diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-26 02:28:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-26 02:28:10 +0000 |
commit | 278f6413c9ee6d5c011c59a81d2f8e24a86dfbac (patch) | |
tree | 4b0fd98a65d11fc5db75fa0c648b8e88c27a46fa /lib/l10n | |
parent | 9b7c360346bc036d16dbc36e9bd399981acb1834 (diff) | |
download | nextcloud-server-278f6413c9ee6d5c011c59a81d2f8e24a86dfbac.tar.gz nextcloud-server-278f6413c9ee6d5c011c59a81d2f8e24a86dfbac.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n')
-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", |