-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.nls.ja.json
37 lines (37 loc) · 3.66 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
37
{
"extension.showGitCommit.title": "show git commit template",
"extension.showGitCommit.placeholder": "コミットタイプの検索",
"extension.showGitCommit.description.placeholder": "コミット詳細の検索",
"extension.showGitCommit.selectTemplate.placeholder": "使用するコミットテンプレートを選択",
"extension.configuration.GitCommitPlugin.ShowEmoji.markdownDescription": "絵文字アイコンを表示するかどうか制御します。",
"extension.configuration.GitCommitPlugin.CustomCommitType.markdownDescription": "独自の`Git Commit Type`を構成します。",
"extension.configuration.GitCommitPlugin.GitCommitPlugin.MaxSubjectCharacters": "有効な **Subject** の文字数を制御します。デフォルト値 `20`",
"extension.configuration.GitCommitPlugin.GitCommitPlugin.FillSubjectWithCurrent": "現在のコミットメッセージを **Subject** に自動的に入力するかどうかを制御します。デフォルト値 `false`",
"extension.configuration.GitCommitPlugin.GitCommitPlugin.Templates": "コミットテンプレートを構成します。Angularコミットテンプレートを参照。",
"extension.commitInputType.detail": "コミットメッセージを入力",
"extension.commitDetailType.scope.description": "範囲",
"extension.commitDetailType.scope.detail": "このコミットで影響を受けるパッケージなどを指定",
"extension.commitDetailType.subject.description": "概要",
"extension.commitDetailType.subject.detail": "コミットの概要を記述 (最大文字数: {0})",
"extension.commitDetailType.body.description": "詳細",
"extension.commitDetailType.body.detail": "提出の詳細、<br> を追加すると改行表示ができます",
"extension.commitDetailType.footer.description": "備考",
"extension.commitDetailType.footer.detail": "コミットログの内容に関連したIssueのリンクなどを記述",
"extension.commitDetailType.complete.detail": "コミットの編集を反映して終了",
"extension.commitDetailType.template.detail": "どのコミットテンプレートを使用するか選択",
"extension.commitDetailType.message.copy": "投稿情報をコピーする",
"extension.commitDetailType.message.copy.tip": "コミットメッセージがクリップボードにコピーされました!",
"extension.commitDetailType.back.detail": "コミットタイプ選択ページへ戻る",
"extension.commitType.init.detail": "プロジェクト初期化",
"extension.commitType.feat.detail": "新規機能追加",
"extension.commitType.fix.detail": "バグ修正",
"extension.commitType.docs.detail": "ドキュメントのみの変更",
"extension.commitType.style.detail": "フォーマットの変更(コードの動作に影響しないスペース、フォーマット、セミコロンなど)",
"extension.commitType.refactor.detail": "リファクタリングのための変更(新規機能やバグ修正を含まない)",
"extension.commitType.perf.detail": "パフォーマンス改善のための変更",
"extension.commitType.test.detail": "不足テストの追加や既存テストの修正",
"extension.commitType.build.detail": "ビルドシステムや外部依存に関する変更(スコープ例: gulp, broccoli, npm)",
"extension.commitType.ci.detail": "CI用の設定やスクリプトに関する設定(スコープ例: Travis, Circle, k8s, Docker)",
"extension.commitType.chore.detail": "その他の変更(ソースやテストの変更を含まない)",
"extension.commitType.revert.detail": "以前のコミットへ戻す"
}