mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-25 02:00:09 +08:00
Update not bull button title (#407)
* Fix button behavior: Reverse logic for nullable/not nullable toggle * fix: updated translation key to 'nullable' and refactored button title
This commit is contained in:
@@ -113,6 +113,7 @@ const en = {
|
||||
type: "Type",
|
||||
null: "Null",
|
||||
not_null: "Not null",
|
||||
nullable: "Nullable",
|
||||
primary: "Primary",
|
||||
unique: "Unique",
|
||||
autoincrement: "Autoincrement",
|
||||
|
||||
@@ -113,6 +113,7 @@ const tm = {
|
||||
type: "வகை",
|
||||
null: "பூஜ்ஜியம்",
|
||||
not_null: "பூஜ்ஜியம் அல்ல",
|
||||
nullable: "காலியாக அனுமதி",
|
||||
primary: "முதன்மை",
|
||||
unique: "தனித்துவம்",
|
||||
autoincrement: "தானாக அதிகரிப்பு",
|
||||
|
||||
Reference in New Issue
Block a user