158 lines
5.6 KiB
Lua
158 lines
5.6 KiB
Lua
Lang = {
|
|
client = {
|
|
bank_interact = '[E] - Banca',
|
|
atm_interact = '[E] - Bancomat',
|
|
cool_down = 'Trebuie sa astepti un moment inainte de a incerca din nou',
|
|
myself_not_found = 'Nu am putut gasi datele tale, te rugam sa incerci din nou mai tarziu',
|
|
no_target = 'Nicio tinta gasita',
|
|
no_money = 'Nu ai suficienti bani pentru aceasta tranzactie',
|
|
min_amount = 'Aceasta actiune necesita o suma minima de $1',
|
|
transfer_success = 'Transfer realizat cu succes',
|
|
cant_transfer_to_self = 'Nu poti transfera bani catre tine insuti',
|
|
withdraw_success = 'Retragere realizata cu succes',
|
|
deposit_success = 'Depunere realizata cu succes',
|
|
invalid_data = 'Date invalide primite de la client',
|
|
uncaught_error = 'A aparut o eroare neasteptata, te rugam sa contactezi discord.gg/svdden',
|
|
},
|
|
UI = {
|
|
currency = '$',
|
|
navbar = {
|
|
account_overview_text = 'Prezentare generala',
|
|
accounts_labels = {
|
|
home = 'Acasa',
|
|
personal = 'Personal',
|
|
savings = 'Economii',
|
|
},
|
|
creditscore = {
|
|
title = 'Scor de Credit',
|
|
innertitle = 'Credit',
|
|
creditscoresubtext = 'Verifica regulat pentru a monitoriza si imbunatati.',
|
|
low = 'Scazut',
|
|
good = 'Bun',
|
|
high = 'Ridicat',
|
|
},
|
|
account_text = 'Contul Tau',
|
|
logout = 'Deconectare',
|
|
},
|
|
home_page = {
|
|
card_section = {
|
|
title = 'Cardul Tau',
|
|
subtext = 'Administreaza cardul tau si monitorizeaza cheltuielile dintr-o privire.',
|
|
cardNumber = 'Numar Card',
|
|
date = 'Data',
|
|
cvv = 'CVV',
|
|
},
|
|
quick_transfer = {
|
|
title = 'Transfer Rapid',
|
|
subtext = 'Trimite fonduri instant cu doar cateva clickuri.',
|
|
transferOptions = {
|
|
{
|
|
text1 = 'Destinatar',
|
|
text2 = 'Introdu un ID',
|
|
},
|
|
{
|
|
text1 = 'Suma',
|
|
},
|
|
{
|
|
text1 = 'Recente',
|
|
}
|
|
}
|
|
},
|
|
spending = {
|
|
title = 'Cheltuielile Tale',
|
|
subtext = 'Urmareste cheltuielile zilnice si pastreaza controlul asupra finantelor tale.',
|
|
daily = 'Zilnic',
|
|
},
|
|
transactons = {
|
|
title = 'Tranzactii',
|
|
types = {
|
|
text1 = 'Tip',
|
|
text2 = 'Suma',
|
|
text3 = 'Status',
|
|
text4 = 'Data',
|
|
}
|
|
}
|
|
},
|
|
personal_page = {
|
|
title = 'Informatii Principale',
|
|
subtext = 'Informatiile contului tau si actiunile disponibile.',
|
|
personal_info = {
|
|
user_header = 'Cont',
|
|
cardType = 'Personal',
|
|
cardNumber = 'Numar Card',
|
|
date = 'Data',
|
|
cvv = 'CVV',
|
|
},
|
|
transactions = {
|
|
title = 'Tranzactii',
|
|
types = {
|
|
text1 = 'Tip',
|
|
text2 = 'Suma',
|
|
text3 = 'Status',
|
|
text4 = 'Data',
|
|
}
|
|
},
|
|
actions = {
|
|
title = 'Actiuni',
|
|
subtext = 'Actiuni rapide pe care le poti face pentru a-ti administra contul.',
|
|
menus = {
|
|
headers = {
|
|
'Retragere',
|
|
'Depunere',
|
|
'Transfer',
|
|
},
|
|
text1 = 'Retragere',
|
|
text2 = 'Depunere',
|
|
text3 = 'Transfer',
|
|
text4 = 'Suma',
|
|
text5 = 'ID Destinatar',
|
|
text6 = 'Contul Tau'
|
|
}
|
|
},
|
|
statistics = {
|
|
title = 'Statistici',
|
|
}
|
|
},
|
|
savings_page = {
|
|
account = {
|
|
title = 'Cont de Economii',
|
|
subtext = 'Informatiile contului de economii si actiunile disponibile.',
|
|
personal_info = {
|
|
cardNumber = 'Numar Card',
|
|
date = 'Data',
|
|
cvv = 'CVV',
|
|
},
|
|
},
|
|
quick_transfer = {
|
|
title = 'Transfer Rapid',
|
|
subtext = 'Trimite fonduri instant catre contul tau personal.',
|
|
transferOptions = {
|
|
{
|
|
text1 = 'Retragere',
|
|
text2 = 'Suma',
|
|
text3 = 'Economiile Tale'
|
|
},
|
|
{
|
|
text1 = 'Depunere',
|
|
text2 = 'Suma',
|
|
text3 = 'Economiile Tale'
|
|
}
|
|
}
|
|
},
|
|
savings_history = {
|
|
title = 'Istoricul Economiilor',
|
|
subtext = 'Urmareste cat de mult au crescut economiile tale in timp.',
|
|
daily = 'Zilnic',
|
|
},
|
|
transactions = {
|
|
title = 'Tranzactii',
|
|
types = {
|
|
text1 = 'Tip',
|
|
text2 = 'Suma',
|
|
text3 = 'Status',
|
|
text4 = 'Data',
|
|
}
|
|
},
|
|
}
|
|
}
|
|
} |