Translation : Resolve singular|plural ambiguity

https://gitlab.com/AuroraOSS/AuroraStore/issues/129
This commit is contained in:
Rahul Kumar Patel
2019-09-15 03:58:01 +05:30
parent ef59ddfead
commit d0fc9d144a
32 changed files with 295 additions and 29 deletions

View File

@@ -248,10 +248,12 @@ public class UpdatesFragment extends BaseFragment {
}
private void updateCounter() {
int count = adapter.getItemCount();
txtUpdateAll.setText(new StringBuilder()
.append(adapter.getItemCount())
.append(StringUtils.SPACE)
.append(context.getString(R.string.list_update_all_txt)));
.append(count == 1 ? context.getString(R.string.list_update_all_txt_one) :
context.getString(R.string.list_update_all_txt)));
}
private View.OnClickListener updateAllListener() {

View File

@@ -92,6 +92,7 @@ public class CustomAppListIterator implements Iterator {
}
private boolean shouldSkip(App app) {
Log.e(app.getUpdated());
return (!filter.isPaidApps() && !app.isFree())
|| (!filter.isAppsWithAds() && app.containsAds())
|| (!filter.isGsfDependentApps() && !app.getDependencies().isEmpty())

View File

@@ -0,0 +1,206 @@
<?xml version="1.0" encoding="utf-8"?>
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:drawable="@drawable/vd_downloading">
<target android:name="line_path">
<aapt:attr name="android:animation">
<set android:ordering="sequentially">
<objectAnimator
android:duration="366"
android:interpolator="@android:interpolator/linear"
android:propertyName="pathData"
android:valueFrom="M 50,190 c 0,0 47.659576416,0 70,0 c 22.340423584,0 70,0 70,0"
android:valueTo="M 50,190 c 0,0 47.659576416,0 70,0 c 22.340423584,0 70,0 70,0"
android:valueType="pathType" />
<objectAnimator
android:duration="83"
android:interpolator="@android:interpolator/linear"
android:propertyName="pathData"
android:valueFrom="M 50,190 c 0,0 47.659576416,0 70,0 c 22.340423584,0 70,0 70,0"
android:valueTo="M 50,190 c 0,0 32.340423584,19.7872467041 70,19.7872467041 c 37.659576416,0 70,-19.7872467041 70,-19.7872467041"
android:valueType="pathType" />
<objectAnimator
android:duration="149"
android:interpolator="@android:interpolator/linear"
android:propertyName="pathData"
android:valueFrom="M 50,190 c 0,0 32.340423584,19.7872467041 70,19.7872467041 c 37.659576416,0 70,-19.7872467041 70,-19.7872467041"
android:valueTo="M 50,190 c 0,0 26.4542999268,-7.97784423828 69.6675872803,-7.97784423828 c 43.2132873535,0 70.3324127197,7.97784423828 70.3324127197,7.97784423828"
android:valueType="pathType" />
<objectAnimator
android:duration="116"
android:interpolator="@android:interpolator/linear"
android:propertyName="pathData"
android:valueFrom="M 50,190 c 0,0 26.4542999268,-7.97784423828 69.6675872803,-7.97784423828 c 43.2132873535,0 70.3324127197,7.97784423828 70.3324127197,7.97784423828"
android:valueTo="M 50,190 c 0,0 47.659576416,0 70,0 c 22.340423584,0 70,0 70,0"
android:valueType="pathType" />
</set>
</aapt:attr>
</target>
<target android:name="arrow_group">
<aapt:attr name="android:animation">
<set>
<set android:ordering="sequentially">
<objectAnimator
android:duration="50"
android:interpolator="@android:interpolator/linear"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="0"
android:valueType="floatType" />
<objectAnimator
android:duration="133"
android:propertyName="rotation"
android:valueFrom="0"
android:valueTo="10"
android:valueType="floatType">
<aapt:attr name="android:interpolator">
<pathInterpolator android:pathData="M 0,0 c 0.321997467027,0 0.232738510433,1 1,1" />
</aapt:attr>
</objectAnimator>
<objectAnimator
android:duration="116"
android:propertyName="rotation"
android:valueFrom="10"
android:valueTo="10"
android:valueType="floatType">
<aapt:attr name="android:interpolator">
<pathInterpolator android:pathData="M 0,0 c 0,0 0.66666667,1 1,1" />
</aapt:attr>
</objectAnimator>
<objectAnimator
android:duration="116"
android:propertyName="rotation"
android:valueFrom="10"
android:valueTo="0"
android:valueType="floatType">
<aapt:attr name="android:interpolator">
<pathInterpolator android:pathData="M 0,0 c 0.148005204046,0 0.232989560987,1 1,1" />
</aapt:attr>
</objectAnimator>
</set>
<set android:ordering="sequentially">
<objectAnimator
android:duration="117"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="0"
android:valueTo="-16.38"
android:valueType="floatType" />
<objectAnimator
android:duration="100"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="-16.38"
android:valueTo="-20"
android:valueType="floatType" />
<objectAnimator
android:duration="41"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="-20"
android:valueTo="-28.98"
android:valueType="floatType" />
<objectAnimator
android:duration="42"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="-28.98"
android:valueTo="-20"
android:valueType="floatType" />
<objectAnimator
android:duration="117"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="-20"
android:valueTo="32"
android:valueType="floatType" />
<objectAnimator
android:duration="83"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="32"
android:valueTo="15"
android:valueType="floatType" />
<objectAnimator
android:duration="267"
android:interpolator="@android:interpolator/linear"
android:propertyName="translateY"
android:valueFrom="15"
android:valueTo="0"
android:valueType="floatType" />
</set>
</set>
</aapt:attr>
</target>
<target android:name="progress_bar">
<aapt:attr name="android:animation">
<set>
<objectAnimator
android:duration="1333"
android:propertyName="trimPathStart"
android:repeatCount="-1"
android:valueFrom="0"
android:valueTo="0.75"
android:valueType="floatType">
<aapt:attr name="android:interpolator">
<pathInterpolator android:pathData="L0.5,0 C 0.7,0 0.6,1 1,1" />
</aapt:attr>
</objectAnimator>
<objectAnimator
android:duration="1333"
android:propertyName="trimPathEnd"
android:repeatCount="-1"
android:valueFrom="0.03"
android:valueTo="0.78"
android:valueType="floatType">
<aapt:attr name="android:interpolator">
<pathInterpolator android:pathData="C0.2,0 0.1,1 0.5,0.96 C 0.96666666666,0.96 0.99333333333,1 1,1" />
</aapt:attr>
</objectAnimator>
<objectAnimator
android:duration="1333"
android:interpolator="@android:anim/linear_interpolator"
android:propertyName="trimPathOffset"
android:repeatCount="-1"
android:valueFrom="0"
android:valueTo="0.25"
android:valueType="floatType" />
</set>
</aapt:attr>
</target>
<target android:name="progress_spinner">
<aapt:attr name="android:animation">
<objectAnimator
android:duration="5332"
android:interpolator="@android:anim/linear_interpolator"
android:propertyName="rotation"
android:repeatCount="-1"
android:valueFrom="0"
android:valueTo="720" />
</aapt:attr>
</target>
<target android:name="downloading_arrow_fill_clip">
<aapt:attr name="android:animation">
<objectAnimator
android:duration="1200"
android:interpolator="@android:interpolator/fast_out_slow_in"
android:propertyName="pathData"
android:repeatCount="-1"
android:repeatMode="restart"
android:startOffset="300"
android:valueFrom="M 0,0 L 240,0 L 240,0 L 0,0 L 0,0 Z"
android:valueTo="M 0,0 L 240,0 L 240,240 L 0,240 L 0,0 Z"
android:valueType="pathType" />
</aapt:attr>
</target>
<target android:name="downloading_arrow_filling">
<aapt:attr name="android:animation">
<objectAnimator
android:duration="0"
android:propertyName="fillAlpha"
android:valueFrom="0"
android:valueTo="1" />
</aapt:attr>
</target>
</animated-vector>

View File

@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="240dp"
android:height="240dp"
android:viewportWidth="240"
android:viewportHeight="240">
<group
android:pivotX="120"
android:pivotY="120"
android:scaleX="0.65"
android:scaleY="0.65">
<path
android:name="line_path"
android:pathData="M 50,190 c 0,0 47.659576416,0 70,0 c 22.340423584,0 70,0 70,0.0"
android:strokeWidth="20"
android:strokeColor="#000" />
<group
android:name="arrow_group"
android:pivotX="120"
android:pivotY="180">
<path
android:name="arrow_path"
android:pathData="M 190,90 c 0,0 -40,0 -40,0 c 0,0 0,-60 0,-60 c 0,0 -60,0 -60,0 c 0,0 0,60 0,60 c 0,0 -40,0 -40,0 c 0,0 70,70 70,70 c 0,0 70,-70 70,-70 Z"
android:strokeColor="#000" />
<group>
<clip-path
android:name="downloading_arrow_fill_clip"
android:pathData="M 0,0 L 240,0 L 240,240 L 0,240 L 0,0 Z" />
<path
android:name="downloading_arrow_filling"
android:pathData="M 190,90 c 0,0 -40,0 -40,0 c 0,0 0,-60 0,-60 c 0,0 -60,0 -60,0 c 0,0 0,60 0,60 c 0,0 -40,0 -40,0 c 0,0 70,70 70,70 c 0,0 70,-70 70,-70 Z"
android:strokeColor="#000" />
</group>
</group>
<group
android:name="check_arrow_group"
android:rotation="45"
android:translateX="94"
android:translateY="153">
<group
android:translateX="-120"
android:translateY="-164">
<path
android:name="check_arrow_path"
android:fillAlpha="0"
android:pathData="M 129.117767334,164 c 0,0 0.882232666016,0 0.882232666016,0 c 0,0 0,-134 0,-134 c 0,0 -20,0 -20,0 c 0,0 -0.100524902344,114.3777771 -0.100524902344,114.3777771 c 0,0 -51.7990112305,-0.132476806641 -51.7990112305,-0.13247680664 c 0,0 0.0138549804688,19.8652954102 0.0138549804687,19.8652954102 c 0,0 68.0248565674,-0.10595703125 68.0248565674,-0.10595703125 c 0,0 2.97859191895,-0.004638671875 2.97859191894,-0.004638671875 Z"
android:strokeColor="#000" />
</group>
</group>
</group>
<group
android:pivotX="120"
android:pivotY="120"
android:scaleX="0.91"
android:scaleY="0.91">
<group
android:name="progress_spinner"
android:translateX="120"
android:translateY="120">
<path
android:name="progress_bar"
android:pathData="M 0,-120 a 120,120 0 1,1 0,240 a 120,120 0 1,1 0,-240"
android:strokeWidth="20"
android:strokeColor="#000"
android:strokeLineCap="square"
android:strokeLineJoin="miter"
android:trimPathStart="0"
android:trimPathEnd="0" />
<group
android:translateX="-120"
android:translateY="-120">
<path
android:name="progress_bar_check"
android:pathData="M 120,0 a 120,120 0 1,1 0,240 a 120,120 0 1,1 0,-240 C 224,30 162,83 162,83 L 106.5,138.5 L 80.45,112.45"
android:strokeWidth="20"
android:strokeColor="#000"
android:strokeLineCap="square"
android:strokeLineJoin="miter"
android:trimPathStart="0"
android:trimPathEnd="0" />
</group>
</group>
</group>
</vector>

View File

@@ -251,7 +251,6 @@
<string name="pref_ui_theme_dark">"داكن"</string>
<string name="pref_ui_theme_black">"أسود"</string>
<string name="action_close">"اغلاق"</string>
<string name="list_update_all_queue_txt">"تحديثات قد الإنتظار"</string>
<string name="notification_installation_complete">"نجح التثبيت"</string>
<string name="notification_installation_failed">"فشل التثبيت"</string>
<string name="notification_installation_progress">"جار التثبيت"</string>

View File

@@ -215,7 +215,6 @@ Decátate que baxar versiones al debalu nun lo sofita la tienda Google Play. L'
<string name="pref_ui_theme_dark">"Escuridá"</string>
<string name="pref_ui_theme_black">"Prietu"</string>
<string name="action_close">"Zarrar"</string>
<string name="list_update_all_queue_txt">"anovamientu(os) na cola"</string>
<string name="notification_installation_complete">"Instalóse con ésitu"</string>
<string name="notification_installation_failed">"Falló la instalación"</string>
<string name="notification_installation_progress">"Instalando"</string>

View File

@@ -254,7 +254,6 @@
<string name="pref_ui_theme_dark">"Цёмная"</string>
<string name="pref_ui_theme_black">"Чорная"</string>
<string name="action_close">"Закрыць"</string>
<string name="list_update_all_queue_txt">"абнаўленне(-і) ў чарзе"</string>
<string name="notification_installation_complete">"Паспяхова ўсталявана"</string>
<string name="notification_installation_failed">"Збой усталявання"</string>
<string name="notification_installation_progress">"Усталяванне"</string>

View File

@@ -251,7 +251,6 @@
<string name="pref_ui_theme_dark">"Тъмна"</string>
<string name="pref_ui_theme_black">"Черна"</string>
<string name="action_close">"Затвори"</string>
<string name="list_update_all_queue_txt">"обновления на опашката"</string>
<string name="notification_installation_complete">"Инсталиран усепшно"</string>
<string name="notification_installation_failed">"Неуспешна инсталация"</string>
<string name="notification_installation_progress">"Инсталиране"</string>

View File

@@ -254,7 +254,6 @@ Keep in mind that downloading arbitrary versions of stupid apps is not supported
<string name="pref_ui_theme_dark">"Dark as fuck"</string>
<string name="pref_ui_theme_black">"Black as fuck"</string>
<string name="action_close">"Close"</string>
<string name="list_update_all_queue_txt">"update(s) motherfucking queued"</string>
<string name="notification_installation_complete">"Successfully Asstalled"</string>
<string name="notification_installation_failed">"Asstallation Failed"</string>
<string name="notification_installation_progress">"Asstalling"</string>

View File

@@ -253,7 +253,6 @@ Tingueu en compte que Google Play Store no admet la baixada de versions arbitrà
<string name="pref_ui_theme_dark">"Fosc"</string>
<string name="pref_ui_theme_black">"Negre"</string>
<string name="action_close">"Tancar"</string>
<string name="list_update_all_queue_txt">"actualitzacions en cua"</string>
<string name="notification_installation_complete">"S'ha instal·lat amb èxit"</string>
<string name="notification_installation_failed">"La instal·lació ha fallit"</string>
<string name="notification_installation_progress">"S'està instal·lant"</string>

View File

@@ -253,7 +253,6 @@ Zudem zeigt Aurora die Anzahl der Tracker in der jeweiligen App an."</string>
<string name="pref_ui_theme_dark">"Dunkel"</string>
<string name="pref_ui_theme_black">"Schwarz"</string>
<string name="action_close">"Schließen"</string>
<string name="list_update_all_queue_txt">"Update(s) eingereiht"</string>
<string name="notification_installation_complete">"Erfolgreich installiert"</string>
<string name="notification_installation_failed">"Installation fehlgeschlagen"</string>
<string name="notification_installation_progress">"Installieren"</string>

View File

@@ -253,7 +253,6 @@
<string name="pref_ui_theme_dark">"Σκοτεινό"</string>
<string name="pref_ui_theme_black">"Μαύρο"</string>
<string name="action_close">"Κλείσιμο"</string>
<string name="list_update_all_queue_txt">"ενημερώσεις στην ουρά"</string>
<string name="notification_installation_complete">"Εγκαταστάθηκε Επιτυχώς"</string>
<string name="notification_installation_failed">"Η εγκατάσταση απέτυχε"</string>
<string name="notification_installation_progress">"Εγκαθιστάται"</string>

View File

@@ -253,7 +253,6 @@ También ofrece una lista de los trackers incluidos en una aplicación."</string
<string name="pref_ui_theme_dark">"Oscuro"</string>
<string name="pref_ui_theme_black">"Negro"</string>
<string name="action_close">"Cerrar"</string>
<string name="list_update_all_queue_txt">"Actualización(es) pendiente(s)"</string>
<string name="notification_installation_complete">"Instalado correctamente"</string>
<string name="notification_installation_failed">"Instalación fallida"</string>
<string name="notification_installation_progress">"Instalando"</string>

View File

@@ -259,7 +259,6 @@ Elle fournit également une liste de traqueurs intégrés dans une application."
<string name="pref_ui_theme_dark">"Sombre"</string>
<string name="pref_ui_theme_black">"Noir"</string>
<string name="action_close">"Fermer"</string>
<string name="list_update_all_queue_txt">"Mise(s) à jour en attente"</string>
<string name="notification_installation_complete">"Installation réussie"</string>
<string name="notification_installation_failed">"Echec de l'installation"</string>
<string name="notification_installation_progress">"Installation"</string>

View File

@@ -253,7 +253,6 @@ Tamén prové unha lista de trackers incluídos nunha aplicación."</string>
<string name="pref_ui_theme_dark">"Escuro"</string>
<string name="pref_ui_theme_black">"Negro"</string>
<string name="action_close">"Pechar"</string>
<string name="list_update_all_queue_txt">"Actualización(s) en cola"</string>
<string name="notification_installation_complete">"Instalado Correctamente"</string>
<string name="notification_installation_failed">"Erro ao Instalar"</string>
<string name="notification_installation_progress">"Instalando"</string>

View File

@@ -251,7 +251,6 @@
<string name="pref_ui_theme_dark">"साँवला"</string>
<string name="pref_ui_theme_black">"काला"</string>
<string name="action_close">"बंद करें"</string>
<string name="list_update_all_queue_txt">"अद्यतन पंत्किबद्ध"</string>
<string name="notification_installation_complete">"सफलतापूर्वक अद्यतित"</string>
<string name="notification_installation_failed">"अद्यतन असफल"</string>
<string name="notification_installation_progress">"अद्यतन हो रहा है"</string>

View File

@@ -253,7 +253,6 @@ Harap diperhatikan bahwa mengubah-ubah versi aplikasi yang akan diunduh tidak di
<string name="pref_ui_theme_dark">"Gelap"</string>
<string name="pref_ui_theme_black">"Hitam"</string>
<string name="action_close">"Tutup"</string>
<string name="list_update_all_queue_txt">"antrian pembaruan"</string>
<string name="notification_installation_complete">"Berhasil terpasang"</string>
<string name="notification_installation_failed">"Gagal terpasang"</string>
<string name="notification_installation_progress">"Memasang"</string>

View File

@@ -313,7 +313,6 @@ Inoltre fornisce una lista di tracker incorporati in una applicazione."</string>
<string name="pref_ui_theme_dark">"Scuro"</string>
<string name="pref_ui_theme_black">"Nero"</string>
<string name="action_close">"Chiudi"</string>
<string name="list_update_all_queue_txt">"Aggiornamento/i in coda"</string>
<string name="notification_installation_complete">"Installato con successo"</string>
<string name="notification_installation_failed">"Installazione fallita"</string>
<string name="notification_installation_progress">"Installazione"</string>

View File

@@ -249,7 +249,6 @@
<string name="pref_ui_theme_dark">"ダーク"</string>
<string name="pref_ui_theme_black">"ブラック"</string>
<string name="action_close">"閉じる"</string>
<string name="list_update_all_queue_txt">"アップデートがキューに追加されました"</string>
<string name="notification_installation_complete">"インストールに成功しました"</string>
<string name="notification_installation_failed">"インストール失敗"</string>
<string name="notification_installation_progress">"インストール中"</string>

View File

@@ -253,7 +253,6 @@ Husk at nedlasting av vilkårlig versjoner av apper ikke støttes av Google Play
<string name="pref_ui_theme_dark">"pref_ui_theme_dark"</string>
<string name="pref_ui_theme_black">"Svart"</string>
<string name="action_close">"Lukk"</string>
<string name="list_update_all_queue_txt">"list_update_all_queue_txt"</string>
<string name="notification_installation_complete">"notification_installation_complete"</string>
<string name="notification_installation_failed">"notification_installation_failed"</string>
<string name="notification_installation_progress">"notification_installation_progress"</string>

View File

@@ -249,7 +249,6 @@
<string name="pref_ui_theme_dark">"Donker"</string>
<string name="pref_ui_theme_black">"Zwart"</string>
<string name="action_close">"Sluiten"</string>
<string name="list_update_all_queue_txt">"Bijwerken in behandeling"</string>
<string name="notification_installation_complete">"Succesvolle installatie"</string>
<string name="notification_installation_failed">"Installatie mislukt"</string>
<string name="notification_installation_progress">"Installatie"</string>

View File

@@ -254,7 +254,6 @@
<string name="pref_ui_theme_dark">"ਗੂੜਾ"</string>
<string name="pref_ui_theme_black">"ਕਾਲਾ"</string>
<string name="action_close">"ਬੰਦ ਕਰੋ"</string>
<string name="list_update_all_queue_txt">"ਅਪਡੇਟਾਂ ਕਤਾਰਬੱਧ ਹਨ"</string>
<string name="notification_installation_complete">"ਇੰਸਟਾਲ ਹੋ ਗਿਆ ਹੈ"</string>
<string name="notification_installation_failed">"ਇੰਸਟਾਲ ਫੇਲ"</string>
<string name="notification_installation_progress">"ਇੰਸਟਾਲ ਹੋ ਰਿਹਾ ਹੈ"</string>

View File

@@ -254,7 +254,6 @@ Udostępnia również listę usług śledzących zaimplementowanych w aplikacjac
<string name="pref_ui_theme_dark">"Ciemny"</string>
<string name="pref_ui_theme_black">"Czarny"</string>
<string name="action_close">"Zamknij"</string>
<string name="list_update_all_queue_txt">"aktualizacja(-i) w kolejce"</string>
<string name="notification_installation_complete">"Zainstalowano poprawnie"</string>
<string name="notification_installation_failed">"Instalacja nieudana"</string>
<string name="notification_installation_progress">"Instalowanie"</string>

View File

@@ -253,7 +253,6 @@ Lembre-se que fazer o download de versões arbitrárias de aplicativos não é s
<string name="pref_ui_theme_dark">"Escuro"</string>
<string name="pref_ui_theme_black">"Preto"</string>
<string name="action_close">"Fechar"</string>
<string name="list_update_all_queue_txt">"atualização(ções) na fila"</string>
<string name="notification_installation_complete">"Instalação concluída"</string>
<string name="notification_installation_failed">"Falha ao instalar"</string>
<string name="notification_installation_progress">"Instalando"</string>

View File

@@ -262,7 +262,6 @@ Tenha em mente que a transferencia de versões arbitrárias de aplicações não
<string name="pref_ui_theme_dark">"Escuro"</string>
<string name="pref_ui_theme_black">"Preto"</string>
<string name="action_close">"Fechar"</string>
<string name="list_update_all_queue_txt">"Atualizações em fila"</string>
<string name="notification_installation_complete">"Instalado com sucesso"</string>
<string name="notification_installation_failed">"Falha ao instalar"</string>
<string name="notification_installation_progress">"A instalar"</string>

View File

@@ -298,7 +298,6 @@ https://exodus-privacy.eu.org/en/. Это как "отчёт от аваста"
<string name="pref_ui_theme_dark">"Тёмная тема"</string>
<string name="pref_ui_theme_black">"Чёрная тема"</string>
<string name="action_close">"Закрыть"</string>
<string name="list_update_all_queue_txt">"обновлений в очереди"</string>
<string name="notification_installation_complete">"Успешно установлено"</string>
<string name="notification_installation_failed">"Не удалось установить"</string>
<string name="notification_installation_progress">"Устанавливается"</string>

View File

@@ -255,7 +255,6 @@ Ammenta·ti chi iscarrigare versiones arbitràrias de sas aplicatziones no est s
<string name="pref_ui_theme_dark">"Iscuru"</string>
<string name="pref_ui_theme_black">"Nieddu"</string>
<string name="action_close">"Serra"</string>
<string name="list_update_all_queue_txt">"agiornamentu(os) postu(os) in sa lista de isetu"</string>
<string name="notification_installation_complete">"Installatzione resèssida"</string>
<string name="notification_installation_failed">"Installatzione fallida"</string>
<string name="notification_installation_progress">"Installende"</string>

View File

@@ -250,7 +250,6 @@
<string name="pref_ui_theme_dark">"Koyu"</string>
<string name="pref_ui_theme_black">"Karanlık"</string>
<string name="action_close">"Kapat"</string>
<string name="list_update_all_queue_txt">"güncelleme(ler) kuyruğa alındı"</string>
<string name="notification_installation_complete">"Başarıyla kuruldu"</string>
<string name="notification_installation_failed">"Kurulum başarısız oldu"</string>
<string name="notification_installation_progress">"Kuruluyor"</string>

View File

@@ -251,7 +251,6 @@ Aurora дозволяє шукати, завантажувати, встанов
<string name="pref_ui_theme_dark">"Темна"</string>
<string name="pref_ui_theme_black">"Чорна"</string>
<string name="action_close">"Відміна"</string>
<string name="list_update_all_queue_txt">"оновлень у черзі"</string>
<string name="notification_installation_complete">"Успішно установлено"</string>
<string name="notification_installation_failed">"Помилка при установці"</string>
<string name="notification_installation_progress">"Установка"</string>

View File

@@ -253,7 +253,6 @@
<string name="pref_ui_theme_dark">"暗淡"</string>
<string name="pref_ui_theme_black">"暗黑"</string>
<string name="action_close">"关闭"</string>
<string name="list_update_all_queue_txt">"更新队列"</string>
<string name="notification_installation_complete">"安装成功"</string>
<string name="notification_installation_failed">"安装失败"</string>
<string name="notification_installation_progress">"正在安装"</string>

View File

@@ -253,7 +253,6 @@
<string name="pref_ui_theme_dark">"暗"</string>
<string name="pref_ui_theme_black">"黑"</string>
<string name="action_close">"關閉"</string>
<string name="list_update_all_queue_txt">"更新已請求"</string>
<string name="notification_installation_complete">"安裝成功"</string>
<string name="notification_installation_failed">"安裝失敗"</string>
<string name="notification_installation_progress">"安裝中"</string>

View File

@@ -228,8 +228,8 @@
<string name="list_not_installd">Not installed</string>
<string name="list_selected">Apps selected</string>
<string name="list_update_all">Update all</string>
<string name="list_update_all_txt_one">update available"</string>
<string name="list_update_all_txt">update(s) available"</string>
<string name="list_update_all_queue_txt">update(s) queued</string>
<string name="list_updating">Updating</string>
<string name="manual_download_disclaimer">Disclaimer</string>