summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-12-10 02:20:51 +0000
committerNextcloud bot <bot@nextcloud.com>2022-12-10 02:20:51 +0000
commit8d1142cfb95972c1ab7bc24d7606034e8d5a9611 (patch)
treeb73b6bf04a5bcf1de51527270a8842d90b056f71 /apps
parent51f8b9c591483d9da7dc12ee45f54a38dff9b75a (diff)
downloadnextcloud-server-8d1142cfb95972c1ab7bc24d7606034e8d5a9611.tar.gz
nextcloud-server-8d1142cfb95972c1ab7bc24d7606034e8d5a9611.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/comments/l10n/uk.js2
-rw-r--r--apps/comments/l10n/uk.json2
-rw-r--r--apps/dashboard/l10n/uk.js4
-rw-r--r--apps/dashboard/l10n/uk.json4
-rw-r--r--apps/files/l10n/gl.js14
-rw-r--r--apps/files/l10n/gl.json14
-rw-r--r--apps/files_sharing/l10n/es.js5
-rw-r--r--apps/files_sharing/l10n/es.json5
-rw-r--r--apps/files_sharing/l10n/gl.js2
-rw-r--r--apps/files_sharing/l10n/gl.json2
-rw-r--r--apps/files_versions/l10n/es.js5
-rw-r--r--apps/files_versions/l10n/es.json5
-rw-r--r--apps/settings/l10n/sv.js1
-rw-r--r--apps/settings/l10n/sv.json1
-rw-r--r--apps/settings/l10n/uk.js8
-rw-r--r--apps/settings/l10n/uk.json8
-rw-r--r--apps/theming/l10n/es.js3
-rw-r--r--apps/theming/l10n/es.json3
-rw-r--r--apps/theming/l10n/sv.js29
-rw-r--r--apps/theming/l10n/sv.json29
-rw-r--r--apps/theming/l10n/uk.js13
-rw-r--r--apps/theming/l10n/uk.json13
-rw-r--r--apps/user_ldap/l10n/uk.js6
-rw-r--r--apps/user_ldap/l10n/uk.json6
24 files changed, 154 insertions, 30 deletions
diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js
index 0102d810a76..ca9ca93937e 100644
--- a/apps/comments/l10n/uk.js
+++ b/apps/comments/l10n/uk.js
@@ -9,7 +9,7 @@ OC.L10N.register(
"You commented on {file}" : "Ви прокоментували {file}",
"%1$s commented on %2$s" : "%1$s прокоментовано у %2$s",
"{author} commented on {file}" : "{author} прокоментував {file}",
- "<strong>Comments</strong> for files" : "<strong>Коментів</strong> для файлів",
+ "<strong>Comments</strong> for files" : "З'явилися <strong>коментарі</strong> до файлів",
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Вас згадали в \"{file}\" у коментарі користувача, який згодом було видалено",
"{user} mentioned you in a comment on \"{file}\"" : "{user} згадав вас у коментарі до \"{file}\"",
"Files app plugin to add comments to files" : "Плаґін до застосунку и\"Файли\" для додавання коментарів до файлів",
diff --git a/apps/comments/l10n/uk.json b/apps/comments/l10n/uk.json
index 5260d60fd25..ce07d4459a1 100644
--- a/apps/comments/l10n/uk.json
+++ b/apps/comments/l10n/uk.json
@@ -7,7 +7,7 @@
"You commented on {file}" : "Ви прокоментували {file}",
"%1$s commented on %2$s" : "%1$s прокоментовано у %2$s",
"{author} commented on {file}" : "{author} прокоментував {file}",
- "<strong>Comments</strong> for files" : "<strong>Коментів</strong> для файлів",
+ "<strong>Comments</strong> for files" : "З'явилися <strong>коментарі</strong> до файлів",
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Вас згадали в \"{file}\" у коментарі користувача, який згодом було видалено",
"{user} mentioned you in a comment on \"{file}\"" : "{user} згадав вас у коментарі до \"{file}\"",
"Files app plugin to add comments to files" : "Плаґін до застосунку и\"Файли\" для додавання коментарів до файлів",
diff --git a/apps/dashboard/l10n/uk.js b/apps/dashboard/l10n/uk.js
index 1f314e39739..3b8b74cacc9 100644
--- a/apps/dashboard/l10n/uk.js
+++ b/apps/dashboard/l10n/uk.js
@@ -23,10 +23,10 @@ OC.L10N.register(
"Hello" : "Привіт",
"Hello, {name}" : "Привіт, {name}",
"Show something" : "Показати щось",
- "Change background image" : "Змінити фонову світлину",
+ "Change background image" : "Змінити зображення тла",
"Pick from Files" : "Виберіть із файлів",
"Default images" : "Типові зображення",
- "Plain background" : "Рівний фон",
+ "Plain background" : "Однокольорове тло",
"Insert from {productName}" : "Вставка з {productName}"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/apps/dashboard/l10n/uk.json b/apps/dashboard/l10n/uk.json
index ad7645a63f9..3cc64ff62e2 100644
--- a/apps/dashboard/l10n/uk.json
+++ b/apps/dashboard/l10n/uk.json
@@ -21,10 +21,10 @@
"Hello" : "Привіт",
"Hello, {name}" : "Привіт, {name}",
"Show something" : "Показати щось",
- "Change background image" : "Змінити фонову світлину",
+ "Change background image" : "Змінити зображення тла",
"Pick from Files" : "Виберіть із файлів",
"Default images" : "Типові зображення",
- "Plain background" : "Рівний фон",
+ "Plain background" : "Однокольорове тло",
"Insert from {productName}" : "Вставка з {productName}"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index f7b42e94ef9..17e3b58479a 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -9,6 +9,8 @@ OC.L10N.register(
"Download" : "Descargar",
"Delete" : "Eliminar",
"Tags" : "Etiquetas",
+ "Show list view" : "Mostrar vista de lista",
+ "Show grid view" : "Mostrar a vista de cuadrícula",
"Home" : "Inicio",
"Close" : "Pechar",
"Favorites" : "Favoritos",
@@ -22,6 +24,7 @@ OC.L10N.register(
"Target folder \"{dir}\" does not exist any more" : "O cartafol de destino «{dir}» xa non existe",
"Not enough free space" : "Non hai espazo libre abondo",
"An unknown error has occurred" : "Produciuse un erro descoñecido",
+ "File could not be uploaded" : "Non se puido cargar o ficheiro",
"Uploading …" : "Enviando…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Non se admite o envío deste elemento",
@@ -33,6 +36,7 @@ OC.L10N.register(
"Move" : "Mover",
"Copy" : "Copiar",
"Choose target folder" : "Escoller o cartafol de destino",
+ "Edit locally" : "Editar localmente",
"Open" : "Abrir",
"Delete file" : "Eliminar ficheiro",
"Delete folder" : "Eliminar cartafol",
@@ -43,6 +47,8 @@ OC.L10N.register(
"Details" : "Detalles",
"Please select tag(s) to add to the selection" : "Elixe a etiqueta(s) para engadir á selección",
"Apply tag(s) to selection" : "Aplicar etiqueta(s) á selección",
+ "Select directory \"{dirName}\"" : "Seleccione o directorio \"{dirName}\"",
+ "Select file \"{fileName}\"" : "Seleccione o ficheiro \"{fileName}\"",
"Pending" : "Pendentes",
"Unable to determine date" : "Non é posíbel determinar a data",
"This operation is forbidden" : "Esta operación está prohibida",
@@ -54,6 +60,7 @@ OC.L10N.register(
"Could not copy \"{file}\"" : "Non foi posíbel copiar «{file}",
"Copied {origin} inside {destination}" : "Copiado {origin} en {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Copiado {origin} e outros {nbfiles} ficheiros en {destination} ",
+ "Failed to redirect to client" : "Produciuse un erro ao redirixir ao cliente",
"{newName} already exists" : "Xa existe {newName}",
"Could not rename \"{fileName}\", it does not exist any more" : "Non foi posíbel renomear «{fileName}», xa non existe",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{targetName}» xa se utiliza no cartafol «{dir}». Escolla outro nome.",
@@ -72,8 +79,11 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"],
"{dirs} and {files}" : "{dirs} e {files}",
"_including %n hidden_::_including %n hidden_" : ["incluíndo %n agachado","incluíndo %n agochados"],
+ "You do not have permission to upload or create files here" : "Non tes permiso para cargar ou crear ficheiros aquí",
"_Uploading %n file_::_Uploading %n files_" : ["Enviando %n ficheiro","Enviando %n ficheiros"],
+ "New file/folder menu" : "Novo menú ficheiro/cartafol",
"Select file range" : "Seleccionar o intervalo de ficheiros ",
+ "{used}%" : "{used}%",
"{used} of {quota} used" : "Usados {used} de {quota}",
"{used} used" : "{used} usados",
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
@@ -168,6 +178,7 @@ OC.L10N.register(
"Transfer {path} to {userid}" : "Transferir {path} cara a {userid}",
"Invalid path selected" : "Seleccionou unha ruta incorrecta.",
"Ownership transfer request sent" : "Enviouse solicitude de transferencia da propiedade",
+ "Cannot transfer ownership of a file or folder you do not own" : "Non se pode transferir a propiedade dun ficheiro ou cartafol do que non eres propietario",
"Unable to change the favourite state of the file" : "Non é posíbel cambiar o estado favorito do ficheiro",
"Error while loading the file data" : "Produciuse un erro ao cargar os datos do ficheiro",
"Pick a template for {name}" : "Escolla un modelo para {name}",
@@ -181,11 +192,14 @@ OC.L10N.register(
"Templates" : "Modelos",
"Unable to initialize the templates directory" : "Non é posíbel iniciar o directorio de modelos",
"%s used" : "%s utilizado",
+ "%s%%" : "%s%%",
"%1$s of %2$s used" : "%s de %s utilizado",
+ "Files settings" : "Configuración de ficheiros",
"Show hidden files" : "Amosar os ficheiros agochados",
"Crop image previews" : "Recortar a vista previa das imaxes",
"WebDAV" : "WebDAV",
"Use this address to access your Files via WebDAV" : "Empregue este enderezo para acceder ao seu Ficheiros mediante WebDAV",
+ "Toggle %1$s sublist" : "Alternar %1$s sublista",
"Toggle grid view" : "Alternar a vista como grella",
"No files in here" : "Aquí non hai ficheiros",
"Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index 0b432ebfba8..bcd61f8530d 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -7,6 +7,8 @@
"Download" : "Descargar",
"Delete" : "Eliminar",
"Tags" : "Etiquetas",
+ "Show list view" : "Mostrar vista de lista",
+ "Show grid view" : "Mostrar a vista de cuadrícula",
"Home" : "Inicio",
"Close" : "Pechar",
"Favorites" : "Favoritos",
@@ -20,6 +22,7 @@
"Target folder \"{dir}\" does not exist any more" : "O cartafol de destino «{dir}» xa non existe",
"Not enough free space" : "Non hai espazo libre abondo",
"An unknown error has occurred" : "Produciuse un erro descoñecido",
+ "File could not be uploaded" : "Non se puido cargar o ficheiro",
"Uploading …" : "Enviando…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Non se admite o envío deste elemento",
@@ -31,6 +34,7 @@
"Move" : "Mover",
"Copy" : "Copiar",
"Choose target folder" : "Escoller o cartafol de destino",
+ "Edit locally" : "Editar localmente",
"Open" : "Abrir",
"Delete file" : "Eliminar ficheiro",
"Delete folder" : "Eliminar cartafol",
@@ -41,6 +45,8 @@
"Details" : "Detalles",
"Please select tag(s) to add to the selection" : "Elixe a etiqueta(s) para engadir á selección",
"Apply tag(s) to selection" : "Aplicar etiqueta(s) á selección",
+ "Select directory \"{dirName}\"" : "Seleccione o directorio \"{dirName}\"",
+ "Select file \"{fileName}\"" : "Seleccione o ficheiro \"{fileName}\"",
"Pending" : "Pendentes",
"Unable to determine date" : "Non é posíbel determinar a data",
"This operation is forbidden" : "Esta operación está prohibida",
@@ -52,6 +58,7 @@
"Could not copy \"{file}\"" : "Non foi posíbel copiar «{file}",
"Copied {origin} inside {destination}" : "Copiado {origin} en {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Copiado {origin} e outros {nbfiles} ficheiros en {destination} ",
+ "Failed to redirect to client" : "Produciuse un erro ao redirixir ao cliente",
"{newName} already exists" : "Xa existe {newName}",
"Could not rename \"{fileName}\", it does not exist any more" : "Non foi posíbel renomear «{fileName}», xa non existe",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome «{targetName}» xa se utiliza no cartafol «{dir}». Escolla outro nome.",
@@ -70,8 +77,11 @@
"_%n file_::_%n files_" : ["%n ficheiro","%n ficheiros"],
"{dirs} and {files}" : "{dirs} e {files}",
"_including %n hidden_::_including %n hidden_" : ["incluíndo %n agachado","incluíndo %n agochados"],
+ "You do not have permission to upload or create files here" : "Non tes permiso para cargar ou crear ficheiros aquí",
"_Uploading %n file_::_Uploading %n files_" : ["Enviando %n ficheiro","Enviando %n ficheiros"],
+ "New file/folder menu" : "Novo menú ficheiro/cartafol",
"Select file range" : "Seleccionar o intervalo de ficheiros ",
+ "{used}%" : "{used}%",
"{used} of {quota} used" : "Usados {used} de {quota}",
"{used} used" : "{used} usados",
"\"{name}\" is an invalid file name." : "«{name}» é un nome incorrecto de ficheiro.",
@@ -166,6 +176,7 @@
"Transfer {path} to {userid}" : "Transferir {path} cara a {userid}",
"Invalid path selected" : "Seleccionou unha ruta incorrecta.",
"Ownership transfer request sent" : "Enviouse solicitude de transferencia da propiedade",
+ "Cannot transfer ownership of a file or folder you do not own" : "Non se pode transferir a propiedade dun ficheiro ou cartafol do que non eres propietario",
"Unable to change the favourite state of the file" : "Non é posíbel cambiar o estado favorito do ficheiro",
"Error while loading the file data" : "Produciuse un erro ao cargar os datos do ficheiro",
"Pick a template for {name}" : "Escolla un modelo para {name}",
@@ -179,11 +190,14 @@
"Templates" : "Modelos",
"Unable to initialize the templates directory" : "Non é posíbel iniciar o directorio de modelos",
"%s used" : "%s utilizado",
+ "%s%%" : "%s%%",
"%1$s of %2$s used" : "%s de %s utilizado",
+ "Files settings" : "Configuración de ficheiros",
"Show hidden files" : "Amosar os ficheiros agochados",
"Crop image previews" : "Recortar a vista previa das imaxes",
"WebDAV" : "WebDAV",
"Use this address to access your Files via WebDAV" : "Empregue este enderezo para acceder ao seu Ficheiros mediante WebDAV",
+ "Toggle %1$s sublist" : "Alternar %1$s sublista",
"Toggle grid view" : "Alternar a vista como grella",
"No files in here" : "Aquí non hai ficheiros",
"Upload some content or sync with your devices!" : "Envíe algún contido ou sincronice cos seus dispositivos!",
diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js
index a03ec481506..560735d623c 100644
--- a/apps/files_sharing/l10n/es.js
+++ b/apps/files_sharing/l10n/es.js
@@ -210,6 +210,8 @@ OC.L10N.register(
"Share link" : "Compartir enlace",
"Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada",
"Error while creating the share" : "Error mientras se creaba el recurso compartido",
+ "Share label saved" : "Se ha guardado la etiqueta del recurso compartido",
+ "Share password saved" : "Se ha guardado la contraseña del recurso compartido",
"Search for share recipients" : "Buscar destinatarios del compartido",
"No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.",
"Resharing is not allowed" : "No se permite compartir de nuevo",
@@ -233,6 +235,9 @@ OC.L10N.register(
"Error creating the share" : "Error quitando el recurso compartido",
"Error updating the share: {errorMessage}" : "Error al actualizar el recurso compartido: {errorMessage}",
"Error updating the share" : "Error actualizando el recurso compartido",
+ "Share note saved" : "Se ha guardado la nota del recurso compartido",
+ "File \"{path}\" has been unshared" : "El archivo \"{path}\" se dejó de compartir",
+ "Folder \"{path}\" has been unshared" : "La carpeta \"{path}\" se dejó de compartir",
"Shared" : "Compartido",
"Share" : "Compartir",
"Shared with" : "Compartido con",
diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json
index b5e3cef356c..97be55d83e4 100644
--- a/apps/files_sharing/l10n/es.json
+++ b/apps/files_sharing/l10n/es.json
@@ -208,6 +208,8 @@
"Share link" : "Compartir enlace",
"Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada",
"Error while creating the share" : "Error mientras se creaba el recurso compartido",
+ "Share label saved" : "Se ha guardado la etiqueta del recurso compartido",
+ "Share password saved" : "Se ha guardado la contraseña del recurso compartido",
"Search for share recipients" : "Buscar destinatarios del compartido",
"No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.",
"Resharing is not allowed" : "No se permite compartir de nuevo",
@@ -231,6 +233,9 @@
"Error creating the share" : "Error quitando el recurso compartido",
"Error updating the share: {errorMessage}" : "Error al actualizar el recurso compartido: {errorMessage}",
"Error updating the share" : "Error actualizando el recurso compartido",
+ "Share note saved" : "Se ha guardado la nota del recurso compartido",
+ "File \"{path}\" has been unshared" : "El archivo \"{path}\" se dejó de compartir",
+ "Folder \"{path}\" has been unshared" : "La carpeta \"{path}\" se dejó de compartir",
"Shared" : "Compartido",
"Share" : "Compartir",
"Shared with" : "Compartido con",
diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js
index e72e10be34d..bb8aff52fc2 100644
--- a/apps/files_sharing/l10n/gl.js
+++ b/apps/files_sharing/l10n/gl.js
@@ -35,6 +35,8 @@ OC.L10N.register(
"Delete" : "Eliminar",
"You can upload into this folder" : "Pode envialo a este cartafol",
"Terms of service" : "Termos do servizo",
+ "Show list view" : "Mostrar vista de lista",
+ "Show grid view" : "Mostrar a vista de cuadrícula",
"No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}",
"Invalid server URL" : "URL de servidor incorrecto",
"Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud",
diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json
index e919cf612ce..a74325bdbbc 100644
--- a/apps/files_sharing/l10n/gl.json
+++ b/apps/files_sharing/l10n/gl.json
@@ -33,6 +33,8 @@
"Delete" : "Eliminar",
"You can upload into this folder" : "Pode envialo a este cartafol",
"Terms of service" : "Termos do servizo",
+ "Show list view" : "Mostrar vista de lista",
+ "Show grid view" : "Mostrar a vista de cuadrícula",
"No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}",
"Invalid server URL" : "URL de servidor incorrecto",
"Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud",
diff --git a/apps/files_versions/l10n/es.js b/apps/files_versions/l10n/es.js
index 22c01d2951c..edf64c314bc 100644
--- a/apps/files_versions/l10n/es.js
+++ b/apps/files_versions/l10n/es.js
@@ -4,6 +4,11 @@ OC.L10N.register(
"Versions" : "Versiones",
"This application automatically maintains older versions of files that are changed." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian.",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Cuando se activa, una carpeta escondida de versiones aparece en cada directorio del usuario y se usa para almacenar los archivos de versiones antiguas. Un usuario puede volver a una versión más antigua a través de la interfaz web en cualquier momento, convirtiéndose el archivo reemplazado en una versión. La app controla automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin cuota de disco por las versiones.\n\t\tAdemás de la caducidad de las versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para el usuario. Si las versiones almacenadas exceden este límite, la app borrará primero las versiones más viejas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
+ "Download version" : "Descargar versión",
+ "Restore version" : "Restaurar versión",
+ "No versions yet" : "Aún no hay versiones",
+ "Version restored" : "Versión restaurada",
+ "Could not restore version" : "No se ha podido restaurar la versión",
"Version" : "Versión",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Al activarse, se crea una carpeta oculta de versiones que se usa para almacenar versiones antiguas de archivos. Un usuario puede volver a una versión anterior a través de la interfaz web en cualquier momento, con el archivo reemplazado convirtiéndose en una versión. La app maneja automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin espacio debido a las versiones.\n\n\t\tAdemás de la caducidad de versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para un usuario. Si las versiones almacenadas exceden este límite, la app borrará las versiones más antiguas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
"Failed to revert {file} to revision {timestamp}." : "No se ha podido restaurar {file} a versión {timestamp}.",
diff --git a/apps/files_versions/l10n/es.json b/apps/files_versions/l10n/es.json
index 66d2ea0fa27..cbf70a9b06b 100644
--- a/apps/files_versions/l10n/es.json
+++ b/apps/files_versions/l10n/es.json
@@ -2,6 +2,11 @@
"Versions" : "Versiones",
"This application automatically maintains older versions of files that are changed." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian.",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Cuando se activa, una carpeta escondida de versiones aparece en cada directorio del usuario y se usa para almacenar los archivos de versiones antiguas. Un usuario puede volver a una versión más antigua a través de la interfaz web en cualquier momento, convirtiéndose el archivo reemplazado en una versión. La app controla automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin cuota de disco por las versiones.\n\t\tAdemás de la caducidad de las versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para el usuario. Si las versiones almacenadas exceden este límite, la app borrará primero las versiones más viejas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
+ "Download version" : "Descargar versión",
+ "Restore version" : "Restaurar versión",
+ "No versions yet" : "Aún no hay versiones",
+ "Version restored" : "Versión restaurada",
+ "Could not restore version" : "No se ha podido restaurar la versión",
"Version" : "Versión",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user’s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user doesn’t run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Esta aplicación mantiene automáticamente versiones antiguas de los archivos que cambian. Al activarse, se crea una carpeta oculta de versiones que se usa para almacenar versiones antiguas de archivos. Un usuario puede volver a una versión anterior a través de la interfaz web en cualquier momento, con el archivo reemplazado convirtiéndose en una versión. La app maneja automáticamente la carpeta de versiones para asegurarse de que el usuario no se queda sin espacio debido a las versiones.\n\n\t\tAdemás de la caducidad de versiones, la app de versiones se asegura de no usar nunca más del 50% del espacio libre actualmente disponible para un usuario. Si las versiones almacenadas exceden este límite, la app borrará las versiones más antiguas hasta alcanzar este límite. Más información disponible en la documentación de Versiones.",
"Failed to revert {file} to revision {timestamp}." : "No se ha podido restaurar {file} a versión {timestamp}.",
diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js
index ae3046d23e0..e73f32cd6db 100644
--- a/apps/settings/l10n/sv.js
+++ b/apps/settings/l10n/sv.js
@@ -285,6 +285,7 @@ OC.L10N.register(
"Edit your Profile visibility" : "Ändra synligheten för din profil",
"Enable Profile" : "Aktivera profil",
"Unable to update profile enabled state" : "Kunde inte uppdatera profilaktivering",
+ "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mer restriktiva inställningen av antingen synlighet eller omfattning respekteras på din profil. Till exempel, om synlighet är inställd på \"Visa för alla\" och omfattningen är inställd på \"Privat\", respekteras \"Privat\".",
"{displayId}" : "{displayId}",
"Unable to update visibility of {displayId}" : "Kunde inte uppdatera synlighet för {displayId}",
"Your role" : "Din roll",
diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json
index 155f8126c41..9f3b46ab1c5 100644
--- a/apps/settings/l10n/sv.json
+++ b/apps/settings/l10n/sv.json
@@ -283,6 +283,7 @@
"Edit your Profile visibility" : "Ändra synligheten för din profil",
"Enable Profile" : "Aktivera profil",
"Unable to update profile enabled state" : "Kunde inte uppdatera profilaktivering",
+ "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Den mer restriktiva inställningen av antingen synlighet eller omfattning respekteras på din profil. Till exempel, om synlighet är inställd på \"Visa för alla\" och omfattningen är inställd på \"Privat\", respekteras \"Privat\".",
"{displayId}" : "{displayId}",
"Unable to update visibility of {displayId}" : "Kunde inte uppdatera synlighet för {displayId}",
"Your role" : "Din roll",
diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js
index 02da0bdca07..804e0f4ea8f 100644
--- a/apps/settings/l10n/uk.js
+++ b/apps/settings/l10n/uk.js
@@ -49,7 +49,7 @@ OC.L10N.register(
"A login attempt using two-factor authentication failed (%1$s)" : "Помилка спроби входу в систему з використанням двофакторної автентифікації (%1$s)",
"Remote wipe was started on %1$s" : "Розпочато віддалене стирання на %1$s",
"Remote wipe has finished on %1$s" : "Віддалене стирання на %1$s завершено",
- "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваш <strong>пароль</strong> чи <strong>електронна пошта</strong> були змінені",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваш <strong>пароль</strong> чи <strong>електронна пошта</strong> було змінено",
"Could not remove app." : "Не вдалося вилучити застосунок.",
"Could not update app." : "Не вдалося оновити програму.",
"Wrong password" : "Неправильний пароль",
@@ -118,14 +118,14 @@ OC.L10N.register(
"Personal" : "Особисте",
"Administration" : "Адміністрування",
"Additional settings" : "Додаткові налаштування",
- "Administration privileges" : "Привілеї адміністратора",
+ "Administration privileges" : "Права адміністратора",
"Groupware" : "Робочі групи",
"Overview" : "Огляд",
"Basic settings" : "Основні налаштування",
"Sharing" : "Спільний доступ",
"Availability" : "Доступність",
"Calendar" : "Календар",
- "Personal info" : "Особиста інформація",
+ "Personal info" : "Про мене",
"Mobile & desktop" : "Застосунки для пристроїв",
"Email server" : "Сервер електронної пошти",
"Security & setup warnings" : "Перевірка безпеки та встановлення системи",
@@ -464,7 +464,7 @@ OC.L10N.register(
"You need to enable the File sharing App." : "Потрібно увімкнути застосунок для обміну файлами.",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Як адміністратор ви можете точно налаштувати поведінку спільного використання. Будь ласка, перегляньте документацію для отримання додаткової інформації.",
"Allow apps to use the Share API" : "Дозволити застосункам використовувати API спільного доступу",
- "Set default expiration date for shares" : "Установіть термін дії акцій за умовчанням",
+ "Set default expiration date for shares" : "Установіть типовий термін дії для спільних ресурсів",
"Expire after" : "Термін дії закінчується після",
"day(s)" : "день (дні)",
"Enforce expiration date" : "Термін дії обов'язковий",
diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json
index c2c6fbf2cd5..2096fa8929c 100644
--- a/apps/settings/l10n/uk.json
+++ b/apps/settings/l10n/uk.json
@@ -47,7 +47,7 @@
"A login attempt using two-factor authentication failed (%1$s)" : "Помилка спроби входу в систему з використанням двофакторної автентифікації (%1$s)",
"Remote wipe was started on %1$s" : "Розпочато віддалене стирання на %1$s",
"Remote wipe has finished on %1$s" : "Віддалене стирання на %1$s завершено",
- "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваш <strong>пароль</strong> чи <strong>електронна пошта</strong> були змінені",
+ "Your <strong>password</strong> or <strong>email</strong> was modified" : "Ваш <strong>пароль</strong> чи <strong>електронна пошта</strong> було змінено",
"Could not remove app." : "Не вдалося вилучити застосунок.",
"Could not update app." : "Не вдалося оновити програму.",
"Wrong password" : "Неправильний пароль",
@@ -116,14 +116,14 @@
"Personal" : "Особисте",
"Administration" : "Адміністрування",
"Additional settings" : "Додаткові налаштування",
- "Administration privileges" : "Привілеї адміністратора",
+ "Administration privileges" : "Права адміністратора",
"Groupware" : "Робочі групи",
"Overview" : "Огляд",
"Basic settings" : "Основні налаштування",
"Sharing" : "Спільний доступ",
"Availability" : "Доступність",
"Calendar" : "Календар",
- "Personal info" : "Особиста інформація",
+ "Personal info" : "Про мене",
"Mobile & desktop" : "Застосунки для пристроїв",
"Email server" : "Сервер електронної пошти",
"Security & setup warnings" : "Перевірка безпеки та встановлення системи",
@@ -462,7 +462,7 @@
"You need to enable the File sharing App." : "Потрібно увімкнути застосунок для обміну файлами.",
"As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Як адміністратор ви можете точно налаштувати поведінку спільного використання. Будь ласка, перегляньте документацію для отримання додаткової інформації.",
"Allow apps to use the Share API" : "Дозволити застосункам використовувати API спільного доступу",
- "Set default expiration date for shares" : "Установіть термін дії акцій за умовчанням",
+ "Set default expiration date for shares" : "Установіть типовий термін дії для спільних ресурсів",
"Expire after" : "Термін дії закінчується після",
"day(s)" : "день (дні)",
"Enforce expiration date" : "Термін дії обов'язковий",
diff --git a/apps/theming/l10n/es.js b/apps/theming/l10n/es.js
index 4377dcd09f5..c4b954d650d 100644
--- a/apps/theming/l10n/es.js
+++ b/apps/theming/l10n/es.js
@@ -76,7 +76,10 @@ OC.L10N.register(
"Set a custom background" : "Establecer un fondo personalizado",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "El acceso universal es muy importante para nosotros. Seguimos los estándares web y verificamos que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si encuentras cualquier problema, no dudes en informar de ellos en {issuetracker}nuestro tracker de problas{linkend}. Y si quieres involucrarte, ¡puedes unirte a {designteam}nuestro equipo de diseño{linkend}!",
+ "Custom background" : "Fondo personalizado",
+ "Default background" : "Fondo por defecto",
"Change color" : "Cambiar color",
+ "Remove background" : "Eliminar fondo",
"Select a background from your files" : "Seleccionar un fondo desde tus archivos",
"Theme selection is enforced" : "La selección del tema es forzada",
"Select a custom color" : "Seleccionar un color personalizado",
diff --git a/apps/theming/l10n/es.json b/apps/theming/l10n/es.json
index 16ac1c7f229..b06c1389186 100644
--- a/apps/theming/l10n/es.json
+++ b/apps/theming/l10n/es.json
@@ -74,7 +74,10 @@
"Set a custom background" : "Establecer un fondo personalizado",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "El acceso universal es muy importante para nosotros. Seguimos los estándares web y verificamos que todo es manejable sin ratón y con software de asistencia, como un lector de pantalla. Nuestro objetivo es cumplir con las {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 en nivel AA y, con el tema de alto contraste, en nivel AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Si encuentras cualquier problema, no dudes en informar de ellos en {issuetracker}nuestro tracker de problas{linkend}. Y si quieres involucrarte, ¡puedes unirte a {designteam}nuestro equipo de diseño{linkend}!",
+ "Custom background" : "Fondo personalizado",
+ "Default background" : "Fondo por defecto",
"Change color" : "Cambiar color",
+ "Remove background" : "Eliminar fondo",
"Select a background from your files" : "Seleccionar un fondo desde tus archivos",
"Theme selection is enforced" : "La selección del tema es forzada",
"Select a custom color" : "Seleccionar un color personalizado",
diff --git a/apps/theming/l10n/sv.js b/apps/theming/l10n/sv.js
index a7d33c63170..ac8f1e228db 100644
--- a/apps/theming/l10n/sv.js
+++ b/apps/theming/l10n/sv.js
@@ -10,6 +10,7 @@ OC.L10N.register(
"The given privacy policy address is not a valid URL" : "Den angivna sekretesspolicyadressen är inte en giltig webbadress",
"The given slogan is too long" : "Den angivna slogan är för lång",
"The given color is invalid" : "Den angivna färgen är inte tillgänglig",
+ "Disable-user-theming should be true or false" : "Inaktivera teman för användare ska vara sant eller falskt",
"Saved" : "Sparat",
"The file was uploaded" : "Filen laddades upp",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Uppladdningsfilen är för stor (upload_max_filesize i php.ini)",
@@ -20,17 +21,29 @@ OC.L10N.register(
"Could not write file to disk" : "Kunde inte skriva fil till disk",
"A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning",
"No file uploaded" : "Ingen fil uppladdad",
+ "Cleanup old theming cache" : "Rensa gammal tema-cache",
+ "Failed to delete folder: \"%1$s\", error: %2$s" : "Kunde inte radera mappen: \"%1$s\", fel: %2$s",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du använder redan ett anpassat tema. Dessa appinställningar kan skrivas över.",
"Theming" : "Teman",
"Appearance and accessibility" : "Utseende och tillgänglighet",
+ "Dark theme with high contrast mode" : "Mörkt tema med högkontrastläge",
+ "Enable dark high contrast mode" : "Aktivera mörkt högkontrastläge",
+ "Similar to the high contrast mode, but with dark colours." : "Liknar högkontrastläget, men med mörka färger.",
"Dark theme" : "Mörkt tema",
"Enable dark theme" : "Aktivera mörkt tema",
+ "A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ett mörkt tema som underlättar för dina ögon genom att minska den totala ljusstyrkan.",
+ "System default theme" : "Systemets standardtema",
+ "Enable the system default" : "Aktivera systemets standard",
+ "Using the default system appearance." : "Använder systemets standardutseende.",
"Dyslexia font" : "Teckensnitt för dyslektiker",
"Enable dyslexia font" : "Aktivera teckensnitt för dyslektiker",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic är ett fritt teckensnitt/font som är utformat för att mildra några av de vanligaste lässvårigheterna som orsakas av dyslexi.",
"High contrast mode" : "Läge med hög kontrast",
"Enable high contrast mode" : "Aktivera läge med hög kontrast",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett läge med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minska men tydligheten ökar.",
+ "Light theme" : "Ljust tema",
+ "Enable the default light theme" : "Aktivera ljust standardtema",
+ "The default light appearance." : "Standardutseende för ljust tema.",
"Legal notice" : "Rättsligt meddelande",
"Privacy policy" : "Integritetspolicy",
"Adjust the Nextcloud theme" : "Justera Nextcloud-tema",
@@ -43,6 +56,8 @@ OC.L10N.register(
"Color" : "Färg",
"Logo" : "Logotyp",
"Upload new logo" : "Ladda upp ny logotyp",
+ "Background and login image" : "Bakgrund och inloggningsbild",
+ "Upload new background and login image" : "Ladda upp ny bakgrund och inloggningsbild",
"Legal notice link" : "Länk rättsligt meddelande",
"Privacy policy link" : "Länk integritetspolicy",
"Header logo" : "Huvud-logga",
@@ -50,21 +65,35 @@ OC.L10N.register(
"Favicon" : "Favicon",
"Upload new favicon" : "Ladda upp nya favicon",
"User settings" : "Användarinställningar",
+ "Disable user theming" : "Inaktivera teman för användare",
"Keyboard shortcuts" : "Tangentbordsgenvägar",
+ "Disable all keyboard shortcuts" : "Inaktivera alla tangentbordsgenvägar",
+ "Background" : "Bakgrund",
+ "Customization has been disabled by your administrator" : "Anpassning har inaktiverats av din administratör",
+ "Set a custom background" : "Ställ in en anpassad bakgrund",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.",
+ "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}vår problemhanterare{linkend}. Och om du vill engagera dig, gå med i {designteam}vårt designteam{linkend}!",
+ "Custom background" : "Anpassad bakgrund",
+ "Default background" : "Standardbakgrund",
"Change color" : "Ändra färg",
+ "Remove background" : "Ta bort bakgrund",
+ "Select a background from your files" : "Välj en bakgrund från dina filer",
+ "Select a custom color" : "Välj en anpassad färg",
"Reset to default" : "Återställ till grundinställningar",
"Upload" : "Ladda upp",
"Remove background image" : "Ta bort bakgrundsbild",
"Loading preview…" : "Läser in förhandsvisning...",
"Admin" : "Admin",
+ "Error uploading the file" : "Det gick inte att ladda upp filen",
"Name cannot be empty" : "Namn kan inte vara tom",
"Open documentation" : "Öppna dokumentationen",
"https://…" : "https://…",
"Login image" : "Inloggningsbild",
"Upload new login background" : "Ladda upp ny bakgrundsbild",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installera Imagemagick PHP-tillägget med stöd för SVG-bilder för att automatiskt generera favicons baserat på den uppladdade logotypen och färgen.",
+ "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "I vissa fall kan tangentbordsgenvägar störa tillgänglighetsverktyg. För att kunna fokusera på ditt verktyg korrekt kan du inaktivera alla tangentbordsgenvägar här. Detta kommer också att inaktivera alla tillgängliga genvägar i appar.",
"Pick from Files" : "Välj från filer",
+ "Default image" : "Standardbild",
"Custom color" : "Anpassad färg",
"Plain background" : "Enkel bakgrund",
"Insert from {productName}" : "Infoga från {productName}"
diff --git a/apps/theming/l10n/sv.json b/apps/theming/l10n/sv.json
index 62110a2f4ba..2ef8ebfee08 100644
--- a/apps/theming/l10n/sv.json
+++ b/apps/theming/l10n/sv.json
@@ -8,6 +8,7 @@
"The given privacy policy address is not a valid URL" : "Den angivna sekretesspolicyadressen är inte en giltig webbadress",
"The given slogan is too long" : "Den angivna slogan är för lång",
"The given color is invalid" : "Den angivna färgen är inte tillgänglig",
+ "Disable-user-theming should be true or false" : "Inaktivera teman för användare ska vara sant eller falskt",
"Saved" : "Sparat",
"The file was uploaded" : "Filen laddades upp",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Uppladdningsfilen är för stor (upload_max_filesize i php.ini)",
@@ -18,17 +19,29 @@
"Could not write file to disk" : "Kunde inte skriva fil till disk",
"A PHP extension stopped the file upload" : "Ett PHP-tillägg stoppade filuppladdning",
"No file uploaded" : "Ingen fil uppladdad",
+ "Cleanup old theming cache" : "Rensa gammal tema-cache",
+ "Failed to delete folder: \"%1$s\", error: %2$s" : "Kunde inte radera mappen: \"%1$s\", fel: %2$s",
"You are already using a custom theme. Theming app settings might be overwritten by that." : "Du använder redan ett anpassat tema. Dessa appinställningar kan skrivas över.",
"Theming" : "Teman",
"Appearance and accessibility" : "Utseende och tillgänglighet",
+ "Dark theme with high contrast mode" : "Mörkt tema med högkontrastläge",
+ "Enable dark high contrast mode" : "Aktivera mörkt högkontrastläge",
+ "Similar to the high contrast mode, but with dark colours." : "Liknar högkontrastläget, men med mörka färger.",
"Dark theme" : "Mörkt tema",
"Enable dark theme" : "Aktivera mörkt tema",
+ "A dark theme to ease your eyes by reducing the overall luminosity and brightness." : "Ett mörkt tema som underlättar för dina ögon genom att minska den totala ljusstyrkan.",
+ "System default theme" : "Systemets standardtema",
+ "Enable the system default" : "Aktivera systemets standard",
+ "Using the default system appearance." : "Använder systemets standardutseende.",
"Dyslexia font" : "Teckensnitt för dyslektiker",
"Enable dyslexia font" : "Aktivera teckensnitt för dyslektiker",
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic är ett fritt teckensnitt/font som är utformat för att mildra några av de vanligaste lässvårigheterna som orsakas av dyslexi.",
"High contrast mode" : "Läge med hög kontrast",
"Enable high contrast mode" : "Aktivera läge med hög kontrast",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Ett läge med hög kontrast för att underlätta din navigering. Visuell kvalitet kommer att minska men tydligheten ökar.",
+ "Light theme" : "Ljust tema",
+ "Enable the default light theme" : "Aktivera ljust standardtema",
+ "The default light appearance." : "Standardutseende för ljust tema.",
"Legal notice" : "Rättsligt meddelande",
"Privacy policy" : "Integritetspolicy",
"Adjust the Nextcloud theme" : "Justera Nextcloud-tema",
@@ -41,6 +54,8 @@
"Color" : "Färg",
"Logo" : "Logotyp",
"Upload new logo" : "Ladda upp ny logotyp",
+ "Background and login image" : "Bakgrund och inloggningsbild",
+ "Upload new background and login image" : "Ladda upp ny bakgrund och inloggningsbild",
"Legal notice link" : "Länk rättsligt meddelande",
"Privacy policy link" : "Länk integritetspolicy",
"Header logo" : "Huvud-logga",
@@ -48,21 +63,35 @@
"Favicon" : "Favicon",
"Upload new favicon" : "Ladda upp nya favicon",
"User settings" : "Användarinställningar",
+ "Disable user theming" : "Inaktivera teman för användare",
"Keyboard shortcuts" : "Tangentbordsgenvägar",
+ "Disable all keyboard shortcuts" : "Inaktivera alla tangentbordsgenvägar",
+ "Background" : "Bakgrund",
+ "Customization has been disabled by your administrator" : "Anpassning har inaktiverats av din administratör",
+ "Set a custom background" : "Ställ in en anpassad bakgrund",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Allmän åtkomst är mycket viktig för oss. Vi följer webbstandarder och kontrollerar att allt är användbart även utan mus och hjälpmedel som skärmläsare. Vi strävar efter att följa {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 på AA-nivå, med temat hög kontrast även på AAA-nivå.",
+ "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Om du hittar några problem, tveka inte att rapportera dem på {issuetracker}vår problemhanterare{linkend}. Och om du vill engagera dig, gå med i {designteam}vårt designteam{linkend}!",
+ "Custom background" : "Anpassad bakgrund",
+ "Default background" : "Standardbakgrund",
"Change color" : "Ändra färg",
+ "Remove background" : "Ta bort bakgrund",
+ "Select a background from your files" : "Välj en bakgrund från dina filer",
+ "Select a custom color" : "Välj en anpassad färg",
"Reset to default" : "Återställ till grundinställningar",
"Upload" : "Ladda upp",
"Remove background image" : "Ta bort bakgrundsbild",
"Loading preview…" : "Läser in förhandsvisning...",
"Admin" : "Admin",
+ "Error uploading the file" : "Det gick inte att ladda upp filen",
"Name cannot be empty" : "Namn kan inte vara tom",
"Open documentation" : "Öppna dokumentationen",
"https://…" : "https://…",
"Login image" : "Inloggningsbild",
"Upload new login background" : "Ladda upp ny bakgrundsbild",
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Installera Imagemagick PHP-tillägget med stöd för SVG-bilder för att automatiskt generera favicons baserat på den uppladdade logotypen och färgen.",
+ "In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "I vissa fall kan tangentbordsgenvägar störa tillgänglighetsverktyg. För att kunna fokusera på ditt verktyg korrekt kan du inaktivera alla tangentbordsgenvägar här. Detta kommer också att inaktivera alla tillgängliga genvägar i appar.",
"Pick from Files" : "Välj från filer",
+ "Default image" : "Standardbild",
"Custom color" : "Anpassad färg",
"Plain background" : "Enkel bakgrund",
"Insert from {productName}" : "Infoga från {productName}"
diff --git a/apps/theming/l10n/uk.js b/apps/theming/l10n/uk.js
index 2e4b2c5c2ca..2a9c2e3510b 100644
--- a/apps/theming/l10n/uk.js
+++ b/apps/theming/l10n/uk.js
@@ -39,7 +39,7 @@ OC.L10N.register(
"Enable high contrast mode" : "Увімкнути висококонтрастний режим",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастний режим спрощує Вашу навігацію. Візуальна якість буде знижена, але чіткість підвищиться..",
"Light theme" : "Світла тема",
- "Enable the default light theme" : "Увімкніть світлову тему за умовчанням",
+ "Enable the default light theme" : "Увімкніть типову світлу тему",
"The default light appearance." : "Світловий вигляд за замовчуванням.",
"Legal notice" : "Правові застереження",
"Privacy policy" : "Політика конфіденційності",
@@ -53,16 +53,19 @@ OC.L10N.register(
"Color" : "Колір",
"Logo" : "Логотип",
"Upload new logo" : "Завантажити новий логотип",
+ "Background and login image" : "Зображення тла та логотипу авторизації",
+ "Upload new background and login image" : "Завантажити нове зображення тла та логотип сторінки авторизації",
"Legal notice link" : "Посилання на правову інформацію",
"Privacy policy link" : "Посилання на політику конфіденційності",
"Header logo" : "Логотип заголовка",
"Upload new header logo" : "Завантажити новий логотип заголовка",
"Favicon" : "Піктограма сайту",
"Upload new favicon" : "Завантажити нову піктограму",
+ "User settings" : "Користувацькі налаштування",
"Keyboard shortcuts" : "Скорочення",
"Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш",
- "Background" : "Фон",
- "Set a custom background" : "Встановити спеціальний фон",
+ "Background" : "Тло",
+ "Set a custom background" : "Встановити спеціальне зображення тла",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось веб-стандартів і перевіряємо, щоб забезпечити зручність користування без комп'ютерної миші, а також за допомогую допоміжного програмного забезпечення, наприклад, програми зчитування з екрана. Ми прагнемо відповідати {guidelines} Правила доступу до веб-вмісту {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Якщо ви виявите будь-які проблеми, не соромтеся повідомити про них на {issuetracker}нашій системі відстеження проблем{linkend}. І якщо ви хочете взяти участь, приєднуйтесь до {designteam}нашої команди дизайнерів{linkend}!",
"Change color" : "Змінити колір",
@@ -81,9 +84,9 @@ OC.L10N.register(
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Встановіть розширення Imagemagick PHP з підтримкою SVG-зображень, щоб автоматично генерувати іконки сайту на основі завантаженого логотипу та кольору.",
"In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У деяких випадках комбінації клавіш можуть перешкоджати роботі інструментів спеціальних можливостей. Щоб правильно сфокусуватися на інструменті, тут можна вимкнути всі комбінації клавіш. Це також вимкне всі доступні ярлики в програмах.",
"Pick from Files" : "Виберіть із файлів",
- "Default image" : "Зображення за умовчанням",
+ "Default image" : "Типове зображення",
"Custom color" : "Власний колір",
- "Plain background" : "Рівний фон",
+ "Plain background" : "Однокольорове тло",
"Insert from {productName}" : "Вставка з {productName}"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/apps/theming/l10n/uk.json b/apps/theming/l10n/uk.json
index 2077d713d42..f3b7b7841ed 100644
--- a/apps/theming/l10n/uk.json
+++ b/apps/theming/l10n/uk.json
@@ -37,7 +37,7 @@
"Enable high contrast mode" : "Увімкнути висококонтрастний режим",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастний режим спрощує Вашу навігацію. Візуальна якість буде знижена, але чіткість підвищиться..",
"Light theme" : "Світла тема",
- "Enable the default light theme" : "Увімкніть світлову тему за умовчанням",
+ "Enable the default light theme" : "Увімкніть типову світлу тему",
"The default light appearance." : "Світловий вигляд за замовчуванням.",
"Legal notice" : "Правові застереження",
"Privacy policy" : "Політика конфіденційності",
@@ -51,16 +51,19 @@
"Color" : "Колір",
"Logo" : "Логотип",
"Upload new logo" : "Завантажити новий логотип",
+ "Background and login image" : "Зображення тла та логотипу авторизації",
+ "Upload new background and login image" : "Завантажити нове зображення тла та логотип сторінки авторизації",
"Legal notice link" : "Посилання на правову інформацію",
"Privacy policy link" : "Посилання на політику конфіденційності",
"Header logo" : "Логотип заголовка",
"Upload new header logo" : "Завантажити новий логотип заголовка",
"Favicon" : "Піктограма сайту",
"Upload new favicon" : "Завантажити нову піктограму",
+ "User settings" : "Користувацькі налаштування",
"Keyboard shortcuts" : "Скорочення",
"Disable all keyboard shortcuts" : "Вимкнути всі комбінації клавіш",
- "Background" : "Фон",
- "Set a custom background" : "Встановити спеціальний фон",
+ "Background" : "Тло",
+ "Set a custom background" : "Встановити спеціальне зображення тла",
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "Для нас дуже важливо забезпечити доступ для всіх. Ми дотримуємось веб-стандартів і перевіряємо, щоб забезпечити зручність користування без комп'ютерної миші, а також за допомогую допоміжного програмного забезпечення, наприклад, програми зчитування з екрана. Ми прагнемо відповідати {guidelines} Правила доступу до веб-вмісту {linkend} 2.1 на рівні AA, а з темою високої контрастності навіть на рівні AAA.",
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "Якщо ви виявите будь-які проблеми, не соромтеся повідомити про них на {issuetracker}нашій системі відстеження проблем{linkend}. І якщо ви хочете взяти участь, приєднуйтесь до {designteam}нашої команди дизайнерів{linkend}!",
"Change color" : "Змінити колір",
@@ -79,9 +82,9 @@
"Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "Встановіть розширення Imagemagick PHP з підтримкою SVG-зображень, щоб автоматично генерувати іконки сайту на основі завантаженого логотипу та кольору.",
"In some cases keyboard shortcuts can interfer with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "У деяких випадках комбінації клавіш можуть перешкоджати роботі інструментів спеціальних можливостей. Щоб правильно сфокусуватися на інструменті, тут можна вимкнути всі комбінації клавіш. Це також вимкне всі доступні ярлики в програмах.",
"Pick from Files" : "Виберіть із файлів",
- "Default image" : "Зображення за умовчанням",
+ "Default image" : "Типове зображення",
"Custom color" : "Власний колір",
- "Plain background" : "Рівний фон",
+ "Plain background" : "Однокольорове тло",
"Insert from {productName}" : "Вставка з {productName}"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/uk.js b/apps/user_ldap/l10n/uk.js
index 7ce76c7bf73..24e66a20635 100644
--- a/apps/user_ldap/l10n/uk.js
+++ b/apps/user_ldap/l10n/uk.js
@@ -169,14 +169,14 @@ OC.L10N.register(
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Дозволити користувачам LDAP змінювати свій пароль і дозволити супер (прихованим) адміністраторам і адміністраторам груп змінювати пароль своїх користувачів LDAP. Працює тільки тоді, коли політики контролю доступу налаштовані відповідним чином на LDAP сервері. Оскільки паролі відправляються на LDAP-сервер у відкритому вигляді, необхідно використовувати транспортне шифрування і налаштувати хешування паролів на LDAP-сервері. ",
"(New password is sent as plain text to LDAP)" : "(Новий пароль надсилається як звичайний текст до LDAP)",
"Default password policy DN" : "DN політики паролів за замовчуванням",
- "The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "DN політики паролів за умовчанням, яка використовуватиметься для обробки терміну дії пароля. Працює лише тоді, коли ввімкнено зміну пароля LDAP для кожного користувача та підтримується лише OpenLDAP. Залиште пустим, щоб вимкнути обробку терміну дії пароля.",
+ "The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "DN типової політики паролів, що використовуватиметься для обробки терміну дії пароля. Працює лише тоді, коли ввімкнено зміну пароля LDAP для кожного користувача та підтримується лише OpenLDAP. Залиште пустим, щоб вимкнути обробку терміну дії пароля.",
"Special Attributes" : "Спеціальні Атрибути",
"Quota Field" : "Поле Квоти",
- "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Залиште пустим для квоти користувача за умовчанням. В іншому випадку вкажіть атрибут LDAP/AD.",
+ "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім, щоби визначити типову квоту користувача. В іншому випадку зазначте атрибут LDAP/AD.",
"Quota Default" : "Квота за замовчанням",
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Перевизначити квоту за замовчуванням для користувачів LDAP, які не мають квоти, встановленої в полі квоти.",
"Email Field" : "Поле E-mail",
- "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Установіть електронну пошту користувача з його атрибута LDAP. Залиште поле порожнім для поведінки за умовчанням.",
+ "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Установіть електронну пошту користувача з його атрибута LDAP. Залиште поле порожнім для застосування типового значення.",
"User Home Folder Naming Rule" : "Правило іменування домашнього каталогу користувача",
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім для імені користувача (за замовчуванням). В іншому випадку вкажіть атрибут LDAP/AD.",
"\"$home\" Placeholder Field" : "Поле заповнювача \"$home\".",
diff --git a/apps/user_ldap/l10n/uk.json b/apps/user_ldap/l10n/uk.json
index 130dd65a1f2..a80c47ebfda 100644
--- a/apps/user_ldap/l10n/uk.json
+++ b/apps/user_ldap/l10n/uk.json
@@ -167,14 +167,14 @@
"Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Дозволити користувачам LDAP змінювати свій пароль і дозволити супер (прихованим) адміністраторам і адміністраторам груп змінювати пароль своїх користувачів LDAP. Працює тільки тоді, коли політики контролю доступу налаштовані відповідним чином на LDAP сервері. Оскільки паролі відправляються на LDAP-сервер у відкритому вигляді, необхідно використовувати транспортне шифрування і налаштувати хешування паролів на LDAP-сервері. ",
"(New password is sent as plain text to LDAP)" : "(Новий пароль надсилається як звичайний текст до LDAP)",
"Default password policy DN" : "DN політики паролів за замовчуванням",
- "The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "DN політики паролів за умовчанням, яка використовуватиметься для обробки терміну дії пароля. Працює лише тоді, коли ввімкнено зміну пароля LDAP для кожного користувача та підтримується лише OpenLDAP. Залиште пустим, щоб вимкнути обробку терміну дії пароля.",
+ "The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "DN типової політики паролів, що використовуватиметься для обробки терміну дії пароля. Працює лише тоді, коли ввімкнено зміну пароля LDAP для кожного користувача та підтримується лише OpenLDAP. Залиште пустим, щоб вимкнути обробку терміну дії пароля.",
"Special Attributes" : "Спеціальні Атрибути",
"Quota Field" : "Поле Квоти",
- "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Залиште пустим для квоти користувача за умовчанням. В іншому випадку вкажіть атрибут LDAP/AD.",
+ "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім, щоби визначити типову квоту користувача. В іншому випадку зазначте атрибут LDAP/AD.",
"Quota Default" : "Квота за замовчанням",
"Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Перевизначити квоту за замовчуванням для користувачів LDAP, які не мають квоти, встановленої в полі квоти.",
"Email Field" : "Поле E-mail",
- "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Установіть електронну пошту користувача з його атрибута LDAP. Залиште поле порожнім для поведінки за умовчанням.",
+ "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Установіть електронну пошту користувача з його атрибута LDAP. Залиште поле порожнім для застосування типового значення.",
"User Home Folder Naming Rule" : "Правило іменування домашнього каталогу користувача",
"Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Залиште порожнім для імені користувача (за замовчуванням). В іншому випадку вкажіть атрибут LDAP/AD.",
"\"$home\" Placeholder Field" : "Поле заповнювача \"$home\".",