summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-02-26 02:27:27 +0000
committerNextcloud bot <bot@nextcloud.com>2023-02-26 02:27:27 +0000
commit2a4926f5e726d983c4b6c4a9742e3abba8556714 (patch)
treef486508568b7e980724bc1769f69e6d450b03434 /core
parent61679b4fdb61f7443b00863b575846ccf94f1e08 (diff)
downloadnextcloud-server-2a4926f5e726d983c4b6c4a9742e3abba8556714.tar.gz
nextcloud-server-2a4926f5e726d983c4b6c4a9742e3abba8556714.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r--core/l10n/de.js2
-rw-r--r--core/l10n/de.json2
-rw-r--r--core/l10n/gl.js11
-rw-r--r--core/l10n/gl.json11
-rw-r--r--core/l10n/nl.js6
-rw-r--r--core/l10n/nl.json6
-rw-r--r--core/l10n/sl.js21
-rw-r--r--core/l10n/sl.json21
-rw-r--r--core/l10n/sv.js1
-rw-r--r--core/l10n/sv.json1
10 files changed, 72 insertions, 10 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index e7fa98bda3f..c9282d21606 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
+ "State token missing" : "Zustandstoken fehlt",
"Your login token is invalid or has expired" : "Dein Anmelde-Token ist ungültig oder abgelaufen",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Diese Community-Version von Nextcloud wird nicht unterstützt und (Push-)Benachrichtigungen sind nur begrenzt verfügbar.",
"Login" : "Anmelden",
@@ -101,6 +102,7 @@ OC.L10N.register(
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst du dieses Modul installieren und aktivieren.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Die PHP-Module „gmp“ und/oder „bcmath“ sind nicht aktiviert. Wenn du die passwortlose WebAuthn-Authentifizierung verwendest, sind diese Module erforderlich.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Du scheinst eine 32-Bit PHP-Version auszuführen. Nextcloud benötigt 64-Bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64-Bit! Für weitere Details lies die diesbezügliche {linkstart}Dokumentationsseite ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Da das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details findest du auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Derzeit wird als Datenbank SQLite verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 3228b892107..96e9a2d339b 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -23,6 +23,7 @@
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
"Could not complete login" : "Anmeldung konnte nicht abgeschlossen werden",
+ "State token missing" : "Zustandstoken fehlt",
"Your login token is invalid or has expired" : "Dein Anmelde-Token ist ungültig oder abgelaufen",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Diese Community-Version von Nextcloud wird nicht unterstützt und (Push-)Benachrichtigungen sind nur begrenzt verfügbar.",
"Login" : "Anmelden",
@@ -99,6 +100,7 @@
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Dieser Installation fehlen einige empfohlene PHP-Module. Für bessere Leistung und bessere Kompatibilität wird dringend empfohlen, diese zu installieren.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst du dieses Modul installieren und aktivieren.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Die PHP-Module „gmp“ und/oder „bcmath“ sind nicht aktiviert. Wenn du die passwortlose WebAuthn-Authentifizierung verwendest, sind diese Module erforderlich.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Du scheinst eine 32-Bit PHP-Version auszuführen. Nextcloud benötigt 64-Bit, um gut zu laufen. Bitte aktualisiere dein Betriebssystem und PHP auf 64-Bit! Für weitere Details lies die diesbezügliche {linkstart}Dokumentationsseite ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Da das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details findest du auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Derzeit wird als Datenbank SQLite verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
diff --git a/core/l10n/gl.js b/core/l10n/gl.js
index 88508e3c915..9156edcc80f 100644
--- a/core/l10n/gl.js
+++ b/core/l10n/gl.js
@@ -25,12 +25,15 @@ OC.L10N.register(
"State token does not match" : "O testemuño de estado non coincide",
"Invalid app password" : "Contrasinal da aplicación incorrecto ",
"Could not complete login" : "Non foi posíbel completar o acceso",
+ "State token missing" : "Falta o token de estado",
"Your login token is invalid or has expired" : "O seu testemuño de acceso non é válido ou caducou",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versión da comunidade de Nextcloud non é compatible e as notificacións push son limitadas.",
"Login" : "Acceder",
+ "Please try again" : "Por favor intentao de novo",
"Password reset is disabled" : "O restabelecemento de contrasinal está desactivado",
"Could not reset password because the token is expired" : "Non se puido restablecer o contrasinal porque o token caducou",
"Could not reset password because the token is invalid" : "Non se puido restablecer o contrasinal porque o token non é válido",
+ "Password is too long. Maximum allowed length is 469 characters." : "O contrasinal é demasiado longo. A lonxitude máxima permitida é de 469 caracteres.",
"%s password reset" : "Restabelecer o contrasinal %s",
"Password reset" : "Restabelecer o contrasinal",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
@@ -99,6 +102,7 @@ OC.L10N.register(
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia fáltanlle algúns módulos PHP recomendados. Para mellorar o rendemento e aumentar a compatibilidade, recomendase encarecidamente instalalos.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "O módulo PHP \"imagick\" non está habilitado aínda que a aplicación de tematización si. Para que a xeración de favicon funcione correctamente, é necesario instalar e habilitar este módulo.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Os módulos PHP \"gmp\" e/ou \"bcmath\" non están activados. Se utilizas a autenticación sen contrasinal de WebAuthn, estes módulos son necesarios.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualiza o teu sistema operativo e PHP a 64 bits. Para obter máis detalles, lea {linkstart}a páxina de documentación ↗{linkend} sobre isto.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "O módulo php-imagick nesta instancia non ten soporte SVG. Para unha mellor compatibilidade recoméndase instalalo.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Algunhas columnas da base de datos non teñen unha conversión a big int. Debido ao feito de que cambiar os tipos de columnas en grandes táboas pode levar algún tempo, non se cambian automaticamente. Ao executar \"occ db:convert-filecache-bigint\" os cambios pendentes poderían aplicarse manualmente. Esta operación debe realizarse mentres a instancia está sen conexión. Para obter máis detalles, le {linkstart}a páxina de documentación sobre isto ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente empregase SQLite como infraestrutura da base de datos. Para instalacións máis grandes recomendámoslle que cambie a unha infraestrutura de base de datos diferente.",
@@ -134,8 +138,10 @@ OC.L10N.register(
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar esta incidencia.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Fallou a actualización. Informe desta incidencia na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
"Continue to {productName}" : "Continúa a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["A actualización foi exitosa. Redirixindoche a {productName} en %n segundo.","A actualización foi exitosa. Redirixindoche a {productName} en %n segundos."],
"More apps" : "Máis aplicacións",
"Currently open" : "Actualmente aberto",
+ "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificacións"],
"Log in" : "Acceder",
"Logging in …" : "Acceder…",
"Server side authentication failed!" : "A autenticación fracasou do lado do servidor!",
@@ -178,6 +184,7 @@ OC.L10N.register(
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicación de correo sinxela e ben integrada con Ficheiros, Contactos e Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Conversas, videochamadas, compartición de pantalla, xuntanzas en liña e conferencias web; no seu navegador e con aplicacións móbiles.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Documentos, follas de cálculo e presentacións colaborativas, feitos en Collabora Online.",
+ "Search contacts" : "Buscar contactos",
"Forgot password?" : "Esqueceu o contrasinal?",
"Log in with a device" : "Acceder cun dispositivo",
"Back" : "Atrás",
@@ -346,6 +353,7 @@ OC.L10N.register(
"Skip to main content" : "Ir ao contido principal",
"Skip to navigation of app" : "Ir á navegación da aplicación",
"Get your own free account" : "Obteña a súa propia conta de balde",
+ "%s homepage" : "%s páxina de inicio",
"Confirm your password" : "Confirme o seu contrasinal",
"%s's homepage" : "Páxina principal de %s",
"Connect to your account" : "Conectar á sua conta",
@@ -414,6 +422,7 @@ OC.L10N.register(
"More apps menu" : "Menú doutras aplicacións",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
- "Setup two-factor authentication" : "Estabelecer a autenticación de dous factores"
+ "Setup two-factor authentication" : "Estabelecer a autenticación de dous factores",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualiza o teu sistema operativo e PHP a 64 bits. Para obter máis detalles, le {linkstart}a páxina de documentación sobre isto ↗{linkend}."
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/gl.json b/core/l10n/gl.json
index 7d9ff19f5c2..4348fec99d4 100644
--- a/core/l10n/gl.json
+++ b/core/l10n/gl.json
@@ -23,12 +23,15 @@
"State token does not match" : "O testemuño de estado non coincide",
"Invalid app password" : "Contrasinal da aplicación incorrecto ",
"Could not complete login" : "Non foi posíbel completar o acceso",
+ "State token missing" : "Falta o token de estado",
"Your login token is invalid or has expired" : "O seu testemuño de acceso non é válido ou caducou",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versión da comunidade de Nextcloud non é compatible e as notificacións push son limitadas.",
"Login" : "Acceder",
+ "Please try again" : "Por favor intentao de novo",
"Password reset is disabled" : "O restabelecemento de contrasinal está desactivado",
"Could not reset password because the token is expired" : "Non se puido restablecer o contrasinal porque o token caducou",
"Could not reset password because the token is invalid" : "Non se puido restablecer o contrasinal porque o token non é válido",
+ "Password is too long. Maximum allowed length is 469 characters." : "O contrasinal é demasiado longo. A lonxitude máxima permitida é de 469 caracteres.",
"%s password reset" : "Restabelecer o contrasinal %s",
"Password reset" : "Restabelecer o contrasinal",
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Prema no seguinte botón para restabelecer o seu contrasinal. Se vostede non solicitou o restabelecemento do contrasinal, entón ignore este correo.",
@@ -97,6 +100,7 @@
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "A esta instancia fáltanlle algúns módulos PHP recomendados. Para mellorar o rendemento e aumentar a compatibilidade, recomendase encarecidamente instalalos.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "O módulo PHP \"imagick\" non está habilitado aínda que a aplicación de tematización si. Para que a xeración de favicon funcione correctamente, é necesario instalar e habilitar este módulo.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Os módulos PHP \"gmp\" e/ou \"bcmath\" non están activados. Se utilizas a autenticación sen contrasinal de WebAuthn, estes módulos son necesarios.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualiza o teu sistema operativo e PHP a 64 bits. Para obter máis detalles, lea {linkstart}a páxina de documentación ↗{linkend} sobre isto.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "O módulo php-imagick nesta instancia non ten soporte SVG. Para unha mellor compatibilidade recoméndase instalalo.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Algunhas columnas da base de datos non teñen unha conversión a big int. Debido ao feito de que cambiar os tipos de columnas en grandes táboas pode levar algún tempo, non se cambian automaticamente. Ao executar \"occ db:convert-filecache-bigint\" os cambios pendentes poderían aplicarse manualmente. Esta operación debe realizarse mentres a instancia está sen conexión. Para obter máis detalles, le {linkstart}a páxina de documentación sobre isto ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente empregase SQLite como infraestrutura da base de datos. Para instalacións máis grandes recomendámoslle que cambie a unha infraestrutura de base de datos diferente.",
@@ -132,8 +136,10 @@
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Fallou a actualización. Obteña máis información <a href=\"{url}\">consultando o noso artigo no foro</a> para arranxar esta incidencia.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Fallou a actualización. Informe desta incidencia na <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">comunidade de Nextcloud</a>.",
"Continue to {productName}" : "Continúa a {productName}",
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["A actualización foi exitosa. Redirixindoche a {productName} en %n segundo.","A actualización foi exitosa. Redirixindoche a {productName} en %n segundos."],
"More apps" : "Máis aplicacións",
"Currently open" : "Actualmente aberto",
+ "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificacións"],
"Log in" : "Acceder",
"Logging in …" : "Acceder…",
"Server side authentication failed!" : "A autenticación fracasou do lado do servidor!",
@@ -176,6 +182,7 @@
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Aplicación de correo sinxela e ben integrada con Ficheiros, Contactos e Calendario.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Conversas, videochamadas, compartición de pantalla, xuntanzas en liña e conferencias web; no seu navegador e con aplicacións móbiles.",
"Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Documentos, follas de cálculo e presentacións colaborativas, feitos en Collabora Online.",
+ "Search contacts" : "Buscar contactos",
"Forgot password?" : "Esqueceu o contrasinal?",
"Log in with a device" : "Acceder cun dispositivo",
"Back" : "Atrás",
@@ -344,6 +351,7 @@
"Skip to main content" : "Ir ao contido principal",
"Skip to navigation of app" : "Ir á navegación da aplicación",
"Get your own free account" : "Obteña a súa propia conta de balde",
+ "%s homepage" : "%s páxina de inicio",
"Confirm your password" : "Confirme o seu contrasinal",
"%s's homepage" : "Páxina principal de %s",
"Connect to your account" : "Conectar á sua conta",
@@ -412,6 +420,7 @@
"More apps menu" : "Menú doutras aplicacións",
"Contacts" : "Contactos",
"Contacts menu" : "Menú de contactos",
- "Setup two-factor authentication" : "Estabelecer a autenticación de dous factores"
+ "Setup two-factor authentication" : "Estabelecer a autenticación de dous factores",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Parece que está a executar unha versión de PHP de 32 bits. Nextcloud necesita 64 bits para funcionar ben. Actualiza o teu sistema operativo e PHP a 64 bits. Para obter máis detalles, le {linkstart}a páxina de documentación sobre isto ↗{linkend}."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index 640bf82ceaa..a78fb649b64 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -102,7 +102,7 @@ OC.L10N.register(
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Deze server mist een paar aanbevolen PHP-modules. Voor betere prestaties en compatibiliteit adviseren we om die te installeren.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "De PHP-module \"imagick\" is niet ingeschakeld, hoewel de thema-app dat wel is. Om ervoor te zorgen dat het genereren van favicons correct werkt, moet je deze module installeren en inschakelen.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "De PHP-modules \"gmp\" en/of \"bcmath\" zijn niet ingeschakeld. Als je WebAuthn-verificatie zonder wachtwoord gebruikt, zijn deze modules vereist.",
- "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Voor meer informatie vind u in de {linkstart}documentationpagina{linkend}",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Voor meer informatie vind u op de {linkstart}documentatiepagina{linkend}",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Module php-imagick op deze server heeft geen SVG-ondersteuning. Voor een betere compatibiliteit wordt aanbevolen om die te installeren.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van \"occ db:convert-filecache-bigint\" worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar {linkstart}de documentatie hierover ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
@@ -119,6 +119,7 @@ OC.L10N.register(
"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." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.",
"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." : "De \"{header}\" HTTP header is niet ingesteld als \"{expected}\". Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header is ingesteld als \"{expected}\". Sommige functies werken mogelijk niet zoals bedoeld en we adviseren om deze instelling te wijzigen.",
+ "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "De HTTP-header \"{header}\" bevat niet de waarde \"{expected}\". Dit is een mogelijk veiligheids- of privacyrisico, aangezien het aangeraden is om deze instelling aan te passen.",
"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}." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de {linkstart}W3C aanbeveling ↗{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}." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de {linkstart}security tips ↗{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}." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de {linkstart}security tips ↗{linkend}.",
@@ -421,6 +422,7 @@ OC.L10N.register(
"More apps menu" : "Meer apps menu",
"Contacts" : "Contactpersonen",
"Contacts menu" : "Contacten menu",
- "Setup two-factor authentication" : "Instellen tweefactor authenticatie"
+ "Setup two-factor authentication" : "Instellen tweefactor authenticatie",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}"
},
"nplurals=2; plural=(n != 1);");
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 51ff6d66c40..190d093706c 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -100,7 +100,7 @@
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Deze server mist een paar aanbevolen PHP-modules. Voor betere prestaties en compatibiliteit adviseren we om die te installeren.",
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "De PHP-module \"imagick\" is niet ingeschakeld, hoewel de thema-app dat wel is. Om ervoor te zorgen dat het genereren van favicons correct werkt, moet je deze module installeren en inschakelen.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "De PHP-modules \"gmp\" en/of \"bcmath\" zijn niet ingeschakeld. Als je WebAuthn-verificatie zonder wachtwoord gebruikt, zijn deze modules vereist.",
- "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Voor meer informatie vind u in de {linkstart}documentationpagina{linkend}",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Voor meer informatie vind u op de {linkstart}documentatiepagina{linkend}",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Module php-imagick op deze server heeft geen SVG-ondersteuning. Voor een betere compatibiliteit wordt aanbevolen om die te installeren.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Sommige kolommen in de database zijn niet geconverteerd naar 'big int'. Doordat het wijzigen van kolomtype op grote databases veel tijd kost, zijn ze niet automatisch gewijzigd. Door het uitvoeren van \"occ db:convert-filecache-bigint\" worden de veranderingen alsnog uitgevoerd. Dat moet gebeuren als de server off-line staat. Voor meer informatie verwijzen we naar {linkstart}de documentatie hierover ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "SQLite wordt momenteel gebruikt als backend database. Voor grotere installaties adviseren we dat je omschakelt naar een andere database backend.",
@@ -117,6 +117,7 @@
"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." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.",
"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." : "De \"{header}\" HTTP header is niet ingesteld als \"{expected}\". Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "De \"{header}\" HTTP header is ingesteld als \"{expected}\". Sommige functies werken mogelijk niet zoals bedoeld en we adviseren om deze instelling te wijzigen.",
+ "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "De HTTP-header \"{header}\" bevat niet de waarde \"{expected}\". Dit is een mogelijk veiligheids- of privacyrisico, aangezien het aangeraden is om deze instelling aan te passen.",
"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}." : "De \"{header}\" HTTP header is niet ingesteld op \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" of \"{val5}\". Hierdoor kan verwijzingsinformatie uitlekken. Zie de {linkstart}W3C aanbeveling ↗{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}." : "De \"Strict-Transport-Security\" HTTP header is niet ingesteld als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in de {linkstart}security tips ↗{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}." : "De site is onveilig verbonden over HTTP. We adviseren je dringend om je server zo te configureren dat HTTPS wordt vereist, zoals beschreven in de {linkstart}security tips ↗{linkend}.",
@@ -419,6 +420,7 @@
"More apps menu" : "Meer apps menu",
"Contacts" : "Contactpersonen",
"Contacts menu" : "Contacten menu",
- "Setup two-factor authentication" : "Instellen tweefactor authenticatie"
+ "Setup two-factor authentication" : "Instellen tweefactor authenticatie",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Het lijkt erop dat er een 32-bits versie van PHP word gebruikt. Nextcloud heeft de 64-bits versie nodig om goed te draaien. Upgrade a.u.b uw systeem en PHP naar de 64-bits versie! Meer informatie vind u op de {linkstart}documentatiepagina{linkend}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/core/l10n/sl.js b/core/l10n/sl.js
index 1c1a4aba29f..18d170e2a3c 100644
--- a/core/l10n/sl.js
+++ b/core/l10n/sl.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"State token does not match" : "Žeton stanja ni skladen",
"Invalid app password" : "Neveljavno geslo programa",
"Could not complete login" : "Prijave ni mogoče dokončati",
+ "State token missing" : "Manjka žeton stanja",
"Your login token is invalid or has expired" : "Prijavni žeton je neveljaven, ali pa je že potekel.",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Ta skupnostna objava oblaka Nextcloud ni podprta, nekatera potisna obvestila so zato omejena.",
"Login" : "Prijava",
@@ -77,9 +78,11 @@ OC.L10N.register(
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manjka modul PHP »fileinfo«. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
"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 {linkstart}documentation ↗{linkend} for more information." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Prepričajte se, da se v datoteki config.php nastavitev možnosti »overwrite.cli.ur«\" sklicuje na naslov URL, ki ga uporabniki uporabljajo za dostop do oblaka Nextcloud, na primer z: »{suggestedOverwriteCliURL}«. V nasprotnem primeru lahko prihaja do težav pri ustvarjanju naslova URL s sejo cron (prav tako je mogoče, da predlagani naslov URL ni tisti, ki ga uporabniki za dostop do oblaka uporabljajo najpogosteje, zato je v vsakem primeru naslov priporočljivo preveriti dvakrat.)",
"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." : "Med nastavitvami namestitve ni določenega privzetega telefonskega področja. To je pomembno za overjanje telefonskih številk brez uporabe kode države. Za vpis številk brez kode je treba dodati možnost »default_phone_region« z ustrezno kodo regije po določilih {linkstart}ISO 3166-1 ↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ni mogoče izvesti opravila cron prek vmesnika ukazne vrstice. Pojavile so se tehnične napake:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Zadnje ozadnje izvajanje opravila je potekalo {relativeTime}. Kaže, da je nekaj narobe. {linkstart}Preverite nastavitve ozadnjih programov ↗{linkend}",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "To je nepodprta skupnostna izgradnja oblaka Nextcloud. Glede na velikost ni mogoče zagotoviti zmogljivosti, celovite zanesljivosti in razširljivosti. Potisna obvestila so onemogočena zaradi preobremenitve brezplačnih storitev. Več podrobnosti o prednostih poslovnih storitev Nextcloud Enterprise je zbranih na spletni strani {linkstart}https://nextcloud.com/enterprise{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." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, niso mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
"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}." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v {linkstart}dokumentaciji ↗{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}." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
@@ -97,6 +100,9 @@ OC.L10N.register(
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Manjka izbirni stolpec »{columnName}« v razpredelnici »{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." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Namestitev PHP ne vključuje nekaterih priporočenih modulov. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Modul PHP »imagick« ni omogočen, je pa zagnan program za oblikovanje vmesnika. Za pravilno delovanje ustvarjanja ikon je treba modul namestiti in omogočiti.",
+ "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Modula PHP »gmp« in/ali »bcmath« nista omogočena. Pri uporabi overitve brez gesla WebAuthn sta ta modula zahtevana.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}the documentation page ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick ne vključuje podpore za SVG. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Nekateri stolpci v podatkovni zbirki so brez pretvornika velikih števil. Ker je spreminjanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso spremenjeni samodejno. Z ukazom »occ db:convert-filecache-bigint« je mogoče te spremembe dodati ročno. Opravilo je treba izvesti, ko okolje ni dejavno. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Trenutno je uporabljena ozadnja podatkovna zbirka SQLite. Za obsežnejše sisteme je priporočljiv prehod na drugo vrsto zbirke.",
@@ -110,6 +116,7 @@ OC.L10N.register(
"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}." : "Dostop do okolja poteka prek varne povezave, a ta ustvarja ne-varne naslove URL. To najverjetneje pomeni, da je strežnik za povratnim strežnikom in da spremenljivke nastavitev niso pravilno nastavljene. Več o tem je zabeleženo v {linkstart}dokumentaciji ↗{linkend}.",
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
"For more details see the {linkstart}documentation ↗{linkend}." : "Za več podrobnosti preverite {linkstart}dokumentacijo ↗{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." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.",
"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." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. To predstavlja potencialno varnostno ali zasebnostno tveganje, zato je priporočljivo prilagoditi nastavitve.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. Nekatere možnosti morda ne bodo delovale pravilno, zato je priporočljivo prilagoditi nastavitve.",
"The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
@@ -176,13 +183,18 @@ OC.L10N.register(
"Keep your colleagues and friends in one place without leaking their private info." : "Združite sodelavce in prijatelje na enem mestu brez skrbi za njihove zasebne podatke.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Enostaven program za pošto se odlično povezuje z Datotekami, Stiki in Koledarjem.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Klepet, video klici, souporaba zaslonske slike, spletni sestanki in konference – znotraj brskalnika in z mobilnimi napravami.",
+ "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Sodelovanje pri ustvarjanju dokumentov, preglednic in predstavitev, ki zahtevajo storitev Collabora Online.",
"Search contacts" : "Poišči med stiki",
"Forgot password?" : "Ali ste pozabili geslo?",
"Log in with a device" : "Prijava z napravo",
"Back" : "Nazaj",
"Login form is disabled." : "Prijavni obrazec je onemogočen.",
"Edit Profile" : "Uredi profil",
+ "The headline and about sections will show up here" : "Naslovnica in odsek s podatki bo prikazan na tem mestu.",
"You have not added any info yet" : "Ni še vpisanih podrobnosti",
+ "{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih podrobnosti.",
+ "Error opening the user status modal, try hard refreshing the page" : "Prišlo je do napake pri odpiranju modalnega okna stanja uporabnika. Napako je mogoče razrešiti z osvežitvijo strani.",
+ "Search starts once you start typing and results may be reached with the arrow keys" : "Iskanje se začne, ko začnete vpisovati besedilo, do rezultatov pa je mogoče dostop tudi s smernimi tipkami.",
"Reset search" : "Ponastavi iskanje",
"Start search" : "Začni z iskanjem",
"Search for {name} only" : "Išči le za {name}",
@@ -341,6 +353,7 @@ OC.L10N.register(
"Skip to main content" : "Preskoči na glavno vsebino",
"Skip to navigation of app" : "Preskoči na program za krmarjenje",
"Get your own free account" : "Pridobite brezplačni račun",
+ "%s homepage" : "Spletna stran osebe %s",
"Confirm your password" : "Potrdite geslo",
"%s's homepage" : "%s domača stran",
"Connect to your account" : "Povežite z računom",
@@ -357,9 +370,10 @@ OC.L10N.register(
"You can close this window." : "To okno lahko zaprete.",
"This share is password-protected" : "To mesto je zaščiteno z geslom",
"The password is wrong or expired. Please try again or request a new one." : "Geslo je napačno ali je preteklo. Poskusite znova ali zahtevajte novo geslo.",
- "Please type in your email address to request a temporary password" : "Prosimo vpišite vaš email naslov, da vam dodelimo začasno geslo",
+ "Please type in your email address to request a temporary password" : "Vpišite elektronski naslov, na katerega bo začasno dodeljeno gesla.",
"Email address" : "Elektronski naslov",
"Password sent!" : "Geslo je poslano!",
+ "You are not authorized to request a password for this share" : "Za zahteve pridobitve gesla ni ustreznih dovoljenj",
"Go to %s" : "Odpri oblak %s",
"Two-factor authentication" : "Dvo-stopenjska overitev",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Za vaš račun je omogočena zahteva za višjo raven varnosti. Izberite drugo stopnjo overitve:",
@@ -393,7 +407,9 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v vzdrževalnem načinu, kar onemogoča prijavo.",
"This page will refresh itself when the instance is available again." : "Stran bo samodejno osvežena, ko bo okolje spet pripravljeno za delo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Če se bo to sporočilo še naprej nepričakovano pojavljalo, stopite v stik s skrbnikom sistema.",
+ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ta skupnostna objava oblaka Nextcloud ni podprta in obvestila niso na voljo.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications have been disabled to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at nextcloud.com/enterprise." : "To je nepodprta skupnostna izgradnja oblaka Nextcloud. Glede na velikost ni mogoče zagotoviti zmogljivosti, celovite zanesljivosti in razširljivosti. Potisna obvestila so onemogočena zaradi preobremenitve brezplačnih storitev. Več podrobnosti o prednostih poslovnih storitev Nextcloud Enterprise je zbranih na spletni strani nextcloud.com/enterprise.",
"Nextcloud 23 is the last release supporting PHP 7.3. Nextcloud 24 requires at least PHP 7.4." : "Okolje Nextcloud 23 je zadnja različica, ki omogoča podporo PHP 7.3. Nextcloud 24 zahteva vsaj različico PHP 7.4.",
"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." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
"Collaboratively edit office documents." : "Sodelovalno urejanje pisarniških dokumentov.",
@@ -406,6 +422,7 @@ OC.L10N.register(
"More apps menu" : "Meni več programov",
"Contacts" : "Stiki",
"Contacts menu" : "Meni Stikov",
- "Setup two-factor authentication" : "Nastavite dvostopenjsko overitev"
+ "Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}dokumentacije{linkend}."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/core/l10n/sl.json b/core/l10n/sl.json
index d4124892a94..8ebf502c0ec 100644
--- a/core/l10n/sl.json
+++ b/core/l10n/sl.json
@@ -23,6 +23,7 @@
"State token does not match" : "Žeton stanja ni skladen",
"Invalid app password" : "Neveljavno geslo programa",
"Could not complete login" : "Prijave ni mogoče dokončati",
+ "State token missing" : "Manjka žeton stanja",
"Your login token is invalid or has expired" : "Prijavni žeton je neveljaven, ali pa je že potekel.",
"This community release of Nextcloud is unsupported and push notifications are limited." : "Ta skupnostna objava oblaka Nextcloud ni podprta, nekatera potisna obvestila so zato omejena.",
"Login" : "Prijava",
@@ -75,9 +76,11 @@
"Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Podatkovna zbirka ni zagnana na ravni »READ COMMITTED«. To lahko povzroči težave pri vzporednem izvajanju dejanj.",
"The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Manjka modul PHP »fileinfo«. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
"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 {linkstart}documentation ↗{linkend} for more information." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
+ "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"{suggestedOverwriteCliURL}\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "Prepričajte se, da se v datoteki config.php nastavitev možnosti »overwrite.cli.ur«\" sklicuje na naslov URL, ki ga uporabniki uporabljajo za dostop do oblaka Nextcloud, na primer z: »{suggestedOverwriteCliURL}«. V nasprotnem primeru lahko prihaja do težav pri ustvarjanju naslova URL s sejo cron (prav tako je mogoče, da predlagani naslov URL ni tisti, ki ga uporabniki za dostop do oblaka uporabljajo najpogosteje, zato je v vsakem primeru naslov priporočljivo preveriti dvakrat.)",
"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." : "Med nastavitvami namestitve ni določenega privzetega telefonskega področja. To je pomembno za overjanje telefonskih številk brez uporabe kode države. Za vpis številk brez kode je treba dodati možnost »default_phone_region« z ustrezno kodo regije po določilih {linkstart}ISO 3166-1 ↗{linkend}.",
"It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Ni mogoče izvesti opravila cron prek vmesnika ukazne vrstice. Pojavile so se tehnične napake:",
"Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "Zadnje ozadnje izvajanje opravila je potekalo {relativeTime}. Kaže, da je nekaj narobe. {linkstart}Preverite nastavitve ozadnjih programov ↗{linkend}",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications are limited to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at {linkstart}https://nextcloud.com/enterprise{linkend}." : "To je nepodprta skupnostna izgradnja oblaka Nextcloud. Glede na velikost ni mogoče zagotoviti zmogljivosti, celovite zanesljivosti in razširljivosti. Potisna obvestila so onemogočena zaradi preobremenitve brezplačnih storitev. Več podrobnosti o prednostih poslovnih storitev Nextcloud Enterprise je zbranih na spletni strani {linkstart}https://nextcloud.com/enterprise{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." : "Strežnik je brez vzpostavljene internetne povezave. Več končnih točk ni mogoče doseči. To pomeni, da priklapljanje zunanjih diskov, opozorila za posodobitve in namestitve programske opreme iz drugih virov, niso mogoče. Oddaljen dostop do datotek in pošiljanje obvesti najverjetneje prav tako ne deluje. Vzpostavite povezavo, da omogočite vso funkcionalnost.",
"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}." : "Ni nastavljenega predpomnilnika. Za izboljšanje hitrosti delovanja je treba predpomnilnik memcache, če je na voljo, ustrezno nastaviti. Več podrobnosti je na voljo v {linkstart}dokumentaciji ↗{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}." : "Iz varnostnih razlogov je priporočljivo nastaviti ustrezen vir za naključno ustvarjanje podatkov, ki ga uporablja PHP. Več podrobnosti je zapisanih v {linkstart}dokumentaciji ↗{linkend}.",
@@ -95,6 +98,9 @@
"Missing optional column \"{columnName}\" in table \"{tableName}\"." : "Manjka izbirni stolpec »{columnName}« v razpredelnici »{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." : "V podatkovni zbirki manjka nekaj izbirnih stolpcev. Ker je dodajanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno, ker so v osnovi izbirna. Z ukazom »occ db:add-missing-columns« je stolpce mogoče varno dodati ročno med delovanjem sistema. Po dodajanju bo odzivnost in uporabnost nekaterih zmožnosti občutna izboljšana.",
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them." : "Namestitev PHP ne vključuje nekaterih priporočenih modulov. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
+ "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Modul PHP »imagick« ni omogočen, je pa zagnan program za oblikovanje vmesnika. Za pravilno delovanje ustvarjanja ikon je treba modul namestiti in omogočiti.",
+ "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Modula PHP »gmp« in/ali »bcmath« nista omogočena. Pri uporabi overitve brez gesla WebAuthn sta ta modula zahtevana.",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page ↗{linkend} about this." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}the documentation page ↗{linkend}.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Modul php-imagick ne vključuje podpore za SVG. Za izboljšanje delovanja in boljšo skladnost jih je zelo priporočljivo omogočiti.",
"Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Nekateri stolpci v podatkovni zbirki so brez pretvornika velikih števil. Ker je spreminjanje stolpcev na velikih razpredelnicah časovno izredno zahtevno opravilo, ti niso spremenjeni samodejno. Z ukazom »occ db:convert-filecache-bigint« je mogoče te spremembe dodati ročno. Opravilo je treba izvesti, ko okolje ni dejavno. Več podrobnosti je zabeleženih v {linkstart}dokumentaciji ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Trenutno je uporabljena ozadnja podatkovna zbirka SQLite. Za obsežnejše sisteme je priporočljiv prehod na drugo vrsto zbirke.",
@@ -108,6 +114,7 @@
"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}." : "Dostop do okolja poteka prek varne povezave, a ta ustvarja ne-varne naslove URL. To najverjetneje pomeni, da je strežnik za povratnim strežnikom in da spremenljivke nastavitev niso pravilno nastavljene. Več o tem je zabeleženo v {linkstart}dokumentaciji ↗{linkend}.",
"Error occurred while checking server setup" : "Prišlo je do napake med preverjanjem nastavitev strežnika",
"For more details see the {linkstart}documentation ↗{linkend}." : "Za več podrobnosti preverite {linkstart}dokumentacijo ↗{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." : "Podatkovna mapa in datoteke so najverjetneje dostopni na Internetu, ker datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da dostop do mape z zunanjega omrežja ni mogoč, ali pa tako, da podatkovno mapo prestavite izven korenske mape strežnika.",
"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." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. To predstavlja potencialno varnostno ali zasebnostno tveganje, zato je priporočljivo prilagoditi nastavitve.",
"The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "Glava HTTP »{header}« ni nastavljena na pričakovano vrednost »{expected}«. Nekatere možnosti morda ne bodo delovale pravilno, zato je priporočljivo prilagoditi nastavitve.",
"The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
@@ -174,13 +181,18 @@
"Keep your colleagues and friends in one place without leaking their private info." : "Združite sodelavce in prijatelje na enem mestu brez skrbi za njihove zasebne podatke.",
"Simple email app nicely integrated with Files, Contacts and Calendar." : "Enostaven program za pošto se odlično povezuje z Datotekami, Stiki in Koledarjem.",
"Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Klepet, video klici, souporaba zaslonske slike, spletni sestanki in konference – znotraj brskalnika in z mobilnimi napravami.",
+ "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Sodelovanje pri ustvarjanju dokumentov, preglednic in predstavitev, ki zahtevajo storitev Collabora Online.",
"Search contacts" : "Poišči med stiki",
"Forgot password?" : "Ali ste pozabili geslo?",
"Log in with a device" : "Prijava z napravo",
"Back" : "Nazaj",
"Login form is disabled." : "Prijavni obrazec je onemogočen.",
"Edit Profile" : "Uredi profil",
+ "The headline and about sections will show up here" : "Naslovnica in odsek s podatki bo prikazan na tem mestu.",
"You have not added any info yet" : "Ni še vpisanih podrobnosti",
+ "{user} has not added any info yet" : "Oseba {user} še ni dodala nobenih podrobnosti.",
+ "Error opening the user status modal, try hard refreshing the page" : "Prišlo je do napake pri odpiranju modalnega okna stanja uporabnika. Napako je mogoče razrešiti z osvežitvijo strani.",
+ "Search starts once you start typing and results may be reached with the arrow keys" : "Iskanje se začne, ko začnete vpisovati besedilo, do rezultatov pa je mogoče dostop tudi s smernimi tipkami.",
"Reset search" : "Ponastavi iskanje",
"Start search" : "Začni z iskanjem",
"Search for {name} only" : "Išči le za {name}",
@@ -339,6 +351,7 @@
"Skip to main content" : "Preskoči na glavno vsebino",
"Skip to navigation of app" : "Preskoči na program za krmarjenje",
"Get your own free account" : "Pridobite brezplačni račun",
+ "%s homepage" : "Spletna stran osebe %s",
"Confirm your password" : "Potrdite geslo",
"%s's homepage" : "%s domača stran",
"Connect to your account" : "Povežite z računom",
@@ -355,9 +368,10 @@
"You can close this window." : "To okno lahko zaprete.",
"This share is password-protected" : "To mesto je zaščiteno z geslom",
"The password is wrong or expired. Please try again or request a new one." : "Geslo je napačno ali je preteklo. Poskusite znova ali zahtevajte novo geslo.",
- "Please type in your email address to request a temporary password" : "Prosimo vpišite vaš email naslov, da vam dodelimo začasno geslo",
+ "Please type in your email address to request a temporary password" : "Vpišite elektronski naslov, na katerega bo začasno dodeljeno gesla.",
"Email address" : "Elektronski naslov",
"Password sent!" : "Geslo je poslano!",
+ "You are not authorized to request a password for this share" : "Za zahteve pridobitve gesla ni ustreznih dovoljenj",
"Go to %s" : "Odpri oblak %s",
"Two-factor authentication" : "Dvo-stopenjska overitev",
"Enhanced security is enabled for your account. Choose a second factor for authentication:" : "Za vaš račun je omogočena zahteva za višjo raven varnosti. Izberite drugo stopnjo overitve:",
@@ -391,7 +405,9 @@
"This %s instance is currently in maintenance mode, which may take a while." : "Strežnik %s je trenutno v vzdrževalnem načinu, kar onemogoča prijavo.",
"This page will refresh itself when the instance is available again." : "Stran bo samodejno osvežena, ko bo okolje spet pripravljeno za delo.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Če se bo to sporočilo še naprej nepričakovano pojavljalo, stopite v stik s skrbnikom sistema.",
+ "This community release of Nextcloud is unsupported and instant notifications are unavailable." : "Ta skupnostna objava oblaka Nextcloud ni podprta in obvestila niso na voljo.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Poteka preverjanje razpredelnice %s",
+ "This is the unsupported community build of Nextcloud. Given the size of this instance, performance, reliability and scalability cannot be guaranteed. Push notifications have been disabled to avoid overloading our free service. Learn more about the benefits of Nextcloud Enterprise at nextcloud.com/enterprise." : "To je nepodprta skupnostna izgradnja oblaka Nextcloud. Glede na velikost ni mogoče zagotoviti zmogljivosti, celovite zanesljivosti in razširljivosti. Potisna obvestila so onemogočena zaradi preobremenitve brezplačnih storitev. Več podrobnosti o prednostih poslovnih storitev Nextcloud Enterprise je zbranih na spletni strani nextcloud.com/enterprise.",
"Nextcloud 23 is the last release supporting PHP 7.3. Nextcloud 24 requires at least PHP 7.4." : "Okolje Nextcloud 23 je zadnja različica, ki omogoča podporo PHP 7.3. Nextcloud 24 zahteva vsaj različico PHP 7.4.",
"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." : "Glava \"{header}\" HTTP ne vsebuje »{expected}«. To je potencialno varnostna luknja, zato priporočamo prilagoditev nastavitev.",
"Collaboratively edit office documents." : "Sodelovalno urejanje pisarniških dokumentov.",
@@ -404,6 +420,7 @@
"More apps menu" : "Meni več programov",
"Contacts" : "Stiki",
"Contacts menu" : "Meni Stikov",
- "Setup two-factor authentication" : "Nastavite dvostopenjsko overitev"
+ "Setup two-factor authentication" : "Nastavite dvostopenjsko overitev",
+ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit! For further details read {linkstart}the documentation page about this ↗{linkend}." : "Kaže, da uporabljate 32-bitno različico PHP. Oblak Nextcloud zahteva za optimalno delovanje 64-bitno različico, zato je operacijski sistem in PHP priporočljivo nadgraditi! Več podrobnosti je na na voljo na straneh {linkstart}dokumentacije{linkend}."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/core/l10n/sv.js b/core/l10n/sv.js
index e12d39c673a..85720595337 100644
--- a/core/l10n/sv.js
+++ b/core/l10n/sv.js
@@ -332,6 +332,7 @@ OC.L10N.register(
"Skip to main content" : "Skippa till huvudinnehållet",
"Skip to navigation of app" : "Skippa till navigering av app",
"Get your own free account" : "Skaffa ett eget gratiskonto",
+ "%s homepage" : "%s hemsida",
"Confirm your password" : "Bekräfta ditt lösenord",
"%s's homepage" : "%s's hemsida",
"Connect to your account" : "Anslut ditt konto",
diff --git a/core/l10n/sv.json b/core/l10n/sv.json
index ecabb053354..0dfeba4583f 100644
--- a/core/l10n/sv.json
+++ b/core/l10n/sv.json
@@ -330,6 +330,7 @@
"Skip to main content" : "Skippa till huvudinnehållet",
"Skip to navigation of app" : "Skippa till navigering av app",
"Get your own free account" : "Skaffa ett eget gratiskonto",
+ "%s homepage" : "%s hemsida",
"Confirm your password" : "Bekräfta ditt lösenord",
"%s's homepage" : "%s's hemsida",
"Connect to your account" : "Anslut ditt konto",