Compare commits
	
		
			91 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 10634e8ed2 | ||
|  | 2317c5e0d3 | ||
|  | e9dfb494f7 | ||
|  | 71ca60244b | ||
|  | 94ab83ff75 | ||
|  | 2aa91ed535 | ||
|  | 23a72f1c83 | ||
|  | 12a25d5cbc | ||
|  | eb57d150b4 | ||
|  | 5dc8461341 | ||
|  | 5cf751caa8 | ||
|  | 526ebdfc32 | ||
|  | 48f2164fe0 | ||
|  | 0d4bc44aa4 | ||
|  | e78961f0ab | ||
|  | 6784c6c0c6 | ||
|  | b6ef153bfa | ||
|  | 6a3805723d | ||
|  | ebc6671d62 | ||
|  | c87fc6f242 | ||
|  | b23db43620 | ||
|  | b2b10739e3 | ||
|  | 32cc97a18a | ||
|  | 4815e5180e | ||
|  | 14325eb710 | ||
|  | 7607b747c1 | ||
|  | 774bc07663 | ||
|  | 4e43001276 | ||
|  | 46835d0876 | ||
|  | 48d8eb214d | ||
|  | 51f0d745c9 | ||
|  | ae72302f4c | ||
|  | e157bda0eb | ||
|  | adf05abfac | ||
|  | 6a8cf0096d | ||
|  | 5e6e3f457c | ||
|  | 044bd7f8a0 | ||
|  | 902f29fdcf | ||
|  | 6c6f256976 | ||
|  | fbf2330c0f | ||
|  | 86ac573edd | ||
|  | 6a07138389 | ||
|  | 23c2664ead | ||
|  | 4200e1d954 | ||
|  | 3eb3cf25bf | ||
|  | 1b039fb5a5 | ||
|  | 6a4a15ab4d | ||
|  | a70c6ef1ed | ||
|  | 85e5dddd34 | ||
|  | 0fd496e660 | ||
|  | b3af899ba1 | ||
|  | 9a58643088 | ||
|  | b223522801 | ||
|  | 375caa4511 | ||
|  | 92ebbd9138 | ||
|  | a3c2761aba | ||
|  | 68e38259bd | ||
|  | 4aed749b44 | ||
|  | e135476d86 | ||
|  | 7490942fad | ||
|  | 794be438b0 | ||
|  | f2f055ad83 | ||
|  | 4c94f278e2 | ||
|  | 22acb6a2dd | ||
|  | d32befb832 | ||
|  | 94d8295992 | ||
|  | dcf9f5732a | ||
|  | c89790d58f | ||
|  | 3633c58bea | ||
|  | 9770501aec | ||
|  | 167d0ccced | ||
|  | 430d1f2690 | ||
|  | eb21ba3f6e | ||
|  | 3ab14e2311 | ||
|  | fff3b22e74 | ||
|  | 46354e648a | ||
|  | 4f67ba3f3b | ||
|  | e5db702a67 | ||
|  | 53451fd883 | ||
|  | 491d3cb723 | ||
|  | 6c7644c9b3 | ||
|  | 8539581fe9 | ||
|  | f301f6cedb | ||
|  | 93c8bca038 | ||
|  | 0961e044a7 | ||
|  | 03f50e501e | ||
|  | 21dacb6171 | ||
|  | 16ecc88fcd | ||
|  | 1f829289ed | ||
|  | be739b7639 | ||
|  | 4b66aefb33 | 
							
								
								
									
										2
									
								
								.flutter
									
									
									
									
									
								
							
							
								
								
								
								
								
							
						
						
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						| @@ -45,6 +45,7 @@ app.*.map.json | ||||
| /android/app/debug | ||||
| /android/app/profile | ||||
| /android/app/release | ||||
| /android/app/.cxx | ||||
|  | ||||
| # Custom | ||||
| TODO.txt | ||||
| @@ -8,6 +8,7 @@ Obtainium allows you to install and update apps directly from their releases pag | ||||
|  | ||||
| More info: | ||||
| - [Obtainium Wiki](https://wiki.obtainium.imranr.dev/) ([repository](https://github.com/ImranR98/Obtainium-Wiki)) | ||||
| - [Obtainium 101](https://www.youtube.com/watch?v=0MF_v2OBncw) - Tutorial video | ||||
| - [AppVerifier](https://github.com/soupslurpr/AppVerifier) - App verification tool (recommended, integrates with Obtainium) | ||||
| - [apps.obtainium.imranr.dev](https://apps.obtainium.imranr.dev/) - Crowdsourced app configurations ([repository](https://github.com/ImranR98/apps.obtainium.imranr.dev)) | ||||
| - [Side Of Burritos - You should use this instead of F-Droid | How to use app RSS feed](https://youtu.be/FFz57zNR_M0) - Original motivation for this app | ||||
| @@ -29,11 +30,12 @@ Currently supported App sources: | ||||
|   - [Uptodown](https://uptodown.com/) | ||||
|   - [Huawei AppGallery](https://appgallery.huawei.com/) | ||||
|   - [Tencent App Store](https://sj.qq.com/) | ||||
|   - [RuStore](https://rustore.ru/) | ||||
|   - Jenkins Jobs | ||||
|   - [APKMirror](https://apkmirror.com/) (Track-Only) | ||||
| - Other - App-Specific: | ||||
|   - [Telegram App](https://telegram.org) | ||||
|   - [Neutron Code](https://neutroncode.com) | ||||
|   - [Telegram App](https://telegram.org/) | ||||
|   - [Neutron Code](https://neutroncode.com/) | ||||
| - Direct APK Link | ||||
| - "HTML" (Fallback): Any other URL that returns an HTML page with links to APK files | ||||
|  | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								assets/fonts/Montserrat-Regular.ttf
									
									
									
									
									
										Normal file
									
								
							
							
						
						| Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 346 KiB | 
| Before Width: | Height: | Size: 418 KiB After Width: | Height: | Size: 354 KiB | 
| Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 265 KiB | 
| Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 227 KiB | 
| Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 178 KiB | 
| Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 264 KiB | 
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Detekcija standardne verzije", | ||||
|     "groupByCategory": "Grupiši po kategoriji", | ||||
|     "autoApkFilterByArch": "Pokušajte filtrirati APK-ove po arhitekturi procesora ako je moguće", | ||||
|     "autoLinkFilterByArch": "Attempt to filter links by CPU architecture if possible", | ||||
|     "overrideSource": "Premosti izvor", | ||||
|     "dontShowAgain": "Ne prikazuj ovo ponovo", | ||||
|     "dontShowTrackOnlyWarnings": "Ne prikazuj upozorenja „Samo za  praćenje”", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Intermediate veza nije nađena", | ||||
|     "intermediateLink": "Intermediate veza", | ||||
|     "exemptFromBackgroundUpdates": "Izuzmi iz ažuriranja u pozadini (ako su uključeni)", | ||||
|     "bgUpdatesOnWiFiOnly": "Isključite ažuriranje u pozadini kada niste na WiFi-ju", | ||||
|     "bgUpdatesOnWiFiOnly": "Isključite ažuriranje u pozadini kada niste na Wi-Fi-ju", | ||||
|     "bgUpdatesWhileChargingOnly": "Disable background updates when not charging", | ||||
|     "autoSelectHighestVersionCode": "Automatski izaberite najveću (verziju) versionCode APK-a", | ||||
|     "versionExtractionRegEx": "RegEx ekstrakcija verzije", | ||||
| @@ -314,11 +315,16 @@ | ||||
|     "appVerifierInstructionToast": "Dijeli sa AppVerifier-om, zatim se vratite kada ste spremni.", | ||||
|     "wiki": "Pomoć/Wiki", | ||||
|     "crowdsourcedConfigsLabel": "Konfiguracije aplikacije obezbeđene pomoću velikog broja ljudi (crowdsourcing) (koristite na svoju odgovornost)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configurations", | ||||
|     "allowInsecure": "Allow insecure HTTP requests", | ||||
|     "stayOneVersionBehind": "Stay one version behind latest", | ||||
|     "refreshBeforeDownload": "Refresh app details before download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Name", | ||||
|     "smartname": "Name (Smart)", | ||||
|     "sortMethod": "Sort Method", | ||||
|     "welcome": "Welcome", | ||||
|     "documentationLinksNote": "The Obtainium GitHub page linked below contains links to videos, articles, discussions, and other resources that will help you understand how to use the app.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Želite li ukloniti aplikaciju?", | ||||
|         "other": "Želite li ukloniti aplikacije?" | ||||
|   | ||||
							
								
								
									
										388
									
								
								assets/translations/ca.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,388 @@ | ||||
| { | ||||
|     "invalidURLForSource": "L'URL de l'aplicació {} no es vàlid", | ||||
|     "noReleaseFound": "No s'ha pogut trobar una versió adequada", | ||||
|     "noVersionFound": "No s'ha pogut determinar la versió", | ||||
|     "urlMatchesNoSource": "L'URL no coincideix amb cap font coneguda", | ||||
|     "cantInstallOlderVersion": "No és possible instal·lar una versió més antiga de l'aplicació", | ||||
|     "appIdMismatch": "L'ID del paquet descarregat no coincideix amb l'ID de l'aplicació instal·lada", | ||||
|     "functionNotImplemented": "Aquesta classe no ha implentat aquesta funció", | ||||
|     "placeholder": "Espai reservat", | ||||
|     "someErrors": "S'han produït alguns errors", | ||||
|     "unexpectedError": "Error inesperat", | ||||
|     "ok": "Accepta", | ||||
|     "and": "i", | ||||
|     "githubPATLabel": "Token d'accés personal a GitHub (augmenta el límit d'accés)", | ||||
|     "includePrereleases": "Inclou les versions preliminars", | ||||
|     "fallbackToOlderReleases": "Torna a les versions anteriors", | ||||
|     "filterReleaseTitlesByRegEx": "Filtra el títol de la versió per una expressió regular", | ||||
|     "invalidRegEx": "Expressió regular invàlida", | ||||
|     "noDescription": "Sense descripció", | ||||
|     "cancel": "Cancel·la", | ||||
|     "continue": "Continua", | ||||
|     "requiredInBrackets": "(requerit)", | ||||
|     "dropdownNoOptsError": "ERROR: EL DESPLEGABLE HA DE TENIR ALMENYS UNA OPCIÓ", | ||||
|     "colour": "Color", | ||||
|     "standard": "Estàndard", | ||||
|     "custom": "Personalitzat", | ||||
|     "useMaterialYou": "Usa 'Material You'", | ||||
|     "githubStarredRepos": "Repositoris favorits de GitHub", | ||||
|     "uname": "Nom d'usuari", | ||||
|     "wrongArgNum": "Nombre d'arguments proveït invàlid", | ||||
|     "xIsTrackOnly": "{} és només per a seguiment", | ||||
|     "source": "Font", | ||||
|     "app": "Aplicació", | ||||
|     "appsFromSourceAreTrackOnly": "Les aplicacions d'aquesta font són només per a seguiment.", | ||||
|     "youPickedTrackOnly": "Has seleccionat l'opció 'només per a seguiment'.", | ||||
|     "trackOnlyAppDescription": "Farem el seguiment de les actualitzacions per a l'aplicació, però Obtainium no podrà descarregar-la ni actualitzar-la.", | ||||
|     "cancelled": "Cancel·lat", | ||||
|     "appAlreadyAdded": "Aplicació ja afegida", | ||||
|     "alreadyUpToDateQuestion": "Aplicació ja actualitzada?", | ||||
|     "addApp": "Afegeix l'aplicació", | ||||
|     "appSourceURL": "URL font de l'aplicació", | ||||
|     "error": "Error", | ||||
|     "add": "Afegeix", | ||||
|     "searchSomeSourcesLabel": "Cerca (només algunes fonts)", | ||||
|     "search": "Cerca", | ||||
|     "additionalOptsFor": "Opcions addicionals per a {}", | ||||
|     "supportedSources": "Fonts suportades", | ||||
|     "trackOnlyInBrackets": "(només per a seguiment)", | ||||
|     "searchableInBrackets": "(permet la cerca)", | ||||
|     "appsString": "Aplicacions", | ||||
|     "noApps": "No hi ha aplicacions", | ||||
|     "noAppsForFilter": "No hi ha aplicacions per filtrar", | ||||
|     "byX": "Per: {}", | ||||
|     "percentProgress": "Progrés: {} %", | ||||
|     "pleaseWait": "Espera...", | ||||
|     "updateAvailable": "Actualització disponible", | ||||
|     "notInstalled": "No instal·lat", | ||||
|     "pseudoVersion": "pseudo-versió", | ||||
|     "selectAll": "Selecciona-ho tot", | ||||
|     "deselectX": "Desselecciona {}", | ||||
|     "xWillBeRemovedButRemainInstalled": "{} s'eliminarà d'Obtainium però romandrà instal·lada al dispositiu.", | ||||
|     "removeSelectedAppsQuestion": "Elimino les aplicacions seleccionades?", | ||||
|     "removeSelectedApps": "Elimina les aplicacions seleccionades", | ||||
|     "updateX": "Actualitza {}", | ||||
|     "installX": "Instal·la {}", | ||||
|     "markXTrackOnlyAsUpdated": "Marca {}\n(només per a seguiment)\ncom a actualitzada", | ||||
|     "changeX": "Canvia {}", | ||||
|     "installUpdateApps": "Instal·la/actualitza les aplicacions", | ||||
|     "installUpdateSelectedApps": "Instal·la/actualitza les aplicacions seleccionades", | ||||
|     "markXSelectedAppsAsUpdated": "Marco {} les aplicaciones seleccionades com a actualitzades?", | ||||
|     "no": "No", | ||||
|     "yes": "Sí", | ||||
|     "markSelectedAppsUpdated": "Marca les aplicacions seleccionades com a actualitzades", | ||||
|     "pinToTop": "Ancora-la al capdamunt", | ||||
|     "unpinFromTop": "Desancora-la del capdamunt", | ||||
|     "resetInstallStatusForSelectedAppsQuestion": "Restableixo l'estat d'instal·lació per a les aplicacions seleccionades?", | ||||
|     "installStatusOfXWillBeResetExplanation": "Es restablirà l'estat d'instal·lació de les aplicacions seleccionades.\n\nAçò pot ser útil quan la versió de l'aplicació mostrada per Obtainium és incorrecta a conseqüència d'una actualització no reeixida o d'algun altre problema.", | ||||
|     "customLinkMessage": "Aquests enllaços funcionen en dispositius amb Obtainium instal·lat", | ||||
|     "shareAppConfigLinks": "Comparteix la configuració de l'aplicació com a enllaç HTML", | ||||
|     "shareSelectedAppURLs": "Comparteix els URL de les aplicacions seleccionades", | ||||
|     "resetInstallStatus": "Restableix l'estat de la instal·lació", | ||||
|     "more": "Més", | ||||
|     "removeOutdatedFilter": "Elimina el filtre d'aplicacions desactualitzades", | ||||
|     "showOutdatedOnly": "Mostra només les aplicacions desactualitzades", | ||||
|     "filter": "Filtra", | ||||
|     "filterApps": "Filtra les aplicacions", | ||||
|     "appName": "Nom de l'aplicació", | ||||
|     "author": "Autor", | ||||
|     "upToDateApps": "Aplicacions actualizades", | ||||
|     "nonInstalledApps": "Aplicacions no instal·lades", | ||||
|     "importExport": "Importa/exporta", | ||||
|     "settings": "Paràmetres", | ||||
|     "exportedTo": "Exportat a {}", | ||||
|     "obtainiumExport": "Exporta Obtainium", | ||||
|     "invalidInput": "Entrada no vàlida", | ||||
|     "importedX": "Importat {}", | ||||
|     "obtainiumImport": "Importa Obtainium", | ||||
|     "importFromURLList": "Importa des de la llista d'URL", | ||||
|     "searchQuery": "Terme de cerca", | ||||
|     "appURLList": "Llista d'URL d'aplicacions", | ||||
|     "line": "Línia", | ||||
|     "searchX": "Cerca {}", | ||||
|     "noResults": "No hi ha resultats", | ||||
|     "importX": "Importa des de {}", | ||||
|     "importedAppsIdDisclaimer": "Les aplicacions importades podrien mostrar-se incorrectament com a «No instal·lada».\nPer solventar-ho reinstal·la-les a través d'Obtainium.\nAixò no hauria d'afectar les dades de les aplicacions.\n\nNomés afecta els URL i els mètodes d'importació de tercers.", | ||||
|     "importErrors": "Errors d'importació", | ||||
|     "importedXOfYApps": "{} de {} aplicacions importades.", | ||||
|     "followingURLsHadErrors": "Els següents URLs han tingut problemes:", | ||||
|     "selectURL": "Selecciona URL", | ||||
|     "selectURLs": "Selecciona URLs", | ||||
|     "pick": "Escull", | ||||
|     "theme": "Tema", | ||||
|     "dark": "Fosc", | ||||
|     "light": "Clar", | ||||
|     "followSystem": "Segueix el sistema", | ||||
|     "followSystemThemeExplanation": "Seguir el tema del sistema només és possible si uses aplicacions de tercers", | ||||
|     "useBlackTheme": "Fes servir el negre pur en el tema fosc", | ||||
|     "appSortBy": "Ordena les aplicacions per", | ||||
|     "authorName": "Autor/nom", | ||||
|     "nameAuthor": "Nom/Autor", | ||||
|     "asAdded": "Per l'ordre en què es van afegir", | ||||
|     "appSortOrder": "Per ordre de classificació", | ||||
|     "ascending": "Ascendent", | ||||
|     "descending": "Descendent", | ||||
|     "bgUpdateCheckInterval": "Comprova les actualitzacions en segon pla", | ||||
|     "neverManualOnly": "Mai, només manual", | ||||
|     "appearance": "Aparença", | ||||
|     "showWebInAppView": "Mostra el web d'origen en la vista de l'aplicació", | ||||
|     "pinUpdates": "Ancora les actualitzacions al capdamunt de les aplicacions", | ||||
|     "updates": "Actualitzacions", | ||||
|     "sourceSpecific": "Font específica", | ||||
|     "appSource": "Font de l'aplicació", | ||||
|     "noLogs": "Cap registre", | ||||
|     "appLogs": "Registres de l'aplicació", | ||||
|     "close": "Tanca", | ||||
|     "share": "Comparteix", | ||||
|     "appNotFound": "No s'ha trobat l'aplicació", | ||||
|     "obtainiumExportHyphenatedLowercase": "Exportació d'Obtainium", | ||||
|     "pickAnAPK": "Escull una APK", | ||||
|     "appHasMoreThanOnePackage": "{} té més d'un paquet:", | ||||
|     "deviceSupportsXArch": "Aquest dispositiu admet l'aquitectura de CPU: {}.", | ||||
|     "deviceSupportsFollowingArchs": "Aquest dispositiu admet les següents arquitectures de CPU:", | ||||
|     "warning": "Avís", | ||||
|     "sourceIsXButPackageFromYPrompt": "La font de l'aplicació és «{}» però el paquet de l'actualització ve de «{}». Vols continuar?", | ||||
|     "updatesAvailable": "Actualitzacions disponibles", | ||||
|     "updatesAvailableNotifDescription": "Notifica l'usuari que hi ha actualitzacions per a una o més aplicacions seguides per Obtainium", | ||||
|     "noNewUpdates": "No hi ha noves actualitzacions.", | ||||
|     "xHasAnUpdate": "{} té una actualització.", | ||||
|     "appsUpdated": "Aplicacions actualitzades", | ||||
|     "appsNotUpdated": "Error en actualitzar les aplicacions", | ||||
|     "appsUpdatedNotifDescription": "Notifica l'usuari que una o més aplicacions s'han actualitzat en segon pla", | ||||
|     "xWasUpdatedToY": "{} s'ha actualitzat a {}.", | ||||
|     "xWasNotUpdatedToY": "Error en actualitzar {} a {}.", | ||||
|     "errorCheckingUpdates": "Error en cercar actualitzacions", | ||||
|     "errorCheckingUpdatesNotifDescription": "Una notificació que es mostra quan la comprovació d'actualizacions en segon pla ha fallat", | ||||
|     "appsRemoved": "Aplicacions suprimides", | ||||
|     "appsRemovedNotifDescription": "Notifica l'usuari que una o més aplicacions s'han suprimit per errors en carregar-les", | ||||
|     "xWasRemovedDueToErrorY": "{} s'ha suprimit per aquest error: {}", | ||||
|     "completeAppInstallation": "Instal·lació completa de l'aplicació", | ||||
|     "obtainiumMustBeOpenToInstallApps": "Obtainium ha d'estar obert per poder instal·lar aplicacions", | ||||
|     "completeAppInstallationNotifDescription": "Demana l'usuari de tornar a Obtainium per acabar d'instal·lar una aplicació", | ||||
|     "checkingForUpdates": "S'estan cercant actualitzacions...", | ||||
|     "checkingForUpdatesNotifDescription": "Notificació temporal que apareix en cercar actualitzacions", | ||||
|     "pleaseAllowInstallPerm": "Permet que Obtainium instal·li aplicacions", | ||||
|     "trackOnly": "Només per a seguiment", | ||||
|     "errorWithHttpStatusCode": "Error {}", | ||||
|     "versionCorrectionDisabled": "Correcció de versions desactivada (el plugin sembla que no funciona)", | ||||
|     "unknown": "Desconegut", | ||||
|     "none": "Cap", | ||||
|     "never": "Mai", | ||||
|     "latestVersionX": "Última versió: {}", | ||||
|     "installedVersionX": "Versió instal·lada: {}", | ||||
|     "lastUpdateCheckX": "Última comprovació d'actualització: {}", | ||||
|     "remove": "Suprimeix", | ||||
|     "yesMarkUpdated": "Sí, marca com a actualitzada", | ||||
|     "fdroid": "Repositori oficial F-Droid", | ||||
|     "appIdOrName": "ID o nom de l'aplicació", | ||||
|     "appId": "ID de l'aplicació", | ||||
|     "appWithIdOrNameNotFound": "No s'han trobat aplicacions amb aquest ID o nom", | ||||
|     "reposHaveMultipleApps": "Els repositoris poden contenir diverses aplicacions", | ||||
|     "fdroidThirdPartyRepo": "Repositori F-Droid de tercers", | ||||
|     "install": "Instal·la", | ||||
|     "markInstalled": "Marca com a instal·lada", | ||||
|     "update": "Actualitza", | ||||
|     "markUpdated": "Marca com a actualitzada", | ||||
|     "additionalOptions": "Opcions addicionals", | ||||
|     "disableVersionDetection": "Desactiva la detecció de versions", | ||||
|     "noVersionDetectionExplanation": "Només has d'usar aquesta opció en les aplicacions en què la detecció de versions no funcioni correctament.", | ||||
|     "downloadingX": "Descarregant {}", | ||||
|     "downloadX": "Descarrega {}", | ||||
|     "downloadedX": "Descarregada {}", | ||||
|     "releaseAsset": "Recurs actualitzat", | ||||
|     "downloadNotifDescription": "Notifica l'usuari del progrés de la descàrrega d'una aplicació", | ||||
|     "noAPKFound": "No s'ha trobat l'APK", | ||||
|     "noVersionDetection": "No s'han detectat versions", | ||||
|     "categorize": "Categoritza", | ||||
|     "categories": "Categories", | ||||
|     "category": "Categoria", | ||||
|     "noCategory": "No hi ha la categoria", | ||||
|     "noCategories": "No hi ha les categories", | ||||
|     "deleteCategoriesQuestion": "Suprimeixo les categories?", | ||||
|     "categoryDeleteWarning": "Totes les aplicacions de les categories suprimides es marcaran com a no categoritzades.", | ||||
|     "addCategory": "Afegeix una categoria", | ||||
|     "label": "Nom", | ||||
|     "language": "Idioma", | ||||
|     "copiedToClipboard": "Copiat al porta-retalls", | ||||
|     "storagePermissionDenied": "Permís d'emmagatzematge denegat", | ||||
|     "selectedCategorizeWarning": "Açò substituirà els paràmetres de categorització per a les aplicacions selecionades.", | ||||
|     "filterAPKsByRegEx": "Filtra les APKs per l'expressió regular", | ||||
|     "removeFromObtainium": "Suprimeix d'Obtainium", | ||||
|     "uninstallFromDevice": "Desinstal·la del dispositiu", | ||||
|     "onlyWorksWithNonVersionDetectApps": "Només funciona per a aplicacions amb la detecció de versions desactivada.", | ||||
|     "releaseDateAsVersion": "Usa la data de llançament com a cadena de la versió", | ||||
|     "releaseTitleAsVersion": "Usa el títol com a cadena de la versió", | ||||
|     "releaseDateAsVersionExplanation": "Aquest opció només s'hauria d'usar per a aplicacions en què la detecció de la versió no funciona correctament però disposem de la data de publicació.", | ||||
|     "changes": "Canvis", | ||||
|     "releaseDate": "Data de publicació", | ||||
|     "importFromURLsInFile": "Importa els URLs des d'un fitxer (com ara OPML)", | ||||
|     "versionDetectionExplanation": "Concilia la cadena de la versió amb la versió detectada del Sistema Operatiu", | ||||
|     "versionDetection": "Detecció de la versió", | ||||
|     "standardVersionDetection": "Detecció de la versió estàndard", | ||||
|     "groupByCategory": "Agrupa per categories", | ||||
|     "autoApkFilterByArch": "Intenta filtrar les APKs per l'aquitectura de la CPU, si és possible", | ||||
|     "autoLinkFilterByArch": "Intenta filtrar els enllaços per l'aquitectura de la CPU, si és possible", | ||||
|     "overrideSource": "Força la font", | ||||
|     "dontShowAgain": "No ho tornis a mostrar", | ||||
|     "dontShowTrackOnlyWarnings": "No mostris avisos de les aplicacions 'només per a seguiment'", | ||||
|     "dontShowAPKOriginWarnings": "No mostris avisos dels orígens de les APKs", | ||||
|     "moveNonInstalledAppsToBottom": "Desplaça les aplicacions no instal·lades al capdavall de les aplicacions", | ||||
|     "gitlabPATLabel": "Token d'accés personal a GitLab", | ||||
|     "about": "Quant a", | ||||
|     "requiresCredentialsInSettings": "{} requereix credencials addicionals (a Paràmetres)", | ||||
|     "checkOnStart": "Comprova si hi ha actualitzacions en iniciar Obtainium", | ||||
|     "tryInferAppIdFromCode": "Intenta deduir l'ID de l'aplicació des del codi font", | ||||
|     "removeOnExternalUninstall": "Suprimeix de forma automàtica les aplicacions desinstal·lades externament", | ||||
|     "pickHighestVersionCode": "Selecciona de forma automàtica la versió superior de l'APK", | ||||
|     "checkUpdateOnDetailPage": "Comprova les actualitzacions en obrir la pàgina de detalls de l'aplicació", | ||||
|     "disablePageTransitions": "Inhabilita les animacions de transició de pàgina", | ||||
|     "reversePageTransitions": "Inverteix les animacions de transició de pàgina", | ||||
|     "minStarCount": "Nombre mínim d'estrelles", | ||||
|     "addInfoBelow": "Afegeix aquesta informació a sota.", | ||||
|     "addInfoInSettings": "Afegeix aquesta informació a Paràmetres.", | ||||
|     "githubSourceNote": "La limitació de peticions a GitHub es pot evitar amb una clau API.", | ||||
|     "sortByLastLinkSegment": "Ordena per 'només el darrer fragment de l'enllaç'", | ||||
|     "filterReleaseNotesByRegEx": "Filtra les notes de la publicació de la versió per una expressió regular", | ||||
|     "customLinkFilterRegex": "Filtre personalitzat de l'enllaç de l'APK per una expressió regular (Per_defecte '.apk$')", | ||||
|     "appsPossiblyUpdated": "S'ha intentat l'actualització de l'aplicació", | ||||
|     "appsPossiblyUpdatedNotifDescription": "Notifica l'usuari que les actualitzacions per a una o més aplicacions podrien haver-se fet en segon pla", | ||||
|     "xWasPossiblyUpdatedToY": "{} podria haver-se actualitzat a {}.", | ||||
|     "enableBackgroundUpdates": "Habilita les actualizacions en segon pla", | ||||
|     "backgroundUpdateReqsExplanation": "Les actualitzacions en segon pla és possible que no estiguin disponibles per a totes les aplicacions.", | ||||
|     "backgroundUpdateLimitsExplanation": "Les instal·lacions en segon pla reexides només es poden comprovar amb Obtainium obert.", | ||||
|     "verifyLatestTag": "Comprova l'etiqueta 'Latest' (última versió)", | ||||
|     "intermediateLinkRegex": "Filtra per un enllaç 'intermediari' per anar-hi", | ||||
|     "filterByLinkText": "Filtra els enllaços pel text de l'enllaç", | ||||
|     "intermediateLinkNotFound": "No s'ha trobat l'enllaç intermediari", | ||||
|     "intermediateLink": "Enllaç intermediari", | ||||
|     "exemptFromBackgroundUpdates": "Exempta d'actualitzacions en segon pla (si han estat habilitades)", | ||||
|     "bgUpdatesOnWiFiOnly": "Inhabilita les actualitzacions en segon pla sense Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Inhabilita les actualitzacions en segon pla quan no s'estigui carregant el mòbil", | ||||
|     "autoSelectHighestVersionCode": "Selecciona de forma automàtica la versió més recent de l'APK", | ||||
|     "versionExtractionRegEx": "Extracció de la cadena de la versió amb una expressió regular", | ||||
|     "trimVersionString": "Retalla la cadena de la versió amb una expressió regular", | ||||
|     "matchGroupToUseForX": "Grup de coincidència a usar per a \"{}\"", | ||||
|     "matchGroupToUse": "Grup de coincidència a usar per a l'extracció de la cadena de la versió amb una expressió regular", | ||||
|     "highlightTouchTargets": "Ressalta els elements de selecció menys obvis", | ||||
|     "pickExportDir": "Selecciona el directori d'exportació", | ||||
|     "autoExportOnChanges": "Exporta automàticament quan hi hagi canvis", | ||||
|     "includeSettings": "Inclou paràmetres", | ||||
|     "filterVersionsByRegEx": "Filtra les versions per una expressió regular", | ||||
|     "trySelectingSuggestedVersionCode": "Prova a seleccionar la versió de l'APK suggerida", | ||||
|     "dontSortReleasesList": "Mantén l'ordre de publicació de l'API", | ||||
|     "reverseSort": "Ordre invers", | ||||
|     "takeFirstLink": "Usa el primer enllaç", | ||||
|     "skipSort": "Omet l'ordre", | ||||
|     "debugMenu": "Menú de depuració", | ||||
|     "bgTaskStarted": "S'ha iniciat la tasca en segon pla (revisa-ho als registres).", | ||||
|     "runBgCheckNow": "Executa la comprovació d'actualitzacions en segon pla", | ||||
|     "versionExtractWholePage": "Aplica l'extracció de la cadena de la versió amb una expressió regular a tota la pàgina", | ||||
|     "installing": "Instal·lant", | ||||
|     "skipUpdateNotifications": "No notifiquis les actualitzacions", | ||||
|     "updatesAvailableNotifChannel": "Actualitzacions disponibles", | ||||
|     "appsUpdatedNotifChannel": "Aplicacions actualitzades", | ||||
|     "appsPossiblyUpdatedNotifChannel": "S'ha intentat actualitzar l'aplicació", | ||||
|     "errorCheckingUpdatesNotifChannel": "Error en cercar actualitzacions", | ||||
|     "appsRemovedNotifChannel": "Aplicacions suprimides", | ||||
|     "downloadingXNotifChannel": "Descarregant {}", | ||||
|     "completeAppInstallationNotifChannel": "Instal·lació finalitzada", | ||||
|     "checkingForUpdatesNotifChannel": "S'estan cercant actualitzacions", | ||||
|     "onlyCheckInstalledOrTrackOnlyApps": "Comprova les actualitzacions només per a aplicacions instal·lades o en seguiment", | ||||
|     "supportFixedAPKURL": "Suport per als URLs fixos de l'APK", | ||||
|     "selectX": "Selecciona {}", | ||||
|     "parallelDownloads": "Permet les descàrregues paralel·les", | ||||
|     "useShizuku": "Usa Shizuku o Sui per instal·lar", | ||||
|     "shizukuBinderNotFound": "Shizuku no s'està executant", | ||||
|     "shizukuOld": "Versió antiga de Shizuku (<11) - Actualitza-la", | ||||
|     "shizukuOldAndroidWithADB": "Shizuku s'executa en Android < 8.1 amb ADB - Actualitza Android o usa Sui com a alternativa", | ||||
|     "shizukuPretendToBeGooglePlay": "Defineix Google Play com a font d'instal·lació (si uses Shizuku)", | ||||
|     "useSystemFont": "Usa la font del sistema", | ||||
|     "useVersionCodeAsOSVersion": "Usa la versió de l'aplicació com a versió detectada del Sistema Operatiu", | ||||
|     "requestHeader": "Capçalera de sol·licitud", | ||||
|     "useLatestAssetDateAsReleaseDate": "Usa el darrer recurs carregat com a data de llançament", | ||||
|     "defaultPseudoVersioningMethod": "Mètode de pseudo-versionat predeterminat", | ||||
|     "partialAPKHash": "Hash de l'APK parcial", | ||||
|     "APKLinkHash": "Hash de l'enllaç de l'APK", | ||||
|     "directAPKLink": "Enllaç de l'APK directe", | ||||
|     "pseudoVersionInUse": "S'està usant una pseudo-versió", | ||||
|     "installed": "Instal·lada", | ||||
|     "latest": "Versió més recent", | ||||
|     "invertRegEx": "Inverteix l'expressió regular", | ||||
|     "note": "Nota", | ||||
|     "selfHostedNote": "El desplegable «{}» es pot usar per accedir a instàncies autoallotjades/personalitzades de qualsevol font.", | ||||
|     "badDownload": "L'APK no s'ha pogut analitzar (incompatible o descàrrega parcial)", | ||||
|     "beforeNewInstallsShareToAppVerifier": "Comparteix les aplicacions noves amb AppVerifier (si està instal·lat)", | ||||
|     "appVerifierInstructionToast": "Comparteix amb AppVerifier i torna aquí quan estigui fet.", | ||||
|     "wiki": "Ajuda/Wiki", | ||||
|     "crowdsourcedConfigsLabel": "Configuració de les aplicacions crowdsourcing (usa-ho sota la teva responsabilitat)", | ||||
|     "crowdsourcedConfigsShort": "Configuració de les aplicacions crowdsourcing", | ||||
|     "allowInsecure": "Permet les sol·licituds HTTP insegures", | ||||
|     "stayOneVersionBehind": "Roman a la versió anterior a l'última", | ||||
|     "refreshBeforeDownload": "Actualitza les dades de l'aplicació abans de descarregar-la", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nom", | ||||
|     "smartname": "Nom (smart)", | ||||
|     "sortMethod": "Mètode d'ordenació", | ||||
|     "welcome": "Benvinguda", | ||||
|     "documentationLinksNote": "La pàgina GitHub d'Obtainium enllaçada a sota conté enllaços a vídeos, articles, debats i altres recursos que t'ajudaran a entendre com usar l'aplicació.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "¿Suprimeixo l'aplicació?", | ||||
|         "other": "¿Suprimeixo les aplicacions?" | ||||
|     }, | ||||
|     "tooManyRequestsTryAgainInMinutes": { | ||||
|         "one": "Massa peticions (límit excedit), torna-hi en {} minut", | ||||
|         "other": "Massa peticions (límit excedit), torna-hi en {} minuts" | ||||
|     }, | ||||
|     "bgUpdateGotErrorRetryInMinutes": { | ||||
|         "one": "La comprovació d'actualitzacions en segon pla ha trobat un {}, es tornarà a provar en {} minut", | ||||
|         "other": "La comprovació d'actualitzacions en segon pla ha trobat un {}, es tornarà a provar en {} minuts" | ||||
|     }, | ||||
|     "bgCheckFoundUpdatesWillNotifyIfNeeded": { | ||||
|         "one": "La comprovació d'actualitzacions en segon pla ha trobat {} actualització, t'ho notificarem si cal", | ||||
|         "other": "La comprovació d'actualitzacions en segon pla ha trobat {} actualitzacions, t'ho notificarem si cal" | ||||
|     }, | ||||
|     "apps": { | ||||
|         "one": "{} Aplicació", | ||||
|         "other": "{} Aplicacions" | ||||
|     }, | ||||
|     "url": { | ||||
|         "one": "{} URL", | ||||
|         "other": "{} URLs" | ||||
|     }, | ||||
|     "minute": { | ||||
|         "one": "{} Minut", | ||||
|         "other": "{} Minuts" | ||||
|     }, | ||||
|     "hour": { | ||||
|         "one": "{} Hora", | ||||
|         "other": "{} Hores" | ||||
|     }, | ||||
|     "day": { | ||||
|         "one": "{} Dia", | ||||
|         "other": "{} Dies" | ||||
|     }, | ||||
|     "clearedNLogsBeforeXAfterY": { | ||||
|         "one": "Suprimit {n} registre (anterior a = {before}, posterior a = {after})", | ||||
|         "other": "Suprimits {n} registres (anteriors a = {before}, posteriors a = {after})" | ||||
|     }, | ||||
|     "xAndNMoreUpdatesAvailable": { | ||||
|         "one": "{} i 1 aplicació més tenen actualitzacions.", | ||||
|         "other": "{} i {} aplicacions més tenen actualitzacions." | ||||
|     }, | ||||
|     "xAndNMoreUpdatesInstalled": { | ||||
|         "one": "{} i 1 aplicació més s'han actualitzat.", | ||||
|         "other": "{} i {} aplicacions més s'han actualitzat." | ||||
|     }, | ||||
|     "xAndNMoreUpdatesFailed": { | ||||
|         "one": "Error en actualitzar {} i 1 aplicació més.", | ||||
|         "other": "No s'ha pogut actualizar {} i {} aplicacions més." | ||||
|     }, | ||||
|     "xAndNMoreUpdatesPossiblyInstalled": { | ||||
|         "one": "{} i 1 aplicació més podrien haver estat actualizades.", | ||||
|         "other": "{} i {} aplicacions més podrien haver estat actualitzades." | ||||
|     }, | ||||
|     "apk": { | ||||
|         "one": "{} APK", | ||||
|         "other": "{} APKs" | ||||
|     } | ||||
| } | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standardní detekce verze", | ||||
|     "groupByCategory": "Seskupit podle kategorie", | ||||
|     "autoApkFilterByArch": "Pokud je to možné, pokuste se filtrovat soubory APK podle architektury procesoru", | ||||
|     "autoLinkFilterByArch": "Pokus o filtrování odkazů podle architektury procesoru, pokud je to možné.", | ||||
|     "overrideSource": "Přepsat zdroj", | ||||
|     "dontShowAgain": "Nezobrazovat znovu", | ||||
|     "dontShowTrackOnlyWarnings": "Nezobrazovat varování pro 'Jen sledované'", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Zůstaňte o jednu verzi pozadu za nejnovější", | ||||
|     "refreshBeforeDownload": "Obnovení údajů o aplikaci před stažením", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Název", | ||||
|     "smartname": "Název (Smart)", | ||||
|     "sortMethod": "Metoda třídění", | ||||
|     "welcome": "Vítejte na", | ||||
|     "documentationLinksNote": "Níže odkazovaná stránka Obtainium GitHub obsahuje odkazy na videa, články, diskuse a další zdroje, které vám pomohou pochopit, jak aplikaci používat.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Odstranit Apku?", | ||||
|         "other": "Odstranit Apky?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standard versionsregistrering", | ||||
|     "groupByCategory": "Gruppér efter kategori", | ||||
|     "autoApkFilterByArch": "Forsøg at filtrere APK'er efter CPU-arkitektur, hvis muligt", | ||||
|     "autoLinkFilterByArch": "Forsøg at filtrere links efter CPU-arkitektur, hvis det er muligt", | ||||
|     "overrideSource": "Tilsidesæt kilde", | ||||
|     "dontShowAgain": "Vis ikke igen", | ||||
|     "dontShowTrackOnlyWarnings": "Vis ikke 'Følg Kun'-advarsler", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Forbliv én version bagud den seneste", | ||||
|     "refreshBeforeDownload": "Opdater app-detaljer før download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Navn", | ||||
|     "smartname": "Navn (Smart)", | ||||
|     "sortMethod": "Sorteringsmetode", | ||||
|     "welcome": "Velkommen", | ||||
|     "documentationLinksNote": "Obtainiums GitHub-side, som der linkes til nedenfor, indeholder links til videoer, artikler, diskussioner og andre ressourcer, som kan hjælpe dig med at forstå, hvordan du bruger appen.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Fjern app?", | ||||
|         "other": "Fjern apps?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standardversionserkennung", | ||||
|     "groupByCategory": "Nach Kategorie gruppieren", | ||||
|     "autoApkFilterByArch": "Nach Möglichkeit versuchen, APKs nach CPU-Architektur zu filtern", | ||||
|     "autoLinkFilterByArch": "Versuchen Sie, Links nach CPU-Architektur zu filtern, wenn möglich", | ||||
|     "overrideSource": "Quelle überschreiben", | ||||
|     "dontShowAgain": "Nicht noch einmal anzeigen", | ||||
|     "dontShowTrackOnlyWarnings": "Warnung für „Nur nachverfolgen“ nicht anzeigen", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Eine Version hinter der neuesten Version bleiben", | ||||
|     "refreshBeforeDownload": "App-Details vor dem Download aktualisieren", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Name", | ||||
|     "smartname": "Name (Smart)", | ||||
|     "sortMethod": "Sortierverfahren", | ||||
|     "welcome": "Willkommen", | ||||
|     "documentationLinksNote": "Die unten verlinkte GitHub-Seite von Obtainium enthält Links zu Videos, Artikeln, Diskussionen und anderen Ressourcen, die Ihnen helfen werden, die Verwendung der App zu verstehen.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "App entfernen?", | ||||
|         "other": "Apps entfernen?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Norma versiodetekto", | ||||
|     "groupByCategory": "Grupigi per kategorio", | ||||
|     "autoApkFilterByArch": "Provi filtri APKj per CPU-arkitekturo se ebla", | ||||
|     "autoLinkFilterByArch": "Attempt to filter links by CPU architecture if possible", | ||||
|     "overrideSource": "Substitui la fonton", | ||||
|     "dontShowAgain": "Ne plu montri", | ||||
|     "dontShowTrackOnlyWarnings": "Ne plu montri 'Nur sekvita' avertojn", | ||||
| @@ -314,11 +315,16 @@ | ||||
|     "appVerifierInstructionToast": "Diskonigu kun AppVerifier, poste revenu ĉi tie kiam preta.", | ||||
|     "wiki": "Helpo/Vikio", | ||||
|     "crowdsourcedConfigsLabel": "Komunumaj apo-agordoj (uzu kun singardo)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configurations", | ||||
|     "allowInsecure": "Allow insecure HTTP requests", | ||||
|     "stayOneVersionBehind": "Stay one version behind latest", | ||||
|     "refreshBeforeDownload": "Refresh app details before download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Name", | ||||
|     "smartname": "Name (Smart)", | ||||
|     "sortMethod": "Sort Method", | ||||
|     "welcome": "Welcome", | ||||
|     "documentationLinksNote": "The Obtainium GitHub page linked below contains links to videos, articles, discussions, and other resources that will help you understand how to use the app.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Forigi la aplikaĵon?", | ||||
|         "other": "Forigi la aplikaĵojn?" | ||||
|   | ||||
| @@ -1,110 +1,110 @@ | ||||
| { | ||||
|     "invalidURLForSource": "Not a valid {} App URL", | ||||
|     "invalidURLForSource": "Not a valid {} app URL", | ||||
|     "noReleaseFound": "Could not find a suitable release", | ||||
|     "noVersionFound": "Could not determine release version", | ||||
|     "urlMatchesNoSource": "URL does not match a known source", | ||||
|     "cantInstallOlderVersion": "Cannot install an older version of an App", | ||||
|     "appIdMismatch": "Downloaded package ID does not match existing App ID", | ||||
|     "cantInstallOlderVersion": "Cannot install an older version of an app", | ||||
|     "appIdMismatch": "Downloaded package ID does not match existing app ID", | ||||
|     "functionNotImplemented": "This class has not implemented this function", | ||||
|     "placeholder": "Placeholder", | ||||
|     "someErrors": "Some Errors Occurred", | ||||
|     "unexpectedError": "Unexpected Error", | ||||
|     "someErrors": "Some errors occurred", | ||||
|     "unexpectedError": "Unexpected error", | ||||
|     "ok": "Okay", | ||||
|     "and": "and", | ||||
|     "githubPATLabel": "GitHub Personal Access Token (Increases Rate Limit)", | ||||
|     "githubPATLabel": "GitHub personal access token (increases rate limit)", | ||||
|     "includePrereleases": "Include prereleases", | ||||
|     "fallbackToOlderReleases": "Fallback to older releases", | ||||
|     "filterReleaseTitlesByRegEx": "Filter Release Titles by Regular Expression", | ||||
|     "filterReleaseTitlesByRegEx": "Filter release titles by regular expression", | ||||
|     "invalidRegEx": "Invalid regular expression", | ||||
|     "noDescription": "No description", | ||||
|     "cancel": "Cancel", | ||||
|     "continue": "Continue", | ||||
|     "requiredInBrackets": "(Required)", | ||||
|     "requiredInBrackets": "(required)", | ||||
|     "dropdownNoOptsError": "ERROR: DROPDOWN MUST HAVE AT LEAST ONE OPT", | ||||
|     "colour": "Colour", | ||||
|     "standard": "Standard", | ||||
|     "custom": "Custom", | ||||
|     "useMaterialYou": "Use Material You", | ||||
|     "githubStarredRepos": "GitHub Starred Repos", | ||||
|     "githubStarredRepos": "GitHub starred repos", | ||||
|     "uname": "Username", | ||||
|     "wrongArgNum": "Wrong number of arguments provided", | ||||
|     "xIsTrackOnly": "{} is Track-Only", | ||||
|     "xIsTrackOnly": "{} is track-only", | ||||
|     "source": "Source", | ||||
|     "app": "App", | ||||
|     "appsFromSourceAreTrackOnly": "Apps from this source are 'Track-Only'.", | ||||
|     "youPickedTrackOnly": "You have selected the 'Track-Only' option.", | ||||
|     "trackOnlyAppDescription": "The App will be tracked for updates, but Obtainium will not be able to download or install it.", | ||||
|     "appsFromSourceAreTrackOnly": "Apps from this source are 'track-only'.", | ||||
|     "youPickedTrackOnly": "You have selected the 'track-only' option.", | ||||
|     "trackOnlyAppDescription": "The app will be tracked for updates, but Obtainium will not be able to download or install it.", | ||||
|     "cancelled": "Cancelled", | ||||
|     "appAlreadyAdded": "App already added", | ||||
|     "alreadyUpToDateQuestion": "App Already up to Date?", | ||||
|     "alreadyUpToDateQuestion": "App already up to date?", | ||||
|     "addApp": "Add App", | ||||
|     "appSourceURL": "App Source URL", | ||||
|     "appSourceURL": "App source URL", | ||||
|     "error": "Error", | ||||
|     "add": "Add", | ||||
|     "searchSomeSourcesLabel": "Search (Some Sources Only)", | ||||
|     "searchSomeSourcesLabel": "Search (some sources only)", | ||||
|     "search": "Search", | ||||
|     "additionalOptsFor": "Additional Options for {}", | ||||
|     "supportedSources": "Supported Sources", | ||||
|     "trackOnlyInBrackets": "(Track-Only)", | ||||
|     "searchableInBrackets": "(Searchable)", | ||||
|     "additionalOptsFor": "Additional options for {}", | ||||
|     "supportedSources": "Supported sources", | ||||
|     "trackOnlyInBrackets": "(track-only)", | ||||
|     "searchableInBrackets": "(searchable)", | ||||
|     "appsString": "Apps", | ||||
|     "noApps": "No Apps", | ||||
|     "noAppsForFilter": "No Apps for Filter", | ||||
|     "noApps": "No apps", | ||||
|     "noAppsForFilter": "No apps for filter", | ||||
|     "byX": "By {}", | ||||
|     "percentProgress": "Progress: {}%", | ||||
|     "pleaseWait": "Please Wait", | ||||
|     "updateAvailable": "Update Available", | ||||
|     "notInstalled": "Not Installed", | ||||
|     "pleaseWait": "Please wait", | ||||
|     "updateAvailable": "Update available", | ||||
|     "notInstalled": "Not installed", | ||||
|     "pseudoVersion": "pseudo-version", | ||||
|     "selectAll": "Select All", | ||||
|     "selectAll": "Select all", | ||||
|     "deselectX": "Deselect {}", | ||||
|     "xWillBeRemovedButRemainInstalled": "{} will be removed from Obtainium but remain installed on device.", | ||||
|     "removeSelectedAppsQuestion": "Remove Selected Apps?", | ||||
|     "removeSelectedApps": "Remove Selected Apps", | ||||
|     "removeSelectedAppsQuestion": "Remove selected apps?", | ||||
|     "removeSelectedApps": "Remove selected apps", | ||||
|     "updateX": "Update {}", | ||||
|     "installX": "Install {}", | ||||
|     "markXTrackOnlyAsUpdated": "Mark {}\n(Track-Only)\nas Updated", | ||||
|     "markXTrackOnlyAsUpdated": "Mark {}\n(track-only)\nas updated", | ||||
|     "changeX": "Change {}", | ||||
|     "installUpdateApps": "Install/Update Apps", | ||||
|     "installUpdateSelectedApps": "Install/Update Selected Apps", | ||||
|     "markXSelectedAppsAsUpdated": "Mark {} Selected Apps as Updated?", | ||||
|     "installUpdateApps": "Install/update apps", | ||||
|     "installUpdateSelectedApps": "Install/update selected apps", | ||||
|     "markXSelectedAppsAsUpdated": "Mark {} selected apps as updated?", | ||||
|     "no": "No", | ||||
|     "yes": "Yes", | ||||
|     "markSelectedAppsUpdated": "Mark Selected Apps as Updated", | ||||
|     "markSelectedAppsUpdated": "Mark selected apps as updated", | ||||
|     "pinToTop": "Pin to top", | ||||
|     "unpinFromTop": "Unpin from top", | ||||
|     "resetInstallStatusForSelectedAppsQuestion": "Reset Install Status for Selected Apps?", | ||||
|     "installStatusOfXWillBeResetExplanation": "The install status of any selected Apps will be reset.\n\nThis can help when the App version shown in Obtainium is incorrect due to failed updates or other issues.", | ||||
|     "resetInstallStatusForSelectedAppsQuestion": "Reset install status for selected apps?", | ||||
|     "installStatusOfXWillBeResetExplanation": "The install status of any selected apps will be reset.\n\nThis can help when the app version shown in Obtainium is incorrect due to failed updates or other issues.", | ||||
|     "customLinkMessage": "These links work on devices with Obtainium installed", | ||||
|     "shareAppConfigLinks": "Share app configuration as HTML link", | ||||
|     "shareSelectedAppURLs": "Share Selected App URLs", | ||||
|     "resetInstallStatus": "Reset Install Status", | ||||
|     "shareSelectedAppURLs": "Share selected app URLs", | ||||
|     "resetInstallStatus": "Reset install status", | ||||
|     "more": "More", | ||||
|     "removeOutdatedFilter": "Remove Out-of-Date App Filter", | ||||
|     "showOutdatedOnly": "Show Out-of-Date Apps Only", | ||||
|     "removeOutdatedFilter": "Remove out-of-date app filter", | ||||
|     "showOutdatedOnly": "Show out-of-date apps only", | ||||
|     "filter": "Filter", | ||||
|     "filterApps": "Filter Apps", | ||||
|     "appName": "App Name", | ||||
|     "filterApps": "Filter apps", | ||||
|     "appName": "App name", | ||||
|     "author": "Author", | ||||
|     "upToDateApps": "Up to Date Apps", | ||||
|     "nonInstalledApps": "Non-Installed Apps", | ||||
|     "upToDateApps": "Up to date apps", | ||||
|     "nonInstalledApps": "Non-installed apps", | ||||
|     "importExport": "Import/Export", | ||||
|     "settings": "Settings", | ||||
|     "exportedTo": "Exported to {}", | ||||
|     "obtainiumExport": "Obtainium Export", | ||||
|     "obtainiumExport": "Obtainium export", | ||||
|     "invalidInput": "Invalid input", | ||||
|     "importedX": "Imported {}", | ||||
|     "obtainiumImport": "Obtainium Import", | ||||
|     "importFromURLList": "Import from URL List", | ||||
|     "searchQuery": "Search Query", | ||||
|     "appURLList": "App URL List", | ||||
|     "obtainiumImport": "Obtainium import", | ||||
|     "importFromURLList": "Import from URL list", | ||||
|     "searchQuery": "Search query", | ||||
|     "appURLList": "App URL list", | ||||
|     "line": "Line", | ||||
|     "searchX": "Search {}", | ||||
|     "noResults": "No results found", | ||||
|     "importX": "Import {}", | ||||
|     "importedAppsIdDisclaimer": "Imported Apps may incorrectly show as \"Not Installed\".\nTo fix this, re-install them through Obtainium.\nThis should not affect App data.\n\nOnly affects URL and third-party import methods.", | ||||
|     "importErrors": "Import Errors", | ||||
|     "importedXOfYApps": "{} of {} Apps imported.", | ||||
|     "importedAppsIdDisclaimer": "Imported apps may incorrectly show as \"not installed\".\nTo fix this, re-install them through Obtainium.\nThis should not affect app data.\n\nOnly affects URL and third-party import methods.", | ||||
|     "importErrors": "Import errors", | ||||
|     "importedXOfYApps": "{} of {} apps imported.", | ||||
|     "followingURLsHadErrors": "The following URLs had errors:", | ||||
|     "selectURL": "Select URL", | ||||
|     "selectURLs": "Select URLs", | ||||
| @@ -112,26 +112,26 @@ | ||||
|     "theme": "Theme", | ||||
|     "dark": "Dark", | ||||
|     "light": "Light", | ||||
|     "followSystem": "Follow System", | ||||
|     "followSystem": "Follow system", | ||||
|     "followSystemThemeExplanation": "Following system theme is possible only by using third-party applications", | ||||
|     "useBlackTheme": "Use pure black dark theme", | ||||
|     "appSortBy": "App Sort By", | ||||
|     "authorName": "Author/Name", | ||||
|     "nameAuthor": "Name/Author", | ||||
|     "asAdded": "As Added", | ||||
|     "appSortOrder": "App Sort Order", | ||||
|     "appSortBy": "App sort by", | ||||
|     "authorName": "Author/name", | ||||
|     "nameAuthor": "Name/author", | ||||
|     "asAdded": "As added", | ||||
|     "appSortOrder": "App sort order", | ||||
|     "ascending": "Ascending", | ||||
|     "descending": "Descending", | ||||
|     "bgUpdateCheckInterval": "Background Update Checking Interval", | ||||
|     "neverManualOnly": "Never - Manual Only", | ||||
|     "bgUpdateCheckInterval": "Background update checking interval", | ||||
|     "neverManualOnly": "Never - manual only", | ||||
|     "appearance": "Appearance", | ||||
|     "showWebInAppView": "Show Source webpage in App view", | ||||
|     "pinUpdates": "Pin updates to top of Apps view", | ||||
|     "showWebInAppView": "Show source webpage in app view", | ||||
|     "pinUpdates": "Pin updates to top of apps view", | ||||
|     "updates": "Updates", | ||||
|     "sourceSpecific": "Source-Specific", | ||||
|     "appSource": "App Source", | ||||
|     "noLogs": "No Logs", | ||||
|     "appLogs": "App Logs", | ||||
|     "sourceSpecific": "Source-specific", | ||||
|     "appSource": "App source", | ||||
|     "noLogs": "No logs", | ||||
|     "appLogs": "App logs", | ||||
|     "close": "Close", | ||||
|     "share": "Share", | ||||
|     "appNotFound": "App not found", | ||||
| @@ -141,28 +141,28 @@ | ||||
|     "deviceSupportsXArch": "Your device supports the {} CPU architecture.", | ||||
|     "deviceSupportsFollowingArchs": "Your device supports the following CPU architectures:", | ||||
|     "warning": "Warning", | ||||
|     "sourceIsXButPackageFromYPrompt": "The App source is '{}' but the release package comes from '{}'. Continue?", | ||||
|     "updatesAvailable": "Updates Available", | ||||
|     "updatesAvailableNotifDescription": "Notifies the user that updates are available for one or more Apps tracked by Obtainium", | ||||
|     "sourceIsXButPackageFromYPrompt": "The app source is '{}' but the release package comes from '{}'. Continue?", | ||||
|     "updatesAvailable": "Updates available", | ||||
|     "updatesAvailableNotifDescription": "Notifies the user that updates are available for one or more apps tracked by Obtainium", | ||||
|     "noNewUpdates": "No new updates.", | ||||
|     "xHasAnUpdate": "{} has an update.", | ||||
|     "appsUpdated": "Apps Updated", | ||||
|     "appsUpdated": "Apps updated", | ||||
|     "appsNotUpdated": "Failed to update applications", | ||||
|     "appsUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were applied in the background", | ||||
|     "appsUpdatedNotifDescription": "Notifies the user that updates to one or more apps were applied in the background", | ||||
|     "xWasUpdatedToY": "{} was updated to {}.", | ||||
|     "xWasNotUpdatedToY": "Failed to update {} to {}.", | ||||
|     "errorCheckingUpdates": "Error Checking for Updates", | ||||
|     "errorCheckingUpdates": "Error checking for updates", | ||||
|     "errorCheckingUpdatesNotifDescription": "A notification that shows when background update checking fails", | ||||
|     "appsRemoved": "Apps Removed", | ||||
|     "appsRemovedNotifDescription": "Notifies the user that one or more Apps were removed due to errors while loading them", | ||||
|     "appsRemoved": "Apps removed", | ||||
|     "appsRemovedNotifDescription": "Notifies the user that one or more apps were removed due to errors while loading them", | ||||
|     "xWasRemovedDueToErrorY": "{} was removed due to this error: {}", | ||||
|     "completeAppInstallation": "Complete App Installation", | ||||
|     "obtainiumMustBeOpenToInstallApps": "Obtainium must be open to install Apps", | ||||
|     "completeAppInstallationNotifDescription": "Asks the user to return to Obtainium to finish installing an App", | ||||
|     "checkingForUpdates": "Checking for Updates", | ||||
|     "completeAppInstallation": "Complete app installation", | ||||
|     "obtainiumMustBeOpenToInstallApps": "Obtainium must be open to install apps", | ||||
|     "completeAppInstallationNotifDescription": "Asks the user to return to Obtainium to finish installing an app", | ||||
|     "checkingForUpdates": "Checking for updates", | ||||
|     "checkingForUpdatesNotifDescription": "Transient notification that appears when checking for updates", | ||||
|     "pleaseAllowInstallPerm": "Please allow Obtainium to install Apps", | ||||
|     "trackOnly": "Track-Only", | ||||
|     "pleaseAllowInstallPerm": "Please allow Obtainium to install apps", | ||||
|     "trackOnly": "Track-only", | ||||
|     "errorWithHttpStatusCode": "Error {}", | ||||
|     "versionCorrectionDisabled": "Version correction disabled (plugin doesn't seem to work)", | ||||
|     "unknown": "Unknown", | ||||
| @@ -170,123 +170,124 @@ | ||||
|     "never": "Never", | ||||
|     "latestVersionX": "Latest: {}", | ||||
|     "installedVersionX": "Installed: {}", | ||||
|     "lastUpdateCheckX": "Last Update Check: {}", | ||||
|     "lastUpdateCheckX": "Last update check: {}", | ||||
|     "remove": "Remove", | ||||
|     "yesMarkUpdated": "Yes, Mark as Updated", | ||||
|     "fdroid": "F-Droid Official", | ||||
|     "appIdOrName": "App ID or Name", | ||||
|     "yesMarkUpdated": "Yes, mark as updated", | ||||
|     "fdroid": "F-Droid official", | ||||
|     "appIdOrName": "App ID or name", | ||||
|     "appId": "App ID", | ||||
|     "appWithIdOrNameNotFound": "No App was found with that ID or Name", | ||||
|     "reposHaveMultipleApps": "Repos may contain multiple Apps", | ||||
|     "fdroidThirdPartyRepo": "F-Droid Third-Party Repo", | ||||
|     "appWithIdOrNameNotFound": "No app was found with that ID or name", | ||||
|     "reposHaveMultipleApps": "Repos may contain multiple apps", | ||||
|     "fdroidThirdPartyRepo": "F-Droid third-party repo", | ||||
|     "install": "Install", | ||||
|     "markInstalled": "Mark Installed", | ||||
|     "markInstalled": "Mark installed", | ||||
|     "update": "Update", | ||||
|     "markUpdated": "Mark Updated", | ||||
|     "additionalOptions": "Additional Options", | ||||
|     "disableVersionDetection": "Disable Version Detection", | ||||
|     "noVersionDetectionExplanation": "This option should only be used for Apps where version detection does not work correctly.", | ||||
|     "markUpdated": "Mark updated", | ||||
|     "additionalOptions": "Additional options", | ||||
|     "disableVersionDetection": "Disable version detection", | ||||
|     "noVersionDetectionExplanation": "This option should only be used for apps where version detection does not work correctly.", | ||||
|     "downloadingX": "Downloading {}", | ||||
|     "downloadX": "Download {}", | ||||
|     "downloadedX": "Downloaded {}", | ||||
|     "releaseAsset": "Release Asset", | ||||
|     "downloadNotifDescription": "Notifies the user of the progress in downloading an App", | ||||
|     "releaseAsset": "Release asset", | ||||
|     "downloadNotifDescription": "Notifies the user of the progress in downloading an app", | ||||
|     "noAPKFound": "No APK found", | ||||
|     "noVersionDetection": "No version detection", | ||||
|     "categorize": "Categorize", | ||||
|     "categories": "Categories", | ||||
|     "category": "Category", | ||||
|     "noCategory": "No Category", | ||||
|     "noCategories": "No Categories", | ||||
|     "deleteCategoriesQuestion": "Delete Categories?", | ||||
|     "categoryDeleteWarning": "All Apps in deleted categories will be set to uncategorized.", | ||||
|     "addCategory": "Add Category", | ||||
|     "noCategory": "No category", | ||||
|     "noCategories": "No categories", | ||||
|     "deleteCategoriesQuestion": "Delete categories?", | ||||
|     "categoryDeleteWarning": "All apps in deleted categories will be set to uncategorized.", | ||||
|     "addCategory": "Add category", | ||||
|     "label": "Label", | ||||
|     "language": "Language", | ||||
|     "copiedToClipboard": "Copied to Clipboard", | ||||
|     "copiedToClipboard": "Copied to clipboard", | ||||
|     "storagePermissionDenied": "Storage permission denied", | ||||
|     "selectedCategorizeWarning": "This will replace any existing category settings for the selected Apps.", | ||||
|     "filterAPKsByRegEx": "Filter APKs by Regular Expression", | ||||
|     "selectedCategorizeWarning": "This will replace any existing category settings for the selected apps.", | ||||
|     "filterAPKsByRegEx": "Filter APKs by regular expression", | ||||
|     "removeFromObtainium": "Remove from Obtainium", | ||||
|     "uninstallFromDevice": "Uninstall from Device", | ||||
|     "onlyWorksWithNonVersionDetectApps": "Only works for Apps with version detection disabled.", | ||||
|     "uninstallFromDevice": "Uninstall from device", | ||||
|     "onlyWorksWithNonVersionDetectApps": "Only works for apps with version detection disabled.", | ||||
|     "releaseDateAsVersion": "Use release date as version string", | ||||
|     "releaseTitleAsVersion": "Use release title as version string", | ||||
|     "releaseDateAsVersionExplanation": "This option should only be used for Apps where version detection does not work correctly, but a release date is available.", | ||||
|     "releaseDateAsVersionExplanation": "This option should only be used for apps where version detection does not work correctly, but a release date is available.", | ||||
|     "changes": "Changes", | ||||
|     "releaseDate": "Release Date", | ||||
|     "importFromURLsInFile": "Import from URLs in File (like OPML)", | ||||
|     "releaseDate": "Release date", | ||||
|     "importFromURLsInFile": "Import from URLs in file (like OPML)", | ||||
|     "versionDetectionExplanation": "Reconcile version string with version detected from OS", | ||||
|     "versionDetection": "Version Detection", | ||||
|     "versionDetection": "Version detection", | ||||
|     "standardVersionDetection": "Standard version detection", | ||||
|     "groupByCategory": "Group by Category", | ||||
|     "groupByCategory": "Group by category", | ||||
|     "autoApkFilterByArch": "Attempt to filter APKs by CPU architecture if possible", | ||||
|     "overrideSource": "Override Source", | ||||
|     "autoLinkFilterByArch": "Attempt to filter links by CPU architecture if possible", | ||||
|     "overrideSource": "Override source", | ||||
|     "dontShowAgain": "Don't show this again", | ||||
|     "dontShowTrackOnlyWarnings": "Don't show 'Track-Only' warnings", | ||||
|     "dontShowTrackOnlyWarnings": "Don't show 'track-only' warnings", | ||||
|     "dontShowAPKOriginWarnings": "Don't show APK origin warnings", | ||||
|     "moveNonInstalledAppsToBottom": "Move non-installed Apps to bottom of Apps view", | ||||
|     "gitlabPATLabel": "GitLab Personal Access Token", | ||||
|     "moveNonInstalledAppsToBottom": "Move non-installed apps to bottom of apps view", | ||||
|     "gitlabPATLabel": "GitLab personal access token", | ||||
|     "about": "About", | ||||
|     "requiresCredentialsInSettings": "{} needs additional credentials (in Settings)", | ||||
|     "checkOnStart": "Check for updates on startup", | ||||
|     "tryInferAppIdFromCode": "Try inferring App ID from source code", | ||||
|     "removeOnExternalUninstall": "Automatically remove externally uninstalled Apps", | ||||
|     "tryInferAppIdFromCode": "Try inferring app ID from source code", | ||||
|     "removeOnExternalUninstall": "Automatically remove externally uninstalled apps", | ||||
|     "pickHighestVersionCode": "Auto-select highest version code APK", | ||||
|     "checkUpdateOnDetailPage": "Check for updates on opening an App detail page", | ||||
|     "checkUpdateOnDetailPage": "Check for updates on opening an app detail page", | ||||
|     "disablePageTransitions": "Disable page transition animations", | ||||
|     "reversePageTransitions": "Reverse page transition animations", | ||||
|     "minStarCount": "Minimum Star Count", | ||||
|     "minStarCount": "Minimum star count", | ||||
|     "addInfoBelow": "Add this info below.", | ||||
|     "addInfoInSettings": "Add this info in the Settings.", | ||||
|     "githubSourceNote": "GitHub rate limiting can be avoided using an API key.", | ||||
|     "sortByLastLinkSegment": "Sort by only the last segment of the link", | ||||
|     "filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression", | ||||
|     "customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')", | ||||
|     "appsPossiblyUpdated": "App Updates Attempted", | ||||
|     "appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background", | ||||
|     "filterReleaseNotesByRegEx": "Filter release notes by regular expression", | ||||
|     "customLinkFilterRegex": "Custom APK link filter by regular expression (default '.apk$')", | ||||
|     "appsPossiblyUpdated": "App updates attempted", | ||||
|     "appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more apps were potentially applied in the background", | ||||
|     "xWasPossiblyUpdatedToY": "{} may have been updated to {}.", | ||||
|     "enableBackgroundUpdates": "Enable background updates", | ||||
|     "backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.", | ||||
|     "backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.", | ||||
|     "verifyLatestTag": "Verify the 'latest' tag", | ||||
|     "intermediateLinkRegex": "Filter for an 'Intermediate' Link to Visit", | ||||
|     "intermediateLinkRegex": "Filter for an 'intermediate' link to visit", | ||||
|     "filterByLinkText": "Filter links by link text", | ||||
|     "intermediateLinkNotFound": "Intermediate link not found", | ||||
|     "intermediateLink": "Intermediate link", | ||||
|     "exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)", | ||||
|     "bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Disable background updates when not on Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Disable background updates when not charging", | ||||
|     "autoSelectHighestVersionCode": "Auto-select highest versionCode APK", | ||||
|     "versionExtractionRegEx": "Version String Extraction RegEx", | ||||
|     "trimVersionString": "Trim Version String With RegEx", | ||||
|     "matchGroupToUseForX": "Match Group to Use for \"{}\"", | ||||
|     "matchGroupToUse": "Match Group to Use for Version String Extraction RegEx", | ||||
|     "versionExtractionRegEx": "Version string extraction RegEx", | ||||
|     "trimVersionString": "Trim version string with RegEx", | ||||
|     "matchGroupToUseForX": "Match group to use for \"{}\"", | ||||
|     "matchGroupToUse": "Match group to use for version string extraction RegEx", | ||||
|     "highlightTouchTargets": "Highlight less obvious touch targets", | ||||
|     "pickExportDir": "Pick Export Directory", | ||||
|     "autoExportOnChanges": "Auto-export on changes", | ||||
|     "pickExportDir": "Pick export directory", | ||||
|     "autoExportOnChanges": "Automatically export on changes", | ||||
|     "includeSettings": "Include settings", | ||||
|     "filterVersionsByRegEx": "Filter Versions by Regular Expression", | ||||
|     "filterVersionsByRegEx": "Filter versions by regular expression", | ||||
|     "trySelectingSuggestedVersionCode": "Try selecting suggested versionCode APK", | ||||
|     "dontSortReleasesList": "Retain release order from API", | ||||
|     "reverseSort": "Reverse sorting", | ||||
|     "takeFirstLink": "Take first link", | ||||
|     "skipSort": "Skip sorting", | ||||
|     "debugMenu": "Debug Menu", | ||||
|     "debugMenu": "Debug menu", | ||||
|     "bgTaskStarted": "Background task started - check logs.", | ||||
|     "runBgCheckNow": "Run Background Update Check Now", | ||||
|     "runBgCheckNow": "Run background update check now", | ||||
|     "versionExtractWholePage": "Apply version string extraction Regex to entire page", | ||||
|     "installing": "Installing", | ||||
|     "skipUpdateNotifications": "Skip update notifications", | ||||
|     "updatesAvailableNotifChannel": "Updates Available", | ||||
|     "appsUpdatedNotifChannel": "Apps Updated", | ||||
|     "appsPossiblyUpdatedNotifChannel": "App Updates Attempted", | ||||
|     "errorCheckingUpdatesNotifChannel": "Error Checking for Updates", | ||||
|     "appsRemovedNotifChannel": "Apps Removed", | ||||
|     "updatesAvailableNotifChannel": "Updates available", | ||||
|     "appsUpdatedNotifChannel": "Apps updated", | ||||
|     "appsPossiblyUpdatedNotifChannel": "App updates attempted", | ||||
|     "errorCheckingUpdatesNotifChannel": "Error checking for updates", | ||||
|     "appsRemovedNotifChannel": "Apps removed", | ||||
|     "downloadingXNotifChannel": "Downloading {}", | ||||
|     "completeAppInstallationNotifChannel": "Complete App Installation", | ||||
|     "checkingForUpdatesNotifChannel": "Checking for Updates", | ||||
|     "onlyCheckInstalledOrTrackOnlyApps": "Only check installed and Track-Only apps for updates", | ||||
|     "completeAppInstallationNotifChannel": "Complete app installation", | ||||
|     "checkingForUpdatesNotifChannel": "Checking for updates", | ||||
|     "onlyCheckInstalledOrTrackOnlyApps": "Only check installed and track-only apps for updates", | ||||
|     "supportFixedAPKURL": "Support fixed APK URLs", | ||||
|     "selectX": "Select {}", | ||||
|     "parallelDownloads": "Allow parallel downloads", | ||||
| @@ -299,26 +300,31 @@ | ||||
|     "useVersionCodeAsOSVersion": "Use app versionCode as OS-detected version", | ||||
|     "requestHeader": "Request header", | ||||
|     "useLatestAssetDateAsReleaseDate": "Use latest asset upload as release date", | ||||
|     "defaultPseudoVersioningMethod": "Default Pseudo-Versioning Method", | ||||
|     "partialAPKHash": "Partial APK Hash", | ||||
|     "APKLinkHash": "APK Link Hash", | ||||
|     "directAPKLink": "Direct APK Link", | ||||
|     "pseudoVersionInUse": "A Pseudo-Version is in Use", | ||||
|     "defaultPseudoVersioningMethod": "Default pseudo-versioning method", | ||||
|     "partialAPKHash": "Partial APK hash", | ||||
|     "APKLinkHash": "APK link hash", | ||||
|     "directAPKLink": "Direct APK link", | ||||
|     "pseudoVersionInUse": "A pseudo-version is in use", | ||||
|     "installed": "Installed", | ||||
|     "latest": "Latest", | ||||
|     "invertRegEx": "Invert regular expression", | ||||
|     "note": "Note", | ||||
|     "selfHostedNote": "The \"{}\" dropdown can be used to reach self-hosted/custom instances of any source.", | ||||
|     "badDownload": "The APK could not be parsed (incompatible or partial download)", | ||||
|     "beforeNewInstallsShareToAppVerifier": "Share new Apps with AppVerifier (if available)", | ||||
|     "beforeNewInstallsShareToAppVerifier": "Share new apps with AppVerifier (if available)", | ||||
|     "appVerifierInstructionToast": "Share to AppVerifier, then return here when ready.", | ||||
|     "wiki": "Help/Wiki", | ||||
|     "crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", | ||||
|     "crowdsourcedConfigsLabel": "Crowdsourced app configurations (use at your own risk)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced app configurations", | ||||
|     "allowInsecure": "Allow insecure HTTP requests", | ||||
|     "stayOneVersionBehind": "Stay one version behind latest", | ||||
|     "refreshBeforeDownload": "Refresh app details before download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Name", | ||||
|     "smartname": "Name (smart)", | ||||
|     "sortMethod": "Sort method", | ||||
|     "welcome": "Welcome", | ||||
|     "documentationLinksNote": "The Obtainium GitHub page linked below contains links to videos, articles, discussions, and other resources that will help you understand how to use the app.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Remove App?", | ||||
|         "other": "Remove Apps?" | ||||
| @@ -379,4 +385,4 @@ | ||||
|         "one": "{} APK", | ||||
|         "other": "{} APKs" | ||||
|     } | ||||
| } | ||||
| } | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Por versión", | ||||
|     "groupByCategory": "Agrupar por categorías", | ||||
|     "autoApkFilterByArch": "Filtrar APK por arquitectura del procesador (si es posible)", | ||||
|     "autoLinkFilterByArch": "Intente filtrar los enlaces por arquitectura de CPU si es posible", | ||||
|     "overrideSource": "Forzar desde la fuente", | ||||
|     "dontShowAgain": "No mostrar de nuevo", | ||||
|     "dontShowTrackOnlyWarnings": "No mostrar avisos sobre apps 'solo para seguimiento'", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Enlace intermedio no encontrado", | ||||
|     "intermediateLink": "Enlace intermedio", | ||||
|     "exemptFromBackgroundUpdates": "Exenta de actualizciones en segundo plano (si están habilitadas)", | ||||
|     "bgUpdatesOnWiFiOnly": "Deshabilitar las actualizaciones en segundo plano sin WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Deshabilitar las actualizaciones en segundo plano sin Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Desactiva las actualizaciones en segundo plano cuando no estés cargando", | ||||
|     "autoSelectHighestVersionCode": "Auto selección del paquete APK con versión más reciente", | ||||
|     "versionExtractionRegEx": "Versión de extracción RegEx", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Mantenerse una versión por detrás de la última", | ||||
|     "refreshBeforeDownload": "Actualiza los datos de la aplicación antes de descargarla", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nombre", | ||||
|     "smartname": "Nombre (Smart)", | ||||
|     "sortMethod": "Método de clasificación", | ||||
|     "welcome": "Bienvenido", | ||||
|     "documentationLinksNote": "La página GitHub de Obtainium enlazada a continuación contiene enlaces a vídeos, artículos, debates y otros recursos que te ayudarán a entender cómo utilizar la aplicación.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "¿Eliminar aplicación?", | ||||
|         "other": "¿Eliminar aplicaciones?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "تشخیص نسخه استاندارد", | ||||
|     "groupByCategory": "گروه بر اساس دسته", | ||||
|     "autoApkFilterByArch": "در صورت امکان سعی کنید APKها را بر اساس معماری CPU فیلتر کنید", | ||||
|     "autoLinkFilterByArch": "Attempt to filter links by CPU architecture if possible", | ||||
|     "overrideSource": "نادیده گرفتن منبع", | ||||
|     "dontShowAgain": "دوباره این را نشان نده", | ||||
|     "dontShowTrackOnlyWarnings": "هشدار 'فقط ردیابی' را نشان ندهید", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "لینک میانی پیدا نشد", | ||||
|     "intermediateLink": "پیوند میانی", | ||||
|     "exemptFromBackgroundUpdates": "معاف از بهروزرسانیهای پسزمینه (در صورت فعال بودن)", | ||||
|     "bgUpdatesOnWiFiOnly": "بهروزرسانیهای پسزمینه را در صورت عدم اتصال به WiFi غیرفعال کنید", | ||||
|     "bgUpdatesOnWiFiOnly": "بهروزرسانیهای پسزمینه را در صورت عدم اتصال به Wi-Fi غیرفعال کنید", | ||||
|     "bgUpdatesWhileChargingOnly": "بهروزرسانیهای پسزمینه را هنگام شارژ نشدن غیرفعال کنید", | ||||
|     "autoSelectHighestVersionCode": "انتخاب خودکار بالاترین نسخه کد APK", | ||||
|     "versionExtractionRegEx": "نسخه استخراج RegEx", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "یک نسخه از آخرین نسخه پشت سر بگذارید", | ||||
|     "refreshBeforeDownload": "قبل از دانلود، جزئیات برنامه را بازخوانی کنید", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Name", | ||||
|     "smartname": "Name (Smart)", | ||||
|     "sortMethod": "Sort Method", | ||||
|     "welcome": "Welcome", | ||||
|     "documentationLinksNote": "The Obtainium GitHub page linked below contains links to videos, articles, discussions, and other resources that will help you understand how to use the app.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "برنامه حذف شود؟", | ||||
|         "other": "برنامه ها حذف شوند؟" | ||||
|   | ||||
| @@ -9,11 +9,11 @@ | ||||
|     "placeholder": "Espace réservé", | ||||
|     "someErrors": "Des erreurs sont survenues", | ||||
|     "unexpectedError": "Erreur inattendue", | ||||
|     "ok": "Ok", | ||||
|     "ok": "OK", | ||||
|     "and": "et", | ||||
|     "githubPATLabel": "Jeton d'accès personnel GitHub (augmente la limite de débit)", | ||||
|     "includePrereleases": "Inclure les versions préliminaires", | ||||
|     "fallbackToOlderReleases": "Retour aux anciennes versions", | ||||
|     "fallbackToOlderReleases": "Revenir aux anciennes versions", | ||||
|     "filterReleaseTitlesByRegEx": "Filtrer les titres de version par expression régulière", | ||||
|     "invalidRegEx": "Expression régulière invalide", | ||||
|     "noDescription": "Aucune description", | ||||
| @@ -30,13 +30,13 @@ | ||||
|     "wrongArgNum": "Nombre incorrect des arguments fournis", | ||||
|     "xIsTrackOnly": "{} en Suivi uniquement", | ||||
|     "source": "source", | ||||
|     "app": "Application", | ||||
|     "app": "Appli", | ||||
|     "appsFromSourceAreTrackOnly": "Les applications de cette source sont en 'Suivi uniquement'.", | ||||
|     "youPickedTrackOnly": "Vous avez sélectionné l'option 'Suivi uniquement'.", | ||||
|     "trackOnlyAppDescription": "L'application sera suivie pour les mises à jour, mais Obtainium ne pourra pas la télécharger ou l'installer.", | ||||
|     "cancelled": "Annulé", | ||||
|     "appAlreadyAdded": "Application déjà ajoutée", | ||||
|     "alreadyUpToDateQuestion": "L'application est à jour?", | ||||
|     "alreadyUpToDateQuestion": "L'application est déjà à jour?", | ||||
|     "addApp": "Ajouter appli", | ||||
|     "appSourceURL": "URL source de l'application", | ||||
|     "error": "Erreur", | ||||
| @@ -47,30 +47,30 @@ | ||||
|     "supportedSources": "Sources prises en charge", | ||||
|     "trackOnlyInBrackets": "(Suivi uniquement)", | ||||
|     "searchableInBrackets": "(Interrogeable)", | ||||
|     "appsString": "Applications", | ||||
|     "appsString": "Applis", | ||||
|     "noApps": "Aucune application", | ||||
|     "noAppsForFilter": "Aucune application à filtrer", | ||||
|     "noAppsForFilter": "Aucune application correspondant au filtre", | ||||
|     "byX": "Par {}", | ||||
|     "percentProgress": "Progression : {}%", | ||||
|     "pleaseWait": "Veuillez patienter", | ||||
|     "updateAvailable": "Mise à jour disponible", | ||||
|     "notInstalled": "Non installé", | ||||
|     "notInstalled": "Non installée", | ||||
|     "pseudoVersion": "Version fictive", | ||||
|     "selectAll": "Tout sélectionner", | ||||
|     "deselectX": "Déselectionner {}", | ||||
|     "deselectX": "Désélectionner {}", | ||||
|     "xWillBeRemovedButRemainInstalled": "{} sera supprimée d'Obtainium mais restera installée sur l'appareil.", | ||||
|     "removeSelectedAppsQuestion": "Supprimer les applications sélectionnées ?", | ||||
|     "removeSelectedApps": "Supprimer les applications sélectionnées", | ||||
|     "updateX": "Mettre à jour {}", | ||||
|     "installX": "Installer {}", | ||||
|     "markXTrackOnlyAsUpdated": "Marquer {}\n(Suivi uniquement)\ncomme étant à jour", | ||||
|     "changeX": "Changer {}", | ||||
|     "changeX": "Modifier {}", | ||||
|     "installUpdateApps": "Installer/Mettre à jour les applications", | ||||
|     "installUpdateSelectedApps": "Installer/Mettre à jour les applications sélectionnées", | ||||
|     "markXSelectedAppsAsUpdated": "Marquer les {} applications sélectionnées comme étant à jour ?", | ||||
|     "no": "Non", | ||||
|     "yes": "Oui", | ||||
|     "markSelectedAppsUpdated": "Marquer les application sélectionnées comme étant à jour", | ||||
|     "markSelectedAppsUpdated": "Marquer les applications sélectionnées comme étant à jour", | ||||
|     "pinToTop": "Épingler en haut", | ||||
|     "unpinFromTop": "Désépingler du haut", | ||||
|     "resetInstallStatusForSelectedAppsQuestion": "Réinitialiser l'état d'installation des applications sélectionnées ?", | ||||
| @@ -88,7 +88,7 @@ | ||||
|     "author": "Auteur", | ||||
|     "upToDateApps": "Applications à jour", | ||||
|     "nonInstalledApps": "Applications non installées", | ||||
|     "importExport": "Importer/exporter", | ||||
|     "importExport": "Import/Export", | ||||
|     "settings": "Paramètres", | ||||
|     "exportedTo": "Exporté vers {}", | ||||
|     "obtainiumExport": "Exporter la configuration d'Obtainium", | ||||
| @@ -97,24 +97,24 @@ | ||||
|     "obtainiumImport": "Importer la configuration sur Obtainium", | ||||
|     "importFromURLList": "Importer depuis une liste d'URL", | ||||
|     "searchQuery": "Requête de recherche", | ||||
|     "appURLList": "Liste d'URL de l'application", | ||||
|     "appURLList": "Liste d'URL des applications", | ||||
|     "line": "Ligne", | ||||
|     "searchX": "Sélectionner {}", | ||||
|     "searchX": "Rechercher {}", | ||||
|     "noResults": "Aucun résultat", | ||||
|     "importX": "Importation de {}", | ||||
|     "importedAppsIdDisclaimer": "Les applications importées peuvent s'afficher de manière incorrecte comme étant \"Non installées\".\nPour résoudre ce problème, réinstallez-les via Obtainium.\nCela n'affectera pas les données des applications.\n\nN'affecte que les méthodes d'importation d'URL et par des tiers.", | ||||
|     "importedAppsIdDisclaimer": "Les applications importées peuvent s'afficher de manière incorrecte comme étant \"Non installées\".\nPour résoudre ce problème, réinstallez-les via Obtainium.\nCela n'affectera pas les données des applications.\n\nCela n'affecte que les méthodes d'importation d'URL et par des tiers.", | ||||
|     "importErrors": "Erreurs lors de l'importation", | ||||
|     "importedXOfYApps": "{} applications sur {} ont été importés.", | ||||
|     "followingURLsHadErrors": "Les URL suivants comportent des erreurs :", | ||||
|     "importedXOfYApps": "{} applications sur {} ont été importées.", | ||||
|     "followingURLsHadErrors": "Les URL suivantes comportent des erreurs :", | ||||
|     "selectURL": "Sélectionner l'URL", | ||||
|     "selectURLs": "Sélectionner les URL", | ||||
|     "pick": "Choisir", | ||||
|     "theme": "Thème", | ||||
|     "dark": "Sombre", | ||||
|     "light": "Clair", | ||||
|     "followSystem": "Correspondre au système", | ||||
|     "followSystemThemeExplanation": "Correspondre au thème du système est possible en utilisant des applications tierces.", | ||||
|     "useBlackTheme": "Utiliser un thème Noir", | ||||
|     "followSystem": "Suivre le système", | ||||
|     "followSystemThemeExplanation": "Suivre le thème du système est possible en utilisant des applications tierces.", | ||||
|     "useBlackTheme": "Utiliser un thème noir", | ||||
|     "appSortBy": "Trier les applications par", | ||||
|     "authorName": "Auteur/Nom", | ||||
|     "nameAuthor": "Nom/Auteur", | ||||
| @@ -136,10 +136,10 @@ | ||||
|     "share": "Partager", | ||||
|     "appNotFound": "Application introuvable", | ||||
|     "obtainiumExportHyphenatedLowercase": "export-obtainium", | ||||
|     "pickAnAPK": "Selectionner un APK", | ||||
|     "appHasMoreThanOnePackage": "{} a plus d'un paquet:", | ||||
|     "pickAnAPK": "Sélectionner un APK", | ||||
|     "appHasMoreThanOnePackage": "{} a plus d'un paquet :", | ||||
|     "deviceSupportsXArch": "Votre appareil prend en charge l'architecture CPU {}.", | ||||
|     "deviceSupportsFollowingArchs": "Votre appareil prend en charge les architectures CPU suivants: ", | ||||
|     "deviceSupportsFollowingArchs": "Votre appareil prend en charge les architectures CPU suivantes : ", | ||||
|     "warning": "Avertissement", | ||||
|     "sourceIsXButPackageFromYPrompt": "La source de l'application est '{}' mais le paquet de mise à jour provient de '{}'. Continuer ?", | ||||
|     "updatesAvailable": "Mises à jour disponibles", | ||||
| @@ -149,7 +149,7 @@ | ||||
|     "appsUpdated": "Applications mises à jour", | ||||
|     "appsNotUpdated": "Échec de la mise à jour des applications", | ||||
|     "appsUpdatedNotifDescription": "Notifie à l'utilisateur que des mises à jour d'une ou plusieurs applications ont été installées en arrière-plan.", | ||||
|     "xWasUpdatedToY": "{} a été mis à jour en {}.", | ||||
|     "xWasUpdatedToY": "{} a été mise à jour vers {}.", | ||||
|     "xWasNotUpdatedToY": "Échec de la mise à jour de {} vers {}.", | ||||
|     "errorCheckingUpdates": "Erreur lors de la recherche de mises à jour", | ||||
|     "errorCheckingUpdatesNotifDescription": "Notifie l'utilisateur lorsque la recherche de mises à jour en arrière-plan échoue.", | ||||
| @@ -180,26 +180,26 @@ | ||||
|     "reposHaveMultipleApps": "Les dépôts peuvent contenir plusieurs applications", | ||||
|     "fdroidThirdPartyRepo": "Dépôt tiers F-Droid", | ||||
|     "install": "Installer", | ||||
|     "markInstalled": "Marquer comme étant installé", | ||||
|     "markInstalled": "Marquer comme installée", | ||||
|     "update": "Mettre à jour", | ||||
|     "markUpdated": "Marquer comme étant à jour", | ||||
|     "markUpdated": "Marquer comme à jour", | ||||
|     "additionalOptions": "Options supplémentaires", | ||||
|     "disableVersionDetection": "Désactiver la détection de la version", | ||||
|     "noVersionDetectionExplanation": "Cette option ne doit être utilisée que pour les applications où la détection de la version ne fonctionne pas correctement.", | ||||
|     "downloadingX": "Téléchargement {}", | ||||
|     "downloadingX": "Téléchargement de {}", | ||||
|     "downloadX": "Télécharger {}", | ||||
|     "downloadedX": "Téléchargé {}", | ||||
|     "releaseAsset": "Version active", | ||||
|     "releaseAsset": "Élément de version", | ||||
|     "downloadNotifDescription": "Notifie l'utilisateur sur l'avancement du téléchargement d'une application", | ||||
|     "noAPKFound": "Aucun APK trouvé", | ||||
|     "noVersionDetection": "Aucune version trouvée", | ||||
|     "noVersionDetection": "Aucune détection de version", | ||||
|     "categorize": "Catégoriser", | ||||
|     "categories": "Catégories", | ||||
|     "category": "Catégorie", | ||||
|     "noCategory": "Aucune catégorie", | ||||
|     "noCategories": "Aucune catégories", | ||||
|     "deleteCategoriesQuestion": "Supprimer les catégories?", | ||||
|     "categoryDeleteWarning": "Toutes les applications des catégories supprimées seront définies comme non catégorisées .", | ||||
|     "noCategories": "Aucune catégorie", | ||||
|     "deleteCategoriesQuestion": "Supprimer les catégories ?", | ||||
|     "categoryDeleteWarning": "Toutes les applications des catégories supprimées seront définies comme non catégorisées.", | ||||
|     "addCategory": "Ajouter une catégorie", | ||||
|     "label": "Nom", | ||||
|     "language": "Langue", | ||||
| @@ -209,26 +209,27 @@ | ||||
|     "filterAPKsByRegEx": "Filtrer les APK par expression régulière", | ||||
|     "removeFromObtainium": "Supprimer d'Obtainium", | ||||
|     "uninstallFromDevice": "Désinstaller de l'appareil", | ||||
|     "onlyWorksWithNonVersionDetectApps": "Ne fonctionne que pour les applications dont la détection de la version est désactivée.", | ||||
|     "onlyWorksWithNonVersionDetectApps": "Ne fonctionne qu'avec les applications dont la détection de la version est désactivée.", | ||||
|     "releaseDateAsVersion": "Utiliser la date de sortie comme version", | ||||
|     "releaseTitleAsVersion": "Utiliser le titre de la version comme chaîne de caractères de la version", | ||||
|     "releaseTitleAsVersion": "Utiliser le titre de la version comme chaîne de version", | ||||
|     "releaseDateAsVersionExplanation": "Cette option ne doit être utilisée que pour les applications pour lesquelles la détection de la version ne fonctionne pas correctement, mais dont une date de sortie est disponible.", | ||||
|     "changes": "Modifications", | ||||
|     "releaseDate": "Date de sortie", | ||||
|     "importFromURLsInFile": "Importer à partir des URLs d'un fichier (comme OPML)", | ||||
|     "versionDetectionExplanation": "Reporter la chaîne de version selon la version détectée par le système d'exploitation", | ||||
|     "versionDetectionExplanation": "Réconcilier la chaîne de version avec la version détectée par le système d'exploitation", | ||||
|     "versionDetection": "Détection de la version", | ||||
|     "standardVersionDetection": "Détection de la version standard", | ||||
|     "groupByCategory": "Grouper par catégorie", | ||||
|     "autoApkFilterByArch": "Essayer de filtrer les APKs par architecture CPU si possible", | ||||
|     "autoLinkFilterByArch": "Essayer de filtrer les liens en fonction de l'architecture de l'unité centrale si possible", | ||||
|     "overrideSource": "Remplacer la source", | ||||
|     "dontShowAgain": "Ne plus afficher", | ||||
|     "dontShowTrackOnlyWarnings": "Ne plus afficher les erreurs 'Suivi uniquement'", | ||||
|     "dontShowAPKOriginWarnings": "Ne plus afficher les erreurs sur l'origine de l'APK", | ||||
|     "dontShowTrackOnlyWarnings": "Ne plus afficher les avertissements 'Suivi uniquement'", | ||||
|     "dontShowAPKOriginWarnings": "Ne plus afficher les avertissements sur l'origine de l'APK", | ||||
|     "moveNonInstalledAppsToBottom": "Déplacer les applications non installées vers le bas de la vue Applications", | ||||
|     "gitlabPATLabel": "Jeton d'accès personnel GitLab", | ||||
|     "about": "À propos", | ||||
|     "requiresCredentialsInSettings": "{} a besoin d'un complément d'information (dans les Paramètres)", | ||||
|     "requiresCredentialsInSettings": "{} a besoin d'informations d'identification supplémentaires (dans les Paramètres)", | ||||
|     "checkOnStart": "Rechercher les mises à jour au démarrage", | ||||
|     "tryInferAppIdFromCode": "Essayer de déduire l'identifiant de l'application à partir du code source", | ||||
|     "removeOnExternalUninstall": "Supprimer automatiquement les applications désinstallées en externe", | ||||
| @@ -243,67 +244,67 @@ | ||||
|     "sortByLastLinkSegment": "Trier par le dernier segment du lien", | ||||
|     "filterReleaseNotesByRegEx": "Filtrer les notes de version par expression régulière", | ||||
|     "customLinkFilterRegex": "Filtre de lien APK personnalisé par expression régulière (par défaut '.apk$')", | ||||
|     "appsPossiblyUpdated": "Tentative de mise à jour des applications", | ||||
|     "appsPossiblyUpdated": "Tentatives de mise à jour d'applications", | ||||
|     "appsPossiblyUpdatedNotifDescription": "Notifie à l'utilisateur que des mises à jour d'une ou plusieurs applications ont potentiellement été appliquées en arrière-plan", | ||||
|     "xWasPossiblyUpdatedToY": "{} peut être mis à jour en {}.", | ||||
|     "xWasPossiblyUpdatedToY": "{} a peut-être été mise à jour vers {}.", | ||||
|     "enableBackgroundUpdates": "Activer les mises à jour en arrière-plan", | ||||
|     "backgroundUpdateReqsExplanation": "Les mises à jour en arrière-plan peuvent ne pas être possibles pour toutes les applications.", | ||||
|     "backgroundUpdateLimitsExplanation": "Le résultat d'une installation en arrière-plan ne peut être déterminé qu'à l'ouverture d'Obtainium.", | ||||
|     "backgroundUpdateLimitsExplanation": "Le succès d'une installation en arrière-plan ne peut être déterminé qu'à l'ouverture d'Obtainium.", | ||||
|     "verifyLatestTag": "Vérifier la balise 'latest'", | ||||
|     "intermediateLinkRegex": "Filtrer un lien 'intermédiaire' à visiter", | ||||
|     "filterByLinkText": "Filtrer les liens par texte du lien", | ||||
|     "intermediateLinkNotFound": "Lien intermédiaire introuvable", | ||||
|     "intermediateLink": "Lien intermédiaire", | ||||
|     "exemptFromBackgroundUpdates": "Exclure de la mise à jour en arrière-plan (si activé)", | ||||
|     "bgUpdatesOnWiFiOnly": "Désactiver les mises à jour en arrière-plan lorsque vous n'êtes pas en WiFi", | ||||
|     "bgUpdatesWhileChargingOnly": "Désactiver les mises à jour en arrière-plan lorsque le véhicule n'est pas en charge", | ||||
|     "exemptFromBackgroundUpdates": "Exclure des mises à jour en arrière-plan (si activées)", | ||||
|     "bgUpdatesOnWiFiOnly": "Désactiver les mises à jour en arrière-plan lorsque vous n'êtes pas en Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Désactiver les mises à jour en arrière-plan lorsque l'appareil n'est pas en charge", | ||||
|     "autoSelectHighestVersionCode": "Sélectionner automatiquement la version la plus récente du code APK", | ||||
|     "versionExtractionRegEx": "Extraire la version par Expression régulière", | ||||
|     "trimVersionString": "Découper la version par Expression régulière", | ||||
|     "versionExtractionRegEx": "Expression régulière d'extraction de version", | ||||
|     "trimVersionString": "Découper la chaîne de version avec une expression régulière", | ||||
|     "matchGroupToUseForX": "Groupe de correspondance à utiliser pour \"{}\"", | ||||
|     "matchGroupToUse": "Groupe de correspondance à utiliser pour l'extraction de la version par Expression régulière", | ||||
|     "highlightTouchTargets": "Mettre en évidence les touches moins évidentes", | ||||
|     "pickExportDir": "Selectionner le dossier d'exportation", | ||||
|     "matchGroupToUse": "Groupe de correspondance à utiliser pour l'extraction de la version par expression régulière", | ||||
|     "highlightTouchTargets": "Mettre en évidence les zones tactiles moins évidentes", | ||||
|     "pickExportDir": "Sélectionner le dossier d'exportation", | ||||
|     "autoExportOnChanges": "Exporter automatiquement lors de modifications", | ||||
|     "includeSettings": "Inclure les paramètres", | ||||
|     "filterVersionsByRegEx": "Filtrer les versions par expression régulière", | ||||
|     "trySelectingSuggestedVersionCode": "Essayer de sélectionner la version suggérée du code APK", | ||||
|     "dontSortReleasesList": "Conserver l'ordre de la version de l'API", | ||||
|     "trySelectingSuggestedVersionCode": "Essayer de sélectionner le code de version APK suggéré", | ||||
|     "dontSortReleasesList": "Conserver l'ordre de version de l'API", | ||||
|     "reverseSort": "Tri inversé", | ||||
|     "takeFirstLink": "Utiliser le premier lien", | ||||
|     "skipSort": "Ignorer le tri", | ||||
|     "debugMenu": "Menu de déboggage", | ||||
|     "debugMenu": "Menu de débogage", | ||||
|     "bgTaskStarted": "Tâche en arrière-plan démarrée - vérifier les journaux.", | ||||
|     "runBgCheckNow": "Exécuter la recherche de mise à jour en arrière-plan maintenant", | ||||
|     "versionExtractWholePage": "Appliquer l'extraction de la version par expression régulière à l'ensemble de la page", | ||||
|     "runBgCheckNow": "Exécuter la recherche de mises à jour en arrière-plan maintenant", | ||||
|     "versionExtractWholePage": "Appliquer l'expression régulière d'extraction de version à l'ensemble de la page", | ||||
|     "installing": "Installation", | ||||
|     "skipUpdateNotifications": "Ignorer les notifications de mise à jour", | ||||
|     "skipUpdateNotifications": "Désactiver les notifications de mise à jour", | ||||
|     "updatesAvailableNotifChannel": "Mises à jour disponibles", | ||||
|     "appsUpdatedNotifChannel": "Applications mises à jour", | ||||
|     "appsPossiblyUpdatedNotifChannel": "Essayer de mettre à jour les applications", | ||||
|     "appsPossiblyUpdatedNotifChannel": "Tentatives de mise à jour d'applications", | ||||
|     "errorCheckingUpdatesNotifChannel": "Erreur lors de la recherche de mises à jour", | ||||
|     "appsRemovedNotifChannel": "Applications supprimées", | ||||
|     "downloadingXNotifChannel": "Téléchargement {}", | ||||
|     "completeAppInstallationNotifChannel": "Installation complète de l'application", | ||||
|     "downloadingXNotifChannel": "Téléchargement de {}", | ||||
|     "completeAppInstallationNotifChannel": "Terminer l'installation de l'application", | ||||
|     "checkingForUpdatesNotifChannel": "Recherche de mises à jour", | ||||
|     "onlyCheckInstalledOrTrackOnlyApps": "Rechercher uniquement les mises à jour des applications installées et des applications 'Suivi uniquement'", | ||||
|     "supportFixedAPKURL": "Prise en charge des URL APK fixes", | ||||
|     "selectX": "Sélectionner {}", | ||||
|     "parallelDownloads": "Autoriser les téléchargements simultanés", | ||||
|     "useShizuku": "Utiliser Shizuku ou Sui pour l'installation", | ||||
|     "shizukuBinderNotFound": "Le service Shizuku est introuvable", | ||||
|     "shizukuBinderNotFound": "Le service Shizuku n'est pas en cours d'exécution", | ||||
|     "shizukuOld": "Ancienne version de Shizuku (<11) - veuillez le mettre à jour", | ||||
|     "shizukuOldAndroidWithADB": "Shizuku fonctionne sur Android < 8.1 avec ADB - veuillez mettre à jour Android ou utiliser Sui à la place", | ||||
|     "shizukuPretendToBeGooglePlay": "Définir Google Play comme source d'installation (si Shizuku est utilisé)", | ||||
|     "useSystemFont": "Utiliser la police du système", | ||||
|     "useVersionCodeAsOSVersion": "Utiliser le code de version de l'application détectée par le système d'exploitation", | ||||
|     "requestHeader": "Intitulé de la demande", | ||||
|     "useLatestAssetDateAsReleaseDate": "Utiliser le dernier élément mis en ligne comme date de sortie", | ||||
|     "defaultPseudoVersioningMethod": "Méthode de version fictive par défaut", | ||||
|     "requestHeader": "En-tête de requête", | ||||
|     "useLatestAssetDateAsReleaseDate": "Utiliser la date du dernier élément mis en ligne comme date de sortie", | ||||
|     "defaultPseudoVersioningMethod": "Méthode de versionnage fictif par défaut", | ||||
|     "partialAPKHash": "Hash partiel de l'APK", | ||||
|     "APKLinkHash": "Hash du lien APK", | ||||
|     "directAPKLink": "Lien direct de l'APK", | ||||
|     "pseudoVersionInUse": "Version fictive utilisé", | ||||
|     "pseudoVersionInUse": "Une version fictive est utilisée", | ||||
|     "installed": "Installée", | ||||
|     "latest": "Dernière version", | ||||
|     "invertRegEx": "Inverser l'expression régulière", | ||||
| @@ -313,27 +314,32 @@ | ||||
|     "beforeNewInstallsShareToAppVerifier": "Partager les nouvelles applications avec AppVerifier (si disponible)", | ||||
|     "appVerifierInstructionToast": "Partagez avec AppVerifier, puis revenez ici lorsque tout est prêt.", | ||||
|     "wiki": "Aide/Wiki", | ||||
|     "crowdsourcedConfigsLabel": "Configuration d'applis communautaires (à utiliser à vos risques et périls)", | ||||
|     "crowdsourcedConfigsShort": "Applis communautaires", | ||||
|     "crowdsourcedConfigsLabel": "Configurations d'applications communautaires (à utiliser à vos risques et périls)", | ||||
|     "crowdsourcedConfigsShort": "Applications communautaires", | ||||
|     "allowInsecure": "Autoriser les requêtes HTTP non sécurisées", | ||||
|     "stayOneVersionBehind": "Rester à une version de la dernière", | ||||
|     "stayOneVersionBehind": "Rester une version en arrière de la dernière", | ||||
|     "refreshBeforeDownload": "Actualiser les détails de l'application avant de la télécharger", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nom", | ||||
|     "smartname": "Nom (Smart)", | ||||
|     "sortMethod": "Méthode de tri", | ||||
|     "welcome": "Bienvenue", | ||||
|     "documentationLinksNote": "La page GitHub d'Obtainium, dont le lien figure ci-dessous, contient des liens vers des vidéos, des articles, des discussions et d'autres ressources qui vous aideront à comprendre comment utiliser l'application.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Supprimer l'application ?", | ||||
|         "other": "Supprimer les applications ?" | ||||
|         "one": "Supprimer l'application ?", | ||||
|         "other": "Supprimer les applications ?" | ||||
|     }, | ||||
|     "tooManyRequestsTryAgainInMinutes": { | ||||
|         "one": "Trop de requêtes (taux limité) - réessayez dans {} minute", | ||||
|         "other": "Trop de requêtes (taux limité) - réessayez dans {} minutes" | ||||
|     }, | ||||
|     "bgUpdateGotErrorRetryInMinutes": { | ||||
|         "one": "La recherche de mise à jour en arrière-plan a rencontré un {}, une nouvelle tentative programmée dans {} minute", | ||||
|         "other": "La recherche de mise à jour en arrière-plan a rencontré un {}, une nouvelle tentative programmée dans {} minutes" | ||||
|         "one": "La recherche de mise à jour en arrière-plan a rencontré une erreur {}, une nouvelle tentative programmée dans {} minute", | ||||
|         "other": "La recherche de mise à jour en arrière-plan a rencontré une erreur {}, une nouvelle tentative programmée dans {} minutes" | ||||
|     }, | ||||
|     "bgCheckFoundUpdatesWillNotifyIfNeeded": { | ||||
|         "one": "La recherche de mises à jour en arrière-plan à trouvée {} mise à jour - l'utilisateur sera notifié si nécessaire", | ||||
|         "other": "La recherche de mises à jour en arrière-plan à trouvée {} mises à jour - l'utilisateur sera notifié si nécessaire" | ||||
|         "one": "La recherche de mises à jour en arrière-plan a trouvé {} mise à jour - l'utilisateur sera notifié si nécessaire", | ||||
|         "other": "La recherche de mises à jour en arrière-plan a trouvé {} mises à jour - l'utilisateur sera notifié si nécessaire" | ||||
|     }, | ||||
|     "apps": { | ||||
|         "one": "{} Application", | ||||
| @@ -341,7 +347,7 @@ | ||||
|     }, | ||||
|     "url": { | ||||
|         "one": "{} URL", | ||||
|         "other": "{} URL" | ||||
|         "other": "{} URLs" | ||||
|     }, | ||||
|     "minute": { | ||||
|         "one": "{} Minute", | ||||
| @@ -365,7 +371,7 @@ | ||||
|     }, | ||||
|     "xAndNMoreUpdatesInstalled": { | ||||
|         "one": "{} et 1 autre application ont été mises à jour.", | ||||
|         "other": "{} et {} autres applications ont étés mis à jour." | ||||
|         "other": "{} et {} autres applications ont été mises à jour." | ||||
|     }, | ||||
|     "xAndNMoreUpdatesFailed": { | ||||
|         "one": "Échec de la mise à jour de {} et 1 autre application.", | ||||
| @@ -373,7 +379,7 @@ | ||||
|     }, | ||||
|     "xAndNMoreUpdatesPossiblyInstalled": { | ||||
|         "one": "{} et 1 autre application ont peut-être été mises à jour.", | ||||
|         "other": "{} et {} autres applications ont peut-être étés mis à jour." | ||||
|         "other": "{} et {} autres applications ont peut-être été mises à jour." | ||||
|     }, | ||||
|     "apk": { | ||||
|         "one": "{} APK", | ||||
|   | ||||
| @@ -28,11 +28,11 @@ | ||||
|     "githubStarredRepos": "Csillagozott GitHub tárolók", | ||||
|     "uname": "Felhasználónév", | ||||
|     "wrongArgNum": "A megadott argumentumok száma nem megfelelő", | ||||
|     "xIsTrackOnly": "A(z) {} csak nyomonkövethető", | ||||
|     "xIsTrackOnly": "A(z) {} csak nyomon-követhető", | ||||
|     "source": "Forrás", | ||||
|     "app": "Alkalmazás", | ||||
|     "appsFromSourceAreTrackOnly": "Az ebből a forrásból származó alkalmazások „csak nyomonkövethetők”.", | ||||
|     "youPickedTrackOnly": "„Csak nyomonkövetés” opciót választotta.", | ||||
|     "appsFromSourceAreTrackOnly": "Az ebből a forrásból származó alkalmazások „csak nyomon-követhetők”.", | ||||
|     "youPickedTrackOnly": "„Csak nyomon-követés” opciót választotta.", | ||||
|     "trackOnlyAppDescription": "Az alkalmazás frissítéseit nyomon követi, de az Obtainium nem tudja letölteni vagy telepíteni.", | ||||
|     "cancelled": "Visszavonva", | ||||
|     "appAlreadyAdded": "Az alkalmazás már hozzá van adva", | ||||
| @@ -45,7 +45,7 @@ | ||||
|     "search": "Keresés", | ||||
|     "additionalOptsFor": "További lehetőségek a következőhöz: {}", | ||||
|     "supportedSources": "Támogatott források", | ||||
|     "trackOnlyInBrackets": "(Csak nyomonkövetés)", | ||||
|     "trackOnlyInBrackets": "(Csak nyomon-követés)", | ||||
|     "searchableInBrackets": "(Kereshető)", | ||||
|     "appsString": "Alkalmazások", | ||||
|     "noApps": "Nincsenek alkalmazások", | ||||
| @@ -63,7 +63,7 @@ | ||||
|     "removeSelectedApps": "A kiválasztott alkalmazások eltávolítása", | ||||
|     "updateX": "{} frissítése", | ||||
|     "installX": "{} telepítése", | ||||
|     "markXTrackOnlyAsUpdated": "Megjelölés: {}\n(Csak nyomonkövetés)\nFrissítettként", | ||||
|     "markXTrackOnlyAsUpdated": "Megjelölés: {}\n(Csak nyomon-követés)\nFrissítettként", | ||||
|     "changeX": "{}-változás", | ||||
|     "installUpdateApps": "Alkalmazások telepítése/frissítése", | ||||
|     "installUpdateSelectedApps": "A kiválasztott alkalmazások telepítése/frissítése", | ||||
| @@ -88,13 +88,13 @@ | ||||
|     "author": "Szerző", | ||||
|     "upToDateApps": "Naprakész alkalmazások", | ||||
|     "nonInstalledApps": "Nem telepített alkalmazások", | ||||
|     "importExport": "Import/Export", | ||||
|     "importExport": "Adatmozgatás", | ||||
|     "settings": "Beállítások", | ||||
|     "exportedTo": "Exportálva ide: {}", | ||||
|     "obtainiumExport": "Obtainium adatok exportálása", | ||||
|     "obtainiumExport": "Obtainium-adatok exportálása", | ||||
|     "invalidInput": "Hibás bemenet", | ||||
|     "importedX": "Importálva innen: {}", | ||||
|     "obtainiumImport": "Obtainium adatok importálása", | ||||
|     "obtainiumImport": "Obtainium-adatok importálása", | ||||
|     "importFromURLList": "Importálás webcímlistából", | ||||
|     "searchQuery": "Keresési lekérdezés", | ||||
|     "appURLList": "Alkalmazás-webcímlista", | ||||
| @@ -143,7 +143,7 @@ | ||||
|     "warning": "Figyelem", | ||||
|     "sourceIsXButPackageFromYPrompt": "Az alkalmazás forrása a(z) „{}” tároló, de a kiadási csomag innen származik: „{}”. Folytatja?", | ||||
|     "updatesAvailable": "Frissítések érhetők el", | ||||
|     "updatesAvailableNotifDescription": "Értesíti a felhasználót, hogy egy vagy több, az Obtainium által nyomonkövetett alkalmazáshoz frissítések állnak rendelkezésre", | ||||
|     "updatesAvailableNotifDescription": "Értesíti a felhasználót, hogy egy vagy több, az Obtainium által nyomon-követett alkalmazáshoz frissítések állnak rendelkezésre", | ||||
|     "noNewUpdates": "Nincsenek új frissítések.", | ||||
|     "xHasAnUpdate": "A(z) {} frissítést kapott.", | ||||
|     "appsUpdated": "Alkalmazások frissítve", | ||||
| @@ -154,15 +154,15 @@ | ||||
|     "errorCheckingUpdates": "Hiba a frissítések ellenőrzésekor", | ||||
|     "errorCheckingUpdatesNotifDescription": "Értesítés, amely akkor jelenik meg, amikor a frissítések ellenőrzése a háttérben nem sikerül", | ||||
|     "appsRemoved": "Alkalmazások eltávolítva", | ||||
|     "appsRemovedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás betöltés közbeni hiba miatt eltávolításra került", | ||||
|     "xWasRemovedDueToErrorY": "A(z) {} eltávolításra került a következő hiba miatt: {}", | ||||
|     "appsRemovedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás egy betöltés közbeni hiba miatt el lesz(nek) távolítva", | ||||
|     "xWasRemovedDueToErrorY": "A(z) {} el lett távolítva a következő hiba miatt: {}", | ||||
|     "completeAppInstallation": "Teljes alkalmazástelepítés", | ||||
|     "obtainiumMustBeOpenToInstallApps": "Az alkalmazások telepítéséhez az Obtainiumnak megnyitva kell lennie", | ||||
|     "completeAppInstallationNotifDescription": "Megkéri a felhasználót, hogy térjen vissza az Obtainiumhoz, hogy befejezze az alkalmazás telepítését", | ||||
|     "checkingForUpdates": "Frissítések ellenőrzése", | ||||
|     "checkingForUpdatesNotifDescription": "Átmeneti értesítés, amely a frissítések ellenőrzésekor jelenik meg", | ||||
|     "pleaseAllowInstallPerm": "Engedélyezze az Obtainiumnak az alkalmazások telepítését", | ||||
|     "trackOnly": "Csak nyomonkövetés", | ||||
|     "trackOnly": "Csak nyomon-követés", | ||||
|     "errorWithHttpStatusCode": "Hiba {}", | ||||
|     "versionCorrectionDisabled": "Verzió-korrekció letiltva (úgy tűnik, hogy a bővítmény nem működik)", | ||||
|     "unknown": "Ismeretlen", | ||||
| @@ -220,10 +220,11 @@ | ||||
|     "versionDetection": "Verzió-érzékelés", | ||||
|     "standardVersionDetection": "Alapértelmezett verzió-érzékelés", | ||||
|     "groupByCategory": "Csoportosítás kategória alapján", | ||||
|     "autoApkFilterByArch": "Ha lehetséges, próbálja CPU architektúra szerint szűrni az APK-kat", | ||||
|     "autoApkFilterByArch": "Ha lehetséges, próbálja meg az APK-kat CPU-architektúra szerint szűrni", | ||||
|     "autoLinkFilterByArch": "Ha lehetséges, próbálja meg a hivatkozásokat CPU-architektúra szerint szűrni", | ||||
|     "overrideSource": "Forrás felülírása", | ||||
|     "dontShowAgain": "Ne jelenítse meg ezt többé", | ||||
|     "dontShowTrackOnlyWarnings": "Ne jelenítse meg a „Csak nyomonkövetés” figyelmeztetést", | ||||
|     "dontShowTrackOnlyWarnings": "Ne jelenítse meg a „Csak nyomon-követés” figyelmeztetést", | ||||
|     "dontShowAPKOriginWarnings": "Ne jelenítse meg az APK eredetére vonatkozó figyelmeztetéseket", | ||||
|     "moveNonInstalledAppsToBottom": "Helyezze át a nem telepített alkalmazásokat az alkalmazásnézet aljára", | ||||
|     "gitlabPATLabel": "GitLab személyes hozzáférési token", | ||||
| @@ -261,7 +262,7 @@ | ||||
|     "versionExtractionRegEx": "Verzió-karakterlánc kivonatolása reguláris kifejezéssel", | ||||
|     "trimVersionString": "Verzió-karakterlánc levágása reguláris kifejezéssel", | ||||
|     "matchGroupToUseForX": "A(z) „{}” esetén használandó csoport egyeztetése", | ||||
|     "matchGroupToUse": "Verziókarakterlánc-kivonatoláshoz használandó csoport reguláris kifejezéssel való egyeztetése", | ||||
|     "matchGroupToUse": "A verzió-karakterlánc kivonatolásához használandó csoport reguláris kifejezéssel való egyeztetése", | ||||
|     "highlightTouchTargets": "A kevésbé nyilvánvaló érintési pontok kiemelése", | ||||
|     "pickExportDir": "Válassza ki a könyvtárat, ahová exportálni szeretne", | ||||
|     "autoExportOnChanges": "Automatikus exportálás a változtatások után", | ||||
| @@ -286,7 +287,7 @@ | ||||
|     "downloadingXNotifChannel": "A(z) {} letöltése", | ||||
|     "completeAppInstallationNotifChannel": "Teljes alkalmazás telepítés", | ||||
|     "checkingForUpdatesNotifChannel": "Frissítések ellenőrzése", | ||||
|     "onlyCheckInstalledOrTrackOnlyApps": "Csak a telepített és a csak nyomonkövethető alkalmazások frissítéseinek ellenőrzése", | ||||
|     "onlyCheckInstalledOrTrackOnlyApps": "Csak a telepített és a csak nyomon-követhető alkalmazások frissítéseinek ellenőrzése", | ||||
|     "supportFixedAPKURL": "Támogatja a rögzített APK webcímeket", | ||||
|     "selectX": "{} kiválasztása", | ||||
|     "parallelDownloads": "Párhuzamos letöltések engedélyezése", | ||||
| @@ -294,7 +295,7 @@ | ||||
|     "shizukuBinderNotFound": "A Shizuku szolgáltatás nem fut", | ||||
|     "shizukuOld": "Régi Shizuku verzió (<11) - frissítse", | ||||
|     "shizukuOldAndroidWithADB": "A Shizuku csak Android < 8.1 ADB-vel fut - frissítse az Androidot vagy használja a Sui-t helyette", | ||||
|     "shizukuPretendToBeGooglePlay": "Állítsa be a Google Playt telepítési forrásként (ha Shizukut használ)", | ||||
|     "shizukuPretendToBeGooglePlay": "A Google Play beállítása telepítési forrásként (ha Shizukut használ)", | ||||
|     "useSystemFont": "A rendszer betűtípusának használata", | ||||
|     "useVersionCodeAsOSVersion": "Az alkalmazás verziókódjának használata a rendszer által érzékelt verzióként", | ||||
|     "requestHeader": "Kérelemfejléc", | ||||
| @@ -313,12 +314,17 @@ | ||||
|     "beforeNewInstallsShareToAppVerifier": "Új alkalmazások megosztása az AppVerifierrel (ha elérhető)", | ||||
|     "appVerifierInstructionToast": "Ossza meg az AppVerifierrel, majd térjen vissza ide, ha kész.", | ||||
|     "wiki": "Súgó/Wiki", | ||||
|     "crowdsourcedConfigsLabel": "Crowdsource-ből származó alkalmazások beállítása (saját felelősségére használja)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", | ||||
|     "crowdsourcedConfigsLabel": "Közreműködők által összeállított alkalmazásbeállítások (saját felelősségére használja)", | ||||
|     "crowdsourcedConfigsShort": "Alkalmazáslista", | ||||
|     "allowInsecure": "Nem biztonságos HTTP-kérések engedélyezése", | ||||
|     "stayOneVersionBehind": "Maradjon egy verzióval a legújabb mögött", | ||||
|     "refreshBeforeDownload": "Az alkalmazás adatainak frissítése a letöltés előtt", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "tencentAppStore": "Tencent Appstore", | ||||
|     "name": "Név", | ||||
|     "smartname": "Név (Okos)", | ||||
|     "sortMethod": "Rendezési eljárás", | ||||
|     "welcome": "Üdvözöljük!", | ||||
|     "documentationLinksNote": "Az alábbi hivatkozás az Obtainium GitHub oldalára vezet, amely további videók, cikkek, beszélgetések és egyéb források hivatkozásait tartalmazza, amelyek segítenek megérteni az alkalmazás használatát.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Eltávolítja az alkalmazást?", | ||||
|         "other": "Eltávolítja az alkalmazásokat?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Pendeteksi versi standar", | ||||
|     "groupByCategory": "Kelompokkan berdasarkan kategori", | ||||
|     "autoApkFilterByArch": "Coba filter APK berdasarkan arsitektur CPU jika memungkinkan", | ||||
|     "autoLinkFilterByArch": "Mencoba memfilter tautan berdasarkan arsitektur CPU jika memungkinkan", | ||||
|     "overrideSource": "Ganti sumber", | ||||
|     "dontShowAgain": "Jangan tampilkan lagi", | ||||
|     "dontShowTrackOnlyWarnings": "Jangan tampilkan peringatan 'Pelacakan Saja'", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Tautan perantara tidak ditemukan", | ||||
|     "intermediateLink": "Tautan perantara", | ||||
|     "exemptFromBackgroundUpdates": "Dikecualikan dari pembaruan latar belakang (jika diaktifkan)", | ||||
|     "bgUpdatesOnWiFiOnly": "Nonaktifkan pembaruan latar belakang saat tidak menggunakan WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Nonaktifkan pembaruan latar belakang saat tidak menggunakan Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Menonaktifkan pembaruan latar belakang saat tidak mengisi daya", | ||||
|     "autoSelectHighestVersionCode": "Pilih otomatis APK dengan versi kode tertinggi", | ||||
|     "versionExtractionRegEx": "Reguler ekspresi terkait ekstraksi versi string", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Tetap satu versi di belakang versi terbaru", | ||||
|     "refreshBeforeDownload": "Segarkan detail aplikasi sebelum mengunduh", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nama", | ||||
|     "smartname": "Nama (Cerdas)", | ||||
|     "sortMethod": "Metode Penyortiran", | ||||
|     "welcome": "Selamat datang.", | ||||
|     "documentationLinksNote": "Halaman GitHub Obtainium yang ditautkan di bawah ini berisi tautan ke video, artikel, diskusi, dan sumber daya lain yang akan membantu Anda memahami cara menggunakan aplikasi.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Hapus aplikasi?", | ||||
|         "other": "Hapus aplikasi?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Rilevamento di versione standard", | ||||
|     "groupByCategory": "Raggruppa per categoria", | ||||
|     "autoApkFilterByArch": "Tenta di filtrare gli APK in base all'architettura della CPU, se possibile", | ||||
|     "autoLinkFilterByArch": "Tentare di filtrare i collegamenti in base all'architettura della CPU, se possibile.", | ||||
|     "overrideSource": "Sovrascrivi fonte", | ||||
|     "dontShowAgain": "Non mostrarlo più", | ||||
|     "dontShowTrackOnlyWarnings": "Non mostrare gli avvisi 'Solo-Monitoraggio'", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Link intermedio non trovato", | ||||
|     "intermediateLink": "Collegamento intermedio", | ||||
|     "exemptFromBackgroundUpdates": "Esente da aggiornamenti in secondo piano (se attivo)", | ||||
|     "bgUpdatesOnWiFiOnly": "Disattiva aggiornamenti in secondo piano quando non si usa il WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Disattiva aggiornamenti in secondo piano quando non si usa il Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Disabilita gli aggiornamenti in background quando non è in carica", | ||||
|     "autoSelectHighestVersionCode": "Auto-seleziona APK con versionCode più alto", | ||||
|     "versionExtractionRegEx": "RegEx di estrazione versione", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Rimanere una versione indietro rispetto alla più recente", | ||||
|     "refreshBeforeDownload": "Aggiornare i dettagli dell'app prima del download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nome", | ||||
|     "smartname": "Nome (intelligente)", | ||||
|     "sortMethod": "Metodo di ordinamento", | ||||
|     "welcome": "Benvenuti", | ||||
|     "documentationLinksNote": "La pagina GitHub di Obtainium collegata qui sotto contiene collegamenti a video, articoli, discussioni e altre risorse che vi aiuteranno a capire come utilizzare l'applicazione.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Rimuovere l'app?", | ||||
|         "other": "Rimuovere le app?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "標準のバージョン検出", | ||||
|     "groupByCategory": "カテゴリ別にグループ化する", | ||||
|     "autoApkFilterByArch": "可能であれば、CPUアーキテクチャによるAPKのフィルタリングを試みる", | ||||
|     "autoLinkFilterByArch": "可能であれば、CPUアーキテクチャによるリンクのフィルタリングを試みる。", | ||||
|     "overrideSource": "ソースの上書き", | ||||
|     "dontShowAgain": "二度と表示しない", | ||||
|     "dontShowTrackOnlyWarnings": "「追跡のみ」の警告を表示しない", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "最新のバージョンから1つ前のものを使用する", | ||||
|     "refreshBeforeDownload": "ダウンロード前にアプリの詳細を更新する", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "名称", | ||||
|     "smartname": "名前(スマート)", | ||||
|     "sortMethod": "ソート方法", | ||||
|     "welcome": "ようこそ", | ||||
|     "documentationLinksNote": "以下のリンクにあるObtainium GitHubページには、ビデオ、記事、ディスカッション、その他のリソースへのリンクがあり、アプリの使い方を理解するのに役立ちます。", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "アプリを削除しますか?", | ||||
|         "other": "アプリを削除しますか?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "표준 버전 감지", | ||||
|     "groupByCategory": "카테고리별 그룹화", | ||||
|     "autoApkFilterByArch": "가능한 경우 CPU 아키텍처별로 APK 필터링 시도", | ||||
|     "autoLinkFilterByArch": "가능하면 CPU 아키텍처별로 링크를 필터링해 보세요.", | ||||
|     "overrideSource": "소스 재정의", | ||||
|     "dontShowAgain": "다시 표시하지 않기", | ||||
|     "dontShowTrackOnlyWarnings": "'추적 전용' 경고 표시 안 함", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "최신 버전보다 한 버전 뒤에 머무르기", | ||||
|     "refreshBeforeDownload": "다운로드 전에 앱 세부 정보 새로 고침", | ||||
|     "tencentAppStore": "텐센트 앱 스토어", | ||||
|     "name": "이름", | ||||
|     "smartname": "이름(스마트)", | ||||
|     "sortMethod": "정렬 방법", | ||||
|     "welcome": "환영", | ||||
|     "documentationLinksNote": "아래에 링크된 Obtainium 깃허브 페이지에는 앱 사용 방법을 이해하는 데 도움이 되는 동영상, 기사, 토론 및 기타 리소스에 대한 링크가 포함되어 있습니다.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "앱을 제거하시겠습니까?", | ||||
|         "other": "앱을 제거하시겠습니까?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standaard versieherkenning", | ||||
|     "groupByCategory": "Groeperen op categorie", | ||||
|     "autoApkFilterByArch": "Probeer APK's te filteren op CPU-architectuur, indien mogelijk", | ||||
|     "autoLinkFilterByArch": "Probeer links zo mogelijk te filteren op CPU-architectuur", | ||||
|     "overrideSource": "Bron overschrijven", | ||||
|     "dontShowAgain": "Laat dit niet meer zien", | ||||
|     "dontShowTrackOnlyWarnings": "Geen waarschuwingen weergeven voor 'Alleen volgen'", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Intermediaire link niet gevonden", | ||||
|     "intermediateLink": "Intermediaire link", | ||||
|     "exemptFromBackgroundUpdates": "Vrijgesteld van achtergrond-updates (indien ingeschakeld)", | ||||
|     "bgUpdatesOnWiFiOnly": "Achtergrond-updates uitschakelen wanneer niet verbonden met WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Achtergrond-updates uitschakelen wanneer niet verbonden met Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Achtergrondupdates uitschakelen als er niet wordt opgeladen", | ||||
|     "autoSelectHighestVersionCode": "De APK met de hoogste versiecode automatisch selecteren", | ||||
|     "versionExtractionRegEx": "Reguliere expressie voor versie-extractie", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Blijf een versie achter op de nieuwste", | ||||
|     "refreshBeforeDownload": "Vernieuw app details voor download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Naam", | ||||
|     "smartname": "Naam (Slim)", | ||||
|     "sortMethod": "Sorteermethode", | ||||
|     "welcome": "Welkom", | ||||
|     "documentationLinksNote": "De GitHub pagina van Obtainium waarnaar hieronder wordt gelinkt bevat links naar video's, artikelen, discussies en andere bronnen die je zullen helpen begrijpen hoe je de app kunt gebruiken.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "App verwijderen?", | ||||
|         "other": "Apps verwijderen?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standardowe wykrywanie wersji", | ||||
|     "groupByCategory": "Grupuj według kategorii", | ||||
|     "autoApkFilterByArch": "Spróbuj filtrować pliki APK według architektury procesora, jeśli to możliwe", | ||||
|     "autoLinkFilterByArch": "Spróbuj filtrować linki według architektury procesora, jeśli to możliwe.", | ||||
|     "overrideSource": "Nadpisz źródło", | ||||
|     "dontShowAgain": "Nie pokazuj tego ponownie", | ||||
|     "dontShowTrackOnlyWarnings": "Nie pokazuj ostrzeżeń \"Tylko obserwowana\"", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Pozostań jedną wersję w tyle za najnowszą", | ||||
|     "refreshBeforeDownload": "Odśwież szczegóły aplikacji przed pobraniem", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nazwa", | ||||
|     "smartname": "Nazwa (Smart)", | ||||
|     "sortMethod": "Metoda sortowania", | ||||
|     "welcome": "Witamy", | ||||
|     "documentationLinksNote": "Strona Obtainium GitHub, do której link znajduje się poniżej, zawiera linki do filmów, artykułów, dyskusji i innych zasobów, które pomogą ci zrozumieć, jak korzystać z aplikacji.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Usunąć aplikację?", | ||||
|         "few": "Usunąć aplikacje?", | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Detecção de versão padrão", | ||||
|     "groupByCategory": "Agroupar por categoria", | ||||
|     "autoApkFilterByArch": "Tente filtrar APKs por arquitetura de CPU, se possível", | ||||
|     "autoLinkFilterByArch": "Tentativa de filtrar as ligações por arquitetura de CPU, se possível", | ||||
|     "overrideSource": "Substituir fonte", | ||||
|     "dontShowAgain": "Não mostrar isso novamente", | ||||
|     "dontShowTrackOnlyWarnings": "Não mostrar avisos 'Apenas monitorar'", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Manter-se uma versão atrás da mais recente", | ||||
|     "refreshBeforeDownload": "Atualizar os detalhes da aplicação antes da transferência", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Nome", | ||||
|     "smartname": "Nome (Smart)", | ||||
|     "sortMethod": "Método de ordenação", | ||||
|     "welcome": "Bem-vindo", | ||||
|     "documentationLinksNote": "A página do Obtainium no GitHub com a ligação abaixo contém ligações para vídeos, artigos, discussões e outros recursos que o ajudarão a compreender como utilizar a aplicação.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Remover aplicativo?", | ||||
|         "other": "Remover aplicativos?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Стандартное", | ||||
|     "groupByCategory": "Группировать по категориям", | ||||
|     "autoApkFilterByArch": "Попытаться отфильтровать APK-файлы по архитектуре процессора", | ||||
|     "autoLinkFilterByArch": "Попытайтесь отфильтровать ссылки по архитектуре процессора, если это возможно", | ||||
|     "overrideSource": "Переопределить источник", | ||||
|     "dontShowAgain": "Не показывать снова", | ||||
|     "dontShowTrackOnlyWarnings": "Не показывать предупреждения о только отслеживаемых приложениях", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Не отставайте от последней версии", | ||||
|     "refreshBeforeDownload": "Обновляйте информацию о приложении перед загрузкой", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Имя", | ||||
|     "smartname": "Имя (умное)", | ||||
|     "sortMethod": "Метод сортировки", | ||||
|     "welcome": "Добро пожаловать", | ||||
|     "documentationLinksNote": "На странице Obtainium GitHub, ссылка на которую приведена ниже, содержатся ссылки на видео, статьи, обсуждения и другие ресурсы, которые помогут вам понять, как пользоваться приложением.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Удалить приложение?", | ||||
|         "other": "Удалить приложения?" | ||||
|   | ||||
| @@ -13,7 +13,10 @@ const neverAutoTranslate = { | ||||
|     obtainiumExportHyphenatedLowercase: ['*'], | ||||
|     theme: ['de'], | ||||
|     appId: ['de'], | ||||
|     placeholder: ['pl'] | ||||
|     placeholder: ['pl'], | ||||
|     importExport: ['fr'], | ||||
|     url: ['fr'], | ||||
|     tencentAppStore: ['*'] | ||||
| } | ||||
|  | ||||
| const translateText = async (text, targetLang, authKey) => { | ||||
| @@ -76,40 +79,49 @@ const main = async () => { | ||||
|         const translationKeys = Object.keys(templateTranslation) | ||||
|         for (let j in translationKeys) { | ||||
|             const k = translationKeys[j] | ||||
|             if (JSON.stringify(thisTranslation[k]) == JSON.stringify(templateTranslation[k])) { | ||||
|                 const lang = file.split('/').pop().split('.')[0] | ||||
|                 if (!neverAutoTranslate[k] || (neverAutoTranslate[k].indexOf('*') < 0 && neverAutoTranslate[k].indexOf(lang) < 0)) { | ||||
|                     const reportLine = `${file} :::: ${k} :::: ${JSON.stringify(thisTranslation[k])}` | ||||
|                     if (deeplAPIKey) { | ||||
|                         const translateFunc = async (str) => { | ||||
|                             const response = await translateText(str, lang, deeplAPIKey) | ||||
|                             if (response.translations) { | ||||
|                                 return response.translations[0].text | ||||
|                             } else { | ||||
|                                 throw JSON.stringify(response) | ||||
|                             } | ||||
|                         } | ||||
|                         try { | ||||
|                             if (typeof templateTranslation[k] == 'string') { | ||||
|                                 thisTranslation[k] = await translateFunc(thisTranslation[k]) | ||||
|                             } else { | ||||
|                                 const subKeys = Object.keys(templateTranslation[k]) | ||||
|                                 for (let n in subKeys) { | ||||
|                                     const kk = subKeys[n] | ||||
|                                     thisTranslation[k][kk] = await translateFunc(thisTranslation[k][kk]) | ||||
|             try { | ||||
|                 if (JSON.stringify(thisTranslation[k]) == JSON.stringify(templateTranslation[k])) { | ||||
|                     const lang = file.split('/').pop().split('.')[0] | ||||
|                     if (!neverAutoTranslate[k] || (neverAutoTranslate[k].indexOf('*') < 0 && neverAutoTranslate[k].indexOf(lang) < 0)) { | ||||
|                         const reportLine = `${file} :::: ${k} :::: ${JSON.stringify(thisTranslation[k])}` | ||||
|                         if (deeplAPIKey) { | ||||
|                             const translateFunc = async (str) => { | ||||
|                                 await new Promise((resolve, reject) => { | ||||
|                                     setTimeout(() => { | ||||
|                                         resolve() | ||||
|                                     }, Math.random() * 10000); // Try to avoid rate limit | ||||
|                                 }) | ||||
|                                 const response = await translateText(str, lang, deeplAPIKey) | ||||
|                                 if (response.translations) { | ||||
|                                     return response.translations[0].text | ||||
|                                 } else { | ||||
|                                     throw JSON.stringify(response) | ||||
|                                 } | ||||
|                             } | ||||
|                         } catch (e) { | ||||
|                             if (typeof e == 'string') { | ||||
|                                 console.log(`${reportLine} :::: ${e}`) | ||||
|                             } else { | ||||
|                                 throw e | ||||
|                             try { | ||||
|                                 if (typeof templateTranslation[k] == 'string') { | ||||
|                                     thisTranslation[k] = await translateFunc(thisTranslation[k]) | ||||
|                                 } else { | ||||
|                                     const subKeys = Object.keys(templateTranslation[k]) | ||||
|                                     for (let n in subKeys) { | ||||
|                                         const kk = subKeys[n] | ||||
|                                         thisTranslation[k][kk] = await translateFunc(thisTranslation[k][kk]) | ||||
|                                     } | ||||
|                                 } | ||||
|                             } catch (e) { | ||||
|                                 if (typeof e == 'string') { | ||||
|                                     console.log(`${reportLine} :::: ${e}`) | ||||
|                                 } else { | ||||
|                                     throw e | ||||
|                                 } | ||||
|                             } | ||||
|                         } else { | ||||
|                             console.log(reportLine) | ||||
|                         } | ||||
|                     } else { | ||||
|                         console.log(reportLine) | ||||
|                     } | ||||
|                 } | ||||
|             } catch (err) { | ||||
|                 console.error(err) | ||||
|             } | ||||
|         } | ||||
|         fs.writeFileSync(file, `${JSON.stringify(thisTranslation, null, '    ')}\n`) | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standardversionsdetektering", | ||||
|     "groupByCategory": "Gruppera via Kategori", | ||||
|     "autoApkFilterByArch": "Försök att filtrera APK-filer efter CPU-arkitektur om möjligt", | ||||
|     "autoLinkFilterByArch": "Försök att filtrera länkar efter CPU-arkitektur om möjligt", | ||||
|     "overrideSource": "Överskrid Källa", | ||||
|     "dontShowAgain": "Visa inte detta igen", | ||||
|     "dontShowTrackOnlyWarnings": "Visa inte 'Följ-Endast' varningar", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Mellanlänk hittades inte", | ||||
|     "intermediateLink": "Mellanlänk", | ||||
|     "exemptFromBackgroundUpdates": "Undta från bakgrundsuppdateringar (om aktiverad)", | ||||
|     "bgUpdatesOnWiFiOnly": "Inaktivera Bakgrundsuppdateringar utan WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Inaktivera Bakgrundsuppdateringar utan Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Inaktivera bakgrundsuppdateringar när du inte laddar", | ||||
|     "autoSelectHighestVersionCode": "Välj automatiskt högsta versionskod APK", | ||||
|     "versionExtractionRegEx": "Version Extraction RegEx", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Håll dig en version bakom den senaste", | ||||
|     "refreshBeforeDownload": "Uppdatera appdetaljerna före nedladdning", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Namn", | ||||
|     "smartname": "Namn (Smart)", | ||||
|     "sortMethod": "Sorteringsmetod", | ||||
|     "welcome": "Välkommen", | ||||
|     "documentationLinksNote": "Obtainium GitHub-sidan som länkas nedan innehåller länkar till videor, artiklar, diskussioner och andra resurser som hjälper dig att förstå hur du använder appen.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Ta Bort App?", | ||||
|         "other": "Ta Bort Appar?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Standart sürüm tespiti", | ||||
|     "groupByCategory": "Kategoriye Göre Grupla", | ||||
|     "autoApkFilterByArch": "Mümkünse APK'leri CPU mimarisi ile filtreleme girişimi", | ||||
|     "autoLinkFilterByArch": "Mümkünse bağlantıları CPU mimarisine göre filtrelemeye çalışın", | ||||
|     "overrideSource": "Öncelenecek Kaynak", | ||||
|     "dontShowAgain": "Bunu tekrar gösterme", | ||||
|     "dontShowTrackOnlyWarnings": "'Yalnızca Takip Edilen' uyarılarını gösterme", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "En son sürümün bir sürüm gerisinde kalın", | ||||
|     "refreshBeforeDownload": "İndirmeden önce uygulama ayrıntılarını yenileyin", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "İsim", | ||||
|     "smartname": "İsim (Akıllı)", | ||||
|     "sortMethod": "Sıralama Yöntemi", | ||||
|     "welcome": "Hoş geldiniz", | ||||
|     "documentationLinksNote": "Aşağıda bağlantısı verilen Obtainium GitHub sayfası, uygulamayı nasıl kullanacağınızı anlamanıza yardımcı olacak videolara, makalelere, tartışmalara ve diğer kaynaklara bağlantılar içerir.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Uygulamayı Kaldır?", | ||||
|         "other": "Uygulamaları Kaldır?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Стандартне визначення версії", | ||||
|     "groupByCategory": "Групувати за категоріями", | ||||
|     "autoApkFilterByArch": "Спробувати фільтрувати APK за архітектурою ЦП, якщо можливо", | ||||
|     "autoLinkFilterByArch": "Спробуйте відфільтрувати посилання за архітектурою процесора, якщо це можливо", | ||||
|     "overrideSource": "Перевизначити джерело", | ||||
|     "dontShowAgain": "Не показувати це знову", | ||||
|     "dontShowTrackOnlyWarnings": "Не показувати попередження про 'Тільки відстеження'", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "Залишайтеся на одну версію актуальнішою", | ||||
|     "refreshBeforeDownload": "Оновіть інформацію про програму перед завантаженням", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Ім'я", | ||||
|     "smartname": "Ім'я (Smart)", | ||||
|     "sortMethod": "Метод сортування", | ||||
|     "welcome": "Ласкаво просимо.", | ||||
|     "documentationLinksNote": "Сторінка Obtainium на GitHub, посилання на яку наведено нижче, містить посилання на відео, статті, дискусії та інші ресурси, які допоможуть вам зрозуміти, як користуватися додатком.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Видалити застосунок?", | ||||
|         "other": "Видалити застосунки?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "Phát hiện phiên bản tiêu chuẩn", | ||||
|     "groupByCategory": "Nhóm theo danh mục", | ||||
|     "autoApkFilterByArch": "Cố gắng lọc APK theo kiến trúc CPU nếu có thể", | ||||
|     "autoLinkFilterByArch": "Attempt to filter links by CPU architecture if possible", | ||||
|     "overrideSource": "Ghi đè nguồn", | ||||
|     "dontShowAgain": "Đừng hiển thị thông tin này nữa", | ||||
|     "dontShowTrackOnlyWarnings": "Không hiển thị cảnh báo 'Chỉ theo dõi'", | ||||
| @@ -255,7 +256,7 @@ | ||||
|     "intermediateLinkNotFound": "Không tìm thấy liên kết trung gian", | ||||
|     "intermediateLink": "Liên kết trung gian", | ||||
|     "exemptFromBackgroundUpdates": "Miễn cập nhật nền (nếu được bật)", | ||||
|     "bgUpdatesOnWiFiOnly": "Tắt cập nhật nền khi không có WiFi", | ||||
|     "bgUpdatesOnWiFiOnly": "Tắt cập nhật nền khi không có Wi-Fi", | ||||
|     "bgUpdatesWhileChargingOnly": "Disable background updates when not charging", | ||||
|     "autoSelectHighestVersionCode": "Tự động chọn APK mã phiên bản cao nhất", | ||||
|     "versionExtractionRegEx": "Trích xuất phiên bản RegEx", | ||||
| @@ -314,11 +315,16 @@ | ||||
|     "appVerifierInstructionToast": "Chia sẻ lên AppVerifier, sau đó quay lại đây khi sẵn sàng.", | ||||
|     "wiki": "Trợ giúp/Wiki", | ||||
|     "crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configurations", | ||||
|     "allowInsecure": "Allow insecure HTTP requests", | ||||
|     "stayOneVersionBehind": "Stay one version behind latest", | ||||
|     "refreshBeforeDownload": "Refresh app details before download", | ||||
|     "tencentAppStore": "Tencent App Store", | ||||
|     "name": "Name", | ||||
|     "smartname": "Name (Smart)", | ||||
|     "sortMethod": "Sort Method", | ||||
|     "welcome": "Welcome", | ||||
|     "documentationLinksNote": "The Obtainium GitHub page linked below contains links to videos, articles, discussions, and other resources that will help you understand how to use the app.", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "Gỡ ứng dụng?", | ||||
|         "other": "Gỡ ứng dụng?" | ||||
|   | ||||
| @@ -211,7 +211,7 @@ | ||||
|     "uninstallFromDevice": "從裝置解除安裝", | ||||
|     "onlyWorksWithNonVersionDetectApps": "僅適用於停用版本偵測的應用程式。", | ||||
|     "releaseDateAsVersion": "使用發佈日期作為版本字串", | ||||
|     "releaseTitleAsVersion": "Use release title as version string", | ||||
|     "releaseTitleAsVersion": "使用發佈標題作為版本字串", | ||||
|     "releaseDateAsVersionExplanation": "此選項僅應用於版本偵測無法正確工作但有發佈日期的應用程式。", | ||||
|     "changes": "變更", | ||||
|     "releaseDate": "發佈日期", | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "標準版本偵測", | ||||
|     "groupByCategory": "按類別分組", | ||||
|     "autoApkFilterByArch": "如果可能,嘗試按 CPU 架構過濾 APK", | ||||
|     "autoLinkFilterByArch": "若可能,自動根據 CPU 架構篩選連結", | ||||
|     "overrideSource": "覆蓋來源", | ||||
|     "dontShowAgain": "不要再顯示", | ||||
|     "dontShowTrackOnlyWarnings": "不要顯示「僅追蹤」警告", | ||||
| @@ -255,8 +256,8 @@ | ||||
|     "intermediateLinkNotFound": "沒有找到中間連結", | ||||
|     "intermediateLink": "中間連結", | ||||
|     "exemptFromBackgroundUpdates": "免除背景更新(若已啟用)", | ||||
|     "bgUpdatesOnWiFiOnly": "停用非 WiFi 的背景更新", | ||||
|     "bgUpdatesWhileChargingOnly": "Disable background updates when not charging", | ||||
|     "bgUpdatesOnWiFiOnly": "停用非 Wi-Fi 的背景更新", | ||||
|     "bgUpdatesWhileChargingOnly": "未充電時停用背景更新", | ||||
|     "autoSelectHighestVersionCode": "自動選擇最高 versionCode 的 APK", | ||||
|     "versionExtractionRegEx": "版本字串提取正則表達式", | ||||
|     "trimVersionString": "用正則表達式修剪版本字串", | ||||
| @@ -314,11 +315,16 @@ | ||||
|     "appVerifierInstructionToast": "分享至 AppVerifier,然後準備好時回到此處。", | ||||
|     "wiki": "幫助/維基", | ||||
|     "crowdsourcedConfigsLabel": "群眾外包的應用程式設定(使用風險自負)", | ||||
|     "crowdsourcedConfigsShort": "Crowdsourced App Configs", | ||||
|     "allowInsecure": "Allow insecure HTTP requests", | ||||
|     "stayOneVersionBehind": "Stay one version behind latest", | ||||
|     "refreshBeforeDownload": "Refresh app details before download", | ||||
|     "crowdsourcedConfigsShort": "群眾外包的應用程式設定", | ||||
|     "allowInsecure": "允許不安全的 HTTP 請求", | ||||
|     "stayOneVersionBehind": "保持比最新版本落後一個版本", | ||||
|     "refreshBeforeDownload": "下載前刷新應用程式詳細資訊", | ||||
|     "tencentAppStore": "騰訊應用寶", | ||||
|     "name": "名稱", | ||||
|     "smartname": "名稱(智慧)", | ||||
|     "sortMethod": "排序方式", | ||||
|     "welcome": "歡迎", | ||||
|     "documentationLinksNote": "下方連結的 Obtainium GitHub 頁面包含影片、文章、討論及其他資源,能幫助你瞭解如何使用這款應用程式。", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "移除應用程式?", | ||||
|         "other": "移除應用程式?" | ||||
|   | ||||
| @@ -221,6 +221,7 @@ | ||||
|     "standardVersionDetection": "常规版本检测", | ||||
|     "groupByCategory": "按类别分组显示", | ||||
|     "autoApkFilterByArch": "如果可能,尝试按设备支持的 CPU 架构筛选 APK 文件", | ||||
|     "autoLinkFilterByArch": "尽可能按 CPU 架构过滤链接", | ||||
|     "overrideSource": "覆盖来源", | ||||
|     "dontShowAgain": "不再显示", | ||||
|     "dontShowTrackOnlyWarnings": "忽略“仅追踪”模式警告", | ||||
| @@ -319,6 +320,11 @@ | ||||
|     "stayOneVersionBehind": "比最新版本晚一个版本", | ||||
|     "refreshBeforeDownload": "下载前刷新应用程序详细信息", | ||||
|     "tencentAppStore": "腾讯应用宝", | ||||
|     "name": "名称", | ||||
|     "smartname": "姓名(智能)", | ||||
|     "sortMethod": "排序方法", | ||||
|     "welcome": "欢迎光临", | ||||
|     "documentationLinksNote": "下面链接的 Obtainium GitHub 页面包含视频、文章、讨论和其他资源的链接,可帮助您了解如何使用该应用程序。", | ||||
|     "removeAppQuestion": { | ||||
|         "one": "是否删除应用?", | ||||
|         "other": "是否删除应用?" | ||||
|   | ||||
| @@ -13,7 +13,6 @@ | ||||
| 			<li>F-Droid</li> | ||||
| 			<li>Third Party F-Droid Repos</li> | ||||
| 			<li>IzzyOnDroid</li> | ||||
| 			<li>SourceForge</li> | ||||
| 			<li>SourceHut</li> | ||||
| 		</ul> | ||||
| 	</li> | ||||
| @@ -22,24 +21,17 @@ | ||||
| 		<ul> | ||||
| 			<li>APKPure</li> | ||||
| 			<li>Aptoide</li> | ||||
| 			<li>Uptodowng</li> | ||||
| 			<li>Uptodown</li> | ||||
| 			<li>APKMirror (Track-Only)</li> | ||||
| 			<li>Huawei AppGallery</li> | ||||
| 			<li>Tencent App Store</li> | ||||
| 			<li>Jenkins Jobs</li> | ||||
| 		</ul> | ||||
| 	</li> | ||||
| 	<li> | ||||
| 		<p>Open Source - App-Specific:</p> | ||||
| 		<ul> | ||||
| 			<li>Mullvad</li> | ||||
| 			<li>Signal</li> | ||||
| 			<li>VLC</li> | ||||
| 			<li>RuStore</li> | ||||
| 		</ul> | ||||
| 	</li> | ||||
| 	<li> | ||||
| 		<p>Other - App-Specific:</p> | ||||
| 		<ul> | ||||
| 			<li>WhatsApp</li> | ||||
| 			<li>Telegram App</li> | ||||
| 			<li>Neutron Code</li> | ||||
| 		</ul> | ||||
|   | ||||
| @@ -13,7 +13,6 @@ | ||||
| 			<li>F-Droid</li> | ||||
| 			<li>Third Party F-Droid Repos</li> | ||||
| 			<li>IzzyOnDroid</li> | ||||
| 			<li>SourceForge</li> | ||||
| 			<li>SourceHut</li> | ||||
| 		</ul> | ||||
| 	</li> | ||||
| @@ -22,24 +21,17 @@ | ||||
| 		<ul> | ||||
| 			<li>APKPure</li> | ||||
| 			<li>Aptoide</li> | ||||
| 			<li>Uptodowng</li> | ||||
| 			<li>Uptodown</li> | ||||
| 			<li>APKMirror (Track-Only)</li> | ||||
| 			<li>Huawei AppGallery</li> | ||||
| 			<li>Tencent App Store</li> | ||||
| 			<li>Jenkins Jobs</li> | ||||
| 		</ul> | ||||
| 	</li> | ||||
| 	<li> | ||||
| 		<p>Свободное ПО - Для отдельных приложений:</p> | ||||
| 		<ul> | ||||
| 			<li>Mullvad</li> | ||||
| 			<li>Signal</li> | ||||
| 			<li>VLC</li> | ||||
| 			<li>RuStore</li> | ||||
| 		</ul> | ||||
| 	</li> | ||||
| 	<li> | ||||
| 		<p>Другие - Для отдельных приложений:</p> | ||||
| 		<ul> | ||||
| 			<li>WhatsApp</li> | ||||
| 			<li>Telegram App</li> | ||||
| 			<li>Neutron Code</li> | ||||
| 		</ul> | ||||
|   | ||||
| @@ -72,7 +72,8 @@ class APKMirror extends AppSource { | ||||
|                 true | ||||
|             ? additionalSettings['filterReleaseTitlesByRegEx'] | ||||
|             : null; | ||||
|     Response res = await sourceRequest('$standardUrl/feed', additionalSettings); | ||||
|     Response res = | ||||
|         await sourceRequest('$standardUrl/feed/', additionalSettings); | ||||
|     if (res.statusCode == 200) { | ||||
|       var items = parse(res.body).querySelectorAll('item'); | ||||
|       dynamic targetRelease; | ||||
|   | ||||
| @@ -1,5 +1,6 @@ | ||||
| import 'package:easy_localization/easy_localization.dart'; | ||||
| import 'package:obtainium/app_sources/html.dart'; | ||||
| import 'package:obtainium/components/generated_form.dart'; | ||||
| import 'package:obtainium/custom_errors.dart'; | ||||
| import 'package:obtainium/providers/source_provider.dart'; | ||||
|  | ||||
| @@ -8,12 +9,23 @@ class DirectAPKLink extends AppSource { | ||||
|  | ||||
|   DirectAPKLink() { | ||||
|     name = tr('directAPKLink'); | ||||
|     additionalSourceAppSpecificSettingFormItems = html | ||||
|         .additionalSourceAppSpecificSettingFormItems | ||||
|         .where((element) => element | ||||
|             .where((element) => element.key == 'requestHeader') | ||||
|             .isNotEmpty) | ||||
|         .toList(); | ||||
|     additionalSourceAppSpecificSettingFormItems = [ | ||||
|       ...html.additionalSourceAppSpecificSettingFormItems | ||||
|           .where((element) => element | ||||
|               .where((element) => element.key == 'requestHeader') | ||||
|               .isNotEmpty) | ||||
|           .toList(), | ||||
|       [ | ||||
|         GeneratedFormDropdown( | ||||
|             'defaultPseudoVersioningMethod', | ||||
|             [ | ||||
|               MapEntry('partialAPKHash', tr('partialAPKHash')), | ||||
|               MapEntry('ETag', 'ETag') | ||||
|             ], | ||||
|             label: tr('defaultPseudoVersioningMethod'), | ||||
|             defaultValue: 'partialAPKHash') | ||||
|       ] | ||||
|     ]; | ||||
|     excludeCommonSettingKeys = [ | ||||
|       'versionExtractionRegEx', | ||||
|       'matchGroupToUse', | ||||
| @@ -57,9 +69,8 @@ class DirectAPKLink extends AppSource { | ||||
|         additionalSettingsNew[s] = additionalSettings[s]; | ||||
|       } | ||||
|     } | ||||
|     additionalSettingsNew['defaultPseudoVersioningMethod'] = 'partialAPKHash'; | ||||
|     additionalSettingsNew['directAPKLink'] = true; | ||||
|     additionalSettings['versionDetection'] = false; | ||||
|     additionalSettingsNew['versionDetection'] = false; | ||||
|     return html.getLatestAPKDetails(standardUrl, additionalSettingsNew); | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -75,8 +75,18 @@ class GitHub extends AppSource { | ||||
|       ], | ||||
|       [GeneratedFormSwitch('verifyLatestTag', label: tr('verifyLatestTag'))], | ||||
|       [ | ||||
|         GeneratedFormSwitch('dontSortReleasesList', | ||||
|             label: tr('dontSortReleasesList')) | ||||
|         GeneratedFormDropdown( | ||||
|             'sortMethodChoice', | ||||
|             [ | ||||
|               MapEntry('date', tr('releaseDate')), | ||||
|               MapEntry('smartname', tr('smartname')), | ||||
|               MapEntry('none', tr('none')), | ||||
|               MapEntry('smartname-datefallback', | ||||
|                   '${tr('smartname')} x ${tr('releaseDate')}'), | ||||
|               MapEntry('name', tr('name')), | ||||
|             ], | ||||
|             label: tr('sortMethod'), | ||||
|             defaultValue: 'date') | ||||
|       ], | ||||
|       [ | ||||
|         GeneratedFormSwitch('useLatestAssetDateAsReleaseDate', | ||||
| @@ -244,10 +254,10 @@ class GitHub extends AppSource { | ||||
|             ? additionalSettings['filterReleaseNotesByRegEx'] | ||||
|             : null; | ||||
|     bool verifyLatestTag = additionalSettings['verifyLatestTag'] == true; | ||||
|     bool dontSortReleasesList = | ||||
|         additionalSettings['dontSortReleasesList'] == true; | ||||
|     bool useLatestAssetDateAsReleaseDate = | ||||
|         additionalSettings['useLatestAssetDateAsReleaseDate'] == true; | ||||
|     String sortMethod = | ||||
|         additionalSettings['sortMethodChoice'] ?? 'smartname-datefallback'; | ||||
|     dynamic latestRelease; | ||||
|     if (verifyLatestTag) { | ||||
|       var temp = requestUrl.split('?'); | ||||
| @@ -316,7 +326,7 @@ class GitHub extends AppSource { | ||||
|               ? getPublishDateFromRelease(rel) | ||||
|               : getNewestAssetDateFromRelease(rel); | ||||
|  | ||||
|       if (dontSortReleasesList) { | ||||
|       if (sortMethod == 'none') { | ||||
|         releases = releases.reversed.toList(); | ||||
|       } else { | ||||
|         releases.sort((a, b) { | ||||
| @@ -330,22 +340,30 @@ class GitHub extends AppSource { | ||||
|           } else { | ||||
|             var nameA = a['tag_name'] ?? a['name']; | ||||
|             var nameB = b['tag_name'] ?? b['name']; | ||||
|             var stdFormats = findStandardFormatsForVersion(nameA, true) | ||||
|                 .intersection(findStandardFormatsForVersion(nameB, true)); | ||||
|             if (stdFormats.isNotEmpty) { | ||||
|               var reg = RegExp(stdFormats.first); | ||||
|               var matchA = reg.firstMatch(nameA); | ||||
|               var matchB = reg.firstMatch(nameB); | ||||
|               return compareAlphaNumeric( | ||||
|                   (nameA as String).substring(matchA!.start, matchA.end), | ||||
|                   (nameB as String).substring(matchB!.start, matchB.end)); | ||||
|             } else { | ||||
|             var stdFormats = findStandardFormatsForVersion(nameA, false) | ||||
|                 .intersection(findStandardFormatsForVersion(nameB, false)); | ||||
|             if (sortMethod == 'date' || | ||||
|                 (sortMethod == 'smartname-datefallback' && | ||||
|                     stdFormats.isEmpty)) { | ||||
|               return (getReleaseDateFromRelease( | ||||
|                           a, useLatestAssetDateAsReleaseDate) ?? | ||||
|                       DateTime(1)) | ||||
|                   .compareTo(getReleaseDateFromRelease( | ||||
|                           b, useLatestAssetDateAsReleaseDate) ?? | ||||
|                       DateTime(0)); | ||||
|             } else { | ||||
|               if (sortMethod != 'name' && stdFormats.isNotEmpty) { | ||||
|                 var reg = RegExp(stdFormats.last); | ||||
|                 var matchA = reg.firstMatch(nameA); | ||||
|                 var matchB = reg.firstMatch(nameB); | ||||
|                 return compareAlphaNumeric( | ||||
|                     (nameA as String).substring(matchA!.start, matchA.end), | ||||
|                     (nameB as String).substring(matchB!.start, matchB.end)); | ||||
|               } else { | ||||
|                 // 'name' | ||||
|                 return compareAlphaNumeric( | ||||
|                     (nameA as String), (nameB as String)); | ||||
|               } | ||||
|             } | ||||
|           } | ||||
|         }); | ||||
|   | ||||
| @@ -53,8 +53,12 @@ class GitLab extends AppSource { | ||||
|  | ||||
|   @override | ||||
|   String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) { | ||||
|     var urlSegments = url.split('/'); | ||||
|     var cutOffIndex = urlSegments.indexWhere((s) => s == '-'); | ||||
|     url = | ||||
|         urlSegments.sublist(0, cutOffIndex <= 0 ? null : cutOffIndex).join('/'); | ||||
|     RegExp standardUrlRegEx = RegExp( | ||||
|         '^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+(/[^/]+){1,20}', | ||||
|         '^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+(/[^((\b/\b)|(\b/-/\b))]+){1,20}', | ||||
|         caseSensitive: false); | ||||
|     RegExpMatch? match = standardUrlRegEx.firstMatch(url); | ||||
|     if (match == null) { | ||||
| @@ -116,7 +120,7 @@ class GitLab extends AppSource { | ||||
|       Map<String, dynamic> additionalSettings) async { | ||||
|     String? PAT = await getPATIfAny(hostChanged ? additionalSettings : {}); | ||||
|     String optionalAuth = (PAT != null) ? 'private_token=$PAT' : ''; | ||||
|     return '$apkUrl?$optionalAuth'; | ||||
|     return '$apkUrl${(Uri.parse(apkUrl).query.isEmpty ? '?' : '&')}$optionalAuth'; | ||||
|   } | ||||
|  | ||||
|   @override | ||||
| @@ -159,29 +163,39 @@ class GitLab extends AppSource { | ||||
|     apkDetailsList = json.map((e) { | ||||
|       var apkUrlsFromAssets = (e['assets']?['links'] as List<dynamic>? ?? []) | ||||
|           .map((e) { | ||||
|             return (e['direct_asset_url'] ?? e['url'] ?? '') as String; | ||||
|             var url = (e['direct_asset_url'] ?? e['url'] ?? '') as String; | ||||
|             var parsedUrl = url.isNotEmpty ? Uri.parse(url) : null; | ||||
|             return MapEntry( | ||||
|                 (e['name'] ?? | ||||
|                     (parsedUrl != null && parsedUrl.pathSegments.isNotEmpty | ||||
|                         ? parsedUrl.pathSegments.last | ||||
|                         : 'unknown')) as String, | ||||
|                 (e['direct_asset_url'] ?? e['url'] ?? '') as String); | ||||
|           }) | ||||
|           .where((s) => s.isNotEmpty) | ||||
|           .where((s) => s.key.isNotEmpty) | ||||
|           .toList(); | ||||
|       List<String> uploadedAPKsFromDescription = | ||||
|           ((e['description'] ?? '') as String) | ||||
|               .split('](') | ||||
|               .join('\n') | ||||
|               .split('.apk)') | ||||
|               .join('.apk\n') | ||||
|               .split('\n') | ||||
|               .where((s) => s.startsWith('/uploads/') && s.endsWith('apk')) | ||||
|               .map((s) => 'https://${hosts[0]}/-/project/$projectId$s') | ||||
|               .toList(); | ||||
|       var apkUrlsSet = apkUrlsFromAssets.toSet(); | ||||
|       apkUrlsSet.addAll(uploadedAPKsFromDescription); | ||||
|       var uploadedAPKsFromDescription = ((e['description'] ?? '') as String) | ||||
|           .split('](') | ||||
|           .join('\n') | ||||
|           .split('.apk)') | ||||
|           .join('.apk\n') | ||||
|           .split('\n') | ||||
|           .where((s) => s.startsWith('/uploads/') && s.endsWith('apk')) | ||||
|           .map((s) => 'https://${hosts[0]}/-/project/$projectId$s') | ||||
|           .map((l) => MapEntry(Uri.parse(l).pathSegments.last, l)) | ||||
|           .toList(); | ||||
|       Map<String, String> apkUrls = {}; | ||||
|       for (var entry in apkUrlsFromAssets) { | ||||
|         apkUrls[entry.key] = entry.value; | ||||
|       } | ||||
|       for (var entry in uploadedAPKsFromDescription) { | ||||
|         apkUrls[entry.key] = entry.value; | ||||
|       } | ||||
|       var releaseDateString = | ||||
|           e['released_at'] ?? e['created_at'] ?? e['commit']?['created_at']; | ||||
|       DateTime? releaseDate = | ||||
|           releaseDateString != null ? DateTime.parse(releaseDateString) : null; | ||||
|       return APKDetails( | ||||
|           e['tag_name'] ?? e['name'], | ||||
|           getApkUrlsFromUrls(apkUrlsSet.toList()), | ||||
|       return APKDetails(e['tag_name'] ?? e['name'], apkUrls.entries.toList(), | ||||
|           AppNames(names.author, names.name.split('/').last), | ||||
|           releaseDate: releaseDate); | ||||
|     }); | ||||
|   | ||||
| @@ -212,6 +212,10 @@ class HTML extends AppSource { | ||||
|           required: true, | ||||
|           additionalValidators: [(value) => regExValidator(value)]) | ||||
|     ], | ||||
|     [ | ||||
|       GeneratedFormSwitch('autoLinkFilterByArch', | ||||
|           label: tr('autoLinkFilterByArch'), defaultValue: false) | ||||
|     ], | ||||
|   ]; | ||||
|   HTML() { | ||||
|     additionalSourceAppSpecificSettingFormItems = [ | ||||
| @@ -259,7 +263,8 @@ class HTML extends AppSource { | ||||
|             'defaultPseudoVersioningMethod', | ||||
|             [ | ||||
|               MapEntry('partialAPKHash', tr('partialAPKHash')), | ||||
|               MapEntry('APKLinkHash', tr('APKLinkHash')) | ||||
|               MapEntry('APKLinkHash', tr('APKLinkHash')), | ||||
|               MapEntry('ETag', 'ETag') | ||||
|             ], | ||||
|             label: tr('defaultPseudoVersioningMethod'), | ||||
|             defaultValue: 'partialAPKHash') | ||||
| @@ -313,8 +318,12 @@ class HTML extends AppSource { | ||||
|           await sourceRequest(currentUrl, additionalSettings), | ||||
|           additionalSettings['intermediateLink'][i]); | ||||
|       if (intLinks.isEmpty) { | ||||
|         throw NoReleasesError(); | ||||
|         throw NoReleasesError(note: currentUrl); | ||||
|       } else { | ||||
|         if (additionalSettings['intermediateLink'][i]['autoLinkFilterByArch'] == | ||||
|             true) { | ||||
|           intLinks = await filterApksByArch(intLinks); | ||||
|         } | ||||
|         currentUrl = intLinks.last.key; | ||||
|       } | ||||
|     } | ||||
| @@ -329,7 +338,7 @@ class HTML extends AppSource { | ||||
|       links = filterApks(links, additionalSettings['apkFilterRegEx'], | ||||
|           additionalSettings['invertAPKFilter']); | ||||
|       if (links.isEmpty) { | ||||
|         throw NoReleasesError(); | ||||
|         throw NoReleasesError(note: currentUrl); | ||||
|       } | ||||
|     } else { | ||||
|       links = [MapEntry(currentUrl, currentUrl)]; | ||||
| @@ -348,20 +357,32 @@ class HTML extends AppSource { | ||||
|         additionalSettings['versionExtractWholePage'] == true | ||||
|             ? versionExtractionWholePageString | ||||
|             : relDecoded); | ||||
|     version ??= additionalSettings['defaultPseudoVersioningMethod'] == | ||||
|             'APKLinkHash' | ||||
|         ? rel.hashCode.toString() | ||||
|         : (await checkPartialDownloadHashDynamic(rel, | ||||
|                 headers: await getRequestHeaders(additionalSettings, | ||||
|                     forAPKDownload: true), | ||||
|                 allowInsecure: additionalSettings['allowInsecure'] == true)) | ||||
|             .toString(); | ||||
|     var apkReqHeaders = | ||||
|         await getRequestHeaders(additionalSettings, forAPKDownload: true); | ||||
|     if (version == null && | ||||
|         additionalSettings['defaultPseudoVersioningMethod'] == 'ETag') { | ||||
|       version = await checkETagHeader(rel, | ||||
|           headers: apkReqHeaders, | ||||
|           allowInsecure: additionalSettings['allowInsecure'] == true); | ||||
|       if (version == null) { | ||||
|         throw NoVersionError(); | ||||
|       } | ||||
|     } | ||||
|     version ??= | ||||
|         additionalSettings['defaultPseudoVersioningMethod'] == 'APKLinkHash' | ||||
|             ? rel.hashCode.toString() | ||||
|             : (await checkPartialDownloadHashDynamic(rel, | ||||
|                     headers: apkReqHeaders, | ||||
|                     allowInsecure: additionalSettings['allowInsecure'] == true)) | ||||
|                 .toString(); | ||||
|     return APKDetails( | ||||
|         version, | ||||
|         [rel] | ||||
|             .map((e) => | ||||
|                 MapEntry('${e.hashCode}-${Uri.parse(e).pathSegments.last}', e)) | ||||
|             .toList(), | ||||
|         [rel].map((e) { | ||||
|           var uri = Uri.parse(e); | ||||
|           var fileName = | ||||
|               uri.pathSegments.isNotEmpty ? uri.pathSegments.last : uri.origin; | ||||
|           return MapEntry('${e.hashCode}-$fileName', e); | ||||
|         }).toList(), | ||||
|         AppNames(uri.host, tr('app'))); | ||||
|   } | ||||
| } | ||||
|   | ||||
							
								
								
									
										98
									
								
								lib/app_sources/rustore.dart
									
									
									
									
									
										Normal file
									
								
							
							
						
						| @@ -0,0 +1,98 @@ | ||||
| import 'dart:convert'; | ||||
| import 'dart:typed_data'; | ||||
|  | ||||
| import 'package:easy_localization/easy_localization.dart'; | ||||
| import 'package:flutter_charset_detector/flutter_charset_detector.dart'; | ||||
| import 'package:http/http.dart'; | ||||
| import 'package:obtainium/custom_errors.dart'; | ||||
| import 'package:obtainium/providers/source_provider.dart'; | ||||
|  | ||||
| class RuStore extends AppSource { | ||||
|   RuStore() { | ||||
|     hosts = ['rustore.ru']; | ||||
|     name = 'RuStore'; | ||||
|     naiveStandardVersionDetection = true; | ||||
|     showReleaseDateAsVersionToggle = true; | ||||
|   } | ||||
|  | ||||
|   @override | ||||
|   String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) { | ||||
|     RegExp standardUrlRegEx = RegExp( | ||||
|         '^https?://(www\\.)?${getSourceRegex(hosts)}/catalog/app/+[^/]+', | ||||
|         caseSensitive: false); | ||||
|     RegExpMatch? match = standardUrlRegEx.firstMatch(url); | ||||
|     if (match == null) { | ||||
|       throw InvalidURLError(name); | ||||
|     } | ||||
|     return match.group(0)!; | ||||
|   } | ||||
|  | ||||
|   @override | ||||
|   Future<String?> tryInferringAppId(String standardUrl, | ||||
|       {Map<String, dynamic> additionalSettings = const {}}) async { | ||||
|     return Uri.parse(standardUrl).pathSegments.last; | ||||
|   } | ||||
|  | ||||
|   @override | ||||
|   Future<APKDetails> getLatestAPKDetails( | ||||
|     String standardUrl, | ||||
|     Map<String, dynamic> additionalSettings, | ||||
|   ) async { | ||||
|     String? appId = await tryInferringAppId(standardUrl); | ||||
|     Response res0 = await sourceRequest( | ||||
|         'https://backapi.rustore.ru/applicationData/overallInfo/$appId', | ||||
|         additionalSettings); | ||||
|     if (res0.statusCode != 200) { | ||||
|       throw getObtainiumHttpError(res0); | ||||
|     } | ||||
|     var appDetails = jsonDecode(res0.body)['body']; | ||||
|     if (appDetails['appId'] == null) { | ||||
|       throw NoReleasesError(); | ||||
|     } | ||||
|  | ||||
|     String appName = appDetails['appName'] ?? tr('app'); | ||||
|     String author = appDetails['companyName'] ?? name; | ||||
|     String? dateStr = appDetails['updatedAt']; | ||||
|     String? version = appDetails['versionName']; | ||||
|     String? changeLog = appDetails['whatsNew']; | ||||
|     if (version == null) { | ||||
|       throw NoVersionError(); | ||||
|     } | ||||
|     DateTime? relDate; | ||||
|     if (dateStr != null) { | ||||
|       relDate = DateTime.parse(dateStr); | ||||
|     } | ||||
|  | ||||
|     Response res1 = await sourceRequest( | ||||
|         'https://backapi.rustore.ru/applicationData/download-link', | ||||
|         additionalSettings, | ||||
|         followRedirects: false, | ||||
|         postBody: {"appId": appDetails['appId'], "firstInstall": true}); | ||||
|     var downloadDetails = jsonDecode(res1.body)['body']; | ||||
|     if (res1.statusCode != 200 || downloadDetails['apkUrl'] == null) { | ||||
|       throw NoAPKError(); | ||||
|     } | ||||
|  | ||||
|     appName = (await CharsetDetector.autoDecode( | ||||
|             Uint8List.fromList(appName.codeUnits))) | ||||
|         .string; | ||||
|     author = | ||||
|         (await CharsetDetector.autoDecode(Uint8List.fromList(author.codeUnits))) | ||||
|             .string; | ||||
|     changeLog = changeLog != null | ||||
|         ? (await CharsetDetector.autoDecode( | ||||
|                 Uint8List.fromList(changeLog.codeUnits))) | ||||
|             .string | ||||
|         : null; | ||||
|  | ||||
|     return APKDetails( | ||||
|         version, | ||||
|         getApkUrlsFromUrls([ | ||||
|           (downloadDetails['apkUrl'] as String) | ||||
|               .replaceAll(RegExp('\\.zip\$'), '.apk') | ||||
|         ]), | ||||
|         AppNames(author, appName), | ||||
|         releaseDate: relDate, | ||||
|         changeLog: changeLog); | ||||
|   } | ||||
| } | ||||
| @@ -64,11 +64,11 @@ class Tencent extends AppSource { | ||||
|       var author = json['app_detail_records'][appId]['app_info']['author']; | ||||
|       var releaseDate = | ||||
|           json['app_detail_records'][appId]['app_info']['update_time']; | ||||
|       var apkName = Uri.parse(apkUrl).queryParameters['fsname'] ?? | ||||
|           '${appId}_$version.apk'; | ||||
|  | ||||
|       return APKDetails( | ||||
|           version, | ||||
|           [MapEntry(Uri.parse(apkUrl).queryParameters['fsname']!, apkUrl)], | ||||
|           AppNames(author, appName), | ||||
|           version, [MapEntry(apkName, apkUrl)], AppNames(author, appName), | ||||
|           releaseDate: releaseDate != null | ||||
|               ? DateTime.fromMillisecondsSinceEpoch(releaseDate * 1000) | ||||
|               : null); | ||||
|   | ||||
| @@ -23,7 +23,7 @@ import 'package:easy_localization/src/localization.dart'; | ||||
| List<MapEntry<Locale, String>> supportedLocales = const [ | ||||
|   MapEntry(Locale('en'), 'English'), | ||||
|   MapEntry(Locale('zh'), '简体中文'), | ||||
|   MapEntry(Locale('zh_Hant_TW'), '臺灣話'), | ||||
|   MapEntry(Locale('zh', 'Hant_TW'), '臺灣話'), | ||||
|   MapEntry(Locale('it'), 'Italiano'), | ||||
|   MapEntry(Locale('ja'), '日本語'), | ||||
|   MapEntry(Locale('hu'), 'Magyar'), | ||||
| @@ -46,6 +46,7 @@ List<MapEntry<Locale, String>> supportedLocales = const [ | ||||
|       'Esperanto'), // https://github.com/aissat/easy_localization/issues/220#issuecomment-846035493 | ||||
|   MapEntry(Locale('in'), 'Bahasa Indonesia'), | ||||
|   MapEntry(Locale('ko'), '한국어'), | ||||
|   MapEntry(Locale('ca'), 'Català'), | ||||
| ]; | ||||
| const fallbackLocale = Locale('en'); | ||||
| const localeDir = 'assets/translations'; | ||||
| @@ -61,11 +62,11 @@ Future<void> loadTranslations() async { | ||||
|   var forceLocale = s.forcedLocale; | ||||
|   final controller = EasyLocalizationController( | ||||
|     saveLocale: true, | ||||
|     forceLocale: forceLocale != null ? Locale(forceLocale) : null, | ||||
|     forceLocale: forceLocale, | ||||
|     fallbackLocale: fallbackLocale, | ||||
|     supportedLocales: supportedLocales.map((e) => e.key).toList(), | ||||
|     assetLoader: const RootBundleAssetLoader(), | ||||
|     useOnlyLangCode: true, | ||||
|     useOnlyLangCode: false, | ||||
|     useFallbackTranslations: true, | ||||
|     path: localeDir, | ||||
|     onLoadError: (FlutterError e) { | ||||
| @@ -119,7 +120,7 @@ void main() async { | ||||
|         supportedLocales: supportedLocales.map((e) => e.key).toList(), | ||||
|         path: localeDir, | ||||
|         fallbackLocale: fallbackLocale, | ||||
|         useOnlyLangCode: true, | ||||
|         useOnlyLangCode: false, | ||||
|         child: const Obtainium()), | ||||
|   )); | ||||
|   BackgroundFetch.registerHeadlessTask(backgroundFetchHeadlessTask); | ||||
| @@ -203,12 +204,9 @@ class _ObtainiumState extends State<Obtainium> { | ||||
|           }); | ||||
|         } | ||||
|       } | ||||
|       if (!supportedLocales | ||||
|               .map((e) => e.key.languageCode) | ||||
|               .contains(context.locale.languageCode) || | ||||
|       if (!supportedLocales.map((e) => e.key).contains(context.locale) || | ||||
|           (settingsProvider.forcedLocale == null && | ||||
|               context.deviceLocale.languageCode != | ||||
|                   context.locale.languageCode)) { | ||||
|               context.deviceLocale != context.locale)) { | ||||
|         settingsProvider.resetLocaleSafe(context); | ||||
|       } | ||||
|     } | ||||
| @@ -251,17 +249,15 @@ class _ObtainiumState extends State<Obtainium> { | ||||
|               colorScheme: settingsProvider.theme == ThemeSettings.dark | ||||
|                   ? darkColorScheme | ||||
|                   : lightColorScheme, | ||||
|               fontFamily: settingsProvider.useSystemFont | ||||
|                   ? 'SystemFont' | ||||
|                   : 'Wix-Madefor-Display'), | ||||
|               fontFamily: | ||||
|                   settingsProvider.useSystemFont ? 'SystemFont' : 'Montserrat'), | ||||
|           darkTheme: ThemeData( | ||||
|               useMaterial3: true, | ||||
|               colorScheme: settingsProvider.theme == ThemeSettings.light | ||||
|                   ? lightColorScheme | ||||
|                   : darkColorScheme, | ||||
|               fontFamily: settingsProvider.useSystemFont | ||||
|                   ? 'SystemFont' | ||||
|                   : 'Wix-Madefor-Display'), | ||||
|               fontFamily: | ||||
|                   settingsProvider.useSystemFont ? 'SystemFont' : 'Montserrat'), | ||||
|           home: Shortcuts(shortcuts: <LogicalKeySet, Intent>{ | ||||
|             LogicalKeySet(LogicalKeyboardKey.select): const ActivateIntent(), | ||||
|           }, child: const HomePage())); | ||||
|   | ||||
| @@ -575,8 +575,10 @@ class AddAppPageState extends State<AddAppPage> { | ||||
|  | ||||
|     Widget getSourcesListWidget() => Padding( | ||||
|           padding: const EdgeInsets.all(16), | ||||
|           child: Row( | ||||
|             mainAxisAlignment: MainAxisAlignment.spaceBetween, | ||||
|           child: Wrap( | ||||
|             direction: Axis.horizontal, | ||||
|             alignment: WrapAlignment.spaceBetween, | ||||
|             spacing: 12, | ||||
|             children: [ | ||||
|               GestureDetector( | ||||
|                   onTap: () { | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| import 'package:easy_localization/easy_localization.dart'; | ||||
| import 'package:flutter/material.dart'; | ||||
| import 'package:flutter/services.dart'; | ||||
| import 'package:flutter_markdown/flutter_markdown.dart'; | ||||
| import 'package:obtainium/components/generated_form_modal.dart'; | ||||
| import 'package:obtainium/custom_errors.dart'; | ||||
| import 'package:obtainium/main.dart'; | ||||
| @@ -12,6 +13,7 @@ import 'package:obtainium/providers/source_provider.dart'; | ||||
| import 'package:url_launcher/url_launcher_string.dart'; | ||||
| import 'package:webview_flutter/webview_flutter.dart'; | ||||
| import 'package:provider/provider.dart'; | ||||
| import 'package:markdown/markdown.dart' as md; | ||||
|  | ||||
| class AppPage extends StatefulWidget { | ||||
|   const AppPage({super.key, required this.appId}); | ||||
| @@ -23,9 +25,32 @@ class AppPage extends StatefulWidget { | ||||
| } | ||||
|  | ||||
| class _AppPageState extends State<AppPage> { | ||||
|   late final WebViewController _webViewController; | ||||
|   bool _wasWebViewOpened = false; | ||||
|   AppInMemory? prevApp; | ||||
|   bool updating = false; | ||||
|  | ||||
|   @override | ||||
|   void initState() { | ||||
|     super.initState(); | ||||
|     _webViewController = WebViewController() | ||||
|       ..setJavaScriptMode(JavaScriptMode.unrestricted) | ||||
|       ..setNavigationDelegate( | ||||
|         NavigationDelegate( | ||||
|           onWebResourceError: (WebResourceError error) { | ||||
|             if (error.isForMainFrame == true) { | ||||
|               showError( | ||||
|                   ObtainiumError(error.description, unexpected: true), context); | ||||
|             } | ||||
|           }, | ||||
|           onNavigationRequest: (NavigationRequest request) => | ||||
|               request.url.startsWith("rustore://") | ||||
|                   ? NavigationDecision.prevent | ||||
|                   : NavigationDecision.navigate, | ||||
|         ), | ||||
|       ); | ||||
|   } | ||||
|  | ||||
|   @override | ||||
|   Widget build(BuildContext context) { | ||||
|     var appsProvider = context.watch<AppsProvider>(); | ||||
| @@ -79,6 +104,11 @@ class _AppPageState extends State<AppPage> { | ||||
|         (app?.app.installedVersion != null && | ||||
|             app?.app.additionalSettings['versionDetection'] != true); | ||||
|  | ||||
|     if (app != null && !_wasWebViewOpened) { | ||||
|       _wasWebViewOpened = true; | ||||
|       _webViewController.loadRequest(Uri.parse(app.app.url)); | ||||
|     } | ||||
|  | ||||
|     getInfoColumn() { | ||||
|       String versionLines = ''; | ||||
|       bool installed = app?.app.installedVersion != null; | ||||
| @@ -221,24 +251,41 @@ class _AppPageState extends State<AppPage> { | ||||
|           if (app?.app.additionalSettings['about'] is String && | ||||
|               app?.app.additionalSettings['about'].isNotEmpty) | ||||
|             Column( | ||||
|               mainAxisSize: MainAxisSize.min, | ||||
|               children: [ | ||||
|                 const SizedBox( | ||||
|                   height: 48, | ||||
|                 ), | ||||
|                 GestureDetector( | ||||
|                   onLongPress: () { | ||||
|                     Clipboard.setData(ClipboardData( | ||||
|                         text: app?.app.additionalSettings['about'] ?? '')); | ||||
|                     ScaffoldMessenger.of(context).showSnackBar(SnackBar( | ||||
|                       content: Text(tr('copiedToClipboard')), | ||||
|                     )); | ||||
|                   }, | ||||
|                   child: Text( | ||||
|                     app?.app.additionalSettings['about'], | ||||
|                     textAlign: TextAlign.center, | ||||
|                     style: const TextStyle(fontStyle: FontStyle.italic), | ||||
|                   ), | ||||
|                 ) | ||||
|                     onLongPress: () { | ||||
|                       Clipboard.setData(ClipboardData( | ||||
|                           text: app?.app.additionalSettings['about'] ?? '')); | ||||
|                       ScaffoldMessenger.of(context).showSnackBar(SnackBar( | ||||
|                         content: Text(tr('copiedToClipboard')), | ||||
|                       )); | ||||
|                     }, | ||||
|                     child: Markdown( | ||||
|                       physics: NeverScrollableScrollPhysics(), | ||||
|                       shrinkWrap: true, | ||||
|                       styleSheet: MarkdownStyleSheet( | ||||
|                           blockquoteDecoration: | ||||
|                               BoxDecoration(color: Theme.of(context).cardColor), | ||||
|                           textAlign: WrapAlignment.center), | ||||
|                       data: app?.app.additionalSettings['about'], | ||||
|                       onTapLink: (text, href, title) { | ||||
|                         if (href != null) { | ||||
|                           launchUrlString(href, | ||||
|                               mode: LaunchMode.externalApplication); | ||||
|                         } | ||||
|                       }, | ||||
|                       extensionSet: md.ExtensionSet( | ||||
|                         md.ExtensionSet.gitHubFlavored.blockSyntaxes, | ||||
|                         [ | ||||
|                           md.EmojiSyntax(), | ||||
|                           ...md.ExtensionSet.gitHubFlavored.inlineSyntaxes | ||||
|                         ], | ||||
|                       ), | ||||
|                     )) | ||||
|               ], | ||||
|             ), | ||||
|         ], | ||||
| @@ -281,7 +328,7 @@ class _AppPageState extends State<AppPage> { | ||||
|                   ? Theme.of(context).textTheme.displaySmall | ||||
|                   : Theme.of(context).textTheme.displayLarge, | ||||
|             ), | ||||
|             Text(tr('byX', args: [app?.app.author ?? tr('unknown')]), | ||||
|             Text(tr('byX', args: [app?.author ?? tr('unknown')]), | ||||
|                 textAlign: TextAlign.center, | ||||
|                 style: small | ||||
|                     ? Theme.of(context).textTheme.headlineSmall | ||||
| @@ -321,22 +368,9 @@ class _AppPageState extends State<AppPage> { | ||||
|  | ||||
|     getAppWebView() => app != null | ||||
|         ? WebViewWidget( | ||||
|             controller: WebViewController() | ||||
|               ..setJavaScriptMode(JavaScriptMode.unrestricted) | ||||
|               ..setBackgroundColor(Theme.of(context).colorScheme.surface) | ||||
|               ..setJavaScriptMode(JavaScriptMode.unrestricted) | ||||
|               ..setNavigationDelegate( | ||||
|                 NavigationDelegate( | ||||
|                   onWebResourceError: (WebResourceError error) { | ||||
|                     if (error.isForMainFrame == true) { | ||||
|                       showError( | ||||
|                           ObtainiumError(error.description, unexpected: true), | ||||
|                           context); | ||||
|                     } | ||||
|                   }, | ||||
|                 ), | ||||
|               ) | ||||
|               ..loadRequest(Uri.parse(app.app.url))) | ||||
|             key: ObjectKey(_webViewController), | ||||
|             controller: _webViewController | ||||
|               ..setBackgroundColor(Theme.of(context).colorScheme.surface)) | ||||
|         : Container(); | ||||
|  | ||||
|     showMarkUpdatedDialog() { | ||||
|   | ||||
| @@ -216,7 +216,7 @@ class AppsPageState extends State<AppsPage> { | ||||
|           } | ||||
|         } | ||||
|         for (var t in authorTokens) { | ||||
|           if (!app.app.author.toLowerCase().contains(t.toLowerCase())) { | ||||
|           if (!app.author.toLowerCase().contains(t.toLowerCase())) { | ||||
|             return false; | ||||
|           } | ||||
|         } | ||||
| @@ -247,11 +247,11 @@ class AppsPageState extends State<AppsPage> { | ||||
|     listedApps.sort((a, b) { | ||||
|       int result = 0; | ||||
|       if (settingsProvider.sortColumn == SortColumnSettings.authorName) { | ||||
|         result = ((a.app.author + a.name).toLowerCase()) | ||||
|             .compareTo((b.app.author + b.name).toLowerCase()); | ||||
|         result = ((a.author + a.name).toLowerCase()) | ||||
|             .compareTo((b.author + b.name).toLowerCase()); | ||||
|       } else if (settingsProvider.sortColumn == SortColumnSettings.nameAuthor) { | ||||
|         result = ((a.name + a.app.author).toLowerCase()) | ||||
|             .compareTo((b.name + b.app.author).toLowerCase()); | ||||
|         result = ((a.name + a.author).toLowerCase()) | ||||
|             .compareTo((b.name + b.author).toLowerCase()); | ||||
|       } else if (settingsProvider.sortColumn == | ||||
|           SortColumnSettings.releaseDate) { | ||||
|         result = (a.app.releaseDate)?.compareTo( | ||||
| @@ -570,7 +570,7 @@ class AppsPageState extends State<AppsPage> { | ||||
|                     : FontWeight.normal, | ||||
|               ), | ||||
|             ), | ||||
|             subtitle: Text(tr('byX', args: [listedApps[index].app.author]), | ||||
|             subtitle: Text(tr('byX', args: [listedApps[index].author]), | ||||
|                 maxLines: 1, | ||||
|                 style: TextStyle( | ||||
|                     overflow: TextOverflow.ellipsis, | ||||
| @@ -911,13 +911,15 @@ class AppsPageState extends State<AppsPage> { | ||||
|                                               .map((e) => e.id) | ||||
|                                               .toList(), | ||||
|                                           overrideExportSettings: false)); | ||||
|                                   String fn = | ||||
|                                       '${tr('obtainiumExportHyphenatedLowercase')}-${DateTime.now().toIso8601String().replaceAll(':', '-')}-count-${selectedApps.length}'; | ||||
|                                   XFile f = XFile.fromData( | ||||
|                                       Uint8List.fromList( | ||||
|                                           utf8.encode(exportJSON)), | ||||
|                                       mimeType: 'application/json', | ||||
|                                       name: | ||||
|                                           '${tr('obtainiumExportHyphenatedLowercase')}-${selectedApps.length}-${DateTime.now().millisecondsSinceEpoch}'); | ||||
|                                   Share.shareXFiles([f]); | ||||
|                                       name: fn); | ||||
|                                   Share.shareXFiles([f], | ||||
|                                       fileNameOverrides: ['$fn.json']); | ||||
|                                 }, | ||||
|                           child: Text( | ||||
|                               '${tr('share')} - ${tr('obtainiumExport')}')), | ||||
|   | ||||
| @@ -15,6 +15,7 @@ import 'package:obtainium/providers/apps_provider.dart'; | ||||
| import 'package:obtainium/providers/settings_provider.dart'; | ||||
| import 'package:obtainium/providers/source_provider.dart'; | ||||
| import 'package:provider/provider.dart'; | ||||
| import 'package:url_launcher/url_launcher_string.dart'; | ||||
|  | ||||
| class HomePage extends StatefulWidget { | ||||
|   const HomePage({super.key}); | ||||
| @@ -54,6 +55,45 @@ class _HomePageState extends State<HomePage> { | ||||
|   void initState() { | ||||
|     super.initState(); | ||||
|     initDeepLinks(); | ||||
|     WidgetsBinding.instance.addPostFrameCallback((_) async { | ||||
|       var sp = context.read<SettingsProvider>(); | ||||
|       if (!sp.welcomeShown) { | ||||
|         await showDialog( | ||||
|             context: context, | ||||
|             builder: (BuildContext ctx) { | ||||
|               return AlertDialog( | ||||
|                 title: Text(tr('welcome')), | ||||
|                 content: Column( | ||||
|                   mainAxisSize: MainAxisSize.min, | ||||
|                   spacing: 20, | ||||
|                   children: [ | ||||
|                     Text(tr('documentationLinksNote')), | ||||
|                     GestureDetector( | ||||
|                         onTap: () { | ||||
|                           launchUrlString( | ||||
|                               'https://github.com/ImranR98/Obtainium/blob/main/README.md', | ||||
|                               mode: LaunchMode.externalApplication); | ||||
|                         }, | ||||
|                         child: Text( | ||||
|                           'https://github.com/ImranR98/Obtainium/blob/main/README.md', | ||||
|                           style: const TextStyle( | ||||
|                               decoration: TextDecoration.underline, | ||||
|                               fontWeight: FontWeight.bold), | ||||
|                         )), | ||||
|                   ], | ||||
|                 ), | ||||
|                 actions: [ | ||||
|                   TextButton( | ||||
|                       onPressed: () { | ||||
|                         sp.welcomeShown = true; | ||||
|                         Navigator.of(context).pop(null); | ||||
|                       }, | ||||
|                       child: Text(tr('ok'))), | ||||
|                 ], | ||||
|               ); | ||||
|             }); | ||||
|       } | ||||
|     }); | ||||
|   } | ||||
|  | ||||
|   Future<void> initDeepLinks() async { | ||||
|   | ||||
| @@ -490,8 +490,9 @@ class _ImportExportPageState extends State<ImportExportPage> { | ||||
|                                                       searchSource[0]); | ||||
|                                                 } | ||||
|                                               }, | ||||
|                                         child: Text(tr('searchX', | ||||
|                                             args: [tr('source')])))), | ||||
|                                         child: Text(tr('searchX', args: [ | ||||
|                                           tr('source').toLowerCase() | ||||
|                                         ])))), | ||||
|                               ], | ||||
|                             ), | ||||
|                             const SizedBox(height: 8), | ||||
|   | ||||
| @@ -262,14 +262,14 @@ class _SettingsPageState extends State<SettingsPage> { | ||||
|             child: Text(tr('followSystem')), | ||||
|           ), | ||||
|           ...supportedLocales.map((e) => DropdownMenuItem( | ||||
|                 value: e.key.toLanguageTag(), | ||||
|                 value: e.key, | ||||
|                 child: Text(e.value), | ||||
|               )) | ||||
|         ], | ||||
|         onChanged: (value) { | ||||
|           settingsProvider.forcedLocale = value; | ||||
|           if (value != null) { | ||||
|             context.setLocale(Locale(value)); | ||||
|             context.setLocale(value); | ||||
|           } else { | ||||
|             settingsProvider.resetLocaleSafe(context); | ||||
|           } | ||||
|   | ||||
| @@ -9,6 +9,7 @@ import 'package:battery_plus/battery_plus.dart'; | ||||
| import 'package:fluttertoast/fluttertoast.dart'; | ||||
| import 'package:http/http.dart' as http; | ||||
| import 'package:crypto/crypto.dart'; | ||||
| import 'dart:typed_data'; | ||||
|  | ||||
| import 'package:android_intent_plus/flag.dart'; | ||||
| import 'package:android_package_installer/android_package_installer.dart'; | ||||
| @@ -53,6 +54,7 @@ class AppInMemory { | ||||
|       AppInMemory(app.deepCopy(), downloadProgress, installedInfo, icon); | ||||
|  | ||||
|   String get name => app.overrideName ?? app.finalName; | ||||
|   String get author => app.overrideAuthor ?? app.finalAuthor; | ||||
| } | ||||
|  | ||||
| class DownloadedApk { | ||||
| @@ -218,6 +220,22 @@ Future<String> checkPartialDownloadHash(String url, int bytesToGrab, | ||||
|   return hashListOfLists(bytes); | ||||
| } | ||||
|  | ||||
| Future<String?> checkETagHeader(String url, | ||||
|     {Map<String, String>? headers, bool allowInsecure = false}) async { | ||||
|   // Send the initial request but cancel it as soon as you have the headers | ||||
|   var reqHeaders = headers ?? {}; | ||||
|   var req = Request('GET', Uri.parse(url)); | ||||
|   req.headers.addAll(reqHeaders); | ||||
|   var client = IOClient(createHttpClient(allowInsecure)); | ||||
|   StreamedResponse response = await client.send(req); | ||||
|   var resHeaders = response.headers; | ||||
|   client.close(); | ||||
|   return resHeaders[HttpHeaders.etagHeader] | ||||
|       ?.replaceAll('"', '') | ||||
|       .hashCode | ||||
|       .toString(); | ||||
| } | ||||
|  | ||||
| Future<File> downloadFile(String url, String fileName, bool fileNameHasExt, | ||||
|     Function? onProgress, String destDir, | ||||
|     {bool useExisting = true, | ||||
| @@ -344,18 +362,44 @@ Future<File> downloadFile(String url, String fileName, bool fileNameHasExt, | ||||
|   // Perform the download | ||||
|   var received = 0; | ||||
|   double? progress; | ||||
|   DateTime? lastProgressUpdate; // Track last progress update time | ||||
|   if (rangeStart > 0 && fullContentLength != null) { | ||||
|     received = rangeStart; | ||||
|   } | ||||
|   await response.stream.map((s) { | ||||
|     received += s.length; | ||||
|     progress = | ||||
|         (fullContentLength != null ? (received / fullContentLength) * 100 : 30); | ||||
|     if (onProgress != null) { | ||||
|       onProgress(progress); | ||||
|     } | ||||
|     return s; | ||||
|   }).pipe(sink); | ||||
|   const downloadUIUpdateInterval = Duration(milliseconds: 500); | ||||
|   const downloadBufferSize = 32 * 1024; // 32KB | ||||
|   final downloadBuffer = BytesBuilder(); | ||||
|   await response.stream | ||||
|       .map((chunk) { | ||||
|         received += chunk.length; | ||||
|         final now = DateTime.now(); | ||||
|         if (onProgress != null && | ||||
|             (lastProgressUpdate == null || | ||||
|                 now.difference(lastProgressUpdate!) >= | ||||
|                     downloadUIUpdateInterval)) { | ||||
|           progress = fullContentLength != null | ||||
|               ? (received / fullContentLength) * 100 | ||||
|               : 30; | ||||
|           onProgress(progress); | ||||
|           lastProgressUpdate = now; | ||||
|         } | ||||
|         return chunk; | ||||
|       }) | ||||
|       .transform(StreamTransformer<List<int>, List<int>>.fromHandlers( | ||||
|         handleData: (List<int> data, EventSink<List<int>> s) { | ||||
|           downloadBuffer.add(data); | ||||
|           if (downloadBuffer.length >= downloadBufferSize) { | ||||
|             s.add(downloadBuffer.takeBytes()); | ||||
|           } | ||||
|         }, | ||||
|         handleDone: (EventSink<List<int>> s) { | ||||
|           if (downloadBuffer.isNotEmpty) { | ||||
|             s.add(downloadBuffer.takeBytes()); | ||||
|           } | ||||
|           s.close(); | ||||
|         }, | ||||
|       )) | ||||
|       .pipe(sink); | ||||
|   await sink.close(); | ||||
|   progress = null; | ||||
|   if (onProgress != null) { | ||||
| @@ -772,7 +816,9 @@ class AppsProvider with ChangeNotifier { | ||||
|     if (newInfo == null) { | ||||
|       try { | ||||
|         file.file.deleteSync(recursive: true); | ||||
|         additionalAPKs.forEach((a) => a.file.deleteSync(recursive: true)); | ||||
|         for (var a in additionalAPKs) { | ||||
|           a.file.deleteSync(recursive: true); | ||||
|         } | ||||
|       } catch (e) { | ||||
|         // | ||||
|       } finally { | ||||
|   | ||||
| @@ -150,6 +150,15 @@ class SettingsProvider with ChangeNotifier { | ||||
|     return result; | ||||
|   } | ||||
|  | ||||
|   bool get welcomeShown { | ||||
|     return prefs?.getBool('welcomeShown') ?? false; | ||||
|   } | ||||
|  | ||||
|   set welcomeShown(bool welcomeShown) { | ||||
|     prefs?.setBool('welcomeShown', welcomeShown); | ||||
|     notifyListeners(); | ||||
|   } | ||||
|  | ||||
|   bool checkJustStarted() { | ||||
|     if (justStarted) { | ||||
|       justStarted = false; | ||||
| @@ -261,22 +270,24 @@ class SettingsProvider with ChangeNotifier { | ||||
|     notifyListeners(); | ||||
|   } | ||||
|  | ||||
|   String? get forcedLocale { | ||||
|     var fl = prefs?.getString('forcedLocale'); | ||||
|     return supportedLocales | ||||
|             .where((element) => element.key.toLanguageTag() == fl) | ||||
|             .isNotEmpty | ||||
|   Locale? get forcedLocale { | ||||
|     var flSegs = prefs?.getString('forcedLocale')?.split('-'); | ||||
|     var fl = flSegs != null && flSegs.isNotEmpty | ||||
|         ? Locale(flSegs[0], flSegs.length > 1 ? flSegs[1] : null) | ||||
|         : null; | ||||
|     var set = supportedLocales.where((element) => element.key == fl).isNotEmpty | ||||
|         ? fl | ||||
|         : null; | ||||
|     return set; | ||||
|   } | ||||
|  | ||||
|   set forcedLocale(String? fl) { | ||||
|   set forcedLocale(Locale? fl) { | ||||
|     if (fl == null) { | ||||
|       prefs?.remove('forcedLocale'); | ||||
|     } else if (supportedLocales | ||||
|         .where((element) => element.key.toLanguageTag() == fl) | ||||
|         .where((element) => element.key == fl) | ||||
|         .isNotEmpty) { | ||||
|       prefs?.setString('forcedLocale', fl); | ||||
|       prefs?.setString('forcedLocale', fl.toLanguageTag()); | ||||
|     } | ||||
|     notifyListeners(); | ||||
|   } | ||||
| @@ -285,9 +296,7 @@ class SettingsProvider with ChangeNotifier { | ||||
|       a.length == b.length && a.union(b).length == a.length; | ||||
|  | ||||
|   void resetLocaleSafe(BuildContext context) { | ||||
|     if (context.supportedLocales | ||||
|         .map((e) => e.languageCode) | ||||
|         .contains(context.deviceLocale.languageCode)) { | ||||
|     if (context.supportedLocales.contains(context.deviceLocale)) { | ||||
|       context.resetLocale(); | ||||
|     } else { | ||||
|       context.setLocale(context.fallbackLocale!); | ||||
|   | ||||
| @@ -3,12 +3,13 @@ | ||||
|  | ||||
| import 'dart:convert'; | ||||
| import 'dart:io'; | ||||
| import 'package:http/http.dart' as http; | ||||
| import 'dart:typed_data'; | ||||
|  | ||||
| import 'package:device_info_plus/device_info_plus.dart'; | ||||
| import 'package:easy_localization/easy_localization.dart'; | ||||
| import 'package:html/dom.dart'; | ||||
| import 'package:http/http.dart'; | ||||
| import 'package:http/io_client.dart'; | ||||
| import 'package:obtainium/app_sources/apkmirror.dart'; | ||||
| import 'package:obtainium/app_sources/apkpure.dart'; | ||||
| import 'package:obtainium/app_sources/aptoide.dart'; | ||||
| @@ -23,6 +24,7 @@ import 'package:obtainium/app_sources/izzyondroid.dart'; | ||||
| import 'package:obtainium/app_sources/html.dart'; | ||||
| import 'package:obtainium/app_sources/jenkins.dart'; | ||||
| import 'package:obtainium/app_sources/neutroncode.dart'; | ||||
| import 'package:obtainium/app_sources/rustore.dart'; | ||||
| import 'package:obtainium/app_sources/sourceforge.dart'; | ||||
| import 'package:obtainium/app_sources/sourcehut.dart'; | ||||
| import 'package:obtainium/app_sources/telegramapp.dart'; | ||||
| @@ -151,6 +153,10 @@ appJSONCompatibilityModifiers(Map<String, dynamic> json) { | ||||
|   if (additionalSettings['autoApkFilterByArch'] == null) { | ||||
|     additionalSettings['autoApkFilterByArch'] = false; | ||||
|   } | ||||
|   // GitHub "don't sort" option to new dropdown format | ||||
|   if (additionalSettings['dontSortReleasesList'] == true) { | ||||
|     additionalSettings['sortMethodChoice'] = 'none'; | ||||
|   } | ||||
|   if (source.runtimeType == HTML().runtimeType) { | ||||
|     // HTML key rename | ||||
|     if (originalAdditionalSettings['sortByFileNamesNotLinks'] != null) { | ||||
| @@ -329,6 +335,15 @@ class App { | ||||
|     return overrideName ?? name; | ||||
|   } | ||||
|  | ||||
|   String? get overrideAuthor => | ||||
|       additionalSettings['appAuthor']?.toString().trim().isNotEmpty == true | ||||
|           ? additionalSettings['appAuthor'] | ||||
|           : null; | ||||
|  | ||||
|   String get finalAuthor { | ||||
|     return overrideAuthor ?? author; | ||||
|   } | ||||
|  | ||||
|   App deepCopy() => App( | ||||
|       id, | ||||
|       url, | ||||
| @@ -349,7 +364,7 @@ class App { | ||||
|       otherAssetUrls: otherAssetUrls); | ||||
|  | ||||
|   factory App.fromJson(Map<String, dynamic> json) { | ||||
|     Map<String, dynamic> originalJSON = new Map.from(json); | ||||
|     Map<String, dynamic> originalJSON = Map.from(json); | ||||
|     try { | ||||
|       json = appJSONCompatibilityModifiers(json); | ||||
|     } catch (e) { | ||||
| @@ -464,6 +479,23 @@ List<MapEntry<String, String>> getApkUrlsFromUrls(List<String> urls) => | ||||
|       return MapEntry(apkSegs.isNotEmpty ? apkSegs.last : segments.last, e); | ||||
|     }).toList(); | ||||
|  | ||||
| Future<List<MapEntry<String, String>>> filterApksByArch( | ||||
|     List<MapEntry<String, String>> apkUrls) async { | ||||
|   if (apkUrls.length > 1) { | ||||
|     var abis = (await DeviceInfoPlugin().androidInfo).supportedAbis; | ||||
|     for (var abi in abis) { | ||||
|       var urls2 = apkUrls | ||||
|           .where((element) => RegExp('.*$abi.*').hasMatch(element.key)) | ||||
|           .toList(); | ||||
|       if (urls2.isNotEmpty && urls2.length < apkUrls.length) { | ||||
|         apkUrls = urls2; | ||||
|         break; | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|   return apkUrls; | ||||
| } | ||||
|  | ||||
| getSourceRegex(List<String> hosts) { | ||||
|   return '(${hosts.join('|').replaceAll('.', '\\.')})'; | ||||
| } | ||||
| @@ -535,23 +567,62 @@ abstract class AppSource { | ||||
|       String url, Map<String, dynamic> additionalSettings, | ||||
|       {bool followRedirects = true, Object? postBody}) async { | ||||
|     var requestHeaders = await getRequestHeaders(additionalSettings); | ||||
|  | ||||
|     if (requestHeaders != null || followRedirects == false) { | ||||
|       var req = Request(postBody == null ? 'GET' : 'POST', Uri.parse(url)); | ||||
|       req.followRedirects = followRedirects; | ||||
|       if (requestHeaders != null) { | ||||
|         req.headers.addAll(requestHeaders); | ||||
|       var method = postBody == null ? 'GET' : 'POST'; | ||||
|       var currentUrl = url; | ||||
|       var redirectCount = 0; | ||||
|       const maxRedirects = 10; | ||||
|       while (redirectCount < maxRedirects) { | ||||
|         var httpClient = | ||||
|             createHttpClient(additionalSettings['allowInsecure'] == true); | ||||
|         var request = await httpClient.openUrl(method, Uri.parse(currentUrl)); | ||||
|         if (requestHeaders != null) { | ||||
|           requestHeaders.forEach((key, value) { | ||||
|             request.headers.set(key, value); | ||||
|           }); | ||||
|         } | ||||
|         request.followRedirects = false; | ||||
|         if (postBody != null) { | ||||
|           request.headers.contentType = ContentType.json; | ||||
|           request.write(jsonEncode(postBody)); | ||||
|         } | ||||
|         final response = await request.close(); | ||||
|  | ||||
|         if (followRedirects && | ||||
|             (response.statusCode == 301 || response.statusCode == 302)) { | ||||
|           final location = response.headers.value(HttpHeaders.locationHeader); | ||||
|           if (location != null) { | ||||
|             currentUrl = location; | ||||
|             redirectCount++; | ||||
|             httpClient.close(); | ||||
|             continue; | ||||
|           } | ||||
|         } | ||||
|  | ||||
|         final bytes = (await response.fold<BytesBuilder>( | ||||
|                 BytesBuilder(), (b, d) => b..add(d))) | ||||
|             .toBytes(); | ||||
|  | ||||
|         final headers = <String, String>{}; | ||||
|         response.headers.forEach((name, values) { | ||||
|           headers[name] = values.join(', '); | ||||
|         }); | ||||
|  | ||||
|         httpClient.close(); | ||||
|  | ||||
|         return http.Response.bytes( | ||||
|           bytes, | ||||
|           response.statusCode, | ||||
|           headers: headers, | ||||
|           request: http.Request(method, Uri.parse(url)), | ||||
|         ); | ||||
|       } | ||||
|       if (postBody != null) { | ||||
|         req.headers[HttpHeaders.contentTypeHeader] = 'application/json'; | ||||
|         req.body = jsonEncode(postBody); | ||||
|       } | ||||
|       return Response.fromStream(await IOClient( | ||||
|               createHttpClient(additionalSettings['allowInsecure'] == true)) | ||||
|           .send(req)); | ||||
|       throw ObtainiumError('Too many redirects ($maxRedirects)'); | ||||
|     } else { | ||||
|       return postBody == null | ||||
|           ? get(Uri.parse(url)) | ||||
|           : post(Uri.parse(url), body: jsonEncode(postBody)); | ||||
|           ? http.get(Uri.parse(url)) | ||||
|           : http.post(Uri.parse(url), body: jsonEncode(postBody)); | ||||
|     } | ||||
|   } | ||||
|  | ||||
| @@ -621,6 +692,7 @@ abstract class AppSource { | ||||
|           label: tr('autoApkFilterByArch'), defaultValue: true) | ||||
|     ], | ||||
|     [GeneratedFormTextField('appName', label: tr('appName'), required: false)], | ||||
|     [GeneratedFormTextField('appAuthor', label: tr('author'), required: false)], | ||||
|     [ | ||||
|       GeneratedFormSwitch('shizukuPretendToBeGooglePlay', | ||||
|           label: tr('shizukuPretendToBeGooglePlay'), defaultValue: false) | ||||
| @@ -864,6 +936,7 @@ class SourceProvider { | ||||
|         Tencent(), | ||||
|         Jenkins(), | ||||
|         APKMirror(), | ||||
|         RuStore(), | ||||
|         TelegramApp(), | ||||
|         NeutronCode(), | ||||
|         DirectAPKLink(), | ||||
| @@ -972,18 +1045,8 @@ class SourceProvider { | ||||
|     if (apk.apkUrls.isEmpty && !trackOnly) { | ||||
|       throw NoAPKError(); | ||||
|     } | ||||
|     if (apk.apkUrls.length > 1 && | ||||
|         additionalSettings['autoApkFilterByArch'] == true) { | ||||
|       var abis = (await DeviceInfoPlugin().androidInfo).supportedAbis; | ||||
|       for (var abi in abis) { | ||||
|         var urls2 = apk.apkUrls | ||||
|             .where((element) => RegExp('.*$abi.*').hasMatch(element.key)) | ||||
|             .toList(); | ||||
|         if (urls2.isNotEmpty && urls2.length < apk.apkUrls.length) { | ||||
|           apk.apkUrls = urls2; | ||||
|           break; | ||||
|         } | ||||
|       } | ||||
|     if (additionalSettings['autoApkFilterByArch'] == true) { | ||||
|       apk.apkUrls = await filterApksByArch(apk.apkUrls); | ||||
|     } | ||||
|     var name = currentApp != null ? currentApp.name.trim() : ''; | ||||
|     name = name.isNotEmpty ? name : apk.names.name; | ||||
|   | ||||
							
								
								
									
										264
									
								
								pubspec.lock
									
									
									
									
									
								
							
							
						
						| @@ -5,16 +5,16 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: android_intent_plus | ||||
|       sha256: "884b01361fe3756c4abbb56a382a00b16a2519079794a585afa7019a73cc0add" | ||||
|       sha256: dfc1fd3a577205ae8f11e990fb4ece8c90cceabbee56fcf48e463ecf0bd6aae3 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "5.2.2" | ||||
|     version: "5.3.0" | ||||
|   android_package_installer: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       path: "." | ||||
|       ref: main | ||||
|       resolved-ref: "6109d0b1dc015c016e113ded3dd80ac823f790ab" | ||||
|       resolved-ref: c9e144fae63231b5d1d7b88af779c314afcb6e83 | ||||
|       url: "https://github.com/ImranR98/android_package_installer" | ||||
|     source: git | ||||
|     version: "0.0.1" | ||||
| @@ -48,10 +48,10 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: app_links | ||||
|       sha256: "433df2e61b10519407475d7f69e470789d23d593f28224c38ba1068597be7950" | ||||
|       sha256: "85ed8fc1d25a76475914fff28cc994653bd900bc2c26e4b57a49e097febb54ba" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "6.3.3" | ||||
|     version: "6.4.0" | ||||
|   app_links_linux: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -80,34 +80,34 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: archive | ||||
|       sha256: "6199c74e3db4fbfbd04f66d739e72fe11c8a8957d5f219f1f4482dbde6420b5a" | ||||
|       sha256: "7dcbd0f87fe5f61cb28da39a1a8b70dbc106e2fe0516f7836eb7bb2948481a12" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "4.0.2" | ||||
|     version: "4.0.5" | ||||
|   args: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: args | ||||
|       sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6 | ||||
|       sha256: d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.6.0" | ||||
|     version: "2.7.0" | ||||
|   async: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: async | ||||
|       sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c" | ||||
|       sha256: d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.11.0" | ||||
|     version: "2.12.0" | ||||
|   background_fetch: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: background_fetch | ||||
|       sha256: e9f26ae54d88310b7ac2a68f2f9fcee0081a4d5f11100f233a70702021e7ac4f | ||||
|       sha256: "442e82f508708be89fd0cc7e1dc3b27bc7c6c8c39a47967ccb7ed1c57b9108b5" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.3.7" | ||||
|     version: "1.3.8" | ||||
|   battery_plus: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
| @@ -128,18 +128,18 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: boolean_selector | ||||
|       sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66" | ||||
|       sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.1.1" | ||||
|     version: "2.1.2" | ||||
|   characters: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: characters | ||||
|       sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605" | ||||
|       sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.3.0" | ||||
|     version: "1.4.0" | ||||
|   checked_yaml: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -160,26 +160,26 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: clock | ||||
|       sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf | ||||
|       sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.1.1" | ||||
|     version: "1.1.2" | ||||
|   collection: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: collection | ||||
|       sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf | ||||
|       sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.19.0" | ||||
|     version: "1.19.1" | ||||
|   connectivity_plus: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: connectivity_plus | ||||
|       sha256: "8a68739d3ee113e51ad35583fdf9ab82c55d09d693d3c39da1aebab87c938412" | ||||
|       sha256: "04bf81bb0b77de31557b58d052b24b3eee33f09a6e7a8c68a3e247c7df19ec27" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "6.1.2" | ||||
|     version: "6.1.3" | ||||
|   connectivity_plus_platform_interface: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -232,10 +232,10 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: device_info_plus | ||||
|       sha256: b37d37c2f912ad4e8ec694187de87d05de2a3cb82b465ff1f65f65a2d05de544 | ||||
|       sha256: "306b78788d1bb569edb7c55d622953c2414ca12445b41c9117963e03afc5c513" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "11.2.1" | ||||
|     version: "11.3.3" | ||||
|   device_info_plus_platform_interface: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -280,18 +280,18 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: fake_async | ||||
|       sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78" | ||||
|       sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.3.1" | ||||
|     version: "1.3.2" | ||||
|   ffi: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: ffi | ||||
|       sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6" | ||||
|       sha256: "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.1.3" | ||||
|     version: "2.1.4" | ||||
|   file: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -304,10 +304,10 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: file_picker | ||||
|       sha256: c904b4ab56d53385563c7c39d8e9fa9af086f91495dfc48717ad84a42c3cf204 | ||||
|       sha256: "36a1652d99cb6bf8ccc8b9f43aded1fd60b234d23ce78af422c07f950a436ef7" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "8.1.7" | ||||
|     version: "10.0.0" | ||||
|   fixnum: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -328,10 +328,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: flex_seed_scheme | ||||
|       sha256: d3ba3c5c92d2d79d45e94b4c6c71d01fac3c15017da1545880c53864da5dfeb0 | ||||
|       sha256: b06d8b367b84cbf7ca5c5603c858fa5edae88486c4e4da79ac1044d73b6c62ec | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "3.5.0" | ||||
|     version: "3.5.1" | ||||
|   flutter: | ||||
|     dependency: "direct main" | ||||
|     description: flutter | ||||
| @@ -345,14 +345,54 @@ packages: | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "6.0.3" | ||||
|   flutter_charset_detector: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: flutter_charset_detector | ||||
|       sha256: "21f6fe8172fbfe3ba9d2fe0dba3702ba07f682315e829a68d49185a0c80d5ad0" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "5.0.0" | ||||
|   flutter_charset_detector_android: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: flutter_charset_detector_android | ||||
|       sha256: "443145e8fc8515b3b32aee375691e40dd59197a86a2ae153166bc88c8200d83b" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "3.0.0" | ||||
|   flutter_charset_detector_darwin: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: flutter_charset_detector_darwin | ||||
|       sha256: daac20390275efb92fbb14350fe11286c5e29c7b80d6b0867f52d760f0d69763 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.1.0" | ||||
|   flutter_charset_detector_platform_interface: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: flutter_charset_detector_platform_interface | ||||
|       sha256: "1c09ed7b314a5a9dde76057b98b7d35458ba881eed03d5e5b6f7f74b4869d18c" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.1.0" | ||||
|   flutter_charset_detector_web: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: flutter_charset_detector_web | ||||
|       sha256: e3ac65f94b12f4887937b21a19365d7927db816840cb93274e3861241cb0e9f2 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.0.0" | ||||
|   flutter_fgbg: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: flutter_fgbg | ||||
|       sha256: e02ad0738ba5fc7f331b62acb0d74aa540626a6441ae18fad685faa5ac4ad7a5 | ||||
|       sha256: eb6da9b2047372566a6e17b505975fe5bace94af01f6fc825c4b6f81baa6c447 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "0.6.0" | ||||
|     version: "0.7.1" | ||||
|   flutter_keyboard_visibility: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -450,18 +490,18 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: flutter_markdown | ||||
|       sha256: e37f4c69a07b07bb92622ef6b131a53c9aae48f64b176340af9e8e5238718487 | ||||
|       sha256: "634622a3a826d67cb05c0e3e576d1812c430fa98404e95b60b131775c73d76ec" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "0.7.5" | ||||
|     version: "0.7.7" | ||||
|   flutter_plugin_android_lifecycle: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: flutter_plugin_android_lifecycle | ||||
|       sha256: "615a505aef59b151b46bbeef55b36ce2b6ed299d160c51d84281946f0aa0ce0e" | ||||
|       sha256: "5a1e6fb2c0561958d7e4c33574674bda7b77caaca7a33b758876956f2902eea3" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.0.24" | ||||
|     version: "2.0.27" | ||||
|   flutter_test: | ||||
|     dependency: "direct dev" | ||||
|     description: flutter | ||||
| @@ -484,10 +524,10 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: fluttertoast | ||||
|       sha256: "24467dc20bbe49fd63e57d8e190798c4d22cbbdac30e54209d153a15273721d1" | ||||
|       sha256: "25e51620424d92d3db3832464774a6143b5053f15e382d8ffbfd40b6e795dcf1" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "8.2.10" | ||||
|     version: "8.2.12" | ||||
|   fraction: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -540,10 +580,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: image | ||||
|       sha256: "8346ad4b5173924b5ddddab782fc7d8a6300178c8b1dc427775405a01701c4a6" | ||||
|       sha256: "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "4.5.2" | ||||
|     version: "4.5.4" | ||||
|   intl: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -564,18 +604,18 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: leak_tracker | ||||
|       sha256: "7bb2830ebd849694d1ec25bf1f44582d6ac531a57a365a803a6034ff751d2d06" | ||||
|       sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "10.0.7" | ||||
|     version: "10.0.8" | ||||
|   leak_tracker_flutter_testing: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: leak_tracker_flutter_testing | ||||
|       sha256: "9491a714cca3667b60b5c420da8217e6de0d1ba7a5ec322fab01758f6998f379" | ||||
|       sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "3.0.8" | ||||
|     version: "3.0.9" | ||||
|   leak_tracker_testing: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -604,10 +644,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: matcher | ||||
|       sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb | ||||
|       sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "0.12.16+1" | ||||
|     version: "0.12.17" | ||||
|   material_color_utilities: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -620,10 +660,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: meta | ||||
|       sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7 | ||||
|       sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.15.0" | ||||
|     version: "1.16.0" | ||||
|   mime: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -652,10 +692,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: path | ||||
|       sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" | ||||
|       sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.9.0" | ||||
|     version: "1.9.1" | ||||
|   path_provider: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
| @@ -668,10 +708,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: path_provider_android | ||||
|       sha256: "4adf4fd5423ec60a29506c76581bc05854c55e3a0b72d35bb28d661c9686edf2" | ||||
|       sha256: "0ca7359dad67fd7063cb2892ab0c0737b2daafd807cf1acecd62374c8fae6c12" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.2.15" | ||||
|     version: "2.2.16" | ||||
|   path_provider_foundation: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -708,26 +748,26 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: permission_handler | ||||
|       sha256: "18bf33f7fefbd812f37e72091a15575e72d5318854877e0e4035a24ac1113ecb" | ||||
|       sha256: "59adad729136f01ea9e35a48f5d1395e25cba6cea552249ddbe9cf950f5d7849" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "11.3.1" | ||||
|     version: "11.4.0" | ||||
|   permission_handler_android: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: permission_handler_android | ||||
|       sha256: "71bbecfee799e65aff7c744761a57e817e73b738fedf62ab7afd5593da21f9f1" | ||||
|       sha256: d3971dcdd76182a0c198c096b5db2f0884b0d4196723d21a866fc4cdea057ebc | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "12.0.13" | ||||
|     version: "12.1.0" | ||||
|   permission_handler_apple: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: permission_handler_apple | ||||
|       sha256: e6f6d73b12438ef13e648c4ae56bd106ec60d17e90a59c4545db6781229082a0 | ||||
|       sha256: f84a188e79a35c687c132a0a0556c254747a08561e99ab933f12f6ca71ef3c98 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "9.4.5" | ||||
|     version: "9.4.6" | ||||
|   permission_handler_html: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -740,10 +780,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: permission_handler_platform_interface | ||||
|       sha256: e9c8eadee926c4532d0305dff94b85bf961f16759c3af791486613152af4b4f9 | ||||
|       sha256: eb99b295153abce5d683cac8c02e22faab63e50679b937fa1bf67d58bb282878 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "4.2.3" | ||||
|     version: "4.3.0" | ||||
|   permission_handler_windows: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -820,10 +860,10 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: provider | ||||
|       sha256: c8a055ee5ce3fd98d6fc872478b03823ffdb448699c6ebdbbc71d59b596fd48c | ||||
|       sha256: "489024f942069c2920c844ee18bb3d467c69e48955a4f32d1677f71be103e310" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "6.1.2" | ||||
|     version: "6.1.4" | ||||
|   share_plus: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
| @@ -844,18 +884,18 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: shared_preferences | ||||
|       sha256: c59819dacc6669a1165d54d2735a9543f136f9b3cec94ca65cea6ab8dffc422e | ||||
|       sha256: "6e8bf70b7fef813df4e9a36f658ac46d107db4b4cfe1048b477d4e453a8159f5" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.4.0" | ||||
|     version: "2.5.3" | ||||
|   shared_preferences_android: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: shared_preferences_android | ||||
|       sha256: "650584dcc0a39856f369782874e562efd002a9c94aec032412c9eb81419cce1f" | ||||
|       sha256: "3ec7210872c4ba945e3244982918e502fa2bfb5230dff6832459ca0e1879b7ad" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.4.4" | ||||
|     version: "2.4.8" | ||||
|   shared_preferences_foundation: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -884,10 +924,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: shared_preferences_web | ||||
|       sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e | ||||
|       sha256: c49bd060261c9a3f0ff445892695d6212ff603ef3115edbb448509d407600019 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.4.2" | ||||
|     version: "2.4.3" | ||||
|   shared_preferences_windows: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -910,8 +950,8 @@ packages: | ||||
|     description: | ||||
|       path: "." | ||||
|       ref: master | ||||
|       resolved-ref: "25acc02612c2e0fcae40d312e047ac48106f8f6b" | ||||
|       url: "https://github.com/re7gog/shizuku_apk_installer" | ||||
|       resolved-ref: c4349ceb03ae7293987cc0290ef06761e62c082e | ||||
|       url: "https://github.com/wilver06w/shizuku_apk_installer" | ||||
|     source: git | ||||
|     version: "0.0.1" | ||||
|   sky_engine: | ||||
| @@ -923,10 +963,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: source_span | ||||
|       sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c" | ||||
|       sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.10.0" | ||||
|     version: "1.10.1" | ||||
|   sprintf: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -939,34 +979,34 @@ packages: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
|       name: sqflite | ||||
|       sha256: "2d7299468485dca85efeeadf5d38986909c5eb0cd71fd3db2c2f000e6c9454bb" | ||||
|       sha256: e2297b1da52f127bc7a3da11439985d9b536f75070f3325e62ada69a5c585d03 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.4.1" | ||||
|     version: "2.4.2" | ||||
|   sqflite_android: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: sqflite_android | ||||
|       sha256: "78f489aab276260cdd26676d2169446c7ecd3484bbd5fead4ca14f3ed4dd9ee3" | ||||
|       sha256: "2b3070c5fa881839f8b402ee4a39c1b4d561704d4ebbbcfb808a119bc2a1701b" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.4.0" | ||||
|     version: "2.4.1" | ||||
|   sqflite_common: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: sqflite_common | ||||
|       sha256: "761b9740ecbd4d3e66b8916d784e581861fd3c3553eda85e167bc49fdb68f709" | ||||
|       sha256: "84731e8bfd8303a3389903e01fb2141b6e59b5973cacbb0929021df08dddbe8b" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.5.4+6" | ||||
|     version: "2.5.5" | ||||
|   sqflite_darwin: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: sqflite_darwin | ||||
|       sha256: "22adfd9a2c7d634041e96d6241e6e1c8138ca6817018afc5d443fef91dcefa9c" | ||||
|       sha256: "279832e5cde3fe99e8571879498c9211f3ca6391b0d818df4e17d9fff5c6ccb3" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.4.1+1" | ||||
|     version: "2.4.2" | ||||
|   sqflite_platform_interface: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -979,50 +1019,50 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: stack_trace | ||||
|       sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377" | ||||
|       sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.12.0" | ||||
|     version: "1.12.1" | ||||
|   stream_channel: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: stream_channel | ||||
|       sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7 | ||||
|       sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "2.1.2" | ||||
|     version: "2.1.4" | ||||
|   string_scanner: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: string_scanner | ||||
|       sha256: "688af5ed3402a4bde5b3a6c15fd768dbf2621a614950b17f04626c431ab3c4c3" | ||||
|       sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.3.0" | ||||
|     version: "1.4.1" | ||||
|   synchronized: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: synchronized | ||||
|       sha256: "69fe30f3a8b04a0be0c15ae6490fc859a78ef4c43ae2dd5e8a623d45bfcf9225" | ||||
|       sha256: "0669c70faae6270521ee4f05bffd2919892d42d1276e6c495be80174b6bc0ef6" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "3.3.0+3" | ||||
|     version: "3.3.1" | ||||
|   term_glyph: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: term_glyph | ||||
|       sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84 | ||||
|       sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.2.1" | ||||
|     version: "1.2.2" | ||||
|   test_api: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: test_api | ||||
|       sha256: "664d3a9a64782fcdeb83ce9c6b39e78fd2971d4e37827b9b06c3aa1edc5e760c" | ||||
|       sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "0.7.3" | ||||
|     version: "0.7.4" | ||||
|   timezone: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -1059,18 +1099,18 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: url_launcher_android | ||||
|       sha256: "6fc2f56536ee873eeb867ad176ae15f304ccccc357848b351f6f0d8d4a40d193" | ||||
|       sha256: "1d0eae19bd7606ef60fe69ef3b312a437a16549476c42321d5dc1506c9ca3bf4" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "6.3.14" | ||||
|     version: "6.3.15" | ||||
|   url_launcher_ios: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: url_launcher_ios | ||||
|       sha256: "16a513b6c12bb419304e72ea0ae2ab4fed569920d1c7cb850263fe3acc824626" | ||||
|       sha256: "7f2022359d4c099eea7df3fdf739f7d3d3b9faf3166fb1dd390775176e0b76cb" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "6.3.2" | ||||
|     version: "6.3.3" | ||||
|   url_launcher_linux: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -1131,18 +1171,18 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: vm_service | ||||
|       sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b | ||||
|       sha256: "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "14.3.0" | ||||
|     version: "14.3.1" | ||||
|   web: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: web | ||||
|       sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb | ||||
|       sha256: "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.1.0" | ||||
|     version: "1.1.1" | ||||
|   webview_flutter: | ||||
|     dependency: "direct main" | ||||
|     description: | ||||
| @@ -1155,10 +1195,10 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: webview_flutter_android | ||||
|       sha256: "5568f17a9c25c0fdd0737900fa1c2d1fee2d780bc212d9aec10c2d1f48ef0f59" | ||||
|       sha256: e09150b28a07933839adef0e4a088bb43e8c8d9e6b93025b01882d4067a58ab0 | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "4.3.1" | ||||
|     version: "4.3.4" | ||||
|   webview_flutter_platform_interface: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -1171,26 +1211,26 @@ packages: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: webview_flutter_wkwebview | ||||
|       sha256: "8e0593559bfecd35eb1757d6907ed6b995a41ef82607d6113df897c2805ce6be" | ||||
|       sha256: c14455137ce60a68e1ccaf4e8f2dae8cebcb3465ddaa2fcfb57584fb7c5afe4d | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "3.18.0" | ||||
|     version: "3.18.5" | ||||
|   win32: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: win32 | ||||
|       sha256: daf97c9d80197ed7b619040e86c8ab9a9dad285e7671ee7390f9180cc828a51e | ||||
|       sha256: dc6ecaa00a7c708e5b4d10ee7bec8c270e9276dfcab1783f57e9962d7884305f | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "5.10.1" | ||||
|     version: "5.12.0" | ||||
|   win32_registry: | ||||
|     dependency: transitive | ||||
|     description: | ||||
|       name: win32_registry | ||||
|       sha256: "21ec76dfc731550fd3e2ce7a33a9ea90b828fdf19a5c3bcf556fa992cfa99852" | ||||
|       sha256: "6f1b564492d0147b330dd794fee8f512cec4977957f310f9951b5f9d83618dae" | ||||
|       url: "https://pub.dev" | ||||
|     source: hosted | ||||
|     version: "1.1.5" | ||||
|     version: "2.1.0" | ||||
|   xdg_directories: | ||||
|     dependency: transitive | ||||
|     description: | ||||
| @@ -1216,5 +1256,5 @@ packages: | ||||
|     source: hosted | ||||
|     version: "3.1.3" | ||||
| sdks: | ||||
|   dart: ">=3.6.0 <4.0.0" | ||||
|   dart: ">=3.7.0 <4.0.0" | ||||
|   flutter: ">=3.27.0" | ||||
|   | ||||
							
								
								
									
										13
									
								
								pubspec.yaml
									
									
									
									
									
								
							
							
						
						| @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev | ||||
| # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html | ||||
| # In Windows, build-name is used as the major, minor, and patch parts | ||||
| # of the product and file versions while build-number is used as the build suffix. | ||||
| version: 1.1.40+2297 | ||||
| version: 1.1.49+2306 | ||||
|  | ||||
| environment: | ||||
|   sdk: ^3.6.0 | ||||
| @@ -35,7 +35,7 @@ dependencies: | ||||
|   # Use with the CupertinoIcons class for iOS style icons. | ||||
|   cupertino_icons: ^1.0.5 | ||||
|   path_provider: ^2.0.11 | ||||
|   flutter_fgbg: ^0.6.0 | ||||
|   flutter_fgbg: ^0.7.1 | ||||
|   flutter_local_notifications: ^18.0.0 | ||||
|   provider: ^6.0.3 | ||||
|   http: ^1.0.0 | ||||
| @@ -47,7 +47,7 @@ dependencies: | ||||
|   permission_handler: ^11.0.0 | ||||
|   fluttertoast: ^8.0.9 | ||||
|   device_info_plus: ^11.0.0 | ||||
|   file_picker: ^8.0.0+1 | ||||
|   file_picker: ^10.0.0 | ||||
|   animations: ^2.0.4 | ||||
|   android_package_installer: # TODO: See if PR will be accepted (dev may not be active), else remove this comment | ||||
|     git: | ||||
| @@ -80,12 +80,13 @@ dependencies: | ||||
|       ref: master | ||||
|   shizuku_apk_installer: | ||||
|     git: | ||||
|       url: https://github.com/re7gog/shizuku_apk_installer | ||||
|       url: https://github.com/wilver06w/shizuku_apk_installer | ||||
|       ref: master | ||||
|  | ||||
|   markdown: any | ||||
|   flutter_typeahead: ^5.2.0 | ||||
|   battery_plus: ^6.1.0 | ||||
|   flutter_charset_detector: ^5.0.0 | ||||
| dev_dependencies: | ||||
|   flutter_test: | ||||
|     sdk: flutter | ||||
| @@ -150,6 +151,6 @@ flutter: | ||||
|   # see https://flutter.dev/to/font-from-package | ||||
|  | ||||
|   fonts: | ||||
|       - family: Wix-Madefor-Display | ||||
|       - family: Montserrat | ||||
|         fonts: | ||||
|           - asset: assets/fonts/WixMadeforDisplay-Regular.otf | ||||
|           - asset: assets/fonts/Montserrat-Regular.ttf | ||||