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
7aea2cec69
commit
0340456d55
@ -11,7 +11,7 @@ class Command extends BaseCommand {
|
||||
}
|
||||
|
||||
description() {
|
||||
return _('Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (start|stop|status).') + ' This is an experimental feature - use at your own risks! It is recommended that the server runs off its own separate profile so that no two CLI instances access that profile at the same time. Use --profile to specify the profile path.';
|
||||
return _('Start, stop or check the API server. To specify on which port it should run, set the api.port config variable. Commands are (%s).', ['start', 'stop', 'status'].join('|')) + ' This is an experimental feature - use at your own risks! It is recommended that the server runs off its own separate profile so that no two CLI instances access that profile at the same time. Use --profile to specify the profile path.';
|
||||
}
|
||||
|
||||
async action(args) {
|
||||
@ -43,7 +43,7 @@ class Command extends BaseCommand {
|
||||
this.stdout(runningOnPort ? _('Server is running on port %d', runningOnPort) : _('Server is not running.'));
|
||||
} else if (command === 'stop') {
|
||||
if (!runningOnPort) {
|
||||
this.stdout(_('Server is not running'));
|
||||
this.stdout(_('Server is not running.'));
|
||||
return;
|
||||
}
|
||||
const pid = await shim.fsDriver().readFile(pidPath);
|
||||
|
@ -385,6 +385,23 @@ msgstr "حذف الملاحظة؟"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "يبحث عن الـ <pattern> (نمط) المعطى في كل الملاحظات."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -737,6 +754,10 @@ msgstr "م&ساعدة"
|
||||
msgid "Website and documentation"
|
||||
msgstr "موقع الويب و التوثيق"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin نسخة %s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "تبرَّع"
|
||||
|
||||
@ -1618,6 +1639,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "تجاهل أخطاء شهادات TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "تفعيل التشفير"
|
||||
@ -2121,6 +2147,3 @@ msgstr "بحث"
|
||||
|
||||
#~ msgid "Remove?"
|
||||
#~ msgstr "إزالة ؟"
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin نسخة %s"
|
||||
|
@ -392,6 +392,23 @@ msgstr "Да изтрия ли бележката?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Търси всред всички бележки за зададения <шаблон>."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -754,6 +771,10 @@ msgstr "Помощ (&H)"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Уебсайт и документация"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin експорт файл"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Искам да направя дарение"
|
||||
|
||||
@ -1658,6 +1679,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Игнорирай грешки в TLS сертификати"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Пусни история за бележките"
|
||||
|
||||
|
@ -397,6 +397,23 @@ msgstr "Voleu suprimir la nota?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Cerca el patró <pattern> en totes les notes."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -773,6 +790,10 @@ msgstr "Ajuda"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Lloc web i documentació"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Fitxer d'exportació del Joplin"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Donatius"
|
||||
|
||||
@ -1662,6 +1683,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignora els errors de certificat TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Activa el xifratge"
|
||||
|
@ -385,6 +385,23 @@ msgstr "Smazat poznámku?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Hledá <zadání> ve všech poznámkách."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -750,6 +767,10 @@ msgstr "Nápověda"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Web a dokumentace"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Web Joplinu"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Přispět"
|
||||
|
||||
@ -1637,6 +1658,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignorovat chyby TLS certifikátu"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Povolit poznámky pod čarou"
|
||||
@ -2146,10 +2172,6 @@ msgstr "Hledání"
|
||||
#~ "Cesta ke složce, se kterou synchronizovat, pokud je cílem synchronizace "
|
||||
#~ "místní souborový systém. Viz `sync.target`."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Web Joplinu"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Stav: %s."
|
||||
|
||||
|
@ -390,6 +390,23 @@ msgstr "Slet note?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Søger efter <pattern> mønster i alle noter."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -755,6 +772,10 @@ msgstr "Hjælp"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Joplins hjemmeside og dokumentation"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin hjemmeside"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Giv en donation"
|
||||
|
||||
@ -1638,6 +1659,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Start kryptering"
|
||||
@ -2141,10 +2167,6 @@ msgstr "Søg"
|
||||
#~ "Sti til synkronisering, når filsystem synkronisering er slået til. Se "
|
||||
#~ "`sync.target`."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin hjemmeside"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Tilstand: %s."
|
||||
|
||||
|
@ -403,6 +403,23 @@ msgstr "Notiz löschen?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Sucht nach dem angegebenen <pattern> in allen Notizen."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -768,6 +785,10 @@ msgstr "&Hilfe"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Webseite und Dokumentation"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Spenden"
|
||||
|
||||
@ -1677,6 +1698,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignoriere TLS-Zertifikatfehler"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Aktiviere Notizen-Verlauf"
|
||||
|
||||
@ -2193,9 +2219,6 @@ msgstr "Suchen"
|
||||
#~ "Der Pfad, mit dem synchronisiert werden soll, wenn die Dateisystem-"
|
||||
#~ "Synchronisation aktiviert ist. Siehe `sync.target`."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
||||
#~ msgid "Remove?"
|
||||
#~ msgstr "Löschen?"
|
||||
|
||||
|
@ -353,6 +353,23 @@ msgstr ""
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -675,6 +692,9 @@ msgstr ""
|
||||
msgid "Website and documentation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Joplin Forum"
|
||||
msgstr ""
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr ""
|
||||
|
||||
@ -1505,6 +1525,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr ""
|
||||
|
||||
|
@ -354,6 +354,23 @@ msgstr ""
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -681,6 +698,9 @@ msgstr ""
|
||||
msgid "Website and documentation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Joplin Forum"
|
||||
msgstr ""
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr ""
|
||||
|
||||
@ -1530,6 +1550,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr ""
|
||||
|
||||
|
@ -396,6 +396,23 @@ msgstr "¿Eliminar nota?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Buscar el patrón <pattern> en todas las notas."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -758,6 +775,10 @@ msgstr "&Ayuda"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Sitio web y documentación"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Hacer una donación"
|
||||
|
||||
@ -1660,6 +1681,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignorar errores en certificados TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Habilitar historial de notas"
|
||||
|
||||
@ -2171,9 +2197,6 @@ msgstr "Buscar"
|
||||
#~ "La ruta a la que sincronizar cuando se activa la sincronización con "
|
||||
#~ "sistema de archivos. Vea «sync.target»."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
||||
#~ msgid "Remove?"
|
||||
#~ msgstr "¿Borrar?"
|
||||
|
||||
|
@ -391,6 +391,23 @@ msgstr "Oharra ezabatu?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Emandako <pattern> bilatzen du ohar guztietan."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -760,6 +777,10 @@ msgstr "Laguntza"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Web orria eta dokumentazioa (en)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Evernotetik esportatutako fitxategiak"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Make a donation"
|
||||
msgstr "Web orria eta dokumentazioa (en)"
|
||||
@ -1657,6 +1678,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Zifratua gaitu"
|
||||
|
@ -356,6 +356,23 @@ msgstr "پاک کردن یادداشت؟"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -684,6 +701,10 @@ msgstr "&کمک"
|
||||
msgid "Website and documentation"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "فایل خروجی Joplin"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr ""
|
||||
|
||||
@ -1527,6 +1548,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "فعال سایز ثبت تاریخچه ی یادداشت"
|
||||
|
||||
|
@ -14,6 +14,8 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"POT-Creation-Date: \n"
|
||||
"PO-Revision-Date: \n"
|
||||
|
||||
msgid "To delete a tag, untag the associated notes."
|
||||
msgstr "Pour supprimer une vignette, enlever là des notes associées."
|
||||
@ -389,6 +391,26 @@ msgstr "Supprimer la note ?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Chercher le motif <pattern> dans toutes les notes."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
"Démarre, stop ou vérifie l'état du serveur API. Pour spécifier sur quel port "
|
||||
"il doit tourner, veuillez utiliser la variable de config api.port. Les "
|
||||
"commandes sont (%s)."
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr "Le serveur tourne déjà sur le port %d"
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr "Le serveur tourne sur le port %d"
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr "Le serveur est arrêté."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -753,6 +775,9 @@ msgstr "&Aide"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Documentation en ligne"
|
||||
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Forum Joplin"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Faire un don"
|
||||
|
||||
@ -1659,6 +1684,13 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignorer les erreurs de certificats TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
"Détermine quel port sera utilisé par le serveur API. Si aucun n'est "
|
||||
"spécifié, un port par défaut sera utilisé."
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Activer l'historique des notes"
|
||||
|
||||
@ -2172,9 +2204,6 @@ msgstr "Chercher"
|
||||
#~ "Le chemin du répertoire avec lequel synchroniser lorsque la "
|
||||
#~ "synchronisation par système de fichier est activée. Voir `sync.target`."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
||||
#~ msgid "Remove?"
|
||||
#~ msgstr "Supprimer ?"
|
||||
|
||||
|
@ -388,6 +388,23 @@ msgstr "Eliminar nota?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Busca o patrón <pattern> en todas as notas."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -755,6 +772,10 @@ msgstr "Axuda"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Sitio web e documentación"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Sitio web de Joplin"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Doar"
|
||||
|
||||
@ -1638,6 +1659,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Activar cifrado"
|
||||
@ -2141,10 +2167,6 @@ msgstr "Buscar"
|
||||
#~ "Ruta para sincronizar cando estea activada a sincronización do sistema de "
|
||||
#~ "ficheiros. Vexa «sync.target»."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Sitio web de Joplin"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Estado: %s."
|
||||
|
||||
|
@ -393,6 +393,23 @@ msgstr "Obrisati bilješku?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Pretražuje dati <pattern> u svim bilješkama."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -758,6 +775,10 @@ msgstr "Pomoć"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Website i dokumentacija"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Evernote izvozne datoteke"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Make a donation"
|
||||
msgstr "Website i dokumentacija"
|
||||
@ -1631,6 +1652,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Bilješka je promijenjena:"
|
||||
|
@ -394,6 +394,23 @@ msgstr "Eliminare la nota?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Cerca <pattern> in tutte le note."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -759,6 +776,10 @@ msgstr "&Aiuto"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Sito web e documentazione"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Fai una donazione"
|
||||
|
||||
@ -1660,6 +1681,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignora gli errori del certificato TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Attiva cronologia della nota"
|
||||
|
||||
@ -2166,9 +2192,6 @@ msgstr "Cerca"
|
||||
#~ "Il percorso di sincronizzazione quando la sincronizzazione è abilitata. "
|
||||
#~ "Vedi `sync.target`."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Stato: %s."
|
||||
|
||||
|
@ -385,6 +385,23 @@ msgstr "ノートを削除しますか?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "指定された<pattern>をすべてのノートから検索する。"
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -740,6 +757,10 @@ msgstr "&ヘルプ"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Webサイトとドキュメント"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "JoplinのWebサイト"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "寄付する"
|
||||
|
||||
@ -1632,6 +1653,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "TLS証明書のエラーを無視"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "ノートの履歴を有効にする"
|
||||
|
||||
@ -2135,10 +2161,6 @@ msgstr "検索"
|
||||
#~ "ファイルシステム同期の有効時に同期を行うパスです。`sync.target`も参考にし"
|
||||
#~ "てください。"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "JoplinのWebサイト"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "状態: \"%s\"."
|
||||
|
||||
|
@ -353,6 +353,23 @@ msgstr ""
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -675,6 +692,9 @@ msgstr ""
|
||||
msgid "Website and documentation"
|
||||
msgstr ""
|
||||
|
||||
msgid "Joplin Forum"
|
||||
msgstr ""
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr ""
|
||||
|
||||
@ -1505,6 +1525,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr ""
|
||||
|
||||
|
@ -384,6 +384,23 @@ msgstr "이 노트를 삭제할까요?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "주어진 <pattern>을 모든 노트에서 검색합니다."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -735,6 +752,10 @@ msgstr "도움말"
|
||||
msgid "Website and documentation"
|
||||
msgstr "웹사이트 및 각종 문서"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "조플린 v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "기부하기"
|
||||
|
||||
@ -1622,6 +1643,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "TLS 인증서 오류 무시"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "노트 역사 허용"
|
||||
|
||||
@ -2121,9 +2147,6 @@ msgstr "검색"
|
||||
#~ "파일 시스템 동기화가 활성화된 경우에 동기화를 할 경로입니다. `sync.target`"
|
||||
#~ "를 참조하세요."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "조플린 v%s"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "상태: %s."
|
||||
|
||||
|
@ -388,6 +388,23 @@ msgstr "Slett notat?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Søker etter angitt <pattern> i alle notatene."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -744,6 +761,10 @@ msgstr "&Hjelp"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Nettsted og dokumentasjon"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Gi et bidrag"
|
||||
|
||||
@ -1637,6 +1658,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignorer TLS-sertifikatfeil"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Liste over innhold"
|
||||
@ -2146,7 +2172,3 @@ msgstr "Søk"
|
||||
#~ msgstr ""
|
||||
#~ "Stien som skal synkroniseres når filsystemsynkronisering er aktivert. Se "
|
||||
#~ "`sync.target`."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
@ -394,6 +394,23 @@ msgstr "Notitie verwijderen?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Zoektermen voor het opgegeven <pattern> in alle notities."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -762,6 +779,10 @@ msgstr "Help"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Website en documentatie"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Exporteer Evernote bestanden"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Make a donation"
|
||||
msgstr "Website en documentatie"
|
||||
@ -1658,6 +1679,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Schakel encryptie in"
|
||||
|
@ -395,6 +395,23 @@ msgstr "Notitie verwijderen?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Doorzoekt alle notities op het opgegeven <pattern>."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -753,6 +770,10 @@ msgstr "&Help"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Website en documentatie"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin-website"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Doneren"
|
||||
|
||||
@ -1660,6 +1681,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "TLS-certificaatfouten negeren"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Inschakelen geschiedenis van notities"
|
||||
|
||||
@ -2178,10 +2204,6 @@ msgstr "Zoeken"
|
||||
#~ "Het pad waarnaar gesynchroniseerd moet worden als bestandssysteem-"
|
||||
#~ "synchronisatie is ingeschakeld. Zie `sync.target`."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin-website"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Status: %s."
|
||||
|
||||
|
@ -398,6 +398,23 @@ msgstr "Usunąć notatkę?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Wyszukuje wskazany <pattern> we wszystkich notatkach."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -763,6 +780,10 @@ msgstr "&Pomoc"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Strona internetowa i dokumentacja"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Plik Joplin Export"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Przekaż datek"
|
||||
|
||||
@ -1670,6 +1691,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignoruj błędy certyfikatu TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Aktywuj historię notatek"
|
||||
|
||||
|
@ -386,6 +386,23 @@ msgstr "Apagar nota?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Procura o padrão <pattern>em todas as notas."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -751,6 +768,10 @@ msgstr "&Ajuda"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Website e documentação"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Site do Joplin"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Fazer uma doação"
|
||||
|
||||
@ -1650,6 +1671,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignorar erros de certificados TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Habilitar histórico de notas"
|
||||
|
||||
@ -2153,10 +2179,6 @@ msgstr "Procurar"
|
||||
#~ "O caminho para sincronizar, quando a sincronização do sistema de arquivos "
|
||||
#~ "está habilitada. Veja `sync.target`."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Site do Joplin"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Estado: \"%s\"."
|
||||
|
||||
|
@ -357,6 +357,23 @@ msgstr "Ștergeți notița?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -697,6 +714,10 @@ msgstr "Ajutor"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Website și documentație"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Website Joplin"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Faceți o donație"
|
||||
|
||||
@ -1537,6 +1558,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignoră erorile de certificat TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Activați criptarea"
|
||||
@ -2019,10 +2045,6 @@ msgstr "Caută"
|
||||
#~ msgid "%s (%s): %s"
|
||||
#~ msgstr "%s (%s): %s"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Website Joplin"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Statut: %s."
|
||||
|
||||
|
@ -394,6 +394,23 @@ msgstr "Удалить заметку?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Запросы для заданного <pattern> во всех заметках."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -757,6 +774,10 @@ msgstr "&Помощь"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Сайт и документация"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Сделать пожертвование"
|
||||
|
||||
@ -1651,6 +1672,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Игнорировать ошибки сертификата TLS"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Включить шифрование"
|
||||
@ -2162,6 +2188,3 @@ msgstr "Поиск"
|
||||
#~ msgstr ""
|
||||
#~ "Путь для синхронизации, когда включена синхронизация файловой системы. "
|
||||
#~ "См. `sync.target`."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
@ -395,6 +395,23 @@ msgstr "Želite izbrisati zabeležko?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Išči dani <pattern> v vseh zabeležkah."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -761,6 +778,10 @@ msgstr "Pomoč"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Spletna stran in dokumentacija"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin spletna stran"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Doniraj"
|
||||
|
||||
@ -1653,6 +1674,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Omogoči enkripcijo"
|
||||
@ -2157,10 +2183,6 @@ msgstr "Išči"
|
||||
#~ "Pot za sinhronizacijo, ki bo uporabljena ob omogočeni sinhronizaciji. "
|
||||
#~ "Poglej `sync.target`."
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin spletna stran"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Stanje: %s."
|
||||
|
||||
|
@ -391,6 +391,23 @@ msgstr "Обрисати белешку?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Претражује задати <pattern> у свим белешкама."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -757,6 +774,10 @@ msgstr "&Помоћ"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Вебсајт и документација"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Џоплин фајл за извоз"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Донација"
|
||||
|
||||
@ -1656,6 +1677,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Занемари грешке са ТЛС сертификатима"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "Омогући историју бележнице"
|
||||
|
||||
|
@ -396,6 +396,23 @@ msgstr "Ta bort anteckning?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Söker efter det givna <pattern> i alla anteckningarna."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -763,6 +780,10 @@ msgstr "Hjälp"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Webbplats och dokumentation"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Gör en donation"
|
||||
|
||||
@ -1660,6 +1681,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "Ignorera TLS-certifikatfel"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Aktivera kryptering"
|
||||
@ -2178,9 +2204,6 @@ msgstr "Sök"
|
||||
#~ "Sökvägen att synkronisera med när synkronisering av filsystem är "
|
||||
#~ "aktiverat. Se `sync.target`."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "Tillstånd: %s."
|
||||
|
||||
|
@ -376,6 +376,23 @@ msgstr "Notu sil?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "Tüm notlarda girilen <pattern> i arar."
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -730,6 +747,10 @@ msgstr "Yardım"
|
||||
msgid "Website and documentation"
|
||||
msgstr "Web sitesi ve dökümanlar"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "Bağış yapın"
|
||||
|
||||
@ -1627,6 +1648,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "TLS sertifikası hatalarını yoksay"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "Şifrelemeyi etkinleştir"
|
||||
@ -2136,6 +2162,3 @@ msgstr "Arama"
|
||||
#~ msgstr ""
|
||||
#~ "Dosya sistemi senkronizasyonu etkinleştirildiğinde senkronize edilecek "
|
||||
#~ "yol. Bakınız `sync.target`."
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
@ -371,6 +371,23 @@ msgstr "是否删除笔记?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "在所有笔记内搜索给定的 <pattern>。"
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -716,6 +733,10 @@ msgstr "帮助 (&H)"
|
||||
msgid "Website and documentation"
|
||||
msgstr "网站与文档"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin v%s"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "捐赠"
|
||||
|
||||
@ -1584,6 +1605,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "忽略 TLS 证书错误"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable note history"
|
||||
msgstr "启用笔记历史"
|
||||
|
||||
@ -2084,9 +2110,6 @@ msgstr "搜索"
|
||||
#~ "See `sync.target`."
|
||||
#~ msgstr "启用文件系统同步时要同步的路径。见 `sync.target`。"
|
||||
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin v%s"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "状态:%s。"
|
||||
|
||||
|
@ -372,6 +372,23 @@ msgstr "刪除記事?"
|
||||
msgid "Searches for the given <pattern> in all the notes."
|
||||
msgstr "在所有記事中搜索特定的 <pattern>。"
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Start, stop or check the API server. To specify on which port it should run, "
|
||||
"set the api.port config variable. Commands are (%s)."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is already running on port %d"
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Server is running on port %d"
|
||||
msgstr ""
|
||||
|
||||
msgid "Server is not running."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid ""
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible "
|
||||
@ -728,6 +745,10 @@ msgstr "說明"
|
||||
msgid "Website and documentation"
|
||||
msgstr "官方網站及線上說明"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Joplin Forum"
|
||||
msgstr "Joplin 官方網站"
|
||||
|
||||
msgid "Make a donation"
|
||||
msgstr "捐助"
|
||||
|
||||
@ -1593,6 +1614,11 @@ msgstr ""
|
||||
msgid "Ignore TLS certificate errors"
|
||||
msgstr "忽略 TLS 證書錯誤"
|
||||
|
||||
msgid ""
|
||||
"Specify the port that should be used by the API server. If not set, a "
|
||||
"default will be used."
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "Enable note history"
|
||||
msgstr "啟用加密"
|
||||
@ -2089,10 +2115,6 @@ msgstr "搜尋"
|
||||
#~ "See `sync.target`."
|
||||
#~ msgstr "啟用檔案系統同步時要同步的路徑。請參閱 `sync.target`。"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "Joplin v%s"
|
||||
#~ msgstr "Joplin 官方網站"
|
||||
|
||||
#~ msgid "State: %s."
|
||||
#~ msgstr "狀態: %s。"
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -32,32 +32,32 @@ locales['zh_CN'] = require('./zh_CN.json');
|
||||
locales['zh_TW'] = require('./zh_TW.json');
|
||||
stats['ar'] = {"percentDone":84};
|
||||
stats['eu'] = {"percentDone":47};
|
||||
stats['bg_BG'] = {"percentDone":93};
|
||||
stats['bg_BG'] = {"percentDone":92};
|
||||
stats['ca'] = {"percentDone":73};
|
||||
stats['hr_HR'] = {"percentDone":38};
|
||||
stats['cs_CZ'] = {"percentDone":85};
|
||||
stats['cs_CZ'] = {"percentDone":84};
|
||||
stats['da_DK'] = {"percentDone":61};
|
||||
stats['de_DE'] = {"percentDone":99};
|
||||
stats['de_DE'] = {"percentDone":98};
|
||||
stats['en_GB'] = {"percentDone":100};
|
||||
stats['en_US'] = {"percentDone":100};
|
||||
stats['es_ES'] = {"percentDone":91};
|
||||
stats['fr_FR'] = {"percentDone":100};
|
||||
stats['es_ES'] = {"percentDone":90};
|
||||
stats['fr_FR'] = {"percentDone":99};
|
||||
stats['gl_ES'] = {"percentDone":60};
|
||||
stats['it_IT'] = {"percentDone":96};
|
||||
stats['it_IT'] = {"percentDone":95};
|
||||
stats['nl_BE'] = {"percentDone":47};
|
||||
stats['nl_NL'] = {"percentDone":96};
|
||||
stats['nb_NO'] = {"percentDone":85};
|
||||
stats['nl_NL'] = {"percentDone":95};
|
||||
stats['nb_NO'] = {"percentDone":84};
|
||||
stats['fa'] = {"percentDone":46};
|
||||
stats['pl_PL'] = {"percentDone":92};
|
||||
stats['pt_BR'] = {"percentDone":95};
|
||||
stats['pl_PL'] = {"percentDone":91};
|
||||
stats['pt_BR'] = {"percentDone":94};
|
||||
stats['ro'] = {"percentDone":47};
|
||||
stats['sl_SI'] = {"percentDone":60};
|
||||
stats['sv'] = {"percentDone":82};
|
||||
stats['tr_TR'] = {"percentDone":80};
|
||||
stats['ru_RU'] = {"percentDone":85};
|
||||
stats['sr_RS'] = {"percentDone":91};
|
||||
stats['zh_CN'] = {"percentDone":93};
|
||||
stats['zh_TW'] = {"percentDone":73};
|
||||
stats['ja_JP'] = {"percentDone":98};
|
||||
stats['ko'] = {"percentDone":99};
|
||||
stats['sl_SI'] = {"percentDone":59};
|
||||
stats['sv'] = {"percentDone":81};
|
||||
stats['tr_TR'] = {"percentDone":79};
|
||||
stats['ru_RU'] = {"percentDone":84};
|
||||
stats['sr_RS'] = {"percentDone":90};
|
||||
stats['zh_CN'] = {"percentDone":92};
|
||||
stats['zh_TW'] = {"percentDone":72};
|
||||
stats['ja_JP'] = {"percentDone":97};
|
||||
stats['ko'] = {"percentDone":98};
|
||||
module.exports = { locales: locales, stats: stats };
|
38
README.md
38
README.md
@ -396,34 +396,34 @@ Current translations:
|
||||
---|---|---|---|---
|
||||
![](https://joplinapp.org/images/flags/country-4x3/arableague.png) | Arabic | [ar](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ar.po) | عبد الناصر سعيد (as@althobaity.com) | 84%
|
||||
![](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 | 47%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/bg.png) | Bulgarian | [bg_BG](https://github.com/laurent22/joplin/blob/master/CliClient/locales/bg_BG.po) | | 93%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/bg.png) | Bulgarian | [bg_BG](https://github.com/laurent22/joplin/blob/master/CliClient/locales/bg_BG.po) | | 92%
|
||||
![](https://joplinapp.org/images/flags/es/catalonia.png) | Catalan | [ca](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ca.po) | jmontane, 2019 | 73%
|
||||
![](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) | 38%
|
||||
![](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) | 85%
|
||||
![](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) | 84%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/dk.png) | Dansk | [da_DK](https://github.com/laurent22/joplin/blob/master/CliClient/locales/da_DK.po) | Morten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk. | 61%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/de.png) | Deutsch | [de_DE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/de_DE.po) | Michael Sonntag (ms@editorei.de) | 99%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/de.png) | Deutsch | [de_DE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/de_DE.po) | Michael Sonntag (ms@editorei.de) | 98%
|
||||
![](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/es.png) | Español | [es_ES](https://github.com/laurent22/joplin/blob/master/CliClient/locales/es_ES.po) | Andros Fenollosa (andros@fenollosa.email) | 91%
|
||||
![](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/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) | 90%
|
||||
![](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 | 99%
|
||||
![](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) | 60%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/it.png) | Italiano | [it_IT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/it_IT.po) | | 96%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/it.png) | Italiano | [it_IT](https://github.com/laurent22/joplin/blob/master/CliClient/locales/it_IT.po) | | 95%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/be.png) | Nederlands | [nl_BE](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_BE.po) | | 47%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/nl.png) | Nederlands | [nl_NL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po) | Heimen Stoffels (vistausss@outlook.com) | 96%
|
||||
![](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) | 85%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/nl.png) | Nederlands | [nl_NL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/nl_NL.po) | Heimen Stoffels (vistausss@outlook.com) | 95%
|
||||
![](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) | 84%
|
||||
![](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) | 46%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/pl.png) | Polski | [pl_PL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pl_PL.po) | | 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) | Rafael Teixeira (rto.tinfo@gmail.com) | 95%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/pl.png) | Polski | [pl_PL](https://github.com/laurent22/joplin/blob/master/CliClient/locales/pl_PL.po) | | 91%
|
||||
![](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) | Rafael Teixeira (rto.tinfo@gmail.com) | 94%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/ro.png) | Română | [ro](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ro.po) | | 47%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/si.png) | Slovenian | [sl_SI](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po) | | 60%
|
||||
![](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) | 82%
|
||||
![](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) | Zorbey Doğangüneş (zorbeyd@gmail.com) | 80%
|
||||
![](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) | 85%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/rs.png) | српски језик | [sr_RS](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sr_RS.po) | | 91%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 93%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/tw.png) | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po) | penguinsam (samliu@gmail.com) | 73%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | AWASHIRO Ikuya (ikunya@gmail.com) | 98%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/kr.png) | 한국말 | [ko](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po) | | 99%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/si.png) | Slovenian | [sl_SI](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sl_SI.po) | | 59%
|
||||
![](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) | 81%
|
||||
![](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) | Zorbey Doğangüneş (zorbeyd@gmail.com) | 79%
|
||||
![](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) | 84%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/rs.png) | српски језик | [sr_RS](https://github.com/laurent22/joplin/blob/master/CliClient/locales/sr_RS.po) | | 90%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/cn.png) | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_CN.po) | | 92%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/tw.png) | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/master/CliClient/locales/zh_TW.po) | penguinsam (samliu@gmail.com) | 72%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/jp.png) | 日本語 | [ja_JP](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ja_JP.po) | AWASHIRO Ikuya (ikunya@gmail.com) | 97%
|
||||
![](https://joplinapp.org/images/flags/country-4x3/kr.png) | 한국말 | [ko](https://github.com/laurent22/joplin/blob/master/CliClient/locales/ko.po) | | 98%
|
||||
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
||||
|
||||
# Contributors
|
||||
|
File diff suppressed because one or more lines are too long
@ -32,32 +32,32 @@ locales['zh_CN'] = require('./zh_CN.json');
|
||||
locales['zh_TW'] = require('./zh_TW.json');
|
||||
stats['ar'] = {"percentDone":84};
|
||||
stats['eu'] = {"percentDone":47};
|
||||
stats['bg_BG'] = {"percentDone":93};
|
||||
stats['bg_BG'] = {"percentDone":92};
|
||||
stats['ca'] = {"percentDone":73};
|
||||
stats['hr_HR'] = {"percentDone":38};
|
||||
stats['cs_CZ'] = {"percentDone":85};
|
||||
stats['cs_CZ'] = {"percentDone":84};
|
||||
stats['da_DK'] = {"percentDone":61};
|
||||
stats['de_DE'] = {"percentDone":99};
|
||||
stats['de_DE'] = {"percentDone":98};
|
||||
stats['en_GB'] = {"percentDone":100};
|
||||
stats['en_US'] = {"percentDone":100};
|
||||
stats['es_ES'] = {"percentDone":91};
|
||||
stats['fr_FR'] = {"percentDone":100};
|
||||
stats['es_ES'] = {"percentDone":90};
|
||||
stats['fr_FR'] = {"percentDone":99};
|
||||
stats['gl_ES'] = {"percentDone":60};
|
||||
stats['it_IT'] = {"percentDone":96};
|
||||
stats['it_IT'] = {"percentDone":95};
|
||||
stats['nl_BE'] = {"percentDone":47};
|
||||
stats['nl_NL'] = {"percentDone":96};
|
||||
stats['nb_NO'] = {"percentDone":85};
|
||||
stats['nl_NL'] = {"percentDone":95};
|
||||
stats['nb_NO'] = {"percentDone":84};
|
||||
stats['fa'] = {"percentDone":46};
|
||||
stats['pl_PL'] = {"percentDone":92};
|
||||
stats['pt_BR'] = {"percentDone":95};
|
||||
stats['pl_PL'] = {"percentDone":91};
|
||||
stats['pt_BR'] = {"percentDone":94};
|
||||
stats['ro'] = {"percentDone":47};
|
||||
stats['sl_SI'] = {"percentDone":60};
|
||||
stats['sv'] = {"percentDone":82};
|
||||
stats['tr_TR'] = {"percentDone":80};
|
||||
stats['ru_RU'] = {"percentDone":85};
|
||||
stats['sr_RS'] = {"percentDone":91};
|
||||
stats['zh_CN'] = {"percentDone":93};
|
||||
stats['zh_TW'] = {"percentDone":73};
|
||||
stats['ja_JP'] = {"percentDone":98};
|
||||
stats['ko'] = {"percentDone":99};
|
||||
stats['sl_SI'] = {"percentDone":59};
|
||||
stats['sv'] = {"percentDone":81};
|
||||
stats['tr_TR'] = {"percentDone":79};
|
||||
stats['ru_RU'] = {"percentDone":84};
|
||||
stats['sr_RS'] = {"percentDone":90};
|
||||
stats['zh_CN'] = {"percentDone":92};
|
||||
stats['zh_TW'] = {"percentDone":72};
|
||||
stats['ja_JP'] = {"percentDone":97};
|
||||
stats['ko'] = {"percentDone":98};
|
||||
module.exports = { locales: locales, stats: stats };
|
Loading…
Reference in New Issue
Block a user