Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Nov 9, 2024
1 parent 35f8f69 commit b357433
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}

val baseVersionName = "1.0.5"
val baseVersionName = "1.0.6"
val commitHash by lazy { "git rev-parse --short HEAD".exec() }
val verCode by lazy { "git rev-list --count HEAD".exec().toInt() }

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<string name="enter_app">立即进入</string>
<string name="reenter_welcome_activity">再次进入欢迎页面</string>
<string name="progress_title">定睛看</string>
<string name="progress_description">这是待办进度条,它会提示你任务完成进度\n当你添加待办或把待办标记成已完成时,它都会更新\n左边的数字是你完成的任务数,右边的数字是全部的任务数;它也会在它们下面显示一行小字来提示你剩余任务数。</string>
<string name="progress_description">这是待办进度条,它会提示你任务完成进度\n当你添加待办或把待办标记成已完成时,它都会更新\n左边的数字是你完成的任务数,右边的数字是全部任务数\n在它们下面显示了一行小字来提示你剩余任务数</string>
<string name="todo_btn_title">掌控尽在指尖</string>
<string name="todo_btn_description">这是添加待办的按钮,点击它你就可以添加一个新的待办事项了。\n长按它你就可以删除你目前所有的待办(这不能恢复,谨慎点击哦)</string>
<string name="todo_btn_description">这是添加待办按钮,点击它就可以添加一个新的待办事项\n长按它你就可以删除目前所有的待办(这不能恢复,谨慎点击哦)</string>
<string name="todo_item_title">长按一下,功能多多</string>
<string name="todo_item_item_title">这是待办内容</string>
<string name="todo_item_item_subject">这是待办学科</string>
<string name="todo_item_description_1">这是待办列表的项目\n点击右边的 √ 就可以把这个待办标记为已完成。\n如果你需要修改这个待办,只需长按即可修改。</string>
<string name="todo_item_description_1">这是待办列表的项目\n点击右边的 √ 就可以把这个待办标记为已完成\n长按需要修改的待办项目即可修改其信息</string>
</resources>
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<string name="enter_app">Enter at once</string>
<string name="reenter_welcome_activity">Reenter welcome page</string>
<string name="progress_title">Take a look!</string>
<string name="progress_description">This is the to-do progress bar that tracks your task completion.\n It updates when you add or mark tasks as done.\n The number on the left shows your completed tasks, while the number on the right indicates the total tasks. Below these numbers, a small line of text will show how many tasks are remaining.</string>
<string name="progress_description">This is the to-do progress bar that tracks your task completion.\n It updates when you add or mark tasks as done.\n The number on the left shows your completed tasks, while the number on the right indicates the total tasks.\n Below these numbers, a small line of text will show how many tasks are remaining.</string>
<string name="todo_btn_title">Control is at your fingertips!</string>
<string name="todo_btn_description">This is the button to add new to-dos. Click it to create a new task. Long press to delete all your current to-dos (this action cannot be undone, so be cautious).</string>
<string name="todo_btn_description">This is the button to add new to-dos.\n Click it to create a new task.\n Long press to delete all your current to-dos (this action cannot be undone, so be cautious).</string>
<string name="todo_item_title">Long press for more options!</string>
<string name="todo_item_item_title">This is the task content</string>
<string name="todo_item_item_subject">This is the task subject</string>
<string name="todo_item_description_1">"This is an item in your to-do list. Click the checkmark on the right to mark it as completed. If you need to edit this to-do, just long press to make changes. "</string>
<string name="todo_item_description_1">"This is an item in your to-do list.\n Click the checkmark on the right to mark it as completed.\n If you need to edit this to-do, just long press to make changes. "</string>
</resources>

0 comments on commit b357433

Please sign in to comment.