forked from thebaselab/codeapp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLocalizable.strings
More file actions
576 lines (519 loc) · 23.5 KB
/
Localizable.strings
File metadata and controls
576 lines (519 loc) · 23.5 KB
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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
/*
Localizable.strings
CodifyOne
Created by Ken Chung on 6/12/2020.
*/
"Welcome Message" =
"# CodifyOne
##### **v1.12.0 (February 2026)**
#### Start
[New file](https://thebaselab.com/code/newfile)
[Open file](https://thebaselab.com/code/openfile)
[Open folder](https://thebaselab.com/code/openfolder)
#### Help
[Documentation](https://code.thebaselab.com)
[GitHub](https://github.com/thebaselab/codeapp)
[Email](mailto:support@thebaselab.com)
[X](https://x.com/thebaselab)
";
"Changelog.message" =
"
### 1.12.0 (February 2026)
- Support multi-terminal
- Support terminal key modifiers
- Special thanks to @ThalesMMS for contribution
### 1.11.0 (January 2026)
- Adopt Liquid Glass UI
### 1.10.4 (September 2025)
- Bug fixes regarding diff editor
### 1.10.3 (September 2025)
- Bug fixes
### 1.10.2 (March 2025)
- Russian localization
### 1.10.1 (October 2024)
- Bug fixes
### 1.10.0 (October 2024)
- Language Servers for Python and Java
- Support for more languages in Monaco Editor
### 1.9.0 (July 2024)
- SSH
- Proxy jump
- 2FA / Keyboard-interactive authentication
- Fixes an issue where certain SSH git repository cannot be cloned
### 1.8.0 (June 2024)
- Editor
- Runestone editor mode (an editor with native text selection controls)
- Syntax highlighting for Kotlin
- Keyboard toolbar can now be enabled/disabled without re-launching the app
- Terminal Enhancements
- Custom font
- Keyboard toolbar
### 1.7.4 (May 2024)
- Fixes an issue with pasting text using keyboard toolbar
### 1.7.3 (May 2024)
- Fixes a problem where keyboard toolbar cannot be disabled
### 1.7.2 (May 2024)
- Interactive inputs in local Java / Node.js
- Fixes a problem with multi-file Java programs
### 1.7.1 (March 2024)
- Ability to terminate running C programs
### 1.7.0 (February 2024)
- Vim Mode
- Drag and drop files and folders in explorer
- Ability to use user-installed fonts
- Remove unsupported headers in stdc++.h
- Improved editor scrolling
### 1.6.0 (January 2024)
- Local Language Enhancements
- Local Java (OpenJDK 8)
- You can now compile and run Java programs offline with `javac` and `java` commands
- Node.js 18.19.0
- PHP 8.3.2 (with Zlib)
- Confirm prompt when deleting files is now optional and disabled by default
### 1.5.3 (December 2023)
- Fixes a bug where terminal defaults to ~
### 1.5.2 (December 2023)
- SSH remote now resolves symbolic links
### 1.5.1 (October 2023)
- Fixes issues with FTP remote
- Fixes a bug where Port Forwarding tab is always showing in compact screen
### 1.5.0 (October 2023)
- Port forwarding in SSH remote
- Fixes a problem where certain SSH remotes cannot be authenticated
- Option to resolve home path when connecting to a remote
### 1.4.7 (September 2023)
- Fixes a few problems in SSH remote
### 1.4.6 (August 2023)
- Version Control
- Authentication
- SSH key authentication
- Multiple credentials
- New features
- Pulling from remote
- Conflict resolution
- Create/delete branches and tags
- Pushing tags
- lg2 command
- Other improvements
- Adjustable sidebar width
- bits/stdc++.h header in Clang
- Option to use remote C compiler instead of the local one
- Fixes a bug where key files cannot be imported
- iOS Lockdown mode support
### v1.4.5 (July 2023)
- Handle iCloud files gracefully
- UI improvements
### v1.4.4 (May 2023)
- Option to disable font ligatures
- In-memory SSH private key
- Other improvements
### v1.4.3 (January 2023)
- Bug fixes
- Japanese localization
- Community Templates
### v1.4.1 (December 2022)
- Bug fixes
### v1.4.0 (December 2022)
- Split View support
- PDF preview
- Overall performance and stability improvements
### v1.3.6 (October 2022)
- Upgrade Node.js to v16.17.0
- Syntax highlighting for svelte
- New editor themes
- Properly handle terminal terminate signals
- Support opening directories with `code` command
- Fix a bug that prevents emmet from working
### v1.3.5 (September 2022)
- UI improvements
- Support for moving files in explorer
- Support for downloading files from remote servers
- Ability to select different remotes for git push
### v1.3.4 (June 2022)
- Terminal support for SFTP
- Support for Fira Code and custom fonts
- Korean localization
- New documentation website
- General improvements
### v1.3.3 (May 2022)
- Bug fixes
### v1.3.2 (May 2022)
- Fixes a bug that prevents existing users to access themes
### v1.3.1 (May 2022)
- Bug fixes
- You can now use custom Java entry class name
- Introducing Code+ - A subscription service that allows us to bring Code to everyone and unlocks all themes. Existing users continue to have full access to the app.
### v1.3.0 (May 2022)
- Remote Support (SFTP and FTP)
- Dynamic Type support
- Experimental feature: Spell check for text files
### v1.2.13 (March 2022)
- Compatibility with iOS 15.4
- Internationalization support for Node.js
### v1.2.12 (March 2022)
- Critical bug fix
### v1.2.10 (March 2022)
- Custom keyboard shortcuts
- Text selection by sliding over line numbers
- UI improvements
- Fixes problems where editor sometimes would not load
- Node.js 16.13.2
### v1.2.9 (January 2022)
- Fixes problems where:
- certain keys do not work on European keyboard layouts (#237)
- `curl` no longer works (#330)
- a default argument makes some npm commands crash (#326)
### v1.2.8 (December 2021)
- Fixes problems where:
- ssh-keygen causes terminal to stall (#314)
- editor sometimes show a blank screen
- Adds syntax highlighting for Terraform (#319)
### v1.2.7 (December 2021)
- General improvements
### v1.2.6 (September 2021)
- Compatibility with the latest iOS version
- Other improvements
### v1.2.5 (July 2021)
- Terminal
- Fixed some problems regarding clang / clang++
### v1.2.4 (June 2021)
- Editor
- Fixed a problem where mouse / trackpad selection no longer works
- Updated to TypeScript definition to 4.2.4
- Interface
- New compact side-bar design for iPhone
- Ability to reorder editor tabs
- Improved readability for Xcode Theme
- Ability to duplicate files or folders in context menu
- Performance
- Enhanced performance when opening SMB drives from Files App
- Git
- Improved compatability with various repositories remotes
- In-line Diff indicators
- Experimental Git CLI tool
- Terminal
- Autocompletion for file path
- Open code in editor with `code <file>`
- Runtime
- Clang (Run C program with `clang main.c` and `./a.out`)
- Clang++ (Run C++ program with `clang++ main.cpp` and `./a.out`)
- PHP (Run PHP program with `php` and host a web-server with `php -S localhost:<port>`)
---
### v1.2.3 (April 2021)
- Editor
- 6 Additional Color Themes
- Read-only mode
- Built-in types for Node.js
- Support for @types definitions
- Explorer
- Multi-file searching
- Python Runtime
- Built-in Matplotlib, Pandas
- Other
- UI State Restoration
- Localisation for German
- Bug fixes and other improvements
---
### v1.2.1 (March 2021)
- Node.js runtime
- Run Javascript offline
- Install npm modules
- Install Javascript commands globally (tsc, prettier etc.)
- New terminal commands: npm, npx, node
- Python 3.9.2 runtime
- Run Python offline
- Install modules with pip
- Install Python commands globally
- New terminal commands: pip, python, python3
- Editor
- `Problems` tab
- New Markdown style
- Syntax highlighting for Vue
- Smooth Scrolling option for devices with high refresh rate
- Terminal
- Now supports light colour scheme
- File explorer
- Reduced row height
- Bug fixes
---
### v1.1.9 (February 2021)
- Language
- Faster execution
- Bug fixes
---
### v1.1.8 (February 2021)
- Text Editor
- Migration to TextMate grammar (More advanced syntax highlighting)
- Support for more languages (Groovy, HLSL, Log, Makefile, Shaderlab, Fortran, Matlab)
- Fixed a bug where the editor sometimes does not to pointer clicks
- New keyboard toolbar
- Version Control
- Improved performance and reliability
- Staging changes
- Switching branch
- Detached head mode
- Revert changes
- Language
- Support for Groovy
- Built-in Terminal
- Support for SSH
- Bug fixes
- Explorer
- Folding states for directories are now perserved when the sidebar is toogled off
- Ability to expand folder by tapping on the folder name
- Other
- Width of the sidebar is reduced
- Theme is now temporaily removed to support the new syntax highlighting system
- JSON Intellisense is temporaily disabled
---
### v1.1.7 (January 2021)
- Text Editor
- Changes are now written to disk when you run your code or dismiss the keyboard
- Fixed a problem where virtual keyboard sometimes does not show up
- Version Control
- Ability to clone private repositories
- Ability to push, pull and sync from remotes
- Fixed a problem where cloned repository is not properly named
- Built-in Terminal
- 70+ Linux commands (ls, cd, nslookup etc.)
- Bash-like user primitives such as piping, history and completion
- Press tab to show all available commands
- Explorer
- Files and directories are now sorted alphabetically
- Files or directories starting with a dot are now hidden by default
- Ability to select items with a Two-Finger pan gesture
- Other improvements
- You can now open files with CodifyOne from Files app or other Apps directly
- You can now hold the app icon from Home Screen to reveal recent documents
- Fixed a typo
";
"licenses" =
"
### Licenses
---
#### Runestone
- [Runestone](https://github.com/simonbs/Runestone) is licensed under the [MIT License](https://github.com/simonbs/Runestone/blob/main/LICENSE).
#### monokai-slate-vscode
- [monokai-slate-vscode] is licensed under the [MIT License](https://github.com/hamxiaoz/monokai-slate-vscode/blob/master/LICENSE).
#### gruvbox-material-vscode
- [gruvbo-material-vscode] is licensed under the [MIT License](https://github.com/sainnhe/gruvbox-material-vscode/blob/master/LICENSE).
#### catppuccin
- [catppuccin](https://github.com/catppuccin/vscode) is licensed under the [MIT License](https://github.com/catppuccin/vscode/blob/main/LICENSE).
#### vscode-terraform
- [vscode-terraform](https://github.com/hashicorp/vscode-terraform) is licensed under [MPL-2.0](https://github.com/hashicorp/vscode-terraform/blob/main/LICENSE).
#### GCDWebServer
- [GCDWebServer](https://github.com/swisspol/GCDWebServer) is licensed under [Custom License](https://github.com/swisspol/GCDWebServer/blob/master/LICENSE).
#### holzschu/libgit2
- [libgit2](https://github.com/holzschu/libgit2) is licensed under [GPLv2 with a special Linking Exception](https://github.com/holzschu/libgit2/blob/main/COPYING).
#### highlight.js
- [highlight.js](https://github.com/highlightjs/highlight.js) is licensed under [BSD-3-Clause License](https://github.com/highlightjs/highlight.js/blob/master/LICENSE).
#### ios_system
- [ios_system](https://github.com/holzschu/ios_system) is licensed under [BSD-3-Clause license](https://github.com/holzschu/ios_system/blob/master/LICENSE).
#### judge0
- [judge0](https://github.com/judge0/judge0) is licensed under [GNU General Public License v3.0](https://github.com/judge0/judge0/blob/master/LICENSE).
#### libssh2
- [libssh2](https://github.com/libssh2/libssh2) is licensed under [BSD-3-Clause License](https://github.com/swisspol/GCDWebServer/blob/master/LICENSE).
#### MarkdownView
- [MarkdownView](https://github.com/keitaoouchi/MarkdownView) is licensed under [MIT License](https://github.com/keitaoouchi/MarkdownView/blob/master/LICENSE).
#### Monaco Editor
- [Monaco Editor](https://github.com/microsoft/monaco-editor) is licensed under [MIT License](https://github.com/microsoft/monaco-editor/blob/master/LICENSE.md).
#### Various Linux commands
- `egrep, fgrep, grep, gzip, gunzip, cat, chflag, compress, cp, date, echo, env, link, ln, printenv, pwd, ed, sed, tar, uncompress, uptime, chgrp, chksum, chmod, chown, df, du, groups, id, ls, mkdir, mv, readlink, rm, rmdir, stat, sum, touch, tr, uname, wc, whoami`
are licensed under [BSD-3-Clause License](https://en.wikipedia.org/wiki/BSD_licenses).
#### ZIPFoundation
- [ZIPFoundation](https://github.com/weichsel/ZIPFoundation) is licensed under [MIT License](https://github.com/weichsel/ZIPFoundation/blob/development/LICENSE).
---
> This project would not have been possible without the above open source projects.
> Happy coding from Hong Kong 🇭🇰
";
"common.configure" = "Configure";
"common.open_folder" = "Open Folder";
"common.compare" = "Compare";
"common.overwrite" = "Overwrite";
"common.save" = "Save";
"common.dont_save" = "Don't Save";
"common.cancel" = "Cancel";
"common.revert" = "Revert";
"common.delete" = "Delete";
"common.reset" = "Reset";
"common.done" = "Done";
"common.import" = "Import";
"common.add" = "Add";
"common.create" = "Create";
"common.remove" = "Remove";
"common.move" = "Move";
"common.username" = "Username";
"common.password" = "Password";
"common.continue" = "Continue";
"notification.source" = "Source: %@";
"subscription.codeplus" = "Code+";
"subscription.title %@" = "12 months for %@.";
"subscription.message" = "Make Code available for all and unlock all themes. Code remains open source and existing features remain available without subscription.";
"subscription.payment.description %@ %@" = "Starting on %@, your membership will automatically renew at %@ per year until you cancel it.";
"subscription.payment.disallowed" = "Your device's configuration does not allow payments.";
"subscription.join" = "Join Code+";
"code.and.privacy" = "About Code and Privacy";
"terms_of_use" = "Terms of Use";
"credentials.note" = "Credentials are stored inside the Secure Enclave in your device. We do not have access to them.";
"settings.editor.font" = "Font";
"settings.editor.font.reset" = "Reset to default";
"settings.editor.font.ligatures" = "Font Ligatures";
"settings.editor.font.show_all_fonts" = "Show All Fonts";
"settings.editor.vim.enabled" = "Vim Mode";
"settings.explorer.confirm_before_delete" = "Confirm Before Deleting";
"settings.explorer.show_hidden_files" = "Show Hidden Files";
"settings.runestone.editor" = "Runestone Editor";
"settings.runestone.editor.notes" = "Runestone is an editor with native text selection support. Some features are unavailable in this mode.";
"settings.terminal.font" = "Font";
"settings.language_service" = "Language Service";
"settings.language_service.enable" = "Enable Language Service";
"settings.language_service.notes" = "Language service provides autocomplete, static code analysis and other language features. This feature is currently available for Python and Java.";
"settings.about.change_app_language" = "Change App Language";
"panels.no_panel_selected" = "No panel selected";
"sidebar.no_section_selected" = "No section selected.";
"errors.script_already_running" = "A script is already running. Finish it before running another one.";
"errors.fs.not_implemented" = "Operation not implemented";
"errors.fs.scheme_not_registered" = "File URI scheme not registered";
"errors.fs.invalid_host" = "Invalid host";
"errors.fs.unsupported_encoding" = "Unsupported encoding";
"errors.fs.unknown" = "Unknown error";
"errors.fs.connection_failure" = "Connection failed";
"errors.fs.authentication_failure" = "Authentication failed";
"errors.fs.attempting_to_copy_parent_to_child" = "Source is a parent of the target.";
"errors.fs.attempting_to_copy_oneself" = "Source has the same path as the parent.";
"errors.fs.already_connecting_to_a_host" = "Already connecting to a host.";
"errors.fs.jumping_not_supported_for_host" = "Jumping is not supported for this host.";
"errors.fs.missing_jumping_server" = "Missing jumping server";
"errors.source_control.authentication_failed" = "Authentication failed: You might need to configure your git credentials.";
"errors.source_control.clone_authentication_failed" = "Authentication failed: Check your credentials configuration.";
"errors.source_control.no_staged_changes" = "There are no staged changes.";
"errors.source_control.empty_commit_message" = "Commit message cannot be empty";
"errors.source_control.invalid_url" = "Invalid URL";
"errors.unknown_file_format" = "Unknown file format";
"errors.editor_does_not_exist" = "Editor does not exist";
"errors.editor_is_not_ready" = "Editor is not ready";
"errors.failed_to_save_file.encoding.failed" = "Failed to save file. Encoding failed.";
"errors.file_modified_by_another_process" = "File modified by another process";
"errors.failed_to_import_key" = "Failed to import key";
"errors.port_forward.service_unavailable" = "Service unavailable";
"errors.port_forward.invalid_address" = "Invalid address";
"errors.port_forward.address_already_in_use" = "Errno 48: Address already in use";
"errors.operation_cancelled_by_user" = "Operation cancelled by user";
"errors.sftp.invalid_host_url" = "Invalid host URL";
"errors.sftp.invalid_jump_host_url" = "Invalid jump host URL";
"errors.sftp.unable_to_start_portforward_service" = "Unable to start portforward service";
"errors.sftp.auth_failure" = "Authentication failure";
"errors.sftp.failed_to_perform_operation" = "Failed to perform operation";
"errors.sftp.unable_to_start_shell" = "Unable to start shell";
"file.copy" = "Copy to..";
"file.download" = "Download to..";
"file.confirm_save %@" = "Do you want to save the changes made to %@?";
"file.confirm_delete %@" = "Are you sure you want to delete %@?";
"file.confirm_move_into %@ %@" = "Are you sure you want to move %@ into %@?";
"file.reopen_with_encoding" = "Reopen with Encoding";
"file.download_now" = "Download now";
"file.upload" = "Upload";
"actions.new_window" = "New Window";
"actions.switch_to_monaco_editor" = "Switch to Monaco Editor";
"actions.switch_to_runestone_editor" = "Switch to Runestone Editor";
"remote.connecting" = "Connecting to Host";
"remote.connected" = "Connected successfully";
"remote.ssh_key_not_found" = "SSH key not found in Documents/.ssh/id_rsa. Generate one by running ssh-keygen in the terminal.";
"remote.reload_key" = "Reload key";
"remote.passphrase_for_private_key" = "Passphrase for private key";
"remote.credentials_for %@" = "Credentials for %@";
"remote.enter_credentials" = "Enter Credentials";
"remote.authenticate_to %@" = "Authenticate to %@";
"remote.one_or_more_hosts_use_this_host_as_jump_proxy" = "One or more hosts use this host as a jump proxy.";
"remote.confirm_delete_are_you_sure_to_delete" = "Are you sure you want to delete this host?";
"remote.use_jump_server" = "Use Jump Server";
"remote.jump_using" = "Jump using";
"source_control.title" = "Source Control";
"source_control.username" = "Username";
"source_control.password_based_authentication" = "Password based authentication";
"source_control.ssh_authentication" = "SSH authentication";
"source_control.private_key_content" = "Private key content";
"source_control.editing_ssh_private_key" = "Editing SSH private key";
"source_control.pat" = "Personal Access Token";
"source_control.pat_or_password" = "Personal Access Token / Password";
"source_control.ssh_key_reset_confirmation" = "Are you sure you want to reset the SSH key?";
"source_control.url_specific_credentials" = "URL-Specific Credentials";
"source_control.add_new_credentials" = "Add a new credentials";
"source_control.git_authentication" = "Git Authentication";
"source_control.repository_initialized" = "Repository initialized";
"source_control.commit_succeeded" = "Commit succeeded";
"source_control.uploading_objects" = "Uploading objects";
"source_control.pushing_to_remote" = "Pushing to remote";
"source_control.push_succeeded" = "Push succeeded";
"source_control.fetching_from_origin" = "Fetching from origin";
"source_control.fetch_succeeded" = "Fetch succeeded";
"source_control.clone_succeeded" = "Clone succeeded";
"source_control.cloning_into" = "Cloning into %@";
"source_control.error" = "Clone error: %@";
"source_control.revert_succeeded" = "Revert succeeded";
"source_control.remote_credentials" = "Remote Credentials";
"source_control.credentials.note" = "In many cases, you need to use a personal access token instead of password to authenticate. To know more about this:";
"source_control.confirm_revert %@" = "Are you sure you want to revert the changes in %@?";
"source_control.retrieving_changes" = "Retrieving changes";
"source_control.community_templates" = "Community Templates";
"source_control.community_templates.description" = "Community Templates are repositories on GitHub with the #codeapp-template tag. You can disable this in the settings menu.";
"source_control.clone" = "Clone";
"source_control.pull" = "Pull";
"source_control.pulling_from_remote" = "Pulling from remote";
"source_control.pull_succeeded" = "Pull succeeded";
"source_control.checkout.select_branch_or_tag" = "Select a branch or tag to checkout";
"source_control.public_key" = "Public key";
"source_control.editing_public_key" = "Editing public key";
"source_control.key_content" = "Key content";
"source_control.private_key" = "Private key";
"source_control.passphrase_optional" = "Passphrase (optional)";
"source_control.hostname" = "Hostname";
"source_control.credentials" = "Credentials";
"source_control.new_credentials" = "New Credentials";
"source_control.hostname_based_credentials" = "Hostname based credentials";
"source_control.add_key_based_credentials" = "Add key based credentials";
"source_control.add_password_based_credentials" = "Add password based credentials";
"source_control.create_branch" = "Create Branch";
"source_control.branch_name" = "Branch name";
"source_control.branch" = "Branch";
"source_control.confirm_delete_branch %@" = "Are you sure you want to delete branch %@?";
"source_control.branch_deleted" = "Branch %@ deleted";
"source_control.tag" = "Tag";
"source_control.create_tag" = "Create Tag";
"source_control.tag_name" = "Tag name";
"source_control.annotation_optional" = "Annotation (optional)";
"source_control.tag_created" = "Tag %@ created";
"source_control.confirm_delete_tag" = "Are you sure you want to delete tag %@?";
"source_control.tag_deleted" = "Tag %@ deleted";
"source_control.pushing_tag_to_remote" = "Pushing tag %@ to %@";
"source_control.push" = "Push";
"source_control.commit" = "Commit";
"source_control.message_command_enter_to_commit" = "Message (⌘Enter to commit)";
"panel.problems.no_problems_detected" = "No problems detected in the workspace.";
"panel.execution.press_play_to_execute_code" = "Press the play button to execute code. Program input needs to be filled before execution.";
"panel.execution.program_input" = "Program input..";
"panel.execution.input" = "Input";
"panel.execution.output" = "Output";
"panel.execution.split_view" = "Split View";
"panel.execution.title" = "Execution";
"local.execution.title" = "Local Execution";
"remote.setup_remote_server" = "Documentation on remote access feature";
"remote.private_key_content" = "Private key content";
"remote.setup_note" = "To generate key-pairs, run ssh-keygen in the terminal. Leave the passphrase empty if there isn't one.";
"remote.import_from_file" = "Import from file";
"remote.port_forward.new_port_forward" = "New Port Forward";
"remote.port_forward.local_port_or_address" = "Local port or address";
"remote.port_forward.remote_port_or_address" = "Remote port or address";
"remote.port_forward.port_forwarding" = "Port Forwarding";
"remote.port_forward.configure_description" = "Configure port forwarding to access a port on the remote machine.";
"remote.port_forward.address_example" = "e.g. 6000 or 127.0.0.1:6000";
"remote.settings.ssh_remote" = "SSH Remote";
"remote.settings.resolve_home_path" = "Resolve Home Path";
"terminal.tab.accessibility.active" = "Active";
"terminal.tab.accessibility.running" = "Running";
"terminal.tab.accessibility.hint" = "Tap to switch to this terminal";
"terminal.tab.kill" = "Kill Terminal";
"terminal.tab.kill_confirmation.title" = "Kill Terminal?";
"terminal.tab.kill_confirmation.cancel" = "Cancel";
"terminal.tab.kill_confirmation.kill" = "Kill";
"terminal.tab.kill_confirmation.message" = "This terminal has a running process. Are you sure you want to kill it?";