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": "この編成はリミックスされていません" } },