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
|
|
@ -69,6 +69,7 @@ class Translations with BaseTranslations<AppLocale, Translations> {
|
|||
late final Translations$conditionCheck$en conditionCheck = Translations$conditionCheck$en.internal(_root);
|
||||
late final Translations$desiccant$en desiccant = Translations$desiccant$en.internal(_root);
|
||||
late final Translations$unit$en unit = Translations$unit$en.internal(_root);
|
||||
late final Translations$market$en market = Translations$market$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: app
|
||||
|
|
@ -1043,6 +1044,63 @@ class Translations$unit$en {
|
|||
late final Translations$unit$count$en count = Translations$unit$count$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: market
|
||||
class Translations$market$en {
|
||||
Translations$market$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
|
||||
/// en: 'Seeds near you'
|
||||
String get title => 'Seeds near you';
|
||||
|
||||
/// en: 'What others are sharing nearby'
|
||||
String get subtitle => 'What others are sharing nearby';
|
||||
|
||||
/// en: 'Sharing isn't set up yet'
|
||||
String get notSetUp => 'Sharing isn\'t set up yet';
|
||||
|
||||
/// en: 'Add a community server and your area to see and share seeds nearby. Everything stays coarse — never your exact address.'
|
||||
String get notSetUpBody => 'Add a community server and your area to see and share seeds nearby. Everything stays coarse — never your exact address.';
|
||||
|
||||
/// en: 'Set up sharing'
|
||||
String get setUp => 'Set up sharing';
|
||||
|
||||
/// en: 'Looking around your area…'
|
||||
String get searching => 'Looking around your area…';
|
||||
|
||||
/// en: 'No seeds shared near you yet'
|
||||
String get empty => 'No seeds shared near you yet';
|
||||
|
||||
/// en: 'Near you'
|
||||
String get near => 'Near you';
|
||||
|
||||
/// en: 'Sharing setup'
|
||||
String get configTitle => 'Sharing setup';
|
||||
|
||||
/// en: 'Area code'
|
||||
String get areaLabel => 'Area code';
|
||||
|
||||
/// en: 'Kept coarse on purpose — roughly your zone, never an exact spot.'
|
||||
String get areaHelp => 'Kept coarse on purpose — roughly your zone, never an exact spot.';
|
||||
|
||||
/// en: 'Community servers'
|
||||
String get serversLabel => 'Community servers';
|
||||
|
||||
/// en: 'One address per line — run by seed networks or collectives, not a company.'
|
||||
String get serversHelp => 'One address per line — run by seed networks or collectives, not a company.';
|
||||
|
||||
/// en: 'Save'
|
||||
String get save => 'Save';
|
||||
|
||||
/// en: 'Saved'
|
||||
String get saved => 'Saved';
|
||||
|
||||
/// en: 'Wanted'
|
||||
String get wanted => 'Wanted';
|
||||
}
|
||||
|
||||
// Path: intro.slides
|
||||
class Translations$intro$slides$en {
|
||||
Translations$intro$slides$en.internal(this._root);
|
||||
|
|
@ -1793,6 +1851,22 @@ extension on Translations {
|
|||
'unit.grams.plural' => 'grams',
|
||||
'unit.count.singular' => 'seed',
|
||||
'unit.count.plural' => 'seeds',
|
||||
'market.title' => 'Seeds near you',
|
||||
'market.subtitle' => 'What others are sharing nearby',
|
||||
'market.notSetUp' => 'Sharing isn\'t set up yet',
|
||||
'market.notSetUpBody' => 'Add a community server and your area to see and share seeds nearby. Everything stays coarse — never your exact address.',
|
||||
'market.setUp' => 'Set up sharing',
|
||||
'market.searching' => 'Looking around your area…',
|
||||
'market.empty' => 'No seeds shared near you yet',
|
||||
'market.near' => 'Near you',
|
||||
'market.configTitle' => 'Sharing setup',
|
||||
'market.areaLabel' => 'Area code',
|
||||
'market.areaHelp' => 'Kept coarse on purpose — roughly your zone, never an exact spot.',
|
||||
'market.serversLabel' => 'Community servers',
|
||||
'market.serversHelp' => 'One address per line — run by seed networks or collectives, not a company.',
|
||||
'market.save' => 'Save',
|
||||
'market.saved' => 'Saved',
|
||||
'market.wanted' => 'Wanted',
|
||||
_ => null,
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue