Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(esx_multicharacters): Dutch Translations #464

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions [esx]/esx_multicharacter/locales/nl.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Locales["nl"] = {
["male"] = "Man",
["female"] = "Vrouw",
["delete_label"] = "Verwijder %s %s?",
["select_char"] = "Kies Karakter",
["create_char"] = "Creeër nieuw karakter",
["char_play"] = "Speel dit karakter",
["char_disabled"] = "Dit karakter is niet beschikbaar",
["char_delete"] = "Verwijder dit karakter",
["cancel"] = "Annuleer",
["confirm"] = "Bevestig",
["command_setslots"] = "Zet multicharacter aantal slots van een speler",
["command_remslots"] = "Verwijder multicharacter aantal slots van een speler",
["command_enablechar"] = "Zet een karakter van speler aan",
["command_disablechar"] = "Zet een karakter van speler uit",
["command_charslot"] = "Slot nummer van het karakter",
["command_identifier"] = "Speler identifier",
["command_slots"] = "# aantal slots",
["slotsadd"] = "Je hebt %s aantal slots bij %s toegevoegd",
["slotsedit"] = "Je hebt %s aantal slots bij %s aangepast",
["slotsrem"] = "Je hebt slots bij %s verwijderd",
["charenabled"] = "Je hebt karakter #%s van %s aangezet",
["chardisabled"] = "Je hebt karakter #%s van %s uitgezet",
["charnotfound"] = "Karakter #%s van %s bestaat niet",
}