veloren/assets/voxygen/i18n/eu/char_selection.ron

32 lines
1.5 KiB
Rust
Raw Normal View History

/// WARNING: Localization files shall be saved in UTF-8 format without BOM
/// Localization for Basque
(
string_map: {
"char_selection.loading_characters": "Pertsonaiak kargatzen...",
"char_selection.delete_permanently": "Pertsonaia hau betiko ezabatu nahi duzu?",
"char_selection.deleting_character": "Pertsonaia ezabatzen...",
"char_selection.change_server": "Aldatu zerbitzaria",
"char_selection.enter_world": "Sartu munduan",
"char_selection.logout": "Itxi saioa",
"char_selection.create_new_character": "Sortu pertsonaia berria",
"char_selection.creating_character": "Pertsonaia sortzen...",
"char_selection.character_creation": "Pertsonaia sortzea",
"char_selection.human_default": "Gizakia lehenetsita",
"char_selection.level_fmt": "{level_nb}. maila",
"char_selection.uncanny_valley": "Basoa",
"char_selection.beard": "Bizarra",
"char_selection.hair_style": "Ilearen itxura",
"char_selection.hair_color": "Ilearen kolorea",
"char_selection.eye_color": "Begien kolorea",
"char_selection.skin": "Azala",
"char_selection.eyeshape": "Begien itxura",
"char_selection.accessories": "Osagarriak",
"char_selection.create_info_name": "Pertsonaiak izena behar du!",
"char_selection.version_mismatch": "ADI! Zerbitzariaren bertsioa ez dator bat instalatuta duzunarekin. Baliteke bertsioak bateragarriak ez izatea. Jokoa eguneratu beharko zenuke.",
},
vector_map: {
}
)