Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated strings from microsoft/vscode-loc-drop@5dafaf15ce52dace686780d8e4f2c69b2cddd25f #1731

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/vscode-language-pack-fr/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"filter": "Filtrer",
"foundResults": "{0} résultats",
"fuzzySearch": "Correspondance approximative",
"not found": "No results found.",
"not found": "Aucun résultat trouvé.",
"replFindNoResults": "Aucun résultat",
"type to filter": "Type à filtrer",
"type to search": "Entrer le texte à rechercher"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"No npm scripts found in your package.json": "package.json に npm スクリプトがありません",
"No package.json files found in your workspace.": "ワークスペースに package.json ファイルが見つかりません。",
"No workspace folder open.": "開いているワークスペース フォルダーがありません。",
"Node Attributes": "Node Attributes",
"Node Attributes": "ノード属性",
"Node.js version '{0}' not installed using version manager {1}.": "Node.js バージョン '{0}' は、バージョン マネージャー {1} を使用してインストールされていません。",
"Not Now": "今はしない",
"Only objects can be queried": "照会できるのはオブジェクトのみです",
Expand Down
12 changes: 6 additions & 6 deletions i18n/vscode-language-pack-ja/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"filter": "フィルター",
"foundResults": "{0} 件の結果",
"fuzzySearch": "あいまい一致",
"not found": "No results found.",
"not found": "結果が見つかりません。",
"replFindNoResults": "結果はありません",
"type to filter": "入力してフィルター",
"type to search": "入力して検索"
Expand Down Expand Up @@ -2111,8 +2111,8 @@
"invalidManifest": "VSIX が無効です: package.json は JSON ファイルではありません。"
},
"vs/platform/extensions/common/extensionValidator": {
"apiProposalMismatch1": "This extension is using the API proposal '{0}' that is not compatible with the current version of VS Code.",
"apiProposalMismatch2": "This extension is using the API proposals {0} and '{1}' that are not compatible with the current version of VS Code.",
"apiProposalMismatch1": "この拡張機能は、現在のバージョンの VS Code と互換性のない API 提案 '{0}' を使用しています。",
"apiProposalMismatch2": "この拡張機能は、現在のバージョンの VS Code と互換性のない API 提案 {0} および '{1}' を使用しています。",
"extensionDescription.activationEvents1": "プロパティ `{0}` は省略するか、型 `string[]` にする必要があります",
"extensionDescription.activationEvents2": "プロパティ '{0}' は、拡張機能に '{1}' または '{2}' プロパティがない場合は省略する必要があります。",
"extensionDescription.browser1": "プロパティ `{0}` は省略するか、`string` 型にする必要があります",
Expand Down Expand Up @@ -7575,7 +7575,7 @@
"deprecated": "非推奨",
"disabled": "無効",
"disabledExtensions": "無効",
"dismiss": "Dismiss",
"dismiss": "閉じる",
"enabled": "有効",
"enabledExtensions": "有効",
"extensionFound": "1 個の拡張機能が見つかりました。",
Expand Down Expand Up @@ -8304,7 +8304,7 @@
"moveToNextHunk": "次の変更箇所に移動",
"moveToPreviousHunk": "前の変更箇所に移動",
"rerun": "再実行",
"run": "Editor Inline Chat",
"run": "エディター内でのインライン チャット",
"showChanges": "変更の切り替え",
"startInlineChat": "エディター ツール バーからインライン チャットを生成するアイコン。",
"unstash": "最後に閉じられたインライン チャットの再開",
Expand Down Expand Up @@ -8356,7 +8356,7 @@
"inlineChatEditing": "ユーザーが現在インライン チャットでコードを編集しているか生成しているかどうか",
"inlineChatEmpty": "対話型エディター入力が空であるかどうか",
"inlineChatFocused": "対話型エディター入力がフォーカスされているかどうか",
"inlineChatHasPossible": "Whether a provider for inline chat exists and whether an editor for inline chat is open",
"inlineChatHasPossible": "インライン チャットのプロバイダーが存在するかどうか、およびインライン チャットのエディターが開かれているかどうか",
"inlineChatHasProvider": "対話型エディターのプロバイダーが存在するかどうか",
"inlineChatHasStashedSession": "対話型エディターがクイック復元のためにセッションを保持したかどうか",
"inlineChatInnerCursorEnd": "対話型エディター入力のカーソルが最終行にあるかどうか",
Expand Down
18 changes: 9 additions & 9 deletions i18n/vscode-language-pack-zh-hant/translations/main.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"filter": "篩選",
"foundResults": "{0} 個結果",
"fuzzySearch": "模糊比對",
"not found": "No results found.",
"not found": "找不到結果。",
"replFindNoResults": "沒有結果",
"type to filter": "要篩選的類型",
"type to search": "要搜尋的類型"
Expand Down Expand Up @@ -2111,8 +2111,8 @@
"invalidManifest": "VSIX 無效: package.json 不是 JSON 檔案。"
},
"vs/platform/extensions/common/extensionValidator": {
"apiProposalMismatch1": "This extension is using the API proposal '{0}' that is not compatible with the current version of VS Code.",
"apiProposalMismatch2": "This extension is using the API proposals {0} and '{1}' that are not compatible with the current version of VS Code.",
"apiProposalMismatch1": "此延伸模組正在使用的 API 提案 '{0}' 與目前的 VS Code 版本不相容。",
"apiProposalMismatch2": "此延伸模組正在使用的 API 提案 {0} '{1}' 與目前的 VS Code 版本不相容。",
"extensionDescription.activationEvents1": "屬性 `{0}` 可以省略或必須屬於 `string[]` 類型",
"extensionDescription.activationEvents2": "如果延伸模組沒有 `{1}` 或 `{2}` 屬性,則應該省略屬性 `{0}`。",
"extensionDescription.browser1": "屬性 `{0}` 可以省略或必須屬於 `string` 類型",
Expand Down Expand Up @@ -5395,7 +5395,7 @@
"interactiveSession.history.editor": "在編輯器中開啟",
"interactiveSession.history.pick": "切換至聊天",
"interactiveSession.open": "開啟編輯器",
"more": "More...",
"more": "其他...",
"newChatTitle": "新增聊天標題",
"openChat": "開啟聊天",
"title4": "聊天"
Expand Down Expand Up @@ -5559,7 +5559,7 @@
"treeAriaLabel": "檔案樹狀結構"
},
"vs/workbench/contrib/chat/browser/chatDragAndDrop": {
"attach as context": "Attach {0} as Context",
"attach as context": "附加 {0} 為內容",
"file": "檔案",
"image": "影像"
},
Expand Down Expand Up @@ -5608,7 +5608,7 @@
"chatInput": "聊天輸入",
"chatInput.accessibilityHelpNoKb": "聊天輸入,在這裡輸入代碼,然後按 Enter 以執行。如需詳細資訊,請使用聊天協助工具說明命令。",
"notebook.moreExecuteActionsLabel": "其他...",
"remove": "Remove"
"remove": "移除"
},
"vs/workbench/contrib/chat/browser/chatListRenderer": {
"chatConfirmationAction": "已選取 \"{0}\"",
Expand Down Expand Up @@ -7575,7 +7575,7 @@
"deprecated": "已取代",
"disabled": "停用",
"disabledExtensions": "停用",
"dismiss": "Dismiss",
"dismiss": "取消",
"enabled": "啟用",
"enabledExtensions": "啟用",
"extensionFound": "找到 1 個延伸模組。",
Expand Down Expand Up @@ -8304,7 +8304,7 @@
"moveToNextHunk": "移至下一個變更",
"moveToPreviousHunk": "移至上一個變更",
"rerun": "重新執行",
"run": "Editor Inline Chat",
"run": "編輯器內嵌聊天",
"showChanges": "切換變更",
"startInlineChat": "從編輯器工具列繁衍內嵌聊天的圖示。",
"unstash": "繼續上次關閉的內嵌聊天",
Expand Down Expand Up @@ -8356,7 +8356,7 @@
"inlineChatEditing": "使用者目前正在內嵌聊天中編輯或產生程式碼",
"inlineChatEmpty": "互動式編輯器輸入是否空白",
"inlineChatFocused": "互動式編輯器輸入是否聚焦",
"inlineChatHasPossible": "Whether a provider for inline chat exists and whether an editor for inline chat is open",
"inlineChatHasPossible": "內嵌聊天提供者是否存在以及內嵌聊天編輯器是否開啟",
"inlineChatHasProvider": "互動式編輯器的提供者是否存在",
"inlineChatHasStashedSession": "互動式編輯器是否已保留工作階段以快速還原",
"inlineChatInnerCursorEnd": "互動式編輯器輸入的游標是否位於輸入的結尾",
Expand Down
Loading