Fix typos in the English (en.js) translation
This commit is contained in:
parent
06f7284ea8
commit
39d2b2972d
@ -183,7 +183,7 @@ const en = {
|
|||||||
no_primary_key: "Table '{{tableName}}' has no primary key",
|
no_primary_key: "Table '{{tableName}}' has no primary key",
|
||||||
type_with_no_name: "Declared a type with no name",
|
type_with_no_name: "Declared a type with no name",
|
||||||
duplicate_types: "Duplicate types by the name '{{typeName}}'",
|
duplicate_types: "Duplicate types by the name '{{typeName}}'",
|
||||||
type_w_no_fields: "Declared an empty type '{{typeName}}'with no fields",
|
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_name: "Empty field `name` in type '{{typeName}}'",
|
||||||
empty_type_field_type: "Empty field `type` in type '{{typeName}}'",
|
empty_type_field_type: "Empty field `type` in type '{{typeName}}'",
|
||||||
no_values_for_type_field:
|
no_values_for_type_field:
|
||||||
@ -191,7 +191,7 @@ const en = {
|
|||||||
duplicate_type_fields:
|
duplicate_type_fields:
|
||||||
"Duplicate type fields by name '{{fieldName}}' in type '{{typeName}}'",
|
"Duplicate type fields by name '{{fieldName}}' in type '{{typeName}}'",
|
||||||
duplicate_reference: "Duplicate reference by the name '{{refName}}'",
|
duplicate_reference: "Duplicate reference by the name '{{refName}}'",
|
||||||
circular_dependency: "Circular dependency involvind table '{{refName}}'",
|
circular_dependency: "Circular dependency involving table '{{refName}}'",
|
||||||
timeline: "Timeline",
|
timeline: "Timeline",
|
||||||
priority: "Priority",
|
priority: "Priority",
|
||||||
none: "None",
|
none: "None",
|
||||||
|
Loading…
Reference in New Issue
Block a user