Agregar locale para menú de elección de IDEF1X

This commit is contained in:
Francisco-Galindo 2024-12-17 13:00:09 -06:00
parent 4957b6d319
commit 3ac309e073
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ const en = {
show_cardinality: "Show cardinality", show_cardinality: "Show cardinality",
default_notation: "Default notation", default_notation: "Default notation",
crows_foot_notation: "Crow's foot notation", crows_foot_notation: "Crow's foot notation",
idef1x_notation: "IDEF1X notation",
notation: "Notation", notation: "Notation",
theme: "Theme", theme: "Theme",
light: "Light", light: "Light",

View File

@ -52,6 +52,7 @@ const es = {
notation: "Notación", notation: "Notación",
default_notation: "Notación predeterminada", default_notation: "Notación predeterminada",
crows_foot_notation: "Notación Crow's Foot", crows_foot_notation: "Notación Crow's Foot",
idef1x_notation: "Notación IDEF1X",
theme: "Tema", theme: "Tema",
light: "Claro", light: "Claro",
dark: "Oscuro", dark: "Oscuro",