diff --git a/public/locales/en/common.json b/public/locales/en/common.json
index 529fe5b0..815d14da 100644
--- a/public/locales/en/common.json
+++ b/public/locales/en/common.json
@@ -263,7 +263,9 @@
"min_weapons": "Minimum number of weapons",
"name_quality": "Hide untitled teams",
"user_quality": "Hide anonymous users",
- "original_only": "Hide remixed teams"
+ "original_only": "Hide remixed teams",
+ "inclusion": "Including items",
+ "exclusion": "Excluding items"
},
"notice": "Filters set on user profiles and in your saved teams will not be saved",
"options": {
@@ -271,6 +273,10 @@
"off": "Off",
"on_and_off": "On and Off"
},
+ "placeholders": {
+ "inclusion": "Parties that have...",
+ "exclusion": "Parties that don't have..."
+ },
"buttons": {
"confirm": "Save filters",
"clear": "Reset to default"
@@ -488,7 +494,8 @@
"min_length": "Type at least 3 characters",
"no_results": "No results found for '{{query}}'",
"no_results_generic": "No results found",
- "end_results": "No more results"
+ "end_results": "No more results",
+ "type": "Keep typing..."
},
"placeholders": {
"weapon": "Search for a weapon...",
diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json
index 8c9fe7e4..99cc2cda 100644
--- a/public/locales/ja/common.json
+++ b/public/locales/ja/common.json
@@ -260,7 +260,9 @@
"min_weapons": "最小武器数",
"name_quality": "無題の編成なし",
"user_quality": "無名のユーザーなし",
- "original_only": "リミックスなし"
+ "original_only": "リミックスなし",
+ "inclusion": "アイテムを包含",
+ "exclusion": "アイテムを除外"
},
"notice": "フィルターは保存した編成とユーザープロフィールには保存されません",
"options": {
@@ -268,6 +270,10 @@
"off": "OFF",
"on_and_off": "両方"
},
+ "placeholders": {
+ "inclusion": "〇〇が入っている",
+ "exclusion": "〇〇が入っていない"
+ },
"buttons": {
"confirm": "フィルターを保存する",
"clear": "保存したフィルターをリセット"
@@ -486,7 +492,8 @@
"min_length": "3文字以上を入力してください",
"no_results": "'{{query}}'の検索結果が見つかりませんでした",
"no_results_generic": "検索結果が見つかりませんでした",
- "end_results": "検索結果これ以上ありません"
+ "end_results": "検索結果これ以上ありません",
+ "type": "もっと入力してください"
},
"placeholders": {
"weapon": "武器を検索...",