mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 10:29:11 +00:00
Agregar locale para menú de elección de IDEF1X
This commit is contained in:
parent
392cd0a5b0
commit
413dfa0074
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user