Add strings

This commit is contained in:
Justin Edmund 2023-08-20 05:52:01 -07:00
parent 44e5bc93f3
commit c16395281c
2 changed files with 18 additions and 4 deletions

View file

@ -263,7 +263,9 @@
"min_weapons": "Minimum number of weapons", "min_weapons": "Minimum number of weapons",
"name_quality": "Hide untitled teams", "name_quality": "Hide untitled teams",
"user_quality": "Hide anonymous users", "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 <strong>user profiles</strong> and in <strong>your saved teams</strong> will not be saved", "notice": "Filters set on <strong>user profiles</strong> and in <strong>your saved teams</strong> will not be saved",
"options": { "options": {
@ -271,6 +273,10 @@
"off": "Off", "off": "Off",
"on_and_off": "On and Off" "on_and_off": "On and Off"
}, },
"placeholders": {
"inclusion": "Parties that have...",
"exclusion": "Parties that don't have..."
},
"buttons": { "buttons": {
"confirm": "Save filters", "confirm": "Save filters",
"clear": "Reset to default" "clear": "Reset to default"
@ -488,7 +494,8 @@
"min_length": "Type at least 3 characters", "min_length": "Type at least 3 characters",
"no_results": "No results found for '{{query}}'", "no_results": "No results found for '{{query}}'",
"no_results_generic": "No results found", "no_results_generic": "No results found",
"end_results": "No more results" "end_results": "No more results",
"type": "Keep typing..."
}, },
"placeholders": { "placeholders": {
"weapon": "Search for a weapon...", "weapon": "Search for a weapon...",

View file

@ -260,7 +260,9 @@
"min_weapons": "最小武器数", "min_weapons": "最小武器数",
"name_quality": "無題の編成なし", "name_quality": "無題の編成なし",
"user_quality": "無名のユーザーなし", "user_quality": "無名のユーザーなし",
"original_only": "リミックスなし" "original_only": "リミックスなし",
"inclusion": "アイテムを包含",
"exclusion": "アイテムを除外"
}, },
"notice": "フィルターは<strong>保存した編成</strong>と<strong>ユーザープロフィール</strong>には保存されません", "notice": "フィルターは<strong>保存した編成</strong>と<strong>ユーザープロフィール</strong>には保存されません",
"options": { "options": {
@ -268,6 +270,10 @@
"off": "OFF", "off": "OFF",
"on_and_off": "両方" "on_and_off": "両方"
}, },
"placeholders": {
"inclusion": "〇〇が入っている",
"exclusion": "〇〇が入っていない"
},
"buttons": { "buttons": {
"confirm": "フィルターを保存する", "confirm": "フィルターを保存する",
"clear": "保存したフィルターをリセット" "clear": "保存したフィルターをリセット"
@ -486,7 +492,8 @@
"min_length": "3文字以上を入力してください", "min_length": "3文字以上を入力してください",
"no_results": "'{{query}}'の検索結果が見つかりませんでした", "no_results": "'{{query}}'の検索結果が見つかりませんでした",
"no_results_generic": "検索結果が見つかりませんでした", "no_results_generic": "検索結果が見つかりませんでした",
"end_results": "検索結果これ以上ありません" "end_results": "検索結果これ以上ありません",
"type": "もっと入力してください"
}, },
"placeholders": { "placeholders": {
"weapon": "武器を検索...", "weapon": "武器を検索...",