diff --git a/client/main.lua b/client/main.lua index cbf43c4..81be82d 100644 --- a/client/main.lua +++ b/client/main.lua @@ -148,7 +148,7 @@ function CreatePeds() SetBlipColour (blips[k], 2) SetBlipAsShortRange(blips[k], true) BeginTextCommandSetBlipName('STRING') - AddTextComponentString('Bank') + AddTextComponentString(locale('bank')) EndTextCommandSetBlipName(blips[k]) end pedSpawned = true diff --git a/locales/cs.json b/locales/cs.json index 8b3ba93..cedbb82 100644 --- a/locales/cs.json +++ b/locales/cs.json @@ -1,4 +1,5 @@ { + "bank": "Banka", "weeks": "před %s týdny", "aweek": "Před týdnem", "days": "před %s dny", @@ -91,4 +92,4 @@ "export_data": "Export údajů o transakcích", "account_search": "Hledání účtu...", "account_not_found": "Nebyly nalezeny žádné účty" -} \ No newline at end of file +} diff --git a/locales/da.json b/locales/da.json index fd3177e..b5880db 100644 --- a/locales/da.json +++ b/locales/da.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s uger siden", "aweek": "En uge siden", "days": "%s dage siden", @@ -91,4 +92,4 @@ "export_data": "Eksporter transaktionsdata", "account_search": "Kontosøgning...", "account_not_found": "Ingen konti fundet" -} \ No newline at end of file +} diff --git a/locales/de.json b/locales/de.json index 5b0bd79..0a3415a 100644 --- a/locales/de.json +++ b/locales/de.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "Vor %s Wochen", "aweek": "Vor einer Woche", "days": "Vor %s Tagen", @@ -91,4 +92,4 @@ "export_data": "Transaktionsdaten exportieren", "account_search": "Kontosuche...", "account_not_found": "Keine Konten gefunden" -} \ No newline at end of file +} diff --git a/locales/el.json b/locales/el.json index 568c290..1878a64 100644 --- a/locales/el.json +++ b/locales/el.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "Πριν από %s εβδομάδες", "aweek": "Πριν από μία εβδομάδα", "days": "Πριν από %s ημέρες", @@ -91,4 +92,4 @@ "export_data": "Εξαγωγή δεδομένων συναλλαγών", "account_search": "Αναζήτηση λογαριασμού...", "account_not_found": "Δεν βρέθηκαν λογαριασμοί" -} \ No newline at end of file +} diff --git a/locales/en.json b/locales/en.json index f1f079e..b699018 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s weeks ago", "aweek": "A week ago", "days": "%s days ago", @@ -91,4 +92,4 @@ "export_data": "Export Transaction Data", "account_search": "Account Search...", "account_not_found": "No accounts found" -} \ No newline at end of file +} diff --git a/locales/es.json b/locales/es.json index f1a9326..c4762c0 100644 --- a/locales/es.json +++ b/locales/es.json @@ -1,4 +1,5 @@ { + "bank": "Banco", "weeks": "hace %s semanas", "aweek": "Hace una semana", "days": "Hace %s días", @@ -91,4 +92,4 @@ "export_data": "Exportar datos de transacciones", "account_search": "Búsqueda de cuenta...", "account_not_found": "No se encontraron cuentas" -} \ No newline at end of file +} diff --git a/locales/et.json b/locales/et.json index 0c648d4..69b314e 100644 --- a/locales/et.json +++ b/locales/et.json @@ -1,4 +1,5 @@ { + "bank": "Pank", "weeks": "%s nädalat tagasi", "aweek": "Nädal tagasi", "days": "%s päeva tagasi", @@ -91,4 +92,4 @@ "export_data": "Ekspordi tehinguandmed", "account_search": "Konto otsing...", "account_not_found": "Ühtegi kontot ei leitud" -} \ No newline at end of file +} diff --git a/locales/fi.json b/locales/fi.json index 92c4d0c..4c0e038 100644 --- a/locales/fi.json +++ b/locales/fi.json @@ -1,4 +1,5 @@ { + "bank": "Pankki", "weeks": "%s viikkoa sitten", "aweek": "Viikko sitten", "days": "%s päivää sitten", @@ -91,4 +92,4 @@ "export_data": "Vie tapahtumatiedot", "account_search": "Tilihaku...", "account_not_found": "Tilejä ei löytynyt" -} \ No newline at end of file +} diff --git a/locales/fr.json b/locales/fr.json index 988e4a3..c3bf4c0 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -1,4 +1,5 @@ { + "bank": "Banque", "weeks": "il y a %s semaines", "aweek": "Il y a une semaine", "days": "il y a %s jours", @@ -91,4 +92,4 @@ "export_data": "Exporter les données de transaction", "account_search": "Recherche de compte...", "account_not_found": "Aucun compte trouvé" -} \ No newline at end of file +} diff --git a/locales/hr.json b/locales/hr.json index 9060e5a..dbc1b3c 100644 --- a/locales/hr.json +++ b/locales/hr.json @@ -1,4 +1,5 @@ { + "bank": "Banka", "weeks": "Prije %s tjedana", "aweek": "Prije tjedan dana", "days": "Prije %s dana", @@ -91,4 +92,4 @@ "export_data": "Izvoz podataka o transakciji", "account_search": "Pretraživanje računa...", "account_not_found": "Nema pronađenih računa" -} \ No newline at end of file +} diff --git a/locales/hu.json b/locales/hu.json index d5f92d8..6aa7482 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s héttel ezelőtt", "aweek": "Egy hete", "days": "%s napja", @@ -91,4 +92,4 @@ "export_data": "Tranzakciós adatok exportálása", "account_search": "Fiókkeresés...", "account_not_found": "Nem található fiók" -} \ No newline at end of file +} diff --git a/locales/id.json b/locales/id.json index cbfcbe4..832f50a 100644 --- a/locales/id.json +++ b/locales/id.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s minggu lalu", "aweek": "Seminggu yang lalu", "days": "%s hari yang lalu", @@ -91,4 +92,4 @@ "export_data": "Ekspor Data Transaksi", "account_search": "Pencarian Akun...", "account_not_found": "Tidak ada akun yang ditemukan" -} \ No newline at end of file +} diff --git a/locales/it.json b/locales/it.json index 218537e..26c18af 100644 --- a/locales/it.json +++ b/locales/it.json @@ -1,4 +1,5 @@ { + "bank": "Banca", "weeks": "%s settimane fa", "aweek": "Una settimana fa", "days": "%s giorni fa", @@ -91,4 +92,4 @@ "export_data": "Esporta i dati della transazione", "account_search": "Cerca conto...", "account_not_found": "Nessun account trovato" -} \ No newline at end of file +} diff --git a/locales/lt.json b/locales/lt.json index f608102..3b65330 100644 --- a/locales/lt.json +++ b/locales/lt.json @@ -1,4 +1,5 @@ { + "bank": "Bankas", "weeks": "Prieš %s savaites", "aweek": "Prieš savaitę", "days": "prieš %s dienų", @@ -91,4 +92,4 @@ "export_data": "Eksportuoti operacijų duomenis", "account_search": "Paskyros paieška...", "account_not_found": "Paskyrų nerasta" -} \ No newline at end of file +} diff --git a/locales/nl.json b/locales/nl.json index 39269ea..7958289 100644 --- a/locales/nl.json +++ b/locales/nl.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s weken geleden", "aweek": "Een week geleden", "days": "%s dagen geleden", @@ -91,4 +92,4 @@ "export_data": "Transactiegegevens exporteren", "account_search": "Account zoeken...", "account_not_found": "Geen accounts gevonden" -} \ No newline at end of file +} diff --git a/locales/pl.json b/locales/pl.json index 7876559..1e7f2f4 100644 --- a/locales/pl.json +++ b/locales/pl.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s tygodni temu", "aweek": "Tydzień temu", "days": "%s dni temu", @@ -91,4 +92,4 @@ "export_data": "Eksportuj dane transakcji", "account_search": "Wyszukiwanie konta...", "account_not_found": "Nie znaleziono kont" -} \ No newline at end of file +} diff --git a/locales/pt.json b/locales/pt.json index 97307b6..4f6d7b5 100644 --- a/locales/pt.json +++ b/locales/pt.json @@ -1,4 +1,5 @@ { + "bank": "Banco", "weeks": "%s semanas atrás", "aweek": "Há uma semana", "days": "%s dias atrás", diff --git a/locales/ro.json b/locales/ro.json new file mode 100644 index 0000000..789f56e --- /dev/null +++ b/locales/ro.json @@ -0,0 +1,95 @@ +{ + "bank": "Banca", + "weeks": "acum %s săptămâni", + "aweek": "Acum o săptămână", + "days": "acum %s zile", + "aday": "Acum o zi", + "hours": "acum %s ore", + "ahour": "Acum o oră", + "mins": "acum %s minute", + "amin": "Acum un minut", + "secs": "Acum câteva secunde", + "renewed_banking": "^6[^4Renewed-Banking^6]^0", + "invalid_account": "${renewed_banking} Contul nu a fost găsit (%s)", + "broke_account": "${renewed_banking} Contul(%s) este prea sărac cu un sold de $%s", + "illegal_action": "${renewed_banking} %s a încercat să efectueze o acțiune asupra unui cont pe care nu l-a creat.", + "existing_account": "${renewed_banking} Contul %s există deja", + "invalid_amount": "Sumă invalidă pentru %s", + "not_enough_money": "Contul nu are fonduri suficiente!", + "comp_transaction": "%s a %s $%s", + "fail_transfer": "Transferul către un cont necunoscut a eșuat!", + "account_taken": "ID-ul contului este deja utilizat", + "unknown_player": "Jucătorul cu ID-ul '%s' nu a putut fi găsit.", + "loading_failed": "Eșec la încărcarea datelor bancare!", + "dead": "Acțiunea a eșuat, ești mort", + "too_far_away": "Acțiunea a eșuat, prea departe", + "give_cash": "Ai dat cu succes $%s la ID %s", + "received_cash": "Ai primit cu succes $%s de la ID %s", + "missing_params": "Nu ai furnizat toți parametrii necesari!", + "bank_name": "Banca Los Santos", + "view_members": "Vizualizează toți membrii contului!", + "no_account": "Contul nu a fost găsit", + "no_account_txt": "Trebuie să fii creatorul", + "manage_members": "Gestionează membrii contului", + "manage_members_txt": "Vizualizează și adaugă membri existenți", + "edit_acc_name": "Schimbă numele contului", + "edit_acc_name_txt": "Tranzacțiile nu vor actualiza numele vechi", + "remove_member_txt": "Elimină membrul contului!", + "add_member": "Adaugă cetățean la cont", + "add_member_txt": "Fii atent pe cine adaugi (Necesită ID cetățean)", + "remove_member": "Ești sigur că vrei să elimini cetățeanul?", + "remove_member_txt2": "CetățeanID: %s; Nu te poți întoarce.", + "back": "Înapoi", + "view_bank": "Vizualizează contul bancar", + "manage_bank": "Gestionează contul bancar", + "create_account": "Creează un nou cont", + "create_account_txt": "Creează un nou cont bancar secundar!", + "manage_account": "Gestionează conturile existente", + "manage_account_txt": "Vizualizează conturile existente!", + "account_id": "ID cont (FĂRĂ SPAȚII)", + "change_account_name": "Schimbă numele contului", + "citizen_id": "ID Cetățean/Stat", + "add_account_member": "Adaugă membru la cont", + "givecash": "Utilizare /givecash [ID] [SUMĂ]", + "account_title": " Cont / ", + "account": " Cont ", + "amount": "Sumă", + "comment": "Comentariu", + "transfer": "ID afacere sau cetățean", + "cancel": "Anulează", + "confirm": "Trimite", + "cash": "Numerar: $", + "transactions": "Tranzacții", + "select_account": "Selectează un cont", + "message": "Mesaj", + "accounts": "Conturi", + "balance": "Sold disponibil", + "frozen": "Stare cont: Blocat", + "org": "Organizație", + "personal": "Personal", + "personal_acc": "Cont personal / ", + "deposit_but": "Depune", + "withdraw_but": "Retrage", + "transfer_but": "Transferă", + "open_bank": "Deschizi contul bancar", + "open_atm": "Deschizi ATM-ul", + "canceled": "Anulat...", + "ui_not_built": "Nu s-a putut încărca interfața UI. Construiți Renewed-Banking sau descărcați cea mai recentă versiune.\n ^https://github.com/Renewed-Scripts/Renewed-Banking/releases/latest/download/Renewed-Banking.zip^0\n Dacă folosiți o versiune personalizată a interfeței UI, asigurați-vă că numele resursei este Renewed-Banking (nu puteți redenumi resursa).", + "cmd_plyr_id": "ID server al jucătorului țintă", + "cmd_amount": "Sumă de bani de oferit", + "delete_account": "Șterge contul", + "delete_account_txt": "Șterge contul creat", + "err_trans_account": "${renewed_banking} ID cont invalid furnizat pentru a gestiona tranzacția! Cont=%s", + "err_trans_title": "${renewed_banking} Titlu invalid furnizat pentru a gestiona tranzacția! Titlu=%s", + "err_trans_amount": "${renewed_banking} Sumă invalidă furnizată pentru a gestiona tranzacția! Sumă=%s", + "err_trans_message": "${renewed_banking} Mesaj invalid furnizat pentru a gestiona tranzacția! Mesaj=%s", + "err_trans_issuer": "${renewed_banking} Emitent invalid furnizat pentru a gestiona tranzacția! Emitent=%s", + "err_trans_receiver": "${renewed_banking} Destinatar invalid furnizat pentru a gestiona tranzacția! Destinatar=%s", + "err_trans_type": "${renewed_banking} Tip invalid furnizat pentru a gestiona tranzacția! Tip=%s", + "err_trans_transID": "${renewed_banking} TransID invalid furnizat pentru a gestiona tranzacția! TransID=%s", + "trans_search": "Căutare tranzacție (Mesaj, TransID, Destinatar)...", + "trans_not_found": "Nicio tranzacție găsită", + "export_data": "Exportă datele tranzacției", + "account_search": "Căutare cont...", + "account_not_found": "Niciun cont găsit" +} diff --git a/locales/ru.json b/locales/ru.json index 7e4ad89..2504342 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -1,4 +1,5 @@ { + "bank": "Bank", "weeks": "%s недель назад", "aweek": "Неделю назад", "days": "%s дней назад", @@ -91,4 +92,4 @@ "export_data": "Экспорт данных транзакции", "account_search": "Поиск учетной записи...", "account_not_found": "Аккаунты не найдены" -} \ No newline at end of file +} diff --git a/locales/sl.json b/locales/sl.json index 88bfb41..2a2b060 100644 --- a/locales/sl.json +++ b/locales/sl.json @@ -1,4 +1,5 @@ { + "bank": "Banka", "weeks": "pred %s tedni", "aweek": "Pred enim tednom", "days": "pred %s dnevi", @@ -91,4 +92,4 @@ "export_data": "Izvoz podatkov o transakcijah", "account_search": "Iskanje računa ...", "account_not_found": "Najden ni noben račun" -} \ No newline at end of file +} diff --git a/locales/sr.json b/locales/sr.json index 7ff901b..4b145f0 100644 --- a/locales/sr.json +++ b/locales/sr.json @@ -1,4 +1,5 @@ { + "bank": "Banka", "weeks": "пре %s недеља", "aweek": "Пре недељу дана", "days": "пре %s дана", @@ -91,4 +92,4 @@ "export_data": "Извоз података о трансакцији", "account_search": "Претрага налога...", "account_not_found": "Није пронађен ниједан налог" -} \ No newline at end of file +} diff --git a/locales/sv.json b/locales/sv.json index 4e9bfd9..f2a4c32 100644 --- a/locales/sv.json +++ b/locales/sv.json @@ -1,4 +1,5 @@ { + "bank": "Banka", "weeks": "%s veckor sedan", "aweek": "En vecka sedan", "days": "%s dagar sedan", @@ -91,4 +92,4 @@ "export_data": "Exportera transaktionsdata", "account_search": "Kontosökning...", "account_not_found": "Inga konton hittades" -} \ No newline at end of file +} diff --git a/locales/tr.json b/locales/tr.json index 92c92bb..3b46967 100644 --- a/locales/tr.json +++ b/locales/tr.json @@ -1,4 +1,5 @@ { + "bank": "Banka", "weeks": "%s hafta önce", "aweek": "Bir hafta önce", "days": "%s gün önce", @@ -91,4 +92,4 @@ "export_data": "İşlem Verilerini Dışa Aktar", "account_search": "Hesap Arama...", "account_not_found": "Hesap bulunamadı" -} \ No newline at end of file +}