Merge branch 'code-improvements' of https://github.com/TimonWeitkamp/smartcane_experimental_area into code-improvements
This commit is contained in:
commit
c1b482f968
|
|
@ -2,541 +2,541 @@
|
||||||
"main_translations": {
|
"main_translations": {
|
||||||
"cover_title": {
|
"cover_title": {
|
||||||
"en": "Satellite Based Field Reporting",
|
"en": "Satellite Based Field Reporting",
|
||||||
"es-mx": "",
|
"es-mx": "Reportes de Campo Basados en Satélite",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"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": "",
|
"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": ""
|
||||||
},
|
},
|
||||||
"report_summary_heading": {
|
"report_summary_heading": {
|
||||||
"en": "## Report Generated",
|
"en": "## Report Generated",
|
||||||
"es-mx": "",
|
"es-mx": "## Reporte Generado",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_farm_location": {
|
"report_farm_location": {
|
||||||
"en": "**Farm Location:**",
|
"en": "**Farm Location:**",
|
||||||
"es-mx": "",
|
"es-mx": "**Ubicación de la Finca:**",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_period_label": {
|
"report_period_label": {
|
||||||
"en": "**Report Period:** Week {current_week} of {year}",
|
"en": "**Report Period:** Week {current_week} of {year}",
|
||||||
"es-mx": "",
|
"es-mx": "**Período del Reporte:** Semana {current_week} de {year}",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_generated_on": {
|
"report_generated_on": {
|
||||||
"en": "**Report Generated on:**",
|
"en": "**Report Generated on:**",
|
||||||
"es-mx": "",
|
"es-mx": "**Reporte Generado el:**",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_farm_size": {
|
"report_farm_size": {
|
||||||
"en": "**Farm Size Included in Analysis:** {formatC(total_acreage, format='f', digits=1)} acres",
|
"en": "**Farm Size Included in Analysis:** {formatC(total_acreage, format='f', digits=1)} acres",
|
||||||
"es-mx": "",
|
"es-mx": "**Tamaño de Finca Incluido en el Análisis:** {formatC(total_acreage, format='f', digits=1)} acres",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_data_source": {
|
"report_data_source": {
|
||||||
"en": "**Data Source:** Planet Labs Satellite Imagery",
|
"en": "**Data Source:** Planet Labs Satellite Imagery",
|
||||||
"es-mx": "",
|
"es-mx": "**Fuente de Datos:** Imágenes Satelitales de Planet Labs",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_analysis_type": {
|
"report_analysis_type": {
|
||||||
"en": "**Analysis Type:** Chlorophyll Index (CI) Monitoring",
|
"en": "**Analysis Type:** Chlorophyll Index (CI) Monitoring",
|
||||||
"es-mx": "",
|
"es-mx": "**Tipo de Análisis:** Monitoreo del Índice de Clorofila (IC)",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"key_insights": {
|
"key_insights": {
|
||||||
"en": "## Key Insights",
|
"en": "## Key Insights",
|
||||||
"es-mx": "",
|
"es-mx": "## Hallazgos Clave",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"insight_excellent_unif": {
|
"insight_excellent_unif": {
|
||||||
"en": "- {excellent_pct}% of fields have excellent uniformity (CV < 0.08)",
|
"en": "- {excellent_pct}% of fields have excellent uniformity (CV < 0.08)",
|
||||||
"es-mx": "",
|
"es-mx": "- {excellent_pct}% de los campos tienen uniformidad excelente (CV < 0.08)",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"insight_good_unif": {
|
"insight_good_unif": {
|
||||||
"en": "- {good_pct}% of fields have good uniformity (CV < 0.15)",
|
"en": "- {good_pct}% of fields have good uniformity (CV < 0.15)",
|
||||||
"es-mx": "",
|
"es-mx": "- {good_pct}% de los campos tienen buena uniformidad (CV < 0.15)",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"insight_improving": {
|
"insight_improving": {
|
||||||
"en": "- {round(improving_acreage, 1)} acres ({improving_pct}%) of farm area is improving week-over-week",
|
"en": "- {round(improving_acreage, 1)} acres ({improving_pct}%) of farm area is improving week-over-week",
|
||||||
"es-mx": "",
|
"es-mx": "- {round(improving_acreage, 1)} acres ({improving_pct}%) del área de la finca está mejorando semana a semana",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"insight_declining": {
|
"insight_declining": {
|
||||||
"en": "- {round(declining_acreage, 1)} acres ({declining_pct}%) of farm area is declining week-over-week",
|
"en": "- {round(declining_acreage, 1)} acres ({declining_pct}%) of farm area is declining week-over-week",
|
||||||
"es-mx": "",
|
"es-mx": "- {round(declining_acreage, 1)} acres ({declining_pct}%) del área de la finca está en declive semana a semana",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_na_insights": {
|
"kpi_na_insights": {
|
||||||
"en": "KPI data not available for key insights.",
|
"en": "KPI data not available for key insights.",
|
||||||
"es-mx": "",
|
"es-mx": "Datos de KPI no disponibles para hallazgos clave.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_structure_heading": {
|
"report_structure_heading": {
|
||||||
"en": "## Report Structure",
|
"en": "## Report Structure",
|
||||||
"es-mx": "",
|
"es-mx": "## Estructura del Reporte",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_structure_body": {
|
"report_structure_body": {
|
||||||
"en": "**Section 1:** Cane supply zone analyses, summaries and Key Performance Indicators (KPIs)\n**Section 2:** Explanation of the report, definitions, methodology, and CSV export structure",
|
"en": "**Section 1:** Cane supply zone analyses, summaries and Key Performance Indicators (KPIs)\n**Section 2:** Explanation of the report, definitions, methodology, and CSV export structure",
|
||||||
"es-mx": "",
|
"es-mx": "**Sección 1:** Análisis de zonas de abastecimiento de caña, resúmenes e Indicadores Clave de Desempeño (KPIs)\n**Sección 2:** Explicación del reporte, definiciones, metodología y estructura de exportación CSV",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"section_i": {
|
"section_i": {
|
||||||
"en": "# Section 1: Farm-wide Analyses and KPIs",
|
"en": "# Section 1: Farm-wide Analyses and KPIs",
|
||||||
"es-mx": "",
|
"es-mx": "# Sección 1: Análisis General de la Finca y KPIs",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"section_1_1": {
|
"section_1_1": {
|
||||||
"en": "## 1.1 Overview of cane supply area, showing zones with number of acres being harvest ready",
|
"en": "## 1.1 Overview of cane supply area, showing zones with number of acres being harvest ready",
|
||||||
"es-mx": "",
|
"es-mx": "## 1.1 Panorama del área de abastecimiento de caña, mostrando zonas con número de acres listos para cosecha",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"section_1_2": {
|
"section_1_2": {
|
||||||
"en": "## 1.2 Key Performance Indicators",
|
"en": "## 1.2 Key Performance Indicators",
|
||||||
"es-mx": "",
|
"es-mx": "## 1.2 Indicadores Clave de Desempeño",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_empty": {
|
"kpi_empty": {
|
||||||
"en": "KPI summary data available but is empty/invalid.",
|
"en": "KPI summary data available but is empty/invalid.",
|
||||||
"es-mx": "",
|
"es-mx": "Datos de resumen de KPI disponibles pero vacíos/inválidos.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_unavailable": {
|
"kpi_unavailable": {
|
||||||
"en": "KPI summary data not available.",
|
"en": "KPI summary data not available.",
|
||||||
"es-mx": "",
|
"es-mx": "Datos de resumen de KPI no disponibles.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"en": "## Report Metadata",
|
"en": "## Report Metadata",
|
||||||
"es-mx": "",
|
"es-mx": "## Metadatos del Reporte",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"disclaimer": {
|
"disclaimer": {
|
||||||
"en": "*This report was automatically generated by the SmartCane monitoring system. For questions or additional analysis, please contact the technical team at info@smartcane.ag.*",
|
"en": "*This report was automatically generated by the SmartCane monitoring system. For questions or additional analysis, please contact the technical team at info@smartcane.ag.*",
|
||||||
"es-mx": "",
|
"es-mx": "*Este reporte fue generado automáticamente por el sistema de monitoreo SmartCane. Para preguntas o análisis adicionales, por favor contacte al equipo técnico en info@smartcane.ag.*",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"section_2_heading": {
|
"section_2_heading": {
|
||||||
"en": "# Section 2: Support Document for weekly SmartCane data package.",
|
"en": "# Section 2: Support Document for weekly SmartCane data package.",
|
||||||
"es-mx": "",
|
"es-mx": "# Sección 2: Documento de Soporte para el paquete de datos semanal de SmartCane.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_doc_heading": {
|
"about_doc_heading": {
|
||||||
"en": "## 1. About This Document",
|
"en": "## 1. About This Document",
|
||||||
"es-mx": "",
|
"es-mx": "## 1. Acerca de Este Documento",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_doc_body": {
|
"about_doc_body": {
|
||||||
"en": "This document is the support document to the SmartCane data file. It includes the definitions, explanatory calculations and suggestions for interpretations of the data as provided. For additional questions please feel free to contact SmartCane support, through your contact person, or via info@smartcane.ag.",
|
"en": "This document is the support document to the SmartCane data file. It includes the definitions, explanatory calculations and suggestions for interpretations of the data as provided. For additional questions please feel free to contact SmartCane support, through your contact person, or via info@smartcane.ag.",
|
||||||
"es-mx": "",
|
"es-mx": "Este documento es el documento de soporte del archivo de datos SmartCane. Incluye las definiciones, cálculos explicativos y sugerencias para la interpretación de los datos proporcionados. Para preguntas adicionales, no dude en contactar al soporte de SmartCane, a través de su persona de contacto o vía info@smartcane.ag.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_heading": {
|
"about_data_heading": {
|
||||||
"en": "## 2. About the Data File",
|
"en": "## 2. About the Data File",
|
||||||
"es-mx": "",
|
"es-mx": "## 2. Acerca del Archivo de Datos",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_body": {
|
"about_data_body": {
|
||||||
"en": "The data file is automatically populated based on normalized and indexed remote sensing images of provided polygons. Specific SmartCane algorithms provide tailored calculation results developed to support the sugarcane operations by:",
|
"en": "The data file is automatically populated based on normalized and indexed remote sensing images of provided polygons. Specific SmartCane algorithms provide tailored calculation results developed to support the sugarcane operations by:",
|
||||||
"es-mx": "",
|
"es-mx": "El archivo de datos se genera automáticamente a partir de imágenes de teledetección normalizadas e indexadas de los polígonos proporcionados. Los algoritmos específicos de SmartCane proporcionan resultados de cálculo personalizados desarrollados para apoyar las operaciones de caña de azúcar mediante:",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_bullet_harvest": {
|
"about_data_bullet_harvest": {
|
||||||
"en": "Supporting harvest planning mill-field logistics to ensure optimal tonnage and sucrose levels",
|
"en": "Supporting harvest planning mill-field logistics to ensure optimal tonnage and sucrose levels",
|
||||||
"es-mx": "",
|
"es-mx": "Apoyo a la planificación de cosecha y logística ingenio-campo para asegurar niveles óptimos de tonelaje y sacarosa",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_bullet_monitoring": {
|
"about_data_bullet_monitoring": {
|
||||||
"en": "Monitoring of the crop growth rates on the farm, providing evidence of performance",
|
"en": "Monitoring of the crop growth rates on the farm, providing evidence of performance",
|
||||||
"es-mx": "",
|
"es-mx": "Monitoreo de las tasas de crecimiento del cultivo en la finca, proporcionando evidencia de rendimiento",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_bullet_identifying": {
|
"about_data_bullet_identifying": {
|
||||||
"en": "Identifying growth-related issues that are in need of attention",
|
"en": "Identifying growth-related issues that are in need of attention",
|
||||||
"es-mx": "",
|
"es-mx": "Identificación de problemas relacionados con el crecimiento que requieren atención",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_bullet_enabling": {
|
"about_data_bullet_enabling": {
|
||||||
"en": "Enabling timely actions to minimize negative impact",
|
"en": "Enabling timely actions to minimize negative impact",
|
||||||
"es-mx": "",
|
"es-mx": "Habilitación de acciones oportunas para minimizar el impacto negativo",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"about_data_key_features": {
|
"about_data_key_features": {
|
||||||
"en": "Key Features of the data file: - High-resolution satellite imagery analysis - Week-over-week change detection - Individual field performance metrics - Actionable insights for crop management.",
|
"en": "Key Features of the data file: - High-resolution satellite imagery analysis - Week-over-week change detection - Individual field performance metrics - Actionable insights for crop management.",
|
||||||
"es-mx": "",
|
"es-mx": "Características principales del archivo de datos: - Análisis de imágenes satelitales de alta resolución - Detección de cambios semana a semana - Métricas de rendimiento por campo individual - Información accionable para el manejo del cultivo.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_section_heading": {
|
"ci_section_heading": {
|
||||||
"en": "#### *What is the Chlorophyll Index (CI)?*",
|
"en": "#### *What is the Chlorophyll Index (CI)?*",
|
||||||
"es-mx": "",
|
"es-mx": "#### *¿Qué es el Índice de Clorofila (IC)?*",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_intro_body": {
|
"ci_intro_body": {
|
||||||
"en": "The Chlorophyll Index (CI) is a vegetation index that measures the relative amount of chlorophyll in plant leaves. Chlorophyll is the green pigment responsible for photosynthesis in plants. Higher CI values indicate:",
|
"en": "The Chlorophyll Index (CI) is a vegetation index that measures the relative amount of chlorophyll in plant leaves. Chlorophyll is the green pigment responsible for photosynthesis in plants. Higher CI values indicate:",
|
||||||
"es-mx": "",
|
"es-mx": "El Índice de Clorofila (IC) es un índice de vegetación que mide la cantidad relativa de clorofila en las hojas de las plantas. La clorofila es el pigmento verde responsable de la fotosíntesis en las plantas. Valores más altos de IC indican:",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_bullet_photosynthetic": {
|
"ci_bullet_photosynthetic": {
|
||||||
"en": "Greater photosynthetic activity",
|
"en": "Greater photosynthetic activity",
|
||||||
"es-mx": "",
|
"es-mx": "Mayor actividad fotosintética",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_bullet_healthy": {
|
"ci_bullet_healthy": {
|
||||||
"en": "Healthier plant tissue",
|
"en": "Healthier plant tissue",
|
||||||
"es-mx": "",
|
"es-mx": "Tejido vegetal más saludable",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_bullet_nitrogen": {
|
"ci_bullet_nitrogen": {
|
||||||
"en": "Better nitrogen uptake",
|
"en": "Better nitrogen uptake",
|
||||||
"es-mx": "",
|
"es-mx": "Mejor absorción de nitrógeno",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_bullet_vigorous": {
|
"ci_bullet_vigorous": {
|
||||||
"en": "More vigorous crop growth",
|
"en": "More vigorous crop growth",
|
||||||
"es-mx": "",
|
"es-mx": "Crecimiento más vigoroso del cultivo",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"ci_range_body": {
|
"ci_range_body": {
|
||||||
"en": "CI values typically range from 0 (bare soil or severely stressed vegetation) to 7+ (very healthy, dense vegetation). For sugarcane, values between 3-7 generally indicate good crop health, depending on the growth stage.",
|
"en": "CI values typically range from 0 (bare soil or severely stressed vegetation) to 7+ (very healthy, dense vegetation). For sugarcane, values between 3-7 generally indicate good crop health, depending on the growth stage.",
|
||||||
"es-mx": "",
|
"es-mx": "Los valores de IC generalmente varían de 0 (suelo descubierto o vegetación severamente estresada) a 7+ (vegetación muy saludable y densa). Para la caña de azúcar, valores entre 3-7 generalmente indican buena salud del cultivo, dependiendo de la etapa de crecimiento.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"data_structure_heading": {
|
"data_structure_heading": {
|
||||||
"en": "### Data File Structure and Columns",
|
"en": "### Data File Structure and Columns",
|
||||||
"es-mx": "",
|
"es-mx": "### Estructura del Archivo de Datos y Columnas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"data_structure_intro": {
|
"data_structure_intro": {
|
||||||
"en": "The data file is organized in rows, one row per agricultural field (polygon), and columns, providing field data, actual measurements, calculation results and descriptions. The data file can be directly integrated with existing farm management systems for further analysis. Each column is described hereunder:",
|
"en": "The data file is organized in rows, one row per agricultural field (polygon), and columns, providing field data, actual measurements, calculation results and descriptions. The data file can be directly integrated with existing farm management systems for further analysis. Each column is described hereunder:",
|
||||||
"es-mx": "",
|
"es-mx": "El archivo de datos está organizado en filas, una fila por campo agrícola (polígono), y columnas, proporcionando datos del campo, mediciones reales, resultados de cálculos y descripciones. El archivo de datos puede integrarse directamente con los sistemas de gestión agrícola existentes para análisis adicional. Cada columna se describe a continuación:",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_field_id_desc": {
|
"col_field_id_desc": {
|
||||||
"en": "Unique identifier for a cane field combining field name and sub-field number. This can be the same as Field_Name but is also helpful in keeping track of cane fields should they change, split or merge.",
|
"en": "Unique identifier for a cane field combining field name and sub-field number. This can be the same as Field_Name but is also helpful in keeping track of cane fields should they change, split or merge.",
|
||||||
"es-mx": "",
|
"es-mx": "Identificador único para un campo de caña que combina el nombre del campo y el número de subcampo. Puede ser igual que Field_Name pero también es útil para dar seguimiento a los campos de caña en caso de cambios, divisiones o fusiones.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_farm_section_desc": {
|
"col_farm_section_desc": {
|
||||||
"en": "Sub-area or section name",
|
"en": "Sub-area or section name",
|
||||||
"es-mx": "",
|
"es-mx": "Nombre de subárea o sección",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_field_name_desc": {
|
"col_field_name_desc": {
|
||||||
"en": "Client name or label assigned to a cane field.",
|
"en": "Client name or label assigned to a cane field.",
|
||||||
"es-mx": "",
|
"es-mx": "Nombre o etiqueta del cliente asignado a un campo de caña.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_acreage_desc": {
|
"col_acreage_desc": {
|
||||||
"en": "Field size in acres",
|
"en": "Field size in acres",
|
||||||
"es-mx": "",
|
"es-mx": "Tamaño del campo en acres",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_status_trigger_desc": {
|
"col_status_trigger_desc": {
|
||||||
"en": "Shows changes in crop status worth alerting. More detailed explanation of the possible alerts is written down under key concepts.",
|
"en": "Shows changes in crop status worth alerting. More detailed explanation of the possible alerts is written down under key concepts.",
|
||||||
"es-mx": "",
|
"es-mx": "Muestra cambios en el estado del cultivo que ameritan alerta. Una explicación más detallada de las alertas posibles se encuentra en conceptos clave.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_last_harvest_desc": {
|
"col_last_harvest_desc": {
|
||||||
"en": "Date of most recent harvest as per satellite detection algorithm / or manual entry",
|
"en": "Date of most recent harvest as per satellite detection algorithm / or manual entry",
|
||||||
"es-mx": "",
|
"es-mx": "Fecha de la cosecha más reciente según el algoritmo de detección satelital / o ingreso manual",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_age_week_desc": {
|
"col_age_week_desc": {
|
||||||
"en": "Time elapsed since planting/harvest in weeks; used to predict expected growth phases. Reflects planting/harvest date.",
|
"en": "Time elapsed since planting/harvest in weeks; used to predict expected growth phases. Reflects planting/harvest date.",
|
||||||
"es-mx": "",
|
"es-mx": "Tiempo transcurrido desde la siembra/cosecha en semanas; utilizado para predecir fases de crecimiento esperadas. Refleja la fecha de siembra/cosecha.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_phase_desc": {
|
"col_phase_desc": {
|
||||||
"en": "Current growth phase (e.g., germination, tillering, stem elongation, grain fill, mature) inferred from crop age",
|
"en": "Current growth phase (e.g., germination, tillering, stem elongation, grain fill, mature) inferred from crop age",
|
||||||
"es-mx": "",
|
"es-mx": "Fase de crecimiento actual (ej., germinación, macollamiento, elongación del tallo, llenado de grano, madurez) inferida de la edad del cultivo",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_germination_progress_desc": {
|
"col_germination_progress_desc": {
|
||||||
"en": "Estimated percentage or stage of germination/emergence based on CI patterns and age. This goes for young fields (age < 4 months). Remains at 100% when finished.",
|
"en": "Estimated percentage or stage of germination/emergence based on CI patterns and age. This goes for young fields (age < 4 months). Remains at 100% when finished.",
|
||||||
"es-mx": "",
|
"es-mx": "Porcentaje estimado o etapa de germinación/emergencia basado en patrones de IC y edad. Aplica para campos jóvenes (edad < 4 meses). Permanece en 100% al completarse.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_mean_ci_desc": {
|
"col_mean_ci_desc": {
|
||||||
"en": "Average Chlorophyll Index value across the field; higher values indicate healthier, greener vegetation. Calculated on a 7-day merged weekly image.",
|
"en": "Average Chlorophyll Index value across the field; higher values indicate healthier, greener vegetation. Calculated on a 7-day merged weekly image.",
|
||||||
"es-mx": "",
|
"es-mx": "Valor promedio del Índice de Clorofila en todo el campo; valores más altos indican vegetación más saludable y verde. Calculado sobre una imagen semanal fusionada de 7 días.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_weekly_ci_change_desc": {
|
"col_weekly_ci_change_desc": {
|
||||||
"en": "Week-over-week change in Mean_CI; positive values indicate greening/growth, negative values indicate yellowing/decline",
|
"en": "Week-over-week change in Mean_CI; positive values indicate greening/growth, negative values indicate yellowing/decline",
|
||||||
"es-mx": "",
|
"es-mx": "Cambio semanal en Mean_CI; valores positivos indican reverdecimiento/crecimiento, valores negativos indican amarillamiento/declive",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_four_week_trend_desc": {
|
"col_four_week_trend_desc": {
|
||||||
"en": "Long term change in mean CI; smoothed trend (strong growth, growth, no growth, decline, strong decline)",
|
"en": "Long term change in mean CI; smoothed trend (strong growth, growth, no growth, decline, strong decline)",
|
||||||
"es-mx": "",
|
"es-mx": "Cambio a largo plazo en el IC promedio; tendencia suavizada (crecimiento fuerte, crecimiento, sin crecimiento, declive, declive fuerte)",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_ci_range_desc": {
|
"col_ci_range_desc": {
|
||||||
"en": "Min-max Chlorophyll Index values within the field; wide ranges indicate spatial heterogeneity/patches. Derived from week mosaic.",
|
"en": "Min-max Chlorophyll Index values within the field; wide ranges indicate spatial heterogeneity/patches. Derived from week mosaic.",
|
||||||
"es-mx": "",
|
"es-mx": "Valores mínimo-máximo del Índice de Clorofila dentro del campo; rangos amplios indican heterogeneidad espacial/parches. Derivado del mosaico semanal.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_ci_percentiles_desc": {
|
"col_ci_percentiles_desc": {
|
||||||
"en": "The CI-range without border effects",
|
"en": "The CI-range without border effects",
|
||||||
"es-mx": "",
|
"es-mx": "El rango de IC sin efectos de borde",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_cv_desc": {
|
"col_cv_desc": {
|
||||||
"en": "Coefficient of variation of CI; measures field uniformity (lower = more uniform, >0.25 = poor uniformity). Derived from week mosaic. In percentages.",
|
"en": "Coefficient of variation of CI; measures field uniformity (lower = more uniform, >0.25 = poor uniformity). Derived from week mosaic. In percentages.",
|
||||||
"es-mx": "",
|
"es-mx": "Coeficiente de variación del IC; mide la uniformidad del campo (menor = más uniforme, >0.25 = uniformidad deficiente). Derivado del mosaico semanal. En porcentajes.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_cv_trend_short_desc": {
|
"col_cv_trend_short_desc": {
|
||||||
"en": "Trend of CV over two weeks. Indicating short-term heterogeneity.",
|
"en": "Trend of CV over two weeks. Indicating short-term heterogeneity.",
|
||||||
"es-mx": "",
|
"es-mx": "Tendencia del CV en dos semanas. Indica heterogeneidad a corto plazo.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_cv_trend_long_desc": {
|
"col_cv_trend_long_desc": {
|
||||||
"en": "Slope of 8-week trend line.",
|
"en": "Slope of 8-week trend line.",
|
||||||
"es-mx": "",
|
"es-mx": "Pendiente de la línea de tendencia de 8 semanas.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_imminent_prob_desc": {
|
"col_imminent_prob_desc": {
|
||||||
"en": "Probability (0-1) that the field is ready for harvest based on LSTM harvest model predictions",
|
"en": "Probability (0-1) that the field is ready for harvest based on LSTM harvest model predictions",
|
||||||
"es-mx": "",
|
"es-mx": "Probabilidad (0-1) de que el campo esté listo para cosecha basado en predicciones del modelo de cosecha LSTM",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_cloud_pct_desc": {
|
"col_cloud_pct_desc": {
|
||||||
"en": "Percentage of field visible in the satellite image (unobstructed by clouds); lower values indicate poor data quality",
|
"en": "Percentage of field visible in the satellite image (unobstructed by clouds); lower values indicate poor data quality",
|
||||||
"es-mx": "",
|
"es-mx": "Porcentaje del campo visible en la imagen satelital (sin obstrucción de nubes); valores más bajos indican calidad de datos deficiente",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"col_cloud_category_desc": {
|
"col_cloud_category_desc": {
|
||||||
"en": "Classification of cloud cover level (e.g., clear, partial, heavy); indicates confidence in CI measurements",
|
"en": "Classification of cloud cover level (e.g., clear, partial, heavy); indicates confidence in CI measurements",
|
||||||
"es-mx": "",
|
"es-mx": "Clasificación del nivel de cobertura de nubes (ej., despejado, parcial, denso); indica confianza en las mediciones de IC",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"key_concepts_heading": {
|
"key_concepts_heading": {
|
||||||
"en": "# 3. Key Concepts",
|
"en": "# 3. Key Concepts",
|
||||||
"es-mx": "",
|
"es-mx": "# 3. Conceptos Clave",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"growth_phases_heading": {
|
"growth_phases_heading": {
|
||||||
"en": "#### *Growth Phases (Age-Based)*",
|
"en": "#### *Growth Phases (Age-Based)*",
|
||||||
"es-mx": "",
|
"es-mx": "#### *Fases de Crecimiento (Basadas en Edad)*",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"growth_phases_intro": {
|
"growth_phases_intro": {
|
||||||
"en": "Each field is assigned to one of four growth phases based on age in weeks since planting:",
|
"en": "Each field is assigned to one of four growth phases based on age in weeks since planting:",
|
||||||
"es-mx": "",
|
"es-mx": "Cada campo se asigna a una de cuatro fases de crecimiento según la edad en semanas desde la siembra:",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"germination_age_range": {
|
"germination_age_range": {
|
||||||
"en": "0-6 weeks",
|
"en": "0-6 weeks",
|
||||||
"es-mx": "",
|
"es-mx": "0-6 semanas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"tillering_age_range": {
|
"tillering_age_range": {
|
||||||
"en": "4-16 weeks",
|
"en": "4-16 weeks",
|
||||||
"es-mx": "",
|
"es-mx": "4-16 semanas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"grand_growth_age_range": {
|
"grand_growth_age_range": {
|
||||||
"en": "17-39 weeks",
|
"en": "17-39 weeks",
|
||||||
"es-mx": "",
|
"es-mx": "17-39 semanas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"maturation_age_range": {
|
"maturation_age_range": {
|
||||||
"en": "39+ weeks",
|
"en": "39+ weeks",
|
||||||
"es-mx": "",
|
"es-mx": "39+ semanas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"germination_characteristics": {
|
"germination_characteristics": {
|
||||||
"en": "Crop emergence and early establishment; high variability expected",
|
"en": "Crop emergence and early establishment; high variability expected",
|
||||||
"es-mx": "",
|
"es-mx": "Emergencia del cultivo y establecimiento temprano; alta variabilidad esperada",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"tillering_characteristics": {
|
"tillering_characteristics": {
|
||||||
"en": "Shoot multiplication and plant establishment; rapid growth phase",
|
"en": "Shoot multiplication and plant establishment; rapid growth phase",
|
||||||
"es-mx": "",
|
"es-mx": "Multiplicación de brotes y establecimiento de la planta; fase de crecimiento rápido",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"grand_growth_characteristics": {
|
"grand_growth_characteristics": {
|
||||||
"en": "Peak vegetative growth; maximum height and biomass accumulation",
|
"en": "Peak vegetative growth; maximum height and biomass accumulation",
|
||||||
"es-mx": "",
|
"es-mx": "Pico de crecimiento vegetativo; máxima altura y acumulación de biomasa",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"maturation_characteristics": {
|
"maturation_characteristics": {
|
||||||
"en": "Ripening phase; sugar accumulation and preparation for harvest",
|
"en": "Ripening phase; sugar accumulation and preparation for harvest",
|
||||||
"es-mx": "",
|
"es-mx": "Fase de maduración; acumulación de azúcar y preparación para la cosecha",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"status_alert_heading": {
|
"status_alert_heading": {
|
||||||
"en": "#### *Status Alert*",
|
"en": "#### *Status Alert*",
|
||||||
"es-mx": "",
|
"es-mx": "#### *Alerta de Estado*",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"status_alert_intro": {
|
"status_alert_intro": {
|
||||||
"en": "Status alerts indicate the current field condition based on CI and age-related patterns. Each field receives **one alert** reflecting its most relevant status:",
|
"en": "Status alerts indicate the current field condition based on CI and age-related patterns. Each field receives **one alert** reflecting its most relevant status:",
|
||||||
"es-mx": "",
|
"es-mx": "Las alertas de estado indican la condición actual del campo basada en patrones de IC y edad. Cada campo recibe **una alerta** que refleja su estado más relevante:",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_ready_condition": {
|
"harvest_ready_condition": {
|
||||||
"en": "Harvest model > 0.50 and crop is mature",
|
"en": "Harvest model > 0.50 and crop is mature",
|
||||||
"es-mx": "",
|
"es-mx": "Modelo de cosecha > 0.50 y el cultivo está maduro",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_ready_phase_info": {
|
"harvest_ready_phase_info": {
|
||||||
"en": "Active from 52 weeks onwards",
|
"en": "Active from 52 weeks onwards",
|
||||||
"es-mx": "",
|
"es-mx": "Activo a partir de las 52 semanas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_ready_msg": {
|
"harvest_ready_msg": {
|
||||||
"en": "Ready for harvest-check",
|
"en": "Ready for harvest-check",
|
||||||
"es-mx": "",
|
"es-mx": "Listo para verificación de cosecha",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvested_bare_condition": {
|
"harvested_bare_condition": {
|
||||||
"en": "Field of 50 weeks or older either shows mean CI values lower than 1.5 (for a maximum of three weeks) OR drops from higher CI to lower than 1.5. Alert drops if CI rises and passes 1.5 again",
|
"en": "Field of 50 weeks or older either shows mean CI values lower than 1.5 (for a maximum of three weeks) OR drops from higher CI to lower than 1.5. Alert drops if CI rises and passes 1.5 again",
|
||||||
"es-mx": "",
|
"es-mx": "Campo de 50 semanas o más que muestra valores promedio de IC menores a 1.5 (por un máximo de tres semanas) O que cae de un IC mayor a menor de 1.5. La alerta se desactiva si el IC sube y supera 1.5 nuevamente",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvested_bare_phase_info": {
|
"harvested_bare_phase_info": {
|
||||||
"en": "Maturation (39+)",
|
"en": "Maturation (39+)",
|
||||||
"es-mx": "",
|
"es-mx": "Maduración (39+)",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvested_bare_msg": {
|
"harvested_bare_msg": {
|
||||||
"en": "Harvested or bare field",
|
"en": "Harvested or bare field",
|
||||||
"es-mx": "",
|
"es-mx": "Campo cosechado o descubierto",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"stress_condition": {
|
"stress_condition": {
|
||||||
"en": "Mean CI on field drops by 2+ points but field mean CI remains higher than 1.5",
|
"en": "Mean CI on field drops by 2+ points but field mean CI remains higher than 1.5",
|
||||||
"es-mx": "",
|
"es-mx": "El IC promedio del campo cae 2+ puntos pero el IC promedio del campo permanece mayor a 1.5",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"stress_phase_info": {
|
"stress_phase_info": {
|
||||||
"en": "Any",
|
"en": "Any",
|
||||||
"es-mx": "",
|
"es-mx": "Cualquiera",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"stress_msg": {
|
"stress_msg": {
|
||||||
"en": "Strong decline in crop health",
|
"en": "Strong decline in crop health",
|
||||||
"es-mx": "",
|
"es-mx": "Declive fuerte en la salud del cultivo",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_date_heading": {
|
"harvest_date_heading": {
|
||||||
"en": "#### *Harvest Date and Harvest Imminent*",
|
"en": "#### *Harvest Date and Harvest Imminent*",
|
||||||
"es-mx": "",
|
"es-mx": "#### *Fecha de Cosecha y Cosecha Inminente*",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_date_body_1": {
|
"harvest_date_body_1": {
|
||||||
"en": "The SmartCane algorithm calculates the last harvest date and the probability of harvest approaching in the next 4 weeks. Two different algorithms are used.",
|
"en": "The SmartCane algorithm calculates the last harvest date and the probability of harvest approaching in the next 4 weeks. Two different algorithms are used.",
|
||||||
"es-mx": "",
|
"es-mx": "El algoritmo de SmartCane calcula la última fecha de cosecha y la probabilidad de que la cosecha se aproxime en las próximas 4 semanas. Se utilizan dos algoritmos diferentes.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_date_body_2": {
|
"harvest_date_body_2": {
|
||||||
"en": "The **last harvest date** is a timeseries analysis of the CI levels of the past years, based on clean factory managed fields as data set for the machine learning, a reliability of over 90% has been reached. Smallholder managed fields of small size (0.3 acres) have specific side effects and field management characteristics, that influence the model results.",
|
"en": "The **last harvest date** is a timeseries analysis of the CI levels of the past years, based on clean factory managed fields as data set for the machine learning, a reliability of over 90% has been reached. Smallholder managed fields of small size (0.3 acres) have specific side effects and field management characteristics, that influence the model results.",
|
||||||
"es-mx": "",
|
"es-mx": "La **última fecha de cosecha** es un análisis de series de tiempo de los niveles de IC de años anteriores, basado en campos limpios administrados por la fábrica como conjunto de datos para el aprendizaje automático, se ha alcanzado una confiabilidad superior al 90%. Los campos pequeños administrados por pequeños productores (0.3 acres) tienen efectos secundarios específicos y características de manejo que influyen en los resultados del modelo.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_date_body_3": {
|
"harvest_date_body_3": {
|
||||||
"en": "**Imminent_probability** of harvest is a prediction algorithm, estimating the likelihood of a crop ready to be harvested in the near future. This prediction takes the CI-levels into consideration, building on the vegetative development of sugarcane in the last stage of Maturation, where all sucrose is pulled into the stalk, depleting the leaves from energy and productive function, reducing the levels of CI in the leaf tissue.",
|
"en": "**Imminent_probability** of harvest is a prediction algorithm, estimating the likelihood of a crop ready to be harvested in the near future. This prediction takes the CI-levels into consideration, building on the vegetative development of sugarcane in the last stage of Maturation, where all sucrose is pulled into the stalk, depleting the leaves from energy and productive function, reducing the levels of CI in the leaf tissue.",
|
||||||
"es-mx": "",
|
"es-mx": "**Imminent_probability** de cosecha es un algoritmo de predicción que estima la probabilidad de que un cultivo esté listo para ser cosechado en el futuro cercano. Esta predicción toma en cuenta los niveles de IC, basándose en el desarrollo vegetativo de la caña de azúcar en la última etapa de Maduración, donde toda la sacarosa se concentra en el tallo, agotando la energía y función productiva de las hojas, reduciendo los niveles de IC en el tejido foliar.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_date_body_4": {
|
"harvest_date_body_4": {
|
||||||
"en": "Both algorithms are not always in sync, and can have contradictory results. Wider field characteristics analysis is suggested if such contradictory calculation results occur.",
|
"en": "Both algorithms are not always in sync, and can have contradictory results. Wider field characteristics analysis is suggested if such contradictory calculation results occur.",
|
||||||
"es-mx": "",
|
"es-mx": "Ambos algoritmos no siempre están sincronizados y pueden tener resultados contradictorios. Se sugiere un análisis más amplio de las características del campo si se presentan resultados de cálculo contradictorios.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
}
|
}
|
||||||
|
|
@ -544,127 +544,127 @@
|
||||||
"status_translations": {
|
"status_translations": {
|
||||||
"PHASE DISTRIBUTION": {
|
"PHASE DISTRIBUTION": {
|
||||||
"en": "Phase Distribution",
|
"en": "Phase Distribution",
|
||||||
"es-mx": "",
|
"es-mx": "Distribución de Fases",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"OPERATIONAL ALERTS": {
|
"OPERATIONAL ALERTS": {
|
||||||
"en": "Operational Alerts",
|
"en": "Operational Alerts",
|
||||||
"es-mx": "",
|
"es-mx": "Alertas Operativas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"AREA CHANGE": {
|
"AREA CHANGE": {
|
||||||
"en": "Area Change",
|
"en": "Area Change",
|
||||||
"es-mx": "",
|
"es-mx": "Cambio de Área",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"CLOUD INFLUENCE": {
|
"CLOUD INFLUENCE": {
|
||||||
"en": "Cloud Influence",
|
"en": "Cloud Influence",
|
||||||
"es-mx": "",
|
"es-mx": "Influencia de Nubes",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"TOTAL FARM": {
|
"TOTAL FARM": {
|
||||||
"en": "Total Farm",
|
"en": "Total Farm",
|
||||||
"es-mx": "",
|
"es-mx": "Total de la Finca",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Germination": {
|
"Germination": {
|
||||||
"en": "Germination",
|
"en": "Germination",
|
||||||
"es-mx": "",
|
"es-mx": "Germinación",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Tillering": {
|
"Tillering": {
|
||||||
"en": "Tillering",
|
"en": "Tillering",
|
||||||
"es-mx": "",
|
"es-mx": "Macollamiento",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Grand Growth": {
|
"Grand Growth": {
|
||||||
"en": "Grand Growth",
|
"en": "Grand Growth",
|
||||||
"es-mx": "",
|
"es-mx": "Gran Crecimiento",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Maturation": {
|
"Maturation": {
|
||||||
"en": "Maturation",
|
"en": "Maturation",
|
||||||
"es-mx": "",
|
"es-mx": "Maduración",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Unknown Phase": {
|
"Unknown Phase": {
|
||||||
"en": "Unknown Phase",
|
"en": "Unknown Phase",
|
||||||
"es-mx": "",
|
"es-mx": "Fase Desconocida",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvest_ready": {
|
"harvest_ready": {
|
||||||
"en": "Ready for Harvest-Check",
|
"en": "Ready for Harvest-Check",
|
||||||
"es-mx": "",
|
"es-mx": "Listo para Verificación de Cosecha",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"harvested_bare": {
|
"harvested_bare": {
|
||||||
"en": "Harvested / Bare Field",
|
"en": "Harvested / Bare Field",
|
||||||
"es-mx": "",
|
"es-mx": "Cosechado / Campo Descubierto",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"stress_detected": {
|
"stress_detected": {
|
||||||
"en": "Stress Detected",
|
"en": "Stress Detected",
|
||||||
"es-mx": "",
|
"es-mx": "Estrés Detectado",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"germination_delayed": {
|
"germination_delayed": {
|
||||||
"en": "Germination Delayed",
|
"en": "Germination Delayed",
|
||||||
"es-mx": "",
|
"es-mx": "Germinación Retrasada",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"growth_on_track": {
|
"growth_on_track": {
|
||||||
"en": "Growth on Track",
|
"en": "Growth on Track",
|
||||||
"es-mx": "",
|
"es-mx": "Crecimiento en Curso",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"No active triggers": {
|
"No active triggers": {
|
||||||
"en": "No Active Triggers",
|
"en": "No Active Triggers",
|
||||||
"es-mx": "",
|
"es-mx": "Sin Alertas Activas",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Improving": {
|
"Improving": {
|
||||||
"en": "Improving",
|
"en": "Improving",
|
||||||
"es-mx": "",
|
"es-mx": "Mejorando",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Stable": {
|
"Stable": {
|
||||||
"en": "Stable",
|
"en": "Stable",
|
||||||
"es-mx": "",
|
"es-mx": "Estable",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Declining": {
|
"Declining": {
|
||||||
"en": "Declining",
|
"en": "Declining",
|
||||||
"es-mx": "",
|
"es-mx": "En Declive",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"Total Acreage": {
|
"Total Acreage": {
|
||||||
"en": "Total Acreage",
|
"en": "Total Acreage",
|
||||||
"es-mx": "",
|
"es-mx": "Superficie Total",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_na": {
|
"kpi_na": {
|
||||||
"en": "KPI data not available for {project_dir} on this date.",
|
"en": "KPI data not available for {project_dir} on this date.",
|
||||||
"es-mx": "",
|
"es-mx": "Datos de KPI no disponibles para {project_dir} en esta fecha.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
}
|
}
|
||||||
|
|
@ -672,157 +672,157 @@
|
||||||
"figure_translations": {
|
"figure_translations": {
|
||||||
"kpi_col_category": {
|
"kpi_col_category": {
|
||||||
"en": "KPI Category",
|
"en": "KPI Category",
|
||||||
"es-mx": "",
|
"es-mx": "Categoría de KPI",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_col_item": {
|
"kpi_col_item": {
|
||||||
"en": "Item",
|
"en": "Item",
|
||||||
"es-mx": "",
|
"es-mx": "Elemento",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_col_acreage": {
|
"kpi_col_acreage": {
|
||||||
"en": "Acreage",
|
"en": "Acreage",
|
||||||
"es-mx": "",
|
"es-mx": "Superficie",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_col_percent": {
|
"kpi_col_percent": {
|
||||||
"en": "Percentage of Total Fields",
|
"en": "Percentage of Total Fields",
|
||||||
"es-mx": "",
|
"es-mx": "Porcentaje del Total de Campos",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"kpi_col_fields": {
|
"kpi_col_fields": {
|
||||||
"en": "# Fields",
|
"en": "# Fields",
|
||||||
"es-mx": "",
|
"es-mx": "# Campos",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"hexbin_legend_acres": {
|
"hexbin_legend_acres": {
|
||||||
"en": "Total Acres",
|
"en": "Total Acres",
|
||||||
"es-mx": "",
|
"es-mx": "Acres Totales",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"hexbin_subtitle": {
|
"hexbin_subtitle": {
|
||||||
"en": "Acres of fields 'harvest ready within a month'",
|
"en": "Acres of fields 'harvest ready within a month'",
|
||||||
"es-mx": "",
|
"es-mx": "Acres de campos listos para cosecha dentro de un mes",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"hexbin_not_ready": {
|
"hexbin_not_ready": {
|
||||||
"en": "Not harvest ready",
|
"en": "Not harvest ready",
|
||||||
"es-mx": "",
|
"es-mx": "No listo para cosecha",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"metadata_caption": {
|
"metadata_caption": {
|
||||||
"en": "Report Metadata",
|
"en": "Report Metadata",
|
||||||
"es-mx": "",
|
"es-mx": "Metadatos del Reporte",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"metric": {
|
"metric": {
|
||||||
"en": "Metric",
|
"en": "Metric",
|
||||||
"es-mx": "",
|
"es-mx": "Métrica",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
"en": "Value",
|
"en": "Value",
|
||||||
"es-mx": "",
|
"es-mx": "Valor",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"report_gen": {
|
"report_gen": {
|
||||||
"en": "Report Generated",
|
"en": "Report Generated",
|
||||||
"es-mx": "",
|
"es-mx": "Reporte Generado",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"data_source": {
|
"data_source": {
|
||||||
"en": "Data Source",
|
"en": "Data Source",
|
||||||
"es-mx": "",
|
"es-mx": "Fuente de Datos",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"analysis_period": {
|
"analysis_period": {
|
||||||
"en": "Analysis Period",
|
"en": "Analysis Period",
|
||||||
"es-mx": "",
|
"es-mx": "Período de Análisis",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"tot_fields_number": {
|
"tot_fields_number": {
|
||||||
"en": "Total Fields [number]",
|
"en": "Total Fields [number]",
|
||||||
"es-mx": "",
|
"es-mx": "Total de Campos [número]",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"tot_area_acres": {
|
"tot_area_acres": {
|
||||||
"en": "Total Area [acres]",
|
"en": "Total Area [acres]",
|
||||||
"es-mx": "",
|
"es-mx": "Área Total [acres]",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"next_update": {
|
"next_update": {
|
||||||
"en": "Next Update",
|
"en": "Next Update",
|
||||||
"es-mx": "",
|
"es-mx": "Próxima Actualización",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"service_provided": {
|
"service_provided": {
|
||||||
"en": "Service provided",
|
"en": "Service provided",
|
||||||
"es-mx": "",
|
"es-mx": "Servicio proporcionado",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"service_start": {
|
"service_start": {
|
||||||
"en": "Starting date service",
|
"en": "Starting date service",
|
||||||
"es-mx": "",
|
"es-mx": "Fecha de inicio del servicio",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"next_wed": {
|
"next_wed": {
|
||||||
"en": "Next Wednesday",
|
"en": "Next Wednesday",
|
||||||
"es-mx": "",
|
"es-mx": "Próximo miércoles",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"week": {
|
"week": {
|
||||||
"en": "Week",
|
"en": "Week",
|
||||||
"es-mx": "",
|
"es-mx": "Semana",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"of": {
|
"of": {
|
||||||
"en": "of",
|
"en": "of",
|
||||||
"es-mx": "",
|
"es-mx": "de",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"project": {
|
"project": {
|
||||||
"en": "Project",
|
"en": "Project",
|
||||||
"es-mx": "",
|
"es-mx": "Proyecto",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"cane_supply_service": {
|
"cane_supply_service": {
|
||||||
"en": "Cane Supply Office - Weekly",
|
"en": "Cane Supply Office - Weekly",
|
||||||
"es-mx": "",
|
"es-mx": "Oficina de Abastecimiento de Caña - Semanal",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"unknown": {
|
"unknown": {
|
||||||
"en": "Unknown",
|
"en": "Unknown",
|
||||||
"es-mx": "",
|
"es-mx": "Desconocido",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
},
|
},
|
||||||
"no_field_data": {
|
"no_field_data": {
|
||||||
"en": "No field-level KPI data available for this report period.",
|
"en": "No field-level KPI data available for this report period.",
|
||||||
"es-mx": "",
|
"es-mx": "No hay datos de KPI a nivel de campo disponibles para este período de reporte.",
|
||||||
"pt-br": "",
|
"pt-br": "",
|
||||||
"sw": ""
|
"sw": ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue