Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Turkish (TR) strings #2453

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ SPDX-FileCopyrightText: 2023 microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->

<resources>
<string name="perm_ad_id_label">Reklam kimliği izni</string>
<string name="perm_ad_id_description">Bir yayıncı uygulamasının geçerli bir reklam kimliğine doğrudan veya dolaylı olarak erişmesine izin verir.</string>
<string name="perm_ad_id_notification_label">Reklam kimliği bildirimi</string>
<string name="perm_ad_id_notification_description">Bir uygulamanın, kullanıcının reklam kimliği veya reklam izleme tercihi güncellendiğinde bir bildirim almasını sağlar.</string>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ SPDX-FileCopyrightText: 2023 microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->

<resources>
<string name="sms_user_consent_title"><b>%s</b> uygulamasının aşağıdaki mesajı okumasına ve kodu girmesine izin veriyor musunuz?</string>
<string name="sms_user_consent_allow">İzin ver</string>
<string name="sms_user_consent_deny">Reddet</string>
</resources>
25 changes: 25 additions & 0 deletions play-services-base/core/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ SPDX-FileCopyrightText: 2020, microG Project Team
~ SPDX-License-Identifier: Apache-2.0
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="foreground_service_notification_title">Arkaplanda aktif</string>
<string name="foreground_service_notification_text"><xliff:g example="Exposure Notification">%1$s</xliff:g> arkaplanda çalışıyor.</string>
<string name="foreground_service_notification_big_text"><xliff:g example="microG Services">%1$s</xliff:g> uygulamasının pil optimizasyonlarını devre dışı bırakın veya bildirim ayarlarını değiştirerek bu bildirimi gizleyin.</string>

<string name="menu_advanced">Gelişmiş</string>

<string name="list_no_item_none">Boş</string>
<string name="list_item_see_all">Tümünü gör</string>

<string name="open_app">Aç</string>

<string name="service_status_disabled">Devre dışı</string>
<string name="service_status_enabled">Etkin</string>
<string name="service_status_automatic">Otomatik</string>
<string name="service_status_manual">Manuel</string>
<string name="service_status_enabled_short">Açık</string>
<string name="service_status_disabled_short">Kapalı</string>
</resources>
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2013-2017 microG Project Team
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>
<string name="lib_name">microG UI Araçları</string>
<string name="lib_license">Apache Lisansı 2.0, microG Ekibi</string>

<string name="about_version_str">Sürüm %1$s</string>
<string name="about_name_version_str">%1$s %2$s</string>
<string name="about_default_license">Tüm hakları saklıdır.</string>

<string name="prefcat_setup">Kurulum</string>

<string name="self_check_title">Çalışma durumu</string>
<string name="self_check_desc">microG\'yi kullanmak için sistemin doğru şekilde ayarlanıp ayarlanmadığını kontrol edin.</string>

<string name="self_check_cat_permissions">Verilen izinler</string>
<string name="self_check_name_permission">%1$s izni:</string>
<string name="self_check_resolution_permission">Buraya dokunarak izin verin. İznin verilmemesi uygulamaların hatalı davranmasına neden olabilir.</string>

<string name="about_root_title">microG UI Demosu</string>
<string name="about_root_summary">Özet</string>
<string name="about_root_version">Sürüm v0.1.0</string>
<string name="about_root_libraries">Dahil olan kütüphaneler</string>

<string name="about_android_support_v4">v4 Support Library</string>
<string name="about_android_support_v7_appcompat">v7 appcompat Support Library</string>
<string name="about_android_support_v7_preference">v7 preference Support Library</string>
<string name="about_android_support_license">Apache Lisansı 2.0, Android Open Source Project</string>
</resources>
Loading