You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Minor chnages
This commit is contained in:
@@ -97,7 +97,7 @@ class Command extends BaseCommand {
|
|||||||
randomFailures: args.options['random-failures'] === true,
|
randomFailures: args.options['random-failures'] === true,
|
||||||
};
|
};
|
||||||
|
|
||||||
this.log(_('Synchronization target: %s', this.syncTarget_));
|
this.log(_('Synchronization target: %s (%s)', Setting.enumOptionLabel('sync.target', this.syncTarget_), this.syncTarget_));
|
||||||
|
|
||||||
if (!sync) throw new Error(_('Cannot initialize synchronizer.'));
|
if (!sync) throw new Error(_('Cannot initialize synchronizer.'));
|
||||||
|
|
||||||
|
@@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Synchronization target: %s"
|
msgid "Synchronization target: %s (%s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cannot initialize synchronizer."
|
msgid "Cannot initialize synchronizer."
|
||||||
|
@@ -250,8 +250,8 @@ msgstr ""
|
|||||||
msgid "Synchronisation is already in progress."
|
msgid "Synchronisation is already in progress."
|
||||||
msgstr "Synchronisation est déjà en cours."
|
msgstr "Synchronisation est déjà en cours."
|
||||||
|
|
||||||
#, javascript-format
|
#, fuzzy, javascript-format
|
||||||
msgid "Synchronization target: %s"
|
msgid "Synchronization target: %s (%s)"
|
||||||
msgstr "Cible de la synchronisation : %s"
|
msgstr "Cible de la synchronisation : %s"
|
||||||
|
|
||||||
msgid "Cannot initialize synchronizer."
|
msgid "Cannot initialize synchronizer."
|
||||||
|
@@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, javascript-format
|
#, javascript-format
|
||||||
msgid "Synchronization target: %s"
|
msgid "Synchronization target: %s (%s)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Cannot initialize synchronizer."
|
msgid "Cannot initialize synchronizer."
|
||||||
|
Reference in New Issue
Block a user