Merge remote-tracking branch 'origin/main'
# Conflicts: # apps/app_seeds/lib/i18n/strings.g.dart # apps/app_seeds/lib/state/inventory_cubit.dart
This commit is contained in:
commit
00db9d4b6a
13 changed files with 218 additions and 17 deletions
|
|
@ -575,6 +575,12 @@ class Translations$inventory$en {
|
|||
|
||||
/// en: 'To regrow'
|
||||
String get needsReproductionFilter => 'To regrow';
|
||||
|
||||
/// en: 'Couldn't open your seed bank. It may just have been busy — try again.'
|
||||
String get loadError => 'Couldn\'t open your seed bank. It may just have been busy — try again.';
|
||||
|
||||
/// en: 'Try again'
|
||||
String get retry => 'Try again';
|
||||
}
|
||||
|
||||
// Path: draft
|
||||
|
|
@ -2411,6 +2417,8 @@ extension on Translations {
|
|||
'inventory.clearFilters' => 'Clear filters',
|
||||
'inventory.uncategorized' => 'Uncategorized',
|
||||
'inventory.needsReproductionFilter' => 'To regrow',
|
||||
'inventory.loadError' => 'Couldn\'t open your seed bank. It may just have been busy — try again.',
|
||||
'inventory.retry' => 'Try again',
|
||||
'draft.capture' => 'Capture photos',
|
||||
'draft.captured' => ({required Object n}) => '${n} captured to catalogue',
|
||||
'draft.triageTitle' => 'To catalogue',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue