Skip to content

Commit 91f15f5

Browse files
authored
Add Turkish (#64)
1 parent 2570cb4 commit 91f15f5

File tree

3 files changed

+312
-0
lines changed

3 files changed

+312
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Copyright (C) 2013-2017 microG Project Team
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
18+
<resources>
19+
<string name="lib_name">MicroG UI Araçları</string>
20+
<string name="lib_license">Apache Lisansı 2.0, microG Ekibi</string>
21+
22+
<string name="about_version_str">Sürüm: %1$s</string>
23+
<string name="about_name_version_str">%1$s %2$s</string>
24+
<string name="about_default_license">Tüm hakları saklıdır</string>
25+
26+
<string name="prefcat_setup">Kurulum</string>
27+
28+
<string name="self_check_title">Kendi Kendine Kontrol</string>
29+
<string name="self_check_desc">Sistemin MicroG kullanımı için doğru şekilde ayarlanıp ayarlanmadığını kontrol et</string>
30+
31+
<string name="self_check_cat_permissions">Verilen izinler</string>
32+
<string name="self_check_name_permission">%1$s izni:</string>
33+
<string name="self_check_resolution_permission">İzin vermek için buraya dokunun. İzin verilmemesi, uygulamaların hatalı çalışmasına neden olabilir</string>
34+
35+
<string name="about_root_title">MicroG UI Demo</string>
36+
<string name="about_root_summary">Özet</string>
37+
<string name="about_root_version">Sürüm v0.1.0</string>
38+
<string name="about_root_libraries">Dahil edilen kütüphaneler</string>
39+
40+
<string name="about_android_support_v4">v4 Destek Kütüphanesi</string>
41+
<string name="about_android_support_v7_appcompat">v7 appcompat Destek Kütüphanesi</string>
42+
<string name="about_android_support_v7_preference">v7 tercih Destek Kütüphanesi</string>
43+
<string name="about_android_support_license">Apache Lisansı 2.0, Android Açık Kaynak Projesi</string>
44+
45+
<!-- Updater strings-->
46+
47+
<string name="check_updates">Güncellemeleri kontrol et</string>
48+
<string name="update_available">Yeni sürüm mevcut!</string>
49+
<string name="no_update_available">En son sürümü kullanıyorsunuz</string>
50+
<string name="check_updates_error">Güncellemeleri kontrol etme başarısız</string>
51+
52+
<string name="snackbar_button_download">İndir</string>
53+
54+
<string name="error_connection">Bağlantı hatası:</string>
55+
<string name="error_others">Hata:</string>
56+
</resources>
+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ Copyright (C) 2017 microG Project Team
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
-->
17+
18+
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19+
<plurals name="gcm_registered_apps_counter">
20+
<item quantity="one"><xliff:g example="1">%1$d</xliff:g> kayıtlı uygulama</item>
21+
<item quantity="other"><xliff:g example="123">%1$d</xliff:g> kayıtlı uygulama</item>
22+
</plurals>
23+
<plurals name="cond_perm_summary">
24+
<item quantity="one">microG Hizmetlerinin düzgün çalışması için gerekli bir izin verilmemiş.</item>
25+
<item quantity="other">microG Hizmetlerinin düzgün çalışması için gerekli izinler verilmemiş.</item>
26+
</plurals>
27+
<plurals name="cond_perm_action">
28+
<item quantity="one">Eksik izni iste</item>
29+
<item quantity="other">Eksik izinleri iste</item>
30+
</plurals>
31+
</resources>
32+

0 commit comments

Comments
 (0)