-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
33 lines (33 loc) · 3.31 KB
/
Copy pathpackage.nls.ja.json
File metadata and controls
33 lines (33 loc) · 3.31 KB
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
{
"commands.snap.title": "Easy CodeSnap を開く",
"commands.openSettings.title": "Easy CodeSnap: 設定を開く",
"commands.importSettings.title": "Easy CodeSnap: 「CodeSnap」の設定をインポートする",
"easy-codesnap.lockOnOpen": "スナップ画面を開いたとき、自動で選択範囲のロックをします。",
"easy-codesnap.linkOnOpen": "スナップ画面を開いたとき、選択中のエディタに自動で紐づけます。",
"easy-codesnap.shutterAction": "スナップショット撮影時の動作を定義します。",
"easy-codesnap.saveFormat": "保存形式を選択します。",
"easy-codesnap.saveScale": "PNG ファイルの保存スケールを選択します。",
"easy-codesnap.showLineNumbers": "行番号を表示します。",
"easy-codesnap.realLineNumbers": "1 からではなく、選択範囲の実際の行番号を表示します。",
"easy-codesnap.highlightLineNumber": "行がハイライトされた場合、行番号を vscode テーマ色 'editorLineNumber-activeForeground' でハイライトします。",
"easy-codesnap.fullLinesSelection": "スナップ画面を開いたときに全行選択を行います.",
"easy-codesnap.windowStyle": "ウィンドウスタイルを選択します。",
"easy-codesnap.windowIconType": "ウィンドウのアイコンスタイルを選択します。`windowStyle` が `windows` の場合のみ有効です。",
"easy-codesnap.showWindowTitle": "開いているフォルダー/ファイル名でウィンドウタイトルを表示します。",
"easy-codesnap.windowTitleTemplate": "ウィンドウタイトルに表示するテンプレートを定義します。{workspace}、{fileName}、{relativeFolder} 変数が使用できます。",
"easy-codesnap.showWindowControls": "ウィンドウボタンを表示します。",
"easy-codesnap.roundedCorners": "ウィンドウの角を丸くします。",
"easy-codesnap.roundingLevel": "ウィンドウの角丸レベルを変更します。",
"easy-codesnap.target": "スナップショット撮影時のターゲットを選択します。`container` は背景も含み、`window` はウィンドウのみをキャプチャします。",
"easy-codesnap.boxShadow": "CSSボックスシャドウを定義します。",
"easy-codesnap.backgroundColor": "背景色を定義します。",
"easy-codesnap.containerPadding": "背景の余白のサイズを定義します。",
"easy-codesnap.transparentBackground": "スナップショット撮影時に背景を透明にします。",
"easy-codesnap.enableResizing": "ウィンドウ幅の手動リサイズを有効にします。",
"easy-codesnap.enableSymbolBreadcrumb": "階層リンクの表示を有効にします。",
"easy-codesnap.maxCharWidth": "文字数に基づく最大行幅を定義します。0 を指定すると制限なしになります。",
"easy-codesnap.aspect-ratio": "スナップのアスペクト比を定義します。(ターゲットが `container` の場合のみ有効)",
"easy-codesnap.watermark": "ウォーターマークの表示を有効にします。",
"easy-codesnap.defaultWatermarkText": "デフォルトのウォーターマークテキストを定義します。",
"easy-codesnap.watermarkPosition": "画面上のウォーターマークの位置を選択します。"
}