mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 20:11:36 +00:00
init
This commit is contained in:
commit
13beabf741
275 changed files with 22638 additions and 0 deletions
28
app/src/main/res/values-zh/arrays.xml
Executable file
28
app/src/main/res/values-zh/arrays.xml
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="languages">
|
||||
<item>系统默认</item>
|
||||
<item>英文</item>
|
||||
<item>法文 [感谢 @kernoeb (Telegram)]</item>
|
||||
<item>西班牙文 [感谢 @sguinetti (GitLab)]</item>
|
||||
<item>简体中文 [感谢 @laiboonsing (GitLab)] </item>
|
||||
<item>印度尼西亚 [感谢 @Galang23 (GitLab)]</item>
|
||||
<item>义大利文 [感谢 @RAR_Ramar (Telegram)]</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="theme_presets">
|
||||
<item>自动 / 跟随系统</item>
|
||||
<item>自动 / 跟随电池</item>
|
||||
<item>暗黑</item>
|
||||
<item>明亮</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="separator_presets">
|
||||
<item>无</item>
|
||||
<item>\@</item>
|
||||
<item>在</item>
|
||||
<item>于</item>
|
||||
<item>\|</item>
|
||||
<item>-</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue