-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.nls.json
21 lines (21 loc) · 1.38 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"ftml.preview.open": "Start new preview tab for the current wikitext",
"ftml.preview.openToSide": "Start new preview tab to the side for the current wikitext",
"ftml.preview.toggleLock": "Toggle lock status of current preview tab",
"ftml.preview.toggleLive": "Toggle live status of current preview tab",
"ftml.preview.toggleBackend": "Toggle backend of current preview tab (ftml/wikidot)",
"ftml.preview.lock": "Defaults preview to lock to one ftml document or not",
"ftml.preview.live": "Defaults preview to be live or not (refresh-on-command), only active when using ftml backend",
"ftml.preview.backend": "Default backend for the preview to use (ftml/wikidot)",
"ftml.preview.wikidot": "Default site for wikidot preview to base on",
"ftml.preview.refresh": "Refresh preview",
"ftml.remote.wikidot.login": "Login to Wikidot",
"ftml.remote.wikidot.logout": "Log out of Wikidot",
"ftml.remote.wikidot.switchAccount": "Change your currently selected Wikidot account",
"ftml.remote.wikidot.fetch": "Fetch current page from Wikidot",
"ftml.remote.wikidot.push": "Push current page to Wikidot",
"ftml.diff.merge.selected": "Merge selected lines into current document",
"ftml.diff.merge.all": "Merge all changes into current document",
"ftml.diff.save": "Save current file",
"ftml.remote.sync.accountSelect": "Allow selecting account every time fetching or pushing a page"
}