2018-02-28. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye
2018-02-28 17:52:05 -08:00
parent fc98ac24d0
commit d3bf085d9f
738 changed files with 2338 additions and 992 deletions

View File

@@ -16,5 +16,6 @@
"json.format.enable.desc": "既定の JSON フォーマッタを有効/無効にします (再起動が必要です)",
"json.tracing.desc": "VS Code と JSON 言語サーバー間の通信をトレースします。",
"json.colorDecorators.enable.desc": "カラー デコレーターを有効または無効にします",
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。"
"json.colorDecorators.enable.deprecationMessage": "設定 `json.colorDecorators.enable` は使用されなくなりました。`editor.colorDecorators` を使用してください。",
"json.experimental.syntaxFolding": "構文の折りたたみマーカー認識を有効/無効にします。"
}