@daoyi/nmtl-ui 2.0.1-beta.13 → 2.0.1-beta.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Autocomplete-3b418e5f.js +494 -0
- package/lib/components/Autocomplete.js +20 -1
- package/lib/components/Avatar.js +59 -1
- package/lib/components/BackTop.js +124 -1
- package/lib/components/BarChart.js +764 -1
- package/lib/components/Breadcrumbs.js +122 -1
- package/lib/components/Button-7bd5aa09.js +114 -0
- package/lib/components/Button.js +7 -1
- package/lib/components/Carousel.js +4654 -1
- package/lib/components/Checkbox.js +37 -1
- package/lib/components/CollapseContent.js +180 -1
- package/lib/components/ContactModal-eaed02b8.js +12282 -0
- package/lib/components/ContactModal.js +24 -3
- package/lib/components/Drawer-629e59c7.js +176 -0
- package/lib/components/Drawer.js +17 -1
- package/lib/components/Dropdown.js +134 -1
- package/lib/components/Empty-c6a44967.js +46 -0
- package/lib/components/Empty.js +5 -1
- package/lib/components/ExportButton.js +128 -1
- package/lib/components/ExtraTools-2691c13e.js +3676 -0
- package/lib/components/ExtraTools.js +11 -22
- package/lib/components/Filter.js +821 -12
- package/lib/components/Footer.js +317 -1
- package/lib/components/ForwardLink-5fbd2705.js +184 -0
- package/lib/components/ForwardLink.js +10 -0
- package/lib/components/Header.js +233 -1
- package/lib/components/Image.js +61 -1
- package/lib/components/Input.js +89 -1
- package/lib/components/InputMethod.js +33949 -12
- package/lib/components/KeywordSearch-fec33a2c.js +156 -0
- package/lib/components/KeywordSearch.js +22 -1
- package/lib/components/KeywordTicker.js +224 -1
- package/lib/components/Keywords.js +383 -1
- package/lib/components/Loading.js +32 -1
- package/lib/components/MUITheme.js +2657 -1
- package/lib/components/Modal-e04532fa.js +127 -0
- package/lib/components/Modal.js +11 -1
- package/lib/components/MoreButton-19055e07.js +148 -0
- package/lib/components/MoreButton.js +8 -1
- package/lib/components/Pagination.js +3702 -0
- package/lib/components/Radio.js +83 -1
- package/lib/components/SNA.js +1755 -22
- package/lib/components/Select-cb3e1ba1.js +189 -0
- package/lib/components/Select.js +14 -1
- package/lib/components/Spin-8f87eadc.js +79 -0
- package/lib/components/Spin.js +7 -1
- package/lib/components/Table.js +51 -1
- package/lib/components/Tooltip-6ebfa9c1.js +70 -0
- package/lib/components/Tooltip.js +7 -1
- package/lib/components/_commonjsHelpers-70de2c37.js +28 -0
- package/lib/components/_rollupPluginBabelHelpers-a52356f6.js +142 -0
- package/lib/components/createSvgIcon-e3803ee1.js +576 -0
- package/lib/components/dataExport-a9e3fae1.js +91 -0
- package/lib/components/debounce-127da66c.js +355 -0
- package/lib/components/defaultTheme-ed7746fe.js +1661 -0
- package/lib/components/globalConfig.js +429 -0
- package/lib/components/hoist-non-react-statics.cjs-3f408ad2.js +105 -0
- package/lib/components/index-b47819f3.js +481 -0
- package/lib/components/index-b76a85f4.js +61 -0
- package/lib/components/isObjectLike-e111475d.js +190 -0
- package/lib/components/style-inject.es-1f59c1d0.js +28 -1
- package/lib/components/toConsumableArray-dbe8af76.js +19 -0
- package/lib/components/transform-849a452c.js +5475 -0
- package/lib/components/useTheme-d16d02d9.js +11 -0
- package/lib/components/withTheme-2d778133.js +6 -0
- package/lib/configs/config.selector.js +151 -0
- package/lib/configs/index.d.ts +1 -0
- package/lib/configs/index.js +1 -0
- package/lib/index.d.ts +5 -1
- package/lib/index.js +5 -1
- package/lib/utils/_rollupPluginBabelHelpers-9802e640.js +121 -0
- package/lib/utils/arrayMerge.js +4953 -1
- package/lib/utils/chunkArray.js +15 -1
- package/lib/utils/convert2HtmlEntities.js +42 -1
- package/lib/utils/domToImage.js +802 -1
- package/lib/utils/downloadGephi.js +106 -1
- package/lib/utils/exportXlsx.js +221 -1
- package/lib/utils/historyAppendSearch.js +502 -1
- package/lib/utils/isDevelopMode.js +5 -1
- package/lib/utils/parseYMD.js +36 -1
- package/lib/utils/removeDuplicateItem.js +11 -1
- package/lib/utils/sendEmail.js +39 -1
- package/lib/utils/snaDefine-6a2bcd94.js +5 -0
- package/lib/utils/snaDefine.js +1 -1
- package/lib/utils/snaPreProcess.js +84 -1
- package/package.json +134 -128
- package/lib/components/Empty-54b79907.js +0 -1
- package/lib/components/KeywordSearch-5a393f12.js +0 -1
- package/lib/components/Select-f2441b83.js +0 -1
- package/lib/components/_rollupPluginBabelHelpers-1b8c042f.js +0 -1
- package/lib/components/_rollupPluginBabelHelpers-ec4e2a53.js +0 -1
- package/lib/components/createSvgIcon-62b64929.js +0 -1
- package/lib/components/createSvgIcon-e24792d4.js +0 -1
- package/lib/components/createTheme-7fffa109.js +0 -1
- package/lib/components/dataExport-9fccd4f0.js +0 -1
- package/lib/components/debounce-c993109b.js +0 -1
- package/lib/components/hoist-non-react-statics.cjs-d6a9befd.js +0 -1
- package/lib/components/index-11391ca3.js +0 -7
- package/lib/components/index-b2745105.js +0 -7
- package/lib/components/isObjectLike-2f1983fe.js +0 -1
- package/lib/components/style-inject.es-c875d022.js +0 -1
- package/lib/components/transform-95ae0119.js +0 -1
- package/lib/utils/_commonjsHelpers-e2cda605.js +0 -1
- package/lib/utils/_rollupPluginBabelHelpers-928a52ce.js +0 -1
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
function _defineProperty(obj, key, value) {
|
|
2
|
+
if (key in obj) {
|
|
3
|
+
Object.defineProperty(obj, key, {
|
|
4
|
+
value: value,
|
|
5
|
+
enumerable: true,
|
|
6
|
+
configurable: true,
|
|
7
|
+
writable: true
|
|
8
|
+
});
|
|
9
|
+
} else {
|
|
10
|
+
obj[key] = value;
|
|
11
|
+
}
|
|
12
|
+
return obj;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
var zhtw = {
|
|
16
|
+
"common.action.failed": "操作失敗",
|
|
17
|
+
"common.action.error": "操作錯誤",
|
|
18
|
+
"common.action.success": "操作成功",
|
|
19
|
+
"common.confirm": "確認",
|
|
20
|
+
"common.enter": "請輸入",
|
|
21
|
+
"common.submit": "送出",
|
|
22
|
+
"common.cancel": "取消",
|
|
23
|
+
"common.export": "匯出",
|
|
24
|
+
"common.export.type": "匯出类型",
|
|
25
|
+
"common.has.problem": "我要糾錯",
|
|
26
|
+
"common.has.problem.hint": "若您有發現平台內任何地方的錯誤,請不吝來信告知我們,我們將儘快修正,謝謝。",
|
|
27
|
+
"common.sex": "性別",
|
|
28
|
+
"common.other": "其他",
|
|
29
|
+
"common.content": "內容",
|
|
30
|
+
"common.click.refresh": "點擊刷新",
|
|
31
|
+
"common.provide.information": "我要補充資料",
|
|
32
|
+
"common.form.name": "姓名",
|
|
33
|
+
"common.form.phone": "電話",
|
|
34
|
+
"common.form.age": "年齡",
|
|
35
|
+
"common.form.job": "職業",
|
|
36
|
+
"common.form.author": "作者",
|
|
37
|
+
"common.form.dataname": "資料名稱",
|
|
38
|
+
"common.form.datadate": "資料日期",
|
|
39
|
+
"common.form.providername": "提供者名稱",
|
|
40
|
+
"common.form.subject": "主旨",
|
|
41
|
+
"common.form.selectQuetionType": "請選擇一個問題類型",
|
|
42
|
+
"common.form.dataProvide": "我要補充資料",
|
|
43
|
+
"common.form.dataProvide.hint": "我們需要更多資料來完善平台,歡迎提供。",
|
|
44
|
+
"common.form.valid.error.email": "您輸入無效的 e-mail!",
|
|
45
|
+
"common.form.male": "男",
|
|
46
|
+
"common.form.female": "女",
|
|
47
|
+
"common.form.dataname.placeholder": "可填書名、期刊名等",
|
|
48
|
+
"common.form.provider.notice": "(此名稱將會顯示於此網站上)",
|
|
49
|
+
"common.form.code": "驗證碼",
|
|
50
|
+
"common.form.code.check": "請輸入驗證碼(點選圖片可更換驗證碼)",
|
|
51
|
+
"common.form.code.error": "驗證碼錯誤",
|
|
52
|
+
"common.form.attachment": "附件上傳",
|
|
53
|
+
"common.form.attachment.valid.error": "附件上傳上限為10MB",
|
|
54
|
+
"common.form.attachment.hint": "1.上傳附件大小限制:總共10MB",
|
|
55
|
+
"common.form.attachment.hint2": "2.若有多個檔案請先集中至同一資料夾並以壓縮檔上傳",
|
|
56
|
+
"common.form.contactUs": "聯繫我們",
|
|
57
|
+
"common.form.error": "表單尚未完成 請檢察必填項目",
|
|
58
|
+
"common.form.errorSummary": "表單有 {count} 個欄位需要修正,點選下列項目可前往該欄位:",
|
|
59
|
+
"common.sna.reset": "回到原來位置與大小",
|
|
60
|
+
"aria.header.searchOpen": "開啟搜尋",
|
|
61
|
+
"aria.header.menuOpen": "開啟主選單",
|
|
62
|
+
"aria.header.logoHome": "回首頁",
|
|
63
|
+
"aria.header.logoHomeWithTitle": "{title},回首頁",
|
|
64
|
+
"aria.header.navigation": "主選單",
|
|
65
|
+
"aria.header.languageSelect": "選擇語言",
|
|
66
|
+
"aria.autocomplete.search": "執行搜尋",
|
|
67
|
+
"aria.loading": "載入中",
|
|
68
|
+
"aria.modal.close": "關閉視窗",
|
|
69
|
+
"aria.newWindow": "(另開新視窗)",
|
|
70
|
+
"aria.vcode.image": "驗證碼圖片,如無法辨識可刷新驗證碼",
|
|
71
|
+
"aria.vcode.refresh": "刷新驗證碼",
|
|
72
|
+
"aria.footer.nmtlLogo": "國立臺灣文學館(另開新視窗)",
|
|
73
|
+
"aria.opensDialog": "(開啟對話框)",
|
|
74
|
+
"aria.ticker.pause": "暫停關鍵字跑馬燈",
|
|
75
|
+
"aria.ticker.play": "播放關鍵字跑馬燈",
|
|
76
|
+
"aria.moreButton.hint": "(點選後載入更多結果)",
|
|
77
|
+
"aria.keyword.searchHint": "(關鍵字,點選後顯示相關作品)",
|
|
78
|
+
"aria.keyword.more": "顯示更多關鍵字(開啟對話框)",
|
|
79
|
+
"aria.vcode.audioPlay": "播放驗證碼語音",
|
|
80
|
+
"aria.vcode.audioIntro": "驗證碼為:",
|
|
81
|
+
"aria.vcode.audioUnsupported": "瀏覽器不支援語音合成,請刷新驗證碼或改用圖片辨識",
|
|
82
|
+
"aria.vcode.refreshed": "驗證碼已更新",
|
|
83
|
+
"aria.vcode.hint": "請輸入圖片中的 4 個字元,英文不分大小寫;看不清楚可播放語音或刷新驗證碼",
|
|
84
|
+
"aria.moreButton.loaded": "已載入更多結果",
|
|
85
|
+
"aria.moreButton.collapsed": "已收合結果",
|
|
86
|
+
"aria.filter.hint": "(篩選條件,選取後過濾下方結果)",
|
|
87
|
+
"aria.filter.applied": "已套用篩選:{title},結果已更新",
|
|
88
|
+
"aria.export.download": "(下載檔案)",
|
|
89
|
+
"aria.backTop": "回到頁面頂端",
|
|
90
|
+
"aria.moreButton.hintCollapse": "(點選後收合、僅顯示部分結果)",
|
|
91
|
+
"aria.filter.appliedCount": "已套用篩選:{title},共 {count} 筆結果",
|
|
92
|
+
"aria.pagination.nav": "分頁導覽",
|
|
93
|
+
"aria.pagination.prev": "上一頁",
|
|
94
|
+
"aria.pagination.next": "下一頁",
|
|
95
|
+
"aria.pagination.page": "第 {page} 頁",
|
|
96
|
+
"aria.pagination.pageCurrent": "第 {page} 頁,目前頁",
|
|
97
|
+
"aria.pagination.select": "選擇頁碼,目前在第 {page} 頁,共 {totalPage} 頁(選擇後結果將更新)",
|
|
98
|
+
"aria.pagination.changed": "已切換至第 {page} 頁,結果已更新",
|
|
99
|
+
"aria.keyword.groupLabel": "關鍵字,共 {count} 個,可用方向鍵瀏覽",
|
|
100
|
+
"common.select.placeholder": "請選擇…",
|
|
101
|
+
"common.share.facebook": "分享至 Facebook",
|
|
102
|
+
"knowledge.writersAndWorksSNA.download": "下載",
|
|
103
|
+
"knowledge.writersAndWorksSNA.download.img": "下載圖片",
|
|
104
|
+
"knowledge.writersAndWorksSNA.download.gephi": "下載Gephi",
|
|
105
|
+
"knowledge.writersAndWorksSNA.download.tsv": "下載Tsv",
|
|
106
|
+
"knowledge.writersAndWorksSNA.download.xls": "下載Excel",
|
|
107
|
+
"knowledge.writersAndWorksSNA.fullscreen": "全螢幕模式",
|
|
108
|
+
"knowledge.writersAndWorksSNA.big": "字級放大",
|
|
109
|
+
"knowledge.writersAndWorksSNA.small": "字級縮小",
|
|
110
|
+
"common.noData": "暫無資料",
|
|
111
|
+
"SNA.search.center": "主要搜尋中心",
|
|
112
|
+
"SNA.organization": "組織",
|
|
113
|
+
"SNA.author": "作家",
|
|
114
|
+
"SNA.publication": "著作",
|
|
115
|
+
"SNA.article": "單篇作品",
|
|
116
|
+
"SNA.keyword": "關鍵字",
|
|
117
|
+
"SNA.event": "事件",
|
|
118
|
+
"export.chronology.date": "日期",
|
|
119
|
+
"export.chronology.name": "名稱",
|
|
120
|
+
"export.chronology.description": "描述",
|
|
121
|
+
"export.chronology.type": "類型",
|
|
122
|
+
"export.chronology.source": "註(資料集名稱)",
|
|
123
|
+
"export.works.title": "名稱(書名/文章名)",
|
|
124
|
+
"export.works.author": "作者",
|
|
125
|
+
"export.works.publishYear": "出版年/發表年",
|
|
126
|
+
"export.works.keywords": "關鍵字",
|
|
127
|
+
"export.works.genre": "文學分類",
|
|
128
|
+
"export.works.publishDate": "出版日期/發表日期",
|
|
129
|
+
"export.map.publisher": "出版者",
|
|
130
|
+
"export.map.location": "地點(作品描述區域)",
|
|
131
|
+
"export.map.longitude": "經度",
|
|
132
|
+
"export.map.latitude": "緯度",
|
|
133
|
+
"export.mapLg.orgName": "組織名稱",
|
|
134
|
+
"export.mapLg.foundingPlace": "創立地點",
|
|
135
|
+
"export.mapLg.foundingLongitude": "創立地點經度",
|
|
136
|
+
"export.mapLg.foundingLatitude": "創立地點緯度",
|
|
137
|
+
"export.mapLg.activityPlace": "活動地點",
|
|
138
|
+
"export.mapLg.activityLongitude": "活動地點經度",
|
|
139
|
+
"export.mapLg.activityLatitude": "活動地點緯度"
|
|
140
|
+
};
|
|
141
|
+
|
|
142
|
+
var zhcn = {
|
|
143
|
+
"common.action.failed": "操作失败",
|
|
144
|
+
"common.action.error": "操作错误",
|
|
145
|
+
"common.action.success": "操作成功",
|
|
146
|
+
"common.confirm": "确认",
|
|
147
|
+
"common.enter": "请输入",
|
|
148
|
+
"common.submit": "送出",
|
|
149
|
+
"common.cancel": "取消",
|
|
150
|
+
"common.export": "汇出",
|
|
151
|
+
"common.export.type": "汇出类型",
|
|
152
|
+
"common.has.problem": "我要纠错",
|
|
153
|
+
"common.has.problem.hint": "若您有发现平台内任何地方的错误,请不吝来信告知我们,我们将尽快修正,谢谢。",
|
|
154
|
+
"common.sex": "性别",
|
|
155
|
+
"common.other": "其他",
|
|
156
|
+
"common.content": "内容",
|
|
157
|
+
"common.click.refresh": "点击刷新",
|
|
158
|
+
"common.provide.information": "我要补充资料",
|
|
159
|
+
"common.form.name": "姓名",
|
|
160
|
+
"common.form.phone": "电话",
|
|
161
|
+
"common.form.age": "年龄",
|
|
162
|
+
"common.form.job": "职业",
|
|
163
|
+
"common.form.author": "作者",
|
|
164
|
+
"common.form.dataname": "资料名称",
|
|
165
|
+
"common.form.datadate": "资料日期",
|
|
166
|
+
"common.form.providername": "提供者名称",
|
|
167
|
+
"common.form.subject": "主旨",
|
|
168
|
+
"common.form.selectQuetionType": "请选择一个问题类型",
|
|
169
|
+
"common.form.dataProvide": "我要补充资料",
|
|
170
|
+
"common.form.dataProvide.hint": "我们需要更多资料来完善平台,欢迎提供。",
|
|
171
|
+
"common.form.valid.error.email": "您输入无效的 e-mail!",
|
|
172
|
+
"common.form.male": "男",
|
|
173
|
+
"common.form.female": "女",
|
|
174
|
+
"common.form.dataname.placeholder": "可填书名、期刊名等",
|
|
175
|
+
"common.form.provider.notice": "(此名称将会显示于此网站上)",
|
|
176
|
+
"common.form.code": "验证码",
|
|
177
|
+
"common.form.code.error": "验证码错误",
|
|
178
|
+
"common.form.attachment": "附件上传",
|
|
179
|
+
"common.form.attachment.valid.error": "附件上传上限为10MB",
|
|
180
|
+
"common.form.attachment.hint": "1.上传附件大小限制:总共10MB",
|
|
181
|
+
"common.form.attachment.hint2": "2.若有多个档案请先集中至同一资料夹并以压缩档上传",
|
|
182
|
+
"common.form.contactUs": "联系我们",
|
|
183
|
+
"common.form.error": "表单尚未完成 请检察必填项目",
|
|
184
|
+
"common.form.errorSummary": "表单有 {count} 个字段需要修正,点击下列项目可前往该字段:",
|
|
185
|
+
"aria.header.searchOpen": "开启搜寻",
|
|
186
|
+
"aria.header.menuOpen": "开启主选单",
|
|
187
|
+
"aria.header.logoHome": "回首页",
|
|
188
|
+
"aria.header.logoHomeWithTitle": "{title},回首页",
|
|
189
|
+
"aria.header.navigation": "主选单",
|
|
190
|
+
"aria.header.languageSelect": "选择语言",
|
|
191
|
+
"aria.autocomplete.search": "执行搜寻",
|
|
192
|
+
"aria.loading": "载入中",
|
|
193
|
+
"aria.modal.close": "关闭视窗",
|
|
194
|
+
"aria.newWindow": "(另开新视窗)",
|
|
195
|
+
"aria.vcode.image": "验证码图片,如无法辨识可刷新验证码",
|
|
196
|
+
"aria.vcode.refresh": "刷新验证码",
|
|
197
|
+
"aria.footer.nmtlLogo": "国立台湾文学馆(另开新窗口)",
|
|
198
|
+
"aria.opensDialog": "(开启对话框)",
|
|
199
|
+
"aria.ticker.pause": "暂停关键字跑马灯",
|
|
200
|
+
"aria.ticker.play": "播放关键字跑马灯",
|
|
201
|
+
"aria.moreButton.hint": "(点选后载入更多结果)",
|
|
202
|
+
"aria.keyword.searchHint": "(关键字,点选后显示相关作品)",
|
|
203
|
+
"aria.keyword.more": "显示更多关键字(开启对话框)",
|
|
204
|
+
"aria.vcode.audioPlay": "播放验证码语音",
|
|
205
|
+
"aria.vcode.audioIntro": "验证码为:",
|
|
206
|
+
"aria.vcode.audioUnsupported": "浏览器不支持语音合成,请刷新验证码或改用图片辨识",
|
|
207
|
+
"aria.vcode.refreshed": "验证码已更新",
|
|
208
|
+
"aria.vcode.hint": "请输入图片中的 4 个字符,英文不区分大小写;看不清楚可播放语音或刷新验证码",
|
|
209
|
+
"aria.moreButton.loaded": "已载入更多结果",
|
|
210
|
+
"aria.moreButton.collapsed": "已收合结果",
|
|
211
|
+
"aria.filter.hint": "(筛选条件,选取后过滤下方结果)",
|
|
212
|
+
"aria.filter.applied": "已套用筛选:{title},结果已更新",
|
|
213
|
+
"aria.export.download": "(下载档案)",
|
|
214
|
+
"aria.backTop": "回到页面顶端",
|
|
215
|
+
"aria.moreButton.hintCollapse": "(点选后收合、仅显示部分结果)",
|
|
216
|
+
"aria.filter.appliedCount": "已套用筛选:{title},共 {count} 笔结果",
|
|
217
|
+
"aria.pagination.nav": "分页导览",
|
|
218
|
+
"aria.pagination.prev": "上一页",
|
|
219
|
+
"aria.pagination.next": "下一页",
|
|
220
|
+
"aria.pagination.page": "第 {page} 页",
|
|
221
|
+
"aria.pagination.pageCurrent": "第 {page} 页,目前页",
|
|
222
|
+
"aria.pagination.select": "选择页码,目前在第 {page} 页,共 {totalPage} 页(选择后结果将更新)",
|
|
223
|
+
"aria.pagination.changed": "已切换至第 {page} 页,结果已更新",
|
|
224
|
+
"aria.keyword.groupLabel": "关键字,共 {count} 个,可用方向键浏览",
|
|
225
|
+
"common.select.placeholder": "请选择…",
|
|
226
|
+
"common.share.facebook": "分享至 Facebook",
|
|
227
|
+
"common.form.code.check": "请输入验证码(点击图片可更换验证码)",
|
|
228
|
+
"common.sna.reset": "回到原来位置与大小",
|
|
229
|
+
"knowledge.writersAndWorksSNA.download": "下载",
|
|
230
|
+
"knowledge.writersAndWorksSNA.download.img": "下载图片",
|
|
231
|
+
"knowledge.writersAndWorksSNA.download.gephi": "下载Gephi",
|
|
232
|
+
"knowledge.writersAndWorksSNA.download.tsv": "下载Tsv",
|
|
233
|
+
"knowledge.writersAndWorksSNA.download.xls": "下载Excel",
|
|
234
|
+
"knowledge.writersAndWorksSNA.fullscreen": "全屏模式",
|
|
235
|
+
"knowledge.writersAndWorksSNA.big": "字号放大",
|
|
236
|
+
"knowledge.writersAndWorksSNA.small": "字号缩小",
|
|
237
|
+
"common.noData": "暂无资料",
|
|
238
|
+
"SNA.search.center": "主要搜寻中心",
|
|
239
|
+
"SNA.organization": "组织",
|
|
240
|
+
"SNA.author": "作家",
|
|
241
|
+
"SNA.publication": "著作",
|
|
242
|
+
"SNA.article": "单篇作品",
|
|
243
|
+
"SNA.keyword": "关键字",
|
|
244
|
+
"SNA.event": "事件",
|
|
245
|
+
"export.chronology.date": "日期",
|
|
246
|
+
"export.chronology.name": "名称",
|
|
247
|
+
"export.chronology.description": "描述",
|
|
248
|
+
"export.chronology.type": "类型",
|
|
249
|
+
"export.chronology.source": "注(资料集名称)",
|
|
250
|
+
"export.works.title": "名称(书名/文章名)",
|
|
251
|
+
"export.works.author": "作者",
|
|
252
|
+
"export.works.publishYear": "出版年/发表年",
|
|
253
|
+
"export.works.keywords": "关键字",
|
|
254
|
+
"export.works.genre": "文学分类",
|
|
255
|
+
"export.works.publishDate": "出版日期/发表日期",
|
|
256
|
+
"export.map.publisher": "出版者",
|
|
257
|
+
"export.map.location": "地点(作品描述区域)",
|
|
258
|
+
"export.map.longitude": "经度",
|
|
259
|
+
"export.map.latitude": "纬度",
|
|
260
|
+
"export.mapLg.orgName": "组织名称",
|
|
261
|
+
"export.mapLg.foundingPlace": "创立地点",
|
|
262
|
+
"export.mapLg.foundingLongitude": "创立地点经度",
|
|
263
|
+
"export.mapLg.foundingLatitude": "创立地点纬度",
|
|
264
|
+
"export.mapLg.activityPlace": "活动地点",
|
|
265
|
+
"export.mapLg.activityLongitude": "活动地点经度",
|
|
266
|
+
"export.mapLg.activityLatitude": "活动地点纬度"
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
var enus = {
|
|
270
|
+
"common.action.failed": "Action failed",
|
|
271
|
+
"common.action.error": "Operation error",
|
|
272
|
+
"common.action.success": "Action succeeded",
|
|
273
|
+
"common.confirm": "Confirm",
|
|
274
|
+
"common.enter": "Please enter",
|
|
275
|
+
"common.submit": "Send",
|
|
276
|
+
"common.cancel": "Cancel",
|
|
277
|
+
"common.export": "Export",
|
|
278
|
+
"common.export.type": "Export Type",
|
|
279
|
+
"common.has.problem": "I want to correct an error",
|
|
280
|
+
"common.has.problem.hint": "If you find any errors in the platform, please feel free to write to us and we will fix them as soon as possible, thank you.",
|
|
281
|
+
"common.sex": "Sex",
|
|
282
|
+
"common.other": "Other",
|
|
283
|
+
"common.content": "Content",
|
|
284
|
+
"common.click.refresh": "Click to refresh",
|
|
285
|
+
"common.provide.information": "I want to add information",
|
|
286
|
+
"common.form.name": "Name",
|
|
287
|
+
"common.form.phone": "Phone",
|
|
288
|
+
"common.form.age": "Age",
|
|
289
|
+
"common.form.job": "Job",
|
|
290
|
+
"common.form.author": "Author",
|
|
291
|
+
"common.form.dataname": "Data Name",
|
|
292
|
+
"common.form.datadate": "Data Date",
|
|
293
|
+
"common.form.providername": "Provider Name",
|
|
294
|
+
"common.form.subject": "Subject",
|
|
295
|
+
"common.form.selectQuetionType": "Please select a question type",
|
|
296
|
+
"common.form.dataProvide": "I want to add information",
|
|
297
|
+
"common.form.dataProvide.hint": "We need more data to improve the platform, welcome to provide.",
|
|
298
|
+
"common.form.valid.error.email": "You entered an invalid e-mail!",
|
|
299
|
+
"common.form.male": "Male",
|
|
300
|
+
"common.form.female": "Female",
|
|
301
|
+
"common.form.dataname.placeholder": "You can fill in the title of the book, the name of the journal, etc.",
|
|
302
|
+
"common.form.provider.notice": "(This name will be displayed on this website)",
|
|
303
|
+
"common.form.code": "Verification Code",
|
|
304
|
+
"common.form.code.error": "Verification code error",
|
|
305
|
+
"common.form.attachment": "Attachment Upload",
|
|
306
|
+
"common.form.attachment.valid.error": "Attachment upload limit is 10MB",
|
|
307
|
+
"common.form.attachment.hint": "1. Upload attachment size limit: 10MB in total. ",
|
|
308
|
+
"common.form.attachment.hint2": "2. If there are multiple files, please gather them in the same folder and upload them as compressed files",
|
|
309
|
+
"common.form.contactUs": "Contact Us",
|
|
310
|
+
"common.form.error": "The form has not been completed, please check the required items",
|
|
311
|
+
"common.form.errorSummary": "{count} field(s) need to be corrected. Select an item below to go to that field:",
|
|
312
|
+
"aria.header.searchOpen": "Open search",
|
|
313
|
+
"aria.header.menuOpen": "Open main menu",
|
|
314
|
+
"aria.header.logoHome": "Back to home",
|
|
315
|
+
"aria.header.logoHomeWithTitle": "{title}, back to home",
|
|
316
|
+
"aria.header.navigation": "Main menu",
|
|
317
|
+
"aria.header.languageSelect": "Select language",
|
|
318
|
+
"aria.autocomplete.search": "Search",
|
|
319
|
+
"aria.loading": "Loading",
|
|
320
|
+
"aria.modal.close": "Close dialog",
|
|
321
|
+
"aria.newWindow": " (opens in new window)",
|
|
322
|
+
"aria.vcode.image": "CAPTCHA image, refresh if unreadable",
|
|
323
|
+
"aria.vcode.refresh": "Refresh CAPTCHA",
|
|
324
|
+
"aria.footer.nmtlLogo": "National Museum of Taiwan Literature (opens in new window)",
|
|
325
|
+
"aria.opensDialog": " (opens a dialog)",
|
|
326
|
+
"aria.ticker.pause": "Pause keyword ticker",
|
|
327
|
+
"aria.ticker.play": "Play keyword ticker",
|
|
328
|
+
"aria.moreButton.hint": " (click to load more results)",
|
|
329
|
+
"aria.keyword.searchHint": " (keyword, click to show related works)",
|
|
330
|
+
"aria.keyword.more": "Show more keywords (opens a dialog)",
|
|
331
|
+
"aria.vcode.audioPlay": "Play verification code audio",
|
|
332
|
+
"aria.vcode.audioIntro": "The verification code is:",
|
|
333
|
+
"aria.vcode.audioUnsupported": "Speech synthesis not supported; please refresh the code",
|
|
334
|
+
"aria.vcode.refreshed": "Verification code refreshed",
|
|
335
|
+
"aria.vcode.hint": "Enter the 4 characters shown in the image (not case-sensitive). If you cannot read them, play the audio or refresh the code.",
|
|
336
|
+
"aria.moreButton.loaded": "More results loaded",
|
|
337
|
+
"aria.moreButton.collapsed": "Results collapsed",
|
|
338
|
+
"aria.filter.hint": " (filter, updates the results below)",
|
|
339
|
+
"aria.filter.applied": "Filter applied: {title}. Results updated",
|
|
340
|
+
"aria.export.download": " (downloads a file)",
|
|
341
|
+
"aria.backTop": "Back to top",
|
|
342
|
+
"aria.moreButton.hintCollapse": " (click to collapse results)",
|
|
343
|
+
"aria.filter.appliedCount": "Filter applied: {title}. {count} results",
|
|
344
|
+
"aria.pagination.nav": "Pagination",
|
|
345
|
+
"aria.pagination.prev": "Previous page",
|
|
346
|
+
"aria.pagination.next": "Next page",
|
|
347
|
+
"aria.pagination.page": "Page {page}",
|
|
348
|
+
"aria.pagination.pageCurrent": "Page {page}, current page",
|
|
349
|
+
"aria.pagination.select": "Select page, currently on page {page} of {totalPage} (results update after selection)",
|
|
350
|
+
"aria.pagination.changed": "Moved to page {page}. Results updated",
|
|
351
|
+
"aria.keyword.groupLabel": "Keywords, {count} items, use arrow keys to browse",
|
|
352
|
+
"common.select.placeholder": "Please select...",
|
|
353
|
+
"common.share.facebook": "Share on Facebook",
|
|
354
|
+
"common.form.code.check": "Enter the verification code (click the image for a new one)",
|
|
355
|
+
"common.sna.reset": "Reset position and size",
|
|
356
|
+
"knowledge.writersAndWorksSNA.download": "Download",
|
|
357
|
+
"knowledge.writersAndWorksSNA.download.img": "Download image",
|
|
358
|
+
"knowledge.writersAndWorksSNA.download.gephi": "Download Gephi",
|
|
359
|
+
"knowledge.writersAndWorksSNA.download.tsv": "Download TSV",
|
|
360
|
+
"knowledge.writersAndWorksSNA.download.xls": "Download Excel",
|
|
361
|
+
"knowledge.writersAndWorksSNA.fullscreen": "Full screen",
|
|
362
|
+
"knowledge.writersAndWorksSNA.big": "Increase font size",
|
|
363
|
+
"knowledge.writersAndWorksSNA.small": "Decrease font size",
|
|
364
|
+
"common.noData": "No data",
|
|
365
|
+
"SNA.search.center": "Main node",
|
|
366
|
+
"SNA.organization": "Organization",
|
|
367
|
+
"SNA.author": "Author",
|
|
368
|
+
"SNA.publication": "Publication",
|
|
369
|
+
"SNA.article": "Article",
|
|
370
|
+
"SNA.keyword": "Keyword",
|
|
371
|
+
"SNA.event": "Event",
|
|
372
|
+
"export.chronology.date": "Date",
|
|
373
|
+
"export.chronology.name": "Name",
|
|
374
|
+
"export.chronology.description": "Description",
|
|
375
|
+
"export.chronology.type": "Type",
|
|
376
|
+
"export.chronology.source": "Note (dataset)",
|
|
377
|
+
"export.works.title": "Title (book/article)",
|
|
378
|
+
"export.works.author": "Author",
|
|
379
|
+
"export.works.publishYear": "Year of publication",
|
|
380
|
+
"export.works.keywords": "Keywords",
|
|
381
|
+
"export.works.genre": "Literary genre",
|
|
382
|
+
"export.works.publishDate": "Publication date",
|
|
383
|
+
"export.map.publisher": "Publisher",
|
|
384
|
+
"export.map.location": "Location (region described)",
|
|
385
|
+
"export.map.longitude": "Longitude",
|
|
386
|
+
"export.map.latitude": "Latitude",
|
|
387
|
+
"export.mapLg.orgName": "Organization name",
|
|
388
|
+
"export.mapLg.foundingPlace": "Place of founding",
|
|
389
|
+
"export.mapLg.foundingLongitude": "Founding place longitude",
|
|
390
|
+
"export.mapLg.foundingLatitude": "Founding place latitude",
|
|
391
|
+
"export.mapLg.activityPlace": "Place of activity",
|
|
392
|
+
"export.mapLg.activityLongitude": "Activity place longitude",
|
|
393
|
+
"export.mapLg.activityLatitude": "Activity place latitude"
|
|
394
|
+
};
|
|
395
|
+
|
|
396
|
+
var _languages;
|
|
397
|
+
var ZH_TW = 'zh-tw';
|
|
398
|
+
var ZH_CN = 'zh-cn';
|
|
399
|
+
var EN_US = 'en-us';
|
|
400
|
+
|
|
401
|
+
/**
|
|
402
|
+
* 全域i18n
|
|
403
|
+
* 讓元件擁有自己的i18n
|
|
404
|
+
*/
|
|
405
|
+
var lang;
|
|
406
|
+
var languages = (_languages = {}, _defineProperty(_languages, ZH_TW, zhtw), _defineProperty(_languages, ZH_CN, zhcn), _defineProperty(_languages, EN_US, enus), _languages);
|
|
407
|
+
var getIntl = function getIntl() {
|
|
408
|
+
return {
|
|
409
|
+
setLocale: function setLocale(value) {
|
|
410
|
+
lang = value;
|
|
411
|
+
},
|
|
412
|
+
getLocale: function getLocale() {
|
|
413
|
+
return lang;
|
|
414
|
+
},
|
|
415
|
+
/* 支援 {var} 佔位符代入(R30):原本只查表不代入,
|
|
416
|
+
「第 {page} 頁」會被報讀軟體直接唸成「第page頁」 */
|
|
417
|
+
formatMessage: function formatMessage(_ref, values) {
|
|
418
|
+
var id = _ref.id;
|
|
419
|
+
var message = (languages[lang] || zhtw)[id] || id;
|
|
420
|
+
if (!values) return message;
|
|
421
|
+
return message.replace(/\{(\w+)\}/g, function (match, key) {
|
|
422
|
+
return values[key] === undefined ? match : String(values[key]);
|
|
423
|
+
});
|
|
424
|
+
}
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
var other = function other() {};
|
|
428
|
+
|
|
429
|
+
export { getIntl, other };
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import require$$0 from 'react-is';
|
|
2
|
+
|
|
3
|
+
var reactIs = require$$0;
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Copyright 2015, Yahoo! Inc.
|
|
7
|
+
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
|
8
|
+
*/
|
|
9
|
+
var REACT_STATICS = {
|
|
10
|
+
childContextTypes: true,
|
|
11
|
+
contextType: true,
|
|
12
|
+
contextTypes: true,
|
|
13
|
+
defaultProps: true,
|
|
14
|
+
displayName: true,
|
|
15
|
+
getDefaultProps: true,
|
|
16
|
+
getDerivedStateFromError: true,
|
|
17
|
+
getDerivedStateFromProps: true,
|
|
18
|
+
mixins: true,
|
|
19
|
+
propTypes: true,
|
|
20
|
+
type: true
|
|
21
|
+
};
|
|
22
|
+
var KNOWN_STATICS = {
|
|
23
|
+
name: true,
|
|
24
|
+
length: true,
|
|
25
|
+
prototype: true,
|
|
26
|
+
caller: true,
|
|
27
|
+
callee: true,
|
|
28
|
+
arguments: true,
|
|
29
|
+
arity: true
|
|
30
|
+
};
|
|
31
|
+
var FORWARD_REF_STATICS = {
|
|
32
|
+
'$$typeof': true,
|
|
33
|
+
render: true,
|
|
34
|
+
defaultProps: true,
|
|
35
|
+
displayName: true,
|
|
36
|
+
propTypes: true
|
|
37
|
+
};
|
|
38
|
+
var MEMO_STATICS = {
|
|
39
|
+
'$$typeof': true,
|
|
40
|
+
compare: true,
|
|
41
|
+
defaultProps: true,
|
|
42
|
+
displayName: true,
|
|
43
|
+
propTypes: true,
|
|
44
|
+
type: true
|
|
45
|
+
};
|
|
46
|
+
var TYPE_STATICS = {};
|
|
47
|
+
TYPE_STATICS[reactIs.ForwardRef] = FORWARD_REF_STATICS;
|
|
48
|
+
TYPE_STATICS[reactIs.Memo] = MEMO_STATICS;
|
|
49
|
+
|
|
50
|
+
function getStatics(component) {
|
|
51
|
+
// React v16.11 and below
|
|
52
|
+
if (reactIs.isMemo(component)) {
|
|
53
|
+
return MEMO_STATICS;
|
|
54
|
+
} // React v16.12 and above
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
return TYPE_STATICS[component['$$typeof']] || REACT_STATICS;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
var defineProperty = Object.defineProperty;
|
|
61
|
+
var getOwnPropertyNames = Object.getOwnPropertyNames;
|
|
62
|
+
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
|
63
|
+
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
64
|
+
var getPrototypeOf = Object.getPrototypeOf;
|
|
65
|
+
var objectPrototype = Object.prototype;
|
|
66
|
+
function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
|
|
67
|
+
if (typeof sourceComponent !== 'string') {
|
|
68
|
+
// don't hoist over string (html) components
|
|
69
|
+
if (objectPrototype) {
|
|
70
|
+
var inheritedComponent = getPrototypeOf(sourceComponent);
|
|
71
|
+
|
|
72
|
+
if (inheritedComponent && inheritedComponent !== objectPrototype) {
|
|
73
|
+
hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
var keys = getOwnPropertyNames(sourceComponent);
|
|
78
|
+
|
|
79
|
+
if (getOwnPropertySymbols) {
|
|
80
|
+
keys = keys.concat(getOwnPropertySymbols(sourceComponent));
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
var targetStatics = getStatics(targetComponent);
|
|
84
|
+
var sourceStatics = getStatics(sourceComponent);
|
|
85
|
+
|
|
86
|
+
for (var i = 0; i < keys.length; ++i) {
|
|
87
|
+
var key = keys[i];
|
|
88
|
+
|
|
89
|
+
if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {
|
|
90
|
+
var descriptor = getOwnPropertyDescriptor(sourceComponent, key);
|
|
91
|
+
|
|
92
|
+
try {
|
|
93
|
+
// Avoid failures from read-only properties
|
|
94
|
+
defineProperty(targetComponent, key, descriptor);
|
|
95
|
+
} catch (e) {}
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
return targetComponent;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
var hoistNonReactStatics_cjs = hoistNonReactStatics;
|
|
104
|
+
|
|
105
|
+
export { hoistNonReactStatics_cjs as h };
|