forked from metin2/web
Translated Account Information page, minor refactoring regarding IS currency names
This commit is contained in:
@ -10,10 +10,10 @@ return [
|
||||
'header.register_steps_3' => '3. Download & play for free',
|
||||
|
||||
'header.welcome' => 'Welcome, :name!',
|
||||
'header.cash_balance' => 'You have :cash Dragon Coins',
|
||||
'header.cash_balance' => 'You have :cash :cashName',
|
||||
|
||||
'header.nav.buy_coins' => 'Buy DC',
|
||||
'header.nav.administration' => 'User information',
|
||||
'header.nav.administration' => 'Account Information',
|
||||
'header.nav.logout' => 'Logout',
|
||||
|
||||
'nav.home' => 'Start',
|
||||
|
29
lang/en/app/user/administration.php
Normal file
29
lang/en/app/user/administration.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Your Account',
|
||||
'subtitle' => 'Account Information',
|
||||
|
||||
'username' => 'Username',
|
||||
'email' => 'Email',
|
||||
'cash-topup' => '(top up)',
|
||||
'delete-code' => 'Character deletion code',
|
||||
'delete-code-not-available' => 'not yet specified',
|
||||
|
||||
'btn-topup' => 'Buy Dragon Coins',
|
||||
'btn-topup-desc' => 'Top up your account with Dragon Coins',
|
||||
'btn-characters' => 'Characters',
|
||||
'btn-characters-desc' => 'Character list',
|
||||
'btn-recruit' => 'Friends',
|
||||
'btn-recruit-desc' => 'Recruit friends and see the status of newly recruited friends',
|
||||
'btn-email-change' => 'Email',
|
||||
'btn-email-change-desc' => 'Change email address',
|
||||
'btn-password-change' => 'Password',
|
||||
'btn-password-change-desc' => 'Change password',
|
||||
'btn-storage-password' => 'Storekeeper',
|
||||
'btn-storage-password-desc' => 'Request Storekeeper password',
|
||||
'btn-display-code' => 'Display code',
|
||||
'btn-display-code-desc' => 'Character deletion code',
|
||||
'btn-delete-account' => 'Delete account',
|
||||
'btn-delete-account-desc' => 'Delete account',
|
||||
];
|
@ -10,7 +10,7 @@ return [
|
||||
'header.register_steps_3' => '3. Descarcă și joacă pe gratis',
|
||||
|
||||
'header.welcome' => 'Bun venit, :name!',
|
||||
'header.cash_balance' => 'Ai :cash Monede Dragon',
|
||||
'header.cash_balance' => 'Ai :cash :cashName',
|
||||
|
||||
'header.nav.buy_coins' => 'Încarcă MD',
|
||||
'header.nav.administration' => 'Datele utilizatorului',
|
||||
|
29
lang/ro/app/user/administration.php
Normal file
29
lang/ro/app/user/administration.php
Normal file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Contul tău',
|
||||
'subtitle' => 'Datele utilizatorului',
|
||||
|
||||
'username' => 'Nume de utilizator',
|
||||
'email' => 'Email',
|
||||
'cash-topup' => '(top up)',
|
||||
'delete-code' => 'Cod de ștergere personaj',
|
||||
'delete-code-not-available' => 'încă nespecificat',
|
||||
|
||||
'btn-topup' => 'Încarcă MD',
|
||||
'btn-topup-desc' => 'Îmbunătățește-ți contul folosind Monede Dragon',
|
||||
'btn-characters' => 'Personaje',
|
||||
'btn-characters-desc' => 'Lista personajelor',
|
||||
'btn-recruit' => 'Prieteni',
|
||||
'btn-recruit-desc' => 'Recrutează prieteni și vezi statusul noilor prieteni recrutați',
|
||||
'btn-email-change' => 'Email',
|
||||
'btn-email-change-desc' => 'Schimbă adresa de email',
|
||||
'btn-password-change' => 'Parola',
|
||||
'btn-password-change-desc' => 'Schimbă parola contului tău',
|
||||
'btn-storage-password' => 'Parolă Depozit',
|
||||
'btn-storage-password-desc' => 'Cere parola de la Depozit',
|
||||
'btn-display-code' => 'Parolă ștergere',
|
||||
'btn-display-code-desc' => 'Obține codul pentru ştergerea personajelor',
|
||||
'btn-delete-account' => 'Șterge contul',
|
||||
'btn-delete-account-desc' => 'Șterge-ți contul',
|
||||
];
|
21
lang/ro/mall/main.php
Normal file
21
lang/ro/mall/main.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Magazinul de item-uri',
|
||||
|
||||
'currency.cash' => 'MD',
|
||||
'currency.cash_long' => 'Monede Dragon',
|
||||
'currency.mileage' => 'JD',
|
||||
'currency.mileage_long' => 'Jetoane Dragon',
|
||||
|
||||
'nav.home' => 'Acasă',
|
||||
'nav.search_placeholder' => 'Caută',
|
||||
'nav.help_tooltip' => 'Mergi la pagina de ajutor',
|
||||
|
||||
'nav.buy_coins_tooltip' => 'Obține Monede Dragon',
|
||||
'nav.buy_coins_btn' => "Obține\nMonede Dragon",
|
||||
|
||||
'nav.user_data_tooltip' => 'Date utilizator',
|
||||
|
||||
'nav.stored_items' => 'Obiecte depozitate: :storageCount',
|
||||
];
|
Reference in New Issue
Block a user