summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/i18n/extra/zh-tw.json
blob: d567a185be271766f608519833893eb1770aa220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
    "@metadata": {
        "authors": []
    },
    "fallback_language": "en",
    "namespace": {
        "labels": {
            "SMW_NS_PROPERTY": "屬性",
            "SMW_NS_PROPERTY_TALK": "屬性討論",
            "SMW_NS_CONCEPT": "概念",
            "SMW_NS_CONCEPT_TALK": "概念討論"
        },
        "aliases": []
    },
    "datatype": {
        "labels": {
            "_wpg": "頁面型",
            "_txt": "文字型",
            "_cod": "代碼型",
            "_boo": "布爾型",
            "_num": "數值型",
            "_geo": "地理坐標型",
            "_tem": "溫度型",
            "_dat": "日期型",
            "_ema": "電子郵件地址型",
            "_uri": "URL型",
            "_anu": "注釋URI型",
            "_tel": "電話號碼型",
            "_rec": "記錄型",
            "_qty": "數量型",
            "_mlt_rec": "Monolingual text",
            "_eid": "External identifier",
            "_ref_rec": "Reference"
        },
        "aliases": {
            "浮點型": "_num",
            "整數型": "_num",
            "枚舉型": "_txt",
            "字串型": "_txt",
            "Float": "_num",
            "Integer": "_num",
            "Enumeration": "_txt",
            "URI": "_uri"
        }
    },
    "property": {
        "labels": {
            "_TYPE": "具有類型",
            "_URI": "等價URI",
            "_SUBP": "是……的子屬性",
            "_SUBC": "是……的子分類",
            "_UNIT": "顯示單位",
            "_IMPO": "導入自",
            "_CONV": "對應於",
            "_SERV": "提供服務",
            "_PVAL": "允許取值",
            "_MDAT": "修改日期",
            "_CDAT": "創建日期",
            "_NEWP": "是一個新頁面",
            "_LEDT": "最後編者為",
            "_ERRP": "具有……的不當取值",
            "_LIST": "具有欄位",
            "_SOBJ": "具有子對象",
            "_ASK": "具有查詢",
            "_ASKST": "查詢字串",
            "_ASKFO": "查詢格式",
            "_ASKSI": "查詢大小",
            "_ASKDE": "查詢深度",
            "_ASKDU": "查詢持續時間",
            "_MEDIA": "媒體類型",
            "_MIME": "MIME類型",
            "_ERRC": "Has processing error",
            "_ERRT": "Has processing error text",
            "_PREC": "Display precision of",
            "_LCODE": "Language code",
            "_TEXT": "Text",
            "_PDESC": "Has property description",
            "_PVAP": "Allows pattern",
            "_DTITLE": "Display title of",
            "_PVUC": "Has uniqueness constraint",
            "_PEID": "External identifier",
            "_PEFU": "External formatter uri",
            "_ASKSC": "Query source"
        },
        "aliases": {
            "顯示計量單位": "_UNIT"
        }
    },
    "date": {
        "months": [
            [
                "1月",
                "1月"
            ],
            [
                "2月",
                "2月"
            ],
            [
                "3月",
                "3月"
            ],
            [
                "4月",
                "4月"
            ],
            [
                "5月",
                "5月"
            ],
            [
                "6月",
                "6月"
            ],
            [
                "7月",
                "7月"
            ],
            [
                "8月",
                "8月"
            ],
            [
                "9月",
                "9月"
            ],
            [
                "10月",
                "10月"
            ],
            [
                "11月",
                "11月"
            ],
            [
                "12月",
                "12月"
            ]
        ],
        "days": [
            [
                "Monday",
                "Mon"
            ],
            [
                "Tuesday",
                "Tue"
            ],
            [
                "Wednesday",
                "Wed"
            ],
            [
                "Thursday",
                "Thu"
            ],
            [
                "Friday",
                "Fri"
            ],
            [
                "Saturday",
                "Sat"
            ],
            [
                "Sunday",
                "Sun"
            ]
        ],
        "precision": {
            "SMW_PREC_Y": "Y年",
            "SMW_PREC_YM": "Y年n月",
            "SMW_PREC_YMD": "Y年n月j日 (D)",
            "SMW_PREC_YMDT": "Y年n月j日 (D) H:i:s"
        },
        "format": [
            [
                "SMW_Y"
            ],
            [
                "SMW_MY",
                "SMW_YM"
            ],
            [
                "SMW_MDY",
                "SMW_DMY",
                "SMW_YMD",
                "SMW_YDM"
            ]
        ]
    }
}