From 8f1cc3a744fad94f051852cf17c0c3cd2b07ec76 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 25 Jan 2024 02:49:43 -0800 Subject: [PATCH] Update translations --- public/locales/en/updates.json | 5 +++++ public/locales/ja/updates.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/public/locales/en/updates.json b/public/locales/en/updates.json index aa5b8031..a41e8f29 100644 --- a/public/locales/en/updates.json +++ b/public/locales/en/updates.json @@ -8,6 +8,11 @@ "weapons": "New weapon uncaps", "summons": "New summon uncaps" }, + "transcends": { + "characters": "New character transcendence", + "weapons": "New weapon transcendence", + "summons": "New summon transcendence" + }, "features": "New features", "updates": "Other updates" }, diff --git a/public/locales/ja/updates.json b/public/locales/ja/updates.json index af478ff8..4cc56243 100644 --- a/public/locales/ja/updates.json +++ b/public/locales/ja/updates.json @@ -8,6 +8,11 @@ "weapons": "武器の新上限解放", "summons": "召喚石の新上限解放" }, + "transcends": { + "characters": "キャラクターの新限界超越", + "weapons": "武器の新限界超越", + "summons": "召喚石の新限界超越" + }, "features": "新機能", "updates": "その他の更新" },