protoncore_android/user-settings/presentation/src/main/res/values-tr/strings.xml

55 lines
3.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2023 Proton AG
~ This file is part of Proton AG and ProtonCore.
~
~ ProtonCore is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ProtonCore is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
-->
<resources>
<!-- recovery email settings -->
<string name="settings_recovery_email_header">Kurtarma e-postası adresi</string>
<string name="settings_recovery_email_current">Geçerli kurtarma e-posta adresi</string>
<string name="settings_recovery_email_new">Yeni kurtarma e-posta adresi</string>
<string name="settings_recovery_email_confirm">Kurtarma e-posta adresini onaylayın</string>
<string name="settings_recovery_email_new_hint">E-posta adresini yazın</string>
<string name="settings_recovery_email_confirm_hint">E-posta adresini yeniden yazın</string>
<string name="settings_save">Kaydet</string>
<string name="settings_password_required">Oturum açma parolanızı yazın</string>
<string name="settings_password_required_ok">Tamam</string>
<string name="settings_not_set">Ayarlanmamış</string>
<string name="settings_recovery_email_error_no_match">Yeni kurtarma e-postası ile onayı aynı değil</string>
<string name="settings_validation_email">E-posta adresi geçersiz.</string>
<string name="settings_general_error">Bir sorun çıktı.</string>
<!-- login and mailbox password settings -->
<string name="settings_password_management_tab_login_password">Oturum açma parolası</string>
<string name="settings_password_management_tab_mailbox_password">E-posta kutusu parolası</string>
<string name="settings_password_management_change_login_password">Parolayı değiştir</string>
<string name="settings_password_management_change_mailbox_password">Posta kutusu parolasını değiştir</string>
<string name="settings_password_management_header">Parola yönetimi</string>
<string name="settings_login_password_hint_current">Geçerli oturum açma parolası</string>
<string name="settings_login_password_hint_new">Yeni oturum açma parolası</string>
<string name="settings_login_password_hint_new_confirm">Yeni oturum açma parolası onayı</string>
<string name="settings_mailbox_password_hint_new">Yeni posta kutusu parolası</string>
<string name="settings_mailbox_password_hint_new_confirm">Yeni posta kutusu parolası onayı</string>
<string name="settings_change_password_error">Parola değiştirilirken bir sorun çıktı.</string>
<string name="settings_recovery_email_success">Kurtarma e-posta adresi güncellendi</string>
<string name="settings_password_management_success">Parola güncellendi</string>
<string name="settings_password_management_start_recovery">Geçerli parolanızı bilmiyor musunuz?</string>
<!-- device/local settings -->
<string name="device_settings_telemetry_title">Anonim kullanım verileri</string>
<string name="device_settings_telemetry_hint">Hizmetlerimizi iyileştirmek için bazen anonimleştirilmiş kullanım verileri toplarız.</string>
<string name="device_settings_crashreport_title">Anonim çökme bildirimleri</string>
<string name="device_settings_crashreport_hint">Uygulama çökerse, nedeni ayrıntıları ile birlikte mühendislerimize gönderilir. Bu verileri yalnızca uygulamayı geliştirmek için kullanırız.</string>
</resources>