Files
azuredatastudio/i18n/jpn/extensions/git/out/repository.i18n.json
Karl Burtram dafb780987 Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
2018-04-04 15:27:51 -07:00

35 lines
1.6 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"open": "開く",
"index modified": "変更されたインデックス",
"modified": "変更済み",
"index added": "インデックスの追加",
"index deleted": "削除されたインデックス",
"deleted": "削除済み",
"index renamed": "インデックスの名前変更",
"index copied": "インデックスをコピー",
"untracked": "追跡対象外",
"ignored": "無視",
"both deleted": "双方とも削除",
"added by us": "こちら側による追加",
"deleted by them": "あちら側による削除",
"added by them": "あちら側による追加",
"deleted by us": "こちら側による削除",
"both added": "双方とも追加",
"both modified": "双方とも変更",
"commitMessage": "Message (press {0} to commit)",
"commit": "コミット",
"merge changes": "変更のマージ",
"staged changes": "ステージング済みの変更",
"changes": "変更",
"commitMessageCountdown": "現在の行で残り {0} 文字",
"commitMessageWarning": "現在の行で {1} から {0} 文字オーバー",
"neveragain": "今後は表示しない",
"huge": "'{0}' のGit リポジトリにアクティブな変更が多いため、 Git 機能の一部のみが有効になります。"
}