Localization + bugfixes

This commit is contained in:
2023-01-18 16:36:29 +01:00
parent 136ad48a5e
commit 878cd62bbe
6 changed files with 27 additions and 11 deletions

View File

@@ -45,4 +45,5 @@ return [
"gpg_key" => "GPG-Schlüssel",
"2fa_token" => "Zwei-Faktor Authentifizierung (2FA)",
"profile_picture_of" => "Profilbild von",
"language" => "Sprache",
];

View File

@@ -15,6 +15,7 @@ return [
"request" => "Anfordern",
"cancel" => "Abbrechen",
"confirm" => "Bestätigen",
"ok" => "OK",
"language" => "Sprache",
"loading" => "Laden",
"logout" => "Ausloggen",
@@ -22,6 +23,9 @@ return [
"name" => "Name",
"type" => "Typ",
"size" => "Größe",
"not_supported" => "Nicht unterstützt",
"yes" => "Ja",
"no" => "Nein",
# dialog / actions
"action" => "Aktion",
@@ -36,6 +40,7 @@ return [
"delete" => "Löschen",
"info" => "Info",
"reload" => "Aktualisieren",
"success" => "Erfolg",
# file
"choose_file" => "Datei auswählen",
@@ -65,7 +70,4 @@ return [
"datefns_time_format_precise" => "HH:mm:ss",
"datefns_datetime_format" => "dd.MM.yyyy HH:mm",
"datefns_datetime_format_precise" => "dd.MM.yyyy HH:mm:ss",
# API
"no_api_key_registered" => "Kein gültiger API-Schlüssel registriert",
];

View File

@@ -45,4 +45,5 @@ return [
"gpg_key" => "GPG Key",
"2fa_token" => "Two-Factor Authentication (2FA)",
"profile_picture_of" => "Profile Picture of",
"language" => "Language",
];

View File

@@ -12,6 +12,9 @@ return [
"name" => "Name",
"type" => "Type",
"size" => "Size",
"not_supported" => "Not supported",
"yes" => "Yes",
"no" => "No",
# dialog / actions
"action" => "Action",
@@ -24,6 +27,7 @@ return [
"request" => "Request",
"cancel" => "Cancel",
"confirm" => "Confirm",
"ok" => "OK",
"remove" => "Remove",
"change" => "Change",
"reset" => "Reset",
@@ -34,6 +38,7 @@ return [
"delete" => "Delete",
"info" => "Info",
"reload" => "Reload",
"success" => "Success",
# file
"choose_file" => "Choose File",
@@ -66,7 +71,4 @@ return [
"datefns_time_format_precise" => "pp",
"datefns_datetime_format" => "MM/dd/yyyy p",
"datefns_datetime_format_precise" => "MM/dd/yyyy pp",
# API
"no_api_key_registered" => "No valid API-Key registered",
];