From b3bce931dbb6458a921a33141812f7a726ad01fd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:44:59 +0530 Subject: [PATCH 01/21] New translations languages.json (Spanish) --- src/i18n/locales/es/leftSidebar/languages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/languages.json b/src/i18n/locales/es/leftSidebar/languages.json index fc5de101..70455dfa 100644 --- a/src/i18n/locales/es/leftSidebar/languages.json +++ b/src/i18n/locales/es/leftSidebar/languages.json @@ -1,9 +1,9 @@ { "key": { - "label": "Key", + "label": "Clave", "placeholder": "Dothraki" }, "rating": { - "label": "Rating" + "label": "Calificación" } } From 6d1c70927f4c7dc0ec77269e8cb687517778982d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:00 +0530 Subject: [PATCH 02/21] New translations extras.json (Spanish) --- src/i18n/locales/es/leftSidebar/extras.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/extras.json b/src/i18n/locales/es/leftSidebar/extras.json index 7afc7c06..050c2d4d 100644 --- a/src/i18n/locales/es/leftSidebar/extras.json +++ b/src/i18n/locales/es/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Clave", + "placeholder": "Fecha de nacimiento" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Valor", + "placeholder": "6 de agosto de 1995" } } From 064609c8fa37de8fcbb131b4edb0d0ead4cc8ff5 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:02 +0530 Subject: [PATCH 03/21] New translations education.json (Spanish) --- src/i18n/locales/es/leftSidebar/education.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/education.json b/src/i18n/locales/es/leftSidebar/education.json index 231004b2..5129468e 100644 --- a/src/i18n/locales/es/leftSidebar/education.json +++ b/src/i18n/locales/es/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Nombre", + "placeholder": "Universidad de Harvard" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Carrera", + "placeholder": "Maestría en Ciencias de la Computación" }, "grade": { - "label": "Grade" + "label": "Calificación" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "Puede escribir sobre los proyectos o créditos especiales que tomó mientras estudió en este lugar." } } From 1d7d5ad6064a969270541f5bea16ad07fc4185c3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:03 +0530 Subject: [PATCH 04/21] New translations certifications.json (Spanish) --- src/i18n/locales/es/leftSidebar/certifications.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/certifications.json b/src/i18n/locales/es/leftSidebar/certifications.json index 92f9dc16..d1dc360b 100644 --- a/src/i18n/locales/es/leftSidebar/certifications.json +++ b/src/i18n/locales/es/leftSidebar/certifications.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Título", + "placeholder": "Desarrollo en Android Nanodegree" }, "subtitle": { - "label": "Subtitle", + "label": "Subtítulo", "placeholder": "Udacity" }, "description": { - "placeholder": "You can write about what you learned from your certification program." + "placeholder": "Puede escribir sobre lo que aprendiste de tú programa de certificación." } } From 08af638dc4ae99176c9d6c77efd55cf5e2eaf542 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:05 +0530 Subject: [PATCH 05/21] New translations app.json (Spanish) --- src/i18n/locales/es/app/app.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/es/app/app.json b/src/i18n/locales/es/app/app.json index 861e3ad5..09f94258 100644 --- a/src/i18n/locales/es/app/app.json +++ b/src/i18n/locales/es/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "Título" }, "item": { - "add": "Add {{- heading}}", + "add": "Agregar {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Fecha de inicio", + "placeholder": "Marzo 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Fecha Final", + "placeholder": "Marzo 2022" }, "description": { - "label": "Description" + "label": "Descripción" } }, "buttons": { "add": { - "label": "Add" + "label": "Agregar" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Puedes usar <1>GitHub Flavored Markdown para darle estilo a esta sección." } From 951a5eb33e8367b8c21e65f29f3e82977432620c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:08 +0530 Subject: [PATCH 06/21] New translations awards.json (Spanish) --- src/i18n/locales/es/leftSidebar/awards.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/awards.json b/src/i18n/locales/es/leftSidebar/awards.json index 4222ec12..33e00a67 100644 --- a/src/i18n/locales/es/leftSidebar/awards.json +++ b/src/i18n/locales/es/leftSidebar/awards.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Título", + "placeholder": "Olimpiadas de Matemáticas y Ciencia" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" + "label": "Subtítulo", + "placeholder": "Primer lugar, Nivel internacional" }, "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "placeholder": "Puedes escribir sobre las cualidades que te hicieron tener éxito en obtener este premio." } } From d7987d9aedcb043c44cf2bc0412a04f47b51210e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:13 +0530 Subject: [PATCH 07/21] New translations awards.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/awards.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/awards.json b/src/i18n/locales/zh/leftSidebar/awards.json index ab278923..9279463e 100644 --- a/src/i18n/locales/zh/leftSidebar/awards.json +++ b/src/i18n/locales/zh/leftSidebar/awards.json @@ -5,9 +5,9 @@ }, "subtitle": { "label": "奖项", - "placeholder": "第一名, 国际赛" + "placeholder": "第一名,国际赛" }, "description": { - "placeholder": "你可以说明一下成功获得这个荣誉的原因." + "placeholder": "你可以说明一下成功获得这个荣誉的原因。" } } From ebfac6008bd619ac2e4820ce73cd1792b2d91632 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:17 +0530 Subject: [PATCH 08/21] New translations certifications.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/certifications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/zh/leftSidebar/certifications.json b/src/i18n/locales/zh/leftSidebar/certifications.json index b1a3f7b6..56ee2ef6 100644 --- a/src/i18n/locales/zh/leftSidebar/certifications.json +++ b/src/i18n/locales/zh/leftSidebar/certifications.json @@ -8,6 +8,6 @@ "placeholder": "优达学城" }, "description": { - "placeholder": "You can write about what you learned from your certification program." + "placeholder": "你可以写关于你在成功获得证书过程中所学到的技能。" } } From 6f238bb9d69b2623ed8c43454134828107c03b52 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:18 +0530 Subject: [PATCH 09/21] New translations education.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/education.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/zh/leftSidebar/education.json b/src/i18n/locales/zh/leftSidebar/education.json index a4b4af68..515f8213 100644 --- a/src/i18n/locales/zh/leftSidebar/education.json +++ b/src/i18n/locales/zh/leftSidebar/education.json @@ -11,6 +11,6 @@ "label": "等级" }, "description": { - "placeholder": "你可以写关于你在这所学校学习的项目和进阶的课程." + "placeholder": "你可以写关于你在这所学校学习的项目和进阶的课程。" } } From 5ae85a3f261e3e37dd7332f3e72795cbdacd31d0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:41 +0530 Subject: [PATCH 10/21] New translations templates.json (Spanish) --- src/i18n/locales/es/rightSidebar/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/es/rightSidebar/templates.json b/src/i18n/locales/es/rightSidebar/templates.json index 89fd528d..353c1993 100644 --- a/src/i18n/locales/es/rightSidebar/templates.json +++ b/src/i18n/locales/es/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "Plantillas" } From 71e175f42d218d6fb75abbe39a55edf21d24c2ba Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:43 +0530 Subject: [PATCH 11/21] New translations work.json (Spanish) --- src/i18n/locales/es/leftSidebar/work.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/work.json b/src/i18n/locales/es/leftSidebar/work.json index 6d115c6e..f6a71a9b 100644 --- a/src/i18n/locales/es/leftSidebar/work.json +++ b/src/i18n/locales/es/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { - "label": "Name", + "label": "Nombre", "placeholder": "Amazon" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "Puesto", + "placeholder": "Desarrollador Web Front-end" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "Puedes escribir sobre lo que te especializaste mientras trabajabas en la empresa y de los proyectos de los que formaste parte." } } From 7a97dc819e993e366cf30c7d951f985c4c9690e0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:44 +0530 Subject: [PATCH 12/21] New translations skills.json (Spanish) --- src/i18n/locales/es/leftSidebar/skills.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/es/leftSidebar/skills.json b/src/i18n/locales/es/leftSidebar/skills.json index 5f178d9b..1b69082b 100644 --- a/src/i18n/locales/es/leftSidebar/skills.json +++ b/src/i18n/locales/es/leftSidebar/skills.json @@ -1,5 +1,5 @@ { "item": { - "placeholder": "Cooking" + "placeholder": "Cocinero" } } From 913b90664b1118453fd882f8eb6f513bc788993a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:45 +0530 Subject: [PATCH 13/21] New translations references.json (Spanish) --- src/i18n/locales/es/leftSidebar/references.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/references.json b/src/i18n/locales/es/leftSidebar/references.json index 88241575..e13c61be 100644 --- a/src/i18n/locales/es/leftSidebar/references.json +++ b/src/i18n/locales/es/leftSidebar/references.json @@ -1,19 +1,19 @@ { "name": { - "label": "Name", + "label": "Nombre", "placeholder": "Richard Hendricks" }, "position": { - "label": "Position", + "label": "Puesto de trabajo", "placeholder": "CEO, Pied Piper" }, "phone": { - "label": "Phone Number" + "label": "Número de teléfono" }, "email": { - "label": "Email Address" + "label": "Dirección de correo electrónico" }, "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "placeholder": "Puede escribir sobre cómo usted y el contacto de referencia trabajaron juntos y de qué proyectos formó parte." } } From ce601b190078c22410a429f77aabd1f91fc2b99f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:46 +0530 Subject: [PATCH 14/21] New translations profile.json (Spanish) --- src/i18n/locales/es/leftSidebar/profile.json | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/profile.json b/src/i18n/locales/es/leftSidebar/profile.json index b7f889c2..b3af2c9b 100644 --- a/src/i18n/locales/es/leftSidebar/profile.json +++ b/src/i18n/locales/es/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL de la foto" }, "firstName": { - "label": "First Name", + "label": "Primer Nombre", "placeholder": "Jane" }, "lastName": { - "label": "Last Name", + "label": "Apellido", "placeholder": "Doe" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Subtítulo", + "placeholder": "Desarrollador Web Full Stack" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Línea de dirección 1", + "placeholder": "Complejo de Palladium" }, "line2": { - "label": "Address Line 2", + "label": "Línea de dirección 2", "placeholder": "140 E 14th St" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Línea de dirección 3", + "placeholder": "Nueva York, NY 10003 USA" } }, "phone": { - "label": "Phone Number" + "label": "Número de teléfono" }, "website": { - "label": "Website" + "label": "Sitio Web" }, "email": { - "label": "Email Address" + "label": "Dirección de correo electrónico" } } From 9f67046b0481f18eef2f194355d48417f5e7352a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:45:48 +0530 Subject: [PATCH 15/21] New translations objective.json (Spanish) --- src/i18n/locales/es/leftSidebar/objective.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/es/leftSidebar/objective.json b/src/i18n/locales/es/leftSidebar/objective.json index 8cb4f70d..3f1e405f 100644 --- a/src/i18n/locales/es/leftSidebar/objective.json +++ b/src/i18n/locales/es/leftSidebar/objective.json @@ -1,6 +1,6 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objetivo", + "placeholder": "Buscando un rol desafiante en una organización con buena reputación para utilizar mis habilidades técnicas, en base de datos y habilidades de gestión para el crecimiento de la organización, así como para mejorar mis conocimientos sobre las nuevas y emergentes tendencias en el sector de las TI." } } From 97822a71e6fb8c0671416eb5fc64b9ebcfa9d0da Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:46:12 +0530 Subject: [PATCH 16/21] New translations actions.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/actions.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/locales/zh/rightSidebar/actions.json b/src/i18n/locales/zh/rightSidebar/actions.json index 86dc5eee..646d16fc 100644 --- a/src/i18n/locales/zh/rightSidebar/actions.json +++ b/src/i18n/locales/zh/rightSidebar/actions.json @@ -11,22 +11,22 @@ }, "printResume": { "heading": "打印您的简历", - "body": "You can click on the button below to generate a PDF instantly. Alternatively, you can also use <1>Cmd/Ctrl + P but it would have different effects.", + "body": "您可以点击下面的按钮立即生成 PDF 文件。 或者,您也可以使用 <1>Cmd/Ctrl + P,但会产生不同的效果。", "buttons": { - "export": "Export", + "export": "导出", "print": "打印" } }, "loadDemoData": { - "heading": "Load Demo Data", - "body": "Unclear on what to do with a fresh blank page? Load some demo data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "加载模版数据", + "body": "不清楚用新的空白页面做什么?加载一些带有预置值的虚拟数据来查看简历的格式,您可以从那里开始编辑。", "buttons": { - "loadData": "Load Data" + "loadData": "载入数据" } }, "reset": { "heading": "全部重置!", - "body": "此操作将重置您所有的数据并删除浏览器本地存储备份. 请确保您在重制前已经导出您的信息.", + "body": "此操作将重置您所有的数据并删除浏览器本地存储备份,请确保您在重制前已经导出您的信息。", "buttons": { "reset": "重置" } From 79ee8027879a0f528299bed85fff32c9f50ba0a3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:46:14 +0530 Subject: [PATCH 17/21] New translations settings.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/zh/rightSidebar/settings.json b/src/i18n/locales/zh/rightSidebar/settings.json index 55a1068a..e52abb2e 100644 --- a/src/i18n/locales/zh/rightSidebar/settings.json +++ b/src/i18n/locales/zh/rightSidebar/settings.json @@ -2,6 +2,6 @@ "title": "设置", "language": { "label": "语言", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "helpText": "如果您希望帮助将应用程序翻译成您自己的语言,请参阅<1>翻译文档。" } } \ No newline at end of file From 1821621bf188d3b0a0b5f1076a86e519128d9282 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:46:20 +0530 Subject: [PATCH 18/21] New translations objective.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/objective.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/objective.json b/src/i18n/locales/zh/leftSidebar/objective.json index 8cb4f70d..053c4d5b 100644 --- a/src/i18n/locales/zh/leftSidebar/objective.json +++ b/src/i18n/locales/zh/leftSidebar/objective.json @@ -1,6 +1,6 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "求职意向", + "placeholder": "希望在一个有卓著成就的公司寻找一个富有挑战性的职位,利用我的数据库和管理技术,能够促进公司的的发展并且提高自己的技能和对新兴趋势的了解。" } } From f47ccb83659944ca156fd01db984d602bc53c512 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:46:23 +0530 Subject: [PATCH 19/21] New translations work.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/work.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/work.json b/src/i18n/locales/zh/leftSidebar/work.json index ee0f67f6..c132b1ba 100644 --- a/src/i18n/locales/zh/leftSidebar/work.json +++ b/src/i18n/locales/zh/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { "label": "公司", - "placeholder": "Amazon" + "placeholder": "亚马逊" }, "role": { "label": "职位", "placeholder": "前端工程师" }, "description": { - "placeholder": "你可以写关于你在公司参与项目中所使用的技术和专业化内容." + "placeholder": "你可以写关于你在公司参与项目中所使用的技术和专业化内容。" } } From 673c2c380fc0dc49475a5d8116c15dad876c04c6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:46:24 +0530 Subject: [PATCH 20/21] New translations about.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/zh/rightSidebar/about.json b/src/i18n/locales/zh/rightSidebar/about.json index cac678ad..91927bed 100644 --- a/src/i18n/locales/zh/rightSidebar/about.json +++ b/src/i18n/locales/zh/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "About", + "title": "关于我们", "documentation": { - "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "heading": "文档", + "body": "想要了解更多关于这个应用的信息吗?如果有一个指南可以指导你如何在本地机器上开发, 会不会更好? 需要了解如何为项目做贡献? 不需要烦恼,这里有一份详细的文档供你参考。", "buttons": { - "documentation": "Documentation" + "documentation": "文档" } }, "bugOrFeatureRequest": { - "heading": "Bug? Feature Request?", - "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "heading": "错误?功能请求?", + "body": "在你写简历的时候发现遇到困难?发现了一个烦人的问题? 你可以上Github问题版来谈论这个问题,或者通过下面的按钮来给我发送电子邮件。", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "提交改进", + "sendEmail": "发送邮件" } }, "sourceCode": { - "heading": "Source Code", - "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "heading": "源码", + "body": "想要本地运行这个项目? 你是不是一个开发者想要为这个开源项目做出贡献?请点击下面的按钮。", "buttons": { - "githubRepo": "GitHub Repo" + "githubRepo": "GitHub 项目" } }, "license": { - "heading": "License Information", - "body": "The project is governed under the MIT License, which you can read more about below. Basically, you are allowed to use the project anywhere provided you give credits to the original author.", + "heading": "授权申明", + "body": "该项目受MIT许可的管理,您可以在下面阅读更多信息。 基本上,只要您向原作者提供感谢,您就可以在任何地方使用该项目。", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "MIT 授权许可" } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Reactive Resume 是由 <1>Amruth Pillai 创建的项目。", + "thanks": "感谢您使用 Reactive Resume!" } } From b6e5ae7a7fe9cac17a1277b00f8da9e45a272188 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:54:32 +0530 Subject: [PATCH 21/21] add chinese language to the dropdown --- src/i18n/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/index.js b/src/i18n/index.js index cfc55eec..a5b81a03 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -4,6 +4,10 @@ import { initReactI18next } from 'react-i18next'; import resources from './locales'; const languages = [ + { + code: 'zh', + name: 'Chinese', + }, { code: 'en', name: 'English',