morgan pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
e063bf8b
by Henry Wilkes at 2025-03-20T17:31:47+00:00
-
f37f63bc
by Henry Wilkes at 2025-03-20T17:31:47+00:00
2 changed files:
- browser/components/abouttor/content/aboutTor.js
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tor/CampaignStrings.kt
Changes:
... | ... | @@ -238,7 +238,7 @@ const SurveyArea = { |
238 | 238 | heading: "We’d love your feedback",
|
239 | 239 | body: "Help us improve Tor Browser by completing this 10-minute survey.",
|
240 | 240 | launch: "Launch the survey",
|
241 | - dismiss: "Not now",
|
|
241 | + dismiss: "Dismiss",
|
|
242 | 242 | close: "Close",
|
243 | 243 | },
|
244 | 244 | },
|
... | ... | @@ -250,7 +250,7 @@ const SurveyArea = { |
250 | 250 | heading: "Danos tu opinión",
|
251 | 251 | body: "Ayúdanos a mejorar el Navegador Tor completando esta encuesta de 10 minutos.",
|
252 | 252 | launch: "Iniciar la encuesta",
|
253 | - dismiss: "Más adelante",
|
|
253 | + dismiss: "Descartar",
|
|
254 | 254 | close: "Cerrar",
|
255 | 255 | },
|
256 | 256 | },
|
... | ... | @@ -262,7 +262,7 @@ const SurveyArea = { |
262 | 262 | heading: "Мы будем рады вашим отзывам",
|
263 | 263 | body: "Помогите нам улучшить браузер Tor, пройдя 10-минутный опрос.",
|
264 | 264 | launch: "Начать опрос",
|
265 | - dismiss: "Не сейчас",
|
|
265 | + dismiss: "Отклонить",
|
|
266 | 266 | close: "Закрыть",
|
267 | 267 | },
|
268 | 268 | },
|
... | ... | @@ -274,7 +274,7 @@ const SurveyArea = { |
274 | 274 | heading: "Nous serions ravis d’avoir votre avis !",
|
275 | 275 | body: "Aidez-nous à améliorer le navigateur Tor en répondant à cette enquête de 10 minutes.",
|
276 | 276 | launch: "Lancer l'enquête",
|
277 | - dismiss: "Pas maintenant",
|
|
277 | + dismiss: "Ignorer",
|
|
278 | 278 | close: "Fermer",
|
279 | 279 | },
|
280 | 280 | },
|
... | ... | @@ -287,7 +287,7 @@ const SurveyArea = { |
287 | 287 | heading: "Adoraríamos ouvir sua opinião",
|
288 | 288 | body: "Ajude-nos a melhorar o Navegador Tor respondendo a esta pesquisa de 10 minutos.",
|
289 | 289 | launch: "Iniciar a pesquisa",
|
290 | - dismiss: "Mais tarde",
|
|
290 | + dismiss: "Dispensar",
|
|
291 | 291 | close: "Fechar",
|
292 | 292 | },
|
293 | 293 | },
|
... | ... | @@ -22,21 +22,21 @@ object CampaignStrings { |
22 | 22 | HeaderKey to "Danos tu opinión",
|
23 | 23 | BodyKey to "Ayúdanos a mejorar el Navegador Tor completando esta encuesta de 10 minutos.",
|
24 | 24 | CTAKey to "Iniciar la encuesta",
|
25 | - DismissKey to "Cerrar",
|
|
25 | + DismissKey to "Descartar",
|
|
26 | 26 | CloseKey to "Cerrar",
|
27 | 27 | ),
|
28 | 28 | "ru" to hashMapOf(
|
29 | 29 | HeaderKey to "Мы будем рады вашим отзывам",
|
30 | 30 | BodyKey to "Помогите нам улучшить браузер Tor, пройдя 10-минутный опрос.",
|
31 | 31 | CTAKey to "Начать опрос",
|
32 | - DismissKey to "Закрыть",
|
|
32 | + DismissKey to "Отклонить",
|
|
33 | 33 | CloseKey to "Закрыть",
|
34 | 34 | ),
|
35 | 35 | "fr" to hashMapOf(
|
36 | 36 | HeaderKey to "Nous serions ravis d’avoir votre avis !",
|
37 | 37 | BodyKey to "Aidez-nous à améliorer le navigateur Tor en répondant à cette enquête de 10 minutes.",
|
38 | 38 | CTAKey to "Lancer l'enquête",
|
39 | - DismissKey to "Fermer",
|
|
39 | + DismissKey to "Ignorer",
|
|
40 | 40 | CloseKey to "Fermer",
|
41 | 41 | ),
|
42 | 42 | "pt" to hashMapOf(
|