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

50 lines
1.5 KiB
Markdown

# Translation summary
_This summary was automatically generated by running the language helper._
Auto-sort and generate translation file contents using:
```bash
node public/app-resources/languages/_helper.js en
```
Where `en` is your language code.
Translation file format can be checked using:
```bash
npm run translation-check
```
See the [README](https://github.com/FarmBot/Farmbot-Web-App#translating-the-web-app-into-your-language) for contribution instructions.
Total number of phrases identified by the language helper for translation: __1114__
|Language|Percent translated|Translated|Untranslated|Other Translations|
|:---:|---:|---:|---:|---:|
|da|10%|110|1004|34|
|de|38%|418|696|131|
|es|91%|1012|102|163|
|fr|68%|759|355|188|
|it|8%|90|1024|180|
|nl|7%|79|1035|151|
|pt|6%|71|1043|170|
|ru|54%|601|513|211|
|th|0%|0|1114|0|
|zh|8%|86|1028|151|
**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.