This commit is contained in:
Aotumuri
2025-09-04 15:23:28 +09:00
parent 1fa2685495
commit 0933175ce1
14 changed files with 1016 additions and 18 deletions
+71
View File
@@ -639,5 +639,76 @@
"radial_menu": {
"delete_unit_title": "Delete Unit",
"delete_unit_description": "Click to delete the nearest unit"
},
"player_modal": {
"title": "Player Info",
"public": "Public",
"private": "Private",
"singleplayer": "Single Player",
"stats_wins": "Wins",
"stats_losses": "Losses",
"stats_wlr": "Win:Loss Ratio",
"stats_games_played": "Games Played",
"stats_play_time": "Play Time",
"stats_last_active": "Last Active",
"recent_games": "Recent Games",
"game_id": "Game ID",
"mode": "Mode",
"mode_ffa": "Free-for-All",
"mode_team": "Team",
"player_team_color": "Player Team Color",
"view": "View",
"details": "Details",
"started": "Started",
"map": "Map",
"difficulty": "Difficulty",
"type": "Type",
"not_applicable": "N/A",
"flag_alt": "Flag",
"avatar_alt": "Avatar",
"no_data": "No data available for this selection",
"error": {
"load": "Failed to load player data.",
"validate": "Failed to validate player data from server."
}
},
"player_stats_table": {
"building_stats": "Building Statistics",
"ship_arrivals": "Ship Arrivals",
"nuke_stats": "Nuke Statistics",
"player_metrics": "Player Metrics",
"building": "Building",
"ship_type": "Ship Type",
"weapon": "Weapon",
"built": "Built",
"destroyed": "Destroyed",
"captured": "Captured",
"lost": "Lost",
"hits": "Hits",
"sent": "Sent",
"arrived": "Arrived",
"attack": "Attack",
"received": "Received",
"cancelled": "Cancelled",
"count": "Count",
"gold": "Gold",
"workers": "Workers",
"war": "War",
"trade": "Trade",
"steal": "Steal",
"unit": {
"city": "City",
"port": "Port",
"defp": "Defense Post",
"saml": "SAM Launcher",
"silo": "Missile Silo",
"wshp": "Warship",
"fact": "Factory",
"trade": "Trade Ship",
"trans": "Transport Ship",
"abomb": "Atom Bomb",
"hbomb": "Hydrogen Bomb",
"mirv": "MIRV"
}
}
}