diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index d5dc8638..8156ddf2 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -628,7 +628,7 @@ "__MANUAL_BUG_CARD_REFUSED": "REFUSED", "__MANUAL_BUG_CARD_TITLE": "Bugs found", "__MANUAL_PAGE_MAXIMUM_PAYOUT": "The maximum unlockable payout is €{{value}}.", - "__MANUAL_PAGE_PAYOUT_INFO": "", + "__MANUAL_PAGE_PAYOUT_INFO": "If you have any questions, check our FAQ, where you will find answers to the most common questions.", "__MANUAL_PAGE__CAMPAIGN_TYPE": "Campaign Type", "__MANUAL_PAGE__DEVICE_CARD_TITLE": "You were selected with this device", "__MANUAL_PAGE__END_DATE": "Deadline", @@ -744,7 +744,7 @@ "give your best to keep level {{level}}": { "__RANKING_PROGRESS_MESSAGE_UNDER_MAX:70": "You're leveling down: try your best and fight for {{level}}" }, - "how_to_apply_description": "", + "how_to_apply_description": "To participate in this campaign
  1. Choose the device you wish to participate with;
  2. Click on Apply to this Campaign to submit your application.

If you are selected, you will receive all the information and instructions necessary to start the campaign.", "https://www.iubenda.com/privacy-policy/7934311": "https://www.iubenda.com/privacy-policy/7934311", "last month ({{lastMonth}})": { "__RANKING_LAST_MONTH_MAX:25": "Last month ({{lastMonth}})" diff --git a/src/locales/es/translation.json b/src/locales/es/translation.json index 16a7ef1f..3f004c5e 100644 --- a/src/locales/es/translation.json +++ b/src/locales/es/translation.json @@ -628,7 +628,7 @@ "__MANUAL_BUG_CARD_REFUSED": "REFUSED", "__MANUAL_BUG_CARD_TITLE": "Bugs found", "__MANUAL_PAGE_MAXIMUM_PAYOUT": "El pago máximo desbloqueable es €{{value}}.", - "__MANUAL_PAGE_PAYOUT_INFO": "", + "__MANUAL_PAGE_PAYOUT_INFO": "Si tienes dudas, consulta nuestras FAQ, donde encontrarás las respuestas a las preguntas más comunes.", "__MANUAL_PAGE__CAMPAIGN_TYPE": "Campaign Type", "__MANUAL_PAGE__DEVICE_CARD_TITLE": "You were selected with this device", "__MANUAL_PAGE__END_DATE": "Deadline", @@ -744,7 +744,7 @@ "give your best to keep level {{level}}": { "__RANKING_PROGRESS_MESSAGE_UNDER_MAX:70": "Estás bajando de nivel: haz lo posible para seguir siendo {{level}}" }, - "how_to_apply_description": "", + "how_to_apply_description": "Para participar en esta campaña
  1. Elige el dispositivo con el que deseas participar;
  2. Haz clic en Postularse a esta campaña para enviar tu solicitud.

Si eres seleccionado, recibirás toda la información e instrucciones necesarias para comenzar la campaña.", "https://www.iubenda.com/privacy-policy/7934311": "\nhttps://www.iubenda.com/privacy-policy/7934311", "last month ({{lastMonth}})": { "__RANKING_LAST_MONTH_MAX:25": "Último mes ({{lastMonth}})" diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index 585385f9..707598c3 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -628,7 +628,7 @@ "__MANUAL_BUG_CARD_REFUSED": "REFUSED", "__MANUAL_BUG_CARD_TITLE": "Bugs found", "__MANUAL_PAGE_MAXIMUM_PAYOUT": "Le paiement maximum déblocable est de {{value}}€", - "__MANUAL_PAGE_PAYOUT_INFO": "", + "__MANUAL_PAGE_PAYOUT_INFO": "Si vous avez des doutes, consultez notre FAQ, où vous trouverez les réponses aux questions les plus fréquentes.", "__MANUAL_PAGE__CAMPAIGN_TYPE": "Campaign Type", "__MANUAL_PAGE__DEVICE_CARD_TITLE": "You were selected with this device", "__MANUAL_PAGE__END_DATE": "Deadline", @@ -744,7 +744,7 @@ "give your best to keep level {{level}}": { "__RANKING_PROGRESS_MESSAGE_UNDER_MAX:70": "Vous êtes en train de perdre un niveau : donnez le meilleur de vous-même et luttez pour {{level}}" }, - "how_to_apply_description": "", + "how_to_apply_description": "Pour participer à cette campagne
  1. Choisissez l’appareil avec lequel vous souhaitez participer ;
  2. Cliquez sur Postuler à cette campagne pour envoyer votre candidature.

Si vous êtes sélectionné, vous recevrez toutes les informations et instructions nécessaires pour commencer la campagne.", "https://www.iubenda.com/privacy-policy/7934311": "https://www.iubenda.com/privacy-policy/7934311", "last month ({{lastMonth}})": { "__RANKING_LAST_MONTH_MAX:25": "Le mois dernier ({{lastMonth}})" diff --git a/src/locales/it/translation.json b/src/locales/it/translation.json index 3bd8b744..776a83bf 100644 --- a/src/locales/it/translation.json +++ b/src/locales/it/translation.json @@ -379,7 +379,7 @@ }, "PAYMENTS_MODAL_STEP_4_ERROR": "We were not able to receive your data. Maybe it was a connection problem. Please try again now.", "PAYOUT": "Payout", - "PAYOUT_BOX_COMPLETE_BONUS_ALL_USECASES": "tutti", + "PAYOUT_BOX_COMPLETE_BONUS_ALL_USECASES": "100%", "PAYOUT_BOX_COMPLETE_BONUS_AT_LEAST": "almeno {{percent}}%", "PAYOUT_BOX_COMPLETE_BONUS_WITH": " con", "PAYOUT_BOX_MAX_PAYOUT_CRITICAL_BUG": "{{value}}€ per ogni Critical approvato", @@ -744,7 +744,7 @@ "give your best to keep level {{level}}": { "__RANKING_PROGRESS_MESSAGE_UNDER_MAX:70": "Stai retrocedendo: dai il tuo meglio per continuare a essere {{level}}" }, - "how_to_apply_description": "", + "how_to_apply_description": "Per partecipare a questa campagna
  1. Scegli il dispositivo con cui desideri partecipare;
  2. Clicca su Candidati a questa campagna per inviare la tua candidatura.

Se sarai selezionato, riceverai tutte le informazioni e istruzioni necessarie per iniziare la campagna.", "https://www.iubenda.com/privacy-policy/7934311": "https://www.iubenda.com/privacy-policy/7934311", "last month ({{lastMonth}})": { "__RANKING_LAST_MONTH_MAX:25": "Ultimo mese ({{lastMonth}})" diff --git a/src/pages/Manual/ManualContent.tsx b/src/pages/Manual/ManualContent.tsx index 23d3f2b5..a6df74fd 100644 --- a/src/pages/Manual/ManualContent.tsx +++ b/src/pages/Manual/ManualContent.tsx @@ -45,7 +45,6 @@ const ManualContent = ({ id }: { id: string }) => { title={t("__MANUAL_TAB_TITLE_INFO", "Info")} >
- {campaign.goal}