summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-08 02:24:01 +0000
committerNextcloud bot <bot@nextcloud.com>2021-04-08 02:24:01 +0000
commit41216e68bfd88545c88a7ca5d48bf7410cfef518 (patch)
treeb3feff7ebeec57ac606e57dd02b2ee25013fc831 /core
parentb9907df702d37ea72bd2a28fca3d50f413207339 (diff)
downloadnextcloud-server-41216e68bfd88545c88a7ca5d48bf7410cfef518.tar.gz
nextcloud-server-41216e68bfd88545c88a7ca5d48bf7410cfef518.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r--core/l10n/es.js15
-rw-r--r--core/l10n/es.json15
-rw-r--r--core/l10n/sc.js62
-rw-r--r--core/l10n/sc.json62
4 files changed, 86 insertions, 68 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js
index e0ab5c940f1..1cbaeb3397a 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -57,9 +57,9 @@ OC.L10N.register(
"The following apps have been disabled: %s" : "Las siguientes apps han sido desactivadas: %s",
"Already up to date" : "Ya actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor no está configurado correctamente para resolver \"{url}\". Se pueden encontrar más información en la <a target=\"_blank\" href=\"{docLink}\">documentación</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto probablemente esté relacionado con una configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura por defecto para Apache en \".htaccess\" o la provista en la documentación para Nginx en su <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación</a>. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de nuestra {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto podría estar relacionado con que la configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura del \".htaccess\" para Apache o la provista para Nginx en la {linkstart}página de documentación ↗{linkend}. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto suele ser un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendada en nuestra {linkstart}documentación ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITTED\". Esto puede causar problemas cuando se ejecutan en paralelo varias acciones.",
@@ -81,14 +81,20 @@ OC.L10N.register(
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar a otra base de datos use la herramienta de línea de comandos (CLI): 'occ db:convert-type', o revise la {linkstart}documentación ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "El límite de memoria de PHP está por debajo del valor recomendado de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algunos directorios de apps son propiedad de un usuario diferente del usuario del servidor web. Este puede ser el caso si se han instalado apps manualmente. Comprueba los permisos de los siguientes directorios de apps:",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Esta instancia usa un almacenamiento de objetos basado en S3 como almacenamiento primario. Los archivos subidos se almacena temporalmente en el servidor y por eso se recomienda tener 50 GB de espacio libre en el directorio temporal de PHP. Comprueba los registros para detalles completos sobre la ruta y el espacio disponible. Para mejora esto, por favor, cambia el directorio temporal en el php.ini o aumenta el espacio disponible en esa ruta.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de reescritura no están bien configuradas. Por favor, revise la {linkstart}página de documentación acerca de esto ↗{linkend}.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para más detalles compruebe la {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess no funciona. Se recomienda encarecidamente que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad, y se recomienda ajustar esta configuración de forma adecuada.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Algunas características podrían no funcionar correctamente, por lo que se recomienda ajustar esta configuración.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no contiene \"{expected}\". \nEste es un riesgo potencial de seguridad o privacidad, por lo que se recomienda ajustar esta configuración.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "La cabecera HTTP \"{header}\" no está configurada a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de la página de procedencia. Compruebe las {linkstart}Recomendaciones de W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada al menos a \"{seconds}\" segundos. Para mejorar la seguridad se recomienda habilitar HSTS como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTPS, como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola, mundo!",
"sunny" : "soleado",
@@ -103,6 +109,8 @@ OC.L10N.register(
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización ha fallado. Por favor, informa de este problema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidad de Nextcloud</a>.",
+ "Continue to {productName}" : "Continuar a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundo. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. "],
"Log in" : "Iniciar sesión",
"Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "La autenticación ha fallado en el servidor.",
@@ -144,6 +152,7 @@ OC.L10N.register(
"Forgot password?" : "¿Contraseña olvidada?",
"Log in with a device" : "Iniciar sesión con dispositivo",
"Back" : "Atrás",
+ "Login form is disabled." : "La página de inicio de sesión está deshabilitada.",
"Reset search" : "Resetear búsqueda",
"Search for {name} only" : "Buscar solo por {name}",
"No results for {query}" : "Sin resultados para {query}",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 16bf5cbf557..d902a55de8d 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -55,9 +55,9 @@
"The following apps have been disabled: %s" : "Las siguientes apps han sido desactivadas: %s",
"Already up to date" : "Ya actualizado",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Tu servidor web todavía no está configurado correctamente para permitir la sincronización de archivos, porque la interfaz WebDAV parece estar rota.",
- "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor no está configurado correctamente para resolver \"{url}\". Se pueden encontrar más información en la <a target=\"_blank\" href=\"{docLink}\">documentación</a>.",
- "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto probablemente esté relacionado con una configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura por defecto para Apache en \".htaccess\" o la provista en la documentación para Nginx en su <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">página de documentación</a>. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
- "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto es normalmente un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendad de nuestra {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the {linkstart}documentation ↗{linkend}." : "Su servidor no está configurado correctamente para resolver \"{url}\". Se puede encontrar más información en la {linkstart}documentación ↗{linkend}.",
+ "Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's {linkstart}documentation page ↗{linkend}. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Tu servidor no está bien configurado para resolver \"{url}\". Esto podría estar relacionado con que la configuración del servidor web que no se ha actualizado para entregar esta carpeta directamente. Por favor, compara tu configuración con las reglas de reescritura del \".htaccess\" para Apache o la provista para Nginx en la {linkstart}página de documentación ↗{linkend}. En Nginx, suelen ser las líneas que empiezan con \"location ~\" las que hay que actualizar.",
+ "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our {linkstart}documentation ↗{linkend}." : "Tu servidor web no está bien configurado para suministrar archivos .woff2 . Esto suele ser un problema de la configuración de Nginx. Para Nextcloud 15, necesita un ajuste para suministrar archivos .woff2. Compare su configuración de Nginx con la configuración recomendada en nuestra {linkstart}documentación ↗{linkend}.",
"PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP parece no estar correctamente configurado para solicitar las variables de entorno de sistema. La prueba con getenv(\"PATH\") solo devuelve una respuesta vacía.",
"The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Se ha activado la configuración de solo lectura. Esto evita cambiar ciertas configuraciones vía la interfaz web. Además, el archivo debe hacerse escribible de manera manual para cada actualización.",
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITTED\". Esto puede causar problemas cuando se ejecutan en paralelo varias acciones.",
@@ -79,14 +79,20 @@
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Esto está particularmente indicado si se usa el cliente de escritorio para la sincronización.",
+ "To migrate to another database use the command line tool: 'occ db:convert-type', or see the {linkstart}documentation ↗{linkend}." : "Para migrar a otra base de datos use la herramienta de línea de comandos (CLI): 'occ db:convert-type', o revise la {linkstart}documentación ↗{linkend}.",
"The PHP memory limit is below the recommended value of 512MB." : "El límite de memoria de PHP está por debajo del valor recomendado de 512 MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Algunos directorios de apps son propiedad de un usuario diferente del usuario del servidor web. Este puede ser el caso si se han instalado apps manualmente. Comprueba los permisos de los siguientes directorios de apps:",
"This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GB of free space available in the temp directory of PHP. Check the logs for full details about the path and the available space. To improve this please change the temporary directory in the php.ini or make more space available in that path." : "Esta instancia usa un almacenamiento de objetos basado en S3 como almacenamiento primario. Los archivos subidos se almacena temporalmente en el servidor y por eso se recomienda tener 50 GB de espacio libre en el directorio temporal de PHP. Comprueba los registros para detalles completos sobre la ruta y el espacio disponible. Para mejora esto, por favor, cambia el directorio temporal en el php.ini o aumenta el espacio disponible en esa ruta.",
+ "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read {linkstart}the documentation page about this ↗{linkend}." : "Está accediendo a su instancia a través de una conexión segura, sin embargo tu instancia está generando URLs inseguras. Esto suele significar que está tras un proxy inverso y que las variables de reescritura no están bien configuradas. Por favor, revise la {linkstart}página de documentación acerca de esto ↗{linkend}.",
"Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor",
+ "For more details see the {linkstart}documentation ↗{linkend}." : "Para más detalles compruebe la {linkstart}documentación ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess no funciona. Se recomienda encarecidamente que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad, y se recomienda ajustar esta configuración de forma adecuada.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Algunas características podrían no funcionar correctamente, por lo que se recomienda ajustar esta configuración.",
"The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no contiene \"{expected}\". \nEste es un riesgo potencial de seguridad o privacidad, por lo que se recomienda ajustar esta configuración.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "La cabecera HTTP \"{header}\" no está configurada a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de la página de procedencia. Compruebe las {linkstart}Recomendaciones de W3C ↗{linkend}.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada al menos a \"{seconds}\" segundos. Para mejorar la seguridad se recomienda habilitar HSTS como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
+ "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTPS, como se describe en los {linkstart}consejos de seguridad ↗{linkend}.",
"unknown text" : "texto desconocido",
"Hello world!" : "¡Hola, mundo!",
"sunny" : "soleado",
@@ -101,6 +107,8 @@
"Please reload the page." : "Recargue/Actualice la página",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La actualización tuvo un problema. Para más información <a href=\"{url}\">consulta nuestro artículo del foro</a> para arreglar este problema.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización ha fallado. Por favor, informa de este problema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidad de Nextcloud</a>.",
+ "Continue to {productName}" : "Continuar a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundo. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. "],
"Log in" : "Iniciar sesión",
"Logging in …" : "Iniciando sesión ...",
"Server side authentication failed!" : "La autenticación ha fallado en el servidor.",
@@ -142,6 +150,7 @@
"Forgot password?" : "¿Contraseña olvidada?",
"Log in with a device" : "Iniciar sesión con dispositivo",
"Back" : "Atrás",
+ "Login form is disabled." : "La página de inicio de sesión está deshabilitada.",
"Reset search" : "Resetear búsqueda",
"Search for {name} only" : "Buscar solo por {name}",
"No results for {query}" : "Sin resultados para {query}",
diff --git a/core/l10n/sc.js b/core/l10n/sc.js
index 753a01a76e5..8e9f43c1dec 100644
--- a/core/l10n/sc.js
+++ b/core/l10n/sc.js
@@ -69,7 +69,7 @@ OC.L10N.register(
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Chi s'installatzione no est fata a sa raighina de su domìniu e impreat su cron de sistema, ddoe podent èssere problemas cun sa generatzione de s'URL. Pro evitare custos problemas, cunfigura s'optzione \"overwrite.cli.url\" in s'archìviu config.php tuo a su caminu webroot de s'installatzione tua (cussìgiu: \"{suggestedOverwriteCliURL}\")",
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "S'installatzione no tenet cunfigurada una regione pro su telèfonu predefinida. Custu serbit pro balidare is nùmeros de telèfonu in is impostatziones de profilu chene su còdighe de Istadu. Pro pòdere impreare nùmeros chene su còdighe de Istadu, agiunghe \"default_phone_region\" cun su relativu {linkstart}ISO 3166-1 code ↗{linkend} de sa regione pro cunfigurare s'archìviu tuo. ",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Impossìbile a esecutare s'utilidade cron cun CLI. Sunt aparessidos is errores tècnicos in fatu:",
- "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "S'urtima atividade de background est partida {Orarelativa}. Calicuna cosa paret isballiada. {linkstart}Càstia is impostatziones de s'atividade de background ↗{linkend}.",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "S'urtima atividade de background est partida {relativeTime}. Calicuna cosa paret isballiada. {linkstart}Càstia is impostatziones de s'atividade de background ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Custu serbidore no tenet una connessione internet chi funtzionet: no si podet lòmpere a is puntos finales mùltiplos. Bolet nàrrere ca propiedades comente sa crèschida de sa memòria de foras, is notìficas subra de agiornamentos o installatzione de aplicatziones de sa de tres partes no ant a funtzionare. Atzèdere dae remotu a is archìvios o imbiare una notìfica de posta eletrònica diant no pòdere funtzionare. Ativa una connessione dae custu serbidore a Internet pro pòdere impreare totu custas propiedades.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Peruna memòria de depòsitu cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
@@ -82,11 +82,11 @@ OC.L10N.register(
"The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. {linkstart}Pro un'esecutzione mègius est cussigiadu ↗{linkend} a impreare is impostatzione in fatu in su <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Sa funtzione PHP \"set_time_limit\" no est disponìbile. Custu podet essire in programmas firmados in cursu de esecutzione, trunchende s'installatzione. Est cussigiadu meda a ativare custa funtzione.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Su PHP tuo no tenet su suportu FreeType, e custu càusat dannos in is immàgines de profilu e in s'interfache de is impostatziones.",
- "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'ìnditze \"{nùmenedeìnditze}\" in sa tàula \"{nùmenedetàula}\".",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'ìnditze \"{indexName}\" in sa tàula \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.",
- "Missing primary key on table \"{tableName}\"." : "Mancat sa crae primària in sa tàula \"{nùmenedetàula}\".",
+ "Missing primary key on table \"{tableName}\"." : "Mancat sa crae primària in sa tàula \"{tableName}\".",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In sa base de datos mancat calicuna crae primària. Agiùnghere is craes primàrias a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-primary-keys\". Si podent agiùnghere a manu is craes primàrias chi mancant in s'interis chi s'istàntzia est in funtzione.",
- "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mancat sa colunna optzionale \"{nùmenedecolunna}\" in sa tàula \"{nùmenedetàula}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mancat sa colunna optzionale \"{columnName}\" in sa tàula \"{tableName}\".",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In sa base de datos mancat calicuna colunna optzionale. Agiùnghere is colunnas optzionale a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-columns\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is colunnas sunt agiuntas unas cantas funtzionalidades diant pòdere resurtare prus reativos o prus bellu a impreare. ",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "In custa istàntzia mancat unos cantos mòdulos PHP cussigiados. Pro megiorare s'esecutzione e sa compatibilidade est cussigiadu meda a ddus installare.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Su mòdulu php-imagick in custa istàntzia no tenet suportu SVG. Pro megiorare sa compatibilidade est cussigiadu meda a ddu installare.",
@@ -102,22 +102,22 @@ OC.L10N.register(
"Error occurred while checking server setup" : "Ddoe at àpidu un'errore in su controllu de sa cunfiguratzione de su serbidore",
"For more details see the {linkstart}documentation ↗{linkend}." : "Pro àteros detàllios controlla sa {linkstart}documentatzione ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Est probàbile chi sa cartella de datos e is archìvios tuos siant atzessìbiles dae internet. S'archìviu .htaccess no est funtzionende. Est cussigiadu meda a cunfigurare su serbidore internet, de manera chi sa cartella de datos no siat prus atzessìbile, o a dda tramudare a foras de s'archìviu de orìgine de su serbidore internet.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada in \"{abetadu}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada in \"{abetadu}\". Calicunu elementu diat pòdere no funtzionare in sa manera curreta, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{intestatzione}\" no cuntenet \"{abetadu}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa {linkstart}W3C 1Racumandatzione ↗{linkend}.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Calicunu elementu diat pòdere no funtzionare in sa manera curreta, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no cuntenet \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa {linkstart}W3C 1Racumandatzione ↗{linkend}.",
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "S'intestatzione HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{segundos}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
"unknown text" : "testu disconnotu",
"Hello world!" : "Salude mundu!",
"sunny" : "solianu",
- "Hello {name}, the weather is {weather}" : "Salude {nùmene}, su tempus est {tempus}",
- "Hello {name}" : "Salude {nùmene}",
+ "Hello {name}, the weather is {weather}" : "Salude {name}, su tempus est {weather}",
+ "Hello {name}" : "Salude {name}",
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Custos sunt is resurtados de sa chirca <script>avisu(1)</script></strong>",
"new" : "nou",
"_download %n file_::_download %n files_" : ["iscàrriga %n documentu","iscàrriga %narchìvios"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "S'agiornamentu est in cursu, lassende sa pàgina su protzessu si diat pòdere suspèndere.",
- "Update to {version}" : "Agiorna a {versione}",
+ "Update to {version}" : "Agiorna a {version}",
"An error occurred." : "Ddoe at àpidu un'errore.",
"Please reload the page." : "Torra a carrigare sa pàgina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "S'agiornamentu est andadu male. Pro àteras informatziones <a href=\"{url}\">controlla sa publicatzione subra de custu </a> in su forum.",
@@ -164,14 +164,14 @@ OC.L10N.register(
"Back" : "A coa",
"Login form is disabled." : "Su mòdulu de atzessu est disativadu.",
"Reset search" : "Riprìstina chirca",
- "Search for {name} only" : "Chirca pro {nùmene} ebbia",
+ "Search for {name} only" : "Chirca pro {name} ebbia",
"No results for {query}" : "Perunu resurtadu pro {query}",
"Start typing to search" : "Cumintza a iscrìere pro chircare",
"Loading more results …" : "Carrighende àteros resurtados ...",
"Load more results" : "Càrriga àteros resurtados",
"An error occurred while searching for {type}" : "Ddoe at àpidu un'errore in sa chirca de {type}",
- "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Inserta {longàriaMinChirca} o prus caràteres pro chircare","Inserta·nche {longàriaMinChirca} o prus caràteres pro chircare"],
- "Search {types} …" : "Chirca {genias} …",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Inserta {longàriaMinChirca} o prus caràteres pro chircare","Inserta·nche {minSearchLength} o prus caràteres pro chircare"],
+ "Search {types} …" : "Chirca {types} …",
"Settings" : "Cunfiguratziones",
"Could not load your contacts" : "No at fatu a carrigare is cuntatos",
"Search contacts …" : "Chirca cuntatos ...",
@@ -179,7 +179,7 @@ OC.L10N.register(
"Show all contacts …" : "Mustra totu is cuntatos ...",
"Install the Contacts app" : "Installa s'aplicatzione de is cuntatos",
"Loading your contacts …" : "Carrighende is cuntatos...",
- "Looking for {term} …" : "Chirchende {tèrmine} …",
+ "Looking for {term} …" : "Chirchende {term} …",
"No" : "No",
"Yes" : "Eja",
"No files in here" : "Perunu archìviu",
@@ -188,19 +188,19 @@ OC.L10N.register(
"Name" : "Nùmene",
"Size" : "Mannària",
"Modified" : "Modificadu",
- "\"{name}\" is an invalid file name." : "\"{nùmene}\" est unu nùmene de archìviu non vàlidu.",
+ "\"{name}\" is an invalid file name." : "\"{name}\" est unu nùmene de archìviu non vàlidu.",
"File name cannot be empty." : "Su nùmene de s'archìviu non podet èssere bòidu.",
"\"/\" is not allowed inside a file name." : "\"/\" no est permìtidu in unu nùmene de archìviu.",
- "\"{name}\" is not an allowed filetype" : "\"{nùmene}\" no est una genia de archìviu permìtida",
- "{newName} already exists" : "{nùmeneNou} esistit giai",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" no est una genia de archìviu permìtida",
+ "{newName} already exists" : "{newName} esistit giai",
"Choose" : "Sèbera",
"Copy" : "Còpia",
"Move" : "Tràmuda",
- "Error loading file picker template: {error}" : "Errore in su carrigamentu de su modellu de regorta de archìvios: {errore}",
+ "Error loading file picker template: {error}" : "Errore in su carrigamentu de su modellu de regorta de archìvios: {error}",
"OK" : "AB",
- "Error loading message template: {error}" : "Errore in su carrigamentu de su modellu de messàgiu: {errore}",
+ "Error loading message template: {error}" : "Errore in su carrigamentu de su modellu de messàgiu: {error}",
"read-only" : "letura ebbia",
- "_{count} file conflict_::_{count} file conflicts_" : ["{contu} cunflitu de archìviu","{contu} cunflitos de archìviu"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["{contu} cunflitu de archìviu","{count} cunflitos de archìviu"],
"One file conflict" : "Unu cunflitu de archìviu",
"New Files" : "Archìvios noos",
"Already existing files" : "Archìvios chi esistint giai",
@@ -208,10 +208,10 @@ OC.L10N.register(
"If you select both versions, the copied file will have a number added to its name." : "Si seletzionas ambas is versiones, s'archìviu copiadu at a tènnere unu nùmeru in agiunta a su nùmene.",
"Continue" : "Sighi",
"(all selected)" : "(totu seletzionadu)",
- "({count} selected)" : "({contu} seletzionadu)",
+ "({count} selected)" : "({count} seletzionadu)",
"Pending" : "In isetu",
- "Copy to {folder}" : "Còpia in {cartella}",
- "Move to {folder}" : "Tràmuda a {cartella}",
+ "Copy to {folder}" : "Còpia in {folder}",
+ "Move to {folder}" : "Tràmuda a {folder}",
"Saving …" : "Sarvende …",
"Authentication required" : "Autenticatzione recherta",
"This action requires you to confirm your password" : "Pro custa atzione ti tocat de cunfirmare sa crae",
@@ -238,7 +238,7 @@ OC.L10N.register(
"Strong password" : "Crae bona a beru",
"No action available" : "Peruna atzione a disponimentu",
"Error fetching contact actions" : "Errore in su recùperu de is atziones de cuntatu",
- "Non-existing tag #{tag}" : "S'eticheta no esistit #{eticheta}",
+ "Non-existing tag #{tag}" : "S'eticheta no esistit #{tag}",
"restricted" : "limitadu",
"invisible" : "invisìbile",
"Delete" : "Cantzella",
@@ -368,7 +368,7 @@ OC.L10N.register(
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archìvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archìvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a> nostra.",
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Càstia sa<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione de installatzione ↗</a> pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Su blocu de s'archìviu de transatzione est disativada, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione ↗</a> pro àteras informatziones. ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "S'urtima atividade de palas est partida {Orarelativa}. Calicuna cosa paret isballiada.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "S'urtima atividade de palas est partida {relativeTime}. Calicuna cosa paret isballiada.",
"Check the background job settings" : "Càstia is impostatziones de s'atividade de palas",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peruna memòria de depòsitu est istètia cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
@@ -383,15 +383,15 @@ OC.L10N.register(
"Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "S'impreu de sa funtzione de posta in php no est prus suportadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Agiorna is cunfiguratziones de su serbidore tuo de posta ↗<a/>.",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est impreadu comente base de datos ma no suportat is caràteres in 4-byte. Pro pòdere manigiare is caràteres in 4-byte (comente emojis) chena problemas pro esèmpiu in nùmenedearchìviu o in commentos, est cussugiadu ativare su suportu pro 4-byte in MySQL. Pro àteros detàllios leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subre de custu</a>.",
"You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ses faghende s'atzessu a s'istàntzia dae una connessione segura, ma in cada manera s'istàntzia est generende URLs no seguros. Est meda probàbile chi siast a palas de unu serbidore intermèdiu e is variàbiles de sa cunfiguratzione de sa subra-iscritura no siant impostadas in sa manera curreta. Leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subra de custu</a>.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Racumandatzione ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "S'intestu HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{segundos}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is <a href=\"{docUrl}\" rel=\"noreferrer noopener\">impòsitos de seguresa ↗</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Racumandatzione ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "S'intestu HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{seconds}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is <a href=\"{docUrl}\" rel=\"noreferrer noopener\">impòsitos de seguresa ↗</a>.",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is <a href=\"{docUrl}\">impòsitos de seguresa ↗</a>.",
"Continue to Nextcloud" : "Sighi in Nextcloud",
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["S'agiornamentu est andadu bene. Indiritzende· a Nextcloud intre %n segundu.","S'agiornamentu est andadu bene. Indiritzende·ti a Nextcloud intre %n segundos."],
"Searching other places" : "Chirchende àteros logos",
- "No search results in other folders for {tag}{filter}{endtag}" : "Perunu resurtadu in àteras cartellas pro {eticheta}{filtru}{eticheta finale}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{contu} resurtadu de chirca in un'àtera cartella","{contu} resurtados de chirca in àteras cartellas"],
- "Nextcloud {app}" : "Nextcloud {aplicatzione}",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Perunu resurtadu in àteras cartellas pro {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{contu} resurtadu de chirca in un'àtera cartella","{count} resurtados de chirca in àteras cartellas"],
+ "Nextcloud {app}" : "Nextcloud {app}",
"Search" : "Chirca",
"These apps will be updated:" : "Custas aplicatziones ant a èssere agiornadas:",
"For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pro àteros detàllios càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>."
diff --git a/core/l10n/sc.json b/core/l10n/sc.json
index ee9950916f7..a71dbfb58de 100644
--- a/core/l10n/sc.json
+++ b/core/l10n/sc.json
@@ -67,7 +67,7 @@
"If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Chi s'installatzione no est fata a sa raighina de su domìniu e impreat su cron de sistema, ddoe podent èssere problemas cun sa generatzione de s'URL. Pro evitare custos problemas, cunfigura s'optzione \"overwrite.cli.url\" in s'archìviu config.php tuo a su caminu webroot de s'installatzione tua (cussìgiu: \"{suggestedOverwriteCliURL}\")",
"Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "S'installatzione no tenet cunfigurada una regione pro su telèfonu predefinida. Custu serbit pro balidare is nùmeros de telèfonu in is impostatziones de profilu chene su còdighe de Istadu. Pro pòdere impreare nùmeros chene su còdighe de Istadu, agiunghe \"default_phone_region\" cun su relativu {linkstart}ISO 3166-1 code ↗{linkend} de sa regione pro cunfigurare s'archìviu tuo. ",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Impossìbile a esecutare s'utilidade cron cun CLI. Sunt aparessidos is errores tècnicos in fatu:",
- "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "S'urtima atividade de background est partida {Orarelativa}. Calicuna cosa paret isballiada. {linkstart}Càstia is impostatziones de s'atividade de background ↗{linkend}.",
+ "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "S'urtima atividade de background est partida {relativeTime}. Calicuna cosa paret isballiada. {linkstart}Càstia is impostatziones de s'atividade de background ↗{linkend}.",
"This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the Internet to enjoy all features." : "Custu serbidore no tenet una connessione internet chi funtzionet: no si podet lòmpere a is puntos finales mùltiplos. Bolet nàrrere ca propiedades comente sa crèschida de sa memòria de foras, is notìficas subra de agiornamentos o installatzione de aplicatziones de sa de tres partes no ant a funtzionare. Atzèdere dae remotu a is archìvios o imbiare una notìfica de posta eletrònica diant no pòdere funtzionare. Ativa una connessione dae custu serbidore a Internet pro pòdere impreare totu custas propiedades.",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Peruna memòria de depòsitu cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the {linkstart}documentation ↗{linkend}." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa {linkstart}documentatzione ↗{linkend}.",
@@ -80,11 +80,11 @@
"The PHP OPcache module is not properly configured. {linkstart}For better performance it is recommended ↗{linkend} to use the following settings in the <code>php.ini</code>:" : "Su OPcache PHP no est cunfiguradu bene. {linkstart}Pro un'esecutzione mègius est cussigiadu ↗{linkend} a impreare is impostatzione in fatu in su <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "Sa funtzione PHP \"set_time_limit\" no est disponìbile. Custu podet essire in programmas firmados in cursu de esecutzione, trunchende s'installatzione. Est cussigiadu meda a ativare custa funtzione.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Su PHP tuo no tenet su suportu FreeType, e custu càusat dannos in is immàgines de profilu e in s'interfache de is impostatziones.",
- "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'ìnditze \"{nùmenedeìnditze}\" in sa tàula \"{nùmenedetàula}\".",
+ "Missing index \"{indexName}\" in table \"{tableName}\"." : "Mancat s'ìnditze \"{indexName}\" in sa tàula \"{tableName}\".",
"The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In sa base de datos mancat calicunu ìnditze. Agiùnghere is ìnditzes a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-indices\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is ìnditzes sunt agiuntos is rechestas a custas tàulas andant giai semper prus a lestru meda.",
- "Missing primary key on table \"{tableName}\"." : "Mancat sa crae primària in sa tàula \"{nùmenedetàula}\".",
+ "Missing primary key on table \"{tableName}\"." : "Mancat sa crae primària in sa tàula \"{tableName}\".",
"The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "In sa base de datos mancat calicuna crae primària. Agiùnghere is craes primàrias a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-primary-keys\". Si podent agiùnghere a manu is craes primàrias chi mancant in s'interis chi s'istàntzia est in funtzione.",
- "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mancat sa colunna optzionale \"{nùmenedecolunna}\" in sa tàula \"{nùmenedetàula}\".",
+ "Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Mancat sa colunna optzionale \"{columnName}\" in sa tàula \"{tableName}\".",
"The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "In sa base de datos mancat calicuna colunna optzionale. Agiùnghere is colunnas optzionale a tàulas mannas podet pigare unu pagu de tempus, tando no s'agiunghent de manera automàtica. Impreende \"occ db:add-missing-columns\" si podent agiùnghere a manu is ìnditzes chi mancant in s'interis chi s'istàntzia est in funtzione. Cando is colunnas sunt agiuntas unas cantas funtzionalidades diant pòdere resurtare prus reativos o prus bellu a impreare. ",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "In custa istàntzia mancat unos cantos mòdulos PHP cussigiados. Pro megiorare s'esecutzione e sa compatibilidade est cussigiadu meda a ddus installare.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Su mòdulu php-imagick in custa istàntzia no tenet suportu SVG. Pro megiorare sa compatibilidade est cussigiadu meda a ddu installare.",
@@ -100,22 +100,22 @@
"Error occurred while checking server setup" : "Ddoe at àpidu un'errore in su controllu de sa cunfiguratzione de su serbidore",
"For more details see the {linkstart}documentation ↗{linkend}." : "Pro àteros detàllios controlla sa {linkstart}documentatzione ↗{linkend}.",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Est probàbile chi sa cartella de datos e is archìvios tuos siant atzessìbiles dae internet. S'archìviu .htaccess no est funtzionende. Est cussigiadu meda a cunfigurare su serbidore internet, de manera chi sa cartella de datos no siat prus atzessìbile, o a dda tramudare a foras de s'archìviu de orìgine de su serbidore internet.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada in \"{abetadu}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
- "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada in \"{abetadu}\". Calicunu elementu diat pòdere no funtzionare in sa manera curreta, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
- "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{intestatzione}\" no cuntenet \"{abetadu}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa {linkstart}W3C 1Racumandatzione ↗{linkend}.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no est impostada in \"{expected}\". Calicunu elementu diat pòdere no funtzionare in sa manera curreta, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header doesn't contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "S'intestatzione HTTP \"{header}\" no cuntenet \"{expected}\". Custu est un'arriscu possìbile de seguresa o privadesa, tando est cussigiadu a arrangiare cust'impostatzione de cunsighèntzia.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa {linkstart}W3C 1Racumandatzione ↗{linkend}.",
"The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "S'intestatzione HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{segundos}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is {linkstart}impòsitos de seguresa ↗{linkend}.",
"unknown text" : "testu disconnotu",
"Hello world!" : "Salude mundu!",
"sunny" : "solianu",
- "Hello {name}, the weather is {weather}" : "Salude {nùmene}, su tempus est {tempus}",
- "Hello {name}" : "Salude {nùmene}",
+ "Hello {name}, the weather is {weather}" : "Salude {name}, su tempus est {weather}",
+ "Hello {name}" : "Salude {name}",
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Custos sunt is resurtados de sa chirca <script>avisu(1)</script></strong>",
"new" : "nou",
"_download %n file_::_download %n files_" : ["iscàrriga %n documentu","iscàrriga %narchìvios"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "S'agiornamentu est in cursu, lassende sa pàgina su protzessu si diat pòdere suspèndere.",
- "Update to {version}" : "Agiorna a {versione}",
+ "Update to {version}" : "Agiorna a {version}",
"An error occurred." : "Ddoe at àpidu un'errore.",
"Please reload the page." : "Torra a carrigare sa pàgina.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "S'agiornamentu est andadu male. Pro àteras informatziones <a href=\"{url}\">controlla sa publicatzione subra de custu </a> in su forum.",
@@ -162,14 +162,14 @@
"Back" : "A coa",
"Login form is disabled." : "Su mòdulu de atzessu est disativadu.",
"Reset search" : "Riprìstina chirca",
- "Search for {name} only" : "Chirca pro {nùmene} ebbia",
+ "Search for {name} only" : "Chirca pro {name} ebbia",
"No results for {query}" : "Perunu resurtadu pro {query}",
"Start typing to search" : "Cumintza a iscrìere pro chircare",
"Loading more results …" : "Carrighende àteros resurtados ...",
"Load more results" : "Càrriga àteros resurtados",
"An error occurred while searching for {type}" : "Ddoe at àpidu un'errore in sa chirca de {type}",
- "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Inserta {longàriaMinChirca} o prus caràteres pro chircare","Inserta·nche {longàriaMinChirca} o prus caràteres pro chircare"],
- "Search {types} …" : "Chirca {genias} …",
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Inserta {longàriaMinChirca} o prus caràteres pro chircare","Inserta·nche {minSearchLength} o prus caràteres pro chircare"],
+ "Search {types} …" : "Chirca {types} …",
"Settings" : "Cunfiguratziones",
"Could not load your contacts" : "No at fatu a carrigare is cuntatos",
"Search contacts …" : "Chirca cuntatos ...",
@@ -177,7 +177,7 @@
"Show all contacts …" : "Mustra totu is cuntatos ...",
"Install the Contacts app" : "Installa s'aplicatzione de is cuntatos",
"Loading your contacts …" : "Carrighende is cuntatos...",
- "Looking for {term} …" : "Chirchende {tèrmine} …",
+ "Looking for {term} …" : "Chirchende {term} …",
"No" : "No",
"Yes" : "Eja",
"No files in here" : "Perunu archìviu",
@@ -186,19 +186,19 @@
"Name" : "Nùmene",
"Size" : "Mannària",
"Modified" : "Modificadu",
- "\"{name}\" is an invalid file name." : "\"{nùmene}\" est unu nùmene de archìviu non vàlidu.",
+ "\"{name}\" is an invalid file name." : "\"{name}\" est unu nùmene de archìviu non vàlidu.",
"File name cannot be empty." : "Su nùmene de s'archìviu non podet èssere bòidu.",
"\"/\" is not allowed inside a file name." : "\"/\" no est permìtidu in unu nùmene de archìviu.",
- "\"{name}\" is not an allowed filetype" : "\"{nùmene}\" no est una genia de archìviu permìtida",
- "{newName} already exists" : "{nùmeneNou} esistit giai",
+ "\"{name}\" is not an allowed filetype" : "\"{name}\" no est una genia de archìviu permìtida",
+ "{newName} already exists" : "{newName} esistit giai",
"Choose" : "Sèbera",
"Copy" : "Còpia",
"Move" : "Tràmuda",
- "Error loading file picker template: {error}" : "Errore in su carrigamentu de su modellu de regorta de archìvios: {errore}",
+ "Error loading file picker template: {error}" : "Errore in su carrigamentu de su modellu de regorta de archìvios: {error}",
"OK" : "AB",
- "Error loading message template: {error}" : "Errore in su carrigamentu de su modellu de messàgiu: {errore}",
+ "Error loading message template: {error}" : "Errore in su carrigamentu de su modellu de messàgiu: {error}",
"read-only" : "letura ebbia",
- "_{count} file conflict_::_{count} file conflicts_" : ["{contu} cunflitu de archìviu","{contu} cunflitos de archìviu"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["{contu} cunflitu de archìviu","{count} cunflitos de archìviu"],
"One file conflict" : "Unu cunflitu de archìviu",
"New Files" : "Archìvios noos",
"Already existing files" : "Archìvios chi esistint giai",
@@ -206,10 +206,10 @@
"If you select both versions, the copied file will have a number added to its name." : "Si seletzionas ambas is versiones, s'archìviu copiadu at a tènnere unu nùmeru in agiunta a su nùmene.",
"Continue" : "Sighi",
"(all selected)" : "(totu seletzionadu)",
- "({count} selected)" : "({contu} seletzionadu)",
+ "({count} selected)" : "({count} seletzionadu)",
"Pending" : "In isetu",
- "Copy to {folder}" : "Còpia in {cartella}",
- "Move to {folder}" : "Tràmuda a {cartella}",
+ "Copy to {folder}" : "Còpia in {folder}",
+ "Move to {folder}" : "Tràmuda a {folder}",
"Saving …" : "Sarvende …",
"Authentication required" : "Autenticatzione recherta",
"This action requires you to confirm your password" : "Pro custa atzione ti tocat de cunfirmare sa crae",
@@ -236,7 +236,7 @@
"Strong password" : "Crae bona a beru",
"No action available" : "Peruna atzione a disponimentu",
"Error fetching contact actions" : "Errore in su recùperu de is atziones de cuntatu",
- "Non-existing tag #{tag}" : "S'eticheta no esistit #{eticheta}",
+ "Non-existing tag #{tag}" : "S'eticheta no esistit #{tag}",
"restricted" : "limitadu",
"invisible" : "invisìbile",
"Delete" : "Cantzella",
@@ -366,7 +366,7 @@
"Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Su serbidore internet tuo no est cunfiguradu comente si depet pro produire archìvios .woff2. Custu est giai semper unu problema de sa cunfiguratzione Nginx. Pro Nextcloud 15 tocat de dd'adecuare pro produire puru archìvios .woff2. Cunfronta sa cunfiguratzione Nginx tua cun sa cunfiguratzione cussigiada in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a> nostra.",
"Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Càstia sa<a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione de installatzione ↗</a> pro is notas de cunfiguratzione de su PHP e sa cunfiguratzione de su serbidore tuo, prus che totu cando impreas php-fpm.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Su blocu de s'archìviu de transatzione est disativada, e custu podet cumportare problemas cun is situatziones de carrera. Ativa \"filelocking.enabled\" in config.php pro evitare custos problemas. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione ↗</a> pro àteras informatziones. ",
- "Last background job execution ran {relativeTime}. Something seems wrong." : "S'urtima atividade de palas est partida {Orarelativa}. Calicuna cosa paret isballiada.",
+ "Last background job execution ran {relativeTime}. Something seems wrong." : "S'urtima atividade de palas est partida {relativeTime}. Calicuna cosa paret isballiada.",
"Check the background job settings" : "Càstia is impostatziones de s'atividade de palas",
"No memory cache has been configured. To enhance performance, please configure a memcache, if available. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Peruna memòria de depòsitu est istètia cunfigurada. Pro megiorare s'esecutzione, cunfigura una memòria de depòsitu, si est disponìbile. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
"No suitable source for randomness found by PHP which is highly discouraged for security reasons. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "PHP no at agatadu pro casualidade peruna orìgine adata e si cussìgiat de no ddu impreare pro resones de seguresa. Podes agatare àteras informatziones in sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>.",
@@ -381,15 +381,15 @@
"Use of the the built in php mailer is no longer supported. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Please update your email server settings ↗<a/>." : "S'impreu de sa funtzione de posta in php no est prus suportadu. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Agiorna is cunfiguratziones de su serbidore tuo de posta ↗<a/>.",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "MySQL est impreadu comente base de datos ma no suportat is caràteres in 4-byte. Pro pòdere manigiare is caràteres in 4-byte (comente emojis) chena problemas pro esèmpiu in nùmenedearchìviu o in commentos, est cussugiadu ativare su suportu pro 4-byte in MySQL. Pro àteros detàllios leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subre de custu</a>.",
"You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This most likely means that you are behind a reverse proxy and the overwrite config variables are not set correctly. Please read <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">the documentation page about this</a>." : "Ses faghende s'atzessu a s'istàntzia dae una connessione segura, ma in cada manera s'istàntzia est generende URLs no seguros. Est meda probàbile chi siast a palas de unu serbidore intermèdiu e is variàbiles de sa cunfiguratzione de sa subra-iscritura no siant impostadas in sa manera curreta. Leghe <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">sa pàgina de sa documentatzione subra de custu</a>.",
- "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "S'intestatzione HTTP \"{intestatzione}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Racumandatzione ↗</a>.",
- "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "S'intestu HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{segundos}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is <a href=\"{docUrl}\" rel=\"noreferrer noopener\">impòsitos de seguresa ↗</a>.",
+ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "S'intestatzione HTTP \"{header}\" no est impostada cun \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Custu podet fàghere essire informatziones de s'orìgine. Càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">Racumandatzione ↗</a>.",
+ "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "S'intestu HTTP \"Seguresa-Strinta-deTràmuda\" no est impostada pro a su mancu \"{seconds}\" segundos. Pro megiorare sa seguresa, est cussigiadu a ativare HSST comente descritu in is <a href=\"{docUrl}\" rel=\"noreferrer noopener\">impòsitos de seguresa ↗</a>.",
"Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "S'atzessu a custu situ HTTP no est seguru. Ti racumandamus de impostare su serbidore pro rechèdere su HTTPS, comente descritu in is <a href=\"{docUrl}\">impòsitos de seguresa ↗</a>.",
"Continue to Nextcloud" : "Sighi in Nextcloud",
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["S'agiornamentu est andadu bene. Indiritzende· a Nextcloud intre %n segundu.","S'agiornamentu est andadu bene. Indiritzende·ti a Nextcloud intre %n segundos."],
"Searching other places" : "Chirchende àteros logos",
- "No search results in other folders for {tag}{filter}{endtag}" : "Perunu resurtadu in àteras cartellas pro {eticheta}{filtru}{eticheta finale}",
- "_{count} search result in another folder_::_{count} search results in other folders_" : ["{contu} resurtadu de chirca in un'àtera cartella","{contu} resurtados de chirca in àteras cartellas"],
- "Nextcloud {app}" : "Nextcloud {aplicatzione}",
+ "No search results in other folders for {tag}{filter}{endtag}" : "Perunu resurtadu in àteras cartellas pro {tag}{filter}{endtag}",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{contu} resurtadu de chirca in un'àtera cartella","{count} resurtados de chirca in àteras cartellas"],
+ "Nextcloud {app}" : "Nextcloud {app}",
"Search" : "Chirca",
"These apps will be updated:" : "Custas aplicatziones ant a èssere agiornadas:",
"For more details see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Pro àteros detàllios càstia sa <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentatzione</a>."