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,
|
||||
};
|
||||
|
||||
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.'));
|
||||
|
||||
|
@@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Synchronization target: %s"
|
||||
msgid "Synchronization target: %s (%s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cannot initialize synchronizer."
|
||||
|
@@ -250,8 +250,8 @@ msgstr ""
|
||||
msgid "Synchronisation is already in progress."
|
||||
msgstr "Synchronisation est déjà en cours."
|
||||
|
||||
#, javascript-format
|
||||
msgid "Synchronization target: %s"
|
||||
#, fuzzy, javascript-format
|
||||
msgid "Synchronization target: %s (%s)"
|
||||
msgstr "Cible de la synchronisation : %s"
|
||||
|
||||
msgid "Cannot initialize synchronizer."
|
||||
|
@@ -227,7 +227,7 @@ msgid "Synchronisation is already in progress."
|
||||
msgstr ""
|
||||
|
||||
#, javascript-format
|
||||
msgid "Synchronization target: %s"
|
||||
msgid "Synchronization target: %s (%s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cannot initialize synchronizer."
|
||||
|
Reference in New Issue
Block a user