Release v0.2.10: Update package-lock.json and CI config
This commit is contained in:
136
pwa/src/i18n/locales/en.json
Normal file
136
pwa/src/i18n/locales/en.json
Normal file
@@ -0,0 +1,136 @@
|
||||
{
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"confirm": "Confirm",
|
||||
"close": "Close",
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"game": "Game",
|
||||
"leaderboards": "Leaderboards",
|
||||
"account": "Account"
|
||||
},
|
||||
"auth": {
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"register": "Register",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"email": "Email",
|
||||
"forgotPassword": "Forgot Password?",
|
||||
"createAccount": "Create Account",
|
||||
"alreadyHaveAccount": "Already have an account?",
|
||||
"dontHaveAccount": "Don't have an account?"
|
||||
},
|
||||
"game": {
|
||||
"travel": "🧭 Travel",
|
||||
"surroundings": "🌿 Surroundings",
|
||||
"character": "👤 Character",
|
||||
"equipment": "⚔️ Equipment",
|
||||
"inventory": "🎒 Open Inventory",
|
||||
"workbench": "🔧 Workbench",
|
||||
"craft": "🔨 Craft",
|
||||
"repair": "🛠️ Repair",
|
||||
"salvage": "♻️ Salvage",
|
||||
"pickUp": "Pick Up",
|
||||
"drop": "Drop",
|
||||
"dropAll": "All",
|
||||
"use": "Use",
|
||||
"equip": "Equip",
|
||||
"unequip": "Unequip",
|
||||
"attack": "Attack",
|
||||
"flee": "Flee",
|
||||
"rest": "Rest",
|
||||
"onlineCount": "{{count}} Online"
|
||||
},
|
||||
"stats": {
|
||||
"hp": "❤️ HP",
|
||||
"maxHp": "❤️ Max HP",
|
||||
"stamina": "⚡ Stamina",
|
||||
"maxStamina": "⚡ Max Stamina",
|
||||
"xp": "⭐ XP",
|
||||
"level": "Level",
|
||||
"unspentPoints": "⭐ Unspent",
|
||||
"weight": "⚖️ Weight",
|
||||
"volume": "📦 Volume",
|
||||
"strength": "💪 STR",
|
||||
"strengthFull": "Strength",
|
||||
"strengthDesc": "Increases melee damage and carry capacity",
|
||||
"agility": "🏃 AGI",
|
||||
"agilityFull": "Agility",
|
||||
"agilityDesc": "Improves dodge chance and critical hits",
|
||||
"endurance": "🛡️ END",
|
||||
"enduranceFull": "Endurance",
|
||||
"enduranceDesc": "Increases HP and stamina",
|
||||
"intellect": "🧠 INT",
|
||||
"intellectFull": "Intellect",
|
||||
"intellectDesc": "Enhances crafting and resource gathering",
|
||||
"armor": "🛡️ Armor",
|
||||
"damage": "⚔️ Damage",
|
||||
"durability": "Durability"
|
||||
},
|
||||
"combat": {
|
||||
"inCombat": "In Combat",
|
||||
"yourTurn": "Your Turn",
|
||||
"enemyTurn": "Enemy's Turn",
|
||||
"victory": "Victory!",
|
||||
"defeat": "Defeat",
|
||||
"youDied": "You Died",
|
||||
"respawn": "Respawn",
|
||||
"fleeSuccess": "You escaped!",
|
||||
"fleeFailed": "Failed to escape!"
|
||||
},
|
||||
"equipment": {
|
||||
"head": "Head",
|
||||
"torso": "Torso",
|
||||
"legs": "Legs",
|
||||
"feet": "Feet",
|
||||
"weapon": "Weapon",
|
||||
"backpack": "Backpack",
|
||||
"noBackpack": "No Backpack Equipped",
|
||||
"equipped": "Equipped"
|
||||
},
|
||||
"crafting": {
|
||||
"requirements": "📊 Requirements",
|
||||
"materials": "Materials",
|
||||
"tools": "Tools",
|
||||
"levelRequired": "Level {{level}} Required",
|
||||
"missingRequirements": "Missing Requirements",
|
||||
"craftItem": "🔨 Craft Item",
|
||||
"repairItem": "🛠️ Repair Item",
|
||||
"salvageItem": "♻️ Salvage Item",
|
||||
"staminaCost": "⚡ {{cost}} Stamina",
|
||||
"alreadyFull": "Already Full",
|
||||
"perfectCondition": "✅ Item is in perfect condition",
|
||||
"yieldReduced": "⚠️ Yield reduced by {{percent}}% due to damage"
|
||||
},
|
||||
"categories": {
|
||||
"all": "All Items",
|
||||
"weapon": "Weapons",
|
||||
"armor": "Armor",
|
||||
"clothing": "Clothing",
|
||||
"backpack": "Backpacks",
|
||||
"tool": "Tools",
|
||||
"consumable": "Consumables",
|
||||
"resource": "Resources",
|
||||
"quest": "Quest",
|
||||
"misc": "Misc"
|
||||
},
|
||||
"messages": {
|
||||
"notEnoughStamina": "Not enough stamina",
|
||||
"inventoryFull": "Inventory full",
|
||||
"itemDropped": "Item dropped",
|
||||
"itemPickedUp": "Item picked up",
|
||||
"waitBeforeMoving": "Wait {{seconds}}s before moving",
|
||||
"cannotTravelInCombat": "Cannot travel during combat",
|
||||
"cannotInteractInCombat": "Cannot interact during combat"
|
||||
},
|
||||
"landing": {
|
||||
"heroTitle": "Echoes of the Ash",
|
||||
"heroSubtitle": "A post-apocalyptic survival RPG",
|
||||
"playNow": "Play Now",
|
||||
"features": "Features"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user