Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lt_LT.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b59e75f8c6dd73a5035b7914bbdcc0ac2893a5cb (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "twofactor_gateway",
    {
    "%s is your Nextcloud authentication code" : "%s yra jūsų Nextcloud tapatybės nustatymo kodas",
    "Authentication code" : "Tapatybės nustatymo kodas",
    "An access code has been sent to %s" : "Prieigos kodas buvo išsiųstas į %s",
    "Error while sending the Message. Please try again later or contact the administrator." : "Klaida, siunčiant žinutę. Prašome bandyti vėliau arba susisiekti su administratoriumi.",
    "Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin." : "Jūsų telefono numeris pasikeitė ir nebuvo iš naujo patvirtintas. Naudokite kitą dviejų faktorių mechanizmą arba susisiekite su savo administratoriumi."
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");