Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
nextcloud-bot committed Nov 4, 2018
1 parent d04c2f5 commit c23f677
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
29 changes: 29 additions & 0 deletions l10n/ca.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
OC.L10N.register(
"end_to_end_encryption",
{
"This is someone else's private key" : "Aquesta és la clau privada d'algú altre",
"Could not find the private key of the user %s" : "No s'ha pogut trobar la clau privada de l'usuari %s",
"Internal error" : "Error intern",
"You are not allowed to delete this private key" : "No podeu suprimir aquesta clau privada",
"Could not find the private key belonging to the user %s" : "No s’ha pogut trobar la clau privada de l'usuari %s",
"internal error" : "error intern",
"Could not find the public key belonging to the user %s" : "No s’ha pogut trobar la clau pública de l'usuari %s",
"Common name (CN) does not match the current user" : "Nom comú (CN) no coincideix amb l'usuari actual",
"Could not find the public key belonging to %s" : "No s’ha pogut trobar la clau pública pertanyent a %s",
"This is not your private key to delete" : "Aquesta no és la vostra clau privada a suprimir",
"Could not find metadata for \"%s\"" : "No s’ha pogut trobar metadades per a \"%s\"",
"Can\\'t read metadata" : "No s’han pogut llegir metadades",
"Can\\'t store metadata" : "No s’ha pogut desar metadades",
"You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "No podeu editar el fitxer, assegureu-vos primer bloquejar-lo i després enviar la fitxa adequada",
"Metadata-file doesn\\'t exist" : "El fitxer de metadades no existeix",
"Only the owner can delete the metadata-file" : "Només el propietari pot suprimir el fitxer de metadades",
"Can\\'t delete metadata" : "No es poden suprimir metadades",
"File already locked" : "Arxiu ja bloquejat",
"You are not allowed to remove the lock" : "No podeu treure el bloqueig",
"File not locked" : "Arxiu no bloquejat",
"Can not decode userlist" : "No es pot descodificar llista d’usuaris",
"End-to-End Encryption" : "Encriptació extrem-a-extrem",
"End-to-end encryption endpoint" : "Extrem d’encriptació extrem-a-extrem",
"Provides the necessary endpoint to enable end-to-end encryption. End-to-end encryption is still in alpha state, don't use this in production and only with test data!" : "Proporciona el punt d’entrada necessàri per permetre el xifratge d'extrem a extrem. L’encriptació extrem-a-extrem està encara en estat alfa, no utilitzar en producció i només amb dades de prova!"
},
"nplurals=2; plural=(n != 1);");
27 changes: 27 additions & 0 deletions l10n/ca.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{ "translations": {
"This is someone else's private key" : "Aquesta és la clau privada d'algú altre",
"Could not find the private key of the user %s" : "No s'ha pogut trobar la clau privada de l'usuari %s",
"Internal error" : "Error intern",
"You are not allowed to delete this private key" : "No podeu suprimir aquesta clau privada",
"Could not find the private key belonging to the user %s" : "No s’ha pogut trobar la clau privada de l'usuari %s",
"internal error" : "error intern",
"Could not find the public key belonging to the user %s" : "No s’ha pogut trobar la clau pública de l'usuari %s",
"Common name (CN) does not match the current user" : "Nom comú (CN) no coincideix amb l'usuari actual",
"Could not find the public key belonging to %s" : "No s’ha pogut trobar la clau pública pertanyent a %s",
"This is not your private key to delete" : "Aquesta no és la vostra clau privada a suprimir",
"Could not find metadata for \"%s\"" : "No s’ha pogut trobar metadades per a \"%s\"",
"Can\\'t read metadata" : "No s’han pogut llegir metadades",
"Can\\'t store metadata" : "No s’ha pogut desar metadades",
"You are not allowed to edit the file, make sure to first lock it, and then send the right token" : "No podeu editar el fitxer, assegureu-vos primer bloquejar-lo i després enviar la fitxa adequada",
"Metadata-file doesn\\'t exist" : "El fitxer de metadades no existeix",
"Only the owner can delete the metadata-file" : "Només el propietari pot suprimir el fitxer de metadades",
"Can\\'t delete metadata" : "No es poden suprimir metadades",
"File already locked" : "Arxiu ja bloquejat",
"You are not allowed to remove the lock" : "No podeu treure el bloqueig",
"File not locked" : "Arxiu no bloquejat",
"Can not decode userlist" : "No es pot descodificar llista d’usuaris",
"End-to-End Encryption" : "Encriptació extrem-a-extrem",
"End-to-end encryption endpoint" : "Extrem d’encriptació extrem-a-extrem",
"Provides the necessary endpoint to enable end-to-end encryption. End-to-end encryption is still in alpha state, don't use this in production and only with test data!" : "Proporciona el punt d’entrada necessàri per permetre el xifratge d'extrem a extrem. L’encriptació extrem-a-extrem està encara en estat alfa, no utilitzar en producció i només amb dades de prova!"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit c23f677

Please sign in to comment.