1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

Autosync the updated translations (#12095)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
bw-ghapp[bot]
2024-11-22 13:43:29 +01:00
committed by GitHub
parent 41f656650c
commit 7eb18b8e1a
62 changed files with 4154 additions and 124 deletions

View File

@@ -984,6 +984,9 @@
"loginWithDeviceEnabledNote": {
"message": "Cihazla girişi Bitwarden mobil uygulamasının ayarlarından etkinleştirmelisiniz. Başka bir seçeneğe mi ihtiyacınız var?"
},
"needAnotherOptionV1": {
"message": "Başka bir seçeneğe mi ihtiyacınız var?"
},
"loginWithMasterPassword": {
"message": "Ana parola ile giriş yap"
},
@@ -1302,6 +1305,12 @@
"notificationSentDevice": {
"message": "Cihazınıza bir bildirim gönderildi."
},
"aNotificationWasSentToYourDevice": {
"message": "Cihazınıza bir bildirim gönderildi"
},
"makeSureYourAccountIsUnlockedAndTheFingerprintEtc": {
"message": "Lütfen hesabınızın kilidinin açık olduğundan ve parmak izi ifadesinin diğer cihazla eşleştiğinden emin olun"
},
"versionNumber": {
"message": "Sürüm $VERSION_NUMBER$",
"placeholders": {
@@ -3387,6 +3396,9 @@
}
}
},
"viewAllLogInOptions": {
"message": "Tüm giriş seçeneklerini gör"
},
"viewAllLoginOptions": {
"message": "Tüm giriş seçeneklerini gör"
},
@@ -4443,6 +4455,9 @@
"message": "Davet edilen kullanıcıların parmak izi ifedelerini doğrulamalarını isteme (önerilmez)",
"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."
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
"message": "İsteğiniz onaylanınca size haber vereceğiz"
},
"free": {
"message": "Ücretsiz",
"description": "Free, as in 'Free beer'"
@@ -6376,6 +6391,9 @@
"idpSingleSignOnServiceUrlRequired": {
"message": "Varlık Kimliği bir URL değilse gereklidir."
},
"offerNoLongerValid": {
"message": "This offer is no longer valid. Contact your organization administrators for more information."
},
"openIdOptionalCustomizations": {
"message": "İsteğe bağlı özelleştirmeler"
},
@@ -6468,8 +6486,8 @@
"generateEmail": {
"message": "Generate email"
},
"generatorBoundariesHint": {
"message": "Value must be between $MIN$ and $MAX$",
"spinboxBoundariesHint": {
"message": "Değer $MIN$ ile $MAX$ arasında olmalıdır.",
"description": "Explains spin box minimum and maximum values to the user",
"placeholders": {
"min": {
@@ -6482,6 +6500,26 @@
}
}
},
"passwordLengthRecommendationHint": {
"message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
"description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
"content": "$1",
"example": "14"
}
}
},
"passphraseNumWordsRecommendationHint": {
"message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
"content": "$1",
"example": "6"
}
}
},
"usernameType": {
"message": "Kullanıcı adı türü"
},
@@ -8013,9 +8051,18 @@
"loginInitiated": {
"message": "Giriş başlatıldı"
},
"rememberThisDeviceToMakeFutureLoginsSeamless": {
"message": "Remember this device to make future logins seamless"
},
"deviceApprovalRequired": {
"message": "Cihaz onayı gerekiyor. Lütfen onay yönteminizi seçin:"
},
"deviceApprovalRequiredV2": {
"message": "Device approval required"
},
"selectAnApprovalOptionBelow": {
"message": "Select an approval option below"
},
"rememberThisDevice": {
"message": "Bu cihazı hatırla"
},
@@ -8245,6 +8292,9 @@
"userEmailMissing": {
"message": "Kullanıcının e-postası eksik"
},
"activeUserEmailNotFoundLoggingYouOut": {
"message": "Active user email not found. Logging you out."
},
"deviceTrusted": {
"message": "Cihaza güvenildi"
},
@@ -9707,5 +9757,20 @@
},
"deletedSuccessfully": {
"message": "Başarıyla silindi"
},
"freeFamiliesSponsorship": {
"message": "Remove Free Bitwarden Families sponsorship"
},
"freeFamiliesSponsorshipPolicyDesc": {
"message": "Do not allow members to redeem a Families plan through this organization."
},
"verifyBankAccountWithStatementDescriptorWarning": {
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the organization's billing page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
},
"verifyBankAccountWithStatementDescriptorInstructions": {
"message": "We have made a micro-deposit to your bank account (this may take 1-2 business days). Enter the six-digit code starting with 'SM' found on the deposit description. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
},
"descriptorCode": {
"message": "Descriptor code"
}
}