diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-06-01 02:16:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-06-01 02:16:00 +0000 |
commit | 0f4de3d3533606e20ca4ff035f6eaf9c27bcac4a (patch) | |
tree | cad25ea05efdc9ec0f5165911f96afc65a0ed749 /lib/l10n | |
parent | a1bb18a837bcb2806f5d42e5b27956d2a563f64b (diff) | |
download | nextcloud-server-0f4de3d3533606e20ca4ff035f6eaf9c27bcac4a.tar.gz nextcloud-server-0f4de3d3533606e20ca4ff035f6eaf9c27bcac4a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/id.js | 1 | ||||
-rw-r--r-- | lib/l10n/id.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr.js | 2 | ||||
-rw-r--r-- | lib/l10n/sr.json | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/id.js b/lib/l10n/id.js index 12c21b92eed..0a2e9837c61 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -145,6 +145,7 @@ OC.L10N.register( "Storage unauthorized. %s" : "Penyimpanan tidak terotorisasi. %s", "Storage incomplete configuration. %s" : "Konfigurasi penyimpanan tidak terselesaikan. %s", "Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s", + "Storage is temporarily not available" : "Penyimpanan sementara tidak tersedia", "Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s", "Following databases are supported: %s" : "Berikut adalah basis data yang didukung: %s", "Following platforms are supported: %s" : "Berikut adalah platform yang didukung: %s", diff --git a/lib/l10n/id.json b/lib/l10n/id.json index ec5b658be57..15fa371d649 100644 --- a/lib/l10n/id.json +++ b/lib/l10n/id.json @@ -143,6 +143,7 @@ "Storage unauthorized. %s" : "Penyimpanan tidak terotorisasi. %s", "Storage incomplete configuration. %s" : "Konfigurasi penyimpanan tidak terselesaikan. %s", "Storage connection error. %s" : "Koneksi penyimpanan bermasalah. %s", + "Storage is temporarily not available" : "Penyimpanan sementara tidak tersedia", "Storage connection timeout. %s" : "Koneksi penyimpanan waktu-habis. %s", "Following databases are supported: %s" : "Berikut adalah basis data yang didukung: %s", "Following platforms are supported: %s" : "Berikut adalah platform yang didukung: %s", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index c6281f42b3f..3bd8cea3032 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -22,10 +22,12 @@ OC.L10N.register( "PHP %s or higher is required." : "Потребан је PHP %s или новији.", "PHP with a version lower than %s is required." : "Потребна је PHP верзија старија од верзије %s.", "%sbit or higher PHP required." : "Потребна је верзија PHP-а једнака или већа од верзије %s.", + "The following databases are supported: %s" : "Подржане су следеће базе података: %s", "The command line tool %s could not be found" : "Алатку командне линије „%s“ није могуће пронаћи", "The library %s is not available." : "Библиотека „%s“ није доступна.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "Потребна је библиотека „%1$s“ верзије веће од %2$s - доступна верзија је %3$s.", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "Потребна је библиотека „%1$s“ верзије ниже од %2$s - доступна верзија је %3$s.", + "The following platforms are supported: %s" : "Подржане су следеће платформе: %s", "Server version %s or higher is required." : "Потребна је верзија сервера %s или виша.", "Server version %s or lower is required." : "Потребна је верзија сервера %s или нижа.", "Logged in user must be an admin or sub admin" : "Пријављени корисник мора бити администратор или подадминистратор", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index f78f38bf1c7..5f7ac57f7c5 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -20,10 +20,12 @@ "PHP %s or higher is required." : "Потребан је PHP %s или новији.", "PHP with a version lower than %s is required." : "Потребна је PHP верзија старија од верзије %s.", "%sbit or higher PHP required." : "Потребна је верзија PHP-а једнака или већа од верзије %s.", + "The following databases are supported: %s" : "Подржане су следеће базе података: %s", "The command line tool %s could not be found" : "Алатку командне линије „%s“ није могуће пронаћи", "The library %s is not available." : "Библиотека „%s“ није доступна.", "Library %1$s with a version higher than %2$s is required - available version %3$s." : "Потребна је библиотека „%1$s“ верзије веће од %2$s - доступна верзија је %3$s.", "Library %1$s with a version lower than %2$s is required - available version %3$s." : "Потребна је библиотека „%1$s“ верзије ниже од %2$s - доступна верзија је %3$s.", + "The following platforms are supported: %s" : "Подржане су следеће платформе: %s", "Server version %s or higher is required." : "Потребна је верзија сервера %s или виша.", "Server version %s or lower is required." : "Потребна је верзија сервера %s или нижа.", "Logged in user must be an admin or sub admin" : "Пријављени корисник мора бити администратор или подадминистратор", |