some Chinese simplified translation work (#710)

This commit is contained in:
lucky2you
2016-07-02 05:31:22 +08:00
committed by Maxime Beauchemin
parent 2e0e6e3342
commit ee00aa6522
8 changed files with 1649 additions and 1256 deletions

2
caravel/forms.py Normal file → Executable file
View File

@@ -238,7 +238,7 @@ class FormFactory(object):
'show_controls': (BetterBooleanField, {
"label": _("Extra Controls"),
"default": False,
"description": (
"description": _(
"Whether to show extra controls or not. Extra controls "
"include things like making mulitBar charts stacked "
"or side by side.")