Update Basics.elm

I'm not sure whether this is the right position and whether it also applies to other "Absenden" buttons where "Absenden" is better, but I think "Speichern" is the better term for in user settings.
This commit is contained in:
monnypython 2021-07-01 07:07:24 +02:00 committed by GitHub
parent 016e838228
commit 5b161c58bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ de =
, outgoing = "Ausgehend" , outgoing = "Ausgehend"
, tags = "Tags" , tags = "Tags"
, items = "Dokumente" , items = "Dokumente"
, submit = "Absenden" , submit = "Speichern"
, submitThisForm = "Formular abschicken" , submitThisForm = "Formular abschicken"
, cancel = "Abbrechen" , cancel = "Abbrechen"
, delete = "Löschen" , delete = "Löschen"
@ -97,7 +97,7 @@ de =
, backToList = "Zurück zur Liste" , backToList = "Zurück zur Liste"
, searchPlaceholder = "Suche" , searchPlaceholder = "Suche"
, selectPlaceholder = "Auswahl" , selectPlaceholder = "Auswahl"
, id = "Id" , id = "ID"
, ok = "Ok" , ok = "Ok"
, yes = "Ja" , yes = "Ja"
, no = "Nein" , no = "Nein"