Agrego localización para inglés y español de selección de notaciones

This commit is contained in:
Francisco-Galindo 2024-12-03 11:17:51 -06:00
parent cd0b29b948
commit 3ba00c3f74
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,9 @@ const en = {
reset_view: "Reset view", reset_view: "Reset view",
show_grid: "Show grid", show_grid: "Show grid",
show_cardinality: "Show cardinality", show_cardinality: "Show cardinality",
default_notation: "Default notation",
crows_foot_notation: "Crow's foot notation",
notation: "Notation",
theme: "Theme", theme: "Theme",
light: "Light", light: "Light",
dark: "Dark", dark: "Dark",

View File

@ -49,6 +49,9 @@ const es = {
reset_view: "Restablecer vista", reset_view: "Restablecer vista",
show_grid: "Mostrar cuadrícula", show_grid: "Mostrar cuadrícula",
show_cardinality: "Mostrar cardinalidad", show_cardinality: "Mostrar cardinalidad",
notation: "Notación",
default_notation: "Notación predeterminada",
crows_foot_notation: "Notación Crow's Foot",
theme: "Tema", theme: "Tema",
light: "Claro", light: "Claro",
dark: "Oscuro", dark: "Oscuro",