mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
2018-01-16. Merged in translations from Transifex.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"command.clone": "複製",
|
||||
"command.clone": "クローン",
|
||||
"command.init": "リポジトリの初期化",
|
||||
"command.close": "リポジトリを閉じる",
|
||||
"command.refresh": "最新の情報に更新",
|
||||
@@ -52,8 +52,9 @@
|
||||
"command.stash": "スタッシュ",
|
||||
"command.stashPop": "スタッシュを適用して削除...",
|
||||
"command.stashPopLatest": "最新のスタッシュを適用して削除",
|
||||
"config.enabled": "Git が有効になっているかどうか",
|
||||
"config.enabled": "Git を有効にするかどうか",
|
||||
"config.path": "Git 実行可能ファイルのパス",
|
||||
"config.autoRepositoryDetection": "レポジトリを自動的に検出するかどうか",
|
||||
"config.autorefresh": "自動更新が有効かどうか",
|
||||
"config.autofetch": "自動フェッチが有効かどうか",
|
||||
"config.enableLongCommitWarning": "長いコミット メッセージについて警告するかどうか",
|
||||
@@ -72,5 +73,6 @@
|
||||
"colors.deleted": "リソースを検出した場合の配色",
|
||||
"colors.untracked": "リソースを追跡しない場合の配色",
|
||||
"colors.ignored": "リソースを無視する場合の配色",
|
||||
"colors.conflict": "リソースが競合する場合の配色"
|
||||
"colors.conflict": "リソースが競合する場合の配色",
|
||||
"colors.submodule": "サブモジュールの配色。"
|
||||
}
|
||||
Reference in New Issue
Block a user