模块:Namespace pagename/data

来自WikiFur
跳转至: 导航搜索
return { -- 錯誤 Error = { ['pg-error'] = { ['en'] = 'Can\'t parse page name: $1.', ['zh-hans'] = '无法解析页面名称“$1”。', ['zh-hant'] = '無法解析頁面名稱「$1」。' }, ['ns-error'] = { ['en'] = 'Can\'t parse namespace: $1.', ['zh-hans'] = '无法解析名字空间“$1”。', ['zh-hant'] = '無法解析命名空間「$1」。' } }, -- 頁面類型 en的空白勿刪 Type = { External = { ['en'] = 'Interlanguage link', ['zh-hans'] = '跨语言链接', ['zh-hant'] = '跨語言連結' }, style = { ['en'] = ' styles', ['zh-hans'] = '样式', ['zh-hant'] = '樣式' }, script = { ['en'] = ' scripts', ['zh-hans'] = '脚本', ['zh-hant'] = '工具' }, JSON = { ['en'] = ' data', ['zh-hans'] = '数据', ['zh-hant'] = '數據', ['zh-tw'] = '資料' }, redirect = { ['en'] = 'redirect', ['zh-hans'] = '重定向', ['zh-hant'] = '重新導向' }, doc = { ['en'] = ' documentation', ['zh-hans'] = '文档', ['zh-hant'] = '文件' }, sandbox = { ['en'] = ' sandbox', ['zh-hans'] = '沙盒', ['zh-hant'] = '沙盒' }, testcases = { ['en'] = ' testcases', ['zh-hans'] = '测试样例', ['zh-hant'] = '測試樣例' }, temp = { ['en'] = ' temporary page', ['zh-hans'] = '临时页', ['zh-hant'] = '臨時頁' }, intro = { ['en'] = ' introductory page', ['zh-hans'] = '说明页', ['zh-hant'] = '說明頁' }, editnotice = { ['en'] = 'editnotice', ['zh-hans'] = '编辑提示', ['zh-hant'] = '編輯提示' }, mailnotice = { ['en'] = 'mailnotice', ['zh-hans'] = '电邮提示', ['zh-hant'] = '電郵提示' }, shortcut = { ['en'] = 'Shortcut of %s', ['zh-hans'] = '%s快捷方式', ['zh-hant'] = '%s捷徑' }, } }