2024-05-16 11:44:39 +08:00
const english = {
name : "English" ,
native _name : "English" ,
code : "en" ,
} ;
const en = {
translation : {
report _bug : "Report a bug" ,
import : "Import" ,
file : "File" ,
new : "New" ,
new _window : "New window" ,
open : "Open" ,
save : "Save" ,
save _as : "Save as" ,
save _as _template : "Save as template" ,
template _saved : "Template saved!" ,
rename : "Rename" ,
delete _diagram : "Delete diagram" ,
are _you _sure _delete _diagram :
"Are you sure you want to delete this diagram? This operation is irreversible." ,
oops _smth _went _wrong : "Oops! Something went wrong." ,
import _diagram : "Import diagram" ,
2024-05-17 07:52:55 +08:00
import _from _source : "Import from SQL" ,
2024-05-16 11:44:39 +08:00
export _as : "Export as" ,
2024-05-17 07:52:55 +08:00
export _source : "Export SQL" ,
2024-05-16 11:44:39 +08:00
models : "Models" ,
exit : "Exit" ,
edit : "Edit" ,
undo : "Undo" ,
redo : "Redo" ,
clear : "Clear" ,
are _you _sure _clear :
"Are you sure you want to clear the diagram? This is irreversible." ,
cut : "Cut" ,
copy : "Copy" ,
paste : "Paste" ,
duplicate : "Duplicate" ,
delete : "Delete" ,
copy _as _image : "Copy as image" ,
view : "View" ,
2024-05-17 07:52:55 +08:00
header : "Menubar" ,
2024-05-16 11:44:39 +08:00
sidebar : "Sidebar" ,
issues : "Issues" ,
presentation _mode : "Presentation mode" ,
strict _mode : "Strict mode" ,
field _details : "Field details" ,
reset _view : "Reset view" ,
show _grid : "Show grid" ,
show _cardinality : "Show cardinality" ,
theme : "Theme" ,
light : "Light" ,
dark : "Dark" ,
zoom _in : "Zoom in" ,
zoom _out : "Zoom out" ,
fullscreen : "Fullscreen" ,
settings : "Settings" ,
show _timeline : "Show timeline" ,
autosave : "Autosave" ,
panning : "Panning" ,
table _width : "Table width" ,
language : "Language" ,
flush _storage : "Flush storage" ,
are _you _sure _flush _storage :
"Are you sure you want to flush the storage? This will irreversibly delete all your diagrams and custom templates." ,
storage _flushed : "Storage flushed" ,
help : "Help" ,
shortcuts : "Shortcuts" ,
2024-05-21 07:47:15 +08:00
ask _on _discord : "Ask us on Discord" ,
2024-05-16 11:44:39 +08:00
feedback : "Feedback" ,
no _changes : "No changes" ,
loading : "Loading..." ,
last _saved : "Last saved" ,
saving : "Saving..." ,
failed _to _save : "Failed to save" ,
fit _window _reset : "Fit window / Reset" ,
zoom : "Zoom" ,
add _table : "Add table" ,
add _area : "Add area" ,
add _note : "Add note" ,
add _type : "Add type" ,
to _do : "To-do" ,
tables : "Tables" ,
relationships : "Relationships" ,
subject _areas : "Subject areas" ,
notes : "Notes" ,
types : "Types" ,
search : "Search..." ,
no _tables : "No tables" ,
no _tables _text : "Start building your diagram!" ,
no _relationships : "No relationships" ,
no _relationships _text : "Drag to connect fields and form relationships!" ,
no _subject _areas : "No subject areas" ,
no _subject _areas _text : "Add subject areas to group tables!" ,
no _notes : "No notes" ,
no _notes _text : "Use notes to record extra info" ,
no _types : "No types" ,
no _types _text : "Make your own custom data types" ,
no _issues : "No issues were detected." ,
strict _mode _is _on _no _issues :
"Strict mode is off so no issues will be displayed." ,
name : "Name" ,
type : "Type" ,
null : "Null" ,
not _null : "Not null" ,
primary : "Primary" ,
unique : "Unique" ,
autoincrement : "Autoincrement" ,
default _value : "Default" ,
check : "Check expression" ,
this _will _appear _as _is : "*This will appear in the generated script as is." ,
comment : "Comment" ,
add _field : "Add field" ,
2024-06-30 18:22:34 +08:00
values : "Values" ,
2024-05-16 11:44:39 +08:00
size : "Size" ,
precision : "Precision" ,
set _precision : "Set precision: (size, digits)" ,
use _for _batch _input : "Use , for batch input" ,
indices : "Indices" ,
add _index : "Add index" ,
select _fields : "Select fields" ,
title : "Title" ,
not _set : "Not set" ,
foreign : "Foreign" ,
cardinality : "Cardinality" ,
on _update : "On update" ,
on _delete : "On delete" ,
swap : "Swap" ,
one _to _one : "One to one" ,
one _to _many : "One to many" ,
many _to _one : "Many to one" ,
content : "Content" ,
types _info :
"This feature is meant for object-relational DBMSs like PostgreSQL.\nIf used for MySQL or MariaDB a JSON type will be generated with the corresponding json validation check.\nIf used for SQLite it will be translated to a BLOB.\nIf used for MSSQL a type alias to the first field will be generated." ,
table _deleted : "Table deleted" ,
area _deleted : "Area deleted" ,
note _deleted : "Note deleted" ,
relationship _deleted : "Relationship deleted" ,
type _deleted : "Type deleted" ,
cannot _connect : "Cannot connect, the columns have different types" ,
copied _to _clipboard : "Copied to clipboard" ,
create _new _diagram : "Create new diagram" ,
cancel : "Cancel" ,
open _diagram : "Open diagram" ,
rename _diagram : "Rename diagram" ,
export : "Export" ,
export _image : "Export image" ,
create : "Create" ,
confirm : "Confirm" ,
last _modified : "Last modified" ,
drag _and _drop _files : "Drag and drop the file here or click to upload." ,
support _json _and _ddb : "JSON and DDB files are supported" ,
upload _sql _to _generate _diagrams :
"Upload an sql file to autogenerate your tables and columns." ,
overwrite _existing _diagram : "Overwrite existing diagram" ,
only _mysql _supported :
"*For the time being loading only MySQL scripts is supported." ,
blank : "Blank" ,
filename : "Filename" ,
table _w _no _name : "Declared a table with no name" ,
duplicate _table _by _name : "Duplicate table by the name '{{tableName}}'" ,
empty _field _name : "Empty field `name` in table '{{tableName}}'" ,
empty _field _type : "Empty field `type` in table '{{tableName}}'" ,
no _values _for _field :
"'{{fieldName}}' field of table '{{tableName}}' is of type `{{type}}` but no values have been specified" ,
default _doesnt _match _type :
2024-06-02 02:22:48 +08:00
"Default value for field '{{fieldName}}' in table '{{tableName}}' does not match its type" ,
2024-05-16 11:44:39 +08:00
not _null _is _null :
"'{{fieldName}}' field of table '{{tableName}}' is NOT NULL but has default NULL" ,
duplicate _fields :
"Duplicate table fields by name '{{fieldName}}' in table '{{tableName}}'" ,
duplicate _index :
"Duplicate index by name '{{indexName}}' in table '{{tableName}}'" ,
empty _index : "Index in table '{{tableName}}' indexes no columns" ,
no _primary _key : "Table '{{tableName}}' has no primary key" ,
type _with _no _name : "Declared a type with no name" ,
duplicate _types : "Duplicate types by the name '{{typeName}}'" ,
type _w _no _fields : "Declared an empty type '{{typeName}}'with no fields" ,
empty _type _field _name : "Empty field `name` in type '{{typeName}}'" ,
empty _type _field _type : "Empty field `type` in type '{{typeName}}'" ,
no _values _for _type _field :
"'{{fieldName}}' field of type '{{typeName}}' is of type `{{type}}` but no values have been specified" ,
duplicate _type _fields :
"Duplicate type fields by name '{{fieldName}}' in type '{{typeName}}'" ,
duplicate _reference : "Duplicate reference by the name '{{refName}}'" ,
circular _dependency : "Circular dependency involvind table '{{refName}}'" ,
timeline : "Timeline" ,
priority : "Priority" ,
none : "None" ,
low : "Low" ,
medium : "Medium" ,
high : "High" ,
sort _by : "Sort by" ,
my _order : "My order" ,
completed : "Completed" ,
alphabetically : "Alphabetically" ,
add _task : "Add task" ,
details : "Details" ,
no _tasks : "You have no tasks yet." ,
no _activity : "You have no activity yet." ,
move _element : "Move {{name}} to {{coords}}" ,
edit _area : "{{extra}} Edit area {{areaName}}" ,
delete _area : "Delete area {{areaName}}" ,
edit _note : "{{extra}} Edit note {{noteTitle}}" ,
delete _note : "Delete note {{noteTitle}}" ,
edit _table : "{{extra}} Edit table {{tableName}}" ,
delete _table : "Delete table {{tableName}}" ,
edit _type : "{{extra}} Edit type {{typeName}}" ,
delete _type : "Delete type {{typeName}}" ,
add _relationship : "Add relationship" ,
edit _relationship : "{{extra}} Edit relationship {{refName}}" ,
delete _relationship : "Delete relationship {{refName}}" ,
not _found : "Not found" ,
2024-06-09 23:10:51 +08:00
pick _db : "Choose a database" ,
generic : "Generic" ,
generic _description :
"Generic diagrams can be exported to any SQL flavor but support few data types." ,
2024-06-30 18:22:34 +08:00
enums : "Enums" ,
add _enum : "Add enum" ,
2024-07-04 02:21:44 +08:00
edit _enum : "{{extra}} Edit enum {{enumName}}" ,
2024-06-30 18:22:34 +08:00
delete _enum : "Delete enum" ,
2024-07-04 07:10:24 +08:00
enum _w _no _name : "Found enum with no name" ,
enum _w _no _values : "Found enum '{{enumName}}' with no values" ,
duplicate _enums : "Duplicate enums with the name '{{enumName}}'" ,
2024-05-16 11:44:39 +08:00
} ,
} ;
export { en , english } ;