2018-02-03 18:45:47 +01:00
{
"bitwarden" : {
2018-03-15 17:43:02 +01:00
"message" : "Bitwarden"
2018-02-03 18:45:47 +01:00
} ,
2019-07-03 21:15:28 +02:00
"filters" : {
2019-10-06 02:27:51 +02:00
"message" : "Filtreler"
2019-07-03 21:15:28 +02:00
} ,
2018-02-03 18:45:47 +01:00
"allItems" : {
2022-11-04 08:27:49 +01:00
"message" : "Tüm kayı tlar"
2018-02-03 18:45:47 +01:00
} ,
"favorites" : {
2018-02-08 15:49:36 +01:00
"message" : "Favoriler"
2018-02-03 18:45:47 +01:00
} ,
"types" : {
2018-02-08 15:49:36 +01:00
"message" : "Türler"
2018-02-03 18:45:47 +01:00
} ,
"typeLogin" : {
2021-12-24 01:08:21 +01:00
"message" : "Hesap"
2018-02-03 18:45:47 +01:00
} ,
"typeCard" : {
2018-02-08 15:49:36 +01:00
"message" : "Kart"
2018-02-03 18:45:47 +01:00
} ,
"typeIdentity" : {
2018-02-08 15:49:36 +01:00
"message" : "Kimlik"
2018-02-03 18:45:47 +01:00
} ,
"typeSecureNote" : {
2022-11-04 08:27:49 +01:00
"message" : "Güvenli not"
2018-02-03 18:45:47 +01:00
} ,
"folders" : {
2018-02-08 15:49:36 +01:00
"message" : "Klasörler"
2018-02-03 18:45:47 +01:00
} ,
"collections" : {
2018-02-08 15:49:36 +01:00
"message" : "Koleksiyonlar"
2018-02-03 18:45:47 +01:00
} ,
"searchVault" : {
2022-11-04 08:27:49 +01:00
"message" : "Kasada ara"
2018-02-03 18:45:47 +01:00
} ,
"addItem" : {
2022-11-04 08:27:49 +01:00
"message" : "Kayı t ekle"
2018-02-03 18:45:47 +01:00
} ,
"shared" : {
2018-02-08 15:49:36 +01:00
"message" : "Paylaşı lan"
2018-02-03 18:45:47 +01:00
} ,
2018-10-24 19:04:12 +02:00
"share" : {
2019-02-15 04:56:32 +01:00
"message" : "Paylaş"
2018-10-24 19:04:12 +02:00
} ,
2021-06-29 21:33:15 +02:00
"moveToOrganization" : {
2021-07-07 23:39:11 +02:00
"message" : "Kuruluşa taşı "
2018-10-24 19:04:12 +02:00
} ,
2021-06-29 21:33:15 +02:00
"movedItemToOrg" : {
2021-07-07 23:39:11 +02:00
"message" : "$ITEMNAME$ $ORGNAME$ kuruluşuna taşı ndı " ,
2021-06-29 21:33:15 +02:00
"placeholders" : {
"itemname" : {
"content" : "$1" ,
"example" : "Secret Item"
} ,
"orgname" : {
"content" : "$2" ,
"example" : "Company Name"
}
}
2018-10-24 19:04:12 +02:00
} ,
2021-06-29 21:33:15 +02:00
"moveToOrgDesc" : {
2021-07-07 23:39:11 +02:00
"message" : "Bu kaydı taşı mak istediğiniz kuruluşu seçin. Taşı dı ğı nı z kaydı n sahipliği seçtiğiniz kuruluşa aktarı lacak. Artı k bu kaydı n doğrudan sahibi olmayacaksı nı z."
2018-10-24 19:04:12 +02:00
} ,
2018-02-03 18:45:47 +01:00
"attachments" : {
2018-02-08 15:49:36 +01:00
"message" : "Ekler"
2018-02-03 18:45:47 +01:00
} ,
"viewItem" : {
2021-03-09 17:48:44 +01:00
"message" : "Kaydı göster"
2018-02-03 18:45:47 +01:00
} ,
"name" : {
2021-03-09 17:48:44 +01:00
"message" : "Ad"
2018-02-03 18:45:47 +01:00
} ,
"uri" : {
2018-02-18 04:41:31 +01:00
"message" : "URl"
2018-02-03 18:45:47 +01:00
} ,
2018-03-15 17:43:02 +01:00
"uriPosition" : {
"message" : "URI $POSITION$" ,
2018-04-19 21:53:19 +02:00
"description" : "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc." ,
2018-03-15 17:43:02 +01:00
"placeholders" : {
"position" : {
"content" : "$1" ,
"example" : "2"
}
}
} ,
"newUri" : {
2018-03-19 15:12:42 +01:00
"message" : "Yeni URI"
2018-03-15 17:43:02 +01:00
} ,
2018-02-03 18:45:47 +01:00
"username" : {
2021-03-09 17:48:44 +01:00
"message" : "Kullanı cı adı "
2018-02-03 18:45:47 +01:00
} ,
"password" : {
2021-03-09 17:48:44 +01:00
"message" : "Parola"
2018-02-03 18:45:47 +01:00
} ,
2018-10-09 15:22:18 +02:00
"passphrase" : {
2021-03-09 17:48:44 +01:00
"message" : "Uzun söz"
2018-10-09 15:22:18 +02:00
} ,
2018-02-03 18:45:47 +01:00
"editItem" : {
2022-11-04 08:27:49 +01:00
"message" : "Kaydı düzenle"
2018-02-03 18:45:47 +01:00
} ,
"emailAddress" : {
2021-03-09 17:48:44 +01:00
"message" : "E-posta adresi"
2018-02-03 18:45:47 +01:00
} ,
"verificationCodeTotp" : {
2018-02-18 04:41:31 +01:00
"message" : "Doğrulama kodu (TOTP)"
2018-02-03 18:45:47 +01:00
} ,
"website" : {
2021-03-09 17:48:44 +01:00
"message" : "Web sitesi"
2018-02-03 18:45:47 +01:00
} ,
"notes" : {
2018-02-18 04:41:31 +01:00
"message" : "Notlar"
2018-02-03 18:45:47 +01:00
} ,
"customFields" : {
2022-11-04 08:27:49 +01:00
"message" : "Özel alanlar"
2018-02-03 18:45:47 +01:00
} ,
"launch" : {
2021-03-09 17:48:44 +01:00
"message" : "Aç"
2018-02-03 18:45:47 +01:00
} ,
"copyValue" : {
2021-03-09 17:48:44 +01:00
"message" : "Değeri kopyala" ,
2018-02-18 04:41:31 +01:00
"description" : "Copy value to clipboard"
2018-02-03 18:45:47 +01:00
} ,
2020-05-18 21:57:07 +02:00
"minimizeOnCopyToClipboard" : {
2021-03-09 17:48:44 +01:00
"message" : "Panoya kaydederken küçült"
2020-05-18 21:57:07 +02:00
} ,
"minimizeOnCopyToClipboardDesc" : {
2022-09-26 21:25:49 +02:00
"message" : "Bir kaydı n verilerini panoya kopyalarken uygulamayı simge durumuna küçült."
2020-05-18 21:57:07 +02:00
} ,
2018-02-03 18:45:47 +01:00
"toggleVisibility" : {
2022-10-21 19:37:28 +02:00
"message" : "Görünürlüğünü aç/kapat"
2018-02-03 18:45:47 +01:00
} ,
2018-11-21 04:35:39 +01:00
"toggleCollapse" : {
2021-03-09 17:48:44 +01:00
"message" : "Daraltmayı aç/kapat" ,
2019-10-02 02:58:51 +02:00
"description" : "Toggling an expand/collapse state."
2018-11-21 04:35:39 +01:00
} ,
2018-02-03 18:45:47 +01:00
"cardholderName" : {
2022-11-04 08:27:49 +01:00
"message" : "Kart sahibinin adı "
2018-02-03 18:45:47 +01:00
} ,
"number" : {
2018-02-18 04:41:31 +01:00
"message" : "Numara"
2018-02-03 18:45:47 +01:00
} ,
"brand" : {
2018-02-18 04:41:31 +01:00
"message" : "Marka"
2018-02-03 18:45:47 +01:00
} ,
"expiration" : {
2021-03-09 17:48:44 +01:00
"message" : "Son kullanma tarihi"
2018-02-03 18:45:47 +01:00
} ,
"securityCode" : {
2022-11-04 08:27:49 +01:00
"message" : "Güvenlik kodu"
2018-02-03 18:45:47 +01:00
} ,
"identityName" : {
2022-11-04 08:27:49 +01:00
"message" : "Kimlik adı "
2018-02-03 18:45:47 +01:00
} ,
"company" : {
2018-02-18 04:41:31 +01:00
"message" : "Şirket"
2018-02-03 18:45:47 +01:00
} ,
"ssn" : {
2022-11-04 08:27:49 +01:00
"message" : "Sosyal güvenlik numarası "
2018-02-03 18:45:47 +01:00
} ,
"passportNumber" : {
2022-11-04 08:27:49 +01:00
"message" : "Pasaport numarası "
2018-02-03 18:45:47 +01:00
} ,
"licenseNumber" : {
2022-11-04 08:27:49 +01:00
"message" : "Ehliyet numarası "
2018-02-03 18:45:47 +01:00
} ,
"email" : {
2018-02-18 04:41:31 +01:00
"message" : "E-posta"
2018-02-03 18:45:47 +01:00
} ,
"phone" : {
2018-02-18 04:41:31 +01:00
"message" : "Telefon"
2018-02-03 18:45:47 +01:00
} ,
"address" : {
2018-02-18 04:41:31 +01:00
"message" : "Adres"
2018-02-03 18:45:47 +01:00
} ,
"premiumRequired" : {
2022-11-04 08:27:49 +01:00
"message" : "Premium gerekli"
2018-02-03 18:45:47 +01:00
} ,
"premiumRequiredDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Bu özelliği kullanmak için premium üyelik gereklidir."
2018-02-03 18:45:47 +01:00
} ,
"errorOccurred" : {
2018-02-18 04:41:31 +01:00
"message" : "Bir hata oluştu."
2018-02-03 18:45:47 +01:00
} ,
"error" : {
2018-02-18 04:41:31 +01:00
"message" : "Hata"
2018-02-03 18:45:47 +01:00
} ,
"january" : {
2018-02-18 04:41:31 +01:00
"message" : "Ocak"
2018-02-03 18:45:47 +01:00
} ,
"february" : {
2018-02-18 04:41:31 +01:00
"message" : "Şubat"
2018-02-03 18:45:47 +01:00
} ,
"march" : {
2018-02-18 04:41:31 +01:00
"message" : "Mart"
2018-02-03 18:45:47 +01:00
} ,
"april" : {
2018-02-18 04:41:31 +01:00
"message" : "Nisan"
2018-02-03 18:45:47 +01:00
} ,
"may" : {
2018-02-20 14:36:25 +01:00
"message" : "Mayı s"
2018-02-03 18:45:47 +01:00
} ,
"june" : {
2018-02-18 04:41:31 +01:00
"message" : "Haziran"
2018-02-03 18:45:47 +01:00
} ,
"july" : {
2018-02-18 04:41:31 +01:00
"message" : "Temmuz"
2018-02-03 18:45:47 +01:00
} ,
"august" : {
2018-02-18 04:41:31 +01:00
"message" : "Ağustos"
2018-02-03 18:45:47 +01:00
} ,
"september" : {
2018-02-18 04:41:31 +01:00
"message" : "Eylül"
2018-02-03 18:45:47 +01:00
} ,
"october" : {
2018-02-18 04:41:31 +01:00
"message" : "Ekim"
2018-02-03 18:45:47 +01:00
} ,
"november" : {
2018-02-18 04:41:31 +01:00
"message" : "Kası m"
2018-02-03 18:45:47 +01:00
} ,
"december" : {
2018-02-18 04:41:31 +01:00
"message" : "Aralı k"
2018-02-03 18:45:47 +01:00
} ,
"ex" : {
2021-03-09 17:48:44 +01:00
"message" : "örn." ,
2018-03-15 17:43:02 +01:00
"description" : "Short abbreviation for 'example'."
2018-02-03 18:45:47 +01:00
} ,
"title" : {
2021-03-09 17:48:44 +01:00
"message" : "Unvan"
2018-02-03 18:45:47 +01:00
} ,
"mr" : {
2018-02-18 04:41:31 +01:00
"message" : "Bay"
2018-02-03 18:45:47 +01:00
} ,
"mrs" : {
2021-03-09 17:48:44 +01:00
"message" : "Mrs"
2018-02-03 18:45:47 +01:00
} ,
"ms" : {
2021-03-09 17:48:44 +01:00
"message" : "Ms"
2018-02-03 18:45:47 +01:00
} ,
2023-01-27 01:42:30 +01:00
"mx" : {
"message" : "Mx"
} ,
2018-02-03 18:45:47 +01:00
"dr" : {
"message" : "Dr"
} ,
"expirationMonth" : {
2022-11-04 08:27:49 +01:00
"message" : "Son kullanma ayı "
2018-02-03 18:45:47 +01:00
} ,
"expirationYear" : {
2022-11-04 08:27:49 +01:00
"message" : "Son kullanma yı lı "
2018-02-03 18:45:47 +01:00
} ,
"select" : {
2018-02-18 04:41:31 +01:00
"message" : "Seç"
2018-02-03 18:45:47 +01:00
} ,
"other" : {
2018-02-18 04:41:31 +01:00
"message" : "Diğer"
2018-02-03 18:45:47 +01:00
} ,
"generatePassword" : {
2022-11-04 08:27:49 +01:00
"message" : "Parola oluştur"
2018-02-03 18:45:47 +01:00
} ,
"type" : {
2018-02-18 04:41:31 +01:00
"message" : "Tür"
2018-02-03 18:45:47 +01:00
} ,
"firstName" : {
2022-11-04 08:27:49 +01:00
"message" : "Ad"
2018-02-03 18:45:47 +01:00
} ,
"middleName" : {
2022-11-04 08:27:49 +01:00
"message" : "İkinci ad"
2018-02-03 18:45:47 +01:00
} ,
"lastName" : {
2022-11-04 08:27:49 +01:00
"message" : "Soyadı "
2018-02-03 18:45:47 +01:00
} ,
2021-11-15 16:57:01 +01:00
"fullName" : {
2021-11-19 13:01:05 +01:00
"message" : "Adı soyadı "
2021-11-15 16:57:01 +01:00
} ,
2018-02-03 18:45:47 +01:00
"address1" : {
2018-02-18 04:41:31 +01:00
"message" : "Adres 1"
2018-02-03 18:45:47 +01:00
} ,
"address2" : {
2018-02-18 04:41:31 +01:00
"message" : "Adres 2"
2018-02-03 18:45:47 +01:00
} ,
"address3" : {
2018-02-18 04:41:31 +01:00
"message" : "Adres 3"
2018-02-03 18:45:47 +01:00
} ,
"cityTown" : {
2021-03-09 17:48:44 +01:00
"message" : "İlçe"
2018-02-03 18:45:47 +01:00
} ,
"stateProvince" : {
2021-03-09 17:48:44 +01:00
"message" : "İl / eyalet"
2018-02-03 18:45:47 +01:00
} ,
"zipPostalCode" : {
2022-11-04 08:27:49 +01:00
"message" : "Posta kodu"
2018-02-03 18:45:47 +01:00
} ,
"country" : {
2018-02-18 04:41:31 +01:00
"message" : "Ülke"
2018-02-03 18:45:47 +01:00
} ,
"save" : {
2018-02-18 04:41:31 +01:00
"message" : "Kaydet"
2018-02-03 18:45:47 +01:00
} ,
"cancel" : {
2018-02-18 04:41:31 +01:00
"message" : "İptal"
2018-02-03 18:45:47 +01:00
} ,
"delete" : {
2018-02-18 04:41:31 +01:00
"message" : "Sil"
2018-02-03 18:45:47 +01:00
} ,
"favorite" : {
2020-06-27 03:28:22 +02:00
"message" : "Favori"
2018-02-03 18:45:47 +01:00
} ,
"edit" : {
2018-02-18 04:41:31 +01:00
"message" : "Düzenle"
2018-02-03 18:45:47 +01:00
} ,
"authenticatorKeyTotp" : {
2018-02-18 04:41:31 +01:00
"message" : "Kimlik doğrulama anahtarı (TOTP)"
2018-02-03 18:45:47 +01:00
} ,
"folder" : {
2018-02-18 04:41:31 +01:00
"message" : "Klasör"
2018-02-03 18:45:47 +01:00
} ,
"newCustomField" : {
2022-11-04 08:27:49 +01:00
"message" : "Yeni özel alan"
2018-02-03 18:45:47 +01:00
} ,
"value" : {
2018-02-18 04:41:31 +01:00
"message" : "Değer"
2018-02-03 18:45:47 +01:00
} ,
2019-07-03 21:15:28 +02:00
"dragToSort" : {
2019-10-06 02:27:51 +02:00
"message" : "Sı ralamak için sürükleyin"
2019-07-03 21:15:28 +02:00
} ,
2018-02-03 18:45:47 +01:00
"cfTypeText" : {
2018-02-18 04:41:31 +01:00
"message" : "Metin"
2018-02-03 18:45:47 +01:00
} ,
"cfTypeHidden" : {
2018-02-18 04:41:31 +01:00
"message" : "Gizli"
2018-02-03 18:45:47 +01:00
} ,
"cfTypeBoolean" : {
"message" : "Boolean"
} ,
2021-11-15 16:57:01 +01:00
"cfTypeLinked" : {
2021-11-19 13:01:05 +01:00
"message" : "Bağlantı lı " ,
2021-11-15 16:57:01 +01:00
"description" : "This describes a field that is 'linked' (related) to another field."
} ,
"linkedValue" : {
2021-11-19 13:01:05 +01:00
"message" : "Bağlı değer" ,
2021-11-15 16:57:01 +01:00
"description" : "This describes a value that is 'linked' (related) to another value."
} ,
2018-02-03 18:45:47 +01:00
"remove" : {
2018-02-18 04:41:31 +01:00
"message" : "Kaldı r"
2018-02-03 18:45:47 +01:00
} ,
"nameRequired" : {
2021-03-09 17:48:44 +01:00
"message" : "Ad gereklidir."
2018-02-03 18:45:47 +01:00
} ,
"addedItem" : {
2021-03-09 17:48:44 +01:00
"message" : "Kayı t eklendi"
2018-02-03 18:45:47 +01:00
} ,
"editedItem" : {
2022-11-04 08:27:49 +01:00
"message" : "Kayı t kaydedildi"
2018-02-03 18:45:47 +01:00
} ,
"deleteItem" : {
2022-11-04 08:27:49 +01:00
"message" : "Kaydı sil"
2018-02-03 18:45:47 +01:00
} ,
"deleteFolder" : {
2022-11-04 08:27:49 +01:00
"message" : "Klasörü sil"
2018-02-03 18:45:47 +01:00
} ,
"deleteAttachment" : {
2022-11-04 08:27:49 +01:00
"message" : "Eki sil"
2018-02-03 18:45:47 +01:00
} ,
"deleteItemConfirmation" : {
2021-03-09 17:48:44 +01:00
"message" : "Çöp kutusuna göndermek istediğinizden emin misiniz?"
2018-02-03 18:45:47 +01:00
} ,
"deletedItem" : {
2021-03-09 17:48:44 +01:00
"message" : "Kayı t çöp kutusuna gönderildi"
2018-02-03 18:45:47 +01:00
} ,
"overwritePasswordConfirmation" : {
2018-02-18 04:41:31 +01:00
"message" : "Mevcut parolanı n üzerine kaydetmek istediğinize emin misiniz?"
2018-02-03 18:45:47 +01:00
} ,
2022-04-01 13:10:34 +02:00
"overwriteUsername" : {
"message" : "Kullanı cı adı nı n üzerine yaz"
} ,
"overwriteUsernameConfirmation" : {
"message" : "Kullanı cı adı nı n üzerine kaydetmek istediğinizden emin misiniz?"
} ,
2018-02-03 18:45:47 +01:00
"noneFolder" : {
2018-02-18 04:41:31 +01:00
"message" : "Klasör yok" ,
2018-02-03 18:45:47 +01:00
"description" : "This is the folder for uncategorized items"
} ,
"addFolder" : {
2022-11-04 08:27:49 +01:00
"message" : "Klasör ekle"
2018-02-03 18:45:47 +01:00
} ,
"editFolder" : {
2022-11-04 08:27:49 +01:00
"message" : "Klasörü düzenle"
2018-02-03 18:45:47 +01:00
} ,
"regeneratePassword" : {
2021-03-09 17:48:44 +01:00
"message" : "Yeni parola oluştur"
2018-02-03 18:45:47 +01:00
} ,
"copyPassword" : {
2022-11-04 08:27:49 +01:00
"message" : "Parolayı kopyala"
2018-02-03 18:45:47 +01:00
} ,
2018-04-16 18:26:48 +02:00
"copyUri" : {
2021-03-09 17:48:44 +01:00
"message" : "URI'yi kopyala"
} ,
"copyVerificationCodeTotp" : {
2021-05-11 19:46:43 +02:00
"message" : "Doğrulama kodunu kopyala (TOTP)"
2018-04-16 18:26:48 +02:00
} ,
2018-02-03 18:45:47 +01:00
"length" : {
2018-02-18 04:41:31 +01:00
"message" : "Uzunluk"
2018-02-03 18:45:47 +01:00
} ,
2022-06-07 14:54:13 +02:00
"uppercase" : {
"message" : "Büyük harf (A-Z)"
} ,
"lowercase" : {
"message" : "Küçük harf (a-z)"
} ,
"numbers" : {
"message" : "Rakamlar (0-9)"
} ,
"specialCharacters" : {
"message" : "Özel karakterler (!@#$%^&*)"
} ,
2018-10-09 15:22:18 +02:00
"numWords" : {
2022-11-04 08:27:49 +01:00
"message" : "Kelime sayı sı "
2018-10-09 15:22:18 +02:00
} ,
"wordSeparator" : {
2022-11-04 08:27:49 +01:00
"message" : "Kelime ayracı "
2018-10-09 15:22:18 +02:00
} ,
2019-07-03 21:15:28 +02:00
"capitalize" : {
2021-03-09 17:48:44 +01:00
"message" : "Baş harfleri büyük yap" ,
2022-10-21 19:37:28 +02:00
"description" : "Make the first letter of a word uppercase."
2019-07-03 21:15:28 +02:00
} ,
"includeNumber" : {
2022-11-04 08:27:49 +01:00
"message" : "Rakam ekle"
2019-07-03 21:15:28 +02:00
} ,
2018-02-03 18:45:47 +01:00
"close" : {
2018-02-18 04:41:31 +01:00
"message" : "Kapat"
2018-02-03 18:45:47 +01:00
} ,
"minNumbers" : {
2022-11-04 08:27:49 +01:00
"message" : "En az rakam"
2018-02-03 18:45:47 +01:00
} ,
"minSpecial" : {
2022-11-04 08:27:49 +01:00
"message" : "En az özel karakter" ,
2018-02-03 18:45:47 +01:00
"description" : "Minimum Special Characters"
} ,
"ambiguous" : {
2022-11-04 08:27:49 +01:00
"message" : "Okurken karı şabilecek karakterleri kullanma"
2018-02-03 18:45:47 +01:00
} ,
"searchCollection" : {
2022-11-04 08:27:49 +01:00
"message" : "Koleksiyonda ara"
2018-02-03 18:45:47 +01:00
} ,
"searchFolder" : {
2022-11-04 08:27:49 +01:00
"message" : "Klasörde ara"
2018-02-03 18:45:47 +01:00
} ,
"searchFavorites" : {
2022-11-04 08:27:49 +01:00
"message" : "Favorilerde ara"
2018-02-03 18:45:47 +01:00
} ,
"searchType" : {
2020-03-05 15:38:07 +01:00
"message" : "Arama türü" ,
2018-02-03 18:45:47 +01:00
"description" : "Search item type"
} ,
"newAttachment" : {
2022-11-04 08:27:49 +01:00
"message" : "Yeni dosya ekle"
2018-02-03 18:45:47 +01:00
} ,
"deletedAttachment" : {
2021-03-09 17:48:44 +01:00
"message" : "Ek silindi"
2018-02-03 18:45:47 +01:00
} ,
"deleteAttachmentConfirmation" : {
2018-02-18 04:41:31 +01:00
"message" : "Bu eki silmek istediğinize emin misiniz?"
2018-02-03 18:45:47 +01:00
} ,
"attachmentSaved" : {
2022-11-04 08:27:49 +01:00
"message" : "Dosya kaydedildi"
2018-02-03 18:45:47 +01:00
} ,
"file" : {
2018-02-18 04:41:31 +01:00
"message" : "Dosya"
2018-02-03 18:45:47 +01:00
} ,
"selectFile" : {
2022-11-04 08:27:49 +01:00
"message" : "Bir dosya seçin"
2018-02-03 18:45:47 +01:00
} ,
"maxFileSize" : {
2021-06-29 21:33:15 +02:00
"message" : "Maksimum dosya boyutu 500 MB'dir."
2018-02-03 18:45:47 +01:00
} ,
"updateKey" : {
2018-02-18 04:41:31 +01:00
"message" : "Şifreleme anahtarı nı zı güncelleştirene kadar bu özelliği kullanamazsı nı z."
2018-02-03 18:45:47 +01:00
} ,
"editedFolder" : {
2022-11-04 08:27:49 +01:00
"message" : "Klasör kaydedildi"
2018-02-03 18:45:47 +01:00
} ,
"addedFolder" : {
2018-02-18 04:41:31 +01:00
"message" : "Klasör eklendi"
2018-02-03 18:45:47 +01:00
} ,
"deleteFolderConfirmation" : {
2018-02-20 14:36:25 +01:00
"message" : "Bu klasörü silmek istediğinize emin misiniz?"
2018-02-03 18:45:47 +01:00
} ,
"deletedFolder" : {
2018-02-18 04:41:31 +01:00
"message" : "Klasör silindi"
2018-02-03 18:45:47 +01:00
} ,
"loginOrCreateNewAccount" : {
2018-02-18 04:41:31 +01:00
"message" : "Güvenli kasanı za ulaşmak için giriş yapı n veya yeni bir hesap oluşturun."
2018-02-03 18:45:47 +01:00
} ,
"createAccount" : {
2022-11-04 08:27:49 +01:00
"message" : "Hesap oluştur"
2018-02-03 18:45:47 +01:00
} ,
"logIn" : {
2022-11-04 08:27:49 +01:00
"message" : "Giriş yap"
2018-02-03 18:45:47 +01:00
} ,
"submit" : {
2018-02-18 04:41:31 +01:00
"message" : "Gönder"
2018-02-03 18:45:47 +01:00
} ,
"masterPass" : {
2022-11-04 08:27:49 +01:00
"message" : "Ana parola"
2018-02-03 18:45:47 +01:00
} ,
"masterPassDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Ana parola, kasanı za ulaşmak için kullanacağı nı z paroladı r. Ana parolanı zı unutmamanı z çok önemlidir. Ana parolanı zı unutmanı z durumunda parolanı zı geri getirecek herhangi bir yol bulunmuyor."
2018-02-03 18:45:47 +01:00
} ,
"masterPassHintDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Bir ana parola ipucu, unutmanı z durumunda parolanı zı hatı rlamanı za yardı mcı olabilir."
2018-02-03 18:45:47 +01:00
} ,
"reTypeMasterPass" : {
2022-11-04 08:27:49 +01:00
"message" : "Ana parolayı tekrar yazı n"
2018-02-03 18:45:47 +01:00
} ,
"masterPassHint" : {
2022-11-04 08:27:49 +01:00
"message" : "Ana parola ipucu (isteğe bağlı )"
2018-02-03 18:45:47 +01:00
} ,
"settings" : {
2018-02-18 04:41:31 +01:00
"message" : "Ayarlar"
2018-02-03 18:45:47 +01:00
} ,
"passwordHint" : {
2022-11-04 08:27:49 +01:00
"message" : "Parola ipucu"
2018-02-03 18:45:47 +01:00
} ,
"enterEmailToGetHint" : {
2021-12-24 01:08:21 +01:00
"message" : "Ana parola ipucunu almak için hesabı nı zı n e-posta adresini girin."
2018-02-03 18:45:47 +01:00
} ,
"getMasterPasswordHint" : {
2018-02-18 04:41:31 +01:00
"message" : "Ana parola ipucunu al"
2018-02-03 18:45:47 +01:00
} ,
"emailRequired" : {
2018-02-18 04:41:31 +01:00
"message" : "E-posta adresi gereklidir."
2018-02-03 18:45:47 +01:00
} ,
"invalidEmail" : {
2018-02-18 04:41:31 +01:00
"message" : "Geçersiz e-posta adresi."
2018-02-03 18:45:47 +01:00
} ,
2022-07-08 08:34:46 +02:00
"masterPasswordRequired" : {
2018-02-18 04:41:31 +01:00
"message" : "Ana parola gereklidir."
2018-02-03 18:45:47 +01:00
} ,
2022-07-08 08:34:46 +02:00
"confirmMasterPasswordRequired" : {
"message" : "Ana parolayı yeniden yazmalı sı nı z."
} ,
2022-07-15 14:42:34 +02:00
"masterPasswordMinlength" : {
2023-03-31 02:39:53 +02:00
"message" : "Ana parola en az $VALUE$ karakter uzunluğunda olmalı dı r." ,
2023-02-17 01:10:07 +01:00
"description" : "The Master Password must be at least a specific number of characters long." ,
"placeholders" : {
"value" : {
"content" : "$1" ,
"example" : "8"
}
}
2018-02-03 18:45:47 +01:00
} ,
"masterPassDoesntMatch" : {
2018-02-18 04:41:31 +01:00
"message" : "Parola ve parola onayı eşleşmiyor."
2018-02-03 18:45:47 +01:00
} ,
"newAccountCreated" : {
2018-02-18 04:41:31 +01:00
"message" : "Yeni hesabı nı z oluşturuldu! Şimdi giriş yapabilirsiniz."
2018-02-03 18:45:47 +01:00
} ,
"masterPassSent" : {
2018-02-18 04:41:31 +01:00
"message" : "Size ana parolanı zı n ipucunu içeren bir e-posta gönderdik."
2018-02-03 18:45:47 +01:00
} ,
"unexpectedError" : {
2018-02-18 04:41:31 +01:00
"message" : "Beklenmedik bir hata oluştu."
2018-02-03 18:45:47 +01:00
} ,
"itemInformation" : {
2022-11-04 08:27:49 +01:00
"message" : "Kayı t bilgileri"
2018-02-03 18:45:47 +01:00
} ,
"noItemsInList" : {
2021-12-24 01:08:21 +01:00
"message" : "Görüntülenecek kayı t yok."
2018-02-03 18:45:47 +01:00
} ,
2021-11-19 13:01:05 +01:00
"sendVerificationCode" : {
"message" : "E-posta adresime doğrulama kodu gönder"
} ,
"sendCode" : {
"message" : "Kod gönder"
} ,
"codeSent" : {
"message" : "Kod gönderildi"
2021-11-15 16:57:01 +01:00
} ,
2018-02-03 18:45:47 +01:00
"verificationCode" : {
2022-11-04 08:27:49 +01:00
"message" : "Doğrulama kodu"
2018-02-03 18:45:47 +01:00
} ,
2021-11-19 13:01:05 +01:00
"confirmIdentity" : {
"message" : "Devam etmek için kimliğinizi doğrulayı n."
} ,
2018-02-03 18:45:47 +01:00
"verificationCodeRequired" : {
2018-02-18 04:41:31 +01:00
"message" : "Doğrulama kodu gereklidir."
2018-02-03 18:45:47 +01:00
} ,
2021-11-15 16:57:01 +01:00
"invalidVerificationCode" : {
2021-11-19 13:01:05 +01:00
"message" : "Geçersiz doğrulama kodu"
2021-11-15 16:57:01 +01:00
} ,
2018-02-03 18:45:47 +01:00
"continue" : {
2018-03-15 17:43:02 +01:00
"message" : "Devam Et"
2018-02-03 18:45:47 +01:00
} ,
"enterVerificationCodeApp" : {
2018-02-18 04:41:31 +01:00
"message" : "Kimlik doğrulayı cı uygulamanı zdaki 6 haneli doğrulama kodunu girin."
2018-02-03 18:45:47 +01:00
} ,
"enterVerificationCodeEmail" : {
2018-02-18 04:41:31 +01:00
"message" : "$EMAIL$ adresine e-postalanan 6 haneli doğrulama kodunu girin." ,
2018-02-03 18:45:47 +01:00
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "example@gmail.com"
}
}
} ,
"verificationCodeEmailSent" : {
2018-02-18 04:41:31 +01:00
"message" : "Doğrulama e-postası $EMAIL$ 'e gönderildi." ,
2018-02-03 18:45:47 +01:00
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "example@gmail.com"
}
}
} ,
"rememberMe" : {
2018-02-18 04:41:31 +01:00
"message" : "Beni hatı rla"
2018-02-03 18:45:47 +01:00
} ,
"sendVerificationCodeEmailAgain" : {
2018-02-18 04:41:31 +01:00
"message" : "Doğrulama kodunu yeniden e-postala"
2018-02-03 18:45:47 +01:00
} ,
"useAnotherTwoStepMethod" : {
2021-12-24 01:08:21 +01:00
"message" : "Başka bir iki aşamalı giriş yöntemini kullan"
2018-02-03 18:45:47 +01:00
} ,
"insertYubiKey" : {
2018-02-18 04:41:31 +01:00
"message" : "YubiKey'i bilgisayarı nı zı n USB portuna takı n, ardı ndan düğmesine dokunun."
2018-02-03 18:45:47 +01:00
} ,
"insertU2f" : {
2018-02-18 04:41:31 +01:00
"message" : "Güvenlik anahtarı nı zı bilgisayarı nı zı n USB portuna takı n. Bir düğmesi varsa dokunun."
2018-02-03 18:45:47 +01:00
} ,
"recoveryCodeDesc" : {
2021-12-24 01:08:21 +01:00
"message" : "İki aşamalı doğrulama sağlayı cı ları nı za ulaşamı yor musunuz? Kurtarma kodunuzu kullanarak hesabı nı zdaki tüm iki aşamalı giriş sağlayı cı ları nı devre dı şı bı rakabilirsiniz."
2018-02-03 18:45:47 +01:00
} ,
"recoveryCodeTitle" : {
2018-02-18 04:41:31 +01:00
"message" : "Kurtarma kodu"
2018-02-03 18:45:47 +01:00
} ,
"authenticatorAppTitle" : {
2022-11-04 08:27:49 +01:00
"message" : "Kimlik doğrulama uygulaması "
2018-02-03 18:45:47 +01:00
} ,
"authenticatorAppDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Zamana dayalı doğrulama kodları oluşturmak için bir kimlik doğrulayı cı uygulaması (Authy veya Google Authenticator gibi) kullanı n." ,
2018-02-03 18:45:47 +01:00
"description" : "'Authy' and 'Google Authenticator' are product names and should not be translated."
} ,
"yubiKeyTitle" : {
2022-11-04 08:27:49 +01:00
"message" : "YubiKey OTP güvenlik anahtarı "
2018-02-03 18:45:47 +01:00
} ,
"yubiKeyDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Hesabı nı za erişmek için bir YubiKey kullanı n. YubiKey 4, 4 Nano, 4C ve NEO cihazları yla çalı şı r."
2018-02-03 18:45:47 +01:00
} ,
"duoDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Duo Security ile doğrulama için Duo Mobile uygulaması , SMS, telefon görüşmesi veya U2F güvenlik anahtarı nı kullanı n." ,
2018-02-03 18:45:47 +01:00
"description" : "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
} ,
2018-04-16 18:26:48 +02:00
"duoOrganizationDesc" : {
2018-06-01 04:23:26 +02:00
"message" : "Kuruluşunuzun Duo Security doğrulaması için Duo Mobile uygulaması , SMS, telefon görüşmesi veya U2F güvenlik anahtarı nı kullanı n." ,
2018-04-16 18:26:48 +02:00
"description" : "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
} ,
2021-05-11 19:46:43 +02:00
"webAuthnTitle" : {
"message" : "FIDO2 WebAuthn"
2018-02-03 18:45:47 +01:00
} ,
2021-05-11 19:46:43 +02:00
"webAuthnDesc" : {
2021-06-29 21:33:15 +02:00
"message" : "Hesabı nı za erişmek için WebAuthn uyumlu bir güvenlik anahtarı kullanı n."
2018-02-03 18:45:47 +01:00
} ,
"emailTitle" : {
2018-02-18 04:41:31 +01:00
"message" : "E-posta"
2018-02-03 18:45:47 +01:00
} ,
"emailDesc" : {
2018-02-18 04:41:31 +01:00
"message" : "Doğrulama kodu size e-postalanacak."
2018-02-03 18:45:47 +01:00
} ,
"loginUnavailable" : {
2021-03-09 17:48:44 +01:00
"message" : "Giriş yapı lamı yor"
2018-02-03 18:45:47 +01:00
} ,
"noTwoStepProviders" : {
2022-11-04 08:27:49 +01:00
"message" : "Bu hesapta iki aşamalı giriş açı k ama yapı landı rdı ğı nı z iki aşamalı giriş sağlayı cı ları nı n hiçbiri bu cihazı desteklemiyor."
2018-02-03 18:45:47 +01:00
} ,
"noTwoStepProviders2" : {
2018-02-18 04:41:31 +01:00
"message" : "Lütfen daha iyi aygı tları (örneğin, bir kimlik doğrulayı cı app) arası nda desteklenen ek sağlayı cı ları ekleyin."
2018-02-03 18:45:47 +01:00
} ,
"twoStepOptions" : {
2021-12-24 01:08:21 +01:00
"message" : "İki aşamalı giriş seçenekleri"
2018-02-03 18:45:47 +01:00
} ,
"selfHostedEnvironment" : {
2021-03-09 17:48:44 +01:00
"message" : "Şirket içinde barı ndı rı lan ortam"
2018-02-03 18:45:47 +01:00
} ,
"selfHostedEnvironmentFooter" : {
2018-03-15 17:43:02 +01:00
"message" : "Kurum içi barı ndı rı lan Bitwarden kurulumunuzun taban URL'sini belirtin."
2018-02-03 18:45:47 +01:00
} ,
"customEnvironment" : {
2022-11-04 08:27:49 +01:00
"message" : "Özel ortam"
2018-02-03 18:45:47 +01:00
} ,
"customEnvironmentFooter" : {
2018-02-18 04:41:31 +01:00
"message" : "Üst düzey kullanı cı lar için. Her servisin taban URL'sini bağı msı z olarak belirleyebilirsiniz."
2018-02-03 18:45:47 +01:00
} ,
"baseUrl" : {
2018-02-18 04:41:31 +01:00
"message" : "Sunucu URL'si"
2018-02-03 18:45:47 +01:00
} ,
"apiUrl" : {
2022-11-04 08:27:49 +01:00
"message" : "API sunucu URL'si"
2018-02-03 18:45:47 +01:00
} ,
"webVaultUrl" : {
2022-11-04 08:27:49 +01:00
"message" : "Web kasası sunucu URL'si"
2018-02-03 18:45:47 +01:00
} ,
"identityUrl" : {
2022-11-04 08:27:49 +01:00
"message" : "Kimlik sunucusu URL'si"
2018-02-03 18:45:47 +01:00
} ,
2018-09-17 21:33:00 +02:00
"notificationsUrl" : {
2022-11-04 08:27:49 +01:00
"message" : "Bildirim sunucusu URL'si"
2018-09-17 21:33:00 +02:00
} ,
2018-02-03 18:45:47 +01:00
"iconsUrl" : {
2021-03-09 17:48:44 +01:00
"message" : "Simge sunucusu URL'si"
2018-02-03 18:45:47 +01:00
} ,
"environmentSaved" : {
2022-11-04 08:27:49 +01:00
"message" : "Ortam URL'leri kaydedildi"
2018-02-03 18:45:47 +01:00
} ,
"ok" : {
2018-02-18 04:41:31 +01:00
"message" : "Tamam"
2018-02-03 18:45:47 +01:00
} ,
"yes" : {
2018-02-18 04:41:31 +01:00
"message" : "Evet"
2018-02-03 18:45:47 +01:00
} ,
"no" : {
2018-02-18 04:41:31 +01:00
"message" : "Hayı r"
2018-02-03 18:45:47 +01:00
} ,
"overwritePassword" : {
2021-03-09 17:48:44 +01:00
"message" : "Parolanı n üzerine yaz"
2018-02-03 18:45:47 +01:00
} ,
"learnMore" : {
2021-12-24 01:08:21 +01:00
"message" : "Daha fazla bilgi al"
2018-02-03 18:45:47 +01:00
} ,
"featureUnavailable" : {
2022-11-04 08:27:49 +01:00
"message" : "Özellik kullanı lamı yor"
2018-02-18 04:41:31 +01:00
} ,
"loggedOut" : {
2018-02-20 14:36:25 +01:00
"message" : "Çı kı ş yapı ldı "
2018-02-18 04:41:31 +01:00
} ,
"loginExpired" : {
2018-02-20 14:36:25 +01:00
"message" : "Oturumunuzun süresi doldu."
2018-02-18 04:41:31 +01:00
} ,
"logOutConfirmation" : {
2018-02-20 14:36:25 +01:00
"message" : "Çı kmak istediğinize emin misiniz?"
2018-02-18 04:41:31 +01:00
} ,
"logOut" : {
2022-09-26 21:25:49 +02:00
"message" : "Çı kı ş yap"
2018-02-18 04:41:31 +01:00
} ,
"addNewLogin" : {
2022-11-04 08:27:49 +01:00
"message" : "Yeni hesap"
2018-02-18 04:41:31 +01:00
} ,
"addNewItem" : {
2022-11-04 08:27:49 +01:00
"message" : "Yeni kayı t"
2018-02-18 04:41:31 +01:00
} ,
"addNewFolder" : {
2022-11-04 08:27:49 +01:00
"message" : "Yeni klasör"
2018-02-18 04:41:31 +01:00
} ,
"view" : {
2018-02-20 14:36:25 +01:00
"message" : "Görüntüle"
2018-02-18 04:41:31 +01:00
} ,
"account" : {
2018-02-20 14:36:25 +01:00
"message" : "Hesap"
2018-02-18 04:41:31 +01:00
} ,
"loading" : {
2018-02-20 14:36:25 +01:00
"message" : "Yükleniyor..."
2018-02-18 04:41:31 +01:00
} ,
2021-12-17 01:15:45 +01:00
"lockVault" : {
"message" : "Kasayı kilitle"
2018-02-18 04:41:31 +01:00
} ,
"passwordGenerator" : {
2022-11-04 08:27:49 +01:00
"message" : "Parola üretici"
2018-02-18 04:41:31 +01:00
} ,
2022-03-04 01:14:56 +01:00
"contactUs" : {
2022-09-26 21:25:49 +02:00
"message" : "Bize ulaşı n"
2018-02-18 04:41:31 +01:00
} ,
2023-03-31 02:39:53 +02:00
"helpAndFeedback" : {
"message" : "Yardı m ve geribildirim"
} ,
2022-03-04 01:14:56 +01:00
"getHelp" : {
2022-09-26 21:25:49 +02:00
"message" : "Yardı m al"
2018-02-18 04:41:31 +01:00
} ,
"fileBugReport" : {
2022-11-04 08:27:49 +01:00
"message" : "Hata bildirin"
2018-02-18 04:41:31 +01:00
} ,
"blog" : {
"message" : "Blog"
} ,
"followUs" : {
2018-02-20 14:36:25 +01:00
"message" : "Bizi takip edin"
2018-02-18 04:41:31 +01:00
} ,
"syncVault" : {
2022-11-04 08:27:49 +01:00
"message" : "Kasayı eşitle"
2018-02-18 04:41:31 +01:00
} ,
"changeMasterPass" : {
2022-11-04 08:27:49 +01:00
"message" : "Ana parolayı değiştir"
2018-02-18 04:41:31 +01:00
} ,
"changeMasterPasswordConfirmation" : {
2018-02-20 14:36:25 +01:00
"message" : "Ana parolanı zı bitwarden.com web kasası üzerinden değiştirebilirsiniz. Siteyi şimdi ziyaret etmek ister misiniz?"
2018-02-18 04:41:31 +01:00
} ,
2018-11-21 04:35:39 +01:00
"fingerprintPhrase" : {
2020-03-05 15:38:07 +01:00
"message" : "Parmak izi ifadesi" ,
2018-11-21 04:35:39 +01:00
"description" : "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
2018-02-18 04:41:31 +01:00
} ,
2018-11-21 04:35:39 +01:00
"yourAccountsFingerprint" : {
2020-03-05 15:38:07 +01:00
"message" : "Hesabı nı zı n parmak izi ifadesi" ,
2018-11-21 04:35:39 +01:00
"description" : "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
2018-02-18 04:41:31 +01:00
} ,
"goToWebVault" : {
2022-11-04 08:27:49 +01:00
"message" : "Web kasası na git"
2018-02-18 04:41:31 +01:00
} ,
"getMobileApp" : {
2021-12-24 01:08:21 +01:00
"message" : "Mobil uygulamayı indir"
2018-02-18 04:41:31 +01:00
} ,
"getBrowserExtension" : {
2021-12-24 01:08:21 +01:00
"message" : "Tarayı cı uzantı sı nı indir"
2018-02-18 04:41:31 +01:00
} ,
"syncingComplete" : {
2021-12-24 01:08:21 +01:00
"message" : "Eşitleme tamamlandı "
2018-02-18 04:41:31 +01:00
} ,
"syncingFailed" : {
2018-02-20 14:36:25 +01:00
"message" : "Eşitleme başarı sı z oldu"
2018-02-18 04:41:31 +01:00
} ,
"yourVaultIsLocked" : {
2021-12-17 01:15:45 +01:00
"message" : "Kasanı z kilitli. Devam etmek için kimliğinizi doğrulayı n."
2018-02-18 04:41:31 +01:00
} ,
"unlock" : {
2021-12-24 01:08:21 +01:00
"message" : "Kilidi aç"
2018-02-18 04:41:31 +01:00
} ,
2019-07-03 21:15:28 +02:00
"loggedInAsOn" : {
2021-03-09 17:48:44 +01:00
"message" : "$HOSTNAME$ üzerinde $EMAIL$ adresiyle oturum açtı nı z." ,
2019-01-16 01:03:08 +01:00
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "name@example.com"
2019-07-03 21:15:28 +02:00
} ,
"hostname" : {
"content" : "$2" ,
"example" : "bitwarden.com"
2019-01-16 01:03:08 +01:00
}
}
} ,
2018-02-18 04:41:31 +01:00
"invalidMasterPassword" : {
2018-02-20 14:36:25 +01:00
"message" : "Geçersiz ana parola"
2018-02-18 04:41:31 +01:00
} ,
"twoStepLoginConfirmation" : {
2022-11-04 08:27:49 +01:00
"message" : "İki aşamalı giriş, hesabı nı za girererken işlemi bir güvenlik anahtarı , şifrematik uygulaması , SMS, telefon araması veya e-posta gibi ek bir yöntemle doğrulamanı zı isteyerek hesabı nı zı n güvenliğini artı rı r. İki aşamalı giriş özelliğini bitwarden.com web kasası üzerinden ayarlayabilirsiniz. Şimdi siteye gitmek ister misiniz?"
2018-02-18 04:41:31 +01:00
} ,
"twoStepLogin" : {
2022-11-04 08:27:49 +01:00
"message" : "İki aşamalı giriş"
2018-02-18 04:41:31 +01:00
} ,
2020-05-18 21:57:07 +02:00
"vaultTimeout" : {
2021-03-09 17:48:44 +01:00
"message" : "Kasa zaman aşı mı "
2018-02-18 04:41:31 +01:00
} ,
2020-05-18 21:57:07 +02:00
"vaultTimeoutDesc" : {
2022-09-26 21:25:49 +02:00
"message" : "Kasa zaman aşı mı eyleminin ne zaman gerçekleştirileceğini seçin."
2018-02-18 04:41:31 +01:00
} ,
"immediately" : {
2018-02-20 14:36:25 +01:00
"message" : "Hemen"
2018-02-18 04:41:31 +01:00
} ,
2019-03-02 21:47:05 +01:00
"tenSeconds" : {
2019-10-06 02:27:51 +02:00
"message" : "10 saniye"
2019-03-02 21:47:05 +01:00
} ,
"twentySeconds" : {
2019-10-06 02:27:51 +02:00
"message" : "20 saniye"
2019-03-02 21:47:05 +01:00
} ,
"thirtySeconds" : {
2019-10-06 02:27:51 +02:00
"message" : "30 saniye"
2019-03-02 21:47:05 +01:00
} ,
2018-02-18 04:41:31 +01:00
"oneMinute" : {
2018-02-20 14:36:25 +01:00
"message" : "1 dakika"
2018-02-18 04:41:31 +01:00
} ,
2019-03-02 21:47:05 +01:00
"twoMinutes" : {
2019-10-06 02:27:51 +02:00
"message" : "2 dakika"
2019-03-02 21:47:05 +01:00
} ,
2018-02-18 04:41:31 +01:00
"fiveMinutes" : {
2018-02-20 14:36:25 +01:00
"message" : "5 dakika"
2018-02-18 04:41:31 +01:00
} ,
"fifteenMinutes" : {
2018-02-20 14:36:25 +01:00
"message" : "15 dakika"
2018-02-18 04:41:31 +01:00
} ,
"thirtyMinutes" : {
2018-02-20 14:36:25 +01:00
"message" : "30 dakika"
2018-02-18 04:41:31 +01:00
} ,
"oneHour" : {
2018-02-20 14:36:25 +01:00
"message" : "1 saat"
2018-02-18 04:41:31 +01:00
} ,
"fourHours" : {
2018-02-20 14:36:25 +01:00
"message" : "4 saat"
2018-02-18 04:41:31 +01:00
} ,
"onIdle" : {
2021-03-09 17:48:44 +01:00
"message" : "Sistem boştayken"
2018-02-18 04:41:31 +01:00
} ,
"onSleep" : {
2021-03-09 17:48:44 +01:00
"message" : "Sistem uyuyunca"
2018-02-18 04:41:31 +01:00
} ,
"onLocked" : {
2021-03-09 17:48:44 +01:00
"message" : "Sistem kilitlenince"
2018-02-18 04:41:31 +01:00
} ,
"onRestart" : {
2021-03-09 17:48:44 +01:00
"message" : "Yeniden başlatı lı nca"
2018-02-18 04:41:31 +01:00
} ,
"never" : {
2018-02-20 14:36:25 +01:00
"message" : "Hiçbir zaman"
2018-02-18 04:41:31 +01:00
} ,
"security" : {
2018-02-20 14:36:25 +01:00
"message" : "Güvenlik"
2018-02-18 04:41:31 +01:00
} ,
2019-03-02 21:47:05 +01:00
"clearClipboard" : {
2022-09-26 21:25:49 +02:00
"message" : "Panoyu temizle" ,
2019-10-02 02:58:51 +02:00
"description" : "Clipboard is the operating system thing where you copy/paste data to on your device."
2019-03-02 21:47:05 +01:00
} ,
"clearClipboardDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Kopyalanan değerleri otomatik olarak panodan sil." ,
2019-10-02 02:58:51 +02:00
"description" : "Clipboard is the operating system thing where you copy/paste data to on your device."
2019-03-02 21:47:05 +01:00
} ,
2022-06-24 13:21:07 +02:00
"enableFavicon" : {
"message" : "Web sitesi simgelerini göster"
2018-02-18 04:41:31 +01:00
} ,
2022-06-24 13:21:07 +02:00
"faviconDesc" : {
"message" : "Hesapları n yanı nda tanı dı k görseller göster."
2018-02-18 04:41:31 +01:00
} ,
2018-06-01 04:23:26 +02:00
"enableMinToTray" : {
2022-09-26 21:25:49 +02:00
"message" : "Tepsi simgesine küçült"
2018-06-01 04:23:26 +02:00
} ,
"enableMinToTrayDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Pencere küçültülünce sistem tepsisinde bir simge göster."
2018-06-01 04:23:26 +02:00
} ,
2021-01-20 03:48:25 +01:00
"enableMinToMenuBar" : {
2021-03-09 17:48:44 +01:00
"message" : "Menü çubuğuna küçült"
2021-01-20 03:48:25 +01:00
} ,
"enableMinToMenuBarDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Pencere küçültülünce menü çubuğunda bir simge göster."
2021-01-20 03:48:25 +01:00
} ,
2018-12-12 18:05:41 +01:00
"enableCloseToTray" : {
2021-03-09 17:48:44 +01:00
"message" : "Tepsi simgesine kapat"
2018-12-12 18:05:41 +01:00
} ,
"enableCloseToTrayDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Pencere kapatı lı nca sistem tepsisinde bir simge göster."
2018-12-12 18:05:41 +01:00
} ,
2021-01-20 03:48:25 +01:00
"enableCloseToMenuBar" : {
2021-03-09 17:48:44 +01:00
"message" : "Menü çubuğuna kapat"
2021-01-20 03:48:25 +01:00
} ,
"enableCloseToMenuBarDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Pencere kapatı lı nca menü çubuğunda bir simge göster."
2021-01-20 03:48:25 +01:00
} ,
2018-06-01 04:23:26 +02:00
"enableTray" : {
2021-03-09 17:48:44 +01:00
"message" : "Tepsi simgesini etkinleştir"
2018-06-01 04:23:26 +02:00
} ,
"enableTrayDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Sistem tepsisinde her zaman simge göster."
2018-06-01 04:23:26 +02:00
} ,
2019-02-15 04:56:32 +01:00
"startToTray" : {
2021-03-09 17:48:44 +01:00
"message" : "Tepsi simgesi olarak başlat"
2019-02-15 04:56:32 +01:00
} ,
"startToTrayDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Uygulama ilk çalı ştı rı ldı ğı nda sadece sistem tepsisinde simge olarak görünsün."
2019-02-15 04:56:32 +01:00
} ,
2021-01-20 03:48:25 +01:00
"startToMenuBar" : {
2021-03-09 17:48:44 +01:00
"message" : "Menü çubuğunda başlat"
2021-01-20 03:48:25 +01:00
} ,
"startToMenuBarDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Uygulama ilk çalı ştı rı ldı ğı nda sadece menü çubuğunda simge olarak görünsün."
2021-01-20 03:48:25 +01:00
} ,
"openAtLogin" : {
2021-03-09 17:48:44 +01:00
"message" : "Oturum açı ldı ğı nda otomatik başlat"
2021-01-20 03:48:25 +01:00
} ,
"openAtLoginDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Oturum açı lı nca Bitwarden masaüstü uygulaması nı otomatik olarak başlat."
2021-01-20 03:48:25 +01:00
} ,
"alwaysShowDock" : {
2021-03-09 17:48:44 +01:00
"message" : "Dock'ta her zaman göster"
2021-01-20 03:48:25 +01:00
} ,
"alwaysShowDockDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Menü çubuğuna küçültüldüğünde bile Bitwarden simgesini Dock'ta göster."
2021-01-20 03:48:25 +01:00
} ,
"confirmTrayTitle" : {
2021-03-09 17:48:44 +01:00
"message" : "Tepsiyi kapatmayı onaylayı n"
2021-01-20 03:48:25 +01:00
} ,
"confirmTrayDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Bu ayarı kapatı rsanı z tepsiyle ilgili diğer ayarlar da kapanı r."
2021-01-20 03:48:25 +01:00
} ,
2018-06-01 04:23:26 +02:00
"language" : {
2018-06-04 17:38:53 +02:00
"message" : "Dil"
2018-06-01 04:23:26 +02:00
} ,
"languageDesc" : {
2021-12-24 01:08:21 +01:00
"message" : "Uygulama dilini değiştirin. Yeniden başlatma gerekir."
2018-06-01 04:23:26 +02:00
} ,
"theme" : {
2018-06-04 17:38:53 +02:00
"message" : "Tema"
2018-06-01 04:23:26 +02:00
} ,
"themeDesc" : {
2021-01-25 18:55:10 +01:00
"message" : "Uygulamanı n renk teması nı değiştir."
2018-06-01 04:23:26 +02:00
} ,
"dark" : {
2018-06-04 17:38:53 +02:00
"message" : "Koyu" ,
2018-06-01 04:23:26 +02:00
"description" : "Dark color"
} ,
"light" : {
2018-06-04 17:38:53 +02:00
"message" : "Açı k" ,
2018-06-01 04:23:26 +02:00
"description" : "Light color"
} ,
2018-02-18 04:41:31 +01:00
"copy" : {
2018-02-20 14:36:25 +01:00
"message" : "Kopyala" ,
2018-02-18 04:41:31 +01:00
"description" : "Copy to clipboard"
} ,
"checkForUpdates" : {
2022-09-26 21:25:49 +02:00
"message" : "Güncellemeleri denetle…"
2018-02-18 04:41:31 +01:00
} ,
"version" : {
2018-03-15 17:43:02 +01:00
"message" : "Sürüm $VERSION_NUM$" ,
2018-02-18 04:41:31 +01:00
"placeholders" : {
"version_num" : {
"content" : "$1" ,
"example" : "1.2.3"
}
}
} ,
"restartToUpdate" : {
2021-03-09 17:48:44 +01:00
"message" : "Güncellemek için yeniden başlat"
2018-02-18 04:41:31 +01:00
} ,
"restartToUpdateDesc" : {
2021-12-24 01:08:21 +01:00
"message" : "$VERSION_NUM$ sürümü yüklenmeye hazı r. Yüklemeyi tamamlamak için uygulamayı yeniden başlatmanı z gerekir. Uygulamayı yeniden başlatmak ve güncellemeyi yapmak istiyor musunuz?" ,
2018-02-18 04:41:31 +01:00
"placeholders" : {
"version_num" : {
"content" : "$1" ,
"example" : "1.2.3"
}
}
} ,
"updateAvailable" : {
2018-02-20 14:36:25 +01:00
"message" : "Güncelleme mevcut"
2018-02-18 04:41:31 +01:00
} ,
"updateAvailableDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Bir güncelleme bulundu. Şimdi yüklemek istiyor musunuz?"
2018-02-18 04:41:31 +01:00
} ,
"restart" : {
2018-02-20 14:36:25 +01:00
"message" : "Yeniden başlat"
2018-02-18 04:41:31 +01:00
} ,
"later" : {
2018-02-20 14:36:25 +01:00
"message" : "Sonra"
2018-02-18 04:41:31 +01:00
} ,
"noUpdatesAvailable" : {
2021-12-24 01:08:21 +01:00
"message" : "Şu anda yüklenebilecek bir güncelleme yok. Son sürümü kullanı yorsunuz."
2018-02-18 04:41:31 +01:00
} ,
"updateError" : {
2022-11-04 08:27:49 +01:00
"message" : "Güncelleme hatası "
2018-02-18 04:41:31 +01:00
} ,
"unknown" : {
2018-02-20 14:36:25 +01:00
"message" : "Bilinmiyor"
2018-02-18 04:41:31 +01:00
} ,
"copyUsername" : {
2021-03-09 17:48:44 +01:00
"message" : "Kullanı cı adı nı kopyala"
2018-02-18 04:41:31 +01:00
} ,
"copyNumber" : {
2021-03-09 17:48:44 +01:00
"message" : "Numarayı kopyala" ,
2018-02-18 04:41:31 +01:00
"description" : "Copy credit card number"
} ,
"copySecurityCode" : {
2021-03-09 17:48:44 +01:00
"message" : "Güvenlik kodunu kopyala" ,
2018-02-18 04:41:31 +01:00
"description" : "Copy credit card security code (CVV)"
} ,
"premiumMembership" : {
2021-03-09 17:48:44 +01:00
"message" : "Premium üyelik"
2018-02-18 04:41:31 +01:00
} ,
"premiumManage" : {
2021-03-09 17:48:44 +01:00
"message" : "Üyeliğimi yönet"
2018-02-18 04:41:31 +01:00
} ,
"premiumManageAlert" : {
2021-03-09 17:48:44 +01:00
"message" : "Üyeliğinizi bitwarden.com web kasası üzerinden yönetebilirsiniz. Web sitesini ziyaret etmek ister misiniz?"
2018-02-18 04:41:31 +01:00
} ,
"premiumRefresh" : {
2021-03-09 17:48:44 +01:00
"message" : "Üyeliğimi yenile"
2018-02-18 04:41:31 +01:00
} ,
"premiumNotCurrentMember" : {
2022-11-04 08:27:49 +01:00
"message" : "Şu anda premium üye değilsiniz."
2018-02-18 04:41:31 +01:00
} ,
"premiumSignUpAndGet" : {
2021-03-09 17:48:44 +01:00
"message" : "Premium üye olarak sahip olacağı nı z avantajlar:"
2018-02-18 04:41:31 +01:00
} ,
"premiumSignUpStorage" : {
2021-03-09 17:48:44 +01:00
"message" : "Dosya ekleri için 1 GB şifrelenmiş depolama."
2018-02-18 04:41:31 +01:00
} ,
"premiumSignUpTwoStep" : {
2021-12-24 01:08:21 +01:00
"message" : "YubiKey, FIDO U2F ve Duo gibi iki aşamalı giriş seçenekleri."
2018-02-18 04:41:31 +01:00
} ,
2018-12-12 18:05:41 +01:00
"premiumSignUpReports" : {
2021-03-09 17:48:44 +01:00
"message" : "Kasanı zı güvende tutmak için parola hijyeni, hesap sağlı ğı ve veri ihlali raporları ."
2018-12-12 18:05:41 +01:00
} ,
2018-02-18 04:41:31 +01:00
"premiumSignUpTotp" : {
2021-03-09 17:48:44 +01:00
"message" : "Kasanı zdaki hesaplar için TOTP doğrulama kodu (2FA) oluşturucu."
2018-02-18 04:41:31 +01:00
} ,
"premiumSignUpSupport" : {
2018-02-25 03:58:13 +01:00
"message" : "Öncelikli müşteri desteği."
2018-02-18 04:41:31 +01:00
} ,
"premiumSignUpFuture" : {
2021-03-09 17:48:44 +01:00
"message" : "Ve ileride duyuracağı mı z tüm premium özellikler. Daha fazlası yakı nda!"
2018-02-18 04:41:31 +01:00
} ,
"premiumPurchase" : {
2021-03-09 17:48:44 +01:00
"message" : "Premium satı n al"
2018-02-18 04:41:31 +01:00
} ,
"premiumPurchaseAlert" : {
2021-03-09 17:48:44 +01:00
"message" : "Premium üyeliği bitwarden.com web kasası üzerinden satı n alabilirsiniz. Şimdi siteye gitmek ister misiniz?"
2018-02-18 04:41:31 +01:00
} ,
"premiumCurrentMember" : {
2021-03-09 17:48:44 +01:00
"message" : "Premium üyesiniz!"
2018-02-18 04:41:31 +01:00
} ,
"premiumCurrentMemberThanks" : {
2021-03-09 17:48:44 +01:00
"message" : "Bitwarden'ı desteklediğiniz için teşekkür ederiz."
2018-02-18 04:41:31 +01:00
} ,
"premiumPrice" : {
2021-03-09 17:48:44 +01:00
"message" : "Bunları n hepsi sadece yı lda $PRICE$!" ,
2018-02-18 04:41:31 +01:00
"placeholders" : {
"price" : {
"content" : "$1" ,
"example" : "$10"
}
}
} ,
"refreshComplete" : {
2018-02-25 03:58:13 +01:00
"message" : "Yenileme tamamlandı "
2018-02-18 04:41:31 +01:00
} ,
"passwordHistory" : {
2021-03-09 17:48:44 +01:00
"message" : "Parola geçmişi"
2018-02-18 04:41:31 +01:00
} ,
"clear" : {
2019-07-03 21:15:28 +02:00
"message" : "Temizle" ,
"description" : "To clear something out. example: To clear browser history."
2018-02-18 04:41:31 +01:00
} ,
"noPasswordsInList" : {
2018-02-25 03:58:13 +01:00
"message" : "Listelenecek şifre yok."
2018-02-23 05:22:22 +01:00
} ,
"undo" : {
2018-02-25 03:58:13 +01:00
"message" : "Geri al"
2018-02-23 05:22:22 +01:00
} ,
"redo" : {
2018-03-15 17:43:02 +01:00
"message" : "Yinele"
2018-02-23 05:22:22 +01:00
} ,
"cut" : {
2018-02-25 03:58:13 +01:00
"message" : "Kes" ,
2018-02-23 05:22:22 +01:00
"description" : "Cut to clipboard"
} ,
"paste" : {
2018-02-25 03:58:13 +01:00
"message" : "Yapı ştı r" ,
2018-02-23 05:22:22 +01:00
"description" : "Paste from clipboard"
} ,
"selectAll" : {
2021-03-09 17:48:44 +01:00
"message" : "Tümünü seç"
2018-02-23 05:22:22 +01:00
} ,
"zoomIn" : {
2018-02-25 03:58:13 +01:00
"message" : "Yakı nlaştı r"
2018-02-23 05:22:22 +01:00
} ,
"zoomOut" : {
2018-02-25 03:58:13 +01:00
"message" : "Uzaklaştı r"
2018-02-23 05:22:22 +01:00
} ,
"resetZoom" : {
2022-11-04 08:27:49 +01:00
"message" : "Yakı nlaştı rmayı sı fı rla"
2018-02-23 05:22:22 +01:00
} ,
"toggleFullScreen" : {
2021-03-09 17:48:44 +01:00
"message" : "Tam ekranı aç/kapat"
2018-02-23 05:22:22 +01:00
} ,
"reload" : {
2021-12-24 01:08:21 +01:00
"message" : "Yenile"
2018-02-23 05:22:22 +01:00
} ,
"toggleDevTools" : {
2021-03-09 17:48:44 +01:00
"message" : "Geliştirici araçları nı aç/kapat"
2018-02-23 05:22:22 +01:00
} ,
"minimize" : {
2018-02-25 03:58:13 +01:00
"message" : "Küçült" ,
2018-02-23 05:22:22 +01:00
"description" : "Minimize window"
} ,
"zoom" : {
2018-02-25 03:58:13 +01:00
"message" : "Yakı nlaştı r"
2018-02-23 05:22:22 +01:00
} ,
"bringAllToFront" : {
2021-03-09 17:48:44 +01:00
"message" : "Tümünü öne getir" ,
2018-02-23 05:22:22 +01:00
"description" : "Bring all windows to front (foreground)"
} ,
"aboutBitwarden" : {
2021-03-09 17:48:44 +01:00
"message" : "Bitwarden hakkı nda"
2018-02-23 05:22:22 +01:00
} ,
"services" : {
2018-02-25 03:58:13 +01:00
"message" : "Hizmetler"
2018-02-23 05:22:22 +01:00
} ,
"hideBitwarden" : {
2021-03-09 17:48:44 +01:00
"message" : "Bitwarden'ı gizle"
2018-02-23 05:22:22 +01:00
} ,
"hideOthers" : {
2021-03-09 17:48:44 +01:00
"message" : "Diğerlerini gizle"
2018-02-23 05:22:22 +01:00
} ,
"showAll" : {
2021-03-09 17:48:44 +01:00
"message" : "Tümünü göster"
2018-02-23 05:22:22 +01:00
} ,
"quitBitwarden" : {
2021-03-09 17:48:44 +01:00
"message" : "Bitwarden'dan çı k"
2018-02-25 03:58:13 +01:00
} ,
"valueCopied" : {
2018-02-26 03:39:07 +01:00
"message" : "$VALUE$ kopyalandı " ,
2018-02-25 03:58:13 +01:00
"description" : "Value has been copied to the clipboard." ,
"placeholders" : {
"value" : {
"content" : "$1" ,
"example" : "Password"
}
}
2018-02-26 03:39:07 +01:00
} ,
"help" : {
2018-02-26 22:02:46 +01:00
"message" : "Yardı m"
2018-02-26 03:39:07 +01:00
} ,
"window" : {
2018-02-26 22:02:46 +01:00
"message" : "Pencere"
2018-03-15 17:43:02 +01:00
} ,
"checkPassword" : {
2021-03-09 17:48:44 +01:00
"message" : "Parolanı z ele geçirilip geçirilmediğini kontrol edin."
2018-03-15 17:43:02 +01:00
} ,
"passwordExposed" : {
2021-03-09 17:48:44 +01:00
"message" : "Bu parola, veri ihlallerinde $VALUE$ kere açı ğa çı kmı ş. Değiştirmenizi tavsiye ederiz." ,
2018-03-15 17:43:02 +01:00
"placeholders" : {
"value" : {
"content" : "$1" ,
"example" : "2"
}
}
} ,
"passwordSafe" : {
2021-03-09 17:48:44 +01:00
"message" : "Bilinen veri ihlallerinde bu parola bulunamadı . Güvenle kullanabilirsiniz."
2018-03-15 17:43:02 +01:00
} ,
"baseDomain" : {
2022-04-01 13:10:34 +02:00
"message" : "Ana alan adı " ,
"description" : "Domain name. Ex. website.com"
} ,
"domainName" : {
"message" : "Alan adı " ,
"description" : "Domain name. Ex. website.com"
2018-03-15 17:43:02 +01:00
} ,
"host" : {
2021-03-09 17:48:44 +01:00
"message" : "Sunucu" ,
2019-10-02 02:58:51 +02:00
"description" : "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'."
2018-03-15 17:43:02 +01:00
} ,
"exact" : {
2018-03-19 15:12:42 +01:00
"message" : "Tam"
2018-03-15 17:43:02 +01:00
} ,
"startsWith" : {
2021-03-09 17:48:44 +01:00
"message" : "URI başlangı cı "
2018-03-15 17:43:02 +01:00
} ,
"regEx" : {
2021-03-09 17:48:44 +01:00
"message" : "Düzenli ifade" ,
2018-03-15 17:43:02 +01:00
"description" : "A programming term, also known as 'RegEx'."
} ,
"matchDetection" : {
2022-11-04 08:27:49 +01:00
"message" : "Eşleşme tespiti" ,
2018-03-15 17:43:02 +01:00
"description" : "URI match detection for auto-fill."
} ,
"defaultMatchDetection" : {
2021-03-09 17:48:44 +01:00
"message" : "Varsayı lan eşleşme tespiti" ,
2018-03-15 17:43:02 +01:00
"description" : "Default URI match detection for auto-fill."
} ,
"toggleOptions" : {
2022-11-04 08:27:49 +01:00
"message" : "Seçenekleri aç/kapat"
2018-04-16 18:26:48 +02:00
} ,
"organization" : {
2018-06-01 04:23:26 +02:00
"message" : "Kuruluş" ,
2018-04-16 18:26:48 +02:00
"description" : "An entity of multiple related people (ex. a team or business organization)."
2018-06-01 04:23:26 +02:00
} ,
"default" : {
2018-06-04 17:38:53 +02:00
"message" : "Varsayı lan"
2018-06-01 04:23:26 +02:00
} ,
"exit" : {
2018-06-04 17:38:53 +02:00
"message" : "Çı kı ş"
2018-06-01 04:23:26 +02:00
} ,
"showHide" : {
2021-03-09 17:48:44 +01:00
"message" : "Göster / gizle" ,
2018-06-01 04:23:26 +02:00
"description" : "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open."
} ,
"hideToTray" : {
2022-11-04 08:27:49 +01:00
"message" : "Tepsiye gizle"
2018-07-30 23:14:22 +02:00
} ,
2019-07-03 21:15:28 +02:00
"alwaysOnTop" : {
2022-11-04 08:27:49 +01:00
"message" : "Her zaman üstte" ,
2019-07-03 21:15:28 +02:00
"description" : "Application window should always stay on top of other windows"
} ,
2018-07-30 23:14:22 +02:00
"dateUpdated" : {
2021-03-09 17:48:44 +01:00
"message" : "Güncelleme" ,
2018-07-30 23:14:22 +02:00
"description" : "ex. Date this item was updated"
} ,
2022-10-14 02:36:34 +02:00
"dateCreated" : {
"message" : "Oluşturma" ,
"description" : "ex. Date this item was created"
} ,
2018-07-30 23:14:22 +02:00
"datePasswordUpdated" : {
2022-11-04 08:27:49 +01:00
"message" : "Parola güncelleme" ,
2018-07-30 23:14:22 +02:00
"description" : "ex. Date this password was updated"
2018-08-02 05:39:13 +02:00
} ,
"exportVault" : {
2022-11-04 08:27:49 +01:00
"message" : "Kasayı dı şa aktar"
2018-08-02 05:39:13 +02:00
} ,
2018-12-18 05:20:13 +01:00
"fileFormat" : {
2022-11-04 08:27:49 +01:00
"message" : "Dosya biçimi"
2018-12-18 05:20:13 +01:00
} ,
2022-06-10 10:54:00 +02:00
"hCaptchaUrl" : {
2022-06-10 16:12:40 +02:00
"message" : "hCaptcha adresi" ,
2022-06-10 10:54:00 +02:00
"description" : "hCaptcha is the name of a website, should not be translated"
} ,
"loadAccessibilityCookie" : {
"message" : "Erişilebilirlik çerezini yükle"
} ,
"registerAccessibilityUser" : {
2022-06-10 16:12:40 +02:00
"message" : "Erişilebilirlik kullanı cı sı olarak kaydolun:" ,
2022-06-10 10:54:00 +02:00
"description" : "ex. Register as an accessibility user at hcaptcha.com"
} ,
"copyPasteLink" : {
2022-06-10 16:12:40 +02:00
"message" : "E-postanı za gönderilen bağlantı yı kopyalayı p aşağı ya yapı ştı rı n"
2022-06-10 10:54:00 +02:00
} ,
"enterhCaptchaUrl" : {
2022-06-10 16:12:40 +02:00
"message" : "hCaptcha erişilebilirlik çerezini yüklemek için adresi yazı n" ,
2022-06-10 10:54:00 +02:00
"description" : "hCaptcha is the name of a website, should not be translated"
} ,
"hCaptchaUrlRequired" : {
2022-06-10 16:12:40 +02:00
"message" : "hCaptcha adresi gereklidir" ,
2022-06-10 10:54:00 +02:00
"description" : "hCaptcha is the name of a website, should not be translated"
} ,
"invalidUrl" : {
2022-06-10 16:12:40 +02:00
"message" : "Geçersiz adres"
2022-06-10 10:54:00 +02:00
} ,
"done" : {
2022-06-10 16:12:40 +02:00
"message" : "Tamam"
2022-06-10 10:54:00 +02:00
} ,
"accessibilityCookieSaved" : {
2022-06-10 16:12:40 +02:00
"message" : "Erişilebilirlik çerezi kaydedildi."
2022-06-10 10:54:00 +02:00
} ,
"noAccessibilityCookieSaved" : {
"message" : "Erişilebilirlik çerezi kaydedilmedi"
} ,
2018-08-02 05:39:13 +02:00
"warning" : {
2018-09-17 21:33:00 +02:00
"message" : "UYARI" ,
2018-08-02 05:39:13 +02:00
"description" : "WARNING (should stay in capitalized letters if the language permits)"
} ,
2021-01-20 03:48:25 +01:00
"confirmVaultExport" : {
2021-03-09 17:48:44 +01:00
"message" : "Kasayı dı şa aktarmayı onaylayı n"
2021-01-20 03:48:25 +01:00
} ,
2018-12-18 05:20:13 +01:00
"exportWarningDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Dı şa aktarı lan dosyadaki verileriniz şifrelenmemiş olacak. Bu dosyayı güvensiz yöntemlerle (örn. e-posta) göndermemeli ve saklamamalı sı nı z. İşiniz bittikten sonra dosyayı hemen silin."
2018-08-02 05:39:13 +02:00
} ,
2021-03-09 17:48:44 +01:00
"encExportKeyWarningDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Dı şa aktardı ğı nı z bu dosyadaki verileriniz, hesabı nı zı n şifreleme anahtarı yla şifrelenir. Hesabı nı zı n şifreleme anahtarı nı değiştirirseniz bu dosyanı n şifresi çözülemez hale gelir, dolayı sı yla dosyayı yeniden dı şa aktarmanı z gerekir."
2021-01-20 03:48:25 +01:00
} ,
2021-03-09 17:48:44 +01:00
"encExportAccountWarningDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Hesap şifreleme anahtarları her Bitwarden kullanı cı hesabı için farklı dı r. Dolayı sı yla şifrelenmiş bir dı şa aktarmayı başka bir hesapta içe aktaramazsı nı z."
2021-03-09 17:48:44 +01:00
} ,
2018-10-24 19:04:12 +02:00
"noOrganizationsList" : {
2021-03-09 17:48:44 +01:00
"message" : "Herhangi bir kuruluşa dahil değilsiniz. Kuruluşlar, kayı tları nı zı diğer kullanı cı larla güvenli bir şekilde paylaşmanı za olanak verir."
2018-10-24 19:04:12 +02:00
} ,
"noCollectionsInList" : {
2019-10-06 02:27:51 +02:00
"message" : "Listelenecek koleksiyon yok."
2018-10-24 19:04:12 +02:00
} ,
"ownership" : {
2021-03-09 17:48:44 +01:00
"message" : "Sahip"
2018-10-24 19:04:12 +02:00
} ,
"whoOwnsThisItem" : {
2021-12-24 01:08:21 +01:00
"message" : "Bu kaydı n sahibi kim?"
2018-11-21 04:35:39 +01:00
} ,
"strong" : {
2019-02-15 04:56:32 +01:00
"message" : "Güçlü" ,
2018-11-21 04:35:39 +01:00
"description" : "ex. A strong password. Scale: Weak -> Good -> Strong"
} ,
"good" : {
2019-02-15 04:56:32 +01:00
"message" : "İyi" ,
2018-11-21 04:35:39 +01:00
"description" : "ex. A good password. Scale: Weak -> Good -> Strong"
} ,
"weak" : {
2019-02-15 04:56:32 +01:00
"message" : "Zayı f" ,
2018-11-21 04:35:39 +01:00
"description" : "ex. A weak password. Scale: Weak -> Good -> Strong"
} ,
"weakMasterPassword" : {
2021-03-09 17:48:44 +01:00
"message" : "Zayı f ana parola"
2018-11-21 04:35:39 +01:00
} ,
"weakMasterPasswordDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Seçtiğiniz ana parola zayı f. Bitwarden hesabı nı zı korumak için daha güçlü bir ana parola seçmenizi öneririz. Bu ana parolayı kullanmak istediğinizden emin misiniz?"
2019-02-15 04:56:32 +01:00
} ,
"pin" : {
"message" : "PIN" ,
"description" : "PIN code. Ex. The short code (often numeric) that you use to unlock a device."
} ,
"unlockWithPin" : {
2021-12-24 01:08:21 +01:00
"message" : "Kilidi PIN koduyla aç"
2019-02-15 04:56:32 +01:00
} ,
"setYourPinCode" : {
2021-03-09 17:48:44 +01:00
"message" : "Bitwarden'ı açarken kullanacağı nı z PIN kodunu belirleyin. Uygulamadan tamamen çı kı ş yaparsanı z PIN ayarları nı z sı fı rlanacaktı r."
2019-02-15 04:56:32 +01:00
} ,
"pinRequired" : {
2019-10-06 02:27:51 +02:00
"message" : "PIN kodu gereklidir."
2019-02-15 04:56:32 +01:00
} ,
"invalidPin" : {
2019-10-06 02:27:51 +02:00
"message" : "Geçersiz PIN kodu."
2019-02-15 04:56:32 +01:00
} ,
2020-07-28 15:27:38 +02:00
"unlockWithWindowsHello" : {
2021-03-09 17:48:44 +01:00
"message" : "Kilidi Windows Hello ile aç"
2020-07-28 15:27:38 +02:00
} ,
2023-04-21 06:34:10 +02:00
"additionalWindowsHelloSettings" : {
"message" : "Ekstra Windows Hello ayarları "
} ,
2020-07-28 15:27:38 +02:00
"windowsHelloConsentMessage" : {
2020-09-14 16:50:15 +02:00
"message" : "Bitwarden için doğrulayı n."
2020-07-28 15:27:38 +02:00
} ,
"unlockWithTouchId" : {
2021-03-09 17:48:44 +01:00
"message" : "Kilidi Touch ID ile aç"
2020-07-28 15:27:38 +02:00
} ,
2023-04-21 06:34:10 +02:00
"additionalTouchIdSettings" : {
"message" : "Ekstra Touch ID ayarları "
} ,
2020-07-28 15:27:38 +02:00
"touchIdConsentMessage" : {
2021-03-09 17:48:44 +01:00
"message" : "kasanı zı n kilidini açma"
2020-07-28 15:27:38 +02:00
} ,
2022-06-24 13:21:07 +02:00
"autoPromptWindowsHello" : {
2023-04-21 06:34:10 +02:00
"message" : "Uygulamayı başlatı rken Windows Hello doğrulaması iste"
2021-05-11 19:46:43 +02:00
} ,
2022-06-24 13:21:07 +02:00
"autoPromptTouchId" : {
2023-04-21 06:34:10 +02:00
"message" : "Uygulamayı başlatı rken Touch ID iste"
} ,
"requirePasswordOnStart" : {
"message" : "Uygulamayı başlatı rken parola veya PIN iste"
} ,
"recommendedForSecurity" : {
"message" : "Güvenliğiniz için önerilir."
2021-05-11 19:46:43 +02:00
} ,
2019-02-15 04:56:32 +01:00
"lockWithMasterPassOnRestart" : {
2019-10-06 02:27:51 +02:00
"message" : "Yeniden başlatmada ana şifre ile kilitle"
2019-07-03 21:15:28 +02:00
} ,
2022-08-05 02:11:26 +02:00
"deleteAccount" : {
"message" : "Hesabı sil"
} ,
"deleteAccountDesc" : {
"message" : "Hesabı nı zı ve tüm kasa verilerini silmek için aşağı dan devam edin."
} ,
"deleteAccountWarning" : {
"message" : "Hesabı nı zı silmek kalı cı dı r. Geri alı namaz."
} ,
"accountDeleted" : {
"message" : "Hesap silindi"
} ,
"accountDeletedDesc" : {
"message" : "Hesabı nı z kapatı ldı ve ilişkili tüm veriler silindi."
} ,
2019-07-03 21:15:28 +02:00
"preferences" : {
2019-10-06 02:27:51 +02:00
"message" : "Tercihler"
2019-07-03 21:15:28 +02:00
} ,
"enableMenuBar" : {
2022-09-26 21:25:49 +02:00
"message" : "Menü çubuğu simgesini göster"
2019-07-03 21:15:28 +02:00
} ,
"enableMenuBarDesc" : {
2019-10-06 02:27:51 +02:00
"message" : "Menü çubuğunda her zaman bir simge göster."
2019-07-03 21:15:28 +02:00
} ,
"hideToMenuBar" : {
2022-11-04 08:27:49 +01:00
"message" : "Menü çubuğuna gizle"
2019-07-03 21:15:28 +02:00
} ,
"selectOneCollection" : {
2019-10-06 02:27:51 +02:00
"message" : "En az bir koleksiyon seçmelisiniz."
2019-10-02 02:58:51 +02:00
} ,
"premiumUpdated" : {
2022-11-04 08:27:49 +01:00
"message" : "Premium'a geçtiniz."
2019-10-02 02:58:51 +02:00
} ,
"restore" : {
2021-03-09 17:48:44 +01:00
"message" : "Geri yükle"
2019-10-02 02:58:51 +02:00
} ,
"premiumManageAlertAppStore" : {
2019-10-06 02:27:51 +02:00
"message" : "Aboneliğinizi App Store'dan yönetebilirsiniz. App Store'u şimdi ziyaret etmek ister misiniz?"
2019-10-02 02:58:51 +02:00
} ,
"legal" : {
2021-03-09 17:48:44 +01:00
"message" : "Hukuki Bilgiler" ,
2019-10-02 02:58:51 +02:00
"description" : "Noun. As in 'legal documents', like our terms of service and privacy policy."
} ,
"termsOfService" : {
2019-10-06 02:27:51 +02:00
"message" : "Hizmet Koşulları "
2019-10-02 02:58:51 +02:00
} ,
"privacyPolicy" : {
2019-10-06 02:27:51 +02:00
"message" : "Gizlilik Politikası "
2019-11-07 18:00:38 +01:00
} ,
"unsavedChangesConfirmation" : {
2020-03-05 15:38:07 +01:00
"message" : "Çı kmak istediğinize emin misiniz? Eğer şimdi çı karsanı z bilgileriniz kayı t edilmeyecektir."
2019-11-07 18:00:38 +01:00
} ,
"unsavedChangesTitle" : {
2022-11-04 08:27:49 +01:00
"message" : "Kaydedilmemiş değişiklikler"
2020-03-05 15:38:07 +01:00
} ,
"clone" : {
2020-03-06 17:29:19 +01:00
"message" : "Klonla"
2020-03-05 15:38:07 +01:00
} ,
"passwordGeneratorPolicyInEffect" : {
2021-12-24 01:08:21 +01:00
"message" : "Bir ya da daha fazla kuruluş ilkesi oluşturucu ayarları nı zı etkiliyor."
2020-05-18 21:57:07 +02:00
} ,
"vaultTimeoutAction" : {
2021-12-24 01:08:21 +01:00
"message" : "Kasa zaman aşı mı eylemi"
2020-05-18 21:57:07 +02:00
} ,
"vaultTimeoutActionLockDesc" : {
2022-09-26 21:25:49 +02:00
"message" : "Kasaya tekrar erişmek için ana parolayı veya başka bir kilit açma yöntemini kullanmanı z gerekir."
2020-05-18 21:57:07 +02:00
} ,
"vaultTimeoutActionLogOutDesc" : {
2020-06-27 03:28:22 +02:00
"message" : "Çı kı ş yapı lmı ş bir kasaya tekrardan erişmek için yeniden kimlik doğrulaması gerekir."
2020-05-18 21:57:07 +02:00
} ,
"lock" : {
2020-06-27 03:28:22 +02:00
"message" : "Kilitle" ,
2020-05-18 21:57:07 +02:00
"description" : "Verb form: to make secure or inaccesible by"
} ,
"trash" : {
2021-12-24 01:08:21 +01:00
"message" : "Çöp kutusu" ,
2020-05-18 21:57:07 +02:00
"description" : "Noun: a special folder to hold deleted items"
} ,
"searchTrash" : {
2021-03-09 17:48:44 +01:00
"message" : "Çöp kutusunda ara"
2020-05-18 21:57:07 +02:00
} ,
"permanentlyDeleteItem" : {
2021-03-09 17:48:44 +01:00
"message" : "Kaydı kalı cı olarak sil"
2020-05-18 21:57:07 +02:00
} ,
"permanentlyDeleteItemConfirmation" : {
2020-06-27 03:28:22 +02:00
"message" : "Bu ögeyi kalı cı olarak silmek istediğinizden emin misiniz?"
2020-05-18 21:57:07 +02:00
} ,
"permanentlyDeletedItem" : {
2022-11-04 08:27:49 +01:00
"message" : "Kayı t kalı cı olarak silindi"
2020-05-18 21:57:07 +02:00
} ,
"restoreItem" : {
2021-03-09 17:48:44 +01:00
"message" : "Kaydı geri yükle"
2020-05-18 21:57:07 +02:00
} ,
"restoreItemConfirmation" : {
2020-06-27 03:28:22 +02:00
"message" : "Bu ögeyi geri yüklemek istediğinizden emin misiniz?"
2020-05-18 21:57:07 +02:00
} ,
"restoredItem" : {
2021-03-09 17:48:44 +01:00
"message" : "Kayı t geri yüklendi"
2020-05-18 21:57:07 +02:00
} ,
"permanentlyDelete" : {
2021-03-09 17:48:44 +01:00
"message" : "Kalı cı olarak sil"
2020-05-18 21:57:07 +02:00
} ,
"vaultTimeoutLogOutConfirmation" : {
2020-06-27 03:28:22 +02:00
"message" : "Oturumu kapatmak kasanı za olan tüm erişiminizi kaldı rı r ve zaman aşı mı ndan sonra çevrimiçi kimlik doğrulaması gerektirir. Bu ayarı kullanmak istediğinizden emin misiniz?"
2020-05-18 21:57:07 +02:00
} ,
"vaultTimeoutLogOutConfirmationTitle" : {
2022-11-04 08:27:49 +01:00
"message" : "Zaman aşı mı eylem onayı "
2020-09-08 17:29:31 +02:00
} ,
"enterpriseSingleSignOn" : {
2021-03-09 17:48:44 +01:00
"message" : "Kurumsal tek oturum açma"
2020-09-08 17:29:31 +02:00
} ,
"setMasterPassword" : {
2021-03-09 17:48:44 +01:00
"message" : "Ana parolayı belirle"
2020-09-08 17:29:31 +02:00
} ,
"ssoCompleteRegistration" : {
2021-03-09 17:48:44 +01:00
"message" : "SSO ile girişinizi tamamlamak için lütfen kasanı za erişirken kullanacağı nı z ana parolayı belirleyin."
2020-09-08 17:29:31 +02:00
} ,
2023-04-21 06:34:10 +02:00
"currentMasterPass" : {
"message" : "Mevcut ana parola"
} ,
2020-09-08 17:29:31 +02:00
"newMasterPass" : {
2021-03-09 17:48:44 +01:00
"message" : "Yeni ana parola"
2020-09-08 17:29:31 +02:00
} ,
"confirmNewMasterPass" : {
2021-03-09 17:48:44 +01:00
"message" : "Yeni ana parolayı onaylayı n"
2020-09-08 17:29:31 +02:00
} ,
"masterPasswordPolicyInEffect" : {
2021-03-09 17:48:44 +01:00
"message" : "Bir veya daha fazla kuruluş ilkesi gereğince ana parolanı z aşağı daki gereksinimleri karşı lamalı dı r:"
2020-09-08 17:29:31 +02:00
} ,
"policyInEffectMinComplexity" : {
2021-03-09 17:48:44 +01:00
"message" : "Minimum karmaşı klı k puanı : $SCORE$" ,
2020-09-08 17:29:31 +02:00
"placeholders" : {
"score" : {
"content" : "$1" ,
"example" : "4"
}
}
} ,
"policyInEffectMinLength" : {
2021-03-09 17:48:44 +01:00
"message" : "Minimum uzunluk: $LENGTH$" ,
2020-09-08 17:29:31 +02:00
"placeholders" : {
"length" : {
"content" : "$1" ,
"example" : "14"
}
}
} ,
"policyInEffectUppercase" : {
2021-03-09 17:48:44 +01:00
"message" : "Bir veya daha fazla büyük harf içermeli"
2020-09-08 17:29:31 +02:00
} ,
"policyInEffectLowercase" : {
2021-03-09 17:48:44 +01:00
"message" : "Bir veya daha fazla küçük harf içermeli"
2020-09-08 17:29:31 +02:00
} ,
"policyInEffectNumbers" : {
2020-09-14 16:50:15 +02:00
"message" : "Bir veya daha fazla rakam içermeli"
2020-09-08 17:29:31 +02:00
} ,
"policyInEffectSpecial" : {
2021-03-09 17:48:44 +01:00
"message" : "Şu özel karakterlerden birini veya daha fazlası nı içermeli: $CHARS$" ,
2020-09-08 17:29:31 +02:00
"placeholders" : {
"chars" : {
"content" : "$1" ,
"example" : "!@#$%^&*"
}
}
} ,
"masterPasswordPolicyRequirementsNotMet" : {
2020-09-14 16:50:15 +02:00
"message" : "Yeni ana parolanı z ilke gereksinimlerini karşı lamı yor."
2020-11-10 23:19:57 +01:00
} ,
"acceptPolicies" : {
2021-01-20 03:48:25 +01:00
"message" : "Bu kutuyu işaretleyerek aşağı dakileri kabul etmiş olursunuz:"
2020-11-10 23:19:57 +01:00
} ,
2022-07-08 08:34:46 +02:00
"acceptPoliciesRequired" : {
2021-03-09 17:48:44 +01:00
"message" : "Hizmet Koşulları ve Gizlilik Politikası kabul edilmemiş."
2021-01-20 03:48:25 +01:00
} ,
"enableBrowserIntegration" : {
2022-09-26 21:25:49 +02:00
"message" : "Tarayı cı entegrasyonuna izin ver"
2021-01-20 03:48:25 +01:00
} ,
"enableBrowserIntegrationDesc" : {
2022-09-26 21:25:49 +02:00
"message" : "Tarayı cı da biyometrik doğrulama için kullanı lı r."
} ,
"enableDuckDuckGoBrowserIntegration" : {
"message" : "DuckDuckGo tarayı cı entegrasyonuna izin ver"
} ,
"enableDuckDuckGoBrowserIntegrationDesc" : {
"message" : "DuckDuckGo ile gezinirken Bitwarden kasanı zı kullanı n."
2021-01-20 03:48:25 +01:00
} ,
2022-06-07 14:54:13 +02:00
"browserIntegrationUnsupportedTitle" : {
2021-03-09 17:48:44 +01:00
"message" : "Tarayı cı entegrasyonu desteklenmiyor"
2021-01-20 03:48:25 +01:00
} ,
"browserIntegrationMasOnlyDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Ne yazı k ki tarayı cı entegrasyonu şu anda sadece Mac App Store sürümünde destekleniyor."
2021-01-20 03:48:25 +01:00
} ,
2021-01-25 18:55:10 +01:00
"browserIntegrationWindowsStoreDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Maalesef tarayı cı entegrasyonu şimdilik Windows Store sürümünde desteklenmiyor."
2021-01-25 18:55:10 +01:00
} ,
2022-06-07 14:54:13 +02:00
"browserIntegrationLinuxDesc" : {
"message" : "Maalesef tarayı cı entegrasyonu şimdilik Linux sürümünde desteklenmiyor."
} ,
2021-01-20 03:48:25 +01:00
"enableBrowserIntegrationFingerprint" : {
2021-03-09 17:48:44 +01:00
"message" : "Tarayı cı entegrasyonu için doğrulamayı zorunlu kı l"
2021-01-20 03:48:25 +01:00
} ,
"enableBrowserIntegrationFingerprintDesc" : {
2022-09-26 21:25:49 +02:00
"message" : "Masaüstü uygulamanı zla tarayı cı nı z arası nda bağlantı kurulurken parmak izi ifadesi doğrulaması nı zorunlu kı larak ek bir güvenlik önlemi alabilirsiniz. Bu ayarı açarsanı z her bağlantı kurulduğunda tekrar doğrulama yapmanı z gerekir."
2021-01-20 03:48:25 +01:00
} ,
"approve" : {
2021-03-09 17:48:44 +01:00
"message" : "Onayla"
2021-01-20 03:48:25 +01:00
} ,
"verifyBrowserTitle" : {
2021-03-09 17:48:44 +01:00
"message" : "Tarayı cı bağlantı sı nı doğrula"
2021-01-20 03:48:25 +01:00
} ,
"verifyBrowserDesc" : {
2021-03-09 17:48:44 +01:00
"message" : "Lütfen gösterilen parmak izinin tarayı cı eklentisinde gösterilen parmak iziyle aynı olduğundan emin olun."
2021-01-20 03:48:25 +01:00
} ,
2022-09-26 21:25:49 +02:00
"verifyNativeMessagingConnectionTitle" : {
"message" : "$APPID$ Bitwarden'a bağlanmak istiyor" ,
"placeholders" : {
"appid" : {
"content" : "$1" ,
"example" : "My App"
}
}
} ,
"verifyNativeMessagingConnectionDesc" : {
"message" : "Bu isteği onaylamak ister misiniz?"
} ,
"verifyNativeMessagingConnectionWarning" : {
"message" : "Bu isteği siz başlatmadı ysanı z onaylamayı n."
} ,
2021-01-20 03:48:25 +01:00
"biometricsNotEnabledTitle" : {
2022-11-04 08:27:49 +01:00
"message" : "Biyometri ayarlanmamı ş"
2021-01-20 03:48:25 +01:00
} ,
"biometricsNotEnabledDesc" : {
2022-11-04 08:27:49 +01:00
"message" : "Tarayı cı da biyometriyi kullanmak için önce ayarlardan masaüstü biyometrisini ayarlamanı z gerekir."
2021-01-20 03:48:25 +01:00
} ,
"personalOwnershipSubmitError" : {
2021-03-09 17:48:44 +01:00
"message" : "Bir kuruluş ilkesi nedeniyle kişisel kasanı za hesap kaydetmeniz kı sı tlanmı ş. Sahip seçeneğini bir kuruluş olarak değiştirin ve mevcut koleksiyonlar arası ndan seçim yapı n."
2021-01-20 03:48:25 +01:00
} ,
"hintEqualsPassword" : {
2021-03-09 17:48:44 +01:00
"message" : "Parola ipucunuz parolanı zla aynı olamaz."
2021-01-20 03:48:25 +01:00
} ,
"personalOwnershipPolicyInEffect" : {
2021-03-09 17:48:44 +01:00
"message" : "Bir kuruluş ilkesi sahiplik seçeneklerinizi etkiliyor."
} ,
"allSends" : {
2021-05-11 19:46:43 +02:00
"message" : "Tüm Send'ler" ,
2021-03-09 17:48:44 +01:00
"description" : "'Sends' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendTypeFile" : {
2021-05-11 19:46:43 +02:00
"message" : "Dosya"
2021-03-09 17:48:44 +01:00
} ,
"sendTypeText" : {
2021-05-11 19:46:43 +02:00
"message" : "Metin"
2021-03-09 17:48:44 +01:00
} ,
"searchSends" : {
2021-05-11 19:46:43 +02:00
"message" : "Send'lerde ara" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"editSend" : {
2021-05-11 19:46:43 +02:00
"message" : "Send'i düzenle" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"myVault" : {
2021-05-11 19:46:43 +02:00
"message" : "Kasam"
2021-03-09 17:48:44 +01:00
} ,
"text" : {
2021-05-11 19:46:43 +02:00
"message" : "Metin"
2021-03-09 17:48:44 +01:00
} ,
"deletionDate" : {
2021-05-11 19:46:43 +02:00
"message" : "Silinme tarihi"
2021-03-09 17:48:44 +01:00
} ,
"deletionDateDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Bu Send belirtilen tarih ve saatte kalı cı olacak silinecek." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"expirationDate" : {
2021-05-11 19:46:43 +02:00
"message" : "Son kullanma tarihi"
2021-03-09 17:48:44 +01:00
} ,
"expirationDateDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Bunu ayarlarsanı z belirtilen tarih ve saatten sonra bu Send'e erişilemeyecektir." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"maxAccessCount" : {
2022-06-07 14:54:13 +02:00
"message" : "Maksimum erişim sayı sı " ,
"description" : "This text will be displayed after a Send has been accessed the maximum amount of times."
2021-03-09 17:48:44 +01:00
} ,
"maxAccessCountDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Bunu ayarlarsanı z maksimum erişim sayı sı na ulaşı ldı ktan sonra bu Send'e erişilemeyecektir." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"currentAccessCount" : {
2021-05-11 19:46:43 +02:00
"message" : "Mevcut erişim sayı sı "
2021-03-09 17:48:44 +01:00
} ,
"disableSend" : {
2021-05-11 19:46:43 +02:00
"message" : "Kimsenin erişememesi için bu Send'i devre dı şı bı rak." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendPasswordDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Kullanı cı ları n bu Send'e erişmek için parola girmelerini isteyebilirsiniz." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendNotesDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Bu Send ile ilgili özel notlar." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendLink" : {
2021-05-11 19:46:43 +02:00
"message" : "Send bağlantı sı " ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendLinkLabel" : {
2021-05-11 19:46:43 +02:00
"message" : "Send bağlantı sı " ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"textHiddenByDefault" : {
2021-05-11 19:46:43 +02:00
"message" : "Send'e erişirken varsayı lan olarak metni gizle" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"createdSend" : {
2022-11-04 08:27:49 +01:00
"message" : "Send eklendi" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"editedSend" : {
2022-11-04 08:27:49 +01:00
"message" : "Send kaydedildi" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"deletedSend" : {
2021-05-11 19:46:43 +02:00
"message" : "Send silindi" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"newPassword" : {
2021-05-11 19:46:43 +02:00
"message" : "Yeni parola"
2021-03-09 17:48:44 +01:00
} ,
"whatTypeOfSend" : {
2021-05-11 19:46:43 +02:00
"message" : "Bu ne tür bir Send?" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"createSend" : {
2022-11-04 08:27:49 +01:00
"message" : "Yeni Send" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendTextDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Göndermek istediğiniz metin."
2021-03-09 17:48:44 +01:00
} ,
"sendFileDesc" : {
2021-05-11 19:46:43 +02:00
"message" : "Göndermek istediğiniz dosya."
2021-03-09 17:48:44 +01:00
} ,
"days" : {
2021-05-11 19:46:43 +02:00
"message" : "$DAYS$ gün" ,
2021-03-09 17:48:44 +01:00
"placeholders" : {
"days" : {
"content" : "$1" ,
"example" : "1"
}
}
} ,
"oneDay" : {
2021-05-11 19:46:43 +02:00
"message" : "1 gün"
2021-03-09 17:48:44 +01:00
} ,
"custom" : {
2021-05-11 19:46:43 +02:00
"message" : "Özel"
2021-03-09 17:48:44 +01:00
} ,
"deleteSendConfirmation" : {
2021-05-11 19:46:43 +02:00
"message" : "Bu Send'i silmek istediğinizden emin misiniz?" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"copySendLinkToClipboard" : {
2021-05-11 19:46:43 +02:00
"message" : "Send linkini panoya kopyala" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"copySendLinkOnSave" : {
2021-05-11 19:46:43 +02:00
"message" : "Kaydettikten sonra bu Send'i paylaşma linkini panoya kopyala."
2021-03-09 17:48:44 +01:00
} ,
"sendDisabled" : {
2022-11-04 08:27:49 +01:00
"message" : "Send silindi" ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"sendDisabledWarning" : {
2021-05-11 19:46:43 +02:00
"message" : "Bir kuruluş ilkesi nedeniyle yalnı zca mevcut Send'leri silebilirsiniz." ,
2021-03-09 17:48:44 +01:00
"description" : "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
} ,
"copyLink" : {
2021-05-11 19:46:43 +02:00
"message" : "Bağlantı yı kopyala"
2021-03-09 17:48:44 +01:00
} ,
"disabled" : {
2021-05-11 19:46:43 +02:00
"message" : "Devre dı şı "
2021-03-09 17:48:44 +01:00
} ,
2022-12-09 11:05:21 +01:00
"removePassword" : {
"message" : "Parolayı kaldı r"
} ,
"removedPassword" : {
"message" : "Parola kaldı rı ldı "
} ,
"removePasswordConfirmation" : {
"message" : "Parolayı kaldı rmak istediğinizden emin misiniz?"
} ,
2021-03-09 17:48:44 +01:00
"maxAccessCountReached" : {
2021-05-11 19:46:43 +02:00
"message" : "Maksimum erişim sayı sı na ulaşı ldı "
2021-03-09 17:48:44 +01:00
} ,
"expired" : {
2021-05-11 19:46:43 +02:00
"message" : "Süresi doldu"
2021-03-09 17:48:44 +01:00
} ,
"pendingDeletion" : {
2021-05-11 19:46:43 +02:00
"message" : "Silinmesi bekleniyor"
} ,
"webAuthnAuthenticate" : {
2021-07-07 23:39:11 +02:00
"message" : "WebAuthn ile doğrula"
2021-05-11 19:46:43 +02:00
} ,
"hideEmail" : {
2021-06-29 21:33:15 +02:00
"message" : "E-posta adresimi alı cı lardan gizle."
2021-05-11 19:46:43 +02:00
} ,
"sendOptionsPolicyInEffect" : {
2021-06-29 21:33:15 +02:00
"message" : "Bir veya daha fazla kuruluş ilkesi Send seçeneklerinizi etkiliyor."
2021-05-11 19:46:43 +02:00
} ,
"emailVerificationRequired" : {
2021-06-29 21:33:15 +02:00
"message" : "E-posta doğrulaması gerekiyor"
2021-05-11 19:46:43 +02:00
} ,
"emailVerificationRequiredDesc" : {
2021-06-29 21:33:15 +02:00
"message" : "Bu özelliği kullanmak için e-postanı zı doğrulamalı sı nı z."
2021-05-11 19:46:43 +02:00
} ,
"passwordPrompt" : {
2021-12-24 01:08:21 +01:00
"message" : "Ana parolayı yeniden iste"
2021-05-11 19:46:43 +02:00
} ,
"passwordConfirmation" : {
2021-06-29 21:33:15 +02:00
"message" : "Ana parola onayı "
2021-05-11 19:46:43 +02:00
} ,
"passwordConfirmationDesc" : {
2021-06-29 21:33:15 +02:00
"message" : "Bu işleme devam etmek için lütfen ana parolanı zı yeniden girin."
2021-10-15 01:22:52 +02:00
} ,
"updatedMasterPassword" : {
2021-10-27 16:41:25 +02:00
"message" : "Ana parola güncellendi"
2021-10-15 01:22:52 +02:00
} ,
"updateMasterPassword" : {
2021-10-27 16:41:25 +02:00
"message" : "Ana parolayı güncelle"
2021-10-15 01:22:52 +02:00
} ,
"updateMasterPasswordWarning" : {
2021-10-27 16:41:25 +02:00
"message" : "Ana parolanı z kuruluşunuzdaki bir yönetici tarafı ndan yakı n zamanda değiştirildi. Kasanı za erişmek için parolanı zı güncellemelisiniz. Devam ettiğinizde oturumunuz kapanacak ve yeniden oturum açmanı z gerekecektir. Diğer cihazlardaki aktif oturumlar bir saate kadar aktif kalabilir."
2021-10-15 01:22:52 +02:00
} ,
2023-04-21 06:34:10 +02:00
"updateWeakMasterPasswordWarning" : {
"message" : "Ana parolanı z kuruluş ilkelerinizi karşı lamı yor. Kasanı za erişmek için ana parolanı zı güncellemelisiniz. Devam ettiğinizde oturumunuz kapanacak ve yeniden oturum açmanı z gerekecektir. Diğer cihazlardaki aktif oturumlar bir saate kadar aktif kalabilir."
} ,
2021-10-15 01:22:52 +02:00
"hours" : {
2021-10-27 16:41:25 +02:00
"message" : "Saat"
2021-10-15 01:22:52 +02:00
} ,
"minutes" : {
2021-10-27 16:41:25 +02:00
"message" : "Dakika"
2021-10-15 01:22:52 +02:00
} ,
"vaultTimeoutPolicyInEffect" : {
2023-04-21 06:34:10 +02:00
"message" : "Kuruluş ilkeleriniz izin verilen maksimum kasa zaman aşı mı nı $HOURS$ saat $MINUTES$ dakika olarak belirlemiş." ,
2021-10-15 01:22:52 +02:00
"placeholders" : {
"hours" : {
"content" : "$1" ,
"example" : "5"
} ,
"minutes" : {
"content" : "$2" ,
"example" : "5"
}
}
} ,
2023-04-21 06:34:10 +02:00
"vaultTimeoutPolicyWithActionInEffect" : {
"message" : "Kuruluş ilkeleriniz kasa zaman aşı mı nı zı etkiliyor. İzin verilen maksimum kasa zaman aşı mı $HOURS$ saat $MINUTES$ dakikadı r. Kasa zaman aşı mı eyleminiz $ACTION$ olarak ayarlanmı ş." ,
"placeholders" : {
"hours" : {
"content" : "$1" ,
"example" : "5"
} ,
"minutes" : {
"content" : "$2" ,
"example" : "5"
} ,
"action" : {
"content" : "$3" ,
"example" : "Lock"
}
}
} ,
"vaultTimeoutActionPolicyInEffect" : {
"message" : "Kuruluş ilkeleriniz, kasa zaman aşı mı eyleminizi $ACTION$ olarak ayarladı ." ,
"placeholders" : {
"action" : {
"content" : "$1" ,
"example" : "Lock"
}
}
} ,
2021-10-15 01:22:52 +02:00
"vaultTimeoutTooLarge" : {
2021-11-19 13:01:05 +01:00
"message" : "Kasa zaman aşı mı nı z, kuruluşunuz tarafı ndan belirlenen kı sı tlamaları aşı yor."
2021-10-15 01:22:52 +02:00
} ,
"resetPasswordPolicyAutoEnroll" : {
2021-12-24 01:08:21 +01:00
"message" : "Otomatik eklenme"
2021-10-15 01:22:52 +02:00
} ,
"resetPasswordAutoEnrollInviteWarning" : {
2021-11-19 13:01:05 +01:00
"message" : "Bu kuruluşun sizi otomatik olarak parola sı fı rlamaya ekleyen bir ilkesi bulunmakta. Bu ilkeye eklenmek, kuruluş yöneticilerinin ana parolanı zı değiştirebilmesini sağlar."
2021-10-15 01:22:52 +02:00
} ,
"vaultExportDisabled" : {
2021-10-27 16:41:25 +02:00
"message" : "Kasayı dı şa aktarma devre dı şı "
2021-10-15 01:22:52 +02:00
} ,
"personalVaultExportPolicyInEffect" : {
2021-11-19 13:01:05 +01:00
"message" : "Bir veya daha fazla kuruluş ilkesi, kişisel kasanı zı dı şa aktarmanı zı engelliyor."
2021-11-15 16:57:01 +01:00
} ,
2021-12-17 01:15:45 +01:00
"addAccount" : {
"message" : "Hesap ekle"
} ,
2021-11-15 16:57:01 +01:00
"removeMasterPassword" : {
2021-11-19 13:01:05 +01:00
"message" : "Ana parolayı kaldı r"
2021-11-15 16:57:01 +01:00
} ,
"removedMasterPassword" : {
2022-11-04 08:27:49 +01:00
"message" : "Ana parola kaldı rı ldı "
2021-11-15 16:57:01 +01:00
} ,
"convertOrganizationEncryptionDesc" : {
2021-11-19 13:01:05 +01:00
"message" : "$ORGANIZATION$ kendi barı ndı rdı ğı bir anahtar sunucusuyla SSO kullanı yor. Bu kuruluşun üyelerinin artı k ana parola kullanması gerekmiyor." ,
2021-11-15 16:57:01 +01:00
"placeholders" : {
"organization" : {
"content" : "$1" ,
"example" : "My Org Name"
}
}
} ,
"leaveOrganization" : {
2021-11-19 13:01:05 +01:00
"message" : "Kuruluştan ayrı l"
2021-11-15 16:57:01 +01:00
} ,
"leaveOrganizationConfirmation" : {
2021-11-19 13:01:05 +01:00
"message" : "Bu kuruluştan ayrı lmak istediğinizden emin misiniz?"
} ,
"leftOrganization" : {
"message" : "Kuruluştan ayrı ldı nı z."
2021-11-15 16:57:01 +01:00
} ,
2022-06-07 14:54:13 +02:00
"ssoKeyConnectorError" : {
2022-11-04 08:27:49 +01:00
"message" : "Anahtar bağlayı cı hatası : Anahtar bağlayı cı nı n kullanı labilir olduğundan ve doğru çalı ştı ğı ndan emin olun."
2021-12-17 01:15:45 +01:00
} ,
"lockAllVaults" : {
"message" : "Tüm kasaları kilitle"
} ,
"accountLimitReached" : {
"message" : "Aynı anda 5'ten fazla hesapla oturum açamazsı nı z."
2022-01-21 11:51:41 +01:00
} ,
2022-01-28 11:05:05 +01:00
"accountPreferences" : {
"message" : "Tercihler"
} ,
"appPreferences" : {
"message" : "Uygulama ayarları (tüm hesaplar)"
} ,
2022-01-21 11:51:41 +01:00
"accountSwitcherLimitReached" : {
"message" : "Hesap sı nı rı na ulaştı nı z. Yeni hesap eklemek için hesaplardan birinden çı kı ş yapı n."
2022-01-28 11:05:05 +01:00
} ,
"settingsTitle" : {
"message" : "$EMAIL$ uygulama ayarları " ,
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "jdoe@example.com"
}
}
} ,
"switchAccount" : {
"message" : "Hesabı değiştir"
2022-02-11 22:46:20 +01:00
} ,
"options" : {
"message" : "Seçenekler"
2022-02-25 12:29:23 +01:00
} ,
"sessionTimeout" : {
2022-03-04 01:14:56 +01:00
"message" : "Oturumunuzun süresi doldu. Lütfen geri dönüp yeniden giriş yapı n."
} ,
"exportingPersonalVaultTitle" : {
2022-11-04 08:27:49 +01:00
"message" : "Kişisel kasa dı şa aktarı lı yor"
2022-03-04 01:14:56 +01:00
} ,
"exportingPersonalVaultDescription" : {
2022-09-26 21:25:49 +02:00
"message" : "Yalnı zca $EMAIL$ ile ilişkili kişisel kasadaki kayı tlar dı şa aktarı lacaktı r. Kuruluş kasası ndaki kayı tlar dahil edilmeyecektir." ,
2022-03-04 01:14:56 +01:00
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "name@example.com"
}
}
2022-04-01 13:10:34 +02:00
} ,
2022-06-07 14:54:13 +02:00
"locked" : {
"message" : "Kilitli"
} ,
"unlocked" : {
"message" : "Kilitli değil"
} ,
2022-04-01 13:10:34 +02:00
"generator" : {
"message" : "Oluşturucu"
} ,
"whatWouldYouLikeToGenerate" : {
"message" : "Ne oluşturmak istersiniz?"
} ,
"passwordType" : {
"message" : "Parola türü"
} ,
"regenerateUsername" : {
"message" : "Kullanı cı adı nı yeniden oluştur"
} ,
"generateUsername" : {
"message" : "Kullanı cı adı oluştur"
} ,
"usernameType" : {
"message" : "Kullanı cı adı türü"
} ,
"plusAddressedEmail" : {
2022-06-07 14:54:13 +02:00
"message" : "Artı adresli e-posta" ,
"description" : "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
2022-04-01 13:10:34 +02:00
} ,
"plusAddressedEmailDesc" : {
"message" : "E-posta sağlayı cı nı zı n alt adres özelliklerini kullanı n."
} ,
"catchallEmail" : {
"message" : "Catch-all e-posta"
} ,
"catchallEmailDesc" : {
"message" : "Alan adı nı zı n tüm iletileri yakalamaya ayarlanmı ş adresini kullanı n."
} ,
"random" : {
"message" : "Rasgele"
} ,
"randomWord" : {
"message" : "Rastgele kelime"
} ,
"websiteName" : {
"message" : "Web sitesi adı "
} ,
"service" : {
"message" : "Servis"
2022-06-07 14:54:13 +02:00
} ,
"allVaults" : {
"message" : "Tüm kasalar"
} ,
"searchOrganization" : {
"message" : "Kuruluşta ara"
} ,
"searchMyVault" : {
"message" : "Kasamda ara"
} ,
"forwardedEmail" : {
"message" : "İletilen e-posta maskesi"
} ,
"forwardedEmailDesc" : {
"message" : "Harici bir yönlendirme servisiyle e-posta maskesi oluştur."
} ,
"hostname" : {
"message" : "Sunucu" ,
"description" : "Part of a URL."
} ,
"apiAccessToken" : {
"message" : "API erişim anahtarı "
} ,
"apiKey" : {
"message" : "API anahtarı "
2022-07-08 08:34:46 +02:00
} ,
2022-08-12 11:32:09 +02:00
"premiumSubcriptionRequired" : {
"message" : "Premium abonelik gerekli"
} ,
2022-07-15 14:42:34 +02:00
"organizationIsDisabled" : {
2022-11-04 08:27:49 +01:00
"message" : "Kuruluş askı ya alı ndı "
2022-07-15 14:42:34 +02:00
} ,
"disabledOrganizationFilterError" : {
2022-11-04 08:27:49 +01:00
"message" : "Askı ya alı nmı ş kuruluşlardaki kayı tlara erişilemez. Destek almak için kuruluş sahibinizle iletişime geçin."
2022-07-15 14:42:34 +02:00
} ,
2022-07-08 08:34:46 +02:00
"neverLockWarning" : {
2022-09-26 21:25:49 +02:00
"message" : "\"Asla\" seçeneğini kullanmak istediğinizden emin misiniz? Kilit seçeneklerinizi \"Asla\" olarak ayarlarsanı z kasanı zı n şifreleme anahtarı cihazı nı zda saklanacaktı r. Bu seçeneği kullanı rsanı z cihazı nı zı çok iyi korumalı sı nı z."
2022-07-22 09:03:49 +02:00
} ,
2022-09-16 03:24:05 +02:00
"vault" : {
"message" : "Kasa"
2022-11-04 08:27:49 +01:00
} ,
"loginWithMasterPassword" : {
"message" : "Ana parola ile giriş yap"
} ,
"loggingInAs" : {
"message" : "Giriş yapı lan kullanı cı :"
} ,
"rememberEmail" : {
"message" : "E-postayı hatı rla"
} ,
"notYou" : {
"message" : "Siz değil misiniz?"
} ,
"newAroundHere" : {
"message" : "Buralarda yeni misiniz?"
} ,
"loggingInTo" : {
"message" : "$DOMAIN$ sitesine giriş yapı lı yor" ,
"placeholders" : {
"domain" : {
"content" : "$1" ,
"example" : "example.com"
}
}
} ,
"logInWithAnotherDevice" : {
"message" : "Başka bir cihazla giriş yap"
2022-12-23 01:28:37 +01:00
} ,
2023-02-06 12:07:53 +01:00
"logInInitiated" : {
"message" : "Giriş başlatı ldı "
} ,
"notificationSentDevice" : {
"message" : "Cihazı nı za bir bildirim gönderildi."
} ,
"fingerprintMatchInfo" : {
"message" : "Lütfen kasanı zı n kilidinin açı k olduğundan ve parmak izi ifadesinin diğer cihazla eşleştiğinden emin olun."
} ,
"fingerprintPhraseHeader" : {
"message" : "Parmak izi ifadesi"
} ,
"needAnotherOption" : {
"message" : "Cihazla girişi Bitwarden mobil uygulaması nı n ayarları ndan etkinleştirmelisiniz. Başka bir seçeneğe mi ihtiyacı nı z var?"
} ,
"viewAllLoginOptions" : {
"message" : "Tüm giriş seçeneklerini gör"
} ,
"resendNotification" : {
"message" : "Bildirimi yeniden gönder"
} ,
2022-12-23 01:28:37 +01:00
"toggleCharacterCount" : {
2023-01-13 11:00:38 +01:00
"message" : "Karakter sayacı nı aç/kapat" ,
2022-12-23 01:28:37 +01:00
"description" : "'Character count' describes a feature that displays a number next to each character of the password."
2023-02-06 12:07:53 +01:00
} ,
"areYouTryingtoLogin" : {
"message" : "Giriş yapmaya mı çalı şı yorsunuz?"
} ,
"logInAttemptBy" : {
"message" : "$EMAIL$ giriş denemesi" ,
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "name@example.com"
}
}
} ,
"deviceType" : {
"message" : "Cihaz türü"
} ,
"ipAddress" : {
"message" : "IP adresi"
} ,
"time" : {
"message" : "Saat"
} ,
"confirmLogIn" : {
"message" : "Girişi onayla"
} ,
"denyLogIn" : {
"message" : "Girişi reddet"
} ,
"approveLoginRequests" : {
"message" : "Giriş isteklerini onayla"
} ,
"logInConfirmedForEmailOnDevice" : {
"message" : "$DEVICE$ cihazı nda $EMAIL$ girişi onaylandı " ,
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "name@example.com"
} ,
"device" : {
"content" : "$2" ,
"example" : "iOS"
}
}
} ,
"youDeniedALogInAttemptFromAnotherDevice" : {
"message" : "Başka bir cihazdan giriş isteğini reddettiniz. Yanlı şlı kla yaptı ysanı z aynı cihazdan yeniden giriş yapmayı deneyin."
} ,
"justNow" : {
"message" : "Az önce"
} ,
"requestedXMinutesAgo" : {
"message" : "$MINUTES$ dakika önce istendi" ,
"placeholders" : {
"minutes" : {
"content" : "$1" ,
"example" : "5"
}
}
} ,
"loginRequestHasAlreadyExpired" : {
"message" : "Giriş isteğinin süresi doldu."
} ,
"thisRequestIsNoLongerValid" : {
"message" : "Bu istek artı k geçerli değil."
} ,
"approveLoginRequestDesc" : {
"message" : "Diğer cihazlardan yapı lan giriş isteklerini onaylamak için bu cihazı kullan."
} ,
"confirmLoginAtemptForMail" : {
"message" : "$EMAIL$ giriş isteğini onayla" ,
"placeholders" : {
"email" : {
"content" : "$1" ,
"example" : "name@example.com"
}
}
} ,
"logInRequested" : {
"message" : "Giriş istendi"
} ,
"exposedMasterPassword" : {
"message" : "Açı ğa Çı kmı ş Ana Parola"
} ,
"exposedMasterPasswordDesc" : {
"message" : "Bu parola bir veri ihlalinde tespit edildi. Hesabı nı zı korumak için aynı parolayı farklı yerlerde kullanmayı n. Bu parolayı kullanmak istediğinizden emin misiniz?"
} ,
"weakAndExposedMasterPassword" : {
"message" : "Zayı f ve Açı ğa Çı kmı ş Ana Parola"
} ,
"weakAndBreachedMasterPasswordDesc" : {
"message" : "Hem zayı f hem de veri ihlalinde yer alan bir tespit edildi. Hesabı nı zı korumak için güçlü bir parola seçin ve o parolayı başka yerlerde kullanmayı n. Bu parolayı kullanmak istediğinizden emin misiniz?"
} ,
"checkForBreaches" : {
"message" : "Bilinen veri ihlallerinde bu parolayı kontrol et"
} ,
"important" : {
"message" : "Önemli:"
} ,
"masterPasswordHint" : {
"message" : "Ana parolanı zı unutursanı z kurtaramazsı nı z!"
} ,
"characterMinimum" : {
"message" : "En az $LENGTH$ karakter" ,
"placeholders" : {
"length" : {
"content" : "$1" ,
"example" : "14"
}
}
2023-04-21 06:34:10 +02:00
} ,
"windowsBiometricUpdateWarning" : {
"message" : "Bitwarden, ilk kilit açmada ana parola veya PIN girmeyi zorunlu tutacak şekilde biyometri ayarları nı zı güncellemenizi öneriyor. Ayarları nı zı hemen güncellemek ister misiniz?"
} ,
"windowsBiometricUpdateWarningTitle" : {
"message" : "Önerilen Ayarlar Güncellemesi"
2023-05-22 11:30:47 +02:00
} ,
"region" : {
"message" : "Bölge"
} ,
"eu" : {
"message" : "AB" ,
"description" : "European Union"
} ,
"us" : {
"message" : "ABD" ,
"description" : "United States"
} ,
"selfHosted" : {
"message" : "Barı ndı rı lan"
2023-06-19 11:04:25 +02:00
} ,
"accessDenied" : {
"message" : "Erişim engellendi. Bu sayfayı görüntüleme iznine sahip değilsiniz."
2018-02-03 18:45:47 +01:00
}
2020-03-05 15:38:07 +01:00
}