summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/fi.js2
-rw-r--r--core/l10n/fi.json2
-rw-r--r--core/l10n/zh_HK.js4
-rw-r--r--core/l10n/zh_HK.json4
4 files changed, 8 insertions, 4 deletions
diff --git a/core/l10n/fi.js b/core/l10n/fi.js
index 189db84f2d3..b19fb5cff69 100644
--- a/core/l10n/fi.js
+++ b/core/l10n/fi.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Invalid app password" : "Virheellinen sovellussalasana",
"Could not complete login" : "Kirjautumista ei voitu suorittaa loppuun",
"Your login token is invalid or has expired" : "Kirjautumispolettisi on virheellinen tai se on vanhentunut",
+ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Tätä yhteisöjulkaisua Nextcloudista ei tueta, ja pikailmoitukset eivät ole saatavilla.",
"Password reset is disabled" : "Salasanan palautus poistettu käytöstä",
"Could not reset password because the token is expired" : "Salasanaa ei voitu nollata, koska poletti on vanhentunut",
"Could not reset password because the token is invalid" : "Salasanaa ei voitu nollata, koska poletti on virheellinen",
@@ -38,6 +39,7 @@ OC.L10N.register(
"Some of your link shares have been removed" : "Jotkin linkkijakosi on poistettu",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Tietoturvaongelman vuoksi jouduimme poistaa joitakin linkkijakojasi. Lue lisätietoja linkin kautta.",
"The user limit of this instance is reached." : "Tämän instanssin käyttäjäraja on täynnä.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Syötä tilausavaimesi lisätäksesi käyttäjärajaa. Lisätietoja Nextcloud Enterprisestä saat nettisivuiltamme.",
"Preparing update" : "Valmistellaan päivitystä",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korjausvaihe:",
diff --git a/core/l10n/fi.json b/core/l10n/fi.json
index 788025edbfd..84d24540c0e 100644
--- a/core/l10n/fi.json
+++ b/core/l10n/fi.json
@@ -24,6 +24,7 @@
"Invalid app password" : "Virheellinen sovellussalasana",
"Could not complete login" : "Kirjautumista ei voitu suorittaa loppuun",
"Your login token is invalid or has expired" : "Kirjautumispolettisi on virheellinen tai se on vanhentunut",
+ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Tätä yhteisöjulkaisua Nextcloudista ei tueta, ja pikailmoitukset eivät ole saatavilla.",
"Password reset is disabled" : "Salasanan palautus poistettu käytöstä",
"Could not reset password because the token is expired" : "Salasanaa ei voitu nollata, koska poletti on vanhentunut",
"Could not reset password because the token is invalid" : "Salasanaa ei voitu nollata, koska poletti on virheellinen",
@@ -36,6 +37,7 @@
"Some of your link shares have been removed" : "Jotkin linkkijakosi on poistettu",
"Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "Tietoturvaongelman vuoksi jouduimme poistaa joitakin linkkijakojasi. Lue lisätietoja linkin kautta.",
"The user limit of this instance is reached." : "Tämän instanssin käyttäjäraja on täynnä.",
+ "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Syötä tilausavaimesi lisätäksesi käyttäjärajaa. Lisätietoja Nextcloud Enterprisestä saat nettisivuiltamme.",
"Preparing update" : "Valmistellaan päivitystä",
"[%d / %d]: %s" : "[%d / %d]: %s",
"Repair step:" : "Korjausvaihe:",
diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js
index bd4bc999cf9..5d57ca03b59 100644
--- a/core/l10n/zh_HK.js
+++ b/core/l10n/zh_HK.js
@@ -379,10 +379,10 @@ OC.L10N.register(
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁界面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
"Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
"Maintenance mode" : "維護模式",
- "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
+ "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,可能需要一段時間才能完成。",
"This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員。",
- "Couldn't reset password because the token is invalid" : "重設密碼權杖無效,重設失敗",
+ "Couldn't reset password because the token is invalid" : "重設密碼權杖無效,無法重設",
"Couldn't reset password because the token is expired" : "權杖已過期,無法重設密碼",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)",
"Checked database schema update" : "已檢查數據庫模式更新",
diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json
index dad4f8b67e9..30a47f0f32e 100644
--- a/core/l10n/zh_HK.json
+++ b/core/l10n/zh_HK.json
@@ -377,10 +377,10 @@
"I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "若我繼續透過網頁界面更新時我已了解有其風險,若請求逾時可能導致資料遺失,萬一更新失敗,我已準備好備份並知道如何回復運作。",
"Upgrade via web on my own risk" : "願意承擔風險透過網頁更新",
"Maintenance mode" : "維護模式",
- "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,需要一段時間恢復。",
+ "This %s instance is currently in maintenance mode, which may take a while." : "這個 %s 安裝目前處於維護模式,可能需要一段時間才能完成。",
"This page will refresh itself when the instance is available again." : "安裝恢復可用之後,本頁會自動重新整理",
"Contact your system administrator if this message persists or appeared unexpectedly." : "若這個訊息持續出現,請聯絡系統管理員。",
- "Couldn't reset password because the token is invalid" : "重設密碼權杖無效,重設失敗",
+ "Couldn't reset password because the token is invalid" : "重設密碼權杖無效,無法重設",
"Couldn't reset password because the token is expired" : "權杖已過期,無法重設密碼",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "正在檢查是否有可更新的數據庫模式(若數據庫較大,可能需要一段時間)",
"Checked database schema update" : "已檢查數據庫模式更新",