Skip to content

Commit

Permalink
Minor changes to the locales. (#5)
Browse files Browse the repository at this point in the history
* Create de.lua

Added Language 'de'.

* Update de.lua

* Update en.lua

Changed to make it more readable

* Update sv.lua

Made it more readable. No actual change in the translation!

* Update en.lua

Made it more readable. No actual change in the translation!

* Update de.lua

Made it more readable. No actual change in the translation!

* added 'locales/de.lua'

* Version 1.0.3

added 'locales/de.lua'

* version 1.0.3

* 1.0.3

* 1.0.3
  • Loading branch information
metl-play authored Jan 31, 2021
1 parent 181e819 commit c0b2a08
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
6 changes: 4 additions & 2 deletions __resource.lua
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

description 'ESX Repairkit'
version '1.0.2'
version '1.0.3'

client_scripts {
'@es_extended/locale.lua',
'client/main.lua',
'locales/en.lua',
'locales/sv.lua',
'locales/de.lua',
'config.lua'
}

Expand All @@ -16,5 +17,6 @@ server_scripts {
'server/main.lua',
'locales/en.lua',
'locales/sv.lua',
'locales/de.lua',
'config.lua'
}
}
8 changes: 8 additions & 0 deletions locales/de.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Locales ['de'] = {
['used_kit'] = 'du hast ~y~x1 ~b~Reperaturkit benutzt.',
['must_be_outside'] = 'Sie müssen sich außerhalb des Fahrzeugs befinden!',
['no_vehicle_nearby'] = 'kein ~r~Fahrzeug ~w~in der Nähe',
['finished_repair'] = '~g~Sie haben das Fahrzeug repariert!',
['abort_hint'] = 'Drücken Sie ~INPUT_VEH_DUCK~ um den Vorgang abzubrechen',
['aborted_repair'] = 'Sie haben die Reparatur ~r~abgebrochen ~w~.',
}
14 changes: 7 additions & 7 deletions locales/en.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Locales ['en'] = {
['used_kit'] = 'you used ~y~x1 ~b~Repairkit',
['must_be_outside'] = 'you must be outside of the vehicle!',
['no_vehicle_nearby'] = 'there is no ~r~vehicle ~w~nearby',
['finished_repair'] = '~g~you repaired the vehicle!',
['abort_hint'] = 'press ~INPUT_VEH_DUCK~ to cancel',
['aborted_repair'] = 'you ~r~aborted ~w~the repairs',
}
['used_kit'] = 'you used ~y~x1 ~b~Repairkit',
['must_be_outside'] = 'you must be outside of the vehicle!',
['no_vehicle_nearby'] = 'there is no ~r~vehicle ~w~nearby',
['finished_repair'] = '~g~you repaired the vehicle!',
['abort_hint'] = 'press ~INPUT_VEH_DUCK~ to cancel',
['aborted_repair'] = 'you ~r~aborted ~w~the repairs',
}
14 changes: 7 additions & 7 deletions locales/sv.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Locales ['sv'] = {
['used_kit'] = 'du använde ~y~x1 ~b~Reparationskit',
['must_be_outside'] = 'du måste vara utanför fordonet!',
['no_vehicle_nearby'] = 'det finns inget ~r~fordon ~w~i närheten',
['finished_repair'] = '~g~du reparerade fordonet!',
['abort_hint'] = 'tryck ~INPUT_VEH_DUCK~ för att avbryta',
['aborted_repair'] = 'du ~r~avbröt ~w~reparationen',
}
['used_kit'] = 'du använde ~y~x1 ~b~Reparationskit',
['must_be_outside'] = 'du måste vara utanför fordonet!',
['no_vehicle_nearby'] = 'det finns inget ~r~fordon ~w~i närheten',
['finished_repair'] = '~g~du reparerade fordonet!',
['abort_hint'] = 'tryck ~INPUT_VEH_DUCK~ för att avbryta',
['aborted_repair'] = 'du ~r~avbröt ~w~reparationen',
}

0 comments on commit c0b2a08

Please sign in to comment.