Selaa lähdekoodia

基础信息、教育经历英文翻译

lifanagju_citu 1 vuosi sitten
vanhempi
commit
c04f8ec318
2 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  1. 3 1
      src/locales/en.js
  2. 3 1
      src/locales/zh-CN.js

+ 3 - 1
src/locales/en.js

@@ -64,7 +64,9 @@ export default {
     moreBtn: 'View More Enterprises'
   },
   resume: {
+    basicInfo: 'Basic Information',
     personalAdvantages: 'Personal Advantages',
-    jobIntention: 'Job Intention'
+    jobIntention: 'Job Intention',
+    educationExp: 'Educational Experience'
   }
 }

+ 3 - 1
src/locales/zh-CN.js

@@ -64,7 +64,9 @@ export default {
     moreBtn: '查看更多企业'
   },
   resume: {
+    basicInfo: '基础信息',
     personalAdvantages: '个人优势',
-    jobIntention: '求职意向'
+    jobIntention: '求职意向',
+    educationExp: '教育经历'
   }
 }