Skip to content

Commit

Permalink
Merge pull request #119 from derTweaky/patch-1
Browse files Browse the repository at this point in the history
Create de.lua
  • Loading branch information
GhzGarage authored Jan 8, 2024
2 parents 784ff2e + 8cae9bb commit 07be30b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions locales/de.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
local Translations = {
success = {
withdraw = 'Abhebung erfolgreich',
deposit = 'Einzahlung erfolgreich',
transfer = 'Überweisung erfolgreich',
account = 'Konto erstellt',
rename = 'Konto umbenannt',
delete = 'Konto gelöscht',
userAdd = 'Benutzer hinzugefügt',
userRemove = 'Benutzer entfernt',
card = 'Karte erstellt',
},
error = {
error = 'Ein Fehler ist aufgetreten',
access = 'Nicht autorisiert',
account = 'Konto nicht gefunden',
accounts = 'Maximale Anzahl von Konten erstellt',
user = 'Benutzer bereits hinzugefügt',
noUser = 'Benutzer nicht gefunden',
money = 'Nicht genug Geld',
pin = 'Ungültige PIN',
card = 'Keine Bankkarte gefunden',
},
progress = {
atm = 'Zugriff auf Geldautomaten',
}
}

Lang = Lang or Locale:new({
phrases = Translations,
warnOnMissing = true
})

0 comments on commit 07be30b

Please sign in to comment.