Skip to content

Commit

Permalink
fix: line contains trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jan 24, 2024
1 parent 5908485 commit 15609a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions server-data/resources/[esx]/esx_society/locales/es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Locales['es'] = {
['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_amount_max'] = 'Ese salario no está permitido',
['invalid_value'] = 'invalid value',
['invalid_value_nochanges']= 'invalid value, no changes applied',
['no'] = 'No',
['promote'] = 'Ascender',
Expand Down Expand Up @@ -43,8 +43,8 @@ Locales['es'] = {
['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',
['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..',
Expand All @@ -54,9 +54,9 @@ Locales['es'] = {
['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',
['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',
}
}

0 comments on commit 15609a7

Please sign in to comment.