Skip to content

Commit

Permalink
Update UI translations for Spanish and English
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Mar 5, 2024
1 parent 926516c commit bee23ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/i18n/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,18 @@ export const ui = {
Fort: "Fuerte",
Moyen: "Promedio",
Faible: "Débil",
"Mise à jour le": "Actualizado en",

// src/components/fiches/FichesFilter.astro
Afficher: "Mostrar",
Masquer: "Esconder",
"les filtres": "los filtros",
Catégories: "Categorías",

// src/components/fiches/FichePermaLink.astro
Permalien: "Enlace Permanente",
"Lien copié": "Enlace copiado",

// src/components/fiches/FichesTableValidation.astro
"Principe de validation": "Principio de validación",
"Le nombre": "El número",
Expand Down Expand Up @@ -244,13 +249,18 @@ export const ui = {
Fort: "Strong",
Moyen: "Average",
Faible: "Weak",
"Mise à jour le": "Updated on",

// src/components/fiches/FichesFilter.astro
Afficher: "Display",
Masquer: "Hide",
"les filtres": "the filters",
Catégories: "Categories",

// src/components/fiches/FichePermaLink.astro
Permalien: "Permalink",
"Lien copié": "Link copied",

// src/components/fiches/FichesTableValidation.astro
"Principe de validation": "Validation principle",
"Le nombre": "The number",
Expand Down

0 comments on commit bee23ca

Please sign in to comment.