2020-01-17 23:43:18 +00:00
|
|
|
/// Translation document instructions
|
2020-03-27 03:05:04 +00:00
|
|
|
///
|
2020-01-17 23:43:18 +00:00
|
|
|
/// In order to keep localization documents readible please follow the following
|
|
|
|
/// rules:
|
|
|
|
/// - separate the string map sections using a commentary describing the purpose
|
|
|
|
/// of the next section
|
|
|
|
/// - prepend multi-line strings with a commentary
|
|
|
|
/// - append one blank lines after a multi-line strings and two after sections
|
|
|
|
///
|
2020-03-27 03:05:04 +00:00
|
|
|
/// To add a new language in Veloren, just write an additional `.ron` file in
|
2020-01-17 23:43:18 +00:00
|
|
|
/// `assets/voxygen/i18n` and that's it!
|
2020-04-04 14:39:54 +00:00
|
|
|
///
|
|
|
|
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
/// Localization for "global" English
|
|
|
|
VoxygenLocalization(
|
|
|
|
metadata: (
|
|
|
|
language_name: "English",
|
|
|
|
language_identifier: "en",
|
|
|
|
),
|
|
|
|
convert_utf8_to_ascii: false,
|
2020-01-26 19:29:46 +00:00
|
|
|
fonts: {
|
|
|
|
"opensans": Font (
|
|
|
|
asset_key: "voxygen.font.OpenSans-Regular",
|
|
|
|
scale_ratio: 1.0,
|
|
|
|
),
|
|
|
|
"metamorph": Font (
|
|
|
|
asset_key: "voxygen.font.Metamorphous-Regular",
|
|
|
|
scale_ratio: 1.0,
|
|
|
|
),
|
|
|
|
"alkhemi": Font (
|
|
|
|
asset_key: "voxygen.font.Alkhemikal",
|
|
|
|
scale_ratio: 1.0,
|
|
|
|
),
|
|
|
|
"wizard": Font (
|
|
|
|
asset_key: "voxygen.font.wizard",
|
|
|
|
scale_ratio: 1.0,
|
|
|
|
),
|
|
|
|
"cyri": Font (
|
2020-02-17 16:22:49 +00:00
|
|
|
asset_key: "voxygen.font.haxrcorp_4089_cyrillic_altgr_extended",
|
2020-01-26 19:29:46 +00:00
|
|
|
scale_ratio: 1.0,
|
|
|
|
),
|
|
|
|
},
|
2020-01-17 23:43:18 +00:00
|
|
|
string_map: {
|
|
|
|
/// Start Common section
|
|
|
|
// Texts used in multiple locations with the same formatting
|
|
|
|
"common.username": "username",
|
|
|
|
"common.singleplayer": "Singleplayer",
|
|
|
|
"common.multiplayer": "Multiplayer",
|
|
|
|
"common.servers": "Servers",
|
|
|
|
"common.quit": "Quit",
|
|
|
|
"common.settings": "Settings",
|
|
|
|
"common.languages": "Languages",
|
|
|
|
"common.interface": "Interface",
|
|
|
|
"common.gameplay": "Gameplay",
|
|
|
|
"common.controls": "Controls",
|
2020-04-26 01:44:56 +00:00
|
|
|
"common.video": "Graphics",
|
2020-01-17 23:43:18 +00:00
|
|
|
"common.sound": "Sound",
|
|
|
|
"common.resume": "Resume",
|
|
|
|
"common.characters": "Characters",
|
|
|
|
"common.close": "Close",
|
|
|
|
"common.yes": "Yes",
|
|
|
|
"common.no": "No",
|
|
|
|
"common.back": "Back",
|
|
|
|
"common.create": "Create",
|
|
|
|
"common.okay": "Okay",
|
2020-03-27 16:11:47 +00:00
|
|
|
"common.accept": "Accept",
|
2020-01-17 23:43:18 +00:00
|
|
|
"common.disclaimer": "Disclaimer",
|
|
|
|
"common.cancel": "Cancel",
|
|
|
|
"common.none": "None",
|
2020-02-02 08:05:58 +00:00
|
|
|
"common.error": "Error",
|
|
|
|
"common.fatal_error": "Fatal Error",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
// Message when connection to the server is lost
|
|
|
|
"common.connection_lost": r#"Connection lost!
|
|
|
|
Did the server restart?
|
|
|
|
Is the client up to date?"#,
|
|
|
|
|
|
|
|
|
2020-05-29 18:23:00 +00:00
|
|
|
"common.species.orc": "Orc",
|
|
|
|
"common.species.human": "Human",
|
|
|
|
"common.species.dwarf": "Dwarf",
|
|
|
|
"common.species.elf": "Elf",
|
|
|
|
"common.species.undead": "Undead",
|
|
|
|
"common.species.danari": "Danari",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
"common.weapons.axe": "Axe",
|
|
|
|
"common.weapons.sword": "Sword",
|
|
|
|
"common.weapons.staff": "Staff",
|
|
|
|
"common.weapons.bow": "Bow",
|
|
|
|
"common.weapons.hammer": "Hammer",
|
|
|
|
/// End Common section
|
|
|
|
|
|
|
|
|
|
|
|
/// Start Main screen section
|
|
|
|
"main.connecting": "Connecting",
|
|
|
|
"main.creating_world": "Creating world",
|
2020-07-23 12:10:13 +00:00
|
|
|
"main.tip": "Tip:",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
// Welcome notice that appears the first time Veloren is started
|
|
|
|
"main.notice": r#"Welcome to the alpha version of Veloren!
|
|
|
|
|
|
|
|
Before you dive into the fun, please keep a few things in mind:
|
|
|
|
|
2020-03-27 03:05:04 +00:00
|
|
|
- This is a very early alpha. Expect bugs, extremely unfinished gameplay, unpolished mechanics, and missing features.
|
2020-04-26 01:44:56 +00:00
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
- If you have constructive feedback or bug reports, you can contact us via Reddit, GitLab, or our community Discord server.
|
2020-04-26 01:44:56 +00:00
|
|
|
|
2020-01-25 10:55:40 +00:00
|
|
|
- Veloren is licensed under the GPL 3 open-source licence. That means you're free to play, modify, and redistribute the game however
|
|
|
|
you wish (provided derived work is also under GPL 3).
|
2020-04-26 01:44:56 +00:00
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
- Veloren is a non-profit community project, and everybody working on it is a volunteer.
|
|
|
|
If you like what you see, you're welcome to join the development or art teams!
|
|
|
|
|
|
|
|
Thanks for taking the time to read this notice, we hope you enjoy the game!
|
|
|
|
|
|
|
|
~ The Veloren Devs"#,
|
|
|
|
|
|
|
|
// Login process description
|
|
|
|
"main.login_process": r#"Information on the Login Process:
|
|
|
|
|
2020-01-08 22:45:10 +00:00
|
|
|
Please note that you now need an account
|
|
|
|
to play on auth-enabled servers.
|
|
|
|
|
|
|
|
You can create an account over at
|
|
|
|
|
|
|
|
https://account.veloren.net."#,
|
2020-02-02 08:05:58 +00:00
|
|
|
"main.login.server_not_found": "Server not found",
|
|
|
|
"main.login.authentication_error": "Auth error on server",
|
|
|
|
"main.login.server_full": "Server is full",
|
|
|
|
"main.login.untrusted_auth_server": "Auth server not trusted",
|
|
|
|
"main.login.outdated_client_or_server": "ServerWentMad: Probably versions are incompatible, check for updates.",
|
|
|
|
"main.login.timeout": "Timeout: Server did not respond in time. (Overloaded or network issues).",
|
|
|
|
"main.login.server_shut_down": "Server shut down",
|
|
|
|
"main.login.already_logged_in": "You are already logged into the server.",
|
|
|
|
"main.login.network_error": "Network error",
|
|
|
|
"main.login.failed_sending_request": "Request to Auth server failed",
|
2020-05-11 10:06:53 +00:00
|
|
|
"main.login.invalid_character": "The selected character is invalid",
|
2020-02-02 08:05:58 +00:00
|
|
|
"main.login.client_crashed": "Client crashed",
|
2020-07-01 19:05:44 +00:00
|
|
|
"main.login.not_on_whitelist": "You need a Whitelist entry by an Admin to join",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
/// End Main screen section
|
|
|
|
|
|
|
|
|
|
|
|
/// Start HUD Section
|
|
|
|
"hud.do_not_show_on_startup": "Don't show this on Startup",
|
|
|
|
"hud.show_tips": "Show Tips",
|
|
|
|
"hud.quests": "Quests",
|
|
|
|
"hud.you_died": "You Died",
|
2020-05-14 16:56:10 +00:00
|
|
|
"hud.waypoint_saved": "Waypoint Saved",
|
2020-03-27 03:05:04 +00:00
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.press_key_to_show_keybindings_fmt": "Press {key} to show keybindings",
|
|
|
|
"hud.press_key_to_show_debug_info_fmt": "Press {key} to show debug info",
|
2020-04-24 16:30:58 +00:00
|
|
|
"hud.press_key_to_toggle_keybindings_fmt": "Press {key} to toggle keybindings",
|
|
|
|
"hud.press_key_to_toggle_debug_info_fmt": "Press {key} to toggle debug info",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
2020-07-01 19:05:44 +00:00
|
|
|
// Chat outputs
|
2020-07-06 16:11:19 +00:00
|
|
|
"hud.chat.online_msg": "[{name}] is now online.",
|
|
|
|
"hud.chat.offline_msg": "{name} went offline.",
|
2020-07-01 19:05:44 +00:00
|
|
|
"hud.chat.loot_msg": "You picked up [{item}]",
|
|
|
|
"hud.chat.loot_fail": "Your Inventory is full!",
|
|
|
|
"hud.chat.goodbye": "Goodbye!",
|
|
|
|
"hud.chat.connection_lost": "Connection lost. Kicking in {time} seconds.",
|
|
|
|
|
|
|
|
// SCT outputs
|
|
|
|
"hud.sct.experience": "{amount} Exp",
|
|
|
|
"hud.sct.block": "BLOCKED",
|
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
// Respawn message
|
2020-01-26 10:08:02 +00:00
|
|
|
"hud.press_key_to_respawn": r#"Press {key} to respawn at the last campfire you visited."#,
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
// Welcome message
|
2020-04-04 21:51:06 +00:00
|
|
|
"hud.welcome": r#"Welcome to the Veloren Alpha!
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
Some tips before you start:
|
|
|
|
|
|
|
|
|
|
|
|
Press F1 to see the available key commands.
|
|
|
|
|
|
|
|
Type /help into the chat to see chat commands
|
|
|
|
|
|
|
|
|
|
|
|
There are chests and other objects randomly spawning in the World!
|
|
|
|
|
|
|
|
Right-Click to collect them.
|
|
|
|
|
|
|
|
To actually use whatever you loot from those chests open your inventory with 'B'.
|
|
|
|
|
|
|
|
Double click the items in your bag to use or equip them.
|
|
|
|
|
|
|
|
Throw them away by clicking them once and clicking outside of the bag
|
|
|
|
|
|
|
|
|
|
|
|
Nights can get pretty dark in Veloren.
|
|
|
|
|
2020-05-21 04:09:59 +00:00
|
|
|
Light your lantern by pressing 'G'
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
Want to free your cursor to close this window? Press TAB!
|
|
|
|
|
|
|
|
|
|
|
|
Enjoy your stay in the World of Veloren."#,
|
|
|
|
|
2020-06-03 19:32:54 +00:00
|
|
|
"hud.temp_quest_headline": r#"Please, help us Traveller!"#,
|
2020-07-06 16:11:19 +00:00
|
|
|
"hud.temp_quest_text": r#"Dungeons filled with evil cultists
|
2020-06-03 17:59:09 +00:00
|
|
|
have emerged all around our peaceful towns!
|
|
|
|
|
|
|
|
|
2020-07-06 16:11:19 +00:00
|
|
|
Gather some company, stack up on food
|
2020-06-03 17:59:09 +00:00
|
|
|
and defeat their vile leaders and acolytes.
|
|
|
|
|
|
|
|
|
2020-07-06 16:11:19 +00:00
|
|
|
Maybe you can even obtain one of their
|
2020-06-03 17:59:09 +00:00
|
|
|
magically infused items?"#,
|
|
|
|
|
|
|
|
|
2020-03-15 16:27:56 +00:00
|
|
|
|
|
|
|
// Inventory
|
2020-04-09 22:07:46 +00:00
|
|
|
"hud.bag.inventory": "{playername}'s Inventory",
|
|
|
|
"hud.bag.stats_title": "{playername}'s Stats",
|
2020-03-27 03:05:04 +00:00
|
|
|
"hud.bag.exp": "Exp",
|
|
|
|
"hud.bag.armor": "Armor",
|
|
|
|
"hud.bag.stats": "Stats",
|
2020-04-08 21:57:25 +00:00
|
|
|
"hud.bag.head": "Head",
|
|
|
|
"hud.bag.neck": "Neck",
|
|
|
|
"hud.bag.tabard": "Tabard",
|
|
|
|
"hud.bag.shoulders": "Shoulders",
|
|
|
|
"hud.bag.chest": "Chest",
|
|
|
|
"hud.bag.hands": "Hands",
|
|
|
|
"hud.bag.lantern": "Lantern",
|
2020-04-08 23:23:51 +00:00
|
|
|
"hud.bag.belt": "Belt",
|
|
|
|
"hud.bag.ring": "Ring",
|
2020-04-08 21:57:25 +00:00
|
|
|
"hud.bag.back": "Back",
|
|
|
|
"hud.bag.legs": "Legs",
|
|
|
|
"hud.bag.feet": "Feet",
|
|
|
|
"hud.bag.mainhand": "Mainhand",
|
2020-07-06 16:11:19 +00:00
|
|
|
"hud.bag.offhand": "Offhand",
|
2020-04-08 21:57:25 +00:00
|
|
|
|
2020-03-27 03:05:04 +00:00
|
|
|
|
|
|
|
// Map and Questlog
|
|
|
|
"hud.map.map_title": "Map",
|
|
|
|
"hud.map.qlog_title": "Quests",
|
|
|
|
|
2020-03-15 16:27:56 +00:00
|
|
|
// Settings
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.general": "General",
|
2020-01-21 20:10:49 +00:00
|
|
|
"hud.settings.none": "None",
|
2020-03-27 18:35:52 +00:00
|
|
|
"hud.settings.press_behavior.toggle": "Toggle",
|
|
|
|
"hud.settings.press_behavior.hold": "Hold",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.help_window": "Help Window",
|
|
|
|
"hud.settings.debug_info": "Debug Info",
|
|
|
|
"hud.settings.tips_on_startup": "Tips-On-Startup",
|
|
|
|
"hud.settings.ui_scale": "UI-Scale",
|
|
|
|
"hud.settings.relative_scaling": "Relative Scaling",
|
|
|
|
"hud.settings.custom_scaling": "Custom Scaling",
|
|
|
|
"hud.settings.crosshair": "Crosshair",
|
|
|
|
"hud.settings.transparency": "Transparency",
|
2020-07-06 16:11:19 +00:00
|
|
|
"hud.settings.hotbar": "Hotbar",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.toggle_shortcuts": "Toggle Shortcuts",
|
2020-01-25 11:14:02 +00:00
|
|
|
"hud.settings.toggle_bar_experience": "Toggle Experience Bar",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.scrolling_combat_text": "Scrolling Combat Text",
|
|
|
|
"hud.settings.single_damage_number": "Single Damage Numbers",
|
|
|
|
"hud.settings.cumulated_damage": "Cumulated Damage",
|
|
|
|
"hud.settings.incoming_damage": "Incoming Damage",
|
|
|
|
"hud.settings.cumulated_incoming_damage": "Cumulated Incoming Damage",
|
2020-06-14 03:13:01 +00:00
|
|
|
"hud.settings.speech_bubble": "Speech Bubble",
|
2020-05-25 01:29:47 +00:00
|
|
|
"hud.settings.speech_bubble_dark_mode": "Speech Bubble Dark Mode",
|
2020-06-14 03:13:01 +00:00
|
|
|
"hud.settings.speech_bubble_icon": "Speech Bubble Icon",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.energybar_numbers": "Energybar Numbers",
|
|
|
|
"hud.settings.values": "Values",
|
|
|
|
"hud.settings.percentages": "Percentages",
|
|
|
|
"hud.settings.chat": "Chat",
|
2020-06-24 05:46:29 +00:00
|
|
|
"hud.settings.background_transparency": "Background Transparency",
|
2020-07-01 19:05:44 +00:00
|
|
|
"hud.settings.chat_character_name": "Character Names in chat",
|
2020-07-23 12:10:13 +00:00
|
|
|
"hud.settings.loading_tips": "Loading Screen Tips",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
"hud.settings.pan_sensitivity": "Pan Sensitivity",
|
|
|
|
"hud.settings.zoom_sensitivity": "Zoom Sensitivity",
|
|
|
|
"hud.settings.invert_scroll_zoom": "Invert Scroll Zoom",
|
|
|
|
"hud.settings.invert_mouse_y_axis": "Invert Mouse Y Axis",
|
2020-04-23 22:59:34 +00:00
|
|
|
"hud.settings.enable_mouse_smoothing": "Camera Smoothing",
|
2020-03-27 18:35:52 +00:00
|
|
|
"hud.settings.free_look_behavior": "Free look behavior",
|
2020-06-06 18:09:01 +00:00
|
|
|
"hud.settings.auto_walk_behavior": "Auto walk behavior",
|
|
|
|
"hud.settings.stop_auto_walk_on_input": "Stop auto walk on movement",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
"hud.settings.view_distance": "View Distance",
|
2020-04-24 22:35:40 +00:00
|
|
|
"hud.settings.sprites_view_distance": "Sprites View Distance",
|
2020-04-26 01:44:56 +00:00
|
|
|
"hud.settings.figures_view_distance": "Entities View Distance",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.maximum_fps": "Maximum FPS",
|
|
|
|
"hud.settings.fov": "Field of View (deg)",
|
2020-02-13 12:28:03 +00:00
|
|
|
"hud.settings.gamma": "Gamma",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.settings.antialiasing_mode": "AntiAliasing Mode",
|
|
|
|
"hud.settings.cloud_rendering_mode": "Cloud Rendering Mode",
|
|
|
|
"hud.settings.fluid_rendering_mode": "Fluid Rendering Mode",
|
|
|
|
"hud.settings.fluid_rendering_mode.cheap": "Cheap",
|
|
|
|
"hud.settings.fluid_rendering_mode.shiny": "Shiny",
|
|
|
|
"hud.settings.cloud_rendering_mode.regular": "Regular",
|
2020-01-27 19:34:10 +00:00
|
|
|
"hud.settings.fullscreen": "Fullscreen",
|
|
|
|
"hud.settings.save_window_size": "Save window size",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
"hud.settings.music_volume": "Music Volume",
|
|
|
|
"hud.settings.sound_effect_volume": "Sound Effects Volume",
|
|
|
|
"hud.settings.audio_device": "Audio Device",
|
|
|
|
|
2020-04-08 17:36:37 +00:00
|
|
|
"hud.settings.awaitingkey": "Press a key...",
|
2020-07-12 18:59:18 +00:00
|
|
|
"hud.settings.unbound": "None",
|
|
|
|
"hud.settings.reset_keybinds": "Reset to Defaults",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
"hud.social": "Social",
|
|
|
|
"hud.social.online": "Online",
|
|
|
|
"hud.social.friends": "Friends",
|
|
|
|
"hud.social.not_yet_available": "Not yet available",
|
2020-01-26 22:57:06 +00:00
|
|
|
"hud.social.faction": "Faction",
|
2020-01-17 23:43:18 +00:00
|
|
|
"hud.social.play_online_fmt": "{nb_player} player(s) online",
|
|
|
|
|
2020-07-14 20:11:39 +00:00
|
|
|
"hud.crafting": "Crafting",
|
|
|
|
"hud.crafting.recipes": "Recipes",
|
|
|
|
"hud.crafting.ingredients": "Ingredients:",
|
|
|
|
"hud.crafting.craft": "Craft",
|
|
|
|
"hud.crafting.tool_cata": "Requires:",
|
|
|
|
|
|
|
|
"hud.spell": "Spells",
|
2020-03-26 21:22:21 +00:00
|
|
|
|
2020-07-06 16:11:19 +00:00
|
|
|
"hud.free_look_indicator": "Free look active",
|
2020-06-06 18:09:01 +00:00
|
|
|
"hud.auto_walk_indicator": "Auto walk active",
|
2020-04-08 21:57:25 +00:00
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
/// End HUD section
|
|
|
|
|
|
|
|
|
2020-04-08 17:36:37 +00:00
|
|
|
/// Start GameInput section
|
|
|
|
|
|
|
|
"gameinput.primary": "Basic Attack",
|
|
|
|
"gameinput.secondary": "Secondary Attack/Block/Aim",
|
2020-08-07 21:05:47 +00:00
|
|
|
"gameinput.slot1": "Hotbar Slot 1",
|
2020-04-09 01:15:54 +00:00
|
|
|
"gameinput.slot2": "Hotbar Slot 2",
|
|
|
|
"gameinput.slot3": "Hotbar Slot 3",
|
|
|
|
"gameinput.slot4": "Hotbar Slot 4",
|
|
|
|
"gameinput.slot5": "Hotbar Slot 5",
|
|
|
|
"gameinput.slot6": "Hotbar Slot 6",
|
|
|
|
"gameinput.slot7": "Hotbar Slot 7",
|
|
|
|
"gameinput.slot8": "Hotbar Slot 8",
|
|
|
|
"gameinput.slot9": "Hotbar Slot 9",
|
|
|
|
"gameinput.slot10": "Hotbar Slot 10",
|
2020-04-08 17:36:37 +00:00
|
|
|
"gameinput.swaploadout": "Swap Loadout",
|
2020-04-08 21:57:25 +00:00
|
|
|
"gameinput.togglecursor": "Toggle Cursor",
|
2020-04-08 17:36:37 +00:00
|
|
|
"gameinput.help": "Toggle Help Window",
|
|
|
|
"gameinput.toggleinterface": "Toggle Interface",
|
|
|
|
"gameinput.toggledebug": "Toggle FPS and Debug Info",
|
|
|
|
"gameinput.screenshot": "Take Screenshot",
|
|
|
|
"gameinput.toggleingameui": "Toggle Nametags",
|
|
|
|
"gameinput.fullscreen": "Toggle Fullscreen",
|
|
|
|
"gameinput.moveforward": "Move Forward",
|
|
|
|
"gameinput.moveleft": "Move Left",
|
|
|
|
"gameinput.moveright": "Move Right",
|
|
|
|
"gameinput.moveback": "Move Backwards",
|
|
|
|
"gameinput.jump": "Jump",
|
|
|
|
"gameinput.glide": "Glider",
|
|
|
|
"gameinput.roll": "Roll",
|
|
|
|
"gameinput.climb": "Climb",
|
|
|
|
"gameinput.climbdown": "Climb Down",
|
|
|
|
"gameinput.wallleap": "Wall Leap",
|
2020-05-04 15:15:31 +00:00
|
|
|
"gameinput.togglelantern": "Toggle Lantern",
|
2020-04-08 17:36:37 +00:00
|
|
|
"gameinput.mount": "Mount",
|
|
|
|
"gameinput.enter": "Enter",
|
|
|
|
"gameinput.command": "Command",
|
|
|
|
"gameinput.escape": "Escape",
|
|
|
|
"gameinput.map": "Map",
|
|
|
|
"gameinput.bag": "Bag",
|
|
|
|
"gameinput.social": "Social",
|
|
|
|
"gameinput.sit": "Sit",
|
2020-04-08 21:57:25 +00:00
|
|
|
"gameinput.spellbook": "Spells",
|
2020-04-08 17:36:37 +00:00
|
|
|
"gameinput.settings": "Settings",
|
|
|
|
"gameinput.respawn": "Respawn",
|
|
|
|
"gameinput.charge": "Charge",
|
|
|
|
"gameinput.togglewield": "Toggle Wield",
|
|
|
|
"gameinput.interact": "Interact",
|
2020-04-08 21:57:25 +00:00
|
|
|
"gameinput.freelook": "Free Look",
|
2020-06-06 18:09:01 +00:00
|
|
|
"gameinput.autowalk": "Auto Walk",
|
2020-06-06 19:29:35 +00:00
|
|
|
"gameinput.dance": "Dance",
|
2020-07-06 16:11:19 +00:00
|
|
|
|
2020-04-08 17:36:37 +00:00
|
|
|
/// End GameInput section
|
|
|
|
|
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
/// Start chracter selection section
|
2020-05-09 15:41:25 +00:00
|
|
|
"char_selection.loading_characters": "Loading characters...",
|
2020-01-17 23:43:18 +00:00
|
|
|
"char_selection.delete_permanently": "Permanently delete this Character?",
|
2020-05-09 15:41:25 +00:00
|
|
|
"char_selection.deleting_character": "Deleting Character...",
|
2020-01-17 23:43:18 +00:00
|
|
|
"char_selection.change_server": "Change Server",
|
|
|
|
"char_selection.enter_world": "Enter World",
|
|
|
|
"char_selection.logout": "Logout",
|
|
|
|
"char_selection.create_new_charater": "Create New Character",
|
2020-05-09 15:41:25 +00:00
|
|
|
"char_selection.creating_character": "Creating Character...",
|
2020-01-17 23:43:18 +00:00
|
|
|
"char_selection.character_creation": "Character Creation",
|
|
|
|
|
|
|
|
"char_selection.human_default": "Human Default",
|
|
|
|
"char_selection.level_fmt": "Level {level_nb}",
|
2020-05-16 12:48:29 +00:00
|
|
|
"char_selection.uncanny_valley": "Wilderness",
|
2020-01-17 23:43:18 +00:00
|
|
|
"char_selection.plains_of_uncertainty": "Plains of Uncertainty",
|
|
|
|
"char_selection.beard": "Beard",
|
2020-01-21 12:27:34 +00:00
|
|
|
"char_selection.hair_style": "Hair Style",
|
2020-07-06 16:11:19 +00:00
|
|
|
"char_selection.hair_color": "Hair Color",
|
2020-05-29 18:23:00 +00:00
|
|
|
"char_selection.eye_color": "Eye Color",
|
2020-01-17 23:43:18 +00:00
|
|
|
"char_selection.skin": "Skin",
|
2020-05-29 18:23:00 +00:00
|
|
|
"char_selection.eyeshape": "Eye Details",
|
2020-01-17 23:43:18 +00:00
|
|
|
"char_selection.accessories": "Accessories",
|
2020-05-16 12:48:29 +00:00
|
|
|
"char_selection.create_info_name": "Your Character needs a name!",
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
/// End chracter selection section
|
|
|
|
|
|
|
|
|
|
|
|
/// Start character window section
|
|
|
|
"character_window.character_name": "Character Name",
|
2020-07-23 12:10:13 +00:00
|
|
|
// Character stats
|
2020-01-23 17:14:02 +00:00
|
|
|
"character_window.character_stats": r#"Endurance
|
2020-01-17 23:43:18 +00:00
|
|
|
|
2020-01-23 17:14:02 +00:00
|
|
|
Fitness
|
2020-01-17 23:43:18 +00:00
|
|
|
|
2020-01-23 17:14:02 +00:00
|
|
|
Willpower
|
2020-07-18 00:05:28 +00:00
|
|
|
|
|
|
|
Protection
|
2020-01-23 17:14:02 +00:00
|
|
|
"#,
|
2020-05-26 00:11:22 +00:00
|
|
|
/// End character window section
|
2020-03-27 03:05:04 +00:00
|
|
|
|
2020-01-17 23:43:18 +00:00
|
|
|
|
|
|
|
/// Start Escape Menu Section
|
|
|
|
"esc_menu.logout": "Logout",
|
|
|
|
"esc_menu.quit_game": "Quit Game",
|
2020-07-23 12:10:13 +00:00
|
|
|
/// End Escape Menu Section
|
|
|
|
|
2020-05-26 00:11:22 +00:00
|
|
|
},
|
|
|
|
|
2020-07-23 12:10:13 +00:00
|
|
|
|
|
|
|
vector_map: {
|
|
|
|
"loading.tips": [
|
|
|
|
"Press 'G' to light your lantern.",
|
|
|
|
"Press 'F1' to see all default keybindings.",
|
|
|
|
"You can type /say or /s to only chat with players directly around you.",
|
|
|
|
"You can type /region or /r to only chat with players a couple of hundred blocks around you.",
|
|
|
|
"To send private message type /tell followed by a player name and your message.",
|
|
|
|
"NPCs with the same level can have a different difficulty.",
|
|
|
|
"Look at the ground for food, chests and other loot!",
|
|
|
|
"Inventory filled with food? Try crafting better food from it!",
|
|
|
|
"Wondering what's there to do? Dungeons are marked with brown spots on the map!",
|
|
|
|
"Don't forget to adjust the graphics for your system. Press 'N' to open the settings.",
|
|
|
|
"Playing with others is fun! Press 'O' to see who is online.",
|
|
|
|
"An NPC with a skull beneath their healthbar is quite powerful compared to yourself.",
|
|
|
|
"Press 'J' to dance. Party!",
|
|
|
|
"Press 'L-Shift' to open your Glider and conquer the skies.",
|
|
|
|
"Veloren is still in Pre-Alpha. We do our best to improve it every day!",
|
|
|
|
"If you want to join the Dev-Team or just have a chat with us join our Discord-Server.",
|
|
|
|
],
|
2020-05-26 00:11:22 +00:00
|
|
|
"npc.speech.villager_under_attack": [
|
|
|
|
"Help, I'm under attack!",
|
|
|
|
"Help! I'm under attack!",
|
|
|
|
"Ouch! I'm under attack!",
|
|
|
|
"Ouch! I'm under attack! Help!",
|
|
|
|
"Help me! I'm under attack!",
|
|
|
|
"I'm under attack! Help!",
|
|
|
|
"I'm under attack! Help me!",
|
|
|
|
"Help!",
|
|
|
|
"Help! Help!",
|
|
|
|
"Help! Help! Help!",
|
|
|
|
"I'm under attack!",
|
|
|
|
"AAAHHH! I'm under attack!",
|
|
|
|
"AAAHHH! I'm under attack! Help!",
|
|
|
|
"Help! We're under attack!",
|
|
|
|
"Help! Murderer!",
|
2020-05-26 02:45:13 +00:00
|
|
|
"Help! There's a murderer on the loose!",
|
2020-05-26 00:11:22 +00:00
|
|
|
"Help! They're trying to kill me!",
|
|
|
|
"Guards, I'm under attack!",
|
|
|
|
"Guards! I'm under attack!",
|
|
|
|
"I'm under attack! Guards!",
|
|
|
|
"Help! Guards! I'm under attack!",
|
|
|
|
"Guards! Come quick!",
|
|
|
|
"Guards! Guards!",
|
|
|
|
"Guards! There's a villain attacking me!",
|
|
|
|
"Guards, slay this foul villain!",
|
|
|
|
"Guards! There's a murderer!",
|
|
|
|
"Guards! Help me!",
|
|
|
|
"You won't get away with this! Guards!",
|
|
|
|
"You fiend!",
|
|
|
|
"Help me!",
|
|
|
|
"Help! Please!",
|
|
|
|
"Ouch! Guards! Help!",
|
|
|
|
"They're coming for me!",
|
2020-06-20 11:09:30 +00:00
|
|
|
"Help! Help! I'm being repressed!",
|
2020-05-26 00:11:22 +00:00
|
|
|
"Ah, now we see the violence inherent in the system.",
|
2020-06-20 11:09:30 +00:00
|
|
|
"Tis but a scratch!",
|
|
|
|
"Stop that!",
|
|
|
|
"What did I ever do to you?!",
|
|
|
|
"Please stop attacking me!",
|
|
|
|
"Hey! Watch where you point that thing!",
|
|
|
|
"Heinous wretch, be gone with you!",
|
|
|
|
"Stop it! Go away!",
|
|
|
|
"Now you're making me mad!",
|
|
|
|
"Oi! Who do you think you are?!",
|
|
|
|
"I'll have your head for that!",
|
|
|
|
"Stop, please! I carry nothing of value!",
|
|
|
|
"I'll set my brother on you, he's bigger than I am!",
|
|
|
|
"Nooo, I'm telling mother!",
|
|
|
|
"Curse you!",
|
|
|
|
"Please don't do that.",
|
|
|
|
"That wasn't very nice!",
|
|
|
|
"Your weapon works, you can put it away now!",
|
|
|
|
"Spare me!",
|
|
|
|
"Please, I have a family!",
|
|
|
|
"I'm too young to die!",
|
|
|
|
"Can we talk about this?",
|
|
|
|
"Violence is never the answer!",
|
|
|
|
"Today is turning out to be a very bad day...",
|
|
|
|
"Hey, that hurt!",
|
|
|
|
"Eek!",
|
|
|
|
"How rude!",
|
|
|
|
"Stop, I beg you!",
|
|
|
|
"A pox upon you!",
|
|
|
|
"This isn't fun.",
|
|
|
|
"How dare you?!",
|
|
|
|
"You'll pay for that!",
|
|
|
|
"Keep that up and you'll be sorry!",
|
|
|
|
"Don't make me hurt you!",
|
|
|
|
"There must be some misunderstanding!",
|
|
|
|
"You don't need to do this!",
|
|
|
|
"Be gone, fiend!",
|
|
|
|
"That really hurt!",
|
|
|
|
"Why would you do that?",
|
|
|
|
"By the spirits, cease!",
|
|
|
|
"You must have me confused with someone else!",
|
|
|
|
"I don't deserve this!",
|
|
|
|
"Please don't do that again.",
|
|
|
|
"Guards, throw this monster in the lake!",
|
|
|
|
"I'll set my tarrasque on you!",
|
2020-07-23 12:10:13 +00:00
|
|
|
],
|
2020-01-17 23:43:18 +00:00
|
|
|
}
|
2020-01-08 22:45:10 +00:00
|
|
|
)
|