Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jun 12, 2022
1 parent 2a9b60e commit 73dcfb0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
18 changes: 17 additions & 1 deletion l10n/ca.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,33 @@
OC.L10N.register(
"twofactor_webauthn",
{
"You added an WebAuthn hardware token" : "Heu afegit un testimoni de maquinari WebAuthn",
"You removed an WebAuthn hardware token" : "Heu eliminat un testimoni de maquinari WebAuthn",
"WebAuthn disabled by the administration" : "WebAuthn desactivat per l'administració",
"WebAuthn device" : "Dispositiu WebAuthn",
"Use WebAuthn for second factor authentication" : "Utilitzeu WebAuthn per a l'autenticació del segon factor",
"Two-Factor WebAuthn" : "WebAuthn de dos factors",
"WebAuthn two-factor provider" : "Proveïdor de dos factors WebAuthn",
"A two-factor provider for WebAuthn devices" : "Un proveïdor de dos factors per a dispositius WebAuthn",
"Add WebAuthn device" : "Afegeix un dispositiu WebAuthn",
"Please plug in your WebAuthn device and press the device button to authorize." : "Connecteu el vostre dispositiu WebAuthn i premeu el botó del dispositiu per autoritzar-lo.",
"Name your device" : "Anomeneu el vostre dispositiu",
"Add" : "Afegeix",
"Adding your device …" : "S'està afegint el vostre dispositiu …",
"Server error while trying to complete WebAuthn device registration" : "Error del servidor mentre s'intentava completar el registre del dispositiu WebAuthn",
"An error occurred: {msg}" : "S'ha produït un error: {msg}",
"Retry" : "Torna a intentar",
"Plug in your WebAuthn device and press the button below to begin authorization." : "Connecteu el vostre dispositiu WebAuthn i premeu el botó següent per iniciar l'autorització.",
"Use WebAuthn device" : "Utilitzeu el dispositiu WebAuthn",
"An error occurred. Please try again." : "S'ha produït un error. Si us plau, torneu-ho a provar.",
"Your browser does not support WebAuthn." : "El vostre navegador no suporta WebAuthn.",
"You are accessing this site via an insecure connection. Browsers might therefore refuse the WebAuthn authentication." : "Esteu accedint a aquest lloc mitjançant una connexió insegura. Per tant, els navegadors poden rebutjar l'autenticació WebAuthn.",
"Unnamed device" : "Dispositiu sense nom",
"Remove" : "Elimina",
"Active" : "Actiu"
"Active" : "Actiu",
"Your device was added successfully. You are now being redirected to the login page." : "El vostre dispositiu s'ha afegit correctament. Ara se us redirigirà a la pàgina d'inici de sessió.",
"No WebAuthn devices configured. You are not using WebAuthn as second factor at the moment." : "No s'ha configurat cap dispositiu WebAuthn. En aquests moments no utilitzeu WebAuthn com a segon factor.",
"The following devices are configured for WebAuthn two-factor authentication:" : "Els dispositius següents estan configurats per a l'autenticació de dos factors WebAuthn:",
"All devices are deactivated." : "Tots els dispositius estan desactivats."
},
"nplurals=2; plural=(n != 1);");
18 changes: 17 additions & 1 deletion l10n/ca.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
{ "translations": {
"You added an WebAuthn hardware token" : "Heu afegit un testimoni de maquinari WebAuthn",
"You removed an WebAuthn hardware token" : "Heu eliminat un testimoni de maquinari WebAuthn",
"WebAuthn disabled by the administration" : "WebAuthn desactivat per l'administració",
"WebAuthn device" : "Dispositiu WebAuthn",
"Use WebAuthn for second factor authentication" : "Utilitzeu WebAuthn per a l'autenticació del segon factor",
"Two-Factor WebAuthn" : "WebAuthn de dos factors",
"WebAuthn two-factor provider" : "Proveïdor de dos factors WebAuthn",
"A two-factor provider for WebAuthn devices" : "Un proveïdor de dos factors per a dispositius WebAuthn",
"Add WebAuthn device" : "Afegeix un dispositiu WebAuthn",
"Please plug in your WebAuthn device and press the device button to authorize." : "Connecteu el vostre dispositiu WebAuthn i premeu el botó del dispositiu per autoritzar-lo.",
"Name your device" : "Anomeneu el vostre dispositiu",
"Add" : "Afegeix",
"Adding your device …" : "S'està afegint el vostre dispositiu …",
"Server error while trying to complete WebAuthn device registration" : "Error del servidor mentre s'intentava completar el registre del dispositiu WebAuthn",
"An error occurred: {msg}" : "S'ha produït un error: {msg}",
"Retry" : "Torna a intentar",
"Plug in your WebAuthn device and press the button below to begin authorization." : "Connecteu el vostre dispositiu WebAuthn i premeu el botó següent per iniciar l'autorització.",
"Use WebAuthn device" : "Utilitzeu el dispositiu WebAuthn",
"An error occurred. Please try again." : "S'ha produït un error. Si us plau, torneu-ho a provar.",
"Your browser does not support WebAuthn." : "El vostre navegador no suporta WebAuthn.",
"You are accessing this site via an insecure connection. Browsers might therefore refuse the WebAuthn authentication." : "Esteu accedint a aquest lloc mitjançant una connexió insegura. Per tant, els navegadors poden rebutjar l'autenticació WebAuthn.",
"Unnamed device" : "Dispositiu sense nom",
"Remove" : "Elimina",
"Active" : "Actiu"
"Active" : "Actiu",
"Your device was added successfully. You are now being redirected to the login page." : "El vostre dispositiu s'ha afegit correctament. Ara se us redirigirà a la pàgina d'inici de sessió.",
"No WebAuthn devices configured. You are not using WebAuthn as second factor at the moment." : "No s'ha configurat cap dispositiu WebAuthn. En aquests moments no utilitzeu WebAuthn com a segon factor.",
"The following devices are configured for WebAuthn two-factor authentication:" : "Els dispositius següents estan configurats per a l'autenticació de dos factors WebAuthn:",
"All devices are deactivated." : "Tots els dispositius estan desactivats."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 73dcfb0

Please sign in to comment.