Merge branch 'main' into dev

This commit is contained in:
Imran Remtulla
2023-09-23 13:40:32 -04:00
committed by GitHub
2 changed files with 15 additions and 13 deletions

View File

@@ -51,9 +51,9 @@
"percentProgress": "进度:{}%",
"pleaseWait": "请稍候",
"updateAvailable": "更新可用",
"estimateInBracketsShort": "(推测)",
"estimateInBracketsShort": "推测",
"notInstalled": "未安装",
"estimateInBrackets": "(推测)",
"estimateInBrackets": "推测",
"selectAll": "全选",
"deselectN": "取消选择 {}",
"xWillBeRemovedButRemainInstalled": "{} 将从 Obtainium 中删除,但仍安装在您的设备中。",
@@ -246,16 +246,18 @@
"backgroundUpdateReqsExplanation": "后台更新未必适用于所有的应用。",
"backgroundUpdateLimitsExplanation": "只有在启动 Obtainium 时才能确认安装是否成功。",
"verifyLatestTag": "验证“Latest”标签",
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
"versionExtractionRegEx": "Version Extraction RegEx",
"matchGroupToUse": "Match Group to Use",
"highlightTouchTargets": "Highlight less obvious touch targets",
"pickExportDir": "Pick Export Directory",
"autoExportOnChanges": "Auto-export on changes",
"filterVersionsByRegEx": "Filter Versions by Regular Expression",
"trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
"intermediateLinkRegex": "首先访问“中间”链接的过滤器",
"intermediateLinkNotFound": "中间链接未找到",
"exemptFromBackgroundUpdates": "禁用后台更新(如果全局设置启用)",
"bgUpdatesOnWiFiOnly": "不在连接 WiFi 时禁用后台更新",
"autoSelectHighestVersionCode": "自动选择最高版本号 APK",
"versionExtractionRegEx": "版本提取正则表达式",
"matchGroupToUse": "匹配要使用的组",
"highlightTouchTargets": "突出显示不明显的触摸目标",
"pickExportDir": "选择导出目录",
"autoExportOnChanges": "修改时自动导出",
"filterVersionsByRegEx": "使用正则表达式筛选版本",
"trySelectingSuggestedVersionCode": "尝试选择推荐版本 APK",
"dontSortReleasesList": "Retain release order from API",
"reverseSort": "Reverse sorting",
"debugMenu": "Debug Menu",

View File

@@ -27,7 +27,7 @@ const int bgUpdateCheckAlarmId = 666;
List<MapEntry<Locale, String>> supportedLocales = const [
MapEntry(Locale('en'), 'English'),
MapEntry(Locale('zh'), '汉语'),
MapEntry(Locale('zh'), '简体中文'),
MapEntry(Locale('it'), 'Italiano'),
MapEntry(Locale('ja'), '日本語'),
MapEntry(Locale('hu'), 'Magyar'),