-
Notifications
You must be signed in to change notification settings - Fork 80
/
en_us.js
433 lines (412 loc) · 12.3 KB
/
en_us.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
/**
* language: english
*/
const lang = {
// app desc
app: {
isRunning: 'is running',
press: 'press',
toShow: 'to show',
changeLog: 'change log',
knownIssues: 'known issues',
sponsorElecterm: 'sponsor electerm',
privacyNotice: 'privacy notice',
desc: 'Terminal/ssh/sftp/telnet/serialport/RDP/VNC client(linux, mac, win)',
single: 'single',
twoColumns: 'two columns',
threeColumns: 'three columns',
twoRows: 'two rows',
threeRows: 'three rows',
grid2x2: 'grid 2x2',
twoRowsRight: 'two rows right',
twoColumnsBottom: 'two columns bottom'
},
// app menu
menu: {
// mac app
hide: 'hide',
hideothers: 'hide others',
unhide: 'unhide',
quit: 'quit',
// edit
edit: 'edit',
undo: 'undo',
redo: 'redo',
cut: 'cut',
copy: 'copy',
paste: 'paste',
pasteandmatchstyle: 'paste and match style',
del: 'delete',
selectall: 'select all',
startspeaking: 'start speaking',
stopspeaking: 'stop speaking',
// view
view: 'view',
reload: 'reload',
forcereload: 'force reload',
toggledevtools: 'toggle dev tools',
toggleControl: 'toggle control buttons',
resetzoom: 'reset zoom',
zoomin: 'zoom in',
zoomout: 'zoom out',
togglefullscreen: 'toggle fullscreen',
// window
window: 'window',
minimize: 'minimize',
maximize: 'maximize',
unmaximize: 'unmaximize',
close: 'close',
restart: 'restart',
front: 'front',
// help
help: 'help',
about: 'about',
checkUpdate: 'check update',
reportIssue: 'report issue',
homepage: 'homepage',
sencondInstanceTip: 'can only do this in main window',
copyFilePath: 'copy file path',
pasteSelected: 'paste selected'
},
// common
common: {
history: 'history',
bookmarks: 'bookmarks',
bookmarkCategory: 'category',
setting: 'setting',
about: 'about',
ok: 'ok',
cancel: 'cancel',
expandAll: 'Expand all',
collapseAll: 'Collapse all',
restoreSessions: 'restore sessions',
ignore: 'ignore',
pin: 'keep panel open',
keyboardShortcuts: 'keyboard shortcuts',
delSelected: 'delete selected',
turnOff: 'turn off',
tasks: 'tasks',
batchOperation: 'batch operation',
examples: 'examples',
importFromCSV: 'import from CSV file',
addToQueue: 'add to queue',
execute: 'execute',
finished: 'finished',
resolutions: 'resolutions',
addressBookmarks: 'address bookmarks'
},
// control buttons
control: {
author: 'author',
download: 'download',
bugReport: 'bug report',
checkForUpdate: 'check for update',
homepage: 'homepage',
notFoundContent: 'no item',
newSsh: 'new ssh',
newTerminal: 'new terminal',
dependencies: 'dependencies',
env: 'env',
os: 'os',
userTips: 'user tips',
commandLineUsage: 'command line usage',
newBookmark: 'new bookmark',
newWindow: 'new window'
},
// transferHistory
transferHistory: {
transferHistory: 'transfer history',
localPath: 'local path',
remotePath: 'remote path',
type: 'type',
startTime: 'start time',
finishTime: 'finish time',
speed: 'speed',
clear: 'clear',
fromPath: 'source path',
toPath: 'target path'
},
// ssh tabs
tabs: {
titleEmptyWarn: 'title can not be empty',
close: 'close',
closeOtherTabs: 'close other tabs',
closeTabRight: 'close tabs on the right',
newTab: 'new tab',
duplicate: 'duplicate',
rename: 'rename',
openNewTerm: 'open new terminal',
sessions: 'sessions',
cloneToNextLayout: 'clone to next layout'
},
// main warpper
main: {
error: 'Something went wrong.'
},
// updater check
updater: {
noNeed: 'no need to update',
noNeedDesc: 'you are using the latest release',
fail: 'check update fails',
newVersion: 'new version found',
upgrade: 'upgrade',
upgrading: 'upgrading',
skipThisVersion: 'skip this version',
moreChangeLog: 'more change log',
manuallyDownloadFrom: 'manually download from'
},
// setting
setting: {
new: 'new',
settings: 'settings',
common: 'common',
hotkeyNotOk: 'hotkey can not be registe, please use another one',
saved: 'saved',
saveLang: 'saved, restart to take effect',
restartNow: 'restart now',
hotkeyDesc: 'system hotkey(bring window back to front)',
timeoutDesc: 'ssh/sftp timeout(in millisecond)',
scrollBackDesc: 'scrollback lines',
language: 'language',
copyWhenSelect: 'copy selected text when select',
rightClickSelectsWord: 'right click auto select word',
pasteWhenContextMenu: 'paste when right click',
fontSize: 'font size',
fontFamily: 'font family',
opacity: 'opacity',
global: 'global',
disableSshHistory: 'disable ssh history',
disableTransferHistory: 'disable sftp transfer history',
resetAllToDefault: 'restore settings to their original defaults',
terminalBackgroundImage: 'terminal background image',
chooseFile: 'choose file',
rendererType: 'renderer type',
defaultTerminalType: 'default terminal type',
ctrlOrMetaOpenTerminalLink: 'must hold ctrl or meta (in mac) when click to open terminal link',
noTerminalBg: 'no background image',
saveTerminalLogToFile: 'save terminal log to file',
checkUpdateOnStart: 'check update on app start',
encrypt: 'encrypt',
cursorBlink: 'cursor blink',
openAll: 'open all bookmark in this category',
useSystemTitleBar: 'use system title bar',
useSystemTitleBarTip: 'Need restart app to take effect, when use system title bar, transparent do not work',
onStartBookmarks: 'open bookmarks on startup',
pleaseSelect: 'please select',
keepaliveIntervalDesc: 'keepalive interval',
editorTip: 'editor\'s command or path',
cursorStyle: 'cursor style',
confirmBeforeExit: 'confirm before exit',
initDefaultTabOnStart: 'open default tab when app start',
screenReaderMode: 'support screen reader in terminal',
makeItPortable: 'make it portable',
dataTransferedTo: 'data transfered to',
autoRefreshWhenSwitchToSftp: 'auto refresh when switch to sftp',
terminalWordSeparator: 'terminal word separator',
settingShortcuts: 'shortcuts',
closeCurrentTab: 'close current tab',
prevTab: 'previous tab',
nextTab: 'next tab',
pasteSelected: 'paste selected',
showNormalBuffer: 'show normal buffer',
customCss: 'custom css',
hideSshConfig: 'hide ssh-config category',
addTimeStampToTermLog: 'add timestamp to terminal log',
terminalBackSpaceMode: 'terminal backspace sequence',
showHiddenFilesOnSftpStart: 'show hidden files on sftp start',
hideIP: 'hide IP'
},
// sftp
sftp: {
cancel: 'cancel',
skip: 'skip',
merge: 'merge',
overwrite: 'overwrite',
rename: 'rename',
renameAll: 'rename all',
mergeDesc: 'merge rest conflict folders',
overwriteDesc: 'overwrite rest conflict files',
mergeAll: 'merge all',
overwriteAll: 'overwrite all',
renameDesc: 'rename rest files/folders',
folder: 'folder',
file: 'file',
fileConflict: 'file conflict',
submit: 'submit',
edit: 'edit',
open: 'open',
permission: 'permission',
name: 'name',
mode: 'mode',
path: 'path',
fullPath: 'full path',
size: 'size',
accessTime: 'access time',
modifyTime: 'modify time',
attributes: 'attributes',
enter: 'enter',
deleteAll: 'delete all',
selected: 'selected',
newFile: 'new file',
newFolder: 'new folder',
selectAll: 'select all',
refresh: 'refresh',
editPermission: 'edit permission',
info: 'info',
filesAndFolders: 'files/folders',
files: 'files',
delTip: 'are you sure? this will delete these',
delTip1: 'and all the file/directory in them',
goParent: 'goto parent folder',
hide: 'hide',
show: 'show',
hfd: 'hidden files and directories',
remote: 'remote',
local: 'local',
fileTransfers: 'file transfers',
cancelAll: 'cancel all',
upload: 'upload',
download: 'download',
resume: 'resume',
pause: 'pause',
reset: 'reset',
showInDefaultFileMananger: 'show in file manager',
compressAndDownload: 'compress and download',
compressAndUpload: 'compress and upload',
editWithSystemEditor: 'edit with system editor',
gotoFolderInTerminal: 'access this folder from the terminal',
calculate: 'calculate',
skipAll: 'skip all'
},
permission: {
read: 'read',
write: 'write',
exec: 'exec',
owner: 'owner',
group: 'group',
other: 'other'
},
// ssh form
form: {
password: 'password',
privateKey: 'privateKey',
privateKeyDesc: 'private key string',
importFromFile: 'import from file',
passphrase: 'passphrase',
passphraseDesc: 'passphrase for privateKey',
host: 'host',
username: 'username',
port: 'port',
title: 'title',
saveAndConnect: 'save and connect',
saveAndCreateNew: 'save and create new',
save: 'save',
loginScript: 'run script',
loginScriptDelay: 'run script delay',
loginScriptTip: 'run script after logined',
connect: 'connect',
testConnection: 'test connection',
required: 'required',
proxyIp: 'proxy ip',
proxyPort: 'proxy port',
proxyType: 'proxy type',
proxyIpPlaceholder: 'proxy ip address',
selectProxy: 'select proxy',
auth: 'auth',
proxy: 'proxy',
use: 'use',
encode: 'encode',
terminalType: 'terminal type',
startDirectory: 'start directory',
ignoreKeyboardInteractive: 'ignore keyboard interactive',
description: 'description',
connectionHopping: 'connection hopping',
loginPassword: 'login password',
loginFail: 'login failed',
notSet: 'not set',
displayRaw: 'display raw text in terminal',
supportRegexp: 'support regular expression',
keywordsHighlight: 'keywords highlight',
keyword: 'keyword',
viewOnly: 'view only',
scaleViewport: 'scale viewport',
credentialsRequired: 'credentials required',
profiles: 'profiles',
profileName: 'profile name',
interactiveValues: 'pre-defined keyboard interactive values',
chooseFromBookmarks: 'choose from bookmarks',
editWithColorPicker: 'Edit with color picker',
editWithTextEditor: 'Edit with text editor'
},
// ssh terminal
ssh: {
clear: 'clear',
selectAll: 'select all',
savePassword: 'save password',
search: 'search',
terminal: 'terminal',
nextMatch: 'next match',
prevMatch: 'prev match',
split: 'split',
fileManager: 'file manager',
changeDirection: 'change direction',
batchInput: 'batch input',
runInAllTerminals: 'run in all terminals',
matchCase: 'case sensitive',
matchWholeWord: 'match whole word',
useRegExp: 'use regular expression',
socketCloseTip: 'terminal connection lost',
sshTunnel: 'ssh tunnel',
remotePort: 'remote port',
localPort: 'local port',
localToRemote: 'forward local connection to remote server',
remoteToLocal: 'forward remote connection to local server',
sftpPathFollowSsh: 'SFTP path sync with terminal',
dynamicPortForwarding: 'dynamic port forwarding'
},
// terminal themes
terminalThemes: {
terminalThemes: 'terminal themes',
export: 'export',
themeName: 'theme name',
saveAndApply: 'save and apply',
apply: 'apply',
default: 'default',
newTheme: 'new theme',
themeConfig: 'theme config',
updated: 'updated',
uiThemes: 'UI Themes'
},
// quick commands
quickCommands: {
quickCommand: 'quick command',
quickCommands: 'quick commands',
quickCommandName: 'quick command name',
addQuickCommands: 'add quick commands',
newQuickCommand: 'new quick command',
inputOnly: 'input only',
labels: 'labels',
sortByFrequency: 'sort by frequency'
},
// setting sync
settingSync: {
settingSync: 'setting sync',
sync: 'sync',
syncing: 'syncing',
syncSettings: 'sync settings',
uploadSettings: 'upload settings',
downloadSettings: 'download settings',
synced: 'synced',
syncDesc: 'sync bookmark / history / setting to github secret gist',
autoSync: 'auto sync',
lastSyncTime: 'last sync time',
useExistingGistId: 'use existing',
autoSyncTip: 'auto upload(overwrite) data when data changed'
}
}
export default {
lang,
name: 'English',
match: 'en',
flag: '🇺🇸'
}