-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
- Loading branch information
1 parent
19a7867
commit a9f18d0
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
OC.L10N.register( | ||
"twofactor_totp", | ||
{ | ||
"You enabled TOTP two-factor authentication for your account" : "Chuir tú ar chumas TOTP fíordheimhniú dhá-fhachtóir do do chuntas", | ||
"You disabled TOTP two-factor authentication for your account" : "Dhíchumasaigh tú fíordheimhniú TOTP dhá-fhachtóir do do chuntas", | ||
"TOTP two-factor authentication disabled by an admin" : "Díchumasaíodh fíordheimhniú dhá-fhachtóir TOTP ag riarthóir", | ||
"TOTP (Authenticator app)" : "TOTP (aip Authenticator)", | ||
"Authenticate with a TOTP app" : "Fíordheimhnigh le haip TOTP", | ||
"Two-Factor TOTP Provider" : "Soláthraí TOTP Dhá-Fhachtóir", | ||
"TOTP two-factor provider" : "TOTP soláthraí dhá-fhachtóir", | ||
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Soláthraí Dhá-Fachtóir-Údar do TOTP (RFC 6238)", | ||
"Enable TOTP" : "Cumasaigh TOTP", | ||
"Could not enable TOTP" : "Níorbh fhéidir TOTP a chumasú", | ||
"Could not verify your key. Please try again" : "Níorbh fhéidir d'eochair a fhíorú. Arís, le do thoil", | ||
"Your new TOTP secret is:" : "Is é do rún TOTP nua:", | ||
"For quick setup, scan this QR code with your TOTP app:" : "Chun socrú tapa a dhéanamh, scanadh an cód QR seo le do aip TOTP:", | ||
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Tar éis duit do aip a chumrú, cuir isteach cód tástála thíos chun a chinntiú go n-oibríonn gach rud i gceart:", | ||
"Authentication code" : "Cód fíordheimhnithe", | ||
"Verify" : "Fíoraigh" | ||
"Verify" : "Fíoraigh", | ||
"Get the authentication code from the two-factor authentication app on your device." : "Faigh an cód fíordheimhnithe ón aip fíordheimhnithe dhá-fhachtóir ar do ghléas.", | ||
"Submit" : "Cuir isteach" | ||
}, | ||
"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
{ "translations": { | ||
"You enabled TOTP two-factor authentication for your account" : "Chuir tú ar chumas TOTP fíordheimhniú dhá-fhachtóir do do chuntas", | ||
"You disabled TOTP two-factor authentication for your account" : "Dhíchumasaigh tú fíordheimhniú TOTP dhá-fhachtóir do do chuntas", | ||
"TOTP two-factor authentication disabled by an admin" : "Díchumasaíodh fíordheimhniú dhá-fhachtóir TOTP ag riarthóir", | ||
"TOTP (Authenticator app)" : "TOTP (aip Authenticator)", | ||
"Authenticate with a TOTP app" : "Fíordheimhnigh le haip TOTP", | ||
"Two-Factor TOTP Provider" : "Soláthraí TOTP Dhá-Fhachtóir", | ||
"TOTP two-factor provider" : "TOTP soláthraí dhá-fhachtóir", | ||
"A Two-Factor-Auth Provider for TOTP (RFC 6238)" : "Soláthraí Dhá-Fachtóir-Údar do TOTP (RFC 6238)", | ||
"Enable TOTP" : "Cumasaigh TOTP", | ||
"Could not enable TOTP" : "Níorbh fhéidir TOTP a chumasú", | ||
"Could not verify your key. Please try again" : "Níorbh fhéidir d'eochair a fhíorú. Arís, le do thoil", | ||
"Your new TOTP secret is:" : "Is é do rún TOTP nua:", | ||
"For quick setup, scan this QR code with your TOTP app:" : "Chun socrú tapa a dhéanamh, scanadh an cód QR seo le do aip TOTP:", | ||
"After you configured your app, enter a test code below to ensure everything works correctly:" : "Tar éis duit do aip a chumrú, cuir isteach cód tástála thíos chun a chinntiú go n-oibríonn gach rud i gceart:", | ||
"Authentication code" : "Cód fíordheimhnithe", | ||
"Verify" : "Fíoraigh" | ||
"Verify" : "Fíoraigh", | ||
"Get the authentication code from the two-factor authentication app on your device." : "Faigh an cód fíordheimhnithe ón aip fíordheimhnithe dhá-fhachtóir ar do ghléas.", | ||
"Submit" : "Cuir isteach" | ||
},"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" | ||
} |