打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模块: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