@codingame/monaco-vscode-language-pack-ja 30.0.0 → 31.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-ja",
3
- "version": "30.0.0",
3
+ "version": "31.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
- "@codingame/monaco-vscode-api": "30.0.0"
21
+ "@codingame/monaco-vscode-api": "31.0.0"
22
22
  }
23
23
  }
@@ -10,14 +10,11 @@
10
10
  "contents": {
11
11
  "bundle": {
12
12
  "A reload is required for the fetch setting change to take effect.": "フェッチ設定の変更を有効にするには、再読み込みが必要です。",
13
- "Apple": "Apple",
14
13
  "Continue to GitHub": "GitHub に進む",
15
14
  "Continue to GitHub to create a Personal Access Token (PAT)": "GitHub に進み、個人用アクセス トークン (PAT) を作成します",
16
- "Copy & Continue to {0}": "コピーして {0} に進む",
17
- "GitHub": "GitHub",
15
+ "Copy & Continue to Browser": "ブラウザーにコピーして続行する",
18
16
  "GitHub Authentication - Reload required": "GitHub 認証 - 再読み込みが必要",
19
17
  "GitHub Enterprise Server URI is not a valid URI: {0}": "GitHub Enterprise Server URI は有効な URI ではありません: {0}",
20
- "Google": "Google",
21
18
  "Having trouble logging in? Would you like to try a different way? ({0})": "ログインでお困りですか? 別の方法を試しますか? ({0})",
22
19
  "No": "いいえ",
23
20
  "Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "新しいタブで [{0}]({0}) を開き、ワンタイム コードを貼り付けます: {1}",
@@ -63,7 +63,7 @@
63
63
  "config.branchProtection": "GitHub リポジトリのリポジトリ ルールに対してクエリを実行するかどうかを制御します",
64
64
  "config.gitAuthentication": "VS Code 内で Git コマンドの自動 GitHub 認証を有効にするかどうかを制御します。",
65
65
  "config.gitProtocol": "GitHub リポジトリの複製に使用するプロトコルを制御します",
66
- "config.showAvatar": "コミット作成者の GitHub アバターをさまざまなホバーで表示するかどうかを制御します (例: Git blame、Timeline、Source Control Graph など)",
66
+ "config.showAvatar": "コミット作成者の GitHub アバターをさまざまなホバーで表示するかどうかを制御します (例: Git blame、タイムライン、ソース管理グラフなど)",
67
67
  "description": "VS Code 用 GitHub 機能",
68
68
  "displayName": "GitHub",
69
69
  "welcome.publishFolder": "このフォルダーを GitHub リポジトリに直接公開することができます。公開後、Git と GitHub を利用したソース管理機能にアクセスできるようになります。\r\n[$(github) GitHub に公開](command:github.publish)",