提交 2402998e 编写于 作者: D Dirk Baeumer

Merge in translations

上级 30e065d9
......@@ -6,12 +6,14 @@
{
"diff": "打开差异编辑器。需要传递两个文件路径作为参数。",
"disableExtensions": "禁用所有已安装的扩展。",
"extensionHomePath": "设置扩展的根路径。",
"goto": "在行和列处的路径打开文件(向路径添加 :line[:column])。",
"help": "打印使用情况。",
"installExtension": "安装扩展。",
"listExtensions": "列出已安装的扩展。",
"locale": "要使用的区域设置(例如 en-US 或 zh-TW)。",
"newWindow": "强制创建一个新的 Code 实例。",
"performance": "通过启用 \"Developer: Startup Performance\" 命令开始。",
"reuseWindow": "在上一活动窗口中强制打开文件或文件夹。",
"uninstallExtension": "卸载扩展。",
"userDataDir": "指定存放用户数据的目录,此目录在作为根运行时十分有用。",
......
......@@ -11,6 +11,7 @@
"notInstalled": "未安装扩展“{0}”。",
"successInstall": "已成功安装扩展“{0}” v{1}!",
"successUninstall": "已成功卸载扩展“{0}”!",
"successVsixInstall": "已成功安装扩展“{0}”!",
"uninstalling": "正在卸载 {0}...",
"useId": "确保使用完整扩展 ID,包括发布服务器,如: {0}"
}
\ No newline at end of file
......@@ -20,7 +20,7 @@
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"insertSpaces": "按 \"Tab\" 时插入空格。",
"insertSpaces.errorMessage": "应为 \"boolean\"。注意,值 \"auto\" 已由 \"editor.detectIndentation\" 设置替换。",
"lineHeight": "控制行高。",
"lineHeight": "控制行高。使用 0 通过字号计算行高。",
"lineNumbers": "控制行号的可见性",
"mouseWheelScrollSensitivity": "要对鼠标滚轮滚动事件的 \"deltaX\"\"deltaY\" 使用的乘数 ",
"mouseWheelZoom": "通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体",
......@@ -36,12 +36,15 @@
"selectionClipboard": "控制是否支持 Linux 主剪贴板。",
"selectionHighlight": "控制编辑器是否应突出显示选项的近似匹配",
"sideBySide": "控制 Diff 编辑器以并排或内联形式显示差异",
"snippetSuggestions": "控制是否将代码段与其他建议一起显示以及它们的排序方式。",
"stablePeek": "即使在双击编辑器内容或按 Esc 键时,也要保持速览编辑器的打开状态。",
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"tabCompletion": "当其前缀匹配时插入代码段。当 \"quickSuggestions\" 未启用时,效果最佳。",
"tabSize": "一个制表符等于的空格数。",
"tabSize.errorMessage": "应为 \"number\"。注意,值\"auto\"已由 \"editor.detectIndentation\" 设置替换。",
"trimAutoWhitespace": "删除尾随自动插入的空格",
"useTabStops": "在制表位后插入和删除空格",
"wordBasedSuggestions": "启用基于字的建议。",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行(自动换行)。将其设置为 -1 则将强制编辑器始终不换行。",
"wrappingIndent": "控制换行的行的缩进。可以是\"none\"\"same\"\"indent\"。"
......
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid.url": "无效的 URI: 无法打开 {0}",
"invalid.url": "抱歉,无法打开此链接,因为其格式不正确: {0}",
"label": "打开链接",
"links.navigate": "Ctrl + 单击以跟踪链接",
"links.navigate.mac": "Cmd + 单击以跟踪链接"
"links.navigate.mac": "Cmd + 单击以跟踪链接",
"missing.url": "抱歉,无法打开此链接,因为其目标丢失。"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"rename.failed": "抱歉,重命名无法执行。",
"rename.label": "重命名符号"
}
\ No newline at end of file
......@@ -4,5 +4,16 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"parseErrors": "错误分析 {0}: {1}"
"parseErrors": "错误分析 {0}: {1}",
"schema.autoClosingPairs": "定义括号对。当输入左方括号时,将自动插入右方括号。",
"schema.autoClosingPairs.notIn": "定义禁用了自动配对的作用域列表。",
"schema.blockComment.begin": "作为块注释开头的字符序列。",
"schema.blockComment.end": "作为块注释结尾的字符序列。",
"schema.blockComments": "定义块注释的标记方式。",
"schema.brackets": "定义增加和减少缩进的括号。",
"schema.closeBracket": "右方括号字符或字符串序列。",
"schema.comments": "定义注释符号",
"schema.lineComment": "作为行注释开头的字符序列。",
"schema.openBracket": "左方括号字符或字符串序列。",
"schema.surroundingPairs": "定义可用于包围所选字符串的括号对。"
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"invalid.language": "“contributes.{0}.language”中存在未知的语言。提供的值: {1}",
"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"vscode.extension.contributes.snippets": "用于 TextMate 代码片段。",
"vscode.extension.contributes.snippets": "贡献代码段。",
"vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。",
"vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。"
}
\ No newline at end of file
......@@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"cancel": "取消",
"close": "关闭"
"close": "关闭",
"later": "稍后"
}
\ No newline at end of file
......@@ -24,6 +24,8 @@
"minimizeOtherEditorGroups": "最小化其他编辑器组",
"moveActiveGroupLeft": "向左移动编辑器组",
"moveActiveGroupRight": "向右移动编辑器组",
"moveEditorToLeftGroup": "将编辑器移动到左侧的组中",
"moveEditorToRightGroup": "将编辑器移动到右侧的组中",
"navigateEditorGroups": "在编辑器组间进行导航",
"navigateEditorHistoryByInput": "从历史记录里打开上一个编辑器",
"navigateNext": "前进",
......
......@@ -9,5 +9,6 @@
"closeAll": "全部关闭",
"closeOthers": "关闭其他",
"closeRight": "关闭到右侧",
"keepOpen": "保持打开状态"
"keepOpen": "保持打开状态",
"showOpenedEditors": "显示打开的编辑器"
}
\ No newline at end of file
......@@ -12,6 +12,8 @@
"duplicateDebuggerType": "调试类型“{0}”已注册,且具有属性“{1}”,正在忽略属性“{1}”。",
"interactiveVariableNotFound": "适配器 {0} 不提供启动配置中指定的变量 {1}。",
"selectDebug": "选择环境",
"vscode.extension.contributes.breakpoints": "贡献断电。",
"vscode.extension.contributes.breakpoints.language": "对此语言允许断点。",
"vscode.extension.contributes.debuggers": "用于调试适配器。",
"vscode.extension.contributes.debuggers.args": "要传递给适配器的可选参数。",
"vscode.extension.contributes.debuggers.configurationAttributes": "用于验证 \"launch.json\" 的 JSON 架构配置。",
......
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"license": "许可证"
"license": "许可证",
"noReadme": "无可用自述文件。"
}
\ No newline at end of file
......@@ -10,9 +10,9 @@
"installing": "正在安装",
"restart": "若要启用此扩展,需要重启此 VS Code 窗口。\n\n是否继续?",
"restartNow": "立即重启",
"showExtensionRecommendations": "显示扩展建议",
"showInstalledExtensions": "显示已安装扩展",
"showOutdatedExtensions": "显示过时扩展",
"showRecommendedExtensions": "显示推荐的扩展",
"toggleExtensionsViewlet": "显示扩展",
"uninstall": "卸载",
"updateAction": "更新"
......
......@@ -8,5 +8,5 @@
"outdatedExtensions": "{0} 个过时的扩展",
"reloadNow": "立即重启",
"success": "已成功安装扩展,请重启以启用它们。",
"successSingle": "已成功安装 {0} 。请重启以启用它。"
"successSingle": "已成功安装扩展。请重启以启用它。"
}
\ No newline at end of file
......@@ -18,18 +18,10 @@
"confirmUndoAllMultiple": "{0} 个文件中存在未暂存的更改。\n\n此操作是不可逆的!",
"confirmUndoAllOne": "{0} 个文件中存在未暂存的更改。\n\n此操作是不可逆的!",
"confirmUndoMessage": "是否确定要清理所有更改?",
"currentBranch": "当前分支“{0}”是最新的。",
"currentBranchPlural": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentBranchPluralSingle": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentBranchSingle": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentBranchSinglePlural": "当前分支“{0}”是“{3}”之后的 {1} 个提交和之前的 {2} 个提交。",
"currentlyDetached": "无法在分离模式中同步。",
"dirtyChanges": "同步前,请提交、撤销或存储你的更改。",
"dirtyTreeCheckout": "无法签出。请首先提交你的工作或进行分段。",
"dirtyTreePull": "无法请求。请首先提交你的工作或进行分段。",
"init": "初始化",
"irreversible": "此操作不可逆!",
"noUpstream": "当前分支“{0}”没有配置上游分支。",
"openChange": "打开更改",
"openFile": "打开文件",
"publish": "发布",
......@@ -37,7 +29,7 @@
"refresh": "刷新",
"stageAllChanges": "全部暂存",
"stageChanges": "暂存",
"synchronizing": "正在同步...",
"sureSync": "是否确定要同步你的 Git 存储库?",
"undoAllChanges": "全部清理",
"undoChanges": "清理",
"undoLastCommit": "撤消上次提交",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"confirmSync": "同步 Git 存储库前请先进行确认。",
"git": "GIT",
"gitAutoFetch": "是否启用了自动提取。",
"gitAutoRefresh": "是否已启用自动刷新",
"gitCommands": "GIT 命令",
"gitConfigurationTitle": "GIT 配置",
"gitEnabled": "是否启用了 GIT",
......
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"openSnippet.errorOnCreate": "无法创建 {0}",
"openSnippet.label": "代码片段",
"openSnippet.label": "打开用户代码段",
"openSnippet.pickLanguage": "选择代码片段的语言",
"preferences": "首选项",
"snippetSchema.json": "用户代码片段配置",
......
......@@ -5,13 +5,15 @@
// Do not edit this file. It is machine generated.
{
"terminal": "终端",
"terminal.integrated.cursorBlinking": "控制终端游标是否闪烁。",
"terminal.integrated.fontFamily": "控制终端的字体系列,这在编辑器中是默认的。fontFamily 的值。",
"terminal.integrated.fontLigatures": "控制是否在终端中启用字体连字。",
"terminal.integrated.fontSize": "控制终端的字号,这在编辑器中是默认的。fontSize 的值。",
"terminal.integrated.lineHeight": "控制终端的行高,这默认为常规行高。",
"terminal.integrated.lineHeight": "控制终端的行高,此数字乘以终端字号得到实际行高(以像素表示)。",
"terminal.integrated.setLocaleVariables": "控制是否在终端启动时设置区域设置变量,在 OS X 上默认设置为 true,在其他平台上为 false。",
"terminal.integrated.shell.linux": "终端在 Linux 上使用的 shell 的路径。",
"terminal.integrated.shell.osx": "终端在 OS X 上使用的 shell 的路径。",
"terminal.integrated.shell.windows": "终端在 Windows 上使用的 shell 的路径。",
"terminal.integrated.shell.windows": "终端在 Windows 上使用的 shell 的路径。使用随 Windows 一起提供的 shell 时(cmd、PowerShell 或 Ubuntu 上的 Bash),相对 C:WindowsSystem32,首选 C:Windowssysnative 以使用 64 位版本。",
"terminal.integrated.shellArgs.linux": "在 Linux 终端上时要使用的命令行参数。",
"terminal.integrated.shellArgs.osx": "在 OS X 终端上时要使用的命令行参数。",
"terminalIntegratedConfigurationTitle": "集成终端",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"findMore": "在应用商店中查找更多信息...",
"preferences": "首选项",
"problemChangingTheme": "加载主题时出现问题: {0}",
"selectTheme.label": "颜色主题",
......
......@@ -6,12 +6,14 @@
{
"diff": "差分エディターを開きます。引数として 2 つのファイル パスを渡す必要があります。",
"disableExtensions": "インストールされたすべての拡張機能を無効にします。",
"extensionHomePath": "拡張機能のルート パスを設定します。",
"goto": "指定の行と列のパスのファイルを開きます (パスに :line[:column] を追加します)。",
"help": "使用法を印刷します。",
"installExtension": "拡張機能をインストールします。",
"listExtensions": "インストールされている拡張機能を一覧表示します。",
"locale": "使用するロケール (例: en-US、zh-TW など)。",
"newWindow": "新しいコード インスタンスを強制します。",
"performance": "'Developer: Startup Performance' コマンドを有効にして開始します。",
"reuseWindow": "最後のアクティブ ウィンドウにファイルまたはフォルダーを強制的に開きます。",
"uninstallExtension": "拡張機能をアンインストールします。",
"userDataDir": "ユーザー データを保持するディレクトリを指定します。ルートで実行している場合に役立ちます。",
......
......@@ -11,6 +11,7 @@
"notInstalled": "拡張機能 '{0}' がインストールされていません。",
"successInstall": "拡張機能 '{0}' v{1} が正常にインストールされました!",
"successUninstall": "拡張機能 '{0}' が正常にアンインストールされました!",
"successVsixInstall": "拡張機能 '{0}' が正常にインストールされました。",
"uninstalling": "{0} をアンインストールしています...",
"useId": "発行元などの完全な拡張機能 ID を使用していることをご確認ください。例: {0}"
}
\ No newline at end of file
......@@ -20,7 +20,7 @@
"ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。",
"insertSpaces": "Tab キーを押すとスペースが挿入されます。",
"insertSpaces.errorMessage": "'boolean' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"lineHeight": "行の高さを制御します。",
"lineHeight": "行の高さを制御します。fontSize に基づいて lineHeight を計算する場合には、0 を使用します。",
"lineNumbers": "行番号の表示を制御します",
"mouseWheelScrollSensitivity": "マウス ホイール スクロール イベントの `deltaX` と `deltaY` で使用される乗数",
"mouseWheelZoom": "Ctrl キーを押しながらマウス ホイールを使用してエディターのフォントをズームします",
......@@ -36,12 +36,15 @@
"selectionClipboard": "Linux の PRIMARY クリップボードをサポートするかどうかを制御します。",
"selectionHighlight": "エディターで選択範囲に類似する一致箇所を強調表示するかどうかを制御します",
"sideBySide": "差分エディターが差分を横に並べて表示するか、行内に表示するかを制御します",
"snippetSuggestions": "他の修正候補と一緒にスニペットを表示するかどうか、およびその並び替えの方法を制御します。",
"stablePeek": "エディターのコンテンツをダブルクリックするか、Esc キーを押しても、ピーク エディターを開いたままにします。",
"suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します",
"tabCompletion": "プレフィックスが一致する場合にスニペットを挿入します。'quickSuggestions' が無効な場合に最適です。",
"tabSize": "タブ 1 つに相当するスペースの数。",
"tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"trimAutoWhitespace": "自動挿入された末尾の空白を削除する",
"useTabStops": "空白の挿入や削除はタブ位置に従って行われます",
"wordBasedSuggestions": "単語ベースの修正候補を有効にします。",
"wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字",
"wrappingColumn": "エディターで次の行に折り返される文字数を制御します。これを 0 に設定すると、ビューポートの幅での折り返しがオンになります (ワード ラップ)。これを -1 に設定するとエディターによる折り返しが禁止されます。",
"wrappingIndent": "折り返し行のインデントを制御します。'none'、'same'、または 'indent' のいずれかを指定できます。"
......
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"invalid.url": "正しくない URI: {0} を開くことができません",
"invalid.url": "申し訳ありません。このリンクは形式が正しくないため開くことができませんでした: {0}",
"label": "リンクを開く",
"links.navigate": "Ctrl キーを押しながらクリックしてリンク先を表示",
"links.navigate.mac": "command キーを押しながらクリックしてリンク先を表示"
"links.navigate.mac": "command キーを押しながらクリックしてリンク先を表示",
"missing.url": "申し訳ありません。このリンクはターゲットが存在しないため開くことができませんでした。"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"rename.failed": "申し訳ありません。名前の変更を実行できませんでした。",
"rename.label": "シンボルの名前を変更"
}
\ No newline at end of file
......@@ -4,5 +4,16 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"parseErrors": "{0} を解析中のエラー: {1}"
"parseErrors": "{0} を解析中のエラー: {1}",
"schema.autoClosingPairs": "角かっこのペアを定義します。左角かっこが入力されると、右角かっこが自動的に挿入されます。",
"schema.autoClosingPairs.notIn": "自動ペアが無効なスコープの一覧を定義します。",
"schema.blockComment.begin": "ブロック コメントを開始する文字シーケンス。",
"schema.blockComment.end": "ブロック コメントを終了する文字シーケンス。",
"schema.blockComments": "ブロック コメントのマーク方法を定義します。",
"schema.brackets": "インデントを増減する角かっこを定義します。",
"schema.closeBracket": "右角かっこまたは文字列シーケンス。",
"schema.comments": "コメント記号を定義します。",
"schema.lineComment": "行コメントを開始する文字シーケンス。",
"schema.openBracket": "左角かっこまたは文字列シーケンス。",
"schema.surroundingPairs": "選択文字列を囲むときに使用できる角かっこのペアを定義します。"
}
\ No newline at end of file
......@@ -7,7 +7,7 @@
"invalid.language": "`contributes.{0}.language` で不明な言語です。提供された値: {1}",
"invalid.path.0": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
"vscode.extension.contributes.snippets": "TextMate のスニペットを提供します。",
"vscode.extension.contributes.snippets": "スニペットを提供します。",
"vscode.extension.contributes.snippets-language": "このスニペットの提供先の言語識別子です。",
"vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。"
}
\ No newline at end of file
......@@ -5,5 +5,6 @@
// Do not edit this file. It is machine generated.
{
"cancel": "キャンセル",
"close": "閉じる"
"close": "閉じる",
"later": "後で"
}
\ No newline at end of file
......@@ -24,6 +24,8 @@
"minimizeOtherEditorGroups": "他のエディター グループを最小化する",
"moveActiveGroupLeft": "エディター グループを左側に移動する",
"moveActiveGroupRight": "エディター グループを右側に移動する",
"moveEditorToLeftGroup": "エディターを左側のグループに移動",
"moveEditorToRightGroup": "エディターを右側のグループに移動",
"navigateEditorGroups": "エディター グループ間で移動する",
"navigateEditorHistoryByInput": "履歴から以前のエディターを開く",
"navigateNext": "次に進む",
......
......@@ -9,5 +9,6 @@
"closeAll": "すべて閉じる",
"closeOthers": "その他を閉じる",
"closeRight": "右側を閉じる",
"keepOpen": "開いたままにする"
"keepOpen": "開いたままにする",
"showOpenedEditors": "開いているエディターを表示"
}
\ No newline at end of file
......@@ -12,6 +12,8 @@
"duplicateDebuggerType": "デバッグの種類 '{0}' は既に登録されており、属性 '{1}' があります、属性 '{1}' は無視されます。",
"interactiveVariableNotFound": "アダプター {0} は、起動構成で指定されている変数 {1} を反映していません。",
"selectDebug": "環境の選択",
"vscode.extension.contributes.breakpoints": "ブレークポイントを提供します。",
"vscode.extension.contributes.breakpoints.language": "この言語でブレークポイントを許可します。",
"vscode.extension.contributes.debuggers": "デバッグ アダプターを提供します。",
"vscode.extension.contributes.debuggers.args": "アダプターに渡すオプションの引数。",
"vscode.extension.contributes.debuggers.configurationAttributes": "'launch.json' を検証するための JSON スキーマ構成。",
......
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"license": "ライセンス"
"license": "ライセンス",
"noReadme": "利用できる README はありません。"
}
\ No newline at end of file
......@@ -10,9 +10,9 @@
"installing": "インストールしています",
"restart": "この拡張機能を有効にするには、VS Code のこのウィンドウを再起動する必要があります。\n\n続行しますか?",
"restartNow": "今すぐ再起動",
"showExtensionRecommendations": "拡張機能のおすすめの表示",
"showInstalledExtensions": "インストール済みの拡張機能の表示",
"showOutdatedExtensions": "古くなった拡張機能の表示",
"showRecommendedExtensions": "お勧めの拡張機能を表示",
"toggleExtensionsViewlet": "拡張機能を表示する",
"uninstall": "アンインストール",
"updateAction": "更新"
......
......@@ -8,5 +8,5 @@
"outdatedExtensions": "{0} 古くなった拡張機能",
"reloadNow": "今すぐ再起動",
"success": "拡張機能は正常にインストールされました。有効にするには再起動してください。",
"successSingle": "{0} は正常にインストールされました。有効にするには再起動してください。"
"successSingle": "拡張機能が正常にインストールされました。有効にするには再起動してください。"
}
\ No newline at end of file
......@@ -18,18 +18,10 @@
"confirmUndoAllMultiple": "{0} ファイルにステージングされていない変更があります。\n\nこのアクションは元に戻すことができません。",
"confirmUndoAllOne": "{0} ファイルにステージングされていない変更があります。\n\nこのアクションは元に戻すことができません。",
"confirmUndoMessage": "変更をすべて取り除いてもよろしいですか?",
"currentBranch": "現在のブランチ '{0}' は最新の状態です。",
"currentBranchPlural": "現在のブランチ '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前です。",
"currentBranchPluralSingle": "現在のブランチ '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前です。",
"currentBranchSingle": "現在のブランチ '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前です。",
"currentBranchSinglePlural": "現在のブランチ '{0}' は、{1} 個のコミットの後で、'{3}' から {2} 個のコミットの前に位置しています。",
"currentlyDetached": "デタッチ モードで同期できません。",
"dirtyChanges": "同期する前に変更をコミットする、元に戻す、または格納します。",
"dirtyTreeCheckout": "チェック アウトできません。まず作業をコミットまたはステージングしてください。",
"dirtyTreePull": "プルできません。まず作業をコミットまたはステージングしてください。",
"init": "初期化",
"irreversible": "このアクションは元に戻すことができません。",
"noUpstream": "現在のブランチ '{0} にはアップストリームのブランチが構成されていません。",
"openChange": "変更を開く",
"openFile": "ファイルを開く",
"publish": "公開",
......@@ -37,7 +29,7 @@
"refresh": "最新の情報に更新",
"stageAllChanges": "すべてステージング",
"stageChanges": "ステージ",
"synchronizing": "同期しています...",
"sureSync": "Git リポジトリを同期しますか?",
"undoAllChanges": "すべて取り除く",
"undoChanges": "取り除く",
"undoLastCommit": "前回のコミットを元に戻す",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"confirmSync": "Git リポジトリを同期する前に確認します。",
"git": "Git",
"gitAutoFetch": "自動フェッチの有効/無効。",
"gitAutoRefresh": "自動更新が有効かどうか",
"gitCommands": "Git コマンド",
"gitConfigurationTitle": "Git 構成",
"gitEnabled": "は Git 対応です",
......
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"openSnippet.errorOnCreate": "{0} を作成できません",
"openSnippet.label": "スニペット",
"openSnippet.label": "ユーザー スニペットを開く",
"openSnippet.pickLanguage": "スニペットの言語を選択",
"preferences": "基本設定",
"snippetSchema.json": "ユーザー スニペット構成",
......
......@@ -5,13 +5,15 @@
// Do not edit this file. It is machine generated.
{
"terminal": "端末",
"terminal.integrated.cursorBlinking": "端末のカーソルを点滅させるかどうかを制御します。",
"terminal.integrated.fontFamily": "端末のフォント ファミリを制御します。既定値は editor.fontFamily になります。",
"terminal.integrated.fontLigatures": "端末でフォントの合字が有効かどうかを制御します。",
"terminal.integrated.fontSize": "端末のフォント サイズを制御します。既定値は editor.fontSize になります。",
"terminal.integrated.lineHeight": "端末の行の高さを制御します。既定値は標準になります。",
"terminal.integrated.lineHeight": "端末の行の高さを制御します。この数値に端末のフォント サイズを乗算すると、実際の行の高さ (ピクセル単位) になります。",
"terminal.integrated.setLocaleVariables": "端末の開始時にロケール変数を設定するかどうかを制御します。OS X では既定で true になり、その他のプラットフォームでは false です。",
"terminal.integrated.shell.linux": "端末が Linux で使用するシェルのパス。",
"terminal.integrated.shell.osx": "端末が OS X で使用するシェルのパス。",
"terminal.integrated.shell.windows": "端末が Windows で使用するシェルのパス。",
"terminal.integrated.shell.windows": "端末が Windows で使用するシェルのパス。Windows に付属のシェル (cmd、PowerShell、または Bash on Ubuntu) を使用する場合、64 ビット バージョンを使用するには、C:WindowsSystem32 ではなく、C:Windowssysnative を選びます。",
"terminal.integrated.shellArgs.linux": "Linux 端末で使用するコマンド ライン引数。",
"terminal.integrated.shellArgs.osx": "OS X 端末で使用するコマンド ライン引数。",
"terminalIntegratedConfigurationTitle": "統合端末",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"findMore": "Marketplace でさらに探す...",
"preferences": "基本設定",
"problemChangingTheme": "テーマの読み込み中に問題が発生しました: {0}",
"selectTheme.label": "配色テーマ",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册