|
|
@@ -100,6 +100,12 @@ buttonShowEditorState:
|
|
|
buttonSupport:
|
|
|
description: Button to open support page.
|
|
|
message: Support page
|
|
|
+buttonSyncPullOnce:
|
|
|
+ description: Button to sync scripts from remote to local for once
|
|
|
+ message: Pull once to local
|
|
|
+buttonSyncPushOnce:
|
|
|
+ description: Button to sync scripts from local to remote for once
|
|
|
+ message: Push once to remote
|
|
|
buttonUndo:
|
|
|
description: Button to undo removement of a script.
|
|
|
message: Undo
|
|
|
@@ -576,6 +582,9 @@ labelSyncAuthorize:
|
|
|
labelSyncAuthorizing:
|
|
|
description: Label for button when authorization is in progress.
|
|
|
message: Authorizing
|
|
|
+labelSyncAutomatically:
|
|
|
+ description: Label for option to sync automatically.
|
|
|
+ message: Sync automatically
|
|
|
labelSyncDisabled:
|
|
|
description: Label for option to disable sync service.
|
|
|
message: None
|
|
|
@@ -840,6 +849,7 @@ msgSyncNoAuthYet:
|
|
|
msgSyncReady:
|
|
|
description: Message shown when sync will start soon.
|
|
|
message: Sync will start soon...
|
|
|
+ touched: false
|
|
|
msgSyncing:
|
|
|
description: Message shown when sync is in progress.
|
|
|
message: Sync in progress...
|