diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-25 00:25:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-25 00:25:40 +0000 |
commit | 6278a12c945ec30f12691020b4aeb8f3251ae278 (patch) | |
tree | 4a202206e38a09a461241f60ca9960d0d23dd69f /core/l10n | |
parent | 92ea19e6188e57d9be0b6e9e3a0b598ff2282f79 (diff) | |
download | nextcloud-server-6278a12c945ec30f12691020b4aeb8f3251ae278.tar.gz nextcloud-server-6278a12c945ec30f12691020b4aeb8f3251ae278.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/ca.js | 1 | ||||
-rw-r--r-- | core/l10n/ca.json | 1 | ||||
-rw-r--r-- | core/l10n/zh_TW.js | 3 | ||||
-rw-r--r-- | core/l10n/zh_TW.json | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/ca.js b/core/l10n/ca.js index 2ad1df70871..3252371754e 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic en el botó següent per a reinicialitzar la contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic en l'enllaç següent per a reinicialitzar la contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.", "Reset your password" : "Reinicialitza la contrasenya", + "Task not found" : "No s'ha trobat la tasca", "Internal error" : "Error intern", "No translation provider available" : "No hi ha cap proveïdor de traduccions disponible", "Could not detect language" : "No s'ha pogut detectar la llengua", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index 948fe52b95c..7a321e7b9e5 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic en el botó següent per a reinicialitzar la contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Feu clic en l'enllaç següent per a reinicialitzar la contrasenya. Si no heu sol·licitat un canvi de contrasenya, ignoreu aquest correu electrònic.", "Reset your password" : "Reinicialitza la contrasenya", + "Task not found" : "No s'ha trobat la tasca", "Internal error" : "Error intern", "No translation provider available" : "No hi ha cap proveïdor de traduccions disponible", "Could not detect language" : "No s'ha pogut detectar la llengua", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 5761e6bb335..18a81983713 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -39,6 +39,9 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請忽略這封信件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請忽略這封信件。", "Reset your password" : "重設密碼", + "Requested task type does not exist" : "請求的任務類型不存在", + "Necessary language model provider is not available" : "無必要的語言模型提供者", + "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "No translation provider available" : "沒有可用的翻譯提供者", "Could not detect language" : "無法偵測語言", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index e289a3100e2..aa5c28e0f0c 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -37,6 +37,9 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請忽略這封信件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請忽略這封信件。", "Reset your password" : "重設密碼", + "Requested task type does not exist" : "請求的任務類型不存在", + "Necessary language model provider is not available" : "無必要的語言模型提供者", + "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "No translation provider available" : "沒有可用的翻譯提供者", "Could not detect language" : "無法偵測語言", |