Merge pull request #2001 from Binnette/fix-issue-1989

[Fix1989] Add plantnet how-to: take a picture of the fruits
This commit is contained in:
Pieter Vander Vennet 2024-06-19 21:58:46 +02:00 committed by GitHub
commit fa6e6919d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 25 additions and 11 deletions

View file

@ -536,7 +536,8 @@
"li0": "feu una foto que mostri l'arbre al centre sense gaire fons",
"li1": "feu una foto que mostri una sola fulla",
"li2": "feu una foto que mostri l'escorça",
"li3": "feu una foto de les flors"
"li3": "feu una foto de les flors",
"li4": "feu una foto de les fruites"
},
"loadingWikidata": "Carregant informació sobre {species}…",
"matchPercentage": "{match}% de coincidència",

View file

@ -526,7 +526,8 @@
"li0": "pořídit snímek, na kterém je strom uprostřed bez velkého pozadí",
"li1": "pořídit snímek, na kterém je zobrazen jeden list",
"li2": "pořídit snímek, na kterém je vidět kůra",
"li3": "vyfotit květiny"
"li3": "vyfotit květiny",
"li4": "vyfotit ovoce"
},
"loadingWikidata": "Načítání informací o {species}…",
"matchPercentage": "{match}% shoda",

View file

@ -665,7 +665,8 @@
"li0": "machen Sie ein Foto, das den Baum in der Mitte ohne viel Hintergrund zeigt",
"li1": "machen Sie ein Foto, das ein einzelnes Blatt zeigt",
"li2": "machen Sie ein Foto, das die Rinde zeigt",
"li3": "machen Sie ein Foto von den Blüten"
"li3": "machen Sie ein Foto von den Blüten",
"li4": "machen Sie ein Foto von den Früchten"
},
"loadingWikidata": "Informationen über {species} werden geladen…",
"matchPercentage": "{match}% Übereinstimmung",

View file

@ -671,7 +671,8 @@
"li0": "take a picture which show the tree in the center without much background",
"li1": "take a picture which shows a single leaf",
"li2": "take a picture which shows the bark",
"li3": "take a picture of the flowers"
"li3": "take a picture of the flowers",
"li4": "take a picture of the fruits"
},
"loadingWikidata": "Loading information about {species}…",
"matchPercentage": "{match}% match",

View file

@ -592,7 +592,8 @@
"done": "Laji on valittu",
"howTo": {
"li2": "ota kuva, jossa näkyy kaarna",
"li3": "ota kuva kukista"
"li3": "ota kuva kukista",
"li4": "ota kuva hedelmistä"
},
"loadingWikidata": "Lataa tietoja lajista {species}…",
"matchPercentage": "{match} % osuma",

View file

@ -441,7 +441,8 @@
"li0": "prenez une photo montant l'arbre au centre avec un peu d'élément à l'arrière plan",
"li1": "prenez une photo montrant une feuille seule",
"li2": "prenez une photo montant l'écorce",
"li3": "prenez une photo des fleurs"
"li3": "prenez une photo des fleurs",
"li4": "prenez une photo des fruits"
},
"loadingWikidata": "Chargement des infos sur {species}",
"matchPercentage": "Correspondance {match} %",

View file

@ -378,7 +378,8 @@
"li0": "ta et bilde med treet i midten uten for mye bakgrunn",
"li1": "ta et bilde som viser ett løvblad",
"li2": "ta et bilde som viser barken",
"li3": "ta et bilde av blomstene"
"li3": "ta et bilde av blomstene",
"li4": "ta et bilde av fruktene"
},
"loadingWikidata": "Laster inn info om {species} …",
"matchPercentage": "{match}% treff",

View file

@ -568,7 +568,8 @@
"li0": "neem een foto waar de boom in het midden staat zonder te veel achtergrond",
"li1": "neem een foto met een enkel blad",
"li2": "neem een foto die de schors toont",
"li3": "neem een foto van de bloesems"
"li3": "neem een foto van de bloesems",
"li4": "neem een foto van de fruits"
},
"loadingWikidata": "Informatie over {species} aan het laden",
"matchPercentage": "{match}% overeenkomst",

View file

@ -526,7 +526,8 @@
"li0": "zrób zdjęcie, które pokaże drzewo pośrodku, bez większego tła",
"li1": "zrób zdjęcie, na którym widać pojedynczy liść",
"li2": "zrób zdjęcie, na którym widać korę",
"li3": "zrób zdjęcie kwiatów"
"li3": "zrób zdjęcie kwiatów",
"li4": "zrób zdjęcie owoców"
},
"loadingWikidata": "Wczytywanie informacji o {species}…",
"matchPercentage": "{match}% dopasowania",

View file

@ -665,7 +665,8 @@
"li0": "tire uma fotografia que mostre a árvore no centro, sem muito fundo",
"li1": "tire uma fotografia que mostre uma única folha",
"li2": "tire uma fotografia que mostre a casca",
"li3": "tire uma fotografia das flores"
"li3": "tire uma fotografia das flores",
"li4": "tire uma fotografia das frutas"
},
"loadingWikidata": "A carregar informações sobre {species}…",
"matchPercentage": "{match}% correspondência",

View file

@ -665,7 +665,8 @@
"li0": "將樹林放在中間拍照,並且盡可能不要有背景",
"li1": "拍攝單一葉片的照片",
"li2": "拍攝有樹幹的照片",
"li3": "拍攝花朵的照片"
"li3": "拍攝花朵的照片",
"li4": "拍攝水果的照片"
},
"loadingWikidata": "載入 {species} 的資訊…",
"matchPercentage": "{match}% 吻合",

View file

@ -86,6 +86,9 @@
<li>
<Tr t={t.howTo.li3} />
</li>
<li>
<Tr t={t.howTo.li4} />
</li>
</ul>
</div>
{:else if selectedOption === undefined}