2020-12-27 19:59:03 +00:00
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for "global" English
(
string_map : {
/// Start Main screen section
" main.username " : " Username " ,
" main.server " : " Server " ,
" main.password " : " Password " ,
" main.connecting " : " Connecting " ,
" main.creating_world " : " Creating world " ,
" main.tip " : " Tip: " ,
2022-01-07 20:30:30 +00:00
" main.unbound_key_tip " : " unbound " ,
2020-12-27 19:59:03 +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 :
- This is a very early alpha . Expect bugs , extremely unfinished gameplay , unpolished mechanics , and missing features .
- If you have constructive feedback or bug reports , you can contact us via Reddit , GitLab , or our community Discord server .
- 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 ) .
- 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:
2021-03-16 23:23:24 +00:00
Please note that you need an account
2020-12-27 19:59:03 +00:00
to play on auth - enabled servers .
You can create an account over at
https ://veloren.net/account/."#,
" main.login.server_not_found " : " Server not found " ,
" main.login.authentication_error " : " Auth error on server " ,
2021-04-09 07:34:58 +00:00
" main.login.internal_error " : " Internal error on client (most likely, player character was deleted) " ,
2021-03-11 00:08:12 +00:00
" main.login.failed_auth_server_url_invalid " : " Failed to connect to auth server " ,
2021-03-11 15:57:50 +00:00
" main.login.insecure_auth_scheme " : " The auth Scheme HTTP is NOT supported. It's insecure! For development purposes, HTTP is allowed for 'localhost' or debug builds " ,
2020-12-27 19:59:03 +00:00
" 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.network_error " : " Network error " ,
2021-04-22 17:27:38 +00:00
" main.login.network_wrong_version " : " Mismatched server and client version, please update your game client. " ,
2020-12-27 19:59:03 +00:00
" main.login.failed_sending_request " : " Request to Auth server failed " ,
" main.login.invalid_character " : " The selected character is invalid " ,
" main.login.client_crashed " : " Client crashed " ,
" main.login.not_on_whitelist " : " You need a Whitelist entry by an Admin to join " ,
" main.login.banned " : " You have been banned with the following reason " ,
" main.login.kicked " : " You have been kicked with the following reason " ,
" main.login.select_language " : " Select a language " ,
2021-04-22 17:27:38 +00:00
" main.login.client_version " : " Client Version " ,
" main.login.server_version " : " Server Version " ,
2021-10-15 23:41:31 +00:00
" main.login.client_init_failed " : " Client failed to initialize: {init_fail_reason} " ,
2021-10-14 18:37:51 +00:00
" main.login.username_bad_characters " : " Username contains invalid characters! (Only alphanumeric, '_' and '-' are allowed) " ,
" main.login.username_too_long " : " Username is too long! Max length is: {max_len} " ,
2020-12-27 19:59:03 +00:00
" main.servers.select_server " : " Select a server " ,
2021-10-17 00:15:32 +00:00
" main.servers.singleplayer_error " : " Failed to connect to internal server: {sp_error} " ,
" main.servers.network_error " : " Server network/socket error: {raw_error} " ,
" main.servers.participant_error " : " Participant disconnect/protocol error: {raw_error} " ,
" main.servers.stream_error " : " Client connection/compression/(de)serialization error: {raw_error} " ,
" main.servers.database_error " : " Server database error: {raw_error} " ,
" main.servers.persistence_error " : " Server persistence error (Probably Asset/Character Data related): {raw_error} " ,
" main.servers.other_error " : " Server general error: {raw_error} " ,
2021-09-24 05:48:29 +00:00
// Credits screen
" main.credits " : " Credits " ,
2021-09-30 06:35:59 +00:00
" main.credits.created_by " : " created by " ,
2021-09-24 05:48:29 +00:00
" main.credits.music " : " Music " ,
" main.credits.fonts " : " Fonts " ,
" main.credits.other_art " : " Other Art " ,
" main.credits.contributors " : " Contributors " ,
2020-12-27 19:59:03 +00:00
/// End Main screen section
} ,
vector_map : {
2021-10-25 21:53:27 +00:00
// The keybinding names can be found in voxygen/src/game_input.rs in the GameInput enum
2021-08-01 10:47:35 +00:00
" loading.tips " : [
2021-10-25 21:53:27 +00:00
" Press '{gameinput.togglelantern}' to light your lantern. " ,
" Press '{gameinput.help}' to see all default keybindings. " ,
2021-08-01 10:47:35 +00:00
" 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. " ,
" Admins can use the /build command to enter build mode. " ,
" You can type /group or /g to only chat with players in your current group. " ,
" To send private messages type /tell followed by a player name and your message. " ,
" Keep an eye out for food, chests and other loot spread all around the world! " ,
" Inventory filled with food? Try crafting better food from it! " ,
" Wondering what there is to do? Try out one of the dungeons marked on the map! " ,
2021-10-25 22:15:09 +00:00
" Don't forget to adjust the graphics for your system. Press '{gameinput.settings}' to open the settings. " ,
2021-10-25 21:53:27 +00:00
" Playing with others is fun! Press '{gameinput.social}' to see who is online. " ,
" Press '{gameinput.dance}' to dance. Party! " ,
" Press '{gameinput.glide}' to open your Glider and conquer the skies. " ,
2021-08-01 10:47:35 +00:00
" 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. " ,
" You can toggle showing your amount of health on the healthbar in the settings. " ,
2021-10-25 21:53:27 +00:00
" Sit near a campfire (with the '{gameinput.sit}' key) to slowly recover from your injuries. " ,
" Need more bags or better armor to continue your journey? Press '{gameinput.crafting}' to open the crafting menu! " ,
" Press '{gameinput.roll}' to roll. Rolling can be used to move faster and dodge enemy attacks. " ,
" Wondering what an item is used for? Search 'input:<item name>' in crafting to see what recipes it's used in. " ,
" Find something cool? Take a screenshot of it with '{gameinput.screenshot}'. "
2021-08-01 10:47:35 +00:00
] ,
2020-12-27 19:59:03 +00:00
}
)