1
0
mirror of https://github.com/KokaKiwi/BarInsta synced 2024-11-14 18:57:30 +00:00
BarInsta/app/src/main/res/values-tr/arrays.xml
Austin Huang 6ef8b515c6
New Crowdin updates (#492)
* New translations strings.xml (Japanese)

* New translations strings.xml (Hindi)

* New translations strings.xml (Spanish)

* New translations strings.xml (Spanish)

* New translations arrays.xml (Chinese Traditional)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Chinese Traditional)

* New translations arrays.xml (German)

* New translations arrays.xml (Indonesian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Indonesian)

* New translations arrays.xml (Japanese)

* New translations strings.xml (Japanese)

* New translations strings.xml (Japanese)

* New translations strings.xml (Odia)

* New translations strings.xml (Odia)

* New translations strings.xml (Odia)

* New translations strings.xml (Odia)

* New translations strings.xml (Odia)

* New translations strings.xml (Chinese Traditional)

* New translations arrays.xml (French)

* New translations arrays.xml (Indonesian)

* New translations arrays.xml (Slovak)

* New translations arrays.xml (Kannada)

* New translations arrays.xml (Dutch)

* New translations arrays.xml (Russian)

* New translations arrays.xml (Catalan)

* New translations arrays.xml (Odia)

* New translations arrays.xml (Hindi)

* New translations arrays.xml (Persian)

* New translations arrays.xml (Portuguese, Brazilian)

* New translations arrays.xml (Spanish)

* New translations arrays.xml (Vietnamese)

* New translations arrays.xml (Chinese Traditional)

* New translations arrays.xml (Chinese Simplified)

* New translations arrays.xml (Turkish)

* New translations arrays.xml (Polish)

* New translations arrays.xml (Macedonian)

* New translations arrays.xml (Italian)

* New translations arrays.xml (German)

* New translations arrays.xml (Czech)

* New translations arrays.xml (Japanese)

* Update source file arrays.xml

* New translations strings.xml (Odia)

* New translations strings.xml (Macedonian)

* New translations strings.xml (Macedonian)

* New translations strings.xml (Macedonian)

* New translations strings.xml (Japanese)

* New translations strings.xml (Japanese)

* New translations strings.xml (Japanese)

* New translations arrays.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Slovak)

* New translations strings.xml (Catalan)

* New translations strings.xml (Japanese)

* New translations arrays.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Dutch)

* New translations strings.xml (Russian)

* New translations arrays.xml (Russian)

* New translations strings.xml (Russian)

* New translations strings.xml (Japanese)
2021-01-06 14:32:47 -05:00

71 lines
2.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"?>
<resources>
<string-array name="languages">
<item>Sistem Varsayılanı</item>
<item translatable="false">English</item>
<item translatable="false">Français</item>
<item translatable="false">Español</item>
<item translatable="false">简体中文</item>
<item translatable="false">Bahasa Indonesia</item>
<item translatable="false">Italiano</item>
<item translatable="false">Deutsch</item>
<item translatable="false">Polski</item>
<item translatable="false">Türkçe</item>
<item translatable="false">Português (Brasil)</item>
<item translatable="false">پارسی</item>
<item translatable="false">Македонски</item>
<item translatable="false">Tiếng Việt</item>
<item translatable="false">繁體中文</item>
<item translatable="false">Català</item>
<item translatable="false">Русский</item>
<item translatable="false">हिन्दी</item>
<item translatable="false">Nederlands</item>
<item translatable="false">Slovenčina</item>
<item translatable="false">日本語</item>
</string-array>
<string-array name="theme_presets">
<item>Otomatik / Sistemi Takip Et</item>
<item>Otomatik / Bataryayı Takip Et</item>
<item>Koyu</item>
<item>ık</item>
</string-array>
<string-array name="story_sorts">
<item>Instagram default (Unread then read)</item>
<item>From newest to oldest</item>
<item>From oldest to newest</item>
</string-array>
<string-array name="separator_presets">
<item>Hiçbiri</item>
<item>\@</item>
<item>at</item>
<item>on</item>
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="main_nav_ids_values">
<item>@string/title_dm</item>
<item>@string/feed</item>
<item>@string/profile</item>
<item>@string/title_discover</item>
<item>@string/more</item>
</string-array>
<string-array name="light_themes">
<item>@string/light_white_theme</item>
<item>@string/light_barinsta_theme</item>
<item>@string/light_bibliogram_theme</item>
</string-array>
<string-array name="light_theme_values">
<item>@style/AppTheme.Light.White</item>
<item>@style/AppTheme.Light.Barinsta</item>
<item>@style/AppTheme.Light.Bibliogram</item>
</string-array>
<string-array name="dark_themes">
<item>@string/dark_black_theme</item>
<item>@string/dark_material_dark_theme</item>
</string-array>
<string-array name="dark_theme_values">
<item>@style/AppTheme.Dark.Black</item>
<item>@style/AppTheme.Dark.MaterialDark</item>
</string-array>
</resources>