diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-23 00:19:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-23 00:19:28 +0000 |
commit | a884d48413c7f130c9deefe7116a3cdf9c9cc441 (patch) | |
tree | 4c8683da0d137be5a525379fa1b46bcefafba696 /lib/l10n | |
parent | 2736b41369ef2b37a268f42233925c890f8a6611 (diff) | |
download | nextcloud-server-a884d48413c7f130c9deefe7116a3cdf9c9cc441.tar.gz nextcloud-server-a884d48413c7f130c9deefe7116a3cdf9c9cc441.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/br.js | 1 | ||||
-rw-r--r-- | lib/l10n/br.json | 1 | ||||
-rw-r--r-- | lib/l10n/hu.js | 1 | ||||
-rw-r--r-- | lib/l10n/hu.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr@latin.js | 2 | ||||
-rw-r--r-- | lib/l10n/sr@latin.json | 2 |
6 files changed, 8 insertions, 0 deletions
diff --git a/lib/l10n/br.js b/lib/l10n/br.js index 74b65c80083..9acd6e9a38d 100644 --- a/lib/l10n/br.js +++ b/lib/l10n/br.js @@ -28,6 +28,7 @@ OC.L10N.register( "Apps" : "Meziant", "Settings" : "Arventennoù", "Log out" : "Kuitat", + "Accounts" : "Kontoù", "Email" : "Postel", "Twitter" : "Twitter", "Website" : "Lec'hien web", diff --git a/lib/l10n/br.json b/lib/l10n/br.json index 4c7e7c89929..c7844acba80 100644 --- a/lib/l10n/br.json +++ b/lib/l10n/br.json @@ -26,6 +26,7 @@ "Apps" : "Meziant", "Settings" : "Arventennoù", "Log out" : "Kuitat", + "Accounts" : "Kontoù", "Email" : "Postel", "Twitter" : "Twitter", "Website" : "Lec'hien web", diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index 6f5b7aaa15f..174501303fd 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -89,6 +89,7 @@ OC.L10N.register( "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A(z) „%s” alkalmazást nem lehet telepíteni, mert nem kompatibilis ezzel a kiszolgálóverzióval.", "__language_name__" : "Magyar", "This is an automatically sent email, please do not reply." : "Ez egy automatikusan küldött levél, ne válaszoljon rá.", + "Help & privacy" : "Súgó és adatvédelem", "Appearance and accessibility" : "Megjelenés és akadálymentesítés", "Apps" : "Alkalmazások", "Personal settings" : "Személyes beállítások", diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index d1cd54bac41..45e3ebfccb2 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -87,6 +87,7 @@ "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "A(z) „%s” alkalmazást nem lehet telepíteni, mert nem kompatibilis ezzel a kiszolgálóverzióval.", "__language_name__" : "Magyar", "This is an automatically sent email, please do not reply." : "Ez egy automatikusan küldött levél, ne válaszoljon rá.", + "Help & privacy" : "Súgó és adatvédelem", "Appearance and accessibility" : "Megjelenés és akadálymentesítés", "Apps" : "Alkalmazások", "Personal settings" : "Személyes beállítások", diff --git a/lib/l10n/sr@latin.js b/lib/l10n/sr@latin.js index 3487200ee85..2d322157d37 100644 --- a/lib/l10n/sr@latin.js +++ b/lib/l10n/sr@latin.js @@ -1,6 +1,8 @@ OC.L10N.register( "lib", { + "Unknown filetype" : "Nepoznati tip fajla", + "Invalid image" : "Neispravna slika", "Files" : "Фајлови", "View profile" : "Vidi profil", "seconds ago" : "pre par sekundi", diff --git a/lib/l10n/sr@latin.json b/lib/l10n/sr@latin.json index 84ad4559b0a..0300634c077 100644 --- a/lib/l10n/sr@latin.json +++ b/lib/l10n/sr@latin.json @@ -1,4 +1,6 @@ { "translations": { + "Unknown filetype" : "Nepoznati tip fajla", + "Invalid image" : "Neispravna slika", "Files" : "Фајлови", "View profile" : "Vidi profil", "seconds ago" : "pre par sekundi", |