mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 01:06:15 -04:00
feat(i18n): added spanish language (#854)
* spanish translation * Create es.yaml
This commit is contained in:
parent
c65ffb6e75
commit
85b50bb8f0
2 changed files with 86 additions and 0 deletions
15
src/tools/token-generator/locales/es.yaml
Normal file
15
src/tools/token-generator/locales/es.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
tools:
|
||||
token-generator:
|
||||
title: Token generator
|
||||
description: Genera una cadena aleatoria con los caracteres que desees, letras mayúsculas o minúsculas, números y/o símbolos.
|
||||
|
||||
uppercase: Mayúsculas (ABC...)
|
||||
lowercase: Minúsculas (abc...)
|
||||
numbers: Números (123...)
|
||||
symbols: Símbolos (!-;...)
|
||||
length: Longitud
|
||||
tokenPlaceholder: 'The token...'
|
||||
copied: Token copiado al portapapeles
|
||||
button:
|
||||
copy: Copiar
|
||||
refresh: Actualizar
|
Loading…
Add table
Add a link
Reference in a new issue