Maintenance: Improve translatable source strings.
This commit is contained in:
parent
d3ca97a95d
commit
f3c6741143
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ class TextModule extends App.ControllerSubContent
|
||||||
)
|
)
|
||||||
pageData:
|
pageData:
|
||||||
home: 'text_modules'
|
home: 'text_modules'
|
||||||
object: __('TextModule')
|
object: __('Text module')
|
||||||
objects: __('Text modules')
|
objects: __('Text modules')
|
||||||
pagerAjax: true
|
pagerAjax: true
|
||||||
pagerBaseUrl: '#manage/text_modules/'
|
pagerBaseUrl: '#manage/text_modules/'
|
||||||
|
|
|
@ -8669,6 +8669,10 @@ msgstr ""
|
||||||
msgid "Text missing"
|
msgid "Text missing"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: app/assets/javascripts/app/controllers/text_module.coffee
|
||||||
|
msgid "Text module"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/text_module.coffee
|
#: app/assets/javascripts/app/controllers/text_module.coffee
|
||||||
msgid "Text modules"
|
msgid "Text modules"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -8690,10 +8694,6 @@ msgstr ""
|
||||||
msgid "Text with enabled inline translations looks like"
|
msgid "Text with enabled inline translations looks like"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/text_module.coffee
|
|
||||||
msgid "TextModule"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee
|
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee
|
||||||
msgid "Textarea"
|
msgid "Textarea"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue