From 1ffe6e586140b23fb882e67b27a48f2cabd1de05 Mon Sep 17 00:00:00 2001
From: Kobina Koomson
diff --git a/src/user-portal/pages/testimonials/TestimonialBox.js b/src/user-portal/pages/testimonials/TestimonialBox.js index 67d66193..ad5eb9b1 100644 --- a/src/user-portal/pages/testimonials/TestimonialBox.js +++ b/src/user-portal/pages/testimonials/TestimonialBox.js @@ -55,6 +55,7 @@ function TestimonialBox({ title, user, image, body, campaign_technology, campaig height: 50, objectFit: "cover", borderRadius: 5, + marginRight: 12, // marginTop: 7, }} src={image?.url} diff --git a/src/utils/internationalization/json-statics.js b/src/utils/internationalization/json-statics.js index a555bd7c..df8de15d 100644 --- a/src/utils/internationalization/json-statics.js +++ b/src/utils/internationalization/json-statics.js @@ -1,6 +1,15 @@ // All items here are dummies used to test the internationalization feature +// Use this to translate: https://translate.google.com/ export const ENGLISH = { + toasts: { + join: { + noEmail: { text: "Please provide a valid email address..." }, + noCommunity: { text: "Please select a community..." }, + noZipcodeAndOther: { text: "Please provide the zipcode & community name..." }, + joined: { text: "Well done, thank you for joining us!" }, + }, + }, inPreview: { button: { text: "Preview Mode" }, notice: { @@ -40,6 +49,7 @@ export const ENGLISH = { }, pages: { homepage: { + about: { text: "About " }, share: { button: { copied: { text: "Copied!" }, copy: { text: "Copy Link" } }, title: { text: "Share Campaign" }, @@ -91,6 +101,7 @@ export const ENGLISH = { }, one_technology_page: { share: { + other: { text: "Other" }, button: { copied: { text: "Copied!" }, copy: { text: "Copy Link" } }, title: { text: "Share" }, hint: { text: "You can copy the link and share it" }, @@ -115,6 +126,17 @@ export const ENGLISH = { see_more: { text: "See More Comments" }, call_to_add: { text: "Add a comment" }, modal: { + preComment: { + title: { text: "Before you continue, we would like to know you" }, + buttons: { continue: { text: "Continue" }, cancel: { text: "Cancel" } }, + email: { text: "Email" }, + }, + deletion: { + delete: { text: "Delete" }, + title: { text: "Are you sure?" }, + buttons: { yes: { text: "Yes" }, no: { text: "No" } }, + }, + yours: { text: "Yours" }, title: "Read comments or add yours", relative_data: { text: "50 days ago" }, name: { text: "Your name" }, @@ -212,6 +234,7 @@ export const ENGLISH = { buttons: { continue: { text: "Continue" }, cancel: { text: "Cancel" } }, }, community_selection: { + other: { text: "Other" }, selection_label: { text: "What community do you live in?" }, text_after_selection: { text: "We will direct you to the right resources based on where you are from -" }, form: { @@ -240,414 +263,450 @@ export const ENGLISH = { }, }; -export const GERMAN = { +export const SPANISH = { + toasts: { + join: { + noEmail: { text: "Por favor, proporcione una dirección de correo electrónico válida..." }, + noCommunity: { text: "Por favor, seleccione una comunidad..." }, + noZipcodeAndOther: { text: "Por favor, proporcione el código postal y el nombre de la comunidad..." }, + joined: { text: "¡Bien hecho, gracias por unirse a nosotros!" }, + }, + }, inPreview: { - button: { text: "Vorschau-Modus" }, + button: { text: "Modo de Vista Previa" }, notice: { - text: "ist noch nicht veröffentlicht. Die Administratoren arbeiten noch daran. Bitte kommen Sie später zurück, wenn es fertig ist...", + text: "aún no está publicado. Los administradores siguen trabajando en ello. Por favor, vuelva más tarde cuando esté completo...", }, }, forms: { testimonials: { - title: { - text: "Titel*", - placeholder: "Geben Sie den Titel des Testimonials ein...", - label: "Erzählen Sie uns Ihre Geschichte!", - }, + title: { text: "Título*", placeholder: "Ingrese el título del testimonio...", label: "¡Cuéntenos su historia!" }, image: { - label: "Fügen Sie ein Bild in Ihr Testimonial ein", - text: "Datei wählen", - placeholder: "Keine Datei ausgewählt", + label: "Incluya una imagen en su testimonio", + text: "Elegir archivo", + placeholder: "Ningún archivo seleccionado", }, - community: { label: "Wählen Sie Ihre Gemeinschaft", placeholder: "---Wählen Sie Ihre Gemeinschaft---" }, + community: { label: "Seleccione su comunidad", placeholder: "---Seleccione su comunidad---" }, technology: { - label: "Unter welcher Technologie fällt dieses Testimonial?", - placeholder: "---Wählen Sie die Technologie---", + label: "¿Bajo qué tecnología está este testimonio?", + placeholder: "---Seleccione la tecnología---", }, - description: { placeholder: "Beginnen Sie hier, Ihre Geschichte zu erzählen..." }, - buttons: { cancel: { text: "Abbrechen" }, submit: { text: "Einreichen" } }, + description: { placeholder: "Comience a contar su historia aquí..." }, + buttons: { cancel: { text: "Cancelar" }, submit: { text: "Enviar" } }, }, }, loader: { - text: "Kampagnendetails abrufen...", + text: "Obteniendo detalles de la campaña...", }, - share: { text: "Teilen" }, + share: { text: "Compartir" }, footer: { - modal: { title: { prefix: "Folgen" }, cancel: { text: "Abbrechen" }, ok: { text: "Abonnieren" } }, + modal: { title: { prefix: "Seguir" }, cancel: { text: "Cancelar" }, ok: { text: "Suscribirse" } }, news_letter: { - subscribe_button: { text: "Newsletter abonnieren" }, - subscribe_message: { text: "Sie sind bereits abonniert mit " }, + subscribe_button: { text: "Suscribirse a nuestro Boletín" }, + subscribe_message: { text: "Ya estás suscrito con " }, }, - quick_links: { text: "Schnellzugriffe" }, + quick_links: { text: "Enlaces rápidos" }, }, navbar: { - home: { text: "Startseite" }, - tech: { text: "Technologien" }, - coaches: { text: "Trainer" }, - events: { text: "Veranstaltungen" }, - vendors: { text: "Anbieter" }, - Deals: { text: "Angebote" }, + home: { text: "Inicio" }, + tech: { text: "Tecnologías" }, + coaches: { text: "Entrenadores" }, + events: { text: "Eventos" }, + vendors: { text: "Vendedores" }, + Deals: { text: "Ofertas" }, }, pages: { homepage: { share: { - button: { copied: { text: "Kopiert!" }, copy: { text: "Link kopieren" } }, - title: { text: "Kampagne teilen" }, - hint: { text: "Sie können den Link kopieren und teilen" }, - instruction: { text: "Bitte wählen Sie eine Plattform aus, auf der Sie diese Technologie teilen möchten" }, + button: { copied: { text: "¡Copiado!" }, copy: { text: "Copiar enlace" } }, + title: { text: "Compartir campaña" }, + hint: { text: "Puedes copiar el enlace y compartirlo" }, + instruction: { text: "Por favor, selecciona una plataforma en la que te gustaría compartir esta tecnología" }, }, sections: { key_contact: { - text: "Hauptkontakt", + text: "Contacto principal", }, about_box: { - button: "Mehr erfahren", + button: "Saber más", }, getting_started_section: { - quote: { text: "Zitat" }, - coach: { text: "Trainer" }, - learn_more: { text: "Mehr erfahren" }, + quote: { text: "Cita" }, + coach: { text: "Entrenador" }, + learn_more: { text: "Saber más" }, communities: { - text: "Gemeinschaften", - title: "Gemeinschaften", - description: "Verbinden Sie sich mit Ihrer Gemeinschaft und sehen Sie sich weitere Aktionen an", + text: "Comunidades", + title: "Comunidades", + description: "Conéctate con tu comunidad y descubre otras acciones", }, }, testimonials_section: { scrollable: { - text: "Scrollen Sie von links nach rechts, um weitere Testimonials zu sehen, oder verwenden Sie die Pfeiltasten (oben rechts), um zu scrollen", + text: "Desplázate de izquierda a derecha para ver más testimonios, o usa los botones de flecha (arriba a la derecha) para desplazarte", }, - title: { text: "Testimonials" }, - call_to_add_testimonial: { text: "Fügen Sie hier Ihr Testimonial hinzu" }, - call_to_hide_testimonial: { text: "Testimonial-Formular ausblenden" }, - call_to_filter: { text: "Testimonials filtern nach" }, - full_view: { text: "Vollansicht" }, + title: { text: "Testimonios" }, + call_to_add_testimonial: { text: "Agrega tu testimonio aquí" }, + call_to_hide_testimonial: { text: "Ocultar formulario de testimonio" }, + call_to_filter: { text: "Filtrar testimonios por" }, + full_view: { text: "Vista completa" }, }, events_section: { - title: { text: "Veranstaltungen" }, + title: { text: "Eventos" }, scrollable: { - text: "Scrollen Sie von links nach rechts, um weitere Veranstaltungen zu sehen, oder verwenden Sie die Pfeiltasten (oben rechts), um zu scrollen", + text: "Desplázate de izquierda a derecha para ver más eventos, o usa los botones de flecha (arriba a la derecha) para desplazarte", }, - call_to_filter: { text: "Testimonials filtern nach" }, - card: { online: { text: "Online" }, both: { text: "Beide" }, in_person: { text: "Persönlich" } }, + call_to_filter: { text: "Filtrar testimonios por" }, + card: { online: { text: "En línea" }, both: { text: "Ambos" }, in_person: { text: "En persona" } }, }, coaches_section: { - call_to_filter: { text: "Testimonials filtern nach" }, - get_help: { text: "Hilfe erhalten" }, - help_modal: { title: "Hilfe erhalten" }, + call_to_filter: { text: "Filtrar testimonios por" }, + get_help: { text: "Obtener ayuda" }, + help_modal: { title: "Obtener ayuda" }, }, }, }, one_technology_page: { share: { - button: { copied: { text: "Kopiert!" }, copy: { text: "Link kopieren" } }, - title: { text: "Teilen" }, - hint: { text: "Sie können den Link kopieren und teilen" }, - instruction: { text: "Bitte wählen Sie eine Plattform aus, auf der Sie diese Technologie teilen möchten" }, + other: { text: "Otro" }, + button: { copied: { text: "¡Copiado!" }, copy: { text: "Copiar enlace" } }, + title: { text: "Compartir" }, + hint: { text: "Puedes copiar el enlace y compartirlo" }, + instruction: { text: "Por favor, selecciona una plataforma en la que te gustaría compartir esta tecnología" }, }, loader: { - text: "Technologiedetails abrufen...", + text: "Obteniendo detalles de la tecnología...", }, sections: { - see_more: { text: "Mehr sehen..." }, - see_less: { text: "Weniger sehen..." }, + see_more: { text: "Ver más..." }, + see_less: { text: "Ver menos..." }, get_updates: { - button: { text: "Updates erhalten" }, - description: { text: "Updates erhalten über" }, - title: { text: "Updates erhalten über" }, - confirm_button: { text: "Updates erhalten" }, - cancel_button: { text: "Abbrechen" }, + button: { text: "Obtener actualizaciones" }, + description: { text: "Obtener actualizaciones sobre" }, + title: { text: "Obtener actualizaciones sobre" }, + confirm_button: { text: "Obtener actualizaciones" }, + cancel_button: { text: "Cancelar" }, }, comments: { - title: { text: "Kommentare" }, - see_more_trunc: { text: "Mehr sehen" }, - see_more: { text: "Mehr Kommentare sehen" }, - call_to_add: { text: "Einen Kommentar hinzufügen" }, + title: { text: "Comentarios" }, + see_more_trunc: { text: "Ver más" }, + see_more: { text: "Ver más comentarios" }, + call_to_add: { text: "Agregar un comentario" }, modal: { - title: "Lesen Sie Kommentare oder fügen Sie Ihren hinzu", - relative_data: { text: "vor 50 Tagen" }, - name: { text: "Ihr Name" }, - name_placeholder: { text: "Wer macht diesen Kommentar?" }, - comment_placeholder: { text: "Kommentar hier eingeben" }, - button: { text: "Kommentieren" }, - no_comments: { text: "Noch keine Kommentare, fügen Sie Ihren hinzu!" }, + preComment: { + title: { text: "Antes de continuar, nos gustaría saber de usted" }, + buttons: { continue: { text: "Continuar" }, cancel: { text: "Cancelar" } }, + email: { text: "Email" }, + }, + deletion: { + delete: { text: "Eliminar" }, + title: { text: "¿Está seguro?" }, + buttons: { yes: { text: "Sí" }, no: { text: "No" } }, + }, + yours: { text: "Tuyo" }, + title: "Leer comentarios o agregar el tuyo", + relative_data: { text: "hace 50 días" }, + name: { text: "Tu nombre" }, + name_placeholder: { text: "¿Quién está haciendo este comentario?" }, + comment_placeholder: { text: "Escribe tu comentario aquí" }, + button: { text: "Comentar" }, + no_comments: { text: "Aún no hay comentarios, ¡agrega el tuyo!" }, }, }, interactions: { - like: { text: "Gefällt mir", plural: "Gefällt mir" }, - comment: { text: "Kommentar", plural: "Kommentare" }, - view: { text: "Ansicht", plural: "Ansichten" }, - share: { text: "Teilen", plural: "Geteilt" }, + like: { text: "Me gusta", plural: "Me gusta" }, + comment: { text: "Comentario", plural: "Comentarios" }, + view: { text: "Vista", plural: "Vistas" }, + share: { text: "Compartir", plural: "Compartidos" }, }, testimonials_section: { - title: { text: "Testimonials" }, - call_to_add_testimonial: { text: "Fügen Sie hier Ihr Testimonial hinzu" }, - full_view: { text: "Vollansicht" }, + title: { text: "Testimonios" }, + call_to_add_testimonial: { text: "Agrega tu testimonio aquí" }, + full_view: { text: "Vista completa" }, }, coaches_section: { - button: { text: "Hilfe erhalten" }, + button: { text: "Obtener ayuda" }, }, do_more: { title: { - text: "Teilnehmende Gemeinschaften", + text: "Comunidades Participantes", }, }, events_section: { - title: { text: "Veranstaltungen" }, + title: { text: "Eventos" }, card: { - online: { text: "Online" }, - both: { text: "Beides" }, - in_person: { text: "Persönlich" }, + online: { text: "En línea" }, + both: { text: "Ambos" }, + in_person: { text: "En persona" }, }, }, why_section: { - why: { text: "Warum" }, + why: { text: "Por qué" }, }, take_action_section: { - title: { text: "Handeln" }, + title: { text: "Tomar Acción" }, coaches: { - title: "Stellen Sie eine Frage", - description: "Freiwillige aus der Gemeinschaft sind bereit, Fragen zu beantworten, egal ob groß oder klein", - button: { text: "Hilfe bekommen" }, + title: "Haz una pregunta", + description: "Voluntarios de la comunidad están listos para responder preguntas, grandes o pequeñas", + button: { text: "Obtener Ayuda" }, }, incentives: { - title: "Zeig mir das Geld", - description: "Es wird besser! Sehen Sie alle Anreize, die Ihnen zur Verfügung stehen.", - button: { text: "Anreize" }, + title: "Enséñame el dinero", + description: "¡Mejora! Vea todos los incentivos disponibles para usted.", + button: { text: "Incentivos" }, }, vendors: { - title: "Finden Sie einen Anbieter", - description: "Die entscheidende Frage - wer sollte Ihr Projekt anbieten?", - button: { text: "Anbieter" }, + title: "Encuentra un Vendedor", + description: "La pregunta crítica - ¿quién debería cotizar su proyecto?", + button: { text: "Vendedores" }, }, }, vendors_section: { - title: { text: "Anbieter" }, + title: { text: "Vendedores" }, + }, }, }, one_testimonial_page: { loader: { - text: "Testimonial-Details abrufen...", + text: "Obteniendo detalles del testimonio...", }, sections: { - call_to_add_testimonial: { text: "Fügen Sie hier Ihr Testimonial hinzu" }, - call_to_hide_testimonial: { text: "Testimonial-Formular ausblenden" }, - form: { title: { text: "Fügen Sie Ihr Testimonial hinzu" } }, + call_to_add_testimonial: { text: "Agrega tu testimonio aquí" }, + call_to_hide_testimonial: { text: "Ocultar formulario de testimonio" }, + form: { title: { text: "Agrega tu testimonio" } }, sidebar: { - other_testimonials: { text: "Weitere Testimonials" }, - call_to_add_testimonial: { text: "Testimonial hinzufügen" }, - call_to_hide_testimonial: { text: "Formular ausblenden" }, + other_testimonials: { text: "Otros testimonios" }, + call_to_add_testimonial: { text: "Agregar testimonio" }, + call_to_hide_testimonial: { text: "Ocultar formulario" }, }, }, }, one_event_page: { loader: { - text: "Veranstaltungsdetails abrufen...", + text: "Obteniendo detalles del evento...", }, sections: { - card: { online: { text: "Online" }, both: { text: "Beide" }, in_person: { text: "Persönlich" } }, - call_to_download: { text: "In Ihren Kalender herunterladen" }, + card: { online: { text: "En línea" }, both: { text: "Ambos" }, in_person: { text: "En persona" } }, + call_to_download: { text: "Descargar a tu calendario" }, apple_calendar: { text: "ICAL" }, google_calendar: { text: "Google Calendar" }, - call_to_register: { text: "Registrieren/Beitreten" }, + call_to_register: { text: "Registrar/Unirse" }, }, }, }, modals: { languageSelectionModal: { - title: { text: "Wählen Sie eine Sprache" }, + title: { text: "Elija un idioma" }, }, whereFrom: { - title: { text: "Bitte sagen Sie uns, woher Sie kommen" }, + title: { text: "Por favor, díganos de dónde es" }, buttons: { - no: { text: "NEIN" }, - submit: { text: "Okay, erledigt!" }, + no: { text: "NO" }, + submit: { text: "¡Vale, listo!" }, }, }, preTestimonial: { - title: { text: "Bevor Sie ein Testimonial hinzufügen, möchten wir Sie kennenlernen" }, + title: { text: "Antes de agregar un testimonio, nos gustaría conocerte" }, buttons: { - continue: { text: "Fortfahren" }, - cancel: { text: "Abbrechen" }, + continue: { text: "Continuar" }, + cancel: { text: "Cancelar" }, }, }, community_selection: { - selection_label: { text: "In welcher Gemeinschaft leben Sie?" }, - text_after_selection: { text: "Wir leiten Sie basierend auf Ihrem Standort zu den richtigen Ressourcen -" }, + other: { text: "Otro" }, + selection_label: { text: "¿En qué comunidad vives?" }, + text_after_selection: { text: "Te dirigiremos a los recursos adecuados según tu ubicación -" }, form: { zipcode: { - text: "Postleitzahl", - label: "Geben Sie Ihre Postleitzahl ein (Bearbeitbar)", - placeholder: "Postleitzahl hier eingeben...", + text: "Código postal", + label: "Introduce tu código postal (Editable)", + placeholder: "Introduce el código postal aquí...", }, - community_name: { text: "Gemeinschaftsname", placeholder: "In welcher Gemeinschaft leben Sie?" }, + community_name: { text: "Nombre de la comunidad", placeholder: "¿En qué comunidad vives?" }, }, buttons: { - close: { text: "Schließen" }, - submit: { text: "Los geht's" }, - }, - success: { text: "Danke, dass Sie beigetreten sind!" }, + close: { text: "Cerrar" }, + submit: { text: "Vamos" }, + }, + success: { text: "¡Gracias por unirte!" }, }, join: { - email: { text: "E-Mail", placeholder: "E-Mail hier eingeben..." }, - buttons: { cancel: { text: "Abbrechen" }, ok: { text: "Los geht's" } }, + email: { text: "Correo electrónico", placeholder: "Introduce tu correo electrónico aquí..." }, + buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos" } }, }, help: { - buttons: { cancel: { text: "Abbrechen" }, ok: { text: "Los geht's" } }, - title: { text: "Hilfe erhalten" }, - selection_hint: { text: "Wir leiten Sie basierend auf Ihrem Standort zu den richtigen Ressourcen" }, + buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos" } }, + title: { text: "Obtener ayuda" }, + selection_hint: { text: "Te dirigiremos a los recursos adecuados según tu ubicación" }, }, }, }; -export const SPANISH = { +export const PORTUGUESE = { + toasts: { + join: { + noEmail: { text: "Por favor, forneça um endereço de e-mail válido..." }, + noCommunity: { text: "Por favor, selecione uma comunidade..." }, + noZipcodeAndOther: { text: "Por favor, forneça o código postal e o nome da comunidade..." }, + join: { text: "Muito bem, obrigado por se juntar a nós!" }, + }, + }, inPreview: { - button: { text: "Modo de Vista Previa" }, + button: { text: "Modo de Pré-visualização" }, notice: { - text: "aún no está publicado. Los administradores siguen trabajando en ello. Por favor, vuelva más tarde cuando esté completo...", + text: "ainda não foi publicado. Os administradores ainda estão trabalhando nisso. Por favor, volte mais tarde quando estiver completo...", }, }, forms: { testimonials: { - title: { text: "Título*", placeholder: "Ingrese el título del testimonio...", label: "¡Cuéntenos su historia!" }, + title: { text: "Título*", placeholder: "Insira o título do depoimento...", label: "Conte-nos sua história!" }, image: { - label: "Incluya una imagen en su testimonio", - text: "Elegir archivo", - placeholder: "Ningún archivo seleccionado", - }, - community: { label: "Seleccione su comunidad", placeholder: "---Seleccione su comunidad---" }, - technology: { - label: "¿Bajo qué tecnología está este testimonio?", - placeholder: "---Seleccione la tecnología---", + label: "Inclua uma imagem no seu depoimento", + text: "Escolher arquivo", + placeholder: "Nenhum arquivo escolhido", }, - description: { placeholder: "Comience a contar su historia aquí..." }, + community: { label: "Selecione sua comunidade", placeholder: "---Selecione sua comunidade---" }, + technology: { label: "A qual tecnologia pertence este depoimento?", placeholder: "---Selecione a tecnologia---" }, + description: { placeholder: "Comece a contar sua história aqui..." }, buttons: { cancel: { text: "Cancelar" }, submit: { text: "Enviar" } }, }, }, loader: { - text: "Obteniendo detalles de la campaña...", + text: "Buscando detalhes da campanha...", }, - share: { text: "Compartir" }, + share: { text: "Compartilhar" }, footer: { - modal: { title: { prefix: "Seguir" }, cancel: { text: "Cancelar" }, ok: { text: "Suscribirse" } }, + modal: { title: { prefix: "Seguir" }, cancel: { text: "Cancelar" }, ok: { text: "Assinar" } }, news_letter: { - subscribe_button: { text: "Suscribirse a nuestro Boletín" }, - subscribe_message: { text: "Ya estás suscrito con " }, + subscribe_button: { text: "Assine nossa boletim informativo" }, + subscribe_message: { text: "Você já se inscreveu com " }, }, - quick_links: { text: "Enlaces rápidos" }, + quick_links: { text: "Links Rápidos" }, }, navbar: { - home: { text: "Inicio" }, - tech: { text: "Tecnologías" }, - coaches: { text: "Entrenadores" }, + home: { text: "Início" }, + tech: { text: "Tecnologias" }, + coaches: { text: "Treinadores" }, events: { text: "Eventos" }, - vendors: { text: "Vendedores" }, + vendors: { text: "Fornecedores" }, Deals: { text: "Ofertas" }, }, pages: { homepage: { share: { - button: { copied: { text: "¡Copiado!" }, copy: { text: "Copiar enlace" } }, - title: { text: "Compartir campaña" }, - hint: { text: "Puedes copiar el enlace y compartirlo" }, - instruction: { text: "Por favor, selecciona una plataforma en la que te gustaría compartir esta tecnología" }, + + button: { copied: { text: "Copiado!" }, copy: { text: "Copiar Link" } }, + title: { text: "Compartilhar Campanha" }, + hint: { text: "Você pode copiar o link e compartilhá-lo" }, + instruction: { text: "Selecione uma plataforma na qual você gostaria de compartilhar esta tecnologia" }, }, sections: { key_contact: { - text: "Contacto principal", + text: "Contato Principal", }, about_box: { - button: "Saber más", + button: "Saiba Mais", }, getting_started_section: { - quote: { text: "Cita" }, - coach: { text: "Entrenador" }, - learn_more: { text: "Saber más" }, + quote: { text: "Citação" }, + coach: { text: "Treinador" }, + learn_more: { text: "Saiba Mais" }, communities: { text: "Comunidades", title: "Comunidades", - description: "Conéctate con tu comunidad y descubre otras acciones", + description: "Conecte-se com sua comunidade e confira outras ações", }, }, testimonials_section: { scrollable: { - text: "Desplázate de izquierda a derecha para ver más testimonios, o usa los botones de flecha (arriba a la derecha) para desplazarte", + text: "Role da esquerda para a direita para ver mais depoimentos, ou use os botões de seta (canto superior direito) para rolar", }, - title: { text: "Testimonios" }, - call_to_add_testimonial: { text: "Agrega tu testimonio aquí" }, - call_to_hide_testimonial: { text: "Ocultar formulario de testimonio" }, - call_to_filter: { text: "Filtrar testimonios por" }, - full_view: { text: "Vista completa" }, + title: { text: "Depoimentos" }, + call_to_add_testimonial: { text: "Adicione seu depoimento aqui" }, + call_to_hide_testimonial: { text: "Ocultar formulário de depoimento" }, + call_to_filter: { text: "Filtrar depoimentos por" }, + full_view: { text: "Visualização Completa" }, }, events_section: { - title: { text: "Testimonios" }, + title: { text: "Eventos" }, scrollable: { - text: "Desplázate de izquierda a derecha para ver más eventos, o usa los botones de flecha (arriba a la derecha) para desplazarte", + text: "Role da esquerda para a direita para ver mais eventos, ou use os botões de seta (canto superior direito) para rolar", }, - call_to_filter: { text: "Filtrar testimonios por" }, - card: { online: { text: "En línea" }, both: { text: "Ambos" }, in_person: { text: "En persona" } }, + call_to_filter: { text: "Filtrar depoimentos por" }, + card: { online: { text: "Online" }, both: { text: "Ambos" }, in_person: { text: "Presencial" } }, }, coaches_section: { - call_to_filter: { text: "Filtrar testimonios por" }, - get_help: { text: "Obtener ayuda" }, - help_modal: { title: "Obtener ayuda" }, + call_to_filter: { text: "Filtrar depoimentos por" }, + get_help: { text: "Obter Ajuda" }, + help_modal: { title: "Obter Ajuda" }, }, }, }, one_technology_page: { share: { - button: { copied: { text: "¡Copiado!" }, copy: { text: "Copiar enlace" } }, - title: { text: "Compartir" }, - hint: { text: "Puedes copiar el enlace y compartirlo" }, - instruction: { text: "Por favor, selecciona una plataforma en la que te gustaría compartir esta tecnología" }, + other: { text: "Outro" }, + button: { copied: { text: "Copiado!" }, copy: { text: "Copiar Link" } }, + title: { text: "Compartilhar" }, + hint: { text: "Você pode copiar o link e compartilhá-lo" }, + instruction: { text: "Selecione uma plataforma na qual você gostaria de compartilhar esta tecnologia" }, }, loader: { - text: "Obteniendo detalles de la tecnología...", + text: "Buscando detalhes da tecnologia...", }, sections: { - see_more: { text: "Ver más..." }, + see_more: { text: "Ver mais..." }, see_less: { text: "Ver menos..." }, get_updates: { - button: { text: "Obtener actualizaciones" }, - description: { text: "Obtener actualizaciones sobre" }, - title: { text: "Obtener actualizaciones sobre" }, - confirm_button: { text: "Obtener actualizaciones" }, + button: { text: "Receber Atualizações" }, + description: { text: "Receber atualizações sobre" }, + title: { text: "Receber atualizações sobre" }, + confirm_button: { text: "Receber Atualizações" }, cancel_button: { text: "Cancelar" }, }, comments: { - title: { text: "Comentarios" }, - see_more_trunc: { text: "Ver más" }, - see_more: { text: "Ver más comentarios" }, - call_to_add: { text: "Agregar un comentario" }, + title: { text: "Comentários" }, + see_more_trunc: { text: "Ver mais" }, + see_more: { text: "Ver mais comentários" }, + call_to_add: { text: "Adicionar um comentário" }, modal: { - title: "Leer comentarios o agregar el tuyo", - relative_data: { text: "hace 50 días" }, - name: { text: "Tu nombre" }, - name_placeholder: { text: "¿Quién está haciendo este comentario?" }, - comment_placeholder: { text: "Escribe tu comentario aquí" }, + preComment: { + title: { text: "Antes de continuar, gostaríamos de saber sobre você" }, + buttons: { continue: { text: "Continuar" }, cancel: { text: "Cancelar" } }, + email: { text: "E-mail" }, + }, + deletion: { + delete: { text: "Excluir" }, + title: { text: "Tem certeza?" }, + buttons: { yes: { text: "Sim" }, no: { text: "Não" } }, + }, + yours: { text: "Seu" }, + title: "Leia comentários ou adicione o seu", + relative_data: { text: "50 dias atrás" }, + name: { text: "Seu nome" }, + name_placeholder: { text: "Quem está fazendo este comentário?" }, + comment_placeholder: { text: "Digite o comentário aqui" }, button: { text: "Comentar" }, - no_comments: { text: "Aún no hay comentarios, ¡agrega el tuyo!" }, + no_comments: { text: "Ainda não há comentários, adicione o seu!" }, }, }, interactions: { - like: { text: "Me gusta", plural: "Me gusta" }, - comment: { text: "Comentario", plural: "Comentarios" }, - view: { text: "Vista", plural: "Vistas" }, - share: { text: "Compartir", plural: "Compartidos" }, + like: { text: "Curtir", plural: "Curtidas" }, + comment: { text: "Comentar", plural: "Comentários" }, + view: { text: "Visualizar", plural: "Visualizações" }, + share: { text: "Compartilhar", plural: "Compartilhamentos" }, }, testimonials_section: { - title: { text: "Testimonios" }, - call_to_add_testimonial: { text: "Agrega tu testimonio aquí" }, - full_view: { text: "Vista completa" }, + title: { text: "Depoimentos" }, + call_to_add_testimonial: { text: "Adicione seu depoimento aqui" }, + full_view: { text: "Visualização Completa" }, }, coaches_section: { - button: { text: "Obtener ayuda" }, + button: { text: "Obter Ajuda" }, }, do_more: { title: { @@ -657,109 +716,375 @@ export const SPANISH = { events_section: { title: { text: "Eventos" }, card: { - online: { text: "En línea" }, + online: { text: "Online" }, both: { text: "Ambos" }, - in_person: { text: "En persona" }, + in_person: { text: "Presencial" }, }, }, why_section: { - why: { text: "Por qué" }, + why: { text: "Por quê" }, }, take_action_section: { - title: { text: "Tomar Acción" }, + title: { text: "Tomar Ação" }, coaches: { - title: "Haz una pregunta", - description: "Voluntarios de la comunidad están listos para responder preguntas, grandes o pequeñas", - button: { text: "Obtener Ayuda" }, + title: "Faça uma pergunta", + description: "Voluntários da comunidade estão prontos para responder perguntas, grandes ou pequenas", + button: { text: "Obter Ajuda" }, }, incentives: { - title: "Enséñame el dinero", - description: "¡Mejora! Vea todos los incentivos disponibles para usted.", + title: "Mostre-me o dinheiro", + description: "Fica melhor! Veja todos os incentivos disponíveis para você.", button: { text: "Incentivos" }, }, vendors: { - title: "Encuentra un Vendedor", - description: "La pregunta crítica - ¿quién debería cotizar su proyecto?", - button: { text: "Vendedores" }, + title: "Encontre um Fornecedor", + description: "A questão crítica - quem deve cotar seu projeto?", + button: { text: "Fornecedores" }, }, }, vendors_section: { - title: { text: "Vendedores" }, + title: { text: "Fornecedores" }, }, }, }, one_testimonial_page: { loader: { - text: "Obteniendo detalles del testimonio...", + text: "Buscando detalhes do depoimento...", }, sections: { - call_to_add_testimonial: { text: "Agrega tu testimonio aquí" }, - call_to_hide_testimonial: { text: "Ocultar formulario de testimonio" }, - form: { title: { text: "Agrega tu testimonio" } }, + call_to_add_testimonial: { text: "Adicione seu depoimento aqui" }, + call_to_hide_testimonial: { text: "Ocultar formulário de depoimento" }, + form: { title: { text: "Adicione seu depoimento" } }, sidebar: { - other_testimonials: { text: "Otros testimonios" }, - call_to_add_testimonial: { text: "Agregar testimonio" }, - call_to_hide_testimonial: { text: "Ocultar formulario" }, + other_testimonials: { text: "Outros Depoimentos" }, + call_to_add_testimonial: { text: "Adicionar Depoimento" }, + call_to_hide_testimonial: { text: "Ocultar Formulário" }, }, }, }, one_event_page: { loader: { - text: "Obteniendo detalles del evento...", + text: "Buscando detalhes do evento...", }, sections: { - card: { online: { text: "En línea" }, both: { text: "Ambos" }, in_person: { text: "En persona" } }, - call_to_download: { text: "Descargar a tu calendario" }, + card: { online: { text: "Online" }, both: { text: "Ambos" }, in_person: { text: "Presencial" } }, + call_to_download: { text: "Baixar para o seu calendário" }, apple_calendar: { text: "ICAL" }, google_calendar: { text: "Google Calendar" }, - call_to_register: { text: "Registrar/Unirse" }, + call_to_register: { text: "Registrar/Participar" }, }, }, }, modals: { languageSelectionModal: { - title: { text: "Elija un idioma" }, + title: { text: "Escolha um Idioma" }, }, whereFrom: { - title: { text: "Por favor, díganos de dónde es" }, + title: { text: "Por favor, diga-nos de onde você é" }, buttons: { - no: { text: "NO" }, - submit: { text: "¡Vale, listo!" }, + no: { text: "NÃO" }, + submit: { text: "Ok, pronto!" }, }, }, preTestimonial: { - title: { text: "Antes de agregar un testimonio, nos gustaría conocerte" }, + title: { text: "Antes de adicionar um depoimento, gostaríamos de conhecê-lo" }, buttons: { continue: { text: "Continuar" }, cancel: { text: "Cancelar" }, }, }, community_selection: { - selection_label: { text: "¿En qué comunidad vives?" }, - text_after_selection: { text: "Te dirigiremos a los recursos adecuados según tu ubicación -" }, + other: { text: "Outro" }, + selection_label: { text: "Em qual comunidade você mora?" }, + text_after_selection: { text: "Nós direcionaremos você para os recursos corretos com base na sua localização -" }, form: { zipcode: { - text: "Código postal", - label: "Introduce tu código postal (Editable)", - placeholder: "Introduce el código postal aquí...", + text: "CEP", + label: "Digite seu CEP (Editável)", + placeholder: "Digite o CEP aqui...", }, - community_name: { text: "Nombre de la comunidad", placeholder: "¿En qué comunidad vives?" }, + community_name: { text: "Nome da Comunidade", placeholder: "Em qual comunidade você mora?" }, }, buttons: { - close: { text: "Cerrar" }, - submit: { text: "Vamos" }, + close: { text: "Fechar" }, + submit: { text: "Vamos lá" }, }, - success: { text: "¡Gracias por unirte!" }, + success: { text: "Obrigado por se juntar a nós!" }, }, join: { - email: { text: "Correo electrónico", placeholder: "Introduce tu correo electrónico aquí..." }, - buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos" } }, + email: { text: "Email", placeholder: "Digite o email aqui..." }, + buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos lá" } }, }, help: { - buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos" } }, - title: { text: "Obtener ayuda" }, - selection_hint: { text: "Te dirigiremos a los recursos adecuados según tu ubicación" }, + buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos lá" } }, + title: { text: "Obter Ajuda" }, + selection_hint: { text: "Nós direcionaremos você para os recursos corretos com base na sua localização" }, + }, + }, +}; + +export const GERMAN = { + inPreview: { + button: { text: "Vorschau-Modus" }, + notice: { + text: "ist noch nicht veröffentlicht. Die Administratoren arbeiten noch daran. Bitte kommen Sie später zurück, wenn es fertig ist...", + }, + }, + forms: { + testimonials: { + title: { + text: "Titel*", + placeholder: "Geben Sie den Titel des Testimonials ein...", + label: "Erzählen Sie uns Ihre Geschichte!", + }, + image: { + label: "Fügen Sie ein Bild in Ihr Testimonial ein", + text: "Datei wählen", + placeholder: "Keine Datei ausgewählt", + }, + community: { label: "Wählen Sie Ihre Gemeinschaft", placeholder: "---Wählen Sie Ihre Gemeinschaft---" }, + technology: { + label: "Unter welcher Technologie fällt dieses Testimonial?", + placeholder: "---Wählen Sie die Technologie---", + }, + description: { placeholder: "Beginnen Sie hier, Ihre Geschichte zu erzählen..." }, + buttons: { cancel: { text: "Abbrechen" }, submit: { text: "Einreichen" } }, + }, + }, + + loader: { + text: "Kampagnendetails abrufen...", + }, + share: { text: "Teilen" }, + footer: { + modal: { title: { prefix: "Folgen" }, cancel: { text: "Abbrechen" }, ok: { text: "Abonnieren" } }, + news_letter: { + subscribe_button: { text: "Newsletter abonnieren" }, + subscribe_message: { text: "Sie sind bereits abonniert mit " }, + }, + quick_links: { text: "Schnellzugriffe" }, + }, + navbar: { + home: { text: "Startseite" }, + tech: { text: "Technologien" }, + coaches: { text: "Trainer" }, + events: { text: "Veranstaltungen" }, + vendors: { text: "Anbieter" }, + Deals: { text: "Angebote" }, + }, + pages: { + homepage: { + share: { + button: { copied: { text: "Kopiert!" }, copy: { text: "Link kopieren" } }, + title: { text: "Kampagne teilen" }, + hint: { text: "Sie können den Link kopieren und teilen" }, + instruction: { text: "Bitte wählen Sie eine Plattform aus, auf der Sie diese Technologie teilen möchten" }, + }, + sections: { + key_contact: { + text: "Hauptkontakt", + }, + + about_box: { + button: "Mehr erfahren", + }, + getting_started_section: { + quote: { text: "Zitat" }, + coach: { text: "Trainer" }, + learn_more: { text: "Mehr erfahren" }, + communities: { + text: "Gemeinschaften", + title: "Gemeinschaften", + description: "Verbinden Sie sich mit Ihrer Gemeinschaft und sehen Sie sich weitere Aktionen an", + }, + }, + testimonials_section: { + scrollable: { + text: "Scrollen Sie von links nach rechts, um weitere Testimonials zu sehen, oder verwenden Sie die Pfeiltasten (oben rechts), um zu scrollen", + }, + title: { text: "Testimonials" }, + call_to_add_testimonial: { text: "Fügen Sie hier Ihr Testimonial hinzu" }, + call_to_hide_testimonial: { text: "Testimonial-Formular ausblenden" }, + call_to_filter: { text: "Testimonials filtern nach" }, + full_view: { text: "Vollansicht" }, + }, + events_section: { + title: { text: "Veranstaltungen" }, + scrollable: { + text: "Scrollen Sie von links nach rechts, um weitere Veranstaltungen zu sehen, oder verwenden Sie die Pfeiltasten (oben rechts), um zu scrollen", + }, + call_to_filter: { text: "Testimonials filtern nach" }, + card: { online: { text: "Online" }, both: { text: "Beide" }, in_person: { text: "Persönlich" } }, + }, + coaches_section: { + call_to_filter: { text: "Testimonials filtern nach" }, + get_help: { text: "Hilfe erhalten" }, + help_modal: { title: "Hilfe erhalten" }, + }, + }, + }, + one_technology_page: { + share: { + button: { copied: { text: "Kopiert!" }, copy: { text: "Link kopieren" } }, + title: { text: "Teilen" }, + hint: { text: "Sie können den Link kopieren und teilen" }, + instruction: { text: "Bitte wählen Sie eine Plattform aus, auf der Sie diese Technologie teilen möchten" }, + }, + loader: { + text: "Technologiedetails abrufen...", + }, + sections: { + see_more: { text: "Mehr sehen..." }, + see_less: { text: "Weniger sehen..." }, + get_updates: { + button: { text: "Updates erhalten" }, + description: { text: "Updates erhalten über" }, + title: { text: "Updates erhalten über" }, + confirm_button: { text: "Updates erhalten" }, + cancel_button: { text: "Abbrechen" }, + }, + comments: { + title: { text: "Kommentare" }, + see_more_trunc: { text: "Mehr sehen" }, + see_more: { text: "Mehr Kommentare sehen" }, + call_to_add: { text: "Einen Kommentar hinzufügen" }, + modal: { + title: "Lesen Sie Kommentare oder fügen Sie Ihren hinzu", + relative_data: { text: "vor 50 Tagen" }, + name: { text: "Ihr Name" }, + name_placeholder: { text: "Wer macht diesen Kommentar?" }, + comment_placeholder: { text: "Kommentar hier eingeben" }, + button: { text: "Kommentieren" }, + no_comments: { text: "Noch keine Kommentare, fügen Sie Ihren hinzu!" }, + }, + }, + interactions: { + like: { text: "Gefällt mir", plural: "Gefällt mir" }, + comment: { text: "Kommentar", plural: "Kommentare" }, + view: { text: "Ansicht", plural: "Ansichten" }, + share: { text: "Teilen", plural: "Geteilt" }, + }, + testimonials_section: { + title: { text: "Testimonials" }, + call_to_add_testimonial: { text: "Fügen Sie hier Ihr Testimonial hinzu" }, + full_view: { text: "Vollansicht" }, + }, + coaches_section: { + button: { text: "Hilfe erhalten" }, + }, + do_more: { + title: { + text: "Teilnehmende Gemeinschaften", + }, + }, + events_section: { + title: { text: "Veranstaltungen" }, + card: { + online: { text: "Online" }, + both: { text: "Beides" }, + in_person: { text: "Persönlich" }, + }, + }, + why_section: { + why: { text: "Warum" }, + }, + take_action_section: { + title: { text: "Handeln" }, + coaches: { + title: "Stellen Sie eine Frage", + description: "Freiwillige aus der Gemeinschaft sind bereit, Fragen zu beantworten, egal ob groß oder klein", + button: { text: "Hilfe bekommen" }, + }, + incentives: { + title: "Zeig mir das Geld", + description: "Es wird besser! Sehen Sie alle Anreize, die Ihnen zur Verfügung stehen.", + button: { text: "Anreize" }, + }, + vendors: { + title: "Finden Sie einen Anbieter", + description: "Die entscheidende Frage - wer sollte Ihr Projekt anbieten?", + button: { text: "Anbieter" }, + }, + }, + vendors_section: { + title: { text: "Anbieter" }, + }, + }, + }, + + one_testimonial_page: { + loader: { + text: "Testimonial-Details abrufen...", + }, + sections: { + call_to_add_testimonial: { text: "Fügen Sie hier Ihr Testimonial hinzu" }, + call_to_hide_testimonial: { text: "Testimonial-Formular ausblenden" }, + form: { title: { text: "Fügen Sie Ihr Testimonial hinzu" } }, + sidebar: { + other_testimonials: { text: "Weitere Testimonials" }, + call_to_add_testimonial: { text: "Testimonial hinzufügen" }, + call_to_hide_testimonial: { text: "Formular ausblenden" }, + }, + }, + }, + one_event_page: { + loader: { + text: "Veranstaltungsdetails abrufen...", + }, + sections: { + card: { online: { text: "Online" }, both: { text: "Beide" }, in_person: { text: "Persönlich" } }, + call_to_download: { text: "In Ihren Kalender herunterladen" }, + apple_calendar: { text: "ICAL" }, + google_calendar: { text: "Google Calendar" }, + call_to_register: { text: "Registrieren/Beitreten" }, + }, + }, + }, + modals: { + languageSelectionModal: { + title: { text: "Wählen Sie eine Sprache" }, + }, + whereFrom: { + title: { text: "Bitte sagen Sie uns, woher Sie kommen" }, + buttons: { + no: { text: "NEIN" }, + submit: { text: "Okay, erledigt!" }, + }, + }, + preTestimonial: { + title: { text: "Bevor Sie ein Testimonial hinzufügen, möchten wir Sie kennenlernen" }, + buttons: { + continue: { text: "Fortfahren" }, + cancel: { text: "Abbrechen" }, + }, + }, + community_selection: { + other: { text: "Andere" }, + selection_label: { text: "In welcher Gemeinschaft leben Sie?" }, + text_after_selection: { text: "Wir leiten Sie basierend auf Ihrem Standort zu den richtigen Ressourcen -" }, + form: { + zipcode: { + text: "Postleitzahl", + label: "Geben Sie Ihre Postleitzahl ein (Bearbeitbar)", + placeholder: "Postleitzahl hier eingeben...", + }, + community_name: { text: "Gemeinschaftsname", placeholder: "In welcher Gemeinschaft leben Sie?" }, + }, + buttons: { + close: { text: "Schließen" }, + submit: { text: "Los geht's" }, + }, + success: { text: "Danke, dass Sie beigetreten sind!" }, + }, + join: { + email: { text: "E-Mail", placeholder: "E-Mail hier eingeben..." }, + buttons: { cancel: { text: "Abbrechen" }, ok: { text: "Los geht's" } }, + }, + help: { + buttons: { cancel: { text: "Abbrechen" }, ok: { text: "Los geht's" } }, + title: { text: "Hilfe erhalten" }, + selection_hint: { text: "Wir leiten Sie basierend auf Ihrem Standort zu den richtigen Ressourcen" }, }, }, }; @@ -866,6 +1191,8 @@ export const FRENCH = { }, one_technology_page: { share: { + other: { text: "Autre" }, + button: { copied: { text: "Copié!" }, copy: { text: "Copier le lien" } }, title: { text: "Partager" }, hint: { text: "Vous pouvez copier le lien et le partager" }, @@ -1001,6 +1328,7 @@ export const FRENCH = { }, }, community_selection: { + other: { text: "Autre" }, selection_label: { text: "Dans quelle communauté vivez-vous?" }, text_after_selection: { text: "Nous vous dirigerons vers les bonnes ressources en fonction de votre localisation -", @@ -1257,6 +1585,7 @@ export const CHINESE = { }, }, community_selection: { + other: { text: "其他" }, selection_label: { text: "你居住在哪个社区?" }, text_after_selection: { text: "我们将根据你的位置为你指引到正确的资源 -" }, form: { @@ -1285,262 +1614,6 @@ export const CHINESE = { }, }; -export const PORTUGUESE = { - inPreview: { - button: { text: "Modo de Pré-visualização" }, - notice: { - text: "ainda não foi publicado. Os administradores ainda estão trabalhando nisso. Por favor, volte mais tarde quando estiver completo...", - }, - }, - forms: { - testimonials: { - title: { text: "Título*", placeholder: "Insira o título do depoimento...", label: "Conte-nos sua história!" }, - image: { - label: "Inclua uma imagem no seu depoimento", - text: "Escolher arquivo", - placeholder: "Nenhum arquivo escolhido", - }, - community: { label: "Selecione sua comunidade", placeholder: "---Selecione sua comunidade---" }, - technology: { label: "A qual tecnologia pertence este depoimento?", placeholder: "---Selecione a tecnologia---" }, - description: { placeholder: "Comece a contar sua história aqui..." }, - buttons: { cancel: { text: "Cancelar" }, submit: { text: "Enviar" } }, - }, - }, - - loader: { - text: "Buscando detalhes da campanha...", - }, - share: { text: "Compartilhar" }, - footer: { - modal: { title: { prefix: "Seguir" }, cancel: { text: "Cancelar" }, ok: { text: "Assinar" } }, - news_letter: { - subscribe_button: { text: "Assine nossa Newsletter" }, - subscribe_message: { text: "Você já se inscreveu com " }, - }, - quick_links: { text: "Links Rápidos" }, - }, - navbar: { - home: { text: "Início" }, - tech: { text: "Tecnologias" }, - coaches: { text: "Treinadores" }, - events: { text: "Eventos" }, - vendors: { text: "Fornecedores" }, - Deals: { text: "Ofertas" }, - }, - pages: { - homepage: { - share: { - button: { copied: { text: "Copiado!" }, copy: { text: "Copiar Link" } }, - title: { text: "Compartilhar Campanha" }, - hint: { text: "Você pode copiar o link e compartilhá-lo" }, - instruction: { text: "Selecione uma plataforma na qual você gostaria de compartilhar esta tecnologia" }, - }, - sections: { - key_contact: { - text: "Contato Principal", - }, - - about_box: { - button: "Saiba Mais", - }, - getting_started_section: { - quote: { text: "Citação" }, - coach: { text: "Treinador" }, - learn_more: { text: "Saiba Mais" }, - communities: { - text: "Comunidades", - title: "Comunidades", - description: "Conecte-se com sua comunidade e confira outras ações", - }, - }, - testimonials_section: { - scrollable: { - text: "Role da esquerda para a direita para ver mais depoimentos, ou use os botões de seta (canto superior direito) para rolar", - }, - title: { text: "Depoimentos" }, - call_to_add_testimonial: { text: "Adicione seu depoimento aqui" }, - call_to_hide_testimonial: { text: "Ocultar formulário de depoimento" }, - call_to_filter: { text: "Filtrar depoimentos por" }, - full_view: { text: "Visualização Completa" }, - }, - events_section: { - title: { text: "Eventos" }, - scrollable: { - text: "Role da esquerda para a direita para ver mais eventos, ou use os botões de seta (canto superior direito) para rolar", - }, - call_to_filter: { text: "Filtrar depoimentos por" }, - card: { online: { text: "Online" }, both: { text: "Ambos" }, in_person: { text: "Presencial" } }, - }, - coaches_section: { - call_to_filter: { text: "Filtrar depoimentos por" }, - get_help: { text: "Obter Ajuda" }, - help_modal: { title: "Obter Ajuda" }, - }, - }, - }, - one_technology_page: { - share: { - button: { copied: { text: "Copiado!" }, copy: { text: "Copiar Link" } }, - title: { text: "Compartilhar" }, - hint: { text: "Você pode copiar o link e compartilhá-lo" }, - instruction: { text: "Selecione uma plataforma na qual você gostaria de compartilhar esta tecnologia" }, - }, - loader: { - text: "Buscando detalhes da tecnologia...", - }, - sections: { - see_more: { text: "Ver mais..." }, - see_less: { text: "Ver menos..." }, - get_updates: { - button: { text: "Receber Atualizações" }, - description: { text: "Receber atualizações sobre" }, - title: { text: "Receber atualizações sobre" }, - confirm_button: { text: "Receber Atualizações" }, - cancel_button: { text: "Cancelar" }, - }, - comments: { - title: { text: "Comentários" }, - see_more_trunc: { text: "Ver mais" }, - see_more: { text: "Ver mais comentários" }, - call_to_add: { text: "Adicionar um comentário" }, - modal: { - title: "Leia comentários ou adicione o seu", - relative_data: { text: "50 dias atrás" }, - name: { text: "Seu nome" }, - name_placeholder: { text: "Quem está fazendo este comentário?" }, - comment_placeholder: { text: "Digite o comentário aqui" }, - button: { text: "Comentar" }, - no_comments: { text: "Ainda não há comentários, adicione o seu!" }, - }, - }, - interactions: { - like: { text: "Curtir", plural: "Curtidas" }, - comment: { text: "Comentar", plural: "Comentários" }, - view: { text: "Visualizar", plural: "Visualizações" }, - share: { text: "Compartilhar", plural: "Compartilhamentos" }, - }, - testimonials_section: { - title: { text: "Depoimentos" }, - call_to_add_testimonial: { text: "Adicione seu depoimento aqui" }, - full_view: { text: "Visualização Completa" }, - }, - coaches_section: { - button: { text: "Obter Ajuda" }, - }, - do_more: { - title: { - text: "Comunidades Participantes", - }, - }, - events_section: { - title: { text: "Eventos" }, - card: { - online: { text: "Online" }, - both: { text: "Ambos" }, - in_person: { text: "Presencial" }, - }, - }, - why_section: { - why: { text: "Por quê" }, - }, - take_action_section: { - title: { text: "Tomar Ação" }, - coaches: { - title: "Faça uma pergunta", - description: "Voluntários da comunidade estão prontos para responder perguntas, grandes ou pequenas", - button: { text: "Obter Ajuda" }, - }, - incentives: { - title: "Mostre-me o dinheiro", - description: "Fica melhor! Veja todos os incentivos disponíveis para você.", - button: { text: "Incentivos" }, - }, - vendors: { - title: "Encontre um Fornecedor", - description: "A questão crítica - quem deve cotar seu projeto?", - button: { text: "Fornecedores" }, - }, - }, - vendors_section: { - title: { text: "Fornecedores" }, - }, - }, - }, - - one_testimonial_page: { - loader: { - text: "Buscando detalhes do depoimento...", - }, - sections: { - call_to_add_testimonial: { text: "Adicione seu depoimento aqui" }, - call_to_hide_testimonial: { text: "Ocultar formulário de depoimento" }, - form: { title: { text: "Adicione seu depoimento" } }, - sidebar: { - other_testimonials: { text: "Outros Depoimentos" }, - call_to_add_testimonial: { text: "Adicionar Depoimento" }, - call_to_hide_testimonial: { text: "Ocultar Formulário" }, - }, - }, - }, - one_event_page: { - loader: { - text: "Buscando detalhes do evento...", - }, - sections: { - card: { online: { text: "Online" }, both: { text: "Ambos" }, in_person: { text: "Presencial" } }, - call_to_download: { text: "Baixar para o seu calendário" }, - apple_calendar: { text: "ICAL" }, - google_calendar: { text: "Google Calendar" }, - call_to_register: { text: "Registrar/Participar" }, - }, - }, - }, - modals: { - languageSelectionModal: { - title: { text: "Escolha um Idioma" }, - }, - whereFrom: { - title: { text: "Por favor, diga-nos de onde você é" }, - buttons: { - no: { text: "NÃO" }, - submit: { text: "Ok, pronto!" }, - }, - }, - preTestimonial: { - title: { text: "Antes de adicionar um depoimento, gostaríamos de conhecê-lo" }, - buttons: { - continue: { text: "Continuar" }, - cancel: { text: "Cancelar" }, - }, - }, - community_selection: { - selection_label: { text: "Em qual comunidade você mora?" }, - text_after_selection: { text: "Nós direcionaremos você para os recursos corretos com base na sua localização -" }, - form: { - zipcode: { - text: "CEP", - label: "Digite seu CEP (Editável)", - placeholder: "Digite o CEP aqui...", - }, - community_name: { text: "Nome da Comunidade", placeholder: "Em qual comunidade você mora?" }, - }, - buttons: { - close: { text: "Fechar" }, - submit: { text: "Vamos lá" }, - }, - success: { text: "Obrigado por se juntar a nós!" }, - }, - join: { - email: { text: "Email", placeholder: "Digite o email aqui..." }, - buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos lá" } }, - }, - help: { - buttons: { cancel: { text: "Cancelar" }, ok: { text: "Vamos lá" } }, - title: { text: "Obter Ajuda" }, - selection_hint: { text: "Nós direcionaremos você para os recursos corretos com base na sua localização" }, - }, - }, -}; export const ITALIAN = { inPreview: { @@ -1778,6 +1851,7 @@ export const ITALIAN = { }, }, community_selection: { + other: { text: "Altro" }, selection_label: { text: "In quale comunità vivi?" }, text_after_selection: { text: "Ti indirizzeremo alle risorse corrette in base alla tua posizione -" }, form: { diff --git a/src/utils/utils.js b/src/utils/utils.js index a870d462..f063fb2b 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -4,6 +4,7 @@ import { ME_STATES } from "./States"; import { enUS, es, ptBR } from "date-fns/locale"; import { DEFAULT_ENGLISH_CODE, PREFERRED_LANGUAGE_STORAGE_KEY } from "src/redux/redux-action-types"; import { getPreferredLanguageISO } from "src/redux/actions/actions"; +import {IS_CANARY, IS_LOCAL, IS_PROD} from "../config/environment"; const LANG_CODE_TO_DATE_OBJ = { en: enUS, es, pt: ptBR }; // means when a new language is approved, we wld have to add it in here as well @@ -36,16 +37,23 @@ export function formatTimeRange(startDateString, endDateString) { } } +const getLocale = () => { + let locale = pruneLanuguage(getPreferredLanguageISO()); + return LANG_CODE_TO_DATE_OBJ[locale] || enUS; +}; export function formatDate(dateString, formatString = "MMM d, yyyy") { if (!dateString) return ""; + const locale = getLocale(); + const date = parseISO(dateString); - return format(date, formatString); + return format(date, formatString, { locale }); } export function formatTime(dateString, formatString = "HH:mm aaa") { if (!dateString) return ""; + const locale = getLocale(); const date = parseISO(dateString); - return format(date, formatString); + return format(date, formatString, { locale }); } const pruneLanuguage = (code) => { @@ -55,8 +63,7 @@ const pruneLanuguage = (code) => { }; export function relativeTimeAgo(datetimeString) { - let locale = pruneLanuguage(getPreferredLanguageISO()); - locale = LANG_CODE_TO_DATE_OBJ[locale] || enUS; + const locale = getLocale(); const date = parseISO(datetimeString); return formatDistanceToNow(date, { addSuffix: true, locale }); } @@ -291,3 +298,19 @@ export function isEmpty(value) { } return false; } + +let baseUrl; +if (IS_LOCAL) { + baseUrl = "http://massenergize.test:3000/"; +} else if (IS_CANARY) { + baseUrl = "https://communities-canary.massenergize.org/"; +} +else if (IS_PROD) { + baseUrl = "https://communities.massenergize.org/"; +} else { + baseUrl = "https://communities.massenergize.dev/"; +} + +export const BASE_URL = baseUrl + +// at this point you can set the value stored in `baseUrl` to ```javascript null``` since it's been copied into `BASE_URL` so it can be garbage collecte