Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update translations #27

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/messages/en.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"feedback_section.question": "Was this helpful?",
"feedback_section.response": "Thanks for your feedback.",
"feedback_section.response": "Thank you for your feedback.",
"feedback_section.positive": "Yes",
"feedback_section.negative": "No",
"feedback_section.edit": "Suggest edits (Github)",
"feedback_modal.title": "Leave a comment (optional)",
"feedback_section.edit": "Suggest Edits (GitHub)",
"feedback_modal.title": "Leave a Comment (Optional)",
"feedback_modal.button": "Send Feedback",
"search_input.empty": "No results found. Try different search terms.",
"search_input.placeholder": "Search",
"sidebar_search.placeholder": "Search in",
"image.error_loading": "An error occurred while trying to load the image.",
"api_reference_sidebar_filter_clear": "Clear all",
"api_reference_sidebar_filter": "Filter by",
"image.error_loading": "An error occurred while loading the image",
"api_reference_sidebar_filter_clear": "Clear All",
"api_reference_sidebar_filter": "Filter By",
"cookie_bar.title": "We use cookies",
"cookie_bar.description": "This website uses cookies to improve site navigation, analyze website usage, and assist in our marketing efforts.",
"cookie_bar.accept": "I understand",
"cookie_bar.description": "This website uses cookies to improve navigation, analyze usage, and assist with our marketing efforts.",
"cookie_bar.accept": "I agree",
"cookie_bar.decline": "I decline"
}
32 changes: 16 additions & 16 deletions src/messages/es.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"feedback_section.question": "Was this helpful?",
"feedback_section.response": "Thanks for your feedback.",
"feedback_section.positive": "Yes",
"feedback_section.question": "¿Te ha parecido útil?",
"feedback_section.response": "Gracias por tu feedback",
"feedback_section.positive": "",
"feedback_section.negative": "No",
"feedback_section.edit": "Suggest edits (Github)",
"feedback_modal.title": "Leave a comment (optional)",
"feedback_modal.button": "Send Feedback",
"search_input.empty": "No results found. Try different search terms.",
"search_input.placeholder": "Search",
"sidebar_search.placeholder": "Search in",
"image.error_loading": "An error occurred while trying to load the image.",
"api_reference_sidebar_filter_clear": "Clear all",
"api_reference_sidebar_filter": "Filter by",
"cookie_bar.title": "We use cookies",
"cookie_bar.description": "This website uses cookies to improve site navigation, analyze website usage, and assist in our marketing efforts.",
"cookie_bar.accept": "I understand",
"cookie_bar.decline": "I decline"
"feedback_section.edit": "Sugerir cambios (GitHub)",
"feedback_modal.title": "Dar feedback (opcional)",
"feedback_modal.button": "Enviar feedback",
"search_input.empty": "No se encontraron resultados. Intenta utilizar otros términos.",
"search_input.placeholder": "Buscar",
"sidebar_search.placeholder": "Buscar en",
"image.error_loading": "Se produjo un error al cargar la imagen",
"api_reference_sidebar_filter_clear": "Limpiar todo",
"api_reference_sidebar_filter": "Filtrar por",
"cookie_bar.title": "Utilizamos cookies",
"cookie_bar.description": "Este sitio web utiliza cookies para optimizar la navegación, analizar el uso e impulsar nuestros esfuerzos de marketing.",
"cookie_bar.accept": "Acepto",
"cookie_bar.decline": "Rechazo"
}
34 changes: 17 additions & 17 deletions src/messages/pt.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"feedback_section.question": "Was this helpful?",
"feedback_section.response": "Thanks for your feedback.",
"feedback_section.positive": "Yes",
"feedback_section.negative": "No",
"feedback_section.edit": "Suggest edits (Github)",
"feedback_modal.title": "Leave a comment (optional)",
"feedback_modal.button": "Send Feedback",
"search_input.empty": "No results found. Try different search terms.",
"search_input.placeholder": "Search",
"sidebar_search.placeholder": "Search in",
"image.error_loading": "An error occurred while trying to load the image.",
"api_reference_sidebar_filter_clear": "Clear all",
"api_reference_sidebar_filter": "Filter by",
"cookie_bar.title": "We use cookies",
"cookie_bar.description": "This website uses cookies to improve site navigation, analyze website usage, and assist in our marketing efforts.",
"cookie_bar.accept": "I understand",
"cookie_bar.decline": "I decline"
"feedback_section.question": "Isso foi útil?",
"feedback_section.response": "Agradecemos pelo seu feedback.",
"feedback_section.positive": "Sim",
"feedback_section.negative": "Não",
"feedback_section.edit": "Sugerir edições (GitHub)",
"feedback_modal.title": "Deixe um comentário (opcional)",
"feedback_modal.button": "Enviar feedback",
"search_input.empty": "Nenhum resultado encontrado. Tente buscar por outros termos.",
"search_input.placeholder": "Buscar",
"sidebar_search.placeholder": "Buscar em",
"image.error_loading": "Ocorreu um erro ao carregar a imagem",
"api_reference_sidebar_filter_clear": "Limpar tudo",
"api_reference_sidebar_filter": "Filtrar por",
"cookie_bar.title": "Nós usamos cookies",
"cookie_bar.description": "Este site utiliza cookies para melhorar a navegação, analisar a experiência de uso e auxiliar em nossas ações de marketing.",
"cookie_bar.accept": "Concordo",
"cookie_bar.decline": "Discordo"
}
Loading