[tx-robot] updated from transifex
This commit is contained in:
parent
b15d77c934
commit
736e133c04
|
@ -1,13 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"files_external",
|
||||
{
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al acceder a los tokens solicitados. Verfique que su clave de app y la clave secreta son correctas.",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al acceder a los tokens solicitados. Verfique que su clave de app y la clave secreta son correctas.",
|
||||
"Please provide a valid app key and secret." : "Por favor facilite una clave de app y una clave secreta válidas.",
|
||||
"Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s",
|
||||
"Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Storage with id \"%i\" not found" : "No se ha encontrado almacenamiento con id \"%i\"",
|
||||
"Invalid backend or authentication mechanism class" : "Sistema o mecanismo de autentificación inválido",
|
||||
"Invalid mount point" : "Punto de montaje no válido",
|
||||
"Objectstore forbidden" : "Objeto de almacenaje prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Motor de almacenamiento no válido «%s»",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido usar el mecanismo de autenticación \"%s\"",
|
||||
"Not permitted to use backend \"%s\"" : "No se permite usar el mecanismo \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido usar el mecanismo de autentificación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Los parámetros del sistema no son válidos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Los parámetros del mecanismo de autentificación no son válidos",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
|
@ -84,7 +94,7 @@ OC.L10N.register(
|
|||
"Scope" : "Ámbito",
|
||||
"External Storage" : "Almacenamiento externo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"Authentication" : "Autenticación",
|
||||
"Authentication" : "Autentificación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Añadir almacenamiento",
|
||||
|
|
|
@ -1,11 +1,21 @@
|
|||
{ "translations": {
|
||||
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al acceder a los tokens solicitados. Verfique que su clave de app y la clave secreta son correctas.",
|
||||
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al acceder a los tokens solicitados. Verfique que su clave de app y la clave secreta son correctas.",
|
||||
"Please provide a valid app key and secret." : "Por favor facilite una clave de app y una clave secreta válidas.",
|
||||
"Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s",
|
||||
"Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s",
|
||||
"External storage" : "Almacenamiento externo",
|
||||
"Storage with id \"%i\" not found" : "No se ha encontrado almacenamiento con id \"%i\"",
|
||||
"Invalid backend or authentication mechanism class" : "Sistema o mecanismo de autentificación inválido",
|
||||
"Invalid mount point" : "Punto de montaje no válido",
|
||||
"Objectstore forbidden" : "Objeto de almacenaje prohibido",
|
||||
"Invalid storage backend \"%s\"" : "Motor de almacenamiento no válido «%s»",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido usar el mecanismo de autenticación \"%s\"",
|
||||
"Not permitted to use backend \"%s\"" : "No se permite usar el mecanismo \"%s\"",
|
||||
"Not permitted to use authentication mechanism \"%s\"" : "No está permitido usar el mecanismo de autentificación \"%s\"",
|
||||
"Unsatisfied backend parameters" : "Los parámetros del sistema no son válidos",
|
||||
"Unsatisfied authentication mechanism parameters" : "Los parámetros del mecanismo de autentificación no son válidos",
|
||||
"Insufficient data: %s" : "Datos insuficientes: %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "Personal",
|
||||
"System" : "Sistema",
|
||||
"Grant access" : "Conceder acceso",
|
||||
|
@ -82,7 +92,7 @@
|
|||
"Scope" : "Ámbito",
|
||||
"External Storage" : "Almacenamiento externo",
|
||||
"Folder name" : "Nombre de la carpeta",
|
||||
"Authentication" : "Autenticación",
|
||||
"Authentication" : "Autentificación",
|
||||
"Configuration" : "Configuración",
|
||||
"Available for" : "Disponible para",
|
||||
"Add storage" : "Añadir almacenamiento",
|
||||
|
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"Unsatisfied backend parameters" : "Paramètres manquants pour le service",
|
||||
"Unsatisfied authentication mechanism parameters" : "Paramètres manquants pour la méthode d'authentification",
|
||||
"Insufficient data: %s" : "Données insuffisantes : %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "Personnel",
|
||||
"System" : "Système",
|
||||
"Grant access" : "Autoriser l'accès",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"Unsatisfied backend parameters" : "Paramètres manquants pour le service",
|
||||
"Unsatisfied authentication mechanism parameters" : "Paramètres manquants pour la méthode d'authentification",
|
||||
"Insufficient data: %s" : "Données insuffisantes : %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "Personnel",
|
||||
"System" : "Système",
|
||||
"Grant access" : "Autoriser l'accès",
|
||||
|
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"Unsatisfied backend parameters" : "Onvoldoende backend parameters",
|
||||
"Unsatisfied authentication mechanism parameters" : "Onvoldoende authenticatiemechanisme parameters",
|
||||
"Insufficient data: %s" : "Onvoldoende gegevens: %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "Persoonlijk",
|
||||
"System" : "Systeem",
|
||||
"Grant access" : "Sta toegang toe",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"Unsatisfied backend parameters" : "Onvoldoende backend parameters",
|
||||
"Unsatisfied authentication mechanism parameters" : "Onvoldoende authenticatiemechanisme parameters",
|
||||
"Insufficient data: %s" : "Onvoldoende gegevens: %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "Persoonlijk",
|
||||
"System" : "Systeem",
|
||||
"Grant access" : "Sta toegang toe",
|
||||
|
|
|
@ -17,6 +17,7 @@ OC.L10N.register(
|
|||
"Unsatisfied backend parameters" : "พารามิเตอร์แบ็กเอนด์ไม่ได้รับอนุญาต",
|
||||
"Unsatisfied authentication mechanism parameters" : "การรับรองความถูกต้องไม่เพียงพอ",
|
||||
"Insufficient data: %s" : "ข้อมูลไม่เพียงพอ: %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "ส่วนตัว",
|
||||
"System" : "ระบบ",
|
||||
"Grant access" : "อนุญาตให้เข้าถึงได้",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"Unsatisfied backend parameters" : "พารามิเตอร์แบ็กเอนด์ไม่ได้รับอนุญาต",
|
||||
"Unsatisfied authentication mechanism parameters" : "การรับรองความถูกต้องไม่เพียงพอ",
|
||||
"Insufficient data: %s" : "ข้อมูลไม่เพียงพอ: %s",
|
||||
"%s" : "%s",
|
||||
"Personal" : "ส่วนตัว",
|
||||
"System" : "ระบบ",
|
||||
"Grant access" : "อนุญาตให้เข้าถึงได้",
|
||||
|
|
|
@ -18,6 +18,8 @@ OC.L10N.register(
|
|||
"Repair error: " : "Reparatiefout:",
|
||||
"Set log level to debug - current level: \"%s\"" : "Instellen logniveau op debug - huidige niveau: \"%s\"",
|
||||
"Reset log level to \"%s\"" : "Terugzetten logniveau op \"#%s\"",
|
||||
"Starting code integrity check" : "Starten code betrouwbaarheidscontrole",
|
||||
"Finished code integrity check" : "Gereed met code betrouwbaarheidscontrole",
|
||||
"%s (3rdparty)" : "%s (3rdparty)",
|
||||
"%s (incompatible)" : "%s (incompatibel)",
|
||||
"Following apps have been disabled: %s" : "De volgende apps zijn gedeactiveerd: %s",
|
||||
|
@ -77,6 +79,7 @@ OC.L10N.register(
|
|||
"Oct." : "Okt.",
|
||||
"Nov." : "Nov.",
|
||||
"Dec." : "Dec.",
|
||||
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Er traden problemen op tijdens de code betrouwbaarheidscontrole. Meer informatie…</a>",
|
||||
"Settings" : "Instellingen",
|
||||
"Saving..." : "Opslaan",
|
||||
"seconds ago" : "seconden geleden",
|
||||
|
@ -116,6 +119,7 @@ OC.L10N.register(
|
|||
"Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "UwPHP versie ({version}) wordt niet langer <a href=\"{phpLink}\">ondersteund door PHP</a>. We adviseren u om uw PHP versie te upgraden voor betere prestaties en security updates geleverd door PHP.",
|
||||
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "De reverse proxy headerconfiguratie is onjuist, of u hebt toegang tot ownCloud via een vertrouwde proxy. Als u ownCloud niet via een vertrouwde proxy benadert, dan levert dan een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat ownCloud ziet kan spoofen. Meer informatie is te vinden in onze <a href=\"{docLink}\">documentatie</a>.",
|
||||
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de <a href=\"{wikiLink}\">memcached wiki over beide modules</a>.",
|
||||
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden kwamen niet door de code betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze <a href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst met ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw…</a>)",
|
||||
"Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie",
|
||||
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "De \"{header}\" HTTP header is niet overeenkomstig met \"{expected}\" geconfigureerd. Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
|
||||
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "De \"Strict-Transport-Security\" HTTP header is niet geconfigureerd als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in onze <a href=\"{docUrl}\">security tips</a>.",
|
||||
|
@ -187,6 +191,7 @@ OC.L10N.register(
|
|||
"Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is",
|
||||
"Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is",
|
||||
"Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.",
|
||||
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.",
|
||||
"%s password reset" : "%s wachtwoord reset",
|
||||
"Use the following link to reset your password: {link}" : "Gebruik de volgende link om uw wachtwoord te resetten: {link}",
|
||||
"New password" : "Nieuw wachtwoord",
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
"Repair error: " : "Reparatiefout:",
|
||||
"Set log level to debug - current level: \"%s\"" : "Instellen logniveau op debug - huidige niveau: \"%s\"",
|
||||
"Reset log level to \"%s\"" : "Terugzetten logniveau op \"#%s\"",
|
||||
"Starting code integrity check" : "Starten code betrouwbaarheidscontrole",
|
||||
"Finished code integrity check" : "Gereed met code betrouwbaarheidscontrole",
|
||||
"%s (3rdparty)" : "%s (3rdparty)",
|
||||
"%s (incompatible)" : "%s (incompatibel)",
|
||||
"Following apps have been disabled: %s" : "De volgende apps zijn gedeactiveerd: %s",
|
||||
|
@ -75,6 +77,7 @@
|
|||
"Oct." : "Okt.",
|
||||
"Nov." : "Nov.",
|
||||
"Dec." : "Dec.",
|
||||
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Er traden problemen op tijdens de code betrouwbaarheidscontrole. Meer informatie…</a>",
|
||||
"Settings" : "Instellingen",
|
||||
"Saving..." : "Opslaan",
|
||||
"seconds ago" : "seconden geleden",
|
||||
|
@ -114,6 +117,7 @@
|
|||
"Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "UwPHP versie ({version}) wordt niet langer <a href=\"{phpLink}\">ondersteund door PHP</a>. We adviseren u om uw PHP versie te upgraden voor betere prestaties en security updates geleverd door PHP.",
|
||||
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "De reverse proxy headerconfiguratie is onjuist, of u hebt toegang tot ownCloud via een vertrouwde proxy. Als u ownCloud niet via een vertrouwde proxy benadert, dan levert dan een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat ownCloud ziet kan spoofen. Meer informatie is te vinden in onze <a href=\"{docLink}\">documentatie</a>.",
|
||||
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de <a href=\"{wikiLink}\">memcached wiki over beide modules</a>.",
|
||||
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Sommige bestanden kwamen niet door de code betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze <a href=\"{docLink}\">documentatie</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lijst met ongeldige bestanden…</a> / <a href=\"{rescanEndpoint}\">Opnieuw…</a>)",
|
||||
"Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie",
|
||||
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "De \"{header}\" HTTP header is niet overeenkomstig met \"{expected}\" geconfigureerd. Dit is een potentieel security of privacy risico en we adviseren om deze instelling te wijzigen.",
|
||||
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "De \"Strict-Transport-Security\" HTTP header is niet geconfigureerd als minimaal \"{seconds}\" seconden. Voor verbeterde beveiliging adviseren we HSTS in te schakelen zoals beschreven in onze <a href=\"{docUrl}\">security tips</a>.",
|
||||
|
@ -185,6 +189,7 @@
|
|||
"Couldn't reset password because the token is invalid" : "Kon het wachtwoord niet herstellen, omdat het token ongeldig is",
|
||||
"Couldn't reset password because the token is expired" : "Kon het wachtwoord niet herstellen, omdat het token verlopen is",
|
||||
"Couldn't send reset email. Please make sure your username is correct." : "Kon e-mail niet versturen. Verifieer of uw gebruikersnaam correct is.",
|
||||
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Kon geen herstel e-mail versturen, omdat er geen e-mailadres bekend is bij deze gebruikersnaam. Neem contact op met uw beheerder.",
|
||||
"%s password reset" : "%s wachtwoord reset",
|
||||
"Use the following link to reset your password: {link}" : "Gebruik de volgende link om uw wachtwoord te resetten: {link}",
|
||||
"New password" : "Nieuw wachtwoord",
|
||||
|
|
|
@ -149,6 +149,7 @@ OC.L10N.register(
|
|||
"Storage unauthorized. %s" : "Espace de stockage non autorisé. %s",
|
||||
"Storage incomplete configuration. %s" : "Configuration de l'espace de stockage incomplète. %s",
|
||||
"Storage connection error. %s" : "Erreur de connexion à l'espace stockage. %s",
|
||||
"Storage not available" : "Support de stockage non disponible"
|
||||
"Storage not available" : "Support de stockage non disponible",
|
||||
"Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -147,6 +147,7 @@
|
|||
"Storage unauthorized. %s" : "Espace de stockage non autorisé. %s",
|
||||
"Storage incomplete configuration. %s" : "Configuration de l'espace de stockage incomplète. %s",
|
||||
"Storage connection error. %s" : "Erreur de connexion à l'espace stockage. %s",
|
||||
"Storage not available" : "Support de stockage non disponible"
|
||||
"Storage not available" : "Support de stockage non disponible",
|
||||
"Storage connection timeout. %s" : "Le délai d'attente pour la connexion à l'espace de stockage a été dépassé. %s"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -147,6 +147,10 @@ OC.L10N.register(
|
|||
"Data directory (%s) is invalid" : "Data directory (%s) is ongeldig",
|
||||
"Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.",
|
||||
"Could not obtain lock type %d on \"%s\"." : "Kon geen lock type %d krijgen op \"%s\".",
|
||||
"Storage not available" : "Opslag niet beschikbaar"
|
||||
"Storage unauthorized. %s" : "Opslag niet toegestaan. %s",
|
||||
"Storage incomplete configuration. %s" : "Incomplete opslagconfiguratie. %s",
|
||||
"Storage connection error. %s" : "Opslagverbindingsfout. %s",
|
||||
"Storage not available" : "Opslag niet beschikbaar",
|
||||
"Storage connection timeout. %s" : "Opslagverbinding time-out. %s"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -145,6 +145,10 @@
|
|||
"Data directory (%s) is invalid" : "Data directory (%s) is ongeldig",
|
||||
"Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.",
|
||||
"Could not obtain lock type %d on \"%s\"." : "Kon geen lock type %d krijgen op \"%s\".",
|
||||
"Storage not available" : "Opslag niet beschikbaar"
|
||||
"Storage unauthorized. %s" : "Opslag niet toegestaan. %s",
|
||||
"Storage incomplete configuration. %s" : "Incomplete opslagconfiguratie. %s",
|
||||
"Storage connection error. %s" : "Opslagverbindingsfout. %s",
|
||||
"Storage not available" : "Opslag niet beschikbaar",
|
||||
"Storage connection timeout. %s" : "Opslagverbinding time-out. %s"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
Reference in New Issue