fix: correct Spanish translation for cover subtitle in translations_91.json
This commit is contained in:
parent
274dd309e8
commit
865a900e95
|
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"cover_subtitle": {
|
"cover_subtitle": {
|
||||||
"en": "Cane Supply Office\n\nChlorophyll Index (CI) Monitoring Report — {toupper(params$data_dir)} Estate (Week {if (!is.null(params$week)) params$week else format(as.Date(params$report_date), '%V')}, {format(as.Date(params$report_date), '%Y')})",
|
"en": "Cane Supply Office\n\nChlorophyll Index (CI) Monitoring Report — {toupper(params$data_dir)} Estate (Week {if (!is.null(params$week)) params$week else format(as.Date(params$report_date), '%V')}, {format(as.Date(params$report_date), '%Y')})",
|
||||||
"es-mx": "Oficina de Abastecimiento de Caña\n\nReporte de Monitoreo del Índice de Clorofila (IC) — Finca {toupper(params)} (Semana {if (!is.null(params)) params else format(as.Date(params), '%V')}, {format(as.Date(params), '%Y')})",
|
"es-mx": "Oficina de Abastecimiento de Caña\n\nReporte de Monitoreo del Índice de Clorofila (IC) — Finca {toupper(params$data_dir)} (Semana {if (!is.null(params$week)) params$week else format(as.Date(params$report_date), '%V')}, {format(as.Date(params$report_date), '%Y')})",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue