commit | 38dcb053f48105cfebad3e43428f2101eaf376c5 | [log] [tgz] |
---|---|---|
author | Jiarenxiang <SingalJia@outlook.com> | Thu Mar 13 16:40:09 2025 +0800 |
committer | Jiarenxiang <SingalJia@outlook.com> | Thu Apr 10 19:19:06 2025 +0800 |
tree | 0e834a974db36b3765c244c86cddef91da2bb4f0 | |
parent | 45d84cc4b51d70c418ba5a11b1131da05edacccc [diff] [blame] |
'init_again' Change-Id: Ib7ecdb9f5baeab1e4681152a57b936edf7475b35
diff --git a/src/locales/zh-TW/component.ts b/src/locales/zh-TW/component.ts new file mode 100644 index 0000000..ba48e29 --- /dev/null +++ b/src/locales/zh-TW/component.ts
@@ -0,0 +1,5 @@ +export default { + 'component.tagSelect.expand': '展開', + 'component.tagSelect.collapse': '收起', + 'component.tagSelect.all': '全部', +};