From a50b34fe1993d552ac3e6d1e638dcf4c5efeceab Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 13 Oct 2022 02:15:18 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/files/l10n/sv.js | 6 +++--- apps/files/l10n/sv.json | 6 +++--- apps/files_external/l10n/sv.js | 2 +- apps/files_external/l10n/sv.json | 2 +- apps/settings/l10n/hu.js | 1 + apps/settings/l10n/hu.json | 1 + apps/settings/l10n/sv.js | 2 +- apps/settings/l10n/sv.json | 2 +- apps/theming/l10n/hu.js | 3 +++ apps/theming/l10n/hu.json | 3 +++ core/l10n/ca.js | 8 ++++---- core/l10n/ca.json | 8 ++++---- core/l10n/es.js | 11 +++++++++++ core/l10n/es.json | 11 +++++++++++ 14 files changed, 48 insertions(+), 18 deletions(-) diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index f5372f0448a..1bd3b38aafa 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -7,7 +7,7 @@ OC.L10N.register( "File could not be found" : "Fil kunde inte hittas", "Move or copy" : "Flytta eller kopiera", "Download" : "Hämta", - "Delete" : "Ta bort", + "Delete" : "Radera", "Tags" : "Taggar", "Home" : "Hem", "Close" : "Stäng", @@ -125,9 +125,9 @@ OC.L10N.register( "You changed an encrypted file in {file}" : "Du ändrade en krypterad fil i {file}", "{user} changed {file}" : "{user} ändrade {file}", "{user} changed an encrypted file in {file}" : "{user} ändrade en krypterad fil i {file}", - "You deleted {file}" : "Du tog bort {file}", + "You deleted {file}" : "Du raderade {file}", "You deleted an encrypted file in {file}" : "Du tog bort en krypterad fil i {file}", - "{user} deleted {file}" : "{user} tog bort {file}", + "{user} deleted {file}" : "{user} raderade {file}", "{user} deleted an encrypted file in {file}" : "{user} tog bort en krypterad fil i {file}", "You restored {file}" : "Du återställde {file}", "{user} restored {file}" : "{user} återställde {file}", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index ea18516bb7c..5a086bbe1ea 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -5,7 +5,7 @@ "File could not be found" : "Fil kunde inte hittas", "Move or copy" : "Flytta eller kopiera", "Download" : "Hämta", - "Delete" : "Ta bort", + "Delete" : "Radera", "Tags" : "Taggar", "Home" : "Hem", "Close" : "Stäng", @@ -123,9 +123,9 @@ "You changed an encrypted file in {file}" : "Du ändrade en krypterad fil i {file}", "{user} changed {file}" : "{user} ändrade {file}", "{user} changed an encrypted file in {file}" : "{user} ändrade en krypterad fil i {file}", - "You deleted {file}" : "Du tog bort {file}", + "You deleted {file}" : "Du raderade {file}", "You deleted an encrypted file in {file}" : "Du tog bort en krypterad fil i {file}", - "{user} deleted {file}" : "{user} tog bort {file}", + "{user} deleted {file}" : "{user} raderade {file}", "{user} deleted an encrypted file in {file}" : "{user} tog bort en krypterad fil i {file}", "You restored {file}" : "Du återställde {file}", "{user} restored {file}" : "{user} återställde {file}", diff --git a/apps/files_external/l10n/sv.js b/apps/files_external/l10n/sv.js index 7b329f9d726..749386a4734 100644 --- a/apps/files_external/l10n/sv.js +++ b/apps/files_external/l10n/sv.js @@ -133,7 +133,7 @@ OC.L10N.register( "Advanced settings" : "Avancerade inställningar", "Allow users to mount external storage" : "Tillåt användare att montera extern lagring", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globala användaruppgifter kan användas för att autentisera med flera externa lagrings-instanser som använder samma användaruppgifter.", - "Delete" : "Ta bort", + "Delete" : "Radera", "Are you sure you want to delete this external storage?" : "Är du säker på att du vill ta bort denna externa lagring?" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/sv.json b/apps/files_external/l10n/sv.json index 6a047ee7ec2..37ef34570fa 100644 --- a/apps/files_external/l10n/sv.json +++ b/apps/files_external/l10n/sv.json @@ -131,7 +131,7 @@ "Advanced settings" : "Avancerade inställningar", "Allow users to mount external storage" : "Tillåt användare att montera extern lagring", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Globala användaruppgifter kan användas för att autentisera med flera externa lagrings-instanser som använder samma användaruppgifter.", - "Delete" : "Ta bort", + "Delete" : "Radera", "Are you sure you want to delete this external storage?" : "Är du säker på att du vill ta bort denna externa lagring?" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index a21bf91bf7a..43a393f0059 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -281,6 +281,7 @@ OC.L10N.register( "Your biography" : "Az Ön életrajza", "Details" : "Részletek", "You are a member of the following groups:" : "Ön a következő csoportok tagja:", + "You are using {usage}" : "Ezt használja: {usage}", "Your full name" : "Az Ön teljes neve", "Email options" : "E-mail beállítások", "Primary email for password reset and notifications" : "Elsődleges e-mail-cím a jelszó-visszaállításhoz és az értesítésekhez", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index a6b5076b533..32892f43acd 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -279,6 +279,7 @@ "Your biography" : "Az Ön életrajza", "Details" : "Részletek", "You are a member of the following groups:" : "Ön a következő csoportok tagja:", + "You are using {usage}" : "Ezt használja: {usage}", "Your full name" : "Az Ön teljes neve", "Email options" : "E-mail beállítások", "Primary email for password reset and notifications" : "Elsődleges e-mail-cím a jelszó-visszaállításhoz és az értesítésekhez", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 0629ca7f956..81787efde20 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -112,7 +112,7 @@ OC.L10N.register( "Background jobs" : "Bakgrundsjobb", "Create" : "Skapa", "Change" : "Ändra", - "Delete" : "Ta bort", + "Delete" : "Radera", "Reshare" : "Dela vidare", "Unlimited" : "Obegränsat", "Verifying" : "Verifiera", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 60124efc554..ee3a4e2fc22 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -110,7 +110,7 @@ "Background jobs" : "Bakgrundsjobb", "Create" : "Skapa", "Change" : "Ändra", - "Delete" : "Ta bort", + "Delete" : "Radera", "Reshare" : "Dela vidare", "Unlimited" : "Obegränsat", "Verifying" : "Verifiera", diff --git a/apps/theming/l10n/hu.js b/apps/theming/l10n/hu.js index 724bfed5625..5dd5acce148 100644 --- a/apps/theming/l10n/hu.js +++ b/apps/theming/l10n/hu.js @@ -50,7 +50,10 @@ OC.L10N.register( "Privacy policy" : "Adatvédelmi irányelvek", "Adjust the Nextcloud theme" : "A Nextcloud téma módosítása", "Keyboard shortcuts" : "Gyorsbillentyűk", + "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." : "Egyes esetekben a gyorsbillentyűk összeakadhatnak az akadálymentesítési eszközökkel. Hogy helyesen tudjon fókuszálni az eszközre, itt letilthatja a gyorsbillentyűket. Ez az alkalmazásokban is letiltja az összes elérhető gyorsbillentyűt.", + "Disable all keyboard shortcuts" : "Összes gyorsbillentyű letiltása", "Background" : "Háttér", + "Set a custom background" : "Egyéni háttér beállítása", "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." : "Az akadálymentesítés fontos számunka. A webes szabványokat követjük, és ellenőrizzük, hogy minden használható egér nélkül, illetve akadálymentesítési technológiákkal, például képernyőolvasókkal. Arra törekszünk, hogy a {guidelines}Webes tartalomra vonatkozó akadálymentesítési irányelvek{linkend} 2.1-es változatának AA szinten, a magas kontrasztú témával pedig AAA szinten megfeleljünk.", "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}!" : "Ha problémákat tapasztal, jelentse a {issuetracker}hibakövetőnkben{linkend}. És ha segíteni szeretne, csatlakozzon a {designteam}dizájn csapatunkhoz{linkend}!", "Pick from Files" : "Válasszon a Fájlokból", diff --git a/apps/theming/l10n/hu.json b/apps/theming/l10n/hu.json index e445adf33a0..ccf9a4834d7 100644 --- a/apps/theming/l10n/hu.json +++ b/apps/theming/l10n/hu.json @@ -48,7 +48,10 @@ "Privacy policy" : "Adatvédelmi irányelvek", "Adjust the Nextcloud theme" : "A Nextcloud téma módosítása", "Keyboard shortcuts" : "Gyorsbillentyűk", + "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." : "Egyes esetekben a gyorsbillentyűk összeakadhatnak az akadálymentesítési eszközökkel. Hogy helyesen tudjon fókuszálni az eszközre, itt letilthatja a gyorsbillentyűket. Ez az alkalmazásokban is letiltja az összes elérhető gyorsbillentyűt.", + "Disable all keyboard shortcuts" : "Összes gyorsbillentyű letiltása", "Background" : "Háttér", + "Set a custom background" : "Egyéni háttér beállítása", "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." : "Az akadálymentesítés fontos számunka. A webes szabványokat követjük, és ellenőrizzük, hogy minden használható egér nélkül, illetve akadálymentesítési technológiákkal, például képernyőolvasókkal. Arra törekszünk, hogy a {guidelines}Webes tartalomra vonatkozó akadálymentesítési irányelvek{linkend} 2.1-es változatának AA szinten, a magas kontrasztú témával pedig AAA szinten megfeleljünk.", "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}!" : "Ha problémákat tapasztal, jelentse a {issuetracker}hibakövetőnkben{linkend}. És ha segíteni szeretne, csatlakozzon a {designteam}dizájn csapatunkhoz{linkend}!", "Pick from Files" : "Válasszon a Fájlokból", diff --git a/core/l10n/ca.js b/core/l10n/ca.js index f3f92bc7090..f3cea464c06 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -26,7 +26,7 @@ OC.L10N.register( "Invalid app password" : "La contrasenya de l'aplicació no és vàlida", "Could not complete login" : "No s'ha pogut completar l'inici de sessió", "Your login token is invalid or has expired" : "El testimoni d'inici de sessió no és vàlid o ha caducat", - "This community release of Nextcloud is unsupported and push notifications are limited." : "Aquesta versió de la comunitat de Nextcloud no te suport i les notificacions push estan limitades.", + "This community release of Nextcloud is unsupported and push notifications are limited." : "Aquesta versió de la comunitat de Nextcloud no té suport i les notificacions push estan limitades.", "Login" : "Inici de sessió", "Password reset is disabled" : "La reinicialització de contrasenya està inhabilitada", "Could not reset password because the token is expired" : "No s'ha pogut reinicialitzar la contrasenya perquè el testimoni ha caducat", @@ -53,7 +53,7 @@ OC.L10N.register( "Maintenance mode is kept active" : "El mode de manteniment es manté activat", "Updating database schema" : "S'està actualitzant l'esquema de la base de dades", "Updated database" : "S'ha actualitzat la base de dades", - "Update app \"%s\" from App Store" : "Actualitzeu l'aplicació «%s» de l'App Store", + "Update app \"%s\" from App Store" : "Actualitzeu l'aplicació «%s» de la Botiga d'aplicacions", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "S'està comprovant si es pot actualitzar l'esquema de la base de dades de %s (pot tardar molta estona segons la mida de la base de dades)", "Updated \"%1$s\" to %2$s" : "S'ha actualitzat «%1$s» a la versió %2$s", "Set log level to debug" : "S'ha establert el nivell de registre en depuració", @@ -73,8 +73,8 @@ OC.L10N.register( "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Encara no heu establert ni verificat la configuració del vostre servidor de correu electrònic. Si us plau, aneu a la {mailSettingsStart}Configuració bàsica{mailSettingsEnd} per configurar-les. A continuació, utilitzeu el botó \"Envia un correu electrònic\" a sota del formulari per verificar la vostra configuració.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no s'executa amb el nivell d'aïllament de transaccions «READ COMMITTED». Això pot provocar problemes quan s'executin diverses accions en paral·lel.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "No s'ha trobat el mòdul de PHP «fileinfo». És molt recomanable habilitar aquest mòdul per a obtenir els millors resultats amb la detecció de tipus 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." : "El bloqueig de fitxers transaccionals està desactivat, això pot provocar problemes amb les condicions de carrera. Activeu \"filelocking.enabled\" a config.php per evitar aquests problemes. Consulteu la {linkstart}documentació ↗{linkend} per obtenir més informació.", - "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.)" : "Assegureu-vos d'establir l'opció \"overwrite.cli.url\" al vostre fitxer config.php a l'URL que els vostres usuaris utilitzen principalment per accedir a aquest Nextcloud. Suggeriment: \"{suggestedOverwriteCliURL}\". En cas contrari, podria haver-hi problemes amb la generació d'URL mitjançant cron. (No obstant això, és possible que l'URL suggerit no sigui l'URL que els usuaris utilitzen principalment per accedir a aquest Nextcloud. El millor és comprovar-ho de nou en qualsevol cas.)", + "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." : "El bloqueig de fitxers transaccionals està inhabilitat, això pot provocar problemes amb les condicions de carrera. Activeu \"filelocking.enabled\" a config.php per evitar aquests problemes. Consulteu la {linkstart}documentació ↗{linkend} per obtenir més informació.", + "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.)" : "Assegureu-vos d'establir l'opció \"overwrite.cli.url\" al vostre fitxer config.php a l'URL que els vostres usuaris utilitzen principalment per tenir accés a aquest Nextcloud. Suggeriment: \"{suggestedOverwriteCliURL}\". En cas contrari, podria haver-hi problemes amb la generació d'URL mitjançant cron. (No obstant això, és possible que l'URL suggerit no sigui l'URL que els usuaris utilitzen principalment per tenir accés a aquest Nextcloud. El millor és comprovar-ho de nou en qualsevol cas.)", "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." : "La vostra instal·lació no té definida cap regió de telèfon predeterminada. Això és necessari per validar els números de telèfon a la configuració del perfil sense un codi de país. Per permetre números sense codi de país, afegiu \"default_phone_region\" amb el {linkstart}codi ISO 3166-1 ↗{linkend} corresponent de la regió al fitxer de configuració.", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No s'ha pogut executar la tasca del cron mitjançant la línia d'ordres. S'han produït els errors tècnics següents:", "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "L'última execució de la tasca en segon pla s'ha executat {relativeTime}. Alguna cosa sembla malament. {linkstart}Comproveu la configuració de tasques en segon pla ↗{linkend}.", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index d25baa4edd5..08376f430af 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -24,7 +24,7 @@ "Invalid app password" : "La contrasenya de l'aplicació no és vàlida", "Could not complete login" : "No s'ha pogut completar l'inici de sessió", "Your login token is invalid or has expired" : "El testimoni d'inici de sessió no és vàlid o ha caducat", - "This community release of Nextcloud is unsupported and push notifications are limited." : "Aquesta versió de la comunitat de Nextcloud no te suport i les notificacions push estan limitades.", + "This community release of Nextcloud is unsupported and push notifications are limited." : "Aquesta versió de la comunitat de Nextcloud no té suport i les notificacions push estan limitades.", "Login" : "Inici de sessió", "Password reset is disabled" : "La reinicialització de contrasenya està inhabilitada", "Could not reset password because the token is expired" : "No s'ha pogut reinicialitzar la contrasenya perquè el testimoni ha caducat", @@ -51,7 +51,7 @@ "Maintenance mode is kept active" : "El mode de manteniment es manté activat", "Updating database schema" : "S'està actualitzant l'esquema de la base de dades", "Updated database" : "S'ha actualitzat la base de dades", - "Update app \"%s\" from App Store" : "Actualitzeu l'aplicació «%s» de l'App Store", + "Update app \"%s\" from App Store" : "Actualitzeu l'aplicació «%s» de la Botiga d'aplicacions", "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "S'està comprovant si es pot actualitzar l'esquema de la base de dades de %s (pot tardar molta estona segons la mida de la base de dades)", "Updated \"%1$s\" to %2$s" : "S'ha actualitzat «%1$s» a la versió %2$s", "Set log level to debug" : "S'ha establert el nivell de registre en depuració", @@ -71,8 +71,8 @@ "You have not set or verified your email server configuration, yet. Please head over to the {mailSettingsStart}Basic settings{mailSettingsEnd} in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Encara no heu establert ni verificat la configuració del vostre servidor de correu electrònic. Si us plau, aneu a la {mailSettingsStart}Configuració bàsica{mailSettingsEnd} per configurar-les. A continuació, utilitzeu el botó \"Envia un correu electrònic\" a sota del formulari per verificar la vostra configuració.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "La base de dades no s'executa amb el nivell d'aïllament de transaccions «READ COMMITTED». Això pot provocar problemes quan s'executin diverses accions en paral·lel.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "No s'ha trobat el mòdul de PHP «fileinfo». És molt recomanable habilitar aquest mòdul per a obtenir els millors resultats amb la detecció de tipus 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." : "El bloqueig de fitxers transaccionals està desactivat, això pot provocar problemes amb les condicions de carrera. Activeu \"filelocking.enabled\" a config.php per evitar aquests problemes. Consulteu la {linkstart}documentació ↗{linkend} per obtenir més informació.", - "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.)" : "Assegureu-vos d'establir l'opció \"overwrite.cli.url\" al vostre fitxer config.php a l'URL que els vostres usuaris utilitzen principalment per accedir a aquest Nextcloud. Suggeriment: \"{suggestedOverwriteCliURL}\". En cas contrari, podria haver-hi problemes amb la generació d'URL mitjançant cron. (No obstant això, és possible que l'URL suggerit no sigui l'URL que els usuaris utilitzen principalment per accedir a aquest Nextcloud. El millor és comprovar-ho de nou en qualsevol cas.)", + "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." : "El bloqueig de fitxers transaccionals està inhabilitat, això pot provocar problemes amb les condicions de carrera. Activeu \"filelocking.enabled\" a config.php per evitar aquests problemes. Consulteu la {linkstart}documentació ↗{linkend} per obtenir més informació.", + "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.)" : "Assegureu-vos d'establir l'opció \"overwrite.cli.url\" al vostre fitxer config.php a l'URL que els vostres usuaris utilitzen principalment per tenir accés a aquest Nextcloud. Suggeriment: \"{suggestedOverwriteCliURL}\". En cas contrari, podria haver-hi problemes amb la generació d'URL mitjançant cron. (No obstant això, és possible que l'URL suggerit no sigui l'URL que els usuaris utilitzen principalment per tenir accés a aquest Nextcloud. El millor és comprovar-ho de nou en qualsevol cas.)", "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." : "La vostra instal·lació no té definida cap regió de telèfon predeterminada. Això és necessari per validar els números de telèfon a la configuració del perfil sense un codi de país. Per permetre números sense codi de país, afegiu \"default_phone_region\" amb el {linkstart}codi ISO 3166-1 ↗{linkend} corresponent de la regió al fitxer de configuració.", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No s'ha pogut executar la tasca del cron mitjançant la línia d'ordres. S'han produït els errors tècnics següents:", "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "L'última execució de la tasca en segon pla s'ha executat {relativeTime}. Alguna cosa sembla malament. {linkstart}Comproveu la configuració de tasques en segon pla ↗{linkend}.", diff --git a/core/l10n/es.js b/core/l10n/es.js index 90423f49d0a..db47cd05b18 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -26,6 +26,7 @@ OC.L10N.register( "Invalid app password" : "Contraseña de la app no válida", "Could not complete login" : "No se ha podido completar el inicio de sesión", "Your login token is invalid or has expired" : "Tu token de login no es válido o ha caducado", + "This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versión comunitaria de Nextcloud ya no está soportada y las notificaciones push son limitadas.", "Login" : "Iniciar sesión", "Password reset is disabled" : "El restablecimiento de la contraseña está deshabilitado", "Could not reset password because the token is expired" : "No se puede restablecer la contraseña porque el token de autenticación ha caducado.", @@ -77,6 +78,7 @@ OC.L10N.register( "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." : "La instalación no tiene establecida una región telefónica predeterminada. Esto es necesario para validar los números de teléfono en la configuración del perfil sin un código de país. Para permitir números sin código de país, por favor agregue \"default_phone_region\" con el respectivo {linkstart}código ISO 3166-1 ↗{linkend} de la región a su archivo de configuración.", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vía CLI. Han aparecido los siguientes errores técnicos:", "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "La última ejecución de los trabajos en segundo plano fue hace {relativeTime}. Parece que algo va mal. {linkstart}Compruebe la configuración de los trabajos en segundo plano ↗{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}." : "Esta es la versión comunitaria de Nextcloud. Dado el tamaño de esta instancia, no se puede garantizar el redimiento, fiabilidad o escalabilidad. Las notificaciones push están limitadas para evitar la sobrecarga de nuestro servicio gratuito. Obtenga más información sobre las ventajas de Nexcloud Enterprise en {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." : "Este servidor no tiene una conexión a Internet que funcione: No se pudieron alcanzar varios puntos finales. Esto significa que algunas de las funciones, como montar almacenamiento externo, notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionarán. Es posible que el acceso a archivos de forma remota y el envío de emails de notificación tampoco funcionen. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.", "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}." : "La memoria caché no ha sido configurada. Para mejorar el rendimiento, por favor, configure memcache si está disponible. Puede encontrar más información en la {linkstart}documentación ↗{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}." : "No se ha encontrado una fuente de aleatoriedad en PHP, lo que se desaconseja por razones de seguridad. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.", @@ -97,6 +99,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 le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.", "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." : "El módulo PHP \"imagick\" no está habilitado, y la aplicación Temas sí lo está. Para que la generación de favicon funcione correctamente, es necesario instalar y habilitar este módulo.", "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Los módulos PHP \"gmp\" y/o \"bcmath\" no están habilitados. Si usas la autenticación sin contraseña WebAuthn, estos 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 about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.", "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.", "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}." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Debido a que cambiar los tipos de columna en tablas grandes podría tardar mucho tiempo no fueron cambiadas automáticamente. Ejecutando 'occ db:convert-filecache-bigint' se pueden aplicar estos cambios pendientes de manera manual. Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulte {linkstart}la página de documentación ↗{linkend}.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.", @@ -113,6 +116,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." : "Tu directorio de datos y tus archivos probablemente sean accesibles desde internet. El archivo .htaccess no funciona. Es muy recomendable que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.", "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad, y se recomienda ajustar esta configuración de forma adecuada.", "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Algunas características podrían no funcionar correctamente, por lo que se recomienda ajustar esta configuración.", + "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no contiene \"{expected}\". \nEste es un riesgo potencial de seguridad o privacidad, por lo que se recomienda ajustar esta configuración.", "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "La cabecera HTTP \"{header}\" no está configurada a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de la página de procedencia. Compruebe las {linkstart}Recomendaciones de W3C ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada al menos a \"{seconds}\" segundos. Para mejorar la seguridad se recomienda habilitar HSTS como se describe en los {linkstart}consejos de seguridad ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTPS, como se describe en los {linkstart}consejos de seguridad ↗{linkend}.", @@ -133,12 +137,16 @@ OC.L10N.register( "Continue to {productName}" : "Continuar a {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundo. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. "], "More apps" : "Más aplicaciones", + "Currently open" : "Actualmente abierto", + "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "Log in" : "Iniciar sesión", "Logging in …" : "Iniciando sesión ...", "Server side authentication failed!" : "La autenticación ha fallado en el servidor.", "Please contact your administrator." : "Por favor, contacte con el administrador.", "An internal error occurred." : "Ha habido un error interno.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", + "Log in to {productName}" : "Ingrese a {productName}", + "Account name or email" : "Nombre de cuenta o correo electrónico", "Password" : "Contraseña", "Wrong username or password." : "Usuario o contraseña erróneos.", "User disabled" : "Usuario deshabilitado", @@ -172,6 +180,7 @@ OC.L10N.register( "Keep your colleagues and friends in one place without leaking their private info." : "Mantenga a sus colegas y amigos en un sólo sitio sin dejar escapar su información privada.", "Simple email app nicely integrated with Files, Contacts and Calendar." : "Simple email app se integra bien con Archivos, Contactos y Calendario.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Mensajes, videollamadas, compartir pantalla, reuniones online y conferencias web – en tu navegador y con apps móviles.", + "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Documentos colaborativos, hojas de cálculo y presentaciones, basadas en Collabora Online.", "Forgot password?" : "¿Contraseña olvidada?", "Log in with a device" : "Iniciar sesión con dispositivo", "Back" : "Atrás", @@ -181,6 +190,7 @@ OC.L10N.register( "You have not added any info yet" : "Aún no has añadido nada de información", "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "Search starts once you start typing" : "La búsqueda comenzará cuando comience a escribir", "Reset search" : "Resetear búsqueda", "Start search" : "Iniciar búsqueda", "Search for {name} only" : "Buscar solo por {name}", @@ -334,6 +344,7 @@ OC.L10N.register( "%s's homepage" : "%s página de inicio", "Contacts" : "Contactos", "Contacts menu" : "Menú de contactos", + "Open settings menu" : "Abrir menú de ajustes", "Confirm your password" : "Confirme su contraseña", "Connect to your account" : "Conectar a cuenta", "Please log in before granting %1$s access to your %2$s account." : "Por favor, inicia sesión antes de conceder a %1$s acceso a tu cuenta %2$s.", diff --git a/core/l10n/es.json b/core/l10n/es.json index 19824e285ab..7aa9c8ef173 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -24,6 +24,7 @@ "Invalid app password" : "Contraseña de la app no válida", "Could not complete login" : "No se ha podido completar el inicio de sesión", "Your login token is invalid or has expired" : "Tu token de login no es válido o ha caducado", + "This community release of Nextcloud is unsupported and push notifications are limited." : "Esta versión comunitaria de Nextcloud ya no está soportada y las notificaciones push son limitadas.", "Login" : "Iniciar sesión", "Password reset is disabled" : "El restablecimiento de la contraseña está deshabilitado", "Could not reset password because the token is expired" : "No se puede restablecer la contraseña porque el token de autenticación ha caducado.", @@ -75,6 +76,7 @@ "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." : "La instalación no tiene establecida una región telefónica predeterminada. Esto es necesario para validar los números de teléfono en la configuración del perfil sin un código de país. Para permitir números sin código de país, por favor agregue \"default_phone_region\" con el respectivo {linkstart}código ISO 3166-1 ↗{linkend} de la región a su archivo de configuración.", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "No se ha podido ejecutar el trabajo cron vía CLI. Han aparecido los siguientes errores técnicos:", "Last background job execution ran {relativeTime}. Something seems wrong. {linkstart}Check the background job settings ↗{linkend}." : "La última ejecución de los trabajos en segundo plano fue hace {relativeTime}. Parece que algo va mal. {linkstart}Compruebe la configuración de los trabajos en segundo plano ↗{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}." : "Esta es la versión comunitaria de Nextcloud. Dado el tamaño de esta instancia, no se puede garantizar el redimiento, fiabilidad o escalabilidad. Las notificaciones push están limitadas para evitar la sobrecarga de nuestro servicio gratuito. Obtenga más información sobre las ventajas de Nexcloud Enterprise en {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." : "Este servidor no tiene una conexión a Internet que funcione: No se pudieron alcanzar varios puntos finales. Esto significa que algunas de las funciones, como montar almacenamiento externo, notificaciones sobre actualizaciones o instalación de aplicaciones de terceros no funcionarán. Es posible que el acceso a archivos de forma remota y el envío de emails de notificación tampoco funcionen. Establezca una conexión desde este servidor a Internet para disfrutar de todas las funciones.", "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}." : "La memoria caché no ha sido configurada. Para mejorar el rendimiento, por favor, configure memcache si está disponible. Puede encontrar más información en la {linkstart}documentación ↗{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}." : "No se ha encontrado una fuente de aleatoriedad en PHP, lo que se desaconseja por razones de seguridad. Puede encontrar más información en la {linkstart}documentación ↗{linkend}.", @@ -95,6 +97,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 le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y aumentar la compatibilidad, se recomienda encarecidamente instalarlos.", "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." : "El módulo PHP \"imagick\" no está habilitado, y la aplicación Temas sí lo está. Para que la generación de favicon funcione correctamente, es necesario instalar y habilitar este módulo.", "The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Los módulos PHP \"gmp\" y/o \"bcmath\" no están habilitados. Si usas la autenticación sin contraseña WebAuthn, estos 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 about this ↗{linkend}." : "Parece que está ejecutando una versión de PHP de 32 bits. Nextcloud necesita 64 bits para su correcto funcionamiento. ¡Por favor, actualice su sistema operativo y PHP a 64 bits! Puede leer más detalles en {linkstart}la página de documentación correspondiente ↗{linkend}.", "Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "El módulo php-imagick de esta instancia no tiene soporte para SVG. Para una mejor compatibilidad es recomendable instalarlo.", "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}." : "A algunas columnas de la base de datos les falta convertirse a \"big int\". Debido a que cambiar los tipos de columna en tablas grandes podría tardar mucho tiempo no fueron cambiadas automáticamente. Ejecutando 'occ db:convert-filecache-bigint' se pueden aplicar estos cambios pendientes de manera manual. Esta operación debe realizarse cuando el servidor esté sin conexión. Para más detalles, consulte {linkstart}la página de documentación ↗{linkend}.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Actualmente se está usando SQLite como base de datos. Para instalaciones más largas recomendamos cambiar a un motor de bases de datos diferente.", @@ -111,6 +114,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." : "Tu directorio de datos y tus archivos probablemente sean accesibles desde internet. El archivo .htaccess no funciona. Es muy recomendable que configures tu servidor web de tal manera que el directorio de datos no sea accesible, o que lo muevas fuera de la raíz de documentos del servidor web.", "The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Esto es un riesgo potencial de seguridad o privacidad, y se recomienda ajustar esta configuración de forma adecuada.", "The \"{header}\" HTTP header is not set to \"{expected}\". Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no está configurada como \"{expected}\". Algunas características podrían no funcionar correctamente, por lo que se recomienda ajustar esta configuración.", + "The \"{header}\" HTTP header does not contain \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "La cabecera HTTP \"{header}\" no contiene \"{expected}\". \nEste es un riesgo potencial de seguridad o privacidad, por lo que se recomienda ajustar esta configuración.", "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "La cabecera HTTP \"{header}\" no está configurada a \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" o \"{val5}\". Esto puede filtrar información de la página de procedencia. Compruebe las {linkstart}Recomendaciones de W3C ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "La cabecera HTTP \"Strict-Transport-Security\" no está configurada al menos a \"{seconds}\" segundos. Para mejorar la seguridad se recomienda habilitar HSTS como se describe en los {linkstart}consejos de seguridad ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}." : "Se está accediendo al sitio de manera insegura mediante HTTP. Se recomienda encarecidamente que configure su servidor para que requiera HTTPS, como se describe en los {linkstart}consejos de seguridad ↗{linkend}.", @@ -131,12 +135,16 @@ "Continue to {productName}" : "Continuar a {productName}", "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundo. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. ","La actualización ha terminado con éxito. Redirigiendo a su {productName} en %n segundos. "], "More apps" : "Más aplicaciones", + "Currently open" : "Actualmente abierto", + "_{count} notification_::_{count} notifications_" : ["{count} notificación","{count} notificaciones","{count} notificaciones"], "Log in" : "Iniciar sesión", "Logging in …" : "Iniciando sesión ...", "Server side authentication failed!" : "La autenticación ha fallado en el servidor.", "Please contact your administrator." : "Por favor, contacte con el administrador.", "An internal error occurred." : "Ha habido un error interno.", "Please try again or contact your administrator." : "Por favor reintente nuevamente o contáctese con su administrador.", + "Log in to {productName}" : "Ingrese a {productName}", + "Account name or email" : "Nombre de cuenta o correo electrónico", "Password" : "Contraseña", "Wrong username or password." : "Usuario o contraseña erróneos.", "User disabled" : "Usuario deshabilitado", @@ -170,6 +178,7 @@ "Keep your colleagues and friends in one place without leaking their private info." : "Mantenga a sus colegas y amigos en un sólo sitio sin dejar escapar su información privada.", "Simple email app nicely integrated with Files, Contacts and Calendar." : "Simple email app se integra bien con Archivos, Contactos y Calendario.", "Chatting, video calls, screensharing, online meetings and web conferencing – in your browser and with mobile apps." : "Mensajes, videollamadas, compartir pantalla, reuniones online y conferencias web – en tu navegador y con apps móviles.", + "Collaborative documents, spreadsheets and presentations, built on Collabora Online." : "Documentos colaborativos, hojas de cálculo y presentaciones, basadas en Collabora Online.", "Forgot password?" : "¿Contraseña olvidada?", "Log in with a device" : "Iniciar sesión con dispositivo", "Back" : "Atrás", @@ -179,6 +188,7 @@ "You have not added any info yet" : "Aún no has añadido nada de información", "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "Search starts once you start typing" : "La búsqueda comenzará cuando comience a escribir", "Reset search" : "Resetear búsqueda", "Start search" : "Iniciar búsqueda", "Search for {name} only" : "Buscar solo por {name}", @@ -332,6 +342,7 @@ "%s's homepage" : "%s página de inicio", "Contacts" : "Contactos", "Contacts menu" : "Menú de contactos", + "Open settings menu" : "Abrir menú de ajustes", "Confirm your password" : "Confirme su contraseña", "Connect to your account" : "Conectar a cuenta", "Please log in before granting %1$s access to your %2$s account." : "Por favor, inicia sesión antes de conceder a %1$s acceso a tu cuenta %2$s.", -- 2.39.5