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:
|
||||
home: 'text_modules'
|
||||
object: __('TextModule')
|
||||
object: __('Text module')
|
||||
objects: __('Text modules')
|
||||
pagerAjax: true
|
||||
pagerBaseUrl: '#manage/text_modules/'
|
||||
|
|
|
@ -8669,6 +8669,10 @@ msgstr ""
|
|||
msgid "Text missing"
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/controllers/text_module.coffee
|
||||
msgid "Text module"
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/controllers/text_module.coffee
|
||||
msgid "Text modules"
|
||||
msgstr ""
|
||||
|
@ -8690,10 +8694,6 @@ msgstr ""
|
|||
msgid "Text with enabled inline translations looks like"
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/controllers/text_module.coffee
|
||||
msgid "TextModule"
|
||||
msgstr ""
|
||||
|
||||
#: app/assets/javascripts/app/controllers/_ui_element/object_manager_attribute.coffee
|
||||
msgid "Textarea"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in a new issue