Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json')
-rw-r--r--i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json b/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json
index e6139bff349..bb95ac91964 100644
--- a/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json
+++ b/i18n/jpn/src/vs/editor/browser/widget/diffReview.i18n.json
@@ -4,5 +4,12 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
- "label.close": "閉じる"
+ "label.close": "閉じる",
+ "header": "{1} の差分 {0}: 変更前の {2}、{3} 行、変更後の {4}、{5} 行",
+ "blankLine": "空白",
+ "equalLine": "変更前の {0}、変更後の {1}: {2}",
+ "insertLine": "+ 変更後の {0}: {1}",
+ "deleteLine": "- 変更前の {0}: {1}",
+ "editor.action.diffReview.next": "次の差分に移動",
+ "editor.action.diffReview.prev": "前の差分に移動"
} \ No newline at end of file