Skip to content

Commit

Permalink
AUTO-I18N: Update i18n files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 7, 2024
1 parent 1dce58c commit de31b05
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
8 changes: 0 additions & 8 deletions src/react_app/public/locales/EUen/main_page.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
"modes": "Modes",
"region": "Region",
"column_total_x_power_title": "Total X Power",
"weapon_select_main": "Weapon Select",
"weapon_select_alt": "Weapon Select (Alt)",
"weapon_title": "Top Weapon Wielders",
"threshold_select": "Minimum Percent Usage",
"weapon_leaderboard.peak_x_power": "Peak X Power",
"weapon_leaderboard.final_x_power": "Season End X Power",
"select_weapon": "Select Weapon",
"null_selection": "No Alt Weapon",
"no_data": "No data available",
"errors.503": "Service Unavailable, please try again later."
}
14 changes: 14 additions & 0 deletions src/react_app/public/locales/EUen/weapon_leaderboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"weapon_select_main": "Weapon Select",
"weapon_select_alt": "Weapon Select (Alt)",
"weapon_title": "Top Weapon Wielders",
"threshold_select": "Minimum Percent Usage",
"peak_x_power": "Peak X Power",
"final_x_power": "Season End X Power",
"show_all": "Multiple Entries Per Player",
"dedupe_data": "Best Entry Per Player",
"select_season": "Select Season",
"all_seasons": "All Seasons",
"select_weapon": "Select Weapon",
"null_selection": "No Alt Weapon"
}
8 changes: 0 additions & 8 deletions src/react_app/public/locales/USes/main_page.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
"modes": "Modos",
"region": "Región",
"column_total_x_power_title": "Fuerza X Total",
"weapon_select_main": "Weapon Select",
"weapon_select_alt": "Weapon Select (Alt)",
"weapon_title": "Top Weapon Wielders",
"threshold_select": "Minimum Percent Usage",
"weapon_leaderboard.peak_x_power": "Peak X Power",
"weapon_leaderboard.final_x_power": "Season End X Power",
"select_weapon": "Select Weapon",
"null_selection": "No Alt Weapon",
"no_data": "No data available",
"errors.503": "Service Unavailable, please try again later."
}
14 changes: 14 additions & 0 deletions src/react_app/public/locales/USes/weapon_leaderboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"weapon_select_main": "Weapon Select",
"weapon_select_alt": "Weapon Select (Alt)",
"weapon_title": "Top Weapon Wielders",
"threshold_select": "Minimum Percent Usage",
"peak_x_power": "Peak X Power",
"final_x_power": "Season End X Power",
"show_all": "Multiple Entries Per Player",
"dedupe_data": "Best Entry Per Player",
"select_season": "Select Season",
"all_seasons": "All Seasons",
"select_weapon": "Select Weapon",
"null_selection": "No Alt Weapon"
}

0 comments on commit de31b05

Please sign in to comment.