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

tr.js « l10n - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce16039215bfb1a5dcd75837b18ad0c3dcbd0ebc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "twofactor_sms",
    {
    "SMS verification" : "SMS doğrulaması",
    "Send an authentication code via SMS" : "SMS ile doğrulama kodu gönder",
    "%s is your Nextcloud authentication code" : "Nextcloud doğrulama kodunuz: %s",
    "Two Factor SMS Provider" : "İki Aşamalı Kimlik Doğrulama SMS Hizmeti Sağlayıcı",
    "Authentication code" : "Doğrulama kodu",
    "An access code has been sent to %s" : "%s için erişim kodu gönderildi",
    "Error while sending the Message. Please try again later or contact the administrator." : "İleti gönderilirken bir sorun çıktı. Lütfen daha sonra yeniden deneyin ya da yönetici ile görüşün."
},
"nplurals=2; plural=(n > 1);");