translate bool as boolean

This commit is contained in:
Yuri Kuznetsov
2014-10-15 12:06:03 +03:00
parent 675975f763
commit ceef826893
@@ -62,10 +62,10 @@
"password": "Password",
"parsonName": "Person Name",
"autoincrement": "Auto-increment",
"bool": "Bool",
"bool": "Boolean",
"currency": "Currency",
"date": "Date",
"datetime": "Date-Time",
"datetime": "DateTime",
"email": "Email",
"enum": "Enum",
"enumInt": "Enum Integer",