chore(i18n): regenerate strings for market.* after merging main

This commit is contained in:
vjrj 2026-07-10 03:07:59 +02:00
parent c3b904ce71
commit cf6975b748
4 changed files with 160 additions and 2 deletions

View file

@ -68,6 +68,7 @@ class TranslationsEs extends Translations with BaseTranslations<AppLocale, Trans
@override late final _Translations$conditionCheck$es conditionCheck = _Translations$conditionCheck$es._(_root);
@override late final _Translations$desiccant$es desiccant = _Translations$desiccant$es._(_root);
@override late final _Translations$unit$es unit = _Translations$unit$es._(_root);
@override late final _Translations$market$es market = _Translations$market$es._(_root);
}
// Path: app
@ -593,6 +594,31 @@ class _Translations$unit$es extends Translations$unit$en {
@override late final _Translations$unit$count$es count = _Translations$unit$count$es._(_root);
}
// Path: market
class _Translations$market$es extends Translations$market$en {
_Translations$market$es._(TranslationsEs root) : this._root = root, super.internal(root);
final TranslationsEs _root; // ignore: unused_field
// Translations
@override String get title => 'Semillas cerca de ti';
@override String get subtitle => 'Lo que otras personas comparten cerca';
@override String get notSetUp => 'Aún no has configurado el compartir';
@override String get notSetUpBody => 'Añade un servidor comunitario y tu zona para ver y compartir semillas cerca. Todo se mantiene aproximado — nunca tu dirección exacta.';
@override String get setUp => 'Configurar el compartir';
@override String get searching => 'Buscando por tu zona…';
@override String get empty => 'Aún no hay semillas compartidas cerca de ti';
@override String get near => 'Cerca de ti';
@override String get configTitle => 'Configuración de compartir';
@override String get areaLabel => 'Código de zona';
@override String get areaHelp => 'Se mantiene aproximado a propósito — tu zona a grandes rasgos, nunca un punto exacto.';
@override String get serversLabel => 'Servidores comunitarios';
@override String get serversHelp => 'Una dirección por línea — de redes de semillas o colectivos, no de una empresa.';
@override String get save => 'Guardar';
@override String get saved => 'Guardado';
@override String get wanted => 'Busco';
}
// Path: intro.slides
class _Translations$intro$slides$es extends Translations$intro$slides$en {
_Translations$intro$slides$es._(TranslationsEs root) : this._root = root, super.internal(root);
@ -1227,6 +1253,22 @@ extension on TranslationsEs {
'unit.grams.plural' => 'gramos',
'unit.count.singular' => 'semilla',
'unit.count.plural' => 'semillas',
'market.title' => 'Semillas cerca de ti',
'market.subtitle' => 'Lo que otras personas comparten cerca',
'market.notSetUp' => 'Aún no has configurado el compartir',
'market.notSetUpBody' => 'Añade un servidor comunitario y tu zona para ver y compartir semillas cerca. Todo se mantiene aproximado — nunca tu dirección exacta.',
'market.setUp' => 'Configurar el compartir',
'market.searching' => 'Buscando por tu zona…',
'market.empty' => 'Aún no hay semillas compartidas cerca de ti',
'market.near' => 'Cerca de ti',
'market.configTitle' => 'Configuración de compartir',
'market.areaLabel' => 'Código de zona',
'market.areaHelp' => 'Se mantiene aproximado a propósito — tu zona a grandes rasgos, nunca un punto exacto.',
'market.serversLabel' => 'Servidores comunitarios',
'market.serversHelp' => 'Una dirección por línea — de redes de semillas o colectivos, no de una empresa.',
'market.save' => 'Guardar',
'market.saved' => 'Guardado',
'market.wanted' => 'Busco',
_ => null,
};
}