Separate notif channel title translations (#979)

This commit is contained in:
Imran Remtulla
2023-10-12 19:51:04 -04:00
parent d06f20690d
commit 2d7465cca6
15 changed files with 807 additions and 684 deletions

View File

@@ -266,6 +266,14 @@
"versionExtractWholePage": "Apply Version Extraction Regex to Entire Page",
"installing": "Installing",
"skipUpdateNotifications": "Skip update notifications",
"updatesAvailableNotifChannel": "更新可用",
"appsUpdatedNotifChannel": "应用已更新",
"appsPossiblyUpdatedNotifChannel": "已尝试更新应用",
"errorCheckingUpdatesNotifChannel": "检查更新出错",
"appsRemovedNotifChannel": "应用已删除",
"downloadingXNotifChannel": "正在下载{}",
"completeAppInstallationNotifChannel": "完成应用安装",
"checkingForUpdatesNotifChannel": "正在检查更新",
"removeAppQuestion": {
"one": "是否删除应用?",
"other": "是否删除应用?"
@@ -318,4 +326,4 @@
"one": "{} 和另外 1 个应用已尝试更新。",
"other": "{} 和另外 {} 个应用已尝试更新。"
}
}
}