mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Switch to per-app BG update tasks
This commit is contained in:
@@ -11,12 +11,6 @@
|
||||
"unexpectedError": "意外错误",
|
||||
"ok": "好的",
|
||||
"and": "和",
|
||||
"startedBgUpdateTask": "后台更新检查任务已启动",
|
||||
"bgUpdateIgnoreAfterIs": "后台更新检查间隔为 {}",
|
||||
"startedActualBGUpdateCheck": "开始后台更新检查",
|
||||
"bgUpdateTaskFinished": "后台更新检查任务已完成",
|
||||
"firstRun": "这是 Obtainium 首次启动",
|
||||
"settingUpdateCheckIntervalTo": "更新检查间隔设置为 {}",
|
||||
"githubPATLabel": "GitHub 个人访问令牌(提升 API 请求限额)",
|
||||
"githubPATHint": "个人访问令牌必须为“username:token”的格式",
|
||||
"githubPATFormat": "username:token",
|
||||
@@ -249,7 +243,7 @@
|
||||
"customLinkFilterRegex": "用正则表达式自定义链接筛选(默认 '.apk$')",
|
||||
"appsPossiblyUpdated": "App Updates Attempted",
|
||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||
"xWasPossiblyUpdatedToY": "An attempt was made to update {} to {}.",
|
||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||
"removeAppQuestion": {
|
||||
"one": "是否删除应用?",
|
||||
"other": "是否删除应用?"
|
||||
@@ -299,7 +293,7 @@
|
||||
"other": "{} 和另外 {} 个应用已更新。"
|
||||
},
|
||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||
"one": "Attempts were made to update {} and 1 more app.",
|
||||
"other": "Attempts were made to update {} and {} more apps."
|
||||
"one": "{} and 1 more app may have been updated.",
|
||||
"other": "{} and {} more apps may have been updated."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user