Farmbot-Web-App/public/app-resources/languages/translation_metrics.md

1.7 KiB

Translation summary

This summary was automatically generated by running the language helper.

Auto-sort and generate translation file contents using:

node public/app-resources/languages/_helper.js en

Where en is your language code.

Translation file format can be checked using:

npm run translation-check

Note: If using Docker, add sudo docker-compose run web before the commands. For example, sudo docker-compose run web npm run translation-check.

See the README for contribution instructions.

Total number of phrases identified by the language helper for translation: 1238

Language Percent translated Translated Untranslated Other Translations
da 8% 105 1133 77
de 32% 397 841 168
es 78% 965 273 210
fr 80% 985 253 242
it 7% 87 1151 215
nl 6% 75 1163 187
pt 5% 66 1172 207
ru 46% 575 663 246
th 0% 0 1238 0
zh 7% 82 1156 187

Percent translated refers to the percent of phrases identified by the language helper that have been translated. Additional phrases not identified by the language helper may exist in the Web App.

Untranslated includes phrases not yet translated or phrases that do not need translation. Phrases that are identical before and after translation can be moved to translated to indicate translation status to the language helper.

Other Translations include translated phrases that do not match any of the phrases identified by the language helper. These are usually phrases not identified by the language helper or phrases that have been changed or removed from the Web App.