mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Merge in translations
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"miFind": "検索(&&F)",
|
||||
"miFindInFiles": "ファイル内を検索(&&I)",
|
||||
"miFocusFirstGroup": "左のグループ(&&L)",
|
||||
"miFocusSecondGroup": "横のグループ(&&S)",
|
||||
"miFocusSecondGroup": "センター グループ(&&C)",
|
||||
"miFocusThirdGroup": "右のグループ(&&R)",
|
||||
"miForward": "転送(&&F)",
|
||||
"miGotoDefinition": "定義に移動(&&D)",
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
{
|
||||
"acceptSuggestionOnEnter": "'Tab' キーに加えて 'Enter' キーで候補を受け入れるかどうかを制御します。改行の挿入や候補の反映の間であいまいさを解消するのに役立ちます。",
|
||||
"autoClosingBrackets": "エディターで左角かっこの後に自動的に右角かっこを挿入するかどうかを制御します",
|
||||
"codeLens": "エディターでコード レンズを表示するかをどうかを制御する",
|
||||
"cursorBlinking": "カーソルのアニメーション スタイルを制御します。指定できる値は 'blink'、'smooth'、'phase'、'expand'、'solid' です",
|
||||
"cursorStyle": "カーソルのスタイルを制御します。指定できる値は 'block'、'line'、'underline' です",
|
||||
"detectIndentation": "ファイルを開くと、そのファイルの内容に基づいて `editor.tabSize` と `editor.insertSpaces` が検出されます。",
|
||||
@@ -14,11 +15,12 @@
|
||||
"fontFamily": "フォント ファミリを制御します。",
|
||||
"fontLigatures": "フォントの合字を使用します",
|
||||
"fontSize": "フォント サイズを制御します。",
|
||||
"fontWeight": "フォントの太さを制御します。",
|
||||
"formatOnType": "エディターで入力後に自動的に行の書式設定を行うかどうかを制御します",
|
||||
"glyphMargin": "グリフ余白の表示を制御します",
|
||||
"hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。",
|
||||
"ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。",
|
||||
"insertSpaces": "Tab キーを押すとスペースが挿入されます。",
|
||||
"insertSpaces": "Tab キーを押すとスペースが挿入されます。`editor.detectIndentation` がオンの場合、この設定はファイル コンテンツに基づいて上書きされます。",
|
||||
"insertSpaces.errorMessage": "'boolean' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
|
||||
"lineHeight": "行の高さを制御します。fontSize に基づいて lineHeight を計算する場合には、0 を使用します。",
|
||||
"lineNumbers": "行番号の表示を制御します",
|
||||
@@ -41,7 +43,7 @@
|
||||
"stablePeek": "エディターのコンテンツをダブルクリックするか、Esc キーを押しても、ピーク エディターを開いたままにします。",
|
||||
"suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します",
|
||||
"tabCompletion": "プレフィックスが一致する場合にスニペットを挿入します。'quickSuggestions' が無効な場合に最適です。",
|
||||
"tabSize": "タブ 1 つに相当するスペースの数。",
|
||||
"tabSize": "1 つのタブに相当するスペースの数。`editor.detectIndentation` がオンの場合、この設定はファイル コンテンツに基づいて上書きされます。",
|
||||
"tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
|
||||
"trimAutoWhitespace": "自動挿入された末尾の空白を削除する",
|
||||
"useTabStops": "空白の挿入や削除はタブ位置に従って行われます",
|
||||
|
||||
@@ -3,4 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"snippet.suggestions.label": "スニペットの挿入"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
@@ -0,0 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
@@ -3,4 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"limitHit": "{0} 個の追加のエラーと警告が表示されていません。"
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
"closeEditorsToTheLeft": "左側のエディターを閉じる",
|
||||
"closeEditorsToTheRight": "右側のエディターを閉じる",
|
||||
"closeOtherEditorsInGroup": "その他のエディターを閉じる",
|
||||
"closeQuickOpen": "クイック オープンを閉じる",
|
||||
"evenEditorGroups": "エディター グループの幅を等間隔に設定する",
|
||||
"focusFirstEditorGroup": "左側のエディター グループにフォーカス",
|
||||
"focusLastEditorInStack": "グループ内の最後のエディターを開く",
|
||||
@@ -24,6 +25,8 @@
|
||||
"minimizeOtherEditorGroups": "他のエディター グループを最小化する",
|
||||
"moveActiveGroupLeft": "エディター グループを左側に移動する",
|
||||
"moveActiveGroupRight": "エディター グループを右側に移動する",
|
||||
"moveEditorLeft": "エディターを左へ移動",
|
||||
"moveEditorRight": "エディターを右へ移動",
|
||||
"moveEditorToLeftGroup": "エディターを左側のグループに移動",
|
||||
"moveEditorToRightGroup": "エディターを右側のグループに移動",
|
||||
"navigateEditorGroups": "エディター グループ間で移動する",
|
||||
|
||||
@@ -3,4 +3,10 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"commandDeprecated": "コマンド **{0}** は削除されました。代わりに **{1}** を使用できます",
|
||||
"editorCommand.activeEditorMove.arg.description": "\n\t\t\t\t\t\t引数プロパティ:\n\t\t\t\t\t\t'to': 移動先を指定する文字列値\n\t\t\t\t\t\t'by': 移動に使用する単位を指定する文字列値。タブ別またはグループ別。\n\t\t\t\t\t\t'value': 移動する位置数と絶対位置を指定する数値。\n\t\t\t\t\t",
|
||||
"editorCommand.activeEditorMove.arg.name": "アクティブ エディターの Move 引数",
|
||||
"editorCommand.activeEditorMove.description": "タブまたはグループ別にアクティブ エディターを移動する",
|
||||
"openKeybindings": "ショートカット キーの構成"
|
||||
}
|
||||
@@ -4,11 +4,13 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"closeOnFocusLost": "フォーカスを失ったときにクイック オープンを自動的に閉じるかどうかを制御します。",
|
||||
"developer": "開発者",
|
||||
"editorOpenPositioning": "エディターを開く場所を制御します。[左] または [右] を選択して、現在アクティブになっているエディターの左または右にエディターを開きます。[最初] または [最後] を選択して、現在アクティブになっているエディターとは別個にエディターを開きます。",
|
||||
"enablePreview": "開いているエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
|
||||
"enablePreviewFromQuickOpen": "クイック オープンで開いたエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
|
||||
"file": "ファイル",
|
||||
"openDefaultSettings": "設定を開くとすべての既定の設定を表示するエディターも開くかどうかを制御します。",
|
||||
"openFilesInNewWindow": "有効にすると、既存のインスタンスを再利用せずに新しいウィンドウでファイルを開きます。",
|
||||
"reopenFolders": "再起動後にフォルダーを再度開く方法を制御します。'none' を選択するとフォルダーを再度開くことはありません。'one' を選択すると最後に作業したフォルダーを再度開きます。'all' を選択すると前回のセッションのフォルダーすべてを再度開きます。",
|
||||
"restoreFullscreen": "全画面表示モードで終了した場合に、ウィンドウを全画面表示モードに復元するかどうかを制御します。",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
@@ -20,6 +20,12 @@
|
||||
"deleteButtonLabel": "削除(&&D)",
|
||||
"deleteButtonLabelRecycleBin": "ごみ箱に移動(&&M)",
|
||||
"deleteButtonLabelTrash": "ゴミ箱に移動(&&M)",
|
||||
"dirtyMessageFile": "保存されていない変更があるファイルの名前を変更します。続行しますか?",
|
||||
"dirtyMessageFileDelete": "保存されていない変更があるファイルを削除します。続行しますか?",
|
||||
"dirtyMessageFolder": "保存されていない変更がある {0} 個のファイルを含むフォルダーの名前を変更します。続行しますか?",
|
||||
"dirtyMessageFolderDelete": "保存されていない変更がある {0} 個のファイルを含むフォルダーを削除します。続行しますか?",
|
||||
"dirtyMessageFolderOne": "保存されていない変更がある 1 個のファイルを含むフォルダーの名前を変更します。続行しますか?",
|
||||
"dirtyMessageFolderOneDelete": "保存されていない変更がある 1 個のファイルを含むフォルダーを削除します。続行しますか?",
|
||||
"dirtyWarning": "保存しないと変更内容が失われます。",
|
||||
"duplicateFile": "重複",
|
||||
"emptyFileNameError": "ファイルまたはフォルダーの名前を指定する必要があります。",
|
||||
@@ -43,6 +49,7 @@
|
||||
"refresh": "最新の情報に更新",
|
||||
"refreshExplorer": "エクスプローラーを最新表示する",
|
||||
"rename": "名前変更",
|
||||
"renameLabel": "名前の変更(&&R)",
|
||||
"replaceButtonLabel": "置換(&&R)",
|
||||
"retry": "再試行",
|
||||
"revert": "ファイルを元に戻す",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"associations": "言語に対するファイルの関連付け (例 \"*.extension\": \"html\") を構成します。これらの関連付けは、インストールされている言語の既定の関連付けより優先されます。",
|
||||
"autoReveal": "エクスプローラーでファイルを開くとき、自動的にファイルの内容を表示するかどうかを制御します。",
|
||||
"autoSave": "ダーティ ファイルの自動保存を制御します。有効な値: \"{0}\"、\"{1}\"、\"{2}\"。\"{3}\" に設定すると、\"files.autoSaveDelay\" で遅延を構成できます。",
|
||||
"autoSave": "ダーティ ファイルの自動保存を制御します。有効な値: \"{0}\"、\"{1}\"、\"{2}\" (エディターがフォーカスを失います)、\"{3}\" (ウィンドウがフォーカスを失います)。\"{4}\" に設定すると、\"files.autoSaveDelay\" で遅延を構成できます。",
|
||||
"autoSaveDelay": "ダーティ ファイルの自動保存の遅延をミリ秒単位で制御します。\"files.autoSave\" が \"{0}\" に設定されている場合のみ適用されます",
|
||||
"binaryFileEditor": "バイナリ ファイル エディター",
|
||||
"dynamicHeight": "開いているエディターのセクションの高さを要素の数に合わせて動的に調整するかどうかを制御します。",
|
||||
|
||||
@@ -5,9 +5,13 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"confirmOverwriteMessage": "'{0}' は保存先フォルダーに既に存在します。置き換えてもよろしいですか。",
|
||||
"dirtyMessageFile": "保存されていない変更があるファイルを移動します。続行しますか?",
|
||||
"dirtyMessageFolder": "保存されていない変更がある {0} 個のファイルを含むフォルダーを移動します。続行しますか?",
|
||||
"dirtyMessageFolderOne": "保存されていない変更がある 1 個のファイルを含むフォルダーを移動します。続行しますか?",
|
||||
"dirtyWarning": "保存しないと変更内容が失われます。",
|
||||
"fileInputAriaLabel": "ファイル名を入力します。Enter キーを押して確認するか、Esc キーを押して取り消します。",
|
||||
"filesExplorerViewerAriaLabel": "{0}、ファイル エクスプローラー",
|
||||
"irreversible": "このアクションは元に戻すことができません。",
|
||||
"moveLabel": "移動(&&M)",
|
||||
"replaceButtonLabel": "置換(&&R)"
|
||||
}
|
||||
@@ -9,9 +9,11 @@
|
||||
"commit": "Commit",
|
||||
"commitAll": "すべてコミット",
|
||||
"commitAll2": "すべてコミット",
|
||||
"commitAllSignedOff": "すべてコミット (サインオフ)",
|
||||
"commitMessage": "コミット メッセージ",
|
||||
"commitStaged": "ステージング済みをコミット",
|
||||
"commitStaged2": "ステージング済みをコミット",
|
||||
"commitStagedSignedOff": "コミットしてステージング (サインオフ)",
|
||||
"confirmPublishMessage": "'{0}' を '{1}' に発行してよろしいですか?",
|
||||
"confirmPublishMessageButton": "発行(&&P)",
|
||||
"confirmUndo": "'{0}' の変更を取り除いてよろしいですか?",
|
||||
|
||||
@@ -25,6 +25,6 @@
|
||||
"showOutput": "出力の表示",
|
||||
"unmergedChanges": "変更をコミットする前に、まずマージされていない変更を解決する必要があります。",
|
||||
"updateGit": "git {0} がインストールされているようです。Code は 2.0.0 以上の git で最適に動作します。",
|
||||
"workingTreeChanges": "{0} (見出し) ↔ {1}",
|
||||
"workingTreeChanges": "{0} (HEAD) ↔ {1}",
|
||||
"workingTreeChangesDesc": "{0} - 作業ツリーでの変更"
|
||||
}
|
||||
@@ -5,6 +5,7 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"confirmSync": "Git リポジトリを同期する前に確認します。",
|
||||
"countBadge": "Git バッジ カウンターを制御します。",
|
||||
"git": "Git",
|
||||
"gitAutoFetch": "自動フェッチの有効/無効。",
|
||||
"gitAutoRefresh": "自動更新が有効かどうか",
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
@@ -5,10 +5,12 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"terminal": "端末",
|
||||
"terminal.integrated.commandsToSkipShell": "キーバインドがシェルに送信されず、代わりに常に Code で処理されるコマンド ID のセット。これにより、ターミナルがフォーカスされていない場合と同じ動作をするシェルによって通常使用されるキーバインドを使用できるようになります。例: Ctrl+p でクイック オープンを起動します。",
|
||||
"terminal.integrated.cursorBlinking": "端末のカーソルを点滅させるかどうかを制御します。",
|
||||
"terminal.integrated.fontFamily": "端末のフォント ファミリを制御します。既定値は editor.fontFamily になります。",
|
||||
"terminal.integrated.fontLigatures": "端末でフォントの合字が有効かどうかを制御します。",
|
||||
"terminal.integrated.fontSize": "端末のフォント サイズを制御します。既定値は editor.fontSize になります。",
|
||||
"terminal.integrated.fontWeight": "ターミナルのフォントの太さを制御します。この既定値は editor.fontWeight の値に設定されています。",
|
||||
"terminal.integrated.lineHeight": "端末の行の高さを制御します。この数値に端末のフォント サイズを乗算すると、実際の行の高さ (ピクセル単位) になります。",
|
||||
"terminal.integrated.setLocaleVariables": "端末の開始時にロケール変数を設定するかどうかを制御します。OS X では既定で true になり、その他のプラットフォームでは false です。",
|
||||
"terminal.integrated.shell.linux": "端末が Linux で使用するシェルのパス。",
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
"workbench.action.terminal.new.short": "新しい端末",
|
||||
"workbench.action.terminal.paste": "Terminal: Paste into Active Terminal",
|
||||
"workbench.action.terminal.runSelectedText": "端末: アクティブな端末で選択したテキストを実行",
|
||||
"workbench.action.terminal.scrollDown": "ターミナル: 下へスクロール",
|
||||
"workbench.action.terminal.scrollUp": "ターミナル: 上へスクロール",
|
||||
"workbench.action.terminal.switchTerminalInstance": "端末: スイッチ端末インスタンス",
|
||||
"workbench.action.terminal.toggleTerminal": "統合端末の切り替え"
|
||||
}
|
||||
@@ -5,6 +5,6 @@
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"copy": "コピー",
|
||||
"createNewTerminal": "新しい端末",
|
||||
"createNewTerminal": "新しいターミナル",
|
||||
"paste": "貼り付け"
|
||||
}
|
||||
@@ -3,4 +3,6 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{}
|
||||
{
|
||||
"terminal.integrated.copySelection.noSelection": "ターミナルにフォーカスがない場合は、ターミナルの選択をコピーできません"
|
||||
}
|
||||
Reference in New Issue
Block a user