mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-22 00:59:41 +02:00
Compare commits
119 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b7c477fd40 | ||
|
045d8cfbe8 | ||
|
ea6e0b37a3 | ||
|
d58eba984e | ||
|
3d46237d17 | ||
|
ed3cff87ca | ||
|
2002581106 | ||
|
e968d50aac | ||
|
1e03194765 | ||
|
10c558faaf | ||
|
dcf6957842 | ||
|
77bebc48bc | ||
|
cad14dd6a4 | ||
|
5d72af5b20 | ||
|
1fcb923469 | ||
|
f89bc41ac1 | ||
|
70988a91fd | ||
|
f3481f94dd | ||
|
204eadd809 | ||
|
69f2ec1777 | ||
|
b98c23e369 | ||
|
64779fb55a | ||
|
845cf0a035 | ||
|
9dba240202 | ||
|
8aa682028f | ||
|
cb80b80efb | ||
|
eb1d997413 | ||
|
986badc653 | ||
|
2432db0b31 | ||
|
5be2c9b51d | ||
|
d801994fed | ||
|
19bb9a0331 | ||
|
b8dc6f9a53 | ||
|
3a7ba00486 | ||
|
86416df7dd | ||
|
704f209e4d | ||
|
e1bed6f0cf | ||
|
61c88596f0 | ||
|
a07c51a04a | ||
|
0e46a83843 | ||
|
1a4b9658c3 | ||
|
9b922abe48 | ||
|
6f0f883d88 | ||
|
aafcc4d96e | ||
|
e019c8027b | ||
|
b6acb43055 | ||
|
d9f6e3328e | ||
|
0e50132e13 | ||
|
c74e8456d2 | ||
|
33c60c9d4f | ||
|
151e085655 | ||
|
b1d641ae24 | ||
|
7ddb35f933 | ||
|
b05a2ed14f | ||
|
b22a82d11b | ||
|
ee051153ca | ||
|
46871191c4 | ||
|
0cb518d434 | ||
|
03778fd743 | ||
|
514ca3e28b | ||
|
37e90dabe7 | ||
|
ee99f2b71f | ||
|
ca9289f104 | ||
|
aefe7eaa5f | ||
|
e979f7c6f3 | ||
|
e2118a3b53 | ||
|
d3a5d3b0fa | ||
|
bc7c70aca6 | ||
|
6cde454bd9 | ||
|
78e20984ed | ||
|
f963996a19 | ||
|
1ddf2869a6 | ||
|
f9b97b4469 | ||
|
6f706ab493 | ||
|
ed2e6e2e9e | ||
|
f00758cd83 | ||
|
25bd61f289 | ||
|
25d19d22cf | ||
|
9ffb91266f | ||
|
8d921cfbf1 | ||
|
3ed6b168e1 | ||
|
4a45c900c3 | ||
|
7e9e6958a3 | ||
|
9de082f684 | ||
|
b40afc7329 | ||
|
4fb3da45e9 | ||
|
1f8e051ed6 | ||
|
adc4e7c2b4 | ||
|
325d2f48dc | ||
|
aa00f42a23 | ||
|
62dbffab52 | ||
|
fd38444836 | ||
|
71cc49a30f | ||
|
e4187c8e17 | ||
|
15ae98d426 | ||
|
7b4fa2269e | ||
|
656e14793d | ||
|
d23381147b | ||
|
cfe184c6d5 | ||
|
9c16f24a08 | ||
|
ce200403e0 | ||
|
caca84f84d | ||
|
ac2d7b9639 | ||
|
78069a9b26 | ||
|
3e23fffaea | ||
|
624b9fb6dc | ||
|
fbd6189721 | ||
|
6a44fe227c | ||
|
d1cb2688c6 | ||
|
b43b2f9740 | ||
|
6288a9cb8d | ||
|
18c6f75054 | ||
|
1f8d187b84 | ||
|
77618ad1ff | ||
|
75efd335e9 | ||
|
c4438de200 | ||
|
e3c9a227d3 | ||
|
548f859349 | ||
|
db413badec |
2
.flutter
2
.flutter
Submodule .flutter updated: 761747bfc5...2663184aa7
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -6,7 +6,10 @@ on:
|
|||||||
beta:
|
beta:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Is beta?
|
description: Is beta?
|
||||||
|
draft:
|
||||||
|
type: boolean
|
||||||
|
description: Is draft?
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -35,13 +38,7 @@ jobs:
|
|||||||
- name: Check submodule
|
- name: Check submodule
|
||||||
id: check_submodule
|
id: check_submodule
|
||||||
run: |
|
run: |
|
||||||
SUBMODULE_COMMIT_LONG="$(git submodule status | head -1 | tail -c +2 | awk '{print $1}')"
|
git checkout ${{ inputs.checkout }}
|
||||||
FLUTTER_COMMIT_SHORT="$(flutter --version | head -2 | tail -1 | awk '{print $4}')"
|
|
||||||
echo "SUBMODULE_COMMIT_LONG=$SUBMODULE_COMMIT_LONG, FLUTTER_COMMIT_SHORT=$FLUTTER_COMMIT_SHORT"
|
|
||||||
if ! [[ "$SUBMODULE_COMMIT_LONG" =~ ^$FLUTTER_COMMIT_SHORT ]]; then
|
|
||||||
echo "Your submodule has not been updated!"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Extract Version
|
- name: Extract Version
|
||||||
id: extract_version
|
id: extract_version
|
||||||
@@ -92,5 +89,6 @@ jobs:
|
|||||||
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
tag: "${{ steps.extract_version.outputs.tag }}"
|
tag: "${{ steps.extract_version.outputs.tag }}"
|
||||||
prerelease: "${{ steps.extract_version.outputs.beta }}"
|
prerelease: "${{ steps.extract_version.outputs.beta }}"
|
||||||
|
draft: "${{ inputs.draft }}"
|
||||||
artifacts: ./build/app/outputs/flutter-apk/*-release*.apk*
|
artifacts: ./build/app/outputs/flutter-apk/*-release*.apk*
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[](https://techforpalestine.org/learn-more)
|
[](https://techforpalestine.org/learn-more)
|
||||||
|
|
||||||
Get Android App Updates Directly From the Source.
|
Get Android app updates straight from the source.
|
||||||
|
|
||||||
Obtainium allows you to install and update apps directly from their releases pages, and receive notifications when new releases are made available.
|
Obtainium allows you to install and update apps directly from their releases pages, and receive notifications when new releases are made available.
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ Currently supported App sources:
|
|||||||
- Open Source - General:
|
- Open Source - General:
|
||||||
- [GitHub](https://github.com/)
|
- [GitHub](https://github.com/)
|
||||||
- [GitLab](https://gitlab.com/)
|
- [GitLab](https://gitlab.com/)
|
||||||
- [Codeberg](https://codeberg.org/)
|
- [Forgejo](https://forgejo.org/) ([Codeberg](https://codeberg.org/))
|
||||||
- [F-Droid](https://f-droid.org/)
|
- [F-Droid](https://f-droid.org/)
|
||||||
- Third Party F-Droid Repos
|
- Third Party F-Droid Repos
|
||||||
- [IzzyOnDroid](https://android.izzysoft.de/)
|
- [IzzyOnDroid](https://android.izzysoft.de/)
|
||||||
@@ -25,9 +25,10 @@ Currently supported App sources:
|
|||||||
- [APKPure](https://apkpure.net/)
|
- [APKPure](https://apkpure.net/)
|
||||||
- [Aptoide](https://aptoide.com/)
|
- [Aptoide](https://aptoide.com/)
|
||||||
- [Uptodown](https://uptodown.com/)
|
- [Uptodown](https://uptodown.com/)
|
||||||
- [APKMirror](https://apkmirror.com/) (Track-Only)
|
|
||||||
- [Huawei AppGallery](https://appgallery.huawei.com/)
|
- [Huawei AppGallery](https://appgallery.huawei.com/)
|
||||||
|
- [Tencent App Store](https://sj.qq.com/)
|
||||||
- Jenkins Jobs
|
- Jenkins Jobs
|
||||||
|
- [APKMirror](https://apkmirror.com/) (Track-Only)
|
||||||
- Open Source - App-Specific:
|
- Open Source - App-Specific:
|
||||||
- [Signal](https://signal.org/)
|
- [Signal](https://signal.org/)
|
||||||
- [VLC](https://videolan.org/)
|
- [VLC](https://videolan.org/)
|
||||||
|
Binary file not shown.
BIN
assets/fonts/WixMadeforDisplay-Regular.otf
Normal file
BIN
assets/fonts/WixMadeforDisplay-Regular.otf
Normal file
Binary file not shown.
@@ -24,7 +24,7 @@
|
|||||||
"colour": "Boja",
|
"colour": "Boja",
|
||||||
"standard": "Standard",
|
"standard": "Standard",
|
||||||
"custom": "Custom",
|
"custom": "Custom",
|
||||||
"useMaterialYou": "Use Material You",
|
"useMaterialYou": "Koristi Material You temu",
|
||||||
"githubStarredRepos": "GitHub repo-i sa zvjezdicom",
|
"githubStarredRepos": "GitHub repo-i sa zvjezdicom",
|
||||||
"uname": "Korisničko ime",
|
"uname": "Korisničko ime",
|
||||||
"wrongArgNum": "Naveden je pogrešan broj argumenata",
|
"wrongArgNum": "Naveden je pogrešan broj argumenata",
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
"dark": "Tamna",
|
"dark": "Tamna",
|
||||||
"light": "Svijetla",
|
"light": "Svijetla",
|
||||||
"followSystem": "Pratite sistem",
|
"followSystem": "Pratite sistem",
|
||||||
"followSystemThemeExplanation": "Following system theme is possible only by using third-party applications",
|
"followSystemThemeExplanation": "Praćenje sistemske teme je moguće jedino koristeći aplikacije treće strane",
|
||||||
"useBlackTheme": "Koristite čisto crnu tamnu temu",
|
"useBlackTheme": "Koristite čisto crnu tamnu temu",
|
||||||
"appSortBy": "Aplikacije sortirane po",
|
"appSortBy": "Aplikacije sortirane po",
|
||||||
"authorName": "Autor/Ime",
|
"authorName": "Autor/Ime",
|
||||||
@@ -147,10 +147,10 @@
|
|||||||
"noNewUpdates": "Nema novih ažuriranja.",
|
"noNewUpdates": "Nema novih ažuriranja.",
|
||||||
"xHasAnUpdate": "{} ima ažuriranje.",
|
"xHasAnUpdate": "{} ima ažuriranje.",
|
||||||
"appsUpdated": "Aplikacije su ažurirane",
|
"appsUpdated": "Aplikacije su ažurirane",
|
||||||
"appsNotUpdated": "Failed to update applications",
|
"appsNotUpdated": "Neuspješno ažuriranje aplikacija",
|
||||||
"appsUpdatedNotifDescription": "Obavještava korisnika da su u pozadini primijenjena ažuriranja na jednu ili više aplikacija",
|
"appsUpdatedNotifDescription": "Obavještava korisnika da su u pozadini primijenjena ažuriranja na jednu ili više aplikacija",
|
||||||
"xWasUpdatedToY": "{} je ažuriran na {}.",
|
"xWasUpdatedToY": "{} je ažuriran na {}.",
|
||||||
"xWasNotUpdatedToY": "Failed to update {} to {}.",
|
"xWasNotUpdatedToY": "Neuspješno ažuriranje {} na {}.",
|
||||||
"errorCheckingUpdates": "Greška pri provjeri ažuriranja",
|
"errorCheckingUpdates": "Greška pri provjeri ažuriranja",
|
||||||
"errorCheckingUpdatesNotifDescription": "Obavijest koja se prikazuje kada provjera sigurnosnog ažuriranja ne uspije",
|
"errorCheckingUpdatesNotifDescription": "Obavijest koja se prikazuje kada provjera sigurnosnog ažuriranja ne uspije",
|
||||||
"appsRemoved": "Aplikacije su uklonjene",
|
"appsRemoved": "Aplikacije su uklonjene",
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
"downloadingX": "Preuzimanje {}",
|
"downloadingX": "Preuzimanje {}",
|
||||||
"downloadX": "Download {}",
|
"downloadX": "Download {}",
|
||||||
"downloadedX": "Downloaded {}",
|
"downloadedX": "Downloaded {}",
|
||||||
"releaseAsset": "Release Asset",
|
"releaseAsset": "Fajlovi verzije",
|
||||||
"downloadNotifDescription": "Obavještava korisnika o napretku u preuzimanju aplikacije",
|
"downloadNotifDescription": "Obavještava korisnika o napretku u preuzimanju aplikacije",
|
||||||
"noAPKFound": "APK nije pronađen",
|
"noAPKFound": "APK nije pronađen",
|
||||||
"noVersionDetection": "Nema detekcije verzije",
|
"noVersionDetection": "Nema detekcije verzije",
|
||||||
@@ -253,12 +253,14 @@
|
|||||||
"verifyLatestTag": "Provjerite 'posljednu' ('latest') oznaku",
|
"verifyLatestTag": "Provjerite 'posljednu' ('latest') oznaku",
|
||||||
"intermediateLinkRegex": "Filter za 'srednju' vezu za posjetu",
|
"intermediateLinkRegex": "Filter za 'srednju' vezu za posjetu",
|
||||||
"filterByLinkText": "Filtriraj linkove prema tekstu linka",
|
"filterByLinkText": "Filtriraj linkove prema tekstu linka",
|
||||||
"intermediateLinkNotFound": "Intermediate link nije nađen",
|
"intermediateLinkNotFound": "Intermediate veza nije nađena",
|
||||||
"intermediateLink": "srednja karika",
|
"intermediateLink": "Intermediate veza",
|
||||||
"exemptFromBackgroundUpdates": "Izuzmi iz ažuriranja u pozadini (ako su uključeni)",
|
"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 WiFi-ju",
|
||||||
"autoSelectHighestVersionCode": "Automatski izaberite najveću (verziju) versionCode APK-a",
|
"autoSelectHighestVersionCode": "Automatski izaberite najveću (verziju) versionCode APK-a",
|
||||||
"versionExtractionRegEx": "RegEx ekstrakcija verzije",
|
"versionExtractionRegEx": "RegEx ekstrakcija verzije",
|
||||||
|
"trimVersionString": "Trim Version String With RegEx",
|
||||||
|
"matchGroupToUseForX": "Match Group to Use for \"{}\"",
|
||||||
"matchGroupToUse": "Podjesite grupu za upotebu",
|
"matchGroupToUse": "Podjesite grupu za upotebu",
|
||||||
"highlightTouchTargets": "Istaknite manje vidljive touch mete",
|
"highlightTouchTargets": "Istaknite manje vidljive touch mete",
|
||||||
"pickExportDir": "Izaberite datoteku za izvoz",
|
"pickExportDir": "Izaberite datoteku za izvoz",
|
||||||
@@ -288,11 +290,11 @@
|
|||||||
"supportFixedAPKURL": "Podržite fiksne APK URL-ove",
|
"supportFixedAPKURL": "Podržite fiksne APK URL-ove",
|
||||||
"selectX": "Izaberite {}",
|
"selectX": "Izaberite {}",
|
||||||
"parallelDownloads": "Dozvoli paralelna preuzimanja",
|
"parallelDownloads": "Dozvoli paralelna preuzimanja",
|
||||||
"useShizuku": "Use Shizuku or Sui to install",
|
"useShizuku": "Koristi Shizuku ili Sui za instaliranje",
|
||||||
"shizukuBinderNotFound": "Shizuku is not running",
|
"shizukuBinderNotFound": "Shizuku nije pokrenut",
|
||||||
"shizukuOld": "Old Shizuku version (<11) - update it",
|
"shizukuOld": "Stara Shizuku verzija (<11) - ažurirajte je",
|
||||||
"shizukuOldAndroidWithADB": "Shizuku running on Android < 8.1 with ADB - update Android or use Sui instead",
|
"shizukuOldAndroidWithADB": "Shizuku pokrenut na Android-u < 8.1 pomoću ADB-a - ažurirajte Android ili koristite Sui",
|
||||||
"shizukuPretendToBeGooglePlay": "Set Google Play as the installation source (if Shizuku is used)",
|
"shizukuPretendToBeGooglePlay": "Postavi Google Play kao izvor instalacije (samo ako je Shizuku u upotrebi)",
|
||||||
"useSystemFont": "Koristite sistemski font",
|
"useSystemFont": "Koristite sistemski font",
|
||||||
"useVersionCodeAsOSVersion": "Koristite kod verzije aplikacije kao verziju koju je otkrio OS",
|
"useVersionCodeAsOSVersion": "Koristite kod verzije aplikacije kao verziju koju je otkrio OS",
|
||||||
"requestHeader": "Zaglavlje zahtjeva",
|
"requestHeader": "Zaglavlje zahtjeva",
|
||||||
@@ -305,13 +307,14 @@
|
|||||||
"installed": "Instalirano",
|
"installed": "Instalirano",
|
||||||
"latest": "Najnoviji",
|
"latest": "Najnoviji",
|
||||||
"invertRegEx": "Obrni regularni izraz",
|
"invertRegEx": "Obrni regularni izraz",
|
||||||
"note": "Note",
|
"note": "Zabelješke",
|
||||||
"selfHostedNote": "The \"{}\" dropdown can be used to reach self-hosted/custom instances of any source.",
|
"selfHostedNote": "\"{}\" padajući meni se može koristiti da dosegnete vlastite/prilagođene instance bilo kojeg izvora.",
|
||||||
"badDownload": "The APK could not be parsed (incompatible or partial download)",
|
"badDownload": "APK ne može biti raščlanjen (nekomaptibilno ili delimično preuzimanje)",
|
||||||
"beforeNewInstallsShareToAppVerifier": "Share new Apps with AppVerifier (if available)",
|
"beforeNewInstallsShareToAppVerifier": "Dijeli nove aplikacije sa AppVerifier-om (ako je dostupno)",
|
||||||
"appVerifierInstructionToast": "Share to AppVerifier, then return here when ready.",
|
"appVerifierInstructionToast": "Dijeli sa AppVerifier-om, zatim se vratite kada ste spremni.",
|
||||||
"wiki": "Help/Wiki",
|
"wiki": "Pomoć/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)",
|
"crowdsourcedConfigsLabel": "Konfiguracije aplikacije obezbeđene pomoću velikog broja ljudi (crowdsourcing) (koristite na svoju odgovornost)",
|
||||||
|
"allowInsecure": "Allow insecure HTTP requests",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Želite li ukloniti aplikaciju?",
|
"one": "Želite li ukloniti aplikaciju?",
|
||||||
"other": "Želite li ukloniti aplikacije?"
|
"other": "Želite li ukloniti aplikacije?"
|
||||||
@@ -370,6 +373,6 @@
|
|||||||
},
|
},
|
||||||
"apk": {
|
"apk": {
|
||||||
"one": "{} APK",
|
"one": "{} APK",
|
||||||
"other": "{} APKs"
|
"other": "{} APK-a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Deaktivovat aktualizace na pozadí, pokud není k dispozici Wi-Fi",
|
"bgUpdatesOnWiFiOnly": "Deaktivovat aktualizace na pozadí, pokud není k dispozici Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "Automaticky vybrat nejvyšší verzi APK",
|
"autoSelectHighestVersionCode": "Automaticky vybrat nejvyšší verzi APK",
|
||||||
"versionExtractionRegEx": "Extrakce verze pomocí RegEx",
|
"versionExtractionRegEx": "Extrakce verze pomocí RegEx",
|
||||||
|
"trimVersionString": "Oříznutí řetězce verze pomocí příkazu RegEx",
|
||||||
|
"matchGroupToUseForX": "Skupina shody, která se použije pro \"{}\"",
|
||||||
"matchGroupToUse": "Odpovídá použité skupině",
|
"matchGroupToUse": "Odpovídá použité skupině",
|
||||||
"highlightTouchTargets": "Zvýraznit méně zjevné cíle dotyku",
|
"highlightTouchTargets": "Zvýraznit méně zjevné cíle dotyku",
|
||||||
"pickExportDir": "Vybrat adresář pro export",
|
"pickExportDir": "Vybrat adresář pro export",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Sdílejte do aplikace AppVerifier a po dokončení se sem vraťte.",
|
"appVerifierInstructionToast": "Sdílejte do aplikace AppVerifier a po dokončení se sem vraťte.",
|
||||||
"wiki": "Nápověda/Wiki",
|
"wiki": "Nápověda/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Konfigurace aplikací s využitím crowdsourcingu (použití na vlastní nebezpečí)",
|
"crowdsourcedConfigsLabel": "Konfigurace aplikací s využitím crowdsourcingu (použití na vlastní nebezpečí)",
|
||||||
|
"allowInsecure": "Povolení nezabezpečených požadavků HTTP",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Odstranit Apku?",
|
"one": "Odstranit Apku?",
|
||||||
"other": "Odstranit Apky?"
|
"other": "Odstranit Apky?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Deaktivér baggrundsopdateringer, når du ikke er på WiFi",
|
"bgUpdatesOnWiFiOnly": "Deaktivér baggrundsopdateringer, når du ikke er på WiFi",
|
||||||
"autoSelectHighestVersionCode": "Auto-vælg højeste versionKode af APK",
|
"autoSelectHighestVersionCode": "Auto-vælg højeste versionKode af APK",
|
||||||
"versionExtractionRegEx": "RegEx for versionsstrengsudtrækning",
|
"versionExtractionRegEx": "RegEx for versionsstrengsudtrækning",
|
||||||
|
"trimVersionString": "Trim versionsstrengen med RegEx",
|
||||||
|
"matchGroupToUseForX": "Matchgruppe til brug for \"{}\"",
|
||||||
"matchGroupToUse": "Match gruppe til brug til RegEx for versionsstrengsudtrækning",
|
"matchGroupToUse": "Match gruppe til brug til RegEx for versionsstrengsudtrækning",
|
||||||
"highlightTouchTargets": "Fremhæv mindre åbenlyse berøringsmål",
|
"highlightTouchTargets": "Fremhæv mindre åbenlyse berøringsmål",
|
||||||
"pickExportDir": "Vælg eksportmappe",
|
"pickExportDir": "Vælg eksportmappe",
|
||||||
@@ -305,13 +307,14 @@
|
|||||||
"installed": "Installeret",
|
"installed": "Installeret",
|
||||||
"latest": "Seneste",
|
"latest": "Seneste",
|
||||||
"invertRegEx": "Inverter regulært udtryk",
|
"invertRegEx": "Inverter regulært udtryk",
|
||||||
"note": "Note",
|
"note": "Bemærk",
|
||||||
"selfHostedNote": "Rullemenuen \"{}\" kan bruges til at nå selvhostede/brugerdefinerede instanser af enhver kilde.",
|
"selfHostedNote": "Rullemenuen \"{}\" kan bruges til at nå selvhostede/brugerdefinerede instanser af enhver kilde.",
|
||||||
"badDownload": "APK'en kunne ikke analyseres (inkompatibel eller delvis hentning)",
|
"badDownload": "APK'en kunne ikke analyseres (inkompatibel eller delvis hentning)",
|
||||||
"beforeNewInstallsShareToAppVerifier": "Del nye apps med AppVerifier (hvis tilgængelig)",
|
"beforeNewInstallsShareToAppVerifier": "Del nye apps med AppVerifier (hvis tilgængelig)",
|
||||||
"appVerifierInstructionToast": "Del til AppVerifier, og vend tilbage hertil, når du er klar.",
|
"appVerifierInstructionToast": "Del til AppVerifier, og vend tilbage hertil, når du er klar.",
|
||||||
"wiki": "Hjælp/Wiki",
|
"wiki": "Hjælp/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourcede app-konfigurationer (brug på egen risiko)",
|
"crowdsourcedConfigsLabel": "Crowdsourcede app-konfigurationer (brug på egen risiko)",
|
||||||
|
"allowInsecure": "Tillad usikre HTTP-anmodninger",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Fjern app?",
|
"one": "Fjern app?",
|
||||||
"other": "Fjern apps?"
|
"other": "Fjern apps?"
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
"unexpectedError": "Unerwarteter Fehler",
|
"unexpectedError": "Unerwarteter Fehler",
|
||||||
"ok": "OK",
|
"ok": "OK",
|
||||||
"and": "und",
|
"and": "und",
|
||||||
"githubPATLabel": "GitHub Personal Access Token (Erhöht das Ratenlimit)",
|
"githubPATLabel": "Persönlicher Zugangstoken für GitHub (erhöht das Ratenlimit)",
|
||||||
"includePrereleases": "Vorabversionen einbeziehen",
|
"includePrereleases": "Vorabversionen einbeziehen",
|
||||||
"fallbackToOlderReleases": "Fallback auf ältere Versionen",
|
"fallbackToOlderReleases": "Fallback auf ältere Versionen",
|
||||||
"filterReleaseTitlesByRegEx": "Release-Titel nach regulärem Ausdruck\nfiltern",
|
"filterReleaseTitlesByRegEx": "Release-Titel nach regulärem Ausdruck\nfiltern",
|
||||||
@@ -24,15 +24,15 @@
|
|||||||
"colour": "Farbe",
|
"colour": "Farbe",
|
||||||
"standard": "Standard",
|
"standard": "Standard",
|
||||||
"custom": "Benutzerdefiniert",
|
"custom": "Benutzerdefiniert",
|
||||||
"useMaterialYou": "Verwende Material You",
|
"useMaterialYou": "Material You verwenden",
|
||||||
"githubStarredRepos": "GitHub Starred Repos",
|
"githubStarredRepos": "GitHub Starred Repos",
|
||||||
"uname": "Benutzername",
|
"uname": "Benutzername",
|
||||||
"wrongArgNum": "Falsche Anzahl von Argumenten (Parametern) übermittelt",
|
"wrongArgNum": "Falsche Anzahl von Argumenten (Parametern) übermittelt",
|
||||||
"xIsTrackOnly": "{} ist nur zur Nachverfolgung",
|
"xIsTrackOnly": "{} ist nur zur Nachverfolgung",
|
||||||
"source": "Quelle",
|
"source": "Quelle",
|
||||||
"app": "App",
|
"app": "App",
|
||||||
"appsFromSourceAreTrackOnly": "Apps aus dieser Quelle sind nur zum Nachverfolgen.",
|
"appsFromSourceAreTrackOnly": "Apps aus dieser Quelle sind nur zur Nachverfolgung.",
|
||||||
"youPickedTrackOnly": "Sie haben die Option „Nur Nachverfolgen“ gewählt.",
|
"youPickedTrackOnly": "Sie haben die Option „Nur nachverfolgen“ gewählt.",
|
||||||
"trackOnlyAppDescription": "Die App wird auf Aktualisierungen überwacht, aber Obtainium wird sie nicht herunterladen oder installieren.",
|
"trackOnlyAppDescription": "Die App wird auf Aktualisierungen überwacht, aber Obtainium wird sie nicht herunterladen oder installieren.",
|
||||||
"cancelled": "Abgebrochen",
|
"cancelled": "Abgebrochen",
|
||||||
"appAlreadyAdded": "App bereits hinzugefügt",
|
"appAlreadyAdded": "App bereits hinzugefügt",
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
"search": "Suchen",
|
"search": "Suchen",
|
||||||
"additionalOptsFor": "Zusatzoptionen für {}",
|
"additionalOptsFor": "Zusatzoptionen für {}",
|
||||||
"supportedSources": "Unterstützte Quellen",
|
"supportedSources": "Unterstützte Quellen",
|
||||||
"trackOnlyInBrackets": "(Nur Nachverfolgen)",
|
"trackOnlyInBrackets": "(Nur nachverfolgen)",
|
||||||
"searchableInBrackets": "(Durchsuchbar)",
|
"searchableInBrackets": "(Durchsuchbar)",
|
||||||
"appsString": "Apps",
|
"appsString": "Apps",
|
||||||
"noApps": "Keine Apps",
|
"noApps": "Keine Apps",
|
||||||
@@ -61,22 +61,22 @@
|
|||||||
"xWillBeRemovedButRemainInstalled": "{} wird aus Obtainium entfernt, bleibt aber auf dem Gerät installiert.",
|
"xWillBeRemovedButRemainInstalled": "{} wird aus Obtainium entfernt, bleibt aber auf dem Gerät installiert.",
|
||||||
"removeSelectedAppsQuestion": "Ausgewählte Apps entfernen?",
|
"removeSelectedAppsQuestion": "Ausgewählte Apps entfernen?",
|
||||||
"removeSelectedApps": "Ausgewählte Apps entfernen",
|
"removeSelectedApps": "Ausgewählte Apps entfernen",
|
||||||
"updateX": "Aktualisiere {}",
|
"updateX": "{} aktualisieren",
|
||||||
"installX": "Installiere {}",
|
"installX": "{} installieren",
|
||||||
"markXTrackOnlyAsUpdated": "Markiere {}\n(Nur Nachverfolgen)\nals aktualisiert",
|
"markXTrackOnlyAsUpdated": "Markiere {}\n(Nur nachverfolgen)\nals aktualisiert",
|
||||||
"changeX": "Ändere {}",
|
"changeX": "{} ändern",
|
||||||
"installUpdateApps": "Apps installieren/aktualisieren",
|
"installUpdateApps": "Apps installieren/aktualisieren",
|
||||||
"installUpdateSelectedApps": "Ausgewählte Apps installieren/aktualisieren",
|
"installUpdateSelectedApps": "Ausgewählte Apps installieren/aktualisieren",
|
||||||
"markXSelectedAppsAsUpdated": "Markiere {} ausgewählte Apps als aktuell?",
|
"markXSelectedAppsAsUpdated": "{} ausgewählte Apps als aktuell markieren?",
|
||||||
"no": "Nein",
|
"no": "Nein",
|
||||||
"yes": "Ja",
|
"yes": "Ja",
|
||||||
"markSelectedAppsUpdated": "Markiere ausgewählte Apps als aktuell",
|
"markSelectedAppsUpdated": "Ausgewählte Apps als aktuell markieren",
|
||||||
"pinToTop": "Oben anheften",
|
"pinToTop": "Oben anheften",
|
||||||
"unpinFromTop": "„Oben anheften“ aufheben",
|
"unpinFromTop": "„Oben anheften“ aufheben",
|
||||||
"resetInstallStatusForSelectedAppsQuestion": "Installationsstatus für ausgewählte Apps zurücksetzen?",
|
"resetInstallStatusForSelectedAppsQuestion": "Installationsstatus für ausgewählte Apps zurücksetzen?",
|
||||||
"installStatusOfXWillBeResetExplanation": "Der Installationsstatus der ausgewählten Apps wird zurückgesetzt. Dies kann hilfreich sein, wenn die in Obtainium angezeigte App-Version aufgrund fehlgeschlagener Aktualisierungen oder anderer Probleme falsch ist.",
|
"installStatusOfXWillBeResetExplanation": "Der Installationsstatus der ausgewählten Apps wird zurückgesetzt. Dies kann hilfreich sein, wenn die in Obtainium angezeigte App-Version aufgrund fehlgeschlagener Aktualisierungen oder anderer Probleme falsch ist.",
|
||||||
"customLinkMessage": "Diese Links funktionieren auf Geräten, wo Obtainium installiert ist",
|
"customLinkMessage": "Diese Links funktionieren auf Geräten, wo Obtainium installiert ist",
|
||||||
"shareAppConfigLinks": "Teile die Appkonfiguration als HTML-Link",
|
"shareAppConfigLinks": "App-Konfiguration als HTML-Link teilen",
|
||||||
"shareSelectedAppURLs": "Ausgewählte App-URLs teilen",
|
"shareSelectedAppURLs": "Ausgewählte App-URLs teilen",
|
||||||
"resetInstallStatus": "Installationsstatus zurücksetzen",
|
"resetInstallStatus": "Installationsstatus zurücksetzen",
|
||||||
"more": "Mehr",
|
"more": "Mehr",
|
||||||
@@ -84,25 +84,25 @@
|
|||||||
"showOutdatedOnly": "Nur nicht aktuelle Apps anzeigen",
|
"showOutdatedOnly": "Nur nicht aktuelle Apps anzeigen",
|
||||||
"filter": "Filter",
|
"filter": "Filter",
|
||||||
"filterApps": "Apps filtern",
|
"filterApps": "Apps filtern",
|
||||||
"appName": "App Name",
|
"appName": "App-Name",
|
||||||
"author": "Autor",
|
"author": "Autor",
|
||||||
"upToDateApps": "Apps mit aktueller Version",
|
"upToDateApps": "Apps mit aktueller Version",
|
||||||
"nonInstalledApps": "Nicht installierte Apps",
|
"nonInstalledApps": "Nicht installierte Apps",
|
||||||
"importExport": "Import/Export",
|
"importExport": "Import/Export",
|
||||||
"settings": "Einstellungen",
|
"settings": "Einstellungen",
|
||||||
"exportedTo": "Exportiert zu {}",
|
"exportedTo": "Exportiert nach {}",
|
||||||
"obtainiumExport": "Obtainium-Export",
|
"obtainiumExport": "Obtainium-Export",
|
||||||
"invalidInput": "Ungültige Eingabe",
|
"invalidInput": "Ungültige Eingabe",
|
||||||
"importedX": "Importiert {}",
|
"importedX": "{} importiert",
|
||||||
"obtainiumImport": "Obtainium-Import",
|
"obtainiumImport": "Obtainium-Import",
|
||||||
"importFromURLList": "Importieren aus URL-Liste",
|
"importFromURLList": "Aus URL-Liste importieren",
|
||||||
"searchQuery": "Suchanfrage",
|
"searchQuery": "Suchanfrage",
|
||||||
"appURLList": "App URL-Liste",
|
"appURLList": "App-URL-Liste",
|
||||||
"line": "Linie",
|
"line": "Linie",
|
||||||
"searchX": "Suche {}",
|
"searchX": "{} suchen",
|
||||||
"noResults": "Keine Ergebnisse gefunden",
|
"noResults": "Keine Ergebnisse gefunden",
|
||||||
"importX": "Importieren {}",
|
"importX": "{} importieren",
|
||||||
"importedAppsIdDisclaimer": "Importierte Apps werden möglicherweise fälschlicherweise als \"Nicht installiert\" angezeigt. Um dies zu beheben, installieren Sie sie erneut über Obtainium. Dies hat keine Auswirkungen auf App-Daten. Es betrifft nur URL- und Drittanbieter-Importmethoden.",
|
"importedAppsIdDisclaimer": "Importierte Apps werden manchmal fälschlicherweise als „Nicht installiert“ angezeigt. Um dies zu beheben, installieren Sie sie erneut über Obtainium. Dies hat keine Auswirkungen auf App-Daten. Es betrifft nur URL- und Drittanbieter-Importmethoden.",
|
||||||
"importErrors": "Importfehler",
|
"importErrors": "Importfehler",
|
||||||
"importedXOfYApps": "{} von {} Apps importiert.",
|
"importedXOfYApps": "{} von {} Apps importiert.",
|
||||||
"followingURLsHadErrors": "Bei folgenden URLs traten Fehler auf:",
|
"followingURLsHadErrors": "Bei folgenden URLs traten Fehler auf:",
|
||||||
@@ -113,8 +113,8 @@
|
|||||||
"dark": "Dunkel",
|
"dark": "Dunkel",
|
||||||
"light": "Hell",
|
"light": "Hell",
|
||||||
"followSystem": "System folgen",
|
"followSystem": "System folgen",
|
||||||
"followSystemThemeExplanation": "Das Folgen des Systemthemes ist unter Android <10 nur mit Hilfe von Drittanbieteranwendungen möglich",
|
"followSystemThemeExplanation": "Das Folgen des Systemthemes ist unter Android < 10 nur mit Hilfe von Drittanbieterapps möglich",
|
||||||
"useBlackTheme": "Verwende Pure Black Dark Theme",
|
"useBlackTheme": "Pure Black Dark Theme verwenden",
|
||||||
"appSortBy": "App sortieren nach",
|
"appSortBy": "App sortieren nach",
|
||||||
"authorName": "Autor/Name",
|
"authorName": "Autor/Name",
|
||||||
"nameAuthor": "Name/Autor",
|
"nameAuthor": "Name/Autor",
|
||||||
@@ -146,8 +146,8 @@
|
|||||||
"updatesAvailableNotifDescription": "Benachrichtigt den Nutzer, dass Aktualisierungen für eine oder mehrere von Obtainium verfolgte Apps verfügbar sind",
|
"updatesAvailableNotifDescription": "Benachrichtigt den Nutzer, dass Aktualisierungen für eine oder mehrere von Obtainium verfolgte Apps verfügbar sind",
|
||||||
"noNewUpdates": "Keine neuen Aktualisierungen.",
|
"noNewUpdates": "Keine neuen Aktualisierungen.",
|
||||||
"xHasAnUpdate": "{} hat eine Aktualisierung.",
|
"xHasAnUpdate": "{} hat eine Aktualisierung.",
|
||||||
"appsUpdated": "Apps aktualisiert",
|
"appsUpdated": "App wurde aktualisiert",
|
||||||
"appsNotUpdated": "Aktualisierung der Anwendungen fehlgeschlagen",
|
"appsNotUpdated": "Aktualisierung der Apps fehlgeschlagen",
|
||||||
"appsUpdatedNotifDescription": "Benachrichtigt den Benutzer, dass Aktualisierungen für eine oder mehrere Apps im Hintergrund durchgeführt wurden",
|
"appsUpdatedNotifDescription": "Benachrichtigt den Benutzer, dass Aktualisierungen für eine oder mehrere Apps im Hintergrund durchgeführt wurden",
|
||||||
"xWasUpdatedToY": "{} wurde auf {} aktualisiert.",
|
"xWasUpdatedToY": "{} wurde auf {} aktualisiert.",
|
||||||
"xWasNotUpdatedToY": "Die Aktualisierung von {} auf {} ist fehlgeschlagen.",
|
"xWasNotUpdatedToY": "Die Aktualisierung von {} auf {} ist fehlgeschlagen.",
|
||||||
@@ -156,13 +156,13 @@
|
|||||||
"appsRemoved": "Apps entfernt",
|
"appsRemoved": "Apps entfernt",
|
||||||
"appsRemovedNotifDescription": "Benachrichtigt den Benutzer, dass eine oder mehrere Apps aufgrund von Fehlern beim Laden entfernt wurden",
|
"appsRemovedNotifDescription": "Benachrichtigt den Benutzer, dass eine oder mehrere Apps aufgrund von Fehlern beim Laden entfernt wurden",
|
||||||
"xWasRemovedDueToErrorY": "{} wurde aufgrund des folgenden Fehlers entfernt: {}",
|
"xWasRemovedDueToErrorY": "{} wurde aufgrund des folgenden Fehlers entfernt: {}",
|
||||||
"completeAppInstallation": "App Installation abschließen",
|
"completeAppInstallation": "App-Installation abschließen",
|
||||||
"obtainiumMustBeOpenToInstallApps": "Obtainium muss geöffnet sein, um Apps zu installieren",
|
"obtainiumMustBeOpenToInstallApps": "Obtainium muss geöffnet sein, um Apps zu installieren",
|
||||||
"completeAppInstallationNotifDescription": "Aufforderung an den Benutzer, zu Obtainium zurückzukehren, um die Installation einer App abzuschließen",
|
"completeAppInstallationNotifDescription": "Aufforderung an den Benutzer, zu Obtainium zurückzukehren, um die Installation einer App abzuschließen",
|
||||||
"checkingForUpdates": "Nach Aktualisierungen suchen",
|
"checkingForUpdates": "Nach Aktualisierungen suchen",
|
||||||
"checkingForUpdatesNotifDescription": "Vorübergehende Benachrichtigung, die bei der Suche nach Aktualisierungen angezeigt wird",
|
"checkingForUpdatesNotifDescription": "Vorübergehende Benachrichtigung, die bei der Suche nach Aktualisierungen angezeigt wird",
|
||||||
"pleaseAllowInstallPerm": "Bitte erlauben Sie Obtainium die Installation von Apps",
|
"pleaseAllowInstallPerm": "Bitte erlauben Sie Obtainium die Installation von Apps",
|
||||||
"trackOnly": "Nur Nachverfolgen",
|
"trackOnly": "Nur nachverfolgen",
|
||||||
"errorWithHttpStatusCode": "Fehler {}",
|
"errorWithHttpStatusCode": "Fehler {}",
|
||||||
"versionCorrectionDisabled": "Versionskorrektur deaktiviert (Plugin scheint nicht zu funktionieren)",
|
"versionCorrectionDisabled": "Versionskorrektur deaktiviert (Plugin scheint nicht zu funktionieren)",
|
||||||
"unknown": "Unbekannt",
|
"unknown": "Unbekannt",
|
||||||
@@ -173,25 +173,25 @@
|
|||||||
"lastUpdateCheckX": "Letzte Aktualisierungsprüfung: {}",
|
"lastUpdateCheckX": "Letzte Aktualisierungsprüfung: {}",
|
||||||
"remove": "Entfernen",
|
"remove": "Entfernen",
|
||||||
"yesMarkUpdated": "Ja, als aktualisiert markieren",
|
"yesMarkUpdated": "Ja, als aktualisiert markieren",
|
||||||
"fdroid": "offizielles F-Droid-Repo",
|
"fdroid": "Offizielles F-Droid-Repo",
|
||||||
"appIdOrName": "App ID oder Name",
|
"appIdOrName": "App-ID oder Name",
|
||||||
"appId": "App ID",
|
"appId": "App-ID",
|
||||||
"appWithIdOrNameNotFound": "Es wurde keine App mit dieser ID oder diesem Namen gefunden",
|
"appWithIdOrNameNotFound": "Es wurde keine App mit dieser ID oder diesem Namen gefunden",
|
||||||
"reposHaveMultipleApps": "Repos können mehrere Apps enthalten",
|
"reposHaveMultipleApps": "Repos können mehrere Apps enthalten",
|
||||||
"fdroidThirdPartyRepo": "F-Droid Drittparteienrepo",
|
"fdroidThirdPartyRepo": "F-Droid-Drittanbieter-Repo",
|
||||||
"steamMobile": "Steam Mobile",
|
"steamMobile": "Steam Mobile",
|
||||||
"steamChat": "Steam-Chat",
|
"steamChat": "Steam-Chat",
|
||||||
"install": "Installieren",
|
"install": "Installieren",
|
||||||
"markInstalled": "Als Installiert markieren",
|
"markInstalled": "Als installiert markieren",
|
||||||
"update": "Aktualisieren",
|
"update": "Aktualisieren",
|
||||||
"markUpdated": "Als Aktuell markieren",
|
"markUpdated": "Als aktuell markieren",
|
||||||
"additionalOptions": "Zusätzliche Optionen",
|
"additionalOptions": "Zusätzliche Optionen",
|
||||||
"disableVersionDetection": "Versionsermittlung deaktivieren",
|
"disableVersionDetection": "Versionserkennung deaktivieren",
|
||||||
"noVersionDetectionExplanation": "Diese Option sollte nur für Apps verwendet werden, bei denen die Versionserkennung nicht korrekt funktioniert.",
|
"noVersionDetectionExplanation": "Diese Option sollte nur für Apps verwendet werden, bei denen die Versionserkennung nicht korrekt funktioniert.",
|
||||||
"downloadingX": "Lade {} herunter",
|
"downloadingX": "{} wird heruntergeladen",
|
||||||
"downloadX": "{} herunterladen",
|
"downloadX": "{} herunterladen",
|
||||||
"downloadedX": "{} heruntergeladen",
|
"downloadedX": "{} heruntergeladen",
|
||||||
"releaseAsset": "release Asset",
|
"releaseAsset": "Release-Asset",
|
||||||
"downloadNotifDescription": "Benachrichtigt den Nutzer über den Fortschritt beim Herunterladen einer App",
|
"downloadNotifDescription": "Benachrichtigt den Nutzer über den Fortschritt beim Herunterladen einer App",
|
||||||
"noAPKFound": "Keine APK gefunden",
|
"noAPKFound": "Keine APK gefunden",
|
||||||
"noVersionDetection": "Keine Versionserkennung",
|
"noVersionDetection": "Keine Versionserkennung",
|
||||||
@@ -216,50 +216,52 @@
|
|||||||
"releaseDateAsVersionExplanation": "Diese Option sollte nur für Apps verwendet werden, bei denen die Versionserkennung nicht korrekt funktioniert, aber ein Veröffentlichungsdatum verfügbar ist.",
|
"releaseDateAsVersionExplanation": "Diese Option sollte nur für Apps verwendet werden, bei denen die Versionserkennung nicht korrekt funktioniert, aber ein Veröffentlichungsdatum verfügbar ist.",
|
||||||
"changes": "Änderungen",
|
"changes": "Änderungen",
|
||||||
"releaseDate": "Veröffentlichungsdatum",
|
"releaseDate": "Veröffentlichungsdatum",
|
||||||
"importFromURLsInFile": "Importieren von URLs aus Datei (z. B. OPML)",
|
"importFromURLsInFile": "URLs aus Datei importieren (z. B. OPML)",
|
||||||
"versionDetectionExplanation": "Abgleich der Versionsnummer mit der vom Betriebssystem erkannten Version",
|
"versionDetectionExplanation": "Abgleich der Versionsnummer mit der vom Betriebssystem erkannten Version",
|
||||||
"versionDetection": "Versionserkennung",
|
"versionDetection": "Versionserkennung",
|
||||||
"standardVersionDetection": "Standardversionserkennung",
|
"standardVersionDetection": "Standardversionserkennung",
|
||||||
"groupByCategory": "Nach Kategorie gruppieren",
|
"groupByCategory": "Nach Kategorie gruppieren",
|
||||||
"autoApkFilterByArch": "Nach Möglichkeit versuchen, APKs nach CPU-Architektur zu filtern",
|
"autoApkFilterByArch": "Nach Möglichkeit versuchen, APKs nach CPU-Architektur zu filtern",
|
||||||
"overrideSource": "Quelle überschreiben",
|
"overrideSource": "Quelle überschreiben",
|
||||||
"dontShowAgain": "Nicht noch einmal zeigen",
|
"dontShowAgain": "Nicht noch einmal anzeigen",
|
||||||
"dontShowTrackOnlyWarnings": "Warnung für 'Nur Nachverfolgen' nicht anzeigen",
|
"dontShowTrackOnlyWarnings": "Warnung für 'Nur nachverfolgen' nicht anzeigen",
|
||||||
"dontShowAPKOriginWarnings": "Warnung für APK-Herkunft nicht anzeigen",
|
"dontShowAPKOriginWarnings": "Warnung für APK-Herkunft nicht anzeigen",
|
||||||
"moveNonInstalledAppsToBottom": "Nicht installierte Apps ans Ende der Apps Ansicht verschieben",
|
"moveNonInstalledAppsToBottom": "Nicht installierte Apps ans Ende der App-Ansicht verschieben",
|
||||||
"gitlabPATLabel": "GitLab Personal Access Token",
|
"gitlabPATLabel": "Persönlicher Zugangstoken für GitLab",
|
||||||
"about": "Über",
|
"about": "Über",
|
||||||
"requiresCredentialsInSettings": "{}: Benötigt zusätzliche Anmeldedaten (in den Einstellungen)",
|
"requiresCredentialsInSettings": "{}: Benötigt zusätzliche Anmeldedaten (in den Einstellungen)",
|
||||||
"checkOnStart": "Überprüfe einmalig beim Start",
|
"checkOnStart": "Einmalig beim Start überprüfen",
|
||||||
"tryInferAppIdFromCode": "Versuche, die App-ID aus dem Quellcode zu ermitteln",
|
"tryInferAppIdFromCode": "Versuchen, die App-ID aus dem Quellcode zu ermitteln",
|
||||||
"removeOnExternalUninstall": "Automatisches Entfernen von extern deinstallierten Apps",
|
"removeOnExternalUninstall": "Automatisches Entfernen von extern deinstallierten Apps",
|
||||||
"pickHighestVersionCode": "Automatische Auswahl des APK mit höchstem Versionscode",
|
"pickHighestVersionCode": "Automatische Auswahl des APK mit höchstem Versionscode",
|
||||||
"checkUpdateOnDetailPage": "Nach Aktualisierungen suchen, wenn eine App-Detailseite geöffnet wird",
|
"checkUpdateOnDetailPage": "Nach Aktualisierungen suchen, wenn eine App-Detailseite geöffnet wird",
|
||||||
"disablePageTransitions": "Animationen für Seitenübergänge deaktivieren",
|
"disablePageTransitions": "Animationen für Seitenübergänge deaktivieren",
|
||||||
"reversePageTransitions": "Umgekehrte Animationen für Seitenübergänge",
|
"reversePageTransitions": "Umgekehrte Animationen für Seitenübergänge",
|
||||||
"minStarCount": "Minimale Anzahl von Sternen",
|
"minStarCount": "Minimale Anzahl von Sternen",
|
||||||
"addInfoBelow": "Fügen Sie diese Informationen unten hinzu.",
|
"addInfoBelow": "Diese Information unten hinzufügen.",
|
||||||
"addInfoInSettings": "Fügen Sie diese Info in den Einstellungen hinzu.",
|
"addInfoInSettings": "Diese Information in den Einstellungen hinzufügen.",
|
||||||
"githubSourceNote": "Die GitHub-Ratenbegrenzung kann mit einem API-Schlüssel umgangen werden.",
|
"githubSourceNote": "Die GitHub-Ratenbegrenzung kann mit einem API-Schlüssel umgangen werden.",
|
||||||
"sortByLastLinkSegment": "Sortiere nur nach dem letzten Teil des Links",
|
"sortByLastLinkSegment": "Nur nach dem letzten Teil des Links sortieren",
|
||||||
"filterReleaseNotesByRegEx": "Versionshinweise nach regulärem Ausdruck filtern",
|
"filterReleaseNotesByRegEx": "Versionshinweise nach regulärem Ausdruck filtern",
|
||||||
"customLinkFilterRegex": "Benutzerdefinierter APK Link Filter nach Regulärem Ausdruck (Standard '.apk$')",
|
"customLinkFilterRegex": "Benutzerdefinierter APK-Linkfilter durch regulären Ausdruck (Standard '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Aktualisierungen wurden versucht",
|
"appsPossiblyUpdated": "App-Aktualisierungen wurden versucht",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Benachrichtigt den Benutzer, dass Aktualisierungen für eine oder mehrere Apps möglicherweise im Hintergrund durchgeführt wurden",
|
"appsPossiblyUpdatedNotifDescription": "Benachrichtigt den Benutzer, dass Aktualisierungen für eine oder mehrere Apps möglicherweise im Hintergrund durchgeführt wurden",
|
||||||
"xWasPossiblyUpdatedToY": "{} wurde möglicherweise aktualisiert auf {}.",
|
"xWasPossiblyUpdatedToY": "{} wurde möglicherweise aktualisiert auf {}.",
|
||||||
"enableBackgroundUpdates": "Aktiviere Hintergrundaktualisierungen",
|
"enableBackgroundUpdates": "Hintergrundaktualisierungen aktivieren",
|
||||||
"backgroundUpdateReqsExplanation": "Die Hintergrundaktualisierung ist möglicherweise nicht für alle Apps möglich.",
|
"backgroundUpdateReqsExplanation": "Die Hintergrundaktualisierung ist möglicherweise nicht für alle Apps möglich.",
|
||||||
"backgroundUpdateLimitsExplanation": "Der Erfolg einer Hintergrundinstallation kann nur festgestellt werden, wenn Obtainium geöffnet wird.",
|
"backgroundUpdateLimitsExplanation": "Der Erfolg einer Hintergrundinstallation kann nur festgestellt werden, wenn Obtainium geöffnet wird.",
|
||||||
"verifyLatestTag": "Überprüfe das „latest“ Tag",
|
"verifyLatestTag": "„Latest“-Tag überprüfen",
|
||||||
"intermediateLinkRegex": "Filter für einen „Zwischen“-Link, der zuerst besucht werden soll",
|
"intermediateLinkRegex": "Filter für einen „Zwischen“-Link, der zuerst besucht werden soll",
|
||||||
"filterByLinkText": "Filtere Links durch Linktext",
|
"filterByLinkText": "Links durch Linktext filtern",
|
||||||
"intermediateLinkNotFound": "„Zwischen“-Link nicht gefunden",
|
"intermediateLinkNotFound": "„Zwischen“-Link nicht gefunden",
|
||||||
"intermediateLink": "„Zwischen“-Link",
|
"intermediateLink": "„Zwischen“-Link",
|
||||||
"exemptFromBackgroundUpdates": "Ausschluss von Hintergrundaktualisierungen (falls aktiviert)",
|
"exemptFromBackgroundUpdates": "Ausschluss von Hintergrundaktualisierungen (falls aktiviert)",
|
||||||
"bgUpdatesOnWiFiOnly": "Hintergrundaktualisierungen deaktivieren, wenn kein WLAN vorhanden ist",
|
"bgUpdatesOnWiFiOnly": "Hintergrundaktualisierungen deaktivieren, wenn kein WLAN vorhanden ist",
|
||||||
"autoSelectHighestVersionCode": "Automatisch höchste APK-Version auswählen",
|
"autoSelectHighestVersionCode": "Automatisch höchste APK-Version auswählen",
|
||||||
"versionExtractionRegEx": "Versions-Extraktion per RegEx",
|
"versionExtractionRegEx": "Versionsextraktion per RegEx",
|
||||||
"matchGroupToUse": "zu verwendende Gruppe abgleichen",
|
"trimVersionString": "Versionszeichenfolge mit RegEx kürzen",
|
||||||
|
"matchGroupToUseForX": "Zu verwendende Abgleichsgruppe für „{}“",
|
||||||
|
"matchGroupToUse": "Zu verwendende Gruppe abgleichen",
|
||||||
"highlightTouchTargets": "Weniger offensichtliche Touch-Ziele hervorheben",
|
"highlightTouchTargets": "Weniger offensichtliche Touch-Ziele hervorheben",
|
||||||
"pickExportDir": "Export-Verzeichnis wählen",
|
"pickExportDir": "Export-Verzeichnis wählen",
|
||||||
"autoExportOnChanges": "Automatischer Export bei Änderung(en)",
|
"autoExportOnChanges": "Automatischer Export bei Änderung(en)",
|
||||||
@@ -268,57 +270,58 @@
|
|||||||
"trySelectingSuggestedVersionCode": "Versuchen, den vorgeschlagenen APK-Versionscode auszuwählen",
|
"trySelectingSuggestedVersionCode": "Versuchen, den vorgeschlagenen APK-Versionscode auszuwählen",
|
||||||
"dontSortReleasesList": "Freigaberelease von der API ordern",
|
"dontSortReleasesList": "Freigaberelease von der API ordern",
|
||||||
"reverseSort": "Umgekehrtes Sortieren",
|
"reverseSort": "Umgekehrtes Sortieren",
|
||||||
"takeFirstLink": "Verwende den ersten Link",
|
"takeFirstLink": "Ersten Link verwenden",
|
||||||
"skipSort": "Überspringe Sortieren",
|
"skipSort": "Sortieren überspringen",
|
||||||
"debugMenu": "Debug-Menü",
|
"debugMenu": "Debug-Menü",
|
||||||
"bgTaskStarted": "Hintergrundaufgabe gestartet – Logs prüfen.",
|
"bgTaskStarted": "Hintergrundaufgabe gestartet – Logs prüfen.",
|
||||||
"runBgCheckNow": "Hintergrundaktualisierungsprüfung jetzt durchführen",
|
"runBgCheckNow": "Hintergrundaktualisierungsprüfung jetzt durchführen",
|
||||||
"versionExtractWholePage": "Versions-Extraktion per RegEx auf die gesamte Seite anwenden",
|
"versionExtractWholePage": "Versionsextraktion per RegEx auf die gesamte Seite anwenden",
|
||||||
"installing": "Installiere",
|
"installing": "Installieren",
|
||||||
"skipUpdateNotifications": "Keine Benachrichtigung zu App-Aktualisierungen geben",
|
"skipUpdateNotifications": "Update-Benachrichtigungen überspringen",
|
||||||
"updatesAvailableNotifChannel": "Aktualisierungen verfügbar",
|
"updatesAvailableNotifChannel": "Aktualisierungen verfügbar",
|
||||||
"appsUpdatedNotifChannel": "Apps aktualisiert",
|
"appsUpdatedNotifChannel": "Apps aktualisiert",
|
||||||
"appsPossiblyUpdatedNotifChannel": "App Aktualisierungen wurden versucht",
|
"appsPossiblyUpdatedNotifChannel": "App-Aktualisierungen wurden versucht",
|
||||||
"errorCheckingUpdatesNotifChannel": "Fehler beim Prüfen auf Aktualisierungen",
|
"errorCheckingUpdatesNotifChannel": "Fehler beim Prüfen auf Aktualisierungen",
|
||||||
"appsRemovedNotifChannel": "Apps entfernt",
|
"appsRemovedNotifChannel": "Apps entfernt",
|
||||||
"downloadingXNotifChannel": "Lade {} herunter",
|
"downloadingXNotifChannel": "{} herunterladen",
|
||||||
"completeAppInstallationNotifChannel": "App Installation abschließen",
|
"completeAppInstallationNotifChannel": "App-Installation abschließen",
|
||||||
"checkingForUpdatesNotifChannel": "Nach Aktualisierungen suchen",
|
"checkingForUpdatesNotifChannel": "Nach Aktualisierungen suchen",
|
||||||
"onlyCheckInstalledOrTrackOnlyApps": "Überprüfe nur installierte und mit „nur Nachverfolgen“ markierte Apps auf Aktualisierungen",
|
"onlyCheckInstalledOrTrackOnlyApps": "Nur installierte und mit „Nur nachverfolgen“ markierte Apps auf Aktualisierungen prüfen",
|
||||||
"supportFixedAPKURL": "neuere Version anhand der ersten dreißig Zahlen der Checksumme der APK URL erraten, wenn anderweitig nicht unterstützt",
|
"supportFixedAPKURL": "Unterstützung von festen APK-URLs",
|
||||||
"selectX": "Wähle {}",
|
"selectX": "{} wählen",
|
||||||
"parallelDownloads": "Erlaube parallele Downloads",
|
"parallelDownloads": "Parallele Downloads erlauben",
|
||||||
"useShizuku": "Verwenden Sie Shizuku oder Sui zur Installation",
|
"useShizuku": "Shizuku oder Sui zur Installation verwenden",
|
||||||
"shizukuBinderNotFound": "Kompatibler Shizukudienst wurde nicht gefunden",
|
"shizukuBinderNotFound": "Kompatibler Shizuku-Dienst wurde nicht gefunden",
|
||||||
"shizukuOld": "Alte Shizuku-Version (<11) - aktualisieren Sie sie",
|
"shizukuOld": "Alte Shizuku-Version (< 11) - aktualisieren Sie sie",
|
||||||
"shizukuOldAndroidWithADB": "Shizuku läuft auf Android < 8.1 mit ADB - aktualisieren Sie Android oder verwenden Sie stattdessen Sui",
|
"shizukuOldAndroidWithADB": "Shizuku läuft auf Android < 8.1 mit ADB - aktualisieren Sie Android oder verwenden Sie stattdessen Sui",
|
||||||
"shizukuPretendToBeGooglePlay": "Google Play als Installationsquelle festlegen (wenn Shizuku verwendet wird)",
|
"shizukuPretendToBeGooglePlay": "Google Play als Installationsquelle festlegen (wenn Shizuku verwendet wird)",
|
||||||
"useSystemFont": "Verwende die Systemschriftart",
|
"useSystemFont": "Systemschriftart verwenden",
|
||||||
"useVersionCodeAsOSVersion": "Verwende die Appversion als erkannte Version vom Betriebssystem",
|
"useVersionCodeAsOSVersion": "App-Version als erkannte Version vom Betriebssystem verwenden",
|
||||||
"requestHeader": "Request Header",
|
"requestHeader": "Kopfzeile anfordern",
|
||||||
"useLatestAssetDateAsReleaseDate": "Den letzten Asset-Upload als Veröffentlichungsdatum verwenden",
|
"useLatestAssetDateAsReleaseDate": "Letzten Asset-Upload als Veröffentlichungsdatum verwenden",
|
||||||
"defaultPseudoVersioningMethod": "Standardmäßiges Verfahren zur Pseudo-Versionierung",
|
"defaultPseudoVersioningMethod": "Standardmäßiges Verfahren zur Pseudo-Versionierung",
|
||||||
"partialAPKHash": "partieller APK-Hash",
|
"partialAPKHash": "Partieller APK-Hash",
|
||||||
"APKLinkHash": "APK-Link-Hash",
|
"APKLinkHash": "APK-Link-Hash",
|
||||||
"directAPKLink": "Direkter APK-Link",
|
"directAPKLink": "Direkter APK-Link",
|
||||||
"pseudoVersionInUse": "Es werden Pseudoversionen verwendet",
|
"pseudoVersionInUse": "Es werden Pseudoversionen verwendet",
|
||||||
"installed": "Installiert",
|
"installed": "Installiert",
|
||||||
"latest": "Neueste Version",
|
"latest": "Neueste Version",
|
||||||
"invertRegEx": "Regulären Ausdruck invertieren",
|
"invertRegEx": "Regulären Ausdruck invertieren",
|
||||||
"note": "Hinweis",
|
"note": "Hinweis",
|
||||||
"selfHostedNote": "Das „{}“-Dropdown-Menü kann verwendet werden, um selbst gehostete/angepasste Instanzen einer beliebigen Quelle zu erreichen.",
|
"selfHostedNote": "Das „{}“-Drop-down-Menü kann verwendet werden, um selbst gehostete/angepasste Instanzen einer beliebigen Quelle zu erreichen.",
|
||||||
"badDownload": "Die APK konnte nicht geparst werden (inkompatibler oder teilweiser Download)",
|
"badDownload": "Die APK konnte nicht geparst werden (inkompatibler oder teilweiser Download)",
|
||||||
"beforeNewInstallsShareToAppVerifier": "Neue Apps mit AppVerifier teilen (falls verfügbar)",
|
"beforeNewInstallsShareToAppVerifier": "Neue Apps mit AppVerifier teilen (falls verfügbar)",
|
||||||
"appVerifierInstructionToast": "Geben Sie die Daten an AppVerifier weiter und kehren Sie dann hierher zurück, wenn Sie fertig sind.",
|
"appVerifierInstructionToast": "Geben Sie die Daten an AppVerifier weiter und kehren Sie dann hierher zurück, wenn Sie fertig sind.",
|
||||||
"wiki": "Hilfe/Wiki",
|
"wiki": "Hilfe/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (Verwendung auf eigene Gefahr)",
|
"crowdsourcedConfigsLabel": "Crowdsourced App-Konfigurationen (Verwendung auf eigene Gefahr)",
|
||||||
|
"allowInsecure": "Unsichere HTTP-Anfragen zulassen",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "App entfernen?",
|
"one": "App entfernen?",
|
||||||
"other": "Apps entfernen?"
|
"other": "Apps entfernen?"
|
||||||
},
|
},
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
"one": "Zu viele Anfragen (Rate begrenzt) – versuche es in {} Minute erneut",
|
"one": "Zu viele Anfragen (Rate begrenzt) – versuchen Sie es in {} Minute erneut",
|
||||||
"other": "Zu viele Anfragen (Rate begrenzt) – versuche es in {} Minuten erneut"
|
"other": "Zu viele Anfragen (Rate begrenzt) – versuchen Sie es in {} Minuten erneut"
|
||||||
},
|
},
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"one": "Bei der Aktualisierungsprüfung im Hintergrund wurde ein {} festgestellt, eine erneute Prüfung wird in {} Minute geplant",
|
"one": "Bei der Aktualisierungsprüfung im Hintergrund wurde ein {} festgestellt, eine erneute Prüfung wird in {} Minute geplant",
|
||||||
@@ -329,12 +332,12 @@
|
|||||||
"other": "Die Hintergrundaktualisierungsprüfung fand {} Aktualisierungen – benachrichtigt den Benutzer, falls erforderlich"
|
"other": "Die Hintergrundaktualisierungsprüfung fand {} Aktualisierungen – benachrichtigt den Benutzer, falls erforderlich"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"eine": "{} App",
|
"one": "{} App",
|
||||||
"andere": "{} Apps"
|
"other": "{} Apps"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"eine": "{} URL",
|
"one": "{} URL",
|
||||||
"andere": "{} URLs"
|
"other": "{} URLs"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{} Minute",
|
"one": "{} Minute",
|
||||||
@@ -357,16 +360,16 @@
|
|||||||
"other": "{} und {} weitere Apps haben Aktualisierungen."
|
"other": "{} und {} weitere Apps haben Aktualisierungen."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesInstalled": {
|
"xAndNMoreUpdatesInstalled": {
|
||||||
"one": "{} und 1 weitere Anwendung wurden aktualisiert.",
|
"one": "{} und 1 weitere App wurden aktualisiert.",
|
||||||
"other": "{} und {} weitere Anwendungen wurden aktualisiert."
|
"other": "{} und {} weitere Apps wurden aktualisiert."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesFailed": {
|
"xAndNMoreUpdatesFailed": {
|
||||||
"one": "Aktualisierung fehlgeschlagen {} und 1 weitere Anwendung.",
|
"one": "Die Aktualisierung von {} und 1 weiteren App ist fehlgeschlagen.",
|
||||||
"other": "Die Aktualisierung von {} und {} weiteren Anwendungen ist fehlgeschlagen."
|
"other": "Die Aktualisierung von {} und {} weiteren Apps ist fehlgeschlagen."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"one": "{} und 1 weitere Anwendung wurden möglicherweise aktualisiert.",
|
"one": "{} und 1 weitere App wurden möglicherweise aktualisiert.",
|
||||||
"other": "{} und {} weitere Anwendungen wurden möglicherweise aktualisiert."
|
"other": "{} und {} weitere Apps wurden möglicherweise aktualisiert."
|
||||||
},
|
},
|
||||||
"apk": {
|
"apk": {
|
||||||
"one": "{} APK",
|
"one": "{} APK",
|
||||||
|
378
assets/translations/en-EO.json
Normal file
378
assets/translations/en-EO.json
Normal file
@@ -0,0 +1,378 @@
|
|||||||
|
{
|
||||||
|
"invalidURLForSource": "Nevalida apo-URL {}",
|
||||||
|
"noReleaseFound": "Ne eblas trovi taŭgan eldonon",
|
||||||
|
"noVersionFound": "Ne eblas determini la eldonversion",
|
||||||
|
"urlMatchesNoSource": "La URL ne konformas al konata fonto",
|
||||||
|
"cantInstallOlderVersion": "Ne eblas instali malnovan version de la Apo",
|
||||||
|
"appIdMismatch": "La identigilo de la elŝutita pakaĵo ne konformas al la identigilo de la ekzistanta apo",
|
||||||
|
"functionNotImplemented": "Tiu klaso ne fasonadas tiun funkcion",
|
||||||
|
"placeholder": "Rezervilo",
|
||||||
|
"someErrors": "Eraroj okazis",
|
||||||
|
"unexpectedError": "Neatendita eraro",
|
||||||
|
"ok": "Okej",
|
||||||
|
"and": "kaj",
|
||||||
|
"githubPATLabel": "Github persona atingoĵetono (pliigas la kvantolimon)",
|
||||||
|
"includePrereleases": "Inkluzivi la pra-eldonojn",
|
||||||
|
"fallbackToOlderReleases": "Reveno al malnovaj versioj",
|
||||||
|
"filterReleaseTitlesByRegEx": "Filtri la eldontitoljn per regula esprimo",
|
||||||
|
"invalidRegEx": "Nevalida regula esprimo",
|
||||||
|
"noDescription": "Neniu priskribo",
|
||||||
|
"cancel": "Nuligi",
|
||||||
|
"continue": "Daŭrigi",
|
||||||
|
"requiredInBrackets": "(Neprigata)",
|
||||||
|
"dropdownNoOptsError": "ERARO: LA MALVOLVANTA LISTO DEVAS HAVI ALMENAŬ UNU OPCION",
|
||||||
|
"colour": "Koloro",
|
||||||
|
"standard": "Norma",
|
||||||
|
"custom": "Agordita",
|
||||||
|
"useMaterialYou": "Uzi Material You",
|
||||||
|
"githubStarredRepos": "Stelaj GitHub-deponejoj",
|
||||||
|
"uname": "Uzantnomo",
|
||||||
|
"wrongArgNum": "Malĝusta nombro da provizitaj argumentoj",
|
||||||
|
"xIsTrackOnly": "{} estas nur sekvitaj",
|
||||||
|
"source": "Fonto",
|
||||||
|
"app": "Apo",
|
||||||
|
"appsFromSourceAreTrackOnly": "Apoj el tiu fonto estas 'Nur sekvitaj'.",
|
||||||
|
"youPickedTrackOnly": "Vi selektis la opcion 'Nur sekvitaj'.",
|
||||||
|
"trackOnlyAppDescription": "La apo estas sekvota por ĝisdatigoj, sed Obtainium ne povos elŝuti aŭ instali ĝin.",
|
||||||
|
"cancelled": "Nuligita",
|
||||||
|
"appAlreadyAdded": "Jam aldonita apo",
|
||||||
|
"alreadyUpToDateQuestion": "Ĉu la apo estas ĝisdata?",
|
||||||
|
"addApp": "Aldoni apon",
|
||||||
|
"appSourceURL": "URL de la apofonto",
|
||||||
|
"error": "Eraro",
|
||||||
|
"add": "Aldoni",
|
||||||
|
"searchSomeSourcesLabel": "Serĉi (nur kelkaj fontoj)",
|
||||||
|
"search": "Serĉi",
|
||||||
|
"additionalOptsFor": "Kromaj opcioj por {}",
|
||||||
|
"supportedSources": "Taskiĝata fontoj",
|
||||||
|
"trackOnlyInBrackets": "(Nur sekvita)",
|
||||||
|
"searchableInBrackets": "(Serĉebla)",
|
||||||
|
"appsString": "Apoj",
|
||||||
|
"noApps": "Neniu apo",
|
||||||
|
"noAppsForFilter": "Neniu apo por filtri",
|
||||||
|
"byX": "Laŭ {}",
|
||||||
|
"percentProgress": "Progreso: {}%",
|
||||||
|
"pleaseWait": "Bonvolu atendi",
|
||||||
|
"updateAvailable": "Havebla ĝisdatigo",
|
||||||
|
"notInstalled": "Neinstalita",
|
||||||
|
"pseudoVersion": "Pseŭdoversio",
|
||||||
|
"selectAll": "Selekti ĉion",
|
||||||
|
"deselectX": "Malselekti {}",
|
||||||
|
"xWillBeRemovedButRemainInstalled": "{} estas farigota de Obtainium sed restos instalata en la disponaĵo.",
|
||||||
|
"removeSelectedAppsQuestion": "Farigi la selektitajn apojn?",
|
||||||
|
"removeSelectedApps": "Farigi la selektitajn apojn",
|
||||||
|
"updateX": "Ĝisdatigi {}",
|
||||||
|
"installX": "Instali {}",
|
||||||
|
"markXTrackOnlyAsUpdated": "Marki {}\n(Nur sekvita)\nkiel ĝisdata",
|
||||||
|
"changeX": "Ŝanĝi {}",
|
||||||
|
"installUpdateApps": "Instali/ĝisdatigi apojn",
|
||||||
|
"installUpdateSelectedApps": "Instali/ĝisdatigi la selektitajn apojn",
|
||||||
|
"markXSelectedAppsAsUpdated": "Marki la {} selektitajn apojn kiel ĝisdataj?",
|
||||||
|
"no": "Ne",
|
||||||
|
"yes": "Jes",
|
||||||
|
"markSelectedAppsUpdated": "Marki la selektitajn apojn kiel ĝisdataj",
|
||||||
|
"pinToTop": "Alpingli supre",
|
||||||
|
"unpinFromTop": "Malalpingli el supro",
|
||||||
|
"resetInstallStatusForSelectedAppsQuestion": "Rekomenci la instaladostaton de la selektitaj apoj?",
|
||||||
|
"installStatusOfXWillBeResetExplanation": "Instaladostato de ĉiuj selektitaj apoj estas rekomencota.\n\nTio povas utili kiam la versio de la montrata application en Obtainium estas malĝusta kaŭze de malsukcesaj ĝidatigoj aŭ aliaj problemoj.",
|
||||||
|
"customLinkMessage": "Tiuj ligiloj funkcias en disponaĵoj kun Obtainium instalita",
|
||||||
|
"shareAppConfigLinks": "Diskonigi la apo-agordojn kiel HTML ligilo",
|
||||||
|
"shareSelectedAppURLs": "Diskonigi la selektitajn apo-URLjn",
|
||||||
|
"resetInstallStatus": "Rekomenci la instaladostaton de la apoj",
|
||||||
|
"more": "Pli",
|
||||||
|
"removeOutdatedFilter": "Forigi la filtron de malmodernaj apoj",
|
||||||
|
"showOutdatedOnly": "Nur montri malmodernajn apojn",
|
||||||
|
"filter": "Filtro",
|
||||||
|
"filterApps": "Filtri la apojn",
|
||||||
|
"appName": "Aponomo",
|
||||||
|
"author": "Aŭtoro",
|
||||||
|
"upToDateApps": "Ĝisdataj apoj",
|
||||||
|
"nonInstalledApps": "Neinstalita apoj",
|
||||||
|
"importExport": "Importi/Eksporti",
|
||||||
|
"settings": "Agordoj",
|
||||||
|
"exportedTo": "Eksportita en {}",
|
||||||
|
"obtainiumExport": "Eksporti Obtainium-n",
|
||||||
|
"invalidInput": "Nevalida enigo",
|
||||||
|
"importedX": "Importita {}",
|
||||||
|
"obtainiumImport": "Importi Obtainium-n",
|
||||||
|
"importFromURLList": "Eksporti el URL-listo",
|
||||||
|
"searchQuery": "Informmendo de serĉo",
|
||||||
|
"appURLList": "Listo de URLj de la apo",
|
||||||
|
"line": "Horizontalo",
|
||||||
|
"searchX": "Serĉi {}",
|
||||||
|
"noResults": "Neniu rezulto",
|
||||||
|
"importX": "Importi {}",
|
||||||
|
"importedAppsIdDisclaimer": "La importitaj apoj povas montriĝi malĝuste kiel \"Neinstalitaj\".\nPor solvi tion, reinstalu ilin per Obtainium.\nTiu ne afekcios la apodatumoj.\n\nAkefcias nur la URL-ajn lak triajn importmetodojn.",
|
||||||
|
"importErrors": "Eraroj de importado",
|
||||||
|
"importedXOfYApps": "{} apoj el {} importitaj.",
|
||||||
|
"followingURLsHadErrors": "La sekvantaj URLj havis erarojn:",
|
||||||
|
"selectURL": "Selekti URLn",
|
||||||
|
"selectURLs": "Selekti URLjn",
|
||||||
|
"pick": "Elekti",
|
||||||
|
"theme": "Temo",
|
||||||
|
"dark": "Malhela",
|
||||||
|
"light": "Hela",
|
||||||
|
"followSystem": "Konformi al sistemo",
|
||||||
|
"followSystemThemeExplanation": "Konformi al sistemtemo nur eblas kun triaj aplikaĵoj.",
|
||||||
|
"useBlackTheme": "Uzi puran nigran temon",
|
||||||
|
"appSortBy": "Klasi apojn laŭ",
|
||||||
|
"authorName": "Aŭtoro/Nomo",
|
||||||
|
"nameAuthor": "Nomo/Aŭtoro",
|
||||||
|
"asAdded": "Aldondato",
|
||||||
|
"appSortOrder": "Ordo de la apoklasifiko",
|
||||||
|
"ascending": "Kreskanta",
|
||||||
|
"descending": "Malkreskanta",
|
||||||
|
"bgUpdateCheckInterval": "Serĉo-intertempo de fonaj ĝisdatigoj",
|
||||||
|
"neverManualOnly": "Neniam - Nur Malaŭtomata",
|
||||||
|
"appearance": "Aspekto",
|
||||||
|
"showWebInAppView": "Montri la fonta retpaĝo en la langeto 'Apoj'",
|
||||||
|
"pinUpdates": "Alpingli ĝisatigojn en la supro de la langeto 'Apoj'",
|
||||||
|
"updates": "Ĝisdatigoj",
|
||||||
|
"sourceSpecific": "Fontspecifa",
|
||||||
|
"appSource": "Apofonto",
|
||||||
|
"noLogs": "Neniu protokolo",
|
||||||
|
"appLogs": "Apoprotokoloj",
|
||||||
|
"close": "Fermi",
|
||||||
|
"share": "Diskonigi",
|
||||||
|
"appNotFound": "Netrovebla apo",
|
||||||
|
"obtainiumExportHyphenatedLowercase": "eksporto-obtainium",
|
||||||
|
"pickAnAPK": "Selektu APKn",
|
||||||
|
"appHasMoreThanOnePackage": "{} havas pli ol unu pakaĵon:",
|
||||||
|
"deviceSupportsXArch": "Via disponaĵo taskiĝas la CPU-arkitekturon {}.",
|
||||||
|
"deviceSupportsFollowingArchs": "Via disponaĵo taskiĝas la sekvantajn CPU-arkitekturojn:",
|
||||||
|
"warning": "Avertu",
|
||||||
|
"sourceIsXButPackageFromYPrompt": "La apofonto estas '{}' sed la pakaĵo de ĝisdatigo devenas de '{}'. Daŭrigi?",
|
||||||
|
"updatesAvailable": "Haveblaj ĝisdatigoj",
|
||||||
|
"updatesAvailableNotifDescription": "Sciigas al la uzanto, ke ĝisdatigoj haveblas por unu aŭ pluraj apoj sekvitaj fare de Obtainium.",
|
||||||
|
"noNewUpdates": "Neniu nova ĝisdatigo.",
|
||||||
|
"xHasAnUpdate": "{} havas ĝisdatigon.",
|
||||||
|
"appsUpdated": "Ĝisdataj apoj",
|
||||||
|
"appsNotUpdated": "Malsukcesis ĝisdatigi aplikaĵojn",
|
||||||
|
"appsUpdatedNotifDescription": "Sciigas al la uzanto, ke ĝisdatigoj de unu aŭ pluraj apoj estas instalitaj fone.",
|
||||||
|
"xWasUpdatedToY": "{} estas ĝidatigita en {}.",
|
||||||
|
"xWasNotUpdatedToY": "Malsukcesas ĝisdatigi de {} en {}.",
|
||||||
|
"errorCheckingUpdates": "Eraro serĉante ĝisdatigojn",
|
||||||
|
"errorCheckingUpdatesNotifDescription": "Sciigas al la uzanto, kiam la serĉo de fonaj ĝisdatigoj malsukcesas.",
|
||||||
|
"appsRemoved": "Forigitaj Apoj",
|
||||||
|
"appsRemovedNotifDescription": "Sciigas al la uzanto, ke unu aŭ pluraj apoj estas forigitaj kaŭze de eraroj dum ilia ŝarĝado.",
|
||||||
|
"xWasRemovedDueToErrorY": "{} estas forigita kaŭze de tiu eraro: {}",
|
||||||
|
"completeAppInstallation": "Kompleta instalado de la apo",
|
||||||
|
"obtainiumMustBeOpenToInstallApps": "Obtainium devas esti malfermita por instali apojn",
|
||||||
|
"completeAppInstallationNotifDescription": "Petas la uzanton reiri en Obtainium por fini la instaladon de apo",
|
||||||
|
"checkingForUpdates": "Serĉante ĝisdatigojn",
|
||||||
|
"checkingForUpdatesNotifDescription": "Dumtempa sciigo kiu aperas dum la serĉo de ĝisdatigoj",
|
||||||
|
"pleaseAllowInstallPerm": "Bonvolu permesi al Obtainium instali apojn",
|
||||||
|
"trackOnly": "Nur sekvita",
|
||||||
|
"errorWithHttpStatusCode": "Eraro {}",
|
||||||
|
"versionCorrectionDisabled": "Versiokorekto malaktivigita (ŝajnas, ke la kromaĵo ne funkcias)",
|
||||||
|
"unknown": "Nekonata",
|
||||||
|
"none": "Nenio",
|
||||||
|
"never": "Neniam",
|
||||||
|
"latestVersionX": "Lasta versio: {}",
|
||||||
|
"installedVersionX": "Instalita versio: {}",
|
||||||
|
"lastUpdateCheckX": "Lasta serĉo de ĝisdatigoj: {}",
|
||||||
|
"remove": "Forigi",
|
||||||
|
"yesMarkUpdated": "Jes, marki kiel ĝisdata",
|
||||||
|
"fdroid": "Oficiala F-Droid",
|
||||||
|
"appIdOrName": "Identigilo aŭ nomo de la apo",
|
||||||
|
"appId": "Identigilo de la apo",
|
||||||
|
"appWithIdOrNameNotFound": "Neniu apo estas trovita kun tiu identigilo aŭ nomo",
|
||||||
|
"reposHaveMultipleApps": "Deponejoj povas enhavi plurajn apojn",
|
||||||
|
"fdroidThirdPartyRepo": "Tria deponejo de F-Droid",
|
||||||
|
"steamMobile": "Telefona Steam",
|
||||||
|
"steamChat": "Steam Babilejo",
|
||||||
|
"install": "Instali",
|
||||||
|
"markInstalled": "Marki kiel instalita",
|
||||||
|
"update": "Ĝisdatigi",
|
||||||
|
"markUpdated": "Marki kiel ĝisdata",
|
||||||
|
"additionalOptions": "Kromaj opcioj",
|
||||||
|
"disableVersionDetection": "Malaktivigi la versiodetekto",
|
||||||
|
"noVersionDetectionExplanation": "Tiu opcio devas esti uzata nur por apoj, kie la versiodetekto ne funkcias ĝuste.",
|
||||||
|
"downloadingX": "Elŝutante {}",
|
||||||
|
"downloadX": "Elŝuti {}",
|
||||||
|
"downloadedX": "Elŝutita {}",
|
||||||
|
"releaseAsset": "Aktiva versio",
|
||||||
|
"downloadNotifDescription": "Sciigas al la uzanto pri la progreso de apo-elŝuton",
|
||||||
|
"noAPKFound": "Neniu trovita APK",
|
||||||
|
"noVersionDetection": "Neniu versiodetekto",
|
||||||
|
"categorize": "Kategorii",
|
||||||
|
"categories": "Kategorioj",
|
||||||
|
"category": "Kategorio",
|
||||||
|
"noCategory": "Neniu kategorio",
|
||||||
|
"noCategories": "Neniuj kategorioj",
|
||||||
|
"deleteCategoriesQuestion": "Forigi la kategoriojn?",
|
||||||
|
"categoryDeleteWarning": "Ĉiuj apoj el forigitaj kategorioj iĝos nekategoriitaj.",
|
||||||
|
"addCategory": "Aldoni kategorion",
|
||||||
|
"label": "Etikedo",
|
||||||
|
"language": "Lingvo",
|
||||||
|
"copiedToClipboard": "Kopiita en la tondujo",
|
||||||
|
"storagePermissionDenied": "Permeso de stoko malkonsentita",
|
||||||
|
"selectedCategorizeWarning": "Tio substituos ĉiujn difinitajn kategoriojn de la selektitaj apoj.",
|
||||||
|
"filterAPKsByRegEx": "Filtri APKj per regula esprimo",
|
||||||
|
"removeFromObtainium": "Forigi el Obtainium",
|
||||||
|
"uninstallFromDevice": "Malinstali el la disponaĵo",
|
||||||
|
"onlyWorksWithNonVersionDetectApps": "Funkcias nur por apoj kun malaktiva versiodetekto.",
|
||||||
|
"releaseDateAsVersion": "Uzi eldondato kiel versioĉeno",
|
||||||
|
"releaseDateAsVersionExplanation": "Tiu opcio devas esti uzata nur por apoj, por kiu la versiodetekto ne funkcias ĝuste, sed eldondato estas havebla.",
|
||||||
|
"changes": "Modifoj",
|
||||||
|
"releaseDate": "Eldondato",
|
||||||
|
"importFromURLsInFile": "Importi el URLj en dosiero (kiel OPML)",
|
||||||
|
"versionDetectionExplanation": "Akordigi la versioĉeno laŭ la versio detektita fare de la operaciumo",
|
||||||
|
"versionDetection": "Versiodetekto",
|
||||||
|
"standardVersionDetection": "Norma versiodetekto",
|
||||||
|
"groupByCategory": "Grupigi per kategorio",
|
||||||
|
"autoApkFilterByArch": "Provi filtri APKj per CPU-arkitekturo se ebla",
|
||||||
|
"overrideSource": "Substitui la fonton",
|
||||||
|
"dontShowAgain": "Ne plu montri",
|
||||||
|
"dontShowTrackOnlyWarnings": "Ne plu montri 'Nur sekvita' avertojn",
|
||||||
|
"dontShowAPKOriginWarnings": "Ne plu montri avertojn pri APK-origino",
|
||||||
|
"moveNonInstalledAppsToBottom": "Movi neinstalatajn apojn al malsupro de la langeto Apoj",
|
||||||
|
"gitlabPATLabel": "GitLab persona atingoĵetono",
|
||||||
|
"about": "Pri",
|
||||||
|
"requiresCredentialsInSettings": "{} bezonas kromajn informojn (en Agordoj)",
|
||||||
|
"checkOnStart": "Serĉi ĝisdatigojn starte",
|
||||||
|
"tryInferAppIdFromCode": "Provi dedukti la identigilon de la apo el la fontkodo",
|
||||||
|
"removeOnExternalUninstall": "Aŭtomate forigi ekstere malinstalitajn apojn",
|
||||||
|
"pickHighestVersionCode": "Aŭtomate selekti la plej ĵusan version el APK-kodo",
|
||||||
|
"checkUpdateOnDetailPage": "Serĉi ĝisdatigojn dum la malfermo de la detala apopaĝo",
|
||||||
|
"disablePageTransitions": "Malaktivigi la animaciojn de paĝotransiro",
|
||||||
|
"reversePageTransitions": "Inversigi la animaciojn de paĝotransiro",
|
||||||
|
"minStarCount": "Minimuma nombro da steloj",
|
||||||
|
"addInfoBelow": "Aldonu ĉi tiu informo ĉi-suba.",
|
||||||
|
"addInfoInSettings": "Aldonu tiu informo en la agordoj.",
|
||||||
|
"githubSourceNote": "La kvantolimo de GitHub povas esti evitata danke al API-ŝlosilo.",
|
||||||
|
"sortByLastLinkSegment": "Klasi laŭ la lasta segmento de la ligilo",
|
||||||
|
"filterReleaseNotesByRegEx": "Filtri versionotojn per regula esprimo",
|
||||||
|
"customLinkFilterRegex": "Filtro de APK-ligilo agordita per regula esprimo (defaŭlte '.apk$')",
|
||||||
|
"appsPossiblyUpdated": "Provitaj apoĝisdatigoj",
|
||||||
|
"appsPossiblyUpdatedNotifDescription": "Sciigas al la uzanto, ke ĝisdatigoj de unu aŭ pluraj apoj eble estas aplikitaj fone",
|
||||||
|
"xWasPossiblyUpdatedToY": "{} povas esti ĝisdata kiel {}.",
|
||||||
|
"enableBackgroundUpdates": "Aktivigi fonajn ĝisdatigojn",
|
||||||
|
"backgroundUpdateReqsExplanation": "Fonaj ĝisdatigoj ne eblas por ĉiuj apoj.",
|
||||||
|
"backgroundUpdateLimitsExplanation": "La sukceso de fona instalado povas esti nur determinata dum la malfermo de Obtainium.",
|
||||||
|
"verifyLatestTag": "Inspekti la etikedon 'latest'",
|
||||||
|
"intermediateLinkRegex": "Filtri por 'pera' vizitota ligilo",
|
||||||
|
"filterByLinkText": "Filtri ligilojn laŭ ligiloteksto",
|
||||||
|
"intermediateLinkNotFound": "Netrovebla pera ligilo",
|
||||||
|
"intermediateLink": "Pera ligilo",
|
||||||
|
"exemptFromBackgroundUpdates": "Escepti el la fonaj ĝisdatigoj (se aktiva)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Malaktivigi fonajn ĝisdatigojn se sen vifio",
|
||||||
|
"autoSelectHighestVersionCode": "Aŭtomate selekti la plej ĵusan version de la APK-kodo",
|
||||||
|
"versionExtractionRegEx": "Ekstrakti la versioĉenon per regula esprimo",
|
||||||
|
"trimVersionString": "Mallongigi la versioĉenon per regula esprimo",
|
||||||
|
"matchGroupToUseForX": "Konformecogrupo uzota por \"{}\"",
|
||||||
|
"matchGroupToUse": "Grupo de konformeco uzota por la eltiraĵo de la versio per regula esprimo",
|
||||||
|
"highlightTouchTargets": "Emfazi malpi evidentajn klavojn",
|
||||||
|
"pickExportDir": "Selekti la dosierujon de eksporto",
|
||||||
|
"autoExportOnChanges": "Aŭtomate eksporti dum modifoj",
|
||||||
|
"includeSettings": "Inkluzivi la agordojn",
|
||||||
|
"filterVersionsByRegEx": "Filtri versiojn per regula esprimo",
|
||||||
|
"trySelectingSuggestedVersionCode": "Provi selekti la sugestitan version fare de la APK-kodo",
|
||||||
|
"dontSortReleasesList": "Konservi la ordo de la API-versio",
|
||||||
|
"reverseSort": "Inversigi klasifikon",
|
||||||
|
"takeFirstLink": "Uzi la unuan ligilon",
|
||||||
|
"skipSort": "Salti la klasifikon",
|
||||||
|
"debugMenu": "Menu de eraroserĉado",
|
||||||
|
"bgTaskStarted": "Fona tasko startita - inspektu la protokolojn.",
|
||||||
|
"runBgCheckNow": "Ruli la serĉo de fonaj ĝisdatigoj nun",
|
||||||
|
"versionExtractWholePage": "Apliki eltiraĵon de la versioĉeno per regula esprimo al la tuta paĝo",
|
||||||
|
"installing": "Instalante",
|
||||||
|
"skipUpdateNotifications": "Salti la sciigojn de ĝisdatigo",
|
||||||
|
"updatesAvailableNotifChannel": "Haveblaj ĝisdatigoj",
|
||||||
|
"appsUpdatedNotifChannel": "Ĝisdataj aplikaĵoj",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "Provitaj apoĝisdatigoj",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "Eraro serĉante ĝisdatigojn",
|
||||||
|
"appsRemovedNotifChannel": "Forigitaj aplikaĵoj",
|
||||||
|
"downloadingXNotifChannel": "Elŝutante {}",
|
||||||
|
"completeAppInstallationNotifChannel": "Kompleta apo instalado",
|
||||||
|
"checkingForUpdatesNotifChannel": "Serĉante ĝisdatigojn",
|
||||||
|
"onlyCheckInstalledOrTrackOnlyApps": "Nur serĉi la ĝisdatigojn de instalitaj kaj 'nur sekvitaj' apoj",
|
||||||
|
"supportFixedAPKURL": "Taskiĝo de la fiksaj APK URLj",
|
||||||
|
"selectX": "Selekti {}",
|
||||||
|
"parallelDownloads": "Permesi dumajn elŝutojn",
|
||||||
|
"useShizuku": "Uzi Shizuku aŭ Sui por instali",
|
||||||
|
"shizukuBinderNotFound": "La servo Shizuku estas netrovebla",
|
||||||
|
"shizukuOld": "Malnova versio de Shizuku (<11) - bonvolu ĝisdatigi ĝin",
|
||||||
|
"shizukuOldAndroidWithADB": "Shizuku funkcias en Android < 8.1 kun ADB - bonvolu ĝisdatigi Android aŭ uzu Sui anstataŭe",
|
||||||
|
"shizukuPretendToBeGooglePlay": "Determini Google Play kiel instalfonto (se Shizuku estas uzata)",
|
||||||
|
"useSystemFont": "Uzi la sistema tiparo",
|
||||||
|
"useVersionCodeAsOSVersion": "Uzi versiokodo de la apo kiel versio detektita fare de la operaciumo",
|
||||||
|
"requestHeader": "Titolo de la informmendo",
|
||||||
|
"useLatestAssetDateAsReleaseDate": "Uzi la lastan publikigitan elementon kiel eldondato",
|
||||||
|
"defaultPseudoVersioningMethod": "Defaŭlta metodo de fikcia versio",
|
||||||
|
"partialAPKHash": "Parta APKa haketo",
|
||||||
|
"APKLinkHash": "Haketo de la APKa ligilo",
|
||||||
|
"directAPKLink": "Rekta APKa ligilo",
|
||||||
|
"pseudoVersionInUse": "Pseŭdoversio estas uzata",
|
||||||
|
"installed": "Instalita",
|
||||||
|
"latest": "Lasta versio",
|
||||||
|
"invertRegEx": "Inversigi la regula esprimo",
|
||||||
|
"note": "Noto",
|
||||||
|
"selfHostedNote": "La malvolvanta listo \"{}\" povas esti uzata por aliri al memgastigataj/agordata instancoj el ajna fonto.",
|
||||||
|
"badDownload": "La APK ne povis esti analizita (neakordigebla aŭ nekompleta elŝuto)",
|
||||||
|
"beforeNewInstallsShareToAppVerifier": "Diskonigi novajn aplikaĵojn kun AppVerifier (se havebla)",
|
||||||
|
"appVerifierInstructionToast": "Diskonigu kun AppVerifier, poste revenu ĉi tie kiam preta.",
|
||||||
|
"wiki": "Helpo/Vikio",
|
||||||
|
"crowdsourcedConfigsLabel": "Komunumaj apo-agordoj (uzu kun singardo)",
|
||||||
|
"allowInsecure": "Allow insecure HTTP requests",
|
||||||
|
"removeAppQuestion": {
|
||||||
|
"one": "Forigi la aplikaĵon?",
|
||||||
|
"other": "Forigi la aplikaĵojn?"
|
||||||
|
},
|
||||||
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
|
"one": "Tro da informmendoj (limigita kvanto) - reprovu en {} minuto",
|
||||||
|
"other": "Tro da informmendoj (limigita kvanto) - reprovu en {} minutoj"
|
||||||
|
},
|
||||||
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
|
"one": "La serĉo de fonaj ĝisdatigoj renkontis al {}, nova programota provo en {} minuto",
|
||||||
|
"other": "La serĉo de fonaj ĝisdatigoj renkontis al {}, nova programota provo en {} minutoj"
|
||||||
|
},
|
||||||
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
|
"one": "La serĉo de fonaj ĝisdatigoj trovis {} ĝisdatigon - la uzanto estas sciigota se necesa",
|
||||||
|
"other": "La serĉo de fonaj ĝisdatigoj trovis {} ĝisdatigojn - la uzanto estas sciigota se necesa"
|
||||||
|
},
|
||||||
|
"apps": {
|
||||||
|
"one": "{} Apo",
|
||||||
|
"other": "{} Apoj"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"one": "{} URL",
|
||||||
|
"other": "{} URLj"
|
||||||
|
},
|
||||||
|
"minute": {
|
||||||
|
"one": "{} Minuto",
|
||||||
|
"other": "{} Minutoj"
|
||||||
|
},
|
||||||
|
"hour": {
|
||||||
|
"one": "{} Horo",
|
||||||
|
"other": "{} Horoj"
|
||||||
|
},
|
||||||
|
"day": {
|
||||||
|
"one": "{} Tago",
|
||||||
|
"other": "{} Tagoj"
|
||||||
|
},
|
||||||
|
"clearedNLogsBeforeXAfterY": {
|
||||||
|
"one": "Purigis {n} protokolon (antaŭe = {before}, malantaŭe = {after})",
|
||||||
|
"other": "Purigis {n} protokolojn (antaŭe = {before}, malantaŭe = {after})"
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesAvailable": {
|
||||||
|
"one": "{} kaj 1 alia apo havas ĝisdatigojn.",
|
||||||
|
"other": "{} kaj {} aliaj apoj havas ĝisdatigojn."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesInstalled": {
|
||||||
|
"one": "{} kaj 1 alia apo ĝisdatiĝis.",
|
||||||
|
"other": "{} kaj {} aliaj apoj ĝisdatiĝis."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesFailed": {
|
||||||
|
"one": "Ne eblas ĝisdatigi {} kaj 1 alian apon.",
|
||||||
|
"other": "Ne eblas ĝisdatigi {} et {} aliajn apojn."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
|
"one": "{} kaj 1 alia apo eble ĝisdatiĝis.",
|
||||||
|
"other": "{} kaj {} aliaj apoj eble ĝisdatiĝis."
|
||||||
|
},
|
||||||
|
"apk": {
|
||||||
|
"one": "{} APK",
|
||||||
|
"other": "{} APKj"
|
||||||
|
}
|
||||||
|
}
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
|
"autoSelectHighestVersionCode": "Auto-select highest versionCode APK",
|
||||||
"versionExtractionRegEx": "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",
|
"matchGroupToUse": "Match Group to Use for Version String Extraction RegEx",
|
||||||
"highlightTouchTargets": "Highlight less obvious touch targets",
|
"highlightTouchTargets": "Highlight less obvious touch targets",
|
||||||
"pickExportDir": "Pick Export Directory",
|
"pickExportDir": "Pick Export Directory",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Share to AppVerifier, then return here when ready.",
|
"appVerifierInstructionToast": "Share to AppVerifier, then return here when ready.",
|
||||||
"wiki": "Help/Wiki",
|
"wiki": "Help/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)",
|
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)",
|
||||||
|
"allowInsecure": "Allow insecure HTTP requests",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Remove App?",
|
"one": "Remove App?",
|
||||||
"other": "Remove Apps?"
|
"other": "Remove Apps?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Deshabilitar las actualizaciones en segundo plano sin WiFi",
|
"bgUpdatesOnWiFiOnly": "Deshabilitar las actualizaciones en segundo plano sin WiFi",
|
||||||
"autoSelectHighestVersionCode": "Auto selección del paquete APK con versión más reciente",
|
"autoSelectHighestVersionCode": "Auto selección del paquete APK con versión más reciente",
|
||||||
"versionExtractionRegEx": "Versión de extracción regex",
|
"versionExtractionRegEx": "Versión de extracción regex",
|
||||||
|
"trimVersionString": "Recortar cadena de versión con RegEx",
|
||||||
|
"matchGroupToUseForX": "Grupo de coincidencia a utilizar para \"{}\"",
|
||||||
"matchGroupToUse": "Grupo a usar para versión de extracción regex",
|
"matchGroupToUse": "Grupo a usar para versión de extracción regex",
|
||||||
"highlightTouchTargets": "Resaltar objetivos menos obvios",
|
"highlightTouchTargets": "Resaltar objetivos menos obvios",
|
||||||
"pickExportDir": "Directorio para exportar",
|
"pickExportDir": "Directorio para exportar",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Comparta con AppVerifier y vuelva aquí cuando esté listo.",
|
"appVerifierInstructionToast": "Comparta con AppVerifier y vuelva aquí cuando esté listo.",
|
||||||
"wiki": "Ayuda/Wiki",
|
"wiki": "Ayuda/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (uso bajo su propia responsabilidad)",
|
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (uso bajo su propia responsabilidad)",
|
||||||
|
"allowInsecure": "Permitir peticiones HTTP inseguras",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "¿Eliminar aplicación?",
|
"one": "¿Eliminar aplicación?",
|
||||||
"other": "¿Eliminar aplicaciones?"
|
"other": "¿Eliminar aplicaciones?"
|
||||||
@@ -333,8 +336,8 @@
|
|||||||
"other": "{} Aplicaciones"
|
"other": "{} Aplicaciones"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"uno": "{} URL",
|
"one": "{} URL",
|
||||||
"otro": "{} URL"
|
"other": "{} URL"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{} minuto",
|
"one": "{} minuto",
|
||||||
|
@@ -22,9 +22,9 @@
|
|||||||
"requiredInBrackets": "(ضروری)",
|
"requiredInBrackets": "(ضروری)",
|
||||||
"dropdownNoOptsError": "خطا: کشویی باید حداقل یک گزینه داشته باشد",
|
"dropdownNoOptsError": "خطا: کشویی باید حداقل یک گزینه داشته باشد",
|
||||||
"colour": "رنگ",
|
"colour": "رنگ",
|
||||||
"standard": "Standard",
|
"standard": "استاندارد",
|
||||||
"custom": "Custom",
|
"custom": "سفارشی",
|
||||||
"useMaterialYou": "Use Material You",
|
"useMaterialYou": "از Material You استفاده کنید",
|
||||||
"githubStarredRepos": "مخازن ستاره دار گیتهاب",
|
"githubStarredRepos": "مخازن ستاره دار گیتهاب",
|
||||||
"uname": "نام کاربری",
|
"uname": "نام کاربری",
|
||||||
"wrongArgNum": "تعداد آرگومان های ارائه شده اشتباه است",
|
"wrongArgNum": "تعداد آرگومان های ارائه شده اشتباه است",
|
||||||
@@ -88,22 +88,22 @@
|
|||||||
"author": "سازنده",
|
"author": "سازنده",
|
||||||
"upToDateApps": "برنامه های به روز",
|
"upToDateApps": "برنامه های به روز",
|
||||||
"nonInstalledApps": "برنامه های نصب نشده",
|
"nonInstalledApps": "برنامه های نصب نشده",
|
||||||
"importExport": "درون ریزی/برون ریزی",
|
"importExport": "وارد کردن/صادر کردن",
|
||||||
"settings": "تنظیمات",
|
"settings": "تنظیمات",
|
||||||
"exportedTo": "برون ریزی به{}",
|
"exportedTo": "صادر کردن به{}",
|
||||||
"obtainiumExport": "صادرکردن Obtainium",
|
"obtainiumExport": "صادر کردن Obtainium",
|
||||||
"invalidInput": "ورودی نامعتبر",
|
"invalidInput": "ورودی نامعتبر",
|
||||||
"importedX": "وارد شده {}",
|
"importedX": "وارد شده {}",
|
||||||
"obtainiumImport": "واردکردن Obtainium",
|
"obtainiumImport": "وارد کردن Obtainium",
|
||||||
"importFromURLList": "درون ریزی از فهرست آدرس اینترنتی",
|
"importFromURLList": "وارد کردن از فهرست آدرس اینترنتی",
|
||||||
"searchQuery": "جستجوی سوال",
|
"searchQuery": "جستجوی سوال",
|
||||||
"appURLList": "فهرست آدرس اینترنتی برنامه",
|
"appURLList": "فهرست آدرس اینترنتی برنامه",
|
||||||
"line": "خط",
|
"line": "خط",
|
||||||
"searchX": "جستجو {}",
|
"searchX": "جستجو {}",
|
||||||
"noResults": "نتیجه ای پیدا نشد",
|
"noResults": "نتیجه ای پیدا نشد",
|
||||||
"importX": "درون ریزی {}",
|
"importX": " وارد کردن {}",
|
||||||
"importedAppsIdDisclaimer": "ممکن است برنامههای وارد شده به اشتباه بهعنوان \"نصب نشده\" نشان داده شوند.\nبرای رفع این مشکل، آنها را دوباره از طریق Obtainium نصب کنید.\nاین نباید روی دادههای برنامه تأثیر بگذارد.\n\nفقط بر روی آدرس اینترنتی و روشهای درون ریزی شخص ثالث تأثیر میگذارد.",
|
"importedAppsIdDisclaimer": "ممکن است برنامههای وارد شده به اشتباه بهعنوان \"نصب نشده\" نشان داده شوند.\nبرای رفع این مشکل، آنها را دوباره از طریق Obtainium نصب کنید.\nاین نباید روی دادههای برنامه تأثیر بگذارد.\n\nفقط بر روی آدرس اینترنتی و روشهای درون ریزی شخص ثالث تأثیر میگذارد.",
|
||||||
"importErrors": "خطاهای درون ریزی",
|
"importErrors": "خطاهای وارد کردن",
|
||||||
"importedXOfYApps": "{} از {} برنامه وارد شد.",
|
"importedXOfYApps": "{} از {} برنامه وارد شد.",
|
||||||
"followingURLsHadErrors": "آدرس های اینترنتی زیر دارای خطا بودند:",
|
"followingURLsHadErrors": "آدرس های اینترنتی زیر دارای خطا بودند:",
|
||||||
"selectURL": "آدرس اینترنتی انتخاب شده",
|
"selectURL": "آدرس اینترنتی انتخاب شده",
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
"close": "بستن",
|
"close": "بستن",
|
||||||
"share": "اشتراک گذاری",
|
"share": "اشتراک گذاری",
|
||||||
"appNotFound": "برنامه پیدا نشد",
|
"appNotFound": "برنامه پیدا نشد",
|
||||||
"obtainiumExportHyphenatedLowercase": "برون ریزی-obtainium",
|
"obtainiumExportHyphenatedLowercase": "صادر کردن-obtainium",
|
||||||
"pickAnAPK": "یک APK انتخاب کنید",
|
"pickAnAPK": "یک APK انتخاب کنید",
|
||||||
"appHasMoreThanOnePackage": "{} بیش از یک بسته دارد:",
|
"appHasMoreThanOnePackage": "{} بیش از یک بسته دارد:",
|
||||||
"deviceSupportsXArch": "دستگاه شما از معماری پردازنده {} پشتیبانی میکند",
|
"deviceSupportsXArch": "دستگاه شما از معماری پردازنده {} پشتیبانی میکند",
|
||||||
@@ -216,7 +216,7 @@
|
|||||||
"releaseDateAsVersionExplanation": "این گزینه فقط باید برای برنامه هایی استفاده شود که تشخیص نسخه به درستی کار نمی کند، اما تاریخ انتشار در دسترس است.",
|
"releaseDateAsVersionExplanation": "این گزینه فقط باید برای برنامه هایی استفاده شود که تشخیص نسخه به درستی کار نمی کند، اما تاریخ انتشار در دسترس است.",
|
||||||
"changes": "تغییرات",
|
"changes": "تغییرات",
|
||||||
"releaseDate": "تاریخ انتشار",
|
"releaseDate": "تاریخ انتشار",
|
||||||
"importFromURLsInFile": "درون ریزی از آدرس های اینترنتی موجود در فایل (مانند OPML)",
|
"importFromURLsInFile": "وارد کردن از آدرس های اینترنتی موجود در فایل (مانند OPML)",
|
||||||
"versionDetectionExplanation": "تطبیق رشته نسخه با نسخه شناسایی شده از سیستم عامل",
|
"versionDetectionExplanation": "تطبیق رشته نسخه با نسخه شناسایی شده از سیستم عامل",
|
||||||
"versionDetection": "تشخیص نسخه",
|
"versionDetection": "تشخیص نسخه",
|
||||||
"standardVersionDetection": "تشخیص نسخه استاندارد",
|
"standardVersionDetection": "تشخیص نسخه استاندارد",
|
||||||
@@ -259,10 +259,12 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "بهروزرسانیهای پسزمینه را در صورت عدم اتصال به WiFi غیرفعال کنید",
|
"bgUpdatesOnWiFiOnly": "بهروزرسانیهای پسزمینه را در صورت عدم اتصال به WiFi غیرفعال کنید",
|
||||||
"autoSelectHighestVersionCode": "انتخاب خودکار بالاترین نسخه کد APK",
|
"autoSelectHighestVersionCode": "انتخاب خودکار بالاترین نسخه کد APK",
|
||||||
"versionExtractionRegEx": "نسخه استخراج RegEx",
|
"versionExtractionRegEx": "نسخه استخراج RegEx",
|
||||||
|
"trimVersionString": "برش رشته نسخه با RegEx",
|
||||||
|
"matchGroupToUseForX": "مطابقت دادن گروه برای استفاده برای \"{}\"",
|
||||||
"matchGroupToUse": "گروه مورد استفاده را مطابقت دهید",
|
"matchGroupToUse": "گروه مورد استفاده را مطابقت دهید",
|
||||||
"highlightTouchTargets": "اهداف لمسی کمتر واضح را برجسته کنید",
|
"highlightTouchTargets": "اهداف لمسی کمتر واضح را برجسته کنید",
|
||||||
"pickExportDir": "فهرست برون ریزی را انتخاب کنید",
|
"pickExportDir": "فهرست صادر کردن را انتخاب کنید",
|
||||||
"autoExportOnChanges": "برون ریزی خودکار تغییرات",
|
"autoExportOnChanges": "صادر کردن خودکار تغییرات",
|
||||||
"includeSettings": "شامل تنظیمات",
|
"includeSettings": "شامل تنظیمات",
|
||||||
"filterVersionsByRegEx": "فیلتر کردن نسخه ها با RegEx",
|
"filterVersionsByRegEx": "فیلتر کردن نسخه ها با RegEx",
|
||||||
"trySelectingSuggestedVersionCode": "نسخه پیشنهادی APK نسخه کد را انتخاب کنید",
|
"trySelectingSuggestedVersionCode": "نسخه پیشنهادی APK نسخه کد را انتخاب کنید",
|
||||||
@@ -288,11 +290,11 @@
|
|||||||
"supportFixedAPKURL": "پشتیبانی از URL های APK ثابت",
|
"supportFixedAPKURL": "پشتیبانی از URL های APK ثابت",
|
||||||
"selectX": "انتخاب کنید {}",
|
"selectX": "انتخاب کنید {}",
|
||||||
"parallelDownloads": "اجازه دانلود موازی",
|
"parallelDownloads": "اجازه دانلود موازی",
|
||||||
"useShizuku": "Use Shizuku or Sui to install",
|
"useShizuku": "برای نصب از Shizuku یا Sui استفاده کنید",
|
||||||
"shizukuBinderNotFound": "Shizuku در حال اجرا نیست",
|
"shizukuBinderNotFound": "Shizuku در حال اجرا نیست",
|
||||||
"shizukuOld": "Old Shizuku version (<11) - update it",
|
"shizukuOld": "نسخه قدیمی Shizuku (<11) - آن را به روز کنید",
|
||||||
"shizukuOldAndroidWithADB": "Shizuku running on Android < 8.1 with ADB - update Android or use Sui instead",
|
"shizukuOldAndroidWithADB": "Shizuku در Android < 8.1 با ADB اجرا می شود - اندروید را به روز کنید یا به جای آن از Sui استفاده کنید",
|
||||||
"shizukuPretendToBeGooglePlay": "Set Google Play as the installation source (if Shizuku is used)",
|
"shizukuPretendToBeGooglePlay": "Google Play را به عنوان منبع نصب تنظیم کنید (در صورت استفاده از Shizuku)",
|
||||||
"useSystemFont": "استفاده از فونت سیستم",
|
"useSystemFont": "استفاده از فونت سیستم",
|
||||||
"useVersionCodeAsOSVersion": "استفاده کد نسخه برنامه به جای نسخه شناسایی شده توسط سیستم عامل استفاده کنید",
|
"useVersionCodeAsOSVersion": "استفاده کد نسخه برنامه به جای نسخه شناسایی شده توسط سیستم عامل استفاده کنید",
|
||||||
"requestHeader": "درخواست سطر بالایی",
|
"requestHeader": "درخواست سطر بالایی",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "در AppVerifier به اشتراک بگذارید، سپس پس از آماده شدن به اینجا برگردید.",
|
"appVerifierInstructionToast": "در AppVerifier به اشتراک بگذارید، سپس پس از آماده شدن به اینجا برگردید.",
|
||||||
"wiki": "راهنما/ویکی",
|
"wiki": "راهنما/ویکی",
|
||||||
"crowdsourcedConfigsLabel": "تنظیمات برنامه Crowdsourced (با مسئولیت خود استفاده کنید)",
|
"crowdsourcedConfigsLabel": "تنظیمات برنامه Crowdsourced (با مسئولیت خود استفاده کنید)",
|
||||||
|
"allowInsecure": "درخواست های HTTP ناامن را مجاز کنید",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "برنامه حذف شود؟",
|
"one": "برنامه حذف شود؟",
|
||||||
"other": "برنامه ها حذف شوند؟"
|
"other": "برنامه ها حذف شوند؟"
|
||||||
|
@@ -1,34 +1,34 @@
|
|||||||
{
|
{
|
||||||
"invalidURLForSource": "URL d'application {} invalide",
|
"invalidURLForSource": "URL de l'application {} invalide",
|
||||||
"noReleaseFound": "Impossible de trouver une version adaptée",
|
"noReleaseFound": "Impossible de trouver une publication correspondante",
|
||||||
"noVersionFound": "Impossible de déterminer la variante de la version",
|
"noVersionFound": "Impossible de déterminer la version de la publication",
|
||||||
"urlMatchesNoSource": "L'URL ne correspond pas à une source connue",
|
"urlMatchesNoSource": "L'URL ne correspond pas à une source connue",
|
||||||
"cantInstallOlderVersion": "Impossible d'installer une ancienne version d'une application",
|
"cantInstallOlderVersion": "Impossible d'installer une ancienne version de l'application",
|
||||||
"appIdMismatch": "L'ID de paquet téléchargé ne correspond pas à l'ID de l'application existante",
|
"appIdMismatch": "L'ID du paquet téléchargé ne correspond pas à l'ID de l'application existante",
|
||||||
"functionNotImplemented": "Cette classe n'a pas implémenté cette fonction",
|
"functionNotImplemented": "Cette classe n'implémente pas cette fonction",
|
||||||
"placeholder": "Espace réservé",
|
"placeholder": "Espace réservé",
|
||||||
"someErrors": "Des erreurs se sont produites",
|
"someErrors": "Des erreurs sont survenues",
|
||||||
"unexpectedError": "Erreur inattendue",
|
"unexpectedError": "Erreur inattendue",
|
||||||
"ok": "D'accord",
|
"ok": "Ok",
|
||||||
"and": "et",
|
"and": "et",
|
||||||
"githubPATLabel": "Jeton d'Accès Personnel GitHub (augmente la limite de débit)",
|
"githubPATLabel": "Jeton d'accès personnel GitHub (augmente la limite de débit)",
|
||||||
"includePrereleases": "Inclure les avant-premières",
|
"includePrereleases": "Inclure les versions préliminaires",
|
||||||
"fallbackToOlderReleases": "Retour aux anciennes versions",
|
"fallbackToOlderReleases": "Retour aux anciennes versions",
|
||||||
"filterReleaseTitlesByRegEx": "Filtrer les titres de version par expression régulière",
|
"filterReleaseTitlesByRegEx": "Filtrer les titres de version par expression régulière",
|
||||||
"invalidRegEx": "Expression régulière invalide",
|
"invalidRegEx": "Expression régulière invalide",
|
||||||
"noDescription": "Pas de description",
|
"noDescription": "Aucune description",
|
||||||
"cancel": "Annuler",
|
"cancel": "Annuler",
|
||||||
"continue": "Continuer",
|
"continue": "Continuer",
|
||||||
"requiredInBrackets": "(Requis)",
|
"requiredInBrackets": "(Requis)",
|
||||||
"dropdownNoOptsError": "ERREUR : LE DÉROULEMENT DOIT AVOIR AU MOINS UNE OPT",
|
"dropdownNoOptsError": "ERREUR: LA LISTE DÉROULANTE DOIT AVOIR AU MOINS UNE OPTION",
|
||||||
"colour": "Couleur",
|
"colour": "Couleur",
|
||||||
"standard": "Standard",
|
"standard": "Standard",
|
||||||
"custom": "Sur mesure",
|
"custom": "Personnalisé",
|
||||||
"useMaterialYou": "Utiliser Material You",
|
"useMaterialYou": "Utiliser Material You",
|
||||||
"githubStarredRepos": "Dépôts étoilés GitHub",
|
"githubStarredRepos": "Dépôts étoilés GitHub",
|
||||||
"uname": "Nom d'utilisateur",
|
"uname": "Nom d'utilisateur",
|
||||||
"wrongArgNum": "Mauvais nombre d'arguments fournis",
|
"wrongArgNum": "Nombre incorrect des arguments fournis",
|
||||||
"xIsTrackOnly": "{} est en 'Suivi uniquement'",
|
"xIsTrackOnly": "{} en Suivi uniquement",
|
||||||
"source": "Source",
|
"source": "Source",
|
||||||
"app": "Application",
|
"app": "Application",
|
||||||
"appsFromSourceAreTrackOnly": "Les applications de cette source sont en 'Suivi uniquement'.",
|
"appsFromSourceAreTrackOnly": "Les applications de cette source sont en 'Suivi uniquement'.",
|
||||||
@@ -36,51 +36,51 @@
|
|||||||
"trackOnlyAppDescription": "L'application sera suivie pour les mises à jour, mais Obtainium ne pourra pas la télécharger ou l'installer.",
|
"trackOnlyAppDescription": "L'application sera suivie pour les mises à jour, mais Obtainium ne pourra pas la télécharger ou l'installer.",
|
||||||
"cancelled": "Annulé",
|
"cancelled": "Annulé",
|
||||||
"appAlreadyAdded": "Application déjà ajoutée",
|
"appAlreadyAdded": "Application déjà ajoutée",
|
||||||
"alreadyUpToDateQuestion": "Application déjà à jour ?",
|
"alreadyUpToDateQuestion": "L'application est à jour?",
|
||||||
"addApp": "Ajouter une application",
|
"addApp": "Ajouter Appli",
|
||||||
"appSourceURL": "URL de la source de l'application",
|
"appSourceURL": "URL source de l'application",
|
||||||
"error": "Erreur",
|
"error": "Erreur",
|
||||||
"add": "Ajouter",
|
"add": "Ajouter",
|
||||||
"searchSomeSourcesLabel": "Rechercher (certaines sources uniquement)",
|
"searchSomeSourcesLabel": "Rechercher (certaines sources uniquement)",
|
||||||
"search": "Rechercher",
|
"search": "Rechercher",
|
||||||
"additionalOptsFor": "Options supplémentaires pour {}",
|
"additionalOptsFor": "Options supplémentaires pour {}",
|
||||||
"supportedSources": "Sources prises en charge ",
|
"supportedSources": "Sources prises en charge",
|
||||||
"trackOnlyInBrackets": "(Suivi uniquement)",
|
"trackOnlyInBrackets": "(Suivi uniquement)",
|
||||||
"searchableInBrackets": "(Interrogeable)",
|
"searchableInBrackets": "(Interrogeable)",
|
||||||
"appsString": "Applications",
|
"appsString": "Applications",
|
||||||
"noApps": "Aucune application",
|
"noApps": "Aucune application",
|
||||||
"noAppsForFilter": "Aucune application pour le filtre",
|
"noAppsForFilter": "Aucune application à filtrer",
|
||||||
"byX": "Par {}",
|
"byX": "Par {}",
|
||||||
"percentProgress": "Progrès : {}%",
|
"percentProgress": "Progression : {}%",
|
||||||
"pleaseWait": "Veuillez patienter",
|
"pleaseWait": "Veuillez patienter",
|
||||||
"updateAvailable": "Mise à jour disponible",
|
"updateAvailable": "Mise à jour disponible",
|
||||||
"notInstalled": "Non installé",
|
"notInstalled": "Non installé",
|
||||||
"pseudoVersion": "pseudo-version",
|
"pseudoVersion": "Version fictive",
|
||||||
"selectAll": "Tout sélectionner",
|
"selectAll": "Tout sélectionner",
|
||||||
"deselectX": "Déselectionner {}",
|
"deselectX": "Déselectionner {}",
|
||||||
"xWillBeRemovedButRemainInstalled": "{} sera supprimé d'Obtainium mais restera installé sur l'appareil.",
|
"xWillBeRemovedButRemainInstalled": "{} sera supprimée d'Obtainium mais restera installée sur l'appareil.",
|
||||||
"removeSelectedAppsQuestion": "Supprimer les applications sélectionnées ?",
|
"removeSelectedAppsQuestion": "Supprimer les applications sélectionnées ?",
|
||||||
"removeSelectedApps": "Supprimer les applications sélectionnées",
|
"removeSelectedApps": "Les applications sélectionnées ont été supprimées",
|
||||||
"updateX": "Mise à jour {}",
|
"updateX": "Mettre à jour {}",
|
||||||
"installX": "Installer {}",
|
"installX": "Installer {}",
|
||||||
"markXTrackOnlyAsUpdated": "Marquer {}\n(Suivi uniquement)\n comme mis à jour",
|
"markXTrackOnlyAsUpdated": "Marquer {}\n(Suivi uniquement)\ncomme étant à jour",
|
||||||
"changeX": "Changer {}",
|
"changeX": "Changer {}",
|
||||||
"installUpdateApps": "Installer/Mettre à jour les applications",
|
"installUpdateApps": "Installer/Mettre à jour les applications",
|
||||||
"installUpdateSelectedApps": "Installer/Mettre à jour les applications sélectionnées",
|
"installUpdateSelectedApps": "Installer/Mettre à jour les applications sélectionnées",
|
||||||
"markXSelectedAppsAsUpdated": "Marquer {} les applications sélectionnées comme étant à jour ?",
|
"markXSelectedAppsAsUpdated": "Marquer les {} applications sélectionnées comme étant à jour ?",
|
||||||
"no": "Non",
|
"no": "Non",
|
||||||
"yes": "Oui",
|
"yes": "Oui",
|
||||||
"markSelectedAppsUpdated": "Marquer les applications sélectionnées comme étant à jour",
|
"markSelectedAppsUpdated": "Marquer les application sélectionnées comme étant à jour",
|
||||||
"pinToTop": "Épingler en haut",
|
"pinToTop": "Épingler en haut",
|
||||||
"unpinFromTop": "Désépingler du haut",
|
"unpinFromTop": "Désépingler du haut",
|
||||||
"resetInstallStatusForSelectedAppsQuestion": "Réinitialiser le statut d'installation des applications sélectionnées ?",
|
"resetInstallStatusForSelectedAppsQuestion": "Réinitialiser l'état d'installation des applications sélectionnées ?",
|
||||||
"installStatusOfXWillBeResetExplanation": "Le statut d'installation de toutes les applications sélectionnées sera réinitialisé.\n\nCela peut aider lorsque la version de l'application affichée dans Obtainium est incorrecte en raison d'échecs de mises à jour ou d'autres problèmes.",
|
"installStatusOfXWillBeResetExplanation": "L'état d'installation de toutes les applications sélectionnées sera réinitialisé.\n\nCela peut être utile lorsque la version de l'application affichée dans Obtainium est incorrecte en raison de l'échec des mises à jour ou d'autres problèmes.",
|
||||||
"customLinkMessage": "Ces liens fonctionnent sur les appareils sur lesquels Obtainium est installé",
|
"customLinkMessage": "Ces liens fonctionnent sur les appareils sur lesquels Obtainium est installé",
|
||||||
"shareAppConfigLinks": "Partager la configuration de l'application sous forme de lien HTML",
|
"shareAppConfigLinks": "Partager la configuration de l'application sous forme de lien HTML",
|
||||||
"shareSelectedAppURLs": "Partager les URL d'applications sélectionnées",
|
"shareSelectedAppURLs": "Partager les URL des applications sélectionnées",
|
||||||
"resetInstallStatus": "Réinitialiser le statut d'installation",
|
"resetInstallStatus": "L'état d'installation des applications a été réinitialisé",
|
||||||
"more": "Plus",
|
"more": "Plus",
|
||||||
"removeOutdatedFilter": "Supprimer le filtre d'application obsolète",
|
"removeOutdatedFilter": "Supprimer le filtre des applications obsolètes",
|
||||||
"showOutdatedOnly": "Afficher uniquement les applications obsolètes",
|
"showOutdatedOnly": "Afficher uniquement les applications obsolètes",
|
||||||
"filter": "Filtre",
|
"filter": "Filtre",
|
||||||
"filterApps": "Filtrer les applications",
|
"filterApps": "Filtrer les applications",
|
||||||
@@ -91,42 +91,42 @@
|
|||||||
"importExport": "Importer/Exporter",
|
"importExport": "Importer/Exporter",
|
||||||
"settings": "Paramètres",
|
"settings": "Paramètres",
|
||||||
"exportedTo": "Exporté vers {}",
|
"exportedTo": "Exporté vers {}",
|
||||||
"obtainiumExport": "Exporter d'Obtainium",
|
"obtainiumExport": "Exporter Obtainium",
|
||||||
"invalidInput": "Entrée invalide",
|
"invalidInput": "Entrée invalide",
|
||||||
"importedX": "Importé {}",
|
"importedX": "Importé {}",
|
||||||
"obtainiumImport": "Importer d'Obtainium",
|
"obtainiumImport": "Importer sur Obtainium",
|
||||||
"importFromURLList": "Importer à partir de la liste d'URL",
|
"importFromURLList": "Importer depuis une liste d'URL",
|
||||||
"searchQuery": "Requête",
|
"searchQuery": "Requête de recherche",
|
||||||
"appURLList": "Liste d'URL d'application",
|
"appURLList": "Liste d'URL de l'application",
|
||||||
"line": "File d'attente",
|
"line": "Ligne",
|
||||||
"searchX": "Rechercher {}",
|
"searchX": "Rechercher {}",
|
||||||
"noResults": "Aucun résultat trouvé",
|
"noResults": "Aucun résultat",
|
||||||
"importX": "Importer {}",
|
"importX": "Importation de {}",
|
||||||
"importedAppsIdDisclaimer": "Les applications importées peuvent s'afficher à tort comme \"Non installées\".\nPour résoudre ce problème, réinstallez-les via Obtainium.\nCela ne devrait pas affecter les données de l'application.\n\nN'affecte que les URL et les méthodes d'importation tierces.",
|
"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.",
|
||||||
"importErrors": "Erreurs d'importation",
|
"importErrors": "Erreurs lors de l'importation",
|
||||||
"importedXOfYApps": "{} sur {} applications importées.",
|
"importedXOfYApps": "{} applications sur {} ont été importés.",
|
||||||
"followingURLsHadErrors": "Les URL suivantes comportaient des erreurs :",
|
"followingURLsHadErrors": "Les URL suivants comportent des erreurs :",
|
||||||
"selectURL": "Sélectionnez l'URL",
|
"selectURL": "Sélectionner l'URL",
|
||||||
"selectURLs": "Sélectionnez les URL",
|
"selectURLs": "Sélectionner les URL",
|
||||||
"pick": "Prendre",
|
"pick": "Choisir",
|
||||||
"theme": "Thème",
|
"theme": "Thème",
|
||||||
"dark": "Sombre",
|
"dark": "Sombre",
|
||||||
"light": "Clair",
|
"light": "Clair",
|
||||||
"followSystem": "Suivre le système",
|
"followSystem": "Correspondre au système",
|
||||||
"followSystemThemeExplanation": "Il n'est possible de suivre le thème du système qu'en utilisant des applications tierces.",
|
"followSystemThemeExplanation": "Correspondre au thème du système est possible en utilisant des applications tierces.",
|
||||||
"useBlackTheme": "Utiliser le thème noir pur",
|
"useBlackTheme": "Utiliser un thème Noir",
|
||||||
"appSortBy": "Applications triées par",
|
"appSortBy": "Trier les applications par",
|
||||||
"authorName": "Auteur/Nom",
|
"authorName": "Auteur/Nom",
|
||||||
"nameAuthor": "Nom/Auteur",
|
"nameAuthor": "Nom/Auteur",
|
||||||
"asAdded": "Comme ajouté",
|
"asAdded": "Date d'ajout",
|
||||||
"appSortOrder": "Ordre de tri des applications",
|
"appSortOrder": "Ordre de tri des applications",
|
||||||
"ascending": "Ascendant",
|
"ascending": "Ascendant",
|
||||||
"descending": "Descendant",
|
"descending": "Descendant",
|
||||||
"bgUpdateCheckInterval": "Intervalle de vérification des mises à jour en arrière-plan",
|
"bgUpdateCheckInterval": "Intervalle de recherche de mises à jour en arrière-plan",
|
||||||
"neverManualOnly": "Jamais — Manuel uniquement",
|
"neverManualOnly": "Jamais - Manuellement uniquement",
|
||||||
"appearance": "Apparence",
|
"appearance": "Apparence",
|
||||||
"showWebInAppView": "Afficher la page Web source dans la vue de l'application",
|
"showWebInAppView": "Afficher la page Web source dans l'onglet 'Applications'",
|
||||||
"pinUpdates": "Épingler les mises à jour en tête de la vue Applications",
|
"pinUpdates": "Épingler les mises à jour en haut de l'onglet 'Applications'",
|
||||||
"updates": "Mises à jour",
|
"updates": "Mises à jour",
|
||||||
"sourceSpecific": "Spécifique à la source",
|
"sourceSpecific": "Spécifique à la source",
|
||||||
"appSource": "Source de l'application",
|
"appSource": "Source de l'application",
|
||||||
@@ -135,32 +135,32 @@
|
|||||||
"close": "Fermer",
|
"close": "Fermer",
|
||||||
"share": "Partager",
|
"share": "Partager",
|
||||||
"appNotFound": "Application introuvable",
|
"appNotFound": "Application introuvable",
|
||||||
"obtainiumExportHyphenatedLowercase": "Exportation-Obtainium",
|
"obtainiumExportHyphenatedLowercase": "export-obtainium",
|
||||||
"pickAnAPK": "Choisissez un APK",
|
"pickAnAPK": "Selectionner un APK",
|
||||||
"appHasMoreThanOnePackage": "{} a plus d'un paquet :",
|
"appHasMoreThanOnePackage": "{} a plus d'un paquet:",
|
||||||
"deviceSupportsXArch": "Votre appareil prend en charge l'architecture CPU {}.",
|
"deviceSupportsXArch": "Votre appareil prend en charge l'architecture CPU {}.",
|
||||||
"deviceSupportsFollowingArchs": "Votre appareil prend en charge les architectures CPU suivantes :",
|
"deviceSupportsFollowingArchs": "Votre appareil prend en charge les architectures CPU suivants: ",
|
||||||
"warning": "Avertissement",
|
"warning": "Avertissement",
|
||||||
"sourceIsXButPackageFromYPrompt": "La source de l'application est '{}' mais la version du paquet provient de '{}'. Continuer ?",
|
"sourceIsXButPackageFromYPrompt": "La source de l'application est '{}' mais le paquet de mise à jour provient de '{}'. Continuer ?",
|
||||||
"updatesAvailable": "Mises à jour disponibles",
|
"updatesAvailable": "Mises à jour disponibles",
|
||||||
"updatesAvailableNotifDescription": "Avertit l'utilisateur que des mises à jour sont disponibles pour une ou plusieurs applications suivies par Obtainium",
|
"updatesAvailableNotifDescription": "Notifie à l'utilisateur que des mises à jour sont disponibles pour une ou plusieurs applications suivies par Obtainium.",
|
||||||
"noNewUpdates": "Aucune nouvelle mise à jour.",
|
"noNewUpdates": "Aucune nouvelle mise à jour.",
|
||||||
"xHasAnUpdate": "{} a une mise à jour.",
|
"xHasAnUpdate": "{} a une mise à jour.",
|
||||||
"appsUpdated": "Applications mises à jour",
|
"appsUpdated": "Applications mises à jour",
|
||||||
"appsNotUpdated": "Échec de la mise à jour des applications",
|
"appsNotUpdated": "Échec de la mise à jour des applications",
|
||||||
"appsUpdatedNotifDescription": "Avertit l'utilisateur que les mises à jour d'une ou plusieurs applications ont été appliquées en arrière-plan",
|
"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 pour {}.",
|
"xWasUpdatedToY": "{} a été mis à jour en {}.",
|
||||||
"xWasNotUpdatedToY": "Échec de la mise à jour de {} vers {}.",
|
"xWasNotUpdatedToY": "Échec de la mise à jour de {} vers {}.",
|
||||||
"errorCheckingUpdates": "Erreur lors de la vérification des mises à jour",
|
"errorCheckingUpdates": "Erreur lors de la recherche de mises à jour",
|
||||||
"errorCheckingUpdatesNotifDescription": "Une notification qui s'affiche lorsque la vérification de la mise à jour en arrière-plan échoue",
|
"errorCheckingUpdatesNotifDescription": "Notifie l'utilisateur lorsque la recherche de mises à jour en arrière-plan échoue.",
|
||||||
"appsRemoved": "Applications supprimées",
|
"appsRemoved": "Applications supprimées",
|
||||||
"appsRemovedNotifDescription": "Avertit l'utilisateur qu'une ou plusieurs applications ont été supprimées en raison d'erreurs lors de leur chargement",
|
"appsRemovedNotifDescription": "Notifie à l'utilisateur qu'une ou plusieurs applications ont été supprimées en raison d'erreurs lors de leur chargement.",
|
||||||
"xWasRemovedDueToErrorY": "{} a été supprimé en raison de cette erreur : {}",
|
"xWasRemovedDueToErrorY": "{} a été supprimée en raison de cette erreur : {}",
|
||||||
"completeAppInstallation": "Installation complète de l'application",
|
"completeAppInstallation": "Installation complète de l'application",
|
||||||
"obtainiumMustBeOpenToInstallApps": "Obtainium doit être ouvert pour installer des applications",
|
"obtainiumMustBeOpenToInstallApps": "Obtainium doit être ouvert pour installer les applications",
|
||||||
"completeAppInstallationNotifDescription": "Demande à l'utilisateur de retourner sur Obtainium pour terminer l'installation d'une application",
|
"completeAppInstallationNotifDescription": "Demande à l'utilisateur de retourner sur Obtainium pour terminer l'installation d'une application",
|
||||||
"checkingForUpdates": "Vérification des mises à jour",
|
"checkingForUpdates": "Recherche de mises à jour",
|
||||||
"checkingForUpdatesNotifDescription": "Notification transitoire qui apparaît lors de la recherche de mises à jour",
|
"checkingForUpdatesNotifDescription": "Notification temporaire qui apparaît lors de la recherche de mises à jour",
|
||||||
"pleaseAllowInstallPerm": "Veuillez autoriser Obtainium à installer des applications",
|
"pleaseAllowInstallPerm": "Veuillez autoriser Obtainium à installer des applications",
|
||||||
"trackOnly": "Suivi uniquement",
|
"trackOnly": "Suivi uniquement",
|
||||||
"errorWithHttpStatusCode": "Erreur {}",
|
"errorWithHttpStatusCode": "Erreur {}",
|
||||||
@@ -168,11 +168,11 @@
|
|||||||
"unknown": "Inconnu",
|
"unknown": "Inconnu",
|
||||||
"none": "Aucun",
|
"none": "Aucun",
|
||||||
"never": "Jamais",
|
"never": "Jamais",
|
||||||
"latestVersionX": "Dernière version : {}",
|
"latestVersionX": "Dernière version : {}",
|
||||||
"installedVersionX": "Version installée : {}",
|
"installedVersionX": "Version installée : {}",
|
||||||
"lastUpdateCheckX": "Vérification de la dernière mise à jour : {}",
|
"lastUpdateCheckX": "Dernière recherche de mises à jour : {}",
|
||||||
"remove": "Retirer",
|
"remove": "Supprimer",
|
||||||
"yesMarkUpdated": "Oui, marquer comme mis à jour",
|
"yesMarkUpdated": "Oui, marquer comme étant à jour",
|
||||||
"fdroid": "F-Droid Officiel",
|
"fdroid": "F-Droid Officiel",
|
||||||
"appIdOrName": "ID ou nom de l'application",
|
"appIdOrName": "ID ou nom de l'application",
|
||||||
"appId": "ID de l'application",
|
"appId": "ID de l'application",
|
||||||
@@ -182,151 +182,154 @@
|
|||||||
"steamMobile": "Application mobile Steam",
|
"steamMobile": "Application mobile Steam",
|
||||||
"steamChat": "Steam Chat",
|
"steamChat": "Steam Chat",
|
||||||
"install": "Installer",
|
"install": "Installer",
|
||||||
"markInstalled": "Marquer comme installée",
|
"markInstalled": "Marquer comme étant installé",
|
||||||
"update": "Mettre à jour",
|
"update": "Mettre à jour",
|
||||||
"markUpdated": "Marquer comme étant à jour",
|
"markUpdated": "Marquer comme étant à jour",
|
||||||
"additionalOptions": "Options additionnelles",
|
"additionalOptions": "Options supplémentaires",
|
||||||
"disableVersionDetection": "Désactiver la détection de version",
|
"disableVersionDetection": "Désactiver la détection de la version",
|
||||||
"noVersionDetectionExplanation": "Cette option être utilisée uniquement pour les applications où la détection de version ne fonctionne pas correctement.",
|
"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 {}",
|
||||||
"downloadX": "Télécharger {}",
|
"downloadX": "Télécharger {}",
|
||||||
"downloadedX": "Téléchargé {}",
|
"downloadedX": "Téléchargé {}",
|
||||||
"releaseAsset": "Actif libéré",
|
"releaseAsset": "Version active",
|
||||||
"downloadNotifDescription": "Avertit l'utilisateur de la progression du téléchargement d'une application",
|
"downloadNotifDescription": "Notifie l'utilisateur sur l'avancement du téléchargement d'une application",
|
||||||
"noAPKFound": "Aucun APK trouvé",
|
"noAPKFound": "Aucun APK trouvé",
|
||||||
"noVersionDetection": "Aucune de détection de version",
|
"noVersionDetection": "Aucune version trouvée",
|
||||||
"categorize": "Catégoriser",
|
"categorize": "Catégoriser",
|
||||||
"categories": "Catégories",
|
"categories": "Catégories",
|
||||||
"category": "Catégorie",
|
"category": "Catégorie",
|
||||||
"noCategory": "Aucune catégorie",
|
"noCategory": "Aucune catégorie",
|
||||||
"noCategories": "Aucune catégories",
|
"noCategories": "Aucune catégories",
|
||||||
"deleteCategoriesQuestion": "Supprimer les catégories ?",
|
"deleteCategoriesQuestion": "Supprimer les catégories?",
|
||||||
"categoryDeleteWarning": "Toutes les applications dans les catégories supprimées ne seront plus catégorisées.",
|
"categoryDeleteWarning": "Toutes les applications des catégories supprimées seront définies comme non catégorisées .",
|
||||||
"addCategory": "Ajouter une catégorie",
|
"addCategory": "Ajouter une catégorie",
|
||||||
"label": "Étiquette",
|
"label": "Nom",
|
||||||
"language": "Langue",
|
"language": "Langue",
|
||||||
"copiedToClipboard": "Copié dans le presse-papier",
|
"copiedToClipboard": "Copié dans le presse-papier",
|
||||||
"storagePermissionDenied": "Autorisation de stockage refusée",
|
"storagePermissionDenied": "Permission de stockage refusée",
|
||||||
"selectedCategorizeWarning": "Cela remplacera toutes les catégorie définies pour les applications sélectionnées.",
|
"selectedCategorizeWarning": "Cela va remplacer toutes les catégories définies des applications sélectionnées.",
|
||||||
"filterAPKsByRegEx": "Filtrer les APK par expression régulière",
|
"filterAPKsByRegEx": "Filtrer les APK par expression régulière",
|
||||||
"removeFromObtainium": "Supprimer d'Obtainium",
|
"removeFromObtainium": "Supprimer d'Obtainium",
|
||||||
"uninstallFromDevice": "Désinstaller de l'appareil",
|
"uninstallFromDevice": "Désinstaller de l'appareil",
|
||||||
"onlyWorksWithNonVersionDetectApps": "Fonctionne uniquement pour les applications avec la détection de version désactivée.",
|
"onlyWorksWithNonVersionDetectApps": "Ne fonctionne que pour les applications dont la détection de la version est désactivée.",
|
||||||
"releaseDateAsVersion": "Utiliser la date de sortie comme version",
|
"releaseDateAsVersion": "Utiliser la date de sortie comme version",
|
||||||
"releaseDateAsVersionExplanation": "Cette option ne doit être utilisée que pour les applications où la détection de version ne fonctionne pas correctement, mais dont une date de sortie est disponible.",
|
"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": "Changements",
|
"changes": "Modifications",
|
||||||
"releaseDate": "Date de sortie",
|
"releaseDate": "Date de sortie",
|
||||||
"importFromURLsInFile": "Importer à partir d'URL dans un fichier (comme OPML)",
|
"importFromURLsInFile": "Importer à partir des URLs d'un fichier (comme OPML)",
|
||||||
"versionDetectionExplanation": "Réconcilier la chaîne de version avec la version détectée à partir du système d'exploitation",
|
"versionDetectionExplanation": "Reporter la chaîne de version selon la version détectée par le système d'exploitation",
|
||||||
"versionDetection": "Détection des versions",
|
"versionDetection": "Détection de la version",
|
||||||
"standardVersionDetection": "Détection de version standard",
|
"standardVersionDetection": "Détection de la version standard",
|
||||||
"groupByCategory": "Regrouper par catégorie",
|
"groupByCategory": "Grouper par catégorie",
|
||||||
"autoApkFilterByArch": "Si possible, essayer de filtrer les APK par architecture CPU",
|
"autoApkFilterByArch": "Essayer de filtrer les APKs par architecture CPU si possible",
|
||||||
"overrideSource": "Remplacer la source",
|
"overrideSource": "Remplacer la source",
|
||||||
"dontShowAgain": "Ne plus montrer",
|
"dontShowAgain": "Ne plus afficher",
|
||||||
"dontShowTrackOnlyWarnings": "Ne pas afficher l'avertissement 'Suivi uniquement'",
|
"dontShowTrackOnlyWarnings": "Ne plus afficher les erreurs 'Suivi uniquement'",
|
||||||
"dontShowAPKOriginWarnings": "Ne pas afficher les avertissements sur l'origine de l'APK",
|
"dontShowAPKOriginWarnings": "Ne plus afficher les erreurs sur l'origine de l'APK",
|
||||||
"moveNonInstalledAppsToBottom": "Déplacer les applications non installées vers le bas de la vue Applications",
|
"moveNonInstalledAppsToBottom": "Déplacer les applications non installées vers le bas de la vue Applications",
|
||||||
"gitlabPATLabel": "Jeton d'accès personnel GitLab",
|
"gitlabPATLabel": "Jeton d'accès personnel GitLab",
|
||||||
"about": "À propos de",
|
"about": "À propos",
|
||||||
"requiresCredentialsInSettings": "{} : Cela nécessite des identifiants supplémentaires (dans Paramètres)",
|
"requiresCredentialsInSettings": "{} a besoin d'un complément d'information (dans les Paramètres)",
|
||||||
"checkOnStart": "Vérifier les mises à jour au démarrage",
|
"checkOnStart": "Rechercher les mises à jour au démarrage",
|
||||||
"tryInferAppIdFromCode": "Essayer de déduire l'ID de l'application à partir du code source",
|
"tryInferAppIdFromCode": "Essayer de déduire l'identifiant de l'application à partir du code source",
|
||||||
"removeOnExternalUninstall": "Supprimer automatiquement les applications désinstallées depuis l'extérieur",
|
"removeOnExternalUninstall": "Supprimer automatiquement les applications désinstallées en externe",
|
||||||
"pickHighestVersionCode": "Sélectionner automatiquement le code de version de l'APK la plus élevée",
|
"pickHighestVersionCode": "Sélectionner automatiquement la version la plus récente du code APK",
|
||||||
"checkUpdateOnDetailPage": "Vérifier les mises à jour lors de l'ouverture de la page détaillée d'une application",
|
"checkUpdateOnDetailPage": "Rechercher les mises à jour lors de l'ouverture de la page détaillée d'une application",
|
||||||
"disablePageTransitions": "Désactiver les animations de transition de page",
|
"disablePageTransitions": "Désactiver les animations de transition de page",
|
||||||
"reversePageTransitions": "Inverser les animations de transition de page",
|
"reversePageTransitions": "Inverser les animations de transition de page",
|
||||||
"minStarCount": "Nombre minimum d'étoiles",
|
"minStarCount": "Nombre minimum d'étoiles",
|
||||||
"addInfoBelow": "Ajoutez ces informations ci-dessous.",
|
"addInfoBelow": "Ajoutez cette information ci-dessous.",
|
||||||
"addInfoInSettings": "Ajoutez ces informations dans les paramètres.",
|
"addInfoInSettings": "Ajoutez cette information dans les paramètres.",
|
||||||
"githubSourceNote": "La limite de débit GitHub peut être évitée à l'aide d'une clé API.",
|
"githubSourceNote": "La limitation du débit de GitHub peut être évitée à l'aide d'une clé d'API.",
|
||||||
"sortByLastLinkSegment": "Trier uniquement sur le dernier segment du lien",
|
"sortByLastLinkSegment": "Trier par le dernier segment du lien",
|
||||||
"filterReleaseNotesByRegEx": "Filtrer les notes de version par expression régulière",
|
"filterReleaseNotesByRegEx": "Filtrer les notes de version par expression régulière",
|
||||||
"customLinkFilterRegex": "Filtre du lien APK personnalisé par expression régulière (par défaut '.apk$')",
|
"customLinkFilterRegex": "Filtre de lien APK personnalisé par expression régulière (par défaut '.apk$')",
|
||||||
"appsPossiblyUpdated": "Tentative de mise à jour de l'application",
|
"appsPossiblyUpdated": "Tentative de mise à jour des applications",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Avertit l'utilisateur que des mises à jour d'une ou plusieurs applications ont été potentiellement appliquées en arrière-plan",
|
"appsPossiblyUpdatedNotifDescription": "Notifie à l'utilisateur que des mises à jour d'une ou plusieurs applications ont potentiellement été appliquées en arrière-plan",
|
||||||
"xWasPossiblyUpdatedToY": "{} pourrait avoir été mis à jour vers {}.",
|
"xWasPossiblyUpdatedToY": "{} peut être mis à jour en {}.",
|
||||||
"enableBackgroundUpdates": "Activer les mises à jour en arrière-plan",
|
"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.",
|
"backgroundUpdateReqsExplanation": "Les mises à jour en arrière-plan peuvent ne pas être possibles pour toutes les applications.",
|
||||||
"backgroundUpdateLimitsExplanation": "Le succès d'une installation en arrière-plan ne peut être déterminé qu'à l'ouverture d'Obtainium.",
|
"backgroundUpdateLimitsExplanation": "Le résultat d'une installation en arrière-plan ne peut être déterminé qu'à l'ouverture d'Obtainium.",
|
||||||
"verifyLatestTag": "Vérifier la balise 'latest'",
|
"verifyLatestTag": "Vérifier la balise 'latest'",
|
||||||
"intermediateLinkRegex": " Filtrer un lien \" intermédiaire \" à visiter ",
|
"intermediateLinkRegex": "Filtrer un lien 'intermédiaire' à visiter",
|
||||||
"filterByLinkText": "Filtrer les liens par le texte du lien",
|
"filterByLinkText": "Filtrer les liens par texte du lien",
|
||||||
"intermediateLinkNotFound": "Lien intermédiaire introuvable",
|
"intermediateLinkNotFound": "Lien intermédiaire introuvable",
|
||||||
"intermediateLink": "Lien intermédiaire",
|
"intermediateLink": "Lien intermédiaire",
|
||||||
"exemptFromBackgroundUpdates": "Exempté des mises à jour en arrière-plan (si activé)",
|
"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 connecté au WiFi",
|
"bgUpdatesOnWiFiOnly": "Désactiver les mises à jour en arrière-plan lorsque vous n'êtes pas en WiFi",
|
||||||
"autoSelectHighestVersionCode": "Sélection automatique du code de version le plus élevé de l'APK",
|
"autoSelectHighestVersionCode": "Sélectionner automatiquement la version la plus récente du code APK",
|
||||||
"versionExtractionRegEx": "Expression régulière d'extraction de version",
|
"versionExtractionRegEx": "Extraire la version par Expression régulière",
|
||||||
"matchGroupToUse": "Groupe de correspondance pour l'expression régulière d'extraction de version",
|
"trimVersionString": "Découper la version par Expression régulière",
|
||||||
"highlightTouchTargets": "Mettre en évidence les cibles tactiles moins évidentes",
|
"matchGroupToUseForX": "Groupe de correspondance à utiliser pour \"{}\"",
|
||||||
"pickExportDir": "Choisir le répertoire d'exportation",
|
"matchGroupToUse": "Groupe de correspondance à utiliser pour l'extraction de la version par Expression régulière",
|
||||||
"autoExportOnChanges": "Exporter automatiquement après modification",
|
"highlightTouchTargets": "Mettre en évidence les touches moins évidentes",
|
||||||
|
"pickExportDir": "Selectionner le dossier d'exportation",
|
||||||
|
"autoExportOnChanges": "Exporter automatiquement lors de modifications",
|
||||||
"includeSettings": "Inclure les paramètres",
|
"includeSettings": "Inclure les paramètres",
|
||||||
"filterVersionsByRegEx": "Filtrer les versions par expression régulière",
|
"filterVersionsByRegEx": "Filtrer les versions par expression régulière",
|
||||||
"trySelectingSuggestedVersionCode": "Essayer de sélectionner le code de la version suggérée de l'APK",
|
"trySelectingSuggestedVersionCode": "Essayer de sélectionner la version suggérée du code APK",
|
||||||
"dontSortReleasesList": "Conserver l'ordre des versions de l'API",
|
"dontSortReleasesList": "Conserver l'ordre de la version de l'API",
|
||||||
"reverseSort": "Tri inversé",
|
"reverseSort": "Tri inversé",
|
||||||
"takeFirstLink": "Prendre le premier lien",
|
"takeFirstLink": "Utiliser le premier lien",
|
||||||
"skipSort": "Éviter le tri",
|
"skipSort": "Ignorer le tri",
|
||||||
"debugMenu": "Menu de débogage",
|
"debugMenu": "Menu de déboggage",
|
||||||
"bgTaskStarted": "Tâche en arrière-plan démarrée — vérifier les journaux.",
|
"bgTaskStarted": "Tâche en arrière-plan démarrée - vérifier les journaux.",
|
||||||
"runBgCheckNow": "Exécuter maintenant la vérification de la mise à jour en arrière-plan",
|
"runBgCheckNow": "Exécuter la recherche de mise à jour en arrière-plan maintenant",
|
||||||
"versionExtractWholePage": "Appliquer l'expression régulière d'extraction de version sur l'ensemble de la page",
|
"versionExtractWholePage": "Appliquer l'extraction de la version par expression régulière à l'ensemble de la page",
|
||||||
"installing": "Installation",
|
"installing": "Installation",
|
||||||
"skipUpdateNotifications": "Ignorer les notifications de mise à jour",
|
"skipUpdateNotifications": "Ignorer les notifications de mise à jour",
|
||||||
"updatesAvailableNotifChannel": "Mises à jour disponibles",
|
"updatesAvailableNotifChannel": "Mises à jour disponibles",
|
||||||
"appsUpdatedNotifChannel": "Applications mises à jour",
|
"appsUpdatedNotifChannel": "Applications mises à jour",
|
||||||
"appsPossiblyUpdatedNotifChannel": "Tentative de mise à jour de l'application",
|
"appsPossiblyUpdatedNotifChannel": "Essayer de mettre à jour les applications",
|
||||||
"errorCheckingUpdatesNotifChannel": "Erreur lors de la vérification des mises à jour",
|
"errorCheckingUpdatesNotifChannel": "Erreur lors de la recherche de mises à jour",
|
||||||
"appsRemovedNotifChannel": "Applications supprimées",
|
"appsRemovedNotifChannel": "Applications supprimées",
|
||||||
"downloadingXNotifChannel": "Téléchargement {}",
|
"downloadingXNotifChannel": "Téléchargement {}",
|
||||||
"completeAppInstallationNotifChannel": "Installation complète de l'application",
|
"completeAppInstallationNotifChannel": "Installation complète de l'application",
|
||||||
"checkingForUpdatesNotifChannel": "Vérification des mises à jour",
|
"checkingForUpdatesNotifChannel": "Recherche de mises à jour",
|
||||||
"onlyCheckInstalledOrTrackOnlyApps": "Vérifier uniquement les mises à jour des applications installées et 'Suivi uniquement'",
|
"onlyCheckInstalledOrTrackOnlyApps": "Rechercher uniquement les mises à jour des applications installées et des applications 'Suivi uniquement'",
|
||||||
"supportFixedAPKURL": "Prise en charge des URL APK fixes",
|
"supportFixedAPKURL": "Prise en charge des URL APK fixes",
|
||||||
"selectX": "Sélectionner {}",
|
"selectX": "Sélectionner {}",
|
||||||
"parallelDownloads": "Autoriser le téléchargement en parallèle",
|
"parallelDownloads": "Autoriser les téléchargements simultanés",
|
||||||
"useShizuku": "Utiliser Shizuku ou Sui pour l'installation",
|
"useShizuku": "Utiliser Shizuku ou Sui pour l'installation",
|
||||||
"shizukuBinderNotFound": "Service Shizuku compatible non trouvé",
|
"shizukuBinderNotFound": "Le service Shizuku est introuvable",
|
||||||
"shizukuOld": "Ancienne version de Shizuku (<11) — la mettre à jour",
|
"shizukuOld": "Ancienne version de Shizuku (<11) - veuillez le mettre à jour",
|
||||||
"shizukuOldAndroidWithADB": "Shizuku fonctionne sur Android < 8.1 avec ADB — mettez à jour Android ou utilisez Sui à la place",
|
"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é)",
|
"shizukuPretendToBeGooglePlay": "Définir Google Play comme source d'installation (si Shizuku est utilisé)",
|
||||||
"useSystemFont": "Utiliser la police du système",
|
"useSystemFont": "Utiliser la police du système",
|
||||||
"useVersionCodeAsOSVersion": "Utiliser le code de version de l'application comme version détectée par le système d'exploitation",
|
"useVersionCodeAsOSVersion": "Utiliser le code de version de l'application détectée par le système d'exploitation",
|
||||||
"requestHeader": "En-tête de demande",
|
"requestHeader": "Intitulé de la demande",
|
||||||
"useLatestAssetDateAsReleaseDate": "Utiliser le dernier élément téléversé comme date de sortie",
|
"useLatestAssetDateAsReleaseDate": "Utiliser le dernier élément mis en ligne comme date de sortie",
|
||||||
"defaultPseudoVersioningMethod": "Méthode de pseudo-version par défaut",
|
"defaultPseudoVersioningMethod": "Méthode de version fictive par défaut",
|
||||||
"partialAPKHash": "Hash APK partiel",
|
"partialAPKHash": "Hash partiel de l'APK",
|
||||||
"APKLinkHash": "Hash de lien APK",
|
"APKLinkHash": "Hash du lien APK",
|
||||||
"directAPKLink": "Lien APK direct",
|
"directAPKLink": "Lien direct de l'APK",
|
||||||
"pseudoVersionInUse": "Une pseudo-version est utilisée",
|
"pseudoVersionInUse": "Version fictive utilisé",
|
||||||
"installed": "Installée",
|
"installed": "Installée",
|
||||||
"latest": "Dernier",
|
"latest": "Dernière version",
|
||||||
"invertRegEx": "Inverser l'expression régulière",
|
"invertRegEx": "Inverser l'expression régulière",
|
||||||
"note": "Note",
|
"note": "Note",
|
||||||
"selfHostedNote": "La liste déroulante \"{}\" peut être utilisée pour accéder aux instances auto-hébergées/personnalisées de n'importe quelle source.",
|
"selfHostedNote": "La liste déroulante \"{}\" peut être utilisée pour accéder à des instances auto-hébergées/personnalisées de n'importe quelle source.",
|
||||||
"badDownload": "L'APK n'a pas pu être analysé (téléchargement incompatible ou partiel)",
|
"badDownload": "L'APK n'a pas pu être analysé (téléchargement incompatible ou partiel)",
|
||||||
"beforeNewInstallsShareToAppVerifier": "Partager les nouvelles applications avec AppVerifier (si disponible)",
|
"beforeNewInstallsShareToAppVerifier": "Partager les nouvelles applications avec AppVerifier (si disponible)",
|
||||||
"appVerifierInstructionToast": "Partagez avec AppVerifier, puis revenez ici lorsque vous êtes prêt.",
|
"appVerifierInstructionToast": "Partagez avec AppVerifier, puis revenez ici lorsque tout est prêt.",
|
||||||
"wiki": "Aide/Wiki",
|
"wiki": "Aide/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Configurations d'applications participative (utilisation à vos risques et périls)",
|
"crowdsourcedConfigsLabel": "Configurations d'applications par la communauté (à utiliser à vos risques et périls)",
|
||||||
|
"allowInsecure": "Autoriser les requêtes HTTP non sécurisées",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Supprimer l'application ?",
|
"one": "Supprimer l'application ?",
|
||||||
"other": "Supprimer les applications ?"
|
"other": "Supprimer les applications ?"
|
||||||
},
|
},
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
"one": "Trop de demandes (taux limité) — réessayez dans {} minute",
|
"one": "Trop de requêtes (taux limité) - réessayez dans {} minute",
|
||||||
"other": "Trop de demandes (taux limité) — réessayez dans {} minutes"
|
"other": "Trop de requêtes (taux limité) - réessayez dans {} minutes"
|
||||||
},
|
},
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"one": "La vérification de la mise à jour en arrière-plan a rencontré un {}, une nouvelle tentative de vérification sera planifié dans {} minute",
|
"one": "La recherche de mise à jour en arrière-plan a rencontré un {}, une nouvelle tentative programmée dans {} minute",
|
||||||
"other": "La vérification de la mise à jour en arrière-plan a rencontré un {}, une nouvelle tentative de vérification sera planifié dans {} minutes"
|
"other": "La recherche de mise à jour en arrière-plan a rencontré un {}, une nouvelle tentative programmée dans {} minutes"
|
||||||
},
|
},
|
||||||
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
"one": "La vérification des mises à jour en arrière-plan a trouvée {} mise à jour — l'utilisateur sera notifié si nécessaire",
|
"one": "La recherche de mises à jour en arrière-plan à trouvée {} mise à jour - l'utilisateur sera notifié si nécessaire",
|
||||||
"other": "La vérification des mises à jour en arrière-plan a trouvée {} mises à 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"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"one": "{} Application",
|
"one": "{} Application",
|
||||||
@@ -337,7 +340,7 @@
|
|||||||
"other": "{} URL"
|
"other": "{} URL"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{} Minutes",
|
"one": "{} Minute",
|
||||||
"other": "{} Minutes"
|
"other": "{} Minutes"
|
||||||
},
|
},
|
||||||
"hour": {
|
"hour": {
|
||||||
@@ -349,8 +352,8 @@
|
|||||||
"other": "{} Jours"
|
"other": "{} Jours"
|
||||||
},
|
},
|
||||||
"clearedNLogsBeforeXAfterY": {
|
"clearedNLogsBeforeXAfterY": {
|
||||||
"one": "{n} journal effacé (avant = {before}, après = {after})",
|
"one": "Nettoyage du journal {n} (avant = {before}, après = {after})",
|
||||||
"other": "{n} journaux effacés (avant = {before}, après = {after})"
|
"other": "Nettoyage des journaux {n} (avant = {before}, après = {after})"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesAvailable": {
|
"xAndNMoreUpdatesAvailable": {
|
||||||
"one": "{} et 1 autre application ont des mises à jour.",
|
"one": "{} et 1 autre application ont des mises à jour.",
|
||||||
@@ -358,15 +361,15 @@
|
|||||||
},
|
},
|
||||||
"xAndNMoreUpdatesInstalled": {
|
"xAndNMoreUpdatesInstalled": {
|
||||||
"one": "{} et 1 autre application ont été mises à jour.",
|
"one": "{} et 1 autre application ont été mises à jour.",
|
||||||
"other": "{} et {} autres applications ont été mises à jour."
|
"other": "{} et {} autres applications ont étés mis à jour."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesFailed": {
|
"xAndNMoreUpdatesFailed": {
|
||||||
"one": "Échec de la mise à jour de {} et d'une autre application.",
|
"one": "Échec de la mise à jour de {} et 1 autre application.",
|
||||||
"other": "Échec de la mise à jour de {} et {} autres applications."
|
"other": "Échec de la mise à jour de {} et {} autres applications."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"une": "{} et 1 application supplémentaire pourraient avoir été mises à jour.",
|
"one": "{} et 1 autre application ont peut-être été mises à jour.",
|
||||||
"other": "{} et {} autres applications pourraient avoir été mises à jour."
|
"other": "{} et {} autres applications ont peut-être étés mis à jour."
|
||||||
},
|
},
|
||||||
"apk": {
|
"apk": {
|
||||||
"one": "{} APK",
|
"one": "{} APK",
|
||||||
|
@@ -1,198 +1,198 @@
|
|||||||
{
|
{
|
||||||
"invalidURLForSource": "Érvénytelen a(z) {} app URL-je",
|
"invalidURLForSource": "Érvénytelen a(z) {} alkalmazás webcíme",
|
||||||
"noReleaseFound": "Nem található megfelelő kiadás",
|
"noReleaseFound": "Nem található megfelelő kiadás",
|
||||||
"noVersionFound": "Nem sikerült meghatározni a kiadás verzióját",
|
"noVersionFound": "Nem sikerült meghatározni a kiadás verzióját",
|
||||||
"urlMatchesNoSource": "Az URL nem egyezik ismert forrással",
|
"urlMatchesNoSource": "A webcím nem egyezik egyetlen ismert forrással sem",
|
||||||
"cantInstallOlderVersion": "Nem telepíthető egy app régebbi verziója",
|
"cantInstallOlderVersion": "Nem telepíthető egy alkalmazás régebbi verziója",
|
||||||
"appIdMismatch": "A letöltött csomagazonosító nem egyezik a meglévő app azonosítóval",
|
"appIdMismatch": "A letöltött csomagazonosító nem egyezik a meglévő alkalmazás azonosítójával",
|
||||||
"functionNotImplemented": "Ez az osztály nem valósította meg ezt a függvényt",
|
"functionNotImplemented": "Ebben az ágban nincs implementálva ez a funkció",
|
||||||
"placeholder": "Helykitöltő",
|
"placeholder": "Helyőrző",
|
||||||
"someErrors": "Néhány hiba történt",
|
"someErrors": "Néhány hiba történt",
|
||||||
"unexpectedError": "Váratlan hiba",
|
"unexpectedError": "Váratlan hiba",
|
||||||
"ok": "Oké",
|
"ok": "Rendben",
|
||||||
"and": "és",
|
"and": "és",
|
||||||
"githubPATLabel": "GitHub Personal Access Token (megnöveli a díjkorlátot)",
|
"githubPATLabel": "GitHub személyes hozzáférési token (megnöveli a lekérdezés-korlátozást)",
|
||||||
"includePrereleases": "Tartalmazza az előzetes kiadásokat",
|
"includePrereleases": "Tartalmazza az előzetes kiadásokat",
|
||||||
"fallbackToOlderReleases": "Visszatérés a régebbi kiadásokhoz",
|
"fallbackToOlderReleases": "Visszatérés a régebbi kiadásokhoz",
|
||||||
"filterReleaseTitlesByRegEx": "A kiadás címeinek szűrése reguláris kifejezéssel",
|
"filterReleaseTitlesByRegEx": "A kiadás címeinek szűrése reguláris kifejezéssel",
|
||||||
"invalidRegEx": "Érvénytelen reguláris kifejezés",
|
"invalidRegEx": "Érvénytelen reguláris kifejezés",
|
||||||
"noDescription": "Nincs leírás",
|
"noDescription": "Nincs leírás",
|
||||||
"cancel": "Mégse",
|
"cancel": "Mégse",
|
||||||
"continue": "Tovább",
|
"continue": "Folytatás",
|
||||||
"requiredInBrackets": "(Kötelező)",
|
"requiredInBrackets": "(Szükséges)",
|
||||||
"dropdownNoOptsError": "HIBA: A LEDOBÁST LEGALÁBB EGY OPCIÓHOZ KELL RENDELNI",
|
"dropdownNoOptsError": "HIBA: A LEGÖRDÜLŐ LISTÁNAK LEGALÁBB EGY OPCIÓVAL KELL RENDELKEZNIE",
|
||||||
"colour": "Szín",
|
"colour": "Szín",
|
||||||
"standard": "Standard",
|
"standard": "Általános",
|
||||||
"custom": "Custom",
|
"custom": "Egyéni",
|
||||||
"useMaterialYou": "Használja az Ön által használt anyagot",
|
"useMaterialYou": "Material You használata",
|
||||||
"githubStarredRepos": "GitHub Csillagos Repo-k",
|
"githubStarredRepos": "Csillagozott GitHub tárolók",
|
||||||
"uname": "Felh.név",
|
"uname": "Felhasználónév",
|
||||||
"wrongArgNum": "Rossz számú argumentumot adott meg",
|
"wrongArgNum": "A megadott argumentumok száma nem megfelelő",
|
||||||
"xIsTrackOnly": "A(z) {} csak nyomonkövethető",
|
"xIsTrackOnly": "A(z) {} csak nyomonkövethető",
|
||||||
"source": "Forrás",
|
"source": "Forrás",
|
||||||
"app": "Alkalmazás",
|
"app": "Alkalmazás",
|
||||||
"appsFromSourceAreTrackOnly": "Az ebből a forrásból származó alkalmazások 'Csak nyomon követhetőek'.",
|
"appsFromSourceAreTrackOnly": "Az ebből a forrásból származó alkalmazások „csak nyomonkövethetőek”.",
|
||||||
"youPickedTrackOnly": "A 'Csak követés' opciót választotta.",
|
"youPickedTrackOnly": "„Csak nyomonkö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.",
|
"trackOnlyAppDescription": "Az alkalmazás frissítéseit nyomon követi, de az Obtainium nem tudja letölteni vagy telepíteni.",
|
||||||
"cancelled": "Törölve",
|
"cancelled": "Visszavonva",
|
||||||
"appAlreadyAdded": "Az app már hozzáadva",
|
"appAlreadyAdded": "Az alkalmazás már hozzá van adva",
|
||||||
"alreadyUpToDateQuestion": "Az app már naprakész?",
|
"alreadyUpToDateQuestion": "Az alkalmazás már naprakész?",
|
||||||
"addApp": "App hozzáadás",
|
"addApp": "Hozzáadás",
|
||||||
"appSourceURL": "App forrás URL",
|
"appSourceURL": "Alkalmazás forrásának webcíme",
|
||||||
"error": "Hiba",
|
"error": "Hiba",
|
||||||
"add": "Hozzáadás",
|
"add": "Hozzáadás",
|
||||||
"searchSomeSourcesLabel": "Keresés (csak egyes források)",
|
"searchSomeSourcesLabel": "Keresés (csak bizonyos források)",
|
||||||
"search": "Keresés",
|
"search": "Keresés",
|
||||||
"additionalOptsFor": "További lehetőségek a következőhöz: {}",
|
"additionalOptsFor": "További lehetőségek a következőhöz: {}",
|
||||||
"supportedSources": "Támogatott források",
|
"supportedSources": "Támogatott források",
|
||||||
"trackOnlyInBrackets": "(Csak nyomonkövetés)",
|
"trackOnlyInBrackets": "(Csak nyomonkövetés)",
|
||||||
"searchableInBrackets": "(Kereshető)",
|
"searchableInBrackets": "(Kereshető)",
|
||||||
"appsString": "Appok",
|
"appsString": "Alkalmazások",
|
||||||
"noApps": "Nincs App",
|
"noApps": "Nincsenek alkalmazások",
|
||||||
"noAppsForFilter": "Nincsenek appok a szűrőhöz",
|
"noAppsForFilter": "Nincsenek alkalmazások a szűrőhöz",
|
||||||
"byX": "Fejlesztő: {}",
|
"byX": "Fejlesztő: {}",
|
||||||
"percentProgress": "Folyamat: {}%",
|
"percentProgress": "Folyamat: {}%",
|
||||||
"pleaseWait": "Kis türelmet",
|
"pleaseWait": "Kis türelmet",
|
||||||
"updateAvailable": "Frissítés érhető el",
|
"updateAvailable": "Frissítés érhető el",
|
||||||
"notInstalled": "Nem telepített",
|
"notInstalled": "Nem telepített",
|
||||||
"pseudoVersion": "ál-verzió",
|
"pseudoVersion": "pszeudo-verzió",
|
||||||
"selectAll": "Mindet kiválaszt",
|
"selectAll": "Összes kiválasztása",
|
||||||
"deselectX": "Törölje {} kijelölését",
|
"deselectX": "A(z) {} kiválasztásának elvetése",
|
||||||
"xWillBeRemovedButRemainInstalled": "A(z) {} el lesz távolítva az Obtainiumból, de továbbra is telepítve marad az eszközön.",
|
"xWillBeRemovedButRemainInstalled": "A(z) {} el lesz távolítva az Obtainiumból, de továbbra is telepítve marad az eszközön.",
|
||||||
"removeSelectedAppsQuestion": "Eltávolítja a kiválasztott appokat?",
|
"removeSelectedAppsQuestion": "A kiválasztott alkalmazások eltávolítása?",
|
||||||
"removeSelectedApps": "Távolítsa el a kiválasztott appokat",
|
"removeSelectedApps": "A kiválasztott alkalmazások eltávolítása",
|
||||||
"updateX": "Frissítés: {}",
|
"updateX": "A(z) {} frissítése",
|
||||||
"installX": "Telepítés: {}",
|
"installX": "A(z) {} telepítése",
|
||||||
"markXTrackOnlyAsUpdated": "Jelölje meg: {}\n(Csak nyomon követhető)\nmint Frissített",
|
"markXTrackOnlyAsUpdated": "Megjelölés: {}\n(Csak nyomon követhető)\nmint Frissített",
|
||||||
"changeX": "Változás {}",
|
"changeX": "{} változtatás",
|
||||||
"installUpdateApps": "Appok telepítése/frissítése",
|
"installUpdateApps": "Alkalmazások telepítése/frissítése",
|
||||||
"installUpdateSelectedApps": "Telepítse/frissítse a kiválasztott appokat",
|
"installUpdateSelectedApps": "A kiválasztott alkalmazások telepítése/frissítése",
|
||||||
"markXSelectedAppsAsUpdated": "Megjelöl {} kiválasztott alkalmazást frissítettként?",
|
"markXSelectedAppsAsUpdated": "A(z) {} kiválasztott alkalmazás megjelölése frissítettként?",
|
||||||
"no": "Nem",
|
"no": "Nem",
|
||||||
"yes": "Igen",
|
"yes": "Igen",
|
||||||
"markSelectedAppsUpdated": "Jelölje meg a kiválasztott appokat frissítettként",
|
"markSelectedAppsUpdated": "A kiválasztott alkalmazások megjelölése frissítettként",
|
||||||
"pinToTop": "Rögzítés felülre",
|
"pinToTop": "Kitűzés felülre",
|
||||||
"unpinFromTop": "Eltávolít felülről",
|
"unpinFromTop": "Kitűzés megszüntetése",
|
||||||
"resetInstallStatusForSelectedAppsQuestion": "Visszaállítja a kiválasztott appok telepítési állapotát?",
|
"resetInstallStatusForSelectedAppsQuestion": "Visszaállítja a kiválasztott alkalmazások telepítési állapotát?",
|
||||||
"installStatusOfXWillBeResetExplanation": "A kiválasztott appok telepítési állapota visszaáll.\n\nEz akkor segíthet, ha az Obtainiumban megjelenített app verzió hibás, frissítések vagy egyéb problémák miatt.",
|
"installStatusOfXWillBeResetExplanation": "A kiválasztott alkalmazások telepítési állapota visszaáll.\n\nEz akkor segíthet, ha az Obtainiumban megjelenített alkalmazás-verzió hibás, a frissítések vagy egyéb problémák miatt.",
|
||||||
"customLinkMessage": "Ezek a hivatkozások a telepített Obtainium-mal rendelkező eszközökön működnek",
|
"customLinkMessage": "Ezek a hivatkozások a telepített Obtainium-mal rendelkező eszközökön működnek",
|
||||||
"shareAppConfigLinks": "App konfiguráció megosztása HTML linkként",
|
"shareAppConfigLinks": "Alkalmazás-konfiguráció megosztása HTML hivatkozásként",
|
||||||
"shareSelectedAppURLs": "Ossza meg a kiválasztott app URL címeit",
|
"shareSelectedAppURLs": "A kiválasztott alkalmazás hivatkozásának megosztása",
|
||||||
"resetInstallStatus": "Telepítési állapot visszaállítása",
|
"resetInstallStatus": "Telepítési állapot visszaállítása",
|
||||||
"more": "További",
|
"more": "További",
|
||||||
"removeOutdatedFilter": "Távolítsa el az elavult app szűrőt",
|
"removeOutdatedFilter": "Elavult-alkalmazás szűrő eltávolítása",
|
||||||
"showOutdatedOnly": "Csak az elavult appok megjelenítése",
|
"showOutdatedOnly": "Csak az elavult alkalmazások megjelenítése",
|
||||||
"filter": "Szűrő",
|
"filter": "Szűrő",
|
||||||
"filterApps": "Appok szűrése",
|
"filterApps": "Alkalmazások szűrése",
|
||||||
"appName": "App név",
|
"appName": "Név",
|
||||||
"author": "Szerző",
|
"author": "Szerző",
|
||||||
"upToDateApps": "Naprakész appok",
|
"upToDateApps": "Naprakész alkalmazások",
|
||||||
"nonInstalledApps": "Nem telepített appok",
|
"nonInstalledApps": "Nem telepített alkalmazások",
|
||||||
"importExport": "Import Export",
|
"importExport": "Import/Export",
|
||||||
"settings": "Beállítások",
|
"settings": "Beállítások",
|
||||||
"exportedTo": "Exportálva ide {}",
|
"exportedTo": "Exportálva ide: {}",
|
||||||
"obtainiumExport": "Obtainium Adat Exportálás",
|
"obtainiumExport": "Obtainium adatainak exportálása",
|
||||||
"invalidInput": "Hibás bemenet",
|
"invalidInput": "Hibás bemenet",
|
||||||
"importedX": "Importálva innen {}",
|
"importedX": "Importálva innen: {}",
|
||||||
"obtainiumImport": "Obtainium Adat Importálás",
|
"obtainiumImport": "Obtainium adatok importálása",
|
||||||
"importFromURLList": "Importálás URL listából",
|
"importFromURLList": "Importálás webcím-listából",
|
||||||
"searchQuery": "Keresési lekérdezés",
|
"searchQuery": "Keresési lekérdezés",
|
||||||
"appURLList": "App URL lista",
|
"appURLList": "Alkalmazás webcím-lista",
|
||||||
"line": "Sor",
|
"line": "Sor",
|
||||||
"searchX": "Keresés {}",
|
"searchX": "{} keresése",
|
||||||
"noResults": "Nincs találat",
|
"noResults": "Nincs találat",
|
||||||
"importX": "Importálás: {}",
|
"importX": "{} importálása",
|
||||||
"importedAppsIdDisclaimer": "Előfordulhat, hogy az importált appok helytelenül \"Nincs telepítve\" jelzéssel jelennek meg.\nA probléma megoldásához telepítse újra őket az Obtainiumon keresztül.\nEz nem érinti az alkalmazásadatokat.\n\nCsak az URL-ekre és a harmadik féltől származó importálási módszerekre vonatkozik..",
|
"importedAppsIdDisclaimer": "Előfordulhat, hogy az importált alkalmazások helytelenül „Nincs telepítve” jelzéssel jelennek meg.\nA probléma megoldásához telepítse újra őket az Obtainiumon keresztül.\nEz nem érinti az alkalmazásadatokat.\n\nCsak a hivatkozásokra és a harmadik féltől származó importálási módszerekre vonatkozik..",
|
||||||
"importErrors": "Importálási hibák",
|
"importErrors": "Importálási hibák",
|
||||||
"importedXOfYApps": "{}/{} app importálva.",
|
"importedXOfYApps": "{}/{} alkalmazás importálva.",
|
||||||
"followingURLsHadErrors": "A következő URL-ek hibákat tartalmaztak:",
|
"followingURLsHadErrors": "A következő webcímek hibákat tartalmaztak:",
|
||||||
"selectURL": "Válassza ki az URL-t",
|
"selectURL": "Webcím kiválasztása",
|
||||||
"selectURLs": "Kiválasztott URL-ek",
|
"selectURLs": "Webcímek kiválasztása",
|
||||||
"pick": "Válasszon",
|
"pick": "Kiválasztás",
|
||||||
"theme": "Téma",
|
"theme": "Téma",
|
||||||
"dark": "Sötét",
|
"dark": "Sötét",
|
||||||
"light": "Világos",
|
"light": "Világos",
|
||||||
"followSystem": "Rendszer szerint",
|
"followSystem": "Rendszerbeállítás használata",
|
||||||
"followSystemThemeExplanation": "A következő rendszer téma csak harmadik féltől származó alkalmazások használatával lehetséges",
|
"followSystemThemeExplanation": "A következő rendszer téma csak harmadik féltől származó alkalmazások használatával lehetséges",
|
||||||
"useBlackTheme": "Használjon teljesen fekete sötét témát",
|
"useBlackTheme": "Használjon teljesen fekete sötét témát",
|
||||||
"appSortBy": "App rendezés...",
|
"appSortBy": "Elrendezés",
|
||||||
"authorName": "Szerző/Név",
|
"authorName": "Szerző/Név",
|
||||||
"nameAuthor": "Név/Szerző",
|
"nameAuthor": "Név/Szerző",
|
||||||
"asAdded": "Mint Hozzáadott",
|
"asAdded": "Mint hozzáadott",
|
||||||
"appSortOrder": "Appok rendezése",
|
"appSortOrder": "Rendezési sorrend",
|
||||||
"ascending": "Emelkedő",
|
"ascending": "Emelkedő",
|
||||||
"descending": "Csökkenő",
|
"descending": "Csökkenő",
|
||||||
"bgUpdateCheckInterval": "Háttérfrissítés ellenőrzés időköze",
|
"bgUpdateCheckInterval": "Időtartam a frissítések háttér-ellenőrzése között",
|
||||||
"neverManualOnly": "Soha – csak manuális",
|
"neverManualOnly": "Soha – csak kézi",
|
||||||
"appearance": "Megjelenés",
|
"appearance": "Megjelenés",
|
||||||
"showWebInAppView": "Forrás megjelenítése az Appok nézetben",
|
"showWebInAppView": "Forrás megjelenítése az alkalmazásnézetben",
|
||||||
"pinUpdates": "Frissítések kitűzése az App nézet tetejére",
|
"pinUpdates": "Frissítések kitűzése az alkalmazásnézet tetejére",
|
||||||
"updates": "Frissítések",
|
"updates": "Frissítések",
|
||||||
"sourceSpecific": "Forrás-specifikus",
|
"sourceSpecific": "Forrásspecifikus",
|
||||||
"appSource": "App forrás",
|
"appSource": "Alkalmazás forrása",
|
||||||
"noLogs": "Nincsenek naplók",
|
"noLogs": "Nincsenek naplók",
|
||||||
"appLogs": "App naplók",
|
"appLogs": "Alkalmazásnaplók",
|
||||||
"close": "Bezárás",
|
"close": "Bezárás",
|
||||||
"share": "Megosztás",
|
"share": "Megosztás",
|
||||||
"appNotFound": "App nem található",
|
"appNotFound": "Az alkalmazás nem található",
|
||||||
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
||||||
"pickAnAPK": "Válasszon egy APK-t",
|
"pickAnAPK": "Válasszon egy APK-t",
|
||||||
"appHasMoreThanOnePackage": "A(z) {} egynél több csomaggal rendelkezik:",
|
"appHasMoreThanOnePackage": "A(z) {} egynél több csomaggal rendelkezik:",
|
||||||
"deviceSupportsXArch": "Eszköze támogatja a {} CPU architektúrát.",
|
"deviceSupportsXArch": "Ez az eszköz támogatja a(z) {} CPU architektúrát.",
|
||||||
"deviceSupportsFollowingArchs": "Az eszköze a következő CPU architektúrákat támogatja:",
|
"deviceSupportsFollowingArchs": "Ez az eszköz a következő CPU architektúrákat támogatja:",
|
||||||
"warning": "Figyelem",
|
"warning": "Figyelem",
|
||||||
"sourceIsXButPackageFromYPrompt": "Az alkalmazás forrása „{}”, de a kiadási csomag innen származik: „{}”. Folytatja?",
|
"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",
|
"updatesAvailable": "Frissítések érhetőek el",
|
||||||
"updatesAvailableNotifDescription": "Értesíti a felhasználót, hogy frissítések állnak rendelkezésre egy vagy több, az Obtainium által nyomon követett alkalmazáshoz",
|
"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",
|
||||||
"noNewUpdates": "Nincsenek új frissítések.",
|
"noNewUpdates": "Nincsenek új frissítések.",
|
||||||
"xHasAnUpdate": "A(z) {} frissítést kapott.",
|
"xHasAnUpdate": "A(z) {} frissítést kapott.",
|
||||||
"appsUpdated": "Alkalmazások frissítve",
|
"appsUpdated": "Alkalmazások frissítve",
|
||||||
"appsNotUpdated": "Nem sikerült frissíteni az alkalmazásokat",
|
"appsNotUpdated": "Nem sikerült frissíteni az alkalmazásokat",
|
||||||
"appsUpdatedNotifDescription": "Értesíti a felhasználót, hogy egy/több app frissítése megtörtént a háttérben",
|
"appsUpdatedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás frissítése a háttérben történt.",
|
||||||
"xWasUpdatedToY": "{} frissítve a következőre: {}.",
|
"xWasUpdatedToY": "A(z) {} frissítve lett a következőre: {}.",
|
||||||
"xWasNotUpdatedToY": "A {} frissítése a {}-ra nem sikerült.",
|
"xWasNotUpdatedToY": "Nem sikerült frissíteni a következőt: {}, erre: {}.",
|
||||||
"errorCheckingUpdates": "Hiba a frissítések keresésekor",
|
"errorCheckingUpdates": "Hiba a frissítések keresésekor",
|
||||||
"errorCheckingUpdatesNotifDescription": "Értesítés, amely akkor jelenik meg, ha a háttérbeli frissítések ellenőrzése sikertelen",
|
"errorCheckingUpdatesNotifDescription": "Értesítés, amely akkor jelenik meg, ha a háttérfrissítés ellenőrzése nem sikerül",
|
||||||
"appsRemoved": "Alkalmazások eltávolítva",
|
"appsRemoved": "Alkalmazások eltávolítva",
|
||||||
"appsRemovedNotifDescription": "Értesíti a felhasználót egy vagy több alkalmazás eltávolításáról a betöltésük során fellépő hibák miatt",
|
"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) {} a következő hiba miatt lett eltávolítva: {}",
|
"xWasRemovedDueToErrorY": "A(z) {} eltávolításra került a következő hiba miatt: {}",
|
||||||
"completeAppInstallation": "Teljes app telepítés",
|
"completeAppInstallation": "Teljes alkalmazástelepítés",
|
||||||
"obtainiumMustBeOpenToInstallApps": "Az Obtainiumnak megnyitva kell lennie az alkalmazások telepítéséhez",
|
"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",
|
"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 keresése",
|
"checkingForUpdates": "Frissítések keresése",
|
||||||
"checkingForUpdatesNotifDescription": "Átmeneti értesítés, amely a frissítések keresésekor jelenik meg",
|
"checkingForUpdatesNotifDescription": "Átmeneti értesítés, amely a frissítések keresésekor jelenik meg",
|
||||||
"pleaseAllowInstallPerm": "Kérjük, engedélyezze az Obtainiumnak az alkalmazások telepítését",
|
"pleaseAllowInstallPerm": "Engedélyezze az Obtainiumnak az alkalmazások telepítését",
|
||||||
"trackOnly": "Csak követés",
|
"trackOnly": "Csak nyomonkövetés",
|
||||||
"errorWithHttpStatusCode": "Hiba {}",
|
"errorWithHttpStatusCode": "Hiba {}",
|
||||||
"versionCorrectionDisabled": "Verzió korrekció letiltva (úgy tűnik, a beépülő modul nem működik)",
|
"versionCorrectionDisabled": "Verziókorrekció letiltva (úgy tűnik, hogy a bővítmény nem működik)",
|
||||||
"unknown": "Ismeretlen",
|
"unknown": "Ismeretlen",
|
||||||
"none": "Egyik sem",
|
"none": "Semmi",
|
||||||
"never": "Soha",
|
"never": "Soha",
|
||||||
"latestVersionX": "Legújabb verzió: {}",
|
"latestVersionX": "Legújabb verzió: {}",
|
||||||
"installedVersionX": "Telepített verzió: {}",
|
"installedVersionX": "Telepített verzió: {}",
|
||||||
"lastUpdateCheckX": "Frissítés ellenőrizve: {}",
|
"lastUpdateCheckX": "Frissítések utoljára ellenőrizve: {}",
|
||||||
"remove": "Eltávolítás",
|
"remove": "Eltávolítás",
|
||||||
"yesMarkUpdated": "Igen, megjelölés frissítettként",
|
"yesMarkUpdated": "Igen, megjelölés frissítettként",
|
||||||
"fdroid": "F-Droid hivatalos",
|
"fdroid": "F-Droid hivatalos",
|
||||||
"appIdOrName": "App ID vagy név",
|
"appIdOrName": "Az alkalmazás-azonosító vagy név",
|
||||||
"appId": "Alkalmazásazonosító",
|
"appId": "Alkalmazás-azonosító",
|
||||||
"appWithIdOrNameNotFound": "Nem található app ezzel az azonosítóval vagy névvel",
|
"appWithIdOrNameNotFound": "Nem található alkalmazás ezzel az azonosítóval vagy névvel",
|
||||||
"reposHaveMultipleApps": "A repók több alkalmazást is tartalmazhatnak",
|
"reposHaveMultipleApps": "A tárolók több alkalmazást is tartalmazhatnak",
|
||||||
"fdroidThirdPartyRepo": "F-Droid Harmadik-fél Repo",
|
"fdroidThirdPartyRepo": "F-Droid harmadik féltől származó tároló",
|
||||||
"steamMobile": "Steam mobil",
|
"steamMobile": "Steam Mobil",
|
||||||
"steamChat": "Steam Chat",
|
"steamChat": "Steam Chat",
|
||||||
"install": "Telepít",
|
"install": "Telepítés",
|
||||||
"markInstalled": "Telepítettnek jelöl",
|
"markInstalled": "Telepítettnek jelölés",
|
||||||
"update": "Frissít",
|
"update": "Frissítés",
|
||||||
"markUpdated": "Frissítettnek jelöl",
|
"markUpdated": "Frissítettnek jelölés",
|
||||||
"additionalOptions": "További lehetőségek",
|
"additionalOptions": "További beállítások",
|
||||||
"disableVersionDetection": "Verzió érzékelés letiltása",
|
"disableVersionDetection": "Verzió érzékelés letiltása",
|
||||||
"noVersionDetectionExplanation": "Ezt a beállítást csak olyan alkalmazásoknál szabad használni, ahol a verzióérzékelés nem működik megfelelően.",
|
"noVersionDetectionExplanation": "Ezt a beállítást csak olyan alkalmazásoknál szabad használni, ahol a verzióérzékelés nem működik megfelelően.",
|
||||||
"downloadingX": "{} letöltés",
|
"downloadingX": "{} letöltése",
|
||||||
"downloadX": "Letöltés {}",
|
"downloadX": "{} letöltése",
|
||||||
"downloadedX": "Letöltés {}",
|
"downloadedX": "{} letöltve",
|
||||||
"releaseAsset": "Kiadási tartalom",
|
"releaseAsset": "Kiadási csomag",
|
||||||
"downloadNotifDescription": "Értesíti a felhasználót az app letöltésének előrehaladásáról",
|
"downloadNotifDescription": "Értesíti a felhasználót az alkalmazás letöltésének előrehaladásáról",
|
||||||
"noAPKFound": "Nem található APK",
|
"noAPKFound": "Nem található APK",
|
||||||
"noVersionDetection": "Nincs verzió érzékelés",
|
"noVersionDetection": "Nincs verzió érzékelés",
|
||||||
"categorize": "Kategorizálás",
|
"categorize": "Kategorizálás",
|
||||||
@@ -201,8 +201,8 @@
|
|||||||
"noCategory": "Nincs kategória",
|
"noCategory": "Nincs kategória",
|
||||||
"noCategories": "Nincsenek kategóriák",
|
"noCategories": "Nincsenek kategóriák",
|
||||||
"deleteCategoriesQuestion": "Törli a kategóriákat?",
|
"deleteCategoriesQuestion": "Törli a kategóriákat?",
|
||||||
"categoryDeleteWarning": "A(z) {} összes app kategorizálatlan állapotba kerül.",
|
"categoryDeleteWarning": "A törölt kategóriákban lévő összes alkalmazás kategorizálatlanná válik.",
|
||||||
"addCategory": "Új kategória",
|
"addCategory": "Kategória hozzáadása",
|
||||||
"label": "Címke",
|
"label": "Címke",
|
||||||
"language": "Nyelv",
|
"language": "Nyelv",
|
||||||
"copiedToClipboard": "Másolva a vágólapra",
|
"copiedToClipboard": "Másolva a vágólapra",
|
||||||
@@ -210,131 +210,134 @@
|
|||||||
"selectedCategorizeWarning": "Ez felváltja a kiválasztott alkalmazások meglévő kategória-beállításait.",
|
"selectedCategorizeWarning": "Ez felváltja a kiválasztott alkalmazások meglévő kategória-beállításait.",
|
||||||
"filterAPKsByRegEx": "Az APK-k szűrése reguláris kifejezéssel",
|
"filterAPKsByRegEx": "Az APK-k szűrése reguláris kifejezéssel",
|
||||||
"removeFromObtainium": "Eltávolítás az Obtainiumból",
|
"removeFromObtainium": "Eltávolítás az Obtainiumból",
|
||||||
"uninstallFromDevice": "Eltávolítás a készülékről",
|
"uninstallFromDevice": "Eltávolítás az eszközről",
|
||||||
"onlyWorksWithNonVersionDetectApps": "Csak azoknál az alkalmazásoknál működik, amelyeknél a verzióérzékelés le van tiltva.",
|
"onlyWorksWithNonVersionDetectApps": "Csak azoknál az alkalmazásoknál működik, amelyeknél a verzióérzékelés le van tiltva.",
|
||||||
"releaseDateAsVersion": "Használja a Kiadás dátumát, mint verziót",
|
"releaseDateAsVersion": "Használja a kiadás dátumát, mint verziót",
|
||||||
"releaseDateAsVersionExplanation": "Ezt a beállítást csak olyan alkalmazásoknál szabad használni, ahol a verzió érzékelése nem működik megfelelően, de elérhető a kiadás dátuma.",
|
"releaseDateAsVersionExplanation": "Ezt a beállítást csak olyan alkalmazásoknál szabad használni, ahol a verzióérzékelés nem működik megfelelően, de elérhető a kiadás dátuma.",
|
||||||
"changes": "Változtatások",
|
"changes": "Változások",
|
||||||
"releaseDate": "Kiadás dátuma",
|
"releaseDate": "Kiadás dátuma",
|
||||||
"importFromURLsInFile": "Importálás fájlban található URL-ből (mint pl. OPML)",
|
"importFromURLsInFile": "Importálás fájlban található webcímből (pl. OPML)",
|
||||||
"versionDetectionExplanation": "A verzió karakterlánc egyeztetése az OS által észlelt verzióval",
|
"versionDetectionExplanation": "A verzió-karakterlánc egyeztetése az OS által észlelt verzióval",
|
||||||
"versionDetection": "Verzió érzékelés",
|
"versionDetection": "Verzióérzékelés",
|
||||||
"standardVersionDetection": "Alapért. verzió érzékelés",
|
"standardVersionDetection": "Alapértelmezett verzióérzékelés",
|
||||||
"groupByCategory": "Csoportosítás Kategória alapján",
|
"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 CPU architektúra szerint szűrni az APK-kat",
|
||||||
"overrideSource": "Forrás felülbírálása",
|
"overrideSource": "Forrás felülírása",
|
||||||
"dontShowAgain": "Ne mutassa ezt újra",
|
"dontShowAgain": "Ne jelenítse meg ezt többé",
|
||||||
"dontShowTrackOnlyWarnings": "Ne jelenítsen meg 'Csak nyomon követés' figyelmeztetést",
|
"dontShowTrackOnlyWarnings": "Ne jelenítse meg a „Csak nyomonkövetés” figyelmeztetést",
|
||||||
"dontShowAPKOriginWarnings": "Ne jelenítsen meg az APK eredetére vonatkozó figyelmeztetéseket",
|
"dontShowAPKOriginWarnings": "Ne jelenítse meg az APK eredetére vonatkozó figyelmeztetéseket",
|
||||||
"moveNonInstalledAppsToBottom": "Helyezze át a nem telepített appokat az App nézet aljára",
|
"moveNonInstalledAppsToBottom": "Helyezze át a nem telepített alkalmazásokat az alkalmazás-nézet aljára",
|
||||||
"gitlabPATLabel": "GitLab személyes hozzáférési token",
|
"gitlabPATLabel": "GitLab személyes hozzáférési token",
|
||||||
"about": "Rólunk",
|
"about": "Névjegy",
|
||||||
"requiresCredentialsInSettings": "{}: Ehhez további hitelesítő adatokra van szükség (a Beállításokban)",
|
"requiresCredentialsInSettings": "A(z) {} alkalmazásnak további hitelesítő adatokra van szüksége (a beállításokban)",
|
||||||
"checkOnStart": "Egyszer az alkalmazás indításakor is",
|
"checkOnStart": "Frissítések keresése indításkor",
|
||||||
"tryInferAppIdFromCode": "Próbálja kikövetkeztetni az app azonosítót a forráskódból",
|
"tryInferAppIdFromCode": "Próbálja meg kikövetkeztetni az alkalmazás azonosítóját a forráskódból",
|
||||||
"removeOnExternalUninstall": "A külsőleg eltávolított appok auto. eltávolítása",
|
"removeOnExternalUninstall": "A külsőleg eltávolított alkalmazások automatikus eltávolítása",
|
||||||
"pickHighestVersionCode": "A legmagasabb verziószámú APK auto. kiválasztása",
|
"pickHighestVersionCode": "A legmagasabb verziószámú APK automatikus kiválasztása",
|
||||||
"checkUpdateOnDetailPage": "Frissítések keresése az app részleteit tartalmazó oldal megnyitásakor",
|
"checkUpdateOnDetailPage": "Frissítések keresése az alkalmazás részleteit tartalmazó oldal megnyitásakor",
|
||||||
"disablePageTransitions": "Lap áttűnési animációk letiltása",
|
"disablePageTransitions": "Lap áttűnési animációk letiltása",
|
||||||
"reversePageTransitions": "Fordított lap áttűnési animációk",
|
"reversePageTransitions": "Fordított lap áttűnési animációk",
|
||||||
"minStarCount": "Minimális csillag szám",
|
"minStarCount": "Minimális csillagozási szám",
|
||||||
"addInfoBelow": "Adja hozzá ezt az infót alább.",
|
"addInfoBelow": "Adja hozzá ezt az információt alább.",
|
||||||
"addInfoInSettings": "Adja hozzá ezt az infót a Beállításokban.",
|
"addInfoInSettings": "Adja hozzá ezt az információt a beállításokban.",
|
||||||
"githubSourceNote": "A GitHub sebességkorlátozás elkerülhető API-kulcs használatával.",
|
"githubSourceNote": "A GitHub/GitLab lekérdezés-korlátozás elkerülhető egy API-kulcs használatával.",
|
||||||
"sortByLastLinkSegment": "Rendezés csak a link utolsó szegmense szerint",
|
"sortByLastLinkSegment": "Rendezés csak a hivatkozás utolsó szegmense szerint",
|
||||||
"filterReleaseNotesByRegEx": "Kiadási megjegyzések szűrése reguláris kifejezéssel",
|
"filterReleaseNotesByRegEx": "Kiadási megjegyzések szűrése reguláris kifejezéssel",
|
||||||
"customLinkFilterRegex": "Egyéni APK hivatkozásszűrő reguláris kifejezéssel (Alapérték '.apk$')",
|
"customLinkFilterRegex": "Egyéni APK hivatkozásszűrő reguláris kifejezéssel (Alapértelmezett „.apk$”)",
|
||||||
"appsPossiblyUpdated": "App frissítési kísérlet",
|
"appsPossiblyUpdated": "Megkísérelt alkalmazás-frissítések",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás frissítése lehetséges a háttérben",
|
"appsPossiblyUpdatedNotifDescription": "Értesíti a felhasználót, hogy egy vagy több alkalmazás frissítése lehetséges a háttérben",
|
||||||
"xWasPossiblyUpdatedToY": "{} frissítve lehet erre {}.",
|
"xWasPossiblyUpdatedToY": "A(z) {} frissülhetett a következőre: {}.",
|
||||||
"enableBackgroundUpdates": "Frissítések a háttérben",
|
"enableBackgroundUpdates": "Háttérfrissítések engedélyezése",
|
||||||
"backgroundUpdateReqsExplanation": "Előfordulhat, hogy nem minden appnál lehetséges a háttérbeli frissítés.",
|
"backgroundUpdateReqsExplanation": "Előfordulhat, hogy nem minden alkalmazásnál lehetséges a háttérbeli frissítés.",
|
||||||
"backgroundUpdateLimitsExplanation": "A háttérben történő telepítés sikeressége csak az Obtainium megnyitásakor állapítható meg.",
|
"backgroundUpdateLimitsExplanation": "A háttérben történő telepítés sikeressége csak az Obtainium megnyitásakor állapítható meg.",
|
||||||
"verifyLatestTag": "Ellenőrizze a „legújabb” címkét",
|
"verifyLatestTag": "Ellenőrizze a „legújabb” címkét",
|
||||||
"intermediateLinkRegex": "Szűrés egy 'köztes' látogatási linkre",
|
"intermediateLinkRegex": "Szűrés egy „köztes” hivatkozás megnyitásához",
|
||||||
"filterByLinkText": "A hivatkozások szűrése linkszöveg alapján",
|
"filterByLinkText": "Hivatkozások szűrése egy hivatkozásszöveg alapján",
|
||||||
"intermediateLinkNotFound": "Köztes link nem található",
|
"intermediateLinkNotFound": "Köztes hivatkozás nem található",
|
||||||
"intermediateLink": "Köztes link",
|
"intermediateLink": "Köztes hivatkozás",
|
||||||
"exemptFromBackgroundUpdates": "Mentes a háttérben történő frissítések alól (ha engedélyezett)",
|
"exemptFromBackgroundUpdates": "Mentes a háttérben történő frissítések alól (ha engedélyezett)",
|
||||||
"bgUpdatesOnWiFiOnly": "Tiltsa le a háttérben frissítéseket, ha nincs Wi-Fi-n",
|
"bgUpdatesOnWiFiOnly": "A háttérben futó frissítések letiltása, ha nincs Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "A legmagasabb verziószámú APK auto. kiválasztása",
|
"autoSelectHighestVersionCode": "A legmagasabb verziószámú APK automatikus kiválasztása",
|
||||||
"versionExtractionRegEx": "Verzió kibontása reguláris kifejezéssel",
|
"versionExtractionRegEx": "Verziókarakterlánc-kivonatolása reguláris kifejezéssel",
|
||||||
"matchGroupToUse": "Párosítsa a csoportot a használathoz",
|
"trimVersionString": "Verziókarakterlánc levágása reguláris kifejezéssel",
|
||||||
"highlightTouchTargets": "Emelje ki a kevésbé nyilvánvaló érintési célokat",
|
"matchGroupToUseForX": "A(z) „{}” esetén használandó csoport egyeztetése",
|
||||||
"pickExportDir": "Válassza az Exportálási könyvtárat",
|
"matchGroupToUse": "Verziókarakterlánc-kivonatoláshoz használandó csoport reguláris kifejezéssel való egyeztetése",
|
||||||
"autoExportOnChanges": "Auto-exportálás a változások után",
|
"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áltozások után",
|
||||||
"includeSettings": "Tartalmazza a beállításokat",
|
"includeSettings": "Tartalmazza a beállításokat",
|
||||||
"filterVersionsByRegEx": "Verziók szűrése reguláris kifejezéssel",
|
"filterVersionsByRegEx": "Verziók szűrése reguláris kifejezéssel",
|
||||||
"trySelectingSuggestedVersionCode": "Próbálja ki a javasolt verziókódú APK-t",
|
"trySelectingSuggestedVersionCode": "Próbálja ki a javasolt verziókódú APK-t",
|
||||||
"dontSortReleasesList": "Az API-ból származó kiadási sorrend megőrzése",
|
"dontSortReleasesList": "Az API-ból származó kiadási sorrend megőrzése",
|
||||||
"reverseSort": "Fordított rendezés",
|
"reverseSort": "Fordított elrendezés",
|
||||||
"takeFirstLink": "Vegye az első linket",
|
"takeFirstLink": "Vegye az első hivatkozást",
|
||||||
"skipSort": "A válogatás kihagyása",
|
"skipSort": "Rendezés kihagyása",
|
||||||
"debugMenu": "Hibakereső menü",
|
"debugMenu": "Hibakereső menü",
|
||||||
"bgTaskStarted": "A háttérfeladat elindult – ellenőrizze a naplókat.",
|
"bgTaskStarted": "A háttérfeladat elindult – ellenőrizze a naplókat.",
|
||||||
"runBgCheckNow": "Futtassa a Háttérben frissítés ellenőrzését most",
|
"runBgCheckNow": "Frissítések keresése a háttérben",
|
||||||
"versionExtractWholePage": "Alkalmazza a Version Extraction Regex-et az egész oldalra",
|
"versionExtractWholePage": "„Verziókarakterlánc-kivonatolása reguláris kifejezéssel” alkalmazása az egész oldalra",
|
||||||
"installing": "Telepítés",
|
"installing": "Telepítés",
|
||||||
"skipUpdateNotifications": "A frissítési értesítések kihagyása",
|
"skipUpdateNotifications": "A frissítési értesítések kihagyása",
|
||||||
"updatesAvailableNotifChannel": "Frissítések érhetők el",
|
"updatesAvailableNotifChannel": "Frissítések érhetőek el",
|
||||||
"appsUpdatedNotifChannel": "Alkalmazások frissítve",
|
"appsUpdatedNotifChannel": "Alkalmazások frissítve",
|
||||||
"appsPossiblyUpdatedNotifChannel": "App frissítési kísérlet",
|
"appsPossiblyUpdatedNotifChannel": "Megkísérelt alkalmazás-frissítések",
|
||||||
"errorCheckingUpdatesNotifChannel": "Hiba a frissítések keresésekor",
|
"errorCheckingUpdatesNotifChannel": "Hiba a frissítések keresésekor",
|
||||||
"appsRemovedNotifChannel": "Alkalmazások eltávolítva",
|
"appsRemovedNotifChannel": "Eltávolított alkalmazások",
|
||||||
"downloadingXNotifChannel": "{} letöltés",
|
"downloadingXNotifChannel": "A(z) {} letöltése",
|
||||||
"completeAppInstallationNotifChannel": "Teljes app telepítés",
|
"completeAppInstallationNotifChannel": "Teljes alkalmazás telepítés",
|
||||||
"checkingForUpdatesNotifChannel": "Frissítések keresése",
|
"checkingForUpdatesNotifChannel": "Frissítések keresése",
|
||||||
"onlyCheckInstalledOrTrackOnlyApps": "Csak a telepített és a csak követhető appokat ellenőrizze frissítésekért",
|
"onlyCheckInstalledOrTrackOnlyApps": "Csak a telepített és a csak nyomonkövethető alkalmazások frissítéseinek ellenőrzése",
|
||||||
"supportFixedAPKURL": "Támogatja a rögzített APK URL-eket",
|
"supportFixedAPKURL": "Támogatja a rögzített APK webcímeket",
|
||||||
"selectX": "Kiválaszt {}",
|
"selectX": "{} kiválasztása",
|
||||||
"parallelDownloads": "Párhuzamos letöltéseket enged",
|
"parallelDownloads": "Párhuzamos letöltések engedélyezése",
|
||||||
"useShizuku": "Használja Shizuku vagy Sui telepítéséhez",
|
"useShizuku": "Shizuku vagy Sui használata a telepítéshez",
|
||||||
"shizukuBinderNotFound": "A Shizuku nem fut",
|
"shizukuBinderNotFound": "A Shizuku szolgáltatás nem fut",
|
||||||
"shizukuOld": "Régi Shizuku verzió (<11) - frissítsd!",
|
"shizukuOld": "Régi Shizuku verzió (<11) - frissítse",
|
||||||
"shizukuOldAndroidWithADB": "Shizuku fut Android < 8.1 ADB-vel - frissítse az Androidot vagy használja a Sui-t helyette",
|
"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 Play-t telepítési forrásként (ha Shizuku-t használ)",
|
"shizukuPretendToBeGooglePlay": "Állítsa be a Google Playt telepítési forrásként (ha Shizukut használ)",
|
||||||
"useSystemFont": "Használja a rendszer betűtípusát",
|
"useSystemFont": "A rendszer betűtípusának használata",
|
||||||
"useVersionCodeAsOSVersion": "Az app verziókód használata a rendszer által észlelt verzióként",
|
"useVersionCodeAsOSVersion": "Az alkalmazás verziókódjának használata a rendszer által észlelt verzióként",
|
||||||
"requestHeader": "Kérelem fejléc",
|
"requestHeader": "Kérelemfejléc",
|
||||||
"useLatestAssetDateAsReleaseDate": "Használja a legújabb tartalomfeltöltést megjelenési dátumként",
|
"useLatestAssetDateAsReleaseDate": "A kiadás dátumaként használja a legutóbbi csomagfeltöltést",
|
||||||
"defaultPseudoVersioningMethod": "Alapértelmezett álverziós módszer",
|
"defaultPseudoVersioningMethod": "Alapértelmezett pszeudo-verziós módszer",
|
||||||
"partialAPKHash": "Részleges APK Hash",
|
"partialAPKHash": "Részleges APK hasító értéke",
|
||||||
"APKLinkHash": "APK Link Hash",
|
"APKLinkHash": "APK hivatkozás hasító értéke",
|
||||||
"directAPKLink": "Közvetlen APK Link",
|
"directAPKLink": "Közvetlen APK hivatkozás",
|
||||||
"pseudoVersionInUse": "Egy álverzió van használatban",
|
"pseudoVersionInUse": "Egy pszeudo-verzió van használatban",
|
||||||
"installed": "Telepített",
|
"installed": "Telepített",
|
||||||
"latest": "Legújabb",
|
"latest": "Legújabb",
|
||||||
"invertRegEx": "Invertált reguláris kifejezés",
|
"invertRegEx": "Reguláris kifejezés invertálása",
|
||||||
"note": "Megjegyzés:",
|
"note": "Megjegyzés",
|
||||||
"selfHostedNote": "A \"{}\" legördülő menü használható bármely forrás saját üzemeltetésű/egyéni példányainak eléréséhez.",
|
"selfHostedNote": "A(z) „{}” legördülő menü segítségével elérhetővé válnak a bármilyen más forrásból származó saját üzemeltetésű- vagy egyéni példányok.",
|
||||||
"badDownload": "Az APK-t nem lehetett elemezni (inkompatibilis vagy részleges letöltés)",
|
"badDownload": "Az APK-t nem lehetett elemezni (inkompatibilis vagy részleges letöltés)",
|
||||||
"beforeNewInstallsShareToAppVerifier": "Új alkalmazások megosztása az AppVerifierrel (ha elérhető)",
|
"beforeNewInstallsShareToAppVerifier": "Új alkalmazások megosztása az AppVerifierrel (ha elérhető)",
|
||||||
"appVerifierInstructionToast": "Ossza meg az AppVerifierrel, majd térjen vissza ide, ha kész.",
|
"appVerifierInstructionToast": "Ossza meg az AppVerifierrel, majd térjen vissza ide, ha kész.",
|
||||||
"wiki": "Súgó/Wiki",
|
"wiki": "Súgó/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (használat saját felelősségre)",
|
"crowdsourcedConfigsLabel": "Crowdsource-ből származó alkalmazások beállítása (saját felelősségére használja)",
|
||||||
|
"allowInsecure": "Bizonytalan HTTP-kérések engedélyezése",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Eltávolítja az alkalmazást?",
|
"one": "Eltávolítja az alkalmazást?",
|
||||||
"other": "Eltávolítja az alkalmazásokat?"
|
"other": "Eltávolítja az alkalmazásokat?"
|
||||||
},
|
},
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
"one": "Túl sok kérés (korlátozott arány) – próbálja újra {} perc múlva",
|
"one": "Túl sok kérés (lekérdezés-korlátozás) – próbálja újra {} perc múlva,\nvagy adjon meg egy GitHub/GitLab API-kulcsot",
|
||||||
"other": "Túl sok kérés (korlátozott arány) – próbálja újra {} perc múlva"
|
"other": "Túl sok kérés (lekérdezés-korlátozás) – próbálja újra {} perc múlva,\nvagy adjon meg egy GitHub/GitLab API-kulcsot"
|
||||||
},
|
},
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"one": "A háttérfrissítések ellenőrzése {}-t észlelt, {} perc múlva ütemezi az újrapróbálkozást",
|
"one": "Frissítések ellenőrzése a háttérben a következőt észlelte: {} - Újrapróbálkozás: {} perc múlva",
|
||||||
"other": "A háttérfrissítések ellenőrzése {}-t észlelt, {} perc múlva ütemezi az újrapróbálkozást"
|
"other": "Frissítések ellenőrzése a háttérben a következőt észlelte: {} - Újrapróbálkozás: {} perc múlva"
|
||||||
},
|
},
|
||||||
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
"one": "A háttérfrissítés ellenőrzése {} frissítést talált – szükség esetén értesíti a felhasználót",
|
"one": "Frissítések ellenőrzése a háttérben {} frissítést talált - szükség esetén értesíti a felhasználót",
|
||||||
"other": "A háttérfrissítés ellenőrzése {} frissítést talált – szükség esetén értesíti a felhasználót"
|
"other": "Frissítések ellenőrzése a háttérben {} frissítést talált - szükség esetén értesíti a felhasználót"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"one": "{} app",
|
"one": "{} alkalmazás",
|
||||||
"other": "{} app"
|
"other": "{} alkalmazás"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"one": "{} URL",
|
"one": "{} webcím",
|
||||||
"other": "{} URL"
|
"other": "{} webcím"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{} perc",
|
"one": "{} perc",
|
||||||
@@ -349,27 +352,27 @@
|
|||||||
"other": "{} nap"
|
"other": "{} nap"
|
||||||
},
|
},
|
||||||
"clearedNLogsBeforeXAfterY": {
|
"clearedNLogsBeforeXAfterY": {
|
||||||
"one": "{n} napló törölve (előtte = {előtte}, utána = {utána})",
|
"one": "{n} napló törölve lett ({after} után és {before} előtt)",
|
||||||
"other": "{n} napló törölve (előtte = {előtte}, utána = {utána})"
|
"other": "{n} napló törölve lett ({after} után és {before} előtt)"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesAvailable": {
|
"xAndNMoreUpdatesAvailable": {
|
||||||
"one": "A(z) {} és 1 további alkalmazás frissítéseket kapott.",
|
"one": "A(z) {} és 1 további alkalmazás frissítést kapott.",
|
||||||
"other": "{} és {} további alkalmazás frissítéseket kapott."
|
"other": "A(z) {} és {} további alkalmazás frissítést kapott."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesInstalled": {
|
"xAndNMoreUpdatesInstalled": {
|
||||||
"one": "A(z) {} és 1 további alkalmazás frissítve.",
|
"one": "A(z) {} és 1 további alkalmazás frissítve.",
|
||||||
"other": "{} és {} további alkalmazás frissítve."
|
"other": "A(z) {} és {} további alkalmazás frissítve."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesFailed": {
|
"xAndNMoreUpdatesFailed": {
|
||||||
"one": "Nem sikerült frissíteni {} és még 1 alkalmazást.",
|
"one": "Nem sikerült frissíteni a következőt: {}, valamint 1 további alkalmazást.",
|
||||||
"other": "Nem sikerült frissíteni {} és {} további alkalmazásokat."
|
"other": "Nem sikerült frissíteni a következőt: {}, valamint {} további alkalmazást."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"one": "{} és 1 további alkalmazás is frissült.",
|
"one": "A(z) {}, valamint 1 további alkalmazás sikeresen frissítve.",
|
||||||
"other": "{} és {} további alkalmazás is frissült."
|
"other": "A(z) {}, valamint {} további alkalmazás sikeresen frissítve."
|
||||||
},
|
},
|
||||||
"apk": {
|
"apk": {
|
||||||
"one": "{} APK",
|
"one": "{} APK",
|
||||||
"other": "{} APK-k"
|
"other": "{} APK"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Disattiva aggiornamenti in secondo piano quando non si usa il WiFi",
|
"bgUpdatesOnWiFiOnly": "Disattiva aggiornamenti in secondo piano quando non si usa il WiFi",
|
||||||
"autoSelectHighestVersionCode": "Auto-seleziona APK con versionCode più alto",
|
"autoSelectHighestVersionCode": "Auto-seleziona APK con versionCode più alto",
|
||||||
"versionExtractionRegEx": "RegEx di estrazione versione",
|
"versionExtractionRegEx": "RegEx di estrazione versione",
|
||||||
|
"trimVersionString": "Tagliare la stringa della versione con RegEx",
|
||||||
|
"matchGroupToUseForX": "Gruppo di corrispondenza da utilizzare per \"{}\"",
|
||||||
"matchGroupToUse": "Gruppo da usare",
|
"matchGroupToUse": "Gruppo da usare",
|
||||||
"highlightTouchTargets": "Evidenzia elementi toccabili meno ovvi",
|
"highlightTouchTargets": "Evidenzia elementi toccabili meno ovvi",
|
||||||
"pickExportDir": "Scegli cartella esp.",
|
"pickExportDir": "Scegli cartella esp.",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Condividete con AppVerifier, quindi tornate qui quando siete pronti.",
|
"appVerifierInstructionToast": "Condividete con AppVerifier, quindi tornate qui quando siete pronti.",
|
||||||
"wiki": "Aiuto/Wiki",
|
"wiki": "Aiuto/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Configurazioni di app in crowdsourcing (uso a proprio rischio)",
|
"crowdsourcedConfigsLabel": "Configurazioni di app in crowdsourcing (uso a proprio rischio)",
|
||||||
|
"allowInsecure": "Consentire le richieste HTTP non sicure",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Rimuovere l'app?",
|
"one": "Rimuovere l'app?",
|
||||||
"other": "Rimuovere le app?"
|
"other": "Rimuovere le app?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "WiFiを使用していない場合、バックグラウンドアップデートを無効にする",
|
"bgUpdatesOnWiFiOnly": "WiFiを使用していない場合、バックグラウンドアップデートを無効にする",
|
||||||
"autoSelectHighestVersionCode": "最も高いバージョンコードのAPKを自動で選択する",
|
"autoSelectHighestVersionCode": "最も高いバージョンコードのAPKを自動で選択する",
|
||||||
"versionExtractionRegEx": "バージョン抽出の正規表現",
|
"versionExtractionRegEx": "バージョン抽出の正規表現",
|
||||||
|
"trimVersionString": "正規表現でバージョン文字列をトリムする",
|
||||||
|
"matchGroupToUseForX": "\"{}\"に使用するマッチしたグループ",
|
||||||
"matchGroupToUse": "使用するマッチしたグループ",
|
"matchGroupToUse": "使用するマッチしたグループ",
|
||||||
"highlightTouchTargets": "目立たないタップ可能な対象をハイライトする",
|
"highlightTouchTargets": "目立たないタップ可能な対象をハイライトする",
|
||||||
"pickExportDir": "エクスポートディレクトリを選択",
|
"pickExportDir": "エクスポートディレクトリを選択",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "AppVerifierに共有し、準備ができたらここに戻ってください。",
|
"appVerifierInstructionToast": "AppVerifierに共有し、準備ができたらここに戻ってください。",
|
||||||
"wiki": "ヘルプ/ウィキ",
|
"wiki": "ヘルプ/ウィキ",
|
||||||
"crowdsourcedConfigsLabel": "クラウドソーシングによるアプリの設定(利用は自己責任で)",
|
"crowdsourcedConfigsLabel": "クラウドソーシングによるアプリの設定(利用は自己責任で)",
|
||||||
|
"allowInsecure": "安全でないHTTPリクエストを許可する",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "アプリを削除しますか?",
|
"one": "アプリを削除しますか?",
|
||||||
"other": "アプリを削除しますか?"
|
"other": "アプリを削除しますか?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Achtergrond-updates uitschakelen wanneer niet verbonden met WiFi",
|
"bgUpdatesOnWiFiOnly": "Achtergrond-updates uitschakelen wanneer niet verbonden met WiFi",
|
||||||
"autoSelectHighestVersionCode": "De APK met de hoogste versiecode automatisch selecteren",
|
"autoSelectHighestVersionCode": "De APK met de hoogste versiecode automatisch selecteren",
|
||||||
"versionExtractionRegEx": "Reguliere expressie voor versie-extractie",
|
"versionExtractionRegEx": "Reguliere expressie voor versie-extractie",
|
||||||
|
"trimVersionString": "Versie string trimmen met RegEx",
|
||||||
|
"matchGroupToUseForX": "Overeenkomende groep te gebruiken voor \"{}\"",
|
||||||
"matchGroupToUse": "Overeenkomende groep om te gebruiken voor de reguliere expressie voor versie-extractie",
|
"matchGroupToUse": "Overeenkomende groep om te gebruiken voor de reguliere expressie voor versie-extractie",
|
||||||
"highlightTouchTargets": "Minder voor de hand liggende aanraakdoelen markeren.",
|
"highlightTouchTargets": "Minder voor de hand liggende aanraakdoelen markeren.",
|
||||||
"pickExportDir": "Kies de exportmap",
|
"pickExportDir": "Kies de exportmap",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Deel het met AppVerifier en keer daarna hier terug.",
|
"appVerifierInstructionToast": "Deel het met AppVerifier en keer daarna hier terug.",
|
||||||
"wiki": "Help/Wiki",
|
"wiki": "Help/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App-configuraties (gebruik op eigen risico)",
|
"crowdsourcedConfigsLabel": "Crowdsourced App-configuraties (gebruik op eigen risico)",
|
||||||
|
"allowInsecure": "Onveilige HTTP-verzoeken toestaan",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "App verwijderen?",
|
"one": "App verwijderen?",
|
||||||
"other": "Apps verwijderen?"
|
"other": "Apps verwijderen?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Wyłącz aktualizacje w tle, gdy nie ma połączenia z Wi-Fi",
|
"bgUpdatesOnWiFiOnly": "Wyłącz aktualizacje w tle, gdy nie ma połączenia z Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "Automatycznie wybierz najwyższy kod wersji APK",
|
"autoSelectHighestVersionCode": "Automatycznie wybierz najwyższy kod wersji APK",
|
||||||
"versionExtractionRegEx": "Wyrażenie regularne wyodrębniające wersję",
|
"versionExtractionRegEx": "Wyrażenie regularne wyodrębniające wersję",
|
||||||
|
"trimVersionString": "Przycinanie łańcucha wersji za pomocą RegEx",
|
||||||
|
"matchGroupToUseForX": "Dopasuj grupę do użycia dla \"{}\"",
|
||||||
"matchGroupToUse": "Dopasuj grupę do użycia dla wyrażenia regularnego wyodrębniania wersji",
|
"matchGroupToUse": "Dopasuj grupę do użycia dla wyrażenia regularnego wyodrębniania wersji",
|
||||||
"highlightTouchTargets": "Wyróżnij mniej oczywiste elementy dotykowe",
|
"highlightTouchTargets": "Wyróżnij mniej oczywiste elementy dotykowe",
|
||||||
"pickExportDir": "Wybierz katalog eksportu",
|
"pickExportDir": "Wybierz katalog eksportu",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Udostępnij w AppVerifier, a następnie wróć tutaj, gdy będziesz gotowy.",
|
"appVerifierInstructionToast": "Udostępnij w AppVerifier, a następnie wróć tutaj, gdy będziesz gotowy.",
|
||||||
"wiki": "Pomoc/Wiki",
|
"wiki": "Pomoc/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Konfiguracje aplikacji pochodzące z crowdsourcingu (korzystanie na własne ryzyko)",
|
"crowdsourcedConfigsLabel": "Konfiguracje aplikacji pochodzące z crowdsourcingu (korzystanie na własne ryzyko)",
|
||||||
|
"allowInsecure": "Zezwalaj na niezabezpieczone żądania HTTP",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Usunąć aplikację?",
|
"one": "Usunąć aplikację?",
|
||||||
"few": "Usunąć aplikacje?",
|
"few": "Usunąć aplikacje?",
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Desative as atualizações em segundo-plano quando não estiver conectado no Wi-Fi",
|
"bgUpdatesOnWiFiOnly": "Desative as atualizações em segundo-plano quando não estiver conectado no Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "Auto-selecionar a versão mais recente",
|
"autoSelectHighestVersionCode": "Auto-selecionar a versão mais recente",
|
||||||
"versionExtractionRegEx": "Regex de extração de versão",
|
"versionExtractionRegEx": "Regex de extração de versão",
|
||||||
|
"trimVersionString": "Cortar a cadeia de caracteres da versão com RegEx",
|
||||||
|
"matchGroupToUseForX": "Grupo de correspondência a utilizar para \"{}\"",
|
||||||
"matchGroupToUse": "Grupo correspondente a ser usado no Regex de extração de versão",
|
"matchGroupToUse": "Grupo correspondente a ser usado no Regex de extração de versão",
|
||||||
"highlightTouchTargets": "Realçar áreas sensíveis ao toque que são menos óbvias",
|
"highlightTouchTargets": "Realçar áreas sensíveis ao toque que são menos óbvias",
|
||||||
"pickExportDir": "Escolher diretório para exportação",
|
"pickExportDir": "Escolher diretório para exportação",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Partilhe com o AppVerifier e, em seguida, regresse aqui quando estiver pronto.",
|
"appVerifierInstructionToast": "Partilhe com o AppVerifier e, em seguida, regresse aqui quando estiver pronto.",
|
||||||
"wiki": "Ajuda/Wiki",
|
"wiki": "Ajuda/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Configurações de aplicações de crowdsourcing (utilização por sua conta e risco)",
|
"crowdsourcedConfigsLabel": "Configurações de aplicações de crowdsourcing (utilização por sua conta e risco)",
|
||||||
|
"allowInsecure": "Permitir pedidos HTTP inseguros",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Remover aplicativo?",
|
"one": "Remover aplicativo?",
|
||||||
"other": "Remover aplicativos?"
|
"other": "Remover aplicativos?"
|
||||||
|
@@ -129,7 +129,7 @@
|
|||||||
"pinUpdates": "Отображать обновления приложений сверху списка",
|
"pinUpdates": "Отображать обновления приложений сверху списка",
|
||||||
"updates": "Обновления",
|
"updates": "Обновления",
|
||||||
"sourceSpecific": "Настройки источников",
|
"sourceSpecific": "Настройки источников",
|
||||||
"appSource": "Исходный код",
|
"appSource": "Источник",
|
||||||
"noLogs": "Нет журналов",
|
"noLogs": "Нет журналов",
|
||||||
"appLogs": "Логи",
|
"appLogs": "Логи",
|
||||||
"close": "Закрыть",
|
"close": "Закрыть",
|
||||||
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Отключить фоновые обновления, если нет соединения с Wi-Fi",
|
"bgUpdatesOnWiFiOnly": "Отключить фоновые обновления, если нет соединения с Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "Автоматически выбирать APK с актуальной версией кода",
|
"autoSelectHighestVersionCode": "Автоматически выбирать APK с актуальной версией кода",
|
||||||
"versionExtractionRegEx": "Регулярное выражение для извлечения версии",
|
"versionExtractionRegEx": "Регулярное выражение для извлечения версии",
|
||||||
|
"trimVersionString": "Обрезка строки версии с помощью RegEx",
|
||||||
|
"matchGroupToUseForX": "Группа соответствия, которую следует использовать для \"{}\"",
|
||||||
"matchGroupToUse": "Выберите группу для использования",
|
"matchGroupToUse": "Выберите группу для использования",
|
||||||
"highlightTouchTargets": "Выделить менее очевидные элементы управления касанием",
|
"highlightTouchTargets": "Выделить менее очевидные элементы управления касанием",
|
||||||
"pickExportDir": "Выбрать каталог для экспорта",
|
"pickExportDir": "Выбрать каталог для экспорта",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Поделитесь с AppVerifier, а затем вернитесь сюда, когда будете готовы.",
|
"appVerifierInstructionToast": "Поделитесь с AppVerifier, а затем вернитесь сюда, когда будете готовы.",
|
||||||
"wiki": "Помощь/Вики",
|
"wiki": "Помощь/Вики",
|
||||||
"crowdsourcedConfigsLabel": "Конфигурации приложений на основе краудсорсинга (используйте на свой страх и риск)",
|
"crowdsourcedConfigsLabel": "Конфигурации приложений на основе краудсорсинга (используйте на свой страх и риск)",
|
||||||
|
"allowInsecure": "Разрешить небезопасные HTTP-запросы",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Удалить приложение?",
|
"one": "Удалить приложение?",
|
||||||
"other": "Удалить приложения?"
|
"other": "Удалить приложения?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Inaktivera Bakgrundsuppdateringar utan WiFi",
|
"bgUpdatesOnWiFiOnly": "Inaktivera Bakgrundsuppdateringar utan WiFi",
|
||||||
"autoSelectHighestVersionCode": "Välj automatiskt högsta versionskod APK",
|
"autoSelectHighestVersionCode": "Välj automatiskt högsta versionskod APK",
|
||||||
"versionExtractionRegEx": "Version Extraction RegEx",
|
"versionExtractionRegEx": "Version Extraction RegEx",
|
||||||
|
"trimVersionString": "Trimma versionssträng med RegEx",
|
||||||
|
"matchGroupToUseForX": "Matchningsgrupp att använda för \"{}\"",
|
||||||
"matchGroupToUse": "Match Group to Use",
|
"matchGroupToUse": "Match Group to Use",
|
||||||
"highlightTouchTargets": "Markera mindre uppenbara beröringsobjekt",
|
"highlightTouchTargets": "Markera mindre uppenbara beröringsobjekt",
|
||||||
"pickExportDir": "Välj Exportsökväg",
|
"pickExportDir": "Välj Exportsökväg",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Dela till AppVerifier och återvänd sedan hit när du är klar.",
|
"appVerifierInstructionToast": "Dela till AppVerifier och återvänd sedan hit när du är klar.",
|
||||||
"wiki": "Hjälp/Wiki",
|
"wiki": "Hjälp/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourcade appkonfigurationer (använd på egen risk)",
|
"crowdsourcedConfigsLabel": "Crowdsourcade appkonfigurationer (använd på egen risk)",
|
||||||
|
"allowInsecure": "Tillåt osäkra HTTP-förfrågningar",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Ta Bort App?",
|
"one": "Ta Bort App?",
|
||||||
"other": "Ta Bort Appar?"
|
"other": "Ta Bort Appar?"
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"noReleaseFound": "Uygun bir sürüm bulunamadı",
|
"noReleaseFound": "Uygun bir sürüm bulunamadı",
|
||||||
"noVersionFound": "Sürüm bulunamadı",
|
"noVersionFound": "Sürüm bulunamadı",
|
||||||
"urlMatchesNoSource": "URL, bilinen bir kaynağa uymuyor",
|
"urlMatchesNoSource": "URL, bilinen bir kaynağa uymuyor",
|
||||||
"cantInstallOlderVersion": "Eski bir sürümü yükleyemem",
|
"cantInstallOlderVersion": "Eski bir sürüm yüklenemez",
|
||||||
"appIdMismatch": "İndirilen paket kimliği mevcut Uygulama kimliği ile eşleşmiyor",
|
"appIdMismatch": "İndirilen paket kimliği mevcut Uygulama kimliği ile eşleşmiyor",
|
||||||
"functionNotImplemented": "Bu sınıf bu işlevi uygulamamıştır",
|
"functionNotImplemented": "Bu sınıf bu işlevi uygulamamıştır",
|
||||||
"placeholder": "Yer Tutucu",
|
"placeholder": "Yer Tutucu",
|
||||||
@@ -13,22 +13,22 @@
|
|||||||
"and": "ve",
|
"and": "ve",
|
||||||
"githubPATLabel": "GitHub Kişisel Erişim Anahtarı (Sınırlamayı Artırır)",
|
"githubPATLabel": "GitHub Kişisel Erişim Anahtarı (Sınırlamayı Artırır)",
|
||||||
"includePrereleases": "Ön sürümleri dahil et",
|
"includePrereleases": "Ön sürümleri dahil et",
|
||||||
"fallbackToOlderReleases": "Daha eski sürümlere geri dön",
|
"fallbackToOlderReleases": "Daha eski sürümleri alternatif olarak tut",
|
||||||
"filterReleaseTitlesByRegEx": "Düzenli İfadelerle Sürüm Başlıklarını Filtrele",
|
"filterReleaseTitlesByRegEx": "Düzenli İfadelerle Sürüm Başlıklarını Filtrele",
|
||||||
"invalidRegEx": "Geçersiz düzenli ifade",
|
"invalidRegEx": "Geçersiz düzenli ifade",
|
||||||
"noDescription": "Açıklama yok",
|
"noDescription": "Açıklama yok",
|
||||||
"cancel": "İptal",
|
"cancel": "İptal",
|
||||||
"continue": "Devam Et",
|
"continue": "Devam Et",
|
||||||
"requiredInBrackets": "(Gerekli)",
|
"requiredInBrackets": "(Gerekli)",
|
||||||
"dropdownNoOptsError": "HATA: DİPLOMADA EN AZ BİR SEÇENEK OLMALI",
|
"dropdownNoOptsError": "HATA: AÇILIR MENÜDE EN AZ BİR SEÇENEK OLMALI",
|
||||||
"colour": "Renk",
|
"colour": "Renk",
|
||||||
"standard": "Standart",
|
"standard": "Standart",
|
||||||
"custom": "Özel",
|
"custom": "Özel",
|
||||||
"useMaterialYou": "Sizin Malzemenizi Kullanın",
|
"useMaterialYou": "MaterialYou Kullanın",
|
||||||
"githubStarredRepos": "GitHub'a Yıldızlı Depolar",
|
"githubStarredRepos": "GitHub Yıldızlı Depolar",
|
||||||
"uname": "Kullanıcı Adı",
|
"uname": "Kullanıcı Adı",
|
||||||
"wrongArgNum": "Hatalı argüman sayısı sağlandı",
|
"wrongArgNum": "Hatalı sayıda argüman sağlandı",
|
||||||
"xIsTrackOnly": "{} yalnızca Takip Edilen",
|
"xIsTrackOnly": "{} yalnızca Takip Ediliyor",
|
||||||
"source": "Kaynak",
|
"source": "Kaynak",
|
||||||
"app": "Uygulama",
|
"app": "Uygulama",
|
||||||
"appsFromSourceAreTrackOnly": "Bu kaynaktan gelen uygulamalar 'Yalnızca Takip Edilen'dir.",
|
"appsFromSourceAreTrackOnly": "Bu kaynaktan gelen uygulamalar 'Yalnızca Takip Edilen'dir.",
|
||||||
@@ -41,9 +41,9 @@
|
|||||||
"appSourceURL": "Uygulama Kaynak URL'si",
|
"appSourceURL": "Uygulama Kaynak URL'si",
|
||||||
"error": "Hata",
|
"error": "Hata",
|
||||||
"add": "Ekle",
|
"add": "Ekle",
|
||||||
"searchSomeSourcesLabel": "Ara (Bazı Kaynaklar Yalnızca)",
|
"searchSomeSourcesLabel": "Ara (Yalnızca Bazı Kaynaklar)",
|
||||||
"search": "Ara",
|
"search": "Ara",
|
||||||
"additionalOptsFor": "{} İçin Ek Seçenekler",
|
"additionalOptsFor": "{} için Ek Seçenekler",
|
||||||
"supportedSources": "Desteklenen Kaynaklar",
|
"supportedSources": "Desteklenen Kaynaklar",
|
||||||
"trackOnlyInBrackets": "(Yalnızca Takip)",
|
"trackOnlyInBrackets": "(Yalnızca Takip)",
|
||||||
"searchableInBrackets": "(Aranabilir)",
|
"searchableInBrackets": "(Aranabilir)",
|
||||||
@@ -173,13 +173,13 @@
|
|||||||
"lastUpdateCheckX": "Son Güncelleme Kontrolü: {}",
|
"lastUpdateCheckX": "Son Güncelleme Kontrolü: {}",
|
||||||
"remove": "Kaldır",
|
"remove": "Kaldır",
|
||||||
"yesMarkUpdated": "Evet, Güncellendi olarak İşaretle",
|
"yesMarkUpdated": "Evet, Güncellendi olarak İşaretle",
|
||||||
"fdroid": "F-Droid Resmi",
|
"fdroid": "Resmi F-Droid",
|
||||||
"appIdOrName": "Uygulama Kimliği veya Adı",
|
"appIdOrName": "Uygulama Kimliği veya Adı",
|
||||||
"appId": "Uygulama Kimliği",
|
"appId": "Uygulama Kimliği",
|
||||||
"appWithIdOrNameNotFound": "Bu kimlik veya ada sahip bir uygulama bulunamadı",
|
"appWithIdOrNameNotFound": "Bu kimlik veya ada sahip bir uygulama bulunamadı",
|
||||||
"reposHaveMultipleApps": "Depolar birden fazla uygulama içerebilir",
|
"reposHaveMultipleApps": "Depolar birden fazla uygulama içerebilir",
|
||||||
"fdroidThirdPartyRepo": "F-Droid Üçüncü Taraf Depo",
|
"fdroidThirdPartyRepo": "F-Droid Üçüncü Parti Depo",
|
||||||
"steamMobile": "Buhar Mobil",
|
"steamMobile": "Steam Mobil",
|
||||||
"steamChat": "Steam Sohbet",
|
"steamChat": "Steam Sohbet",
|
||||||
"install": "Yükle",
|
"install": "Yükle",
|
||||||
"markInstalled": "Yüklendi olarak İşaretle",
|
"markInstalled": "Yüklendi olarak İşaretle",
|
||||||
@@ -222,7 +222,7 @@
|
|||||||
"standardVersionDetection": "Standart sürüm tespiti",
|
"standardVersionDetection": "Standart sürüm tespiti",
|
||||||
"groupByCategory": "Kategoriye Göre Grupla",
|
"groupByCategory": "Kategoriye Göre Grupla",
|
||||||
"autoApkFilterByArch": "Mümkünse APK'leri CPU mimarisi ile filtreleme girişimi",
|
"autoApkFilterByArch": "Mümkünse APK'leri CPU mimarisi ile filtreleme girişimi",
|
||||||
"overrideSource": "Kaynağı Geçersiz Kıl",
|
"overrideSource": "Öncelenecek Kaynak",
|
||||||
"dontShowAgain": "Bunu tekrar gösterme",
|
"dontShowAgain": "Bunu tekrar gösterme",
|
||||||
"dontShowTrackOnlyWarnings": "'Yalnızca Takip Edilen' uyarılarını gösterme",
|
"dontShowTrackOnlyWarnings": "'Yalnızca Takip Edilen' uyarılarını gösterme",
|
||||||
"dontShowAPKOriginWarnings": "APK kaynağı uyarılarını gösterme",
|
"dontShowAPKOriginWarnings": "APK kaynağı uyarılarını gösterme",
|
||||||
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "WiFi olmadığında arka plan güncellemelerini devre dışı bırak",
|
"bgUpdatesOnWiFiOnly": "WiFi olmadığında arka plan güncellemelerini devre dışı bırak",
|
||||||
"autoSelectHighestVersionCode": "Otomatik olarak en yüksek sürüm kodunu seç",
|
"autoSelectHighestVersionCode": "Otomatik olarak en yüksek sürüm kodunu seç",
|
||||||
"versionExtractionRegEx": "Sürüm Çıkarma Düzenli İfade",
|
"versionExtractionRegEx": "Sürüm Çıkarma Düzenli İfade",
|
||||||
|
"trimVersionString": "RegEx ile Sürüm Dizesini Kırpma",
|
||||||
|
"matchGroupToUseForX": "\"{}\" için Kullanılacak Grubu Eşleştirin",
|
||||||
"matchGroupToUse": "Sürüm Çıkarma Regex için Kullanılacak Eşleşme Grubu",
|
"matchGroupToUse": "Sürüm Çıkarma Regex için Kullanılacak Eşleşme Grubu",
|
||||||
"highlightTouchTargets": "Daha az belirgin dokunma hedeflerini vurgula",
|
"highlightTouchTargets": "Daha az belirgin dokunma hedeflerini vurgula",
|
||||||
"pickExportDir": "Dışa Aktarılacak Klasörü Seç",
|
"pickExportDir": "Dışa Aktarılacak Klasörü Seç",
|
||||||
@@ -286,10 +288,10 @@
|
|||||||
"checkingForUpdatesNotifChannel": "Güncellemeler Kontrol Ediliyor",
|
"checkingForUpdatesNotifChannel": "Güncellemeler Kontrol Ediliyor",
|
||||||
"onlyCheckInstalledOrTrackOnlyApps": "Yalnızca yüklü ve Yalnızca İzleme Uygulamalarını güncelleme",
|
"onlyCheckInstalledOrTrackOnlyApps": "Yalnızca yüklü ve Yalnızca İzleme Uygulamalarını güncelleme",
|
||||||
"supportFixedAPKURL": "Sabit APK URL'lerini destekleyin",
|
"supportFixedAPKURL": "Sabit APK URL'lerini destekleyin",
|
||||||
"selectX": "Seçme {}",
|
"selectX": "{} Tanesini Seç",
|
||||||
"parallelDownloads": "Paralel indirmelere izin ver",
|
"parallelDownloads": "Paralel indirmelere izin ver",
|
||||||
"useShizuku": "Yüklemek için Shizuku veya Sui'yi kullanın",
|
"useShizuku": "Yüklemek için Shizuku veya Sui'yi kullanın",
|
||||||
"shizukuBinderNotFound": "Shizuku is not running",
|
"shizukuBinderNotFound": "Shizuku servisi çalışmıyor",
|
||||||
"shizukuOld": "Eski Shizuku sürümü (<11) - güncelleyin",
|
"shizukuOld": "Eski Shizuku sürümü (<11) - güncelleyin",
|
||||||
"shizukuOldAndroidWithADB": "Shizuku ADB ile Android < 8.1 üzerinde çalışıyor - Android'i güncelleyin veya bunun yerine Sui kullanın",
|
"shizukuOldAndroidWithADB": "Shizuku ADB ile Android < 8.1 üzerinde çalışıyor - Android'i güncelleyin veya bunun yerine Sui kullanın",
|
||||||
"shizukuPretendToBeGooglePlay": "Google Play'i yükleme kaynağı olarak ayarlayın (Shizuku kullanılıyorsa)",
|
"shizukuPretendToBeGooglePlay": "Google Play'i yükleme kaynağı olarak ayarlayın (Shizuku kullanılıyorsa)",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "AppVerifier ile paylaşın, hazır olduğunuzda buraya dönün.",
|
"appVerifierInstructionToast": "AppVerifier ile paylaşın, hazır olduğunuzda buraya dönün.",
|
||||||
"wiki": "Yardım/Wiki",
|
"wiki": "Yardım/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Kitle Kaynaklı Uygulama Yapılandırmaları (riski size ait olmak üzere kullanın)",
|
"crowdsourcedConfigsLabel": "Kitle Kaynaklı Uygulama Yapılandırmaları (riski size ait olmak üzere kullanın)",
|
||||||
|
"allowInsecure": "Güvensiz HTTP isteklerine izin ver",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Uygulamayı Kaldır?",
|
"one": "Uygulamayı Kaldır?",
|
||||||
"other": "Uygulamaları Kaldır?"
|
"other": "Uygulamaları Kaldır?"
|
||||||
@@ -334,7 +337,7 @@
|
|||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"one": "{} URL",
|
"one": "{} URL",
|
||||||
"other": "{} URL'ler"
|
"other": "{} URL"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{} Dakika",
|
"one": "{} Dakika",
|
||||||
@@ -370,6 +373,6 @@
|
|||||||
},
|
},
|
||||||
"apk": {
|
"apk": {
|
||||||
"one": "{} APK",
|
"one": "{} APK",
|
||||||
"other": "{} APK'lar"
|
"other": "{} APK"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "Вимкнути фонові оновлення поза Wi-Fi",
|
"bgUpdatesOnWiFiOnly": "Вимкнути фонові оновлення поза Wi-Fi",
|
||||||
"autoSelectHighestVersionCode": "Автоматичний вибір APK з найвищим кодом версії",
|
"autoSelectHighestVersionCode": "Автоматичний вибір APK з найвищим кодом версії",
|
||||||
"versionExtractionRegEx": "Регулярний вираз для вилучення рядка версії",
|
"versionExtractionRegEx": "Регулярний вираз для вилучення рядка версії",
|
||||||
|
"trimVersionString": "Обрізати рядок версії за допомогою RegEx",
|
||||||
|
"matchGroupToUseForX": "Група збігів для \"{}\"",
|
||||||
"matchGroupToUse": "Група співпадінь для використання в регулярному виразі вилучення версії",
|
"matchGroupToUse": "Група співпадінь для використання в регулярному виразі вилучення версії",
|
||||||
"highlightTouchTargets": "Підсвічувати менш очевидні області дотику",
|
"highlightTouchTargets": "Підсвічувати менш очевидні області дотику",
|
||||||
"pickExportDir": "Вибрати каталог експорту",
|
"pickExportDir": "Вибрати каталог експорту",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Надішліть на AppVerifier, а потім поверніться сюди, коли будете готові.",
|
"appVerifierInstructionToast": "Надішліть на AppVerifier, а потім поверніться сюди, коли будете готові.",
|
||||||
"wiki": "Довідка/Вікі",
|
"wiki": "Довідка/Вікі",
|
||||||
"crowdsourcedConfigsLabel": "Краудсорсингові конфігурації додатків (використовуйте на свій страх і ризик)",
|
"crowdsourcedConfigsLabel": "Краудсорсингові конфігурації додатків (використовуйте на свій страх і ризик)",
|
||||||
|
"allowInsecure": "Дозволити незахищені HTTP-запити",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Видалити застосунок?",
|
"one": "Видалити застосунок?",
|
||||||
"other": "Видалити застосунки?"
|
"other": "Видалити застосунки?"
|
||||||
|
@@ -259,6 +259,8 @@
|
|||||||
"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ó WiFi",
|
||||||
"autoSelectHighestVersionCode": "Tự động chọn APK mã phiên bản cao nhất",
|
"autoSelectHighestVersionCode": "Tự động chọn APK mã phiên bản cao nhất",
|
||||||
"versionExtractionRegEx": "Trích xuất phiên bản RegEx",
|
"versionExtractionRegEx": "Trích xuất phiên bản RegEx",
|
||||||
|
"trimVersionString": "Trim Version String With RegEx",
|
||||||
|
"matchGroupToUseForX": "Match Group to Use for \"{}\"",
|
||||||
"matchGroupToUse": "Nhóm đối sánh để sử dụng cho Regex trích xuất phiên bản",
|
"matchGroupToUse": "Nhóm đối sánh để sử dụng cho Regex trích xuất phiên bản",
|
||||||
"highlightTouchTargets": "Đánh dấu các mục tiêu cảm ứng ít rõ ràng hơn",
|
"highlightTouchTargets": "Đánh dấu các mục tiêu cảm ứng ít rõ ràng hơn",
|
||||||
"pickExportDir": "Chọn thư mục xuất",
|
"pickExportDir": "Chọn thư mục xuất",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "Chia sẻ lên AppVerifier, sau đó quay lại đây khi sẵn sàng.",
|
"appVerifierInstructionToast": "Chia sẻ lên AppVerifier, sau đó quay lại đây khi sẵn sàng.",
|
||||||
"wiki": "Trợ giúp/Wiki",
|
"wiki": "Trợ giúp/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)",
|
"crowdsourcedConfigsLabel": "Crowdsourced App Configurations (use at your own risk)",
|
||||||
|
"allowInsecure": "Allow insecure HTTP requests",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Gỡ ứng dụng?",
|
"one": "Gỡ ứng dụng?",
|
||||||
"other": "Gỡ ứng dụng?"
|
"other": "Gỡ ứng dụng?"
|
||||||
|
378
assets/translations/zh-Hant-TW.json
Normal file
378
assets/translations/zh-Hant-TW.json
Normal file
@@ -0,0 +1,378 @@
|
|||||||
|
{
|
||||||
|
"invalidURLForSource": "不是有效的 {} 應用程式 URL",
|
||||||
|
"noReleaseFound": "找不到合適的版本",
|
||||||
|
"noVersionFound": "無法確定版本",
|
||||||
|
"urlMatchesNoSource": "URL 不符合已知來源",
|
||||||
|
"cantInstallOlderVersion": "無法安裝舊版本的應用程式",
|
||||||
|
"appIdMismatch": "下載的套件 ID 與現有的應用程式 ID 不相符",
|
||||||
|
"functionNotImplemented": "此類別尚未實作此功能",
|
||||||
|
"placeholder": "佔位字串",
|
||||||
|
"someErrors": "發生了一些錯誤",
|
||||||
|
"unexpectedError": "意外錯誤",
|
||||||
|
"ok": "確定",
|
||||||
|
"and": "和",
|
||||||
|
"githubPATLabel": "GitHub 個人存取權杖(放寬速率限制)",
|
||||||
|
"includePrereleases": "包含預先釋出版本",
|
||||||
|
"fallbackToOlderReleases": "回退到舊版本",
|
||||||
|
"filterReleaseTitlesByRegEx": "用正則表達式過濾版本發佈標題",
|
||||||
|
"invalidRegEx": "無效的正則表達式",
|
||||||
|
"noDescription": "沒有描述",
|
||||||
|
"cancel": "取消",
|
||||||
|
"continue": "繼續",
|
||||||
|
"requiredInBrackets": "(必填)",
|
||||||
|
"dropdownNoOptsError": "錯誤:下拉選單必須至少有一個選項",
|
||||||
|
"colour": "顏色",
|
||||||
|
"standard": "標準",
|
||||||
|
"custom": "自訂",
|
||||||
|
"useMaterialYou": "使用 Material You",
|
||||||
|
"githubStarredRepos": "GitHub 打星星的專案",
|
||||||
|
"uname": "使用者名稱",
|
||||||
|
"wrongArgNum": "提供的參數數量錯誤",
|
||||||
|
"xIsTrackOnly": "{} 是僅追蹤",
|
||||||
|
"source": "來源",
|
||||||
|
"app": "應用程式",
|
||||||
|
"appsFromSourceAreTrackOnly": "來自此來源的應用程式是「僅追蹤」。",
|
||||||
|
"youPickedTrackOnly": "您已選擇「僅追蹤」選項。",
|
||||||
|
"trackOnlyAppDescription": "該應用程式將被追蹤更新,但 Obtainium 將無法下載或安裝它。",
|
||||||
|
"cancelled": "已取消",
|
||||||
|
"appAlreadyAdded": "應用程式已新增",
|
||||||
|
"alreadyUpToDateQuestion": "應用程式已經是最新的?",
|
||||||
|
"addApp": "新增應用程式",
|
||||||
|
"appSourceURL": "應用程式來源 URL",
|
||||||
|
"error": "錯誤",
|
||||||
|
"add": "新增",
|
||||||
|
"searchSomeSourcesLabel": "搜尋(僅限部分來源)",
|
||||||
|
"search": "搜尋",
|
||||||
|
"additionalOptsFor": "{} 的其他選項",
|
||||||
|
"supportedSources": "支援的來源",
|
||||||
|
"trackOnlyInBrackets": "(僅追蹤)",
|
||||||
|
"searchableInBrackets": "(可搜尋)",
|
||||||
|
"appsString": "應用程式",
|
||||||
|
"noApps": "無應用程式",
|
||||||
|
"noAppsForFilter": "無符合過濾條件的應用程式",
|
||||||
|
"byX": "由 {}",
|
||||||
|
"percentProgress": "進度:{}%",
|
||||||
|
"pleaseWait": "請稍候",
|
||||||
|
"updateAvailable": "有可用的更新",
|
||||||
|
"notInstalled": "未安裝",
|
||||||
|
"pseudoVersion": "偽版本",
|
||||||
|
"selectAll": "全選",
|
||||||
|
"deselectX": "取消選取 {}",
|
||||||
|
"xWillBeRemovedButRemainInstalled": "{} 將從 Obtainium 中移除,但仍然安裝在裝置上。",
|
||||||
|
"removeSelectedAppsQuestion": "移除選取的應用程式?",
|
||||||
|
"removeSelectedApps": "移除選取的應用程式",
|
||||||
|
"updateX": "更新 {}",
|
||||||
|
"installX": "安裝 {}",
|
||||||
|
"markXTrackOnlyAsUpdated": "標記 {}\n(僅追蹤)\n為已更新",
|
||||||
|
"changeX": "更改 {}",
|
||||||
|
"installUpdateApps": "安裝/更新應用程式",
|
||||||
|
"installUpdateSelectedApps": "安裝/更新選取的應用程式",
|
||||||
|
"markXSelectedAppsAsUpdated": "標記 {} 個選取的應用程式為已更新?",
|
||||||
|
"no": "否",
|
||||||
|
"yes": "是",
|
||||||
|
"markSelectedAppsUpdated": "標記選取的應用程式為已更新",
|
||||||
|
"pinToTop": "釘選到頂端",
|
||||||
|
"unpinFromTop": "取消釘選",
|
||||||
|
"resetInstallStatusForSelectedAppsQuestion": "重設選取應用程式的安裝狀態?",
|
||||||
|
"installStatusOfXWillBeResetExplanation": "任何選取應用程式的安裝狀態將被重設。\n\n這可以在由於更新失敗或其他問題導致 Obtainium 顯示的應用程式版本不正確時有所幫助。",
|
||||||
|
"customLinkMessage": "這些連結適用於已安裝 Obtainium 的裝置",
|
||||||
|
"shareAppConfigLinks": "分享應用程式設定為 HTML 連結",
|
||||||
|
"shareSelectedAppURLs": "分享選取的應用程式 URL",
|
||||||
|
"resetInstallStatus": "重設安裝狀態",
|
||||||
|
"more": "更多",
|
||||||
|
"removeOutdatedFilter": "移除過時應用程式過濾",
|
||||||
|
"showOutdatedOnly": "僅顯示過時的應用程式",
|
||||||
|
"filter": "過濾",
|
||||||
|
"filterApps": "過濾應用程式",
|
||||||
|
"appName": "應用程式名稱",
|
||||||
|
"author": "作者",
|
||||||
|
"upToDateApps": "最新的應用程式",
|
||||||
|
"nonInstalledApps": "未安裝的應用程式",
|
||||||
|
"importExport": "匯入/匯出",
|
||||||
|
"settings": "設定",
|
||||||
|
"exportedTo": "匯出到 {}",
|
||||||
|
"obtainiumExport": "Obtainium 匯出",
|
||||||
|
"invalidInput": "無效的輸入",
|
||||||
|
"importedX": "已匯入 {}",
|
||||||
|
"obtainiumImport": "Obtainium 匯入",
|
||||||
|
"importFromURLList": "從 URL 清單匯入",
|
||||||
|
"searchQuery": "搜尋查詢",
|
||||||
|
"appURLList": "應用程式 URL 清單",
|
||||||
|
"line": "行",
|
||||||
|
"searchX": "搜尋 {}",
|
||||||
|
"noResults": "沒有找到結果",
|
||||||
|
"importX": "匯入 {}",
|
||||||
|
"importedAppsIdDisclaimer": "匯入的應用程式可能會錯誤地顯示為「未安裝」。\n要修正此問題,請透過 Obtainium 重新安裝它們。\n這不應該影響應用程式資料。\n\n僅影響 URL 和第三方匯入方法。",
|
||||||
|
"importErrors": "匯入錯誤",
|
||||||
|
"importedXOfYApps": "已匯入 {} 個中的 {} 個應用程式。",
|
||||||
|
"followingURLsHadErrors": "以下 URL 有錯誤:",
|
||||||
|
"selectURL": "選擇 URL",
|
||||||
|
"selectURLs": "選擇多個 URL",
|
||||||
|
"pick": "選取",
|
||||||
|
"theme": "主題",
|
||||||
|
"dark": "深色",
|
||||||
|
"light": "淺色",
|
||||||
|
"followSystem": "跟隨系統",
|
||||||
|
"followSystemThemeExplanation": "僅使用第三方應用程式時才可跟隨系統主題",
|
||||||
|
"useBlackTheme": "使用純黑色深色主題",
|
||||||
|
"appSortBy": "應用程式排序依據",
|
||||||
|
"authorName": "作者/名稱",
|
||||||
|
"nameAuthor": "名稱/作者",
|
||||||
|
"asAdded": "新增順序",
|
||||||
|
"appSortOrder": "應用程式排序順序",
|
||||||
|
"ascending": "升序",
|
||||||
|
"descending": "降序",
|
||||||
|
"bgUpdateCheckInterval": "背景更新檢查間隔",
|
||||||
|
"neverManualOnly": "從不 - 僅手動",
|
||||||
|
"appearance": "外觀",
|
||||||
|
"showWebInAppView": "在應用程式檢視中顯示來源網頁",
|
||||||
|
"pinUpdates": "將更新釘選至應用程式檢視的頂端",
|
||||||
|
"updates": "更新",
|
||||||
|
"sourceSpecific": "特定來源",
|
||||||
|
"appSource": "應用程式來源",
|
||||||
|
"noLogs": "無日誌",
|
||||||
|
"appLogs": "應用程式日誌",
|
||||||
|
"close": "關閉",
|
||||||
|
"share": "分享",
|
||||||
|
"appNotFound": "沒有找到應用程式",
|
||||||
|
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
||||||
|
"pickAnAPK": "選擇一個 APK",
|
||||||
|
"appHasMoreThanOnePackage": "{} 有多個套件:",
|
||||||
|
"deviceSupportsXArch": "您的裝置支援 {} CPU 架構。",
|
||||||
|
"deviceSupportsFollowingArchs": "您的裝置支援以下 CPU 架構:",
|
||||||
|
"warning": "警告",
|
||||||
|
"sourceIsXButPackageFromYPrompt": "應用程式來源是 「{}」,但發佈套件來自 「{}」。要繼續嗎?",
|
||||||
|
"updatesAvailable": "有可用的更新",
|
||||||
|
"updatesAvailableNotifDescription": "通知使用者有一個或多個由 Obtainium 追蹤的應用程式有更新",
|
||||||
|
"noNewUpdates": "沒有新更新。",
|
||||||
|
"xHasAnUpdate": "{} 有一個更新。",
|
||||||
|
"appsUpdated": "應用程式已更新",
|
||||||
|
"appsNotUpdated": "未能更新應用程式",
|
||||||
|
"appsUpdatedNotifDescription": "通知使用者一個或多個應用程式的更新已在背景中套用",
|
||||||
|
"xWasUpdatedToY": "{} 已更新到 {}。",
|
||||||
|
"xWasNotUpdatedToY": "未能將 {} 更新到 {}。",
|
||||||
|
"errorCheckingUpdates": "檢查更新時出錯",
|
||||||
|
"errorCheckingUpdatesNotifDescription": "背景檢查更新失敗時顯示的通知",
|
||||||
|
"appsRemoved": "應用程式已移除",
|
||||||
|
"appsRemovedNotifDescription": "通知使用者由於載入時出錯,一個或多個應用程式已被移除",
|
||||||
|
"xWasRemovedDueToErrorY": "{} 已因以下錯誤被移除:{}",
|
||||||
|
"completeAppInstallation": "完成應用程式安裝",
|
||||||
|
"obtainiumMustBeOpenToInstallApps": "Obtainium 必須開啟才能安裝應用程式",
|
||||||
|
"completeAppInstallationNotifDescription": "請使用者回到 Obtainium 以完成應用程式安裝",
|
||||||
|
"checkingForUpdates": "正在檢查更新",
|
||||||
|
"checkingForUpdatesNotifDescription": "檢查更新時顯示的暫時性通知",
|
||||||
|
"pleaseAllowInstallPerm": "請允許 Obtainium 安裝應用程式",
|
||||||
|
"trackOnly": "僅追蹤",
|
||||||
|
"errorWithHttpStatusCode": "錯誤 {}",
|
||||||
|
"versionCorrectionDisabled": "版本校正已停用(外掛程式似乎無法正常工作)",
|
||||||
|
"unknown": "未知",
|
||||||
|
"none": "無",
|
||||||
|
"never": "從不",
|
||||||
|
"latestVersionX": "最新版本:{}",
|
||||||
|
"installedVersionX": "已安裝版本:{}",
|
||||||
|
"lastUpdateCheckX": "上次檢查更新時間:{}",
|
||||||
|
"remove": "移除",
|
||||||
|
"yesMarkUpdated": "是,標記為已更新",
|
||||||
|
"fdroid": "F-Droid 官方",
|
||||||
|
"appIdOrName": "應用程式 ID 或名稱",
|
||||||
|
"appId": "應用程式 ID",
|
||||||
|
"appWithIdOrNameNotFound": "找不到具有該 ID 或名稱的應用程式",
|
||||||
|
"reposHaveMultipleApps": "倉庫可能包含多個應用程式",
|
||||||
|
"fdroidThirdPartyRepo": "F-Droid 第三方倉庫",
|
||||||
|
"steamMobile": "Steam 行動版",
|
||||||
|
"steamChat": "Steam 聊天",
|
||||||
|
"install": "安裝",
|
||||||
|
"markInstalled": "標記為已安裝",
|
||||||
|
"update": "更新",
|
||||||
|
"markUpdated": "標記為已更新",
|
||||||
|
"additionalOptions": "額外選項",
|
||||||
|
"disableVersionDetection": "停用版本偵測",
|
||||||
|
"noVersionDetectionExplanation": "此選項僅應用於版本偵測無法正確工作的應用程式。",
|
||||||
|
"downloadingX": "正在下載 {}",
|
||||||
|
"downloadX": "下載 {}",
|
||||||
|
"downloadedX": "已下載 {}",
|
||||||
|
"releaseAsset": "發佈資源",
|
||||||
|
"downloadNotifDescription": "通知使用者應用程式下載進度",
|
||||||
|
"noAPKFound": "沒有找到 APK",
|
||||||
|
"noVersionDetection": "無版本偵測",
|
||||||
|
"categorize": "分類",
|
||||||
|
"categories": "類別",
|
||||||
|
"category": "類別",
|
||||||
|
"noCategory": "無類別",
|
||||||
|
"noCategories": "無類別",
|
||||||
|
"deleteCategoriesQuestion": "刪除類別?",
|
||||||
|
"categoryDeleteWarning": "所有在已刪除類別中的應用程式將被設定為未分類。",
|
||||||
|
"addCategory": "新增類別",
|
||||||
|
"label": "標籤",
|
||||||
|
"language": "語言",
|
||||||
|
"copiedToClipboard": "已複製到剪貼簿",
|
||||||
|
"storagePermissionDenied": "存取權限被拒絕",
|
||||||
|
"selectedCategorizeWarning": "這將替換選取應用程式的任何現有類別設定。",
|
||||||
|
"filterAPKsByRegEx": "用正則表達式過濾 APK",
|
||||||
|
"removeFromObtainium": "從 Obtainium 移除",
|
||||||
|
"uninstallFromDevice": "從裝置解除安裝",
|
||||||
|
"onlyWorksWithNonVersionDetectApps": "僅適用於停用版本偵測的應用程式。",
|
||||||
|
"releaseDateAsVersion": "使用發佈日期作為版本字串",
|
||||||
|
"releaseDateAsVersionExplanation": "此選項僅應用於版本偵測無法正確工作但有發佈日期的應用程式。",
|
||||||
|
"changes": "變更",
|
||||||
|
"releaseDate": "發佈日期",
|
||||||
|
"importFromURLsInFile": "從檔案中的 URL 匯入(如 OPML)",
|
||||||
|
"versionDetectionExplanation": "將版本字串與作業系統偵測到的版本對比",
|
||||||
|
"versionDetection": "版本偵測",
|
||||||
|
"standardVersionDetection": "標準版本偵測",
|
||||||
|
"groupByCategory": "按類別分組",
|
||||||
|
"autoApkFilterByArch": "如果可能,嘗試按 CPU 架構過濾 APK",
|
||||||
|
"overrideSource": "覆蓋來源",
|
||||||
|
"dontShowAgain": "不要再顯示",
|
||||||
|
"dontShowTrackOnlyWarnings": "不要顯示「僅追蹤」警告",
|
||||||
|
"dontShowAPKOriginWarnings": "不要顯示 APK 來源警告",
|
||||||
|
"moveNonInstalledAppsToBottom": "將未安裝的應用程式移到應用程式檢視的末端",
|
||||||
|
"gitlabPATLabel": "GitLab 個人存取權杖",
|
||||||
|
"about": "關於",
|
||||||
|
"requiresCredentialsInSettings": "{} 需要額外的憑證(在設定中)",
|
||||||
|
"checkOnStart": "啟動時檢查更新",
|
||||||
|
"tryInferAppIdFromCode": "嘗試從原始碼推斷應用程式 ID",
|
||||||
|
"removeOnExternalUninstall": "自動移除外部解除安裝的應用程式",
|
||||||
|
"pickHighestVersionCode": "自動選取最高版本號的 APK",
|
||||||
|
"checkUpdateOnDetailPage": "在開啟應用程式詳細頁面時檢查更新",
|
||||||
|
"disablePageTransitions": "停用頁面過渡動畫",
|
||||||
|
"reversePageTransitions": "反轉頁面過渡動畫",
|
||||||
|
"minStarCount": "最少星星數",
|
||||||
|
"addInfoBelow": "在下方新增此資訊。",
|
||||||
|
"addInfoInSettings": "在設定中增加此資訊。",
|
||||||
|
"githubSourceNote": "使用 API 金鑰可以避免 GitHub 的速率限制。",
|
||||||
|
"sortByLastLinkSegment": "僅按連結的最後一段排序",
|
||||||
|
"filterReleaseNotesByRegEx": "用正則表達式過濾發佈說明",
|
||||||
|
"customLinkFilterRegex": "自定 APK 連結過濾正則表達式(預設為 '.apk$')",
|
||||||
|
"appsPossiblyUpdated": "嘗試更新應用程式",
|
||||||
|
"appsPossiblyUpdatedNotifDescription": "通知使用者一個或多個應用程式的更新可能已在背景中套用",
|
||||||
|
"xWasPossiblyUpdatedToY": "{} 可能已更新到 {}。",
|
||||||
|
"enableBackgroundUpdates": "啟用背景更新",
|
||||||
|
"backgroundUpdateReqsExplanation": "並非所有應用程式都能進行背景更新。",
|
||||||
|
"backgroundUpdateLimitsExplanation": "背景安裝的成功與否只能在開啟 Obtainium 時確定。",
|
||||||
|
"verifyLatestTag": "驗證「最新」標籤",
|
||||||
|
"intermediateLinkRegex": "過濾要存取的「中間」連結",
|
||||||
|
"filterByLinkText": "按連結文字過濾連結",
|
||||||
|
"intermediateLinkNotFound": "沒有找到中間連結",
|
||||||
|
"intermediateLink": "中間連結",
|
||||||
|
"exemptFromBackgroundUpdates": "免除背景更新(若已啟用)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "停用非 WiFi 的背景更新",
|
||||||
|
"autoSelectHighestVersionCode": "自動選擇最高 versionCode 的 APK",
|
||||||
|
"versionExtractionRegEx": "版本字串提取正則表達式",
|
||||||
|
"trimVersionString": "用正則表達式修剪版本字串",
|
||||||
|
"matchGroupToUseForX": "用於「{}」的對應群組",
|
||||||
|
"matchGroupToUse": "要用於版本字串提取的對應群組",
|
||||||
|
"highlightTouchTargets": "突出顯示不明顯的觸控目標",
|
||||||
|
"pickExportDir": "選擇匯出目錄",
|
||||||
|
"autoExportOnChanges": "更改時自動匯出",
|
||||||
|
"includeSettings": "包含設定",
|
||||||
|
"filterVersionsByRegEx": "用正則表達式過濾版本",
|
||||||
|
"trySelectingSuggestedVersionCode": "嘗試選擇建議的 versionCode APK",
|
||||||
|
"dontSortReleasesList": "保留 API 的發佈順序",
|
||||||
|
"reverseSort": "反向排序",
|
||||||
|
"takeFirstLink": "使用第一個連結",
|
||||||
|
"skipSort": "跳過排序",
|
||||||
|
"debugMenu": "除錯選單",
|
||||||
|
"bgTaskStarted": "背景任務已啟動 - 檢查日誌。",
|
||||||
|
"runBgCheckNow": "立即執行背景更新檢查",
|
||||||
|
"versionExtractWholePage": "將版本字串提取正則表達式套用於整個頁面",
|
||||||
|
"installing": "正在安裝",
|
||||||
|
"skipUpdateNotifications": "跳過更新通知",
|
||||||
|
"updatesAvailableNotifChannel": "有可用的更新",
|
||||||
|
"appsUpdatedNotifChannel": "應用程式已更新",
|
||||||
|
"appsPossiblyUpdatedNotifChannel": "嘗試更新應用程式",
|
||||||
|
"errorCheckingUpdatesNotifChannel": "檢查更新錯誤",
|
||||||
|
"appsRemovedNotifChannel": "應用程式已移除",
|
||||||
|
"downloadingXNotifChannel": "正在下載 {}",
|
||||||
|
"completeAppInstallationNotifChannel": "完成應用程式安裝",
|
||||||
|
"checkingForUpdatesNotifChannel": "正在檢查更新",
|
||||||
|
"onlyCheckInstalledOrTrackOnlyApps": "僅檢查已安裝和僅追蹤的應用程式更新",
|
||||||
|
"supportFixedAPKURL": "支援固定的 APK 網址",
|
||||||
|
"selectX": "選擇 {}",
|
||||||
|
"parallelDownloads": "允許平行下載",
|
||||||
|
"useShizuku": "使用 Shizuku 或 Sui 來安裝",
|
||||||
|
"shizukuBinderNotFound": "Shizuku 服務未運作",
|
||||||
|
"shizukuOld": "舊版 Shizuku (<11) - 請更新",
|
||||||
|
"shizukuOldAndroidWithADB": "Shizuku 在 Android 8.1 以下版本使用 ADB 執行 - 請更新 Android 或改用 Sui",
|
||||||
|
"shizukuPretendToBeGooglePlay": "設定 Google Play 為安裝來源(如果使用 Shizuku)",
|
||||||
|
"useSystemFont": "使用系統字型",
|
||||||
|
"useVersionCodeAsOSVersion": "使用應用程式 versionCode 作為作業系統偵測的版本",
|
||||||
|
"requestHeader": "請求標頭",
|
||||||
|
"useLatestAssetDateAsReleaseDate": "使用最新資源上傳日期作為發佈日期",
|
||||||
|
"defaultPseudoVersioningMethod": "預設偽版本管理方法",
|
||||||
|
"partialAPKHash": "部分 APK Hash",
|
||||||
|
"APKLinkHash": "APK 連結 Hash",
|
||||||
|
"directAPKLink": "直接 APK 連結",
|
||||||
|
"pseudoVersionInUse": "正在使用偽版本",
|
||||||
|
"installed": "已安裝",
|
||||||
|
"latest": "最新",
|
||||||
|
"invertRegEx": "反轉正則表達式",
|
||||||
|
"note": "備註",
|
||||||
|
"selfHostedNote": "可使用「{}」下拉選單來存取任何來源的自行託管/自訂執行個體。",
|
||||||
|
"badDownload": "無法解析 APK(不相容或下載不完整)",
|
||||||
|
"beforeNewInstallsShareToAppVerifier": "將新應用程式分享到 AppVerifier(如果可用)",
|
||||||
|
"appVerifierInstructionToast": "分享至 AppVerifier,然後準備好時回到此處。",
|
||||||
|
"wiki": "幫助/維基",
|
||||||
|
"crowdsourcedConfigsLabel": "群眾外包的應用程式設定(使用風險自負)",
|
||||||
|
"allowInsecure": "Allow insecure HTTP requests",
|
||||||
|
"removeAppQuestion": {
|
||||||
|
"one": "移除應用程式?",
|
||||||
|
"other": "移除應用程式?"
|
||||||
|
},
|
||||||
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
|
"one": "請求過多(速率限制)- {} 分鐘後重試",
|
||||||
|
"other": "請求過多(速率限制)- {} 分鐘後重試"
|
||||||
|
},
|
||||||
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
|
"one": "背景更新檢查遇到 {},將在 {} 分鐘後重新檢查",
|
||||||
|
"other": "背景更新檢查遇到 {},將在 {} 分鐘後重新檢查"
|
||||||
|
},
|
||||||
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
|
"one": "背景更新檢查發現 {} 個更新 - 如果需要將通知使用者",
|
||||||
|
"other": "背景更新檢查發現 {} 個更新 - 如果需要將通知使用者"
|
||||||
|
},
|
||||||
|
"apps": {
|
||||||
|
"one": "{} 個應用程式",
|
||||||
|
"other": "{} 個應用程式"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"one": "{} 個 URL",
|
||||||
|
"other": "{} 個 URL"
|
||||||
|
},
|
||||||
|
"minute": {
|
||||||
|
"one": "{} 分鐘",
|
||||||
|
"other": "{} 分鐘"
|
||||||
|
},
|
||||||
|
"hour": {
|
||||||
|
"one": "{} 小時",
|
||||||
|
"other": "{} 小時"
|
||||||
|
},
|
||||||
|
"day": {
|
||||||
|
"one": "{} 天",
|
||||||
|
"other": "{} 天"
|
||||||
|
},
|
||||||
|
"clearedNLogsBeforeXAfterY": {
|
||||||
|
"one": "清除 {n} 個日誌(之前 = {before},之後 = {after})",
|
||||||
|
"other": "清除 {n} 個日誌(之前 = {before},之後 = {after})"
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesAvailable": {
|
||||||
|
"one": "{} 和另外 1 個應用程式有更新。",
|
||||||
|
"other": "{} 和另外 {} 個應用程式有更新。"
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesInstalled": {
|
||||||
|
"one": "{} 和另外 1 個應用程式已更新。",
|
||||||
|
"other": "{} 和另外 {} 個應用程式已更新。"
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesFailed": {
|
||||||
|
"one": "更新 {} 和另外 1 個應用程式失敗。",
|
||||||
|
"other": "更新 {} 和另外 {} 個應用程式失敗。"
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
|
"one": "{} 和另外 1 個應用程式可能已更新。",
|
||||||
|
"other": "{} 和另外 {} 個應用程式可能已更新。"
|
||||||
|
},
|
||||||
|
"apk": {
|
||||||
|
"one": "{} 個 APK",
|
||||||
|
"other": "{} 個 APK"
|
||||||
|
}
|
||||||
|
}
|
@@ -1,375 +0,0 @@
|
|||||||
{
|
|
||||||
"invalidURLForSource": "不是有效的 {} 應用程式 URL",
|
|
||||||
"noReleaseFound": "找不到合適的版本",
|
|
||||||
"noVersionFound": "無法確定版本",
|
|
||||||
"urlMatchesNoSource": "URL 不符合已知來源",
|
|
||||||
"cantInstallOlderVersion": "無法安裝舊版本的應用程式",
|
|
||||||
"appIdMismatch": "下載的套件 ID 與現有的應用程式 ID 不匹配",
|
|
||||||
"functionNotImplemented": "此類別尚未實作此功能",
|
|
||||||
"placeholder": "佔位",
|
|
||||||
"someErrors": "發生了一些錯誤",
|
|
||||||
"unexpectedError": "意外錯誤",
|
|
||||||
"ok": "確定",
|
|
||||||
"and": "和",
|
|
||||||
"githubPATLabel": "GitHub 個人存取權杖(增加速率限制)",
|
|
||||||
"includePrereleases": "包含預發佈版本",
|
|
||||||
"fallbackToOlderReleases": "回退到舊版本",
|
|
||||||
"filterReleaseTitlesByRegEx": "用正則表達式過濾版本標題",
|
|
||||||
"invalidRegEx": "無效的正則表達式",
|
|
||||||
"noDescription": "無描述",
|
|
||||||
"cancel": "取消",
|
|
||||||
"continue": "繼續",
|
|
||||||
"requiredInBrackets": "(必填)",
|
|
||||||
"dropdownNoOptsError": "錯誤:下拉選單必須至少有一個選項",
|
|
||||||
"colour": "顏色",
|
|
||||||
"standard": "標準",
|
|
||||||
"custom": "自訂",
|
|
||||||
"useMaterialYou": "使用 Material You",
|
|
||||||
"githubStarredRepos": "GitHub Starred Repos",
|
|
||||||
"uname": "使用者名稱",
|
|
||||||
"wrongArgNum": "提供的參數數量錯誤",
|
|
||||||
"xIsTrackOnly": "{} 是僅追蹤",
|
|
||||||
"source": "來源",
|
|
||||||
"app": "應用程式",
|
|
||||||
"appsFromSourceAreTrackOnly": "來自此來源的應用程式是「僅追蹤」。",
|
|
||||||
"youPickedTrackOnly": "您已選擇「僅追蹤」選項。",
|
|
||||||
"trackOnlyAppDescription": "該應用程式將被追蹤更新,但 Obtainium 將無法下載或安裝它。",
|
|
||||||
"cancelled": "已取消",
|
|
||||||
"appAlreadyAdded": "應用程式已添加",
|
|
||||||
"alreadyUpToDateQuestion": "應用程式已經是最新的?",
|
|
||||||
"addApp": "添加應用程式",
|
|
||||||
"appSourceURL": "應用程式來源 URL",
|
|
||||||
"error": "錯誤",
|
|
||||||
"add": "添加",
|
|
||||||
"searchSomeSourcesLabel": "搜尋(僅限部分來源)",
|
|
||||||
"search": "搜尋",
|
|
||||||
"additionalOptsFor": "{} 的其他選項",
|
|
||||||
"supportedSources": "支持的來源",
|
|
||||||
"trackOnlyInBrackets": "(僅追蹤)",
|
|
||||||
"searchableInBrackets": "(可搜尋)",
|
|
||||||
"appsString": "應用程式",
|
|
||||||
"noApps": "無應用程式",
|
|
||||||
"noAppsForFilter": "無符合過濾條件的應用程式",
|
|
||||||
"byX": "由 {}",
|
|
||||||
"percentProgress": "進度:{}%",
|
|
||||||
"pleaseWait": "請稍候",
|
|
||||||
"updateAvailable": "有可用的更新",
|
|
||||||
"notInstalled": "未安裝",
|
|
||||||
"pseudoVersion": "偽版本",
|
|
||||||
"selectAll": "全選",
|
|
||||||
"deselectX": "取消選取 {}",
|
|
||||||
"xWillBeRemovedButRemainInstalled": "{} 將從 Obtainium 中移除,但仍然安裝在設備上。",
|
|
||||||
"removeSelectedAppsQuestion": "移除選取的應用程式?",
|
|
||||||
"removeSelectedApps": "移除選取的應用程式",
|
|
||||||
"updateX": "更新 {}",
|
|
||||||
"installX": "安裝 {}",
|
|
||||||
"markXTrackOnlyAsUpdated": "標記 {}\n(僅追蹤)\n為已更新",
|
|
||||||
"changeX": "更改 {}",
|
|
||||||
"installUpdateApps": "安裝/更新應用程式",
|
|
||||||
"installUpdateSelectedApps": "安裝/更新選取的應用程式",
|
|
||||||
"markXSelectedAppsAsUpdated": "標記 {} 個選取的應用程式為已更新?",
|
|
||||||
"no": "否",
|
|
||||||
"yes": "是",
|
|
||||||
"markSelectedAppsUpdated": "標記選取的應用程式為已更新",
|
|
||||||
"pinToTop": "釘選到頂部",
|
|
||||||
"unpinFromTop": "取消釘選",
|
|
||||||
"resetInstallStatusForSelectedAppsQuestion": "重設選取應用程式的安裝狀態?",
|
|
||||||
"installStatusOfXWillBeResetExplanation": "任何選取應用程式的安裝狀態將被重設。\n\n這可以在由於更新失敗或其他問題導致 Obtainium 顯示的應用程式版本不正確時有所幫助。",
|
|
||||||
"customLinkMessage": "這些連結適用於已安裝 Obtainium 的設備",
|
|
||||||
"shareAppConfigLinks": "分享應用程式配置為 HTML 連結",
|
|
||||||
"shareSelectedAppURLs": "分享選取的應用程式 URL",
|
|
||||||
"resetInstallStatus": "重設安裝狀態",
|
|
||||||
"more": "更多",
|
|
||||||
"removeOutdatedFilter": "移除過時應用程式過濾",
|
|
||||||
"showOutdatedOnly": "僅顯示過時的應用程式",
|
|
||||||
"filter": "過濾",
|
|
||||||
"filterApps": "過濾應用程式",
|
|
||||||
"appName": "應用程式名稱",
|
|
||||||
"author": "作者",
|
|
||||||
"upToDateApps": "最新的應用程式",
|
|
||||||
"nonInstalledApps": "未安裝的應用程式",
|
|
||||||
"importExport": "匯入/匯出",
|
|
||||||
"settings": "設定",
|
|
||||||
"exportedTo": "匯出到 {}",
|
|
||||||
"obtainiumExport": "Obtainium 匯出",
|
|
||||||
"invalidInput": "無效的輸入",
|
|
||||||
"importedX": "已匯入 {}",
|
|
||||||
"obtainiumImport": "Obtainium 匯入",
|
|
||||||
"importFromURLList": "從 URL 列表匯入",
|
|
||||||
"searchQuery": "搜尋查詢",
|
|
||||||
"appURLList": "應用程式 URL 清單",
|
|
||||||
"line": "行",
|
|
||||||
"searchX": "搜尋 {}",
|
|
||||||
"noResults": "未找到結果",
|
|
||||||
"importX": "匯入 {}",
|
|
||||||
"importedAppsIdDisclaimer": "匯入的應用程式可能會錯誤地顯示為「未安裝」。\n要修正此問題,請通過 Obtainium 重新安裝它們。\n這不應該影響應用程式數據。\n\n僅影響 URL 和第三方匯入方法。",
|
|
||||||
"importErrors": "匯入錯誤",
|
|
||||||
"importedXOfYApps": "已匯入 {} 個中的 {} 個應用程式。",
|
|
||||||
"followingURLsHadErrors": "以下 URL 有錯誤:",
|
|
||||||
"selectURL": "選擇 URL",
|
|
||||||
"selectURLs": "選擇多個 URL",
|
|
||||||
"pick": "選取",
|
|
||||||
"theme": "主題",
|
|
||||||
"dark": "深色",
|
|
||||||
"light": "淺色",
|
|
||||||
"followSystem": "跟隨系統",
|
|
||||||
"followSystemThemeExplanation": "僅使用第三方應用程式時才可跟隨系統主題",
|
|
||||||
"useBlackTheme": "使用純黑色深色主題",
|
|
||||||
"appSortBy": "應用程式排序依據",
|
|
||||||
"authorName": "作者/名稱",
|
|
||||||
"nameAuthor": "名稱/作者",
|
|
||||||
"asAdded": "添加順序",
|
|
||||||
"appSortOrder": "應用程式排序順序",
|
|
||||||
"ascending": "升序",
|
|
||||||
"descending": "降序",
|
|
||||||
"bgUpdateCheckInterval": "背景更新檢查間隔",
|
|
||||||
"neverManualOnly": "從不 - 僅手動",
|
|
||||||
"appearance": "外觀",
|
|
||||||
"showWebInAppView": "在應用程式檢視中顯示來源網頁",
|
|
||||||
"pinUpdates": "將更新釘選至應用程式檢視的頂端",
|
|
||||||
"updates": "更新",
|
|
||||||
"sourceSpecific": "特定來源",
|
|
||||||
"appSource": "應用程式來源",
|
|
||||||
"noLogs": "無日誌",
|
|
||||||
"appLogs": "應用程式日誌",
|
|
||||||
"close": "關閉",
|
|
||||||
"share": "分享",
|
|
||||||
"appNotFound": "未找到應用程式",
|
|
||||||
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
|
||||||
"pickAnAPK": "選擇一個 APK",
|
|
||||||
"appHasMoreThanOnePackage": "{} 有多個套件:",
|
|
||||||
"deviceSupportsXArch": "您的設備支持 {} CPU 架構。",
|
|
||||||
"deviceSupportsFollowingArchs": "您的設備支持以下 CPU 架構:",
|
|
||||||
"warning": "警告",
|
|
||||||
"sourceIsXButPackageFromYPrompt": "應用程式來源是 「{}」,但發佈套件來自 「{}」。要繼續嗎?",
|
|
||||||
"updatesAvailable": "有可用的更新",
|
|
||||||
"updatesAvailableNotifDescription": "通知使用者有一個或多個由 Obtainium 追蹤的應用程式有更新",
|
|
||||||
"noNewUpdates": "沒有新更新。",
|
|
||||||
"xHasAnUpdate": "{} 有一個更新。",
|
|
||||||
"appsUpdated": "應用程式已更新",
|
|
||||||
"appsNotUpdated": "未能更新應用程式",
|
|
||||||
"appsUpdatedNotifDescription": "通知使用者一個或多個應用程式的更新已在背景中應用",
|
|
||||||
"xWasUpdatedToY": "{} 已更新到 {}。",
|
|
||||||
"xWasNotUpdatedToY": "未能將 {} 更新到 {}。",
|
|
||||||
"errorCheckingUpdates": "檢查更新時出錯",
|
|
||||||
"errorCheckingUpdatesNotifDescription": "背景檢查更新失敗時顯示的通知",
|
|
||||||
"appsRemoved": "應用程式已移除",
|
|
||||||
"appsRemovedNotifDescription": "通知使用者由於載入時出錯,一個或多個應用程式已被移除",
|
|
||||||
"xWasRemovedDueToErrorY": "{} 已因以下錯誤被移除:{}",
|
|
||||||
"completeAppInstallation": "完成應用程式安裝",
|
|
||||||
"obtainiumMustBeOpenToInstallApps": "Obtainium 必須開啟才能安裝應用程式",
|
|
||||||
"completeAppInstallationNotifDescription": "請使用者返回 Obtainium 以完成應用程式安裝",
|
|
||||||
"checkingForUpdates": "正在檢查更新",
|
|
||||||
"checkingForUpdatesNotifDescription": "檢查更新時顯示的暫時性通知",
|
|
||||||
"pleaseAllowInstallPerm": "請允許 Obtainium 安裝應用程式",
|
|
||||||
"trackOnly": "僅追蹤",
|
|
||||||
"errorWithHttpStatusCode": "錯誤 {}",
|
|
||||||
"versionCorrectionDisabled": "版本校正已禁用(外掛程式似乎無法正常工作)",
|
|
||||||
"unknown": "未知",
|
|
||||||
"none": "無",
|
|
||||||
"never": "從不",
|
|
||||||
"latestVersionX": "最新版本:{}",
|
|
||||||
"installedVersionX": "已安裝版本:{}",
|
|
||||||
"lastUpdateCheckX": "上次檢查更新時間:{}",
|
|
||||||
"remove": "移除",
|
|
||||||
"yesMarkUpdated": "是,標記為已更新",
|
|
||||||
"fdroid": "F-Droid 官方",
|
|
||||||
"appIdOrName": "應用程式 ID 或名稱",
|
|
||||||
"appId": "應用程式 ID",
|
|
||||||
"appWithIdOrNameNotFound": "找不到具有該 ID 或名稱的應用程式",
|
|
||||||
"reposHaveMultipleApps": "倉庫可能包含多個應用程式",
|
|
||||||
"fdroidThirdPartyRepo": "F-Droid 第三方倉庫",
|
|
||||||
"steamMobile": "Steam 行動版",
|
|
||||||
"steamChat": "Steam 聊天",
|
|
||||||
"install": "安裝",
|
|
||||||
"markInstalled": "標記為已安裝",
|
|
||||||
"update": "更新",
|
|
||||||
"markUpdated": "標記為已更新",
|
|
||||||
"additionalOptions": "額外選項",
|
|
||||||
"disableVersionDetection": "禁用版本檢測",
|
|
||||||
"noVersionDetectionExplanation": "此選項僅應用於版本檢測無法正確工作的應用程式。",
|
|
||||||
"downloadingX": "正在下載 {}",
|
|
||||||
"downloadX": "下載 {}",
|
|
||||||
"downloadedX": "已下載 {}",
|
|
||||||
"releaseAsset": "發佈資源",
|
|
||||||
"downloadNotifDescription": "通知使用者應用程式下載進度",
|
|
||||||
"noAPKFound": "未找到 APK",
|
|
||||||
"noVersionDetection": "無版本檢測",
|
|
||||||
"categorize": "分類",
|
|
||||||
"categories": "類別",
|
|
||||||
"category": "類別",
|
|
||||||
"noCategory": "無類別",
|
|
||||||
"noCategories": "無類別",
|
|
||||||
"deleteCategoriesQuestion": "刪除類別?",
|
|
||||||
"categoryDeleteWarning": "所有在已刪除類別中的應用程式將被設置為未分類。",
|
|
||||||
"addCategory": "新增類別",
|
|
||||||
"label": "標籤",
|
|
||||||
"language": "語言",
|
|
||||||
"copiedToClipboard": "已複製到剪貼簿",
|
|
||||||
"storagePermissionDenied": "存取權限被拒絕",
|
|
||||||
"selectedCategorizeWarning": "這將替換選取應用程式的任何現有類別設置。",
|
|
||||||
"filterAPKsByRegEx": "用正則表達式過濾 APK",
|
|
||||||
"removeFromObtainium": "從 Obtainium 移除",
|
|
||||||
"uninstallFromDevice": "從設備解除安裝",
|
|
||||||
"onlyWorksWithNonVersionDetectApps": "僅適用於禁用版本檢測的應用程式。",
|
|
||||||
"releaseDateAsVersion": "使用發佈日期作為版本字串",
|
|
||||||
"releaseDateAsVersionExplanation": "此選項僅應用於版本檢測無法正確工作但有發佈日期的應用程式。",
|
|
||||||
"changes": "變更",
|
|
||||||
"releaseDate": "發佈日期",
|
|
||||||
"importFromURLsInFile": "從文件中的 URL 匯入(如 OPML)",
|
|
||||||
"versionDetectionExplanation": "將版本字串與作業系統檢測到的版本對比",
|
|
||||||
"versionDetection": "版本檢測",
|
|
||||||
"standardVersionDetection": "標準版本檢測",
|
|
||||||
"groupByCategory": "按類別分組",
|
|
||||||
"autoApkFilterByArch": "如果可能,嘗試按 CPU 架構過濾 APK",
|
|
||||||
"overrideSource": "覆蓋來源",
|
|
||||||
"dontShowAgain": "不要再顯示",
|
|
||||||
"dontShowTrackOnlyWarnings": "不要顯示「僅追蹤」警告",
|
|
||||||
"dontShowAPKOriginWarnings": "不要顯示 APK 來源警告",
|
|
||||||
"moveNonInstalledAppsToBottom": "將未安裝的應用程式移到應用程式視圖的底部",
|
|
||||||
"gitlabPATLabel": "GitLab 個人存取權杖",
|
|
||||||
"about": "關於",
|
|
||||||
"requiresCredentialsInSettings": "{} 需要額外的憑證(在設定中)",
|
|
||||||
"checkOnStart": "啟動時檢查更新",
|
|
||||||
"tryInferAppIdFromCode": "嘗試從原始碼推斷應用程式 ID",
|
|
||||||
"removeOnExternalUninstall": "自動移除外部解除安裝的應用程式",
|
|
||||||
"pickHighestVersionCode": "自動選取最高版本號的 APK",
|
|
||||||
"checkUpdateOnDetailPage": "在打開應用程式詳細頁面時檢查更新",
|
|
||||||
"disablePageTransitions": "禁用頁面過渡動畫",
|
|
||||||
"reversePageTransitions": "反轉頁面過渡動畫",
|
|
||||||
"minStarCount": "最少星數",
|
|
||||||
"addInfoBelow": "在下方添加此資訊。",
|
|
||||||
"addInfoInSettings": "在設定中增加此資訊。",
|
|
||||||
"githubSourceNote": "使用 API 金鑰可以避免 GitHub 的速率限制。",
|
|
||||||
"sortByLastLinkSegment": "僅按連結的最後一段排序",
|
|
||||||
"filterReleaseNotesByRegEx": "用正則表達式過濾發佈說明",
|
|
||||||
"customLinkFilterRegex": "自定 APK 連結過濾正則表達式(預設為 '.apk$')",
|
|
||||||
"appsPossiblyUpdated": "嘗試更新應用程式",
|
|
||||||
"appsPossiblyUpdatedNotifDescription": "通知使用者一個或多個應用程式的更新可能已在背景中應用",
|
|
||||||
"xWasPossiblyUpdatedToY": "{} 可能已更新到 {}。",
|
|
||||||
"enableBackgroundUpdates": "啟用背景更新",
|
|
||||||
"backgroundUpdateReqsExplanation": "並非所有應用程式都能進行背景更新。",
|
|
||||||
"backgroundUpdateLimitsExplanation": "背景安裝的成功與否只能在打開 Obtainium 時確定。",
|
|
||||||
"verifyLatestTag": "驗證「最新」標籤",
|
|
||||||
"intermediateLinkRegex": "過濾要訪問的「中間」連結",
|
|
||||||
"filterByLinkText": "按連結文本過濾連結",
|
|
||||||
"intermediateLinkNotFound": "未找到中間連結",
|
|
||||||
"intermediateLink": "中間連結",
|
|
||||||
"exemptFromBackgroundUpdates": "免除背景更新(若已啟用)",
|
|
||||||
"bgUpdatesOnWiFiOnly": "禁用非 WiFi 的背景更新",
|
|
||||||
"autoSelectHighestVersionCode": "自動選擇最高 versionCode 的 APK",
|
|
||||||
"versionExtractionRegEx": "版本字串提取正則表達式",
|
|
||||||
"matchGroupToUse": "要用於版本字串提取的匹配組",
|
|
||||||
"highlightTouchTargets": "突出顯示不明顯的觸控目標",
|
|
||||||
"pickExportDir": "選擇匯出目錄",
|
|
||||||
"autoExportOnChanges": "更改時自動匯出",
|
|
||||||
"includeSettings": "包含設定",
|
|
||||||
"filterVersionsByRegEx": "用正則表達式過濾版本",
|
|
||||||
"trySelectingSuggestedVersionCode": "嘗試選擇建議的 versionCode APK",
|
|
||||||
"dontSortReleasesList": "保留 API 的發佈順序",
|
|
||||||
"reverseSort": "反向排序",
|
|
||||||
"takeFirstLink": "使用第一個連結",
|
|
||||||
"skipSort": "跳過排序",
|
|
||||||
"debugMenu": "除錯選單",
|
|
||||||
"bgTaskStarted": "背景任務已啟動 - 檢查日誌。",
|
|
||||||
"runBgCheckNow": "立即執行背景更新檢查",
|
|
||||||
"versionExtractWholePage": "將版本字串提取正則表達式應用於整個頁面",
|
|
||||||
"installing": "正在安裝",
|
|
||||||
"skipUpdateNotifications": "跳過更新通知",
|
|
||||||
"updatesAvailableNotifChannel": "有可用的更新",
|
|
||||||
"appsUpdatedNotifChannel": "應用程式已更新",
|
|
||||||
"appsPossiblyUpdatedNotifChannel": "嘗試更新應用程式",
|
|
||||||
"errorCheckingUpdatesNotifChannel": "檢查更新錯誤",
|
|
||||||
"appsRemovedNotifChannel": "應用程式已移除",
|
|
||||||
"downloadingXNotifChannel": "正在下載 {}",
|
|
||||||
"completeAppInstallationNotifChannel": "完成應用程式安裝",
|
|
||||||
"checkingForUpdatesNotifChannel": "正在檢查更新",
|
|
||||||
"onlyCheckInstalledOrTrackOnlyApps": "僅檢查已安裝和僅追蹤的應用程式更新",
|
|
||||||
"supportFixedAPKURL": "支援固定的 APK 網址",
|
|
||||||
"selectX": "選擇 {}",
|
|
||||||
"parallelDownloads": "允許平行下載",
|
|
||||||
"useShizuku": "使用 Shizuku 或 Sui 來安裝",
|
|
||||||
"shizukuBinderNotFound": "Shizuku 服務未運行",
|
|
||||||
"shizukuOld": "舊版 Shizuku (<11) - 請更新",
|
|
||||||
"shizukuOldAndroidWithADB": "Shizuku 在 Android 8.1 以下版本使用 ADB 運行 - 請更新 Android 或改用 Sui",
|
|
||||||
"shizukuPretendToBeGooglePlay": "設置 Google Play 為安裝來源(如果使用 Shizuku)",
|
|
||||||
"useSystemFont": "使用系統字體",
|
|
||||||
"useVersionCodeAsOSVersion": "使用應用程式 versionCode 作為操作系統檢測的版本",
|
|
||||||
"requestHeader": "請求標頭",
|
|
||||||
"useLatestAssetDateAsReleaseDate": "使用最新資源上傳日期作為發佈日期",
|
|
||||||
"defaultPseudoVersioningMethod": "預設偽版本管理方法",
|
|
||||||
"partialAPKHash": "部分 APK Hash",
|
|
||||||
"APKLinkHash": "APK 連結 Hash",
|
|
||||||
"directAPKLink": "直接 APK 連結",
|
|
||||||
"pseudoVersionInUse": "正在使用偽版本",
|
|
||||||
"installed": "已安裝",
|
|
||||||
"latest": "最新",
|
|
||||||
"invertRegEx": "反轉正則表達式",
|
|
||||||
"note": "備註",
|
|
||||||
"selfHostedNote": "可使用「{}」下拉選單來訪問任何來源的自託管/自定義實例。",
|
|
||||||
"badDownload": "無法解析 APK(不兼容或下載不完整)",
|
|
||||||
"beforeNewInstallsShareToAppVerifier": "將新應用程式分享到 AppVerifier(如果可用)",
|
|
||||||
"appVerifierInstructionToast": "分享至 AppVerifier,然後準備好時返回此處。",
|
|
||||||
"wiki": "幫助/維基",
|
|
||||||
"crowdsourcedConfigsLabel": "群眾外包的應用程式配置(使用風險自負)",
|
|
||||||
"removeAppQuestion": {
|
|
||||||
"one": "移除應用程式?",
|
|
||||||
"other": "移除應用程式?"
|
|
||||||
},
|
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
|
||||||
"one": "請求過多(速率限制)- {} 分鐘後重試",
|
|
||||||
"other": "請求過多(速率限制)- {} 分鐘後重試"
|
|
||||||
},
|
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
|
||||||
"one": "背景更新檢查遇到 {},將在 {} 分鐘後重新檢查",
|
|
||||||
"other": "背景更新檢查遇到 {},將在 {} 分鐘後重新檢查"
|
|
||||||
},
|
|
||||||
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
|
||||||
"one": "背景更新檢查發現 {} 個更新 - 如果需要將通知使用者",
|
|
||||||
"other": "背景更新檢查發現 {} 個更新 - 如果需要將通知使用者"
|
|
||||||
},
|
|
||||||
"apps": {
|
|
||||||
"one": "{} 個應用程式",
|
|
||||||
"other": "{} 個應用程式"
|
|
||||||
},
|
|
||||||
"url": {
|
|
||||||
"one": "{} 個 URL",
|
|
||||||
"other": "{} 個 URL"
|
|
||||||
},
|
|
||||||
"minute": {
|
|
||||||
"one": "{} 分鐘",
|
|
||||||
"other": "{} 分鐘"
|
|
||||||
},
|
|
||||||
"hour": {
|
|
||||||
"one": "{} 小時",
|
|
||||||
"other": "{} 小時"
|
|
||||||
},
|
|
||||||
"day": {
|
|
||||||
"one": "{} 天",
|
|
||||||
"other": "{} 天"
|
|
||||||
},
|
|
||||||
"clearedNLogsBeforeXAfterY": {
|
|
||||||
"one": "清除 {n} 個日誌(之前 = {before},之後 = {after})",
|
|
||||||
"other": "清除 {n} 個日誌(之前 = {before},之後 = {after})"
|
|
||||||
},
|
|
||||||
"xAndNMoreUpdatesAvailable": {
|
|
||||||
"one": "{} 和另外 1 個應用程式有更新。",
|
|
||||||
"other": "{} 和另外 {} 個應用程式有更新。"
|
|
||||||
},
|
|
||||||
"xAndNMoreUpdatesInstalled": {
|
|
||||||
"one": "{} 和另外 1 個應用程式已更新。",
|
|
||||||
"other": "{} 和另外 {} 個應用程式已更新。"
|
|
||||||
},
|
|
||||||
"xAndNMoreUpdatesFailed": {
|
|
||||||
"one": "更新 {} 和另外 1 個應用程式失敗。",
|
|
||||||
"other": "更新 {} 和另外 {} 個應用程式失敗。"
|
|
||||||
},
|
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
|
||||||
"one": "{} 和另外 1 個應用程式可能已更新。",
|
|
||||||
"other": "{} 和另外 {} 個應用程式可能已更新。"
|
|
||||||
},
|
|
||||||
"apk": {
|
|
||||||
"one": "{} 個 APK",
|
|
||||||
"other": "{} 個 APK"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -259,6 +259,8 @@
|
|||||||
"bgUpdatesOnWiFiOnly": "未连接 Wi-Fi 时禁用后台更新",
|
"bgUpdatesOnWiFiOnly": "未连接 Wi-Fi 时禁用后台更新",
|
||||||
"autoSelectHighestVersionCode": "自动选择内部版本号最高的 APK 文件",
|
"autoSelectHighestVersionCode": "自动选择内部版本号最高的 APK 文件",
|
||||||
"versionExtractionRegEx": "提取版本号的正则表达式",
|
"versionExtractionRegEx": "提取版本号的正则表达式",
|
||||||
|
"trimVersionString": "使用 RegEx 修剪版本字符串",
|
||||||
|
"matchGroupToUseForX": "用于\"{}\"的匹配组",
|
||||||
"matchGroupToUse": "从上述匹配结果中引用的捕获组",
|
"matchGroupToUse": "从上述匹配结果中引用的捕获组",
|
||||||
"highlightTouchTargets": "突出展示不明显的可交互区域",
|
"highlightTouchTargets": "突出展示不明显的可交互区域",
|
||||||
"pickExportDir": "选择导出文件夹",
|
"pickExportDir": "选择导出文件夹",
|
||||||
@@ -312,6 +314,7 @@
|
|||||||
"appVerifierInstructionToast": "分享至 AppVerifier,完成后返回此处。",
|
"appVerifierInstructionToast": "分享至 AppVerifier,完成后返回此处。",
|
||||||
"wiki": "帮助/Wiki",
|
"wiki": "帮助/Wiki",
|
||||||
"crowdsourcedConfigsLabel": "众包应用程序配置(使用风险自负)",
|
"crowdsourcedConfigsLabel": "众包应用程序配置(使用风险自负)",
|
||||||
|
"allowInsecure": "允许不安全的 HTTP 请求",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "是否删除应用?",
|
"one": "是否删除应用?",
|
||||||
"other": "是否删除应用?"
|
"other": "是否删除应用?"
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>GitHub</li>
|
<li>GitHub</li>
|
||||||
<li>GitLab</li>
|
<li>GitLab</li>
|
||||||
<li>Codeberg</li>
|
<li>Forgejo (Codeberg)</li>
|
||||||
<li>F-Droid</li>
|
<li>F-Droid</li>
|
||||||
<li>Third Party F-Droid Repos</li>
|
<li>Third Party F-Droid Repos</li>
|
||||||
<li>IzzyOnDroid</li>
|
<li>IzzyOnDroid</li>
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>GitHub</li>
|
<li>GitHub</li>
|
||||||
<li>GitLab</li>
|
<li>GitLab</li>
|
||||||
<li>Codeberg</li>
|
<li>Forgejo (Codeberg)</li>
|
||||||
<li>F-Droid</li>
|
<li>F-Droid</li>
|
||||||
<li>Third Party F-Droid Repos</li>
|
<li>Third Party F-Droid Repos</li>
|
||||||
<li>IzzyOnDroid</li>
|
<li>IzzyOnDroid</li>
|
||||||
|
@@ -10,7 +10,7 @@ class APKCombo extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/+[^/]+/+[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/+[^/]+/+[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -32,7 +32,7 @@ class APKMirror extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/apk/[^/]+/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/apk/[^/]+/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
|
import 'package:device_info_plus/device_info_plus.dart';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:html/parser.dart';
|
import 'package:html/parser.dart';
|
||||||
|
import 'package:obtainium/app_sources/html.dart';
|
||||||
import 'package:obtainium/custom_errors.dart';
|
import 'package:obtainium/custom_errors.dart';
|
||||||
import 'package:obtainium/providers/source_provider.dart';
|
import 'package:obtainium/providers/source_provider.dart';
|
||||||
|
|
||||||
@@ -27,16 +29,17 @@ class APKPure extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegExB = RegExp(
|
RegExp standardUrlRegExB = RegExp(
|
||||||
'^https?://m.${getSourceRegex(hosts)}/+[^/]+/+[^/]+(/+[^/]+)?',
|
'^https?://m.${getSourceRegex(hosts)}(/+[^/]{2})?/+[^/]+/+[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
RegExpMatch? match = standardUrlRegExB.firstMatch(url);
|
RegExpMatch? match = standardUrlRegExB.firstMatch(url);
|
||||||
if (match != null) {
|
if (match != null) {
|
||||||
url = 'https://${getSourceRegex(hosts)}${Uri.parse(url).path}';
|
var uri = Uri.parse(url);
|
||||||
|
url = 'https://${uri.host.substring(2)}${uri.path}';
|
||||||
}
|
}
|
||||||
RegExp standardUrlRegExA = RegExp(
|
RegExp standardUrlRegExA = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/+[^/]+/+[^/]+(/+[^/]+)?',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}(/+[^/]{2})?/+[^/]+/+[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
match = standardUrlRegExA.firstMatch(url);
|
match = standardUrlRegExA.firstMatch(url);
|
||||||
if (match == null) {
|
if (match == null) {
|
||||||
@@ -58,40 +61,109 @@ class APKPure extends AppSource {
|
|||||||
) async {
|
) async {
|
||||||
String appId = (await tryInferringAppId(standardUrl))!;
|
String appId = (await tryInferringAppId(standardUrl))!;
|
||||||
String host = Uri.parse(standardUrl).host;
|
String host = Uri.parse(standardUrl).host;
|
||||||
var res = await sourceRequest('$standardUrl/download', additionalSettings);
|
|
||||||
var resChangelog = await sourceRequest(standardUrl, additionalSettings);
|
var res0 = await sourceRequest('$standardUrl/versions', additionalSettings);
|
||||||
if (res.statusCode == 200 && resChangelog.statusCode == 200) {
|
var versionLinks = await grabLinksCommon(res0, {
|
||||||
var html = parse(res.body);
|
'skipSort': true,
|
||||||
var htmlChangelog = parse(resChangelog.body);
|
'customLinkFilterRegex': '$standardUrl/download/[^/]+\$'
|
||||||
String? version = html.querySelector('span.info-sdk span')?.text.trim();
|
});
|
||||||
if (version == null) {
|
|
||||||
throw NoVersionError();
|
var supportedArchs = (await DeviceInfoPlugin().androidInfo).supportedAbis;
|
||||||
}
|
|
||||||
String? dateString =
|
if (additionalSettings['autoApkFilterByArch'] != true) {
|
||||||
html.querySelector('span.info-other span.date')?.text.trim();
|
// No need to request multiple versions when we're not going to filter them (always pick the top one)
|
||||||
DateTime? releaseDate = parseDateTimeMMMddCommayyyy(dateString);
|
versionLinks = versionLinks.sublist(0, 1);
|
||||||
String type = html.querySelector('a.info-tag')?.text.trim() ?? 'APK';
|
|
||||||
List<MapEntry<String, String>> apkUrls = [
|
|
||||||
MapEntry('$appId.apk',
|
|
||||||
'https://d.${hosts.contains(host) ? 'cdnpure.com' : host}/b/$type/$appId?version=latest')
|
|
||||||
];
|
|
||||||
String author = html
|
|
||||||
.querySelector('span.info-sdk')
|
|
||||||
?.text
|
|
||||||
.trim()
|
|
||||||
.substring(version.length + 4) ??
|
|
||||||
Uri.parse(standardUrl).pathSegments.reversed.last;
|
|
||||||
String appName =
|
|
||||||
html.querySelector('h1.info-title')?.text.trim() ?? appId;
|
|
||||||
String? changeLog = htmlChangelog
|
|
||||||
.querySelector("div.whats-new-info p:not(.date)")
|
|
||||||
?.innerHtml
|
|
||||||
.trim()
|
|
||||||
.replaceAll("<br>", " \n");
|
|
||||||
return APKDetails(version, apkUrls, AppNames(author, appName),
|
|
||||||
releaseDate: releaseDate, changeLog: changeLog);
|
|
||||||
} else {
|
|
||||||
throw getObtainiumHttpError(res);
|
|
||||||
}
|
}
|
||||||
|
if (versionLinks.isEmpty) {
|
||||||
|
throw NoReleasesError();
|
||||||
|
}
|
||||||
|
|
||||||
|
for (var i = 0; i < versionLinks.length; i++) {
|
||||||
|
var link = versionLinks[i];
|
||||||
|
var res = await sourceRequest(link.key, additionalSettings);
|
||||||
|
if (res.statusCode == 200) {
|
||||||
|
var html = parse(res.body);
|
||||||
|
var apksDiv =
|
||||||
|
html.querySelector('#version-list div div.show-more-content');
|
||||||
|
DateTime? topReleaseDate;
|
||||||
|
var apkUrls = apksDiv
|
||||||
|
?.querySelectorAll('div.group-title')
|
||||||
|
.map((e) {
|
||||||
|
String architectureString = e.text.trim();
|
||||||
|
if (architectureString.toLowerCase() == 'unlimited' ||
|
||||||
|
architectureString.toLowerCase() == 'universal') {
|
||||||
|
architectureString = '';
|
||||||
|
}
|
||||||
|
List<String> architectures = architectureString
|
||||||
|
.split(',')
|
||||||
|
.map((e) => e.trim())
|
||||||
|
.where((e) => e.isNotEmpty)
|
||||||
|
.toList();
|
||||||
|
// Only take the first APK for each architecture, ignore others for now, for simplicity
|
||||||
|
// Unclear why there can even be multiple APKs for the same version and arch
|
||||||
|
var apkInfo = e.nextElementSibling?.querySelector('div.info');
|
||||||
|
String? versionCode = RegExp('[0-9]+')
|
||||||
|
.firstMatch(apkInfo
|
||||||
|
?.querySelector('div.info-top span.code')
|
||||||
|
?.text ??
|
||||||
|
'')
|
||||||
|
?.group(0)
|
||||||
|
?.trim();
|
||||||
|
var types = apkInfo
|
||||||
|
?.querySelectorAll('div.info-top span.tag')
|
||||||
|
.map((e) => e.text.trim())
|
||||||
|
.map((t) => t == 'APKs' ? 'APK' : t) ??
|
||||||
|
[];
|
||||||
|
String type = types.isEmpty
|
||||||
|
? 'APK'
|
||||||
|
: types.length == 1
|
||||||
|
? types.first
|
||||||
|
: types.last;
|
||||||
|
String? dateString = apkInfo
|
||||||
|
?.querySelector('div.info-bottom span.time')
|
||||||
|
?.text
|
||||||
|
.trim();
|
||||||
|
DateTime? releaseDate =
|
||||||
|
parseDateTimeMMMddCommayyyy(dateString);
|
||||||
|
if (additionalSettings['autoApkFilterByArch'] == true &&
|
||||||
|
architectures.isNotEmpty &&
|
||||||
|
architectures
|
||||||
|
.where((a) => supportedArchs.contains(a))
|
||||||
|
.isEmpty) {
|
||||||
|
return const MapEntry('', '');
|
||||||
|
}
|
||||||
|
topReleaseDate ??=
|
||||||
|
releaseDate; // Just use the release date of the first APK in the list as the release date for this version
|
||||||
|
return MapEntry(
|
||||||
|
'$appId-$versionCode-$architectureString.${type.toLowerCase()}',
|
||||||
|
'https://d.${hosts.contains(host) ? 'cdnpure.com' : host}/b/$type/$appId?versionCode=$versionCode');
|
||||||
|
})
|
||||||
|
.where((e) => e.key.isNotEmpty)
|
||||||
|
.toList() ??
|
||||||
|
[];
|
||||||
|
if (apkUrls.isEmpty) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
String version = Uri.parse(link.key).pathSegments.last;
|
||||||
|
String author = html
|
||||||
|
.querySelector('span.info-sdk')
|
||||||
|
?.text
|
||||||
|
.trim()
|
||||||
|
.substring(version.length + 4) ??
|
||||||
|
Uri.parse(standardUrl).pathSegments.reversed.last;
|
||||||
|
String appName =
|
||||||
|
html.querySelector('h1.info-title')?.text.trim() ?? appId;
|
||||||
|
String? changeLog = html
|
||||||
|
.querySelector('div.module.change-log')
|
||||||
|
?.innerHtml
|
||||||
|
.trim()
|
||||||
|
.replaceAll("<br>", " \n");
|
||||||
|
return APKDetails(version, apkUrls, AppNames(author, appName),
|
||||||
|
releaseDate: topReleaseDate, changeLog: changeLog);
|
||||||
|
} else {
|
||||||
|
throw getObtainiumHttpError(res);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
throw NoAPKError();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -14,7 +14,7 @@ class Aptoide extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://([^\\.]+\\.){2,}${getSourceRegex(hosts)}',
|
'^https?://([^\\.]+\\.){2,}${getSourceRegex(hosts)}',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -5,6 +5,7 @@ import 'package:obtainium/providers/source_provider.dart';
|
|||||||
class Codeberg extends AppSource {
|
class Codeberg extends AppSource {
|
||||||
GitHub gh = GitHub();
|
GitHub gh = GitHub();
|
||||||
Codeberg() {
|
Codeberg() {
|
||||||
|
name = 'Forgejo (Codeberg)';
|
||||||
hosts = ['codeberg.org'];
|
hosts = ['codeberg.org'];
|
||||||
|
|
||||||
additionalSourceAppSpecificSettingFormItems =
|
additionalSourceAppSpecificSettingFormItems =
|
||||||
@@ -15,7 +16,7 @@ class Codeberg extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:obtainium/app_sources/html.dart';
|
import 'package:obtainium/app_sources/html.dart';
|
||||||
|
import 'package:obtainium/custom_errors.dart';
|
||||||
import 'package:obtainium/providers/source_provider.dart';
|
import 'package:obtainium/providers/source_provider.dart';
|
||||||
|
|
||||||
class DirectAPKLink extends AppSource {
|
class DirectAPKLink extends AppSource {
|
||||||
HTML html = HTML();
|
HTML html = HTML();
|
||||||
|
|
||||||
DirectAPKLink() {
|
DirectAPKLink() {
|
||||||
neverAutoSelect = true;
|
|
||||||
name = tr('directAPKLink');
|
name = tr('directAPKLink');
|
||||||
additionalSourceAppSpecificSettingFormItems = html
|
additionalSourceAppSpecificSettingFormItems = html
|
||||||
.additionalSourceAppSpecificSettingFormItems
|
.additionalSourceAppSpecificSettingFormItems
|
||||||
@@ -24,6 +24,19 @@ class DirectAPKLink extends AppSource {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
|
if (!forSelection) {
|
||||||
|
return url;
|
||||||
|
}
|
||||||
|
RegExp standardUrlRegExA = RegExp('.+\\.apk\$', caseSensitive: false);
|
||||||
|
var match = standardUrlRegExA.firstMatch(url);
|
||||||
|
if (match == null) {
|
||||||
|
throw InvalidURLError(name);
|
||||||
|
}
|
||||||
|
return match.group(0)!;
|
||||||
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<Map<String, String>?> getRequestHeaders(
|
Future<Map<String, String>?> getRequestHeaders(
|
||||||
Map<String, dynamic> additionalSettings,
|
Map<String, dynamic> additionalSettings,
|
||||||
|
@@ -38,7 +38,7 @@ class FDroid extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegExB = RegExp(
|
RegExp standardUrlRegExB = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/+[^/]+/+packages/+[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/+[^/]+/+packages/+[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -43,7 +43,7 @@ class FDroidRepo extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
var standardUri = Uri.parse(url);
|
var standardUri = Uri.parse(url);
|
||||||
var pathSegments = standardUri.pathSegments;
|
var pathSegments = standardUri.pathSegments;
|
||||||
if (pathSegments.isNotEmpty && pathSegments.last == 'index.xml') {
|
if (pathSegments.isNotEmpty && pathSegments.last == 'index.xml') {
|
||||||
|
@@ -154,7 +154,7 @@ class GitHub extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
@@ -171,7 +171,7 @@ class GitHub extends AppSource {
|
|||||||
{bool forAPKDownload = false}) async {
|
{bool forAPKDownload = false}) async {
|
||||||
var token = await getTokenIfAny(additionalSettings);
|
var token = await getTokenIfAny(additionalSettings);
|
||||||
var headers = <String, String>{};
|
var headers = <String, String>{};
|
||||||
if (token != null) {
|
if (token != null && token.isNotEmpty) {
|
||||||
headers[HttpHeaders.authorizationHeader] = 'Token $token';
|
headers[HttpHeaders.authorizationHeader] = 'Token $token';
|
||||||
}
|
}
|
||||||
if (forAPKDownload == true) {
|
if (forAPKDownload == true) {
|
||||||
|
@@ -52,7 +52,7 @@ class GitLab extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
@@ -131,6 +131,18 @@ class GitLab extends AppSource {
|
|||||||
|
|
||||||
bool trackOnly = additionalSettings['trackOnly'] == true;
|
bool trackOnly = additionalSettings['trackOnly'] == true;
|
||||||
|
|
||||||
|
// Get project ID
|
||||||
|
Response res0 = await sourceRequest(
|
||||||
|
'https://${hosts[0]}/api/v4/projects/${names.author}%2F${names.name}?$optionalAuth',
|
||||||
|
additionalSettings);
|
||||||
|
if (res0.statusCode != 200) {
|
||||||
|
throw getObtainiumHttpError(res0);
|
||||||
|
}
|
||||||
|
int? projectId = jsonDecode(res0.body)['id'];
|
||||||
|
if (projectId == null) {
|
||||||
|
throw NoReleasesError();
|
||||||
|
}
|
||||||
|
|
||||||
// Request data from REST API
|
// Request data from REST API
|
||||||
Response res = await sourceRequest(
|
Response res = await sourceRequest(
|
||||||
'https://${hosts[0]}/api/v4/projects/${names.author}%2F${names.name}/${trackOnly ? 'repository/tags' : 'releases'}?$optionalAuth',
|
'https://${hosts[0]}/api/v4/projects/${names.author}%2F${names.name}/${trackOnly ? 'repository/tags' : 'releases'}?$optionalAuth',
|
||||||
@@ -157,7 +169,7 @@ class GitLab extends AppSource {
|
|||||||
.join('.apk\n')
|
.join('.apk\n')
|
||||||
.split('\n')
|
.split('\n')
|
||||||
.where((s) => s.startsWith('/uploads/') && s.endsWith('apk'))
|
.where((s) => s.startsWith('/uploads/') && s.endsWith('apk'))
|
||||||
.map((s) => '$standardUrl$s')
|
.map((s) => 'https://${hosts[0]}/-/project/$projectId$s')
|
||||||
.toList();
|
.toList();
|
||||||
var apkUrlsSet = apkUrlsFromAssets.toSet();
|
var apkUrlsSet = apkUrlsFromAssets.toSet();
|
||||||
apkUrlsSet.addAll(uploadedAPKsFromDescription);
|
apkUrlsSet.addAll(uploadedAPKsFromDescription);
|
||||||
@@ -190,7 +202,7 @@ class GitLab extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
finalResult.apkUrls = finalResult.apkUrls.map((apkUrl) {
|
finalResult.apkUrls = finalResult.apkUrls.map((apkUrl) {
|
||||||
if (RegExp('^$standardUrl/-/jobs/[0-9]+/artifacts/file/[^/]+\$')
|
if (RegExp('^$standardUrl/-/jobs/[0-9]+/artifacts/file/[^/]+')
|
||||||
.hasMatch(apkUrl.value)) {
|
.hasMatch(apkUrl.value)) {
|
||||||
return MapEntry(
|
return MapEntry(
|
||||||
apkUrl.key, apkUrl.value.replaceFirst('/file/', '/raw/'));
|
apkUrl.key, apkUrl.value.replaceFirst('/file/', '/raw/'));
|
||||||
|
@@ -92,7 +92,89 @@ bool _isNumeric(String s) {
|
|||||||
return s.codeUnitAt(0) >= 48 && s.codeUnitAt(0) <= 57;
|
return s.codeUnitAt(0) >= 48 && s.codeUnitAt(0) <= 57;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Given an HTTP response, grab some links according to the common additional settings
|
||||||
|
// (those that apply to intermediate and final steps)
|
||||||
|
Future<List<MapEntry<String, String>>> grabLinksCommon(
|
||||||
|
Response res, Map<String, dynamic> additionalSettings) async {
|
||||||
|
if (res.statusCode != 200) {
|
||||||
|
throw getObtainiumHttpError(res);
|
||||||
|
}
|
||||||
|
var html = parse(res.body);
|
||||||
|
List<MapEntry<String, String>> allLinks = html
|
||||||
|
.querySelectorAll('a')
|
||||||
|
.map((element) => MapEntry(
|
||||||
|
element.attributes['href'] ?? '',
|
||||||
|
element.text.isNotEmpty
|
||||||
|
? element.text
|
||||||
|
: (element.attributes['href'] ?? '').split('/').last))
|
||||||
|
.where((element) => element.key.isNotEmpty)
|
||||||
|
.map((e) => MapEntry(ensureAbsoluteUrl(e.key, res.request!.url), e.value))
|
||||||
|
.toList();
|
||||||
|
if (allLinks.isEmpty) {
|
||||||
|
allLinks = RegExp(
|
||||||
|
r'(http|ftp|https)://([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?')
|
||||||
|
.allMatches(res.body)
|
||||||
|
.map((match) =>
|
||||||
|
MapEntry(match.group(0)!, match.group(0)?.split('/').last ?? ''))
|
||||||
|
.toList();
|
||||||
|
}
|
||||||
|
List<MapEntry<String, String>> links = [];
|
||||||
|
bool skipSort = additionalSettings['skipSort'] == true;
|
||||||
|
bool filterLinkByText = additionalSettings['filterByLinkText'] == true;
|
||||||
|
if ((additionalSettings['customLinkFilterRegex'] as String?)?.isNotEmpty ==
|
||||||
|
true) {
|
||||||
|
var reg = RegExp(additionalSettings['customLinkFilterRegex']);
|
||||||
|
links = allLinks.where((element) {
|
||||||
|
var link = element.key;
|
||||||
|
try {
|
||||||
|
link = Uri.decodeFull(element.key);
|
||||||
|
} catch (e) {
|
||||||
|
// Some links may not have valid encoding
|
||||||
|
}
|
||||||
|
return reg.hasMatch(filterLinkByText ? element.value : link);
|
||||||
|
}).toList();
|
||||||
|
} else {
|
||||||
|
links = allLinks.where((element) {
|
||||||
|
var link = element.key;
|
||||||
|
try {
|
||||||
|
link = Uri.decodeFull(element.key);
|
||||||
|
} catch (e) {
|
||||||
|
// Some links may not have valid encoding
|
||||||
|
}
|
||||||
|
return Uri.parse(filterLinkByText ? element.value : link)
|
||||||
|
.path
|
||||||
|
.toLowerCase()
|
||||||
|
.endsWith('.apk');
|
||||||
|
}).toList();
|
||||||
|
}
|
||||||
|
if (!skipSort) {
|
||||||
|
links.sort((a, b) => additionalSettings['sortByLastLinkSegment'] == true
|
||||||
|
? compareAlphaNumeric(a.key.split('/').where((e) => e.isNotEmpty).last,
|
||||||
|
b.key.split('/').where((e) => e.isNotEmpty).last)
|
||||||
|
: compareAlphaNumeric(a.key, b.key));
|
||||||
|
}
|
||||||
|
if (additionalSettings['reverseSort'] == true) {
|
||||||
|
links = links.reversed.toList();
|
||||||
|
}
|
||||||
|
return links;
|
||||||
|
}
|
||||||
|
|
||||||
class HTML extends AppSource {
|
class HTML extends AppSource {
|
||||||
|
@override
|
||||||
|
List<List<GeneratedFormItem>> get combinedAppSpecificSettingFormItems {
|
||||||
|
return super.combinedAppSpecificSettingFormItems.map((r) {
|
||||||
|
return r.map((e) {
|
||||||
|
if (e.key == 'versionExtractionRegEx') {
|
||||||
|
e.label = tr('versionExtractionRegEx');
|
||||||
|
}
|
||||||
|
if (e.key == 'matchGroupToUse') {
|
||||||
|
e.label = tr('matchGroupToUse');
|
||||||
|
}
|
||||||
|
return e;
|
||||||
|
}).toList();
|
||||||
|
}).toList();
|
||||||
|
}
|
||||||
|
|
||||||
var finalStepFormitems = [
|
var finalStepFormitems = [
|
||||||
[
|
[
|
||||||
GeneratedFormTextField('customLinkFilterRegex',
|
GeneratedFormTextField('customLinkFilterRegex',
|
||||||
@@ -206,79 +288,10 @@ class HTML extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Given an HTTP response, grab some links according to the common additional settings
|
|
||||||
// (those that apply to intermediate and final steps)
|
|
||||||
Future<List<MapEntry<String, String>>> grabLinksCommon(
|
|
||||||
Response res, Map<String, dynamic> additionalSettings) async {
|
|
||||||
if (res.statusCode != 200) {
|
|
||||||
throw getObtainiumHttpError(res);
|
|
||||||
}
|
|
||||||
var html = parse(res.body);
|
|
||||||
List<MapEntry<String, String>> allLinks = html
|
|
||||||
.querySelectorAll('a')
|
|
||||||
.map((element) => MapEntry(
|
|
||||||
element.attributes['href'] ?? '',
|
|
||||||
element.text.isNotEmpty
|
|
||||||
? element.text
|
|
||||||
: (element.attributes['href'] ?? '').split('/').last))
|
|
||||||
.where((element) => element.key.isNotEmpty)
|
|
||||||
.map((e) =>
|
|
||||||
MapEntry(ensureAbsoluteUrl(e.key, res.request!.url), e.value))
|
|
||||||
.toList();
|
|
||||||
if (allLinks.isEmpty) {
|
|
||||||
allLinks = RegExp(
|
|
||||||
r'(http|ftp|https)://([\w_-]+(?:(?:\.[\w_-]+)+))([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?')
|
|
||||||
.allMatches(res.body)
|
|
||||||
.map((match) =>
|
|
||||||
MapEntry(match.group(0)!, match.group(0)?.split('/').last ?? ''))
|
|
||||||
.toList();
|
|
||||||
}
|
|
||||||
List<MapEntry<String, String>> links = [];
|
|
||||||
bool skipSort = additionalSettings['skipSort'] == true;
|
|
||||||
bool filterLinkByText = additionalSettings['filterByLinkText'] == true;
|
|
||||||
if ((additionalSettings['customLinkFilterRegex'] as String?)?.isNotEmpty ==
|
|
||||||
true) {
|
|
||||||
var reg = RegExp(additionalSettings['customLinkFilterRegex']);
|
|
||||||
links = allLinks.where((element) {
|
|
||||||
var link = element.key;
|
|
||||||
try {
|
|
||||||
link = Uri.decodeFull(element.key);
|
|
||||||
} catch (e) {
|
|
||||||
// Some links may not have valid encoding
|
|
||||||
}
|
|
||||||
return reg.hasMatch(filterLinkByText ? element.value : link);
|
|
||||||
}).toList();
|
|
||||||
} else {
|
|
||||||
links = allLinks.where((element) {
|
|
||||||
var link = element.key;
|
|
||||||
try {
|
|
||||||
link = Uri.decodeFull(element.key);
|
|
||||||
} catch (e) {
|
|
||||||
// Some links may not have valid encoding
|
|
||||||
}
|
|
||||||
return Uri.parse(filterLinkByText ? element.value : link)
|
|
||||||
.path
|
|
||||||
.toLowerCase()
|
|
||||||
.endsWith('.apk');
|
|
||||||
}).toList();
|
|
||||||
}
|
|
||||||
if (!skipSort) {
|
|
||||||
links.sort((a, b) => additionalSettings['sortByLastLinkSegment'] == true
|
|
||||||
? compareAlphaNumeric(
|
|
||||||
a.key.split('/').where((e) => e.isNotEmpty).last,
|
|
||||||
b.key.split('/').where((e) => e.isNotEmpty).last)
|
|
||||||
: compareAlphaNumeric(a.key, b.key));
|
|
||||||
}
|
|
||||||
if (additionalSettings['reverseSort'] == true) {
|
|
||||||
links = links.reversed.toList();
|
|
||||||
}
|
|
||||||
return links;
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<APKDetails> getLatestAPKDetails(
|
Future<APKDetails> getLatestAPKDetails(
|
||||||
String standardUrl,
|
String standardUrl,
|
||||||
@@ -337,7 +350,8 @@ class HTML extends AppSource {
|
|||||||
? rel.hashCode.toString()
|
? rel.hashCode.toString()
|
||||||
: (await checkPartialDownloadHashDynamic(rel,
|
: (await checkPartialDownloadHashDynamic(rel,
|
||||||
headers: await getRequestHeaders(additionalSettings,
|
headers: await getRequestHeaders(additionalSettings,
|
||||||
forAPKDownload: true)))
|
forAPKDownload: true),
|
||||||
|
allowInsecure: additionalSettings['allowInsecure'] == true))
|
||||||
.toString();
|
.toString();
|
||||||
return APKDetails(version, [rel].map((e) => MapEntry(e, e)).toList(),
|
return APKDetails(version, [rel].map((e) => MapEntry(e, e)).toList(),
|
||||||
AppNames(uri.host, tr('app')));
|
AppNames(uri.host, tr('app')));
|
||||||
|
@@ -12,7 +12,7 @@ class HuaweiAppGallery extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}(/#)?/(app|appdl)/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}(/#)?/(app|appdl)/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -14,7 +14,7 @@ class IzzyOnDroid extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegExA = RegExp(
|
RegExp standardUrlRegExA = RegExp(
|
||||||
'^https?://android.${getSourceRegex(hosts)}/repo/apk/[^/]+',
|
'^https?://android.${getSourceRegex(hosts)}/repo/apk/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -10,7 +10,7 @@ class Mullvad extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -10,7 +10,7 @@ class NeutronCode extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/downloads/file/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/downloads/file/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -9,7 +9,7 @@ class Signal extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
return 'https://${hosts[0]}';
|
return 'https://${hosts[0]}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -9,7 +9,7 @@ class SourceForge extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
var sourceRegex = getSourceRegex(hosts);
|
var sourceRegex = getSourceRegex(hosts);
|
||||||
RegExp standardUrlRegExC =
|
RegExp standardUrlRegExC =
|
||||||
RegExp('^https?://(www\\.)?$sourceRegex/p/.+', caseSensitive: false);
|
RegExp('^https?://(www\\.)?$sourceRegex/p/.+', caseSensitive: false);
|
||||||
|
@@ -20,7 +20,7 @@ class SourceHut extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
'^https?://(www\\.)?${getSourceRegex(hosts)}/[^/]+/[^/]+',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
|
@@ -20,7 +20,7 @@ class SteamMobile extends AppSource {
|
|||||||
final apks = {'steam': tr('steamMobile'), 'steam-chat-app': tr('steamChat')};
|
final apks = {'steam': tr('steamMobile'), 'steam-chat-app': tr('steamChat')};
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
return 'https://${hosts[0]}';
|
return 'https://${hosts[0]}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ class TelegramApp extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
return 'https://${hosts[0]}';
|
return 'https://${hosts[0]}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
78
lib/app_sources/tencent.dart
Normal file
78
lib/app_sources/tencent.dart
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
import 'dart:convert';
|
||||||
|
|
||||||
|
import 'package:obtainium/custom_errors.dart';
|
||||||
|
import 'package:obtainium/providers/source_provider.dart';
|
||||||
|
|
||||||
|
class Tencent extends AppSource {
|
||||||
|
Tencent() {
|
||||||
|
name = 'Tencent App Store';
|
||||||
|
hosts = ['sj.qq.com'];
|
||||||
|
naiveStandardVersionDetection = true;
|
||||||
|
showReleaseDateAsVersionToggle = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
|
RegExp standardUrlRegEx = RegExp(
|
||||||
|
'^https?://${getSourceRegex(hosts)}/appdetail/[^/]+',
|
||||||
|
caseSensitive: false);
|
||||||
|
var 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))!;
|
||||||
|
String baseHost = Uri.parse(standardUrl)
|
||||||
|
.host
|
||||||
|
.split('.')
|
||||||
|
.reversed
|
||||||
|
.toList()
|
||||||
|
.sublist(0, 2)
|
||||||
|
.reversed
|
||||||
|
.join('.');
|
||||||
|
|
||||||
|
var res = await sourceRequest(
|
||||||
|
'https://upage.html5.$baseHost/wechat-apkinfo', additionalSettings,
|
||||||
|
followRedirects: false, postBody: {"packagename": appId});
|
||||||
|
|
||||||
|
if (res.statusCode == 200) {
|
||||||
|
var json = jsonDecode(res.body);
|
||||||
|
if (json['app_detail_records'][appId] == null) {
|
||||||
|
throw NoReleasesError();
|
||||||
|
}
|
||||||
|
var version =
|
||||||
|
json['app_detail_records'][appId]['apk_all_data']['version_name'];
|
||||||
|
var apkUrl = json['app_detail_records'][appId]['apk_all_data']['url'];
|
||||||
|
if (apkUrl == null) {
|
||||||
|
throw NoAPKError();
|
||||||
|
}
|
||||||
|
var appName = json['app_detail_records'][appId]['app_info']['name'];
|
||||||
|
var author = json['app_detail_records'][appId]['app_info']['author'];
|
||||||
|
var releaseDate =
|
||||||
|
json['app_detail_records'][appId]['app_info']['update_time'];
|
||||||
|
|
||||||
|
return APKDetails(
|
||||||
|
version,
|
||||||
|
[MapEntry(Uri.parse(apkUrl).queryParameters['fsname']!, apkUrl)],
|
||||||
|
AppNames(author, appName),
|
||||||
|
releaseDate: releaseDate != null
|
||||||
|
? DateTime.fromMillisecondsSinceEpoch(releaseDate * 1000)
|
||||||
|
: null);
|
||||||
|
} else {
|
||||||
|
throw getObtainiumHttpError(res);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@@ -10,10 +10,11 @@ class Uptodown extends AppSource {
|
|||||||
allowSubDomains = true;
|
allowSubDomains = true;
|
||||||
naiveStandardVersionDetection = true;
|
naiveStandardVersionDetection = true;
|
||||||
showReleaseDateAsVersionToggle = true;
|
showReleaseDateAsVersionToggle = true;
|
||||||
|
urlsAlwaysHaveExtension = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
RegExp standardUrlRegEx = RegExp(
|
RegExp standardUrlRegEx = RegExp(
|
||||||
'^https?://([^\\.]+\\.){2,}${getSourceRegex(hosts)}',
|
'^https?://([^\\.]+\\.){2,}${getSourceRegex(hosts)}',
|
||||||
caseSensitive: false);
|
caseSensitive: false);
|
||||||
@@ -39,20 +40,29 @@ class Uptodown extends AppSource {
|
|||||||
}
|
}
|
||||||
var html = parse(res.body);
|
var html = parse(res.body);
|
||||||
String? version = html.querySelector('div.version')?.innerHtml;
|
String? version = html.querySelector('div.version')?.innerHtml;
|
||||||
String? apkUrl =
|
|
||||||
'${standardUrl.split('/').reversed.toList().sublist(1).reversed.join('/')}/post-download';
|
|
||||||
String? name = html.querySelector('#detail-app-name')?.innerHtml.trim();
|
String? name = html.querySelector('#detail-app-name')?.innerHtml.trim();
|
||||||
String? author = html.querySelector('#author-link')?.innerHtml.trim();
|
String? author = html.querySelector('#author-link')?.innerHtml.trim();
|
||||||
var detailElements = html.querySelectorAll('#technical-information td');
|
var detailElements = html.querySelectorAll('#technical-information td');
|
||||||
String? appId = (detailElements.elementAtOrNull(2))?.innerHtml.trim();
|
String? appId = (detailElements.elementAtOrNull(2))?.innerHtml.trim();
|
||||||
String? dateStr = (detailElements.elementAtOrNull(29))?.innerHtml.trim();
|
String? dateStr = (detailElements.elementAtOrNull(29))?.innerHtml.trim();
|
||||||
|
String? fileId =
|
||||||
|
html.querySelector('#detail-app-name')?.attributes['data-file-id'];
|
||||||
|
String? extension = html
|
||||||
|
.querySelectorAll('td')
|
||||||
|
.where((e) => e.text.toLowerCase().trim() == 'file type')
|
||||||
|
.firstOrNull
|
||||||
|
?.nextElementSibling
|
||||||
|
?.text
|
||||||
|
.toLowerCase()
|
||||||
|
.trim();
|
||||||
return Map.fromEntries([
|
return Map.fromEntries([
|
||||||
MapEntry('version', version),
|
MapEntry('version', version),
|
||||||
MapEntry('apkUrl', apkUrl),
|
|
||||||
MapEntry('appId', appId),
|
MapEntry('appId', appId),
|
||||||
MapEntry('name', name),
|
MapEntry('name', name),
|
||||||
MapEntry('author', author),
|
MapEntry('author', author),
|
||||||
MapEntry('dateStr', dateStr)
|
MapEntry('dateStr', dateStr),
|
||||||
|
MapEntry('fileId', fileId),
|
||||||
|
MapEntry('extension', extension)
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -64,14 +74,16 @@ class Uptodown extends AppSource {
|
|||||||
var appDetails =
|
var appDetails =
|
||||||
await getAppDetailsFromPage(standardUrl, additionalSettings);
|
await getAppDetailsFromPage(standardUrl, additionalSettings);
|
||||||
var version = appDetails['version'];
|
var version = appDetails['version'];
|
||||||
var apkUrl = appDetails['apkUrl'];
|
|
||||||
var appId = appDetails['appId'];
|
var appId = appDetails['appId'];
|
||||||
|
var fileId = appDetails['fileId'];
|
||||||
|
var extension = appDetails['extension'];
|
||||||
if (version == null) {
|
if (version == null) {
|
||||||
throw NoVersionError();
|
throw NoVersionError();
|
||||||
}
|
}
|
||||||
if (apkUrl == null) {
|
if (fileId == null) {
|
||||||
throw NoAPKError();
|
throw NoAPKError();
|
||||||
}
|
}
|
||||||
|
var apkUrl = '$standardUrl/$fileId-x';
|
||||||
if (appId == null) {
|
if (appId == null) {
|
||||||
throw NoReleasesError();
|
throw NoReleasesError();
|
||||||
}
|
}
|
||||||
@@ -82,8 +94,8 @@ class Uptodown extends AppSource {
|
|||||||
if (dateStr != null) {
|
if (dateStr != null) {
|
||||||
relDate = parseDateTimeMMMddCommayyyy(dateStr);
|
relDate = parseDateTimeMMMddCommayyyy(dateStr);
|
||||||
}
|
}
|
||||||
return APKDetails(
|
return APKDetails(version, [MapEntry('$appId.$extension', apkUrl)],
|
||||||
version, getApkUrlsFromUrls([apkUrl]), AppNames(author, appName),
|
AppNames(author, appName),
|
||||||
releaseDate: relDate);
|
releaseDate: relDate);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -96,7 +108,7 @@ class Uptodown extends AppSource {
|
|||||||
}
|
}
|
||||||
var html = parse(res.body);
|
var html = parse(res.body);
|
||||||
var finalUrlKey =
|
var finalUrlKey =
|
||||||
html.querySelector('.post-download')?.attributes['data-url'];
|
html.querySelector('#detail-download-button')?.attributes['data-url'];
|
||||||
if (finalUrlKey == null) {
|
if (finalUrlKey == null) {
|
||||||
throw NoAPKError();
|
throw NoAPKError();
|
||||||
}
|
}
|
||||||
|
@@ -21,7 +21,7 @@ class VLC extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
return 'https://${hosts[0]}';
|
return 'https://${hosts[0]}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ class WhatsApp extends AppSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
return 'https://${hosts[0]}';
|
return 'https://${hosts[0]}';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -23,6 +23,7 @@ import 'package:easy_localization/src/localization.dart';
|
|||||||
List<MapEntry<Locale, String>> supportedLocales = const [
|
List<MapEntry<Locale, String>> supportedLocales = const [
|
||||||
MapEntry(Locale('en'), 'English'),
|
MapEntry(Locale('en'), 'English'),
|
||||||
MapEntry(Locale('zh'), '简体中文'),
|
MapEntry(Locale('zh'), '简体中文'),
|
||||||
|
MapEntry(Locale('zh_Hant_TW'), '臺灣話'),
|
||||||
MapEntry(Locale('it'), 'Italiano'),
|
MapEntry(Locale('it'), 'Italiano'),
|
||||||
MapEntry(Locale('ja'), '日本語'),
|
MapEntry(Locale('ja'), '日本語'),
|
||||||
MapEntry(Locale('hu'), 'Magyar'),
|
MapEntry(Locale('hu'), 'Magyar'),
|
||||||
@@ -41,6 +42,8 @@ List<MapEntry<Locale, String>> supportedLocales = const [
|
|||||||
MapEntry(Locale('tr'), 'Türkçe'),
|
MapEntry(Locale('tr'), 'Türkçe'),
|
||||||
MapEntry(Locale('uk'), 'Українська'),
|
MapEntry(Locale('uk'), 'Українська'),
|
||||||
MapEntry(Locale('da'), 'Dansk'),
|
MapEntry(Locale('da'), 'Dansk'),
|
||||||
|
MapEntry(Locale('en', 'EO'),
|
||||||
|
'Esperanto'), // https://github.com/aissat/easy_localization/issues/220#issuecomment-846035493
|
||||||
];
|
];
|
||||||
const fallbackLocale = Locale('en');
|
const fallbackLocale = Locale('en');
|
||||||
const localeDir = 'assets/translations';
|
const localeDir = 'assets/translations';
|
||||||
@@ -245,15 +248,17 @@ class _ObtainiumState extends State<Obtainium> {
|
|||||||
colorScheme: settingsProvider.theme == ThemeSettings.dark
|
colorScheme: settingsProvider.theme == ThemeSettings.dark
|
||||||
? darkColorScheme
|
? darkColorScheme
|
||||||
: lightColorScheme,
|
: lightColorScheme,
|
||||||
fontFamily:
|
fontFamily: settingsProvider.useSystemFont
|
||||||
settingsProvider.useSystemFont ? 'SystemFont' : 'Metropolis'),
|
? 'SystemFont'
|
||||||
|
: 'Wix-Madefor-Display'),
|
||||||
darkTheme: ThemeData(
|
darkTheme: ThemeData(
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
colorScheme: settingsProvider.theme == ThemeSettings.light
|
colorScheme: settingsProvider.theme == ThemeSettings.light
|
||||||
? lightColorScheme
|
? lightColorScheme
|
||||||
: darkColorScheme,
|
: darkColorScheme,
|
||||||
fontFamily:
|
fontFamily: settingsProvider.useSystemFont
|
||||||
settingsProvider.useSystemFont ? 'SystemFont' : 'Metropolis'),
|
? 'SystemFont'
|
||||||
|
: 'Wix-Madefor-Display'),
|
||||||
home: Shortcuts(shortcuts: <LogicalKeySet, Intent>{
|
home: Shortcuts(shortcuts: <LogicalKeySet, Intent>{
|
||||||
LogicalKeySet(LogicalKeyboardKey.select): const ActivateIntent(),
|
LogicalKeySet(LogicalKeyboardKey.select): const ActivateIntent(),
|
||||||
}, child: const HomePage()));
|
}, child: const HomePage()));
|
||||||
|
@@ -248,7 +248,8 @@ class _AppPageState extends State<AppPage> {
|
|||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
FutureBuilder(
|
FutureBuilder(
|
||||||
future: appsProvider.updateAppIcon(app?.app.id),
|
future:
|
||||||
|
appsProvider.updateAppIcon(app?.app.id, ignoreCache: true),
|
||||||
builder: (ctx, val) {
|
builder: (ctx, val) {
|
||||||
return app?.icon != null
|
return app?.icon != null
|
||||||
? Row(
|
? Row(
|
||||||
|
@@ -416,6 +416,8 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
? Image.memory(
|
? Image.memory(
|
||||||
listedApps[appIndex].icon!,
|
listedApps[appIndex].icon!,
|
||||||
gaplessPlayback: true,
|
gaplessPlayback: true,
|
||||||
|
opacity: AlwaysStoppedAnimation(
|
||||||
|
listedApps[appIndex].installedInfo == null ? 0.6 : 1),
|
||||||
)
|
)
|
||||||
: Row(
|
: Row(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
@@ -917,6 +919,27 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
},
|
},
|
||||||
child: Text(tr('shareAppConfigLinks'))),
|
child: Text(tr('shareAppConfigLinks'))),
|
||||||
const Divider(),
|
const Divider(),
|
||||||
|
TextButton(
|
||||||
|
onPressed: selectedAppIds.isEmpty
|
||||||
|
? null
|
||||||
|
: () {
|
||||||
|
var exportJSON = jsonEncode(
|
||||||
|
appsProvider.generateExportJSON(
|
||||||
|
appIds: selectedApps
|
||||||
|
.map((e) => e.id)
|
||||||
|
.toList(),
|
||||||
|
overrideExportSettings: false));
|
||||||
|
XFile f = XFile.fromData(
|
||||||
|
Uint8List.fromList(
|
||||||
|
utf8.encode(exportJSON)),
|
||||||
|
mimeType: 'application/json',
|
||||||
|
name:
|
||||||
|
'${tr('obtainiumExportHyphenatedLowercase')}-${selectedApps.length}-${DateTime.now().millisecondsSinceEpoch}');
|
||||||
|
Share.shareXFiles([f]);
|
||||||
|
},
|
||||||
|
child: Text(
|
||||||
|
'${tr('share')} - ${tr('obtainiumExport')}')),
|
||||||
|
const Divider(),
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
appsProvider
|
appsProvider
|
||||||
@@ -1056,7 +1079,9 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
IconButton(
|
IconButton(
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
style: const ButtonStyle(visualDensity: VisualDensity.compact),
|
style: const ButtonStyle(visualDensity: VisualDensity.compact),
|
||||||
tooltip: '${tr('filter')}${isFilterOff ? '' : ' *'}',
|
tooltip: isFilterOff
|
||||||
|
? tr('filterApps')
|
||||||
|
: '${tr('filter')} - ${tr('remove')}',
|
||||||
onPressed: isFilterOff
|
onPressed: isFilterOff
|
||||||
? showFilterDialog
|
? showFilterDialog
|
||||||
: () {
|
: () {
|
||||||
@@ -1065,8 +1090,8 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
icon: Icon(isFilterOff
|
icon: Icon(isFilterOff
|
||||||
? Icons.filter_list_rounded
|
? Icons.search_rounded
|
||||||
: Icons.filter_list_off_rounded)),
|
: Icons.search_off_rounded)),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
width: 10,
|
width: 10,
|
||||||
),
|
),
|
||||||
|
@@ -17,6 +17,7 @@ import 'package:device_info_plus/device_info_plus.dart';
|
|||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/services.dart';
|
import 'package:flutter/services.dart';
|
||||||
|
import 'package:http/io_client.dart';
|
||||||
import 'package:obtainium/components/generated_form.dart';
|
import 'package:obtainium/components/generated_form.dart';
|
||||||
import 'package:obtainium/components/generated_form_modal.dart';
|
import 'package:obtainium/components/generated_form_modal.dart';
|
||||||
import 'package:obtainium/custom_errors.dart';
|
import 'package:obtainium/custom_errors.dart';
|
||||||
@@ -146,17 +147,23 @@ Future<File> downloadFileWithRetry(String url, String fileName,
|
|||||||
bool fileNameHasExt, Function? onProgress, String destDir,
|
bool fileNameHasExt, Function? onProgress, String destDir,
|
||||||
{bool useExisting = true,
|
{bool useExisting = true,
|
||||||
Map<String, String>? headers,
|
Map<String, String>? headers,
|
||||||
int retries = 3}) async {
|
int retries = 3,
|
||||||
|
bool allowInsecure = false}) async {
|
||||||
try {
|
try {
|
||||||
return await downloadFile(
|
return await downloadFile(
|
||||||
url, fileName, fileNameHasExt, onProgress, destDir,
|
url, fileName, fileNameHasExt, onProgress, destDir,
|
||||||
useExisting: useExisting, headers: headers);
|
useExisting: useExisting,
|
||||||
|
headers: headers,
|
||||||
|
allowInsecure: allowInsecure);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (retries > 0 && e is ClientException) {
|
if (retries > 0 && e is ClientException) {
|
||||||
await Future.delayed(const Duration(seconds: 5));
|
await Future.delayed(const Duration(seconds: 5));
|
||||||
return await downloadFileWithRetry(
|
return await downloadFileWithRetry(
|
||||||
url, fileName, fileNameHasExt, onProgress, destDir,
|
url, fileName, fileNameHasExt, onProgress, destDir,
|
||||||
useExisting: useExisting, headers: headers, retries: (retries - 1));
|
useExisting: useExisting,
|
||||||
|
headers: headers,
|
||||||
|
retries: (retries - 1),
|
||||||
|
allowInsecure: allowInsecure);
|
||||||
} else {
|
} else {
|
||||||
rethrow;
|
rethrow;
|
||||||
}
|
}
|
||||||
@@ -173,11 +180,14 @@ String hashListOfLists(List<List<int>> data) {
|
|||||||
Future<String> checkPartialDownloadHashDynamic(String url,
|
Future<String> checkPartialDownloadHashDynamic(String url,
|
||||||
{int startingSize = 1024,
|
{int startingSize = 1024,
|
||||||
int lowerLimit = 128,
|
int lowerLimit = 128,
|
||||||
Map<String, String>? headers}) async {
|
Map<String, String>? headers,
|
||||||
|
bool allowInsecure = false}) async {
|
||||||
for (int i = startingSize; i >= lowerLimit; i -= 256) {
|
for (int i = startingSize; i >= lowerLimit; i -= 256) {
|
||||||
List<String> ab = await Future.wait([
|
List<String> ab = await Future.wait([
|
||||||
checkPartialDownloadHash(url, i, headers: headers),
|
checkPartialDownloadHash(url, i,
|
||||||
checkPartialDownloadHash(url, i, headers: headers)
|
headers: headers, allowInsecure: allowInsecure),
|
||||||
|
checkPartialDownloadHash(url, i,
|
||||||
|
headers: headers, allowInsecure: allowInsecure)
|
||||||
]);
|
]);
|
||||||
if (ab[0] == ab[1]) {
|
if (ab[0] == ab[1]) {
|
||||||
return ab[0];
|
return ab[0];
|
||||||
@@ -187,13 +197,13 @@ Future<String> checkPartialDownloadHashDynamic(String url,
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<String> checkPartialDownloadHash(String url, int bytesToGrab,
|
Future<String> checkPartialDownloadHash(String url, int bytesToGrab,
|
||||||
{Map<String, String>? headers}) async {
|
{Map<String, String>? headers, bool allowInsecure = false}) async {
|
||||||
var req = Request('GET', Uri.parse(url));
|
var req = Request('GET', Uri.parse(url));
|
||||||
if (headers != null) {
|
if (headers != null) {
|
||||||
req.headers.addAll(headers);
|
req.headers.addAll(headers);
|
||||||
}
|
}
|
||||||
req.headers[HttpHeaders.rangeHeader] = 'bytes=0-$bytesToGrab';
|
req.headers[HttpHeaders.rangeHeader] = 'bytes=0-$bytesToGrab';
|
||||||
var client = http.Client();
|
var client = IOClient(createHttpClient(allowInsecure));
|
||||||
var response = await client.send(req);
|
var response = await client.send(req);
|
||||||
if (response.statusCode < 200 || response.statusCode > 299) {
|
if (response.statusCode < 200 || response.statusCode > 299) {
|
||||||
throw ObtainiumError(response.reasonPhrase ?? tr('unexpectedError'));
|
throw ObtainiumError(response.reasonPhrase ?? tr('unexpectedError'));
|
||||||
@@ -204,12 +214,14 @@ Future<String> checkPartialDownloadHash(String url, int bytesToGrab,
|
|||||||
|
|
||||||
Future<File> downloadFile(String url, String fileName, bool fileNameHasExt,
|
Future<File> downloadFile(String url, String fileName, bool fileNameHasExt,
|
||||||
Function? onProgress, String destDir,
|
Function? onProgress, String destDir,
|
||||||
{bool useExisting = true, Map<String, String>? headers}) async {
|
{bool useExisting = true,
|
||||||
|
Map<String, String>? headers,
|
||||||
|
bool allowInsecure = false}) async {
|
||||||
// Send the initial request but cancel it as soon as you have the headers
|
// Send the initial request but cancel it as soon as you have the headers
|
||||||
var reqHeaders = headers ?? {};
|
var reqHeaders = headers ?? {};
|
||||||
var req = Request('GET', Uri.parse(url));
|
var req = Request('GET', Uri.parse(url));
|
||||||
req.headers.addAll(reqHeaders);
|
req.headers.addAll(reqHeaders);
|
||||||
var client = http.Client();
|
var client = IOClient(createHttpClient(allowInsecure));
|
||||||
StreamedResponse response = await client.send(req);
|
StreamedResponse response = await client.send(req);
|
||||||
var resHeaders = response.headers;
|
var resHeaders = response.headers;
|
||||||
|
|
||||||
@@ -225,7 +237,9 @@ Future<File> downloadFile(String url, String fileName, bool fileNameHasExt,
|
|||||||
ext != 'apk') {
|
ext != 'apk') {
|
||||||
ext = 'apk';
|
ext = 'apk';
|
||||||
}
|
}
|
||||||
fileName = fileName.split('/').last; // Ensure the fileName is a file name
|
fileName = fileNameHasExt
|
||||||
|
? fileName
|
||||||
|
: fileName.split('/').last; // Ensure the fileName is a file name
|
||||||
File downloadedFile = File('$destDir/$fileName.$ext');
|
File downloadedFile = File('$destDir/$fileName.$ext');
|
||||||
if (fileNameHasExt) {
|
if (fileNameHasExt) {
|
||||||
// If the user says the filename already has an ext, ignore whatever you inferred from above
|
// If the user says the filename already has an ext, ignore whatever you inferred from above
|
||||||
@@ -273,7 +287,7 @@ Future<File> downloadFile(String url, String fileName, bool fileNameHasExt,
|
|||||||
IOSink? sink;
|
IOSink? sink;
|
||||||
if (rangeFeatureEnabled && fullContentLength != null && rangeStart > 0) {
|
if (rangeFeatureEnabled && fullContentLength != null && rangeStart > 0) {
|
||||||
client.close();
|
client.close();
|
||||||
client = http.Client();
|
client = IOClient(createHttpClient(allowInsecure));
|
||||||
req = Request('GET', Uri.parse(url));
|
req = Request('GET', Uri.parse(url));
|
||||||
req.headers.addAll(reqHeaders);
|
req.headers.addAll(reqHeaders);
|
||||||
req.headers.addAll({'range': 'bytes=$rangeStart-${fullContentLength - 1}'});
|
req.headers.addAll({'range': 'bytes=$rangeStart-${fullContentLength - 1}'});
|
||||||
@@ -316,12 +330,12 @@ Future<File> downloadFile(String url, String fileName, bool fileNameHasExt,
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<Map<String, String>> getHeaders(String url,
|
Future<Map<String, String>> getHeaders(String url,
|
||||||
{Map<String, String>? headers}) async {
|
{Map<String, String>? headers, bool allowInsecure = false}) async {
|
||||||
var req = http.Request('GET', Uri.parse(url));
|
var req = http.Request('GET', Uri.parse(url));
|
||||||
if (headers != null) {
|
if (headers != null) {
|
||||||
req.headers.addAll(headers);
|
req.headers.addAll(headers);
|
||||||
}
|
}
|
||||||
var client = http.Client();
|
var client = IOClient(createHttpClient(allowInsecure));
|
||||||
var response = await client.send(req);
|
var response = await client.send(req);
|
||||||
if (response.statusCode < 200 || response.statusCode > 299) {
|
if (response.statusCode < 200 || response.statusCode > 299) {
|
||||||
throw ObtainiumError(response.reasonPhrase ?? tr('unexpectedError'));
|
throw ObtainiumError(response.reasonPhrase ?? tr('unexpectedError'));
|
||||||
@@ -361,13 +375,14 @@ class AppsProvider with ChangeNotifier {
|
|||||||
late Stream<FGBGType>? foregroundStream;
|
late Stream<FGBGType>? foregroundStream;
|
||||||
late StreamSubscription<FGBGType>? foregroundSubscription;
|
late StreamSubscription<FGBGType>? foregroundSubscription;
|
||||||
late Directory APKDir;
|
late Directory APKDir;
|
||||||
|
late Directory iconsCacheDir;
|
||||||
late SettingsProvider settingsProvider = SettingsProvider();
|
late SettingsProvider settingsProvider = SettingsProvider();
|
||||||
|
|
||||||
Iterable<AppInMemory> getAppValues() => apps.values.map((a) => a.deepCopy());
|
Iterable<AppInMemory> getAppValues() => apps.values.map((a) => a.deepCopy());
|
||||||
|
|
||||||
AppsProvider({isBg = false}) {
|
AppsProvider({isBg = false}) {
|
||||||
// Subscribe to changes in the app foreground status
|
// Subscribe to changes in the app foreground status
|
||||||
foregroundStream = FGBGEvents.stream.asBroadcastStream();
|
foregroundStream = FGBGEvents.instance.stream.asBroadcastStream();
|
||||||
foregroundSubscription = foregroundStream?.listen((event) async {
|
foregroundSubscription = foregroundStream?.listen((event) async {
|
||||||
isForeground = event == FGBGType.foreground;
|
isForeground = event == FGBGType.foreground;
|
||||||
if (isForeground) {
|
if (isForeground) {
|
||||||
@@ -379,12 +394,21 @@ class AppsProvider with ChangeNotifier {
|
|||||||
var cacheDirs = await getExternalCacheDirectories();
|
var cacheDirs = await getExternalCacheDirectories();
|
||||||
if (cacheDirs?.isNotEmpty ?? false) {
|
if (cacheDirs?.isNotEmpty ?? false) {
|
||||||
APKDir = cacheDirs!.first;
|
APKDir = cacheDirs!.first;
|
||||||
|
iconsCacheDir = Directory('${cacheDirs.first.path}/icons');
|
||||||
|
if (!iconsCacheDir.existsSync()) {
|
||||||
|
iconsCacheDir.createSync();
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
APKDir =
|
APKDir =
|
||||||
Directory('${(await getExternalStorageDirectory())!.path}/apks');
|
Directory('${(await getExternalStorageDirectory())!.path}/apks');
|
||||||
if (!APKDir.existsSync()) {
|
if (!APKDir.existsSync()) {
|
||||||
APKDir.createSync();
|
APKDir.createSync();
|
||||||
}
|
}
|
||||||
|
iconsCacheDir =
|
||||||
|
Directory('${(await getExternalStorageDirectory())!.path}/icons');
|
||||||
|
if (!iconsCacheDir.existsSync()) {
|
||||||
|
iconsCacheDir.createSync();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (!isBg) {
|
if (!isBg) {
|
||||||
// Load Apps into memory (in background processes, this is done later instead of in the constructor)
|
// Load Apps into memory (in background processes, this is done later instead of in the constructor)
|
||||||
@@ -447,11 +471,15 @@ class AppsProvider with ChangeNotifier {
|
|||||||
notificationsProvider?.cancel(notif.id);
|
notificationsProvider?.cancel(notif.id);
|
||||||
int? prevProg;
|
int? prevProg;
|
||||||
var fileNameNoExt = '${app.id}-${downloadUrl.hashCode}';
|
var fileNameNoExt = '${app.id}-${downloadUrl.hashCode}';
|
||||||
|
if (source.urlsAlwaysHaveExtension) {
|
||||||
|
fileNameNoExt =
|
||||||
|
'$fileNameNoExt.${app.apkUrls[app.preferredApkIndex].key.split('.').last}';
|
||||||
|
}
|
||||||
var headers = await source.getRequestHeaders(app.additionalSettings,
|
var headers = await source.getRequestHeaders(app.additionalSettings,
|
||||||
forAPKDownload: true);
|
forAPKDownload: true);
|
||||||
var downloadedFile = await downloadFileWithRetry(
|
var downloadedFile = await downloadFileWithRetry(
|
||||||
downloadUrl, fileNameNoExt, false, headers: headers,
|
downloadUrl, fileNameNoExt, source.urlsAlwaysHaveExtension,
|
||||||
(double? progress) {
|
headers: headers, (double? progress) {
|
||||||
int? prog = progress?.ceil();
|
int? prog = progress?.ceil();
|
||||||
if (apps[app.id] != null) {
|
if (apps[app.id] != null) {
|
||||||
apps[app.id]!.downloadProgress = progress;
|
apps[app.id]!.downloadProgress = progress;
|
||||||
@@ -462,7 +490,9 @@ class AppsProvider with ChangeNotifier {
|
|||||||
notificationsProvider?.notify(notif);
|
notificationsProvider?.notify(notif);
|
||||||
}
|
}
|
||||||
prevProg = prog;
|
prevProg = prog;
|
||||||
}, APKDir.path, useExisting: useExisting);
|
}, APKDir.path,
|
||||||
|
useExisting: useExisting,
|
||||||
|
allowInsecure: app.additionalSettings['allowInsecure'] == true);
|
||||||
// Set to 90 for remaining steps, will make null in 'finally'
|
// Set to 90 for remaining steps, will make null in 'finally'
|
||||||
if (apps[app.id] != null) {
|
if (apps[app.id] != null) {
|
||||||
apps[app.id]!.downloadProgress = -1;
|
apps[app.id]!.downloadProgress = -1;
|
||||||
@@ -485,8 +515,17 @@ class AppsProvider with ChangeNotifier {
|
|||||||
.listSync()
|
.listSync()
|
||||||
.where((e) => e.path.toLowerCase().endsWith('.apk'))
|
.where((e) => e.path.toLowerCase().endsWith('.apk'))
|
||||||
.toList();
|
.toList();
|
||||||
newInfo =
|
for (var i = 0; i < apks.length; i++) {
|
||||||
await pm.getPackageArchiveInfo(archiveFilePath: apks.first.path);
|
try {
|
||||||
|
newInfo = await pm.getPackageArchiveInfo(
|
||||||
|
archiveFilePath: apks.first.path);
|
||||||
|
break;
|
||||||
|
} catch (e) {
|
||||||
|
if (i == apks.length - 1) {
|
||||||
|
rethrow;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (newInfo == null) {
|
if (newInfo == null) {
|
||||||
downloadedFile.delete();
|
downloadedFile.delete();
|
||||||
@@ -572,7 +611,7 @@ class AppsProvider with ChangeNotifier {
|
|||||||
if (!isForeground) {
|
if (!isForeground) {
|
||||||
await notificationsProvider.notify(completeInstallationNotification,
|
await notificationsProvider.notify(completeInstallationNotification,
|
||||||
cancelExisting: true);
|
cancelExisting: true);
|
||||||
while (await FGBGEvents.stream.first != FGBGType.foreground) {}
|
while (await FGBGEvents.instance.stream.first != FGBGType.foreground) {}
|
||||||
await notificationsProvider.cancel(completeInstallationNotification.id);
|
await notificationsProvider.cancel(completeInstallationNotification.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -844,7 +883,11 @@ class AppsProvider with ChangeNotifier {
|
|||||||
if (needBGWorkaround) {
|
if (needBGWorkaround) {
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
installApk(downloadedFile, contextIfNewInstall,
|
installApk(downloadedFile, contextIfNewInstall,
|
||||||
needsBGWorkaround: true);
|
needsBGWorkaround: true,
|
||||||
|
shizukuPretendToBeGooglePlay: apps[id]!
|
||||||
|
.app
|
||||||
|
.additionalSettings['shizukuPretendToBeGooglePlay'] ==
|
||||||
|
true);
|
||||||
} else {
|
} else {
|
||||||
// ignore: use_build_context_synchronously
|
// ignore: use_build_context_synchronously
|
||||||
sayInstalled = await installApk(downloadedFile, contextIfNewInstall,
|
sayInstalled = await installApk(downloadedFile, contextIfNewInstall,
|
||||||
@@ -948,11 +991,16 @@ class AppsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
for (var res in downloadResults) {
|
for (var res in downloadResults) {
|
||||||
if (!errors.appIdNames.containsKey(res['id'])) {
|
if (!errors.appIdNames.containsKey(res['id'])) {
|
||||||
await installFn(
|
try {
|
||||||
res['id'] as String,
|
await installFn(
|
||||||
res['willBeSilent'] as bool,
|
res['id'] as String,
|
||||||
res['downloadedFile'] as DownloadedApk?,
|
res['willBeSilent'] as bool,
|
||||||
res['downloadedDir'] as DownloadedXApkDir?);
|
res['downloadedFile'] as DownloadedApk?,
|
||||||
|
res['downloadedDir'] as DownloadedXApkDir?);
|
||||||
|
} catch (e) {
|
||||||
|
var id = res['id'] as String;
|
||||||
|
errors.add(id, e, appName: apps[id]?.name);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1012,7 +1060,8 @@ class AppsProvider with ChangeNotifier {
|
|||||||
.getRequestHeaders(app.additionalSettings,
|
.getRequestHeaders(app.additionalSettings,
|
||||||
forAPKDownload:
|
forAPKDownload:
|
||||||
fileUrl.key.endsWith('.apk') ? true : false),
|
fileUrl.key.endsWith('.apk') ? true : false),
|
||||||
useExisting: false);
|
useExisting: false,
|
||||||
|
allowInsecure: app.additionalSettings['allowInsecure'] == true);
|
||||||
notificationsProvider
|
notificationsProvider
|
||||||
.notify(DownloadedNotification(fileUrl.key, fileUrl.value));
|
.notify(DownloadedNotification(fileUrl.key, fileUrl.value));
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
@@ -1258,10 +1307,16 @@ class AppsProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
Future<void> updateAppIcon(String? appId) async {
|
Future<void> updateAppIcon(String? appId, {bool ignoreCache = false}) async {
|
||||||
if (apps[appId]?.icon == null) {
|
if (apps[appId]?.icon == null) {
|
||||||
var icon =
|
var cachedIcon = File('${iconsCacheDir.path}/$appId.png');
|
||||||
(await apps[appId]?.installedInfo?.applicationInfo?.getAppIcon());
|
var alreadyCached = cachedIcon.existsSync() && !ignoreCache;
|
||||||
|
var icon = alreadyCached
|
||||||
|
? (await cachedIcon.readAsBytes())
|
||||||
|
: (await apps[appId]?.installedInfo?.applicationInfo?.getAppIcon());
|
||||||
|
if (icon != null && !alreadyCached) {
|
||||||
|
cachedIcon.writeAsBytes(icon.toList());
|
||||||
|
}
|
||||||
if (icon != null) {
|
if (icon != null) {
|
||||||
apps.update(
|
apps.update(
|
||||||
apps[appId]!.app.id,
|
apps[appId]!.app.id,
|
||||||
@@ -1501,6 +1556,34 @@ class AppsProvider with ChangeNotifier {
|
|||||||
return updateAppIds;
|
return updateAppIds;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Map<String, dynamic> generateExportJSON(
|
||||||
|
{List<String>? appIds, bool? overrideExportSettings}) {
|
||||||
|
Map<String, dynamic> finalExport = {};
|
||||||
|
finalExport['apps'] = apps.values
|
||||||
|
.where((e) {
|
||||||
|
if (appIds == null) {
|
||||||
|
return true;
|
||||||
|
} else {
|
||||||
|
return appIds.contains(e.app.id);
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.map((e) => e.app.toJson())
|
||||||
|
.toList();
|
||||||
|
bool shouldExportSettings = settingsProvider.exportSettings;
|
||||||
|
if (overrideExportSettings != null) {
|
||||||
|
shouldExportSettings = overrideExportSettings;
|
||||||
|
}
|
||||||
|
if (shouldExportSettings) {
|
||||||
|
finalExport['settings'] = Map<String, Object?>.fromEntries(
|
||||||
|
(settingsProvider.prefs
|
||||||
|
?.getKeys()
|
||||||
|
.map((key) => MapEntry(key, settingsProvider.prefs?.get(key)))
|
||||||
|
.toList()) ??
|
||||||
|
[]);
|
||||||
|
}
|
||||||
|
return finalExport;
|
||||||
|
}
|
||||||
|
|
||||||
Future<String?> export(
|
Future<String?> export(
|
||||||
{bool pickOnly = false, isAuto = false, SettingsProvider? sp}) async {
|
{bool pickOnly = false, isAuto = false, SettingsProvider? sp}) async {
|
||||||
SettingsProvider settingsProvider = sp ?? this.settingsProvider;
|
SettingsProvider settingsProvider = sp ?? this.settingsProvider;
|
||||||
@@ -1531,22 +1614,13 @@ class AppsProvider with ChangeNotifier {
|
|||||||
}
|
}
|
||||||
String? returnPath;
|
String? returnPath;
|
||||||
if (!pickOnly) {
|
if (!pickOnly) {
|
||||||
Map<String, dynamic> finalExport = {};
|
var encoder = const JsonEncoder.withIndent(" ");
|
||||||
finalExport['apps'] = apps.values.map((e) => e.app.toJson()).toList();
|
Map<String, dynamic> finalExport = generateExportJSON();
|
||||||
if (settingsProvider.exportSettings) {
|
|
||||||
finalExport['settings'] = Map<String, Object?>.fromEntries(
|
|
||||||
(settingsProvider.prefs
|
|
||||||
?.getKeys()
|
|
||||||
.map((key) =>
|
|
||||||
MapEntry(key, settingsProvider.prefs?.get(key)))
|
|
||||||
.toList()) ??
|
|
||||||
[]);
|
|
||||||
}
|
|
||||||
var result = await saf.createFile(exportDir,
|
var result = await saf.createFile(exportDir,
|
||||||
displayName:
|
displayName:
|
||||||
'${tr('obtainiumExportHyphenatedLowercase')}-${DateTime.now().toIso8601String().replaceAll(':', '-')}${isAuto ? '-auto' : ''}.json',
|
'${tr('obtainiumExportHyphenatedLowercase')}-${DateTime.now().toIso8601String().replaceAll(':', '-')}${isAuto ? '-auto' : ''}.json',
|
||||||
mimeType: 'application/json',
|
mimeType: 'application/json',
|
||||||
bytes: Uint8List.fromList(utf8.encode(jsonEncode(finalExport))));
|
bytes: Uint8List.fromList(utf8.encode(encoder.convert(finalExport))));
|
||||||
if (result == null) {
|
if (result == null) {
|
||||||
throw ObtainiumError(tr('unexpectedError'));
|
throw ObtainiumError(tr('unexpectedError'));
|
||||||
}
|
}
|
||||||
@@ -1770,7 +1844,9 @@ Future<void> bgUpdateCheck(String taskId, Map<String, dynamic>? params) async {
|
|||||||
int maxRetryWaitSeconds = 5;
|
int maxRetryWaitSeconds = 5;
|
||||||
|
|
||||||
var netResult = await (Connectivity().checkConnectivity());
|
var netResult = await (Connectivity().checkConnectivity());
|
||||||
if (netResult.contains(ConnectivityResult.none)) {
|
if (netResult.contains(ConnectivityResult.none) ||
|
||||||
|
netResult.isEmpty ||
|
||||||
|
(netResult.contains(ConnectivityResult.vpn) && netResult.length == 1)) {
|
||||||
logs.add('BG update task: No network.');
|
logs.add('BG update task: No network.');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@@ -2,11 +2,13 @@
|
|||||||
// AppSource is an abstract class with a concrete implementation for each source
|
// AppSource is an abstract class with a concrete implementation for each source
|
||||||
|
|
||||||
import 'dart:convert';
|
import 'dart:convert';
|
||||||
|
import 'dart:io';
|
||||||
|
|
||||||
import 'package:device_info_plus/device_info_plus.dart';
|
import 'package:device_info_plus/device_info_plus.dart';
|
||||||
import 'package:easy_localization/easy_localization.dart';
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:html/dom.dart';
|
import 'package:html/dom.dart';
|
||||||
import 'package:http/http.dart';
|
import 'package:http/http.dart';
|
||||||
|
import 'package:http/io_client.dart';
|
||||||
import 'package:obtainium/app_sources/apkmirror.dart';
|
import 'package:obtainium/app_sources/apkmirror.dart';
|
||||||
import 'package:obtainium/app_sources/apkpure.dart';
|
import 'package:obtainium/app_sources/apkpure.dart';
|
||||||
import 'package:obtainium/app_sources/aptoide.dart';
|
import 'package:obtainium/app_sources/aptoide.dart';
|
||||||
@@ -26,6 +28,7 @@ import 'package:obtainium/app_sources/sourceforge.dart';
|
|||||||
import 'package:obtainium/app_sources/sourcehut.dart';
|
import 'package:obtainium/app_sources/sourcehut.dart';
|
||||||
import 'package:obtainium/app_sources/steammobile.dart';
|
import 'package:obtainium/app_sources/steammobile.dart';
|
||||||
import 'package:obtainium/app_sources/telegramapp.dart';
|
import 'package:obtainium/app_sources/telegramapp.dart';
|
||||||
|
import 'package:obtainium/app_sources/tencent.dart';
|
||||||
import 'package:obtainium/app_sources/uptodown.dart';
|
import 'package:obtainium/app_sources/uptodown.dart';
|
||||||
import 'package:obtainium/app_sources/vlc.dart';
|
import 'package:obtainium/app_sources/vlc.dart';
|
||||||
import 'package:obtainium/app_sources/whatsapp.dart';
|
import 'package:obtainium/app_sources/whatsapp.dart';
|
||||||
@@ -355,8 +358,10 @@ preStandardizeUrl(String url) {
|
|||||||
url = 'https://$url';
|
url = 'https://$url';
|
||||||
}
|
}
|
||||||
var uri = Uri.tryParse(url);
|
var uri = Uri.tryParse(url);
|
||||||
var trailingSlash = (uri?.path.endsWith('/') ?? false) &&
|
var trailingSlash = ((uri?.path.endsWith('/') ?? false) ||
|
||||||
|
((uri?.path.isEmpty ?? false) && url.endsWith('/'))) &&
|
||||||
(uri?.queryParameters.isEmpty ?? false);
|
(uri?.queryParameters.isEmpty ?? false);
|
||||||
|
|
||||||
url = url
|
url = url
|
||||||
.split('/')
|
.split('/')
|
||||||
.where((e) => e.isNotEmpty)
|
.where((e) => e.isNotEmpty)
|
||||||
@@ -397,6 +402,15 @@ getSourceRegex(List<String> hosts) {
|
|||||||
return '(${hosts.join('|').replaceAll('.', '\\.')})';
|
return '(${hosts.join('|').replaceAll('.', '\\.')})';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HttpClient createHttpClient(bool insecure) {
|
||||||
|
final client = HttpClient();
|
||||||
|
if (insecure) {
|
||||||
|
client.badCertificateCallback =
|
||||||
|
(X509Certificate cert, String host, int port) => true;
|
||||||
|
}
|
||||||
|
return client;
|
||||||
|
}
|
||||||
|
|
||||||
abstract class AppSource {
|
abstract class AppSource {
|
||||||
List<String> hosts = [];
|
List<String> hosts = [];
|
||||||
bool hostChanged = false;
|
bool hostChanged = false;
|
||||||
@@ -410,6 +424,7 @@ abstract class AppSource {
|
|||||||
bool showReleaseDateAsVersionToggle = false;
|
bool showReleaseDateAsVersionToggle = false;
|
||||||
bool versionDetectionDisallowed = false;
|
bool versionDetectionDisallowed = false;
|
||||||
List<String> excludeCommonSettingKeys = [];
|
List<String> excludeCommonSettingKeys = [];
|
||||||
|
bool urlsAlwaysHaveExtension = false;
|
||||||
|
|
||||||
AppSource() {
|
AppSource() {
|
||||||
name = runtimeType.toString();
|
name = runtimeType.toString();
|
||||||
@@ -451,17 +466,25 @@ abstract class AppSource {
|
|||||||
|
|
||||||
Future<Response> sourceRequest(
|
Future<Response> sourceRequest(
|
||||||
String url, Map<String, dynamic> additionalSettings,
|
String url, Map<String, dynamic> additionalSettings,
|
||||||
{bool followRedirects = true}) async {
|
{bool followRedirects = true, Object? postBody}) async {
|
||||||
var requestHeaders = await getRequestHeaders(additionalSettings);
|
var requestHeaders = await getRequestHeaders(additionalSettings);
|
||||||
if (requestHeaders != null || followRedirects == false) {
|
if (requestHeaders != null || followRedirects == false) {
|
||||||
var req = Request('GET', Uri.parse(url));
|
var req = Request(postBody == null ? 'GET' : 'POST', Uri.parse(url));
|
||||||
req.followRedirects = followRedirects;
|
req.followRedirects = followRedirects;
|
||||||
if (requestHeaders != null) {
|
if (requestHeaders != null) {
|
||||||
req.headers.addAll(requestHeaders);
|
req.headers.addAll(requestHeaders);
|
||||||
}
|
}
|
||||||
return Response.fromStream(await Client().send(req));
|
if (postBody != null) {
|
||||||
|
req.headers[HttpHeaders.contentTypeHeader] = 'application/json';
|
||||||
|
req.body = jsonEncode(postBody);
|
||||||
|
}
|
||||||
|
return Response.fromStream(await IOClient(
|
||||||
|
createHttpClient(additionalSettings['allowInsecure'] == true))
|
||||||
|
.send(req));
|
||||||
} else {
|
} else {
|
||||||
return get(Uri.parse(url));
|
return postBody == null
|
||||||
|
? get(Uri.parse(url))
|
||||||
|
: post(Uri.parse(url), body: jsonEncode(postBody));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -469,7 +492,7 @@ abstract class AppSource {
|
|||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
|
||||||
String sourceSpecificStandardizeURL(String url) {
|
String sourceSpecificStandardizeURL(String url, {bool forSelection = false}) {
|
||||||
throw NotImplementedError();
|
throw NotImplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -493,13 +516,15 @@ abstract class AppSource {
|
|||||||
],
|
],
|
||||||
[
|
[
|
||||||
GeneratedFormTextField('versionExtractionRegEx',
|
GeneratedFormTextField('versionExtractionRegEx',
|
||||||
label: tr('versionExtractionRegEx'),
|
label: tr('trimVersionString'),
|
||||||
required: false,
|
required: false,
|
||||||
additionalValidators: [(value) => regExValidator(value)]),
|
additionalValidators: [(value) => regExValidator(value)]),
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
GeneratedFormTextField('matchGroupToUse',
|
GeneratedFormTextField('matchGroupToUse',
|
||||||
label: tr('matchGroupToUse'), required: false, hint: '\$0')
|
label: tr('matchGroupToUseForX', args: [tr('trimVersionString')]),
|
||||||
|
required: false,
|
||||||
|
hint: '\$0')
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
GeneratedFormSwitch('versionDetection',
|
GeneratedFormSwitch('versionDetection',
|
||||||
@@ -533,6 +558,10 @@ abstract class AppSource {
|
|||||||
GeneratedFormSwitch('shizukuPretendToBeGooglePlay',
|
GeneratedFormSwitch('shizukuPretendToBeGooglePlay',
|
||||||
label: tr('shizukuPretendToBeGooglePlay'), defaultValue: false)
|
label: tr('shizukuPretendToBeGooglePlay'), defaultValue: false)
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
GeneratedFormSwitch('allowInsecure',
|
||||||
|
label: tr('allowInsecure'), defaultValue: false)
|
||||||
|
],
|
||||||
[
|
[
|
||||||
GeneratedFormSwitch('exemptFromBackgroundUpdates',
|
GeneratedFormSwitch('exemptFromBackgroundUpdates',
|
||||||
label: tr('exemptFromBackgroundUpdates'))
|
label: tr('exemptFromBackgroundUpdates'))
|
||||||
@@ -759,9 +788,10 @@ class SourceProvider {
|
|||||||
APKPure(),
|
APKPure(),
|
||||||
Aptoide(),
|
Aptoide(),
|
||||||
Uptodown(),
|
Uptodown(),
|
||||||
APKMirror(),
|
|
||||||
HuaweiAppGallery(),
|
HuaweiAppGallery(),
|
||||||
|
Tencent(),
|
||||||
Jenkins(),
|
Jenkins(),
|
||||||
|
APKMirror(),
|
||||||
Signal(),
|
Signal(),
|
||||||
VLC(),
|
VLC(),
|
||||||
WhatsApp(),
|
WhatsApp(),
|
||||||
@@ -804,7 +834,7 @@ class SourceProvider {
|
|||||||
for (var s in sources.where(
|
for (var s in sources.where(
|
||||||
(element) => element.hosts.isEmpty && !element.neverAutoSelect)) {
|
(element) => element.hosts.isEmpty && !element.neverAutoSelect)) {
|
||||||
try {
|
try {
|
||||||
s.sourceSpecificStandardizeURL(url);
|
s.sourceSpecificStandardizeURL(url, forSelection: true);
|
||||||
source = s;
|
source = s;
|
||||||
break;
|
break;
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
276
pubspec.lock
276
pubspec.lock
@@ -5,10 +5,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: android_intent_plus
|
name: android_intent_plus
|
||||||
sha256: "2bfdbee8d65e7c26f88b66f0a91f2863da4d3596d8a658b4162c8de5cf04b074"
|
sha256: "007703c1b2cac7ca98add3336b98cffa4baa11d5133cc463293dba9daa39cdf6"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.0.2"
|
version: "5.1.0"
|
||||||
android_package_installer:
|
android_package_installer:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -47,34 +47,34 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: app_links
|
name: app_links
|
||||||
sha256: a9905d6a60e814503fabc7523a9ed161b812d7ca69c99ad8ceea14279dc4f06b
|
sha256: ad1a6d598e7e39b46a34f746f9a8b011ee147e4c275d407fa457e7a62f84dd99
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.1.3"
|
version: "6.3.2"
|
||||||
app_links_linux:
|
app_links_linux:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: app_links_linux
|
name: app_links_linux
|
||||||
sha256: "567139eca3ca9fb113f2082f3aaa75a26f30f0ebdbe5fa7f09a3913c5bebd630"
|
sha256: f5f7173a78609f3dfd4c2ff2c95bd559ab43c80a87dc6a095921d96c05688c81
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.2"
|
version: "1.0.3"
|
||||||
app_links_platform_interface:
|
app_links_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: app_links_platform_interface
|
name: app_links_platform_interface
|
||||||
sha256: "58cff6f11df59b0e514dd5e4a61e988348ad5662f0e75d45d4e214ebea55c94c"
|
sha256: "05f5379577c513b534a29ddea68176a4d4802c46180ee8e2e966257158772a3f"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.0"
|
version: "2.0.2"
|
||||||
app_links_web:
|
app_links_web:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: app_links_web
|
name: app_links_web
|
||||||
sha256: "74586ed5f3c4786341e82a0fa43c39ec3f13108a550f74e80d8bf68aa11349d1"
|
sha256: af060ed76183f9e2b87510a9480e56a5352b6c249778d07bd2c95fc35632a555
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.3"
|
version: "1.0.4"
|
||||||
archive:
|
archive:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -103,10 +103,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: background_fetch
|
name: background_fetch
|
||||||
sha256: b5c298c911bc2ce41152668bc72eb0488f0665d75bc6d1e69e7d8367763eddcd
|
sha256: e9f26ae54d88310b7ac2a68f2f9fcee0081a4d5f11100f233a70702021e7ac4f
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.3.5"
|
version: "1.3.7"
|
||||||
boolean_selector:
|
boolean_selector:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -159,34 +159,34 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: connectivity_plus
|
name: connectivity_plus
|
||||||
sha256: db7a4e143dc72cc3cb2044ef9b052a7ebfe729513e6a82943bc3526f784365b8
|
sha256: "2056db5241f96cdc0126bd94459fc4cdc13876753768fc7a31c425e50a7177d0"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.0.3"
|
version: "6.0.5"
|
||||||
connectivity_plus_platform_interface:
|
connectivity_plus_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: connectivity_plus_platform_interface
|
name: connectivity_plus_platform_interface
|
||||||
sha256: b6a56efe1e6675be240de39107281d4034b64ac23438026355b4234042a35adb
|
sha256: "42657c1715d48b167930d5f34d00222ac100475f73d10162ddf43e714932f204"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.0"
|
version: "2.0.1"
|
||||||
cross_file:
|
cross_file:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: cross_file
|
name: cross_file
|
||||||
sha256: "55d7b444feb71301ef6b8838dbc1ae02e63dd48c8773f3810ff53bb1e2945b32"
|
sha256: "7caf6a750a0c04effbb52a676dce9a4a592e10ad35c34d6d2d0e4811160d5670"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.3.4+1"
|
version: "0.3.4+2"
|
||||||
crypto:
|
crypto:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: crypto
|
name: crypto
|
||||||
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
|
sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.3"
|
version: "3.0.5"
|
||||||
csslib:
|
csslib:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -215,18 +215,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: device_info_plus
|
name: device_info_plus
|
||||||
sha256: eead12d1a1ed83d8283ab4c2f3fca23ac4082f29f25f29dff0f758f57d06ec91
|
sha256: a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "10.1.0"
|
version: "10.1.2"
|
||||||
device_info_plus_platform_interface:
|
device_info_plus_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: device_info_plus_platform_interface
|
name: device_info_plus_platform_interface
|
||||||
sha256: d3b01d5868b50ae571cd1dc6e502fc94d956b665756180f7b16ead09e836fd64
|
sha256: "282d3cf731045a2feb66abfe61bbc40870ae50a3ed10a4d3d217556c35c8c2ba"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "7.0.0"
|
version: "7.0.1"
|
||||||
dynamic_color:
|
dynamic_color:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -271,10 +271,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: ffi
|
name: ffi
|
||||||
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
|
sha256: "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.2"
|
version: "2.1.3"
|
||||||
file:
|
file:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -287,10 +287,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: file_picker
|
name: file_picker
|
||||||
sha256: "2ca051989f69d1b2ca012b2cf3ccf78c70d40144f0861ff2c063493f7c8c3d45"
|
sha256: "167bb619cdddaa10ef2907609feb8a79c16dfa479d3afaf960f8e223f754bf12"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "8.0.5"
|
version: "8.1.2"
|
||||||
fixnum:
|
fixnum:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -303,18 +303,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flex_color_picker
|
name: flex_color_picker
|
||||||
sha256: "809af4ec82ede3b140ed0219b97d548de99e47aa4b99b14a10f705a2dbbcba5e"
|
sha256: "12dc855ae8ef5491f529b1fc52c655f06dcdf4114f1f7fdecafa41eec2ec8d79"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.5.1"
|
version: "3.6.0"
|
||||||
flex_seed_scheme:
|
flex_seed_scheme:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: flex_seed_scheme
|
name: flex_seed_scheme
|
||||||
sha256: "6c595e545b0678e1fe17e8eec3d1fbca7237482da194fadc20ad8607dc7a7f3d"
|
sha256: "7639d2c86268eff84a909026eb169f008064af0fb3696a651b24b0fa24a40334"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.0"
|
version: "3.4.1"
|
||||||
flutter:
|
flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description: flutter
|
description: flutter
|
||||||
@@ -332,10 +332,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_fgbg
|
name: flutter_fgbg
|
||||||
sha256: "08c4d2fd229e3df26083d5aecc3dea9ff4f2d188f8cd57aaf2b3f047bd08a047"
|
sha256: e02ad0738ba5fc7f331b62acb0d74aa540626a6441ae18fad685faa5ac4ad7a5
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.3.0"
|
version: "0.6.0"
|
||||||
flutter_keyboard_visibility:
|
flutter_keyboard_visibility:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -388,34 +388,34 @@ packages:
|
|||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: flutter_launcher_icons
|
name: flutter_launcher_icons
|
||||||
sha256: "526faf84284b86a4cb36d20a5e45147747b7563d921373d4ee0559c54fcdbcea"
|
sha256: "619817c4b65b322b5104b6bb6dfe6cda62d9729bd7ad4303ecc8b4e690a67a77"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.13.1"
|
version: "0.14.1"
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: flutter_lints
|
name: flutter_lints
|
||||||
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
|
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0"
|
version: "5.0.0"
|
||||||
flutter_local_notifications:
|
flutter_local_notifications:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_local_notifications
|
name: flutter_local_notifications
|
||||||
sha256: ced76d337f54de33d7d9f06092137b4ac2da5079e00cee8a11a1794ffc7c61c6
|
sha256: "49eeef364fddb71515bc78d5a8c51435a68bccd6e4d68e25a942c5e47761ae71"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "17.2.1"
|
version: "17.2.3"
|
||||||
flutter_local_notifications_linux:
|
flutter_local_notifications_linux:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: flutter_local_notifications_linux
|
name: flutter_local_notifications_linux
|
||||||
sha256: "33f741ef47b5f63cc7f78fe75eeeac7e19f171ff3c3df054d84c1e38bedb6a03"
|
sha256: c49bd06165cad9beeb79090b18cd1eb0296f4bf4b23b84426e37dd7c027fc3af
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0+1"
|
version: "4.0.1"
|
||||||
flutter_local_notifications_platform_interface:
|
flutter_local_notifications_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -433,18 +433,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: flutter_markdown
|
name: flutter_markdown
|
||||||
sha256: "2e8a801b1ded5ea001a4529c97b1f213dcb11c6b20668e081cafb23468593514"
|
sha256: e17575ca576a34b46c58c91f9948891117a1bd97815d2e661813c7f90c647a78
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.7.3"
|
version: "0.7.3+2"
|
||||||
flutter_plugin_android_lifecycle:
|
flutter_plugin_android_lifecycle:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: flutter_plugin_android_lifecycle
|
name: flutter_plugin_android_lifecycle
|
||||||
sha256: c6b0b4c05c458e1c01ad9bcc14041dd7b1f6783d487be4386f793f47a8a4d03e
|
sha256: "9ee02950848f61c4129af3d6ec84a1cfc0e47931abc746b03e7a3bc3e8ff6eda"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.0.20"
|
version: "2.0.22"
|
||||||
flutter_test:
|
flutter_test:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description: flutter
|
description: flutter
|
||||||
@@ -467,18 +467,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: fluttertoast
|
name: fluttertoast
|
||||||
sha256: "7eae679e596a44fdf761853a706f74979f8dd3cd92cf4e23cae161fda091b847"
|
sha256: "95f349437aeebe524ef7d6c9bde3e6b4772717cf46a0eb6a3ceaddc740b297cc"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "8.2.6"
|
version: "8.2.8"
|
||||||
fraction:
|
fraction:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: fraction
|
name: fraction
|
||||||
sha256: "09e9504c9177bbd77df56e5d147abfbb3b43360e64bf61510059c14d6a82d524"
|
sha256: ac0d9904bb8211eb28606bdf623ff9f222c53240d8e9b927a07c149d356eddc2
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.0.2"
|
version: "5.0.3"
|
||||||
gtk:
|
gtk:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -507,10 +507,10 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: http
|
name: http
|
||||||
sha256: "761a297c042deedc1ffbb156d6e2af13886bb305c2a343a4d972504cd67dd938"
|
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.2.1"
|
version: "1.2.2"
|
||||||
http_parser:
|
http_parser:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -547,18 +547,18 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: leak_tracker
|
name: leak_tracker
|
||||||
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
|
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "10.0.4"
|
version: "10.0.5"
|
||||||
leak_tracker_flutter_testing:
|
leak_tracker_flutter_testing:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: leak_tracker_flutter_testing
|
name: leak_tracker_flutter_testing
|
||||||
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
|
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.3"
|
version: "3.0.5"
|
||||||
leak_tracker_testing:
|
leak_tracker_testing:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -571,10 +571,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: lints
|
name: lints
|
||||||
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
|
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0"
|
version: "5.0.0"
|
||||||
markdown:
|
markdown:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -595,26 +595,26 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: material_color_utilities
|
name: material_color_utilities
|
||||||
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
|
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.8.0"
|
version: "0.11.1"
|
||||||
meta:
|
meta:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: meta
|
name: meta
|
||||||
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
|
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.12.0"
|
version: "1.15.0"
|
||||||
mime:
|
mime:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: mime
|
name: mime
|
||||||
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
|
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.5"
|
version: "1.0.6"
|
||||||
nested:
|
nested:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -643,18 +643,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: path_provider
|
name: path_provider
|
||||||
sha256: c9e7d3a4cd1410877472158bee69963a4579f78b68c65a2b7d40d1a7a88bb161
|
sha256: fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.3"
|
version: "2.1.4"
|
||||||
path_provider_android:
|
path_provider_android:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: path_provider_android
|
name: path_provider_android
|
||||||
sha256: bca87b0165ffd7cdb9cad8edd22d18d2201e886d9a9f19b4fb3452ea7df3a72a
|
sha256: "6f01f8e37ec30b07bc424b4deabac37cacb1bc7e2e515ad74486039918a37eb7"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.6"
|
version: "2.2.10"
|
||||||
path_provider_foundation:
|
path_provider_foundation:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -683,10 +683,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: path_provider_windows
|
name: path_provider_windows
|
||||||
sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170"
|
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.1"
|
version: "2.3.0"
|
||||||
permission_handler:
|
permission_handler:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -699,10 +699,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: permission_handler_android
|
name: permission_handler_android
|
||||||
sha256: b29a799ca03be9f999aa6c39f7de5209482d638e6f857f6b93b0875c618b7e54
|
sha256: "76e4ab092c1b240d31177bb64d2b0bea43f43d0e23541ec866151b9f7b2490fa"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "12.0.7"
|
version: "12.0.12"
|
||||||
permission_handler_apple:
|
permission_handler_apple:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -715,18 +715,18 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: permission_handler_html
|
name: permission_handler_html
|
||||||
sha256: "54bf176b90f6eddd4ece307e2c06cf977fb3973719c35a93b85cc7093eb6070d"
|
sha256: af26edbbb1f2674af65a8f4b56e1a6f526156bc273d0e65dd8075fab51c78851
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.1"
|
version: "0.1.3+2"
|
||||||
permission_handler_platform_interface:
|
permission_handler_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: permission_handler_platform_interface
|
name: permission_handler_platform_interface
|
||||||
sha256: "48d4fcf201a1dad93ee869ab0d4101d084f49136ec82a8a06ed9cfeacab9fd20"
|
sha256: e9c8eadee926c4532d0305dff94b85bf961f16759c3af791486613152af4b4f9
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.2.1"
|
version: "4.2.3"
|
||||||
permission_handler_windows:
|
permission_handler_windows:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -763,10 +763,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: pointer_interceptor
|
name: pointer_interceptor
|
||||||
sha256: d0a8e660d1204eaec5bd34b34cc92174690e076d2e4f893d9d68c486a13b07c4
|
sha256: "57210410680379aea8b1b7ed6ae0c3ad349bfd56fe845b8ea934a53344b9d523"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.10.1+1"
|
version: "0.10.1+2"
|
||||||
pointer_interceptor_ios:
|
pointer_interceptor_ios:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -787,10 +787,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: pointer_interceptor_web
|
name: pointer_interceptor_web
|
||||||
sha256: a6237528b46c411d8d55cdfad8fcb3269fc4cbb26060b14bff94879165887d1e
|
sha256: "7a7087782110f8c1827170660b09f8aa893e0e9a61431dbbe2ac3fc482e8c044"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.10.2"
|
version: "0.10.2+1"
|
||||||
provider:
|
provider:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -803,74 +803,74 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: share_plus
|
name: share_plus
|
||||||
sha256: ef3489a969683c4f3d0239010cc8b7a2a46543a8d139e111c06c558875083544
|
sha256: "468c43f285207c84bcabf5737f33b914ceb8eb38398b91e5e3ad1698d1b72a52"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "9.0.0"
|
version: "10.0.2"
|
||||||
share_plus_platform_interface:
|
share_plus_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: share_plus_platform_interface
|
name: share_plus_platform_interface
|
||||||
sha256: "0f9e4418835d1b2c3ae78fdb918251959106cefdbc4dd43526e182f80e82f6d4"
|
sha256: "6ababf341050edff57da8b6990f11f4e99eaba837865e2e6defe16d039619db5"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.0.0"
|
version: "5.0.0"
|
||||||
shared_preferences:
|
shared_preferences:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: shared_preferences
|
name: shared_preferences
|
||||||
sha256: d3bbe5553a986e83980916ded2f0b435ef2e1893dfaa29d5a7a790d0eca12180
|
sha256: "746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.3"
|
version: "2.3.2"
|
||||||
shared_preferences_android:
|
shared_preferences_android:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_android
|
name: shared_preferences_android
|
||||||
sha256: "93d0ec9dd902d85f326068e6a899487d1f65ffcd5798721a95330b26c8131577"
|
sha256: "480ba4345773f56acda9abf5f50bd966f581dac5d514e5fc4a18c62976bbba7e"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.3"
|
version: "2.3.2"
|
||||||
shared_preferences_foundation:
|
shared_preferences_foundation:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_foundation
|
name: shared_preferences_foundation
|
||||||
sha256: "0a8a893bf4fd1152f93fec03a415d11c27c74454d96e2318a7ac38dd18683ab7"
|
sha256: c4b35f6cb8f63c147312c054ce7c2254c8066745125264f0c88739c417fc9d9f
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.4.0"
|
version: "2.5.2"
|
||||||
shared_preferences_linux:
|
shared_preferences_linux:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_linux
|
name: shared_preferences_linux
|
||||||
sha256: "9f2cbcf46d4270ea8be39fa156d86379077c8a5228d9dfdb1164ae0bb93f1faa"
|
sha256: "580abfd40f415611503cae30adf626e6656dfb2f0cee8f465ece7b6defb40f2f"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.2"
|
version: "2.4.1"
|
||||||
shared_preferences_platform_interface:
|
shared_preferences_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_platform_interface
|
name: shared_preferences_platform_interface
|
||||||
sha256: "22e2ecac9419b4246d7c22bfbbda589e3acf5c0351137d87dd2939d984d37c3b"
|
sha256: "57cbf196c486bc2cf1f02b85784932c6094376284b3ad5779d1b1c6c6a816b80"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.2"
|
version: "2.4.1"
|
||||||
shared_preferences_web:
|
shared_preferences_web:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_web
|
name: shared_preferences_web
|
||||||
sha256: "9aee1089b36bd2aafe06582b7d7817fd317ef05fc30e6ba14bff247d0933042a"
|
sha256: d2ca4132d3946fec2184261726b355836a82c33d7d5b67af32692aff18a4684e
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.0"
|
version: "2.4.2"
|
||||||
shared_preferences_windows:
|
shared_preferences_windows:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: shared_preferences_windows
|
name: shared_preferences_windows
|
||||||
sha256: "841ad54f3c8381c480d0c9b508b89a34036f512482c407e6df7a9c4aa2ef8f59"
|
sha256: "94ef0f72b2d71bc3e700e025db3710911bd51a71cefb65cc609dd0d9a982e3c1"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.2"
|
version: "2.4.1"
|
||||||
shared_storage:
|
shared_storage:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -913,18 +913,18 @@ packages:
|
|||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: sqflite
|
name: sqflite
|
||||||
sha256: a43e5a27235518c03ca238e7b4732cf35eabe863a369ceba6cbefa537a66f16d
|
sha256: ff5a2436ef8ebdfda748fbfe957f9981524cb5ff11e7bafa8c42771840e8a788
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.3+1"
|
version: "2.3.3+2"
|
||||||
sqflite_common:
|
sqflite_common:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: sqflite_common
|
name: sqflite_common
|
||||||
sha256: "3da423ce7baf868be70e2c0976c28a1bb2f73644268b7ffa7d2e08eab71f16a4"
|
sha256: "2d8e607db72e9cb7748c9c6e739e2c9618320a5517de693d5a24609c4671b1a4"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.5.4"
|
version: "2.5.4+4"
|
||||||
stack_trace:
|
stack_trace:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -953,10 +953,10 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: synchronized
|
name: synchronized
|
||||||
sha256: "539ef412b170d65ecdafd780f924e5be3f60032a1128df156adad6c5b373d558"
|
sha256: "69fe30f3a8b04a0be0c15ae6490fc859a78ef4c43ae2dd5e8a623d45bfcf9225"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.0+1"
|
version: "3.3.0+3"
|
||||||
term_glyph:
|
term_glyph:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -969,18 +969,18 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: test_api
|
name: test_api
|
||||||
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
|
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.7.0"
|
version: "0.7.2"
|
||||||
timezone:
|
timezone:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: timezone
|
name: timezone
|
||||||
sha256: a6ccda4a69a442098b602c44e61a1e2b4bf6f5516e875bbf0f427d5df14745d5
|
sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.9.3"
|
version: "0.9.4"
|
||||||
typed_data:
|
typed_data:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1001,34 +1001,34 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: url_launcher_android
|
name: url_launcher_android
|
||||||
sha256: ceb2625f0c24ade6ef6778d1de0b2e44f2db71fded235eb52295247feba8c5cf
|
sha256: e35a698ac302dd68e41f73250bd9517fe3ab5fa4f18fe4647a0872db61bacbab
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.3.3"
|
version: "6.3.10"
|
||||||
url_launcher_ios:
|
url_launcher_ios:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: url_launcher_ios
|
name: url_launcher_ios
|
||||||
sha256: "7068716403343f6ba4969b4173cbf3b84fc768042124bc2c011e5d782b24fe89"
|
sha256: e43b677296fadce447e987a2f519dcf5f6d1e527dc35d01ffab4fff5b8a7063e
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "6.3.0"
|
version: "6.3.1"
|
||||||
url_launcher_linux:
|
url_launcher_linux:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: url_launcher_linux
|
name: url_launcher_linux
|
||||||
sha256: ab360eb661f8879369acac07b6bb3ff09d9471155357da8443fd5d3cf7363811
|
sha256: e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.1"
|
version: "3.2.0"
|
||||||
url_launcher_macos:
|
url_launcher_macos:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: url_launcher_macos
|
name: url_launcher_macos
|
||||||
sha256: "9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de"
|
sha256: "769549c999acdb42b8bcfa7c43d72bf79a382ca7441ab18a808e101149daf672"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.2.0"
|
version: "3.2.1"
|
||||||
url_launcher_platform_interface:
|
url_launcher_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1041,26 +1041,26 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: url_launcher_web
|
name: url_launcher_web
|
||||||
sha256: "8d9e750d8c9338601e709cd0885f95825086bd8b642547f26bda435aade95d8a"
|
sha256: "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.3.1"
|
version: "2.3.3"
|
||||||
url_launcher_windows:
|
url_launcher_windows:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: url_launcher_windows
|
name: url_launcher_windows
|
||||||
sha256: ecf9725510600aa2bb6d7ddabe16357691b6d2805f66216a97d1b881e21beff7
|
sha256: "49c10f879746271804767cb45551ec5592cdab00ee105c06dddde1a98f73b185"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.1"
|
version: "3.1.2"
|
||||||
uuid:
|
uuid:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: uuid
|
name: uuid
|
||||||
sha256: "814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8"
|
sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.4.0"
|
version: "4.5.1"
|
||||||
vector_math:
|
vector_math:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1073,34 +1073,34 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: vm_service
|
name: vm_service
|
||||||
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
|
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "14.2.1"
|
version: "14.2.5"
|
||||||
web:
|
web:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: web
|
name: web
|
||||||
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
|
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.5.1"
|
version: "1.1.0"
|
||||||
webview_flutter:
|
webview_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: webview_flutter
|
name: webview_flutter
|
||||||
sha256: "6869c8786d179f929144b4a1f86e09ac0eddfe475984951ea6c634774c16b522"
|
sha256: ec81f57aa1611f8ebecf1d2259da4ef052281cb5ad624131c93546c79ccc7736
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.8.0"
|
version: "4.9.0"
|
||||||
webview_flutter_android:
|
webview_flutter_android:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: webview_flutter_android
|
name: webview_flutter_android
|
||||||
sha256: f42447ca49523f11d8f70abea55ea211b3cafe172dd7a0e7ac007bb35dd356dc
|
sha256: "6e64fcb1c19d92024da8f33503aaeeda35825d77142c01d0ea2aa32edc79fdc8"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.16.4"
|
version: "3.16.7"
|
||||||
webview_flutter_platform_interface:
|
webview_flutter_platform_interface:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1113,26 +1113,26 @@ packages:
|
|||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: webview_flutter_wkwebview
|
name: webview_flutter_wkwebview
|
||||||
sha256: "7affdf9d680c015b11587181171d3cad8093e449db1f7d9f0f08f4f33d24f9a0"
|
sha256: "1942a12224ab31e9508cf00c0c6347b931b023b8a4f0811e5dec3b06f94f117d"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.13.1"
|
version: "3.15.0"
|
||||||
win32:
|
win32:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: win32
|
name: win32
|
||||||
sha256: a79dbe579cb51ecd6d30b17e0cae4e0ea15e2c0e66f69ad4198f22a6789e94f4
|
sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.5.1"
|
version: "5.5.4"
|
||||||
win32_registry:
|
win32_registry:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
name: win32_registry
|
name: win32_registry
|
||||||
sha256: "10589e0d7f4e053f2c61023a31c9ce01146656a70b7b7f0828c0b46d7da2a9bb"
|
sha256: "21ec76dfc731550fd3e2ce7a33a9ea90b828fdf19a5c3bcf556fa992cfa99852"
|
||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.3"
|
version: "1.1.5"
|
||||||
xdg_directories:
|
xdg_directories:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -1158,5 +1158,5 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "3.1.2"
|
version: "3.1.2"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.4.0 <4.0.0"
|
dart: ">=3.5.0 <4.0.0"
|
||||||
flutter: ">=3.22.0"
|
flutter: ">=3.24.0"
|
||||||
|
16
pubspec.yaml
16
pubspec.yaml
@@ -1,5 +1,5 @@
|
|||||||
name: obtainium
|
name: obtainium
|
||||||
description: Get Android App Updates Directly From the Source.
|
description: Get Android app updates straight from the source.
|
||||||
|
|
||||||
# The following line prevents the package from being accidentally published to
|
# The following line prevents the package from being accidentally published to
|
||||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||||
@@ -17,7 +17,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
|
# 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
|
# 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.
|
# of the product and file versions while build-number is used as the build suffix.
|
||||||
version: 1.1.13+2270
|
version: 1.1.23+2280
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.0.0 <4.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
@@ -37,7 +37,7 @@ dependencies:
|
|||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.5
|
cupertino_icons: ^1.0.5
|
||||||
path_provider: ^2.0.11
|
path_provider: ^2.0.11
|
||||||
flutter_fgbg: ^0.3.0 # Try removing reliance on this
|
flutter_fgbg: ^0.6.0
|
||||||
flutter_local_notifications: ^17.0.0
|
flutter_local_notifications: ^17.0.0
|
||||||
provider: ^6.0.3
|
provider: ^6.0.3
|
||||||
http: ^1.0.0
|
http: ^1.0.0
|
||||||
@@ -56,7 +56,7 @@ dependencies:
|
|||||||
url: https://github.com/ImranR98/android_package_installer
|
url: https://github.com/ImranR98/android_package_installer
|
||||||
ref: main
|
ref: main
|
||||||
android_package_manager: ^0.7.0
|
android_package_manager: ^0.7.0
|
||||||
share_plus: ^9.0.0
|
share_plus: ^10.0.0
|
||||||
sqflite: ^2.2.0+3
|
sqflite: ^2.2.0+3
|
||||||
easy_localization: ^3.0.1
|
easy_localization: ^3.0.1
|
||||||
android_intent_plus: ^5.0.1
|
android_intent_plus: ^5.0.1
|
||||||
@@ -84,14 +84,14 @@ dependencies:
|
|||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_launcher_icons: ^0.13.1
|
flutter_launcher_icons: ^0.14.1
|
||||||
|
|
||||||
# The "flutter_lints" package below contains a set of recommended lints to
|
# The "flutter_lints" package below contains a set of recommended lints to
|
||||||
# encourage good coding practices. The lint set provided by the package is
|
# encourage good coding practices. The lint set provided by the package is
|
||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^4.0.0
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
flutter_launcher_icons:
|
flutter_launcher_icons:
|
||||||
android: "ic_launcher"
|
android: "ic_launcher"
|
||||||
@@ -145,6 +145,6 @@ flutter:
|
|||||||
# see https://flutter.dev/custom-fonts/#from-packages
|
# see https://flutter.dev/custom-fonts/#from-packages
|
||||||
|
|
||||||
fonts:
|
fonts:
|
||||||
- family: Metropolis
|
- family: Wix-Madefor-Display
|
||||||
fonts:
|
fonts:
|
||||||
- asset: assets/fonts/Metropolis-Regular.otf
|
- asset: assets/fonts/WixMadeforDisplay-Regular.otf
|
Reference in New Issue
Block a user