Skip to content

Commit

Permalink
Remove "During beta" from banner in main view (#3931)
Browse files Browse the repository at this point in the history
<!--
Note: This checklist is a reminder of our shared engineering
expectations.
The items in Bold are required
If your PR involves UI changes:
1. Upload screenshots or screencasts that illustrate the changes before
/ after
2. Add them under the UI changes section (feel free to add more columns
if needed)
If your PR does not involve UI changes, you can remove the **UI
changes** section

At a minimum, make sure your changes are tested in API 23 and one of the
more recent API levels available.
-->

Task/Issue URL: https://app.asana.com/0/0/1205217801169319/f

### Description
See title

https://dashboard.smartling.com/app/projects/b01b53ede/account-jobs/b01b53ede:82gtdbvplyqu?filter=ALL

### Steps to test this PR

_Feature 1_
- [x] Enable AppTP
- [x] Go to AppTP main view
- [x] Check the banner doesn't start with "During beta"

### UI changes
| Before  | After |
| ------ | ----- |
!(Upload before screenshot)|(Upload after screenshot)|

---------

Co-authored-by: root <[email protected]>
  • Loading branch information
CrisBarreiro and root authored Nov 28, 2023
1 parent 85b589a commit ec5f224
Show file tree
Hide file tree
Showing 23 changed files with 48 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Не сега</string>
<string name="atp_ActivityRecentActivityHeader">Дейност</string>
<string name="atp_ActivityManageProtectionLabel">Имате проблеми?</string>
<string name="atp_ActivityEnabledBannerLabel">В бета версията защитата на някои приложения се деактивира автоматично. <annotation type="app_settings_link">Преглед на приложенията</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Защитата за някои приложения се деактивира автоматично. <annotation type="app_settings_link">Преглед на приложенията</annotation></string>
<string name="atp_ActivityDescription">Блокираните опити за проследяване се показват тук</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s от Вашите приложения е защитено от скрити тракери, които установихме, че се опитват да получат достъп до Вашата лична информация</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Следете блокираните тракери</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Получавайте актуализации за блокирани опити за проследяване в чекмеджето за известия.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Teď ne</string>
<string name="atp_ActivityRecentActivityHeader">Aktivita</string>
<string name="atp_ActivityManageProtectionLabel">Něco nefunguje?</string>
<string name="atp_ActivityEnabledBannerLabel">V beta verzi je ochrana některých aplikací automaticky zakázaná. <annotation type="app_settings_link">Zobrazit aplikace</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Ochrana některých aplikací je automaticky zakázaná. <annotation type="app_settings_link">Zobrazit aplikace</annotation></string>
<string name="atp_ActivityDescription">Tady se zobrazí zablokované pokusy o sledování</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s tvoje aplikace je chráněná před skrytými trackery, které se snaží získat přístup k tvým osobním údajům</item>
Expand Down Expand Up @@ -442,4 +442,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Měj přehled o zablokovaných trackerech</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Nech si posílat aktualizace o zablokovaných pokusech o sledování na lištu s oznámeními.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Ikke nu</string>
<string name="atp_ActivityRecentActivityHeader">Aktivitet</string>
<string name="atp_ActivityManageProtectionLabel">Har du problemer?</string>
<string name="atp_ActivityEnabledBannerLabel">Under betaversionen deaktiveres beskyttelsen af nogle apps automatisk. <annotation type="app_settings_link">Se apps</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Beskyttelsen af nogle apps deaktiveres automatisk. <annotation type="app_settings_link">Se apps</annotation></string>
<string name="atp_ActivityDescription">Blokerede sporingsforsøg vises her</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s af dine apps er beskyttet mod skjulte trackere, som vi finder, der forsøger at få adgang til dine personlige oplysninger</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Hold øje med blokerede trackere</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Få opdateringer om blokerede sporingsforsøg i din meddelelsesskuffe.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Jetzt nicht</string>
<string name="atp_ActivityRecentActivityHeader">Aktivität</string>
<string name="atp_ActivityManageProtectionLabel">Gibt es Probleme?</string>
<string name="atp_ActivityEnabledBannerLabel">Während der Beta-Phase ist der Schutz einiger Apps automatisch deaktiviert. <annotation type="app_settings_link">Apps anzeigen</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Der Schutz einiger Apps ist automatisch deaktiviert. <annotation type="app_settings_link">Apps anzeigen</annotation></string>
<string name="atp_ActivityDescription">Blockierte Tracking-Versuche werden hier angezeigt</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s deiner Apps ist vor versteckten Trackern geschützt, die auf deine persönlichen Daten zuzugreifen versucht</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Behalte blockierte Tracker im Auge</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Erhalte Updates zu blockierten Tracking-Versuchen in deinem Benachrichtigungsfach.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Ahora no</string>
<string name="atp_ActivityRecentActivityHeader">Actividad</string>
<string name="atp_ActivityManageProtectionLabel">¿Tienes problemas?</string>
<string name="atp_ActivityEnabledBannerLabel">Durante la versión beta, la protección de algunas aplicaciones se desactiva automáticamente. <annotation type="app_settings_link">Ver aplicaciones</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">La protección de algunas aplicaciones se desactiva automáticamente. <annotation type="app_settings_link">Ver aplicaciones</annotation></string>
<string name="atp_ActivityDescription">Los intentos de rastreo bloqueados aparecerán aquí</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s de tus aplicaciones está protegida contra los rastreadores ocultos que encontramos que intentan acceder a tu información personal</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Vigila los rastreadores bloqueados</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Recibe actualizaciones sobre intentos de rastreo bloqueados en tu cajón de notificaciones.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Mitte praegu</string>
<string name="atp_ActivityRecentActivityHeader">Tegevus</string>
<string name="atp_ActivityManageProtectionLabel">Kas sul on probleeme?</string>
<string name="atp_ActivityEnabledBannerLabel">Beetaversioonis on mõne rakenduse kaitse automaatselt välja lülitatud. <annotation type="app_settings_link">Kuva rakendused</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Mõne rakenduse kaitse keelatakse automaatselt. <annotation type="app_settings_link">Kuva rakendused</annotation></string>
<string name="atp_ActivityDescription">Siin kuvatakse blokeeritud jälgimiskatsed</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s rakendus on kaitstud varjatud jälgurite eest, mille me oleme tabanud katselt jälgida sinu isiklikku teavet</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Hoia blokeeritud jälguritel silm peal</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Saad uuendusi blokeeritud jälgimiskatsete kohta oma teavituste sahtlis.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Ei nyt</string>
<string name="atp_ActivityRecentActivityHeader">Toiminta</string>
<string name="atp_ActivityManageProtectionLabel">Onko sinulla ongelmia?</string>
<string name="atp_ActivityEnabledBannerLabel">Beetaversion aikana joidenkin sovellusten suojaus poistetaan käytöstä automaattisesti. <annotation type="app_settings_link">Näytä sovellukset</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Joidenkin sovellusten suojaus poistetaan käytöstä automaattisesti. <annotation type="app_settings_link">Näytä sovellukset</annotation></string>
<string name="atp_ActivityDescription">Estetyt seurantayritykset näkyvät täällä</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s sovelluksistasi on suojattu piilotetuilta seurantalaitteilta, jotka yrittävät päästä käsiksi henkilökohtaisiin tietoihin</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Pidä silmällä estettyjä seurantaohjelmia</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Saat päivityksiä estetyistä seurantayrityksistä ilmoituslaatikkoosi.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Pas maintenant</string>
<string name="atp_ActivityRecentActivityHeader">Activité</string>
<string name="atp_ActivityManageProtectionLabel">Vous rencontrez des problèmes ?</string>
<string name="atp_ActivityEnabledBannerLabel">Dans la version bêta, la protection de certaines applications est automatiquement désactivée. <annotation type="app_settings_link">Afficher les applications</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">La protection de certaines applications est automatiquement désactivée. <annotation type="app_settings_link">Afficher les applications</annotation></string>
<string name="atp_ActivityDescription">Les tentatives de pistage bloquées apparaîtront ici</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s de vos applications est protégée contre les traqueurs cachés qui tentent d\'accéder à vos données personnelles</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Gardez un œil sur les traqueurs bloqués</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Recevez des mises à jour sur les tentatives de pistage bloquées dans votre volet notifications.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Ne sada</string>
<string name="atp_ActivityRecentActivityHeader">Aktivnost</string>
<string name="atp_ActivityManageProtectionLabel">Imaš problema?</string>
<string name="atp_ActivityEnabledBannerLabel">Tijekom beta verzije, zaštita za neke aplikacije automatski je onemogućena. <annotation type="app_settings_link">Prikaži aplikacije</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Zaštita za neke aplikacije automatski je onemogućena. <annotation type="app_settings_link">Prikaži aplikacije</annotation></string>
<string name="atp_ActivityDescription">Ovdje će se pojaviti blokirani pokušaji praćenja</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s tvoja aplikacija zaštićena je od skrivenih alata za praćenje koje smo otkrili da pokušavaju pristupiti tvojim osobnim podacima</item>
Expand Down Expand Up @@ -442,4 +442,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Pripazi na blokirane alate za praćenje</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Primaj ažuriranja o blokiranim pokušajima praćenja u svoju ladicu s obavijestima.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Most nem</string>
<string name="atp_ActivityRecentActivityHeader">Tevékenység</string>
<string name="atp_ActivityManageProtectionLabel">Problémáid vannak?</string>
<string name="atp_ActivityEnabledBannerLabel">A béta verzióban egyes alkalmazások védelme automatikusan le van tiltva. <annotation type="app_settings_link">Alkalmazások megtekintése</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Egyes alkalmazások védelme automatikusan le van tiltva. <annotation type="app_settings_link">Alkalmazások megtekintése</annotation></string>
<string name="atp_ActivityDescription">Itt jelennek meg a blokkolt nyomkövetési kísérletek</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s alkalmazásod védve van a rejtett nyomkövetőkkel szemben, amelyekről megállapítottuk, hogy megpróbáltak hozzáférni a személyes adataidhoz</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Blokkolt nyomkövetők szemmel tartása</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Az értesítési fiókodban tájékoztatunk a blokkolt nyomkövetési kísérletekről.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Ne dabar</string>
<string name="atp_ActivityRecentActivityHeader">Veikla</string>
<string name="atp_ActivityManageProtectionLabel">Turite problemų?</string>
<string name="atp_ActivityEnabledBannerLabel">Beta versijos metu kai kurių programėlių apsauga automatiškai išjungiama. <annotation type="app_settings_link">Rodyti programėles</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Kai kurių programų apsauga automatiškai išjungta. <annotation type="app_settings_link">Rodyti programas</annotation></string>
<string name="atp_ActivityDescription">Čia bus rodomi užblokuoti sekimo bandymai</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s jūsų programėlė apsaugota nuo paslėptų sekimo priemonių, kurias randame bandydami pasiekti jūsų asmeninę informaciją</item>
Expand Down Expand Up @@ -442,4 +442,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Stebėkite užblokuotas stebėjimo priemones</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Gaukite naujienas apie užblokuotus stebėjimo bandymus pranešimų skiltyje.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Ikke nå</string>
<string name="atp_ActivityRecentActivityHeader">Aktivitet</string>
<string name="atp_ActivityManageProtectionLabel">Har du problemer?</string>
<string name="atp_ActivityEnabledBannerLabel">Under beta er beskyttelsen for enkelte apper automatisk deaktivert. <annotation type="app_settings_link">Vis apper</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Beskyttelse for enkelte apper deaktiveres automatisk. <annotation type="app_settings_link">Vis apper</annotation></string>
<string name="atp_ActivityDescription">Blokkerte sporingsforsøk vises her</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s av appene dine er beskyttet mot skjulte sporere vi finner som prøver å få tilgang til personopplysningene dine</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Hold øye med blokkerte sporere</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Få oppdateringer om blokkerte sporingsforsøk i varselskuffen din.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Niet nu</string>
<string name="atp_ActivityRecentActivityHeader">Activiteit</string>
<string name="atp_ActivityManageProtectionLabel">Ondervind je problemen?</string>
<string name="atp_ActivityEnabledBannerLabel">Tijdens de bètaversie wordt de beveiliging voor sommige apps automatisch uitgeschakeld. <annotation type="app_settings_link">Apps bekijken</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Bescherming voor sommige apps wordt automatisch uitgeschakeld. <annotation type="app_settings_link">Apps weergeven</annotation></string>
<string name="atp_ActivityDescription">Geblokkeerde trackingpogingen worden hier weergegeven</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s van je apps is beschermd tegen verborgen trackers waarvan we merken dat ze toegang proberen te krijgen tot je persoonlijke gegevens</item>
Expand All @@ -422,4 +422,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Houd geblokkeerde trackers in de gaten</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Ontvang meldingen over geblokkeerde trackingpogingen.</string>

</resources>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
<string name="atp_ExcludeAppsManuallyCTANotNow">Nie teraz</string>
<string name="atp_ActivityRecentActivityHeader">Aktywność</string>
<string name="atp_ActivityManageProtectionLabel">Masz problemy?</string>
<string name="atp_ActivityEnabledBannerLabel">W wersji beta w przypadku niektórych aplikacji ochrona jest automatycznie wyłączona. <annotation type="app_settings_link">Wyświetl aplikacje</annotation></string>
<string name="atp_ActivityEnabledBannerLabel">Ochrona niektórych aplikacji jest automatycznie wyłączona. <annotation type="app_settings_link">Wyświetl aplikacje</annotation></string>
<string name="atp_ActivityDescription">Tutaj pojawią się zablokowane próby śledzenia</string>
<plurals name="atp_ActivityProtectedApps" instruction="Placeholder is the number of apps that are protected">
<item quantity="one">%1$s z Twoich aplikacji jest chroniona przed ukrytymi trackerami, które według nas próbują uzyskać dostęp do Twoich danych osobowych.</item>
Expand Down Expand Up @@ -442,4 +442,4 @@
<string name="appTrackingProtectionNotifyMeTitle">Obserwuj zablokowane trackery</string>
<string name="appTrackingProtectionNotifyMeSubtitle">Otrzymuj bieżące powiadomienia o zablokowanych próbach śledzenia w szufladzie powiadomień.</string>

</resources>
</resources>
Loading

0 comments on commit ec5f224

Please sign in to comment.