mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-14 13:46:43 +02:00
Compare commits
35 Commits
v0.14.0-be
...
v0.14.4-be
Author | SHA1 | Date | |
---|---|---|---|
3a83d1bf79 | |||
070e309aa6 | |||
11ca7c3f7d | |||
7a0acaefb3 | |||
486f3664ef | |||
387b165314 | |||
4ba3f7996e | |||
7ce41dfb67 | |||
efd55c8d36 | |||
71543c64d4 | |||
408c1a541f | |||
8f739d9e0b | |||
bd8f608ee6 | |||
551643b11c | |||
075ecae540 | |||
dcb8807fa7 | |||
77ec2df31c | |||
d92e812554 | |||
0a6e1f9cc6 | |||
f3c3680382 | |||
f7e783a556 | |||
fd1b72563d | |||
5a94ef82dd | |||
3ad46b7e21 | |||
1e94d71665 | |||
0899a576ff | |||
db2476f3a5 | |||
8ba182870d | |||
d81085a9e8 | |||
ae92a459b7 | |||
e101c434d5 | |||
9686d0f0ca | |||
1dd0392b78 | |||
5e184d733b | |||
ef0b20887b |
@ -23,7 +23,6 @@ Currently supported App sources:
|
|||||||
- Jenkins Jobs
|
- Jenkins Jobs
|
||||||
- [Steam](https://store.steampowered.com/mobile)
|
- [Steam](https://store.steampowered.com/mobile)
|
||||||
- [Telegram App](https://telegram.org)
|
- [Telegram App](https://telegram.org)
|
||||||
- [VLC](https://www.videolan.org/vlc/download-android.html)
|
|
||||||
- [Neutron Code](https://neutroncode.com)
|
- [Neutron Code](https://neutroncode.com)
|
||||||
- "HTML" (Fallback)
|
- "HTML" (Fallback)
|
||||||
- Any other URL that returns an HTML page with links to APK files (if multiple, the last file alphabetically is picked)
|
- Any other URL that returns an HTML page with links to APK files (if multiple, the last file alphabetically is picked)
|
||||||
@ -34,8 +33,9 @@ Currently supported App sources:
|
|||||||
alt="Get it on GitHub"
|
alt="Get it on GitHub"
|
||||||
height="80">](https://github.com/ImranR98/Obtainium/releases)
|
height="80">](https://github.com/ImranR98/Obtainium/releases)
|
||||||
|
|
||||||
|
[PGP Public Key](https://keyserver.ubuntu.com/pks/lookup?search=contact%40imranr.dev&fingerprint=on&op=index)
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
- Auto (unattended) updates are unsupported due to a lack of any capable Flutter plugin.
|
|
||||||
- For some sources, data is gathered using Web scraping and can easily break due to changes in website design. In such cases, more reliable methods may be unavailable.
|
- For some sources, data is gathered using Web scraping and can easily break due to changes in website design. In such cases, more reliable methods may be unavailable.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
307
assets/translations/br.json
Normal file
307
assets/translations/br.json
Normal file
@ -0,0 +1,307 @@
|
|||||||
|
{
|
||||||
|
"invalidURLForSource": "URL {} inválida",
|
||||||
|
"noReleaseFound": "Não foi possivel encontrar uma versão adequada",
|
||||||
|
"noVersionFound": "Não foi possivel encontrar uma versão lançada",
|
||||||
|
"urlMatchesNoSource": "URL não corresponde a uma fonte conhecida",
|
||||||
|
"cantInstallOlderVersion": "Não pode instalar uma versão anterior de um App",
|
||||||
|
"appIdMismatch": "ID do pacote baixado não é igual ao ID do App instalado",
|
||||||
|
"functionNotImplemented": "Esta classe não implementou essa função",
|
||||||
|
"placeholder": "Espaço Reservado",
|
||||||
|
"someErrors": "Alguns Erros Ocorreram",
|
||||||
|
"unexpectedError": "Erro Inesperado",
|
||||||
|
"ok": "Ok",
|
||||||
|
"and": "e",
|
||||||
|
"githubPATLabel": "Token de Acceso Pessoal do GitHub (Reduz tempos de espera)",
|
||||||
|
"githubPATHint": "O TAP deve estar nesse formato: usuario:token",
|
||||||
|
"githubPATFormat": "usuario:token",
|
||||||
|
"includePrereleases": "Incluir pré-lançamentos",
|
||||||
|
"fallbackToOlderReleases": "Retornar para versões anteriores",
|
||||||
|
"filterReleaseTitlesByRegEx": "Filtrar Titulos de Versões por Expressão Regular",
|
||||||
|
"invalidRegEx": "Expressão Regular Inválida",
|
||||||
|
"noDescription": "Sem descrição",
|
||||||
|
"cancel": "Cancelar",
|
||||||
|
"continue": "Continuar",
|
||||||
|
"requiredInBrackets": "(Necessário)",
|
||||||
|
"dropdownNoOptsError": "ERRO: O DROPDOWN DEVE TER PELO MENOS UMA OPÇÃO",
|
||||||
|
"colour": "Cor",
|
||||||
|
"githubStarredRepos": "Favoritados no GitHub",
|
||||||
|
"uname": "Nome de usuário",
|
||||||
|
"wrongArgNum": "Número de argumentos errado",
|
||||||
|
"xIsTrackOnly": "{} é 'Apenas Seguir'",
|
||||||
|
"source": "Fonte",
|
||||||
|
"app": "App",
|
||||||
|
"appsFromSourceAreTrackOnly": "Os apps desta fonte são 'Apenas Seguir'.",
|
||||||
|
"youPickedTrackOnly": "Você selecionou a opção 'Apenas Seguir'.",
|
||||||
|
"trackOnlyAppDescription": "Esse App vai ser seguido por atualizações, mais o Obtainium não poderá baixa-lo ou instala-lo.",
|
||||||
|
"cancelled": "Cancelado",
|
||||||
|
"appAlreadyAdded": "App já adicionado",
|
||||||
|
"alreadyUpToDateQuestion": "App já atualizado?",
|
||||||
|
"addApp": "Adicionar App",
|
||||||
|
"appSourceURL": "URL de origem do App",
|
||||||
|
"error": "Erro",
|
||||||
|
"add": "Adicionar",
|
||||||
|
"searchSomeSourcesLabel": "Procurar (Apenas Algumas Fontes)",
|
||||||
|
"search": "Procurar",
|
||||||
|
"additionalOptsFor": "Opções Adicionais para {}",
|
||||||
|
"supportedSourcesBelow": "Fontes Compatíveis:",
|
||||||
|
"trackOnlyInBrackets": "(Apenas Seguir)",
|
||||||
|
"searchableInBrackets": "(Pesquisável)",
|
||||||
|
"appsString": "Apps",
|
||||||
|
"noApps": "Sem Apps",
|
||||||
|
"noAppsForFilter": "Sem Apps para Filtrar",
|
||||||
|
"byX": "Por {}",
|
||||||
|
"percentProgress": "Progresso: {}%",
|
||||||
|
"pleaseWait": "Por Favor Espere",
|
||||||
|
"updateAvailable": "Atualização Disponível",
|
||||||
|
"estimateInBracketsShort": "(Aprox.)",
|
||||||
|
"notInstalled": "Não Instalado",
|
||||||
|
"estimateInBrackets": "(Aproximado)",
|
||||||
|
"selectAll": "Selecionar All",
|
||||||
|
"deselectN": "Deselecionar {}",
|
||||||
|
"xWillBeRemovedButRemainInstalled": "{} sera removido do Obtainium mais permanecerá instalado no dispositivo.",
|
||||||
|
"removeSelectedAppsQuestion": "Remover Apps Selecionados?",
|
||||||
|
"removeSelectedApps": "Remover Apps Selecionados",
|
||||||
|
"updateX": "Atualizar {}",
|
||||||
|
"installX": "Instalar {}",
|
||||||
|
"markXTrackOnlyAsUpdated": "Marcar {}\n(Apenas Seguir)\ncomo Atualizado",
|
||||||
|
"changeX": "Mudar {}",
|
||||||
|
"installUpdateApps": "Instalar/Atualizar Apps",
|
||||||
|
"installUpdateSelectedApps": "Instalar/Atualizar Apps Selecionados",
|
||||||
|
"markXSelectedAppsAsUpdated": "Marcar {} Apps Delecionados como Atualizados?",
|
||||||
|
"no": "Não",
|
||||||
|
"yes": "Sim",
|
||||||
|
"markSelectedAppsUpdated": "Marcar Apps Selecionados como Atualizados",
|
||||||
|
"pinToTop": "Fixar no topo",
|
||||||
|
"unpinFromTop": "Desafixar do topo",
|
||||||
|
"resetInstallStatusForSelectedAppsQuestion": "Reiniciar Status de Instalação para Apps Seleciondos?",
|
||||||
|
"installStatusOfXWillBeResetExplanation": "O status de instalação de qualquer app selecionado sera reiniciado.\n\nIsso pode ajudar quando uma versão de um App mostrada no Obtainium é incorreta devido a falhas ao atualizar ou outros problemas.",
|
||||||
|
"shareSelectedAppURLs": "Compartilhar URLs de Apps Selecionados",
|
||||||
|
"resetInstallStatus": "Reiniciar Status de Instalação",
|
||||||
|
"more": "Mais",
|
||||||
|
"removeOutdatedFilter": "Remover Filtro de Apps Desatualizados",
|
||||||
|
"showOutdatedOnly": "Mostrar Apenas Apps Desatualizados",
|
||||||
|
"filter": "Filtro",
|
||||||
|
"filterActive": "Filtro *",
|
||||||
|
"filterApps": "Filtrar Apps",
|
||||||
|
"appName": "Nome do App",
|
||||||
|
"author": "Autor",
|
||||||
|
"upToDateApps": "Apps Atualizados",
|
||||||
|
"nonInstalledApps": "Apps Não Instalados",
|
||||||
|
"importExport": "Importar/Exportar",
|
||||||
|
"settings": "Configurações",
|
||||||
|
"exportedTo": "Exportado para {}",
|
||||||
|
"obtainiumExport": "Exportar Obtainium",
|
||||||
|
"invalidInput": "Input Inválido",
|
||||||
|
"importedX": "Importado {}",
|
||||||
|
"obtainiumImport": "Importar Obtainium",
|
||||||
|
"importFromURLList": "Importar de Lista de URLs",
|
||||||
|
"searchQuery": "Pesquisa",
|
||||||
|
"appURLList": "Lista de URLs de Apps",
|
||||||
|
"line": "Linha",
|
||||||
|
"searchX": "Pesquisa {}",
|
||||||
|
"noResults": "Nenhum resultado encontrado",
|
||||||
|
"importX": "Importar {}",
|
||||||
|
"importedAppsIdDisclaimer": "Apps Importados podem ser mostrados incorretamente como \"Não Instalado\".\nPara consertar, reinstale-os usando o Obtainium.\nIsso não deve afetar dados do App.\n\nAfeta apenas métodos de importação de URL e de terceiros.",
|
||||||
|
"importErrors": "Erros de Importação",
|
||||||
|
"importedXOfYApps": "{} de {} Apps importados.",
|
||||||
|
"followingURLsHadErrors": "As seguintes URLs apresentaram erros:",
|
||||||
|
"okay": "Ok",
|
||||||
|
"selectURL": "Selecionar URL",
|
||||||
|
"selectURLs": "Selecionar URLs",
|
||||||
|
"pick": "Escolher",
|
||||||
|
"theme": "Tema",
|
||||||
|
"dark": "Escuro",
|
||||||
|
"light": "Claro",
|
||||||
|
"followSystem": "Seguir o Sistema",
|
||||||
|
"obtainium": "Obtainium",
|
||||||
|
"materialYou": "Material You",
|
||||||
|
"useBlackTheme": "Usar tema preto completamente escuro",
|
||||||
|
"appSortBy": "Classificar App por",
|
||||||
|
"authorName": "Autor/Nome",
|
||||||
|
"nameAuthor": "Nome/Autor",
|
||||||
|
"asAdded": "Como Adicionado",
|
||||||
|
"appSortOrder": "Ordem de classificação de Apps",
|
||||||
|
"ascending": "Ascendente",
|
||||||
|
"descending": "Descendente",
|
||||||
|
"bgUpdateCheckInterval": "Intervalo de verificação de atualizações em segundo plano",
|
||||||
|
"neverManualOnly": "Nunca - Apenas Manual",
|
||||||
|
"appearance": "Aparência",
|
||||||
|
"showWebInAppView": "Mostrar páginas da internet em App view",
|
||||||
|
"pinUpdates": "Fixar atualizações no topo da visão de Apps",
|
||||||
|
"updates": "Atualizações",
|
||||||
|
"sourceSpecific": "Específico a fonte",
|
||||||
|
"appSource": "Fonte de Apps",
|
||||||
|
"noLogs": "Sem Logs",
|
||||||
|
"appLogs": "Logs do App",
|
||||||
|
"close": "Fechar",
|
||||||
|
"share": "Compartilhar",
|
||||||
|
"appNotFound": "App não encontrado",
|
||||||
|
"obtainiumExportHyphenatedLowercase": "obtainium-export",
|
||||||
|
"pickAnAPK": "Selecionar um APK",
|
||||||
|
"appHasMoreThanOnePackage": "{} tem mais de um pacote:",
|
||||||
|
"deviceSupportsXArch": "Seu dispositivo suporta a arquitetura de CPU {}.",
|
||||||
|
"deviceSupportsFollowingArchs": "Seu dispositivo suporta as seguintes arquiteturas de CPU:",
|
||||||
|
"warning": "Aviso",
|
||||||
|
"sourceIsXButPackageFromYPrompt": "A Fonte do App é '{}' mais o pacote lançado vem de '{}'. Continuar?",
|
||||||
|
"updatesAvailable": "Atualizações Disponíveis",
|
||||||
|
"updatesAvailableNotifDescription": "Notifica o usuário quando atualizações estão disponíveis um ou mais Apps seguidos pelo Obtainium",
|
||||||
|
"noNewUpdates": "Sem novas atualizações.",
|
||||||
|
"xHasAnUpdate": "{} tem uma atualização.",
|
||||||
|
"appsUpdated": "Apps Atualizados",
|
||||||
|
"appsUpdatedNotifDescription": "Notifica o usuário quando atualizações para um ou mais Apps foram aplicadas em segundo plano",
|
||||||
|
"xWasUpdatedToY": "{} foi atualizado para {}.",
|
||||||
|
"errorCheckingUpdates": "Erro ao Procurar por Atualizações",
|
||||||
|
"errorCheckingUpdatesNotifDescription": "Uma notificação que mostra quando a checagem por atualizações em segundo plano falha",
|
||||||
|
"appsRemoved": "Apps Removidos",
|
||||||
|
"appsRemovedNotifDescription": "Notifica o usuário quando um ou mais Apps foram removidos devido a erros ao carregá-los",
|
||||||
|
"xWasRemovedDueToErrorY": "{} foi removido devido a este erro: {}",
|
||||||
|
"completeAppInstallation": "Instalação completa do App",
|
||||||
|
"obtainiumMustBeOpenToInstallApps": "Obtainium deve estar aberto para instalar Apps",
|
||||||
|
"completeAppInstallationNotifDescription": "Pede ao usuário que retorne ao Obtainium para finalizar a instalação de um App",
|
||||||
|
"checkingForUpdates": "Checando por Atualizações",
|
||||||
|
"checkingForUpdatesNotifDescription": "Notificação transiente que aparece quando checando por atualizações",
|
||||||
|
"pleaseAllowInstallPerm": "Por favor, permita o Obtainium instalar Apps",
|
||||||
|
"trackOnly": "Apenas Seguir",
|
||||||
|
"errorWithHttpStatusCode": "Erro {}",
|
||||||
|
"versionCorrectionDisabled": "Correção de versão desativada (plugin parece não funcionar)",
|
||||||
|
"unknown": "Desconhecido",
|
||||||
|
"none": "Nenhum",
|
||||||
|
"never": "Nunca",
|
||||||
|
"latestVersionX": "Última versão: {}",
|
||||||
|
"installedVersionX": "Versão Instalada: {}",
|
||||||
|
"lastUpdateCheckX": "Última Checagem por Atualização: {}",
|
||||||
|
"remove": "Remover",
|
||||||
|
"yesMarkUpdated": "Sim, Marcar como Atualizado",
|
||||||
|
"fdroid": "F-Droid Official",
|
||||||
|
"appIdOrName": "ID do App ou Nome",
|
||||||
|
"appId": "ID do App",
|
||||||
|
"appWithIdOrNameNotFound": "Nenhum App foi encontrado com esse ID ou nome",
|
||||||
|
"reposHaveMultipleApps": "Repositórios podem conter multiplos Apps",
|
||||||
|
"fdroidThirdPartyRepo": "Repositórios de terceiros F-Droid",
|
||||||
|
"steam": "Steam",
|
||||||
|
"steamMobile": "Steam Mobile",
|
||||||
|
"steamChat": "Steam Chat",
|
||||||
|
"install": "Instalar",
|
||||||
|
"markInstalled": "Marcar Instalado",
|
||||||
|
"update": "Atualizar",
|
||||||
|
"markUpdated": "Marcar Atualizado",
|
||||||
|
"additionalOptions": "Opções Adicionais",
|
||||||
|
"disableVersionDetection": "Desativar Detecção de Versão",
|
||||||
|
"noVersionDetectionExplanation": "Essa opção deve apenas ser usada por Apps onde detecção de versão não funciona corretamente.",
|
||||||
|
"downloadingX": "Baixando {}",
|
||||||
|
"downloadNotifDescription": "Notifica o usuário do progresso ao baixar um App",
|
||||||
|
"noAPKFound": "APK não encontrado",
|
||||||
|
"noVersionDetection": "Sem Detecção de versão",
|
||||||
|
"categorize": "Categorizar",
|
||||||
|
"categories": "Categorias",
|
||||||
|
"category": "Categoria",
|
||||||
|
"noCategory": "Sem Categoria",
|
||||||
|
"noCategories": "Sem Categoria",
|
||||||
|
"deleteCategoriesQuestion": "Deletar Categorias?",
|
||||||
|
"categoryDeleteWarning": "Todos os Apps em categorias removidas serão descategorizados.",
|
||||||
|
"addCategory": "Adicionar Categoria",
|
||||||
|
"label": "Etiqueta",
|
||||||
|
"language": "Linguagem",
|
||||||
|
"copiedToClipboard": "Copiado para a área de transferência",
|
||||||
|
"storagePermissionDenied": "Permição ao armazenamento negada",
|
||||||
|
"selectedCategorizeWarning": "Isso vai substituir qualquer confirução de categoria para os Apps selecionados.",
|
||||||
|
"filterAPKsByRegEx": "Filtrar APKs por Expressão Regular",
|
||||||
|
"removeFromObtainium": "Remover do Obtainium",
|
||||||
|
"uninstallFromDevice": "Desinstalar do dispositivo",
|
||||||
|
"onlyWorksWithNonVersionDetectApps": "Apenas funciona para Apps com detecção de versão desativada.",
|
||||||
|
"releaseDateAsVersion": "Usar Data de Lançamento como Versão",
|
||||||
|
"releaseDateAsVersionExplanation": "Esta opção só deve ser usada para aplicativos onde a detecção de versão não funciona corretamente, mas há uma data de lançamento disponível.",
|
||||||
|
"changes": "Mudanças",
|
||||||
|
"releaseDate": "Data de Lançamento",
|
||||||
|
"importFromURLsInFile": "Importar de URLs em Arquivo (como OPML)",
|
||||||
|
"versionDetection": "Detecção de Versão",
|
||||||
|
"standardVersionDetection": "Detecção de versão padrão",
|
||||||
|
"groupByCategory": "Agroupar por Categoria",
|
||||||
|
"autoApkFilterByArch": "Tente filtrar APKs por arquitetura de CPU, se possível",
|
||||||
|
"overrideSource": "Substituir Fonte",
|
||||||
|
"dontShowAgain": "Não mostrar isso novamente",
|
||||||
|
"dontShowTrackOnlyWarnings": "Não mostrar avisos 'Apenas Seguir'",
|
||||||
|
"dontShowAPKOriginWarnings": "Não mostrar avisos de origem da APK",
|
||||||
|
"moveNonInstalledAppsToBottom": "Mover Apps não instalados para o fundo da visão de Apps",
|
||||||
|
"gitlabPATLabel": "Token de Acceso Pessoal do Gitlab\n(Ativa Pesquisa e Melhor Descoberta de APKs)",
|
||||||
|
"about": "Sobre",
|
||||||
|
"requiresCredentialsInSettings": "Isso requer credenciais adicionais (em Configurações)",
|
||||||
|
"checkOnStart": "Checar por atualizações ao iniciar ",
|
||||||
|
"tryInferAppIdFromCode": "Tente inferir o ID do App pelo código fonte",
|
||||||
|
"removeOnExternalUninstall": "Remover automaticamente Apps desinstalados externamente",
|
||||||
|
"pickHighestVersionCode": "Auto-selecionar o maior numero de versão do APK",
|
||||||
|
"checkUpdateOnDetailPage": "Checar por atualizações ao abrir a pagina de detalhes de um App",
|
||||||
|
"disablePageTransitions": "Desativar animações de transição de pagina",
|
||||||
|
"reversePageTransitions": "Reverter animações de transição de pagina",
|
||||||
|
"minStarCount": "Contagem Minima de Estrelas",
|
||||||
|
"addInfoBelow": "Adicionar essa informação abaixo.",
|
||||||
|
"addInfoInSettings": "Adicionar essa informação nas configurações.",
|
||||||
|
"githubSourceNote": "A limitação de taxa do GitHub pode ser evitada usando uma chave de API.",
|
||||||
|
"gitlabSourceNote": "A extração de APK do GitLab pode não funcionar sem uma chave de API.",
|
||||||
|
"sortByFileNamesNotLinks": "Classifique por nomes de arquivos em vez de links completos",
|
||||||
|
"filterReleaseNotesByRegEx": "Filtrar Notas de Lançamento por Expressão Regular",
|
||||||
|
"customLinkFilterRegex": "Filtro de Link Personalizado por Expressão Regular (Padrão '.apk$')",
|
||||||
|
"appsPossiblyUpdated": "Tentativas de atualização de Apps",
|
||||||
|
"appsPossiblyUpdatedNotifDescription": "Notifica o usuário de que atualizações de um ou mais Apps foram potencialmente aplicadas em segundo plano",
|
||||||
|
"xWasPossiblyUpdatedToY": "{} pode ter sido atualizado para {}.",
|
||||||
|
"enableBackgroundUpdates": "Ativar atualizações em segundo plano",
|
||||||
|
"backgroundUpdateReqsExplanation": "Atualizações em segundo plano podem não ser possíveis para todos os Apps.",
|
||||||
|
"backgroundUpdateLimitsExplanation": "O sucesso de uma instalação em segundo plano só pode ser determinado quando o Obtainium é aberto.",
|
||||||
|
"verifyLatestTag": "Verifique a 'ultima' etiqueta",
|
||||||
|
"intermediateLinkRegex": "Filtre por um Link 'Intermediário' para Visitar Primeiro",
|
||||||
|
"intermediateLinkNotFound": "Link intermediário não encontrado",
|
||||||
|
"exemptFromBackgroundUpdates": "Isento de atualizações em segundo plano (se ativadas)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Desative atualizações em segundo plano quando não estiver em WiFi",
|
||||||
|
"removeAppQuestion": {
|
||||||
|
"one": "Remover App?",
|
||||||
|
"other": "Remover Apps?"
|
||||||
|
},
|
||||||
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
|
"one": "Muitas solicitações (taxa limitada) - tente novamente em {} minuto",
|
||||||
|
"other": "Muitas solicitações (taxa limitada) - tente novamente em {} minutos"
|
||||||
|
},
|
||||||
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
|
"one": "A verificação de atualizações em segundo plano encontrou um {}, agendada uma nova verificação em {} minuto",
|
||||||
|
"other": "A verificação de atualizações em segundo plano encontrou um {}, agendada uma nova verificação em {} minutos"
|
||||||
|
},
|
||||||
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
|
"one": "A verificação de atualizações em segundo plano encontrou {} atualização, o usuário sera notificado caso necessário",
|
||||||
|
"other": "A verificação de atualizações em segundo plano encontrou {} atualizações, o usuário sera notificado caso necessário"
|
||||||
|
},
|
||||||
|
"apps": {
|
||||||
|
"one": "{} App",
|
||||||
|
"other": "{} Apps"
|
||||||
|
},
|
||||||
|
"url": {
|
||||||
|
"one": "{} URL",
|
||||||
|
"other": "{} URLs"
|
||||||
|
},
|
||||||
|
"minute": {
|
||||||
|
"one": "{} Minuto",
|
||||||
|
"other": "{} Minutos"
|
||||||
|
},
|
||||||
|
"hour": {
|
||||||
|
"one": "{} Hora",
|
||||||
|
"other": "{} Horas"
|
||||||
|
},
|
||||||
|
"day": {
|
||||||
|
"one": "{} Dia",
|
||||||
|
"other": "{} Dias"
|
||||||
|
},
|
||||||
|
"clearedNLogsBeforeXAfterY": {
|
||||||
|
"one": "Limpo {n} log (antes = {antes}, depois = {depois})",
|
||||||
|
"other": "Limpados {n} logs (antes = {antes}, depois = {depois})"
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesAvailable": {
|
||||||
|
"one": "{} e 1 outro app tem atualizações.",
|
||||||
|
"other": "{} e {} outros apps tem atualizações."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesInstalled": {
|
||||||
|
"one": "{} e 1 outro app foi atualizado.",
|
||||||
|
"other": "{} e {} outros apps foram atualizados."
|
||||||
|
},
|
||||||
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
|
"one": "{} e 1 outro app pode ter sido atualizado.",
|
||||||
|
"other": "{} e {} outros apps podem ter sido atualizados."
|
||||||
|
}
|
||||||
|
}
|
@ -240,13 +240,15 @@
|
|||||||
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Želite li ukloniti aplikaciju?",
|
"one": "Želite li ukloniti aplikaciju?",
|
||||||
"other": "Želite li ukloniti aplikacije?"
|
"other": "Želite li ukloniti aplikacije?"
|
||||||
|
@ -247,6 +247,8 @@
|
|||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "App entfernen?",
|
"one": "App entfernen?",
|
||||||
"other": "Apps entfernen?"
|
"other": "Apps entfernen?"
|
||||||
|
@ -240,7 +240,7 @@
|
|||||||
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
@ -248,6 +248,10 @@
|
|||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"intermediateLinkRegex": "Filter for an 'Intermediate' Link to Visit First",
|
||||||
|
"intermediateLinkNotFound": "Intermediate link not found",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Remove App?",
|
"one": "Remove App?",
|
||||||
"other": "Remove Apps?"
|
"other": "Remove Apps?"
|
||||||
|
@ -240,13 +240,15 @@
|
|||||||
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "¿Eliminar Aplicación?",
|
"one": "¿Eliminar Aplicación?",
|
||||||
"other": "¿Eliminar Aplicaciones?"
|
"other": "¿Eliminar Aplicaciones?"
|
||||||
|
@ -247,6 +247,8 @@
|
|||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "برنامه حذف شود؟",
|
"one": "برنامه حذف شود؟",
|
||||||
"other": "برنامه ها حذف شوند؟"
|
"other": "برنامه ها حذف شوند؟"
|
||||||
|
@ -240,13 +240,15 @@
|
|||||||
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Supprimer l'application ?",
|
"one": "Supprimer l'application ?",
|
||||||
"other": "Supprimer les applications ?"
|
"other": "Supprimer les applications ?"
|
||||||
|
@ -239,13 +239,15 @@
|
|||||||
"gitlabSourceNote": "Előfordulhat, hogy a GitLab APK kibontása nem működik API-kulcs nélkül.",
|
"gitlabSourceNote": "Előfordulhat, hogy a GitLab APK kibontása nem működik API-kulcs nélkül.",
|
||||||
"sortByFileNamesNotLinks": "Fájlnevek szerinti elrendezés teljes linkek helyett",
|
"sortByFileNamesNotLinks": "Fájlnevek szerinti elrendezés teljes linkek helyett",
|
||||||
"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": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Eltávolítja az alkalmazást?",
|
"one": "Eltávolítja az alkalmazást?",
|
||||||
"other": "Eltávolítja az alkalmazást?"
|
"other": "Eltávolítja az alkalmazást?"
|
||||||
|
@ -240,13 +240,15 @@
|
|||||||
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
"gitlabSourceNote": "GitLab APK extraction may not work without an API key.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Rimuovere l'app?",
|
"one": "Rimuovere l'app?",
|
||||||
"other": "Rimuovere le app?"
|
"other": "Rimuovere le app?"
|
||||||
|
@ -241,19 +241,22 @@
|
|||||||
"sortByFileNamesNotLinks": "フルのリンクではなくファイル名でソートする",
|
"sortByFileNamesNotLinks": "フルのリンクではなくファイル名でソートする",
|
||||||
"filterReleaseNotesByRegEx": "正規表現でリリースノートをフィルタリングする",
|
"filterReleaseNotesByRegEx": "正規表現でリリースノートをフィルタリングする",
|
||||||
"customLinkFilterRegex": "正規表現によるカスタムリンクフィルター (デフォルト '.apk$')",
|
"customLinkFilterRegex": "正規表現によるカスタムリンクフィルター (デフォルト '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "アプリのアップデートを試行",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "1つまたは複数のアプリのアップデートがバックグラウンドで適用された可能性があることをユーザーに通知する",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} が {} にアップデートされた可能性があります",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"enableBackgroundUpdates": "バックグラウンドアップデートを有効化する",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateReqsExplanation": "バックグラウンドアップデートは、すべてのアプリで可能とは限りません。",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"backgroundUpdateLimitsExplanation": "バックグラウンドアップデートが成功したかどうかは、Obtainiumを起動したときにしか判断できません。",
|
||||||
|
"verifyLatestTag": "'latest'タグを確認する",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "アプリを削除しますか?",
|
"one": "アプリを削除しますか?",
|
||||||
"other": "アプリを削除しますか?"
|
"other": "アプリを削除しますか?"
|
||||||
},
|
},
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
"one": "リクエストが多すぎます(レート制限)- {}分後に再試行してください",
|
"one": "リクエストが多すぎます(レート制限)- {} 分後に再試行してください",
|
||||||
"other": "リクエストが多すぎます(レート制限)- {}分後に再試行してください"
|
"other": "リクエストが多すぎます(レート制限)- {} 分後に再試行してください"
|
||||||
},
|
},
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"one": "バックグラウンドでのアップデート確認で {} の問題が発生, {} 分後に再試行します",
|
"one": "バックグラウンドでのアップデート確認で {} の問題が発生, {} 分後に再試行します",
|
||||||
@ -264,28 +267,28 @@
|
|||||||
"other": "バックグラウンドでのアップデート確認で {} 個のアップデートを発見 - 必要に応じてユーザーに通知します"
|
"other": "バックグラウンドでのアップデート確認で {} 個のアップデートを発見 - 必要に応じてユーザーに通知します"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"one": "{}個のアプリ",
|
"one": "{} 個のアプリ",
|
||||||
"other": "{}個のアプリ"
|
"other": "{} 個のアプリ"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"one": "{}個のURL",
|
"one": "{} 個のURL",
|
||||||
"other": "{}個のURL"
|
"other": "{} 個のURL"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{}分",
|
"one": "{} 分",
|
||||||
"other": "{}分"
|
"other": "{} 分"
|
||||||
},
|
},
|
||||||
"hour": {
|
"hour": {
|
||||||
"one": "{}時間",
|
"one": "{} 時間",
|
||||||
"other": "{}時間"
|
"other": "{} 時間"
|
||||||
},
|
},
|
||||||
"day": {
|
"day": {
|
||||||
"one": "{}日",
|
"one": "{} 日",
|
||||||
"other": "{}日"
|
"other": "{} 日"
|
||||||
},
|
},
|
||||||
"clearedNLogsBeforeXAfterY": {
|
"clearedNLogsBeforeXAfterY": {
|
||||||
"one": "{n}個のログをクリアしました (前 = {before}, 後 = {after})",
|
"one": "{n} 個のログをクリアしました (前 = {before}, 後 = {after})",
|
||||||
"other": "{n}個のログをクリアしました (前 = {before}, 後 = {after})"
|
"other": "{n} 個のログをクリアしました (前 = {before}, 後 = {after})"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesAvailable": {
|
"xAndNMoreUpdatesAvailable": {
|
||||||
"one": "{} とさらに {} 個のアプリのアップデートが利用可能です",
|
"one": "{} とさらに {} 個のアプリのアップデートが利用可能です",
|
||||||
@ -296,7 +299,7 @@
|
|||||||
"other": "{} とさらに {} 個のアプリがアップデートされました"
|
"other": "{} とさらに {} 個のアプリがアップデートされました"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"one": "{} and 1 more app may have been updated.",
|
"one": "{} とさらに 1 個のアプリがアップデートされた可能性があります",
|
||||||
"other": "{} and {} more apps may have been updated."
|
"other": "{} とさらに {} 個のアプリがアップデートされた化膿性があります"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,8 +4,10 @@
|
|||||||
"okay": "Okej",
|
"okay": "Okej",
|
||||||
"appId": "ID aplikacji",
|
"appId": "ID aplikacji",
|
||||||
"bgUpdateGotErrorRetryInMinutes": {
|
"bgUpdateGotErrorRetryInMinutes": {
|
||||||
"one": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} min.",
|
"one": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minutę",
|
||||||
"other": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} min."
|
"few": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minuty",
|
||||||
|
"many": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minut",
|
||||||
|
"other": "Sprawdzanie aktualizacji w tle napotkało {}, zaplanuje ponowne sprawdzenie za {} minuty"
|
||||||
},
|
},
|
||||||
"invalidURLForSource": "Nieprawidłowy adres URL aplikacji {}",
|
"invalidURLForSource": "Nieprawidłowy adres URL aplikacji {}",
|
||||||
"noReleaseFound": "Nie można znaleźć odpowiedniego wydania",
|
"noReleaseFound": "Nie można znaleźć odpowiedniego wydania",
|
||||||
@ -244,60 +246,88 @@
|
|||||||
"gitlabSourceNote": "Pozyskiwanie pliku APK z GitLab może nie działać bez klucza API.",
|
"gitlabSourceNote": "Pozyskiwanie pliku APK z GitLab może nie działać bez klucza API.",
|
||||||
"sortByFileNamesNotLinks": "Sortuj wg nazw plików zamiast pełnych linków",
|
"sortByFileNamesNotLinks": "Sortuj wg nazw plików zamiast pełnych linków",
|
||||||
"filterReleaseNotesByRegEx": "Filtruj informacje o wersji według wyrażenia regularnego",
|
"filterReleaseNotesByRegEx": "Filtruj informacje o wersji według wyrażenia regularnego",
|
||||||
"customLinkFilterRegex": "Niestandardowy filtr linków wg. wyrażenia regularnego (domyślnie \".apk$\")",
|
"customLinkFilterRegex": "Filtruj linki APK według wyrażenia regularnego (domyślnie \".apk$\")",
|
||||||
"appsPossiblyUpdated": "Informuj o próbach aktualizacji",
|
"appsPossiblyUpdated": "Informuj o próbach aktualizacji",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Powiadamiaj o potencjalnym zastosowaniu w tle aktualizacji jednej lub większej ilości aplikacji",
|
"appsPossiblyUpdatedNotifDescription": "Powiadamiaj o potencjalnym zastosowaniu w tle aktualizacji jednej lub większej ilości aplikacji",
|
||||||
"xWasPossiblyUpdatedToY": "{} mógł zostać zaktualizowany do {}.",
|
"xWasPossiblyUpdatedToY": "{} być może zaktualizowano do {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Aktualizacje w tle mogą nie być możliwe dla wszystkich aplikacji.",
|
"backgroundUpdateReqsExplanation": "Aktualizacje w tle mogą nie być możliwe dla wszystkich aplikacji.",
|
||||||
"backgroundUpdateLimitsExplanation": "Powodzenie instalacji w tle można określić dopiero po otwarciu Obtainium.",
|
"backgroundUpdateLimitsExplanation": "Powodzenie instalacji w tle można określić dopiero po otwarciu Obtainium.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Zweryfikuj najnowszy tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Wyklucz z uaktualnień w tle (jeśli są włączone)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Wyłącz aktualizacje w tle, gdy nie ma połączenia z Wi-Fi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Usunąć aplikację?",
|
"one": "Usunąć aplikację?",
|
||||||
|
"few": "Usunąć aplikacje?",
|
||||||
|
"many": "Usunąć aplikacje?",
|
||||||
"other": "Usunąć aplikacje?"
|
"other": "Usunąć aplikacje?"
|
||||||
},
|
},
|
||||||
"tooManyRequestsTryAgainInMinutes": {
|
"tooManyRequestsTryAgainInMinutes": {
|
||||||
"one": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} min.",
|
"one": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minutę",
|
||||||
"other": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} min."
|
"few": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minuty",
|
||||||
|
"many": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minut",
|
||||||
|
"other": "Zbyt wiele żądań (ograniczona częstotliwość) - spróbuj ponownie za {} minuty"
|
||||||
},
|
},
|
||||||
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
"one": "Podczas sprawdzania aktualizacji w tle znaleziono {} aktualizację - w razie potrzeby użytkownik zostanie o tym powiadomiony",
|
"one": "W tle znaleziono {} aktualizację - w razie potrzeby użytkownik zostanie o tym powiadomiony",
|
||||||
"other": "Podczas sprawdzania aktualizacji w tle znaleziono {} akt. - w razie potrzeby użytkownik zostanie o tym powiadomiony"
|
"few": "W tle znaleziono {} aktualizacje - w razie potrzeby użytkownik zostanie o tym powiadomiony",
|
||||||
|
"many": "W tle znaleziono {} aktualizacji - w razie potrzeby użytkownik zostanie o tym powiadomiony",
|
||||||
|
"other": "W tle znaleziono {} aktualizacje - w razie potrzeby użytkownik zostanie o tym powiadomiony"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"one": "{} aplik.",
|
"one": "{} apkę",
|
||||||
"other": "{} aplik."
|
"few": "{} apki",
|
||||||
|
"many": "{} apek",
|
||||||
|
"other": "{} apki"
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"one": "{} adres URL",
|
"one": "{} adres URL",
|
||||||
"other": "{} adr. URL"
|
"few": "{} adresy URL",
|
||||||
|
"many": "{} adresów URL",
|
||||||
|
"other": "{} adresy URL"
|
||||||
},
|
},
|
||||||
"minute": {
|
"minute": {
|
||||||
"one": "{} min.",
|
"one": "{} minuta",
|
||||||
"other": "{} min."
|
"few": "{} minuty",
|
||||||
|
"many": "{} minut",
|
||||||
|
"other": "{} minuty"
|
||||||
},
|
},
|
||||||
"hour": {
|
"hour": {
|
||||||
"one": "{} godz.",
|
"one": "{} godzina",
|
||||||
"other": "{} godz."
|
"few": "{} godziny",
|
||||||
|
"many": "{} godzin",
|
||||||
|
"other": "{} godziny"
|
||||||
},
|
},
|
||||||
"day": {
|
"day": {
|
||||||
"one": "{} dzień",
|
"one": "{} dzień",
|
||||||
|
"few": "{} dni",
|
||||||
|
"many": "{} dni",
|
||||||
"other": "{} dni"
|
"other": "{} dni"
|
||||||
},
|
},
|
||||||
"clearedNLogsBeforeXAfterY": {
|
"clearedNLogsBeforeXAfterY": {
|
||||||
"one": "Wyczyszczono {n} log (przed = {before}, po = {after})",
|
"one": "Wyczyszczono {n} log (przed = {before}, po = {after})",
|
||||||
"other": "Wyczyszczono logi: {n} (przed = {before}, po = {after})"
|
"few": "Wyczyszczono {n} logi (przed = {before}, po = {after})",
|
||||||
|
"many": "Wyczyszczono {n} logów (przed = {before}, po = {after})",
|
||||||
|
"other": "Wyczyszczono {n} logi (przed = {before}, po = {after})"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesAvailable": {
|
"xAndNMoreUpdatesAvailable": {
|
||||||
"one": "{} i jeszcze 1 aplikacja mają aktualizacje.",
|
"one": "{} i 1 inna apka mają aktualizacje.",
|
||||||
"other": "{} i {} aplik. otrzymało aktualizacje."
|
"few": "{} i {} inne apki mają aktualizacje.",
|
||||||
|
"many": "{} i {} innych apek ma aktualizacje.",
|
||||||
|
"other": "{} i {} inne apki mają aktualizacje."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesInstalled": {
|
"xAndNMoreUpdatesInstalled": {
|
||||||
"one": "{} i jeszcze 1 apka zostały zaktualizowane.",
|
"one": "Zaktualizowano {} i 1 inną apkę.",
|
||||||
"other": "Zaktualizowano {} i {} aplik."
|
"few": "{} i {} inne apki zostały zaktualizowane.",
|
||||||
|
"many": "{} i {} innych apek zostało zaktualizowanych.",
|
||||||
|
"other": "{} i {} inne apki zostały zaktualizowane."
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"one": "{} i jeszcze 1 apka mogły zostać zaktualizowane.",
|
"one": "{} i 1 inna apka mogły zostać zaktualizowane.",
|
||||||
"other": "{} i {} innych apek mogło zostać zaktualizowanych."
|
"few": "{} i {} inne apki mogły zostać zaktualizowane.",
|
||||||
|
"many": "{} i {} innych apek mogło zostać zaktualizowanych.",
|
||||||
|
"other": "{} i {} inne apki mogły zostać zaktualizowane."
|
||||||
},
|
},
|
||||||
"enableBackgroundUpdates": "Włącz aktualizacje w tle"
|
"enableBackgroundUpdates": "Włącz aktualizacje w tle",
|
||||||
}
|
"intermediateLinkRegex": "Filtr linków \"pośrednich\" do odwiedzenia w pierwszej kolejności",
|
||||||
|
"intermediateLinkNotFound": "Nie znaleziono linku pośredniego"
|
||||||
|
}
|
@ -240,13 +240,15 @@
|
|||||||
"gitlabSourceNote": "Извлечение APK из GitLab может не работать без ключа API.",
|
"gitlabSourceNote": "Извлечение APK из GitLab может не работать без ключа API.",
|
||||||
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
"sortByFileNamesNotLinks": "Sort by file names instead of full links",
|
||||||
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
"filterReleaseNotesByRegEx": "Filter Release Notes by Regular Expression",
|
||||||
"customLinkFilterRegex": "Custom Link Filter by Regular Expression (Default '.apk$')",
|
"customLinkFilterRegex": "Custom APK Link Filter by Regular Expression (Default '.apk$')",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "App Updates Attempted",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"verifyLatestTag": "Verify the 'latest' tag",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "Удалить приложение?",
|
"one": "Удалить приложение?",
|
||||||
"other": "Удалить приложения?"
|
"other": "Удалить приложения?"
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
"appSourceURL": "来源 URL",
|
"appSourceURL": "来源 URL",
|
||||||
"error": "错误",
|
"error": "错误",
|
||||||
"add": "添加",
|
"add": "添加",
|
||||||
"searchSomeSourcesLabel": "搜索(仅部分来源)",
|
"searchSomeSourcesLabel": "搜索(仅支持部分来源)",
|
||||||
"search": "搜索",
|
"search": "搜索",
|
||||||
"additionalOptsFor": "{} 的更多选项",
|
"additionalOptsFor": "{} 的更多选项",
|
||||||
"supportedSourcesBelow": "支持的来源:",
|
"supportedSourcesBelow": "支持的来源:",
|
||||||
@ -144,16 +144,16 @@
|
|||||||
"warning": "警告",
|
"warning": "警告",
|
||||||
"sourceIsXButPackageFromYPrompt": "此应用的来源是“{}”,但 APK 文件来自“{}”。是否继续?",
|
"sourceIsXButPackageFromYPrompt": "此应用的来源是“{}”,但 APK 文件来自“{}”。是否继续?",
|
||||||
"updatesAvailable": "更新可用",
|
"updatesAvailable": "更新可用",
|
||||||
"updatesAvailableNotifDescription": "Obtainium 追踪的应用有更新时发出通知",
|
"updatesAvailableNotifDescription": "Obtainium 追踪的应用有更新时发送通知",
|
||||||
"noNewUpdates": "全部应用已是最新。",
|
"noNewUpdates": "全部应用已是最新。",
|
||||||
"xHasAnUpdate": "{} 可以更新了。",
|
"xHasAnUpdate": "{} 可以更新了。",
|
||||||
"appsUpdated": "应用已更新",
|
"appsUpdated": "应用已更新",
|
||||||
"appsUpdatedNotifDescription": "当应用在后台安装更新时发出通知",
|
"appsUpdatedNotifDescription": "当应用在后台安装更新时发送通知",
|
||||||
"xWasUpdatedToY": "{} 已更新至 {}。",
|
"xWasUpdatedToY": "{} 已更新至 {}。",
|
||||||
"errorCheckingUpdates": "检查更新出错",
|
"errorCheckingUpdates": "检查更新出错",
|
||||||
"errorCheckingUpdatesNotifDescription": "当后台检查更新失败时显示的通知",
|
"errorCheckingUpdatesNotifDescription": "当后台检查更新失败时显示的通知",
|
||||||
"appsRemoved": "应用已删除",
|
"appsRemoved": "应用已删除",
|
||||||
"appsRemovedNotifDescription": "当应用因加载出错而被删除时发出通知",
|
"appsRemovedNotifDescription": "当应用因加载出错而被删除时发送通知",
|
||||||
"xWasRemovedDueToErrorY": "{} 由于以下错误被删除:{}",
|
"xWasRemovedDueToErrorY": "{} 由于以下错误被删除:{}",
|
||||||
"completeAppInstallation": "完成应用安装",
|
"completeAppInstallation": "完成应用安装",
|
||||||
"obtainiumMustBeOpenToInstallApps": "必须启动 Obtainium 才能安装应用",
|
"obtainiumMustBeOpenToInstallApps": "必须启动 Obtainium 才能安装应用",
|
||||||
@ -174,7 +174,7 @@
|
|||||||
"yesMarkUpdated": "是,标记为已更新",
|
"yesMarkUpdated": "是,标记为已更新",
|
||||||
"fdroid": "F-Droid 官方存储库",
|
"fdroid": "F-Droid 官方存储库",
|
||||||
"appIdOrName": "应用 ID 或名称",
|
"appIdOrName": "应用 ID 或名称",
|
||||||
"appId": "App ID",
|
"appId": "应用 ID",
|
||||||
"appWithIdOrNameNotFound": "未找到符合此 ID 或名称的应用",
|
"appWithIdOrNameNotFound": "未找到符合此 ID 或名称的应用",
|
||||||
"reposHaveMultipleApps": "存储库中可能包含多个应用",
|
"reposHaveMultipleApps": "存储库中可能包含多个应用",
|
||||||
"fdroidThirdPartyRepo": "F-Droid 第三方存储库",
|
"fdroidThirdPartyRepo": "F-Droid 第三方存储库",
|
||||||
@ -238,15 +238,18 @@
|
|||||||
"addInfoInSettings": "在“设置”中添加此凭据。",
|
"addInfoInSettings": "在“设置”中添加此凭据。",
|
||||||
"githubSourceNote": "使用访问令牌可避免触发 GitHub 的 API 请求限制。",
|
"githubSourceNote": "使用访问令牌可避免触发 GitHub 的 API 请求限制。",
|
||||||
"gitlabSourceNote": "未使用访问令牌时可能无法从 GitLab 获取 APK 文件。",
|
"gitlabSourceNote": "未使用访问令牌时可能无法从 GitLab 获取 APK 文件。",
|
||||||
"sortByFileNamesNotLinks": "根据文件名而不是完整链接来排序",
|
"sortByFileNamesNotLinks": "使用文件名代替链接进行排序",
|
||||||
"filterReleaseNotesByRegEx": "用正则表达式筛选发布说明",
|
"filterReleaseNotesByRegEx": "使用正则表达式筛选发行说明",
|
||||||
"customLinkFilterRegex": "用正则表达式自定义链接筛选(默认 '.apk$')",
|
"customLinkFilterRegex": "使用正则表达式自定义链接筛选(默认模式为“.apk$”)",
|
||||||
"appsPossiblyUpdated": "App Updates Attempted",
|
"appsPossiblyUpdated": "已尝试更新应用",
|
||||||
"appsPossiblyUpdatedNotifDescription": "Notifies the user that updates to one or more Apps were potentially applied in the background",
|
"appsPossiblyUpdatedNotifDescription": "当应用已尝试在后台更新时发送通知",
|
||||||
"xWasPossiblyUpdatedToY": "{} may have been updated to {}.",
|
"xWasPossiblyUpdatedToY": "已尝试将 {} 更新至 {}。",
|
||||||
"backgroundUpdateReqsExplanation": "Background updates may not be possible for all apps.",
|
"enableBackgroundUpdates": "启用后台更新",
|
||||||
"backgroundUpdateLimitsExplanation": "The success of a background install can only be determined when Obtainium is opened.",
|
"backgroundUpdateReqsExplanation": "后台更新未必适用于所有的应用。",
|
||||||
"verifyLatestTag": "Verify the 'latest' tag",
|
"backgroundUpdateLimitsExplanation": "只有在启动 Obtainium 时才能确认安装是否成功。",
|
||||||
|
"verifyLatestTag": "验证“Latest”标签",
|
||||||
|
"exemptFromBackgroundUpdates": "Exempt from background updates (if enabled)",
|
||||||
|
"bgUpdatesOnWiFiOnly": "Disable background updates when not on WiFi",
|
||||||
"removeAppQuestion": {
|
"removeAppQuestion": {
|
||||||
"one": "是否删除应用?",
|
"one": "是否删除应用?",
|
||||||
"other": "是否删除应用?"
|
"other": "是否删除应用?"
|
||||||
@ -260,8 +263,8 @@
|
|||||||
"other": "后台更新检查遇到了“{}”问题,预定于 {} 分钟后重试"
|
"other": "后台更新检查遇到了“{}”问题,预定于 {} 分钟后重试"
|
||||||
},
|
},
|
||||||
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
"bgCheckFoundUpdatesWillNotifyIfNeeded": {
|
||||||
"one": "后台检查发现 {} 个应用更新 - 如有需要将发出通知",
|
"one": "后台检查发现 {} 个应用更新 - 如有需要将发送通知",
|
||||||
"other": "后台检查发现 {} 个应用更新 - 如有需要将发出通知"
|
"other": "后台检查发现 {} 个应用更新 - 如有需要将发送通知"
|
||||||
},
|
},
|
||||||
"apps": {
|
"apps": {
|
||||||
"one": "{} 个应用",
|
"one": "{} 个应用",
|
||||||
@ -296,7 +299,7 @@
|
|||||||
"other": "{} 和另外 {} 个应用已更新。"
|
"other": "{} 和另外 {} 个应用已更新。"
|
||||||
},
|
},
|
||||||
"xAndNMoreUpdatesPossiblyInstalled": {
|
"xAndNMoreUpdatesPossiblyInstalled": {
|
||||||
"one": "{} and 1 more app may have been updated.",
|
"one": "{} 和另外 1 个应用已尝试更新。",
|
||||||
"other": "{} and {} more apps may have been updated."
|
"other": "{} 和另外 {} 个应用已尝试更新。"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -103,7 +103,16 @@ class HTML extends AppSource {
|
|||||||
}
|
}
|
||||||
])
|
])
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
GeneratedFormTextField('intermediateLinkRegex',
|
||||||
|
label: tr('intermediateLinkRegex'),
|
||||||
|
hint: '([0-9]+\.)*[0-9]+/\$',
|
||||||
|
required: false,
|
||||||
|
additionalValidators: [(value) => regExValidator(value)])
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
overrideVersionDetectionFormDefault('noVersionDetection',
|
||||||
|
disableStandard: true, disableRelDate: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
@ -132,6 +141,21 @@ class HTML extends AppSource {
|
|||||||
.map((element) => element.attributes['href'] ?? '')
|
.map((element) => element.attributes['href'] ?? '')
|
||||||
.toList();
|
.toList();
|
||||||
List<String> links = [];
|
List<String> links = [];
|
||||||
|
if ((additionalSettings['intermediateLinkRegex'] as String?)
|
||||||
|
?.isNotEmpty ==
|
||||||
|
true) {
|
||||||
|
var reg = RegExp(additionalSettings['intermediateLinkRegex']);
|
||||||
|
links = allLinks.where((element) => reg.hasMatch(element)).toList();
|
||||||
|
links.sort((a, b) => compareAlphaNumeric(a, b));
|
||||||
|
if (links.isEmpty) {
|
||||||
|
throw ObtainiumError(tr('intermediateLinkNotFound'));
|
||||||
|
}
|
||||||
|
Map<String, dynamic> additionalSettingsTemp =
|
||||||
|
Map.from(additionalSettings);
|
||||||
|
additionalSettingsTemp['intermediateLinkRegex'] = null;
|
||||||
|
return getLatestAPKDetails(
|
||||||
|
ensureAbsoluteUrl(links.last, uri), additionalSettingsTemp);
|
||||||
|
}
|
||||||
if ((additionalSettings['customLinkFilterRegex'] as String?)
|
if ((additionalSettings['customLinkFilterRegex'] as String?)
|
||||||
?.isNotEmpty ==
|
?.isNotEmpty ==
|
||||||
true) {
|
true) {
|
||||||
|
@ -7,7 +7,8 @@ class HuaweiAppGallery extends AppSource {
|
|||||||
HuaweiAppGallery() {
|
HuaweiAppGallery() {
|
||||||
name = 'Huawei AppGallery';
|
name = 'Huawei AppGallery';
|
||||||
host = 'appgallery.huawei.com';
|
host = 'appgallery.huawei.com';
|
||||||
overrideVersionDetectionFormDefault('releaseDateAsVersion', true);
|
overrideVersionDetectionFormDefault('releaseDateAsVersion',
|
||||||
|
disableStandard: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
@ -6,7 +6,8 @@ import 'package:obtainium/providers/source_provider.dart';
|
|||||||
|
|
||||||
class Jenkins extends AppSource {
|
class Jenkins extends AppSource {
|
||||||
Jenkins() {
|
Jenkins() {
|
||||||
overrideVersionDetectionFormDefault('releaseDateAsVersion', true);
|
overrideVersionDetectionFormDefault('releaseDateAsVersion',
|
||||||
|
disableStandard: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
String trimJobUrl(String url) {
|
String trimJobUrl(String url) {
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
import 'package:easy_localization/easy_localization.dart';
|
||||||
import 'package:html/parser.dart';
|
import 'package:html/parser.dart';
|
||||||
import 'package:http/http.dart';
|
import 'package:http/http.dart';
|
||||||
import 'package:obtainium/app_sources/html.dart';
|
import 'package:obtainium/app_sources/html.dart';
|
||||||
@ -41,27 +42,59 @@ class VLC extends AppSource {
|
|||||||
String standardUrl,
|
String standardUrl,
|
||||||
Map<String, dynamic> additionalSettings,
|
Map<String, dynamic> additionalSettings,
|
||||||
) async {
|
) async {
|
||||||
String? version = await getLatestVersion(standardUrl);
|
Response res = await get(
|
||||||
if (version == null) {
|
Uri.parse('https://www.videolan.org/vlc/download-android.html'));
|
||||||
throw NoVersionError();
|
|
||||||
}
|
|
||||||
String? targetUrl = '$dwUrlBase$version/';
|
|
||||||
Response res = await sourceRequest(targetUrl);
|
|
||||||
List<String> apkUrls = [];
|
|
||||||
if (res.statusCode == 200) {
|
if (res.statusCode == 200) {
|
||||||
apkUrls = parse(res.body)
|
var dwUrlBase = 'get.videolan.org/vlc-android';
|
||||||
|
var dwLinks = parse(res.body)
|
||||||
.querySelectorAll('a')
|
.querySelectorAll('a')
|
||||||
.map((e) => e.attributes['href']?.split('/').last)
|
.where((element) =>
|
||||||
.where((h) =>
|
element.attributes['href']?.contains(dwUrlBase) ?? false)
|
||||||
h != null && h.isNotEmpty && h.toLowerCase().endsWith('.apk'))
|
|
||||||
.map((e) => targetUrl + e!)
|
|
||||||
.toList();
|
.toList();
|
||||||
|
String? version = dwLinks.isNotEmpty
|
||||||
|
? dwLinks.first.attributes['href']
|
||||||
|
?.split('/')
|
||||||
|
.where((s) => s.isNotEmpty)
|
||||||
|
.last
|
||||||
|
: null;
|
||||||
|
if (version == null) {
|
||||||
|
throw NoVersionError();
|
||||||
|
}
|
||||||
|
|
||||||
|
String? targetUrl = 'https://$dwUrlBase/$version/';
|
||||||
|
Response res2 = await get(Uri.parse(targetUrl));
|
||||||
|
List<String> apkUrls = [];
|
||||||
|
if (res2.statusCode == 200) {
|
||||||
|
apkUrls = parse(res2.body)
|
||||||
|
.querySelectorAll('a')
|
||||||
|
.map((e) => e.attributes['href']?.split('/').last)
|
||||||
|
.where((h) =>
|
||||||
|
h != null && h.isNotEmpty && h.toLowerCase().endsWith('.apk'))
|
||||||
|
.map((e) => targetUrl + e!)
|
||||||
|
.toList();
|
||||||
|
} else if (res2.statusCode == 500 &&
|
||||||
|
res2.body.toLowerCase().indexOf('mirror') > 0) {
|
||||||
|
var html = parse(res2.body);
|
||||||
|
var err = '';
|
||||||
|
html.body?.nodes.forEach((element) {
|
||||||
|
if (element.text != null) {
|
||||||
|
err += '${element.text}\n';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
err = err.trim();
|
||||||
|
if (err.isEmpty) {
|
||||||
|
err = tr('err');
|
||||||
|
}
|
||||||
|
throw ObtainiumError(err);
|
||||||
|
} else {
|
||||||
|
throw getObtainiumHttpError(res2);
|
||||||
|
}
|
||||||
|
|
||||||
|
return APKDetails(
|
||||||
|
version, getApkUrlsFromUrls(apkUrls), AppNames('VideoLAN', 'VLC'));
|
||||||
} else {
|
} else {
|
||||||
throw getObtainiumHttpError(res);
|
throw getObtainiumHttpError(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
return APKDetails(
|
|
||||||
version, getApkUrlsFromUrls(apkUrls), AppNames('VideoLAN', 'VLC'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
@ -19,7 +19,7 @@ import 'package:easy_localization/src/easy_localization_controller.dart';
|
|||||||
// ignore: implementation_imports
|
// ignore: implementation_imports
|
||||||
import 'package:easy_localization/src/localization.dart';
|
import 'package:easy_localization/src/localization.dart';
|
||||||
|
|
||||||
const String currentVersion = '0.14.0';
|
const String currentVersion = '0.14.4';
|
||||||
const String currentReleaseTag =
|
const String currentReleaseTag =
|
||||||
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
|
'v$currentVersion-beta'; // KEEP THIS IN SYNC WITH GITHUB RELEASES
|
||||||
|
|
||||||
@ -38,6 +38,7 @@ List<MapEntry<Locale, String>> supportedLocales = const [
|
|||||||
MapEntry(Locale('pl'), 'Polski'),
|
MapEntry(Locale('pl'), 'Polski'),
|
||||||
MapEntry(Locale('ru'), 'Русский язык'),
|
MapEntry(Locale('ru'), 'Русский язык'),
|
||||||
MapEntry(Locale('bs'), 'Bosanski'),
|
MapEntry(Locale('bs'), 'Bosanski'),
|
||||||
|
// MapEntry(Locale('br'), 'Brasileiro'),
|
||||||
];
|
];
|
||||||
const fallbackLocale = Locale('en');
|
const fallbackLocale = Locale('en');
|
||||||
const localeDir = 'assets/translations';
|
const localeDir = 'assets/translations';
|
||||||
|
@ -341,10 +341,15 @@ class _AppPageState extends State<AppPage> {
|
|||||||
app?.app.id != null ? [app!.app.id] : [],
|
app?.app.id != null ? [app!.app.id] : [],
|
||||||
globalNavigatorKey.currentContext,
|
globalNavigatorKey.currentContext,
|
||||||
settingsProvider);
|
settingsProvider);
|
||||||
|
if (app?.app.installedVersion != null && !trackOnly) {
|
||||||
|
// ignore: use_build_context_synchronously
|
||||||
|
showError(tr('appsUpdated'), context);
|
||||||
|
}
|
||||||
if (res.isNotEmpty && mounted) {
|
if (res.isNotEmpty && mounted) {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
// ignore: use_build_context_synchronously
|
||||||
showError(e, context);
|
showError(e, context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -689,6 +689,10 @@ class AppsPageState extends State<AppsPage> {
|
|||||||
.catchError((e) {
|
.catchError((e) {
|
||||||
showError(e, context);
|
showError(e, context);
|
||||||
return <String>[];
|
return <String>[];
|
||||||
|
}).then((value) {
|
||||||
|
if (shouldInstallUpdates) {
|
||||||
|
showError(tr('appsUpdated'), context);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -252,7 +252,32 @@ class _SettingsPageState extends State<SettingsPage> {
|
|||||||
style: Theme.of(context)
|
style: Theme.of(context)
|
||||||
.textTheme
|
.textTheme
|
||||||
.labelSmall),
|
.labelSmall),
|
||||||
height8
|
height8,
|
||||||
|
if (settingsProvider
|
||||||
|
.enableBackgroundUpdates)
|
||||||
|
Column(
|
||||||
|
children: [
|
||||||
|
height16,
|
||||||
|
Row(
|
||||||
|
mainAxisAlignment:
|
||||||
|
MainAxisAlignment
|
||||||
|
.spaceBetween,
|
||||||
|
children: [
|
||||||
|
Flexible(
|
||||||
|
child: Text(tr(
|
||||||
|
'bgUpdatesOnWiFiOnly'))),
|
||||||
|
Switch(
|
||||||
|
value: settingsProvider
|
||||||
|
.bgUpdatesOnWiFiOnly,
|
||||||
|
onChanged: (value) {
|
||||||
|
settingsProvider
|
||||||
|
.bgUpdatesOnWiFiOnly =
|
||||||
|
value;
|
||||||
|
})
|
||||||
|
],
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
: const SizedBox.shrink();
|
: const SizedBox.shrink();
|
||||||
|
@ -9,6 +9,7 @@ import 'package:android_alarm_manager_plus/android_alarm_manager_plus.dart';
|
|||||||
import 'package:android_intent_plus/flag.dart';
|
import 'package:android_intent_plus/flag.dart';
|
||||||
import 'package:android_package_installer/android_package_installer.dart';
|
import 'package:android_package_installer/android_package_installer.dart';
|
||||||
import 'package:android_package_manager/android_package_manager.dart';
|
import 'package:android_package_manager/android_package_manager.dart';
|
||||||
|
import 'package:connectivity_plus/connectivity_plus.dart';
|
||||||
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:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
@ -366,6 +367,9 @@ class AppsProvider with ChangeNotifier {
|
|||||||
if (!settingsProvider.enableBackgroundUpdates) {
|
if (!settingsProvider.enableBackgroundUpdates) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (app.additionalSettings['exemptFromBackgroundUpdates'] == true) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (app.apkUrls.length > 1) {
|
if (app.apkUrls.length > 1) {
|
||||||
// Manual API selection means silent install is not possible
|
// Manual API selection means silent install is not possible
|
||||||
return false;
|
return false;
|
||||||
@ -1320,6 +1324,12 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
// If in update mode...
|
// If in update mode...
|
||||||
var didCompleteChecking = false;
|
var didCompleteChecking = false;
|
||||||
CheckingUpdatesNotification? notif;
|
CheckingUpdatesNotification? notif;
|
||||||
|
var networkRestricted = false;
|
||||||
|
if (settingsProvider.bgUpdatesOnWiFiOnly) {
|
||||||
|
var netResult = await (Connectivity().checkConnectivity());
|
||||||
|
networkRestricted = (netResult != ConnectivityResult.wifi) &&
|
||||||
|
(netResult != ConnectivityResult.ethernet);
|
||||||
|
}
|
||||||
// Loop through all updates and check each
|
// Loop through all updates and check each
|
||||||
for (int i = 0; i < toCheck.length; i++) {
|
for (int i = 0; i < toCheck.length; i++) {
|
||||||
var appId = toCheck[i].key;
|
var appId = toCheck[i].key;
|
||||||
@ -1332,8 +1342,9 @@ Future<void> bgUpdateCheck(int taskId, Map<String, dynamic>? params) async {
|
|||||||
cancelExisting: true);
|
cancelExisting: true);
|
||||||
App? newApp = await appsProvider.checkUpdate(appId);
|
App? newApp = await appsProvider.checkUpdate(appId);
|
||||||
if (newApp != null) {
|
if (newApp != null) {
|
||||||
if (!(await appsProvider.canInstallSilently(
|
if (networkRestricted ||
|
||||||
app!.app, settingsProvider))) {
|
!(await appsProvider.canInstallSilently(
|
||||||
|
app!.app, settingsProvider))) {
|
||||||
notificationsProvider.notify(
|
notificationsProvider.notify(
|
||||||
UpdateNotification([newApp], id: newApp.id.hashCode - 1));
|
UpdateNotification([newApp], id: newApp.id.hashCode - 1));
|
||||||
} else {
|
} else {
|
||||||
|
@ -319,6 +319,15 @@ class SettingsProvider with ChangeNotifier {
|
|||||||
notifyListeners();
|
notifyListeners();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool get bgUpdatesOnWiFiOnly {
|
||||||
|
return prefs?.getBool('bgUpdatesOnWiFiOnly') ?? false;
|
||||||
|
}
|
||||||
|
|
||||||
|
set bgUpdatesOnWiFiOnly(bool val) {
|
||||||
|
prefs?.setBool('bgUpdatesOnWiFiOnly', val);
|
||||||
|
notifyListeners();
|
||||||
|
}
|
||||||
|
|
||||||
DateTime get lastBGCheckTime {
|
DateTime get lastBGCheckTime {
|
||||||
int? temp = prefs?.getInt('lastBGCheckTime');
|
int? temp = prefs?.getInt('lastBGCheckTime');
|
||||||
return temp != null
|
return temp != null
|
||||||
|
@ -330,16 +330,23 @@ abstract class AppSource {
|
|||||||
name = runtimeType.toString();
|
name = runtimeType.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
overrideVersionDetectionFormDefault(String vd, bool disableStandard) {
|
overrideVersionDetectionFormDefault(String vd,
|
||||||
|
{bool disableStandard = false, bool disableRelDate = false}) {
|
||||||
additionalAppSpecificSourceAgnosticSettingFormItems =
|
additionalAppSpecificSourceAgnosticSettingFormItems =
|
||||||
additionalAppSpecificSourceAgnosticSettingFormItems.map((e) {
|
additionalAppSpecificSourceAgnosticSettingFormItems.map((e) {
|
||||||
return e.map((e2) {
|
return e.map((e2) {
|
||||||
if (e2.key == 'versionDetection') {
|
if (e2.key == 'versionDetection') {
|
||||||
var item = e2 as GeneratedFormDropdown;
|
var item = e2 as GeneratedFormDropdown;
|
||||||
item.defaultValue = vd;
|
item.defaultValue = vd;
|
||||||
|
item.disabledOptKeys = [];
|
||||||
if (disableStandard) {
|
if (disableStandard) {
|
||||||
item.disabledOptKeys = ['standardVersionDetection'];
|
item.disabledOptKeys?.add('standardVersionDetection');
|
||||||
}
|
}
|
||||||
|
if (disableRelDate) {
|
||||||
|
item.disabledOptKeys?.add('releaseDateAsVersion');
|
||||||
|
}
|
||||||
|
item.disabledOptKeys =
|
||||||
|
item.disabledOptKeys?.where((element) => element != vd).toList();
|
||||||
}
|
}
|
||||||
return e2;
|
return e2;
|
||||||
}).toList();
|
}).toList();
|
||||||
@ -418,7 +425,11 @@ abstract class AppSource {
|
|||||||
GeneratedFormSwitch('autoApkFilterByArch',
|
GeneratedFormSwitch('autoApkFilterByArch',
|
||||||
label: tr('autoApkFilterByArch'), defaultValue: true)
|
label: tr('autoApkFilterByArch'), defaultValue: true)
|
||||||
],
|
],
|
||||||
[GeneratedFormTextField('appName', label: tr('appName'), required: false)]
|
[GeneratedFormTextField('appName', label: tr('appName'), required: false)],
|
||||||
|
[
|
||||||
|
GeneratedFormSwitch('exemptFromBackgroundUpdates',
|
||||||
|
label: tr('exemptFromBackgroundUpdates'))
|
||||||
|
]
|
||||||
];
|
];
|
||||||
|
|
||||||
// Previous 2 variables combined into one at runtime for convenient usage
|
// Previous 2 variables combined into one at runtime for convenient usage
|
||||||
@ -517,7 +528,7 @@ class SourceProvider {
|
|||||||
// APKCombo(), // Can't get past their scraping blocking yet (get 403 Forbidden)
|
// APKCombo(), // Can't get past their scraping blocking yet (get 403 Forbidden)
|
||||||
Mullvad(),
|
Mullvad(),
|
||||||
Signal(),
|
Signal(),
|
||||||
VLC(),
|
VLC(), // As of 2023-08-26 this site randomly messes up the 'latest' version (one minute it's 3.5.4, next minute back to 3.5.3)
|
||||||
// WhatsApp(), // As of 2023-03-20 this is unusable as the version on the webpage is months out of date
|
// WhatsApp(), // As of 2023-03-20 this is unusable as the version on the webpage is months out of date
|
||||||
TelegramApp(),
|
TelegramApp(),
|
||||||
SteamMobile(),
|
SteamMobile(),
|
||||||
|
35
pubspec.lock
35
pubspec.lock
@ -29,12 +29,11 @@ packages:
|
|||||||
android_package_manager:
|
android_package_manager:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
name: android_package_manager
|
||||||
ref: master
|
sha256: b873fe5856f7c442aca9751dac05d117285be9e4de08eb15d1ffb811fd1b688d
|
||||||
resolved-ref: c7c2f992a9dc452393c94d96cdf2b1f5a5ce7c80
|
url: "https://pub.dev"
|
||||||
url: "https://github.com/ImranR98/android_package_manager"
|
source: hosted
|
||||||
source: git
|
version: "0.6.0"
|
||||||
version: "0.5.4"
|
|
||||||
animations:
|
animations:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@ -115,6 +114,22 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.17.2"
|
version: "1.17.2"
|
||||||
|
connectivity_plus:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
name: connectivity_plus
|
||||||
|
sha256: "77a180d6938f78ca7d2382d2240eb626c0f6a735d0bfdce227d8ffb80f95c48b"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "4.0.2"
|
||||||
|
connectivity_plus_platform_interface:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: connectivity_plus_platform_interface
|
||||||
|
sha256: cf1d1c28f4416f8c654d7dc3cd638ec586076255d407cef3ddbdaf178272a71a
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "1.2.4"
|
||||||
convert:
|
convert:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@ -455,6 +470,14 @@ packages:
|
|||||||
url: "https://pub.dev"
|
url: "https://pub.dev"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.0.0"
|
version: "1.0.0"
|
||||||
|
nm:
|
||||||
|
dependency: transitive
|
||||||
|
description:
|
||||||
|
name: nm
|
||||||
|
sha256: "2c9aae4127bdc8993206464fcc063611e0e36e72018696cd9631023a31b24254"
|
||||||
|
url: "https://pub.dev"
|
||||||
|
source: hosted
|
||||||
|
version: "0.5.0"
|
||||||
path:
|
path:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -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: 0.14.0+192 # When changing this, update the tag in main() accordingly
|
version: 0.14.4+196 # When changing this, update the tag in main() accordingly
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.18.2 <3.0.0'
|
sdk: '>=2.18.2 <3.0.0'
|
||||||
@ -55,10 +55,7 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/ImranR98/android_package_installer
|
url: https://github.com/ImranR98/android_package_installer
|
||||||
ref: main
|
ref: main
|
||||||
android_package_manager:
|
android_package_manager: ^0.6.0
|
||||||
git:
|
|
||||||
url: https://github.com/ImranR98/android_package_manager
|
|
||||||
ref: master
|
|
||||||
share_plus: ^7.0.0
|
share_plus: ^7.0.0
|
||||||
android_alarm_manager_plus: ^3.0.0
|
android_alarm_manager_plus: ^3.0.0
|
||||||
sqflite: ^2.2.0+3
|
sqflite: ^2.2.0+3
|
||||||
@ -67,6 +64,7 @@ dependencies:
|
|||||||
flutter_markdown: ^0.6.14
|
flutter_markdown: ^0.6.14
|
||||||
flutter_archive: ^5.0.0
|
flutter_archive: ^5.0.0
|
||||||
hsluv: ^1.1.3
|
hsluv: ^1.1.3
|
||||||
|
connectivity_plus: ^4.0.2
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
Reference in New Issue
Block a user