提交 6ae9c360 编写于 作者: D Dirk Baeumer

Merged in translations

上级 d22815b4
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"formatDocument.label": "设置文档格式",
"formatDocument.label": "格式化代码",
"formatSelection.label": "设置选定内容的格式"
}
\ No newline at end of file
......@@ -10,5 +10,5 @@
"numberBadge": "{0} ({1})",
"removeFromActivityBar": "从活动栏删除",
"titleKeybinding": "{0} ({1})",
"toggle": "已固定切换视图"
"toggle": "切换已固定的视图"
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"enablePreview": "控制打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,双击或编辑)。",
"enablePreviewFromQuickOpen": "控制 Quick Open 中打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,通过双击或编辑)。",
"file": "文件",
"fullScreenZenMode": "控制打开 Zen 模式是否也会将工作台置于全屏模式。",
"fullScreenZenMode": "控制打开 Zen Mode 是否也会将工作台置于全屏模式。",
"help": "帮助",
"openDefaultSettings": "控制打开设置时是否打开显示所有默认设置的编辑器。",
"openFilesInNewWindow": "启用后,将在新窗口中打开文件,而不是重复使用现有实例。",
......
......@@ -6,7 +6,7 @@
{
"conditionalBreakpointEditorAction": "调试: 添加条件断点...",
"debugAddToWatch": "调试: 添加到监视",
"debugEvaluate": "调试: 评估",
"debugEvaluate": "调试: 求值",
"runToCursor": "调试: 运行到光标",
"showDebugHover": "调试: 显示悬停",
"toggleBreakpointAction": "调试: 切换断点"
......
......@@ -8,7 +8,7 @@
"NewLaunchConfig": "请设置应用程序的启动配置文件。",
"breakpointAdded": "已添加断点,行 {0}, 文件 {1}",
"breakpointRemoved": "已删除断点,行 {0},文件 {1}",
"compoundMustHaveConfigurationNames": "复合的名称。在启动配置下拉菜单中显示。",
"compoundMustHaveConfigurationNames": "必须设置复合的 \"configurationNames\" 属性才能启动多个配置。",
"debugAdapterCrash": "调试适配器进程已意外终止",
"debugAnyway": "仍进行调试",
"debugSourceNotAvailable": "源 {0} 不可用。",
......
......@@ -9,5 +9,5 @@
"defaultSettingsInfo": " - 通过将其放入右侧的设置文件中进行覆盖",
"defaultSettingsTitle": "默认设置",
"noSettings": "未找到任何设置",
"showCount": "显示 {0} 个设置,共 {1} 个"
"showCount": "正在显示第 {0} 个设置,共 {1} 个"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"commonlyUsed": "最常用",
"commonlyUsed": "最常用设置",
"defaultKeybindingsHeader": "通过将键绑定放入键绑定文件中来覆盖键绑定。"
}
\ No newline at end of file
......@@ -7,8 +7,8 @@
"allFiles": "所有文件",
"cancel": "取消",
"dontSave": "不保存(&&N)",
"hotExitEducationalDetail": "热退出会保存会话间所有未保存的文件,因此退出前无需保存文件。可通过 \"files.hotExit\" 设置禁用此功能。",
"hotExitEducationalMessage": "热退出当前默认为启用",
"hotExitEducationalDetail": "Hot Exit 记得会话之间的所有未保存文件,因此退出前无需保存文件。可通过 \"files.hotExit\" 设置禁用此功能。",
"hotExitEducationalMessage": "Hot Exit 当前默认为启用",
"moreFile": "...1 个其他文件未显示",
"moreFiles": "...{0} 个其他文件未显示",
"noExt": "无扩展",
......
......@@ -4,31 +4,61 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"css.lint.argumentsInColorFunction.desc": "參數數目無效",
"css.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"css.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"css.lint.emptyRules.desc": "請勿使用空白規則集",
"css.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"css.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"css.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"css.lint.idSelector.desc": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。",
"css.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"css.lint.importStatement.desc": "匯入陳述式不會平行載入",
"css.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"css.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"css.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"css.lint.unknownProperties.desc": "未知的屬性。",
"css.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"css.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"css.lint.zeroUnits.desc": "零不需要任何單位",
"css.validate.desc": "啟用或停用所有驗證",
"less.lint.argumentsInColorFunction.desc": "參數數目無效",
"less.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"less.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"less.lint.emptyRules.desc": "請勿使用空白規則集",
"less.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"less.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"less.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"less.lint.idSelector.desc": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。",
"less.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"less.lint.importStatement.desc": "匯入陳述式不會平行載入",
"less.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"less.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"less.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"less.lint.unknownProperties.desc": "未知的屬性。",
"less.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"less.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"less.lint.zeroUnits.desc": "零不需要任何單位",
"less.validate.desc": "啟用或停用所有驗證",
"scss.lint.argumentsInColorFunction.desc": "參數數目無效",
"scss.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
"scss.lint.duplicateProperties.desc": "請勿使用重複的樣式定義",
"scss.lint.emptyRules.desc": "請勿使用空白規則集",
"scss.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
"scss.lint.fontFaceProperties.desc": "@font-face 規則必須定義 'src' 和 'font-family' 屬性",
"scss.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
"scss.lint.idSelector.desc": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。",
"scss.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
"scss.lint.importStatement.desc": "匯入陳述式不會平行載入",
"scss.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
"scss.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。"
"scss.lint.universalSelector.desc": "已知通用選取器 (*) 速度緩慢",
"scss.lint.unknownProperties.desc": "未知的屬性。",
"scss.lint.unknownVendorSpecificProperties.desc": "未知的廠商特定屬性。",
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
"scss.lint.zeroUnits.desc": "零不需要任何單位",
"scss.validate.desc": "啟用或停用所有驗證"
}
\ No newline at end of file
......@@ -4,10 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.format.enable.desc": "啟用/停用預設 HTML 格式器 (需要重新啟動)",
"html.format.endWithNewline.desc": "以新行字元結尾。",
"html.format.extraLiners.desc": "前方應有額外新行字元的標記清單,須以逗號分隔。'null' 的預設值為 \"head, body, /html\"。",
"html.format.indentHandlebars.desc": "格式化並縮排 {{#foo}} 及 {{/foo}}。",
"html.format.indentInnerHtml.desc": "縮排 <head> 及 <body> 區段。",
"html.format.maxPreserveNewLines.desc": "一個區塊要保留的最大分行符號數。使用 'null' 表示無限制。",
"html.format.preserveNewLines.desc": "是否應保留項目前方現有的分行符號。僅適用於項目前方,而不適用於標記內或文字。",
"html.format.unformatted.desc": "不應重新格式化的逗號分隔標記清單。'null' 預設為 https://www.w3.org/TR/html5/dom.html#phrasing-content 中列出的所有標記。",
"html.format.wrapLineLength.desc": "每行的字元數上限 (0 = 停用)。",
"html.suggest.angular1.desc": "設定內建 HTML 語言支援是否建議 Angular V1 標記和屬性。",
"html.suggest.html5.desc": "設定內建 HTML 語言支援是否建議 HTML5 標記、屬性和值。",
"html.suggest.ionic.desc": "設定內建 HTML 語言支援是否建議 Ionic 標記、屬性和值。"
......
......@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"json.format.enable.desc": "啟用/停用預設 JSON 格式器 (需要重新啟動)",
"json.schemas.desc": "在結構描述與目前專案的 JSON 檔案之間建立關聯",
"json.schemas.fileMatch.desc": "檔案模式陣列,在將 JSON 檔案解析成結構描述時的比對對象。",
"json.schemas.fileMatch.item.desc": "可包含 '*' 的檔案模式,在將 JSON 檔案解析成結構描述時的比對對象。",
"json.schemas.schema.desc": "指定 URL 的結構描述定義。只須提供結構描述以避免存取結構描述 URL。",
"json.schemas.url.desc": "目前目錄中的結構描述 URL 或結構描述相對路徑"
}
\ No newline at end of file
......@@ -56,7 +56,7 @@
"miHideActivityBar": "隱藏活動列(&&A)",
"miHideStatusbar": "隱藏狀態列(&&H)",
"miInsertCursorAbove": "在上方新增游標(&&A)",
"miInsertCursorAtEndOfEachLineSelected": "將游標新增至線條結尾(&&U)",
"miInsertCursorAtEndOfEachLineSelected": "在行尾新增游標(&&U)",
"miInsertCursorBelow": "在下方新增游標(&&D)",
"miInstallingUpdate": "正在安裝更新...",
"miIntroductoryVideos": "簡介影片(&&V)",
......@@ -107,7 +107,7 @@
"miShowEmmetCommands": "Emmet(&&M)...",
"miShowStatusbar": "顯示狀態列(&&S)",
"miSmartSelectGrow": "展開選取範圍(&&E)",
"miSmartSelectShrink": "縮小選取範圍(&&S)",
"miSmartSelectShrink": "壓縮選取範圍(&&S)",
"miSplitEditor": "分割編輯器(&&E)",
"miSwitchEditor": "切換編輯器(&&E)",
"miSwitchGroup": "切換群組(&&G)",
......
......@@ -10,5 +10,5 @@
"numberBadge": "{0} ({1})",
"removeFromActivityBar": "從活動列移除",
"titleKeybinding": "{0} ({1})",
"toggle": "已釘選切換檢視"
"toggle": "切換釘選的檢視"
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"enablePreview": "控制已開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"enablePreviewFromQuickOpen": "控制透過 Quick Open 所開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"file": "檔案",
"fullScreenZenMode": "控制啟動無干擾模式是否也會將 Workbench 轉換為全螢幕模式。",
"fullScreenZenMode": "控制開啟 Zen Mode 是否也會將 Workbench 轉換為全螢幕模式。",
"help": "說明",
"openDefaultSettings": "控制開啟設定時是否也會開啟顯示所有預設設定的編輯器。",
"openFilesInNewWindow": "啟用時,會在新視窗中開啟檔案,而不是重複使用現有的執行個體。",
......
......@@ -6,8 +6,8 @@
{
"showViewlet": "顯示 {0}",
"view": "檢視",
"vscode.extension.contributes.explorer": "提供自訂樹狀總管 viewlet 到資訊看板",
"vscode.extension.contributes.explorer": "提供自訂 Tree Explorer viewlet 到資訊看板",
"vscode.extension.contributes.explorer.icon": "活動列上 viewlet 圖示的路徑",
"vscode.extension.contributes.explorer.treeExplorerNodeProviderId": "用以識別透過 vscode.workspace.registerTreeExplorerNodeProvider 所註冊之提供者的唯一識別碼",
"vscode.extension.contributes.explorer.treeLabel": "用以轉譯自訂樹狀總管的易讀字串"
"vscode.extension.contributes.explorer.treeLabel": "用以轉譯自訂 Tree Explorer 的易讀字串"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"treeExplorerViewlet.tree": "樹狀總管區段"
"treeExplorerViewlet.tree": "Tree Explorer 區段"
}
\ No newline at end of file
......@@ -25,7 +25,7 @@
"JsonSchema.options.cwd": "所執行程式或指令碼的目前工作目錄。如果省略,則會使用 Code 的目前工作區根目錄。",
"JsonSchema.options.env": "所執行程式或殼層的環境。如果省略,則會使用父處理序的環境。",
"JsonSchema.pattern.code": "問題之代碼的符合群組索引。預設為未定義",
"JsonSchema.pattern.column": "問題之行字元的符合群組索引。預設為 3",
"JsonSchema.pattern.column": "問題行中字元的符合群組索引。預設為 3",
"JsonSchema.pattern.endColumn": "問題之結尾行字元的符合群組索引。預設為未定義",
"JsonSchema.pattern.endLine": "問題之結尾行的符合群組索引。預設為未定義",
"JsonSchema.pattern.file": "檔案名稱的符合群組索引。如果省略,則會使用 1。",
......@@ -69,7 +69,7 @@
"RunTaskAction.label": "執行工作",
"ShowLogAction.label": "顯示工作記錄檔",
"TaskSystem.active": "目前有使用中的工作正在執行。請先終止此工作,再執行其他工作。",
"TaskSystem.activeSame": "工作已在用中並處於監看模式。若要終止工作,請使用 F1 > [終止工作]",
"TaskSystem.activeSame": "工作已在使用中並處於監看模式。若要終止工作,請使用 F1 > [終止工作]",
"TaskSystem.exitAnyways": "仍要結束(&&E)",
"TaskSystem.invalidTaskJson": "錯誤: tasks.json 檔案的內容具有語法錯誤。請更正錯誤,再執行工作。\n",
"TaskSystem.noBuildType": "未設定有效的工作執行器。支援的工作執行器為 [服務] 和 [程式]。",
......
......@@ -9,5 +9,5 @@
"defaultSettingsInfo": " - Überschreiben Sie diese, indem Sie sie in Ihrer Einstellungsdatei auf der rechten Seite platzieren.",
"defaultSettingsTitle": "Standardeinstellungen",
"noSettings": "Keine Einstellungen gefunden.",
"showCount": "Es werden {0} von {1} Einstellungen angezeigt."
"showCount": "{0} von {1} Ergebnissen werden angezeigt."
}
\ No newline at end of file
......@@ -4,9 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"copy": "Copiar a configuración",
"copyToSettings": "Copiar a configuración",
"selectAndCopySetting": "Seleccione un valor y copiar a configuración",
"copy": "Copiar en Configuración",
"copyToSettings": "Copiar en Configuración",
"selectAndCopySetting": "Seleccione un valor y copiar en Configuración",
"selectValue": "Seleccionar un valor",
"settingsEditorName": "Configuración predeterminada"
}
\ No newline at end of file
......@@ -7,8 +7,8 @@
"allFiles": "Todos los archivos",
"cancel": "Cancelar",
"dontSave": "&&No guardar",
"hotExitEducationalDetail": "La salida rápida recuerda los archivos no guardados entre sesiones, por lo que no tiene que guardar los archivos antes de salir. Puede deshabilitar esta función con el valor 'files.hotExit'.",
"hotExitEducationalMessage": "La salida rápida está ahora habilitada de forma predeterminada",
"hotExitEducationalDetail": "Hot Exit recuerda los archivos no guardados entre sesiones, por lo que no tiene que guardar los archivos antes de salir. Puede deshabilitar esta función con el valor 'files.hotExit'.",
"hotExitEducationalMessage": "Hot Exit está ahora habilitado de forma predeterminada",
"moreFile": "...1 archivo más que no se muestra",
"moreFiles": "...{0} archivos más que no se muestran",
"noExt": "Sin extensión",
......
......@@ -10,7 +10,7 @@
"enablePreview": "Contrôle si les éditeurs ouverts s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).",
"enablePreviewFromQuickOpen": "Contrôle si les éditeurs de Quick Open s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).",
"file": "Fichier",
"fullScreenZenMode": "Contrôle si l'activation du mode zen met également le banc d'essai en mode plein écran.",
"fullScreenZenMode": "Contrôle si l'activation de Zen Mode met également le banc d'essai en mode plein écran.",
"help": "Aide",
"openDefaultSettings": "Contrôle si l'ouverture des paramètres entraîne également l'ouverture d'un éditeur qui affiche tous les paramètres par défaut.",
"openFilesInNewWindow": "Après activation, les fichiers s'ouvrent dans une nouvelle fenêtre au lieu de réutiliser une instance existante.",
......
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"devExtensionWindowTitle": "[Hôte de développement d'extension] - {0}",
"patchedWindowTitle": "[Non pris en charge]",
"patchedWindowTitle": "[Non prise en charge]",
"prefixDecoration": "● {0}",
"prefixTitle": "{0} - {1}",
"prefixWorkspaceTitle": "{0} - {1} - {2}",
......
......@@ -7,8 +7,8 @@
"allFiles": "Tous les fichiers",
"cancel": "Annuler",
"dontSave": "&&Ne pas enregistrer",
"hotExitEducationalDetail": "La fonctionnalité Quitter à chaud se souvient de tous les fichiers non enregistrés entre les sessions, vous n'avez donc pas besoin d'enregistrer vos fichiers avant de quitter. Vous pouvez désactiver cette fonctionnalité avec le paramètre 'files.hotExit'.",
"hotExitEducationalMessage": "La fonctionnalité Quitter à chaud est désormais activée par défaut",
"hotExitEducationalDetail": "La fonctionnalité Hot Exit se souvient de tous les fichiers non enregistrés entre les sessions, vous n'avez donc pas besoin d'enregistrer vos fichiers avant de quitter. Vous pouvez désactiver cette fonctionnalité avec le paramètre 'files.hotExit'.",
"hotExitEducationalMessage": "La fonctionnalité Hot Exit est désormais activée par défaut",
"moreFile": "...1 fichier supplémentaire non affiché",
"moreFiles": "...{0} fichiers supplémentaires non affichés",
"noExt": "Aucune extension",
......
......@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated.
{
"devExtensionWindowTitle": "[Host di sviluppo estensione] - {0}",
"patchedWindowTitle": "[Non supportato]",
"patchedWindowTitle": "[Non supportata]",
"prefixDecoration": "● {0}",
"prefixTitle": "{0} - {1}",
"prefixWorkspaceTitle": "{0} - {1} - {2}",
......
......@@ -4,31 +4,61 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"css.lint.argumentsInColorFunction.desc": "正しくないパラメーターの数",
"css.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"css.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください",
"css.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"css.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"css.lint.float.desc": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"css.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"css.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります",
"css.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"css.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"css.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"css.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"css.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティが無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません",
"css.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"css.lint.unknownProperties.desc": "不明なプロパティ。",
"css.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"css.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"css.lint.zeroUnits.desc": "0 の単位は必要ありません",
"css.validate.desc": "すべての検証を有効または無効にします",
"less.lint.argumentsInColorFunction.desc": "正しくないパラメーターの数",
"less.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"less.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください",
"less.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"less.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"less.lint.float.desc": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"less.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"less.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります",
"less.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"less.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"less.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"less.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"less.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティが無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません",
"less.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"less.lint.unknownProperties.desc": "不明なプロパティ。",
"less.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"less.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"less.lint.zeroUnits.desc": "0 の単位は必要ありません",
"less.validate.desc": "すべての検証を有効または無効にします",
"scss.lint.argumentsInColorFunction.desc": "正しくないパラメーターの数",
"scss.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"scss.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他のすべてのベンダー固有のプロパティも必ず含めてください",
"scss.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"scss.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"scss.lint.float.desc": "'float' は使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"scss.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"scss.lint.hexColorLength.desc": "16 進数の色には、3 つまたは 6 つの 16 進数が含まれる必要があります",
"scss.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"scss.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"scss.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"scss.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"scss.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティが無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float のプロパティには効果がありません",
"scss.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます"
"scss.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"scss.lint.unknownProperties.desc": "不明なプロパティ。",
"scss.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"scss.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"scss.lint.zeroUnits.desc": "0 の単位は必要ありません",
"scss.validate.desc": "すべての検証を有効または無効にします"
}
\ No newline at end of file
......@@ -4,10 +4,15 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"html.format.enable.desc": "既定の HTML フォーマッタを有効/無効にします (再起動が必要です)",
"html.format.endWithNewline.desc": "末尾に改行を入れます。",
"html.format.extraLiners.desc": "直前に改行を 1 つ入れるタグの、コンマで区切られたリストです。'null' は、既定値の \"head, body, /html\" を表します。",
"html.format.indentHandlebars.desc": "書式設定とインデント {{#foo}} および {{/foo}}。",
"html.format.indentInnerHtml.desc": "<head> セクションと <body> セクションをインデントします。",
"html.format.maxPreserveNewLines.desc": "1 つのチャンク内に保持できる改行の最大数。無制限にするには、'null' を使います。",
"html.format.preserveNewLines.desc": "要素の前にある既存の改行を保持するかどうか。要素の前でのみ機能し、タグの内側やテキストに対しては機能しません。",
"html.format.unformatted.desc": "再フォーマットしてはならないタグの、コンマ区切りの一覧。'null' の場合、既定で https://www.w3.org/TR/html5/dom.html#phrasing-content にリストされているすべてのタグになります。",
"html.format.wrapLineLength.desc": "1 行あたりの最大文字数 (0 = 無効にする)。",
"html.suggest.angular1.desc": "ビルトイン HTML 言語サポートが Angular V1 のタグおよびプロパティを候補表示するかどうかを構成します。",
"html.suggest.html5.desc": "ビルトイン HTML 言語サポートが HTML5 のタグ、プロパティ、および値を候補表示するかどうかを構成します。",
"html.suggest.ionic.desc": "ビルトイン HTML 言語サポートが Ionic のタグ、プロパティ、および値を候補表示するかどうかを構成します。"
......
......@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
{
"json.format.enable.desc": "既定の JSON フォーマッタを有効/無効にします (再起動が必要です)",
"json.schemas.desc": "スキーマを現在のプロジェクトの JSON ファイルに関連付けます",
"json.schemas.fileMatch.desc": "JSON ファイルをスキーマに解決する場合に一致するファイル パターンの配列です。",
"json.schemas.fileMatch.item.desc": "JSON ファイルをスキーマに解決する場合に一致するよう '*' を含む可能性があるファイル パターンです。",
"json.schemas.schema.desc": "指定された URL のスキーマ定義です。スキーマは、スキーマ URL へのアクセスを避けるためにのみ指定する必要があります。",
"json.schemas.url.desc": "スキーマへの URL または現在のディレクトリのスキーマへの相対パス"
}
\ No newline at end of file
......@@ -15,7 +15,7 @@
"mHide": "{0} を非表示にする",
"mHideOthers": "その他を非表示にする",
"mMinimize": "最小化",
"mSelection": "選択範囲(&&S)",
"mSelection": "選択(&&S)",
"mShowAll": "すべて表示",
"mView": "表示(&&V)",
"mWindow": "ウィンドウ",
......
......@@ -6,8 +6,8 @@
{
"showViewlet": "{0} を表示",
"view": "表示",
"vscode.extension.contributes.explorer": "カスタム ツリー エクスプローラー Viewlet をサイドバーに追加します",
"vscode.extension.contributes.explorer": "カスタム Tree Explorer Viewlet をサイドバーに追加します",
"vscode.extension.contributes.explorer.icon": "アクティビティ バーの Viewlet アイコンへのパス",
"vscode.extension.contributes.explorer.treeExplorerNodeProviderId": "vscode.workspace.registerTreeExplorerNodeProvider を介して登録したプロバイダーを識別するための一意の ID",
"vscode.extension.contributes.explorer.treeLabel": "カスタム ツリー エクスプローラーの表示に使用される、人が判別できる文字列"
"vscode.extension.contributes.explorer.treeLabel": "カスタム Tree Explorer の表示に使用される、人が判別できる文字列"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"treeExplorerViewlet.tree": "ツリー エクスプ ローラー セクション"
"treeExplorerViewlet.tree": "Tree Explorer セクション"
}
\ No newline at end of file
......@@ -25,7 +25,7 @@
"JsonSchema.options.cwd": "実行されるプログラムまたはスクリプトの現在の作業ディレクトリ。省略すると、Code の現在のワークスペースのルートが使用されます。",
"JsonSchema.options.env": "実行されるプログラムまたはシェルの環境。省略すると、親プロセスの環境が使用されます。",
"JsonSchema.pattern.code": "問題のコードの一致グループ インデックス。既定は undefined です",
"JsonSchema.pattern.column": "問題の行の文字一致グループ インデックス。既定は 3 です",
"JsonSchema.pattern.column": "問題の行の文字一致グループ インデックス。既定は 3 です",
"JsonSchema.pattern.endColumn": "問題の最終行の文字の一致グループ インデックス。既定は undefined です",
"JsonSchema.pattern.endLine": "問題の最終行の一致グループ インデックス。既定は undefined です",
"JsonSchema.pattern.file": "ファイル名の一致グループ インデックス。省略すると、1 が使用されます。",
......@@ -69,7 +69,7 @@
"RunTaskAction.label": "タスクの実行",
"ShowLogAction.label": "タスク ログの表示",
"TaskSystem.active": "現在アクティブな実行中のタスクがあります。まずこのタスクを終了してから、別のタスクを実行してください。",
"TaskSystem.activeSame": "タスクは既にアクティブおよびウォッチ モードになっています。タスクを終了するには、`F1 > terminate task` を使用します",
"TaskSystem.activeSame": "タスクは既にアクティブおよびウォッチ モードになっています。タスクを終了するには、`F1 > タスクの終了` を使用します",
"TaskSystem.exitAnyways": "常に終了(&&E)",
"TaskSystem.invalidTaskJson": "エラー: tasks.json ファイルの内容に構文エラーがあります。訂正してからタスクを実行してください。\n",
"TaskSystem.noBuildType": "構成されている有効なタスク ランナーがありません。サポートされているタスク ランナーは 'service' と 'program' です。",
......
......@@ -10,5 +10,5 @@
"numberBadge": "{0}({1})",
"removeFromActivityBar": "작업 막대에서 제거",
"titleKeybinding": "{0}({1})",
"toggle": "고정된 뷰 전환"
"toggle": "뷰 고정 전환"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"treeExplorerViewlet.tree": "창 다시 로드(&&R)"
"treeExplorerViewlet.tree": "창 다시 로드"
}
\ No newline at end of file
......@@ -6,7 +6,7 @@
{
"copy": "설정에 복사",
"copyToSettings": "설정에 복사",
"selectAndCopySetting": "값 선택 및 설정에 복사",
"selectAndCopySetting": "값을 선택하여 설정에 복사",
"selectValue": "값 선택",
"settingsEditorName": "기본 설정"
}
\ No newline at end of file
......@@ -9,5 +9,5 @@
"defaultSettingsInfo": " - 오른쪽의 설정 파일에 배치하여 덮어씁니다.",
"defaultSettingsTitle": "기본 설정",
"noSettings": "설정을 찾을 수 없음",
"showCount": "{1}개 중 {0}개 설정 표시"
"showCount": "{0}/{1}개 설정 표시"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"commonlyUsed": "가장 일반적으로 사용",
"commonlyUsed": "가장 일반적으로 사용하는 설정",
"defaultKeybindingsHeader": "키 바인딩을 키 바인딩 파일에 배치하여 덮어씁니다."
}
\ No newline at end of file
......@@ -7,8 +7,8 @@
"allFiles": "모든 파일",
"cancel": "취소",
"dontSave": "저장 안 함(&&N)",
"hotExitEducationalDetail": "핫 종료에서는 세션 간에 저장하지 않은 파일을 기억하므로 세션 간에 끝내기 전에 파일을 저장할 필요가 없습니다. 'files.hotExit' 설정을 사용하여 이 기능을 사용하지 않도록 설정할 수 있습니다.",
"hotExitEducationalMessage": "이제 핫 종료를 기본적으로 사용합니다.",
"hotExitEducationalDetail": "Hot Exit에서는 세션 간에 저장하지 않은 파일을 기억하므로 세션 간에 끝내기 전에 파일을 저장할 필요가 없습니다. 'files.hotExit' 설정을 사용하여 이 기능을 사용하지 않도록 설정할 수 있습니다.",
"hotExitEducationalMessage": "이제 Hot Exit을 기본적으로 사용합니다.",
"moreFile": "...1개의 추가 파일이 표시되지 않음",
"moreFiles": "...{0}개의 추가 파일이 표시되지 않음",
"noExt": "확장 없음",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册