diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-02 00:19:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-02 00:19:37 +0000 |
commit | 94ee03d1cc92936afa90d3e2759132519d29c743 (patch) | |
tree | f449a762de12d3dc543c65e79b27bb29115f3627 /core | |
parent | d58fc0f64584b618d3f6778ae6ac358de1b63351 (diff) | |
download | nextcloud-server-94ee03d1cc92936afa90d3e2759132519d29c743.tar.gz nextcloud-server-94ee03d1cc92936afa90d3e2759132519d29c743.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/es_MX.js | 1 | ||||
-rw-r--r-- | core/l10n/es_MX.json | 1 | ||||
-rw-r--r-- | core/l10n/zh_CN.js | 1 | ||||
-rw-r--r-- | core/l10n/zh_CN.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 77744ae79d0..f0d07801377 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -43,6 +43,7 @@ OC.L10N.register( "Task not found" : "Tarea no encontrada", "Internal error" : "Error interno", "Not found" : "No encontrado", + "Bad request" : "Solicitud inválida", "Requested task type does not exist" : "El tipo de tarea solicitada no existe", "Necessary language model provider is not available" : "El proveedor de modelo de lenguaje necesario no está disponible", "No text to image provider is available" : "No hay proveedores de texto a imagen disponibles", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 665da1f4c79..908df848f36 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -41,6 +41,7 @@ "Task not found" : "Tarea no encontrada", "Internal error" : "Error interno", "Not found" : "No encontrado", + "Bad request" : "Solicitud inválida", "Requested task type does not exist" : "El tipo de tarea solicitada no existe", "Necessary language model provider is not available" : "El proveedor de modelo de lenguaje necesario no está disponible", "No text to image provider is available" : "No hay proveedores de texto a imagen disponibles", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 5960b38cc51..139b05bd8bc 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -43,6 +43,7 @@ OC.L10N.register( "Task not found" : "找不到任务", "Internal error" : "内部错误", "Not found" : "未找到", + "Bad request" : "请求错误", "Requested task type does not exist" : "请求的任务类型不存在", "Necessary language model provider is not available" : "无必要的语言模型提供程序", "No text to image provider is available" : "没有可用的文字转图像提供者", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 3e6d924895b..7f8ba61c0b1 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -41,6 +41,7 @@ "Task not found" : "找不到任务", "Internal error" : "内部错误", "Not found" : "未找到", + "Bad request" : "请求错误", "Requested task type does not exist" : "请求的任务类型不存在", "Necessary language model provider is not available" : "无必要的语言模型提供程序", "No text to image provider is available" : "没有可用的文字转图像提供者", |