[Modify]默认文字为中文

This commit is contained in:
wushaocheng
2023-05-24 19:11:11 +08:00
parent adeff9987b
commit a8db258053
36 changed files with 13421 additions and 6628 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="crop__saving">正在儲存相片…</string>
<string name="crop__wait">請稍候…</string>
<string name="crop__pick_error">沒有可用的圖片來源</string>
<string name="crop__done">完成</string>
<string name="crop__cancel" tools:ignore="ButtonCase">取消</string>
</resources>

View File

@@ -1,10 +1,9 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<string name="crop__saving">正在儲存相片</string>
<string name="crop__wait">請稍候</string>
<string name="crop__pick_error">沒有可用的圖片來源</string>
<string name="crop__done">完成</string>
<string name="crop__cancel" tools:ignore="ButtonCase">取消</string>
<string name="crop__saving">Saving photo</string>
<string name="crop__wait">Please wait</string>
<string name="crop__pick_error">No image source available</string>
<string name="crop__done">Finish</string>
<string name="crop__cancel">Cancel</string>
</resources>