mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
23 lines
621 B
Plaintext
23 lines
621 B
Plaintext
/// WARNING: Localization files shall be saved in UTF-8 format without BOM
|
|
|
|
/// Localization for "global" Swedish
|
|
(
|
|
string_map: {
|
|
"hud.social": "Andra spelare",
|
|
"hud.social.online": "Inloggade:",
|
|
"hud.social.friends": "Vänner",
|
|
"hud.social.not_yet_available": "Inte tillgängligt än",
|
|
"hud.social.faction": "Fraktion",
|
|
"hud.social.play_online_fmt": "{nb_player} spelare inloggade",
|
|
"hud.social.name": "Namn",
|
|
"hud.social.level": "Nivå",
|
|
"hud.social.zone": "Område",
|
|
"hud.social.account": "Konto",
|
|
},
|
|
|
|
|
|
vector_map: {
|
|
}
|
|
)
|
|
|