-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.nls.ja.json
30 lines (25 loc) · 3 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
{
"extension.background.command.info.title": "backgroundへようこそ。",
"extension.background.command.install.title": "「background」をインストールして有効にします。",
"extension.background.command.disable.title": "「background」を無効にする。",
"extension.background.command.uninstall.title": "拡張機能をアンインストール",
"extension.background.enabled.description": "拡張機能の有効化を制御します",
"extension.background.editor.description": "エディタ部分の設定",
"extension.background.editor.useFront": "画像を最前面に表示するかどうかを制御します。",
"extension.background.editor.style": "全ての画像に適応されるCSSを制御します。 [MDN Reference](https://developer.mozilla.org/docs/Web/CSS)",
"extension.background.editor.styles": "エディタ部分の個別の画像に適応されるCSSを制御します。",
"extension.background.editor.images": "表示させる画像を制御します。\n\nパスの入力例:\n\n`https://a.com/b.png`\n\n`file:///a/b.jpg`",
"extension.background.editor.interval": "次の画像を表示するまでの秒数を制御します。`0`の場合、画像は変更されません。",
"extension.background.editor.random": "画像の表示順をランダムにするかを制御します。",
"extension.background.fullscreen.description": "フルスクリーン表示の設定",
"extension.background.fullscreen.images": "表示させる画像を制御します。\n\nパスの入力例:\n\n`https://a.com/b.png`\n\n`file:///a/b.jpg`",
"extension.background.fullscreen.opacity": "画像の不透明度(opacity)を制御します、[opacity][mdn-opacity]へのエイリアスです。\n\n推奨値`0.1~0.3`,制限範囲`0~0.6`を超えると、デフォルト値`0.1`にリセットされます。",
"extension.background.fullscreen.size": "[background-size](https://developer.mozilla.org/docs/Web/CSS/background-size)へのエイリアスです。推奨`cover`,縦横比を保ったまま領域を覆います。",
"extension.background.fullscreen.position": "[background-position](https://developer.mozilla.org/docs/Web/CSS/background-position)へのエイリアスです。デフォルト値は`center`です。",
"extension.background.fullscreen.interval": "次の画像を表示するまでの秒数を制御します。`0`の場合、画像は変更されません。",
"extension.background.fullscreen.random": "画像の表示順をランダムにするかを制御します。",
"extension.background.sidebar.description": "サイドバー部分の設定",
"extension.background.panel.description": "パネル部分の設定",
"extension.background.common.deprecation": "*この設定項目は削除されました*、`background.editor`に移動しています。",
"extension.background.urlProtocol.error": "画像パスには https または file プロトコルを使用する必要があります"
}