diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 1fb29437..e03564e6 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -17,6 +17,18 @@ "new": "New", "wiki": "View more on gbf.wiki" }, + "filters": { + "labels": { + "element": "Element", + "series": "Series", + "proficiency": "Proficiency", + "rarity": "Rarity" + } + }, + "rarities": { + "sr": "SR", + "ssr": "SSR" + }, "elements": { "null": "Null", "wind": "Wind", @@ -36,6 +48,44 @@ "light": "Light" } }, + "proficiencies": { + "sabre": "Sabre", + "dagger": "Dagger", + "spear": "Spear", + "axe": "Axe", + "staff": "Staff", + "gun": "Gun", + "melee": "Melee", + "bow": "Bow", + "harp": "Harp", + "katana": "Katana" + }, + "series": { + "seraphic": "Seraphic", + "grand": "Grand", + "opus": "Dark Opus", + "draconic": "Draconic", + "primal": "Primal", + "olden_primal": "Olden Primal", + "beast": "Beast", + "omega": "Omega", + "militis": "Militis", + "xeno": "Xeno", + "astral": "Astral", + "rose": "Rose", + "hollowsky": "Hollowsky", + "ultima": "Ultima", + "bahamut": "Bahamut", + "epic": "Epic", + "ennead": "Ennead", + "cosmos": "Cosmos", + "ancestral": "Ancestral", + "superlative": "Superlative", + "vintage": "Vintage", + "class_champion": "Class Champion", + "sephira": "Sephira", + "new_world": "New World Foundation" + }, "recency": { "all_time": "All time", "last_day": "Last day", @@ -158,10 +208,12 @@ "not_found": "You haven't saved any teams" }, "search": { + "result_count": "{{record_count}} results", "errors": { "start_typing": "Start typing the name of a {{object}}", "min_length": "Type at least 3 characters", - "no_results": "No results found for '{{query}}'" + "no_results": "No results found for '{{query}}'", + "end_results": "No more results" }, "placeholders": { "weapon": "Search for a weapon...", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 721ee4f8..baf3cf3f 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -17,6 +17,18 @@ "new": "作成", "wiki": "gbf.wikiで詳しく見る" }, + "filters": { + "labels": { + "element": "属性", + "series": "シリーズ", + "proficiency": "武器種", + "rarity": "レアリティ" + } + }, + "rarities": { + "sr": "SR", + "ssr": "SSR" + }, "elements": { "null": "無", "wind": "風", @@ -36,6 +48,44 @@ "light": "光属性" } }, + "proficiencies": { + "sabre": "剣", + "dagger": "短剣", + "spear": "槍", + "axe": "斧", + "staff": "杖", + "gun": "銃", + "melee": "拳", + "bow": "弓", + "harp": "琴", + "katana": "刀" + }, + "series": { + "seraphic": "セラフィックウェポン", + "grand": "リミテッドシリーズ", + "opus": "終末の神器", + "draconic": "ドラコニックウェポン", + "primal": "プライマルシリーズ", + "olden_primal": "オールド・プライマルシリーズ", + "beast": "四象武器", + "omega": "マグナシリーズ", + "militis": "ミーレスシリーズ", + "xeno": "六道武器", + "astral": "アストラルウェポン", + "rose": "ローズシリーズ", + "hollowsky": "虚ろなる神器", + "ultima": "オメガウェポン", + "bahamut": "バハムートウェポン", + "epic": "エピックウェポン", + "ennead": "エニアドシリーズ", + "cosmos": "コスモスシリーズ", + "ancestral": "アンセスタルシリーズ", + "superlative": "スペリオシリーズ", + "vintage": "ヴィンテージシリーズ", + "class_champion": "英雄武器", + "sephira": "セフィラン・オールドウェポン", + "new_world": "新世界の礎" + }, "recency": { "all_time": "全ての期間", "last_day": "1日", @@ -159,10 +209,12 @@ "not_found": "編成はまだ保存していません" }, "search": { + "result_count": "{{record_count}}件", "errors": { "start_typing": "{{object}}名を入力してください", "min_length": "3文字以上を入力してください", - "no_results": "'{{query}}'の検索結果が見つかりませんでした" + "no_results": "'{{query}}'の検索結果が見つかりませんでした", + "end_results": "検索結果これ以上ありません" }, "placeholders": { "weapon": "武器を検索...",