Add strings
This commit is contained in:
parent
44e5bc93f3
commit
c16395281c
2 changed files with 18 additions and 4 deletions
|
|
@ -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 <strong>user profiles</strong> and in <strong>your saved teams</strong> 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...",
|
||||
|
|
|
|||
|
|
@ -260,7 +260,9 @@
|
|||
"min_weapons": "最小武器数",
|
||||
"name_quality": "無題の編成なし",
|
||||
"user_quality": "無名のユーザーなし",
|
||||
"original_only": "リミックスなし"
|
||||
"original_only": "リミックスなし",
|
||||
"inclusion": "アイテムを包含",
|
||||
"exclusion": "アイテムを除外"
|
||||
},
|
||||
"notice": "フィルターは<strong>保存した編成</strong>と<strong>ユーザープロフィール</strong>には保存されません",
|
||||
"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": "武器を検索...",
|
||||
|
|
|
|||
Loading…
Reference in a new issue