diff options
Diffstat (limited to 'apps/provisioning_api/l10n/tr.json')
-rw-r--r-- | apps/provisioning_api/l10n/tr.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/provisioning_api/l10n/tr.json b/apps/provisioning_api/l10n/tr.json index 94cec6af93e..3b7dcbc6365 100644 --- a/apps/provisioning_api/l10n/tr.json +++ b/apps/provisioning_api/l10n/tr.json @@ -1,6 +1,30 @@ { "translations": { "Logged in user must be an administrator or have authorization to edit this setting." : "Oturum açmış kullanıcı bir yönetici olmalı ya da bu ayarı düzenleme izni olmalıdır.", + "Could not create non-existing user id" : "Var olmayan kullanıcı kimliği oluşturulamadı", "User already exists" : "Kullanıcı zaten var", + "Group %1$s does not exist" : "%1$s grubu bulunamadı", + "Insufficient privileges for group %1$s" : "%1$s grubu için izinler yetersiz", + "No group specified (required for sub-admins)" : "Herhangi bir grup belirtilmemiş (alt yöneticiler için gereklidir)", + "Sub-admin group does not exist" : "Alt yönetici grubu bulunamadı", + "Cannot create sub-admins for admin group" : "Yönetici grubu için alt yöneticiler oluşturulamadı", + "No permissions to promote sub-admins" : "Alt yöneticileri yükseltme izni yok", + "Invalid password value" : "Parola değeri geçersiz", + "To send a password link to the user an email address is required." : "Kullanıcı e-posta adresi, parola bağlantısının gönderilebilmesi için gereklidir.", + "Required email address was not provided" : "Gerekli e-posta adresi belirtilmemiş", + "Invalid quota value: %1$s" : "Kota değeri geçersiz: %1$s", + "Invalid quota value. %1$s is exceeding the maximum quota" : "Kota değeri geçersiz. %1$s en fazla kota değerini aşıyor", + "Unlimited quota is forbidden on this instance" : "Bu kopyada sınırsız kota kullanılamaz", + "Setting the password is not supported by the users backend" : "Kullanıcı arka yüzünden parola ayarlanamaz", + "Invalid language" : "Dil geçersiz", + "Invalid locale" : "Yerel ayar geçersiz", + "Cannot remove yourself from the admin group" : "Kendinizi yönetici grubundan çıkaramazsınız", + "Cannot remove yourself from this group as you are a sub-admin" : "Bir alt yönetici olduğunuzdan kendinizi bu gruptan çıkaramazsınız", + "Not viable to remove user from the last group you are sub-admin of" : "Alt yöneticisi olduğunuz son gruptan kullanıcıyı kaldıramazsınız", + "User does not exist" : "Kullanıcı bulunamadı", + "Group does not exist" : "Grup bulunamadı", + "User is not a sub-admin of this group" : "Kullanıcı bu grubun bir alt yöneticisi değil", + "Email address not available" : "E-posta adresi kullanılamaz", + "Sending email failed" : "E-posta gönderilemedi", "Email confirmation" : "E-posta doğrulaması", "To enable the email address %s please click the button below." : "%s e-posta adresini doğrulamak için aşağıdaki düğmeye tıklayın.", "Confirm" : "Onayla", |