feat(seed-saving): per-crop 'how to save this seed' guidance
A bundled, curated knowledge layer — the differentiator of a serious seed app. For a variety's crop it shows how the plant reproduces and what it takes to keep the variety true: life cycle, pollination (self/cross + insect/wind), isolation distance, how many plants to save from, dry/wet processing, a difficulty pill, and a short tip — all in human words. - assets/catalog/seed_saving.json: curated public-domain data (Seed to Seed / Seed Savers), keyed by botanical FAMILY (defaults) with per-species/genus OVERRIDES that win — so e.g. Vicia faba is correctly insect-cross-pollinated despite the selfing Fabaceae default, and maize is wind-pollinated with a large population. Notes are locale-keyed (es/en), extensible to any language — a starter set, not a ceiling. - domain/seed_saving.dart (pure): enums + SeedSavingGuide (merge, note fallback) + SeedSavingData.guideFor (species → genus → family). - data/seed_saving_catalog.dart: loads the asset once into an in-memory singleton (no DB table, no migration); injector loads it at startup. - VarietyDetail gains (from the linked species — the reliable key, vs the editable category); detail screen shows a _SeedSavingView when a guide resolves. - i18n seedSaving block (labels + enum values + params) in en/es/pt/ast. - Tests: domain lookup/merge, the real asset's key corrections, and the detail section shows/hides. 314 suite tests green; analyze clean.
This commit is contained in:
parent
4ebfdca2fd
commit
4bb94db3e0
19 changed files with 954 additions and 2 deletions
|
|
@ -1,4 +1,30 @@
|
|||
{
|
||||
"seedSaving": {
|
||||
"title": "Guardar la so semiente",
|
||||
"subtitle": "Lo que fai falta pa caltener la variedá fiel",
|
||||
"lifeCycle": "Ciclu",
|
||||
"cycleAnnual": "Añal",
|
||||
"cycleBiennial": "Bienal — da semiente el 2.u añu",
|
||||
"cyclePerennial": "Perenne",
|
||||
"pollination": "Polinización",
|
||||
"pollSelf": "Autopolinízase",
|
||||
"pollCross": "Crúciase con otres",
|
||||
"pollMixed": "Autopolinízase, pero crúciase dacuando",
|
||||
"byInsect": "por inseutos",
|
||||
"byWind": "col vientu",
|
||||
"isolation": "Xébrala",
|
||||
"isolationRange": "{min}–{max} m d'otres variedaes",
|
||||
"isolationSingle": "{min} m d'otres variedaes",
|
||||
"plants": "Guarda de delles plantes",
|
||||
"plantsValue": "D'a lo menos {n} plantes",
|
||||
"processing": "Cómo llimpiala",
|
||||
"procDry": "Semiente seca (mayar)",
|
||||
"procWet": "Semiente húmeda (fermentar y llavar)",
|
||||
"difficulty": "Dificultá",
|
||||
"diffEasy": "Fácil",
|
||||
"diffMedium": "Media",
|
||||
"diffHard": "Difícil"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Esti mes",
|
||||
"filterChip": "Esti mes",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,30 @@
|
|||
{
|
||||
"seedSaving": {
|
||||
"title": "Saving its seed",
|
||||
"subtitle": "What it takes to keep the variety true",
|
||||
"lifeCycle": "Cycle",
|
||||
"cycleAnnual": "Annual",
|
||||
"cycleBiennial": "Biennial — seeds in year 2",
|
||||
"cyclePerennial": "Perennial",
|
||||
"pollination": "Pollination",
|
||||
"pollSelf": "Self-pollinating",
|
||||
"pollCross": "Crosses with others",
|
||||
"pollMixed": "Self-pollinates, sometimes crosses",
|
||||
"byInsect": "by insects",
|
||||
"byWind": "on the wind",
|
||||
"isolation": "Keep apart",
|
||||
"isolationRange": "{min}–{max} m from other varieties",
|
||||
"isolationSingle": "{min} m from other varieties",
|
||||
"plants": "Save from several plants",
|
||||
"plantsValue": "From at least {n} plants",
|
||||
"processing": "Cleaning the seed",
|
||||
"procDry": "Dry seed (thresh)",
|
||||
"procWet": "Wet seed (ferment and rinse)",
|
||||
"difficulty": "Difficulty",
|
||||
"diffEasy": "Easy",
|
||||
"diffMedium": "Medium",
|
||||
"diffHard": "Hard"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "This month",
|
||||
"filterChip": "This month",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,30 @@
|
|||
{
|
||||
"seedSaving": {
|
||||
"title": "Conservar su semilla",
|
||||
"subtitle": "Lo que hace falta para mantener la variedad fiel",
|
||||
"lifeCycle": "Ciclo",
|
||||
"cycleAnnual": "Anual",
|
||||
"cycleBiennial": "Bienal — da semilla el 2.º año",
|
||||
"cyclePerennial": "Perenne",
|
||||
"pollination": "Polinización",
|
||||
"pollSelf": "Se autopoliniza",
|
||||
"pollCross": "Se cruza con otras",
|
||||
"pollMixed": "Se autopoliniza, pero se cruza a veces",
|
||||
"byInsect": "por insectos",
|
||||
"byWind": "por el viento",
|
||||
"isolation": "Sepárala",
|
||||
"isolationRange": "{min}–{max} m de otras variedades",
|
||||
"isolationSingle": "{min} m de otras variedades",
|
||||
"plants": "Guarda de varias plantas",
|
||||
"plantsValue": "De al menos {n} plantas",
|
||||
"processing": "Cómo limpiarla",
|
||||
"procDry": "Semilla seca (trillar)",
|
||||
"procWet": "Semilla húmeda (fermentar y lavar)",
|
||||
"difficulty": "Dificultad",
|
||||
"diffEasy": "Fácil",
|
||||
"diffMedium": "Media",
|
||||
"diffHard": "Difícil"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Este mes",
|
||||
"filterChip": "Este mes",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,30 @@
|
|||
{
|
||||
"seedSaving": {
|
||||
"title": "Guardar a sua semente",
|
||||
"subtitle": "O que é preciso para manter a variedade fiel",
|
||||
"lifeCycle": "Ciclo",
|
||||
"cycleAnnual": "Anual",
|
||||
"cycleBiennial": "Bienal — dá semente no 2.º ano",
|
||||
"cyclePerennial": "Perene",
|
||||
"pollination": "Polinização",
|
||||
"pollSelf": "Autopoliniza-se",
|
||||
"pollCross": "Cruza-se com outras",
|
||||
"pollMixed": "Autopoliniza-se, mas às vezes cruza",
|
||||
"byInsect": "por insetos",
|
||||
"byWind": "pelo vento",
|
||||
"isolation": "Separe-a",
|
||||
"isolationRange": "{min}–{max} m de outras variedades",
|
||||
"isolationSingle": "{min} m de outras variedades",
|
||||
"plants": "Guarde de várias plantas",
|
||||
"plantsValue": "De pelo menos {n} plantas",
|
||||
"processing": "Como limpá-la",
|
||||
"procDry": "Semente seca (debulhar)",
|
||||
"procWet": "Semente húmida (fermentar e lavar)",
|
||||
"difficulty": "Dificuldade",
|
||||
"diffEasy": "Fácil",
|
||||
"diffMedium": "Média",
|
||||
"diffHard": "Difícil"
|
||||
},
|
||||
"calendar": {
|
||||
"title": "Este mês",
|
||||
"filterChip": "Este mês",
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
/// To regenerate, run: `dart run slang`
|
||||
///
|
||||
/// Locales: 4
|
||||
/// Strings: 1864 (466 per locale)
|
||||
/// Strings: 1960 (490 per locale)
|
||||
///
|
||||
/// Built on 2026-07-11 at 05:13 UTC
|
||||
/// Built on 2026-07-11 at 05:18 UTC
|
||||
|
||||
// coverage:ignore-file
|
||||
// ignore_for_file: type=lint, unused_import
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ class TranslationsAst extends Translations with BaseTranslations<AppLocale, Tran
|
|||
TranslationsAst $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsAst(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _Translations$seedSaving$ast seedSaving = _Translations$seedSaving$ast._(_root);
|
||||
@override late final _Translations$calendar$ast calendar = _Translations$calendar$ast._(_root);
|
||||
@override late final _Translations$app$ast app = _Translations$app$ast._(_root);
|
||||
@override late final _Translations$bootstrap$ast bootstrap = _Translations$bootstrap$ast._(_root);
|
||||
|
|
@ -82,6 +83,39 @@ class TranslationsAst extends Translations with BaseTranslations<AppLocale, Tran
|
|||
@override late final _Translations$sale$ast sale = _Translations$sale$ast._(_root);
|
||||
}
|
||||
|
||||
// Path: seedSaving
|
||||
class _Translations$seedSaving$ast extends Translations$seedSaving$en {
|
||||
_Translations$seedSaving$ast._(TranslationsAst root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsAst _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Guardar la so semiente';
|
||||
@override String get subtitle => 'Lo que fai falta pa caltener la variedá fiel';
|
||||
@override String get lifeCycle => 'Ciclu';
|
||||
@override String get cycleAnnual => 'Añal';
|
||||
@override String get cycleBiennial => 'Bienal — da semiente el 2.u añu';
|
||||
@override String get cyclePerennial => 'Perenne';
|
||||
@override String get pollination => 'Polinización';
|
||||
@override String get pollSelf => 'Autopolinízase';
|
||||
@override String get pollCross => 'Crúciase con otres';
|
||||
@override String get pollMixed => 'Autopolinízase, pero crúciase dacuando';
|
||||
@override String get byInsect => 'por inseutos';
|
||||
@override String get byWind => 'col vientu';
|
||||
@override String get isolation => 'Xébrala';
|
||||
@override String isolationRange({required Object min, required Object max}) => '${min}–${max} m d\'otres variedaes';
|
||||
@override String isolationSingle({required Object min}) => '${min} m d\'otres variedaes';
|
||||
@override String get plants => 'Guarda de delles plantes';
|
||||
@override String plantsValue({required Object n}) => 'D\'a lo menos ${n} plantes';
|
||||
@override String get processing => 'Cómo llimpiala';
|
||||
@override String get procDry => 'Semiente seca (mayar)';
|
||||
@override String get procWet => 'Semiente húmeda (fermentar y llavar)';
|
||||
@override String get difficulty => 'Dificultá';
|
||||
@override String get diffEasy => 'Fácil';
|
||||
@override String get diffMedium => 'Media';
|
||||
@override String get diffHard => 'Difícil';
|
||||
}
|
||||
|
||||
// Path: calendar
|
||||
class _Translations$calendar$ast extends Translations$calendar$en {
|
||||
_Translations$calendar$ast._(TranslationsAst root) : this._root = root, super.internal(root);
|
||||
|
|
@ -1226,6 +1260,30 @@ class _Translations$intro$slides$plantare$ast extends Translations$intro$slides$
|
|||
extension on TranslationsAst {
|
||||
dynamic _flatMapFunction(String path) {
|
||||
return switch (path) {
|
||||
'seedSaving.title' => 'Guardar la so semiente',
|
||||
'seedSaving.subtitle' => 'Lo que fai falta pa caltener la variedá fiel',
|
||||
'seedSaving.lifeCycle' => 'Ciclu',
|
||||
'seedSaving.cycleAnnual' => 'Añal',
|
||||
'seedSaving.cycleBiennial' => 'Bienal — da semiente el 2.u añu',
|
||||
'seedSaving.cyclePerennial' => 'Perenne',
|
||||
'seedSaving.pollination' => 'Polinización',
|
||||
'seedSaving.pollSelf' => 'Autopolinízase',
|
||||
'seedSaving.pollCross' => 'Crúciase con otres',
|
||||
'seedSaving.pollMixed' => 'Autopolinízase, pero crúciase dacuando',
|
||||
'seedSaving.byInsect' => 'por inseutos',
|
||||
'seedSaving.byWind' => 'col vientu',
|
||||
'seedSaving.isolation' => 'Xébrala',
|
||||
'seedSaving.isolationRange' => ({required Object min, required Object max}) => '${min}–${max} m d\'otres variedaes',
|
||||
'seedSaving.isolationSingle' => ({required Object min}) => '${min} m d\'otres variedaes',
|
||||
'seedSaving.plants' => 'Guarda de delles plantes',
|
||||
'seedSaving.plantsValue' => ({required Object n}) => 'D\'a lo menos ${n} plantes',
|
||||
'seedSaving.processing' => 'Cómo llimpiala',
|
||||
'seedSaving.procDry' => 'Semiente seca (mayar)',
|
||||
'seedSaving.procWet' => 'Semiente húmeda (fermentar y llavar)',
|
||||
'seedSaving.difficulty' => 'Dificultá',
|
||||
'seedSaving.diffEasy' => 'Fácil',
|
||||
'seedSaving.diffMedium' => 'Media',
|
||||
'seedSaving.diffHard' => 'Difícil',
|
||||
'calendar.title' => 'Esti mes',
|
||||
'calendar.filterChip' => 'Esti mes',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nada anotao pa ${month}.',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ class Translations with BaseTranslations<AppLocale, Translations> {
|
|||
Translations $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => Translations(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
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);
|
||||
late final Translations$bootstrap$en bootstrap = Translations$bootstrap$en.internal(_root);
|
||||
|
|
@ -83,6 +84,87 @@ class Translations with BaseTranslations<AppLocale, Translations> {
|
|||
late final Translations$sale$en sale = Translations$sale$en.internal(_root);
|
||||
}
|
||||
|
||||
// Path: seedSaving
|
||||
class Translations$seedSaving$en {
|
||||
Translations$seedSaving$en.internal(this._root);
|
||||
|
||||
final Translations _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
|
||||
/// en: 'Saving its seed'
|
||||
String get title => 'Saving its seed';
|
||||
|
||||
/// en: 'What it takes to keep the variety true'
|
||||
String get subtitle => 'What it takes to keep the variety true';
|
||||
|
||||
/// en: 'Cycle'
|
||||
String get lifeCycle => 'Cycle';
|
||||
|
||||
/// en: 'Annual'
|
||||
String get cycleAnnual => 'Annual';
|
||||
|
||||
/// en: 'Biennial — seeds in year 2'
|
||||
String get cycleBiennial => 'Biennial — seeds in year 2';
|
||||
|
||||
/// en: 'Perennial'
|
||||
String get cyclePerennial => 'Perennial';
|
||||
|
||||
/// en: 'Pollination'
|
||||
String get pollination => 'Pollination';
|
||||
|
||||
/// en: 'Self-pollinating'
|
||||
String get pollSelf => 'Self-pollinating';
|
||||
|
||||
/// en: 'Crosses with others'
|
||||
String get pollCross => 'Crosses with others';
|
||||
|
||||
/// en: 'Self-pollinates, sometimes crosses'
|
||||
String get pollMixed => 'Self-pollinates, sometimes crosses';
|
||||
|
||||
/// en: 'by insects'
|
||||
String get byInsect => 'by insects';
|
||||
|
||||
/// en: 'on the wind'
|
||||
String get byWind => 'on the wind';
|
||||
|
||||
/// en: 'Keep apart'
|
||||
String get isolation => 'Keep apart';
|
||||
|
||||
/// en: '{min}–{max} m from other varieties'
|
||||
String isolationRange({required Object min, required Object max}) => '${min}–${max} m from other varieties';
|
||||
|
||||
/// en: '{min} m from other varieties'
|
||||
String isolationSingle({required Object min}) => '${min} m from other varieties';
|
||||
|
||||
/// en: 'Save from several plants'
|
||||
String get plants => 'Save from several plants';
|
||||
|
||||
/// en: 'From at least {n} plants'
|
||||
String plantsValue({required Object n}) => 'From at least ${n} plants';
|
||||
|
||||
/// en: 'Cleaning the seed'
|
||||
String get processing => 'Cleaning the seed';
|
||||
|
||||
/// en: 'Dry seed (thresh)'
|
||||
String get procDry => 'Dry seed (thresh)';
|
||||
|
||||
/// en: 'Wet seed (ferment and rinse)'
|
||||
String get procWet => 'Wet seed (ferment and rinse)';
|
||||
|
||||
/// en: 'Difficulty'
|
||||
String get difficulty => 'Difficulty';
|
||||
|
||||
/// en: 'Easy'
|
||||
String get diffEasy => 'Easy';
|
||||
|
||||
/// en: 'Medium'
|
||||
String get diffMedium => 'Medium';
|
||||
|
||||
/// en: 'Hard'
|
||||
String get diffHard => 'Hard';
|
||||
}
|
||||
|
||||
// Path: calendar
|
||||
class Translations$calendar$en {
|
||||
Translations$calendar$en.internal(this._root);
|
||||
|
|
@ -2145,6 +2227,30 @@ class Translations$intro$slides$plantare$en {
|
|||
extension on Translations {
|
||||
dynamic _flatMapFunction(String path) {
|
||||
return switch (path) {
|
||||
'seedSaving.title' => 'Saving its seed',
|
||||
'seedSaving.subtitle' => 'What it takes to keep the variety true',
|
||||
'seedSaving.lifeCycle' => 'Cycle',
|
||||
'seedSaving.cycleAnnual' => 'Annual',
|
||||
'seedSaving.cycleBiennial' => 'Biennial — seeds in year 2',
|
||||
'seedSaving.cyclePerennial' => 'Perennial',
|
||||
'seedSaving.pollination' => 'Pollination',
|
||||
'seedSaving.pollSelf' => 'Self-pollinating',
|
||||
'seedSaving.pollCross' => 'Crosses with others',
|
||||
'seedSaving.pollMixed' => 'Self-pollinates, sometimes crosses',
|
||||
'seedSaving.byInsect' => 'by insects',
|
||||
'seedSaving.byWind' => 'on the wind',
|
||||
'seedSaving.isolation' => 'Keep apart',
|
||||
'seedSaving.isolationRange' => ({required Object min, required Object max}) => '${min}–${max} m from other varieties',
|
||||
'seedSaving.isolationSingle' => ({required Object min}) => '${min} m from other varieties',
|
||||
'seedSaving.plants' => 'Save from several plants',
|
||||
'seedSaving.plantsValue' => ({required Object n}) => 'From at least ${n} plants',
|
||||
'seedSaving.processing' => 'Cleaning the seed',
|
||||
'seedSaving.procDry' => 'Dry seed (thresh)',
|
||||
'seedSaving.procWet' => 'Wet seed (ferment and rinse)',
|
||||
'seedSaving.difficulty' => 'Difficulty',
|
||||
'seedSaving.diffEasy' => 'Easy',
|
||||
'seedSaving.diffMedium' => 'Medium',
|
||||
'seedSaving.diffHard' => 'Hard',
|
||||
'calendar.title' => 'This month',
|
||||
'calendar.filterChip' => 'This month',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nothing noted for ${month}.',
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ class TranslationsEs extends Translations with BaseTranslations<AppLocale, Trans
|
|||
TranslationsEs $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsEs(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _Translations$seedSaving$es seedSaving = _Translations$seedSaving$es._(_root);
|
||||
@override late final _Translations$calendar$es calendar = _Translations$calendar$es._(_root);
|
||||
@override late final _Translations$app$es app = _Translations$app$es._(_root);
|
||||
@override late final _Translations$bootstrap$es bootstrap = _Translations$bootstrap$es._(_root);
|
||||
|
|
@ -82,6 +83,39 @@ class TranslationsEs extends Translations with BaseTranslations<AppLocale, Trans
|
|||
@override late final _Translations$sale$es sale = _Translations$sale$es._(_root);
|
||||
}
|
||||
|
||||
// Path: seedSaving
|
||||
class _Translations$seedSaving$es extends Translations$seedSaving$en {
|
||||
_Translations$seedSaving$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsEs _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Conservar su semilla';
|
||||
@override String get subtitle => 'Lo que hace falta para mantener la variedad fiel';
|
||||
@override String get lifeCycle => 'Ciclo';
|
||||
@override String get cycleAnnual => 'Anual';
|
||||
@override String get cycleBiennial => 'Bienal — da semilla el 2.º año';
|
||||
@override String get cyclePerennial => 'Perenne';
|
||||
@override String get pollination => 'Polinización';
|
||||
@override String get pollSelf => 'Se autopoliniza';
|
||||
@override String get pollCross => 'Se cruza con otras';
|
||||
@override String get pollMixed => 'Se autopoliniza, pero se cruza a veces';
|
||||
@override String get byInsect => 'por insectos';
|
||||
@override String get byWind => 'por el viento';
|
||||
@override String get isolation => 'Sepárala';
|
||||
@override String isolationRange({required Object min, required Object max}) => '${min}–${max} m de otras variedades';
|
||||
@override String isolationSingle({required Object min}) => '${min} m de otras variedades';
|
||||
@override String get plants => 'Guarda de varias plantas';
|
||||
@override String plantsValue({required Object n}) => 'De al menos ${n} plantas';
|
||||
@override String get processing => 'Cómo limpiarla';
|
||||
@override String get procDry => 'Semilla seca (trillar)';
|
||||
@override String get procWet => 'Semilla húmeda (fermentar y lavar)';
|
||||
@override String get difficulty => 'Dificultad';
|
||||
@override String get diffEasy => 'Fácil';
|
||||
@override String get diffMedium => 'Media';
|
||||
@override String get diffHard => 'Difícil';
|
||||
}
|
||||
|
||||
// Path: calendar
|
||||
class _Translations$calendar$es extends Translations$calendar$en {
|
||||
_Translations$calendar$es._(TranslationsEs root) : this._root = root, super.internal(root);
|
||||
|
|
@ -1228,6 +1262,30 @@ class _Translations$intro$slides$plantare$es extends Translations$intro$slides$p
|
|||
extension on TranslationsEs {
|
||||
dynamic _flatMapFunction(String path) {
|
||||
return switch (path) {
|
||||
'seedSaving.title' => 'Conservar su semilla',
|
||||
'seedSaving.subtitle' => 'Lo que hace falta para mantener la variedad fiel',
|
||||
'seedSaving.lifeCycle' => 'Ciclo',
|
||||
'seedSaving.cycleAnnual' => 'Anual',
|
||||
'seedSaving.cycleBiennial' => 'Bienal — da semilla el 2.º año',
|
||||
'seedSaving.cyclePerennial' => 'Perenne',
|
||||
'seedSaving.pollination' => 'Polinización',
|
||||
'seedSaving.pollSelf' => 'Se autopoliniza',
|
||||
'seedSaving.pollCross' => 'Se cruza con otras',
|
||||
'seedSaving.pollMixed' => 'Se autopoliniza, pero se cruza a veces',
|
||||
'seedSaving.byInsect' => 'por insectos',
|
||||
'seedSaving.byWind' => 'por el viento',
|
||||
'seedSaving.isolation' => 'Sepárala',
|
||||
'seedSaving.isolationRange' => ({required Object min, required Object max}) => '${min}–${max} m de otras variedades',
|
||||
'seedSaving.isolationSingle' => ({required Object min}) => '${min} m de otras variedades',
|
||||
'seedSaving.plants' => 'Guarda de varias plantas',
|
||||
'seedSaving.plantsValue' => ({required Object n}) => 'De al menos ${n} plantas',
|
||||
'seedSaving.processing' => 'Cómo limpiarla',
|
||||
'seedSaving.procDry' => 'Semilla seca (trillar)',
|
||||
'seedSaving.procWet' => 'Semilla húmeda (fermentar y lavar)',
|
||||
'seedSaving.difficulty' => 'Dificultad',
|
||||
'seedSaving.diffEasy' => 'Fácil',
|
||||
'seedSaving.diffMedium' => 'Media',
|
||||
'seedSaving.diffHard' => 'Difícil',
|
||||
'calendar.title' => 'Este mes',
|
||||
'calendar.filterChip' => 'Este mes',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nada anotado para ${month}.',
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ class TranslationsPt extends Translations with BaseTranslations<AppLocale, Trans
|
|||
TranslationsPt $copyWith({TranslationMetadata<AppLocale, Translations>? meta}) => TranslationsPt(meta: meta ?? this.$meta);
|
||||
|
||||
// Translations
|
||||
@override late final _Translations$seedSaving$pt seedSaving = _Translations$seedSaving$pt._(_root);
|
||||
@override late final _Translations$calendar$pt calendar = _Translations$calendar$pt._(_root);
|
||||
@override late final _Translations$app$pt app = _Translations$app$pt._(_root);
|
||||
@override late final _Translations$bootstrap$pt bootstrap = _Translations$bootstrap$pt._(_root);
|
||||
|
|
@ -82,6 +83,39 @@ class TranslationsPt extends Translations with BaseTranslations<AppLocale, Trans
|
|||
@override late final _Translations$sale$pt sale = _Translations$sale$pt._(_root);
|
||||
}
|
||||
|
||||
// Path: seedSaving
|
||||
class _Translations$seedSaving$pt extends Translations$seedSaving$en {
|
||||
_Translations$seedSaving$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
||||
final TranslationsPt _root; // ignore: unused_field
|
||||
|
||||
// Translations
|
||||
@override String get title => 'Guardar a sua semente';
|
||||
@override String get subtitle => 'O que é preciso para manter a variedade fiel';
|
||||
@override String get lifeCycle => 'Ciclo';
|
||||
@override String get cycleAnnual => 'Anual';
|
||||
@override String get cycleBiennial => 'Bienal — dá semente no 2.º ano';
|
||||
@override String get cyclePerennial => 'Perene';
|
||||
@override String get pollination => 'Polinização';
|
||||
@override String get pollSelf => 'Autopoliniza-se';
|
||||
@override String get pollCross => 'Cruza-se com outras';
|
||||
@override String get pollMixed => 'Autopoliniza-se, mas às vezes cruza';
|
||||
@override String get byInsect => 'por insetos';
|
||||
@override String get byWind => 'pelo vento';
|
||||
@override String get isolation => 'Separe-a';
|
||||
@override String isolationRange({required Object min, required Object max}) => '${min}–${max} m de outras variedades';
|
||||
@override String isolationSingle({required Object min}) => '${min} m de outras variedades';
|
||||
@override String get plants => 'Guarde de várias plantas';
|
||||
@override String plantsValue({required Object n}) => 'De pelo menos ${n} plantas';
|
||||
@override String get processing => 'Como limpá-la';
|
||||
@override String get procDry => 'Semente seca (debulhar)';
|
||||
@override String get procWet => 'Semente húmida (fermentar e lavar)';
|
||||
@override String get difficulty => 'Dificuldade';
|
||||
@override String get diffEasy => 'Fácil';
|
||||
@override String get diffMedium => 'Média';
|
||||
@override String get diffHard => 'Difícil';
|
||||
}
|
||||
|
||||
// Path: calendar
|
||||
class _Translations$calendar$pt extends Translations$calendar$en {
|
||||
_Translations$calendar$pt._(TranslationsPt root) : this._root = root, super.internal(root);
|
||||
|
|
@ -1225,6 +1259,30 @@ class _Translations$intro$slides$plantare$pt extends Translations$intro$slides$p
|
|||
extension on TranslationsPt {
|
||||
dynamic _flatMapFunction(String path) {
|
||||
return switch (path) {
|
||||
'seedSaving.title' => 'Guardar a sua semente',
|
||||
'seedSaving.subtitle' => 'O que é preciso para manter a variedade fiel',
|
||||
'seedSaving.lifeCycle' => 'Ciclo',
|
||||
'seedSaving.cycleAnnual' => 'Anual',
|
||||
'seedSaving.cycleBiennial' => 'Bienal — dá semente no 2.º ano',
|
||||
'seedSaving.cyclePerennial' => 'Perene',
|
||||
'seedSaving.pollination' => 'Polinização',
|
||||
'seedSaving.pollSelf' => 'Autopoliniza-se',
|
||||
'seedSaving.pollCross' => 'Cruza-se com outras',
|
||||
'seedSaving.pollMixed' => 'Autopoliniza-se, mas às vezes cruza',
|
||||
'seedSaving.byInsect' => 'por insetos',
|
||||
'seedSaving.byWind' => 'pelo vento',
|
||||
'seedSaving.isolation' => 'Separe-a',
|
||||
'seedSaving.isolationRange' => ({required Object min, required Object max}) => '${min}–${max} m de outras variedades',
|
||||
'seedSaving.isolationSingle' => ({required Object min}) => '${min} m de outras variedades',
|
||||
'seedSaving.plants' => 'Guarde de várias plantas',
|
||||
'seedSaving.plantsValue' => ({required Object n}) => 'De pelo menos ${n} plantas',
|
||||
'seedSaving.processing' => 'Como limpá-la',
|
||||
'seedSaving.procDry' => 'Semente seca (debulhar)',
|
||||
'seedSaving.procWet' => 'Semente húmida (fermentar e lavar)',
|
||||
'seedSaving.difficulty' => 'Dificuldade',
|
||||
'seedSaving.diffEasy' => 'Fácil',
|
||||
'seedSaving.diffMedium' => 'Média',
|
||||
'seedSaving.diffHard' => 'Difícil',
|
||||
'calendar.title' => 'Este mês',
|
||||
'calendar.filterChip' => 'Este mês',
|
||||
'calendar.nothing' => ({required Object month}) => 'Nada anotado para ${month}.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue