修改bug(法规月报新增技术领域补充字段)

This commit is contained in:
刘彦泽
2022-12-06 09:42:51 +08:00
parent 7d9612ba46
commit 638cc5b701
3 changed files with 50 additions and 0 deletions
+2
View File
@@ -541,6 +541,8 @@ module.exports = {
technicalField: 'Tech Field',
informationCategory: 'Info Type',
contentValidity: 'Content Validity',
TechnicalfieldSupplementCn:'Tech Field Supplement (Cn)',
TechnicalfieldSupplementEn:'Tech Field Supplement (En)',
content: 'Content',
Add: 'Add',
subscriptionTime: 'Subscription Time',
+2
View File
@@ -548,6 +548,8 @@ module.exports = {
technicalField: '技术领域',
informationCategory: '信息类别',
contentValidity: '内容简介',
TechnicalfieldSupplementCn:'技术领域补充(中文)',
TechnicalfieldSupplementEn:'技术领域补充(英文)',
content: '内容',
Add: '增加',
subscriptionTime: '订阅时间',