Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jul 22, 2023
1 parent 072ca5e commit 6547b08
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class ExportBookService : BaseService() {
override fun upNotification() {
val notification = NotificationCompat.Builder(this, AppConst.channelIdDownload)
.setSmallIcon(R.drawable.ic_export)
.setContentTitle(getString(R.string.export))
.setContentTitle(getString(R.string.export_book))
.setContentIntent(activityPendingIntent<CacheActivity>("cacheActivity"))
if (exportJob?.isActive == true) {
notification.setOngoing(true)
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-es-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,4 +1122,5 @@
<string name="result_analyzed">Analyzed</string>
<string name="bookshelf_px_4" >Comprehensive</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-ja-rJP/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1125,4 +1125,5 @@
<string name="result_analyzed">Analyzed</string>
<string name="bookshelf_px_4" >Comprehensive</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1125,4 +1125,5 @@
<string name="result_analyzed">Analyzed</string>
<string name="bookshelf_px_4" >Comprehensive</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,4 +1121,5 @@ Còn </string>
<string name="result_analyzed">Analyzed</string>
<string name="bookshelf_px_4" >Comprehensive</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rHK/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1122,4 +1122,5 @@
<string name="result_analyzed">解析示例</string>
<string name="bookshelf_px_4" >綜合排序</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1124,4 +1124,5 @@
<string name="result_analyzed">解析示例</string>
<string name="bookshelf_px_4" >綜合排序</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1124,4 +1124,5 @@
<string name="result_analyzed">解析示例</string>
<string name="bookshelf_px_4" >综合排序</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1125,4 +1125,5 @@
<string name="result_analyzed">Analyzed</string>
<string name="bookshelf_px_4" >Comprehensive</string>
<string name="effective_replaces">起效的替换</string>
<string name="export_book">导出书籍</string>
</resources>

0 comments on commit 6547b08

Please sign in to comment.