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')
-rw-r--r--i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json3
-rw-r--r--i18n/jpn/src/vs/editor/contrib/find/common/findController.i18n.json6
-rw-r--r--i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json8
3 files changed, 8 insertions, 9 deletions
diff --git a/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json
index 17c146860ec..b91635cb4cd 100644
--- a/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json
+++ b/i18n/jpn/src/vs/editor/contrib/find/browser/findWidget.i18n.json
@@ -15,7 +15,6 @@
"label.replaceButton": "置換",
"label.replaceAllButton": "すべて置換",
"label.toggleReplaceButton": "置換モードの切り替え",
- "title.matchesCountLimit": "最初の 999 の結果だけを強調表示しますが、テキスト全体を検索します。",
- "label.matchesLocation": "{1} の {0}",
+ "label.matchesLocation": "{0} / {1} 件",
"label.noResults": "結果なし"
} \ No newline at end of file
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 c8149938eee..93947cdf9ce 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
@@ -10,12 +10,6 @@
"nextSelectionMatchFindAction": "次の選択項目を検索",
"previousSelectionMatchFindAction": "前の選択項目を検索",
"startReplace": "置換",
- "addSelectionToNextFindMatch": "選択した項目を次の一致項目に追加",
- "addSelectionToPreviousFindMatch": "選んだ項目を前の一致項目に追加する",
- "moveSelectionToNextFindMatch": "最後に選択した項目を次の一致項目に移動",
- "moveSelectionToPreviousFindMatch": "最後に選んだ項目を前の一致項目に移動する",
- "selectAllOccurrencesOfFindMatch": "一致するすべての出現箇所を選択します",
- "changeAll.label": "すべての出現箇所を変更",
"showNextFindTermAction": "次の検索語句を表示",
"showPreviousFindTermAction": "前の検索語句を表示"
} \ No newline at end of file
diff --git a/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json b/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
index 47f31c8a681..0df6dca88c6 100644
--- a/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
+++ b/i18n/jpn/src/vs/editor/contrib/multicursor/common/multicursor.i18n.json
@@ -6,5 +6,11 @@
{
"mutlicursor.insertAbove": "カーソルを上に挿入",
"mutlicursor.insertBelow": "カーソルを下に挿入",
- "mutlicursor.insertAtEndOfEachLineSelected": "カーソルを行末に挿入"
+ "mutlicursor.insertAtEndOfEachLineSelected": "カーソルを行末に挿入",
+ "addSelectionToNextFindMatch": "選択した項目を次の一致項目に追加",
+ "addSelectionToPreviousFindMatch": "選んだ項目を前の一致項目に追加する",
+ "moveSelectionToNextFindMatch": "最後に選択した項目を次の一致項目に移動",
+ "moveSelectionToPreviousFindMatch": "最後に選んだ項目を前の一致項目に移動する",
+ "selectAllOccurrencesOfFindMatch": "一致するすべての出現箇所を選択します",
+ "changeAll.label": "すべての出現箇所を変更"
} \ No newline at end of file