@theia/core 1.23.0 → 1.24.0-next.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,277 @@
1
+ {
2
+ "theia": {
3
+ "callhierarchy": {
4
+ "open": "オープンコールヒエラルキー"
5
+ },
6
+ "core": {
7
+ "common": {
8
+ "closeAll": "すべてのタブを閉じる",
9
+ "closeAllTabMain": "メインエリアのすべてのタブを閉じる",
10
+ "closeOtherTabMain": "メインエリアの他のタブを閉じる",
11
+ "closeOthers": "他のタブを閉じる",
12
+ "closeRight": "閉じるタブを右に",
13
+ "closeTab": "タブを閉じる",
14
+ "closeTabMain": "メインエリアのタブを閉じる",
15
+ "collapseAllTabs": "すべてのサイドパネルを閉じる",
16
+ "collapseBottomPanel": "トグルボトムパネル",
17
+ "collapseTab": "折りたたみ式サイドパネル",
18
+ "showNextTabGroup": "次のタブグループに切り替える",
19
+ "showNextTabInGroup": "グループ内の次のタブに切り替える",
20
+ "showPreviousTabGroup": "前のタブグループに切り替える",
21
+ "showPreviousTabInGroup": "グループ内の前のタブに切り替える",
22
+ "toggleMaximized": "トグル・マキシマイズ"
23
+ },
24
+ "highlightModifiedTabs": "モディファイド(ダーティ)エディタのタブにトップボーダーを描画するかどうかを制御します。",
25
+ "keyboard": {
26
+ "choose": "キーボードレイアウトの選択",
27
+ "chooseLayout": "キーボードレイアウトの選択",
28
+ "current": "(現在: {0})",
29
+ "currentLayout": "- 現在のレイアウト",
30
+ "mac": "Mac用キーボード",
31
+ "pc": "PCキーボード",
32
+ "tryDetect": "ブラウザの情報や押されたキーからキーボードの配列を検出してみてください。"
33
+ },
34
+ "quitMessage": "保存されていない変更は、保存されません。",
35
+ "quitTitle": "本当に辞めたいのか?",
36
+ "resetWorkbenchLayout": "ワークベンチレイアウトのリセット",
37
+ "sashDelay": "ビュー/エディター間でのドラッグ領域のホバーフィードバックの遅延をミリ秒単位で制御します。",
38
+ "sashSize": "ビュー/エディタ間でのドラッグ領域のフィードバック領域のサイズをピクセル単位で制御します。必要に応じて、より大きな値に設定してください。",
39
+ "silentNotifications": "通知のポップアップを抑制するかどうかを制御します。"
40
+ },
41
+ "debug": {
42
+ "continueAll": "すべてを続ける",
43
+ "copyExpressionValue": "コピー式の値",
44
+ "debugViewLocation": "デバッグビューの位置を制御します。",
45
+ "openBottom": "オープンボトム",
46
+ "openLeft": "左開き",
47
+ "openRight": "オープンライト",
48
+ "pauseAll": "ポーズ・オール",
49
+ "reveal": "暴露",
50
+ "threads": "スレッド",
51
+ "toggleTracing": "デバッグアダプタとの通信のトレースの有効化/無効化"
52
+ },
53
+ "editor": {
54
+ "ariaLabel": "フォーカスされたときのエディタのテキストエリアのアリア・ラベルです。",
55
+ "autoSaveDelay": "オートセーブの遅延時間をミリ秒単位で設定します。",
56
+ "autoSaveSetting": "ダーティファイルの自動保存を制御します。",
57
+ "automaticLayout": "エディタが、そのコンテナ・ドーム・ノードのサイズが変更されたかどうかをチェックする間隔をインストールすることを有効にします。これを有効にすると、パフォーマンスに深刻な影響を与える可能性があります。",
58
+ "contextmenu": "カスタムコンテクストメニューを有効にするかどうかを制御します。",
59
+ "disableLayerHinting": "エディタのマージンとラインのレイヤーで、`transform: translate3d(0px, 0px, 0px)`の使用を無効にします。transform: translate3d(0px, 0px, 0px)`の使用は、ブラウザが追加のレイヤーを作成するためのヒントとして機能します。",
60
+ "disableMonospaceOptimizations": "等幅フォントに対する最適化を有効にするかどうかを制御します。",
61
+ "extraEditorClassName": "エディタに追加されるクラス名。",
62
+ "fixedOverflowWidgets": "オーバーフローウィジェットを `fixed` として表示するかどうかを制御します。",
63
+ "formatOnSaveTimeout": "ファイル保存時に実行されるフォーマットがキャンセルされるまでのタイムアウト(ミリ秒)。",
64
+ "mouseStyle": "マウスポインタのスタイルを制御します。",
65
+ "overviewRulerLanes": "オーバービュールーラーが表示する垂直方向のレーンの数です。",
66
+ "persistClosedEditors": "ウィンドウの再読み込み時に、ワークスペースの閉じたエディタの履歴を保持するかどうかを制御します。",
67
+ "readOnly": "エディタがリードオンリーであるかどうかを制御します。",
68
+ "renderValidationDecorations": "エディタが検証用の装飾を表示するかどうかを制御します。",
69
+ "revealHorizontalRightPadding": "カーソルを表示すると、仮想パディング(px)がカーソルに追加され、カーソルが矩形になります。この仮想パディングにより、ビューポートの端にぶつかる前にカーソルが表示されるようになります。",
70
+ "selectOnLineNumbers": "行番号をクリックしたときに、該当する行を選択するかどうかを制御する",
71
+ "showAllEditors": "開いているエディタをすべて表示",
72
+ "splitHorizontal": "スプリットエディタ横",
73
+ "splitVertical": "スプリットエディタ縦",
74
+ "stopRenderingLineAfter": "パフォーマンスガード。x文字以降の行の描画を停止します。",
75
+ "suggest.insertHighlight": "例えば、`insertMode` が `replace` であるにもかかわらず、補完機能は `insert` しかサポートしていない場合などです。",
76
+ "wordWrapBreakAfterCharacters": "単語の折り返し文字を設定します。これらの文字の後に改行が入ります。",
77
+ "wordWrapBreakBeforeCharacters": "単語の折り返し文字を設定します。これらの文字の前に改行が入ります。",
78
+ "wordWrapOverride1": "wordWrap`の設定を上書きします。",
79
+ "wordWrapOverride2": "wordWrapOverride1`の設定を上書きします。"
80
+ },
81
+ "file-search": {
82
+ "toggleIgnoredFiles": "({0}を押すと、無視されたファイルの表示/非表示を切り替えることができます。"
83
+ },
84
+ "filesystem": {
85
+ "copyDownloadLink": "コピー・ダウンロード・リンク",
86
+ "filesExclude": "ファイルやフォルダーを除外するためのグロブパターンを設定します。例えば、ファイルエクスプローラーでは、この設定をもとにファイルやフォルダーの表示・非表示を決定します。",
87
+ "maxConcurrentUploads": "複数のファイルをアップロードする際に、同時にアップロードするファイルの最大数です。0の場合は、すべてのファイルが同時にアップロードされます。",
88
+ "maxFileSizeMB": "開くことのできる最大ファイルサイズ(MB)を制御します。",
89
+ "processedOutOf": "{1}のうち{0}を処理",
90
+ "uploadFiles": "ファイルのアップロード...",
91
+ "uploadedOutOf": "{1}のうち{0}をアップロードしました。"
92
+ },
93
+ "getting-started": {
94
+ "newExtension": "新しいエクステンションの構築",
95
+ "newPlugin": "新しいプラグインの構築"
96
+ },
97
+ "git": {
98
+ "addSignedOff": "サイン・オフ・バイの追加",
99
+ "amendReuseMessag": "最後のコミットメッセージを再利用するには、「Enter」または「Escape」を押してキャンセルしてください。",
100
+ "amendRewrite": "前回のコミットメッセージを書き換えます。確定するには「Enter」を、キャンセルするには「Escape」を押してください。",
101
+ "checkoutCreateLocalBranchWithName": "名前:{0}で新しいローカルブランチを作成します。確定するには「Enter」を、キャンセルするには「Escape」を押してください。",
102
+ "checkoutProvideBranchName": "支店名をご記入ください。",
103
+ "checkoutSelectRef": "チェックアウトするRefを選択するか、新しいローカルブランチを作成します。",
104
+ "cloneQuickInputLabel": "Gitリポジトリの場所を指定してください。確定するには「Enter」を、キャンセルするには「Escape」を押してください。",
105
+ "cloneRepository": "Gitリポジトリをクローンします。{0}.確定するには「Enter」を、キャンセルするには「Escape」を押します。",
106
+ "compareWith": "比べてみると...",
107
+ "compareWithBranchOrTag": "現在アクティブな{0}のブランチと比較するブランチやタグを選びます。",
108
+ "dirtyDiffLinesLimit": "エディタの行数がこの制限を超えている場合、ダーティな diff デコレーションを表示しません。",
109
+ "dropStashMessage": "スタッシュの削除に成功しました。",
110
+ "editorDecorationsEnabled": "エディタにgitデコレーションを表示します。",
111
+ "fetchPickRemote": "フェッチするリモートを選びます。",
112
+ "gitDecorationsColors": "ナビゲーターに色の装飾を施す。",
113
+ "mergeQuickPickPlaceholder": "現在アクティブな{0}ブランチにマージするブランチを選びます。",
114
+ "missingUserInfo": "gitで「user.name」と「user.email」を設定していることを確認してください。",
115
+ "noPreviousCommit": "修正する前のコミットがない",
116
+ "noRepositoriesSelected": "リポジトリが選択されていません。",
117
+ "repositoryNotInitialized": "リポジトリ {0} はまだ初期化されていません。",
118
+ "stashChanges": "スタッシュの変更確定するには「Enter」を、キャンセルするには「Escape」を押します。",
119
+ "stashChangesWithMessage": "メッセージでスタッシュが変わります。{0}.確定するには「Enter」を、キャンセルするには「Escape」を押してください。",
120
+ "toggleBlameAnnotations": "トグル・ブレイム・アノテーション"
121
+ },
122
+ "keybinding-schema-updater": {
123
+ "deprecation": "代わりに `when` 句を使用してください。"
124
+ },
125
+ "markers": {
126
+ "clearAll": "クリアオール",
127
+ "tabbarDecorationsEnabled": "タブバーに問題のデコレーター(診断マーカー)を表示する。"
128
+ },
129
+ "messages": {
130
+ "notificationTimeout": "このタイムアウト後は、情報提供のための通知が非表示になります。",
131
+ "toggleNotifications": "通知の切り替え"
132
+ },
133
+ "mini-browser": {
134
+ "typeUrl": "URLを入力する"
135
+ },
136
+ "monaco": {
137
+ "noSymbolsMatching": "シンボルが一致しない",
138
+ "typeToSearchForSymbols": "記号を検索するタイプ"
139
+ },
140
+ "navigator": {
141
+ "autoReveal": "オートリヴェール",
142
+ "refresh": "エクスプローラーでの更新",
143
+ "reveal": "エクスプローラーでの表示",
144
+ "toggleHiddenFiles": "隠しファイルのトグル"
145
+ },
146
+ "output": {
147
+ "clearOutputChannel": "クリア出力チャンネル...",
148
+ "closeOutputChannel": "出力チャンネルを閉じる...",
149
+ "hiddenChannels": "隠しチャンネル",
150
+ "hideOutputChannel": "出力チャンネルを隠す...",
151
+ "maxChannelHistory": "1つの出力チャネルの最大エントリ数。",
152
+ "outputChannels": "出力チャンネル",
153
+ "showOutputChannel": "出力チャンネルを表示..."
154
+ },
155
+ "plugin-dev": {
156
+ "alreadyRunning": "ホストされているインスタンスはすでに実行されています。",
157
+ "debugInstance": "デバッグインスタンス",
158
+ "debugMode": "Node.js のデバッグに inspect または inspect-brk を使用する",
159
+ "failed": "ホストされたプラグインインスタンスの実行に失敗しました。{0}",
160
+ "hostedPlugin": "ホスト型プラグイン",
161
+ "hostedPluginRunning": "ホスト型プラグイン: 実行中",
162
+ "hostedPluginStarting": "ホスト型プラグイン: 開始",
163
+ "hostedPluginStopped": "ホスト型プラグイン: 停止中",
164
+ "hostedPluginWatching": "ホストされたプラグイン: ウォッチング",
165
+ "instanceTerminated": "{0}は終了しました。",
166
+ "launchOutFiles": "生成されたJavaScriptファイルを探すためのグロブパターンの配列です(`${pluginPath}`はプラグインの実際のパスに置き換えられます)。",
167
+ "noValidPlugin": "指定されたフォルダに有効なプラグインが含まれていません。",
168
+ "notRunning": "ホスト側のインスタンスが起動していない。",
169
+ "pluginFolder": "プラグインフォルダが設定されています。{0}",
170
+ "preventedNewTab": "お使いのブラウザで新しいタブが開かない",
171
+ "restartInstance": "インスタンスの再起動",
172
+ "running": "ホストされているインスタンスは、次のように実行されています。",
173
+ "select": "セレクト",
174
+ "selectPath": "セレクトパス",
175
+ "startInstance": "インスタンスの開始",
176
+ "starting": "ホストされたインスタンス・サーバーの起動 ...",
177
+ "stopInstance": "インスタンスの停止",
178
+ "unknownTerminated": "インスタンスが終了しました。",
179
+ "watchMode": "開発中のプラグインにウォッチャーを実行"
180
+ },
181
+ "plugin-ext": {
182
+ "plugins": "プラグイン",
183
+ "signInAgain": "拡張子「{0}」は、「{1}」を使って再度サインインしてほしいと言っています。",
184
+ "webviewTrace": "ウェブビューによる通信のトレースを制御します。",
185
+ "webviewWarnIfUnsecure": "現在、ウェブビューが安全でない状態で展開されていることをユーザーに警告します。"
186
+ },
187
+ "preview": {
188
+ "openByDefault": "デフォルトではエディタではなくプレビューを開くようになっています。"
189
+ },
190
+ "property-view": {
191
+ "created": "作成",
192
+ "directory": "ディレクトリ",
193
+ "lastModified": "最終更新日",
194
+ "location": "所在地",
195
+ "path": "パス",
196
+ "properties": "プロパティ",
197
+ "size": "サイズ",
198
+ "symbolicLink": "シンボリックリンク"
199
+ },
200
+ "scm": {
201
+ "amend": "修正",
202
+ "amendHeadCommit": "HEADコミット",
203
+ "amendLastCommit": "前回のコミットを修正",
204
+ "changeRepository": "リポジトリの変更...",
205
+ "history": "歴史",
206
+ "noRepositoryFound": "リポジトリが見つからない",
207
+ "unamend": "くり返す",
208
+ "unamendCommit": "未修正のコミット"
209
+ },
210
+ "search-in-workspace": {
211
+ "includeIgnoredFiles": "無視されたファイルを含める",
212
+ "noFolderSpecified": "フォルダを開いていない、または指定していない。現在、開いているファイルのみが検索されます。",
213
+ "resultSubset": "これは、すべての結果の一部に過ぎません。より具体的な検索用語を使って、結果リストを絞り込んでください。",
214
+ "searchOnEditorModification": "修正されたときにアクティブなエディタを検索します。"
215
+ },
216
+ "task": {
217
+ "attachTask": "タスクの添付...",
218
+ "clearHistory": "明確な歴史",
219
+ "openUserTasks": "ユーザータスクを開く"
220
+ },
221
+ "terminal": {
222
+ "confirmClose": "アクティブなターミナルセッションがある場合、ウィンドウが閉じるときに確認するかどうかを制御します。",
223
+ "confirmCloseAlways": "端子があるかどうかは必ず確認してください。",
224
+ "confirmCloseChildren": "子プロセスが存在する端末があるかどうかを確認します。",
225
+ "confirmCloseNever": "絶対に確認しないでください。",
226
+ "enableCopy": "ctrl-c(macOSではcmd-c)で選択されたテキストをコピーできるようになりました。",
227
+ "enablePaste": "ctrl-v(macOSではcmd-v)でクリップボードからの貼り付けを可能にする。",
228
+ "shellArgsLinux": "Linux端末で使用するコマンドライン引数です。",
229
+ "shellArgsOsx": "macOSのターミナルで使用するコマンドライン引数です。",
230
+ "shellArgsWindows": "Windows端末で使用するコマンドライン引数です。",
231
+ "shellLinux": "Linuxでターミナルが使用するシェルのパス(デフォルト:'{0}'})。",
232
+ "shellOsx": "macOSでターミナルが使用するシェルのパスです(デフォルト:'{0}'})。",
233
+ "shellWindows": "Windowsでターミナルが使用するシェルのパスです。(デフォルト: '{0}')を指定します。",
234
+ "terminate": "終了",
235
+ "terminateActive": "アクティブなターミナルセッションを終了しますか?",
236
+ "terminateActiveMultiple": "{0}のアクティブな端末セッションを終了しますか?"
237
+ },
238
+ "typehierarchy": {
239
+ "subtypeHierarchy": "サブタイプヒエラルキー",
240
+ "supertypeHierarchy": "スーパータイプヒエラルキー",
241
+ "typeHierarchy": "タイプ階層"
242
+ },
243
+ "vsx-registry": {
244
+ "openVSX": "VSXレジストリを開く",
245
+ "recommendedExtensions": "このワークスペースでの使用が推奨される拡張機能の名前のリストです。",
246
+ "showRecommendedExtensions": "拡張機能の推奨事項について、通知を表示するかどうかを制御します。"
247
+ },
248
+ "webview": {
249
+ "goToReadme": "READMEに戻る",
250
+ "messageWarning": " {0}エンドポイントのホストパターンが`{1}`に変更されました。パターンを変更すると、セキュリティ上の脆弱性が発生する可能性があります。 詳しくは `{2}` をご覧ください。"
251
+ },
252
+ "workspace": {
253
+ "closeWorkspace": "本当にワークスペースを閉じたいのですか?",
254
+ "compareWithEachOther": "互いの比較",
255
+ "confirmDeletePermanently.description": "ゴミ箱を使った「{0}」の削除に失敗しました。代わりに永久に削除しますか?",
256
+ "confirmDeletePermanently.solution": "環境設定でゴミ箱の使用を無効にすることができます。",
257
+ "confirmDeletePermanently.title": "ファイル削除時のエラー",
258
+ "duplicate": "デュプリケート",
259
+ "failApply": "新しいファイルに変更を適用できなかった",
260
+ "failSaveAs": "現在のウィジェットでは\"{0}\"を実行できません。",
261
+ "noErasure": "注:ディスクからは何も消去されません",
262
+ "openRecentPlaceholder": "開きたいワークスペースの名前を入力する",
263
+ "openRecentWorkspace": "最近のワークスペースを開く...",
264
+ "preserveWindow": "ワークスペースを現在のウィンドウで開けるようにします。",
265
+ "removeFolder": "ワークスペースから以下のフォルダを削除してよろしいですか?",
266
+ "removeFolders": "ワークスペースから以下のフォルダを削除してよろしいですか?",
267
+ "supportMultiRootWorkspace": "マルチルート・ワークスペースのサポートを有効にするかどうかを制御します。",
268
+ "trustEmptyWindow": "空のワークスペースをデフォルトで信頼するかどうかを制御します。",
269
+ "trustEnabled": "ワークスペースの信頼を有効にするかどうかを制御します。無効の場合、すべてのワークスペースが信頼されます。",
270
+ "trustPrompt": "ワークスペースを信頼するための起動時のプロンプトを表示するタイミングを制御します。",
271
+ "trustRequest": "拡張機能がワークスペースの信頼を要求していますが、対応する API はまだ完全にはサポートされていません。このワークスペースを信頼しますか?",
272
+ "untitled-cleanup": "名称未設定のワークスペースファイルが多数あるようです。{0}を確認して、未使用のファイルを削除してください。",
273
+ "workspaceFolderAdded": "複数のルートを持つワークスペースが作成されました。ワークスペースの構成をファイルとして保存しますか?",
274
+ "workspaceFolderAddedTitle": "ワークスペースにフォルダを追加"
275
+ }
276
+ }
277
+ }
package/i18n/nls.json ADDED
@@ -0,0 +1,277 @@
1
+ {
2
+ "theia": {
3
+ "callhierarchy": {
4
+ "open": "Open Call Hierarchy"
5
+ },
6
+ "core": {
7
+ "common": {
8
+ "closeAll": "Close All Tabs",
9
+ "closeAllTabMain": "Close All Tabs in Main Area",
10
+ "closeOtherTabMain": "Close Other Tabs in Main Area",
11
+ "closeOthers": "Close Other Tabs",
12
+ "closeRight": "Close Tabs to the Right",
13
+ "closeTab": "Close Tab",
14
+ "closeTabMain": "Close Tab in Main Area",
15
+ "collapseAllTabs": "Collapse All Side Panels",
16
+ "collapseBottomPanel": "Toggle Bottom Panel",
17
+ "collapseTab": "Collapse Side Panel",
18
+ "showNextTabGroup": "Switch to Next Tab Group",
19
+ "showNextTabInGroup": "Switch to Next Tab in Group",
20
+ "showPreviousTabGroup": "Switch to Previous Tab Group",
21
+ "showPreviousTabInGroup": "Switch to Previous Tab in Group",
22
+ "toggleMaximized": "Toggle Maximized"
23
+ },
24
+ "highlightModifiedTabs": "Controls whether a top border is drawn on modified (dirty) editor tabs or not.",
25
+ "keyboard": {
26
+ "choose": "Choose Keyboard Layout",
27
+ "chooseLayout": "Choose a keyboard layout",
28
+ "current": "(current: {0})",
29
+ "currentLayout": " - current layout",
30
+ "mac": "Mac Keyboards",
31
+ "pc": "PC Keyboards",
32
+ "tryDetect": "Try to detect the keyboard layout from browser information and pressed keys."
33
+ },
34
+ "quitMessage": "Any unsaved changes will not be saved.",
35
+ "quitTitle": "Are you sure you want to quit?",
36
+ "resetWorkbenchLayout": "Reset Workbench Layout",
37
+ "sashDelay": "Controls the hover feedback delay in milliseconds of the dragging area in between views/editors.",
38
+ "sashSize": "Controls the feedback area size in pixels of the dragging area in between views/editors. Set it to a larger value if needed.",
39
+ "silentNotifications": "Controls whether to suppress notification popups."
40
+ },
41
+ "debug": {
42
+ "continueAll": "Continue All",
43
+ "copyExpressionValue": "Copy Expression Value",
44
+ "debugViewLocation": "Controls the location of the debug view.",
45
+ "openBottom": "Open Bottom",
46
+ "openLeft": "Open Left",
47
+ "openRight": "Open Right",
48
+ "pauseAll": "Pause All",
49
+ "reveal": "Reveal",
50
+ "threads": "Threads",
51
+ "toggleTracing": "Enable/disable tracing communications with debug adapters"
52
+ },
53
+ "editor": {
54
+ "ariaLabel": "The aria label for the editor's textarea when focused.",
55
+ "autoSaveDelay": "Configure the auto save delay in milliseconds.",
56
+ "autoSaveSetting": "Controls auto save of dirty files.",
57
+ "automaticLayout": "Enable that the editor will install an interval to check if its container dom node size has changed. Enabling this might have a severe performance impact.",
58
+ "contextmenu": "Controls whether to enable the custom contextmenu.",
59
+ "disableLayerHinting": "Disable the use of `transform: translate3d(0px, 0px, 0px)` for the editor margin and lines layers. The usage of `transform: translate3d(0px, 0px, 0px)` acts as a hint for browsers to create an extra layer.",
60
+ "disableMonospaceOptimizations": "Controls whether to enable optimizations for monospace fonts.",
61
+ "extraEditorClassName": "Additional class name to be added to the editor.",
62
+ "fixedOverflowWidgets": "Controls whether to display overflow widgets as `fixed`.",
63
+ "formatOnSaveTimeout": "Timeout in milliseconds after which the formatting that is run on file save is cancelled.",
64
+ "mouseStyle": "Controls the mouse pointer style.",
65
+ "overviewRulerLanes": "The number of vertical lanes the overview ruler should render.",
66
+ "persistClosedEditors": "Controls whether to persist closed editor history for the workspace across window reloads.",
67
+ "readOnly": "Controls whether the editor is readonly.",
68
+ "renderValidationDecorations": "Controls whether the editor renders validation decorations.",
69
+ "revealHorizontalRightPadding": "When revealing the cursor, a virtual padding (px) is added to the cursor, turning it into a rectangle. This virtual padding ensures that the cursor gets revealed before hitting the edge of the viewport.",
70
+ "selectOnLineNumbers": "Controls whether to select the corresponding line when clicking on the line number",
71
+ "showAllEditors": "Show All Opened Editors",
72
+ "splitHorizontal": "Split Editor Horizontal",
73
+ "splitVertical": "Split Editor Vertical",
74
+ "stopRenderingLineAfter": "Performance guard: Stop rendering a line after x characters.",
75
+ "suggest.insertHighlight": "Controls whether unexpected text modifications while accepting completions should be highlighted, e.g `insertMode` is `replace` but the completion only supports `insert`.",
76
+ "wordWrapBreakAfterCharacters": "Configure word wrapping characters. A break will be introduced after these characters.",
77
+ "wordWrapBreakBeforeCharacters": "Configure word wrapping characters. A break will be introduced before these characters.",
78
+ "wordWrapOverride1": "Override the `wordWrap` setting.",
79
+ "wordWrapOverride2": "Override the `wordWrapOverride1` setting."
80
+ },
81
+ "file-search": {
82
+ "toggleIgnoredFiles": " (Press {0} to show/hide ignored files)"
83
+ },
84
+ "filesystem": {
85
+ "copyDownloadLink": "Copy Download Link",
86
+ "filesExclude": "Configure glob patterns for excluding files and folders. For example, the file Explorer decides which files and folders to show or hide based on this setting.",
87
+ "maxConcurrentUploads": "Maximum number of concurrent files to upload when uploading multiple files. 0 means all files will be uploaded concurrently.",
88
+ "maxFileSizeMB": "Controls the max file size in MB which is possible to open.",
89
+ "processedOutOf": "Processed {0} out of {1}",
90
+ "uploadFiles": "Upload Files...",
91
+ "uploadedOutOf": "Uploaded {0} out of {1}"
92
+ },
93
+ "getting-started": {
94
+ "newExtension": "Building a New Extension",
95
+ "newPlugin": "Building a New Plugin"
96
+ },
97
+ "git": {
98
+ "addSignedOff": "Add Signed-off-by",
99
+ "amendReuseMessag": "To reuse the last commit message, press 'Enter' or 'Escape' to cancel.",
100
+ "amendRewrite": "Rewrite previous commit message. Press 'Enter' to confirm or 'Escape' to cancel.",
101
+ "checkoutCreateLocalBranchWithName": "Create a new local branch with name: {0}. Press 'Enter' to confirm or 'Escape' to cancel.",
102
+ "checkoutProvideBranchName": "Please provide a branch name. ",
103
+ "checkoutSelectRef": "Select a ref to checkout or create a new local branch:",
104
+ "cloneQuickInputLabel": "Please provide a Git repository location. Press 'Enter' to confirm or 'Escape' to cancel.",
105
+ "cloneRepository": "Clone the Git repository: {0}. Press 'Enter' to confirm or 'Escape' to cancel.",
106
+ "compareWith": "Compare With...",
107
+ "compareWithBranchOrTag": "Pick a branch or tag to compare with the currently active {0} branch:",
108
+ "dirtyDiffLinesLimit": "Do not show dirty diff decorations, if editor's line count exceeds this limit.",
109
+ "dropStashMessage": "Stash successfully removed.",
110
+ "editorDecorationsEnabled": "Show git decorations in the editor.",
111
+ "fetchPickRemote": "Pick a remote to fetch from:",
112
+ "gitDecorationsColors": "Use color decoration in the navigator.",
113
+ "mergeQuickPickPlaceholder": "Pick a branch to merge into the currently active {0} branch:",
114
+ "missingUserInfo": "Make sure you configure your 'user.name' and 'user.email' in git.",
115
+ "noPreviousCommit": "No previous commit to amend",
116
+ "noRepositoriesSelected": "No repositories were selected.",
117
+ "repositoryNotInitialized": "Repository {0} is not yet initialized.",
118
+ "stashChanges": "Stash changes. Press 'Enter' to confirm or 'Escape' to cancel.",
119
+ "stashChangesWithMessage": "Stash changes with message: {0}. Press 'Enter' to confirm or 'Escape' to cancel.",
120
+ "toggleBlameAnnotations": "Toggle Blame Annotations"
121
+ },
122
+ "keybinding-schema-updater": {
123
+ "deprecation": "Use `when` clause instead."
124
+ },
125
+ "markers": {
126
+ "clearAll": "Clear All",
127
+ "tabbarDecorationsEnabled": "Show problem decorators (diagnostic markers) in the tab bars."
128
+ },
129
+ "messages": {
130
+ "notificationTimeout": "Informative notifications will be hidden after this timeout.",
131
+ "toggleNotifications": "Toggle Notifications"
132
+ },
133
+ "mini-browser": {
134
+ "typeUrl": "Type a URL"
135
+ },
136
+ "monaco": {
137
+ "noSymbolsMatching": "No symbols matching",
138
+ "typeToSearchForSymbols": "Type to search for symbols"
139
+ },
140
+ "navigator": {
141
+ "autoReveal": "Auto Reveal",
142
+ "refresh": "Refresh in Explorer",
143
+ "reveal": "Reveal in Explorer",
144
+ "toggleHiddenFiles": "Toggle Hidden Files"
145
+ },
146
+ "output": {
147
+ "clearOutputChannel": "Clear Output Channel...",
148
+ "closeOutputChannel": "Close Output Channel...",
149
+ "hiddenChannels": "Hidden Channels",
150
+ "hideOutputChannel": "Hide Output Channel...",
151
+ "maxChannelHistory": "The maximum number of entries in an output channel.",
152
+ "outputChannels": "Output Channels",
153
+ "showOutputChannel": "Show Output Channel..."
154
+ },
155
+ "plugin-dev": {
156
+ "alreadyRunning": "Hosted instance is already running.",
157
+ "debugInstance": "Debug Instance",
158
+ "debugMode": "Using inspect or inspect-brk for Node.js debug",
159
+ "failed": "Failed to run hosted plugin instance: {0}",
160
+ "hostedPlugin": "Hosted Plugin",
161
+ "hostedPluginRunning": "Hosted Plugin: Running",
162
+ "hostedPluginStarting": "Hosted Plugin: Starting",
163
+ "hostedPluginStopped": "Hosted Plugin: Stopped",
164
+ "hostedPluginWatching": "Hosted Plugin: Watching",
165
+ "instanceTerminated": "{0} has been terminated",
166
+ "launchOutFiles": "Array of glob patterns for locating generated JavaScript files (`${pluginPath}` will be replaced by plugin actual path).",
167
+ "noValidPlugin": "Specified folder does not contain valid plugin.",
168
+ "notRunning": "Hosted instance is not running.",
169
+ "pluginFolder": "Plugin folder is set to: {0}",
170
+ "preventedNewTab": "Your browser prevented opening of a new tab",
171
+ "restartInstance": "Restart Instance",
172
+ "running": "Hosted instance is running at:",
173
+ "select": "Select",
174
+ "selectPath": "Select Path",
175
+ "startInstance": "Start Instance",
176
+ "starting": "Starting hosted instance server ...",
177
+ "stopInstance": "Stop Instance",
178
+ "unknownTerminated": "The instance has been terminated",
179
+ "watchMode": "Run watcher on plugin under development"
180
+ },
181
+ "plugin-ext": {
182
+ "plugins": "Plugins",
183
+ "signInAgain": "The extension '{0}' wants you to sign in again using {1}.",
184
+ "webviewTrace": "Controls communication tracing with webviews.",
185
+ "webviewWarnIfUnsecure": "Warns users that webviews are currently deployed unsecurely."
186
+ },
187
+ "preview": {
188
+ "openByDefault": "Open the preview instead of the editor by default."
189
+ },
190
+ "property-view": {
191
+ "created": "Created",
192
+ "directory": "Directory",
193
+ "lastModified": "Last modified",
194
+ "location": "Location",
195
+ "path": "Path",
196
+ "properties": "Properties",
197
+ "size": "Size",
198
+ "symbolicLink": "Symbolic link"
199
+ },
200
+ "scm": {
201
+ "amend": "Amend",
202
+ "amendHeadCommit": "HEAD Commit",
203
+ "amendLastCommit": "Amend last commit",
204
+ "changeRepository": "Change Repository...",
205
+ "history": "History",
206
+ "noRepositoryFound": "No repository found",
207
+ "unamend": "Unamend",
208
+ "unamendCommit": "Unamend commit"
209
+ },
210
+ "search-in-workspace": {
211
+ "includeIgnoredFiles": "Include Ignored Files",
212
+ "noFolderSpecified": "You have not opened or specified a folder. Only open files are currently searched.",
213
+ "resultSubset": "This is only a subset of all results. Use a more specific search term to narrow down the result list.",
214
+ "searchOnEditorModification": "Search the active editor when modified."
215
+ },
216
+ "task": {
217
+ "attachTask": "Attach Task...",
218
+ "clearHistory": "Clear History",
219
+ "openUserTasks": "Open User Tasks"
220
+ },
221
+ "terminal": {
222
+ "confirmClose": "Controls whether to confirm when the window closes if there are active terminal sessions.",
223
+ "confirmCloseAlways": "Always confirm if there are terminals.",
224
+ "confirmCloseChildren": "Confirm if there are any terminals that have child processes.",
225
+ "confirmCloseNever": "Never confirm.",
226
+ "enableCopy": "Enable ctrl-c (cmd-c on macOS) to copy selected text",
227
+ "enablePaste": "Enable ctrl-v (cmd-v on macOS) to paste from clipboard",
228
+ "shellArgsLinux": "The command line arguments to use when on the Linux terminal.",
229
+ "shellArgsOsx": "The command line arguments to use when on the macOS terminal.",
230
+ "shellArgsWindows": "The command line arguments to use when on the Windows terminal.",
231
+ "shellLinux": "The path of the shell that the terminal uses on Linux (default: '{0}'}).",
232
+ "shellOsx": "The path of the shell that the terminal uses on macOS (default: '{0}'}).",
233
+ "shellWindows": "The path of the shell that the terminal uses on Windows. (default: '{0}').",
234
+ "terminate": "Terminate",
235
+ "terminateActive": "Do you want to terminate the active terminal session?",
236
+ "terminateActiveMultiple": "Do you want to terminate the {0} active terminal sessions?"
237
+ },
238
+ "typehierarchy": {
239
+ "subtypeHierarchy": "Subtype Hierarchy",
240
+ "supertypeHierarchy": "Supertype Hierarchy",
241
+ "typeHierarchy": "Type Hierarchy"
242
+ },
243
+ "vsx-registry": {
244
+ "openVSX": "Open VSX Registry",
245
+ "recommendedExtensions": "A list of the names of extensions recommended for use in this workspace.",
246
+ "showRecommendedExtensions": "Controls whether notifications are shown for extension recommendations."
247
+ },
248
+ "webview": {
249
+ "goToReadme": "Go To README",
250
+ "messageWarning": " The {0} endpoint's host pattern has been changed to `{1}`; changing the pattern can lead to security vulnerabilities. See `{2}` for more information."
251
+ },
252
+ "workspace": {
253
+ "closeWorkspace": "Do you really want to close the workspace?",
254
+ "compareWithEachOther": "Compare with Each Other",
255
+ "confirmDeletePermanently.description": "Failed to delete \"{0}\" using the Trash. Do you want to permanently delete instead?",
256
+ "confirmDeletePermanently.solution": "You can disable the use of Trash in the preferences.",
257
+ "confirmDeletePermanently.title": "Error deleting file",
258
+ "duplicate": "Duplicate",
259
+ "failApply": "Could not apply changes to new file",
260
+ "failSaveAs": "Cannot run \"{0}\" for the current widget.",
261
+ "noErasure": "Note: Nothing will be erased from disk",
262
+ "openRecentPlaceholder": "Type the name of the workspace you want to open",
263
+ "openRecentWorkspace": "Open Recent Workspace...",
264
+ "preserveWindow": "Enable opening workspaces in current window.",
265
+ "removeFolder": "Are you sure you want to remove the following folder from the workspace?",
266
+ "removeFolders": "Are you sure you want to remove the following folders from the workspace?",
267
+ "supportMultiRootWorkspace": "Controls whether multi-root workspace support is enabled.",
268
+ "trustEmptyWindow": "Controls whether or not the empty workspace is trusted by default.",
269
+ "trustEnabled": "Controls whether or not workspace trust is enabled. If disabled, all workspaces are trusted.",
270
+ "trustPrompt": "Controls when the startup prompt to trust a workspace is shown.",
271
+ "trustRequest": "An extension requests workspace trust but the corresponding API is not yet fully supported. Do you want to trust this workspace?",
272
+ "untitled-cleanup": "There appear to be many untitled workspace files. Please check {0} and remove any unused files.",
273
+ "workspaceFolderAdded": "A workspace with multiple roots was created. Do you want to save your workspace configuration as a file?",
274
+ "workspaceFolderAddedTitle": "Folder added to Workspace"
275
+ }
276
+ }
277
+ }