-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
4 changed files
with
26 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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~.', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
} |