chore(i18n): regenerate strings.g.dart (slang)
This commit is contained in:
parent
93028c4933
commit
87e87abc7c
3 changed files with 92 additions and 6 deletions
|
|
@ -42,6 +42,7 @@ class Translations with BaseTranslations<AppLocale, Translations> {
|
|||
// Translations
|
||||
late final Translations$avatar$en avatar = Translations$avatar$en.internal(_root);
|
||||
late final Translations$favorites$en favorites = Translations$favorites$en.internal(_root);
|
||||
late final Translations$savedSearches$en savedSearches = Translations$savedSearches$en.internal(_root);
|
||||
late final Translations$seedSaving$en seedSaving = Translations$seedSaving$en.internal(_root);
|
||||
late final Translations$calendar$en calendar = Translations$calendar$en.internal(_root);
|
||||
late final Translations$app$en app = Translations$app$en.internal(_root);
|
||||
|
|
@ -137,6 +138,48 @@ class Translations$favorites$en {
|
|||
String get unavailable => 'No longer available';
|
||||
}
|
||||
|
||||
// Path: savedSearches
|
||||
class Translations$savedSearches$en {
|
||||
Translations$savedSearches$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
|
||||
/// en: 'Saved searches'
|
||||
String get title => 'Saved searches';
|
||||
|
||||
/// en: 'No saved searches yet. Save a search from the market and we'll tell you when something like it appears in your zone.'
|
||||
String get empty => 'No saved searches yet. Save a search from the market and we\'ll tell you when something like it appears in your zone.';
|
||||
|
||||
/// en: 'Save this search'
|
||||
String get save => 'Save this search';
|
||||
|
||||
/// en: 'Name this search'
|
||||
String get nameLabel => 'Name this search';
|
||||
|
||||
/// en: 'e.g. Tomatoes near me'
|
||||
String get namePlaceholder => 'e.g. Tomatoes near me';
|
||||
|
||||
/// en: 'Search saved — we'll alert you about new matches nearby'
|
||||
String get saved => 'Search saved — we\'ll alert you about new matches nearby';
|
||||
|
||||
/// en: 'Saved searches'
|
||||
String get openTooltip => 'Saved searches';
|
||||
|
||||
/// en: 'Delete'
|
||||
String get delete => 'Delete';
|
||||
|
||||
/// en: 'Delete this saved search?'
|
||||
String get deleteConfirm => 'Delete this saved search?';
|
||||
|
||||
/// en: '{n} new'
|
||||
String newMatchesBadge({required Object n}) => '${n} new';
|
||||
|
||||
/// en: 'New seeds near you: {label}'
|
||||
String alert({required Object label}) => 'New seeds near you: ${label}';
|
||||
}
|
||||
|
||||
// Path: seedSaving
|
||||
class Translations$seedSaving$en {
|
||||
Translations$seedSaving$en.internal(this._root);
|
||||
|
|
@ -2616,6 +2659,17 @@ extension on Translations {
|
|||
'favorites.save' => 'Save to favorites',
|
||||
'favorites.remove' => 'Remove from favorites',
|
||||
'favorites.unavailable' => 'No longer available',
|
||||
'savedSearches.title' => 'Saved searches',
|
||||
'savedSearches.empty' => 'No saved searches yet. Save a search from the market and we\'ll tell you when something like it appears in your zone.',
|
||||
'savedSearches.save' => 'Save this search',
|
||||
'savedSearches.nameLabel' => 'Name this search',
|
||||
'savedSearches.namePlaceholder' => 'e.g. Tomatoes near me',
|
||||
'savedSearches.saved' => 'Search saved — we\'ll alert you about new matches nearby',
|
||||
'savedSearches.openTooltip' => 'Saved searches',
|
||||
'savedSearches.delete' => 'Delete',
|
||||
'savedSearches.deleteConfirm' => 'Delete this saved search?',
|
||||
'savedSearches.newMatchesBadge' => ({required Object n}) => '${n} new',
|
||||
'savedSearches.alert' => ({required Object label}) => 'New seeds near you: ${label}',
|
||||
'seedSaving.title' => 'Saving its seed',
|
||||
'seedSaving.subtitle' => 'What it takes to keep the variety true',
|
||||
'seedSaving.lifeCycle' => 'Cycle',
|
||||
|
|
@ -3108,6 +3162,8 @@ extension on Translations {
|
|||
'plantare.dueByHint' => 'A gentle reminder, never enforced',
|
||||
'plantare.pickDate' => 'Pick a date',
|
||||
'plantare.clearDate' => 'Clear date',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'plantare.sectionTitle' => 'Commitments',
|
||||
'plantare.propose' => 'Propose a signed Plantaré',
|
||||
'plantare.proposeHelp' => 'Both of you keep the same promise, signed by both — proof that this seed changed hands and will be grown out and returned.',
|
||||
|
|
@ -3119,8 +3175,6 @@ extension on Translations {
|
|||
'plantare.returnSimilar' => 'A similar amount of seed',
|
||||
'plantare.returnSimilarNote' => 'open-pollinated · non-GMO · organically grown',
|
||||
'plantare.returnWork' => 'Some hours of work',
|
||||
_ => null,
|
||||
} ?? switch (path) {
|
||||
'plantare.returnOther' => 'Something else',
|
||||
'plantare.workHoursLabel' => 'How many hours?',
|
||||
'plantare.proposalsSection' => 'Waiting for your reply',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue