模块:Documentation/i18n
来自RIA | Wiki
更多操作
此模块的文档可以在模块:Documentation/i18n/doc创建
local i18n = {}
i18n['cfg-error-msg-type'] = ''
i18n['cfg-error-msg-empty'] = ''
-- cfg['template-namespace-heading']
-- The heading shown in the template namespace.
i18n['template-namespace-heading'] = '模板文档'
-- cfg['module-namespace-heading']
-- The heading shown in the module namespace.
i18n['module-namespace-heading'] = '模块文档'
-- cfg['file-namespace-heading']
-- The heading shown in the file namespace.
i18n['file-namespace-heading'] = '详细'
-- cfg['other-namespaces-heading']
-- The heading shown in other namespaces.
i18n['other-namespaces-heading'] = '文档'
-- cfg['view-link-display']
-- The text to display for "view" links.
i18n['view-link-display'] = '查看'
-- cfg['edit-link-display']
-- The text to display for "edit" links.
i18n['edit-link-display'] = '编辑'
-- cfg['history-link-display']
-- The text to display for "history" links.
i18n['history-link-display'] = '历史'
-- cfg['purge-link-display']
-- The text to display for "purge" links.
i18n['purge-link-display'] = '清除缓存'
-- cfg['create-link-display']
-- The text to display for "create" links.
i18n['create-link-display'] = '创建'
return i18n