diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-26 02:28:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-26 02:28:19 +0000 |
commit | a5b1587d9b2fa2264ed8ca9a4646ab9021383a78 (patch) | |
tree | 093f7745d539ce41197d918db42c87cbe68a7816 /lib | |
parent | 7fdc049844e9b56fbcdfcc86572705c030244ad7 (diff) | |
download | nextcloud-server-a5b1587d9b2fa2264ed8ca9a4646ab9021383a78.tar.gz nextcloud-server-a5b1587d9b2fa2264ed8ca9a4646ab9021383a78.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/de.js | 1 | ||||
-rw-r--r-- | lib/l10n/de.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 7c08e08c896..d950f6b1969 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -114,6 +114,7 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", + "Display name" : "Zobrazované jméno", "Headline" : "Nadpis", "Organisation" : "Organizace", "Role" : "Role", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 7cbddca4bc2..13a6b4fdef8 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -112,6 +112,7 @@ "Address" : "Adresa", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", + "Display name" : "Zobrazované jméno", "Headline" : "Nadpis", "Organisation" : "Organizace", "Role" : "Role", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 991e483e0db..283af683d7b 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -114,6 +114,7 @@ OC.L10N.register( "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", + "Display name" : "Anzeigename", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index e2b785b0288..74a7799fec6 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -112,6 +112,7 @@ "Address" : "Adresse", "Profile picture" : "Profilbild", "About" : "Über", + "Display name" : "Anzeigename", "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", |