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="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'" :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" @click.stop="exactSearch = false"
>Palabra</button> >{{ t('search.word') }}</button>
<button <button
class="px-2.5 py-0.5 rounded-full text-xs transition-all duration-200 whitespace-nowrap" 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'" :class="exactSearch ? 'bg-white text-primary font-semibold shadow-sm' : 'text-gray-400 dark:text-gray-400 font-normal'"
@click.stop="exactSearch = true" @click.stop="exactSearch = true"
>Frase</button> >{{ t('search.phrase') }}</button>
</div> </div>
</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="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'" :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" @click.stop="exactSearch = false"
>Palabra</button> >{{ t('search.word') }}</button>
<button <button
class="px-2.5 py-0.5 rounded-full text-xs transition-all duration-200 whitespace-nowrap" 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'" :class="exactSearch ? 'bg-white text-primary font-semibold shadow-sm' : 'text-gray-400 dark:text-gray-400 font-normal'"
@click.stop="exactSearch = true" @click.stop="exactSearch = true"
>Frase</button> >{{ t('search.phrase') }}</button>
</div> </div>
</div> </div>
<p class="mt-1.5 flex items-center gap-1 text-[11px] text-dimmed"> <p class="mt-1.5 flex items-center gap-1 text-[11px] text-dimmed">

View File

@ -13,6 +13,8 @@
"changelog": "What's New" "changelog": "What's New"
}, },
"search": { "search": {
"word": "Word",
"phrase": "Phrase",
"placeholder": "Search for...", "placeholder": "Search for...",
"searching": "Searching...", "searching": "Searching...",
"tip": "Tip: wrap in \"quotes\" for exact phrase in that order.", "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_per_page": "aciertos por página",
"hits_retrieved_in": "aciertos logrados en", "hits_retrieved_in": "aciertos logrados en",
"for": "Buscando", "for": "Buscando",
"word": "Palabra",
"phrase": "Frase",
"words": "palabras", "words": "palabras",
"phrases": "frases", "phrases": "frases",
"words_tooltip": "Buscar por palabras", "words_tooltip": "Buscar por palabras",

View File

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

View File

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