From 2105e21cf8c4d7eddc277b434501e792a17b7b98 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 30 Jun 2023 22:21:01 -0700 Subject: [PATCH] Update localizations --- public/locales/en/common.json | 6 ++++-- public/locales/ja/common.json | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 44f340a9..9d60eec6 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -119,7 +119,9 @@ "empty": "This team doesn't have a description" }, "remixes": { - "label": "Remixes", + "label_zero": "Remixes", + "label_one": "{{count}} Remix", + "label_other": "{{count}} Remixes", "empty": "No one has remixed this team yet" } }, @@ -543,7 +545,7 @@ "copy_url": "Copy the URL to this team", "new": "Create a new team", "remix": "Make a copy of this team", - "save": "Save this team to your account", + "save": "Save this team to find later", "source": "Go to original team" }, "extra_weapons": "Additional Weapons", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index a72d5dc2..2414abd1 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -119,7 +119,8 @@ "empty": "この編成には説明がありません" }, "remixes": { - "label": "リミックス", + "label_zero": "リミックス", + "label": "リミックス: {{count}}個", "empty": "この編成はリミックスされていません" } },