i18n added language selector

Added language selector and some translations.
This commit is contained in:
José Miguel Manzano 2023-06-20 18:37:16 +02:00
parent bcb98b359c
commit fcf79cc248
11 changed files with 110 additions and 28 deletions

View file

@ -1,3 +1,26 @@
home:
commandPalette:
search: Search...
placeholder: Type to search a tool or a command...
commandPaletteStore:
actions: Actions
external: External
tools: Tools
categories:
newestTools: "Newest tools"
newestTools: Newest tools
title: IT Tools - Handy online tools for developers
allTools: All the tools
favoriteTools: Your favorite tools
thanks: '! Thank you'
giveUsAStarOn: Give us a star on
orFollowUsOn: or follow us on
youLikeItTools: You like it-tools?
tools:
xmlFormat:
description: Prettify your XML string to a human friendly readable format.
indentSize: 'Indent size:'
collapseContent: 'Collapse content:'
providedXmlIsNotValid: Provided XML is not valid.
inputLabel: Your XML
outputLabel: Formatted XML from your XML
placeHolder: Paste your XML here...

26
locales/es.yml Normal file
View file

@ -0,0 +1,26 @@
home:
commandPalette:
search: Buscar...
placeholder: Escribe para buscar una herramienta o comando...
commandPaletteStore:
actions: Acciones
external: Externa
tools: Herramientas
categories:
newestTools: Herramientas Nuevas
title: 'IT Tools - Prácticas herramientas en línea para desarrolladores.'
allTools: Todas las herramientas
favoriteTools: Tus herramientas favorias
thanks: '! Thank you'
giveUsAStarOn: Give us a star on
orFollowUsOn: or follow us on
youLikeItTools: You like it-tools?
tools:
xmlFormat:
description: Embellece tu XML a un formato XML más amigable.
indentSize: 'Tamaño de indentación:'
collapseContent: 'Colapsar contenido:'
providedXmlIsNotValid: El XML proporcionado no es válido.
inputLabel: Tu XML
outputLabel: XML Formateado desde tu XML
placeHolder: Pega tu XML aquí...