Skip to content

Commit 81f83e3

Browse files
Merge branch 'master' of https://github.com/jahirfiquitiva/Kuper
2 parents 7b7343f + 9885f1a commit 81f83e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Upload APK to release
9494
id: upload_apk
95-
uses: svenstaro/upload-release-action@v3
95+
uses: svenstaro/upload-release-action@v2
9696
with:
9797
repo_token: ${{ secrets.GITHUB_TOKEN }}
9898
file: "./app/build/outputs/apk/release/${{ env.apk_file }}"

library/src/main/res/values-zh-rCN/translatable_strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<string name="required_for_lockscreens">使用锁屏</string>
1111
<string name="required_assets">使用模板</string>
1212
<string name="install">安装</string>
13-
<string name="app_not_installed">没有找到正确的应用。</string>
13+
<string name="app_not_installed">未找到合适的应用</string>
1414
<string name="template">模板</string>
1515
<string name="templates">模板</string>
1616
<string name="x_templates">%1$s 模板</string>
17-
<string name="apps_installed">应用已安装</string>
17+
<string name="apps_installed">应用已安装</string>
1818
<string name="permission_request_assets">%1$s 使用了存储权限来导入资源。</string>
1919
<string name="permission_request_wallpaper">%1$s 使用了存储权限在组件背景中来展示设备壁纸。</string>
2020
<string name="open_komponents">若要添加一个 Komponent组件,请在 Kustom 编辑器中点按“+”。</string>

0 commit comments

Comments
 (0)