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
|
|
@ -324,6 +324,8 @@ class _Translations$inventory$ast extends Translations$inventory$en {
|
|||
@override String get clearFilters => 'Quitar filtros';
|
||||
@override String get uncategorized => 'Ensin categoría';
|
||||
@override String get needsReproductionFilter => 'Por reproducir';
|
||||
@override String get loadError => 'Nun se pudo abrir el to bancu de granes. Seique taba ocupáu: prueba otra vuelta.';
|
||||
@override String get retry => 'Volver probar';
|
||||
}
|
||||
|
||||
// Path: draft
|
||||
|
|
@ -1423,6 +1425,8 @@ extension on TranslationsAst {
|
|||
'inventory.clearFilters' => 'Quitar filtros',
|
||||
'inventory.uncategorized' => 'Ensin categoría',
|
||||
'inventory.needsReproductionFilter' => 'Por reproducir',
|
||||
'inventory.loadError' => 'Nun se pudo abrir el to bancu de granes. Seique taba ocupáu: prueba otra vuelta.',
|
||||
'inventory.retry' => 'Volver probar',
|
||||
'draft.capture' => 'Capturar semeyes',
|
||||
'draft.captured' => ({required Object n}) => '${n} capturaes por catalogar',
|
||||
'draft.triageTitle' => 'Por catalogar',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue