@codingame/monaco-vscode-language-pack-ja 4.5.1 → 5.0.0
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/package.json +2 -2
- package/translations/extensions/vscode.git.i18n.json +1 -1
- package/translations/main.i18n.json.js +13073 -12857
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ja",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
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@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"Don't Show Again": "今後は表示しない",
|
|
106
106
|
"Download Git": "Git のダウンロード",
|
|
107
107
|
"Email": "メール",
|
|
108
|
-
"Enables the following features: {0}": "
|
|
108
|
+
"Enables the following features: {0}": "機能の有効化: {0}",
|
|
109
109
|
"Failed to authenticate to git remote.": "Git リモートに対して認証できませんでした。",
|
|
110
110
|
"Failed to authenticate to git remote:\n\n{0}": "Git リモートに対して認証できませんでした:\n\n{0}",
|
|
111
111
|
"File \"{0}\" was deleted by them and modified by us.\n\nWhat would you like to do?": "ファイル \"{0}\" は、他者が削除し、こちらが変更しました。\n\nどのように処理しますか?",
|