translations

This commit is contained in:
David Ascanio 2026-06-03 19:45:21 -03:00
parent 50215fc657
commit 73cd1ead70
6 changed files with 12 additions and 4 deletions

View File

@ -599,12 +599,12 @@ function metaLocation(meta: DocMeta | undefined): string {
class="px-2.5 py-0.5 rounded-full text-xs transition-all duration-200 whitespace-nowrap"
:class="!exactSearch ? 'bg-white dark:bg-gray-900 text-gray-900 dark:text-white font-semibold shadow-sm' : 'text-white/40 font-normal'"
@click.stop="exactSearch = false"
>Palabra</button>
>{{ t('search.word') }}</button>
<button
class="px-2.5 py-0.5 rounded-full text-xs transition-all duration-200 whitespace-nowrap"
:class="exactSearch ? 'bg-white text-primary font-semibold shadow-sm' : 'text-gray-400 dark:text-gray-400 font-normal'"
@click.stop="exactSearch = true"
>Frase</button>
>{{ t('search.phrase') }}</button>
</div>
</div>

View File

@ -334,12 +334,12 @@ function highlightedFor(hit: TypesenseHit, field: string): string | null {
class="px-2.5 py-0.5 rounded-full text-xs transition-all duration-200 whitespace-nowrap"
:class="!exactSearch ? 'bg-white dark:bg-gray-900 text-gray-900 dark:text-white font-semibold shadow-sm' : 'text-white/40 font-normal'"
@click.stop="exactSearch = false"
>Palabra</button>
>{{ t('search.word') }}</button>
<button
class="px-2.5 py-0.5 rounded-full text-xs transition-all duration-200 whitespace-nowrap"
:class="exactSearch ? 'bg-white text-primary font-semibold shadow-sm' : 'text-gray-400 dark:text-gray-400 font-normal'"
@click.stop="exactSearch = true"
>Frase</button>
>{{ t('search.phrase') }}</button>
</div>
</div>
<p class="mt-1.5 flex items-center gap-1 text-[11px] text-dimmed">

View File

@ -13,6 +13,8 @@
"changelog": "What's New"
},
"search": {
"word": "Word",
"phrase": "Phrase",
"placeholder": "Search for...",
"searching": "Searching...",
"tip": "Tip: wrap in \"quotes\" for exact phrase in that order.",

View File

@ -49,6 +49,8 @@
"hits_per_page": "aciertos por página",
"hits_retrieved_in": "aciertos logrados en",
"for": "Buscando",
"word": "Palabra",
"phrase": "Frase",
"words": "palabras",
"phrases": "frases",
"words_tooltip": "Buscar por palabras",

View File

@ -13,6 +13,8 @@
"changelog": "Nouveautés"
},
"search": {
"word": "Mot",
"phrase": "Phrase",
"placeholder": "Rechercher des activités",
"publication": "Publicación",
"draft": ""

View File

@ -13,6 +13,8 @@
"changelog": "Novidades"
},
"search": {
"word": "Palavra",
"phrase": "Frase",
"placeholder": "Digite para pesquisar...",
"publication": "Publicação",
"draft": "Borrador",