mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-03 23:03:29 +01:00 
			
		
		
		
	@@ -51,9 +51,9 @@
 | 
				
			|||||||
    "percentProgress": "进度:{}%",
 | 
					    "percentProgress": "进度:{}%",
 | 
				
			||||||
    "pleaseWait": "请稍候",
 | 
					    "pleaseWait": "请稍候",
 | 
				
			||||||
    "updateAvailable": "更新可用",
 | 
					    "updateAvailable": "更新可用",
 | 
				
			||||||
    "estimateInBracketsShort": "(推测)",
 | 
					    "estimateInBracketsShort": "(推测)",
 | 
				
			||||||
    "notInstalled": "未安装",
 | 
					    "notInstalled": "未安装",
 | 
				
			||||||
    "estimateInBrackets": "(推测)",
 | 
					    "estimateInBrackets": "(推测)",
 | 
				
			||||||
    "selectAll": "全选",
 | 
					    "selectAll": "全选",
 | 
				
			||||||
    "deselectN": "取消选择 {}",
 | 
					    "deselectN": "取消选择 {}",
 | 
				
			||||||
    "xWillBeRemovedButRemainInstalled": "{} 将从 Obtainium 中删除,但仍安装在您的设备中。",
 | 
					    "xWillBeRemovedButRemainInstalled": "{} 将从 Obtainium 中删除,但仍安装在您的设备中。",
 | 
				
			||||||
@@ -246,16 +246,18 @@
 | 
				
			|||||||
    "backgroundUpdateReqsExplanation": "后台更新未必适用于所有的应用。",
 | 
					    "backgroundUpdateReqsExplanation": "后台更新未必适用于所有的应用。",
 | 
				
			||||||
    "backgroundUpdateLimitsExplanation": "只有在启动 Obtainium 时才能确认安装是否成功。",
 | 
					    "backgroundUpdateLimitsExplanation": "只有在启动 Obtainium 时才能确认安装是否成功。",
 | 
				
			||||||
    "verifyLatestTag": "验证“Latest”标签",
 | 
					    "verifyLatestTag": "验证“Latest”标签",
 | 
				
			||||||
    "exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
 | 
					    "intermediateLinkRegex": "首先访问“中间”链接的过滤器",
 | 
				
			||||||
    "bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
 | 
					    "intermediateLinkNotFound": "中间链接未找到",
 | 
				
			||||||
    "autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
 | 
					    "exemptFromBackgroundUpdates": "禁用后台更新(如果全局设置启用)",
 | 
				
			||||||
    "versionExtractionRegEx": "Version Extraction RegEx",
 | 
					    "bgUpdatesOnWiFiOnly": "不在连接 WiFi 时禁用后台更新",
 | 
				
			||||||
    "matchGroupToUse": "Match Group to Use",
 | 
					    "autoSelectHighestVersionCode": "自动选择最高版本号 APK",
 | 
				
			||||||
    "highlightTouchTargets": "Highlight less obvious touch targets",
 | 
					    "versionExtractionRegEx": "版本提取正则表达式",
 | 
				
			||||||
    "pickExportDir": "Pick Export Directory",
 | 
					    "matchGroupToUse": "匹配要使用的组",
 | 
				
			||||||
    "autoExportOnChanges": "Auto-export on changes",
 | 
					    "highlightTouchTargets": "突出显示不明显的触摸目标",
 | 
				
			||||||
    "filterVersionsByRegEx": "Filter Versions by Regular Expression",
 | 
					    "pickExportDir": "选择导出目录",
 | 
				
			||||||
    "trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK",
 | 
					    "autoExportOnChanges": "修改时自动导出",
 | 
				
			||||||
 | 
					    "filterVersionsByRegEx": "使用正则表达式筛选版本",
 | 
				
			||||||
 | 
					    "trySelectingSuggestedVersionCode": "尝试选择推荐版本 APK",
 | 
				
			||||||
    "removeAppQuestion": {
 | 
					    "removeAppQuestion": {
 | 
				
			||||||
        "one": "是否删除应用?",
 | 
					        "one": "是否删除应用?",
 | 
				
			||||||
        "other": "是否删除应用?"
 | 
					        "other": "是否删除应用?"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,7 +27,7 @@ const int bgUpdateCheckAlarmId = 666;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
List<MapEntry<Locale, String>> supportedLocales = const [
 | 
					List<MapEntry<Locale, String>> supportedLocales = const [
 | 
				
			||||||
  MapEntry(Locale('en'), 'English'),
 | 
					  MapEntry(Locale('en'), 'English'),
 | 
				
			||||||
  MapEntry(Locale('zh'), '汉语'),
 | 
					  MapEntry(Locale('zh'), '简体中文'),
 | 
				
			||||||
  MapEntry(Locale('it'), 'Italiano'),
 | 
					  MapEntry(Locale('it'), 'Italiano'),
 | 
				
			||||||
  MapEntry(Locale('ja'), '日本語'),
 | 
					  MapEntry(Locale('ja'), '日本語'),
 | 
				
			||||||
  MapEntry(Locale('hu'), 'Magyar'),
 | 
					  MapEntry(Locale('hu'), 'Magyar'),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user