diff --git a/app/src/main/java/com/aurora/extensions/Context.kt b/app/src/main/java/com/aurora/extensions/Context.kt index 41160f18b..d348fb954 100644 --- a/app/src/main/java/com/aurora/extensions/Context.kt +++ b/app/src/main/java/com/aurora/extensions/Context.kt @@ -31,12 +31,9 @@ import android.util.TypedValue import android.view.LayoutInflater import androidx.browser.customtabs.CustomTabsIntent import androidx.core.app.ActivityOptionsCompat -import androidx.core.app.PendingIntentCompat import androidx.core.content.ContextCompat -import androidx.core.graphics.drawable.toBitmap import com.aurora.Constants import com.aurora.gplayapi.data.models.App -import com.aurora.store.MainActivity import com.aurora.store.R import com.aurora.store.util.Log import com.aurora.store.util.Preferences @@ -44,26 +41,9 @@ import com.aurora.store.util.Preferences val Context.inflater: LayoutInflater get() = LayoutInflater.from(this) -fun Context.browse(url: String, showOpenInAuroraAction: Boolean = false) { +fun Context.browse(url: String) { try { val customTabsIntent = CustomTabsIntent.Builder() - if (showOpenInAuroraAction) { - val icon = - ContextCompat.getDrawable(this, R.drawable.ic_open_in_new)?.toBitmap() - val pendingIntent = PendingIntentCompat.getActivity( - this, - 0, - Intent(this, MainActivity::class.java), - 0, - false - ) - customTabsIntent.setActionButton( - icon!!, - this.getString(R.string.open_in_aurora), - pendingIntent!!, - true - ) - } customTabsIntent.build().launchUrl(this, Uri.parse(url)) } catch (e: Exception) { Log.e(e.message) diff --git a/app/src/main/res/drawable/ic_open_in_new.xml b/app/src/main/res/drawable/ic_open_in_new.xml deleted file mode 100644 index 5057df46b..000000000 --- a/app/src/main/res/drawable/ic_open_in_new.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 05bf4b765..e9fb8449a 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -282,7 +282,6 @@ حدث خطأ! القائمة توسع - افتح في متجر Aurora تم رفض الإذن المطلوب يرجى منحها لمواصلة العمل البحث عن التطبيقات والألعاب جار التحميل • %1$d / %2$d %3$s @@ -408,4 +407,4 @@ أضف موزع العملات الرمزية إلى متجر Aurora. توفر موزعات الرمز المميز بيانات اعتماد الحساب إلى Aurora Store لتسجيل الدخول بشكل مجهول. إضافة إزالة - \ No newline at end of file + diff --git a/app/src/main/res/values-ast/strings.xml b/app/src/main/res/values-ast/strings.xml index 6053b6204..4bc7efe8f 100644 --- a/app/src/main/res/values-ast/strings.xml +++ b/app/src/main/res/values-ast/strings.xml @@ -292,8 +292,7 @@ ¡Prodúxose un error! Menú Expand - Open in Aurora Store %1$s • API %2$s Required permissions were denied. Please grant them in order to continue the action Buscar aplicaciones ya xuegos - \ No newline at end of file + diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index eb2e07e18..1d250898e 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -168,7 +168,6 @@ Налични актуализации Меню Разширяване - Отворете в Aurora Store Необходимите разрешения бяха отказани. Моля, отпуснете ги, за да продължите действието Търсене на приложения и игри Заявка за нова сесия @@ -304,4 +303,4 @@ %1$d налична актуализация %1$s, %2$s и %3$s %1$s, %2$s, %3$s и %4$d още - \ No newline at end of file + diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index b7f8cf58c..7617f36d5 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -273,7 +273,6 @@ Tmavě modrá Stahování • %1$d / %2$d%3$s Zbývá %1$dh %2$dm %3$ds - Otevřít v Aurora Store Hledat aplikace a hry Zbývá %1$dm %2$ds Zbývá %1$ds @@ -416,4 +415,4 @@ \n \nUpozornění: aplikace Aurora Store nemá žádné schválení, sponzoring ani autorizaci od společnosti Google, Google Play, aplikací stažených prostřednictvím aplikace Aurora Store ani od vývojářů aplikací; aplikace Aurora Store s nimi také nemá žádné spojení, spolupráci ani vazbu. Přihlaste se prosím do vašeho účtu Google - \ No newline at end of file + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 387449089..1984b977b 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -279,7 +279,6 @@ Sitzung wird überprüft Hoppla, die Anfragehäufigkeit für dieses Konto ist begrenzt! Menü - Im Aurora Store öffnen %1$s • API %2$s Nach Apps und Spielen suchen Angehalten • %1$d / %2$d @@ -416,4 +415,4 @@ \n \nBitte beachte, dass der Aurora Store weder von Google, Google Play, den über den Aurora Store heruntergeladenen Apps oder den App-Entwicklern genehmigt, gesponsert oder autorisiert wurde, noch steht der Aurora Store in irgendeiner Verbindung mit ihnen. Bitte melde dich bei deinem Google-Play-Konto an - \ No newline at end of file + diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 28a133a56..59096928d 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -324,7 +324,6 @@ Μη έγκυρο URL μεσολάβησης, ελέγξτε τη μορφή! Ουπς, αυτός ο λογαριασμός έχει όριο! Αρνήθηκαν απαιτούμενα δικαιώματα. Παρακαλώ παραχωρήστε τα για να προχωρήσει η ενέργεια - Άνοιγμα στο Κατάστημα Aurora %1$s • API %2$s Αιτείται νέα συνεδρία %1$d διαθέσιμη ενημέρωση @@ -399,4 +398,4 @@ Μη έγκυρο URL Πρόσθεσε Αφαίρεσε - \ No newline at end of file + diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 3cb19dbaf..6f8aa38ad 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -289,7 +289,6 @@ Buscar las aplicaciones y los juegos Enviar notificaciones sobre el estado de las instalaciones Vaya, ¡esta cuenta tiene una tarifa limitada! - Abrir en Aurora Store Inicia sesión y disfruta. actualización disponible ¡Ocurrió un error! @@ -416,4 +415,4 @@ \n \nTenga en cuenta que Aurora Store no cuenta con ninguna aprobación, patrocinio o autorización de Google, Google Play, ninguna aplicación descargada a través de Aurora Store ni ningún desarrollador de aplicaciones; Aurora Store tampoco tiene ninguna afiliación, cooperación o conexión con ellos. Por favor, inicia sesión con tu cuenta de Google Play - \ No newline at end of file + diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 2acdd52e1..e87aedab4 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -287,7 +287,6 @@ Errore bat gertatu da! Menua Zabaldu - Ireki Aurora Storen Beharrezko baimenak ukatuak izan dira. Mesedez, baimendu itzazu ekintzarekin jarraitzeko. Bilatu aplikazioak eta jokoak Saio berria eskatzen @@ -333,4 +332,4 @@ Deskargatu Wi-Fi bidez soilik %1$s eta %2$s %1$d eguneratze eskuragarri - \ No newline at end of file + diff --git a/app/src/main/res/values-fa/strings.xml b/app/src/main/res/values-fa/strings.xml index 02c9825b4..5372f2d44 100644 --- a/app/src/main/res/values-fa/strings.xml +++ b/app/src/main/res/values-fa/strings.xml @@ -294,7 +294,6 @@ پیشرفته پیکربندی دستگاه وارد نشد گسترش - باز کردن در فروشگاه آرورا اجازه های لازم رد شد. لطفا به آنها اجازه دهید تا به عمل ادامه دهند جستجو برای نرم افزار و بازی درخواست نشست جدید @@ -330,4 +329,4 @@ فعال شد لینک برنامه فعال شد! گوگل پلی که با نام فروشگاه گوگل پلی و بازار سابق اندروید نیز شناخته می شود. - \ No newline at end of file + diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 27e650f5c..bedf2db06 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -299,7 +299,6 @@ Tapahtui virhe! Valikko Laajenna - Avaa Aurora Storessa Tarvittavat oikeudet evättiin. Myönnä ne, jotta voit jatkaa toimenpidettä Etsi sovelluksia ja pelejä Lisätiedostoja ladataan kohteelle %1$s @@ -356,4 +355,4 @@ Poista valmistuneet Lisää kotinäytölle Hallinnoi - \ No newline at end of file + diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index b21676ab4..50816fbff 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -286,7 +286,6 @@ Avancé Système Menu - Ouvrir dans Aurora Store %1$s • API %2$s Demande d’une nouvelle session %1$d s restantes @@ -392,4 +391,4 @@ Exige App Manager, nécessite adb/mode root pour installer lorsque l\'optimisation MIUI est activé Plus Gérer mon compte - \ No newline at end of file + diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 32397ff9e..103099c86 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -299,7 +299,6 @@ Vaites, esta conta ten limitacións de tempo de uso! Un erro aconteceu! Menú - Abrir na Aurora Store Buscar aplicacións e xogos O servidor non está dispoñíbel por mantemento Sistema @@ -320,4 +319,4 @@ %1$d actualización dispoñíbel %1$s, %2$s, %3$s e %4$d máis Fallo ao xerar a sesión, código de erro: %1$d - \ No newline at end of file + diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index a8091ef27..154929ebf 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -297,7 +297,6 @@ פרוקסי הוגדר בהצלחה קישורי האפליקציה ייצוא תצורת מכשיר בוצעה בהצלחה - בפתח בחנות Aurora מושהה • %1$d / %2$d דורג, אולי יקח לזה זמן עד שיוצג השתמש הפילטרים לא קבועים בחיפוש @@ -370,4 +369,4 @@ גרסת גוגל פליי ברירת מחדל (מתוך תצורת המכשיר) בקש ניתוח חדש - \ No newline at end of file + diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index 5acfcf765..9e1f9e0e9 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -287,7 +287,6 @@ %1$dm %2$ds शेष %1$ds शेष उन्नत - Aurora स्टोर में खोलें %1$s के लिए अतिरिक्त फाइलें डाउनलोड की जा रही हैं %1$d अपडेट उपलब्ध है %1$s, %2$s, %3$s और %4$d अन्य @@ -408,4 +407,4 @@ क्या आप डिस्पेंसर \"%1$s\" को हटाना चाहते हैं? जोड़ें हटाएं - \ No newline at end of file + diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 1fb54b559..151b70e9a 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -279,7 +279,6 @@ Nažalost, za ovaj račun postoji ograničenje! Izbronik Proširi - Otvori u Aurora Store Potrebne dozvole su odbijene. Odobri ih za nastavljanje radnje Traži programe i igre Napredno @@ -307,4 +306,4 @@ Zatraži novu analizu Dodaj na početni zaslon Shizuku nije instaliran ili postavljen pravilno. - \ No newline at end of file + diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index aebe530b3..e7c49c52b 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -315,7 +315,6 @@ További fájlok letöltése ehhez %1$s Nem sikerült létrehozni munkamenetet, hibakód: %1$d Hoppá, ez a fiók limitált! - Megnyitás Aurora Store-ral Értesítések küldése a telepítések állapotáról Shizuku telepítő Azta! Minden rendben. @@ -390,4 +389,4 @@ Root/superuser jogosultságokat igényel, támogatja az összes Android verziót. Intent alapú telepítő, minden eszközön elérhető App Manager szükséges, adb/root mód szükséges a telepítéshez, ha a miui optimalizálás be van kapcsolva - \ No newline at end of file + diff --git a/app/src/main/res/values-ia/strings.xml b/app/src/main/res/values-ia/strings.xml index daacc30fc..c0fdc168c 100644 --- a/app/src/main/res/values-ia/strings.xml +++ b/app/src/main/res/values-ia/strings.xml @@ -47,7 +47,6 @@ Plus apps e jocos Copiate al area de transferentia Reinitiar - Aperir in Aurora Store Disinstallar Bibliotheca Tu es un usator beta @@ -221,4 +220,4 @@ Adder al schermo de initio Actualisationes incompatibile Verificar e installar actualisationes disponibile automaticamente - \ No newline at end of file + diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index dd4120832..1c542c06c 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -277,7 +277,6 @@ Kirim notifikasi perihal status instalasi %1$s • API %2$s Wow! Semuanya bagus. - Buka di dalam Aurora Store Terjadi kesalahan! Izin yang diperlukan telah ditolak. Mohon berikan izin untuk melanjutkan Menu @@ -363,4 +362,4 @@ Jangan auto-update aplikasi Cek & beritau apabila update tersedia Otomatis cek & install update tersedia - \ No newline at end of file + diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 1c17a7873..320cb3403 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -280,7 +280,6 @@ Impossibile importare la configurazione del dispositivo Sistema aggiornamenti disponibili - Apri nell’Aurora Store %1$s • API %2$s Scaricamento di file aggiuntivi per %1$s In pausa • %1$d / %2$d @@ -408,4 +407,4 @@ Aggiungi un distributore di token ad Aurora Store. I distributori di token forniscono le credenziali dell\'account ad Aurora Store per l\'accesso anonimo. URL distributore Desideri rimuovere l\'erogatore \"%1$s\"? - \ No newline at end of file + diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 97b6610e6..03d1b9d92 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -297,7 +297,6 @@ エラーが発生しました! メニュー 展開する - Aurora Storeで開く 必要な権限が拒否されました。続けるためには許可してください %1$d個の更新があります Shizuku インストーラー @@ -416,4 +415,4 @@ \n従来のアプリ ストアとは異なり、Aurora Store はアプリを所有、ライセンス供与、配布しません。Aurora Store のすべてのアプリ、アプリの説明、スクリーンショット、その他のコンテンツは、Google Play から直接アクセス、ダウンロード、表示されます。Aurora Store は架け橋やブラウザのように機能し、Google Play アカウントにログインして Google Play からアプリを見つけることができます。 \n \nAurora Store は、Google、Google Play、Aurora Store を通じてダウンロードされたアプリは、アプリ開発者から承認、広告、または許可を受けておらず、また、Aurora Store はそれらと提携、協力、及び関係も一切ありませんのでご了承ください。 - \ No newline at end of file + diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 7c0ec8813..328b026f0 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -253,7 +253,6 @@ 인기 무료 오렌지 확장됨 - 오로라 스토어로 열기 퍼플 편집자선택 맞춤 추천 @@ -395,4 +394,4 @@ 장치 소유자 삭제 Aurora Store는 더 이상 장치 소유자 앱으로 사용할 수 없습니다. 세션 설치 프로그램의 자동 설치 권한이 취소됩니다.장치 소유권을 계속 삭제하시겠습니까? - \ No newline at end of file + diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index 01a269fad..a280655d1 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -308,7 +308,6 @@ Gadījās kļūda. Izvēlne Izvērst - Atvērt ar Aurora Store %1$s • API %2$s Nepieciešamās atļaujas tika noraidītas. Lūgums tās nodrošināt, lai turpinātu darbību Meklēt lietotnes un spēles @@ -392,4 +391,4 @@ Privātuma nosacījumi Vairāk Pārvaldīt savu kontu - \ No newline at end of file + diff --git a/app/src/main/res/values-nb-rNO/strings.xml b/app/src/main/res/values-nb-rNO/strings.xml index 1d67d8f79..10ee1bd72 100644 --- a/app/src/main/res/values-nb-rNO/strings.xml +++ b/app/src/main/res/values-nb-rNO/strings.xml @@ -278,7 +278,6 @@ %1$dm %2$ds igjen Lilla Programlenker - Åpne i Aurora Store Lyseblå Bekrefter ny økt … %1$dt %2$dm %3$ds igjen @@ -295,4 +294,4 @@ Be om nye analyser Legg til på startskjermem Laste ned • %1$d / %2$d%3$s - \ No newline at end of file + diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index c73b3300f..e82afee6f 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -303,7 +303,6 @@ Er is een fout opgetreden! Menu Uitbreiden - In Aurora Store openen Vereiste rechten zijn geweigerd. Verleen deze alstublieft om verder te gaan met de actie Zoeken naar Apps & Spellen Nieuwe sessie aanvragen @@ -340,4 +339,4 @@ Toevoegen aan startpagina Titels beoordelen Verwijder voltooid - \ No newline at end of file + diff --git a/app/src/main/res/values-pa/strings.xml b/app/src/main/res/values-pa/strings.xml index 78127859c..dc0852bf0 100644 --- a/app/src/main/res/values-pa/strings.xml +++ b/app/src/main/res/values-pa/strings.xml @@ -285,7 +285,6 @@ ਸੂਚਨਾ ਇੰਸਟਾਲੇਸ਼ਨ ਸਥਿਤੀ ਦੀ ਸੂਚਨਾ ਵਿਸਥਾਰ ਕਰੋ - ਔਰੋਰਾ ਸਟੋਰ ਵਿੱਚ ਖੋਲ੍ਹੋ ਲੋੜੀਂਦੀਆਂ ਇਜਾਜ਼ਤਾਂ ਨੂੰ ਅਸਵੀਕਾਰ ਕੀਤਾ ਗਿਆ ਸੀ। ਕਿਰਪਾ ਕਰਕੇ ਕਾਰਵਾਈ ਜਾਰੀ ਰੱਖਣ ਲਈ ਉਹਨਾਂ ਨੂੰ ਮਨਜ਼ੂਰੀ ਦਿਓ Shizuku ਜਾਂ ਤਾਂ ਇੰਸਟਾਲ ਨਹੀਂ ਜਾਂ ਸਹੀ ਢੰਗ ਨਾਲ ਸੈੱਟਅੱਪ ਨਹੀਂ ਕੀਤਾ। Shizuku ਇੰਸਟਾਲਰ @@ -395,4 +394,4 @@ ਡਿਵਾਈਸ ਮਾਲਕ ਕਲੀਅਰ ਕਰੋ ਔਰੋਰਾ ਸਟੋਰ ਨੂੰ ਡਿਵਾਈਸ ਮਾਲਕ ਐਪ ਵਜੋਂ ਹਟਾਉਂਦੀ ਹੈ ਇਹ ਸ਼ੈਸ਼ਨ ਇੰਸਟਾਲਰ ਦੀ ਐਪ ਨੂੰ ਚੁੱਪਚਾਪ ਸਥਾਪਿਤ ਕਰਨ ਦੀ ਇਜਾਜ਼ਤ ਨੂੰ ਰੱਦ ਕਰ ਦੇਵੇਗਾ। ਕੀ ਡਿਵਾਈਸ ਮਲਕੀਅਤ ਨੂੰ ਕਲੀਅਰ ਕਰਨ ਦੇ ਨਾਲ ਅੱਗੇ ਵਧਣਾ ਹੈ? - \ No newline at end of file + diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index b02b42064..e2282f5eb 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -282,7 +282,6 @@ dostępna aktualizacja dostępne aktualizacje Wystąpił błąd! - Otwórz w Aurora Store Pozostało %1$dh %2$dm %3$ds Pozostało %1$dm %2$ds Powiadomienia @@ -408,4 +407,4 @@ Brak dostępnych dozowników Usuń dozownik Dodaj dozownik tokenów do Aurora Store. Dozowniki tokenów udostępniają dane logowania do konta Aurora Store w celu anonimowego logowania. - \ No newline at end of file + diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index c407e576c..18a965d9d 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -303,7 +303,6 @@ atualização disponível Pesquisar por Apps & Jogos Expandir - Abrir na Aurora Store Notificações de atualização %1$d atualização disponível Uma nova versão de %1$s está disponível @@ -408,4 +407,4 @@ URL do dispensador Deseja remover o dispensador \"%1$s\"? Adicionar - \ No newline at end of file + diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index a04c16b36..5f38dfb71 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -279,7 +279,6 @@ Ocorreu um erro! Menu Expandir - Abrir em Aurora Store %1$s • API %2$s A descarregar ficheiros extra para %1$s %1$d atualização disponível @@ -408,4 +407,4 @@ Remover Deseja remover o distribuidor \"%1$s\"? Adicionar - \ No newline at end of file + diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 0a1abf3ee..18070baa9 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -292,7 +292,6 @@ Albastru intens Hopa, acest cont este limitat! A aparut o eroare! - Deschide în Aurora Store Permisiunile necesare au fost refuzate. Acordă-le pentru a continua acțiunea Albastru închis actualizare disponibilă @@ -416,4 +415,4 @@ Nu există distribuitoare disponibile Adaugă distribuitor Elimină distribuitorul - \ No newline at end of file + diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index b90a8bc6f..59dd3d69d 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -279,7 +279,6 @@ Войдите и наслаждайтесь. Меню Развернуть - Открыть в Aurora Store Показывать уведомления о состоянии установки Осталось %1$d час %2$d мин %3$d сек Осталось %1$d мин %2$d сек @@ -395,4 +394,4 @@ Удалить запись о владельце устройства Удаляет Aurora Store как приложение владельца устройства Это удалит разрешение у session installer на автоматическую установку приложений. Продолжить? - \ No newline at end of file + diff --git a/app/src/main/res/values-si/strings.xml b/app/src/main/res/values-si/strings.xml index ac37db9d2..91cdbf591 100644 --- a/app/src/main/res/values-si/strings.xml +++ b/app/src/main/res/values-si/strings.xml @@ -289,7 +289,6 @@ වට්ටෝරුව දෝෂයක් සිදු විය! මෙම ගිණුම අනුපාතනය වී ඇත! - අවුරෝරා ස්ටෝර් හි බලන්න යෙදුම් හා ක්‍රීඩා සොයන්න ගූගල් හරහා පිවිසීමට අසමත්! අවසාන වාරය ඉවතලිණි @@ -334,4 +333,4 @@ ඇන්ඩ්‍රොයිඩ් මාර්කට් යනු 2017 දී නවතා දැමූ ඇන්ඩ්‍රොයිඩ් උපාංග සඳහා නිර්මාණය කරන යෙදුම් බෙදාහරින මාර්ගගත වෙළඳසැලකි. යෙදුම් සබැඳීම සබලයි! මෙම යෙදුම අස්ථාපනයට වුවමනාද\? - \ No newline at end of file + diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml index 19863ceb3..319191bc2 100644 --- a/app/src/main/res/values-sl/strings.xml +++ b/app/src/main/res/values-sl/strings.xml @@ -284,7 +284,6 @@ posodobitev na voljo Pojavila se je napaka! Razširi - Odpri v trgovini Aurora Strežnik ne deluje zaradi vzdrževanja %1$d posodobitve na voljo %1$d posodobitev na voljo @@ -318,4 +317,4 @@ Prikaži podobne in sorodne gruče na strani s podrobnostmi o aplikaciji Ups, ta račun ima omejeno stopnjo! Meni - \ No newline at end of file + diff --git a/app/src/main/res/values-sq/strings.xml b/app/src/main/res/values-sq/strings.xml index f2011ba07..16262ab88 100644 --- a/app/src/main/res/values-sq/strings.xml +++ b/app/src/main/res/values-sq/strings.xml @@ -309,7 +309,6 @@ Ndodhi një gabim! Menu Zgjeroje - Hape në Shitoren Aurora %1$s • API %2$s U mohuan leje të domosdoshme. Ju lutemi, që të mund të vazhdohet veprimi, akordojini Ka gati një version të ri të %1$s @@ -396,4 +395,4 @@ Hiqe Wiki Merrni përgjigje për pyetje të bëra rëndom (PBR), hapa diagnostikimi, etj - \ No newline at end of file + diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index f5fa4c0ea..9d595d420 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -306,7 +306,6 @@ Дошло је до грешке! Мени Црвена - Отвори у Aurora Store-у Златна \n%1$s • API @@ -452,4 +451,4 @@ \n \nИмајте на уму да Aurora Store нема одобрење, спонзорство или овлашћење од Google-а, Google Play-а, било које апликације преузете преко Aurora Store-а или било ког програмера апликација; нити Aurora Store има некакву повезаност, сарадњу или везу са њима. O Aurora Store - \ No newline at end of file + diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 39a98d122..61ff8a451 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -298,7 +298,6 @@ Kunde inte logga in via Google Meny %1$dm %2$ds kvar - Öppna i Aurora-butiken Pausad • %1$d / %2$d Senaste sessionen skrotades uppdateringar tillgängliga @@ -367,4 +366,4 @@ Misslyckades med att exportera APKs Rensa slutförda Inkompatibla uppdateringar - \ No newline at end of file + diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 20200a8c3..d02edcffb 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -290,7 +290,6 @@ Vay canına! Her şey yolunda. Google aracılığıyla oturum açılamadı Hazırlanıyor… - Aurora Store\'da Aç Sistem Uygulama ve Oyun Ara güncelleme var @@ -416,4 +415,4 @@ \n \nAurora Store\'un Google, Google Play, Aurora Store üzerinden indirilen herhangi bir uygulama veya herhangi bir uygulama geliştiricisinden herhangi bir onay, sponsorluk veya yetkilendirme almadığını ve Aurora Store\'un bunlarla herhangi bir ilişkisi, işbirliği veya bağlantısı olmadığını lütfen unutmayın. Lütfen Google Play hesabınızda oturum açın - \ No newline at end of file + diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 0d94ce0e7..13d4205b5 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -294,7 +294,6 @@ Системна доступні оновлення Розгорнути - Відкрити в Aurora Store %1$s • API %2$s У наданні необхідних дозволів відмовлено. Надайте їх, щоб продовжити дію Сервер вимкнено для технічного обслуговування @@ -408,4 +407,4 @@ Видалити Вікі Знайти відповіді на поширені запитання (F.A.Q.), кроки з усунення несправностей та багато іншого - \ No newline at end of file + diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 91931186c..d4a073434 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -293,7 +293,6 @@ %1$s, %2$s%3$s %1$s, %2$s, %3$s%4$d nữa Mở rộng - Mở bằng Aurora Store %1$s • API %2$s Shizuku không được cài đặt hay được thiết lập đúng. Thông báo @@ -403,4 +402,4 @@ Loại bỏ Không có sẵn bộ phân phối Thêm - \ No newline at end of file + diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index d17be46e7..02b2714b9 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -279,7 +279,6 @@ 不论何种安装状态均发送通知 通知 正在验证会话 - 在 Aurora Store 中打开 正在验证 Google 会话 %1$s • API %2$s 必需的权限被拒绝。为了继续操作请授予这些权限 @@ -408,4 +407,4 @@ 删除分发程序 添加 你希望删除分发程序 \"%1$s\"吗? - \ No newline at end of file + diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 74e5fd8fc..1d1c37a53 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -302,7 +302,6 @@ 深藍色 選單 展開 - 在 Aurora 商店中開啟 更新通知 紫色 灰色 @@ -370,4 +369,4 @@ 允許 Aurora Store 在背景中下載與更新應用程式 清除已完成的部分 搜尋結果 - \ No newline at end of file + diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3d86f40c8..92fc67c82 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -345,7 +345,6 @@ An error occurred! Menu Expand - Open in Aurora Store %1$s • API %2$s Required permissions were denied. Please grant them in order to continue the action Search for Apps & Games