Update localizations

This commit is contained in:
Justin Edmund 2023-06-30 22:21:01 -07:00
parent 316785614b
commit 2105e21cf8
2 changed files with 6 additions and 3 deletions

View file

@ -119,7 +119,9 @@
"empty": "This team doesn't have a description" "empty": "This team doesn't have a description"
}, },
"remixes": { "remixes": {
"label": "Remixes", "label_zero": "Remixes",
"label_one": "{{count}} Remix",
"label_other": "{{count}} Remixes",
"empty": "No one has remixed this team yet" "empty": "No one has remixed this team yet"
} }
}, },
@ -543,7 +545,7 @@
"copy_url": "Copy the URL to this team", "copy_url": "Copy the URL to this team",
"new": "Create a new team", "new": "Create a new team",
"remix": "Make a copy of this 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" "source": "Go to original team"
}, },
"extra_weapons": "Additional Weapons", "extra_weapons": "Additional Weapons",

View file

@ -119,7 +119,8 @@
"empty": "この編成には説明がありません" "empty": "この編成には説明がありません"
}, },
"remixes": { "remixes": {
"label": "リミックス", "label_zero": "リミックス",
"label": "リミックス: {{count}}個",
"empty": "この編成はリミックスされていません" "empty": "この編成はリミックスされていません"
} }
}, },