-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d50643
commit 08376dd
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"de": { | ||
"title": "Kulturentabelle", | ||
"subtitle": "<p>Hier findest du die Liste der landwirtschaftlichen Kulturen des Bundesamtes für Landwirtschaft BLW. Diese Liste ist <i>fast</i> komplett. Das tatsächliche File mit den Daten liegt auf <a href='https://github.com/blw-ofag-ufag/ontology/blob/main/mapping-tables/crops.json'>GitHub</a>.</p><p>Der Kulturentyp ist noch in der Entwicklung und besteht im Moment aus Ackerbau (🌾), Gemüsebau (🥬), Obst (🍎), Beerenbau (🫐), Weinbau (🍇), Medizinalpflanzen (🌿), Ornamentalkulturen (🌺), Forstwirtschaft (🌲), und Nicht-Kulturen (🏭).</p>", | ||
"search": "Durchsuche nach Name, Kommentar etc.", | ||
"columns": ["ID", "Name", "Kommentare", "Typ"] | ||
}, | ||
"fr": { | ||
"title": "Tableau des Cultures", | ||
"subtitle": "<p>Voici la liste des cultures agricoles de l'Office fédéral de l'agriculture OFAG. Cette liste est <i>presque</i> complète. Le fichier réel contenant les données est disponible sur <a href='https://github.com/blw-ofag-ufag/ontology/blob/main/mapping-tables/crops.json'>GitHub</a>.</p><p>Le type de culture est encore en développement et comprend actuellement les grandes cultures (🌾), les légumes (🥬), les fruits (🍎), les baies (🫐), la viticulture (🍇), les plantes médicinales (🌿), les cultures ornementales (🌺), la sylviculture (🌲) et les non-cultures (🏭).</p>", | ||
"search": "Rechercher par nom, commentaire, etc.", | ||
"columns": ["ID", "Nom", "Commentaires", "Type"] | ||
}, | ||
"it": { | ||
"title": "Tabella delle Colture", | ||
"subtitle": "<p>Qui trovi l'elenco delle colture agricole dell'Ufficio federale dell'agricoltura UFAG. Questo elenco è <i>quasi</i> completo. Il file reale con i dati è disponibile su <a href='https://github.com/blw-ofag-ufag/ontology/blob/main/mapping-tables/crops.json'>GitHub</a>.</p><p>Il tipo di coltura è ancora in fase di sviluppo e attualmente comprende seminativi (🌾), ortaggi (🥬), frutta (🍎), bacche (🫐), viticoltura (🍇), piante medicinali (🌿), colture ornamentali (🌺), selvicoltura (🌲) e non colture (🏭).</p>", | ||
"search": "Cerca per nome, commento, ecc.", | ||
"columns": ["ID", "Nome", "Commenti", "Tipo"] | ||
}, | ||
"en": { | ||
"title": "Crops Table", | ||
"subtitle": "<p>Here you can find the list of agricultural crops from the Federal Office for Agriculture FOAG. This list is <i>almost</i> complete. The actual file with the data is available on <a href='https://github.com/blw-ofag-ufag/ontology/blob/main/mapping-tables/crops.json'>GitHub</a>.</p><p>The crop type is still under development and currently includes arable crops (🌾), vegetables (🥬), fruits (🍎), berries (🫐), viticulture (🍇), medicinal plants (🌿), ornamental crops (🌺), forestry (🌲), and non-crops (🏭).</p>", | ||
"search": "Search by name, comment, etc.", | ||
"columns": ["ID", "Name", "Comments", "Type"] | ||
} | ||
} |