-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.nls.ja.json
36 lines (35 loc) · 3.69 KB
/
package.nls.ja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "./nls-schema.json",
"configuration.type.description": "すりガラス効果の適用方法を制御します。",
"configuration.type.auto.description": "自動",
"configuration.type.acrylic.description": "(Windows 10 のみ) Fluent Design のブラー効果を使用します",
"configuration.type.macos-only.description": "(macOS のみ)",
"configuration.type.macos-only-legacy.description": "VSCode 1.86 で廃止。(macOS のみ)",
"configuration.opacity.description": "すりガラス効果の透明度を制御します。",
"configuration.theme.description": "Vibrancy のテーマを制御します。",
"configuration.enableAutoTheme.description": "OSモードによる自動ダーク/ライトモード切替を有効にする。window.autoDetectColorSchemeも有効にする必要がある。",
"configuration.imports.description": "インポートする CSS/JS ファイルのパスを指定します。",
"configuration.refreshInterval.description": "ウィンドウの透明性のための間隔を更新します。 値が低いと、更新が目立たなくなりますが、CPUの使用量が増加します。",
"configuration.preventFlash.description": "別の方法で画面サイズ変更時のフラッシュを防止します。更新間隔が不要になりますが、互換性が低下する場合もあります。",
"extension.installVibrancy.title": "Vibrancy を有効化",
"extension.uninstallVibrancy.title": "Vibrancy を無効化",
"extension.updateVibrancy.title": "Vibrancy を再読み込み",
"messages.firstload": "Vibrancy へようこそ。はじめに README をご覧ください。ボタンをクリックして、インストールを開始します。",
"messages.updateNeeded": "Vibrancyのアップデートが必要です。下のボタンをクリックして更新してください。",
"messages.configupdate": "設定が変更されました。反映させるには、再読み込みします。",
"messages.enabled": "Vibrancy が有効化されました。設定は再起動の後に反映されます。もし Visual Studio Code が破損を検出した場合、\"今後表示しない\" をクリックします。詳細については README をご確認ください。",
"messages.disabled": "Vibrancy が無効化されました。再起動することで、元の状態に戻ります。",
"messages.already_disabled": "Vibrancy は既に無効です。",
"messages.smthingwrong": "問題が発生しました: ",
"messages.unsupported": "サポートされていないオペレーティングシステム。macosとwin10のみがサポートされています。 ",
"messages.admin": "変更の適用に失敗しました,管理者権限でVSCodeを実行してください,詳細については README をご確認ください: ",
"messages.recommendedColorTheme": "現在の配色テーマは \"%1\" ですが、選択された Vibrancy テーマには \"%2\" を推奨します。",
"messages.restartIde": "Visual Studio Code を再起動",
"messages.installIde": "Vibrancy をインストール",
"messages.reloadIde": "再読み込み",
"messages.changeColorThemeIde": "配色テーマを変更する",
"messages.noIde": "いいえ",
"messages.importError": "エラーオープニングファイル: \"%1\"",
"messages.htmlError": "workbench.htmlファイルが想定しているものと異なっている。workbench.htmlファイルを変更する他の拡張機能がないことを確認してください。",
"messages.electronDeprecatedType": "\"%1\"タイプはこのバージョンのVSCodeでは非推奨です。サポートされているタイプを使用するように設定を更新してください。"
}