-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.nls.ja.json
More file actions
25 lines (25 loc) · 2.48 KB
/
package.nls.ja.json
File metadata and controls
25 lines (25 loc) · 2.48 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
{
"openInGithubDesktop.title": "GitHub Desktop で開く",
"openInGithubDesktop.traversalSearchGitConfig.description": "親フォルダも手繰って .git/config を探します。",
"openInGithubDesktop.traversalSearchGitConfigForCurrentDocument.description": "現在開いてるテキストファイルの親フォルダを手繰って .git/config を探します。",
"openInGithubDesktop.statusBar.Label.description": "ステータスバーでのラベル。有効にするには再起動が必要です。",
"openInGithubDesktop.statusBar.Alignment.description": "ステータスバーでの表示位置。有効にするには再起動が必要です。",
"openInGithubDesktop.diagnosticWarning.description": "エラーや警告がある場合の警告表示。",
"openInGithubDesktop.diagnosticWarning.none.description": "エラーや警告があっても警告を表示しません。",
"openInGithubDesktop.diagnosticWarning.error.description": "エラーがある場合に警告を表示します。",
"openInGithubDesktop.diagnosticWarning.error or warning.description": "エラーや警告がある場合に警告を表示します。",
"openInGithubDesktop.unsavedWarning.description": "未保存の既存ファイルがある場合の警告表示。",
"openInGithubDesktop.unsavedWarning.none.description": "未保存のファイルがあっても警告を表示しません。",
"openInGithubDesktop.unsavedWarning.unsaved existing files.description": "未保存の既存ファイルがある場合に警告を表示します。",
"openInGithubDesktop.unsavedWarning.unsaved files.description": "未保存のファイルがある場合に警告を表示します。",
"openInGithubDesktop.notOpenFolderInThisWindow": "このウィンドウではフォルダが開かれてません。",
"openInGithubDesktop.notFoundGitConfig": ".git/config が見つかりません。",
"openInGithubDesktop.canNotReadGitConfig": ".git/config を読み込めません。",
"openInGithubDesktop.notFoundRemoteOriginUrlInGitConfig": ".git/config 内に [remote \"origin\"]/url の情報が見つかりません。",
"You have error.": "エラーがあります。",
"You have error or warning.": "エラーや警告があります。",
"You have unsaved existing files.": "未保存の既存ファイルがあります。",
"You have unsaved files.": "未保存のファイルがあります。",
"Continue": "続行",
"Cancel": "キャンセル"
}