diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-19 00:20:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-19 00:20:14 +0000 |
commit | c93a8ed9aff4245556260ee884d30de13b564741 (patch) | |
tree | 7a8b9ee863691eadc5a43c486b5c068344817963 /lib/l10n | |
parent | 9531b62c9f2e805c79e23d1d727201c5b25c7c4d (diff) | |
download | nextcloud-server-c93a8ed9aff4245556260ee884d30de13b564741.tar.gz nextcloud-server-c93a8ed9aff4245556260ee884d30de13b564741.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/fa.js | 2 | ||||
-rw-r--r-- | lib/l10n/fa.json | 2 | ||||
-rw-r--r-- | lib/l10n/uk.js | 1 | ||||
-rw-r--r-- | lib/l10n/uk.json | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js index 81029756700..73d57c3ca42 100644 --- a/lib/l10n/fa.js +++ b/lib/l10n/fa.js @@ -14,7 +14,7 @@ OC.L10N.register( "Click the following button to confirm your email." : "Click the following button to confirm your email.", "Click the following link to confirm your email." : "Click the following link to confirm your email.", "Confirm your email" : "Confirm your email", - "Other activities" : "Other activities", + "Other activities" : "سایر فعالیت ها", "%1$s and %2$s" : "%1$sو%2$s", "%1$s, %2$s and %3$s" : "%1$s،%2$sو%3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s،%2$s،%3$sو%4$s", diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json index f519eb24ed5..c42c47b3f5e 100644 --- a/lib/l10n/fa.json +++ b/lib/l10n/fa.json @@ -12,7 +12,7 @@ "Click the following button to confirm your email." : "Click the following button to confirm your email.", "Click the following link to confirm your email." : "Click the following link to confirm your email.", "Confirm your email" : "Confirm your email", - "Other activities" : "Other activities", + "Other activities" : "سایر فعالیت ها", "%1$s and %2$s" : "%1$sو%2$s", "%1$s, %2$s and %3$s" : "%1$s،%2$sو%3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s،%2$s،%3$sو%4$s", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index ed167b98b77..2be78b8b47e 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -23,6 +23,7 @@ OC.L10N.register( "Enterprise bundle" : "Для бізнесу", "Groupware bundle" : "Для робочих груп", "Hub bundle" : "Основні застосунки", + "Public sector bundle" : "Для громадських організацій", "Social sharing bundle" : "Для соціальних мереж", "PHP %s or higher is required." : "Необхідно PHP %s або вище", "PHP with a version lower than %s is required." : "Потрібна версія PHP нижче %s ", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index c23256a857c..3c8d3adbad0 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -21,6 +21,7 @@ "Enterprise bundle" : "Для бізнесу", "Groupware bundle" : "Для робочих груп", "Hub bundle" : "Основні застосунки", + "Public sector bundle" : "Для громадських організацій", "Social sharing bundle" : "Для соціальних мереж", "PHP %s or higher is required." : "Необхідно PHP %s або вище", "PHP with a version lower than %s is required." : "Потрібна версія PHP нижче %s ", |