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/contrib/find/common/findController.i18n.json')
-rw-r--r--i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json
index 69f79ae9b12..c8149938eee 100644
--- a/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json
+++ b/i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json
@@ -15,5 +15,7 @@
"moveSelectionToNextFindMatch": "最後に選択した項目を次の一致項目に移動",
"moveSelectionToPreviousFindMatch": "最後に選んだ項目を前の一致項目に移動する",
"selectAllOccurrencesOfFindMatch": "一致するすべての出現箇所を選択します",
- "changeAll.label": "すべての出現箇所を変更"
+ "changeAll.label": "すべての出現箇所を変更",
+ "showNextFindTermAction": "次の検索語句を表示",
+ "showPreviousFindTermAction": "前の検索語句を表示"
} \ No newline at end of file