跳转到内容
打开/关闭搜索
搜索
打开/关闭菜单
383
文件
1
用户
6013
编辑
Gal中文百科
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
在其他项目中
打开/关闭外观设置菜单
无法加载偏好设置。请检查您的网络连接并重试。
重试
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
user-interface-preferences
个人工具
讨论
贡献
创建账号
登录
编辑“︁
Module
:
Wikidata-i18n
”︁
来自Gal中文百科
查看
阅读
编辑源代码
查看历史
associated-pages
模块
讨论
更多操作
更多
工具
链入页面
相关更改
页面信息
警告:
您没有登录。如果您进行任何编辑,您的IP地址会公开展示。如果您
登录
或
创建账号
,您的编辑会以您的用户名署名,此外还有其他益处。
反垃圾检查。
不要
加入这个!
-- vim: set noexpandtab ft=lua ts=4 sw=4: require('strict') local r = {} -- internationalisation r.i18n = { ["errors"] = { ["property-not-found"] = "未找到属性。", ["entity-not-found"] = "未找到Wikidata实体。", ["unknown-claim-type"] = "未知声称类型。", ["unknown-entity-type"] = "未知实体类型。", ["qualifier-not-found"] = "未找到修饰词。", ["site-not-found"] = "未找到维基媒体项目。", ["unknown-datetime-format"] = "未知日期时间格式。", ["local-article-not-found"] = "此维基尚无此条目" }, ["datetime"] = { -- $1 is a placeholder for the actual number [0] = "$10亿年", -- precision: billion years [1] = "$1亿年", -- precision: hundred million years [2] = "$1000万年", -- precision: ten million years [3] = "$100万年", -- precision: million years [4] = "$10万年", -- precision: hundred thousand years [5] = "$1万年", -- precision: ten thousand years [6] = "$1千年", -- precision: millennium [7] = "$1世纪", -- precision: century [8] = "$1年代", -- precision: decade -- the following use the format of #time parser function [9] = "Y年", -- precision: year, [10] = "Y年n月", -- precision: month [11] = "Y年n月j日", -- precision: day [12] = "Y年n月j日G时", -- precision: hour [13] = "Y年n月j日G:i", -- precision: minute [14] = "Y年n月j日G:i:s", -- precision: second ["beforenow"] = "公元前$1", -- how to format negative numbers for precisions 0 to 5 ["afternow"] = "公元$1", -- how to format positive numbers for precisions 0 to 5 ["bc"] = '公元前$1', -- how print negative years ["ad"] = "$1", -- how print positive years -- the following are for function getDateValue() and getQualifierDateValue() ["default-format"] = "ymd", -- default value of the #3 (getDateValue) or -- #4 (getQualifierDateValue) argument ["default-addon"] = "公元前", -- default value of the #4 (getDateValue) or -- #5 (getQualifierDateValue) argument ["prefix-addon"] = true, -- set to true for languages put "BC" in front of the -- datetime string; or the addon will be suffixed ["addon-sep"] = "", -- separator between datetime string and addon (or inverse) ["format"] = -- options of the 3rd argument { ["mdy"] = "Y年n月j日", -- this is actually ymd but not mdy, just for backward-compatible ["my"] = "Y年n月", ["y"] = "Y年", ["dmy"] = "Y年n月j日", ["ymd"] = "Y年n月j日", ["ym"] = "Y年n月" } }, ["monolingualtext"] = '<span lang="%language">%text</span>', ["warnDump"] = "[[Category:在Wikidata模块中使用了Dump函数]]", ["ordinal"] = { [1] = "", [2] = "", [3] = "", ["default"] = "" } } return r
摘要:
请注意,所有对Gal中文百科的贡献均可能会被其他贡献者编辑、修改或删除。如果您不希望您的文字作品被随意编辑,请不要在此提交。
您同时也向我们承诺,您提交的内容为您自己所创作,或是复制自公共领域或类似自由来源(详情请见
Gal中文百科:著作权
)。
未经许可,请勿提交受著作权保护的作品!
取消
编辑帮助
(在新窗口中打开)
此页面嵌入的页面:
Module:Wikidata-i18n/doc
(
编辑
)
编辑“︁
Module
:
Wikidata-i18n
”︁
来自Gal中文百科