441 lines
17 KiB
JSON
441 lines
17 KiB
JSON
{
|
|
"falukant": {
|
|
"weather": {
|
|
"sunny": "Sunny",
|
|
"cloudy": "Cloudy",
|
|
"rainy": "Rainy",
|
|
"stormy": "Stormy",
|
|
"snowy": "Snowy",
|
|
"foggy": "Foggy",
|
|
"windy": "Windy",
|
|
"clear": "Clear"
|
|
},
|
|
"messages": {
|
|
"title": "Messages",
|
|
"tooltip": "Messages",
|
|
"empty": "No messages.",
|
|
"markAllRead": "Mark all as read"
|
|
},
|
|
"notifications": {
|
|
"notify_election_created": "A new election has been scheduled.",
|
|
"production": {
|
|
"overproduction": "Overproduction: your production is {value}% above demand."
|
|
},
|
|
"transport": {
|
|
"waiting": "Transport waiting"
|
|
,
|
|
"modes": {
|
|
"land": "Land",
|
|
"water": "Water",
|
|
"unknown": "Unknown"
|
|
},
|
|
"speed": {
|
|
"1": "Slow",
|
|
"2": "Medium",
|
|
"3": "Fast",
|
|
"4": "Very fast",
|
|
"unknown": "Unknown"
|
|
}
|
|
},
|
|
"random_event": {
|
|
"windfall": {
|
|
"title": "Unexpected Windfall",
|
|
"description": "You find a forgotten wallet on the street. You receive {amount}."
|
|
},
|
|
"theft": {
|
|
"title": "Theft",
|
|
"description": "A thief has stolen part of your money. Loss: {amount}."
|
|
},
|
|
"warehouse_fire": {
|
|
"title": "Warehouse Fire",
|
|
"description": "A fire has damaged parts of your warehouse.{damagePercent}{destructionPercent}"
|
|
},
|
|
"character_illness": {
|
|
"title": "Illness",
|
|
"description": "{characterName} has fallen ill and lost {healthChange} health."
|
|
},
|
|
"character_recovery": {
|
|
"title": "Recovery",
|
|
"description": "{characterName} has recovered from an illness and regained {healthChange} health."
|
|
},
|
|
"character_accident": {
|
|
"title": "Accident",
|
|
"description": "A serious accident has severely injured {characterName}. Health: {healthChange}."
|
|
},
|
|
"sudden_infant_death": {
|
|
"title": "Sudden Infant Death",
|
|
"description": "{characterName} has suddenly passed away."
|
|
},
|
|
"regional_storm": {
|
|
"title": "Storm in the Region",
|
|
"description": "A severe storm has hit the region {regionName}."
|
|
},
|
|
"regional_festival": {
|
|
"title": "Regional Festival",
|
|
"description": "A large festival is taking place in the region {regionName}."
|
|
},
|
|
"regional_epidemic": {
|
|
"title": "Epidemic",
|
|
"description": "A plague has struck the region {regionName}."
|
|
},
|
|
"earthquake": {
|
|
"title": "Earthquake",
|
|
"description": "An earthquake has shaken the region {regionName}."
|
|
}
|
|
}
|
|
},
|
|
"statusbar": {
|
|
"age": "Age",
|
|
"wealth": "Wealth",
|
|
"health": "Health",
|
|
"events": "Events",
|
|
"relationship": "Relationship",
|
|
"children": "Children",
|
|
"children_unbaptised": "Unbaptised children"
|
|
},
|
|
"health": {
|
|
"amazing": "Amazing",
|
|
"good": "Good",
|
|
"normal": "Normal",
|
|
"bad": "Bad",
|
|
"very_bad": "Very bad"
|
|
},
|
|
"moneyHistory": {
|
|
"title": "Money history",
|
|
"filter": "Filter",
|
|
"search": "Apply filter",
|
|
"activity": "Activity",
|
|
"moneyBefore": "Money before transaction",
|
|
"moneyAfter": "Money after transaction",
|
|
"changeValue": "Change in value",
|
|
"time": "Time",
|
|
"prev": "Previous",
|
|
"next": "Next",
|
|
"activities": {
|
|
"Product sale": "Product sale",
|
|
"Production cost": "Production cost",
|
|
"Sell all products": "Sell all products",
|
|
"sell products": "Sell products",
|
|
"director starts production": "Director starts production",
|
|
"director payed out": "Director salary paid out",
|
|
"Buy storage (type: field)": "Bought storage (type: field)",
|
|
"Buy storage (type: iron)": "Bought storage (type: iron)",
|
|
"Buy storage (type: stone)": "Bought storage (type: stone)",
|
|
"Buy storage (type: wood)": "Bought storage (type: wood)",
|
|
"create_branch": "Branch created",
|
|
"buy_vehicles": "Transport vehicles bought",
|
|
"build_vehicles": "Transport vehicles built",
|
|
"transport": "Transport",
|
|
"Marriage cost": "Marriage cost",
|
|
"Gift cost": "Gift cost",
|
|
"housebuy": "House purchase",
|
|
"Baptism": "Baptism",
|
|
"credit taken": "Credit taken",
|
|
"new nobility title": "New title of nobility",
|
|
"partyOrder": "Party ordered",
|
|
"renovation_all": "House fully renovated",
|
|
"health": {
|
|
"pill": "Health measure: pill",
|
|
"doctor": "Health measure: doctor",
|
|
"witch": "Health measure: witch",
|
|
"drunkOfLife": "Health measure: elixir of life",
|
|
"barber": "Health measure: barber"
|
|
}
|
|
}
|
|
},
|
|
"newdirector": {
|
|
"title": "New Director",
|
|
"age": "Age",
|
|
"salary": "Salary",
|
|
"skills": "Skills",
|
|
"product": "Product",
|
|
"knowledge": "Knowledge",
|
|
"hire": "Hire",
|
|
"noProposals": "No director candidates available."
|
|
},
|
|
"branch": {
|
|
"selection": {
|
|
"title": "Branch Selection",
|
|
"selected": "Selected Branch",
|
|
"placeholder": "No branch selected yet",
|
|
"selectedcity": "Selected City",
|
|
"weather": "Current Weather"
|
|
},
|
|
"director": {
|
|
"income": "Income",
|
|
"incomeUpdated": "Salary has been successfully updated."
|
|
},
|
|
"production": {
|
|
"title": "Production",
|
|
"info": "Details about production in the branch.",
|
|
"selectProduct": "Select product",
|
|
"quantity": "Quantity",
|
|
"storageAvailable": "Free storage",
|
|
"cost": "Cost",
|
|
"duration": "Duration",
|
|
"revenue": "Revenue",
|
|
"start": "Start production",
|
|
"success": "Production started successfully!",
|
|
"error": "Error starting production.",
|
|
"minutes": "Minutes",
|
|
"ending": "Ending:",
|
|
"time": "Time",
|
|
"current": "Running productions",
|
|
"product": "Product",
|
|
"remainingTime": "Remaining time (seconds)",
|
|
"status": "Status",
|
|
"sleep": "Paused",
|
|
"active": "Active",
|
|
"noProductions": "No running productions."
|
|
},
|
|
"vehicles": {
|
|
"cargo_cart": "Cargo cart",
|
|
"ox_cart": "Ox cart",
|
|
"small_carriage": "Small horse carriage",
|
|
"large_carriage": "Large horse carriage",
|
|
"four_horse_carriage": "Four-horse carriage",
|
|
"raft": "Raft",
|
|
"sailing_ship": "Sailing ship"
|
|
},
|
|
"tabs": {
|
|
"director": "Director",
|
|
"inventory": "Inventory",
|
|
"production": "Production",
|
|
"storage": "Storage",
|
|
"transport": "Transport",
|
|
"taxes": "Taxes"
|
|
}
|
|
,"taxes": {
|
|
"title": "Taxes",
|
|
"loading": "Loading tax data...",
|
|
"loadingError": "Failed to load tax data: {error}",
|
|
"retry": "Retry",
|
|
"noData": "No tax data available",
|
|
"total": "Total tax",
|
|
"table": {
|
|
"region": "Region",
|
|
"taxPercent": "Tax %"
|
|
}
|
|
}
|
|
},
|
|
"nobility": {
|
|
"cooldown": "You can only advance again on {date}."
|
|
},
|
|
"healthview": {
|
|
"title": "Health",
|
|
"age": "Age",
|
|
"status": "Health Status",
|
|
"measuresTaken": "Measures Taken",
|
|
"measure": "Measure",
|
|
"date": "Date",
|
|
"cost": "Cost",
|
|
"success": "Success",
|
|
"selectMeasure": "Select Measure",
|
|
"perform": "Perform",
|
|
"measures": {
|
|
"pill": "Pill",
|
|
"doctor": "Doctor Visit",
|
|
"witch": "Witch",
|
|
"drunkOfLife": "Elixir of Life",
|
|
"barber": "Barber"
|
|
},
|
|
"choose": "Please select",
|
|
"errors": {
|
|
"tooClose": "You cannot perform measures so often.",
|
|
"generic": "An error occurred."
|
|
},
|
|
"nextMeasureAt": "Next measure from"
|
|
},
|
|
"branchProduction": {
|
|
"storageAvailable": "Free storage"
|
|
},
|
|
"politics": {
|
|
"title": "Politics",
|
|
"tabs": {
|
|
"current": "Current Position",
|
|
"upcoming": "Upcoming Positions",
|
|
"elections": "Elections"
|
|
},
|
|
"current": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"termEnds": "Term Ends",
|
|
"benefit": "Benefit",
|
|
"benefit_all": "All regions",
|
|
"income": "Income",
|
|
"none": "No current position available.",
|
|
"holder": "Holder"
|
|
},
|
|
"open": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"date": "Date",
|
|
"candidacy": "Candidacy",
|
|
"none": "No open positions.",
|
|
"apply": "Apply for selected positions"
|
|
},
|
|
"upcoming": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"postDate": "Date",
|
|
"none": "No upcoming positions."
|
|
},
|
|
"elections": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"date": "Date",
|
|
"posts": "Posts to Fill",
|
|
"none": "No elections available.",
|
|
"choose": "Candidates",
|
|
"vote": "Vote",
|
|
"voteAll": "Vote All",
|
|
"candidates": "Candidates",
|
|
"action": "Action"
|
|
},
|
|
"offices": {
|
|
"chancellor": "Chancellor",
|
|
"minister": "Minister",
|
|
"ministry-helper": "Ministry Helper",
|
|
"governor": "Governor",
|
|
"super-state-administrator": "Super State Administrator",
|
|
"state-administrator": "State Administrator",
|
|
"consultant": "Consultant",
|
|
"ruler-consultant": "Ruler's Consultant",
|
|
"territorial-council-speaker": "Territorial Council Speaker",
|
|
"territorial-council": "Territorial Council",
|
|
"hangman": "Hangman",
|
|
"treasurer": "Treasurer",
|
|
"sheriff": "Sheriff",
|
|
"taxman": "Tax Collector",
|
|
"bailif": "Bailiff",
|
|
"judge": "Judge",
|
|
"village-major": "Village Major",
|
|
"master-builder": "Master Builder",
|
|
"mayor": "Mayor",
|
|
"town-clerk": "Town Clerk",
|
|
"beadle": "Beadle",
|
|
"council": "Council Member",
|
|
"councillor": "Councillor",
|
|
"assessor": "Assessor"
|
|
}
|
|
},
|
|
"family": {
|
|
"children": {
|
|
"title": "Children",
|
|
"name": "Name",
|
|
"age": "Age",
|
|
"gender": "Gender",
|
|
"heir": "Heir",
|
|
"isHeir": "Heir",
|
|
"notHeir": "Not Heir",
|
|
"setAsHeir": "Set as Heir",
|
|
"heirSetSuccess": "The child has been successfully set as heir.",
|
|
"heirSetError": "Error setting heir.",
|
|
"actions": "Actions",
|
|
"none": "No children available.",
|
|
"detailButton": "Show Details",
|
|
"addChild": "Add Child",
|
|
"baptism": "Baptize",
|
|
"notBaptized": "Not yet baptized",
|
|
"baptismNotice": "This child has not been baptized yet and therefore has no name.",
|
|
"details": {
|
|
"title": "Child Details"
|
|
}
|
|
,
|
|
"taxes": {
|
|
"title": "Taxes",
|
|
"loading": "Loading tax data...",
|
|
"total": "Total tax",
|
|
"table": {
|
|
"region": "Region",
|
|
"taxPercent": "Tax %"
|
|
}
|
|
}
|
|
},
|
|
"spouse": {
|
|
"wooing": {
|
|
"cancel": "Cancel wooing",
|
|
"cancelSuccess": "Wooing has been cancelled.",
|
|
"cancelError": "Wooing could not be cancelled.",
|
|
"cancelTooSoon": "You can only cancel wooing after 24 hours."
|
|
}
|
|
},
|
|
"sendgift": {
|
|
"error": {
|
|
"nogiftselected": "Please select a gift.",
|
|
"generic": "An unknown error occurred.",
|
|
"tooOften": "You can't send gifts that often.",
|
|
"insufficientFunds": "You do not have enough money."
|
|
},
|
|
"success": "The gift has been given.",
|
|
"nextGiftAt": "Next gift from"
|
|
}
|
|
},
|
|
"church": {
|
|
"title": "Church",
|
|
"tabs": {
|
|
"current": "Current Positions",
|
|
"available": "Available Positions",
|
|
"applications": "Applications"
|
|
},
|
|
"current": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"holder": "Holder",
|
|
"supervisor": "Supervisor",
|
|
"none": "No current positions available."
|
|
},
|
|
"available": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"supervisor": "Supervisor",
|
|
"seats": "Available Seats",
|
|
"action": "Action",
|
|
"apply": "Apply",
|
|
"applySuccess": "Application submitted successfully.",
|
|
"applyError": "Error submitting application.",
|
|
"none": "No available positions."
|
|
},
|
|
"applications": {
|
|
"office": "Office",
|
|
"region": "Region",
|
|
"applicant": "Applicant",
|
|
"date": "Date",
|
|
"action": "Action",
|
|
"approve": "Approve",
|
|
"reject": "Reject",
|
|
"approveSuccess": "Application approved.",
|
|
"rejectSuccess": "Application rejected.",
|
|
"decideError": "Error making decision.",
|
|
"none": "No applications available."
|
|
},
|
|
"offices": {
|
|
"lay-preacher": "Lay Preacher",
|
|
"village-priest": "Village Priest",
|
|
"parish-priest": "Parish Priest",
|
|
"dean": "Dean",
|
|
"archdeacon": "Archdeacon",
|
|
"bishop": "Bishop",
|
|
"archbishop": "Archbishop",
|
|
"cardinal": "Cardinal",
|
|
"pope": "Pope"
|
|
},
|
|
"baptism": {
|
|
"title": "Baptism",
|
|
"table": {
|
|
"name": "First Name",
|
|
"gender": "Gender",
|
|
"age": "Age",
|
|
"baptise": "Baptize (50)",
|
|
"newName": "Suggest Name"
|
|
},
|
|
"gender": {
|
|
"male": "Boy",
|
|
"female": "Girl"
|
|
},
|
|
"success": "The child has been baptized.",
|
|
"error": "The child could not be baptized."
|
|
}
|
|
}
|
|
}
|
|
} |