diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-03-04 00:23:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-03-04 00:23:44 +0000 |
commit | 745b72b0c56960bbe4b1a0517d430e1e49d4b87b (patch) | |
tree | ade7c7ef71ef5da95e025114db79f9f943f6800e /lib | |
parent | 5b2331d79007863537dcfd442c57ab13446bcd28 (diff) | |
download | nextcloud-server-745b72b0c56960bbe4b1a0517d430e1e49d4b87b.tar.gz nextcloud-server-745b72b0c56960bbe4b1a0517d430e1e49d4b87b.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 | 2 | ||||
-rw-r--r-- | lib/l10n/cs.json | 2 | ||||
-rw-r--r-- | lib/l10n/hu.js | 1 | ||||
-rw-r--r-- | lib/l10n/hu.json | 1 | ||||
-rw-r--r-- | lib/l10n/sr.js | 2 | ||||
-rw-r--r-- | lib/l10n/sr.json | 2 | ||||
-rw-r--r-- | lib/l10n/zh_TW.js | 2 | ||||
-rw-r--r-- | lib/l10n/zh_TW.json | 2 |
8 files changed, 14 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 9e9dd6d2861..ba26fef8f93 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -38,6 +38,7 @@ OC.L10N.register( "Server version %s or higher is required." : "Je potřeba verze serveru %s nebo novější.", "Server version %s or lower is required." : "Je potřeba verze serveru %s nebo starší.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Aby mohl přistupovat k tomuto nastavení je třeba, aby přihlášený účet byl správce, dílčí správce nebo obdržel speciální oprávnění", + "Your current IP address doesn't allow you to perform admin actions" : "Pro IP adresu, ze které přistupujete, není umožněno provádět úkony správy", "Logged in account must be an admin or sub admin" : "Je třeba, aby přihlášený účet byl správcem či správcem pro dílčí oblast", "Logged in account must be an admin" : "Je třeba, aby přihlášený účet byl správcem", "Wiping of device %s has started" : "Vymazávání ze zařízení %s zahájeno", @@ -155,6 +156,7 @@ OC.L10N.register( "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", "Oracle Login and/or password not valid" : "Neplatné přihlašovací jméno a/nebo heslo do Oracle", "PostgreSQL Login and/or password not valid" : "Neplatné přihlašovací jméno a/nebo heslo do PostgreSQL", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", "For the best results, please consider using a GNU/Linux server instead." : "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Zdá se, že tato instance %s je provozována v 32-bitovém PHP prostředí a v php.ini je nastavena volba open_basedir. Toto povede k problémům se soubory většími než 4 GB a silně není doporučováno.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Odstraňte z php.ini nastavení volby open_basedir nebo přejděte na 64-bitové PHP.", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index c213cc78a18..caa212f1fa5 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -36,6 +36,7 @@ "Server version %s or higher is required." : "Je potřeba verze serveru %s nebo novější.", "Server version %s or lower is required." : "Je potřeba verze serveru %s nebo starší.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Aby mohl přistupovat k tomuto nastavení je třeba, aby přihlášený účet byl správce, dílčí správce nebo obdržel speciální oprávnění", + "Your current IP address doesn't allow you to perform admin actions" : "Pro IP adresu, ze které přistupujete, není umožněno provádět úkony správy", "Logged in account must be an admin or sub admin" : "Je třeba, aby přihlášený účet byl správcem či správcem pro dílčí oblast", "Logged in account must be an admin" : "Je třeba, aby přihlášený účet byl správcem", "Wiping of device %s has started" : "Vymazávání ze zařízení %s zahájeno", @@ -153,6 +154,7 @@ "Oracle connection could not be established" : "Spojení s Oracle nemohlo být navázáno", "Oracle Login and/or password not valid" : "Neplatné přihlašovací jméno a/nebo heslo do Oracle", "PostgreSQL Login and/or password not valid" : "Neplatné přihlašovací jméno a/nebo heslo do PostgreSQL", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "macOS není podporován a %s nebude na této platformě správně fungovat. Používejte pouze na vlastní nebezpečí!", "For the best results, please consider using a GNU/Linux server instead." : "Místo toho zvažte pro nejlepší funkčnost použití GNU/Linux serveru.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Zdá se, že tato instance %s je provozována v 32-bitovém PHP prostředí a v php.ini je nastavena volba open_basedir. Toto povede k problémům se soubory většími než 4 GB a silně není doporučováno.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Odstraňte z php.ini nastavení volby open_basedir nebo přejděte na 64-bitové PHP.", diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index 35a3da15a0c..a54358dcf1e 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -135,6 +135,7 @@ OC.L10N.register( "Expiration date is in the past" : "A lejárati dátum már elmúlt", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Nem állítható be %n napnál távolabbi lejárati dátum","Nem állítható be %n napnál távolabbi lejárati dátum"], "Sharing is only allowed with group members" : "A megosztás csak a csoport tagjaival engedélyezett", + "Sharing %s failed, because this item is already shared with the account %s" : "A(z) %s megosztása sikertelen, mert már meg van osztva a(z) %s fiókkal", "The requested share does not exist anymore" : "A kért megosztás már nem létezik", "The requested share comes from a disabled user" : "A kért megosztás letiltott felhasználótól származik", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "A felhasználó nem jött létre, mert elérte a felhasználókorlátot. Nézze meg az értesítéseit, hogy többet tudjon meg.", diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index e2636612f13..267e472e282 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -133,6 +133,7 @@ "Expiration date is in the past" : "A lejárati dátum már elmúlt", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Nem állítható be %n napnál távolabbi lejárati dátum","Nem állítható be %n napnál távolabbi lejárati dátum"], "Sharing is only allowed with group members" : "A megosztás csak a csoport tagjaival engedélyezett", + "Sharing %s failed, because this item is already shared with the account %s" : "A(z) %s megosztása sikertelen, mert már meg van osztva a(z) %s fiókkal", "The requested share does not exist anymore" : "A kért megosztás már nem létezik", "The requested share comes from a disabled user" : "A kért megosztás letiltott felhasználótól származik", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "A felhasználó nem jött létre, mert elérte a felhasználókorlátot. Nézze meg az értesítéseit, hogy többet tudjon meg.", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 3a5f6be5ef0..98cc8d4a29b 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -38,6 +38,7 @@ OC.L10N.register( "Server version %s or higher is required." : "Потребна је верзија сервера %s или виша.", "Server version %s or lower is required." : "Потребна је верзија сервера %s или нижа.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Пријављени налог мора бити админ, подадмин или мора да поседује специјално право да приступи овом подешавању", + "Your current IP address doesn't allow you to perform admin actions" : "Ваша тренутна IP адреса не дозвољава да извршавате админ радње", "Logged in account must be an admin or sub admin" : "Пријављени налог мора бити админ или подадмин", "Logged in account must be an admin" : "Пријављени налог мора бити админ", "Wiping of device %s has started" : "Започето брисање уређаја %s", @@ -155,6 +156,7 @@ OC.L10N.register( "Oracle connection could not be established" : "Веза са базом података Oracle не може бити успостављена", "Oracle Login and/or password not valid" : "Oracle име за пријаву и/или лозинка нису исправни", "PostgreSQL Login and/or password not valid" : "PostgreSQL име за пријаву и/или лозинка нису исправни", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X није подржан и %s неће радити исправно на овој платформи. Користите га на сопствени ризик!", "For the best results, please consider using a GNU/Linux server instead." : "За најбоље резултате, размотрите употребу ГНУ/Линукс сервера.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Изгледа да %s ради у 32-битном PHP окружењу а open_basedir је подешен у php.ini фајлу. То може довести до проблема са фајловима већим од 4 GB, те стога није препоручљиво.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Уклоните open_basedir поставку из php.ini фајла или пређите на 64-битни PHP.", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index de7960d7210..6a76505d203 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -36,6 +36,7 @@ "Server version %s or higher is required." : "Потребна је верзија сервера %s или виша.", "Server version %s or lower is required." : "Потребна је верзија сервера %s или нижа.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Пријављени налог мора бити админ, подадмин или мора да поседује специјално право да приступи овом подешавању", + "Your current IP address doesn't allow you to perform admin actions" : "Ваша тренутна IP адреса не дозвољава да извршавате админ радње", "Logged in account must be an admin or sub admin" : "Пријављени налог мора бити админ или подадмин", "Logged in account must be an admin" : "Пријављени налог мора бити админ", "Wiping of device %s has started" : "Започето брисање уређаја %s", @@ -153,6 +154,7 @@ "Oracle connection could not be established" : "Веза са базом података Oracle не може бити успостављена", "Oracle Login and/or password not valid" : "Oracle име за пријаву и/или лозинка нису исправни", "PostgreSQL Login and/or password not valid" : "PostgreSQL име за пријаву и/или лозинка нису исправни", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X није подржан и %s неће радити исправно на овој платформи. Користите га на сопствени ризик!", "For the best results, please consider using a GNU/Linux server instead." : "За најбоље резултате, размотрите употребу ГНУ/Линукс сервера.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Изгледа да %s ради у 32-битном PHP окружењу а open_basedir је подешен у php.ini фајлу. То може довести до проблема са фајловима већим од 4 GB, те стога није препоручљиво.", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Уклоните open_basedir поставку из php.ini фајла или пређите на 64-битни PHP.", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index dad3d57c1db..100c097a1d0 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -38,6 +38,7 @@ OC.L10N.register( "Server version %s or higher is required." : "需要伺服器版本 %s 或更高。", "Server version %s or lower is required." : "需要伺服器版本 %s 或更低。", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "登入帳號必須為管理員、子管理員或有可存取此設定的特殊權限的使用者", + "Your current IP address doesn't allow you to perform admin actions" : "您目前的 IP 位置不允許您執行管理動作", "Logged in account must be an admin or sub admin" : "登入的帳號必須要是管理員或是子管理員", "Logged in account must be an admin" : "登入的帳號必須有管理員權限", "Wiping of device %s has started" : "已開始抹除裝置 %s", @@ -155,6 +156,7 @@ OC.L10N.register( "Oracle connection could not be established" : "無法建立 Oracle 資料庫連線", "Oracle Login and/or password not valid" : "Oracle 帳號或密碼不正確", "PostgreSQL Login and/or password not valid" : "PostgreSQL 帳號或密碼無效", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X,%s 在此平台上無法正常運作。請自行承擔使用風險!", "For the best results, please consider using a GNU/Linux server instead." : "請考慮改用 GNU/Linux 伺服器以獲得最佳結果。", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "%s 站台似乎是在 32 位元 PHP 環境執行,且似乎設定了 php.ini 中的 open_basedir。這將導致超過 4 GB 的檔案出現問題,因此強烈建議不要這麼做。", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "請移除 php.ini 中的 open_basedir 設定,或是改用 64 位元的 PHP。", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 7f7f4d51e57..ea8d41112be 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -36,6 +36,7 @@ "Server version %s or higher is required." : "需要伺服器版本 %s 或更高。", "Server version %s or lower is required." : "需要伺服器版本 %s 或更低。", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "登入帳號必須為管理員、子管理員或有可存取此設定的特殊權限的使用者", + "Your current IP address doesn't allow you to perform admin actions" : "您目前的 IP 位置不允許您執行管理動作", "Logged in account must be an admin or sub admin" : "登入的帳號必須要是管理員或是子管理員", "Logged in account must be an admin" : "登入的帳號必須有管理員權限", "Wiping of device %s has started" : "已開始抹除裝置 %s", @@ -153,6 +154,7 @@ "Oracle connection could not be established" : "無法建立 Oracle 資料庫連線", "Oracle Login and/or password not valid" : "Oracle 帳號或密碼不正確", "PostgreSQL Login and/or password not valid" : "PostgreSQL 帳號或密碼無效", + "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "不支援 Mac OS X,%s 在此平台上無法正常運作。請自行承擔使用風險!", "For the best results, please consider using a GNU/Linux server instead." : "請考慮改用 GNU/Linux 伺服器以獲得最佳結果。", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "%s 站台似乎是在 32 位元 PHP 環境執行,且似乎設定了 php.ini 中的 open_basedir。這將導致超過 4 GB 的檔案出現問題,因此強烈建議不要這麼做。", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "請移除 php.ini 中的 open_basedir 設定,或是改用 64 位元的 PHP。", |