Skip to content

Commit 14d20d0

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 938b746 commit 14d20d0

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

l10n/gl.js

+6-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/gl.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ "translations": {
2-
"No files found for this task." : "Non se atoparon ficheiros para esta tarefa.",
2+
"No files found for this task." : "Non se atopou ningún ficheiro para esta tarefa.",
33
"Cannot create document" : "Non é posíbel crear o documento",
44
"New Document.odt" : "Novo documento.odt",
55
"New Spreadsheet.ods" : "Nova follaDeCalculo.ods",
@@ -85,7 +85,7 @@
8585
"For use cases like this, we offer instructions for a" : "Para casos como este, ofrecemos instrucións para un",
8686
"Quick tryout with Nextcloud docker." : "Proba rápida con Nextcloud docker.",
8787
"Loading available demo servers …" : "Cargando servidores de demostración dispoñíbeis…",
88-
"No available demo servers found." : "Non se atoparon servidores de demostración dispoñíbeis",
88+
"No available demo servers found." : "Non se atopou ningún servidor de demostración dispoñíbel",
8989
"Documents opened with the demo server configured will be sent to a 3rd party server. Only use this for evaluating Collabora Online." : "Os documentos abertos co servidor de demostración configurado enviaranse a un servidor de terceiros. Empregue isto só para avaliar Collabora Online.",
9090
"Please make sure you understand that the following will happen if you set up the Collabora Online demo." : "Asegúrese de que entende que o sucederá o seguinte se configura a demostración de Collabora Online.",
9191
"The service will send users documents to Collabora and/or third party demo servers." : "O servizo enviará os documentos dos usuarios aos servidores de demostración de Collabora e/ou de terceiros.",
@@ -133,6 +133,10 @@
133133
"Show watermark for read only link shares" : "Amosar a marca de auga nas ligazóns para compartir de só lectura",
134134
"Show watermark on link shares with specific system tags" : "Amosar marca de auga nas ligazóns para compartir con etiquetas específicas do sistema",
135135
"Electronic signature settings" : "Axustes da sinatura electrónica",
136+
"Client ID for the electronic signature API" : "ID de cliente para a API de sinatura electrónica",
137+
"Fill in the registration form at https://eideasy.com/signup to obtain a client ID and secret." : "Cubra o formulario de rexistro en https://eideasy.com/signup para obter un ID de cliente e un segredo.",
138+
"Secret for the electronic signature API" : "Segredo para a API de sinatura electrónica",
139+
"The secret may be downloadable via WOPI requests if WOPI allow list is not correctly configured." : "O segredo pode descargarse mediante solicitudes WOPI se a lista de permisos WOPI non está configurada correctamente.",
136140
"Contact {0} to get an own installation." : "Póñase en contacto con {0} para obter unha instalación propia.",
137141
"Make sure to set this URL: {url} in the coolwsd.xml file of your Collabora Online server to ensure the added fonts get loaded automatically. Please note that http:// will only work for debug builds of Collabora Online. In production you must use https:// for remote font config." : "Asegúrese de definir este URL: {url} no ficheiro coolwsd.xml do seu servidor de Collabora Online para garantir que os tipos de letra engadidos carguen automaticamente. Teña en conta que http:// só funcionará para compilacións de depuración de Collabora Online. En produción debe usar https:// para a configuración remota de tipografías.",
138142
"Failed to save settings" : "Produciuse un fallo ao gardar os axustes",

l10n/zh_CN.js

+2
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ OC.L10N.register(
138138
"Client ID for the electronic signature API" : "电子签名API的客户端ID",
139139
"Fill in the registration form at https://eideasy.com/signup to obtain a client ID and secret." : "通过 https://eideasy.com/signup 注册账号以获取客户端ID以及秘钥。",
140140
"Secret for the electronic signature API" : "电子签名API的秘钥",
141+
"The secret may be downloadable via WOPI requests if WOPI allow list is not correctly configured." : "如果未正确配置WOPI允许列表,文件可能会通过WOPI请求被下载。",
141142
"Contact {0} to get an own installation." : "联系 {0} 以获取自有安装。",
142143
"Make sure to set this URL: {url} in the coolwsd.xml file of your Collabora Online server to ensure the added fonts get loaded automatically. Please note that http:// will only work for debug builds of Collabora Online. In production you must use https:// for remote font config." : "请务必在 Collabora Online 服务器 coolwsd.xml 文件中设置该URL:{url} 以确保自动载入字体。请注意,http:// 只适用于 Collabora Online 调试版,在生产环境中,为了在线字体被正确设置,你必须使用 https://。",
143144
"Failed to save settings" : "保存设置失败",
@@ -241,6 +242,7 @@ OC.L10N.register(
241242
"Save document signing CA chain" : "保存文件签名CA",
242243
"Remove document signing CA chain" : "移除文件签名CA",
243244
"To use document signing, specify your signing certificate, key and CA chain here." : "如果需要使用文件签名,请在此处设置你的签名证书,秘钥以及CA",
245+
"This instance does not support document signing, because the feature is missing or disabled. Please contact the administrator." : "该实例不支持文件签名,因为该功能缺失或被禁用。请联系管理员。",
244246
"Saved with error: Collabora Online should use the same protocol as the server installation." : "保存时出错:Collabora Online 应使用与服务器安装相同的协议。",
245247
"Could not establish connection to the Collabora Online server. This might be due to a missing configuration of your web server. For more information, please visit: " : "无法与 Collabora Online 服务器建立连接。这可能是由于您的 Web 服务器配置缺失导致。要获取更多信息,请访问:",
246248
"Nextcloud Office requires a seperate server running Collabora Online to provide editing capabilities." : "Nextcloud Office 需要一台运行 Collabora Online 的独立服务器来提供编辑功能。",

l10n/zh_CN.json

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"Client ID for the electronic signature API" : "电子签名API的客户端ID",
137137
"Fill in the registration form at https://eideasy.com/signup to obtain a client ID and secret." : "通过 https://eideasy.com/signup 注册账号以获取客户端ID以及秘钥。",
138138
"Secret for the electronic signature API" : "电子签名API的秘钥",
139+
"The secret may be downloadable via WOPI requests if WOPI allow list is not correctly configured." : "如果未正确配置WOPI允许列表,文件可能会通过WOPI请求被下载。",
139140
"Contact {0} to get an own installation." : "联系 {0} 以获取自有安装。",
140141
"Make sure to set this URL: {url} in the coolwsd.xml file of your Collabora Online server to ensure the added fonts get loaded automatically. Please note that http:// will only work for debug builds of Collabora Online. In production you must use https:// for remote font config." : "请务必在 Collabora Online 服务器 coolwsd.xml 文件中设置该URL:{url} 以确保自动载入字体。请注意,http:// 只适用于 Collabora Online 调试版,在生产环境中,为了在线字体被正确设置,你必须使用 https://。",
141142
"Failed to save settings" : "保存设置失败",
@@ -239,6 +240,7 @@
239240
"Save document signing CA chain" : "保存文件签名CA",
240241
"Remove document signing CA chain" : "移除文件签名CA",
241242
"To use document signing, specify your signing certificate, key and CA chain here." : "如果需要使用文件签名,请在此处设置你的签名证书,秘钥以及CA",
243+
"This instance does not support document signing, because the feature is missing or disabled. Please contact the administrator." : "该实例不支持文件签名,因为该功能缺失或被禁用。请联系管理员。",
242244
"Saved with error: Collabora Online should use the same protocol as the server installation." : "保存时出错:Collabora Online 应使用与服务器安装相同的协议。",
243245
"Could not establish connection to the Collabora Online server. This might be due to a missing configuration of your web server. For more information, please visit: " : "无法与 Collabora Online 服务器建立连接。这可能是由于您的 Web 服务器配置缺失导致。要获取更多信息,请访问:",
244246
"Nextcloud Office requires a seperate server running Collabora Online to provide editing capabilities." : "Nextcloud Office 需要一台运行 Collabora Online 的独立服务器来提供编辑功能。",

0 commit comments

Comments
 (0)