@codingame/monaco-vscode-language-pack-ja 4.0.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +2 -2
- package/translations/main.i18n.json.js +45 -0
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { registerLocalization } from 'vscode/l10n';
|
|
2
2
|
import content from './translations/main.i18n.json.js';
|
|
3
3
|
|
|
4
|
-
registerLocalization('ja', content, {
|
|
4
|
+
registerLocalization('MS-CEINTL.vscode-language-pack-ja', 'ja', content, {
|
|
5
5
|
'ms-vscode.js-debug': new URL('./translations/extensions/ms-vscode.js-debug.i18n.json', import.meta.url).href,
|
|
6
6
|
'vscode.bat': new URL('./translations/extensions/vscode.bat.i18n.json', import.meta.url).href,
|
|
7
7
|
'vscode.builtin-notebook-renderers': new URL('./translations/extensions/vscode.builtin-notebook-renderers.i18n.json', import.meta.url).href,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@4.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.1.1"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -6731,6 +6731,29 @@ var content = {
|
|
|
6731
6731
|
},
|
|
6732
6732
|
"vs/workbench/contrib/localHistory/browser/localHistoryTimeline": {
|
|
6733
6733
|
localHistory: "ローカル履歴"
|
|
6734
|
+
},
|
|
6735
|
+
"vs/workbench/contrib/localization/common/localization.contribution": {
|
|
6736
|
+
"language id": "言語 ID",
|
|
6737
|
+
localizations: "言語パック",
|
|
6738
|
+
"localizations language name": "言語名",
|
|
6739
|
+
"localizations localized language name": "言語名 (ローカライズ)",
|
|
6740
|
+
"vscode.extension.contributes.localizations": "ローカリゼーションをエディターに提供します",
|
|
6741
|
+
"vscode.extension.contributes.localizations.languageId": "表示文字列が翻訳される言語の id。",
|
|
6742
|
+
"vscode.extension.contributes.localizations.languageName": "英語での言語の名前。",
|
|
6743
|
+
"vscode.extension.contributes.localizations.languageNameLocalized": "提供された言語での言語の名前。",
|
|
6744
|
+
"vscode.extension.contributes.localizations.translations": "言語に関連付けられている翻訳のリスト。",
|
|
6745
|
+
"vscode.extension.contributes.localizations.translations.id": "この翻訳が提供される VS Code または拡張機能の ID。VS Code は常に `vscode` で、拡張機能の形式は `publisherId.extensionName` になります。",
|
|
6746
|
+
"vscode.extension.contributes.localizations.translations.id.pattern": "VS Code または拡張機能を変換するための ID はそれぞれ、`vscode` か、`publisherId.extensionName` の形式になります。",
|
|
6747
|
+
"vscode.extension.contributes.localizations.translations.path": "言語の翻訳を含むファイルへの相対パス。"
|
|
6748
|
+
},
|
|
6749
|
+
"vs/workbench/contrib/localization/common/localizationsActions": {
|
|
6750
|
+
available: "利用可能",
|
|
6751
|
+
chooseLocale: "表示言語の選択",
|
|
6752
|
+
clearDisplayLanguage: "表示言語設定のクリア",
|
|
6753
|
+
configureLocale: "表示言語を構成する",
|
|
6754
|
+
configureLocaleDescription: "インストールされている言語パックに基づいて、VS Code のロケールを変更します。一般的な言語には、フランス語、中国語、スペイン語、日本語、ドイツ語、韓国語などがあります。",
|
|
6755
|
+
installed: "インストール済み",
|
|
6756
|
+
moreInfo: "詳細情報"
|
|
6734
6757
|
},
|
|
6735
6758
|
"vs/workbench/contrib/logs/common/logs.contribution": {
|
|
6736
6759
|
"remote name": "{0} (リモート)",
|
|
@@ -11568,6 +11591,28 @@ var content = {
|
|
|
11568
11591
|
"vs/workbench/services/host/browser/browserHostService": {
|
|
11569
11592
|
open: "開く(&&O)",
|
|
11570
11593
|
unableToOpenExternal: "ブラウザーが新しいタブまたはウィンドウを開くのを中断しました。とにかく開くには、[開く] を押します。"
|
|
11594
|
+
},
|
|
11595
|
+
"vs/workbench/services/issue/browser/issueTroubleshoot": {
|
|
11596
|
+
"I cannot reproduce": "再現できません",
|
|
11597
|
+
Stop: "停止",
|
|
11598
|
+
"This is Bad": "再現できます",
|
|
11599
|
+
"ask to download insiders": "{0} Insider で問題をダウンロードして再現してみてください。",
|
|
11600
|
+
"ask to reproduce issue": "{0} Insider で問題を再現してみて、問題が存在するかどうかを確認してください。",
|
|
11601
|
+
bad: "再現できます",
|
|
11602
|
+
"detail.start": "問題のトラブルシューティングは、問題の原因を特定するのに役立つプロセスです。問題の原因は、拡張機能による設定ミス、または {0} 自体である可能性があります。\r\n\r\nプロセス中、ウィンドウは繰り返し再読み込みされます。毎回、問題がまだ発生しているかどうかを確認する必要があります。",
|
|
11603
|
+
"download insiders": "{0} Insider のダウンロード",
|
|
11604
|
+
"empty.profile": "問題のトラブルシューティングがアクティブになっており、構成が一時的に既定値にリセットされています。問題をまだ再現できるかどうかを確認し、これらのオプションから選択して続行してください。",
|
|
11605
|
+
good: "再現できません",
|
|
11606
|
+
"issue is in core": "問題のトラブルシューティングで、{0} に問題があることが判明しました。",
|
|
11607
|
+
"issue is with configuration": "問題のトラブルシューティングにより、問題の原因が構成にあることが特定されました。\"Export Profile\" コマンドを使用して構成をエクスポートして問題を報告し、問題レポートでファイルを共有してください。",
|
|
11608
|
+
msg: "&&問題のトラブルシューティング",
|
|
11609
|
+
"profile.extensions.disabled": "問題のトラブルシューティングがアクティブになっており、インストールされているすべての拡張機能が一時的に無効になっています。問題をまだ再現できるかどうかを確認し、これらのオプションから選択して続行してください。",
|
|
11610
|
+
"report anyway": "問題を報告する",
|
|
11611
|
+
stop: "停止",
|
|
11612
|
+
"title.stop": "問題のトラブルシューティングの停止",
|
|
11613
|
+
"troubleshoot issue": "問題のトラブルシューティング",
|
|
11614
|
+
troubleshootIssue: "問題のトラブルシューティング...",
|
|
11615
|
+
"use insiders": "これは、問題が既に解決されており、今後のリリースで利用可能になる可能性があることを意味している可能性があります。新しい安定バージョンが利用可能になるまで、{0} Insider を安全に使用できます。"
|
|
11571
11616
|
},
|
|
11572
11617
|
"vs/workbench/services/keybinding/browser/keybindingService": {
|
|
11573
11618
|
"invalid.keybindings": "正しくない `contributes.{0}`: {1}",
|