提交 d0364c24 编写于 作者: D Dirk Baeumer

Merged in translations

上级 0ca70f86
......@@ -4,10 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.experimentalSyncronizationEnabled.desc": "啟用 Markdown 預覽與編輯器之間的實驗性同步處理",
"markdown.preview.doubleClickToSwitchToEditor.desc": "在 Markdown 預覽中按兩下會切換到編輯器。",
"markdown.preview.fontFamily.desc": "控制 Markdown 預覽中使用的字型家族。",
"markdown.preview.fontSize.desc": "控制 Markdown 預覽中使用的字型大小 (以像素為單位)。",
"markdown.preview.lineHeight.desc": "控制 Markdown 預覽中使用的行高。此數字相對於字型大小。",
"markdown.preview.markEditorSelection.desc": "在 Markdown 預覽中標記目前的編輯器選取範圍。",
"markdown.preview.scrollEditorWithPreview.desc": "捲動 Markdown 預覽時會更新編輯器的檢視。",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "捲動 Markdown 預覽以顯示目前從編輯器選取的行。",
"markdown.preview.title": "開啟預覽",
"markdown.previewFrontMatter.dec": "設定 YAML 前端在 Markdown 預覽中呈現的方式。[隱藏] 會移除前端。否則,前端會視為 Markdown 內容。",
"markdown.previewSide.title": "在一側開啟預覽",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "無法驗證 PHP 檔案。找不到 PHP 程式。請使用 'php.validate.executablePath' 設定,對 'php' 的位置進行設定",
"unknownReason": "無法使用路徑 {0} 執行 PHP。原因不明。"
"noExecutable": "因為未設定 PHP 可執行檔,所以無法進行驗證。請按一下 [路徑] 狀態列項目以設定可執行檔。",
"unknownReason": "無法使用路徑 {0} 執行 PHP。原因不明。",
"wrongExecutable": "因為 {0} 不是有效的 PHP 可執行檔,所以無法進行驗證。請按一下 [路徑] 狀態列項目以設定可執行檔。"
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* 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
{
"php.enterPath": "PHP 可執行檔的路徑",
"php.migrateExecutablePath": "要使用上述路徑作為 PHP 可執行檔路徑嗎?",
"php.path": "路徑"
}
\ No newline at end of file
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.suggest.basic": "設定是否啟用內建 PHP 語言建議。此支援會建議 PHP 全域和變數。",
"configuration.title": "PHP",
"configuration.validate.enable": "是否啟用 PHP 驗證。",
"configuration.validate.enable": "啟用/停用內建 PHP 驗證。",
"configuration.validate.executablePath": "指向 PHP 可執行檔。",
"configuration.validate.run": "是否在儲存或輸入時執行 linter。"
}
\ No newline at end of file
......@@ -4,21 +4,19 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeVersion": "目前使用中",
"channelName": "TypeScript",
"close": "關閉",
"localTSFound": "工作區資料夾包含 TypeScript 版本 {0}。要使用此版本,而非配套版本 {1} 嗎?",
"neverCheckLocalVesion": "永不檢查工作區版本",
"noServerFound": "路徑 {0} 未指向有效的 tsserver 安裝。將停用 TypeScript 語言功能。",
"learnMore": "深入了解",
"noServerFound": "路徑 {0} 未指向有效的 tsserver 安裝。即將回復為配套的 TypeScript 版本。",
"reloadBlurb": "重新載入視窗以套用變更",
"reloadTitle": "重新載入",
"selectTsVersion": "選取用於語言功能的 TypeScript 版本",
"serverCouldNotBeStarted": "無法啟動 TypeScript 語言伺服器。錯誤訊息為: {0}",
"serverDied": "TypeScript 語言服務在過去 5 分鐘內意外中止 5 次。請考慮開啟問題報告。",
"serverDiedAfterStart": "TypeScript 語言服務在啟動後立即中止 5 次。服務將不會重新啟動。請開啟問題報告。",
"updateGlobalWorkspaceCheck": "已將使用者設定 'typescript.check.workspaceVersion' 更新為 false",
"updateGlobalWorkspaceCheckFailed": "無法更新 'typescript.check.workspaceVersion' 使用者設定。請確認您的使用者設定檔案有效",
"updateLocalWorkspaceCheck": "已將工作區設定 'typescript.check.workspaceVersion' 更新為 false",
"updateLocalWorkspaceCheckFailed": "無法更新 'typescript.check.workspaceVersion' 工作區設定。請確認工作區設定檔案有效",
"updateTsdkFailed": "無法更新 'typescript.tsdk' 工作區設定。請確認工作區設定檔案有效",
"updatedtsdk": "已將工作區設定 'typescript.tsdk' 更新為 {0}",
"use": "使用工作區 ({0})",
"useBundled": "使用套件組合 ({0})",
"serverDied": "TypeScript 語言服務在過去 5 分鐘內意外中止 5 次。",
"serverDiedAfterStart": "TypeScript 語言服務在啟動後立即中止 5 次。服務將不會重新啟動。",
"serverDiedReportIssue": "回報問題",
"useVSCodeVersionOption": "使用 VSCode 的版本",
"useWorkspaceVersionOption": "使用工作區版本",
"versionCheckUsingBundledTS": "對 TypeScript 語言功能使用 VSCode 的 TypeScript 版本 {0}",
"versionNumber.custom": "自訂"
}
\ No newline at end of file
......@@ -131,7 +131,7 @@
"miViewDebug": "偵錯(&&D)",
"miViewExplorer": "檔案總管(&&E)",
"miViewExtensions": "擴&&充功能",
"miViewSCM": "SCM(&&C)",
"miViewGit": "Git(&&G)",
"miViewSearch": "搜尋(&&S)",
"miWelcome": "歡迎使用(&&W)",
"miZoomIn": "放大(&&Z)",
......
......@@ -18,7 +18,7 @@
"fontLigatures": "啟用連字字型",
"fontSize": "控制字型大小 (以像素為單位)。",
"fontWeight": "控制字型寬度。",
"formatOnPaste": "控制編輯器是否應自動設定貼上的內容格式",
"formatOnPaste": "控制編輯器是否應自動設定貼上的內容格式。格式器必須可供使用,而且格式器應該能夠設定文件中一個範圍的格式。",
"formatOnType": "控制編輯器是否應在輸入一行後自動格式化",
"glyphMargin": "控制編輯器是否應轉譯垂直字符邊界。字符邊界最常用來進行偵錯。",
"hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。",
......
......@@ -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.
{}
\ No newline at end of file
{
"transposeLetters.label": "調換字母"
}
\ No newline at end of file
......@@ -6,11 +6,10 @@
{
"configuredTabSize": "已設定的定位點大小",
"detectIndentation": "偵測內容中的縮排",
"editor.reindentlines": "重新將行縮排",
"indentUsingSpaces": "使用空格鍵進行縮排",
"indentUsingTabs": "使用 Tab 進行縮排",
"indentationToSpaces": "將縮排轉換成空格",
"indentationToTabs": "將縮排轉換成定位點",
"selectTabWidth": "選取目前檔案的定位點大小",
"toggleRenderControlCharacters": "切換控制字元",
"toggleRenderWhitespace": "切換轉譯空白字元"
"selectTabWidth": "選取目前檔案的定位點大小"
}
\ No newline at end of file
......@@ -13,12 +13,11 @@
"enablePreviewFromQuickOpen": "控制透過 Quick Open 所開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"file": "檔案",
"help": "說明",
"menuBarVisibility": "控制功能表列的可見度。[切換] 設定表示按一下 alt 鍵會顯示及隱藏功能表列。",
"menuBarVisibility": "控制功能表列的可見度。[切換] 設定表示會隱藏功能表列,按一下 Alt 鍵則會顯示。除非視窗是全螢幕,否則預設會顯示功能表列。",
"newWindowDimensions": "控制開啟新視窗的維度。根據預設,新視窗會以小型維度在畫面中央開啟。設為 [繼承] 時,視窗的維度會和上一個使用中視窗相同。設為 [最大化] 時,視窗會開到最大,若設為 [全螢幕] 則全螢幕開啟。",
"openDefaultSettings": "控制開啟設定時是否也會開啟顯示所有預設設定的編輯器。",
"openFilesInNewWindow": "控制檔案應在新視窗或上一個使用中的視窗中開啟。\n- 預設: 檔案會在上一個使用中視窗開啟\n- 開啟: 檔案會在新視窗開啟\n- 關閉: 檔案會在上一個使用中視窗開啟\n請注意,在某些情況下會略過此設定 (例如,使用了 -new-window 或 -reuse-window 命令列選項時)。",
"openFilesInNewWindowMac": "控制檔案應在新視窗或上一個使用中的視窗中開啟。\n- 預設: 除非檔案透過固定或從尋找工具開啟,否則會在上一個使用中視窗開啟\n- 開啟: 檔案會在新視窗開啟\n- 關閉: 檔案會在上一個使用中視窗開啟\n請注意,在某些情況下會略過此設定 (例如,使用了 -new-window 或 -reuse-window 命令列選項時)。",
"openFoldersInNewWindow": "控制資料夾應在新視窗或上一個使用中的視窗中開啟。\n- 預設: 除非已從應用程式內挑選資料夾 (例如,透過 [檔案] 功能表),否則會在新視窗開啟\n- 開啟: 資料夾會在新視窗開啟\n- 關閉: 資料夾會在上一個使用中視窗開啟\n請注意,在某些情況下會略過此設定 (例如,使用了 -new-window 或 -reuse-window 命令列選項時)。",
"openFilesInNewWindow": "控制檔案應在新視窗或上一個使用中的視窗中開啟。\n- 預設: 檔案會在上一個使用中視窗開啟,除非透過擴充座或從尋找工具 (僅限 macOS) 開啟\n- 開啟: 檔案會在新視窗開啟\n- 關閉: 檔案會在上一個使用中視窗開啟\n請注意,在某些情況下會略過此設定 (例如,使用了 -new-window 或 -reuse-window 命令列選項時)。",
"openFoldersInNewWindow": "控制資料夾應在新視窗中開啟或取代上一個使用中的視窗。\n- 預設: 除非已從應用程式內挑選資料夾 (例如,透過 [檔案] 功能表),否則會在新視窗開啟\n- 開啟: 資料夾會在新視窗開啟\n- 關閉: 資料夾會取代上一個使用中視窗\n請注意,在某些情況下會略過此設定 (例如,使用了 -new-window 或 -reuse-window 命令列選項時)。",
"reopenFolders": "控制重新啟動後重新開啟資料夾的方式。選取 [none] 永不重新開啟資料夾,選取 [one] 重新開啟最近一個使用的資料夾,或選取 [all] 重新開啟上一個工作階段的所有資料夾。",
"restoreFullscreen": "控制當視窗在全螢幕模式下結束後,下次是否仍以全螢幕模式開啟。",
"showEditorTabs": "控制已開啟的編輯器是否應顯示在索引標籤中。",
......
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "加入中斷點",
"addConfiguration": "新增組態"
"addConfiguration": "新增組態..."
}
\ No newline at end of file
......@@ -21,7 +21,10 @@
"files.exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
"filesConfigurationTitle": "檔案",
"formatOnSave": "在儲存時設定檔案格式。格式器必須處於可用狀態、檔案不得自動儲存,且編輯器不得關機。",
"hotExit": "是否啟用 hot exit,讓不同工作階段記住未儲存檔案的變更,並跳過結束編輯器時的儲存提示。選取 \"{0}\" 表示 hot exit 只會在應用程式關閉時觸發 (透過命令選擇區的 workbench.action.quit 命令、功能表按鍵繫結關係),且具有備份的「所有」視窗都會在下次啟動時還原。選取 \"{1}\" 會在任何「資料夾」視窗關閉時出發 hot exit,而當應用程式重新啟動時只會還原「非資料夾」視窗 (而非「資料夾」工作區)。",
"hotExit": "控制是否讓不同工作階段記住未儲存的檔案,並允許在結束編輯器時跳過儲存提示。",
"hotExit.off": "停用 Hot Exit。",
"hotExit.onExit": "Hot Exit 將會在關閉應用程式時觸發,也就是在 Windows/Linux 上關閉上一個視窗,或是觸發 workbench.action.quit 命令 (命令選擇區、按鍵繫結關係、功能表) 時觸發。具有備份的所有視窗都會在下次啟動時還原。",
"hotExit.onExitAndWindowClose": "Hot Exit 將會在關閉應用程式時觸發,也就是在 Windows/Linux 上關閉上一個視窗,或是觸發 workbench.action.quit 命令 (命令選擇區、按鍵繫結關係、功能表) 時觸發,也會針對已開啟資料夾的任何視窗觸發,而不論其是否為上一個視窗。具有備份的所有視窗都會在下次啟動時還原。若要將資料夾視窗還原成關機前的狀態,請將 \"window.reopenFolders\" 設定為 \"all\"。",
"insertFinalNewline": "啟用時,請在儲存檔案時在其結尾插入最後一個新行。",
"openEditorsVisible": "[開放式編輯器] 窗格中顯示的編輯器數目。將其設定為 0 以隱藏窗格。",
"showExplorerViewlet": "顯示檔案總管",
......
......@@ -6,5 +6,6 @@
{
"clearOutput": "清除輸出",
"switchToOutput.label": "切換至輸出",
"toggleOutput": "切換輸出"
"toggleOutput": "切換輸出",
"toggleOutputScrollLock": "切換輸出 SCROLL LOCK"
}
\ No newline at end of file
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLanguageBasedSettings": "設定語言專屬設定...",
"languageDescriptionConfigured": "({0})",
"openGlobalKeybindings": "開啟鍵盤快速鍵",
"openGlobalSettings": "開啟使用者設定",
"openSettings": "開啟設定",
"openWorkspaceSettings": "開啟工作區設定"
"openWorkspaceSettings": "開啟工作區設定",
"pickLanguage": "選取語言"
}
\ No newline at end of file
......@@ -6,11 +6,14 @@
{
"copyDefaultValue": "複製到設定",
"editTtile": "編輯",
"noSettingsFound": "沒有任何相符設定",
"noSettingsFound": "沒有結果",
"oneSettingFound": "1 項相符設定",
"preferencesAriaLabel": "預設喜好設定。唯讀文字編輯器。",
"replaceDefaultValue": "在設定中取代",
"settingsEditorName": "預設設定",
"settingsFound": "{0} 項相符設定",
"totalSettingsMessage": "共 {0} 項設定"
"totalSettingsMessage": "共 {0} 項設定",
"unsupportedPHPExecutablePathSetting": "這項設定必須是使用者設定。若要設定工作區的 PHP,請開啟 PHP 檔案並按一下狀態列中的 [PHP 路徑]。",
"unsupportedTypeScriptTsdkSetting": "這項設定必須是使用者設定。若要設定工作區的 TypeScript,請開啟 TypeScript 檔案並按一下狀態列中的 TypeScript 版本。",
"unsupportedWorkspaceSetting": "這項設定必須是使用者設定。"
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"SearchSettingsWidget.AriaLabel": "搜尋設定",
"SearchSettingsWidget.Placeholder": "搜尋設定",
"settingsSwitcherBarAriaLabel": "設定切換器",
"userSettings": "使用者設定",
"workspaceSettings": "工作區設定"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"ConfigureTaskRunnerAction.noWorkspace": "這些工作只會出現在工作區資料夾中。",
"ConfigureTaskRunnerAction.quickPick.template": "選取工作執行器",
"JsonSchema.args": "傳遞至命令的其他引數。",
"JsonSchema.background": "執行的工作是否保持運作且正在背景執行。",
"JsonSchema.command": "要執行的命令。可以是外部程式或殼層命令。",
"JsonSchema.echoCommand": "控制是否將執行的命令傳到輸出。預設為 False。",
"JsonSchema.linux": "Linux 特定命令組態",
......@@ -48,36 +49,45 @@
"JsonSchema.problemMatcher.watching.endsPattern": "如果在輸出中相符,則會指示監看工作結束。",
"JsonSchema.promptOnClose": "是否在 VSCode 以執行中的背景工作關閉時提示使用者。",
"JsonSchema.shell": "指定此命令是殼層命令或外部程式。如果省略,預設為 False。",
"JsonSchema.shell.args": "殼層引數。",
"JsonSchema.shell.executable": "要使用的殼層。",
"JsonSchema.showOutput": "控制是否顯示執行中工作的輸出。如果省略,則會使用 [永遠]。",
"JsonSchema.suppressTaskName": "控制是否將工作名稱當做引數加入命令中。預設為 False。",
"JsonSchema.taskSelector": "前置詞,表示引數是工作。",
"JsonSchema.tasks": "工作組態。這些通常是在外部工作執行器中已定義的工作擴充。",
"JsonSchema.tasks.args": "叫用此工作時,傳遞至命令的引數。",
"JsonSchema.tasks.background": "執行的工作是否保持運作且正在背景執行。",
"JsonSchema.tasks.build": "將此工作對應至 Code 的預設建置命令。",
"JsonSchema.tasks.linux": "Linux 特定命令組態",
"JsonSchema.tasks.mac": "Mac 特定命令組態",
"JsonSchema.tasks.matchers": "要使用的問題比對器。可以是字串或問題比對器定義,或是字串和問題比對器陣列。",
"JsonSchema.tasks.promptOnClose": "是否在 VS Code 有執行中工作的狀態下關閉時提示使用者。",
"JsonSchema.tasks.showOutput": "控制是否顯示執行中工作的輸出。如果省略,則會使用全域定義的值。",
"JsonSchema.tasks.suppressTaskName": "控制是否將工作名稱當做引數加入命令中。如果省略,則會使用全域定義的值。",
"JsonSchema.tasks.taskName": "工作的名稱",
"JsonSchema.tasks.test": "將此工作對應至 Code 的預設測試命令。",
"JsonSchema.tasks.watching": "執行的工作是否保持運作且正在監看檔案系統。",
"JsonSchema.tasks.watching.deprecation": "已被取代。請改用 isBackground。",
"JsonSchema.tasks.windows": "Windows 特定命令組態",
"JsonSchema.version": "組態的版本號碼",
"JsonSchema.watching": "執行的工作是否保持運作且正在監看檔案系統。",
"JsonSchema.watching.deprecation": "已被取代。請改用 isBackground。",
"JsonSchema.watchingPattern.file": "檔案名稱的符合群組索引。可以省略。",
"JsonSchema.watchingPattern.regexp": "規則運算式,用來偵測監看工作開始或結束。",
"JsonSchema.windows": "Windows 特定命令組態",
"RebuildAction.label": "執行重建工作",
"RunTaskAction.label": "執行工作",
"ShowLogAction.label": "顯示工作記錄檔",
"ShowTerminalAction.label": "檢視終端機",
"TaskSystem.active": "目前有使用中的工作正在執行。請先終止此工作,再執行其他工作。",
"TaskSystem.activeSame": "工作已在使用中並處於監看模式。若要終止工作,請使用 F1 > [終止工作]",
"TaskSystem.configurationErrors": "錯誤: 提供的工作組態具有驗證錯誤而無法使用。請先更正這些錯誤。",
"TaskSystem.exitAnyways": "仍要結束(&&E)",
"TaskSystem.fatalError": "提供的工作組態具有驗證錯誤。如需詳細資訊,請參閱工作輸出記錄檔。",
"TaskSystem.invalidTaskJson": "錯誤: tasks.json 檔案的內容具有語法錯誤。請更正錯誤,再執行工作。\n",
"TaskSystem.noBuildType": "未設定有效的工作執行器。支援的工作執行器為 [服務] 和 [程式]。",
"TaskSystem.noConfiguration": "未設定任何工作執行器。",
"TaskSystem.noHotSwap": "變更工作執行引擎需要重新啟動 VS Code。已略過變更。",
"TaskSystem.noProcess": "啟動的工作已不存在。如果工作繁衍的背景處理序結束,VS Code 可能會產生孤立的處理序。若要避免此情況,請啟動有等候旗標的最後一個背景處理序。",
"TaskSystem.runningTask": "有一個工作正在執行。要終止工作嗎?",
"TaskSystem.terminateTask": "終止工作(&&T)",
......@@ -85,6 +95,7 @@
"TerminateAction.failed": "無法終止執行中的工作",
"TerminateAction.label": "終止執行中的工作",
"TerminateAction.noProcess": "啟動的處理序已不存在。如果工作繁衍的背景工作結束,VS Code 可能會產生孤立的處理序。",
"TerminateAction.terminalSystem": "這些工作在整合式終端機中執行。請使用終端機來管理工作。",
"TestAction.label": "執行測試工作",
"manyMarkers": "99+",
"problems": "問題",
......
......@@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.globalMatcher": "警告: 全域比對器和工作不能混用。即將忽略全域比對器。",
"ConfigurationParser.invalidCWD": "警告: options.cwd 必須屬於字串類型。即將忽略值 {0}\n",
"ConfigurationParser.invalidVaraibleReference": "錯誤: problemMatcher 參考無效: {0}\n",
"ConfigurationParser.noCommand": "錯誤: 未提供有效的命令名稱。",
"ConfigurationParser.noName": "錯誤: 宣告範圍中的問題比對器必須有名稱:\n{0}\n",
"ConfigurationParser.noShell": "警告: 只有在終端機中執行工作時才支援殼層組態。",
"ConfigurationParser.noTaskName": "錯誤: 工作必須提供 taskName 屬性。即將忽略此工作。\n{0}\n",
"ConfigurationParser.noargs": "錯誤: 命令引數必須是字串陣列。提供的值為:\n{0}",
"ConfigurationParser.shellArgs": "工作 {0} 是殼層命令,會指定引數。為了確保引述正確的命令列,請將引數併入命令中。",
"ConfigurationParser.unknownMatcherKind": "警告: 定義的問題比對器未知。支援的類型為 string | ProblemMatcher | (string | ProblemMatcher)[]。\n{0}\n"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"terminal.integrated.cursorBlinking": "控制終端機資料指標是否閃爍。",
"terminal.integrated.cursorStyle": "控制終端機資料指標的樣式。",
"terminal.integrated.cwd": "終端機啟動位置的明確起始路徑,這會用作殼層處理序的目前工作目錄 (cwd)。當根目錄不是方便的 cwd 時,這在工作區設定中特別好用。",
"terminal.integrated.flowControl": "控制終端機模擬器是否將使用流量控制以趕上殼層處理,這樣做的主要影響是當命令產生許多輸出時,^C 和其他訊號的反應會更快。如果您有覆寫所使用之 XOFF 和 XON 訊號的自訂 ^S 或 ^Q 按鍵繫結關係,則應該停用此設定。",
"terminal.integrated.fontFamily": "控制終端機的字型家族,預設為 editor.fontFamily 的值。",
"terminal.integrated.fontLigatures": "控制是否在終端機中啟用連字字型。",
"terminal.integrated.fontSize": "控制終端機的字型大小 (以像素為單位)。",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clear": "清除",
"copy": "複製",
"createNewTerminal": "新增終端機",
"paste": "貼上"
......
......@@ -7,6 +7,9 @@
"markdown.preview.fontFamily.desc": "Steuert die Schriftfamilie, die in der Markdownvorschau verwendet wird.",
"markdown.preview.fontSize.desc": "Steuert den Schriftgrad in Pixeln, der in der Markdownvorschau verwendet wird.",
"markdown.preview.lineHeight.desc": "Steuert die Zeilenhöhe, die in der Markdownvorschau verwendet wird. Diese Zahl ist relativ zum Schriftgrad.",
"markdown.preview.markEditorSelection.desc": "Markieren Sie die aktuelle Editor-Auswahl in der Markdown-Vorschau.",
"markdown.preview.scrollEditorWithPreview.desc": "Wenn für die Markdown-Vorschau ein Bildlauf durchgeführt wird, aktualisieren Sie die Ansicht des Editors.",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "Führt einen Bildlauf für die Markdown-Vorschau durch, um die aktuell ausgewählte Zeile im Editor anzuzeigen.",
"markdown.preview.title": "Vorschau öffnen",
"markdown.previewFrontMatter.dec": "Legt fest, wie die YAML-Titelei in der Markdownvorschau gerendert werden soll. Durch \"hide\" wird die Titelei entfernt. Andernfalls wird die Titelei wie Markdowninhalt verarbeitet.",
"markdown.previewSide.title": "Vorschau an der Seite öffnen",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "Die PHP-Datei kann nicht überprüft werden. Die PHP-Anwendung wurde nicht gefunden. Verwenden Sie die Einstellung \"php.validate.executablePath\", um den Speicherort von \"php\" zu konfigurieren.",
"unknownReason": "Fehler beim Ausführen von PHP mithilfe des Pfads \"{0}\". Die Ursache ist unbekannt."
"noExecutable": "Eine Überprüfung ist nicht möglich, da keine ausführbare PHP-Datei festgelegt ist. Klicken Sie auf das Pfad-Statusleistenelement, um die ausführbare Datei zu konfigurieren.",
"unknownReason": "Fehler beim Ausführen von PHP mithilfe des Pfads \"{0}\". Die Ursache ist unbekannt.",
"wrongExecutable": "Eine Überprüfung ist nicht möglich, da {0} keine ausführbare PHP-Datei ist. Klicken Sie auf das Pfad-Statusleistenelement, um die ausführbare Datei zu konfigurieren."
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* 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
{
"php.enterPath": "Der Pfad zur ausführbaren PHP-Datei",
"php.migrateExecutablePath": "Soll der oben angegebene Pfad als Pfad für die ausführbare PHP-Datei verwendet werden?",
"php.path": "Pfad"
}
\ No newline at end of file
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.suggest.basic": "Konfiguriert, ob die integrierten PHP-Sprachvorschläge aktiviert sind. Die Unterstützung schlägt globale und variable PHP-Elemente vor.",
"configuration.title": "PHP",
"configuration.validate.enable": "Gibt an, ob PHP-Überprüfung aktiviert ist.",
"configuration.validate.enable": "Integrierte PHP-Überprüfung aktivieren/deaktivieren.",
"configuration.validate.executablePath": "Zeigt auf die ausführbare PHP-Datei.",
"configuration.validate.run": "Gibt an, ob der Linter beim Speichern oder bei der Eingabe ausgeführt wird."
}
\ No newline at end of file
......@@ -3,4 +3,7 @@
* 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
{
"acquiringTypingsDetail": "Eingabedefinitionen für IntelliSense werden abgerufen.",
"acquiringTypingsLabel": "Eingaben werden abgerufen..."
}
\ No newline at end of file
......@@ -4,18 +4,19 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeVersion": "Aktuell aktiv",
"channelName": "TypeScript",
"close": "Schließen",
"localTSFound": "Der Arbeitsbereichsordner enthält die TypeScript-Version {0}. Möchten Sie diese Version anstelle der Paketversion {1} verwenden?",
"neverCheckLocalVesion": "Arbeitsbereichsversion nie überprüfen",
"noServerFound": "Der Pfad \"{0}\" verweist nicht auf eine gültige Tsserver-Installation. TypeScript-Sprachfeatures werden deaktiviert.",
"learnMore": "Weitere Informationen",
"noServerFound": "Der Pfad \"{0}\" zeigt nicht auf eine gültige tsserver-Installation. Fallback auf gebündelte TypeScript-Version wird durchgeführt.",
"reloadBlurb": "Fenster erneut laden, um die Änderungen anzuwenden",
"reloadTitle": "Erneut laden",
"selectTsVersion": "Wählen Sie die für die Sprachfunktionen verwendete TypeScript-Version aus.",
"serverCouldNotBeStarted": "Der TypeScript-Sprachserver konnte nicht gestartet werden. Fehlermeldung: {0}",
"serverDied": "Der TypeScript-Sprachdienst wurde während der letzten 5 Minuten 5 Mal unerwartet beendet. Öffnen Sie ggf. einen Fehlerbericht.",
"serverDiedAfterStart": "Der TypeScript-Sprachdienst wurde 5 Mal direkt nach seinem Start beendet. Der Dienst wird nicht neu gestartet. Bitte öffnen Sie einen Fehlerbericht.",
"updateGlobalWorkspaceCheck": "Die Benutzereinstellung \"typescript.check.workspaceVersion\" wurde in FALSE aktualisiert.",
"updateLocalWorkspaceCheck": "Die Arbeitsbereicheinstellung \"typescript.check.workspaceVersion\" wurde in FALSE aktualisiert.",
"updatedtsdk": "Die Arbeitsbereicheinstellung \"typescript.tsdk\" wurde in {0} aktualisiert.",
"use": "Arbeitsbereich verwenden ({0})",
"useBundled": "Paket verwenden ({0})",
"serverDied": "Der TypeScript-Sprachdienst wurde während der letzten fünf Minuten fünfmal unerwartet beendet.",
"serverDiedAfterStart": "Der TypeScript-Sprachdienst wurde direkt nach seinem Start fünfmal beendet. Der Dienst wird nicht neu gestartet.",
"serverDiedReportIssue": "Problem melden",
"useVSCodeVersionOption": "Version von VSCode verwenden",
"useWorkspaceVersionOption": "Arbeitsbereichsversion verwenden",
"versionCheckUsingBundledTS": "TypeScript-Version {0} von VSCode für die TypeScript-Sprachfunktionen verwenden",
"versionNumber.custom": "benutzerdefiniert"
}
\ No newline at end of file
......@@ -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.
{}
\ No newline at end of file
{
"transposeLetters.label": "Buchstaben austauschen"
}
\ No newline at end of file
......@@ -6,11 +6,10 @@
{
"configuredTabSize": "Konfigurierte Tabulatorgröße",
"detectIndentation": "Einzug aus Inhalt erkennen",
"editor.reindentlines": "Neuen Einzug für Zeilen festlegen",
"indentUsingSpaces": "Einzug mithilfe von Leerzeichen",
"indentUsingTabs": "Einzug mithilfe von Tabstopps",
"indentationToSpaces": "Einzug in Leerzeichen konvertieren",
"indentationToTabs": "Einzug in Tabstopps konvertieren",
"selectTabWidth": "Tabulatorgröße für aktuelle Datei auswählen",
"toggleRenderControlCharacters": "Steuerzeichen umschalten",
"toggleRenderWhitespace": "Rendern von Leerzeichen umschalten"
"selectTabWidth": "Tabulatorgröße für aktuelle Datei auswählen"
}
\ No newline at end of file
......@@ -13,7 +13,8 @@
"file": "Datei",
"help": "Hilfe",
"openDefaultSettings": "Steuert, ob beim Öffnen der Einstellungen auch ein Editor geöffnet wird, der alle Standardeinstellungen anzeigt.",
"openFilesInNewWindow": "Wenn diese Option aktiviert ist, werden Dateien in einem neuen Fenster geöffnet anstatt eine vorhandene Instanz wiederzuverwenden.",
"openFilesInNewWindow": "Steuert, ob Dateien in einem neuen Fenster oder im letzten aktiven Fenster geöffnet werden.\n- Standard: Die Dateien werden im letzten aktiven Fenster geöffnet, sofern sie nicht über das Dock oder den Finder geöffnet werden (nur macOS).\n- Ein: Die Dateien werden in einem neuen Fenster geöffnet.\n- Aus: Die Dateien werden im letzten aktiven Fenster geöffnet.\nIn einigen Fällen wird diese Einstellung unter Umständen ignoriert (z. B. bei der Befehlszeilenoption \"-new-window\" oder \"-reuse-window\").",
"openFoldersInNewWindow": "Steuert, ob Ordner in einem neuen Fenster geöffnet werden oder das letzte aktive Fenster ersetzen.\n- Standard: Die Ordner werden in einem neuen Fenster geöffnet, sofern kein Ordner innerhalb der Anwendung ausgewählt wird (z. B. über das Dateimenü).\n- Ein: Die Ordner werden in einem neuen Fenster geöffnet.\n- Aus: Die Ordner ersetzen das letzte aktive Fenster.\nIn einigen Fällen wird diese Einstellung unter Umständen ignoriert (z. B. bei der Befehlszeilenoption \"-new-window\" oder \"-reuse-window\").",
"reopenFolders": "Steuert, wie Ordner nach einem Neustart erneut geöffnet werden. Wählen Sie \"none\" aus, um Ordner nie erneut zu öffnen, \"one\", um den zuletzt bearbeiteten Ordner erneut zu öffnen, oder \"all\", um alle Ordner der letzten Sitzung erneut zu öffnen.",
"restoreFullscreen": "Steuert, ob ein Fenster im Vollbildmodus wiederhergestellt wird, wenn es im Vollbildmodus beendet wurde.",
"showEditorTabs": "Steuert, ob geöffnete Editoren auf Registerkarten angezeigt werden sollen.",
......
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Haltepunkt hinzufügen",
"addConfiguration": "Konfiguration hinzufügen"
"addConfiguration": "Konfiguration hinzufügen..."
}
\ No newline at end of file
......@@ -21,7 +21,10 @@
"files.exclude.when": "Zusätzliche Überprüfung der gleichgeordneten Elemente einer entsprechenden Datei. Verwenden Sie \"$(basename)\" als Variable für den entsprechenden Dateinamen.",
"filesConfigurationTitle": "Dateien",
"formatOnSave": "Hiermit wird eine Datei beim Speichern formatiert. Es muss ein Formatierer vorhanden sein, die Datei darf nicht automatisch gespeichert werden, und der Editor darf nicht geschlossen werden.",
"hotExit": "Steuert, ob nicht gespeicherte Dateien nach dem Neustart wiederhergestellt werden. Wenn diese Einstellung aktiviert ist, wird beim Verlassen des Editors keine Aufforderung zum Speichern ausgegeben.",
"hotExit": "Steuert, ob nicht gespeicherten Dateien zwischen den Sitzungen beibehlten werden, die Aufforderung zum Speichern wird beim Beenden des Editors übersprungen.",
"hotExit.off": "Hot Exit deaktivieren.",
"hotExit.onExit": "Hot Exit wird beim Schließen der Anwendung ausgelöst, d. h. wenn unter Windows/Linux das letzte Fenster geschlossen wird oder wenn der Befehl \"workbench.action.quit\" ausgelöst wird (Befehlspalette, Tastenzuordnung, Menü). Alle Fenster mit Sicherungen werden beim nächsten Start wiederhergestellt.",
"hotExit.onExitAndWindowClose": "Hot Exit wird beim Schließen der Anwendung ausgelöst, d. h. wenn unter Windows/Linux das letzte Fenster geschlossen wird oder wenn der Befehl \"workbench.action.quit\" ausgelöst wird (Befehlspalette, Tastenzuordnung, Menü) sowie für jedes Fenster mit einem geöffneten Ordner, unabhängig davon, ob dies das letzte Fenster ist. Alle Fenster ohne geöffnete Ordner werden beim nächsten Start wiederhergestellt. Legen Sie \"window.reopenFolders\" auf \"all\" fest, damit die Ordnerfenster wie vor dem Heruntergefahren wiederhergestellt werden.",
"insertFinalNewline": "Bei Aktivierung wird beim Speichern einer Datei eine abschließende neue Zeile am Dateiende eingefügt.",
"openEditorsVisible": "Die Anzahl der Editoren, die im Bereich \"Geöffnete Editoren\" angezeigt werden. Legen Sie diesen Wert auf 0 fest, um den Bereich auszublenden.",
"showExplorerViewlet": "Explorer anzeigen",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLanguageBasedSettings": "Sprachspezifische Einstellungen konfigurieren...",
"languageDescriptionConfigured": "({0})",
"openGlobalKeybindings": "Tastaturkurzbefehle öffnen",
"openGlobalSettings": "Benutzereinstellungen öffnen",
"openWorkspaceSettings": "Arbeitsbereichseinstellungen öffnen",
"startSearchDefaultSettings": "Fokus für die Suche nach Standardeinstellungen"
"pickLanguage": "Sprache auswählen"
}
\ No newline at end of file
......@@ -12,5 +12,7 @@
"replaceDefaultValue": "In Einstellungen ersetzen",
"settingsEditorName": "Standardeinstellungen",
"settingsFound": "{0} Einstellungen zugeordnet",
"totalSettingsMessage": "Insgesamt {0} Einstellungen"
"totalSettingsMessage": "Insgesamt {0} Einstellungen",
"unsupportedTypeScriptTsdkSetting": "Diese Einstellung muss eine Benutzereinstellung sein. Öffnen Sie zum Konfigurieren von TypeScript für den Arbeitsbereich eine TypeScript-Datei, und klicken Sie in der Statusleiste auf die TypeScript-Version.",
"unsupportedWorkspaceSetting": "Diese Einstellung muss eine Benutzereinstellung sein."
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"SearchSettingsWidget.AriaLabel": "Einstellungen suchen",
"SearchSettingsWidget.Placeholder": "Einstellungen suchen",
"settingsSwitcherBarAriaLabel": "Einstellungsumschaltung",
"userSettings": "Benutzereinstellungen",
"workspaceSettings": "Arbeitsbereichseinstellungen"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"ConfigureTaskRunnerAction.noWorkspace": "Tasks sind nur für einen Arbeitsbereichsordner verfügbar.",
"ConfigureTaskRunnerAction.quickPick.template": "Taskausführung auswählen",
"JsonSchema.args": "Weitere Argumente, die an den Befehl übergeben werden.",
"JsonSchema.background": "Ob die ausgeführte Aufgabe weiterhin besteht und im Hintergrund ausgeführt wird.",
"JsonSchema.command": "Der auszuführende Befehl. Es kann sich um ein externes Programm oder einen Shellbefehl handeln.",
"JsonSchema.echoCommand": "Steuert, ob der ausgeführte Befehl in der Ausgabe angezeigt wird. Der Standardwert ist \"false\".",
"JsonSchema.linux": "Linux-spezifische Befehlskonfiguration",
......@@ -48,36 +49,45 @@
"JsonSchema.problemMatcher.watching.endsPattern": "Wenn eine Übereinstimmung mit der Ausgabe vorliegt, wird das Ende eines Überwachungstasks signalisiert.",
"JsonSchema.promptOnClose": "Gibt an, ob dem Benutzer eine Eingabeaufforderung angezeigt wird, wenn VS Code mit einem aktuell ausgeführten Hintergrundtask geschlossen wird.",
"JsonSchema.shell": "Gibt an, ob der Befehl ein Shellbefehl oder ein externes Programm ist. Wenn keine Angabe erfolgt, ist der Standardwert \"false\".",
"JsonSchema.shell.args": "Die Shell-Argumente.",
"JsonSchema.shell.executable": "Die zu verwendende Shell.",
"JsonSchema.showOutput": "Steuert, ob die Ausgabe des aktuell ausgeführten Tasks angezeigt wird. Wenn keine Angabe erfolgt, wird \"always\" verwendet.",
"JsonSchema.suppressTaskName": "Steuert, ob der Taskname dem Befehl als Argument hinzugefügt wird. Der Standardwert ist \"false\".",
"JsonSchema.taskSelector": "Ein Präfix zum Angeben, dass ein Argument ein Task ist.",
"JsonSchema.tasks": "Die Taskkonfigurationen. Normalerweise sind diese Erweiterungen der bereits in der externen Taskausführung definierten Tasks.",
"JsonSchema.tasks.args": "Argumente, die an den Befehl übergeben werden, wenn diese Aufgabe aufgerufen wird.",
"JsonSchema.tasks.background": "Ob die ausgeführte Aufgabe weiterhin besteht und im Hintergrund ausgeführt wird.",
"JsonSchema.tasks.build": "Ordnet diesen Task dem Standardbuildbefehl des Codes zu.",
"JsonSchema.tasks.linux": "Linux-spezifische Befehlskonfiguration",
"JsonSchema.tasks.mac": "Mac-spezifische Befehlskonfiguration",
"JsonSchema.tasks.matchers": "Die zu verwendenden Problemabgleicher. Es kann sich um eine Zeichenfolge, eine Problemabgleicherdefinition oder ein Array aus Zeichenfolgen und Problemabgleichern handeln.",
"JsonSchema.tasks.promptOnClose": "Ob der Benutzer aufgefordert wird, wenn VS Code bei einer aktuell ausgeführten Aufgabe geschlossen wird.",
"JsonSchema.tasks.showOutput": "Steuert, ob die Ausgabe des aktuell ausgeführten Tasks angezeigt wird. Wenn keine Angabe erfolgt, wird der global definierte Wert verwendet.",
"JsonSchema.tasks.suppressTaskName": "Steuert, ob der Taskname dem Befehl als Argument hinzugefügt wird. Wenn keine Angabe erfolgt, wird der global definierte Wert verwendet.",
"JsonSchema.tasks.taskName": "Der Name des Tasks.",
"JsonSchema.tasks.test": "Ordnet diesen Task dem Standardtestbefehl des Codes zu.",
"JsonSchema.tasks.watching": "Gibt an, ob der ausgeführte Task aktiv bleibt, und überwacht das Dateisystem.",
"JsonSchema.tasks.watching.deprecation": "Veraltet. Verwenden Sie stattdessen \"isBackground\".",
"JsonSchema.tasks.windows": "Windows-spezifische Befehlskonfiguration",
"JsonSchema.version": "Die Versionsnummer der Konfiguration.",
"JsonSchema.watching": "Gibt an, ob der ausgeführte Task aktiv bleibt, und überwacht das Dateisystem.",
"JsonSchema.watching.deprecation": "Veraltet. Verwenden Sie stattdessen \"isBackground\".",
"JsonSchema.watchingPattern.file": "Der Übereinstimmungsgruppenindex des Dateinamens. Kann ausgelassen werden.",
"JsonSchema.watchingPattern.regexp": "Der reguläre Ausdruck zum Erkennen des Anfangs oder Endes eines Überwachungstasks.",
"JsonSchema.windows": "Windows-spezifische Befehlskonfiguration",
"RebuildAction.label": "Task für das erneute Erstellen ausführen",
"RunTaskAction.label": "Task ausführen",
"ShowLogAction.label": "Taskprotokoll anzeigen",
"ShowTerminalAction.label": "Terminal anzeigen",
"TaskSystem.active": "Zurzeit ist ein aktiver Task vorhanden, der aktuell ausgeführt wird. Beenden Sie diesen, bevor Sie einen anderen Task ausführen.",
"TaskSystem.activeSame": "Der Task ist bereits aktiv und im Überwachungsmodus. Um den Task zu beenden, verwenden Sie \"F1 > Task beenden\".",
"TaskSystem.configurationErrors": "Fehler: Die angegebene Aufgabenkonfiguration weist Validierungsfehler auf und kann nicht verwendet werden. Beheben Sie zuerst die Fehler.",
"TaskSystem.exitAnyways": "&&Trotzdem beenden",
"TaskSystem.fatalError": "Die bereitgestellte Taskkonfiguration weist Validierungsfehler auf. Details finden Sie im Taskausgabeprotokoll.",
"TaskSystem.invalidTaskJson": "Fehler: Der Inhalt der Datei \"tasks.json\" weist Syntaxfehler auf. Bitte korrigieren sie diese, bevor Sie einen Task ausführen.\n",
"TaskSystem.noBuildType": "Es ist keine gültige Taskausführung konfiguriert. Unterstützte Taskausführungen sind \"service\" und \"program\".",
"TaskSystem.noConfiguration": "Es ist keine Taskausführung konfiguriert.",
"TaskSystem.noHotSwap": "Zum Ändern des Aufgabenausführungsmoduls muss VS Code neu gestartet werden. Die Änderung wird ignoriert.",
"TaskSystem.noProcess": "Der gestartete Task ist nicht mehr vorhanden. Wenn der Task Hintergrundprozesse erzeugt hat, kann das Beenden von VS Code ggf. zu verwaisten Prozessen führen. Starten Sie den letzten Hintergrundprozess mit einer wait-Kennzeichnung, um dies zu vermeiden.",
"TaskSystem.runningTask": "Es wird ein Task ausgeführt wird. Möchten Sie ihn beenden?",
"TaskSystem.terminateTask": "&&Task beenden",
......@@ -85,6 +95,7 @@
"TerminateAction.failed": "Fehler beim Beenden des ausgeführten Tasks.",
"TerminateAction.label": "Ausgeführten Task beenden",
"TerminateAction.noProcess": "Der gestartete Prozess ist nicht mehr vorhanden. Wenn der Task Hintergrundtasks erzeugt hat, kann das Beenden von VS Code ggf. zu verwaisten Prozessen führen.",
"TerminateAction.terminalSystem": "Die Aufgaben werden im integrierten Terminal ausgeführt. Verwenden Sie das Terminal, um die Aufgaben zu verwalten.",
"TestAction.label": "Testtask ausführen",
"manyMarkers": "mehr als 99",
"problems": "Probleme",
......
......@@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.globalMatcher": "Warnung: Globale Abgleiche und Tasks können nicht gemischt werden. Die globalen Abgleiche werden ignoriert.",
"ConfigurationParser.invalidCWD": "Warnung: \"options.cwd\" muss vom Typ \"string\" sein. Der Wert {0} wird ignoriert.\n",
"ConfigurationParser.invalidVaraibleReference": "Fehler: Ungültiger ProblemMatcher-Verweis: {0}\n",
"ConfigurationParser.noCommand": "Fehler: Es wurde kein gültiger Befehlsname angegeben.",
"ConfigurationParser.noName": "Fehler: Der Problemabgleich im Deklarationsbereich muss einen Namen besitzen:\n{0}\n",
"ConfigurationParser.noShell": "Warnung: Die Shell-Konfiguration wird nur beim Ausführen von Tasks im Terminal unterstützt.",
"ConfigurationParser.noTaskName": "Fehler: Tasks müssen eine Eigenschaft \"TaskName\" angeben. Der Task wird ignoriert.\n{0}\n",
"ConfigurationParser.noargs": "Fehler: Befehlsargumente müssen ein Array aus Zeichenfolgen sein. Angegebener Wert:\n{0}",
"ConfigurationParser.shellArgs": "Die Aufgabe {0} ist ein Shell-Befehl und legt Argumente fest. Führen Sie Argumente im Befehl zusammen, um eine korrekte Angabe der Befehlszeile sicherzustellen.",
"ConfigurationParser.unknownMatcherKind": "Warnung: Der definierte Problemabgleich ist unbekannt. Die folgenden Typen werden unterstützt: string | ProblemMatcher | (string | ProblemMatcher)[].\n{0}\n"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"terminal.integrated.cursorBlinking": "Steuert, ob der Terminalcursor blinkt.",
"terminal.integrated.cursorStyle": "Steuert den Stil des Terminalcursors.",
"terminal.integrated.cwd": "Ein expliziter Startpfad zum Starten des Terminals, dies dient als das aktuelle Arbeitsverzeichnis (CWD) für den Shellprozess. Dies ist insbesondere in Arbeitsbereichseinstellungen praktisch, wenn das Stammverzeichnis kein passendes CWD ist.",
"terminal.integrated.flowControl": "Steuert, ob der Terminalemulator die Flusssteuerung verwendet, um den Stand des Shell-Prozesses zu erreichen. Der wichtigste Effekt dabei besteht darin, dass die Reaktionsfähigkeit von ^C und anderen Signale gesteigert wird, wenn Befehle viele Ausgaben erzeugen. Deaktivieren Sie diese Einstellung, wenn Sie über benutzerdefinierte ^S- oder ^Q-Tastenzuordnungen verfügten, die die verwendeten XOFF- und XON-Signale überschreiben.",
"terminal.integrated.fontFamily": "Steuert die Schriftartfamilie des Terminals. Der Standardwert ist \"editor.fontFamily\".",
"terminal.integrated.fontLigatures": "Steuert, ob Schriftartligaturen im Terminal aktiviert sind.",
"terminal.integrated.fontSize": "Steuert den Schriftgrad des Terminals in Pixeln.",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clear": "Löschen",
"copy": "Kopieren",
"createNewTerminal": "Neues Terminal",
"paste": "Einfügen"
......
......@@ -4,9 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.doubleClickToSwitchToEditor.desc": "Permet d'activer le double-clic dans l'aperçu Markdown pour passer à l'éditeur.",
"markdown.preview.fontFamily.desc": "Contrôle la famille de polices utilisée dans l'aperçu Markdown.",
"markdown.preview.fontSize.desc": "Contrôle la taille de police en pixels utilisée dans l'aperçu Markdown.",
"markdown.preview.lineHeight.desc": "Contrôle la hauteur de ligne utilisée dans l'aperçu Markdown. Ce nombre est relatif à la taille de police.",
"markdown.preview.markEditorSelection.desc": "Permet de marquer la sélection actuelle de l'éditeur dans l'aperçu Markdown.",
"markdown.preview.scrollEditorWithPreview.desc": "Quand l'aperçu Markdown défile, l'affichage de l'éditeur est mis à jour.",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "Fait défiler l'aperçu Markdown pour afficher la ligne sélectionnée dans l'éditeur.",
"markdown.preview.title": "Ouvrir l'aperçu",
"markdown.previewFrontMatter.dec": "Définit comment les pages liminaires YAML doivent être affichées dans l'aperçu Markdown. L'option 'hide' supprime les pages liminaires. Sinon, elles sont traitées comme du contenu Markdown.",
"markdown.previewSide.title": "Ouvrir l'aperçu sur le côté",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "Impossible de valider le fichier php. Le programme php est introuvable. Utilisez le paramètre 'php.validate.executablePath' pour configurer l'emplacement de 'php'",
"unknownReason": "Échec de l'exécution de php avec le chemin : {0}. Raison inconnue."
"noExecutable": "Impossible d'effectuer la validation, car aucun exécutable PHP n'est défini. Cliquez sur l'élément Chemin de la barre d'état pour configurer l'exécutable.",
"unknownReason": "Échec de l'exécution de php avec le chemin : {0}. Raison inconnue.",
"wrongExecutable": "Impossible d'effectuer la validation, car {0} n'est pas un exécutable PHP valide. Cliquez sur l'élément Chemin de la barre d'état pour configurer l'exécutable."
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* 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
{
"php.enterPath": "Chemin vers l'exécutable PHP",
"php.migrateExecutablePath": "Utiliser le chemin ci-dessus comme chemin d'exécutable PHP ?",
"php.path": "Chemin"
}
\ No newline at end of file
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.suggest.basic": "Configure l'activation ou la désactivation des suggestions de langage PHP intégrées. La fonctionnalité de prise en charge suggère les variables globales et les variables de session PHP.",
"configuration.title": "PHP",
"configuration.validate.enable": "Spécifie si la validation PHP est activée ou non.",
"configuration.validate.enable": "Activez/désactivez la validation PHP intégrée.",
"configuration.validate.executablePath": "Pointe vers l'exécutable PHP.",
"configuration.validate.run": "Spécifie si linter est exécuté au moment de l'enregistrement ou de la saisie."
}
\ No newline at end of file
......@@ -4,18 +4,19 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeVersion": "En cours",
"channelName": "TypeScript",
"close": "Fermer",
"localTSFound": "Le dossier d'espace de travail contient TypeScript version {0}. Voulez-vous utiliser cette version à la place de la version groupée {1} ?",
"neverCheckLocalVesion": "Ne jamais vérifier la version de l'espace de travail",
"noServerFound": "Le chemin {0} ne pointe pas vers une installation valide de tsserver. Les fonctionnalités du langage TypeScript vont être désactivées.",
"learnMore": "En savoir plus",
"noServerFound": "Le chemin {0} ne pointe pas vers une installation tsserver valide. Utilisation par défaut de la version TypeScript groupée.",
"reloadBlurb": "Recharger la fenêtre pour appliquer les changements",
"reloadTitle": "Recharger",
"selectTsVersion": "Sélectionner la version TypeScript utilisée pour les fonctionnalités de langage",
"serverCouldNotBeStarted": "Impossible de démarrer le serveur de langage TypeScript. Message d'erreur : {0}",
"serverDied": "Le service de langage TypeScript s'est subitement arrêté 5 fois au cours des 5 dernières minutes. Pensez à ouvrir un rapport de bogues.",
"serverDiedAfterStart": "Le service de langage TypeScript s'est subitement arrêté 5 fois juste après le démarrage et ne sera pas redémarré. Ouvrez un rapport de bogues.",
"updateGlobalWorkspaceCheck": "Mise à jour du paramètre utilisateur 'typescript.check.workspaceVersion' avec la valeur false",
"updateLocalWorkspaceCheck": "Mise à jour du paramètre d'espace de travail 'typescript.check.workspaceVersion' avec la valeur false",
"updatedtsdk": "Mise à jour du paramètre d'espace de travail 'typescript.tsdk' avec la valeur {0}",
"use": "Utiliser l'espace de travail ({0})",
"useBundled": "Utiliser l'ensemble d'applications ({0})",
"serverDied": "Le service de langage TypeScript s'est subitement arrêté 5 fois au cours des 5 dernières minutes.",
"serverDiedAfterStart": "Le service de langage TypeScript s'est subitement arrêté 5 fois juste après avoir démarré. Il n'y aura pas d'autres redémarrages.",
"serverDiedReportIssue": "Signaler un problème",
"useVSCodeVersionOption": "Utiliser la version de VSCode",
"useWorkspaceVersionOption": "Utiliser la version de l'espace de travail",
"versionCheckUsingBundledTS": "Utilisation de la version TypeScript {0} de VSCode pour les fonctionnalités de langage TypeScript",
"versionNumber.custom": "personnalisé"
}
\ No newline at end of file
......@@ -131,7 +131,7 @@
"miViewDebug": "&&Déboguer",
"miViewExplorer": "&&Explorateur",
"miViewExtensions": "E&&xtensions",
"miViewSCM": "S&&CM",
"miViewGit": "&&Git",
"miViewSearch": "&&Rechercher",
"miWelcome": "&&Bienvenue",
"miZoomIn": "&&Zoom avant",
......
......@@ -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.
{}
\ No newline at end of file
{
"transposeLetters.label": "Transposer les lettres"
}
\ No newline at end of file
......@@ -6,11 +6,10 @@
{
"configuredTabSize": "Taille des tabulations configurée",
"detectIndentation": "Détecter la mise en retrait à partir du contenu",
"editor.reindentlines": "Remettre en retrait les lignes",
"indentUsingSpaces": "Mettre en retrait avec des espaces",
"indentUsingTabs": "Mettre en retrait avec des tabulations",
"indentationToSpaces": "Convertir les retraits en espaces",
"indentationToTabs": "Convertir les retraits en tabulations",
"selectTabWidth": "Sélectionner la taille des tabulations pour le fichier actuel",
"toggleRenderControlCharacters": "Activer/désactiver les caractères de contrôle",
"toggleRenderWhitespace": "Activer/désactiver Restituer l'espace"
"selectTabWidth": "Sélectionner la taille des tabulations pour le fichier actuel"
}
\ No newline at end of file
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Ajouter un point d'arrêt",
"addConfiguration": "Ajouter une configuration"
"addConfiguration": "Ajouter une configuration..."
}
\ No newline at end of file
......@@ -22,6 +22,9 @@
"filesConfigurationTitle": "Fichiers",
"formatOnSave": "Met en forme un fichier au moment de l'enregistrement. Un formateur doit être disponible, le fichier ne doit pas être enregistré automatiquement, et l'éditeur ne doit pas être en cours d'arrêt.",
"hotExit": "Contrôle si les fichiers non enregistrés sont mémorisés entre les sessions, ce qui permet d'ignorer la demande d'enregistrement à la sortie de l'éditeur.",
"hotExit.off": "Désactivez la sortie à chaud.",
"hotExit.onExit": "La sortie à chaud se déclenche à la fermeture de l'application, c'est-à-dire quand la dernière fenêtre est fermée dans Windows/Linux, ou quand la commande workbench.action.quit se déclenche (palette de commandes, combinaison de touches, menu). Toutes les fenêtres avec des sauvegardes sont restaurées au prochain lancement.",
"hotExit.onExitAndWindowClose": "La sortie à chaud se déclenche à la fermeture de l'application, c'est-à-dire quand la dernière fenêtre est fermée dans Windows/Linux, ou quand la commande workbench.action.quit se déclenche (palette de commandes, combinaison de touches, menu), ainsi que toute fenêtre comportant un dossier ouvert, qu'il s'agisse ou non de la dernière fenêtre. Toutes les fenêtres qui n'ont pas de dossiers ouverts sont restaurées au prochain lancement. Pour restaurer les fenêtres de dossiers telles qu'elles étaient avant l'arrêt, affectez à \"window.reopenFolders\" la valeur \"all\".",
"insertFinalNewline": "Quand l'option est activée, une nouvelle ligne finale est insérée à la fin du fichier au moment de son enregistrement.",
"openEditorsVisible": "Nombre d'éditeurs affichés dans le volet Éditeurs ouverts. Définissez la valeur 0 pour masquer le volet.",
"showExplorerViewlet": "Afficher l'Explorateur",
......
......@@ -6,5 +6,6 @@
{
"clearOutput": "Effacer la sortie",
"switchToOutput.label": "Passer à la sortie",
"toggleOutput": "Activer/désactiver la sortie"
"toggleOutput": "Activer/désactiver la sortie",
"toggleOutputScrollLock": "Activer/désactiver l'arrêt du défilement de la sortie"
}
\ No newline at end of file
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLanguageBasedSettings": "Configurer les paramètres spécifiques au langage...",
"languageDescriptionConfigured": "({0})",
"openGlobalKeybindings": "Ouvrir les raccourcis clavier",
"openGlobalSettings": "Ouvrir les paramètres utilisateur",
"openWorkspaceSettings": "Ouvrir les paramètres d'espace de travail",
"startSearchDefaultSettings": "Recherche des paramètres de focus par défaut"
"pickLanguage": "Sélectionner un langage"
}
\ No newline at end of file
......@@ -6,10 +6,14 @@
{
"copyDefaultValue": "Copier dans Paramètres",
"editTtile": "Modifier",
"noSettingsFound": "Aucun résultat",
"oneSettingFound": "1 paramètre correspondant",
"preferencesAriaLabel": "Préférences par défaut. Éditeur de texte en lecture seule.",
"replaceDefaultValue": "Remplacer dans les paramètres",
"settingsEditorName": "Paramètres par défaut",
"settingsFound": "{0} paramètres correspondants",
"totalSettingsMessage": "Total de {0} paramètres"
"totalSettingsMessage": "Total de {0} paramètres",
"unsupportedPHPExecutablePathSetting": "Ce paramètre doit être un paramètre utilisateur. Pour configurer PHP pour l'espace de travail, ouvrez un fichier PHP, puis cliquez sur 'Chemin PHP' dans la barre d'état.",
"unsupportedTypeScriptTsdkSetting": "Ce paramètre doit être un paramètre utilisateur. Pour configurer TypeScript pour l'espace de travail, ouvrez un fichier TypeScript, puis cliquez sur la version TypeScript dans la barre d'état.",
"unsupportedWorkspaceSetting": "Ce paramètre doit être un paramètre utilisateur."
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"SearchSettingsWidget.AriaLabel": "Paramètres de recherche",
"SearchSettingsWidget.Placeholder": "Paramètres de recherche",
"settingsSwitcherBarAriaLabel": "Sélecteur de paramètres",
"userSettings": "Paramètres utilisateur",
"workspaceSettings": "Paramètres de l'espace de travail"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"ConfigureTaskRunnerAction.noWorkspace": "Les tâches ne sont disponibles que dans un dossier d'espace de travail.",
"ConfigureTaskRunnerAction.quickPick.template": "Sélectionner un exécuteur de tâches",
"JsonSchema.args": "Arguments supplémentaires passés à la commande.",
"JsonSchema.background": "Spécifie si la tâche exécutée est persistante, et si elle s'exécute en arrière-plan.",
"JsonSchema.command": "Commande à exécuter. Il peut s'agir d'un programme externe ou d'une commande d'interpréteur de commandes.",
"JsonSchema.echoCommand": "Contrôle si la commande exécutée fait l'objet d'un écho dans la sortie. La valeur par défaut est false.",
"JsonSchema.linux": "Configuration de commande spécifique à Linux",
......@@ -48,36 +49,45 @@
"JsonSchema.problemMatcher.watching.endsPattern": "En cas de correspondance dans la sortie, la fin d'une tâche de suivi est signalée.",
"JsonSchema.promptOnClose": "Spécifie si l'utilisateur est prévenu quand VS Code se ferme avec une tâche s'exécutant en arrière-plan.",
"JsonSchema.shell": "Spécifie si la commande est une commande d'interpréteur de commandes ou un programme externe. La valeur par défaut est false, en cas d'omission.",
"JsonSchema.shell.args": "Arguments de l'interpréteur de commandes.",
"JsonSchema.shell.executable": "Interpréteur de commandes à utiliser.",
"JsonSchema.showOutput": "Contrôle si la sortie de la tâche en cours d'exécution est affichée ou non. En cas d'omission, 'always' est utilisé.",
"JsonSchema.suppressTaskName": "Contrôle si le nom de la tâche est ajouté en tant qu'argument de la commande. La valeur par défaut est false.",
"JsonSchema.taskSelector": "Préfixe indiquant qu'un argument est une tâche.",
"JsonSchema.tasks": "Configurations de la tâche. Il s'agit généralement d'enrichissements d'une tâche déjà définie dans l'exécuteur de tâches externe.",
"JsonSchema.tasks.args": "Arguments passés à la commande quand cette tâche est appelée.",
"JsonSchema.tasks.background": "Spécifie si la tâche exécutée est persistante, et si elle s'exécute en arrière-plan.",
"JsonSchema.tasks.build": "Mappe cette tâche à la commande de génération par défaut de Code.",
"JsonSchema.tasks.linux": "Configuration de commande spécifique à Linux",
"JsonSchema.tasks.mac": "Configuration de commande spécifique à Mac",
"JsonSchema.tasks.matchers": "Détecteur(s) de problèmes de correspondance à utiliser. Il peut s'agir d'une chaîne ou d'une définition de détecteur de problèmes de correspondance, ou encore d'un tableau de chaînes et de détecteurs de problèmes de correspondance.",
"JsonSchema.tasks.promptOnClose": "Spécifie si l'utilisateur est prévenu quand VS Code se ferme avec une tâche en cours d'exécution.",
"JsonSchema.tasks.showOutput": "Contrôle si la sortie de la tâche en cours d'exécution est affichée ou non. En cas d'omission, la valeur définie globalement est utilisée.",
"JsonSchema.tasks.suppressTaskName": "Contrôle si le nom de la tâche est ajouté en tant qu'argument de la commande. En cas d'omission, la valeur définie globalement est utilisée.",
"JsonSchema.tasks.taskName": "Nom de la tâche",
"JsonSchema.tasks.test": "Mappe cette tâche à la commande de test par défaut de Code.",
"JsonSchema.tasks.watching": "Spécifie si la tâche exécutée est persistante, et si elle surveille le système de fichiers.",
"JsonSchema.tasks.watching.deprecation": "Déconseillé. Utilisez isBackground à la place.",
"JsonSchema.tasks.windows": "Configuration de commande spécifique à Windows",
"JsonSchema.version": "Numéro de version de la configuration",
"JsonSchema.watching": "Spécifie si la tâche exécutée est persistante, et si elle surveille le système de fichiers.",
"JsonSchema.watching.deprecation": "Déconseillé. Utilisez isBackground à la place.",
"JsonSchema.watchingPattern.file": "Index de groupe de correspondance du nom de fichier. Peut être omis.",
"JsonSchema.watchingPattern.regexp": "Expression régulière permettant de détecter le début ou la fin d'une tâche de suivi.",
"JsonSchema.windows": "Configuration de commande spécifique à Windows",
"RebuildAction.label": "Exécuter la tâche de régénération",
"RunTaskAction.label": "Exécuter la tâche",
"ShowLogAction.label": "Afficher le journal des tâches",
"ShowTerminalAction.label": "Afficher le terminal",
"TaskSystem.active": "Une tâche active est en cours d'exécution. Terminez-la avant d'exécuter une autre tâche.",
"TaskSystem.activeSame": "La tâche est déjà active et en mode espion. Pour terminer la tâche, utilisez 'F1 > terminer la tâche'",
"TaskSystem.configurationErrors": "Erreur : la configuration de tâche fournie comporte des erreurs de validation et ne peut pas être utilisée. Corrigez d'abord les erreurs.",
"TaskSystem.exitAnyways": "&&Quitter quand même",
"TaskSystem.fatalError": "La configuration de tâche fournie comporte des erreurs de validation. Pour plus d'informations, consultez le journal de sortie des tâches.",
"TaskSystem.invalidTaskJson": "Erreur : le fichier tasks.json contient des erreurs de syntaxe. Corrigez-les avant d'exécuter une tâche.\n",
"TaskSystem.noBuildType": "Aucun exécuteur de tâches valide n'est configuré. Les exécuteurs de tâches valides sont 'service' et 'program'.",
"TaskSystem.noConfiguration": "Aucun exécuteur de tâches n'est configuré.",
"TaskSystem.noHotSwap": "Le changement du moteur d'exécution de tâches nécessite le redémarrage de VS Code. Changement ignoré.",
"TaskSystem.noProcess": "La tâche lancée n'existe plus. Si la tâche a engendré des processus en arrière-plan, la sortie de VS Code risque de donner lieu à des processus orphelins. Pour éviter ce problème, démarrez le dernier processus en arrière-plan avec un indicateur d'attente.",
"TaskSystem.runningTask": "Une tâche est en cours d'exécution. Voulez-vous la terminer ?",
"TaskSystem.terminateTask": "&&Terminer la tâche",
......@@ -85,6 +95,7 @@
"TerminateAction.failed": "Échec de la fin de l'exécution de la tâche",
"TerminateAction.label": "Terminer l'exécution de la tâche",
"TerminateAction.noProcess": "Le processus lancé n'existe plus. Si la tâche a engendré des tâches en arrière-plan, la sortie de VS Code risque de donner lieu à des processus orphelins.",
"TerminateAction.terminalSystem": "Les tâches sont exécutées dans le terminal intégré. Utilisez le terminal pour gérer les tâches.",
"TestAction.label": "Exécuter la tâche de test",
"manyMarkers": "99",
"problems": "Problèmes",
......
......@@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.globalMatcher": "Avertissement : impossible de mélanger des détecteurs de problèmes de correspondance globaux et des tâches. Détecteurs de problèmes de correspondance globaux ignorés.",
"ConfigurationParser.invalidCWD": "Avertissement : options.cwd doit être de type chaîne. Valeur {0} ignorée\n",
"ConfigurationParser.invalidVaraibleReference": "Erreur : référence à problemMatcher non valide : {0}\n",
"ConfigurationParser.noCommand": "Erreur : aucun nom de commande valide fourni.",
"ConfigurationParser.noName": "Erreur : le détecteur de problèmes de correspondance dans la portée de déclaration doit avoir un nom :\n{0}\n",
"ConfigurationParser.noShell": "Avertissement : La configuration de l'interpréteur de commandes n'est prise en charge que durant l'exécution des tâches dans le terminal.",
"ConfigurationParser.noTaskName": "Erreur : les tâches doivent fournir une propriété taskName. La tâche va être ignorée.\n{0}\n",
"ConfigurationParser.noargs": "Erreur : les arguments de commande doivent correspondre à un tableau de chaînes. La valeur fournie est :\n{0}",
"ConfigurationParser.shellArgs": "La tâche {0} est une commande d'interpréteur de commandes et spécifie des arguments. Pour garantir une ligne de commande correcte, fusionnez les arguments dans la commande.",
"ConfigurationParser.unknownMatcherKind": "Avertissement : le détecteur de problèmes de correspondance défini est inconnu. Les types pris en charge sont string | ProblemMatcher | (string | ProblemMatcher)[].\n{0}\n"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"terminal.integrated.cursorBlinking": "Contrôle si le curseur du terminal clignote.",
"terminal.integrated.cursorStyle": "Contrôle le style du curseur du terminal.",
"terminal.integrated.cwd": "Chemin explicite de lancement du terminal. Il est utilisé comme répertoire de travail actif du processus d'interpréteur de commandes. Cela peut être particulièrement utile dans les paramètres d'espace de travail, si le répertoire racine n'est pas un répertoire de travail actif adéquat.",
"terminal.integrated.flowControl": "Contrôle si l'émulateur du terminal doit utiliser le contrôle de flux pour rattraper le processus de l'interpréteur de commandes. En effet, ^C et les autres signaux doivent être beaucoup plus réactifs quand les commandes génèrent de nombreuses sorties. Vous devez désactiver cette option si vous avez des combinaisons de touches ^S ou ^Q personnalisées qui remplacent les signaux XOFF et XON utilisés.",
"terminal.integrated.fontFamily": "Contrôle la famille de polices du terminal. La valeur par défaut est la valeur associée à editor.fontFamily.",
"terminal.integrated.fontLigatures": "Contrôle si les ligatures de police sont activées sur le terminal.",
"terminal.integrated.fontSize": "Contrôle la taille de police en pixels du terminal.",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clear": "Effacer",
"copy": "Copier",
"createNewTerminal": "Nouveau terminal",
"paste": "Coller"
......
......@@ -4,9 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.doubleClickToSwitchToEditor.desc": "Abilita il passaggio all'editor con un doppio clic nell'anteprima markdown.",
"markdown.preview.fontFamily.desc": "Consente di controllare la famiglia di caratteri usata nell'anteprima markdown.",
"markdown.preview.fontSize.desc": "Consente di controllare le dimensioni del carattere in pixel usate nell'anteprima markdown.",
"markdown.preview.lineHeight.desc": "Consente di controllare l'altezza della riga usata nell'anteprima markdown. Questo numero è relativo alle dimensioni del carattere.",
"markdown.preview.markEditorSelection.desc": "Contrassegna la selezione dell'editor corrente nell'anteprima markdown.",
"markdown.preview.scrollEditorWithPreview.desc": "Quando si scorre l'anteprima markdown, aggiorna la visualizzazione dell'editor.",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "Scorre l'anteprima markdown in modo da visualizzare la riga attualmente selezionata dall'editor.",
"markdown.preview.title": "Apri anteprima",
"markdown.previewFrontMatter.dec": "Consente di impostare il rendering del front matter YAML nell'anteprima markdown. Con 'hide' il front matter viene rimosso; altrimenti il front matter viene considerato come contenuto markdown.",
"markdown.previewSide.title": "Apri anteprima lateralmente",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "Non è possibile convalidare il file php. Il programma php non è stato trovato. Usare l'impostazione 'php.validate.executablePath' per configurare il percorso di 'php'",
"unknownReason": "Non è stato possibile eseguire php con il percorso {0}. Il motivo è sconosciuto."
"noExecutable": "Non è possibile eseguire la convalida perché non è impostato alcun file eseguibile di PHP. Fare clic sull'elemento della barra di stato Percorso per configurare l'eseguibile.",
"unknownReason": "Non è stato possibile eseguire php con il percorso {0}. Il motivo è sconosciuto.",
"wrongExecutable": "Non è possibile eseguire la convalida perché {0} non è un file eseguibile di PHP valido. Fare clic sull'elemento della barra di stato Percorso per configurare l'eseguibile."
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* 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
{
"php.enterPath": "Percorso del file eseguibile di PHP",
"php.migrateExecutablePath": "Usare il percorso precedente come percorso del file eseguibile di PHP?",
"php.path": "Percorso"
}
\ No newline at end of file
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.suggest.basic": "Consente di configurare l'abilitazione dei suggerimenti predefiniti per il linguaggio PHP. Il supporto suggerisce variabili e variabili globali PHP.",
"configuration.title": "PHP",
"configuration.validate.enable": "Indica se la convalida PHP è abilitata o meno.",
"configuration.validate.enable": "Abilita/Disabilita la convalida PHP predefinita.",
"configuration.validate.executablePath": "Punta all'eseguibile di PHP.",
"configuration.validate.run": "Indica se il linter viene eseguito durante il salvataggio o la digitazione."
}
\ No newline at end of file
......@@ -4,18 +4,19 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeVersion": "Attualmente attiva",
"channelName": "TypeScript",
"close": "Chiudi",
"localTSFound": "La cartella dell'area di lavoro contiene TypeScript versione {0}. Usare questa versione invece della {1} in bundle?",
"neverCheckLocalVesion": "Non controllare mai la versione dell'area di lavoro",
"noServerFound": "Il percorso {0} non punta a un'installazione valida di tsserver. Le funzionalità del linguaggio TypeScript verranno disabilitate.",
"learnMore": "Altre informazioni",
"noServerFound": "Il percorso {0} non punta a un'installazione valida di tsserver. Verrà eseguito il fallback alla versione in bundle di TypeScript.",
"reloadBlurb": "Ricaricare la finestra per applicare le modifiche",
"reloadTitle": "Ricarica",
"selectTsVersion": "Selezionare la versione di TypeScript usata per le funzionalità del linguaggio",
"serverCouldNotBeStarted": "Non è stato possibile avviare il server di linguaggio TypeScript. Messaggio di errore: {0}",
"serverDied": "Il servizio di linguaggio Typescript è stato arrestato in modo imprevisto per cinque volte negli ultimi cinque minuti. Provare ad aprire una segnalazione bug.",
"serverDiedAfterStart": "Il servizio di linguaggio TypeScript è stato arrestato in modo imprevisto per cinque volte dopo che è stato avviato e non verrà riavviato. Aprire una segnalazione bug.",
"updateGlobalWorkspaceCheck": "L'impostazione utente 'typescript.check.workspaceVersion' è stata aggiornata ed è ora false",
"updateLocalWorkspaceCheck": "L'impostazione dell'area di lavoro 'typescript.check.workspaceVersion' è stata aggiornata ed è ora false",
"updatedtsdk": "L'impostazione dell'area di lavoro 'typescript.tsdk' è stata aggiornata ed è ora {0}",
"use": "Usa l'area di lavoro ({0})",
"useBundled": "Usa la versione in bundle ({0})",
"serverDied": "Il servizio di linguaggio Typescript è stato arrestato in modo imprevisto per cinque volte negli ultimi cinque minuti.",
"serverDiedAfterStart": "Il servizio di linguaggio TypeScript è stato arrestato in modo imprevisto per cinque volte dopo che è stato avviato e non verrà riavviato.",
"serverDiedReportIssue": "Segnala problema",
"useVSCodeVersionOption": "Usa versione di VSCode",
"useWorkspaceVersionOption": "Usa versione dell'area di lavoro",
"versionCheckUsingBundledTS": "Uso della versione {0} di TypeScript inclusa in VSCode per le funzionalità del linguaggio Typescript",
"versionNumber.custom": "personalizzato"
}
\ No newline at end of file
......@@ -131,7 +131,7 @@
"miViewDebug": "&&Debug",
"miViewExplorer": "&&Esplora risorse",
"miViewExtensions": "E&&stensioni",
"miViewSCM": "&&Gestione controllo servizi",
"miViewGit": "&&GIT",
"miViewSearch": "&&Cerca",
"miWelcome": "&&Benvenuti",
"miZoomIn": "&&Zoom avanti",
......
......@@ -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.
{}
\ No newline at end of file
{
"transposeLetters.label": "Trasponi lettere"
}
\ No newline at end of file
......@@ -6,11 +6,10 @@
{
"configuredTabSize": "Dimensione tabulazione configurata",
"detectIndentation": "Rileva rientro dal contenuto",
"editor.reindentlines": "Imposta nuovo rientro per righe",
"indentUsingSpaces": "Imposta rientro con spazi",
"indentUsingTabs": "Imposta rientro con tabulazioni",
"indentationToSpaces": "Converti rientro in spazi",
"indentationToTabs": "Converti rientro in tabulazioni",
"selectTabWidth": "Seleziona dimensione tabulazione per il file corrente",
"toggleRenderControlCharacters": "Attiva/Disattiva caratteri di controllo",
"toggleRenderWhitespace": "Attiva/Disattiva rendering spazi vuoti"
"selectTabWidth": "Seleziona dimensione tabulazione per il file corrente"
}
\ No newline at end of file
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "Aggiungi punto di interruzione",
"addConfiguration": "Aggiungi configurazione"
"addConfiguration": "Aggiungi configurazione..."
}
\ No newline at end of file
......@@ -22,6 +22,9 @@
"filesConfigurationTitle": "File",
"formatOnSave": "Formatta un file durante il salvataggio. Deve essere disponibile un formattatore, il file non deve essere salvato automaticamente e l'editor non deve essere in fase di chiusura.",
"hotExit": "Controlla se i file non salvati verranno memorizzati tra una sessione e l'altra, consentendo di ignorare il prompt di salvataggio alla chiusura dell'editor.",
"hotExit.off": "Disabilita Hot Exit.",
"hotExit.onExit": "La funzionalità Hot Exit verrà attivata alla chiusura dell'applicazione, ovvero quando si chiude l'ultima finestra in Windows/Linux o quando si attiva il comando workbench.action.quit (riquadro comandi, tasto di scelta rapida, menu). Tutte le finestre con backup verranno ripristinate al successivo avvio.",
"hotExit.onExitAndWindowClose": "La funzionalità Hot Exit verrà attivata alla chiusura dell'applicazione, ovvero quando si chiude l'ultima finestra in Windows/Linux o quando si attiva il comando workbench.action.quit (riquadro comandi, tasto di scelta rapida, menu), nonché per qualsiasi finestra con una cartella aperta indipendentemente dal fatto che sia l'ultima. Tutte le finestre senza cartelle aperte verranno ripristinate al successivo avvio. Per riportare le finestre di cartelle allo stato in cui si trovavano prima dell'arresto, impostare \"window.reopenFolders\" su \"all\".",
"insertFinalNewline": "Se è abilitato, inserisce un carattere di nuova riga finale alla fine del file durante il salvataggio.",
"openEditorsVisible": "Numero di editor visualizzati nel riquadro degli editor aperti. Impostarlo su 0 per nascondere il riquadro.",
"showExplorerViewlet": "Mostra Esplora risorse",
......
......@@ -6,5 +6,6 @@
{
"clearOutput": "Cancella output",
"switchToOutput.label": "Passa all'output",
"toggleOutput": "Attiva/Disattiva output"
"toggleOutput": "Attiva/Disattiva output",
"toggleOutputScrollLock": "Attiva/Disattiva blocco scorrimento per output"
}
\ No newline at end of file
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLanguageBasedSettings": "Configura impostazioni specifiche del linguaggio...",
"languageDescriptionConfigured": "({0})",
"openGlobalKeybindings": "Apri tasti di scelta rapida",
"openGlobalSettings": "Apri impostazioni utente",
"openWorkspaceSettings": "Apri impostazioni area di lavoro",
"startSearchDefaultSettings": "Sposta stato attivo su ricerca delle impostazioni predefinite"
"pickLanguage": "Seleziona linguaggio"
}
\ No newline at end of file
......@@ -12,5 +12,7 @@
"replaceDefaultValue": "Sostituisci nelle impostazioni",
"settingsEditorName": "Impostazioni predefinite",
"settingsFound": "{0} impostazioni corrispondenti",
"totalSettingsMessage": "{0} impostazioni in totale"
"totalSettingsMessage": "{0} impostazioni in totale",
"unsupportedTypeScriptTsdkSetting": "Questa deve essere un'impostazione utente. Per configurare TypeScript per l'area di lavoro, aprire un file TypeScript e fare clic sulla versione di TypeScript nella barra di stato.",
"unsupportedWorkspaceSetting": "Questa deve essere un'impostazione utente."
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"SearchSettingsWidget.AriaLabel": "Cerca impostazioni",
"SearchSettingsWidget.Placeholder": "Cerca impostazioni",
"settingsSwitcherBarAriaLabel": "Selezione impostazioni",
"userSettings": "Impostazioni utente",
"workspaceSettings": "Impostazioni area di lavoro"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"ConfigureTaskRunnerAction.noWorkspace": "Le attività sono disponibili solo per una cartella dell'area di lavoro.",
"ConfigureTaskRunnerAction.quickPick.template": "Seleziona strumento di esecuzione attività",
"JsonSchema.args": "Argomenti aggiuntivi passati al comando.",
"JsonSchema.background": "Indica se l'attività eseguita viene mantenuta attiva ed è in esecuzione in background.",
"JsonSchema.command": "Comando da eseguire. Può essere un programma esterno o un comando della shell.",
"JsonSchema.echoCommand": "Controlla se l'eco del comando eseguito viene incluso nell'output. Il valore predefinito è false.",
"JsonSchema.linux": "Configurazione dei comandi specifica di Linux",
......@@ -48,36 +49,45 @@
"JsonSchema.problemMatcher.watching.endsPattern": "Se corrisponde nell'output, viene segnalata la fine di un'attività di controllo.",
"JsonSchema.promptOnClose": "Indica se viene visualizzato un prompt utente quando Visual Studio Code viene chiuso con un'attività in background in esecuzione.",
"JsonSchema.shell": "Specifica se il comando è un comando della shell o un programma esterno. Se omesso, viene usato il valore predefinito false.",
"JsonSchema.shell.args": "Argomenti della shell.",
"JsonSchema.shell.executable": "Shell da usare.",
"JsonSchema.showOutput": "Controlla la visualizzazione dell'output dell'attività in esecuzione. Se omesso, viene usato 'always'.",
"JsonSchema.suppressTaskName": "Controlla se il nome dell'attività viene aggiunto come argomento al comando. Il valore predefinito è false.",
"JsonSchema.taskSelector": "Prefisso per indicare che un argomento è l'attività.",
"JsonSchema.tasks": "Configurazioni dell'attività. In genere si tratta di miglioramenti dell'attività già definite nello strumento di esecuzione attività esterno.",
"JsonSchema.tasks.args": "Argomenti passati al comando quando viene richiamata questa attività.",
"JsonSchema.tasks.background": "Indica se l'attività eseguita viene mantenuta attiva ed è in esecuzione in background.",
"JsonSchema.tasks.build": "Esegue il mapping di questa attività al comando di compilazione predefinito di Visual Studio Code.",
"JsonSchema.tasks.linux": "Configurazione dei comandi specifica di Linux",
"JsonSchema.tasks.mac": "Configurazione dei comandi specifica di Mac",
"JsonSchema.tasks.matchers": "Matcher problemi da usare. Può essere una stringa oppure una definizione di matcher problemi oppure una matrice di stringhe e matcher problemi.",
"JsonSchema.tasks.promptOnClose": "Indica se viene visualizzato un prompt utente quando Visual Studio Code viene chiuso con un'attività in esecuzione.",
"JsonSchema.tasks.showOutput": "Controlla la visualizzazione dell'output dell'attività in esecuzione. Se omesso, viene usato il valore definito globalmente.",
"JsonSchema.tasks.suppressTaskName": "Controlla se il nome dell'attività viene aggiunto come argomento al comando. Se omesso, viene usato il valore definito globalmente.",
"JsonSchema.tasks.taskName": "Nome dell'attività",
"JsonSchema.tasks.test": "Esegue il mapping di questa attività al comando di test predefinito di Visual Studio Code.",
"JsonSchema.tasks.watching": "Indica se l'attività eseguita viene mantenuta attiva e controlla il file system.",
"JsonSchema.tasks.watching.deprecation": "Deprecato. In alternativa, usare isBackground.",
"JsonSchema.tasks.windows": "Configurazione dei comandi specifica di Windows",
"JsonSchema.version": "Numero di versione della configurazione",
"JsonSchema.watching": "Indica se l'attività eseguita viene mantenuta attiva e controlla il file system.",
"JsonSchema.watching.deprecation": "Deprecato. In alternativa, usare isBackground.",
"JsonSchema.watchingPattern.file": "Indice del gruppo di corrispondenze del nome file. Può essere omesso.",
"JsonSchema.watchingPattern.regexp": "Espressione regolare per rilevare l'inizio o la fine di un'attività di controllo.",
"JsonSchema.windows": "Configurazione dei comandi specifica di Windows",
"RebuildAction.label": "Esegui attività di ricompilazione",
"RunTaskAction.label": "Esegui attività",
"ShowLogAction.label": "Mostra log attività",
"ShowTerminalAction.label": "Visualizza terminale",
"TaskSystem.active": "Al momento c'è già un'attività attiva in esecuzione. Terminarla prima di eseguirne un'altra.",
"TaskSystem.activeSame": "L'attività è già attiva e in modalità espressione di controllo. Per terminarla, usare `F1 > Termina attività`",
"TaskSystem.configurationErrors": "Errore: la configurazione delle attività specificata contiene errori di convalida e non è utilizzabile. Correggere prima gli errori.",
"TaskSystem.exitAnyways": "&&Esci comunque",
"TaskSystem.fatalError": "La configurazione attività specificata contiene errori di convalida. Per dettagli, vedere il log di output dell'attività.",
"TaskSystem.invalidTaskJson": "Errore: nel contenuto del file tasks.json sono presenti errori di sintassi. Correggerli prima di eseguire un'attività.\n",
"TaskSystem.noBuildType": "Non è stato configurato alcuno strumento di esecuzione attività. Gli strumenti supportati sono 'service' e 'program'.",
"TaskSystem.noConfiguration": "Non ci sono strumenti di esecuzione attività configurati.",
"TaskSystem.noHotSwap": "Per modificare il motore di esecuzione delle attività, è necessario riavviare VS Code. La modifica verrà ignorata.",
"TaskSystem.noProcess": "L'attività avviata non esiste più. Se l'attività implica la generazione di processi in background, uscendo da Visual Studio Code potrebbero essere presenti processi orfani. Per evitarlo, avviare l'ultimo processo in background con un flag di attesa.",
"TaskSystem.runningTask": "È presente un'attività in esecuzione. Terminarla?",
"TaskSystem.terminateTask": "&&Termina attività",
......@@ -85,6 +95,7 @@
"TerminateAction.failed": "Non è stato possibile terminare l'attività in esecuzione",
"TerminateAction.label": "Termina attività in esecuzione",
"TerminateAction.noProcess": "Il processo avviato non esiste più. Se l'attività implica la generazione di attività in background, uscendo da Visual Studio Code potrebbero essere presenti processi orfani.",
"TerminateAction.terminalSystem": "Le attività vengono eseguite nel terminale integrato. Usare il terminale per gestirle.",
"TestAction.label": "Esegui attività di test",
"manyMarkers": "Più di 99",
"problems": "Problemi",
......
......@@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.globalMatcher": "Avviso: non è possibile combinare matcher globali e attività. I matcher globali verranno ignorati.",
"ConfigurationParser.invalidCWD": "Avviso: options.cwd deve essere di tipo string. Il valore {0} verrà ignorato.\n",
"ConfigurationParser.invalidVaraibleReference": "Errore: il riferimento a problemMatcher non è valido: {0}\n",
"ConfigurationParser.noCommand": "Errore: non è stato specificato alcun nome di comando valido.",
"ConfigurationParser.noName": "Errore: è necessario specificare un nome per il matcher problemi nell'ambito di dichiarazione:\n{0}\n",
"ConfigurationParser.noShell": "Avviso: la configurazione della shell è supportata solo quando si eseguono attività nel terminale.",
"ConfigurationParser.noTaskName": "Errore: le attività devono specificare una proprietà taskName. L'attività verrà ignorata.\n{0}\n",
"ConfigurationParser.noargs": "Errore: gli argomenti del comando devono essere una matrice di stringhe. Il valore specificato è:\n{0}",
"ConfigurationParser.shellArgs": "L'attività {0} è un comando della shell e consente di specificare argomenti. Per garantire la corretta indicazione della riga di comando, unire gli argomenti nel comando.",
"ConfigurationParser.unknownMatcherKind": "Avviso: il matcher problemi definito è sconosciuto. I tipi supportati sono string | ProblemMatcher | (string | ProblemMatcher)[].\n{0}\n"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"terminal.integrated.cursorBlinking": "Controlla se il cursore del terminale è intermittente o meno.",
"terminal.integrated.cursorStyle": "Controlla lo stile del cursore del terminale.",
"terminal.integrated.cwd": "Percorso di avvio esplicito in cui verrà avviato il terminale. Viene usato come directory di lavoro corrente per il processo della shell. Può risultare particolarmente utile nelle impostazioni dell'area di lavoro se la directory radice non costituisce una directory di lavoro corrente comoda.",
"terminal.integrated.flowControl": "Consente di controllare se l'emulatore di terminale userà il controllo di flusso allo scopo di mettersi in pari con il processo della shell. In tal modo i tempi di risposta di ^C e di altri segnali dovrebbero essere più rapidi quando l'output dei comandi è notevole. È consigliabile mantenere disabilitata questa opzione se sono presenti tasti di scelta rapida ^S o ^Q personalizzati per eseguire l'override dei segnali XOFF e XON usati.",
"terminal.integrated.fontFamily": "Controlla la famiglia di caratteri del terminale. L'impostazione predefinita è il valore di editor.fontFamily.",
"terminal.integrated.fontLigatures": "Controlla se i caratteri legatura sono abilitati nel terminale.",
"terminal.integrated.fontSize": "Consente di controllare le dimensioni del carattere in pixel del terminale.",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clear": "Cancella",
"copy": "Copia",
"createNewTerminal": "Nuovo terminale",
"paste": "Incolla"
......
......@@ -4,9 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"markdown.preview.doubleClickToSwitchToEditor.desc": "マークダウンのプレビューでダブルクリックするとエディターに切り替わります。",
"markdown.preview.fontFamily.desc": "マークダウン プレビューで使用されるフォント ファミリを制御します。",
"markdown.preview.fontSize.desc": "マークダウン プレビューで使用されるフォント サイズ (ピクセル単位) を制御します。",
"markdown.preview.lineHeight.desc": "マークダウン プレビューで使用される行の高さを制御します。この数値はフォント サイズを基準とします。",
"markdown.preview.markEditorSelection.desc": "マークダウンのプレビューに、エディターの現在の選択範囲を示すマークが付きます。",
"markdown.preview.scrollEditorWithPreview.desc": "マークダウンのプレビューをスクロールすると、エディターのビューが更新されます。",
"markdown.preview.scrollPreviewWithEditorSelection.desc": "エディターの現在の選択行を示すため、マークダウンのプレビューがスクロールします。",
"markdown.preview.title": "プレビューを開く",
"markdown.previewFrontMatter.dec": "マークダウン プレビューで YAML front matter がレンダリングされる方法を設定します。'hide' の場合、front matter が削除されます。その他の場合には、front matter はマークダウン コンテンツとして処理されます。",
"markdown.previewSide.title": "プレビューを横に表示",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"noPHP": "php ファイルを検証できません。php プログラムが見つかりませんでした。'php.validate.executablePath' 設定を使用して 'php' の場所を構成してください。 ",
"unknownReason": "パス {0} を使用して php を実行できませんでした。理由は不明です。"
"noExecutable": "PHP 実行可能ファイルが設定されていないため、検証できません。[パス] ステータス バー項目をクリックし、実行可能ファイルを設定してください。",
"unknownReason": "パス {0} を使用して php を実行できませんでした。理由は不明です。",
"wrongExecutable": "{0} が有効な PHP 実行可能ファイルではないため、検証できません。[パス] ステータス バー項目をクリックし、実行可能ファイルを設定してください。"
}
\ No newline at end of file
......@@ -3,4 +3,8 @@
* 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
{
"php.enterPath": "PHP 実行可能ファイルのパス",
"php.migrateExecutablePath": "上記のパスを PHP 実行可能ファイルのパスとして使用しますか?",
"php.path": "パス"
}
\ No newline at end of file
......@@ -4,8 +4,9 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configuration.suggest.basic": "組み込みの PHP 言語候補機能を有効にするかどうかを設定します。このサポートによって、PHP グローバルと変数の候補が示されます。",
"configuration.title": "PHP",
"configuration.validate.enable": "PHP の検証が有効かどうか。",
"configuration.validate.executablePath": "PHP の実行可能ファイルをポイントします。",
"configuration.validate.enable": "組み込みの PHP 検証を有効/無効にします。",
"configuration.validate.executablePath": "PHP 実行可能ファイルを指します。",
"configuration.validate.run": "リンターを保存時に実行するか、入力時に実行するか。"
}
\ No newline at end of file
......@@ -4,18 +4,19 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"activeVersion": "現在有効",
"channelName": "TypeScript",
"close": "閉じる",
"localTSFound": "ワークスペース フォルダーには TypeScript バージョン {0} があります。バンドルされたバージョン {1} ではなく、このバージョンを使用しますか?",
"neverCheckLocalVesion": "ワークスペース バージョンを確認しない",
"noServerFound": "パス {0} は、有効な tsserver インストールを指していません。TypeScript 言語機能は使用できなくなります。",
"learnMore": "詳細情報",
"noServerFound": "パス {0} は、有効な tsserver インストールを指していません。バンドルされている TypeScript バージョンにフォールバックしています。",
"reloadBlurb": "ウィンドウを再度読み込んで、変更を適用します",
"reloadTitle": "再読み込む",
"selectTsVersion": "言語機能に使用する TypeScript バージョンを選択します",
"serverCouldNotBeStarted": "TypeScript 言語サーバーを起動できません。エラー メッセージ: {0}",
"serverDied": "TypeScript 言語サービスは、直前の 5 分間に 5 回、予期せずに停止しました。バグ報告を開くことをご検討ください。",
"serverDiedAfterStart": "TypeScript 言語サービスは、開始直後に 5 回停止しました。サービスは再開されません。バグ報告を開いてください。",
"updateGlobalWorkspaceCheck": "ユーザー設定 'typescript.check.workspaceVersion' を false に更新しました",
"updateLocalWorkspaceCheck": "ワークスペース設定 'typescript.check.workspaceVersion' を false に更新しました",
"updatedtsdk": "ワークスペース設定 'typescript.tsdk' を {0} に更新しました",
"use": "ワークスペース ({0}) を使用する",
"useBundled": "バンドル ({0}) を使用する",
"serverDied": "TypeScript 言語サービスは、直前の 5 分間に 5 回、予期せずに停止しました。",
"serverDiedAfterStart": "TypeScript 言語サービスは、開始直後に 5 回停止しました。サービスは再開されません。",
"serverDiedReportIssue": "問題の報告",
"useVSCodeVersionOption": "VSCode のバージョンの使用",
"useWorkspaceVersionOption": "ワークスペース バージョンの使用",
"versionCheckUsingBundledTS": "Typescript 言語機能に VSCode の TypeScript バージョン {0} を使用しています",
"versionNumber.custom": "カスタム"
}
\ No newline at end of file
......@@ -131,7 +131,7 @@
"miViewDebug": "デバッグ(&&D)",
"miViewExplorer": "エクスプローラー(&&E)",
"miViewExtensions": "拡張機能(&&X)",
"miViewSCM": "SCM(&&C)",
"miViewGit": "Git(&&G)",
"miViewSearch": "検索(&&S)",
"miWelcome": "ようこそ(&&W)",
"miZoomIn": "拡大(&&Z)",
......
......@@ -18,7 +18,7 @@
"fontLigatures": "フォントの合字を使用します",
"fontSize": "フォント サイズをピクセル単位で制御します。",
"fontWeight": "フォントの太さを制御します。",
"formatOnPaste": "貼り付けた内容がエディターにより自動的にフォーマットされるかどうかを制御します",
"formatOnPaste": "貼り付けた内容がエディターにより自動的にフォーマットされるかどうかを制御します。フォーマッタを使用可能にする必要があります。また、フォーマッタがドキュメント内の範囲をフォーマットできなければなりません。",
"formatOnType": "エディターで入力後に自動的に行の書式設定を行うかどうかを制御します",
"glyphMargin": "エディターで縦のグリフ余白が表示されるかどうかを制御します。ほとんどの場合、グリフ余白はデバッグに使用されます。",
"hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。",
......
......@@ -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.
{}
\ No newline at end of file
{
"transposeLetters.label": "文字の入れ替え"
}
\ No newline at end of file
......@@ -6,11 +6,10 @@
{
"configuredTabSize": "構成されたタブのサイズ",
"detectIndentation": "内容からインデントを検出",
"editor.reindentlines": "行の再インデント",
"indentUsingSpaces": "スペースによるインデント",
"indentUsingTabs": "タブによるインデント",
"indentationToSpaces": "インデントをスペースに変換",
"indentationToTabs": "インデントをタブに変換",
"selectTabWidth": "現在のファイルのタブのサイズを選択",
"toggleRenderControlCharacters": "制御文字の切り替え",
"toggleRenderWhitespace": "空白文字の表示の切り替え"
"selectTabWidth": "現在のファイルのタブのサイズを選択"
}
\ No newline at end of file
......@@ -13,11 +13,11 @@
"enablePreviewFromQuickOpen": "Quick Open で開いたエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
"file": "ファイル",
"help": "ヘルプ",
"menuBarVisibility": "メニュー バーの表示/非表示を制御します。'切り替え' 設定は Alt キーを 1 回押すとメニュー バーの表示/非表示が切り替わることを意味します。",
"menuBarVisibility": "メニュー バーの表示/非表示を制御します。'切り替え' 設定は Alt キーを 1 回押すとメニュー バーの表示/非表示が切り替わることを意味します。既定では、ウィンドウが全画面表示の場合を除き、メニュー バーは表示されます。",
"newWindowDimensions": "新しいウィンドウを開くときのサイズを制御します。既定では、新しいウィンドウは画面の中央に小さいサイズで開きます。'継承' に設定すると、最後のアクティブ ウィンドウと同じサイズで開きます。'最大化' に設定するとウィンドウは最大サイズで開き、'全画面表示' に設定すると全画面になります。",
"openDefaultSettings": "設定を開くとすべての既定の設定を表示するエディターも開くかどうかを制御します。",
"openFilesInNewWindow": "ファイルを新しいウィンドウで開くか、最後のアクティブ ウィンドウで開くかを制御します。\n- 既定: 最後のアクティブ ウィンドウでファイルを開く\n- オン: 新しいウィンドウでファイルを開く\n- オフ: 最後のアクティブ ウィンドウでファイルを開く\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
"openFoldersInNewWindow": "フォルダーを新しいウィンドウで開くか、最後のアクティブ ウィンドウで開くかを制御します。\n- 既定: アプリケーション内で (ファイル メニューなどから) 選択したものでなければ、新しいウィンドウでフォルダーを開く\n- オン: 新しいウィンドウでフォルダーを開く\n- オフ: 最後のアクティブ ウィンドウでフォルダーを開く\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
"openFilesInNewWindow": "ファイルを新しいウィンドウで開くか、最後のアクティブ ウィンドウで開くかを制御します。\n- 既定: Dock または Finder を使用して開く場合以外、最後のアクティブ ウィンドウでファイルを開く (macOS のみ)\n- オン: 新しいウィンドウでファイルを開く\n- オフ: 最後のアクティブ ウィンドウでファイルを開く\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
"openFoldersInNewWindow": "フォルダーを新しいウィンドウで開くか、最後のアクティブ ウィンドウで開くかを制御します。\n- 既定: アプリケーション内で ([ファイル] メニューなどから) 選択したものでなければ、新しいウィンドウでフォルダーを開く\n- オン: 新しいウィンドウでフォルダーを開く\n- オフ: 最後のアクティブ ウィンドウでフォルダーを開く\nこの設定は無視される場合もあります (-new-window または -reuse-window コマンド ライン オプションを使用する場合など)。",
"reopenFolders": "再起動後にフォルダーを再度開く方法を制御します。'none' を選択するとフォルダーを再度開くことはありません。'one' を選択すると最後に作業したフォルダーを再度開きます。'all' を選択すると前回のセッションのフォルダーすべてを再度開きます。",
"restoreFullscreen": "全画面表示モードで終了した場合に、ウィンドウを全画面表示モードに復元するかどうかを制御します。",
"showEditorTabs": "開いているエディターをタブに表示するかどうかを制御します。",
......
......@@ -5,5 +5,5 @@
// Do not edit this file. It is machine generated.
{
"addBreakpoint": "ブレークポイントの追加",
"addConfiguration": "構成の追加"
"addConfiguration": "構成の追加..."
}
\ No newline at end of file
......@@ -21,7 +21,10 @@
"files.exclude.when": "一致するファイルの兄弟をさらにチェックします。一致するファイル名の変数として $(basename) を使用します。",
"filesConfigurationTitle": "ファイル",
"formatOnSave": "ファイルを保存するときにフォーマットしてください。フォーマッタを使用可能にして、ファイルを自動保存せず、エディターをシャットダウンしないでください。",
"hotExit": "エディターを終了するときに保存を確認するメッセージを省略し、保存されていないファイルへの変更内容をセッション後も保持する Hot Exit を有効にするかどうかを決定します。\"{0}\" を選択すると、Hot Exit はアプリケーションを終了したとき (メニューをキー バインドしたコマンド パレット経由の workbench.action.quit コマンド) にのみトリガーされ、バックアップのすべてのウィンドウが次の起動時に復元されます。\"{1}\" を選択すると、いずれかのフォルダー ウィンドウを閉じたときに Hot Exit がトリガーされ、アプリケーションの起動時にフォルダー以外のウィンドウ (フォルダー ワークスペース以外) が復元されます。",
"hotExit": "エディターを終了するときに保存を確認するダイアログを省略し、保存されていないファイルをセッション後も保持するかどうかを制御します。",
"hotExit.off": "Hot Exit を無効にします。",
"hotExit.onExit": "アプリケーションが閉じると (Windows/Linux で最後のウィンドウが閉じるとき、または workbench.action.quit コマンドがトリガーされるとき (コマンド パレット、キー バインド、メニュー))、Hot Exit がトリガーされます。バックアップされているすべてのウィンドウは、次の起動時に復元されます。",
"hotExit.onExitAndWindowClose": "アプリケーションが閉じると (Windows/Linux で最後のウィンドウが閉じるとき、または workbench.action.quit コマンドがトリガーするとき (コマンド パレット、キー バインド、メニュー))、Hot Exit がトリガーされます。また、フォルダーが開かれているウィンドウについても、それが最後のウィンドウかどうかに関係なく、Hot Exit がトリガーされます。フォルダーが開かれていないウィンドウはすべて、次回の起動時に復元されます。フォルダーのウィンドウをシャットダウン前と同じ状態に復元するには、\"window.reopenFolders\"\"all\" に設定します。",
"insertFinalNewline": "有効にすると、ファイルの保存時に最新の行を末尾に挿入します。",
"openEditorsVisible": "[開いているエディター] ウィンドウに表示されているエディターの数。0 に設定するとウィンドウが非表示になります。",
"showExplorerViewlet": "エクスプローラーを表示",
......
......@@ -6,5 +6,6 @@
{
"clearOutput": "出力のクリア",
"switchToOutput.label": "出力に切り替え",
"toggleOutput": "出力の切り替え"
"toggleOutput": "出力の切り替え",
"toggleOutputScrollLock": "出力スクロール ロックの切り替え"
}
\ No newline at end of file
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLanguageBasedSettings": "言語固有の設定を構成します...",
"languageDescriptionConfigured": "({0})",
"openGlobalKeybindings": "キーボード ショートカットを開く",
"openGlobalSettings": "ユーザー設定を開く",
"openWorkspaceSettings": "ワークスペース設定を開く",
"startSearchDefaultSettings": "既定の設定検索にフォーカス"
"pickLanguage": "言語の選択"
}
\ No newline at end of file
......@@ -6,10 +6,14 @@
{
"copyDefaultValue": "設定にコピー",
"editTtile": "編集",
"noSettingsFound": "結果なし",
"oneSettingFound": "1 つの設定が一致します",
"preferencesAriaLabel": "既定の設定。読み取り専用のテキスト エディター。",
"replaceDefaultValue": "設定を置換",
"settingsEditorName": "既定の設定",
"settingsFound": "{0} 個の設定が一致します",
"totalSettingsMessage": "合計 {0} 個の設定"
"totalSettingsMessage": "合計 {0} 個の設定",
"unsupportedPHPExecutablePathSetting": "この設定はユーザー設定でなければなりません。ワークスペースのために PHP を構成するには、PHP ファイルを開き、ステータス バーの [PHP パス] をクリックします。",
"unsupportedTypeScriptTsdkSetting": "この設定はユーザー設定でなければなりません。ワークスペースのために TypeScript を構成するには、TypeScript ファイルを開き、ステータス バーで TypeScript バージョンをクリックします。",
"unsupportedWorkspaceSetting": "この設定はユーザー設定でなければなりません。"
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"SearchSettingsWidget.AriaLabel": "設定の検索",
"SearchSettingsWidget.Placeholder": "設定の検索",
"settingsSwitcherBarAriaLabel": "設定切り替え",
"userSettings": "ユーザー設定",
"workspaceSettings": "ワークスペースの設定"
}
\ No newline at end of file
......@@ -16,6 +16,7 @@
"ConfigureTaskRunnerAction.noWorkspace": "タスクはワークスペース フォルダーでのみ利用可能です。",
"ConfigureTaskRunnerAction.quickPick.template": "タスク ランナーを選択",
"JsonSchema.args": "さらにコマンドに渡される引数。",
"JsonSchema.background": "実行済みのタスクが維持され、バッググラウンドで実行されているかどうか。",
"JsonSchema.command": "実行されるコマンド。外部プログラムかシェル コマンドです。",
"JsonSchema.echoCommand": "実行されるコマンドが出力にエコーされるかどうかを制御します。既定は false です。",
"JsonSchema.linux": "Linux 固有のコマンド構成",
......@@ -48,36 +49,45 @@
"JsonSchema.problemMatcher.watching.endsPattern": "出力内で一致すると、ウォッチ中のタスクの終了が通知されます。",
"JsonSchema.promptOnClose": "バックグラウンド タスクの実行中に VS Code を閉じる時に、ユーザーに対してプロンプトが表示されるかどうか。",
"JsonSchema.shell": "コマンドがシェル コマンドか外部プログラムかを指定します。省略すると、既定は false になります。",
"JsonSchema.shell.args": "シェル引数。",
"JsonSchema.shell.executable": "使用するシェル。",
"JsonSchema.showOutput": "実行中のタスクの出力が表示されるかどうかを制御します。省略すると、'always' が使用されます。",
"JsonSchema.suppressTaskName": "タスク名を引数としてコマンドに追加するかどうかを制御します。既定は false です。",
"JsonSchema.taskSelector": "引数がタスクであることを示すプレフィックス。",
"JsonSchema.tasks": "タスクの構成。普通は外部タスク ランナーで既に定義されているタスクのエンリッチメントです。",
"JsonSchema.tasks.args": "このタスクの起動時にコマンドに渡される引数。",
"JsonSchema.tasks.background": "実行済みのタスクが維持され、バッググラウンドで実行されているかどうか。",
"JsonSchema.tasks.build": "このタスクを Code の既定のビルド コマンドにマップします。",
"JsonSchema.tasks.linux": "Linux 固有のコマンド構成",
"JsonSchema.tasks.mac": "Mac 固有のコマンド構成",
"JsonSchema.tasks.matchers": "使用する問題マッチャー。1 つの文字列または問題マッチャー定義か、文字列と問題マッチャーの配列です。",
"JsonSchema.tasks.promptOnClose": "タスクの実行中に VS Code を閉じるときにユーザーにダイアログを表示するかどうか。",
"JsonSchema.tasks.showOutput": "実行中のタスクの出力が表示されるかどうかを制御します。省略すると、グローバルに定義された値が使用されます。",
"JsonSchema.tasks.suppressTaskName": "タスク名を引数としてコマンドに追加するかどうかを制御します。省略すると、グローバルに定義された値が使用されます。",
"JsonSchema.tasks.taskName": "タスクの名前",
"JsonSchema.tasks.test": "このタスクを Code の既定のテスト コマンドにマップします。",
"JsonSchema.tasks.watching": "実行済みのタスクが維持され、ファイル システムをウォッチしているかどうか。",
"JsonSchema.tasks.watching.deprecation": "使用しないでください。代わりに isBackground をご使用ください。",
"JsonSchema.tasks.windows": "Windows 固有のコマンド構成",
"JsonSchema.version": "構成のバージョン番号",
"JsonSchema.watching": "実行済みのタスクが維持され、ファイル システムをウォッチしているかどうか。",
"JsonSchema.watching.deprecation": "使用しないでください。代わりに isBackground をご使用ください。",
"JsonSchema.watchingPattern.file": "ファイル名の一致グループ インデックス。省略できます。",
"JsonSchema.watchingPattern.regexp": "ウォッチ中タスクの開始または終了を検出する正規表現。",
"JsonSchema.windows": "Windows 固有のコマンド構成",
"RebuildAction.label": "リビルド タスクの実行",
"RunTaskAction.label": "タスクの実行",
"ShowLogAction.label": "タスク ログの表示",
"ShowTerminalAction.label": "端末の表示",
"TaskSystem.active": "現在アクティブな実行中のタスクがあります。まずこのタスクを終了してから、別のタスクを実行してください。",
"TaskSystem.activeSame": "タスクは既にアクティブおよびウォッチ モードになっています。タスクを終了するには、`F1 > タスクの終了` を使用します",
"TaskSystem.configurationErrors": "エラー: 指定したタスク設定に検証エラーがあり、使用できません。最初にエラーを修正してください。",
"TaskSystem.exitAnyways": "常に終了(&&E)",
"TaskSystem.fatalError": "提供されたタスク構成に検証エラーがあります。詳細については、タスク出力ログを参照してください。",
"TaskSystem.invalidTaskJson": "エラー: tasks.json ファイルの内容に構文エラーがあります。訂正してからタスクを実行してください。\n",
"TaskSystem.noBuildType": "構成されている有効なタスク ランナーがありません。サポートされているタスク ランナーは 'service' と 'program' です。",
"TaskSystem.noConfiguration": "タスク ランナーが構成されていません。",
"TaskSystem.noHotSwap": "タスク実行エンジンを変更するには VS Code の再起動が必要です。変更は無視されます。",
"TaskSystem.noProcess": "起動したタスクは既に存在しません。タスクを起動したバックグラウンド プロセスが VS コードで終了すると、プロセスが孤立することがあります。これを回避するには、待機フラグを設定して最後のバックグラウンド プロセスを開始します。",
"TaskSystem.runningTask": "実行中のタスクがあります。終了しますか?",
"TaskSystem.terminateTask": "タスクの終了(&&T)",
......@@ -85,6 +95,7 @@
"TerminateAction.failed": "実行中のタスクの終了に失敗しました",
"TerminateAction.label": "実行中のタスクの終了",
"TerminateAction.noProcess": "起動したプロセスは既に存在しません。タスクを起動したバックグラウンド タスクが VS コードで終了すると、プロセスが孤立することがあります。",
"TerminateAction.terminalSystem": "タスクは統合ターミナルで実行されます。ターミナルを使用してタスクを管理してください。",
"TestAction.label": "テスト タスクの実行",
"manyMarkers": "99+",
"problems": "問題",
......
......@@ -4,12 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"ConfigurationParser.globalMatcher": "警告: グローバル マッチャーとタスクは混合できません。グローバル マッチャーは無視されます。",
"ConfigurationParser.invalidCWD": "警告: options.cwd は、型 string でなければなりません。値 {0} を無視します\n",
"ConfigurationParser.invalidVaraibleReference": "エラー: 正しくない problemMatcher 参照: {0}\n",
"ConfigurationParser.noCommand": "エラー: 有効なコマンド名が指定されていません。",
"ConfigurationParser.noName": "エラー: 宣言スコープ内の問題マッチャーに次の名前がなければなりません:\n{0}\n",
"ConfigurationParser.noShell": "警告: シェル構成がサポートされるのは、ターミナルでタスクを実行している場合のみです。",
"ConfigurationParser.noTaskName": "エラー: タスクが taskName プロパティを提供しなければなりません。このタスクは無視されます。\n{0}\n",
"ConfigurationParser.noargs": "エラー: コマンド引数は文字列の配列でなければなりません。指定された値:\n{0}",
"ConfigurationParser.shellArgs": "タスク {0} はシェル コマンドであり、引数を指定します。コマンド ラインの引用符が正しく解釈されるよう、引数をコマンドに結合してください。",
"ConfigurationParser.unknownMatcherKind": "警告: 定義されている問題マッチャーが不明です。サポートされている型は string | ProblemMatcher | (string | ProblemMatcher)[] です。\n{0}\n"
}
\ No newline at end of file
......@@ -9,6 +9,7 @@
"terminal.integrated.cursorBlinking": "端末のカーソルを点滅させるかどうかを制御します。",
"terminal.integrated.cursorStyle": "端末のカーソルのスタイルを制御します。",
"terminal.integrated.cwd": "端末を起動する明示的な開始パスです。これはシェル プロセスの現在の作業ディレクトリ (cwd) として使用されます。特にルート ディレクトリが cwd に適していない場合に、ワークスペースの設定で役立ちます。",
"terminal.integrated.flowControl": "ターミナル エミュレーターがシェル プロセスに遅れないようにするためにフロー制御を使用するかどうかを指定します。その主な効果は、コマンドの出力が大量の場合に、^C および他のシグナルの応答がさらに速くなることです。XOFF および XON シグナルの使用を無視するカスタムの ^S または ^Q キー バインドを使用している場合は、この設定を無効にしてください。",
"terminal.integrated.fontFamily": "端末のフォント ファミリを制御します。既定値は editor.fontFamily になります。",
"terminal.integrated.fontLigatures": "端末でフォントの合字が有効かどうかを制御します。",
"terminal.integrated.fontSize": "端末のフォント サイズをピクセル単位で制御します。",
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"clear": "クリア",
"copy": "コピー",
"createNewTerminal": "新しいターミナル",
"paste": "貼り付け"
......
......@@ -131,7 +131,7 @@
"miViewDebug": "디버그(&&D)",
"miViewExplorer": "탐색기(&&E)",
"miViewExtensions": "확장(&&X)",
"miViewSCM": "SCM(&&C)",
"miViewGit": "Git(&&G)",
"miViewSearch": "검색(&&S)",
"miWelcome": "시작(&&W)",
"miZoomIn": "확대(&&Z)",
......
......@@ -131,7 +131,7 @@
"miViewDebug": "&&Отладка",
"miViewExplorer": "Про&&водник",
"miViewExtensions": "Р&&асширения",
"miViewSCM": "S&&CM",
"miViewGit": "&&GIT",
"miViewSearch": "По&&иск",
"miWelcome": "&&Приветствие",
"miZoomIn": "&&Увеличить",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册