chore(i18n): regenerate strings for market.* after merging main
This commit is contained in:
parent
c3b904ce71
commit
cf6975b748
4 changed files with 160 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ class TranslationsPt extends Translations with BaseTranslations<AppLocale, Trans
|
|||
@override late final _Translations$conditionCheck$pt conditionCheck = _Translations$conditionCheck$pt._(_root);
|
||||
@override late final _Translations$desiccant$pt desiccant = _Translations$desiccant$pt._(_root);
|
||||
@override late final _Translations$unit$pt unit = _Translations$unit$pt._(_root);
|
||||
@override late final _Translations$market$pt market = _Translations$market$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
|
|
@ -589,6 +590,31 @@ class _Translations$unit$pt extends Translations$unit$en {
|
|||
@override late final _Translations$unit$count$pt count = _Translations$unit$count$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: market
|
||||
class _Translations$market$pt extends Translations$market$en {
|
||||
_Translations$market$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Sementes perto de ti';
|
||||
@override String get subtitle => 'O que outras pessoas partilham por perto';
|
||||
@override String get notSetUp => 'Ainda não configuraste a partilha';
|
||||
@override String get notSetUpBody => 'Adiciona um servidor comunitário e a tua zona para ver e partilhar sementes por perto. Tudo fica aproximado — nunca a tua morada exata.';
|
||||
@override String get setUp => 'Configurar a partilha';
|
||||
@override String get searching => 'A procurar pela tua zona…';
|
||||
@override String get empty => 'Ainda não há sementes partilhadas perto de ti';
|
||||
@override String get near => 'Perto de ti';
|
||||
@override String get configTitle => 'Configuração de partilha';
|
||||
@override String get areaLabel => 'Código de zona';
|
||||
@override String get areaHelp => 'Mantém-se aproximado de propósito — a tua zona em geral, nunca um ponto exato.';
|
||||
@override String get serversLabel => 'Servidores comunitários';
|
||||
@override String get serversHelp => 'Um endereço por linha — de redes de sementes ou coletivos, não de uma empresa.';
|
||||
@override String get save => 'Guardar';
|
||||
@override String get saved => 'Guardado';
|
||||
@override String get wanted => 'Procuro';
|
||||
}
|
||||
|
||||
// Path: intro.slides
|
||||
class _Translations$intro$slides$pt extends Translations$intro$slides$en {
|
||||
_Translations$intro$slides$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
|
@ -1219,6 +1245,22 @@ extension on TranslationsPt {
|
|||
'unit.grams.plural' => 'gramas',
|
||||
'unit.count.singular' => 'semente',
|
||||
'unit.count.plural' => 'sementes',
|
||||
'market.title' => 'Sementes perto de ti',
|
||||
'market.subtitle' => 'O que outras pessoas partilham por perto',
|
||||
'market.notSetUp' => 'Ainda não configuraste a partilha',
|
||||
'market.notSetUpBody' => 'Adiciona um servidor comunitário e a tua zona para ver e partilhar sementes por perto. Tudo fica aproximado — nunca a tua morada exata.',
|
||||
'market.setUp' => 'Configurar a partilha',
|
||||
'market.searching' => 'A procurar pela tua zona…',
|
||||
'market.empty' => 'Ainda não há sementes partilhadas perto de ti',
|
||||
'market.near' => 'Perto de ti',
|
||||
'market.configTitle' => 'Configuração de partilha',
|
||||
'market.areaLabel' => 'Código de zona',
|
||||
'market.areaHelp' => 'Mantém-se aproximado de propósito — a tua zona em geral, nunca um ponto exato.',
|
||||
'market.serversLabel' => 'Servidores comunitários',
|
||||
'market.serversHelp' => 'Um endereço por linha — de redes de sementes ou coletivos, não de uma empresa.',
|
||||
'market.save' => 'Guardar',
|
||||
'market.saved' => 'Guardado',
|
||||
'market.wanted' => 'Procuro',
|
||||
_ => null,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue