diff --git a/webapp/channels/src/i18n/es.json b/webapp/channels/src/i18n/es.json index e97fe9ecce..f91abc223e 100644 --- a/webapp/channels/src/i18n/es.json +++ b/webapp/channels/src/i18n/es.json @@ -5113,6 +5113,9 @@ "post_info.post_reminder.sub_menu.monday": "Lunes", "post_info.post_reminder.sub_menu.custom": "Personalizar", "post_info.post_reminder.sub_menu.header": "Establece un recordatorio para:", + "post_reminder_custom_time_picker_modal.defaultMsg": "Establecer un recordatorio", + "post_reminder.custom_time_picker_modal.header": "Establecer un recordatorio", + "post_reminder.custom_time_picker_modal.submit_button": "Establecer un recordatorio", "post_reminder.custom_time_picker_modal.text": "Establecer recordatorio", "post.reminder.acknowledgement": "Se le recordará en {reminderTime}, {reminderDate} sobre este mensaje de {username}: {permaLink}", "post.reminder.systemBot": "Hola, aquí tienes un recordatorio sobre este mensaje de {username}: {permaLink}", diff --git a/webapp/channels/src/i18n/fr.json b/webapp/channels/src/i18n/fr.json index f79838c825..fa88e2ef8e 100644 --- a/webapp/channels/src/i18n/fr.json +++ b/webapp/channels/src/i18n/fr.json @@ -5005,6 +5005,9 @@ "post_info.post_reminder.sub_menu.monday": "Lundi", "post_info.post_reminder.sub_menu.custom": "Personnalisé", "post_info.post_reminder.sub_menu.header": "Me rappeler dans :", + "post_reminder_custom_time_picker_modal.defaultMsg": "Définir un rappel", + "post_reminder.custom_time_picker_modal.header": "Définir un rappel", + "post_reminder.custom_time_picker_modal.submit_button": "Définir un rappel", "post_reminder.custom_time_picker_modal.text": "Définir un rappel", "post.reminder.acknowledgement": "Ce message de {username} vous sera rappelé à {reminderTime}, {reminderDate}: {permaLink}", "post.reminder.systemBot": "Bonjour, voici votre rappel concernant ce message de {username} : {permaLink}", diff --git a/webapp/channels/src/i18n/it.json b/webapp/channels/src/i18n/it.json index 935a6142d2..06507e2016 100644 --- a/webapp/channels/src/i18n/it.json +++ b/webapp/channels/src/i18n/it.json @@ -3849,6 +3849,9 @@ "post_info.post_reminder.sub_menu.monday": "Lunedì", "post_info.post_reminder.sub_menu.custom": "Personalizzato", "post_info.post_reminder.sub_menu.header": "Impostare un promemoria per:", + "post_reminder_custom_time_picker_modal.defaultMsg": "Imposta un promemoria", + "post_reminder.custom_time_picker_modal.header": "Imposta un promemoria", + "post_reminder.custom_time_picker_modal.submit_button": "Imposta un promemoria", "post_reminder.custom_time_picker_modal.text": "Imposta promemoria", "post.reminder.acknowledgement": "Ti verrà ricordato a {reminderTime}, {reminderDate} questo messaggio da {username}: {permaLink}", "post.reminder.systemBot": "Salve, ecco il promemoria di questo messaggio da parte di {username}: {permaLink}",