tachybase_todo/packages/plugins/@nocobase/plugin-sequence-field/src/locale/es-ES.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* fix: fix T-2063

* fix: fix T-2589

* chore: remove translation of page header

* chore: add version check for migration

* chore: switch locale files to JSON format

* fix: bug

* fix(auth): fix translation

* fix: add App provider

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-06 14:30:17 +08:00

25 lines
735 B
JSON

{
"Sequence": "Secuencia",
"Sequence rules": "Reglas de secuencia",
"Add rule": "Añadir regla",
"Inputable": "Inputable",
"Match rules": "Emparejar reglas",
"Type": "Tipo",
"Autoincrement": "Autoincremento",
"Fixed text": "Texto fijo",
"Text content": "Contenido del texto",
"Rule content": "Contenido de la regla",
"{{value}} Digits": "{{value}} Dígitos",
"Digits": "Dígitos",
"Start from": "Empezar desde",
"Starts from {{value}}": " Empieza a partir de {{value}}",
"Reset cycle": "Reinicia ciclo",
"No reset": "Sin reinicio",
"Daily": "Diario",
"Every Monday": "Todos los lunes",
"Monthly": "Mensualmente",
"Yearly": "Anual",
"Operations": "Operaciones",
"Customize": "Personalizar"
}