Skip to content

Commit feda49c

Browse files
committedDec 21, 2024·
Revert "Add "immediately" to unsubPrompt to avoid vagueness (#366)"
This reverts commit 5b67733.
1 parent 5b67733 commit feda49c

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎locales/de_DE.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"month": "Monat",
226226
"tierSelectPrompt": "Wähle eine Stufe",
227227
"unsub": "Deabonnieren",
228-
"unsubPrompt": "Bist du dir wirklich sicher, dass du dich von <span>tiername</span> ablemden möchtest? Du wirst <span>sofort</span> den Zugriff auf die Vorteile dieser Stufe verlieren.",
228+
"unsubPrompt": "Bist du dir sicher, dass du <span>tiername</span> deabonnieren möchtest? Du wirst den Zugang zu den Vorteilen verlieren, die mit dieser Stufe verbunden sind.",
229229
"unsubConfirm": "Deabonnieren",
230230
"changeTier": "Stufe ändern",
231231
"changeTierPrompt": "Bist du dir sicher, dass du <span class=\"oldtier\">oldtiername</span> deabonnieren und <span class=\"newtier\">newtiername</span> abonnieren möchtest?",

‎locales/en@uwu.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"unsub": "stop being super kitteh :(",
223223
"description": "reachin goal givez kittehz muns for devin, gettin better new stuffz fastr!!",
224224
"back": "bak",
225-
"unsubPrompt": "are u sur u wanna stop bein <span>tiername</span>?! u will lose all kitteh perkz immediately!!",
225+
"unsubPrompt": "are u sur u wanna stop bein <span>tiername</span>?! u will lose all kitteh perkz instantly!!",
226226
"changeTier": "change super kitteh level",
227227
"changeTierConfirm": "yezyez, change!!"
228228
},

‎locales/en_GB.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"description": "Reaching the monthly goal will make Pretendo a full time job, providing better quality updates at a faster rate.",
229229
"month": "month",
230230
"tierSelectPrompt": "Select a tier",
231-
"unsubPrompt": "Are you sure you want to unsubscribe from <span>tiername</span>? You will <span>immediately</span> lose access to the perks associated with that tier.",
231+
"unsubPrompt": "Are you sure you want to unsubscribe from <span>tiername</span>? You will lose access to the perks associated with that tier.",
232232
"changeTier": "Change tier",
233233
"changeTierPrompt": "Are you sure you want to unsubscribe from <span class=\"oldtier\">oldtiername</span> and subscribe to <span class=\"newtier\">newtiername</span>?"
234234
},

‎locales/en_US.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
"month": "month",
339339
"tierSelectPrompt": "Select a tier",
340340
"unsub": "Unsubscribe",
341-
"unsubPrompt": "Are you sure you want to unsubscribe from <span>tiername</span>? You will <span>immediately</span> lose access to the perks associated with that tier.",
341+
"unsubPrompt": "Are you sure you want to unsubscribe from <span>tiername</span>? You will lose access to the perks associated with that tier.",
342342
"unsubConfirm": "Unsubscribe",
343343
"changeTier": "Change tier",
344344
"changeTierPrompt": "Are you sure you want to unsubscribe from <span class='oldtier'>oldtiername</span> and subscribe to <span class='newtier'>newtiername</span>?",

‎locales/es_ES.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"month": "mes",
263263
"tierSelectPrompt": "Selecciona un rango",
264264
"unsub": "Cancelar suscripción",
265-
"unsubPrompt": "¿Está seguro de que desea darse de baja de <span>tiername</span>? Perderá <span>inmediatamente</span> el acceso a las ventajas asociadas con ese nivel.",
265+
"unsubPrompt": "¿Está seguro de que desea darse de baja de <span>tiername</span>? Perderá el acceso a las ventajas asociadas con ese nivel.",
266266
"unsubConfirm": "Cancelar suscripción",
267267
"changeTier": "Cambiar rango",
268268
"changeTierPrompt": "¿Está seguro de que desea darse de baja de <span class=\"oldtier\">oldtiername</span> y suscribirse a <span class=\"newtier\">newtiername</span>?",

‎locales/fr_FR.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"month": "mois",
265265
"tierSelectPrompt": "Sélectionnez un niveau",
266266
"unsub": "Se désabonner",
267-
"unsubPrompt": "Êtes-vous sûr de vouloir vous désabonner du <span>tiername</span> ? Vous perdrez toutes les récompenses associées à ce niveau <span>immédiatement</span>.",
267+
"unsubPrompt": "Êtes-vous sûr de vouloir vous désabonner du <span>tiername</span> ? Vous perdrez toutes les récompenses associées à ce niveau.",
268268
"unsubConfirm": "Se désabonner",
269269
"changeTier": "Changer de niveau",
270270
"changeTierConfirm": "Changer de niveau",

‎locales/it_IT.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
}
259259
},
260260
"upgrade": {
261-
"unsubPrompt": "Sei sicuro di voler annullare l'iscrizione a <span>tiername</span>? Perderai tutte le ricompense <span>immediatamente</span> associate a quel livello.",
261+
"unsubPrompt": "Sei sicuro di voler annullare l'iscrizione a <span>tiername</span>? Perderai tutte le ricompense associate a quel livello.",
262262
"description": "Raggiungere il goal mensile renderà Pretendo un lavoro a tempo pieno, permettendo di fornire aggiornamenti di maggiore qualità in meno tempo.",
263263
"month": "mese",
264264
"tierSelectPrompt": "Seleziona un livello",

0 commit comments

Comments
 (0)
Please sign in to comment.