0.0.1
This commit is contained in:
62
resources/[esx_addons]/esx_society/locales/cs.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/cs.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['cs'] = {
|
||||
['actions'] = 'akce',
|
||||
['boss_menu'] = 'akce šéfa',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'množství vkladu',
|
||||
['deposit_society_money'] = 'vložit peníze do společnosti',
|
||||
['do_you_want_to_recruit'] = 'chceš najmout %s?',
|
||||
['employee'] = 'zaměstnanec',
|
||||
['employee_list'] = 'seznam zaměstnanců',
|
||||
['employee_management'] = 'správa zaměstnanců',
|
||||
['fire'] = 'vyhodit',
|
||||
['grade'] = 'povýšit',
|
||||
['have_deposited'] = 'vložil jsi ~r~$%s',
|
||||
['have_withdrawn'] = 'vybral jsi $%s',
|
||||
['invalid_amount'] = 'neplatná částka',
|
||||
['invalid_amount_max'] = 'tento plat není povolen',
|
||||
['invalid_value'] = 'invalid value',
|
||||
['invalid_value_nochanges']= 'invalid value, no changes applied',
|
||||
['no'] = 'ne',
|
||||
['promote'] = 'povýšit',
|
||||
['promote_employee'] = 'povýšit %s',
|
||||
['recruit'] = 'najmout',
|
||||
['recruiting'] = 'najímání',
|
||||
['salary_amount'] = 'váše platu',
|
||||
['salary_management'] = 'správa platů',
|
||||
['wash_money'] = 'vyprat peníze',
|
||||
['wash_money_amount'] = 'množství na vyprání',
|
||||
['withdraw_amount'] = 'výběr peněz',
|
||||
['withdraw_society_money'] = 'vybrat peníze společnosti',
|
||||
['yes'] = 'ano',
|
||||
['you_have'] = 'máš $%s čekajících na vyprání (24h).',
|
||||
['you_have_laundered'] = '~r~Vypral jsi tvé peníze: $%s',
|
||||
['you_have_hired'] = 'najmul jsi %s',
|
||||
['you_have_been_hired'] = 'byl jsi najmut hráčem %s',
|
||||
['you_have_fired'] = 'vyhodil jsi %s',
|
||||
['you_have_been_fired'] = 'byl jsi vyhozen hráčem %s',
|
||||
['you_have_promoted'] = 'byl jsi povýšen hráčem %s na %s',
|
||||
['you_have_been_promoted'] = 'byl jsi povýšen!',
|
||||
-- new not translated ↓
|
||||
['check_society_balance'] = 'check society balance',
|
||||
['check_balance'] = 'balance is ~g~$%s',
|
||||
['grade_management'] = 'grade label management',
|
||||
['grade_label'] = 'grade label',
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/de.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/de.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['de'] = {
|
||||
['actions'] = 'Aktionen',
|
||||
['boss_menu'] = 'Bossmenü',
|
||||
['money_generic'] = '%s€',
|
||||
['deposit_amount'] = 'Anzahl einzahlen',
|
||||
['deposit_society_money'] = 'Geld einzahlen',
|
||||
['do_you_want_to_recruit'] = 'Möchtest du %s einstellen?',
|
||||
['employee'] = 'Mitarbeiter',
|
||||
['employee_list'] = 'Mitarbeiter liste',
|
||||
['employee_management'] = 'Mitarbeiter Management',
|
||||
['fire'] = 'Feuern',
|
||||
['grade'] = 'Grad',
|
||||
['have_deposited'] = 'Du zahlst ein ~r~%s€~s~',
|
||||
['have_withdrawn'] = 'Du zahlst aus ~g~%s€~s~',
|
||||
['check_balance'] = 'Geld ist ~g~%s€',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invalid_amount_max'] = 'Dieses gehalt ist nicht erlaubt!',
|
||||
['invalid_amount'] = 'Ungültige Anzahl',
|
||||
['invalid_value_nochanges']= 'Ungültige Anzahl! Keine Änderungen gespeichert!',
|
||||
['no'] = 'Nein',
|
||||
['promote'] = 'Befördern',
|
||||
['promote_employee'] = '%s befördern',
|
||||
['recruit'] = 'Einstellen',
|
||||
['recruiting'] = 'Eingestellt',
|
||||
['salary_amount'] = 'Gehaltsanzahl',
|
||||
['salary_management'] = 'Gehaltsmanagement',
|
||||
['grade_management'] = 'Grad Name Management',
|
||||
['grade_label'] = 'Grad Name',
|
||||
['check_society_balance'] = 'Überprüfe Firmengeld',
|
||||
['wash_money'] = 'Geld Waschen',
|
||||
['wash_money_amount'] = 'Anzahl zum Waschen',
|
||||
['withdraw_amount'] = 'Anzahl einzahlen',
|
||||
['withdraw_society_money'] = 'Geld auszahlen',
|
||||
['yes'] = 'Ja',
|
||||
['you_have'] = 'Du hast ~g~%s€~s~ wartent in deiner ~y~Geld Waschmaschine~s~ (24h).',
|
||||
['you_have_laundered'] = 'Du hast dein Geld ~r~gewaschen~s~ Anzahl: ~g~%s€~s~',
|
||||
['you_have_hired'] = 'Du wurdest eingestellt %s',
|
||||
['you_have_been_hired'] = 'Du wurdest eingestellt von %s',
|
||||
['you_have_fired'] = 'Du wurdest gefeuert %s',
|
||||
['you_have_been_fired'] = 'Du wurdest gefeuert von %s',
|
||||
['you_have_promoted'] = 'Du wurdest befördert %s zu als %s',
|
||||
['you_have_been_promoted'] = 'Du wurdest ~b~befördert~s~!',
|
||||
-- new not translated ↓
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
43
resources/[esx_addons]/esx_society/locales/el.lua
Normal file
43
resources/[esx_addons]/esx_society/locales/el.lua
Normal file
@@ -0,0 +1,43 @@
|
||||
Locales['el'] = {
|
||||
['actions'] = 'Ενέργειες',
|
||||
['boss_menu'] = 'Μενού αφεντικού',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'Ποσό κατάθεσης',
|
||||
['deposit_society_money'] = 'Κατάθεση χρημάτων στην επιχείρηση',
|
||||
['do_you_want_to_recruit'] = 'Θέλετε να προσλάβετε τον/την %s;',
|
||||
['employee'] = 'Υπάλληλος',
|
||||
['employee_list'] = 'Κατάλογος υπαλλήλων',
|
||||
['employee_management'] = 'Διαχείριση υπαλλήλων',
|
||||
['fire'] = 'Απόλυση',
|
||||
['grade'] = 'Βαθμός',
|
||||
['have_deposited'] = 'Έχετε καταθέσει r%s €',
|
||||
['have_withdrawn'] = 'Έχετε αναλάβει %s €',
|
||||
['check_balance'] = 'Το υπόλοιπο είναι g%s €',
|
||||
['invalid_amount'] = 'Μη έγκυρο ποσό',
|
||||
['invalid_amount_max'] = 'Αυτό ο μισθός δεν επιτρέπεται',
|
||||
['invalid_value'] = 'Μη έγκυρη τιμή',
|
||||
['invalid_value_nochanges']= 'Μη έγκυρη τιμή, δεν έγιναν αλλαγές',
|
||||
['no'] = 'Όχι',
|
||||
['promote'] = 'Προαγωγή',
|
||||
['promote_employee'] = 'Προαγωγή του/της %s',
|
||||
['recruit'] = 'Πρόσληψη',
|
||||
['recruiting'] = 'Γίνεται Πρόσληψη',
|
||||
['salary_amount'] = 'Ποσό μισθού',
|
||||
['salary_management'] = 'Διαχείριση μισθού',
|
||||
['grade_management'] = 'Διαχείριση ετικέτας βαθμού',
|
||||
['grade_label'] = 'Ετικέτα βαθμού',
|
||||
['check_society_balance'] = 'Έλεγχος υπολοίπου της επιχείρησης',
|
||||
['wash_money'] = 'Πλύση χρημάτων',
|
||||
['wash_money_amount'] = 'Ποσό πλύσης',
|
||||
['withdraw_amount'] = 'Ποσό ανάληψης',
|
||||
['withdraw_society_money'] = 'Ανάληψη χρημάτων από την επιχείρηση',
|
||||
['yes'] = 'Ναι',
|
||||
['you_have'] = 'Έχετε $%s σε αναμονή πλύσης χρήματος (24ώρες).',
|
||||
['you_have_laundered'] = 'Έχετε πλύνει τα χρήματά σας: $%s',
|
||||
['you_have_hired'] = 'Έχετε προσλάβει τον/την %s',
|
||||
['you_have_been_hired'] = 'Έχετε προσληφθεί από τον/την %s',
|
||||
['you_have_fired'] = 'Έχετε απολύσει τον/την %s',
|
||||
['you_have_been_fired'] = 'Έχετε απολυθεί από τον/την %s',
|
||||
['you_have_promoted'] = 'Έχετε προαγάγει τον/την %s ως %s',
|
||||
['you_have_been_promoted'] = 'Μόλις πήρατε προαγωγή',
|
||||
}
|
||||
61
resources/[esx_addons]/esx_society/locales/en.lua
Normal file
61
resources/[esx_addons]/esx_society/locales/en.lua
Normal file
@@ -0,0 +1,61 @@
|
||||
Locales['en'] = {
|
||||
['actions'] = 'actions',
|
||||
['boss_menu'] = 'boss menu',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'deposit amount',
|
||||
['deposit_society_money'] = 'deposit society money',
|
||||
['do_you_want_to_recruit'] = 'do you want to recruit %s?',
|
||||
['employee'] = 'employee',
|
||||
['employee_list'] = 'employee list',
|
||||
['employee_management'] = 'employee management',
|
||||
['fire'] = 'fire',
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'you have deposited ~r~$%s',
|
||||
['have_withdrawn'] = 'you have withdrawn $%s',
|
||||
['check_balance'] = 'balance is ~g~$%s',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invalid_amount_max'] = 'that salary is not allowed',
|
||||
['invalid_value'] = 'invalid value',
|
||||
['invalid_value_nochanges']= 'invalid value, no changes applied',
|
||||
['no'] = 'no',
|
||||
['promote'] = 'promote',
|
||||
['promote_employee'] = 'promote %s',
|
||||
['recruit'] = 'recruit',
|
||||
['recruiting'] = 'recruiting',
|
||||
['salary_amount'] = 'salary amount',
|
||||
['salary_management'] = 'salary management',
|
||||
['grade_management'] = 'grade label management',
|
||||
['grade_label'] = 'grade label',
|
||||
['check_society_balance'] = 'check society balance',
|
||||
['wash_money'] = 'wash money',
|
||||
['wash_money_amount'] = 'amount to wash',
|
||||
['withdraw_amount'] = 'witdraw amount',
|
||||
['withdraw_society_money'] = 'withdraw society money',
|
||||
['yes'] = 'yes',
|
||||
['you_have'] = 'you have $%s waiting in money laundering (24h).',
|
||||
['you_have_laundered'] = 'you have ~r~laundered your money: $%s',
|
||||
['you_have_hired'] = 'you have recruited %s',
|
||||
['you_have_been_hired'] = 'you have been hired by %s',
|
||||
['you_have_fired'] = 'you have fired %s',
|
||||
['you_have_been_fired'] = 'you have been fired from %s',
|
||||
['you_have_promoted'] = 'you have promoted %s as %s',
|
||||
['you_have_been_promoted'] = 'you have been promoted!',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['employees_title'] = 'Employees'
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/es.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/es.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['es'] = {
|
||||
['actions'] = 'Acciones',
|
||||
['boss_menu'] = 'Menú de jefe',
|
||||
['money_generic'] = '%s$',
|
||||
['deposit_amount'] = 'Depositar cantidad',
|
||||
['deposit_society_money'] = 'Depositar dinero en la sociedad',
|
||||
['do_you_want_to_recruit'] = '¿Quieres contratar a %s?',
|
||||
['employee'] = 'Empleado',
|
||||
['employee_list'] = 'Lista de empleados',
|
||||
['employee_management'] = 'Gestión de empleados',
|
||||
['fire'] = 'Despedir',
|
||||
['grade'] = 'Cargo',
|
||||
['have_deposited'] = 'Has depositado ~r~%s$',
|
||||
['have_withdrawn'] = 'Has retirado %s$',
|
||||
['invalid_amount'] = 'Cantidad inválida',
|
||||
['invalid_amount_max'] = 'Ese salario no está permitido',
|
||||
['invalid_value'] = 'invalid value',
|
||||
['invalid_value_nochanges']= 'invalid value, no changes applied',
|
||||
['no'] = 'No',
|
||||
['promote'] = 'Ascender',
|
||||
['promote_employee'] = 'Ascender %s',
|
||||
['recruit'] = 'Contratar',
|
||||
['recruiting'] = 'Contratando',
|
||||
['salary_amount'] = 'Cantidad de salario',
|
||||
['salary_management'] = 'Gestión de salario',
|
||||
['wash_money'] = 'Limpiar dinero',
|
||||
['wash_money_amount'] = 'Cantidad para limpiar',
|
||||
['withdraw_amount'] = 'Retirar cantidad',
|
||||
['withdraw_society_money'] = 'Retirar dinero de la sociedad',
|
||||
['yes'] = 'Si',
|
||||
['you_have'] = 'tienes $%s esperando en el lavado de dinero (24h).',
|
||||
['you_have_laundered'] = 'has ~r~lavado tu dinero: $%s',
|
||||
['you_have_hired'] = 'Has contratado a %s',
|
||||
['you_have_been_hired'] = 'Has sido contratado por %s',
|
||||
['you_have_fired'] = 'Has despedido a %s',
|
||||
['you_have_been_fired'] = 'Has sido despedido de %s',
|
||||
['you_have_promoted'] = 'Has ascendido a %s a %s',
|
||||
['you_have_been_promoted'] = '¡Has sido ascendido!',
|
||||
-- new not translated ↓
|
||||
['check_society_balance'] = 'check society balance',
|
||||
['check_balance'] = 'balance is ~g~$%s',
|
||||
['grade_management'] = 'grade label management',
|
||||
['grade_label'] = 'grade label',
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/fi.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/fi.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['fi'] = {
|
||||
['actions'] = 'Toiminnot',
|
||||
['boss_menu'] = 'Pomo valikko',
|
||||
['money_generic'] = '€%s',
|
||||
['deposit_amount'] = 'Teletettava summa',
|
||||
['deposit_society_money'] = 'Talleta yritykselle rahaa',
|
||||
['do_you_want_to_recruit'] = 'Haluatko palkata %s?',
|
||||
['employee'] = 'Työntekijä',
|
||||
['employee_list'] = 'Työntekijä lista',
|
||||
['employee_management'] = 'Työntekijöiden hallinta',
|
||||
['fire'] = 'Anna potkut',
|
||||
['grade'] = 'Arvo',
|
||||
['have_deposited'] = 'Sinä talletit ~r~€%s',
|
||||
['have_withdrawn'] = 'Sinä nostit €%s',
|
||||
['invalid_amount'] = 'Virheellinen summa',
|
||||
['invalid_amount_max'] = 'Tämä palkka ei ole sallittu',
|
||||
['invalid_value'] = 'Virheellinen arvo',
|
||||
['invalid_value_nochanges']= 'Virheellinen arvo, muutoksia ei tehty',
|
||||
['no'] = 'Ei',
|
||||
['promote'] = 'Ylennä',
|
||||
['promote_employee'] = 'Ylennä henkilö %s',
|
||||
['recruit'] = 'Rekrytoi',
|
||||
['recruiting'] = 'Rekrytointi',
|
||||
['salary_amount'] = 'Palkan määrä',
|
||||
['salary_management'] = 'Palkan hallinta',
|
||||
['wash_money'] = 'Pese rahaa',
|
||||
['wash_money_amount'] = 'Pestävä määrä',
|
||||
['withdraw_amount'] = 'Nostettava määrä',
|
||||
['withdraw_society_money'] = 'Nosta yrityksen rahoja',
|
||||
['yes'] = 'Kyllä',
|
||||
['you_have'] = 'Sinulla on €%s odottamassa rahanpesua (24h).',
|
||||
['you_have_laundered'] = 'Olet ~r~pessyt rahojasi: €%s',
|
||||
['you_have_hired'] = 'Sinä palkkasit henkilön %s',
|
||||
['you_have_been_hired'] = 'Sinut on palkattu pelaajan %s toimesta',
|
||||
['you_have_fired'] = 'Sinä annoit potkut pelaajalle %s',
|
||||
['you_have_been_fired'] = 'Sinulle annettiin potkut työstä %s',
|
||||
['you_have_promoted'] = 'Sinä ylensit henkilön %s arvolle %s',
|
||||
['you_have_been_promoted'] = 'Sinut ylennettiin',
|
||||
-- new not translated ↓
|
||||
['check_society_balance'] = 'check society balance',
|
||||
['check_balance'] = 'balance is ~g~$%s',
|
||||
['grade_management'] = 'grade label management',
|
||||
['grade_label'] = 'grade label',
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
61
resources/[esx_addons]/esx_society/locales/fr.lua
Normal file
61
resources/[esx_addons]/esx_society/locales/fr.lua
Normal file
@@ -0,0 +1,61 @@
|
||||
Locales['fr'] = {
|
||||
['actions'] = 'actions',
|
||||
['boss_menu'] = 'patron',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'montant du dépôt',
|
||||
['deposit_society_money'] = 'déposer argent société',
|
||||
['do_you_want_to_recruit'] = 'Voulez-vous recruter %s?',
|
||||
['employee'] = 'employé',
|
||||
['employee_list'] = 'liste des employés',
|
||||
['employee_management'] = 'gestion employés',
|
||||
['fire'] = 'licencier',
|
||||
['grade'] = 'grade',
|
||||
['have_deposited'] = 'vous avez déposé ~r~$%s',
|
||||
['have_withdrawn'] = 'vous avez retiré $%s',
|
||||
['invalid_amount'] = 'montant invalide',
|
||||
['invalid_value'] = 'valeur invalide',
|
||||
['invalid_value_nochanges']= 'valeur invalide, aucun changements appliqués',
|
||||
['invalid_amount_max'] = 'ce salaire est non réglementaire',
|
||||
['no'] = 'non',
|
||||
['promote'] = 'promouvoir',
|
||||
['promote_employee'] = 'promouvoir %s',
|
||||
['recruit'] = 'recruter',
|
||||
['recruiting'] = 'recrutement',
|
||||
['salary_amount'] = 'montant du salaire',
|
||||
['salary_management'] = 'gestion salaires',
|
||||
['wash_money'] = 'blanchir argent',
|
||||
['wash_money_amount'] = 'montant à blanchir',
|
||||
['withdraw_amount'] = 'montant du retrait',
|
||||
['withdraw_society_money'] = 'retirer argent société',
|
||||
['yes'] = 'oui',
|
||||
['you_have'] = 'vous avez $%s en attente de ~r~blanchiement (24h).',
|
||||
['you_have_laundered'] = 'vous avez ~r~blanchi votre argent : $%s',
|
||||
['you_have_hired'] = 'Vous avez recruté %s',
|
||||
['you_have_been_hired'] = 'Vous avez été recruté dans la société %s',
|
||||
['you_have_fired'] = 'Vous avez viré %s',
|
||||
['you_have_been_fired'] = 'Vous avez été viré de la société %s',
|
||||
['you_have_promoted'] = 'Vous avez promu %s en tant que %s',
|
||||
['you_have_been_promoted'] = 'Vous avez été promu',
|
||||
['name_not_found'] = 'Nom non trouvé.',
|
||||
['check_society_balance'] = 'Regarder balance de la société',
|
||||
['check_balance'] = 'La balance est de ~g~$%s',
|
||||
['grade_management'] = 'Gestion des noms de grades',
|
||||
['grade_label'] = 'Noms de grades',
|
||||
['withdraw_description'] = 'Retirer de l\'argent du compte de l\'entreprise',
|
||||
['deposit_description'] = 'Déposer de l\'argent dans le compte de l\'entreprise',
|
||||
['wash_money_description'] = 'Déposer de l\'argent dans le blanchiment d\'argent',
|
||||
['amount_title'] = 'Montant',
|
||||
['withdraw_amount_placeholder'] = 'Montant à retirer..',
|
||||
['deposit_amount_placeholder'] = 'Montant à déposer..',
|
||||
['money_wash_amount_placeholder'] = 'Montant à blanchir..',
|
||||
['confirm'] = 'Confirmer',
|
||||
['return'] = 'Retour',
|
||||
['change_salary_description'] = 'Modifier le montant du salaire d\'un grade',
|
||||
['change_salary_placeholder'] = 'Montant pour changer le salaire du grade..',
|
||||
['change_label_title'] = 'Nom',
|
||||
['change_label_placeholder'] = 'Nom pour changer le nom du grade d\'emploi..',
|
||||
['change_label_description'] = 'Changer le nom de grade',
|
||||
['money_remove_reason'] = 'Dépôt de la société',
|
||||
['money_add_reason'] = 'Retrait de la société',
|
||||
['employees_title'] = 'Employés'
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/hu.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/hu.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['hu'] = {
|
||||
['actions'] = 'Cselekvések',
|
||||
['boss_menu'] = 'Fönök Menü',
|
||||
['money_generic'] = '%s $',
|
||||
['deposit_amount'] = 'Frakció pénz berakása',
|
||||
['deposit_society_money'] = 'Frakció pénz berakása',
|
||||
['do_you_want_to_recruit'] = 'Fel szeretnéd venni %s?',
|
||||
['employee'] = 'Munkavállaló',
|
||||
['employee_list'] = 'Munkavállalók Listája',
|
||||
['employee_management'] = 'Munkavállalók Kezelése',
|
||||
['fire'] = 'Kirúgás',
|
||||
['grade'] = 'Fokozat',
|
||||
['have_deposited'] = 'Sikeresen beraktál ~r~%s $',
|
||||
['have_withdrawn'] = 'Sikeresen kivettél %s $',
|
||||
['check_balance'] = 'egyenleg ~g~%s$',
|
||||
['invalid_amount'] = 'Érvénytelen mennyiség',
|
||||
['invalid_amount_max'] = 'Ez az összeg több mint a megengedett',
|
||||
['invalid_value'] = 'érvénytelen érték',
|
||||
['invalid_value_nochanges']= 'érvénytelen érték, nem történt változtatás',
|
||||
['no'] = 'Nem',
|
||||
['promote'] = 'Elöléptetés',
|
||||
['promote_employee'] = 'Elöléptetés %s',
|
||||
['recruit'] = 'Felvétel',
|
||||
['recruiting'] = 'Felvétel',
|
||||
['salary_amount'] = 'Fizetés',
|
||||
['salary_management'] = 'Fizetések kezelése',
|
||||
['grade_management'] = 'Rangok nevének kezelése',
|
||||
['grade_label'] = 'Rang név',
|
||||
['check_society_balance'] = 'Egyenleg megtekintése',
|
||||
['wash_money'] = 'Pénz mosás',
|
||||
['wash_money_amount'] = 'Piszkos pénz mennyiség',
|
||||
['withdraw_amount'] = 'Pénz mennyiség',
|
||||
['withdraw_society_money'] = 'Frakció pénz kivétele',
|
||||
['yes'] = 'Igen',
|
||||
['you_have'] = '%s$ várakozik a pénzmosásra (24óra).',
|
||||
['you_have_laundered'] = '~r~Kimostál ennyi pénzt: %s$',
|
||||
['you_have_hired'] = 'Sikeresen felvetted %s',
|
||||
['you_have_been_hired'] = 'Sikeresen fel lettél véve %s',
|
||||
['you_have_fired'] = 'Sikeresen kirúgtad %s',
|
||||
['you_have_been_fired'] = 'Ki lettél rúgva innen: %s',
|
||||
['you_have_promoted'] = 'Elöléptettek: %s rang: %s',
|
||||
['you_have_been_promoted'] = 'Sikeresen elöléptettek!',
|
||||
-- new not translated ↓
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/it.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/it.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['it'] = {
|
||||
['actions'] = 'azioni',
|
||||
['boss_menu'] = 'boss menu',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'importo del deposito',
|
||||
['deposit_society_money'] = 'depositare i soldi della società',
|
||||
['do_you_want_to_recruit'] = 'vuoi assumere %s?',
|
||||
['employee'] = 'dipendente',
|
||||
['employee_list'] = 'lista dipendenti',
|
||||
['employee_management'] = 'gestione dipendenti',
|
||||
['fire'] = 'licenzia',
|
||||
['grade'] = 'grado',
|
||||
['have_deposited'] = 'hai depositato ~r~$%s',
|
||||
['have_withdrawn'] = 'hai prelevato $%s',
|
||||
['invalid_amount'] = 'importo non valido',
|
||||
['invalid_amount_max'] = 'quel salario non è consentito',
|
||||
['invalid_value'] = 'valore non valido',
|
||||
['invalid_value_nochanges']= 'valore non valido, nessuna modifica applicata',
|
||||
['no'] = 'no',
|
||||
['promote'] = 'promuovi',
|
||||
['promote_employee'] = 'promuovere il dipendente %s',
|
||||
['recruit'] = 'reclutare',
|
||||
['recruiting'] = 'reclutamento',
|
||||
['salary_amount'] = 'importo dello stipendio',
|
||||
['salary_management'] = 'gestione stipendi',
|
||||
['wash_money'] = 'ricicla denaro',
|
||||
['wash_money_amount'] = 'importo da riciclare',
|
||||
['withdraw_amount'] = 'ritira importo',
|
||||
['withdraw_society_money'] = 'ritira i soldi dalla società',
|
||||
['yes'] = 'si',
|
||||
['you_have'] = 'hai $%s in attesa di riciclaggio (24h).',
|
||||
['you_have_laundered'] = 'hai ~r~riciclato i tuoi soldi: $%s',
|
||||
['you_have_hired'] = 'hai assunto %s',
|
||||
['you_have_been_hired'] = 'sei stato assunto da %s',
|
||||
['you_have_fired'] = 'hai licenziato %s',
|
||||
['you_have_been_fired'] = 'sei stato licenziato da %s',
|
||||
['you_have_promoted'] = 'hai promosso %s come %s',
|
||||
['you_have_been_promoted'] = 'hai avuto una promozione!',
|
||||
-- new not translated ↓
|
||||
['check_society_balance'] = 'controlla il conto aziendale',
|
||||
['check_balance'] = 'il saldo è ~g~$%s',
|
||||
['grade_management'] = 'gestione etichette gradi',
|
||||
['grade_label'] = 'etichetta grado',
|
||||
['withdraw_description'] = 'Preleva soldi dal conto aziendale',
|
||||
['deposit_description'] = 'Deposita soldi nel conto aziendale',
|
||||
['wash_money_description'] = 'Deposita soldi nel riciclaggio',
|
||||
['amount_title'] = 'Quantità',
|
||||
['withdraw_amount_placeholder'] = 'Quantita da prelevare..',
|
||||
['deposit_amount_placeholder'] = 'Quantita da depositare..',
|
||||
['money_wash_amount_placeholder'] = 'Quantita da riciclare..',
|
||||
['confirm'] = 'Conferma',
|
||||
['return'] = 'Indietro',
|
||||
['change_salary_description'] = 'Cambia lo stipendio di un grado',
|
||||
['change_salary_placeholder'] = 'Quantità da cambiare del grado.',
|
||||
['change_label_title'] = 'Etichetta',
|
||||
['change_label_placeholder'] = 'Etichetta da cambiare per il grado..',
|
||||
['change_label_description'] = 'Cambia l\'etichetta di un grado ',
|
||||
['money_remove_reason'] = 'Deposito in conto aziendale',
|
||||
['money_add_reason'] = 'Prelievo dal conto aziendale',
|
||||
['name_not_found'] = 'Nome non trovato.',
|
||||
['employees_title'] = 'Dipendenti',
|
||||
}
|
||||
61
resources/[esx_addons]/esx_society/locales/nl.lua
Normal file
61
resources/[esx_addons]/esx_society/locales/nl.lua
Normal file
@@ -0,0 +1,61 @@
|
||||
Locales['nl'] = {
|
||||
['check_society_balance'] = 'Bekijk genootschap saldo',
|
||||
['check_balance'] = 'Saldo is ~g~€%s',
|
||||
['grade_management'] = 'rang labelbeheer',
|
||||
['grade_label'] = 'rang label',
|
||||
['actions'] = 'acties',
|
||||
['boss_menu'] = 'baas menu',
|
||||
['money_generic'] = '€%s',
|
||||
['deposit_amount'] = 'stort hoeveelheid',
|
||||
['deposit_society_money'] = 'stort geld in de genootschap',
|
||||
['do_you_want_to_recruit'] = 'Wil je %s aannemen?',
|
||||
['employee'] = 'werknemer',
|
||||
['employee_list'] = 'werknemer lijst',
|
||||
['employee_management'] = 'werknemer beheer',
|
||||
['fire'] = 'ontslaan',
|
||||
['grade'] = 'functie',
|
||||
['have_deposited'] = 'je hebt ~r~€%s gestort',
|
||||
['have_withdrawn'] = 'je hebt €%s opgenomen',
|
||||
['invalid_amount'] = 'ongeldige hoeveelheid',
|
||||
['invalid_amount_max'] = 'dit salaris is niet toegestaan',
|
||||
['invalid_value'] = 'ongeldige waarde',
|
||||
['invalid_value_nochanges']= 'ongeldige waarde, geen aanpassingen toegepast',
|
||||
['no'] = 'nee',
|
||||
['promote'] = 'promoveer',
|
||||
['promote_employee'] = 'promoveer %s',
|
||||
['recruit'] = 'werf aan',
|
||||
['recruiting'] = 'werven',
|
||||
['salary_amount'] = 'salaris hoeveelheid',
|
||||
['salary_management'] = 'salaris beheer',
|
||||
['wash_money'] = 'witwas geld',
|
||||
['wash_money_amount'] = 'hoeveelheid om wit te wassen',
|
||||
['withdraw_amount'] = 'opneem hoeveelheid',
|
||||
['withdraw_society_money'] = 'neem geld op van de genootschap',
|
||||
['yes'] = 'ja',
|
||||
['you_have'] = 'je hebt €%s staan in de witwas (24h).',
|
||||
['you_have_laundered'] = 'je hebt je geld: €%s ~r~witgewassen ',
|
||||
['you_have_hired'] = 'je bent gevraagd %s',
|
||||
['you_have_been_hired'] = 'je bent aangenomen door %s',
|
||||
['you_have_fired'] = 'je bent ontslagen %s',
|
||||
['you_have_been_fired'] = 'je bent ontslagen van %s',
|
||||
['you_have_promoted'] = 'je hebt %s gepromoveerd naar %s',
|
||||
['you_have_been_promoted'] = 'je bent gepromoveerd!',
|
||||
['withdraw_description'] = 'Geld van de genootschap opnemen',
|
||||
['deposit_description'] = 'Geld storten voor de genootschap',
|
||||
['wash_money_description'] = 'Stort wat geld in de witwas',
|
||||
['amount_title'] = 'Bedrag',
|
||||
['withdraw_amount_placeholder'] = 'Bedrag om op te nemen..',
|
||||
['deposit_amount_placeholder'] = 'Bedrag om te storten..',
|
||||
['money_wash_amount_placeholder'] = 'Bedrag om te wassen..',
|
||||
['confirm'] = 'Bevestig',
|
||||
['return'] = 'Terug',
|
||||
['change_salary_description'] = 'Een salarisschaal wijzigen',
|
||||
['change_salary_placeholder'] = 'Bedrag voor verandering van rang salaris...',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label om het label van de functiegroep te wijzigen..',
|
||||
['change_label_description'] = 'Een ranglabel wijzigen',
|
||||
['money_remove_reason'] = 'Storting Genootschap',
|
||||
['money_add_reason'] = 'Opnement van Genootschap',
|
||||
['name_not_found'] = 'Naam niet gevonden.',
|
||||
['employees_title'] = 'Werknemers',
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/pl.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/pl.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['pl'] = {
|
||||
['actions'] = 'akcje',
|
||||
['boss_menu'] = 'boss menu',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'ilość depozytu',
|
||||
['deposit_society_money'] = 'zdeponuj społeczne pieniądze',
|
||||
['do_you_want_to_recruit'] = 'czy chcesz zrekrutować %s?',
|
||||
['employee'] = 'pracownik',
|
||||
['employee_list'] = 'lista pracowników',
|
||||
['employee_management'] = 'zarządzanie pracownikami',
|
||||
['fire'] = 'zwolnij',
|
||||
['grade'] = 'stopień',
|
||||
['have_deposited'] = 'zdeponowałeś ~r~$%s',
|
||||
['have_withdrawn'] = 'wypłaciłeś $%s',
|
||||
['invalid_amount'] = 'nieprawidłowa wartość',
|
||||
['invalid_amount_max'] = 'that salary is not allowed',
|
||||
['invalid_value'] = 'invalid value',
|
||||
['invalid_value_nochanges']= 'invalid value, no changes applied',
|
||||
['no'] = 'nie',
|
||||
['promote'] = 'awansuj',
|
||||
['promote_employee'] = 'awansuj %s',
|
||||
['recruit'] = 'zrekrutuj',
|
||||
['recruiting'] = 'rekrutacja',
|
||||
['salary_amount'] = 'wartość wynagrodzenia',
|
||||
['salary_management'] = 'zarządzaj wynagrodzeniem',
|
||||
['wash_money'] = 'wypierz pieniądze',
|
||||
['wash_money_amount'] = 'wartość do wyprania',
|
||||
['withdraw_amount'] = 'wartość wypłaty',
|
||||
['withdraw_society_money'] = 'wypłać społeczne pieniądze',
|
||||
['yes'] = 'tak',
|
||||
['you_have'] = 'masz %s$ czekanie w pralni pieniędzmi (24h).',
|
||||
['you_have_laundered'] = '~r~Wyprałeś twoje pieniądze: $%s',
|
||||
['you_have_hired'] = 'zatrudniłeś %s',
|
||||
['you_have_been_hired'] = 'zostałeś zatrudniony przez %s',
|
||||
['you_have_fired'] = 'zwolniłeś %s',
|
||||
['you_have_been_fired'] = 'zostałeś zwolniony %s',
|
||||
['you_have_promoted'] = 'awansowałeś %s na %s',
|
||||
['you_have_been_promoted'] = 'zostałeś awansowany',
|
||||
-- new not translated ↓
|
||||
['check_society_balance'] = 'check society balance',
|
||||
['check_balance'] = 'balance is ~g~$%s',
|
||||
['grade_management'] = 'grade label management',
|
||||
['grade_label'] = 'grade label',
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
61
resources/[esx_addons]/esx_society/locales/sr.lua
Normal file
61
resources/[esx_addons]/esx_society/locales/sr.lua
Normal file
@@ -0,0 +1,61 @@
|
||||
Locales['sr'] = {
|
||||
['actions'] = 'Akcije',
|
||||
['boss_menu'] = 'Šef Meni',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = 'Iznos depozita',
|
||||
['deposit_society_money'] = 'Ostavi novac firme',
|
||||
['do_you_want_to_recruit'] = 'Da li želiš da regrutuješ %s?',
|
||||
['employee'] = 'Radnik',
|
||||
['employee_list'] = 'Lista radnika',
|
||||
['employee_management'] = 'Upravljanje zaposlenima',
|
||||
['fire'] = 'Otpusti',
|
||||
['grade'] = 'Rank',
|
||||
['have_deposited'] = 'Ostavili ste ~r~$%s',
|
||||
['have_withdrawn'] = 'Podigli ste $%s',
|
||||
['check_balance'] = 'Balans: ~g~$%s',
|
||||
['invalid_amount'] = 'Nevažeći iznos',
|
||||
['invalid_amount_max'] = 'Tolika plata nije dozvoljena',
|
||||
['invalid_value'] = 'Nevažeći iznos',
|
||||
['invalid_value_nochanges']= 'Nevažeći iznos, izmene nisu sacuvane',
|
||||
['no'] = 'Ne',
|
||||
['promote'] = 'Unapredi',
|
||||
['promote_employee'] = 'Unapredi %s',
|
||||
['recruit'] = 'Zaposli',
|
||||
['recruiting'] = 'Zapošljavanje',
|
||||
['salary_amount'] = 'Visina plate',
|
||||
['salary_management'] = 'Upravljanje platom',
|
||||
['grade_management'] = 'Upravljanje nazivom ranka',
|
||||
['grade_label'] = 'Naziv ranka',
|
||||
['check_society_balance'] = 'Proverite stanje na računu firme',
|
||||
['wash_money'] = 'Operi novac',
|
||||
['wash_money_amount'] = 'Iznos novca za pranje',
|
||||
['withdraw_amount'] = 'Iznos za podizanje',
|
||||
['withdraw_society_money'] = 'Podigni novac sa računa firme',
|
||||
['yes'] = 'Da',
|
||||
['you_have'] = 'Imate $%s koji čekaju za pranje (24h).',
|
||||
['you_have_laundered'] = 'Oprali ste ~r~vaš novac: $%s',
|
||||
['you_have_hired'] = 'Zaposlili ste %s',
|
||||
['you_have_been_hired'] = 'Zaposleni ste od strane %s',
|
||||
['you_have_fired'] = 'Otpustili ste %s',
|
||||
['you_have_been_fired'] = 'Otpušteni ste od strane %s',
|
||||
['you_have_promoted'] = 'Unapredili ste %s na %s',
|
||||
['you_have_been_promoted'] = 'Vi ste unapređeni!',
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees'
|
||||
}
|
||||
62
resources/[esx_addons]/esx_society/locales/zh-cn.lua
Normal file
62
resources/[esx_addons]/esx_society/locales/zh-cn.lua
Normal file
@@ -0,0 +1,62 @@
|
||||
Locales['zh-cn'] = {
|
||||
['actions'] = '可操作功能',
|
||||
['boss_menu'] = '人事管理',
|
||||
['money_generic'] = '$%s',
|
||||
['deposit_amount'] = '存款金额',
|
||||
['deposit_society_money'] = '存放资金',
|
||||
['do_you_want_to_recruit'] = '确认招聘:%s?',
|
||||
['employee'] = '人事管理',
|
||||
['employee_list'] = '员工列表',
|
||||
['employee_management'] = '员工管理',
|
||||
['fire'] = '开除',
|
||||
['grade'] = '职位职称',
|
||||
['have_deposited'] = '成功存入资金:~r~$%s',
|
||||
['have_withdrawn'] = '成功取出资金:$%s',
|
||||
['check_balance'] = '当前余额: ~g~$%s',
|
||||
['invalid_amount'] = '无效的金额输入!请重新检查',
|
||||
['invalid_amount_max'] = '此次的薪资水平设置失败!请重新设置',
|
||||
['invalid_value'] = '输入为无效值',
|
||||
['invalid_value_nochanges']= '无效值,未应用任何更改',
|
||||
['no'] = '取消',
|
||||
['promote'] = '提升职称',
|
||||
['promote_employee'] = '升职到: %s',
|
||||
['recruit'] = '招募',
|
||||
['recruiting'] = '正在完成招募员工',
|
||||
['salary_amount'] = '薪资金额',
|
||||
['salary_management'] = '薪资管理',
|
||||
['grade_management'] = '职称设置',
|
||||
['grade_label'] = '设置职称',
|
||||
['check_society_balance'] = '查看余额',
|
||||
['wash_money'] = '进行洗钱',
|
||||
['wash_money_amount'] = '洗钱金额',
|
||||
['withdraw_amount'] = '取款金额',
|
||||
['withdraw_society_money'] = '提取公司公帐',
|
||||
['yes'] = '确认',
|
||||
['you_have'] = '当前一笔:$%s 的待洗钱账单!请耐心等候.',
|
||||
['you_have_laundered'] = '完成洗钱: $%s',
|
||||
['you_have_hired'] = '成功招聘:%s',
|
||||
['you_have_been_hired'] = '成功被 %s 雇佣!恭喜',
|
||||
['you_have_fired'] = '成功开除:%s',
|
||||
['you_have_been_fired'] = '您已被 %s 开除!',
|
||||
['you_have_promoted'] = '您已将 %s 提拔至:%s',
|
||||
['you_have_been_promoted'] = '您获得新职位!',
|
||||
-- new not translated ↓
|
||||
['withdraw_description'] = 'Withdraw money from the society account',
|
||||
['deposit_description'] = 'Deposit some money into the society account',
|
||||
['wash_money_description'] = 'Deposit some money into the money wash',
|
||||
['amount_title'] = 'Amount',
|
||||
['withdraw_amount_placeholder'] = 'Amount to withdraw..',
|
||||
['deposit_amount_placeholder'] = 'Amount to deposit..',
|
||||
['money_wash_amount_placeholder'] = 'Amount to wash..',
|
||||
['confirm'] = 'Confirm',
|
||||
['return'] = 'Return',
|
||||
['change_salary_description'] = 'Change a grade salary amount',
|
||||
['change_salary_placeholder'] = 'Amount to change grade salary..',
|
||||
['change_label_title'] = 'Label',
|
||||
['change_label_placeholder'] = 'Label to change job grade label..',
|
||||
['change_label_description'] = 'Change a grade label',
|
||||
['money_remove_reason'] = 'Society Deposit',
|
||||
['money_add_reason'] = 'Society Withdraw',
|
||||
['name_not_found'] = 'Name not found.',
|
||||
['employees_title'] = 'Employees',
|
||||
}
|
||||
Reference in New Issue
Block a user