mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update translations
This commit is contained in:
parent
18c46851fd
commit
8e531ca87a
@ -14,10 +14,12 @@ class Command extends BaseCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
options() {
|
options() {
|
||||||
return [['-v, --verbose', _('Also displays unset and hidden config variables.')],
|
return [
|
||||||
['--export', _('Writes all settings to STDOUT as JSON including secure variables.')],
|
['-v, --verbose', _('Also displays unset and hidden config variables.')],
|
||||||
['--import', _('Reads in JSON formatted settings from STDIN.')],
|
['--export', 'Writes all settings to STDOUT as JSON including secure variables.'],
|
||||||
['--import-file <file>', _('Reads in settings from <file>. <file> must contain valid JSON.')]];
|
['--import', 'Reads in JSON formatted settings from STDIN.'],
|
||||||
|
['--import-file <file>', 'Reads in settings from <file>. <file> must contain valid JSON.'],
|
||||||
|
];
|
||||||
}
|
}
|
||||||
async __importSettings(inputStream) {
|
async __importSettings(inputStream) {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
@ -103,12 +105,8 @@ class Command extends BaseCommand {
|
|||||||
this.stdout(renderKeyValue(args.name));
|
this.stdout(renderKeyValue(args.name));
|
||||||
}
|
}
|
||||||
|
|
||||||
app()
|
app().gui().showConsole();
|
||||||
.gui()
|
app().gui().maximizeConsole();
|
||||||
.showConsole();
|
|
||||||
app()
|
|
||||||
.gui()
|
|
||||||
.maximizeConsole();
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -34,10 +34,10 @@ locales['sv'] = require('./sv.json');
|
|||||||
locales['tr_TR'] = require('./tr_TR.json');
|
locales['tr_TR'] = require('./tr_TR.json');
|
||||||
locales['zh_CN'] = require('./zh_CN.json');
|
locales['zh_CN'] = require('./zh_CN.json');
|
||||||
locales['zh_TW'] = require('./zh_TW.json');
|
locales['zh_TW'] = require('./zh_TW.json');
|
||||||
stats['ar'] = {"percentDone":96};
|
stats['ar'] = {"percentDone":97};
|
||||||
stats['eu'] = {"percentDone":41};
|
stats['eu'] = {"percentDone":41};
|
||||||
stats['bs_BA'] = {"percentDone":91};
|
stats['bs_BA'] = {"percentDone":91};
|
||||||
stats['bg_BG'] = {"percentDone":80};
|
stats['bg_BG'] = {"percentDone":81};
|
||||||
stats['ca'] = {"percentDone":64};
|
stats['ca'] = {"percentDone":64};
|
||||||
stats['hr_HR'] = {"percentDone":34};
|
stats['hr_HR'] = {"percentDone":34};
|
||||||
stats['cs_CZ'] = {"percentDone":93};
|
stats['cs_CZ'] = {"percentDone":93};
|
||||||
@ -46,26 +46,26 @@ stats['de_DE'] = {"percentDone":96};
|
|||||||
stats['en_GB'] = {"percentDone":100};
|
stats['en_GB'] = {"percentDone":100};
|
||||||
stats['en_US'] = {"percentDone":100};
|
stats['en_US'] = {"percentDone":100};
|
||||||
stats['es_ES'] = {"percentDone":93};
|
stats['es_ES'] = {"percentDone":93};
|
||||||
stats['eo'] = {"percentDone":46};
|
stats['eo'] = {"percentDone":47};
|
||||||
stats['fr_FR'] = {"percentDone":93};
|
stats['fr_FR'] = {"percentDone":100};
|
||||||
stats['gl_ES'] = {"percentDone":52};
|
stats['gl_ES'] = {"percentDone":53};
|
||||||
stats['it_IT'] = {"percentDone":88};
|
stats['it_IT'] = {"percentDone":88};
|
||||||
stats['nl_BE'] = {"percentDone":42};
|
stats['nl_BE'] = {"percentDone":42};
|
||||||
stats['nl_NL'] = {"percentDone":88};
|
stats['nl_NL'] = {"percentDone":88};
|
||||||
stats['nb_NO'] = {"percentDone":93};
|
stats['nb_NO'] = {"percentDone":93};
|
||||||
stats['fa'] = {"percentDone":39};
|
stats['fa'] = {"percentDone":40};
|
||||||
stats['pl_PL'] = {"percentDone":79};
|
stats['pl_PL'] = {"percentDone":79};
|
||||||
stats['pt_PT'] = {"percentDone":96};
|
stats['pt_PT'] = {"percentDone":96};
|
||||||
stats['pt_BR'] = {"percentDone":92};
|
stats['pt_BR'] = {"percentDone":92};
|
||||||
stats['ro'] = {"percentDone":41};
|
stats['ro'] = {"percentDone":41};
|
||||||
stats['sl_SI'] = {"percentDone":52};
|
stats['sl_SI'] = {"percentDone":52};
|
||||||
stats['sv'] = {"percentDone":71};
|
stats['sv'] = {"percentDone":71};
|
||||||
stats['tr_TR'] = {"percentDone":96};
|
stats['tr_TR'] = {"percentDone":97};
|
||||||
stats['el_GR'] = {"percentDone":93};
|
stats['el_GR'] = {"percentDone":99};
|
||||||
stats['ru_RU'] = {"percentDone":89};
|
stats['ru_RU'] = {"percentDone":99};
|
||||||
stats['sr_RS'] = {"percentDone":79};
|
stats['sr_RS'] = {"percentDone":79};
|
||||||
stats['zh_CN'] = {"percentDone":87};
|
stats['zh_CN'] = {"percentDone":87};
|
||||||
stats['zh_TW'] = {"percentDone":96};
|
stats['zh_TW'] = {"percentDone":97};
|
||||||
stats['ja_JP'] = {"percentDone":96};
|
stats['ja_JP'] = {"percentDone":99};
|
||||||
stats['ko'] = {"percentDone":93};
|
stats['ko'] = {"percentDone":93};
|
||||||
module.exports = { locales: locales, stats: stats };
|
module.exports = { locales: locales, stats: stats };
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
22
README.md
22
README.md
@ -339,10 +339,10 @@ Current translations:
|
|||||||
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
||||||
| Language | Po File | Last translator | Percent done
|
| Language | Po File | Last translator | Percent done
|
||||||
---|---|---|---|---
|
---|---|---|---|---
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/arableague.png) | Arabic | [ar](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ar.po) | أحمد باشا إبراهيم (fi_ahmed_bacha@esi.dz) | 96%
|
![](https://joplinapp.org/images/flags/country-4x3/arableague.png) | Arabic | [ar](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ar.po) | أحمد باشا إبراهيم (fi_ahmed_bacha@esi.dz) | 97%
|
||||||
![](https://joplinapp.org/images/flags/es/basque_country.png) | Basque | [eu](https://github.com/laurent22/joplin/blob/master/CliClient/locales/eu.po) | juan.abasolo@ehu.eus | 41%
|
![](https://joplinapp.org/images/flags/es/basque_country.png) | Basque | [eu](https://github.com/laurent22/joplin/blob/master/CliClient/locales/eu.po) | juan.abasolo@ehu.eus | 41%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/ba.png) | Bosnian | [bs_BA](https://github.com/laurent22/joplin/blob/master/CliClient/locales/bs_BA.po) | Derviš T. (dervis.t@pm.me) | 91%
|
![](https://joplinapp.org/images/flags/country-4x3/ba.png) | Bosnian | [bs_BA](https://github.com/laurent22/joplin/blob/master/CliClient/locales/bs_BA.po) | Derviš T. (dervis.t@pm.me) | 91%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/bg.png) | Bulgarian | [bg_BG](https://github.com/laurent22/joplin/blob/master/CliClient/locales/bg_BG.po) | | 80%
|
![](https://joplinapp.org/images/flags/country-4x3/bg.png) | Bulgarian | [bg_BG](https://github.com/laurent22/joplin/blob/master/CliClient/locales/bg_BG.po) | | 81%
|
||||||
![](https://joplinapp.org/images/flags/es/catalonia.png) | Catalan | [ca](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ca.po) | jmontane, 2019 | 64%
|
![](https://joplinapp.org/images/flags/es/catalonia.png) | Catalan | [ca](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ca.po) | jmontane, 2019 | 64%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/hr.png) | Croatian | [hr_HR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/hr_HR.po) | Hrvoje Mandić (trbuhom@net.hr) | 34%
|
![](https://joplinapp.org/images/flags/country-4x3/hr.png) | Croatian | [hr_HR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/hr_HR.po) | Hrvoje Mandić (trbuhom@net.hr) | 34%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/cz.png) | Czech | [cs_CZ](https://github.com/laurent22/joplin/blob/master/CliClient/locales/cs_CZ.po) | Lukas Helebrandt (lukas@aiya.cz) | 93%
|
![](https://joplinapp.org/images/flags/country-4x3/cz.png) | Czech | [cs_CZ](https://github.com/laurent22/joplin/blob/master/CliClient/locales/cs_CZ.po) | Lukas Helebrandt (lukas@aiya.cz) | 93%
|
||||||
@ -351,27 +351,27 @@ Current translations:
|
|||||||
![](https://joplinapp.org/images/flags/country-4x3/gb.png) | English (UK) | [en_GB](https://github.com/laurent22/joplin/blob/master/CliClient/locales/en_GB.po) | | 100%
|
![](https://joplinapp.org/images/flags/country-4x3/gb.png) | English (UK) | [en_GB](https://github.com/laurent22/joplin/blob/master/CliClient/locales/en_GB.po) | | 100%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/us.png) | English (US) | [en_US](https://github.com/laurent22/joplin/blob/master/CliClient/locales/en_US.po) | | 100%
|
![](https://joplinapp.org/images/flags/country-4x3/us.png) | English (US) | [en_US](https://github.com/laurent22/joplin/blob/master/CliClient/locales/en_US.po) | | 100%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/es.png) | Español | [es_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po) | Andros Fenollosa (andros@fenollosa.email) | 93%
|
![](https://joplinapp.org/images/flags/country-4x3/es.png) | Español | [es_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po) | Andros Fenollosa (andros@fenollosa.email) | 93%
|
||||||
![](https://joplinapp.org/images/flags/esperanto.png) | Esperanto | [eo](https://github.com/laurent22/joplin/blob/master/CliClient/locales/eo.po) | Marton Paulo (martonpss@gmail.com) | 46%
|
![](https://joplinapp.org/images/flags/esperanto.png) | Esperanto | [eo](https://github.com/laurent22/joplin/blob/master/CliClient/locales/eo.po) | Marton Paulo (martonpss@gmail.com) | 47%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/fr.png) | Français | [fr_FR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/fr_FR.po) | Laurent Cozic | 93%
|
![](https://joplinapp.org/images/flags/country-4x3/fr.png) | Français | [fr_FR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/fr_FR.po) | Laurent Cozic | 100%
|
||||||
![](https://joplinapp.org/images/flags/es/galicia.png) | Galician | [gl_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po) | Marcos Lans (marcoslansgarza@gmail.com) | 52%
|
![](https://joplinapp.org/images/flags/es/galicia.png) | Galician | [gl_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/gl_ES.po) | Marcos Lans (marcoslansgarza@gmail.com) | 53%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/it.png) | Italiano | [it_IT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/it_IT.po) | | 88%
|
![](https://joplinapp.org/images/flags/country-4x3/it.png) | Italiano | [it_IT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/it_IT.po) | | 88%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/be.png) | Nederlands | [nl_BE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_BE.po) | | 42%
|
![](https://joplinapp.org/images/flags/country-4x3/be.png) | Nederlands | [nl_BE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_BE.po) | | 42%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/nl.png) | Nederlands | [nl_NL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po) | Robert (metbril@outlook.com) | 88%
|
![](https://joplinapp.org/images/flags/country-4x3/nl.png) | Nederlands | [nl_NL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po) | Robert (metbril@outlook.com) | 88%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/no.png) | Norwegian | [nb_NO](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nb_NO.po) | Mats Estensen (code@mxe.no) | 93%
|
![](https://joplinapp.org/images/flags/country-4x3/no.png) | Norwegian | [nb_NO](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nb_NO.po) | Mats Estensen (code@mxe.no) | 93%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/ir.png) | Persian | [fa](https://github.com/laurent22/joplin/blob/master/CliClient/locales/fa.po) | Mehrad Mahmoudian (mehrad@mahmoudian.me) | 39%
|
![](https://joplinapp.org/images/flags/country-4x3/ir.png) | Persian | [fa](https://github.com/laurent22/joplin/blob/master/CliClient/locales/fa.po) | Mehrad Mahmoudian (mehrad@mahmoudian.me) | 40%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/pl.png) | Polski | [pl_PL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pl_PL.po) | | 79%
|
![](https://joplinapp.org/images/flags/country-4x3/pl.png) | Polski | [pl_PL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pl_PL.po) | | 79%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/pt.png) | Português | [pt_PT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_PT.po) | Diogo Caveiro (diogocaveiro.pro@outlook.com) | 96%
|
![](https://joplinapp.org/images/flags/country-4x3/pt.png) | Português | [pt_PT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_PT.po) | Diogo Caveiro (diogocaveiro.pro@outlook.com) | 96%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/br.png) | Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_BR.po) | Marton Paulo (martonpss@gmail.com) | 92%
|
![](https://joplinapp.org/images/flags/country-4x3/br.png) | Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pt_BR.po) | Marton Paulo (martonpss@gmail.com) | 92%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/ro.png) | Română | [ro](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ro.po) | | 41%
|
![](https://joplinapp.org/images/flags/country-4x3/ro.png) | Română | [ro](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ro.po) | | 41%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/si.png) | Slovenian | [sl_SI](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po) | | 52%
|
![](https://joplinapp.org/images/flags/country-4x3/si.png) | Slovenian | [sl_SI](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po) | | 52%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/se.png) | Svenska | [sv](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sv.po) | Jonatan Nyberg (jonatan@autistici.org) | 71%
|
![](https://joplinapp.org/images/flags/country-4x3/se.png) | Svenska | [sv](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sv.po) | Jonatan Nyberg (jonatan@autistici.org) | 71%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/tr.png) | Türkçe | [tr_TR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/tr_TR.po) | Hüseyin Fahri Uzun (mail@fahriuzun.com) | 96%
|
![](https://joplinapp.org/images/flags/country-4x3/tr.png) | Türkçe | [tr_TR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/tr_TR.po) | Hüseyin Fahri Uzun (mail@fahriuzun.com) | 97%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/gr.png) | Ελληνικά | [el_GR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/el_GR.po) | Harris Arvanitis (xaris@tuta.io) | 93%
|
![](https://joplinapp.org/images/flags/country-4x3/gr.png) | Ελληνικά | [el_GR](https://github.com/laurent22/joplin/blob/master/CliClient/locales/el_GR.po) | Harris Arvanitis (xaris@tuta.io) | 99%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/ru.png) | Русский | [ru_RU](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ru_RU.po) | Artyom Karlov (artyom.karlov@gmail.com) | 89%
|
![](https://joplinapp.org/images/flags/country-4x3/ru.png) | Русский | [ru_RU](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ru_RU.po) | Artyom Karlov (artyom.karlov@gmail.com) | 99%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/rs.png) | српски језик | [sr_RS](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sr_RS.po) | | 79%
|
![](https://joplinapp.org/images/flags/country-4x3/rs.png) | српски језик | [sr_RS](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sr_RS.po) | | 79%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 87%
|
![](https://joplinapp.org/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 87%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/tw.png) | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po) | Ethan Chen (ethan42411@gmail.com) | 96%
|
![](https://joplinapp.org/images/flags/country-4x3/tw.png) | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po) | Ethan Chen (ethan42411@gmail.com) | 97%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | genneko (genneko217@gmail.com) | 96%
|
![](https://joplinapp.org/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | genneko (genneko217@gmail.com) | 99%
|
||||||
![](https://joplinapp.org/images/flags/country-4x3/kr.png) | 한국말 | [ko](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po) | | 93%
|
![](https://joplinapp.org/images/flags/country-4x3/kr.png) | 한국말 | [ko](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po) | | 93%
|
||||||
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -34,10 +34,10 @@ locales['sv'] = require('./sv.json');
|
|||||||
locales['tr_TR'] = require('./tr_TR.json');
|
locales['tr_TR'] = require('./tr_TR.json');
|
||||||
locales['zh_CN'] = require('./zh_CN.json');
|
locales['zh_CN'] = require('./zh_CN.json');
|
||||||
locales['zh_TW'] = require('./zh_TW.json');
|
locales['zh_TW'] = require('./zh_TW.json');
|
||||||
stats['ar'] = {"percentDone":96};
|
stats['ar'] = {"percentDone":97};
|
||||||
stats['eu'] = {"percentDone":41};
|
stats['eu'] = {"percentDone":41};
|
||||||
stats['bs_BA'] = {"percentDone":91};
|
stats['bs_BA'] = {"percentDone":91};
|
||||||
stats['bg_BG'] = {"percentDone":80};
|
stats['bg_BG'] = {"percentDone":81};
|
||||||
stats['ca'] = {"percentDone":64};
|
stats['ca'] = {"percentDone":64};
|
||||||
stats['hr_HR'] = {"percentDone":34};
|
stats['hr_HR'] = {"percentDone":34};
|
||||||
stats['cs_CZ'] = {"percentDone":93};
|
stats['cs_CZ'] = {"percentDone":93};
|
||||||
@ -46,26 +46,26 @@ stats['de_DE'] = {"percentDone":96};
|
|||||||
stats['en_GB'] = {"percentDone":100};
|
stats['en_GB'] = {"percentDone":100};
|
||||||
stats['en_US'] = {"percentDone":100};
|
stats['en_US'] = {"percentDone":100};
|
||||||
stats['es_ES'] = {"percentDone":93};
|
stats['es_ES'] = {"percentDone":93};
|
||||||
stats['eo'] = {"percentDone":46};
|
stats['eo'] = {"percentDone":47};
|
||||||
stats['fr_FR'] = {"percentDone":93};
|
stats['fr_FR'] = {"percentDone":100};
|
||||||
stats['gl_ES'] = {"percentDone":52};
|
stats['gl_ES'] = {"percentDone":53};
|
||||||
stats['it_IT'] = {"percentDone":88};
|
stats['it_IT'] = {"percentDone":88};
|
||||||
stats['nl_BE'] = {"percentDone":42};
|
stats['nl_BE'] = {"percentDone":42};
|
||||||
stats['nl_NL'] = {"percentDone":88};
|
stats['nl_NL'] = {"percentDone":88};
|
||||||
stats['nb_NO'] = {"percentDone":93};
|
stats['nb_NO'] = {"percentDone":93};
|
||||||
stats['fa'] = {"percentDone":39};
|
stats['fa'] = {"percentDone":40};
|
||||||
stats['pl_PL'] = {"percentDone":79};
|
stats['pl_PL'] = {"percentDone":79};
|
||||||
stats['pt_PT'] = {"percentDone":96};
|
stats['pt_PT'] = {"percentDone":96};
|
||||||
stats['pt_BR'] = {"percentDone":92};
|
stats['pt_BR'] = {"percentDone":92};
|
||||||
stats['ro'] = {"percentDone":41};
|
stats['ro'] = {"percentDone":41};
|
||||||
stats['sl_SI'] = {"percentDone":52};
|
stats['sl_SI'] = {"percentDone":52};
|
||||||
stats['sv'] = {"percentDone":71};
|
stats['sv'] = {"percentDone":71};
|
||||||
stats['tr_TR'] = {"percentDone":96};
|
stats['tr_TR'] = {"percentDone":97};
|
||||||
stats['el_GR'] = {"percentDone":93};
|
stats['el_GR'] = {"percentDone":99};
|
||||||
stats['ru_RU'] = {"percentDone":89};
|
stats['ru_RU'] = {"percentDone":99};
|
||||||
stats['sr_RS'] = {"percentDone":79};
|
stats['sr_RS'] = {"percentDone":79};
|
||||||
stats['zh_CN'] = {"percentDone":87};
|
stats['zh_CN'] = {"percentDone":87};
|
||||||
stats['zh_TW'] = {"percentDone":96};
|
stats['zh_TW'] = {"percentDone":97};
|
||||||
stats['ja_JP'] = {"percentDone":96};
|
stats['ja_JP'] = {"percentDone":99};
|
||||||
stats['ko'] = {"percentDone":93};
|
stats['ko'] = {"percentDone":93};
|
||||||
module.exports = { locales: locales, stats: stats };
|
module.exports = { locales: locales, stats: stats };
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user