Skip to content

Commit

Permalink
fix: Improved content
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Sep 7, 2023
1 parent a01c6f1 commit c7c6a34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@
"rich_text_editor_toolbar_bold": "Bold",
"rich_text_editor_toolbar_italic": "Italic",
"rich_text_editor_toolbar_label": "Textbox toolbar",
"user_email_autocomplete_placeholder": "Enter one or more email address"
"user_email_autocomplete_placeholder": "Enter email addresses"
},
"share": {
"button": "Share",
Expand Down Expand Up @@ -982,7 +982,7 @@
"form_location_helper_text_step_3_image_alt": "A screenshot of the Set Map Location screen. The “Set Location” button in the top right is circled.",
"form_location_helper_text_bearing_icon_alt": "Bearing",
"share_dialog_title": "Invite Editors",
"share_dialog_description": "Add one or more people to edit your story map. <1>Learn more about collaborating on story maps</1>.",
"share_dialog_description": "Invite people to edit your story map. <1>Learn more about collaborating on story maps</1>.",
"share_dialog_help_url": "https://terraso.org/help/how-to-manage-editors-for-your-story-map/",
"share_dialog_confirm_label": "Invite",
"share_dialog_cancel_label": "Cancel",
Expand All @@ -991,8 +991,8 @@
"role_owner": "Owner",
"share_dialog_collaborators_title": "People with access",
"share_dialog_autocomplete_helper_text": "They will receive an email invitation to join this story map.",
"delete_membership_confirm_title": "Remove {{name}} from this story map",
"delete_membership_confirm_message": "{{name}} will no longer be able to edit the “{{storyMapTitle}}”.",
"delete_membership_confirm_title": "Remove {{name}} from this story map?",
"delete_membership_confirm_message": "{{name}} will no longer be able to edit the story map “{{storyMapTitle}}”.",
"delete_membership_confirm_title_pending": "Cancel {{name}}'s invitation to this story map?",
"delete_membership_confirm_message_pending": "{{name}} will not be able to edit “{{storyMapTitle}}”.",
"delete_membership_confirm_button": "Remove",
Expand Down
8 changes: 4 additions & 4 deletions src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
"rich_text_editor_toolbar_bold": "Negrita",
"rich_text_editor_toolbar_italic": "Itálica",
"rich_text_editor_toolbar_label": "Barra de herramientas de cuadro de texto",
"user_email_autocomplete_placeholder": "Introduce una o más direcciones de correo electrónico"
"user_email_autocomplete_placeholder": "Introduce direcciones de correo electrónico"
},
"sharedData": {
"title": "Archivos y enlaces compartidos",
Expand Down Expand Up @@ -989,7 +989,7 @@
"form_location_helper_text_step_3_image_alt": "Una captura de pantalla de la pantalla Establecer ubicación en el mapa. El botón “Establecer ubicación” en la parte superior derecha tiene un círculo.",
"form_location_helper_text_bearing_icon_alt": "Rumbo",
"share_dialog_title": "Invitar a editores",
"share_dialog_description": "Agrega una o más personas para editar tu story map. <1>Más información sobre cómo colaborar en story maps</1>.",
"share_dialog_description": "Invita a personas a editar tu story map. <1>Más información sobre cómo colaborar en story maps</1>.",
"share_dialog_help_url": "https://terraso.org/es/ayuda/como-gestionar-los-editores-de-tu-mapa-de-la-historia/",
"share_dialog_confirm_label": "Invitar",
"share_dialog_cancel_label": "Cancelar",
Expand All @@ -998,8 +998,8 @@
"role_owner": "Dueña(o)",
"share_dialog_collaborators_title": "Personas con acceso",
"share_dialog_autocomplete_helper_text": "Ella(o)s recibirán una invitación por correo electrónico para unirse a este story map.",
"delete_membership_confirm_title": "Eliminar {{name}} de este story map",
"delete_membership_confirm_message": "{{name}} ya no podrá editar “{{storyMapTitle}}”.",
"delete_membership_confirm_title": "¿Eliminar {{name}} de este story map?",
"delete_membership_confirm_message": "{{name}} ya no podrá editar el story map “{{storyMapTitle}}”.",
"delete_membership_confirm_title_pending": "¿Cancelar la invitación de {{name}} a este story map?",
"delete_membership_confirm_message_pending": "{{name}} no podrá editar “{{storyMapTitle}}”.",
"delete_membership_confirm_button": "Eliminar",
Expand Down

0 comments on commit c7c6a34

Please sign in to comment.