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:
vjrj 2026-07-11 13:31:04 +02:00
commit 00db9d4b6a
13 changed files with 218 additions and 17 deletions

View file

@ -168,7 +168,9 @@
"noMatches": "Nenguna simiente concasa colos filtros.",
"clearFilters": "Quitar filtros",
"uncategorized": "Ensin categoría",
"needsReproductionFilter": "Por reproducir"
"needsReproductionFilter": "Por reproducir",
"loadError": "Nun se pudo abrir el to bancu de granes. Seique taba ocupáu: prueba otra vuelta.",
"retry": "Volver probar"
},
"draft": {
"capture": "Capturar semeyes",

View file

@ -169,7 +169,9 @@
"noMatches": "No seeds match your filters.",
"clearFilters": "Clear filters",
"uncategorized": "Uncategorized",
"needsReproductionFilter": "To regrow"
"needsReproductionFilter": "To regrow",
"loadError": "Couldn't open your seed bank. It may just have been busy — try again.",
"retry": "Try again"
},
"draft": {
"capture": "Capture photos",

View file

@ -168,7 +168,9 @@
"noMatches": "Ninguna semilla coincide con los filtros.",
"clearFilters": "Quitar filtros",
"uncategorized": "Sin categoría",
"needsReproductionFilter": "Por reproducir"
"needsReproductionFilter": "Por reproducir",
"loadError": "No se pudo abrir tu banco de semillas. Quizá estaba ocupado: inténtalo de nuevo.",
"retry": "Reintentar"
},
"draft": {
"capture": "Capturar fotos",

View file

@ -169,7 +169,9 @@
"noMatches": "Nenhuma semente corresponde aos teus filtros.",
"clearFilters": "Limpar filtros",
"uncategorized": "Sem categoria",
"needsReproductionFilter": "Para reproduzir"
"needsReproductionFilter": "Para reproduzir",
"loadError": "Não foi possível abrir o teu banco de sementes. Talvez estivesse ocupado — tenta de novo.",
"retry": "Tentar de novo"
},
"draft": {
"capture": "Capturar fotos",

View file

@ -4,9 +4,9 @@
/// To regenerate, run: `dart run slang`
///
/// Locales: 4
/// Strings: 2000 (500 per locale)
/// Strings: 2008 (502 per locale)
///
/// Built on 2026-07-11 at 11:22 UTC
/// Built on 2026-07-11 at 11:29 UTC
// coverage:ignore-file
// ignore_for_file: type=lint, unused_import

View file

@ -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',

View file

@ -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',

View file

@ -324,6 +324,8 @@ class _Translations$inventory$es extends Translations$inventory$en {
@override String get clearFilters => 'Quitar filtros';
@override String get uncategorized => 'Sin categoría';
@override String get needsReproductionFilter => 'Por reproducir';
@override String get loadError => 'No se pudo abrir tu banco de semillas. Quizá estaba ocupado: inténtalo de nuevo.';
@override String get retry => 'Reintentar';
}
// Path: draft
@ -1425,6 +1427,8 @@ extension on TranslationsEs {
'inventory.clearFilters' => 'Quitar filtros',
'inventory.uncategorized' => 'Sin categoría',
'inventory.needsReproductionFilter' => 'Por reproducir',
'inventory.loadError' => 'No se pudo abrir tu banco de semillas. Quizá estaba ocupado: inténtalo de nuevo.',
'inventory.retry' => 'Reintentar',
'draft.capture' => 'Capturar fotos',
'draft.captured' => ({required Object n}) => '${n} capturadas por catalogar',
'draft.triageTitle' => 'Por catalogar',

View file

@ -325,6 +325,8 @@ class _Translations$inventory$pt extends Translations$inventory$en {
@override String get clearFilters => 'Limpar filtros';
@override String get uncategorized => 'Sem categoria';
@override String get needsReproductionFilter => 'Para reproduzir';
@override String get loadError => 'Não foi possível abrir o teu banco de sementes. Talvez estivesse ocupado — tenta de novo.';
@override String get retry => 'Tentar de novo';
}
// Path: draft
@ -1423,6 +1425,8 @@ extension on TranslationsPt {
'inventory.clearFilters' => 'Limpar filtros',
'inventory.uncategorized' => 'Sem categoria',
'inventory.needsReproductionFilter' => 'Para reproduzir',
'inventory.loadError' => 'Não foi possível abrir o teu banco de sementes. Talvez estivesse ocupado — tenta de novo.',
'inventory.retry' => 'Tentar de novo',
'draft.capture' => 'Capturar fotos',
'draft.captured' => ({required Object n}) => '${n} capturadas para catalogar',
'draft.triageTitle' => 'Para catalogar',