Fix small typo in message strings (#778)
This commit is contained in:
parent
2b237f483f
commit
7306b9caaa
|
|
@ -208,7 +208,7 @@ new language dictionary, run the following command:
|
|||
|
||||
pybabel init -i ./babel/messages.pot -d caravel/translations -l es
|
||||
|
||||
Then it's a matter of running the statement bellow to gather all stings that
|
||||
Then it's a matter of running the statement below to gather all stings that
|
||||
need translation
|
||||
|
||||
fabmanager babel-extract --target caravel/translations/
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"The time column for the visualization. Note that you can define arbitrary"
|
||||
" expression that return a DATETIME column in the table editor. Also note "
|
||||
"that the filter bellow is applied against this column or expression"
|
||||
"that the filter below is applied against this column or expression"
|
||||
msgstr ""
|
||||
|
||||
#: caravel/forms.py:414
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ class FormFactory(object):
|
|||
"The time column for the visualization. Note that you "
|
||||
"can define arbitrary expression that return a DATETIME "
|
||||
"column in the table editor. Also note that the "
|
||||
"filter bellow is applied against this column or "
|
||||
"filter below is applied against this column or "
|
||||
"expression")
|
||||
}),
|
||||
'resample_rule': (FreeFormSelectField, {
|
||||
|
|
|
|||
|
|
@ -397,7 +397,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"The time column for the visualization. Note that you can define arbitrary"
|
||||
" expression that return a DATETIME column in the table editor. Also note "
|
||||
"that the filter bellow is applied against this column or expression"
|
||||
"that the filter below is applied against this column or expression"
|
||||
msgstr ""
|
||||
|
||||
#: caravel/forms.py:414
|
||||
|
|
|
|||
|
|
@ -397,7 +397,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"The time column for the visualization. Note that you can define arbitrary"
|
||||
" expression that return a DATETIME column in the table editor. Also note "
|
||||
"that the filter bellow is applied against this column or expression"
|
||||
"that the filter below is applied against this column or expression"
|
||||
msgstr ""
|
||||
|
||||
#: caravel/forms.py:414
|
||||
|
|
|
|||
|
|
@ -398,7 +398,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"The time column for the visualization. Note that you can define arbitrary"
|
||||
" expression that return a DATETIME column in the table editor. Also note "
|
||||
"that the filter bellow is applied against this column or expression"
|
||||
"that the filter below is applied against this column or expression"
|
||||
msgstr ""
|
||||
|
||||
#: caravel/forms.py:414
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue