From 3ff2257356f3a143305df83710abb2b1cda3921a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 23:22:42 +0000 Subject: [PATCH 001/123] Bump i18next-browser-languagedetector from 4.1.0 to 4.1.1 Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/i18next/i18next-browser-languageDetector/releases) - [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v4.1.0...v4.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf283fc31..5fd4b9d4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8701,9 +8701,9 @@ } }, "i18next-browser-languagedetector": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.1.0.tgz", - "integrity": "sha512-Ffsd/gpiJpsPRuLbhIB1RktHXNCuHRaMiKNZRwY5BwVthG9P+qg2WFL0ULpy/KW50+yNBSE4Y/gM5u8CmV5wdA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-4.1.1.tgz", + "integrity": "sha512-akv0zurR/2KU7s1qaWkirY9FEEOT1TNsQaezEg8+1BLLQre7vylqb7tYoUgYqP/0/BEzXJgnoQnj+sh5xYFMhg==", "requires": { "@babel/runtime": "^7.5.5" } diff --git a/package.json b/package.json index 7b2bd8d1a..73b1d70dc 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "axios": "^0.19.2", "html2canvas": "^1.0.0-rc.5", "i18next": "^19.4.2", - "i18next-browser-languagedetector": "^4.1.0", + "i18next-browser-languagedetector": "^4.1.1", "i18next-xhr-backend": "^3.2.2", "jspdf": "^1.5.3", "lodash": "^4.17.15", From fb84e92d01dab71b88b8c63febf45f93db6ab58b Mon Sep 17 00:00:00 2001 From: Sandro Date: Sat, 18 Apr 2020 11:20:46 +0200 Subject: [PATCH 002/123] Add links to badges --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b026e8b13..fd6a416f1 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ # Reactive Resume -![Build & Deploy](https://github.com/AmruthPillai/Reactive-Resume/workflows/Build%20&%20Deploy/badge.svg) +[![Build & Deploy](https://github.com/AmruthPillai/Reactive-Resume/workflows/Build%20&%20Deploy/badge.svg)](https://github.com/AmruthPillai/Reactive-Resume/actions) ![Code Style](https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb) -![Docker Pulls](https://img.shields.io/docker/pulls/amruthpillai/reactive-resume) -![Localization](https://badges.crowdin.net/reactive-resume/localized.svg) -![GitHub](https://img.shields.io/github/license/AmruthPillai/Reactive-Resume) +[![Docker Pulls](https://img.shields.io/docker/pulls/amruthpillai/reactive-resume)](https://hub.docker.com/r/amruthpillai/reactive-resume) +[![Localization](https://badges.crowdin.net/reactive-resume/localized.svg)](https://crowdin.com/project/reactive-resume) +[![GitHub](https://img.shields.io/github/license/AmruthPillai/Reactive-Resume)](https://github.com/AmruthPillai/Reactive-Resume/blob/develop/LICENSE) #### A Free and Open-Source Resume Builder That Respects Your Privacy From f5e82a5f6395258b558560e426fdbe1e86d80f89 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:16 +0530 Subject: [PATCH 003/123] New translations certifications.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/certifications.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/certifications.json diff --git a/src/i18n/locales/bg/leftSidebar/certifications.json b/src/i18n/locales/bg/leftSidebar/certifications.json new file mode 100644 index 000000000..44473889d --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/certifications.json @@ -0,0 +1,8 @@ +{ + "title": { + "label": "Наименование" + }, + "subtitle": { + "label": "Институция" + } +} From f00593f0b1a66eabd801d8c774b3222c11c9931a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:18 +0530 Subject: [PATCH 004/123] New translations awards.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/awards.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/awards.json diff --git a/src/i18n/locales/bg/leftSidebar/awards.json b/src/i18n/locales/bg/leftSidebar/awards.json new file mode 100644 index 000000000..e5bfc494a --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/awards.json @@ -0,0 +1,8 @@ +{ + "title": { + "label": "Заглавие" + }, + "subtitle": { + "label": "Подзаглавие" + } +} From f5b06c5063660e8bf8e964d08328de86df792a86 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:19 +0530 Subject: [PATCH 005/123] New translations education.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/education.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/education.json diff --git a/src/i18n/locales/bg/leftSidebar/education.json b/src/i18n/locales/bg/leftSidebar/education.json new file mode 100644 index 000000000..b95303ae1 --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/education.json @@ -0,0 +1,11 @@ +{ + "name": { + "label": "Наименование" + }, + "major": { + "label": "Специалност" + }, + "grade": { + "label": "Оценка" + } +} From 79c31b60f0dae62844ce65896bfc5bc34776dacb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:21 +0530 Subject: [PATCH 006/123] New translations extras.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/extras.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/extras.json diff --git a/src/i18n/locales/bg/leftSidebar/extras.json b/src/i18n/locales/bg/leftSidebar/extras.json new file mode 100644 index 000000000..9db4e3d4d --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/extras.json @@ -0,0 +1,8 @@ +{ + "key": { + "label": "Наименование" + }, + "value": { + "label": "Стойност" + } +} From 212339d84e554ba2ce4052b6e00d7bb955f7c038 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:22 +0530 Subject: [PATCH 007/123] New translations languages.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/languages.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/languages.json diff --git a/src/i18n/locales/bg/leftSidebar/languages.json b/src/i18n/locales/bg/leftSidebar/languages.json new file mode 100644 index 000000000..7cdf7aa9a --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/languages.json @@ -0,0 +1,8 @@ +{ + "key": { + "label": "Наименование" + }, + "rating": { + "label": "Оценка" + } +} From 8819055126ad52c479386a90be39f6eb7689b3f0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:24 +0530 Subject: [PATCH 008/123] New translations objective.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/objective.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/objective.json diff --git a/src/i18n/locales/bg/leftSidebar/objective.json b/src/i18n/locales/bg/leftSidebar/objective.json new file mode 100644 index 000000000..4f0f33a44 --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/objective.json @@ -0,0 +1,5 @@ +{ + "objective": { + "label": "Цели" + } +} From cd74d728558d39c37139c06af12e1511fb5451fd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:25 +0530 Subject: [PATCH 009/123] New translations profile.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/profile.json | 35 ++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/profile.json diff --git a/src/i18n/locales/bg/leftSidebar/profile.json b/src/i18n/locales/bg/leftSidebar/profile.json new file mode 100644 index 000000000..7512c83af --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/profile.json @@ -0,0 +1,35 @@ +{ + "photoUrl": { + "label": "URL на снимката" + }, + "firstName": { + "label": "Лично име" + }, + "lastName": { + "label": "Фамилно име" + }, + "subtitle": { + "label": "Подзаглавие" + }, + "address": { + "label": "Адрес", + "line1": { + "label": "Адрес – ред 1" + }, + "line2": { + "label": "Адрес – ред 2" + }, + "line3": { + "label": "Адрес – ред 3" + } + }, + "phone": { + "label": "Телефонен номер" + }, + "website": { + "label": "Уеб сайт" + }, + "email": { + "label": "Имейл адрес" + } +} From fbe76acee1977181d502910c76bedb69f712cb0b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:28 +0530 Subject: [PATCH 010/123] New translations references.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/references.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/references.json diff --git a/src/i18n/locales/bg/leftSidebar/references.json b/src/i18n/locales/bg/leftSidebar/references.json new file mode 100644 index 000000000..659e3ad6f --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/references.json @@ -0,0 +1,14 @@ +{ + "name": { + "label": "Име" + }, + "position": { + "label": "Позиция" + }, + "phone": { + "label": "Телефонен номер" + }, + "email": { + "label": "Имейл адрес" + } +} From fee5dce5d29b26f9acf72b25d748852c681a8042 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:29 +0530 Subject: [PATCH 011/123] New translations work.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/work.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/work.json diff --git a/src/i18n/locales/bg/leftSidebar/work.json b/src/i18n/locales/bg/leftSidebar/work.json new file mode 100644 index 000000000..e87a7f883 --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/work.json @@ -0,0 +1,8 @@ +{ + "name": { + "label": "Наименование" + }, + "role": { + "label": "Роля" + } +} From 3c5476bfa88f47db8c06fafb047560b660e7663b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:30 +0530 Subject: [PATCH 012/123] New translations about.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/about.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/about.json diff --git a/src/i18n/locales/bg/rightSidebar/about.json b/src/i18n/locales/bg/rightSidebar/about.json new file mode 100644 index 000000000..3d1d668cd --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/about.json @@ -0,0 +1,36 @@ +{ + "title": "За програмата", + "documentation": { + "heading": "Документация", + "body": "Искате ли да научите повече за приложението? Трябва ли ви повече информация как да помогнете на проекта? Може да намерите всичко това в създаденото за целта ръководство.", + "buttons": { + "documentation": "Документация" + } + }, + "bugOrFeatureRequest": { + "heading": "Попаднахте на грешка? Искате да се добави някаква функция?", + "body": "Нещо ви пречи да създадете желаната автобиография? Натъкнахте се на някаква досадна грешка и не може да продължите? Напишете в раздела „Issues“ на GitHub или ми изпратете имейл.", + "buttons": { + "raiseIssue": "Съобщете за проблем", + "sendEmail": "Изпратете имейл" + } + }, + "sourceCode": { + "heading": "Изходен код", + "body": "Искате да компилирате проекта от изходния му код? Или може би сте разработччик, който желае да допринесе с нещо към изходния код на проекта? Няма проблем, просто натиснете бутона по-долу.", + "buttons": { + "githubRepo": "Хранилище в GitHub" + } + }, + "license": { + "heading": "Информация за лиценза", + "body": "Този проект е с лиценз от MIT. Повече информация за лиценза може да намерите по-долу. Общо взето може да използвате проекта където желаете, но при условие че посочвате автора му.", + "buttons": { + "mitLicense": "Лиценз от MIT" + } + }, + "footer": { + "credit": "Създадено с любов от <1>Amruth Pillai", + "thanks": "Благодаря ви, че използвате Reactive Resume!" + } +} From 4059d72f1d33da3f9dc12313d2f865690305c898 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:32 +0530 Subject: [PATCH 013/123] New translations colors.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/colors.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/colors.json diff --git a/src/i18n/locales/bg/rightSidebar/colors.json b/src/i18n/locales/bg/rightSidebar/colors.json new file mode 100644 index 000000000..5e0ad96eb --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/colors.json @@ -0,0 +1,7 @@ +{ + "title": "Цветове", + "colorOptions": "Опции за цветовете", + "primaryColor": "Основен цвят", + "accentColor": "Вторичен цвят", + "clipboardCopyAction": "Цветът „{{color}}“ е копиран в клипборда." +} From abec1434a5e1b69c4e0f242ba7e0656b6c8c1042 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 21:43:39 +0530 Subject: [PATCH 014/123] New translations templates.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/templates.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/templates.json diff --git a/src/i18n/locales/bg/rightSidebar/templates.json b/src/i18n/locales/bg/rightSidebar/templates.json new file mode 100644 index 000000000..1fa4be172 --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/templates.json @@ -0,0 +1,3 @@ +{ + "title": "Шаблони" +} From 7fd3b38b934f9b8ce47fb694393cc740d37f5e56 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 22:04:13 +0530 Subject: [PATCH 015/123] New translations settings.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/settings.json diff --git a/src/i18n/locales/bg/rightSidebar/settings.json b/src/i18n/locales/bg/rightSidebar/settings.json new file mode 100644 index 000000000..99c76d307 --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/settings.json @@ -0,0 +1,7 @@ +{ + "title": "Настройки", + "language": { + "label": "Език", + "helpText": "Ако искате да помогнете с превода на приложението на собствения ви език, вижте <1>документацията относно превода." + } +} \ No newline at end of file From 126aa0690ca5337eb6019ae60659f49576535eec Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Mon, 20 Apr 2020 22:04:15 +0530 Subject: [PATCH 016/123] New translations fonts.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/fonts.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/fonts.json diff --git a/src/i18n/locales/bg/rightSidebar/fonts.json b/src/i18n/locales/bg/rightSidebar/fonts.json new file mode 100644 index 000000000..186e0cbdd --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/fonts.json @@ -0,0 +1,7 @@ +{ + "title": "Шрифтове", + "fontFamily": { + "label": "Семейство шрифтове", + "helpText": "Можете да ползвате и всеки един шрифт, който е инсталиран на системата ви. Просто въведете тук името на семеството шрифрове и браузърът ще ги зареди." + } +} From a86815bd9b266f9b3d7477f36a2919663101e33b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 23:23:54 +0000 Subject: [PATCH 017/123] Bump @testing-library/react from 10.0.2 to 10.0.3 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.0.2 to 10.0.3. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v10.0.2...v10.0.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 78 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fd4b9d4e..11783c1e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1473,9 +1473,9 @@ } }, "@testing-library/dom": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.1.4.tgz", - "integrity": "sha512-eifMaV8NW4xk/moC4+ga8Jpl6MNLNjQgBgimDBqmcZPVyDPcWYsapAMcp1HIGpVsTNAXBVB8ILza3uyu86v4ig==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.2.1.tgz", + "integrity": "sha512-xIGoHlQ2ZiEL1dJIFKNmLDypzYF+4OJTTASRctl/aoIDaS5y/pRVHRigoqvPUV11mdJoR71IIgi/6UviMgyz4g==", "requires": { "@babel/runtime": "^7.9.2", "@types/testing-library__dom": "^7.0.0", @@ -1485,9 +1485,9 @@ }, "dependencies": { "@jest/types": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.2.3.tgz", - "integrity": "sha512-6oLQwO9mKif3Uph3RX5J1i3S7X7xtDHWBaaaoeKw8hOzV6YUd0qDcYcHZ6QXMHDIzSr7zzrEa51o2Ovlj6AtKQ==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.4.0.tgz", + "integrity": "sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==", "requires": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^1.1.1", @@ -1549,11 +1549,11 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "pretty-format": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.2.3.tgz", - "integrity": "sha512-IP4+5UOAVGoyqC/DiomOeHBUKN6q00gfyT2qpAsRH64tgOKB2yF7FHJXC18OCiU0/YFierACup/zdCOWw0F/0w==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.4.0.tgz", + "integrity": "sha512-PI/2dpGjXK5HyXexLPZU/jw5T9Q6S1YVXxxVxco+LIqzUFHXIbKZKdUVt7GcX7QUCr31+3fzhi4gN4/wUYPVxQ==", "requires": { - "@jest/types": "^25.2.3", + "@jest/types": "^25.4.0", "ansi-regex": "^5.0.0", "ansi-styles": "^4.0.0", "react-is": "^16.12.0" @@ -1694,9 +1694,9 @@ } }, "@testing-library/react": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.0.2.tgz", - "integrity": "sha512-YT6Mw0oJz7R6vlEkmo1FlUD+K15FeXApOB5Ffm9zooFVnrwkt00w18dUJFMOh1yRp9wTdVRonbor7o4PIpFCmA==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.0.3.tgz", + "integrity": "sha512-EVmd3ghDFBEjOSLnISUdi7OcLdP6tsqjmTprpMaBz5TreoM8jnxGKIPkLD579CE0LYGqK01iffQiy6wwW/RUig==", "requires": { "@babel/runtime": "^7.9.2", "@testing-library/dom": "^7.1.0", @@ -1929,18 +1929,18 @@ "integrity": "sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==" }, "@types/react": { - "version": "16.9.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.27.tgz", - "integrity": "sha512-j+RvQb9w7a2kZFBOgTh+s/elCwtqWUMN6RJNdmz0ntmwpeoMHKnyhUcmYBu7Yw94Rtj9938D+TJSn6WGcq2+OA==", + "version": "16.9.34", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", + "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" } }, "@types/react-dom": { - "version": "16.9.5", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.5.tgz", - "integrity": "sha512-BX6RQ8s9D+2/gDhxrj8OW+YD4R+8hj7FEM/OJHGNR0KipE1h1mSsf39YeyC81qafkq+N3rU3h3RFbLSwE5VqUg==", + "version": "16.9.6", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.6.tgz", + "integrity": "sha512-S6ihtlPMDotrlCJE9ST1fRmYrQNNwfgL61UB4I1W7M6kPulUKx9fXAleW5zpdIjUQ4fTaaog8uERezjsGUj9HQ==", "requires": { "@types/react": "*" } @@ -1951,17 +1951,17 @@ "integrity": "sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==" }, "@types/testing-library__dom": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@types/testing-library__dom/-/testing-library__dom-7.0.0.tgz", - "integrity": "sha512-1TEPWyqQ6IQ7R1hCegZmFSA3KrBQjdzJW7yC9ybpRcFst5XuPOqBGNr0mTAKbxwI/TrTyc1skeyLJrpcvAf93w==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@types/testing-library__dom/-/testing-library__dom-7.0.1.tgz", + "integrity": "sha512-WokGRksRJb3Dla6h02/0/NNHTkjsj4S8aJZiwMj/5/UL8VZ1iCe3H8SHzfpmBeH8Vp4SPRT8iC2o9kYULFhDIw==", "requires": { "pretty-format": "^25.1.0" }, "dependencies": { "@jest/types": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.2.3.tgz", - "integrity": "sha512-6oLQwO9mKif3Uph3RX5J1i3S7X7xtDHWBaaaoeKw8hOzV6YUd0qDcYcHZ6QXMHDIzSr7zzrEa51o2Ovlj6AtKQ==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.4.0.tgz", + "integrity": "sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==", "requires": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^1.1.1", @@ -2014,11 +2014,11 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "pretty-format": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.2.3.tgz", - "integrity": "sha512-IP4+5UOAVGoyqC/DiomOeHBUKN6q00gfyT2qpAsRH64tgOKB2yF7FHJXC18OCiU0/YFierACup/zdCOWw0F/0w==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.4.0.tgz", + "integrity": "sha512-PI/2dpGjXK5HyXexLPZU/jw5T9Q6S1YVXxxVxco+LIqzUFHXIbKZKdUVt7GcX7QUCr31+3fzhi4gN4/wUYPVxQ==", "requires": { - "@jest/types": "^25.2.3", + "@jest/types": "^25.4.0", "ansi-regex": "^5.0.0", "ansi-styles": "^4.0.0", "react-is": "^16.12.0" @@ -2043,9 +2043,9 @@ } }, "@types/testing-library__react": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-10.0.0.tgz", - "integrity": "sha512-aByqRiRn9psCWbgW7a+gfW/LUQY/ChznnuPyWwLipcJm+rXaLNeYM4qL21jWPGn9W1H//oXgLE9aDlpkZSY3CQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@types/testing-library__react/-/testing-library__react-10.0.1.tgz", + "integrity": "sha512-RbDwmActAckbujLZeVO/daSfdL1pnjVqas25UueOkAY5r7vriavWf0Zqg7ghXMHa8ycD/kLkv8QOj31LmSYwww==", "requires": { "@types/react-dom": "*", "@types/testing-library__dom": "*", @@ -2053,9 +2053,9 @@ }, "dependencies": { "@jest/types": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.2.3.tgz", - "integrity": "sha512-6oLQwO9mKif3Uph3RX5J1i3S7X7xtDHWBaaaoeKw8hOzV6YUd0qDcYcHZ6QXMHDIzSr7zzrEa51o2Ovlj6AtKQ==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-25.4.0.tgz", + "integrity": "sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==", "requires": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^1.1.1", @@ -2108,11 +2108,11 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" }, "pretty-format": { - "version": "25.2.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.2.3.tgz", - "integrity": "sha512-IP4+5UOAVGoyqC/DiomOeHBUKN6q00gfyT2qpAsRH64tgOKB2yF7FHJXC18OCiU0/YFierACup/zdCOWw0F/0w==", + "version": "25.4.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.4.0.tgz", + "integrity": "sha512-PI/2dpGjXK5HyXexLPZU/jw5T9Q6S1YVXxxVxco+LIqzUFHXIbKZKdUVt7GcX7QUCr31+3fzhi4gN4/wUYPVxQ==", "requires": { - "@jest/types": "^25.2.3", + "@jest/types": "^25.4.0", "ansi-regex": "^5.0.0", "ansi-styles": "^4.0.0", "react-is": "^16.12.0" diff --git a/package.json b/package.json index 73b1d70dc..c3dbbbeab 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@fullhuman/postcss-purgecss": "^2.1.2", "@testing-library/jest-dom": "^5.5.0", - "@testing-library/react": "^10.0.2", + "@testing-library/react": "^10.0.3", "@testing-library/user-event": "^10.0.2", "@vuepress/plugin-google-analytics": "^1.4.1", "autoprefixer": "^9.7.6", From d3575a90efa8bb172c86aba2ea3ab7e13c226793 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 23:24:53 +0000 Subject: [PATCH 018/123] Bump react-i18next from 11.3.4 to 11.3.5 Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.3.4 to 11.3.5. - [Release notes](https://github.com/i18next/react-i18next/releases) - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/react-i18next/compare/v11.3.4...v11.3.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fd4b9d4e..792830ebf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14048,9 +14048,9 @@ "integrity": "sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==" }, "react-i18next": { - "version": "11.3.4", - "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.3.4.tgz", - "integrity": "sha512-IRZMD7PAM3C+fJNzRbyLNi1ZD0kc3Z3obBspJjEl+9H+ME41PhVor3BpdIqv/Rm7lUoGhMjmpu42J45ooJ61KA==", + "version": "11.3.5", + "resolved": "https://registry.npmjs.org/react-i18next/-/react-i18next-11.3.5.tgz", + "integrity": "sha512-x1dgM7UU/jKQ72/q3p9kkYz0C8fqAfMlUlx+SxqBUcRMTs/09HfnOUZFry1+GBpUcDHAg8R/vmPqL9rRzFO0UQ==", "requires": { "@babel/runtime": "^7.3.1", "html-parse-stringify2": "2.0.1" diff --git a/package.json b/package.json index 73b1d70dc..b64937a82 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-easy-panzoom": "^0.4.4", - "react-i18next": "^11.3.4", + "react-i18next": "^11.3.5", "react-markdown": "^4.3.1", "react-scripts": "3.4.1", "react-toastify": "^5.5.0", From 77418ed2b11cd7d0e4e53b6d4399decb48cd643b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 23:25:49 +0000 Subject: [PATCH 019/123] Bump i18next from 19.4.2 to 19.4.3 Bumps [i18next](https://github.com/i18next/i18next) from 19.4.2 to 19.4.3. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v19.4.2...v19.4.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fd4b9d4e..e23d87f77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8693,9 +8693,9 @@ "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, "i18next": { - "version": "19.4.2", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.2.tgz", - "integrity": "sha512-gDctWhIgACc92Uub7vb0GTdtLKZTgiDIiBkGExOSPgqhCSyyPOb8svLxixzzSS3yMjC3fduK/BbkRt95JHwvDw==", + "version": "19.4.3", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-19.4.3.tgz", + "integrity": "sha512-mqjfrYnvoqh9s2yVnzUjMfELCOoRuiKbRYzICZozaHYZMpUx17MpWDCW6zC+E42CaveIet/Zh07j22GAo4CFqQ==", "requires": { "@babel/runtime": "^7.3.1" } diff --git a/package.json b/package.json index 73b1d70dc..1bf87b0cb 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "autoprefixer": "^9.7.6", "axios": "^0.19.2", "html2canvas": "^1.0.0-rc.5", - "i18next": "^19.4.2", + "i18next": "^19.4.3", "i18next-browser-languagedetector": "^4.1.1", "i18next-xhr-backend": "^3.2.2", "jspdf": "^1.5.3", From 6525431a9c4fa02137a080fb08b5e34779afefe0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:08:57 +0530 Subject: [PATCH 020/123] New translations extras.json (Tamil) --- src/i18n/locales/ta/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/extras.json b/src/i18n/locales/ta/leftSidebar/extras.json index 7afc7c067..e38fa09d1 100644 --- a/src/i18n/locales/ta/leftSidebar/extras.json +++ b/src/i18n/locales/ta/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "சாவி" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "மதிப்பு" } } From 8de87faf28c28d1efbf84baa3329f095cd966dce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:08:58 +0530 Subject: [PATCH 021/123] New translations education.json (Tamil) --- src/i18n/locales/ta/leftSidebar/education.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/education.json b/src/i18n/locales/ta/leftSidebar/education.json index 231004b26..71f94a5ef 100644 --- a/src/i18n/locales/ta/leftSidebar/education.json +++ b/src/i18n/locales/ta/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "பெயர்" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "முக்கிய" }, "grade": { - "label": "Grade" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "label": "தரம்" } } From b44fbbc19baf39619fe66b258243dde170171f78 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:08:59 +0530 Subject: [PATCH 022/123] New translations certifications.json (Tamil) --- src/i18n/locales/ta/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/certifications.json b/src/i18n/locales/ta/leftSidebar/certifications.json index 92f9dc164..1ea6abd8f 100644 --- a/src/i18n/locales/ta/leftSidebar/certifications.json +++ b/src/i18n/locales/ta/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "பெயர்" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "அதிகாரம்" } } From def1d55b478c1b5c969dc8eab6ec9e21abbde36d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:09:00 +0530 Subject: [PATCH 023/123] New translations awards.json (Tamil) --- src/i18n/locales/ta/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/awards.json b/src/i18n/locales/ta/leftSidebar/awards.json index 4222ec124..268858a4c 100644 --- a/src/i18n/locales/ta/leftSidebar/awards.json +++ b/src/i18n/locales/ta/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "தலைப்பு" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "துணைத் தலைப்பு" } } From fe68ff0f6cafb201622247b7fc9c2688f6652d00 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:09:36 +0530 Subject: [PATCH 024/123] New translations references.json (Tamil) --- src/i18n/locales/ta/leftSidebar/references.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/references.json b/src/i18n/locales/ta/leftSidebar/references.json index 88241575d..766eb565c 100644 --- a/src/i18n/locales/ta/leftSidebar/references.json +++ b/src/i18n/locales/ta/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "பெயர்" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "நிலை" }, "phone": { - "label": "Phone Number" + "label": "தொலைபேசி எண்" }, "email": { - "label": "Email Address" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "label": "ஈமெயில் முகவரி" } } From d4419e1c88915b2fd109d053f3f8966f0578f0ce Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:09:38 +0530 Subject: [PATCH 025/123] New translations profile.json (Tamil) --- src/i18n/locales/ta/leftSidebar/profile.json | 27 ++++++++------------ 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/profile.json b/src/i18n/locales/ta/leftSidebar/profile.json index b7f889c26..b47c534f0 100644 --- a/src/i18n/locales/ta/leftSidebar/profile.json +++ b/src/i18n/locales/ta/leftSidebar/profile.json @@ -1,40 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "புகைப்படம் URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "முதல் பெயர்" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "கடைசி பெயர்" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "துணைத் தலைப்பு" }, "address": { + "label": "முகவரி", "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "முகவரி வரி 1" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "முகவரி வரி 2" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "முகவரி வரி 3" } }, "phone": { - "label": "Phone Number" + "label": "தொலைபேசி எண்" }, "website": { - "label": "Website" + "label": "வெப்சைட்" }, "email": { - "label": "Email Address" + "label": "ஈமெயில் முகவரி" } } From 6bfef982edc3adec9ffbc6a3fbc90d1b1264df43 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:09:39 +0530 Subject: [PATCH 026/123] New translations objective.json (Tamil) --- src/i18n/locales/ta/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/objective.json b/src/i18n/locales/ta/leftSidebar/objective.json index 8cb4f70da..2f450774b 100644 --- a/src/i18n/locales/ta/leftSidebar/objective.json +++ b/src/i18n/locales/ta/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "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": "நோக்கம்" } } From 02c6c62833a5ae7471a4a55c9df83ac32fc07d7e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:09:40 +0530 Subject: [PATCH 027/123] New translations languages.json (Tamil) --- src/i18n/locales/ta/leftSidebar/languages.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/languages.json b/src/i18n/locales/ta/leftSidebar/languages.json index fc5de101a..2da188beb 100644 --- a/src/i18n/locales/ta/leftSidebar/languages.json +++ b/src/i18n/locales/ta/leftSidebar/languages.json @@ -1,9 +1,8 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "பெயர்" }, "rating": { - "label": "Rating" + "label": "மதிப்பீடு" } } From 3aea2f49bc9d1b21318c458c996b97b3ccb83afc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:18:20 +0530 Subject: [PATCH 028/123] New translations work.json (Tamil) --- src/i18n/locales/ta/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ta/leftSidebar/work.json b/src/i18n/locales/ta/leftSidebar/work.json index 6d115c6e3..f04bb7a99 100644 --- a/src/i18n/locales/ta/leftSidebar/work.json +++ b/src/i18n/locales/ta/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Name", - "placeholder": "Amazon" + "label": "பெயர்" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "பங்கு" } } From 29e52f904b3bdc5af19d9c608dc65068069b1238 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 21 Apr 2020 19:32:59 +0530 Subject: [PATCH 029/123] New translations templates.json (Tamil) --- src/i18n/locales/ta/rightSidebar/templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ta/rightSidebar/templates.json b/src/i18n/locales/ta/rightSidebar/templates.json index 89fd528d7..13e2ff3bc 100644 --- a/src/i18n/locales/ta/rightSidebar/templates.json +++ b/src/i18n/locales/ta/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "டெம்ப்ளட்ஸ்" } From fc325f030efaf3ca5aba1b485efe44847c474734 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:07:45 +0200 Subject: [PATCH 030/123] Add Vietnamese translation --- src/i18n/locales/vi/app/app.json | 37 ++++++++++++++++--- src/i18n/locales/vi/leftSidebar/awards.json | 4 +- .../vi/leftSidebar/certifications.json | 4 +- .../locales/vi/leftSidebar/education.json | 6 +-- src/i18n/locales/vi/leftSidebar/extras.json | 4 +- .../locales/vi/leftSidebar/languages.json | 7 +++- .../locales/vi/leftSidebar/objective.json | 2 +- src/i18n/locales/vi/leftSidebar/profile.json | 21 ++++++----- .../locales/vi/leftSidebar/references.json | 8 ++-- src/i18n/locales/vi/leftSidebar/work.json | 4 +- src/i18n/locales/vi/rightSidebar/about.json | 32 ++++++++-------- src/i18n/locales/vi/rightSidebar/actions.json | 33 ++++++++--------- src/i18n/locales/vi/rightSidebar/colors.json | 10 ++--- src/i18n/locales/vi/rightSidebar/fonts.json | 6 +-- .../locales/vi/rightSidebar/settings.json | 8 ++-- .../locales/vi/rightSidebar/templates.json | 2 +- 16 files changed, 108 insertions(+), 80 deletions(-) diff --git a/src/i18n/locales/vi/app/app.json b/src/i18n/locales/vi/app/app.json index 861e3ad5f..a200026f4 100644 --- a/src/i18n/locales/vi/app/app.json +++ b/src/i18n/locales/vi/app/app.json @@ -3,23 +3,48 @@ "placeholder": "Heading" }, "item": { - "add": "Add {{- heading}}", + "add": "Thêm {{- heading}}", "startDate": { - "label": "Start Date", + "label": "Bắt đầu", "placeholder": "March 2018" }, "endDate": { - "label": "End Date", + "label": "Kết thúc", "placeholder": "March 2022" }, "description": { - "label": "Description" + "label": "Mô tả" } }, "buttons": { "add": { - "label": "Add" + "label": "Thêm" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "printDialog": { + "heading": "Tải Bản trích ngang về", + "quality": { + "label": "Chất lượng" + }, + "printType": { + "label": "Kiểu", + "types": { + "unconstrained": "Tự do", + "fitInA4": "Vừa trang A4", + "multiPageA4": "Nhiều trang A4" + } + }, + "helpText": [ + "Phương pháp xuất này xử dụng HTML canvas để chuyển dạng bản trích ngang thành một ảnh rồi in nó trên một PDF, điều này có nghĩa là nó sẽ mất tất cả các tính năng chọn lựa (selecting)/phân tích (parsing).", + "Nếu việc có các tính năng đó quan trọng đối với bạn, hãy thử in bản trích ngang, bằng phím Cmd/Ctrl + P hoặc nút in dưới đây. Kết quả có thể sai khác vì đầu ra phụ thuộc vào trình duyệt, nhưng nó sẽ hoạt động tốt nhất trên phiên bản Google Chrome mới nhất." + ], + "buttons": { + "cancel": "Hủy bỏ", + "saveAsPdf": "Lưu thành PDF" + } + }, + "panZoomAnimation": { + "helpText": "Bạn có thể kéo và thu phóng bản thiết kế bất kì lúc nào để xem bản trích ngang của mình rõ hơn." + }, + "markdownHelpText": "Bạn có thể dùng <1>cú pháp Markdown của GitHub để tạo kiểu cho chữ ở phần này." } diff --git a/src/i18n/locales/vi/leftSidebar/awards.json b/src/i18n/locales/vi/leftSidebar/awards.json index 4222ec124..218cdd2b9 100644 --- a/src/i18n/locales/vi/leftSidebar/awards.json +++ b/src/i18n/locales/vi/leftSidebar/awards.json @@ -1,10 +1,10 @@ { "title": { - "label": "Title", + "label": "Tiêu đề", "placeholder": "Math & Science Olympiad" }, "subtitle": { - "label": "Subtitle", + "label": "Tiêu đề phụ", "placeholder": "First Place, International Level" }, "description": { diff --git a/src/i18n/locales/vi/leftSidebar/certifications.json b/src/i18n/locales/vi/leftSidebar/certifications.json index 92f9dc164..ecd2e1bb3 100644 --- a/src/i18n/locales/vi/leftSidebar/certifications.json +++ b/src/i18n/locales/vi/leftSidebar/certifications.json @@ -1,10 +1,10 @@ { "title": { - "label": "Title", + "label": "Tên", "placeholder": "Android Development Nanodegree" }, "subtitle": { - "label": "Subtitle", + "label": "Trao bởi", "placeholder": "Udacity" }, "description": { diff --git a/src/i18n/locales/vi/leftSidebar/education.json b/src/i18n/locales/vi/leftSidebar/education.json index 231004b26..8d472ea2c 100644 --- a/src/i18n/locales/vi/leftSidebar/education.json +++ b/src/i18n/locales/vi/leftSidebar/education.json @@ -1,14 +1,14 @@ { "name": { - "label": "Name", + "label": "Tên", "placeholder": "Harvard University" }, "major": { - "label": "Major", + "label": "Ngành", "placeholder": "Masters in Computer Science" }, "grade": { - "label": "Grade" + "label": "Điểm" }, "description": { "placeholder": "You can write about projects or special credit classes that you took while studying at this school." diff --git a/src/i18n/locales/vi/leftSidebar/extras.json b/src/i18n/locales/vi/leftSidebar/extras.json index 7afc7c067..f7c5fe3b1 100644 --- a/src/i18n/locales/vi/leftSidebar/extras.json +++ b/src/i18n/locales/vi/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", + "label": "Tên trường", "placeholder": "Date of Birth" }, "value": { - "label": "Value", + "label": "Nội dung trường", "placeholder": "6th August 1995" } } diff --git a/src/i18n/locales/vi/leftSidebar/languages.json b/src/i18n/locales/vi/leftSidebar/languages.json index fc5de101a..9894925dd 100644 --- a/src/i18n/locales/vi/leftSidebar/languages.json +++ b/src/i18n/locales/vi/leftSidebar/languages.json @@ -1,9 +1,12 @@ { "key": { - "label": "Key", + "label": "Tên", "placeholder": "Dothraki" }, + "level": { + "label": "Trình độ" + }, "rating": { - "label": "Rating" + "label": "Đánh giá" } } diff --git a/src/i18n/locales/vi/leftSidebar/objective.json b/src/i18n/locales/vi/leftSidebar/objective.json index 8cb4f70da..d43dcf75f 100644 --- a/src/i18n/locales/vi/leftSidebar/objective.json +++ b/src/i18n/locales/vi/leftSidebar/objective.json @@ -1,6 +1,6 @@ { "objective": { - "label": "Objective", + "label": "Mục tiêu", "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." } } diff --git a/src/i18n/locales/vi/leftSidebar/profile.json b/src/i18n/locales/vi/leftSidebar/profile.json index b7f889c26..a6980d2ff 100644 --- a/src/i18n/locales/vi/leftSidebar/profile.json +++ b/src/i18n/locales/vi/leftSidebar/profile.json @@ -1,40 +1,41 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL Ảnh" }, "firstName": { - "label": "First Name", + "label": "Tên", "placeholder": "Jane" }, "lastName": { - "label": "Last Name", + "label": "Họ", "placeholder": "Doe" }, "subtitle": { - "label": "Subtitle", + "label": "Chức danh", "placeholder": "Full Stack Web Developer" }, "address": { + "label": "Địa chỉ", "line1": { - "label": "Address Line 1", + "label": "Địa chỉ, Dòng 1", "placeholder": "Palladium Complex" }, "line2": { - "label": "Address Line 2", + "label": "Địa chỉ, Dòng 2", "placeholder": "140 E 14th St" }, "line3": { - "label": "Address Line 3", + "label": "Địa chỉ, Dòng 3", "placeholder": "New York, NY 10003 USA" } }, "phone": { - "label": "Phone Number" + "label": "Số Điện thoại" }, "website": { - "label": "Website" + "label": "Trang web" }, "email": { - "label": "Email Address" + "label": "Địa chỉ Email" } } diff --git a/src/i18n/locales/vi/leftSidebar/references.json b/src/i18n/locales/vi/leftSidebar/references.json index 88241575d..3ea0fd905 100644 --- a/src/i18n/locales/vi/leftSidebar/references.json +++ b/src/i18n/locales/vi/leftSidebar/references.json @@ -1,17 +1,17 @@ { "name": { - "label": "Name", + "label": "Tên", "placeholder": "Richard Hendricks" }, "position": { - "label": "Position", + "label": "Chức vụ", "placeholder": "CEO, Pied Piper" }, "phone": { - "label": "Phone Number" + "label": "Số Điện thoại" }, "email": { - "label": "Email Address" + "label": "Địa chỉ Email" }, "description": { "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." diff --git a/src/i18n/locales/vi/leftSidebar/work.json b/src/i18n/locales/vi/leftSidebar/work.json index 6d115c6e3..291c0f2a8 100644 --- a/src/i18n/locales/vi/leftSidebar/work.json +++ b/src/i18n/locales/vi/leftSidebar/work.json @@ -1,10 +1,10 @@ { "name": { - "label": "Name", + "label": "Tên", "placeholder": "Amazon" }, "role": { - "label": "Role", + "label": "Vị trí", "placeholder": "Front-end Web Developer" }, "description": { diff --git a/src/i18n/locales/vi/rightSidebar/about.json b/src/i18n/locales/vi/rightSidebar/about.json index cac678ad8..f183c7cb5 100644 --- a/src/i18n/locales/vi/rightSidebar/about.json +++ b/src/i18n/locales/vi/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "About", + "title": "Giới thiệu", "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": "Tài liệu hướng dẫn", + "body": "Muốn biết thêm về ứng dụng này? Cần thông tin về cách đóng góp cho dự án? Không phải tìm thêm nữa, có một hướng dẫn đầy đủ dành cho bạn.", "buttons": { - "documentation": "Documentation" + "documentation": "Tài liệu hướng dẫn" } }, "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": "Lỗi? Đề xuất Tính năng?", + "body": "Có gì đó gây cản trở việc bạn làm bản trích ngang? Tìm ra một lỗi phiền hà dai dẳng? Nói về chuyện đó ở mục Issues trên GitHub, hoặc gửi cho tôi một email, bằng các thao tác dưới đây.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "Đưa ra Vấn đề", + "sendEmail": "Gửi Email" } }, "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": "Mã Nguồn", + "body": "Muốn chạy dự án từ mã nguồn? Là một lập trình viên muốn đóng góp cho việc phát triển nguồn mở của dự án này? Ấn nút dưới đây.", "buttons": { - "githubRepo": "GitHub Repo" + "githubRepo": "Kho trên 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": "Thông tin Giấy phép", + "body": "Dự án này được điều chỉnh bởi Giấy phép MIT, bạn có thể đọc thêm về nó dưới đây. Về cơ bản, bạn được sử dụng dự án này ở bất kì đâu, chỉ cần bạn công nhận tác giả gốc.", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "Giấy phép MIT" } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Được tạo ra, bằng Tình cảm, bởi <1>Amruth Pillai.", + "thanks": "Cảm ơn bạn đã xử dụng Reactive Resume!" } } diff --git a/src/i18n/locales/vi/rightSidebar/actions.json b/src/i18n/locales/vi/rightSidebar/actions.json index b68187149..89845469a 100644 --- a/src/i18n/locales/vi/rightSidebar/actions.json +++ b/src/i18n/locales/vi/rightSidebar/actions.json @@ -1,34 +1,33 @@ { - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "title": "Thao tác", + "disclaimer": "Những gì bạn thay đổi trong bản trích ngang của mình được tự động lưu vào vùng lưu trữ cục bộ (local storage) của trình duyệt. Không chút dữ liệu nào thoát ra ngoài, nên thông tin của bạn hoàn toàn được bảo vệ.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "Nhập/Xuất", + "body": "Bạn có thể nhập hoặc xuất dữ liệu của mình ở dạng JSON. Bằng cách này, bạn có thể chỉnh sửa và in bản trích ngang của mình trên bất kì thiết bị nào. Lưu tệp này lại để dùng về sau.", "buttons": { - "import": "Import", - "export": "Export" + "import": "Nhập", + "export": "Xuất" } }, - "printResume": { - "heading": "Print Your Resume", - "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.", + "downloadResume": { + "heading": "Tải Bản trích ngang về", + "body": "Bạn có thể ấn nút dưới đây để tải về ngay bản trích ngang ở dạng PDF. Để có kết quả tốt nhất, hãy xử dụng Google Chrome bản mới nhất.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "Lưu thành PDF" } }, "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": "Tải Dữ liệu Minh họa", + "body": "Không rõ nên làm gì với một trang trống trơn? Tải vài dữ liệu minh họa với các giá trị đặt sẵn để thấy một bản trích ngang trông thế nào và từ đó bạn có thể bắt đầu chỉnh sửa.", "buttons": { - "loadData": "Load Data" + "loadData": "Tải Dữ liệu" } }, "reset": { - "heading": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "heading": "Đặt lại Tất cả!", + "body": "Thao tác này sẽ đặt lại tất cả dữ liệu của bạn và xóa cả các bản sao lưu vùng lưu trữ cục bộ (local storage) của trình duyệt, nên hãy chắc chắn là bạn đã xuất thông tin ra trước khi đặt lại mọi thứ.", "buttons": { - "reset": "Reset" + "reset": "Đặt lại" } } } diff --git a/src/i18n/locales/vi/rightSidebar/colors.json b/src/i18n/locales/vi/rightSidebar/colors.json index bf4accbf2..02793c368 100644 --- a/src/i18n/locales/vi/rightSidebar/colors.json +++ b/src/i18n/locales/vi/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "Màu sắc", + "colorOptions": "Lựa chọn Màu", + "primaryColor": "Màu Chính", + "accentColor": "Màu Phụ", + "clipboardCopyAction": "{{color}} đã được chép vào bảng nháp (clipboard)." } diff --git a/src/i18n/locales/vi/rightSidebar/fonts.json b/src/i18n/locales/vi/rightSidebar/fonts.json index dbcfe5f2f..9cd0982fd 100644 --- a/src/i18n/locales/vi/rightSidebar/fonts.json +++ b/src/i18n/locales/vi/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "Phông chữ", "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + "label": "Họ Phông chữ", + "helpText": "Bạn cũng có thể dùng bất kì phông nào đã cài trên máy của bạn. Chỉ cần điền tên của họ phông đó vào đây và trình duyệt sẽ tải nó lên cho bạn." } } diff --git a/src/i18n/locales/vi/rightSidebar/settings.json b/src/i18n/locales/vi/rightSidebar/settings.json index dacc183c6..7c5cc84f8 100644 --- a/src/i18n/locales/vi/rightSidebar/settings.json +++ b/src/i18n/locales/vi/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Cài đặt", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "label": "Ngôn ngữ", + "helpText": "Nếu bạn muốn giúp dịch ứng dụng này sang ngôn ngữ của mình, xin hãy tra cứu <1>Hướng dẫn Dịch thuật." } -} \ No newline at end of file +} diff --git a/src/i18n/locales/vi/rightSidebar/templates.json b/src/i18n/locales/vi/rightSidebar/templates.json index 89fd528d7..63aece6b2 100644 --- a/src/i18n/locales/vi/rightSidebar/templates.json +++ b/src/i18n/locales/vi/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "Kiểu mẫu" } From ca323d27c7aa9935f4aba196c46a6b77e55d1564 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:29:54 +0200 Subject: [PATCH 031/123] Add level.label string --- src/i18n/locales/en/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/en/leftSidebar/languages.json b/src/i18n/locales/en/leftSidebar/languages.json index c0167dd71..21cb24836 100644 --- a/src/i18n/locales/en/leftSidebar/languages.json +++ b/src/i18n/locales/en/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Name" }, + "level": { + "label": "Level" + }, "rating": { "label": "Rating" } From 2ddbbc2872f190d4340421e60206f963b877bbe8 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:39:36 +0200 Subject: [PATCH 032/123] Add Vietnamese to the list as the name of the language in the language itself --- src/i18n/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/index.js b/src/i18n/index.js index 871c510b1..050f7c4bd 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -54,6 +54,10 @@ const languages = [ code: 'es', name: 'Spanish', }, + { + code: 'vi', + name: 'Tiếng Việt' + } ]; i18n From 7939a68c718e69f3ae21d55404e7101d746fc444 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 13:00:14 +0530 Subject: [PATCH 033/123] New translations colors.json (Tamil) --- src/i18n/locales/ta/rightSidebar/colors.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/ta/rightSidebar/colors.json b/src/i18n/locales/ta/rightSidebar/colors.json index bf4accbf2..aa48fad4e 100644 --- a/src/i18n/locales/ta/rightSidebar/colors.json +++ b/src/i18n/locales/ta/rightSidebar/colors.json @@ -1,7 +1,7 @@ { - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Accent Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." + "title": "வண்ணங்கள்", + "colorOptions": "வண்ண விருப்பங்கள்", + "primaryColor": "முதன்மை நிறம்", + "accentColor": "இரண்டாம் நிறம்", + "clipboardCopyAction": "{{color}} கிளிப்போர்டுக்கு நகலெடுக்கப்பட்டது." } From 7a4b62ef45a1325fee9102b26759355e723bb747 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 13:00:17 +0530 Subject: [PATCH 034/123] New translations settings.json (Tamil) --- src/i18n/locales/ta/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/ta/rightSidebar/settings.json b/src/i18n/locales/ta/rightSidebar/settings.json index dacc183c6..5571413ee 100644 --- a/src/i18n/locales/ta/rightSidebar/settings.json +++ b/src/i18n/locales/ta/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "அமைப்புகள்", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." + "label": "மொழி", + "helpText": "பயன்பாட்டை உங்கள் சொந்த மொழியில் மொழிபெயர்க்க உதவ விரும்பினால், <1>Translation Documentation பார்க்கவும்." } } \ No newline at end of file From 437c3e990e748d1fe5a37f8a7dbe1726eabc5388 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 14:01:43 +0530 Subject: [PATCH 035/123] New translations about.json (Tamil) --- src/i18n/locales/ta/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/ta/rightSidebar/about.json b/src/i18n/locales/ta/rightSidebar/about.json index cac678ad8..7d9b7ce52 100644 --- a/src/i18n/locales/ta/rightSidebar/about.json +++ b/src/i18n/locales/ta/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": "மறுதொடக்கம் செய்வதிலிருந்து உங்கள் முன்னேற்றத்தை ஏதேனும் தடுக்கிறதா? வெளியேறாத ஒரு தொல்லை பிழை கிடைத்ததா? கிட்ஹப் சிக்கல்கள் பிரிவில் இதைப் பற்றி பேசுங்கள், அல்லது கீழேயுள்ள செயல்களைப் பயன்படுத்தி எனக்கும் மின்னஞ்சல் அனுப்பவும்.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": " சிக்கலை காட்டு\n", + "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": "குதுப் ரெபோ" } }, "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": "<1>Amruth Pillai<1>யால் அன்பால் செய்யப்பட்டது", + "thanks": "Reactive Resume ஐப் பயன்படுத்தியதற்கு நன்றி!" } } From a67993f96a7bfcc4b38bdad768dd45e03df164bd Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 14:01:48 +0530 Subject: [PATCH 036/123] New translations app.json (Tamil) --- src/i18n/locales/ta/app/app.json | 42 +++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/src/i18n/locales/ta/app/app.json b/src/i18n/locales/ta/app/app.json index 861e3ad5f..50836d18c 100644 --- a/src/i18n/locales/ta/app/app.json +++ b/src/i18n/locales/ta/app/app.json @@ -1,25 +1,45 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { - "add": "Add {{- heading}}", + "add": "{{- heading}} சேர்க்கவும்", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "தொடக்க தேதி" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "கடைசி தேதி" }, "description": { - "label": "Description" + "label": "விளக்கம்" } }, "buttons": { "add": { - "label": "Add" + "label": "சேர்க்க" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "printDialog": { + "heading": "ரெசுமே டவுன்லோட் செய்யவும்", + "quality": { + "label": "தரம்" + }, + "printType": { + "label": "வகை", + "types": { + "unconstrained": "அளவு இல்லே", + "fitInA4": "A4 இல் சேர்க்கவும்", + "multiPageA4": "மல்டி-பேஜ் A4" + } + }, + "helpText": [ + "இந்த ஏற்றுமதி முறை HTML கேன்வாஸைப் பயன்படுத்தி விண்ணப்பத்தை ஒரு படமாக மாற்றி PDF இல் அச்சிடுகிறது, அதாவது இது தேர்ந்தெடுக்கும் / பாகுபடுத்தும் திறன்களை இழக்கும்.", + "இது உங்களுக்கு முக்கியம் என்றால், தயவுசெய்து Cmd/Ctrl + P அல்லது கீழே உள்ள அச்சு பொத்தானைப் பயன்படுத்தி ரெசுமே அச்சிட முயற்சிக்கவும். வெளியீடு உலாவி சார்ந்து இருப்பதால் முடிவு மாறுபடலாம், ஆனால் இது Google Chrome இன் சமீபத்திய பதிப்பில் சிறப்பாக செயல்படும் என்று அறியப்படுகிறது." + ], + "buttons": { + "cancel": "ரத்துசெய்", + "saveAsPdf": "PDF ஆக சேமிக்கவும்" + } + }, + "panZoomAnimation": { + "helpText": "உங்கள் ரெசுமே நெருக்கமாகப் பார்க்க நீங்கள் எந்த நேரத்திலும் ஆர்ட்போர்டைச் சுற்றி பெரிதாக்கலாம்." + }, + "markdownHelpText": "உரையின் இந்த பகுதியை வடிவமைக்க நீங்கள் <1>GitHub Flavored Markdown ஐப் பயன்படுத்தலாம்." } From ba392d2d27dfb25aa8280c1b9ad349868e6ebd5f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 14:08:54 +0530 Subject: [PATCH 037/123] New translations actions.json (Tamil) --- src/i18n/locales/ta/rightSidebar/actions.json | 33 +++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/src/i18n/locales/ta/rightSidebar/actions.json b/src/i18n/locales/ta/rightSidebar/actions.json index b68187149..61c712eb6 100644 --- a/src/i18n/locales/ta/rightSidebar/actions.json +++ b/src/i18n/locales/ta/rightSidebar/actions.json @@ -1,34 +1,33 @@ { - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", + "title": "செயல்கள்", + "disclaimer": "ரெசுமே இல் நீங்கள் செய்த மாற்றங்கள் உங்கள் உலாவியின் உள்ளூர் சேமிப்பகத்தில் தானாகவே சேமிக்கப்படும். தரவு எதுவும் வெளியேறவில்லை, எனவே உங்கள் தகவல் முற்றிலும் பாதுகாப்பானது.", "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", + "heading": "இறக்குமதி/ஏற்றுமதி", + "body": "உங்கள் தரவை JSON வடிவத்தில் இறக்குமதி செய்யலாம் அல்லது ஏற்றுமதி செய்யலாம். இதன் மூலம், எந்தவொரு சாதனத்திலிருந்தும் உங்கள் விண்ணப்பத்தை திருத்தலாம் மற்றும் அச்சிடலாம். பின்னர் பயன்படுத்த இந்த கோப்பை சேமிக்கவும்.", "buttons": { - "import": "Import", - "export": "Export" + "import": "இறக்குமதி", + "export": "ஏற்றுமதி" } }, - "printResume": { - "heading": "Print Your Resume", - "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.", + "downloadResume": { + "heading": "டவுன்லோட் ரெசுமே", + "body": "உங்கள் ரெசுமே PDF பதிப்பை டவுன்லோட் செய்ய கீழே உள்ள பொத்தானைக் கிளிக் செய்யலாம். சிறந்த முடிவுகளுக்கு, Google Chrome இன் சமீபத்திய பதிப்பைப் பயன்படுத்தவும்.", "buttons": { - "export": "Export", - "print": "Print" + "saveAsPdf": "PDF என சேமிக்கவும்" } }, "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": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", + "heading": "எல்லாவற்றையும் மாற்றவும்!", + "body": "இந்த நடவடிக்கை உங்கள் எல்லா தரவையும் மீட்டமைத்து, உங்கள் உலாவியின் உள்ளூர் சேமிப்பகத்தில் செய்யப்பட்ட காப்புப்பிரதிகளையும் அகற்றும், எனவே எல்லாவற்றையும் மீட்டமைப்பதற்கு முன்பு உங்கள் தகவலை ஏற்றுமதி செய்துள்ளீர்கள் என்பதை உறுதிப்படுத்தவும்.", "buttons": { - "reset": "Reset" + "reset": "மாற்ற" } } } From 45e7564be1f600b994496dfbfdaa30b320763a6a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 14:08:55 +0530 Subject: [PATCH 038/123] New translations fonts.json (Tamil) --- src/i18n/locales/ta/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/ta/rightSidebar/fonts.json b/src/i18n/locales/ta/rightSidebar/fonts.json index dbcfe5f2f..4f4fe46ec 100644 --- a/src/i18n/locales/ta/rightSidebar/fonts.json +++ b/src/i18n/locales/ta/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "எழுத்துருக்கள்", "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." + "label": "எழுத்துரு பேமிலி", + "helpText": "உங்கள் கணினியில் நிறுவப்பட்ட எந்த எழுத்துருவையும் நீங்கள் பயன்படுத்தலாம். எழுத்துரு பேமிலி பெயரை இங்கே உள்ளிடவும், உலாவி அதை உங்களுக்காக ஏற்றும்." } } From 865c1809bcc46e95028cbf4d81d4e81c79c3b9e1 Mon Sep 17 00:00:00 2001 From: PhuNH <1079742+PhuNH@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:09:36 +0200 Subject: [PATCH 039/123] Add languages.level.label string to src/i18n/source as well --- src/i18n/source/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/source/leftSidebar/languages.json b/src/i18n/source/leftSidebar/languages.json index c0167dd71..21cb24836 100644 --- a/src/i18n/source/leftSidebar/languages.json +++ b/src/i18n/source/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Name" }, + "level": { + "label": "Level" + }, "rating": { "label": "Rating" } From bf84368eda2bac5a5d3b28868e3df8cad5da0dbb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 15:46:31 +0530 Subject: [PATCH 040/123] New translations certifications.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/certifications.json b/src/i18n/locales/zh/leftSidebar/certifications.json index c96459e0a..6e59a75b6 100644 --- a/src/i18n/locales/zh/leftSidebar/certifications.json +++ b/src/i18n/locales/zh/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "名称" + "label": "Nome" }, "subtitle": { - "label": "颁发机构" + "label": "Autoria" } } From 783869636f6b5649f6aaaee28829033ed01d5d2d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 16:37:22 +0530 Subject: [PATCH 041/123] New translations certifications.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/certifications.json b/src/i18n/locales/zh/leftSidebar/certifications.json index 6e59a75b6..c96459e0a 100644 --- a/src/i18n/locales/zh/leftSidebar/certifications.json +++ b/src/i18n/locales/zh/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Nome" + "label": "名称" }, "subtitle": { - "label": "Autoria" + "label": "颁发机构" } } From 7079a6ec4128545a7fd996a09e11cc1892a98d85 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:30 +0530 Subject: [PATCH 042/123] New translations work.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/work.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/work.json b/src/i18n/locales/vi/leftSidebar/work.json index 291c0f2a8..0ee4d2bc0 100644 --- a/src/i18n/locales/vi/leftSidebar/work.json +++ b/src/i18n/locales/vi/leftSidebar/work.json @@ -1,13 +1,8 @@ { "name": { - "label": "Tên", - "placeholder": "Amazon" + "label": "Tên" }, "role": { - "label": "Vị trí", - "placeholder": "Front-end Web Developer" - }, - "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "label": "Vị trí" } } From cba98e57fc9e7da77ecb1db52acb3a780042e14e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:31 +0530 Subject: [PATCH 043/123] New translations references.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/references.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/references.json b/src/i18n/locales/vi/leftSidebar/references.json index 3ea0fd905..1aee38384 100644 --- a/src/i18n/locales/vi/leftSidebar/references.json +++ b/src/i18n/locales/vi/leftSidebar/references.json @@ -1,19 +1,14 @@ { "name": { - "label": "Tên", - "placeholder": "Richard Hendricks" + "label": "Tên" }, "position": { - "label": "Chức vụ", - "placeholder": "CEO, Pied Piper" + "label": "Chức vụ" }, "phone": { "label": "Số Điện thoại" }, "email": { "label": "Địa chỉ Email" - }, - "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." } } From e4c573c291e2b9db63f72334a4f88f05872ad2cf Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:33 +0530 Subject: [PATCH 044/123] New translations languages.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/languages.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/languages.json b/src/i18n/locales/vi/leftSidebar/languages.json index 9894925dd..189c1f16e 100644 --- a/src/i18n/locales/vi/leftSidebar/languages.json +++ b/src/i18n/locales/vi/leftSidebar/languages.json @@ -1,7 +1,6 @@ { "key": { - "label": "Tên", - "placeholder": "Dothraki" + "label": "Tên" }, "level": { "label": "Trình độ" From aceb09301fecd5bbfc3afa20bc8877a9cc44d4e6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:34 +0530 Subject: [PATCH 045/123] New translations education.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/education.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/education.json b/src/i18n/locales/vi/leftSidebar/education.json index 8d472ea2c..e08bc9204 100644 --- a/src/i18n/locales/vi/leftSidebar/education.json +++ b/src/i18n/locales/vi/leftSidebar/education.json @@ -1,16 +1,11 @@ { "name": { - "label": "Tên", - "placeholder": "Harvard University" + "label": "Tên" }, "major": { - "label": "Ngành", - "placeholder": "Masters in Computer Science" + "label": "Ngành" }, "grade": { "label": "Điểm" - }, - "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." } } From 2bf4b73cf09335723c02384d3a70e50153014982 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:36 +0530 Subject: [PATCH 046/123] New translations certifications.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/certifications.json b/src/i18n/locales/vi/leftSidebar/certifications.json index ecd2e1bb3..a1b16593e 100644 --- a/src/i18n/locales/vi/leftSidebar/certifications.json +++ b/src/i18n/locales/vi/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Tên", - "placeholder": "Android Development Nanodegree" + "label": "Tên" }, "subtitle": { - "label": "Trao bởi", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Trao bởi" } } From 3b59657678936f0e70efc61c7dbc810b90cea9c2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:37 +0530 Subject: [PATCH 047/123] New translations app.json (Vietnamese) --- src/i18n/locales/vi/app/app.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/vi/app/app.json b/src/i18n/locales/vi/app/app.json index a200026f4..a7e4e4231 100644 --- a/src/i18n/locales/vi/app/app.json +++ b/src/i18n/locales/vi/app/app.json @@ -1,16 +1,11 @@ { - "heading": { - "placeholder": "Heading" - }, "item": { "add": "Thêm {{- heading}}", "startDate": { - "label": "Bắt đầu", - "placeholder": "March 2018" + "label": "Bắt đầu" }, "endDate": { - "label": "Kết thúc", - "placeholder": "March 2022" + "label": "Kết thúc" }, "description": { "label": "Mô tả" From ec6cb822ddd28639ae5114773465ab7eac74e90e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:39 +0530 Subject: [PATCH 048/123] New translations extras.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/extras.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/extras.json b/src/i18n/locales/vi/leftSidebar/extras.json index f7c5fe3b1..a25f5c8ba 100644 --- a/src/i18n/locales/vi/leftSidebar/extras.json +++ b/src/i18n/locales/vi/leftSidebar/extras.json @@ -1,10 +1,8 @@ { "key": { - "label": "Tên trường", - "placeholder": "Date of Birth" + "label": "Tên trường" }, "value": { - "label": "Nội dung trường", - "placeholder": "6th August 1995" + "label": "Nội dung trường" } } From 747102dd277375d226d59f686c983085bea5ad0b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:40 +0530 Subject: [PATCH 049/123] New translations settings.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/vi/rightSidebar/settings.json b/src/i18n/locales/vi/rightSidebar/settings.json index 7c5cc84f8..fbc7bda9e 100644 --- a/src/i18n/locales/vi/rightSidebar/settings.json +++ b/src/i18n/locales/vi/rightSidebar/settings.json @@ -4,4 +4,4 @@ "label": "Ngôn ngữ", "helpText": "Nếu bạn muốn giúp dịch ứng dụng này sang ngôn ngữ của mình, xin hãy tra cứu <1>Hướng dẫn Dịch thuật." } -} +} \ No newline at end of file From 7303e48567edfbe8e767b05f8602d5395f41b703 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:44 +0530 Subject: [PATCH 050/123] New translations profile.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/profile.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/profile.json b/src/i18n/locales/vi/leftSidebar/profile.json index a6980d2ff..fc5cc3f84 100644 --- a/src/i18n/locales/vi/leftSidebar/profile.json +++ b/src/i18n/locales/vi/leftSidebar/profile.json @@ -3,30 +3,24 @@ "label": "URL Ảnh" }, "firstName": { - "label": "Tên", - "placeholder": "Jane" + "label": "Tên" }, "lastName": { - "label": "Họ", - "placeholder": "Doe" + "label": "Họ" }, "subtitle": { - "label": "Chức danh", - "placeholder": "Full Stack Web Developer" + "label": "Chức danh" }, "address": { "label": "Địa chỉ", "line1": { - "label": "Địa chỉ, Dòng 1", - "placeholder": "Palladium Complex" + "label": "Địa chỉ, Dòng 1" }, "line2": { - "label": "Địa chỉ, Dòng 2", - "placeholder": "140 E 14th St" + "label": "Địa chỉ, Dòng 2" }, "line3": { - "label": "Địa chỉ, Dòng 3", - "placeholder": "New York, NY 10003 USA" + "label": "Địa chỉ, Dòng 3" } }, "phone": { From a5f9c2cdb30a9cfe96fe91c1217cd2a1593dced6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:45 +0530 Subject: [PATCH 051/123] New translations objective.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/objective.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/objective.json b/src/i18n/locales/vi/leftSidebar/objective.json index d43dcf75f..09ddc1cea 100644 --- a/src/i18n/locales/vi/leftSidebar/objective.json +++ b/src/i18n/locales/vi/leftSidebar/objective.json @@ -1,6 +1,5 @@ { "objective": { - "label": "Mục tiêu", - "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": "Mục tiêu" } } From ec215e784f93afc889edfe30f09f1eb849ed9f6d Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 17:09:46 +0530 Subject: [PATCH 052/123] New translations awards.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/awards.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/awards.json b/src/i18n/locales/vi/leftSidebar/awards.json index 218cdd2b9..ff9361b3d 100644 --- a/src/i18n/locales/vi/leftSidebar/awards.json +++ b/src/i18n/locales/vi/leftSidebar/awards.json @@ -1,13 +1,8 @@ { "title": { - "label": "Tiêu đề", - "placeholder": "Math & Science Olympiad" + "label": "Tiêu đề" }, "subtitle": { - "label": "Tiêu đề phụ", - "placeholder": "First Place, International Level" - }, - "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "label": "Tiêu đề phụ" } } From caa7a5d3b233b1164659183416d401d46809fb2c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:06 +0530 Subject: [PATCH 053/123] New translations app.json (Hindi) --- src/i18n/locales/hi/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/hi/app/app.json b/src/i18n/locales/hi/app/app.json index 527938a69..af0205d2b 100644 --- a/src/i18n/locales/hi/app/app.json +++ b/src/i18n/locales/hi/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "बहु पृष्ठ A4" } }, + "helpText": [ + "यह निर्यात विधि आपकी CV को आपके सीवी को बदलने और PDF पर प्रिंट करने के लिए HTML कैनवास का उपयोग करती है, जिसका अर्थ है कि यह सभी चयन / पार्सिंग क्षमताओं को खो देगा।", + "यदि आपके लिए यह महत्वपूर्ण है, तो कृपया Cmd / Ctrl + P या नीचे दिए गए प्रिंट बटन का उपयोग करने के बजाय CV को प्रिंट करने का प्रयास करें। नतीजा अलग-अलग हो सकता है क्योंकि आउटपुट ब्राउज़र पर निर्भर है, लेकिन यह Google क्रोम के नवीनतम संस्करण पर सबसे अच्छा काम करने के लिए जाना जाता है।" + ], "buttons": { "cancel": "रद्द करें", "saveAsPdf": "डाउनलोड पीडीऍफ़" From 7e715e4fdbd604036dd857f89405b914712f9cf1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:11 +0530 Subject: [PATCH 054/123] New translations languages.json (Hindi) --- src/i18n/locales/hi/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/hi/leftSidebar/languages.json b/src/i18n/locales/hi/leftSidebar/languages.json index f9a1390fe..6934c271e 100644 --- a/src/i18n/locales/hi/leftSidebar/languages.json +++ b/src/i18n/locales/hi/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "नाम" }, + "level": { + "label": "स्तर" + }, "rating": { "label": "रेटिंग" } From f85cdf66ee26d502eb97b58ce7b48f81c4d08e8f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:13 +0530 Subject: [PATCH 055/123] New translations languages.json (German) --- src/i18n/locales/de/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/de/leftSidebar/languages.json b/src/i18n/locales/de/leftSidebar/languages.json index a19fc3d2d..deb801019 100644 --- a/src/i18n/locales/de/leftSidebar/languages.json +++ b/src/i18n/locales/de/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Name" }, + "level": { + "label": "Status" + }, "rating": { "label": "Bewertung" } From 14b10e12a59e273c2f7910ea486c348fdfaf0651 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:15 +0530 Subject: [PATCH 056/123] New translations app.json (German) --- src/i18n/locales/de/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/de/app/app.json b/src/i18n/locales/de/app/app.json index 5b215f505..df238df88 100644 --- a/src/i18n/locales/de/app/app.json +++ b/src/i18n/locales/de/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Mehrseitig A4" } }, + "helpText": [ + "Diese Exportmethode verwendet HTML-Leinwand um den Lebenslauf in ein Bild zu konvertieren und es auf einer PDF auszudrucken. was bedeutet, dass es alle Auswahl-/Analysefunktionen verliert.", + "Wenn Ihnen das wichtig ist, versuchen Sie bitte den Lebenslauf mit Strg/Strg+P oder dem Druckknopf unten auszudrucken. Das Ergebnis kann variieren, da die Ausgabe vom Browser abhängig ist, aber es ist bekannt, dass es am besten mit der neuesten Version von Google Chrome funktioniert." + ], "buttons": { "cancel": "Abbrechen", "saveAsPdf": "Als PDF Speichern" From 5b783017e9f9c9030478838e4d248420a0189fff Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:25 +0530 Subject: [PATCH 057/123] New translations languages.json (Kannada) --- src/i18n/locales/kn/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/kn/leftSidebar/languages.json b/src/i18n/locales/kn/leftSidebar/languages.json index 0e500386b..6a0e29620 100644 --- a/src/i18n/locales/kn/leftSidebar/languages.json +++ b/src/i18n/locales/kn/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "ಹೆಸರು" }, + "level": { + "label": "ಮಟ್ಟ" + }, "rating": { "label": "ರೇಟಿಂಗ್" } From 17783dcc9ce14f57c7c1664d3ebd91595c94f2d9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:27 +0530 Subject: [PATCH 058/123] New translations app.json (Kannada) --- src/i18n/locales/kn/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/kn/app/app.json b/src/i18n/locales/kn/app/app.json index 1b73e77ca..1879e74c7 100644 --- a/src/i18n/locales/kn/app/app.json +++ b/src/i18n/locales/kn/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "ಬಹು ಪುಟ ಎ4" } }, + "helpText": [ + "ಈ ವಿಧಾನವು ಎಚ್‌ಟಿಎಮ್ಎಲ್ ಕ್ಯಾನ್ವಾಸ್ ಅನ್ನು ರೇಸ್ಯುಯುಮೇಯನ್ನು ಚಿತ್ರವನ್ನಾಗಿ ಪರಿವರ್ತಿಸಲು ಮತ್ತು ಅದನ್ನು ಪಿಡಿಎಫ್‌ನಲ್ಲಿ ಮುದ್ರಿಸಲು ಬಳಸುತ್ತದೆ, ಅಂದರೆ ಇದು ಎಲ್ಲಾ ಆಯ್ಕೆ / ಪಾರ್ಸಿಂಗ್ ಸಾಮರ್ಥ್ಯಗಳನ್ನು ಕಳೆದುಕೊಳ್ಳುತ್ತದೆ.", + "ಅದು ನಿಮಗೆ ಮುಖ್ಯವಾಗಿದ್ದರೆ, ದಯವಿಟ್ಟು Cmd / Ctrl + P ಅಥವಾ ಕೆಳಗಿನ ಮುದ್ರಣ ಗುಂಡಿಯನ್ನು ಬಳಸಿ ಪುನರಾರಂಭವನ್ನು ಮುದ್ರಿಸಲು ಪ್ರಯತ್ನಿಸಿ. Output ಟ್‌ಪುಟ್ ಬ್ರೌಸರ್ ಅವಲಂಬಿತವಾಗಿರುವುದರಿಂದ ಫಲಿತಾಂಶವು ಬದಲಾಗಬಹುದು, ಆದರೆ ಇದು Google Chrome ನ ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಯಲ್ಲಿ ಉತ್ತಮವಾಗಿ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ." + ], "buttons": { "cancel": "ತ್ಯಜಿಸಿ", "saveAsPdf": "ಪಿಡಿಎಫ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ" From 4c868ef13329f3d809663d3a44c333882fe924a6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:35 +0530 Subject: [PATCH 059/123] New translations languages.json (French) --- src/i18n/locales/fr/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/fr/leftSidebar/languages.json b/src/i18n/locales/fr/leftSidebar/languages.json index 2b5d67505..aec04c943 100644 --- a/src/i18n/locales/fr/leftSidebar/languages.json +++ b/src/i18n/locales/fr/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Nom" }, + "level": { + "label": "Niveau" + }, "rating": { "label": "Évaluation" } From 58bbb6fea89bab6e5417ddc1a41f0bc8c54cf4fb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:40 +0530 Subject: [PATCH 060/123] New translations languages.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/zh/leftSidebar/languages.json b/src/i18n/locales/zh/leftSidebar/languages.json index 8b5a441f9..5e53d8aaf 100644 --- a/src/i18n/locales/zh/leftSidebar/languages.json +++ b/src/i18n/locales/zh/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "名称" }, + "level": { + "label": "级别" + }, "rating": { "label": "等级" } From 39b8a5c0830086a85d4cf70c25d6212f95e58920 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:43 +0530 Subject: [PATCH 061/123] New translations app.json (Chinese Simplified) --- src/i18n/locales/zh/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json index 89992f4a3..dd894380e 100644 --- a/src/i18n/locales/zh/app/app.json +++ b/src/i18n/locales/zh/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "多页A4" } }, + "helpText": [ + "此导出方法使用 HTML 画布将恢复转换为图像并打印到 PDF 上。 这意味着它将失去所有选择/解析能力。", + "如果这对您很重要,请尝试打印续版,而不是使用 Cmd/Ctrl + P 或下面的打印按钮。 结果可能会因为输出依赖于浏览器而有所改变,但它已知最适合最新版本的Google Chrome。" + ], "buttons": { "cancel": "取消", "saveAsPdf": "保存为 PDF" From eb205b4c6271e34b9fd01a87d2a8cfc79a5683f8 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:45 +0530 Subject: [PATCH 062/123] New translations app.json (Arabic) --- src/i18n/locales/ar/app/app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/ar/app/app.json b/src/i18n/locales/ar/app/app.json index 26b770d63..a944e61de 100644 --- a/src/i18n/locales/ar/app/app.json +++ b/src/i18n/locales/ar/app/app.json @@ -30,12 +30,12 @@ } }, "helpText": [ - "يستخدم فى صيغة التصدير هنا HTML canvas لتحويل السيرة الذاتية إلى صورة ثم طباعتها فى ملف pdf ، مما يعنى أنك ستفقد كل قدرات تحديد\\تحليل النص المكتوب.", + "يستخدم فى صيغة التصدير هنا HTML canvas لتحويل السيرة الذاتية إلى صورة ثم طباعتها فى ملف PDF ، مما يعنى أنك ستفقد كل قدرات تحديد\\تحليل النص المكتوب.", "إذا كان هذا مهماً بالنسبة لك، يرجى محاولة طباعة السيرة الذاتية بدلاً من ذلك باستخدام Cmd/Ctrl + P أو زر الطباعة أدناه. قد تختلف النتيجة لأن طبيعة الطباعة تعتمد على نوع المتصفح، ولكن من المعروف أنه يعمل بشكل أفضل على أحدث إصدار من Google Chrome." ], "buttons": { "cancel": "إلغاء", - "saveAsPdf": "حفظ كـ pdf" + "saveAsPdf": "حفظ كـ PDF" } }, "panZoomAnimation": { From 4f11d9ea9a46f292afe17f8442ece5c6b9b38b4e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:50 +0530 Subject: [PATCH 063/123] New translations actions.json (Arabic) --- src/i18n/locales/ar/rightSidebar/actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/ar/rightSidebar/actions.json b/src/i18n/locales/ar/rightSidebar/actions.json index e36ec9a23..1f1fa3206 100644 --- a/src/i18n/locales/ar/rightSidebar/actions.json +++ b/src/i18n/locales/ar/rightSidebar/actions.json @@ -13,7 +13,7 @@ "heading": "تحميل السيرة الذاتية الخاصة بك", "body": "يمكنك النقر على الزر أدناه لتنزيل نسخة PDF من سيرتك الذاتية على الفور. للحصول على أفضل النتائج، يرجى استخدام أحدث إصدار من Google Chrome.", "buttons": { - "saveAsPdf": "حفظ كـ pdf" + "saveAsPdf": "حفظ كـ PDF" } }, "loadDemoData": { From 377c1d63592af04502a84e8ab7d3474b93545b4e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:04:53 +0530 Subject: [PATCH 064/123] New translations languages.json (Arabic) --- src/i18n/locales/ar/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/ar/leftSidebar/languages.json b/src/i18n/locales/ar/leftSidebar/languages.json index a0f116cf6..640f967b7 100644 --- a/src/i18n/locales/ar/leftSidebar/languages.json +++ b/src/i18n/locales/ar/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "الاسم" }, + "level": { + "label": "مستوى" + }, "rating": { "label": "التقييم" } From 4a7bc67244281c24081b20738554736e17a765e6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:01 +0530 Subject: [PATCH 065/123] New translations app.json (French) --- src/i18n/locales/fr/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/fr/app/app.json b/src/i18n/locales/fr/app/app.json index 4f41d37e1..528c31632 100644 --- a/src/i18n/locales/fr/app/app.json +++ b/src/i18n/locales/fr/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Multi-Page A4" } }, + "helpText": [ + "Cette méthode d'exportation utilise le canevas HTML pour convertir le CV en image et l'imprimer sur un PDF, ce qui signifie qu'il perdra toutes les capacités de sélection / analyse.", + "Si cela est important pour vous, essayez d'imprimer le CV à la place en utilisant Cmd/Ctrl + P ou le bouton d'impression ci-dessous. Le résultat peut varier car la sortie dépend du navigateur, mais il est connu qu'elle fonctionne mieux sur la dernière version de Google Chrome." + ], "buttons": { "cancel": "Abbrechen", "saveAsPdf": "Enregistrer en PDF" From faf3b5da6c7d5fee1d33f49111d3556ef4a21958 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:04 +0530 Subject: [PATCH 066/123] New translations app.json (Danish) --- src/i18n/locales/da/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/da/app/app.json b/src/i18n/locales/da/app/app.json index 559e89eda..46d3dfa60 100644 --- a/src/i18n/locales/da/app/app.json +++ b/src/i18n/locales/da/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Flersidet A4" } }, + "helpText": [ + "Denne eksportmetode bruger HTML-lærred til at konvertere CV til et billede og udskrive det på en PDF, hvilket betyder, at det mister alle muligheder for valg / analyse.", + "Hvis det er vigtigt for dig, kan du prøve at udskrive CV i stedet for at bruge Cmd / Ctrl + P eller udskrivningsknappen nedenfor. Resultatet kan variere, da output er browserafhængig, men det vides at fungere bedst på den nyeste version af Google Chrome." + ], "buttons": { "cancel": "Annullér", "saveAsPdf": "Gem som PDF" From 8138d86bcaa9453e817b9466db2b6497b00633bc Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:06 +0530 Subject: [PATCH 067/123] New translations languages.json (Danish) --- src/i18n/locales/da/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/da/leftSidebar/languages.json b/src/i18n/locales/da/leftSidebar/languages.json index dc02ea768..0e6d0e0c3 100644 --- a/src/i18n/locales/da/leftSidebar/languages.json +++ b/src/i18n/locales/da/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Navn" }, + "level": { + "label": "Niveau" + }, "rating": { "label": "Bedømmelse" } From 10de4dd2fa5f96363c9752f894d76595142f7153 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:09 +0530 Subject: [PATCH 068/123] New translations app.json (Dutch) --- src/i18n/locales/nl/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/nl/app/app.json b/src/i18n/locales/nl/app/app.json index 0bd677b81..be289d63a 100644 --- a/src/i18n/locales/nl/app/app.json +++ b/src/i18n/locales/nl/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Multi-Pagina A4" } }, + "helpText": [ + "Deze exportmethode maakt gebruik van HTML-canvas om de cv te converteren naar een afbeelding en deze af te drukken op een PDF, dit betekent dat het alle selectie/parsing mogelijkheden verliest.", + "Als dat belangrijk voor u is, probeer dan het Cmd/Ctrl + P of de print knop hieronder af te drukken. Het resultaat kan variëren omdat de output afhankelijk is van de browser, maar het is bekend dat het het beste werkt op de nieuwste versie van Google Chrome." + ], "buttons": { "cancel": "Annuleren", "saveAsPdf": "Opslaan als PDF" From d9d2a917353861750e39929fcc79d31ce521338e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:11 +0530 Subject: [PATCH 069/123] New translations languages.json (Dutch) --- src/i18n/locales/nl/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/nl/leftSidebar/languages.json b/src/i18n/locales/nl/leftSidebar/languages.json index c49b33d6a..71eb95a1b 100644 --- a/src/i18n/locales/nl/leftSidebar/languages.json +++ b/src/i18n/locales/nl/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Naam" }, + "level": { + "label": "Taalvaardigheid" + }, "rating": { "label": "Waardering" } From 444196f817efa198b58701157ab43157d30bc305 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:17 +0530 Subject: [PATCH 070/123] New translations languages.json (Tamil) --- src/i18n/locales/ta/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/ta/leftSidebar/languages.json b/src/i18n/locales/ta/leftSidebar/languages.json index 2da188beb..b56962195 100644 --- a/src/i18n/locales/ta/leftSidebar/languages.json +++ b/src/i18n/locales/ta/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "பெயர்" }, + "level": { + "label": "நிலை" + }, "rating": { "label": "மதிப்பீடு" } From 3317e4218b68a3adff0c7f8f953222442f8ad3a0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:21 +0530 Subject: [PATCH 071/123] New translations app.json (Spanish) --- src/i18n/locales/es/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/es/app/app.json b/src/i18n/locales/es/app/app.json index 2ff66237b..3510c1fb9 100644 --- a/src/i18n/locales/es/app/app.json +++ b/src/i18n/locales/es/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Multipáginas A4" } }, + "helpText": [ + "Este método de exportación utiliza el lienzo HTML para convertir el currículum en una imagen e imprimirlo en un PDF, lo que significa que perderá todas las capacidades de selección / análisis.", + "Si eso es importante para usted, intente imprimir el currículum usando Cmd / Ctrl + P o el botón de impresión a continuación. El resultado puede variar ya que la salida depende del navegador, pero se sabe que funciona mejor en la última versión de Google Chrome." + ], "buttons": { "cancel": "Cancelar", "saveAsPdf": "Guardar como PDF" From c4efac7644cf75ca39ff73523107f8444ca07203 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:23 +0530 Subject: [PATCH 072/123] New translations languages.json (Spanish) --- src/i18n/locales/es/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/es/leftSidebar/languages.json b/src/i18n/locales/es/leftSidebar/languages.json index 864c2b6ca..191c765ae 100644 --- a/src/i18n/locales/es/leftSidebar/languages.json +++ b/src/i18n/locales/es/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Nombre" }, + "level": { + "label": "Nivel" + }, "rating": { "label": "Calificación" } From c573f72861cdb7f0b374b52e913d88a05d15ccab Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:43 +0530 Subject: [PATCH 073/123] New translations languages.json (Polish) --- src/i18n/locales/pl/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/pl/leftSidebar/languages.json b/src/i18n/locales/pl/leftSidebar/languages.json index c9c40267b..8457ac923 100644 --- a/src/i18n/locales/pl/leftSidebar/languages.json +++ b/src/i18n/locales/pl/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Nazwa" }, + "level": { + "label": "Poziom" + }, "rating": { "label": "Ocena" } From 151fe1d34fcbbb50eee956e476907bd73be3017a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:47 +0530 Subject: [PATCH 074/123] New translations app.json (Portuguese) --- src/i18n/locales/pt/app/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/locales/pt/app/app.json b/src/i18n/locales/pt/app/app.json index 28214e23f..60481705d 100644 --- a/src/i18n/locales/pt/app/app.json +++ b/src/i18n/locales/pt/app/app.json @@ -29,6 +29,10 @@ "multiPageA4": "Multi-páginas A4" } }, + "helpText": [ + "Esse método de exportação utiliza a tela HTML para converter o currículo em uma imagem e imprimi-lo em um PDF, o que significa que ele perderá todos os recursos de seleção / análise.", + "Se isso for importante para você, tente imprimir o currículo usando Cmd / Ctrl + P ou o botão de impressão abaixo. O resultado pode variar, pois a saída depende do navegador, mas é conhecido por funcionar melhor na versão mais recente do Google Chrome." + ], "buttons": { "cancel": "Cancelar", "saveAsPdf": "Salvar como PDF" From 70ba75cd5bf72dc00a687a2a803f1c80bca02c15 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:05:49 +0530 Subject: [PATCH 075/123] New translations languages.json (Portuguese) --- src/i18n/locales/pt/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/pt/leftSidebar/languages.json b/src/i18n/locales/pt/leftSidebar/languages.json index 53263ca50..de5770758 100644 --- a/src/i18n/locales/pt/leftSidebar/languages.json +++ b/src/i18n/locales/pt/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Nome" }, + "level": { + "label": "Nível" + }, "rating": { "label": "Nota" } From f93c1af5e99df214e1f09b253e6016c95525a898 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:17:51 +0530 Subject: [PATCH 076/123] New translations languages.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/languages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/locales/bg/leftSidebar/languages.json b/src/i18n/locales/bg/leftSidebar/languages.json index 7cdf7aa9a..cc2be8cd4 100644 --- a/src/i18n/locales/bg/leftSidebar/languages.json +++ b/src/i18n/locales/bg/leftSidebar/languages.json @@ -2,6 +2,9 @@ "key": { "label": "Наименование" }, + "level": { + "label": "Ниво" + }, "rating": { "label": "Оценка" } From 0c39298a148ccc6911a16f524b5e4d497bddfc6b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:23:42 +0530 Subject: [PATCH 077/123] Update Crowdin configuration file --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index c673fdf6a..03f76fecb 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - - source: /src/i18n/source/**/*.json + - source: /src/i18n/locales/en/**/*.json translation: /src/i18n/locales/%two_letters_code%/**/%original_file_name% From d3b15e0c886ffb3a1e81e36cdf406a0871903201 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:12 +0530 Subject: [PATCH 078/123] New translations certifications.json (Japanese) --- src/i18n/locales/ja/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ja/leftSidebar/certifications.json b/src/i18n/locales/ja/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/ja/leftSidebar/certifications.json +++ b/src/i18n/locales/ja/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 2ac02f81a1499814a04d4c2d7fa8648dadb3cb18 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:15 +0530 Subject: [PATCH 079/123] New translations certifications.json (Korean) --- src/i18n/locales/ko/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ko/leftSidebar/certifications.json b/src/i18n/locales/ko/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/ko/leftSidebar/certifications.json +++ b/src/i18n/locales/ko/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From bc191ba6d066f08fdd203fd8519f4150e50d4ec0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:17 +0530 Subject: [PATCH 080/123] New translations certifications.json (Italian) --- src/i18n/locales/it/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/it/leftSidebar/certifications.json b/src/i18n/locales/it/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/it/leftSidebar/certifications.json +++ b/src/i18n/locales/it/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 31cf1e7d39a1710741ea5da325a2f8c4c745b157 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:18 +0530 Subject: [PATCH 081/123] New translations certifications.json (Hebrew) --- src/i18n/locales/he/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/he/leftSidebar/certifications.json b/src/i18n/locales/he/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/he/leftSidebar/certifications.json +++ b/src/i18n/locales/he/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 0f78fecdbf0ae66cb2d4822908573109a2e39b83 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:21 +0530 Subject: [PATCH 082/123] New translations certifications.json (Hungarian) --- src/i18n/locales/hu/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/hu/leftSidebar/certifications.json b/src/i18n/locales/hu/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/hu/leftSidebar/certifications.json +++ b/src/i18n/locales/hu/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 9a3295f3bd8f78de6f7088186873841986cb91fb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:35 +0530 Subject: [PATCH 083/123] New translations certifications.json (Russian) --- src/i18n/locales/ru/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ru/leftSidebar/certifications.json b/src/i18n/locales/ru/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/ru/leftSidebar/certifications.json +++ b/src/i18n/locales/ru/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 9654c037249f13d4545d19f1221119a2f7c21ad1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:43 +0530 Subject: [PATCH 084/123] New translations certifications.json (Norwegian) --- src/i18n/locales/no/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/no/leftSidebar/certifications.json b/src/i18n/locales/no/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/no/leftSidebar/certifications.json +++ b/src/i18n/locales/no/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 53d86c6acd34864f4d3820382c0b5eda86df5759 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:52 +0530 Subject: [PATCH 085/123] New translations certifications.json (Punjabi) --- src/i18n/locales/pa/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/pa/leftSidebar/certifications.json b/src/i18n/locales/pa/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/pa/leftSidebar/certifications.json +++ b/src/i18n/locales/pa/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 9be8217c29abb003ddb81df0efb0e97dde089212 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:31:58 +0530 Subject: [PATCH 086/123] New translations certifications.json (Afrikaans) --- src/i18n/locales/af/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/af/leftSidebar/certifications.json b/src/i18n/locales/af/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/af/leftSidebar/certifications.json +++ b/src/i18n/locales/af/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From fb4b04c4fc885e467efcc731e49126602f6d0927 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:17 +0530 Subject: [PATCH 087/123] New translations certifications.json (Romanian) --- src/i18n/locales/ro/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ro/leftSidebar/certifications.json b/src/i18n/locales/ro/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/ro/leftSidebar/certifications.json +++ b/src/i18n/locales/ro/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From c18346d90fd0e2ea0ea3ed6b626d2ee6926b449f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:30 +0530 Subject: [PATCH 088/123] New translations skills.json (Bulgarian) --- src/i18n/locales/bg/leftSidebar/skills.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/i18n/locales/bg/leftSidebar/skills.json diff --git a/src/i18n/locales/bg/leftSidebar/skills.json b/src/i18n/locales/bg/leftSidebar/skills.json new file mode 100644 index 000000000..7c23cd1e2 --- /dev/null +++ b/src/i18n/locales/bg/leftSidebar/skills.json @@ -0,0 +1,5 @@ +{ + "item": { + "placeholder": "Готварство" + } +} From f87d7e413efe1d2a6ae91c06b7ad13a58d0a59a1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:42 +0530 Subject: [PATCH 089/123] New translations certifications.json (Finnish) --- src/i18n/locales/fi/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/fi/leftSidebar/certifications.json b/src/i18n/locales/fi/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/fi/leftSidebar/certifications.json +++ b/src/i18n/locales/fi/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 4839feecd0a94177307445dcd74c2a31bb3db663 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:45 +0530 Subject: [PATCH 090/123] New translations certifications.json (Greek) --- src/i18n/locales/el/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/el/leftSidebar/certifications.json b/src/i18n/locales/el/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/el/leftSidebar/certifications.json +++ b/src/i18n/locales/el/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 2fa857a9a075442ae58ac9abd3ffd07f132d54ab Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:48 +0530 Subject: [PATCH 091/123] New translations certifications.json (Catalan) --- src/i18n/locales/ca/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ca/leftSidebar/certifications.json b/src/i18n/locales/ca/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/ca/leftSidebar/certifications.json +++ b/src/i18n/locales/ca/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 1cf08b20b3c5331a6eb490556326f7bf9cde6e39 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:51 +0530 Subject: [PATCH 092/123] New translations fonts.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/bg/rightSidebar/fonts.json b/src/i18n/locales/bg/rightSidebar/fonts.json index 186e0cbdd..3de2a00d1 100644 --- a/src/i18n/locales/bg/rightSidebar/fonts.json +++ b/src/i18n/locales/bg/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Шрифтове", + "title": "Schriftarten", "fontFamily": { - "label": "Семейство шрифтове", - "helpText": "Можете да ползвате и всеки един шрифт, който е инсталиран на системата ви. Просто въведете тук името на семеството шрифрове и браузърът ще ги зареди." + "label": "Schriftfamilie", + "helpText": "Du kannst auch jede Schriftart verwenden, die auf Deinem System installiert ist. Hier einfach den Namen der Schriftfamilie eingeben und der Browser wird sie laden." } } From aea0a3bac170424ad11b660229cc001261d9935a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:32:52 +0530 Subject: [PATCH 093/123] New translations certifications.json (Czech) --- src/i18n/locales/cs/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/cs/leftSidebar/certifications.json b/src/i18n/locales/cs/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/cs/leftSidebar/certifications.json +++ b/src/i18n/locales/cs/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From bf2a05ce70dc51551c2e5f379f4d2c23011f3bd6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:07 +0530 Subject: [PATCH 094/123] New translations certifications.json (Malayalam) --- src/i18n/locales/ml/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/ml/leftSidebar/certifications.json b/src/i18n/locales/ml/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/ml/leftSidebar/certifications.json +++ b/src/i18n/locales/ml/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 418c07e4ce8a8f76204a11142fec2e7b2e5cb009 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:13 +0530 Subject: [PATCH 095/123] New translations certifications.json (Marathi) --- src/i18n/locales/mr/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/mr/leftSidebar/certifications.json b/src/i18n/locales/mr/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/mr/leftSidebar/certifications.json +++ b/src/i18n/locales/mr/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 70127dc37beeea8103abe7f755ebb917db44be8b Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:21 +0530 Subject: [PATCH 096/123] New translations certifications.json (Assamese) --- src/i18n/locales/as/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/as/leftSidebar/certifications.json b/src/i18n/locales/as/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/as/leftSidebar/certifications.json +++ b/src/i18n/locales/as/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 666899e228e343e612718335f6b6e5e4b36acce3 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:32 +0530 Subject: [PATCH 097/123] New translations certifications.json (Turkish) --- src/i18n/locales/tr/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/tr/leftSidebar/certifications.json b/src/i18n/locales/tr/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/tr/leftSidebar/certifications.json +++ b/src/i18n/locales/tr/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 3b71c658a7942444150223d0b5c6905c061f6791 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:34 +0530 Subject: [PATCH 098/123] New translations certifications.json (Ukrainian) --- src/i18n/locales/uk/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/uk/leftSidebar/certifications.json b/src/i18n/locales/uk/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/uk/leftSidebar/certifications.json +++ b/src/i18n/locales/uk/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From aee87ae470ca8a0061811dee542e8d470ef86bd6 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:36 +0530 Subject: [PATCH 099/123] New translations certifications.json (Swedish) --- src/i18n/locales/sv/leftSidebar/certifications.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/i18n/locales/sv/leftSidebar/certifications.json b/src/i18n/locales/sv/leftSidebar/certifications.json index 92f9dc164..4a52c12a9 100644 --- a/src/i18n/locales/sv/leftSidebar/certifications.json +++ b/src/i18n/locales/sv/leftSidebar/certifications.json @@ -1,13 +1,8 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Title" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" - }, - "description": { - "placeholder": "You can write about what you learned from your certification program." + "label": "Subtitle" } } From 34c818eaed1480cb176ebdc73f543f900de4a259 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:33:44 +0530 Subject: [PATCH 100/123] New translations work.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/work.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/work.json b/src/i18n/locales/vi/leftSidebar/work.json index 0ee4d2bc0..b200e3840 100644 --- a/src/i18n/locales/vi/leftSidebar/work.json +++ b/src/i18n/locales/vi/leftSidebar/work.json @@ -1,8 +1,8 @@ { "name": { - "label": "Tên" + "label": "ಹೆಸರು" }, "role": { - "label": "Vị trí" + "label": "ಸ್ಥಾನ" } } From 33f9b883557dd06390039c028a12dbcb2838ac20 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:37:48 +0530 Subject: [PATCH 101/123] New translations app.json (Bulgarian) --- src/i18n/locales/bg/app/app.json | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/i18n/locales/bg/app/app.json diff --git a/src/i18n/locales/bg/app/app.json b/src/i18n/locales/bg/app/app.json new file mode 100644 index 000000000..c42c9f181 --- /dev/null +++ b/src/i18n/locales/bg/app/app.json @@ -0,0 +1,45 @@ +{ + "item": { + "add": "Добавяне на {{- heading}}", + "startDate": { + "label": "Начална дата" + }, + "endDate": { + "label": "Крайна дата" + }, + "description": { + "label": "Описание" + } + }, + "buttons": { + "add": { + "label": "Добавяне" + } + }, + "printDialog": { + "heading": "Изтегляне на автобиографията", + "quality": { + "label": "Качество" + }, + "printType": { + "label": "Тип", + "types": { + "unconstrained": "Без ограничения", + "fitInA4": "Побиране във формат A4", + "multiPageA4": "На няколко страници A4" + } + }, + "helpText": [ + "Този метод на експортиране използва HTML пространството за конвертиране на автобиографията в изображение и отпечатването ѝ като PDF. Това означава, че няма да може да използвате възможността за селектиране/търсене във файла.", + "Ако е важно за вас, пробвайте да отпечатате автобиографията с помощта на клавишната комбинация Cmd/Ctrl + P или бутона за печат по-долу. Резултатът може да е различен, тъй като всичко зависи от браузъра, но най-добре се получава с най-актуалната версия на Google Chrome." + ], + "buttons": { + "cancel": "Отказ", + "saveAsPdf": "Запазване като PDF" + } + }, + "panZoomAnimation": { + "helpText": "Можете да местите и променяте мащаба на работната площ така, че да преглеждате по-отблизо автобиографията ви." + }, + "markdownHelpText": "Може да използвате <1>маркиране в стила на GitHub, за да оформите текста в този раздел." +} From fc1c950c91e82f69364b2220fa1e05b60be48903 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:38:37 +0530 Subject: [PATCH 102/123] New translations work.json (Vietnamese) --- src/i18n/locales/vi/leftSidebar/work.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/vi/leftSidebar/work.json b/src/i18n/locales/vi/leftSidebar/work.json index b200e3840..0ee4d2bc0 100644 --- a/src/i18n/locales/vi/leftSidebar/work.json +++ b/src/i18n/locales/vi/leftSidebar/work.json @@ -1,8 +1,8 @@ { "name": { - "label": "ಹೆಸರು" + "label": "Tên" }, "role": { - "label": "ಸ್ಥಾನ" + "label": "Vị trí" } } From 98b984ad2e9619b3d90c299fd0b22a0edc51af77 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:38:51 +0530 Subject: [PATCH 103/123] New translations actions.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/actions.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/i18n/locales/bg/rightSidebar/actions.json diff --git a/src/i18n/locales/bg/rightSidebar/actions.json b/src/i18n/locales/bg/rightSidebar/actions.json new file mode 100644 index 000000000..b5f5060b8 --- /dev/null +++ b/src/i18n/locales/bg/rightSidebar/actions.json @@ -0,0 +1,33 @@ +{ + "title": "Действия", + "disclaimer": "Промените, които правите по автобиографията си, се записват автоматично в локалното хранилище на браузъра. Нищо не напуска системата ви и така данните ви са напълно защитени.", + "importExport": { + "heading": "Импортиране/експортиране", + "body": "Можете да импортирате или експортирате данните си във формат JSON. По този начин ще можете да редактирате и отпечатите автобиографията си от някое друго устройство. Или пък да запазите файла за друг път.", + "buttons": { + "import": "Импортиране", + "export": "Експортиране" + } + }, + "downloadResume": { + "heading": "Изтегляне на автобиографията", + "body": "Може да щракнете върху бутона по-долу, за да изтеглите PDF версия на автобиографията си. За най-добър резултат използвайте най-актуалната версия на Google Chrome.", + "buttons": { + "saveAsPdf": "Запазване като PDF" + } + }, + "loadDemoData": { + "heading": "Зареждане на демо данни", + "body": "Не знаете как да започнете? Тогава заредете демо данните, за да видите как би изглеждала автобиографията. След това започнете да ги променяте според личния ви опит.", + "buttons": { + "loadData": "Зареждане на данните" + } + }, + "reset": { + "heading": "Нулиране на всичко!", + "body": "Това действие ще нулира всичките ви данни и ще премахне резервните копия от локалното хранилище на браузъра ви. Затова не забравяйте да експортирате данните си преди нулирането.", + "buttons": { + "reset": "Нулиране" + } + } +} From e4fb61b573ba33fd8c1b546f3b4bfa468e1cdab0 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 18:39:11 +0530 Subject: [PATCH 104/123] New translations fonts.json (Bulgarian) --- src/i18n/locales/bg/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/bg/rightSidebar/fonts.json b/src/i18n/locales/bg/rightSidebar/fonts.json index 3de2a00d1..186e0cbdd 100644 --- a/src/i18n/locales/bg/rightSidebar/fonts.json +++ b/src/i18n/locales/bg/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Schriftarten", + "title": "Шрифтове", "fontFamily": { - "label": "Schriftfamilie", - "helpText": "Du kannst auch jede Schriftart verwenden, die auf Deinem System installiert ist. Hier einfach den Namen der Schriftfamilie eingeben und der Browser wird sie laden." + "label": "Семейство шрифтове", + "helpText": "Можете да ползвате и всеки един шрифт, който е инсталиран на системата ви. Просто въведете тук името на семеството шрифрове и браузърът ще ги зареди." } } From 6cef0c8bed7d9a16bc39adee1540d33aea3c8b17 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:03:02 +0530 Subject: [PATCH 105/123] New translations languages.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/languages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/languages.json b/src/i18n/locales/zh/leftSidebar/languages.json index 5e53d8aaf..640f967b7 100644 --- a/src/i18n/locales/zh/leftSidebar/languages.json +++ b/src/i18n/locales/zh/leftSidebar/languages.json @@ -1,11 +1,11 @@ { "key": { - "label": "名称" + "label": "الاسم" }, "level": { - "label": "级别" + "label": "مستوى" }, "rating": { - "label": "等级" + "label": "التقييم" } } From 410dcbe9f99a59498e574943fad5d440e5575dcb Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:03:09 +0530 Subject: [PATCH 106/123] New translations fonts.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/vi/rightSidebar/fonts.json b/src/i18n/locales/vi/rightSidebar/fonts.json index 9cd0982fd..952f3718d 100644 --- a/src/i18n/locales/vi/rightSidebar/fonts.json +++ b/src/i18n/locales/vi/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Phông chữ", + "title": "Tipografías", "fontFamily": { - "label": "Họ Phông chữ", - "helpText": "Bạn cũng có thể dùng bất kì phông nào đã cài trên máy của bạn. Chỉ cần điền tên của họ phông đó vào đây và trình duyệt sẽ tải nó lên cho bạn." + "label": "Familia Tipográfica", + "helpText": "También puedes usar cualquier fuente que esté instalada en tu sistema. Escribe el nombre de la familia de fuentes aquí para que el navegador la cargue." } } From be4e7b5ad50613a5ab1dece06a95626bbe6c213a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:34:35 +0530 Subject: [PATCH 107/123] New translations app.json (Chinese Simplified) --- src/i18n/locales/zh/app/app.json | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json index dd894380e..60481705d 100644 --- a/src/i18n/locales/zh/app/app.json +++ b/src/i18n/locales/zh/app/app.json @@ -1,45 +1,45 @@ { "item": { - "add": "添加 {{- heading}}", + "add": "Adicionar {{- heading}}", "startDate": { - "label": "开始日期" + "label": "Data Inicial" }, "endDate": { - "label": "结束日期" + "label": "Data Final" }, "description": { - "label": "说明" + "label": "Descrição" } }, "buttons": { "add": { - "label": "添加" + "label": "Adicionar" } }, "printDialog": { - "heading": "下载简历", + "heading": "Baixar Curriculum", "quality": { - "label": "品质" + "label": "Qualidade" }, "printType": { - "label": "类型", + "label": "Tipo", "types": { - "unconstrained": "不受限制", - "fitInA4": "适合A4", - "multiPageA4": "多页A4" + "unconstrained": "Sem restrições", + "fitInA4": "Ajustar a A4", + "multiPageA4": "Multi-páginas A4" } }, "helpText": [ - "此导出方法使用 HTML 画布将恢复转换为图像并打印到 PDF 上。 这意味着它将失去所有选择/解析能力。", - "如果这对您很重要,请尝试打印续版,而不是使用 Cmd/Ctrl + P 或下面的打印按钮。 结果可能会因为输出依赖于浏览器而有所改变,但它已知最适合最新版本的Google Chrome。" + "Esse método de exportação utiliza a tela HTML para converter o currículo em uma imagem e imprimi-lo em um PDF, o que significa que ele perderá todos os recursos de seleção / análise.", + "Se isso for importante para você, tente imprimir o currículo usando Cmd / Ctrl + P ou o botão de impressão abaixo. O resultado pode variar, pois a saída depende do navegador, mas é conhecido por funcionar melhor na versão mais recente do Google Chrome." ], "buttons": { - "cancel": "取消", - "saveAsPdf": "保存为 PDF" + "cancel": "Cancelar", + "saveAsPdf": "Salvar como PDF" } }, "panZoomAnimation": { - "helpText": "您可以随时在画板上平移和缩放,以更仔细地查看简历。" + "helpText": "Você pode arrastar e dar zoom no quadro de trabalho a qualquer momento para ver mais detalhes do seu curriculum." }, - "markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown 来美化这部分文字." + "markdownHelpText": "Você pode utilizar <1>GitHub Flavored Markdown para estilizar esta seção." } From 3c93d0b9f0a1edaa0a027d61d87373891294f3de Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:34:38 +0530 Subject: [PATCH 108/123] New translations languages.json (Chinese Simplified) --- src/i18n/locales/zh/leftSidebar/languages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/zh/leftSidebar/languages.json b/src/i18n/locales/zh/leftSidebar/languages.json index 640f967b7..5e53d8aaf 100644 --- a/src/i18n/locales/zh/leftSidebar/languages.json +++ b/src/i18n/locales/zh/leftSidebar/languages.json @@ -1,11 +1,11 @@ { "key": { - "label": "الاسم" + "label": "名称" }, "level": { - "label": "مستوى" + "label": "级别" }, "rating": { - "label": "التقييم" + "label": "等级" } } From 0332e4e6de6a6102efc1f5a8145e657ac42e5219 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:35:27 +0530 Subject: [PATCH 109/123] New translations fonts.json (Vietnamese) --- src/i18n/locales/vi/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/vi/rightSidebar/fonts.json b/src/i18n/locales/vi/rightSidebar/fonts.json index 952f3718d..9cd0982fd 100644 --- a/src/i18n/locales/vi/rightSidebar/fonts.json +++ b/src/i18n/locales/vi/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Tipografías", + "title": "Phông chữ", "fontFamily": { - "label": "Familia Tipográfica", - "helpText": "También puedes usar cualquier fuente que esté instalada en tu sistema. Escribe el nombre de la familia de fuentes aquí para que el navegador la cargue." + "label": "Họ Phông chữ", + "helpText": "Bạn cũng có thể dùng bất kì phông nào đã cài trên máy của bạn. Chỉ cần điền tên của họ phông đó vào đây và trình duyệt sẽ tải nó lên cho bạn." } } From 758dfab328b29d22a02d9e5aa44798d66755968f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:36:25 +0530 Subject: [PATCH 110/123] delete skills.json in all languages, crowdin cleaup --- docs/translation/README.md | 4 +- package-lock.json | 15 ++++--- package.json | 2 +- src/i18n/index.js | 34 +++++++------- src/i18n/locales/af/leftSidebar/index.js | 2 - src/i18n/locales/af/leftSidebar/skills.json | 5 --- src/i18n/locales/ar/leftSidebar/index.js | 2 - src/i18n/locales/ar/leftSidebar/skills.json | 5 --- src/i18n/locales/as/leftSidebar/index.js | 2 - src/i18n/locales/as/leftSidebar/skills.json | 5 --- src/i18n/locales/ca/leftSidebar/index.js | 2 - src/i18n/locales/ca/leftSidebar/skills.json | 5 --- src/i18n/locales/cs/leftSidebar/index.js | 2 - src/i18n/locales/cs/leftSidebar/skills.json | 5 --- src/i18n/locales/da/leftSidebar/index.js | 2 - src/i18n/locales/da/leftSidebar/skills.json | 5 --- src/i18n/locales/de/leftSidebar/index.js | 2 - src/i18n/locales/de/leftSidebar/skills.json | 5 --- src/i18n/locales/el/leftSidebar/index.js | 2 - src/i18n/locales/el/leftSidebar/skills.json | 5 --- src/i18n/locales/en/leftSidebar/index.js | 2 - src/i18n/locales/en/leftSidebar/skills.json | 5 --- src/i18n/locales/es/leftSidebar/index.js | 2 - src/i18n/locales/es/leftSidebar/skills.json | 5 --- src/i18n/locales/fi/leftSidebar/index.js | 2 - src/i18n/locales/fi/leftSidebar/skills.json | 5 --- src/i18n/locales/fr/leftSidebar/index.js | 2 - src/i18n/locales/fr/leftSidebar/skills.json | 5 --- src/i18n/locales/he/leftSidebar/index.js | 2 - src/i18n/locales/he/leftSidebar/skills.json | 5 --- src/i18n/locales/hi/leftSidebar/index.js | 2 - src/i18n/locales/hi/leftSidebar/skills.json | 5 --- src/i18n/locales/hu/leftSidebar/index.js | 2 - src/i18n/locales/hu/leftSidebar/skills.json | 5 --- src/i18n/locales/it/leftSidebar/index.js | 2 - src/i18n/locales/it/leftSidebar/skills.json | 5 --- src/i18n/locales/ja/leftSidebar/index.js | 2 - src/i18n/locales/ja/leftSidebar/skills.json | 5 --- src/i18n/locales/kn/leftSidebar/index.js | 2 - src/i18n/locales/kn/leftSidebar/skills.json | 5 --- src/i18n/locales/ko/leftSidebar/index.js | 2 - src/i18n/locales/ko/leftSidebar/skills.json | 5 --- src/i18n/locales/ml/leftSidebar/index.js | 2 - src/i18n/locales/ml/leftSidebar/skills.json | 5 --- src/i18n/locales/mr/leftSidebar/index.js | 2 - src/i18n/locales/mr/leftSidebar/skills.json | 5 --- src/i18n/locales/nl/leftSidebar/index.js | 2 - src/i18n/locales/nl/leftSidebar/skills.json | 5 --- src/i18n/locales/no/leftSidebar/index.js | 2 - src/i18n/locales/no/leftSidebar/skills.json | 5 --- src/i18n/locales/pa/leftSidebar/index.js | 2 - src/i18n/locales/pa/leftSidebar/skills.json | 5 --- src/i18n/locales/pl/leftSidebar/index.js | 2 - src/i18n/locales/pl/leftSidebar/skills.json | 5 --- src/i18n/locales/pt/leftSidebar/index.js | 2 - src/i18n/locales/pt/leftSidebar/skills.json | 5 --- src/i18n/locales/ro/leftSidebar/index.js | 2 - src/i18n/locales/ro/leftSidebar/skills.json | 5 --- src/i18n/locales/ru/leftSidebar/index.js | 2 - src/i18n/locales/ru/leftSidebar/skills.json | 5 --- src/i18n/locales/sv/leftSidebar/index.js | 2 - src/i18n/locales/sv/leftSidebar/skills.json | 5 --- src/i18n/locales/ta/leftSidebar/index.js | 2 - src/i18n/locales/ta/leftSidebar/skills.json | 5 --- src/i18n/locales/tr/leftSidebar/index.js | 2 - src/i18n/locales/tr/leftSidebar/skills.json | 5 --- src/i18n/locales/uk/leftSidebar/index.js | 2 - src/i18n/locales/uk/leftSidebar/skills.json | 5 --- src/i18n/locales/vi/leftSidebar/index.js | 2 - src/i18n/locales/vi/leftSidebar/skills.json | 5 --- src/i18n/locales/zh/leftSidebar/index.js | 2 - src/i18n/locales/zh/leftSidebar/skills.json | 5 --- src/i18n/source/app/app.json | 45 ------------------- src/i18n/source/app/index.js | 3 -- src/i18n/source/index.js | 11 ----- src/i18n/source/leftSidebar/awards.json | 8 ---- .../source/leftSidebar/certifications.json | 8 ---- src/i18n/source/leftSidebar/education.json | 11 ----- src/i18n/source/leftSidebar/extras.json | 8 ---- src/i18n/source/leftSidebar/index.js | 21 --------- src/i18n/source/leftSidebar/languages.json | 11 ----- src/i18n/source/leftSidebar/objective.json | 5 --- src/i18n/source/leftSidebar/profile.json | 35 --------------- src/i18n/source/leftSidebar/references.json | 14 ------ src/i18n/source/leftSidebar/work.json | 8 ---- src/i18n/source/rightSidebar/about.json | 36 --------------- src/i18n/source/rightSidebar/actions.json | 33 -------------- src/i18n/source/rightSidebar/colors.json | 7 --- src/i18n/source/rightSidebar/fonts.json | 7 --- src/i18n/source/rightSidebar/index.js | 15 ------- src/i18n/source/rightSidebar/settings.json | 7 --- src/i18n/source/rightSidebar/templates.json | 3 -- 92 files changed, 32 insertions(+), 557 deletions(-) delete mode 100644 src/i18n/locales/af/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ar/leftSidebar/skills.json delete mode 100644 src/i18n/locales/as/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ca/leftSidebar/skills.json delete mode 100644 src/i18n/locales/cs/leftSidebar/skills.json delete mode 100644 src/i18n/locales/da/leftSidebar/skills.json delete mode 100644 src/i18n/locales/de/leftSidebar/skills.json delete mode 100644 src/i18n/locales/el/leftSidebar/skills.json delete mode 100644 src/i18n/locales/en/leftSidebar/skills.json delete mode 100644 src/i18n/locales/es/leftSidebar/skills.json delete mode 100644 src/i18n/locales/fi/leftSidebar/skills.json delete mode 100644 src/i18n/locales/fr/leftSidebar/skills.json delete mode 100644 src/i18n/locales/he/leftSidebar/skills.json delete mode 100644 src/i18n/locales/hi/leftSidebar/skills.json delete mode 100644 src/i18n/locales/hu/leftSidebar/skills.json delete mode 100644 src/i18n/locales/it/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ja/leftSidebar/skills.json delete mode 100644 src/i18n/locales/kn/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ko/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ml/leftSidebar/skills.json delete mode 100644 src/i18n/locales/mr/leftSidebar/skills.json delete mode 100644 src/i18n/locales/nl/leftSidebar/skills.json delete mode 100644 src/i18n/locales/no/leftSidebar/skills.json delete mode 100644 src/i18n/locales/pa/leftSidebar/skills.json delete mode 100644 src/i18n/locales/pl/leftSidebar/skills.json delete mode 100644 src/i18n/locales/pt/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ro/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ru/leftSidebar/skills.json delete mode 100644 src/i18n/locales/sv/leftSidebar/skills.json delete mode 100644 src/i18n/locales/ta/leftSidebar/skills.json delete mode 100644 src/i18n/locales/tr/leftSidebar/skills.json delete mode 100644 src/i18n/locales/uk/leftSidebar/skills.json delete mode 100644 src/i18n/locales/vi/leftSidebar/skills.json delete mode 100644 src/i18n/locales/zh/leftSidebar/skills.json delete mode 100644 src/i18n/source/app/app.json delete mode 100644 src/i18n/source/app/index.js delete mode 100644 src/i18n/source/index.js delete mode 100644 src/i18n/source/leftSidebar/awards.json delete mode 100644 src/i18n/source/leftSidebar/certifications.json delete mode 100644 src/i18n/source/leftSidebar/education.json delete mode 100644 src/i18n/source/leftSidebar/extras.json delete mode 100644 src/i18n/source/leftSidebar/index.js delete mode 100644 src/i18n/source/leftSidebar/languages.json delete mode 100644 src/i18n/source/leftSidebar/objective.json delete mode 100644 src/i18n/source/leftSidebar/profile.json delete mode 100644 src/i18n/source/leftSidebar/references.json delete mode 100644 src/i18n/source/leftSidebar/work.json delete mode 100644 src/i18n/source/rightSidebar/about.json delete mode 100644 src/i18n/source/rightSidebar/actions.json delete mode 100644 src/i18n/source/rightSidebar/colors.json delete mode 100644 src/i18n/source/rightSidebar/fonts.json delete mode 100644 src/i18n/source/rightSidebar/index.js delete mode 100644 src/i18n/source/rightSidebar/settings.json delete mode 100644 src/i18n/source/rightSidebar/templates.json diff --git a/docs/translation/README.md b/docs/translation/README.md index d6f5370dc..e955181d8 100644 --- a/docs/translation/README.md +++ b/docs/translation/README.md @@ -29,6 +29,8 @@ If you are already familiar with the Crowdin platform and want to contribute you - Polish `pl` - Portuguese `pt` - Spanish `es` +- Tamil `ta` +- Vietnamese `vi` ### Pending Translations @@ -50,10 +52,8 @@ If you are already familiar with the Crowdin platform and want to contribute you - Romanian `ro` - Russian `ru` - Swedish `sv` -- Tamil `ta` - Turkish `tr` - Ukrainian `uk` -- Vietnamese `vi` ::: warning If your language is not available in the list above, send me an email at im.amruth@gmail.com with your request or raise an issue on GitHub and I'll add it on the Crowdin Platform. diff --git a/package-lock.json b/package-lock.json index 810a1c6c3..b87843bba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8708,12 +8708,12 @@ "@babel/runtime": "^7.5.5" } }, - "i18next-xhr-backend": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/i18next-xhr-backend/-/i18next-xhr-backend-3.2.2.tgz", - "integrity": "sha512-OtRf2Vo3IqAxsttQbpjYnmMML12IMB5e0fc5B7qKJFLScitYaXa1OhMX0n0X/3vrfFlpHL9Ro/H+ps4Ej2j7QQ==", + "i18next-http-backend": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/i18next-http-backend/-/i18next-http-backend-1.0.4.tgz", + "integrity": "sha512-nnaCLtUIarFoQv1NNzN1I/TPyDRbHnq2gb5Lnf/rZBiWNJ6BdPXY0kpY1oxLIFTkwHvXJLoD9O6vVUDSXhnUjQ==", "requires": { - "@babel/runtime": "^7.5.5" + "node-fetch": "2.6.0" } }, "iconv-lite": { @@ -11427,6 +11427,11 @@ "lodash.toarray": "^4.4.0" } }, + "node-fetch": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", + "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" + }, "node-forge": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.9.0.tgz", diff --git a/package.json b/package.json index b8f950ba7..72ac596a9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "html2canvas": "^1.0.0-rc.5", "i18next": "^19.4.3", "i18next-browser-languagedetector": "^4.1.1", - "i18next-xhr-backend": "^3.2.2", + "i18next-http-backend": "^1.0.4", "jspdf": "^1.5.3", "lodash": "^4.17.15", "postcss-cli": "^7.1.0", diff --git a/src/i18n/index.js b/src/i18n/index.js index 050f7c4bd..2ffba9741 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -1,5 +1,5 @@ import i18n from 'i18next'; -import backend from 'i18next-xhr-backend'; +import backend from 'i18next-http-backend'; import { initReactI18next } from 'react-i18next'; import detector from 'i18next-browser-languagedetector'; @@ -8,56 +8,60 @@ import resources from './locales'; const languages = [ { code: 'ar', - name: 'Arabic', + name: 'Arabic (عربى)', }, { code: 'zh', - name: 'Chinese', + name: 'Chinese (中文)', }, { code: 'da', - name: 'Danish', + name: 'Danish (Dansk)', }, { code: 'nl', - name: 'Dutch', + name: 'Dutch (Nederlands)', }, { code: 'en', - name: 'English', + name: 'English (US)', }, { code: 'fr', - name: 'French', + name: 'French (Français)', }, { code: 'de', - name: 'German', + name: 'German (Deutsche)', }, { code: 'hi', - name: 'Hindi', + name: 'Hindi (हिन्दी)', }, { code: 'kn', - name: 'Kannada', + name: 'Kannada (ಕನ್ನಡ)', }, { code: 'pl', - name: 'Polish', + name: 'Polish (Polskie)', }, { code: 'pt', - name: 'Portuguese', + name: 'Portuguese (Português)', }, { code: 'es', - name: 'Spanish', + name: 'Spanish (Español)', + }, + { + code: 'ta', + name: 'Tamil (தமிழ்)', }, { code: 'vi', - name: 'Tiếng Việt' - } + name: 'Vietnamese (Tiếng Việt)', + }, ]; i18n diff --git a/src/i18n/locales/af/leftSidebar/index.js b/src/i18n/locales/af/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/af/leftSidebar/index.js +++ b/src/i18n/locales/af/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/af/leftSidebar/skills.json b/src/i18n/locales/af/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/af/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/ar/leftSidebar/index.js b/src/i18n/locales/ar/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ar/leftSidebar/index.js +++ b/src/i18n/locales/ar/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ar/leftSidebar/skills.json b/src/i18n/locales/ar/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ar/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/as/leftSidebar/index.js b/src/i18n/locales/as/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/as/leftSidebar/index.js +++ b/src/i18n/locales/as/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/as/leftSidebar/skills.json b/src/i18n/locales/as/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/as/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/ca/leftSidebar/index.js b/src/i18n/locales/ca/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ca/leftSidebar/index.js +++ b/src/i18n/locales/ca/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ca/leftSidebar/skills.json b/src/i18n/locales/ca/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ca/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/cs/leftSidebar/index.js b/src/i18n/locales/cs/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/cs/leftSidebar/index.js +++ b/src/i18n/locales/cs/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/cs/leftSidebar/skills.json b/src/i18n/locales/cs/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/cs/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/da/leftSidebar/index.js b/src/i18n/locales/da/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/da/leftSidebar/index.js +++ b/src/i18n/locales/da/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/da/leftSidebar/skills.json b/src/i18n/locales/da/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/da/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/de/leftSidebar/index.js b/src/i18n/locales/de/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/de/leftSidebar/index.js +++ b/src/i18n/locales/de/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/de/leftSidebar/skills.json b/src/i18n/locales/de/leftSidebar/skills.json deleted file mode 100644 index 111c068b3..000000000 --- a/src/i18n/locales/de/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Kochen" - } -} diff --git a/src/i18n/locales/el/leftSidebar/index.js b/src/i18n/locales/el/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/el/leftSidebar/index.js +++ b/src/i18n/locales/el/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/el/leftSidebar/skills.json b/src/i18n/locales/el/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/el/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/en/leftSidebar/index.js b/src/i18n/locales/en/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/en/leftSidebar/index.js +++ b/src/i18n/locales/en/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/en/leftSidebar/skills.json b/src/i18n/locales/en/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/en/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/es/leftSidebar/index.js b/src/i18n/locales/es/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/es/leftSidebar/index.js +++ b/src/i18n/locales/es/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/es/leftSidebar/skills.json b/src/i18n/locales/es/leftSidebar/skills.json deleted file mode 100644 index 1b69082b7..000000000 --- a/src/i18n/locales/es/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cocinero" - } -} diff --git a/src/i18n/locales/fi/leftSidebar/index.js b/src/i18n/locales/fi/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/fi/leftSidebar/index.js +++ b/src/i18n/locales/fi/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/fi/leftSidebar/skills.json b/src/i18n/locales/fi/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/fi/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/fr/leftSidebar/index.js b/src/i18n/locales/fr/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/fr/leftSidebar/index.js +++ b/src/i18n/locales/fr/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/fr/leftSidebar/skills.json b/src/i18n/locales/fr/leftSidebar/skills.json deleted file mode 100644 index 3cb77f087..000000000 --- a/src/i18n/locales/fr/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cuisiner" - } -} diff --git a/src/i18n/locales/he/leftSidebar/index.js b/src/i18n/locales/he/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/he/leftSidebar/index.js +++ b/src/i18n/locales/he/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/he/leftSidebar/skills.json b/src/i18n/locales/he/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/he/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/hi/leftSidebar/index.js b/src/i18n/locales/hi/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/hi/leftSidebar/index.js +++ b/src/i18n/locales/hi/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/hi/leftSidebar/skills.json b/src/i18n/locales/hi/leftSidebar/skills.json deleted file mode 100644 index 4b83a6f4a..000000000 --- a/src/i18n/locales/hi/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "गायन" - } -} diff --git a/src/i18n/locales/hu/leftSidebar/index.js b/src/i18n/locales/hu/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/hu/leftSidebar/index.js +++ b/src/i18n/locales/hu/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/hu/leftSidebar/skills.json b/src/i18n/locales/hu/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/hu/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/it/leftSidebar/index.js b/src/i18n/locales/it/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/it/leftSidebar/index.js +++ b/src/i18n/locales/it/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/it/leftSidebar/skills.json b/src/i18n/locales/it/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/it/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/ja/leftSidebar/index.js b/src/i18n/locales/ja/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ja/leftSidebar/index.js +++ b/src/i18n/locales/ja/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ja/leftSidebar/skills.json b/src/i18n/locales/ja/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ja/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/kn/leftSidebar/index.js b/src/i18n/locales/kn/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/kn/leftSidebar/index.js +++ b/src/i18n/locales/kn/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/kn/leftSidebar/skills.json b/src/i18n/locales/kn/leftSidebar/skills.json deleted file mode 100644 index c3b9b1eba..000000000 --- a/src/i18n/locales/kn/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "ಅಡುಗೆ" - } -} diff --git a/src/i18n/locales/ko/leftSidebar/index.js b/src/i18n/locales/ko/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ko/leftSidebar/index.js +++ b/src/i18n/locales/ko/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ko/leftSidebar/skills.json b/src/i18n/locales/ko/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ko/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/ml/leftSidebar/index.js b/src/i18n/locales/ml/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ml/leftSidebar/index.js +++ b/src/i18n/locales/ml/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ml/leftSidebar/skills.json b/src/i18n/locales/ml/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ml/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/mr/leftSidebar/index.js b/src/i18n/locales/mr/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/mr/leftSidebar/index.js +++ b/src/i18n/locales/mr/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/mr/leftSidebar/skills.json b/src/i18n/locales/mr/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/mr/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/nl/leftSidebar/index.js b/src/i18n/locales/nl/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/nl/leftSidebar/index.js +++ b/src/i18n/locales/nl/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/nl/leftSidebar/skills.json b/src/i18n/locales/nl/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/nl/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/no/leftSidebar/index.js b/src/i18n/locales/no/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/no/leftSidebar/index.js +++ b/src/i18n/locales/no/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/no/leftSidebar/skills.json b/src/i18n/locales/no/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/no/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/pa/leftSidebar/index.js b/src/i18n/locales/pa/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/pa/leftSidebar/index.js +++ b/src/i18n/locales/pa/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/pa/leftSidebar/skills.json b/src/i18n/locales/pa/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/pa/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/pl/leftSidebar/index.js b/src/i18n/locales/pl/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/pl/leftSidebar/index.js +++ b/src/i18n/locales/pl/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/pl/leftSidebar/skills.json b/src/i18n/locales/pl/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/pl/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/pt/leftSidebar/index.js b/src/i18n/locales/pt/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/pt/leftSidebar/index.js +++ b/src/i18n/locales/pt/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/pt/leftSidebar/skills.json b/src/i18n/locales/pt/leftSidebar/skills.json deleted file mode 100644 index d03bf6fd5..000000000 --- a/src/i18n/locales/pt/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cozinheiro" - } -} diff --git a/src/i18n/locales/ro/leftSidebar/index.js b/src/i18n/locales/ro/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ro/leftSidebar/index.js +++ b/src/i18n/locales/ro/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ro/leftSidebar/skills.json b/src/i18n/locales/ro/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ro/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/ru/leftSidebar/index.js b/src/i18n/locales/ru/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ru/leftSidebar/index.js +++ b/src/i18n/locales/ru/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ru/leftSidebar/skills.json b/src/i18n/locales/ru/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ru/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/sv/leftSidebar/index.js b/src/i18n/locales/sv/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/sv/leftSidebar/index.js +++ b/src/i18n/locales/sv/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/sv/leftSidebar/skills.json b/src/i18n/locales/sv/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/sv/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/ta/leftSidebar/index.js b/src/i18n/locales/ta/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/ta/leftSidebar/index.js +++ b/src/i18n/locales/ta/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/ta/leftSidebar/skills.json b/src/i18n/locales/ta/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/ta/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/tr/leftSidebar/index.js b/src/i18n/locales/tr/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/tr/leftSidebar/index.js +++ b/src/i18n/locales/tr/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/tr/leftSidebar/skills.json b/src/i18n/locales/tr/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/tr/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/uk/leftSidebar/index.js b/src/i18n/locales/uk/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/uk/leftSidebar/index.js +++ b/src/i18n/locales/uk/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/uk/leftSidebar/skills.json b/src/i18n/locales/uk/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/uk/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/vi/leftSidebar/index.js b/src/i18n/locales/vi/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/vi/leftSidebar/index.js +++ b/src/i18n/locales/vi/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/vi/leftSidebar/skills.json b/src/i18n/locales/vi/leftSidebar/skills.json deleted file mode 100644 index 5f178d9b6..000000000 --- a/src/i18n/locales/vi/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "Cooking" - } -} diff --git a/src/i18n/locales/zh/leftSidebar/index.js b/src/i18n/locales/zh/leftSidebar/index.js index a13d6a3e3..fea537335 100644 --- a/src/i18n/locales/zh/leftSidebar/index.js +++ b/src/i18n/locales/zh/leftSidebar/index.js @@ -4,7 +4,6 @@ import work from './work.json'; import education from './education.json'; import awards from './awards.json'; import certifications from './certifications.json'; -import skills from './skills.json'; import languages from './languages.json'; import references from './references.json'; import extras from './extras.json'; @@ -16,7 +15,6 @@ export default { education, awards, certifications, - skills, languages, references, extras, diff --git a/src/i18n/locales/zh/leftSidebar/skills.json b/src/i18n/locales/zh/leftSidebar/skills.json deleted file mode 100644 index 8b137f80c..000000000 --- a/src/i18n/locales/zh/leftSidebar/skills.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "item": { - "placeholder": "烹饪" - } -} diff --git a/src/i18n/source/app/app.json b/src/i18n/source/app/app.json deleted file mode 100644 index 634cecc0d..000000000 --- a/src/i18n/source/app/app.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "item": { - "add": "Add {{- heading}}", - "startDate": { - "label": "Start Date" - }, - "endDate": { - "label": "End Date" - }, - "description": { - "label": "Description" - } - }, - "buttons": { - "add": { - "label": "Add" - } - }, - "printDialog": { - "heading": "Download Your Resume", - "quality": { - "label": "Quality" - }, - "printType": { - "label": "Type", - "types": { - "unconstrained": "Unconstrained", - "fitInA4": "Fit in A4", - "multiPageA4": "Multi-Page A4" - } - }, - "helpText": [ - "This export method makes use of HTML canvas to convert the resume to an image and print it on a PDF, which means it will lose all selecting/parsing capabilities.", - "If that is important to you, please try printing the resume instead using Cmd/Ctrl + P or the print button below. The result may vary as the output is browser dependent, but it is known to work best on the latest version of Google Chrome." - ], - "buttons": { - "cancel": "Cancel", - "saveAsPdf": "Save as PDF" - } - }, - "panZoomAnimation": { - "helpText": "You can pan and zoom around the artboard at any time to get a closer look at your resume." - }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." -} diff --git a/src/i18n/source/app/index.js b/src/i18n/source/app/index.js deleted file mode 100644 index d24fe6d1b..000000000 --- a/src/i18n/source/app/index.js +++ /dev/null @@ -1,3 +0,0 @@ -import app from './app.json'; - -export default app; diff --git a/src/i18n/source/index.js b/src/i18n/source/index.js deleted file mode 100644 index d96f42624..000000000 --- a/src/i18n/source/index.js +++ /dev/null @@ -1,11 +0,0 @@ -import app from './app'; -import leftSidebar from './leftSidebar'; -import rightSidebar from './rightSidebar'; - -export default { - en: { - app, - leftSidebar, - rightSidebar, - }, -}; diff --git a/src/i18n/source/leftSidebar/awards.json b/src/i18n/source/leftSidebar/awards.json deleted file mode 100644 index 4a52c12a9..000000000 --- a/src/i18n/source/leftSidebar/awards.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "title": { - "label": "Title" - }, - "subtitle": { - "label": "Subtitle" - } -} diff --git a/src/i18n/source/leftSidebar/certifications.json b/src/i18n/source/leftSidebar/certifications.json deleted file mode 100644 index e6e0effa2..000000000 --- a/src/i18n/source/leftSidebar/certifications.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "title": { - "label": "Name" - }, - "subtitle": { - "label": "Authority" - } -} diff --git a/src/i18n/source/leftSidebar/education.json b/src/i18n/source/leftSidebar/education.json deleted file mode 100644 index 346748c7e..000000000 --- a/src/i18n/source/leftSidebar/education.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": { - "label": "Name" - }, - "major": { - "label": "Major" - }, - "grade": { - "label": "Grade" - } -} diff --git a/src/i18n/source/leftSidebar/extras.json b/src/i18n/source/leftSidebar/extras.json deleted file mode 100644 index 59950d61a..000000000 --- a/src/i18n/source/leftSidebar/extras.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "key": { - "label": "Key" - }, - "value": { - "label": "Value" - } -} diff --git a/src/i18n/source/leftSidebar/index.js b/src/i18n/source/leftSidebar/index.js deleted file mode 100644 index fea537335..000000000 --- a/src/i18n/source/leftSidebar/index.js +++ /dev/null @@ -1,21 +0,0 @@ -import profile from './profile.json'; -import objective from './objective.json'; -import work from './work.json'; -import education from './education.json'; -import awards from './awards.json'; -import certifications from './certifications.json'; -import languages from './languages.json'; -import references from './references.json'; -import extras from './extras.json'; - -export default { - profile, - objective, - work, - education, - awards, - certifications, - languages, - references, - extras, -}; diff --git a/src/i18n/source/leftSidebar/languages.json b/src/i18n/source/leftSidebar/languages.json deleted file mode 100644 index 21cb24836..000000000 --- a/src/i18n/source/leftSidebar/languages.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "key": { - "label": "Name" - }, - "level": { - "label": "Level" - }, - "rating": { - "label": "Rating" - } -} diff --git a/src/i18n/source/leftSidebar/objective.json b/src/i18n/source/leftSidebar/objective.json deleted file mode 100644 index 329804798..000000000 --- a/src/i18n/source/leftSidebar/objective.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "objective": { - "label": "Objective" - } -} diff --git a/src/i18n/source/leftSidebar/profile.json b/src/i18n/source/leftSidebar/profile.json deleted file mode 100644 index 6f109ed6a..000000000 --- a/src/i18n/source/leftSidebar/profile.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "photoUrl": { - "label": "Photo URL" - }, - "firstName": { - "label": "First Name" - }, - "lastName": { - "label": "Last Name" - }, - "subtitle": { - "label": "Subtitle" - }, - "address": { - "label": "Address", - "line1": { - "label": "Address Line 1" - }, - "line2": { - "label": "Address Line 2" - }, - "line3": { - "label": "Address Line 3" - } - }, - "phone": { - "label": "Phone Number" - }, - "website": { - "label": "Website" - }, - "email": { - "label": "Email Address" - } -} diff --git a/src/i18n/source/leftSidebar/references.json b/src/i18n/source/leftSidebar/references.json deleted file mode 100644 index f7f2bf831..000000000 --- a/src/i18n/source/leftSidebar/references.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": { - "label": "Name" - }, - "position": { - "label": "Position" - }, - "phone": { - "label": "Phone Number" - }, - "email": { - "label": "Email Address" - } -} diff --git a/src/i18n/source/leftSidebar/work.json b/src/i18n/source/leftSidebar/work.json deleted file mode 100644 index 9859754c3..000000000 --- a/src/i18n/source/leftSidebar/work.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": { - "label": "Name" - }, - "role": { - "label": "Role" - } -} diff --git a/src/i18n/source/rightSidebar/about.json b/src/i18n/source/rightSidebar/about.json deleted file mode 100644 index c5538e17e..000000000 --- a/src/i18n/source/rightSidebar/about.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "title": "About", - "documentation": { - "heading": "Documentation", - "body": "Want to know more about the app? Need information on how to contribute to the project? Look no further, there's a comprehensive guide made just for you.", - "buttons": { - "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.", - "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" - } - }, - "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.", - "buttons": { - "githubRepo": "GitHub Repo" - } - }, - "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.", - "buttons": { - "mitLicense": "MIT License" - } - }, - "footer": { - "credit": "Made with Love by <1>Amruth Pillai", - "thanks": "Thank you for using Reactive Resume!" - } -} diff --git a/src/i18n/source/rightSidebar/actions.json b/src/i18n/source/rightSidebar/actions.json deleted file mode 100644 index ae75bbd18..000000000 --- a/src/i18n/source/rightSidebar/actions.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "title": "Actions", - "disclaimer": "Changes you make to your resume are saved automatically to your browser's local storage. No data gets out, hence your information is completely secure.", - "importExport": { - "heading": "Import/Export", - "body": "You can import or export your data in JSON format. With this, you can edit and print your resume from any device. Save this file for later use.", - "buttons": { - "import": "Import", - "export": "Export" - } - }, - "downloadResume": { - "heading": "Download Your Resume", - "body": "You can click on the button below to download a PDF version of your resume instantly. For best results, please use the latest version of Google Chrome.", - "buttons": { - "saveAsPdf": "Save as PDF" - } - }, - "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.", - "buttons": { - "loadData": "Load Data" - } - }, - "reset": { - "heading": "Reset Everything!", - "body": "This action will reset all your data and remove backups made to your browser's local storage as well, so please make sure you have exported your information before you reset everything.", - "buttons": { - "reset": "Reset" - } - } -} diff --git a/src/i18n/source/rightSidebar/colors.json b/src/i18n/source/rightSidebar/colors.json deleted file mode 100644 index f7fff7ba5..000000000 --- a/src/i18n/source/rightSidebar/colors.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Colors", - "colorOptions": "Color Options", - "primaryColor": "Primary Color", - "accentColor": "Secondary Color", - "clipboardCopyAction": "{{color}} has been copied to the clipboard." -} diff --git a/src/i18n/source/rightSidebar/fonts.json b/src/i18n/source/rightSidebar/fonts.json deleted file mode 100644 index dbcfe5f2f..000000000 --- a/src/i18n/source/rightSidebar/fonts.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Fonts", - "fontFamily": { - "label": "Font Family", - "helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you." - } -} diff --git a/src/i18n/source/rightSidebar/index.js b/src/i18n/source/rightSidebar/index.js deleted file mode 100644 index 2560696c9..000000000 --- a/src/i18n/source/rightSidebar/index.js +++ /dev/null @@ -1,15 +0,0 @@ -import templates from './templates.json'; -import colors from './colors.json'; -import fonts from './fonts.json'; -import actions from './actions.json'; -import settings from './settings.json'; -import about from './about.json'; - -export default { - templates, - colors, - fonts, - actions, - settings, - about, -}; diff --git a/src/i18n/source/rightSidebar/settings.json b/src/i18n/source/rightSidebar/settings.json deleted file mode 100644 index dacc183c6..000000000 --- a/src/i18n/source/rightSidebar/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "title": "Settings", - "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer to the <1>Translation Documentation." - } -} \ No newline at end of file diff --git a/src/i18n/source/rightSidebar/templates.json b/src/i18n/source/rightSidebar/templates.json deleted file mode 100644 index 89fd528d7..000000000 --- a/src/i18n/source/rightSidebar/templates.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "title": "Templates" -} From 71c9dcf7d3cb8433202cbc075f25588184d5d4ed Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:37:29 +0530 Subject: [PATCH 111/123] New translations app.json (Chinese Simplified) --- src/i18n/locales/zh/app/app.json | 34 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json index 60481705d..dd894380e 100644 --- a/src/i18n/locales/zh/app/app.json +++ b/src/i18n/locales/zh/app/app.json @@ -1,45 +1,45 @@ { "item": { - "add": "Adicionar {{- heading}}", + "add": "添加 {{- heading}}", "startDate": { - "label": "Data Inicial" + "label": "开始日期" }, "endDate": { - "label": "Data Final" + "label": "结束日期" }, "description": { - "label": "Descrição" + "label": "说明" } }, "buttons": { "add": { - "label": "Adicionar" + "label": "添加" } }, "printDialog": { - "heading": "Baixar Curriculum", + "heading": "下载简历", "quality": { - "label": "Qualidade" + "label": "品质" }, "printType": { - "label": "Tipo", + "label": "类型", "types": { - "unconstrained": "Sem restrições", - "fitInA4": "Ajustar a A4", - "multiPageA4": "Multi-páginas A4" + "unconstrained": "不受限制", + "fitInA4": "适合A4", + "multiPageA4": "多页A4" } }, "helpText": [ - "Esse método de exportação utiliza a tela HTML para converter o currículo em uma imagem e imprimi-lo em um PDF, o que significa que ele perderá todos os recursos de seleção / análise.", - "Se isso for importante para você, tente imprimir o currículo usando Cmd / Ctrl + P ou o botão de impressão abaixo. O resultado pode variar, pois a saída depende do navegador, mas é conhecido por funcionar melhor na versão mais recente do Google Chrome." + "此导出方法使用 HTML 画布将恢复转换为图像并打印到 PDF 上。 这意味着它将失去所有选择/解析能力。", + "如果这对您很重要,请尝试打印续版,而不是使用 Cmd/Ctrl + P 或下面的打印按钮。 结果可能会因为输出依赖于浏览器而有所改变,但它已知最适合最新版本的Google Chrome。" ], "buttons": { - "cancel": "Cancelar", - "saveAsPdf": "Salvar como PDF" + "cancel": "取消", + "saveAsPdf": "保存为 PDF" } }, "panZoomAnimation": { - "helpText": "Você pode arrastar e dar zoom no quadro de trabalho a qualquer momento para ver mais detalhes do seu curriculum." + "helpText": "您可以随时在画板上平移和缩放,以更仔细地查看简历。" }, - "markdownHelpText": "Você pode utilizar <1>GitHub Flavored Markdown para estilizar esta seção." + "markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown 来美化这部分文字." } From 0ae66c90b7cf9268d3e8563826eddff60b0a7991 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:37:31 +0530 Subject: [PATCH 112/123] New translations settings.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/zh/rightSidebar/settings.json b/src/i18n/locales/zh/rightSidebar/settings.json index e52abb2eb..f18b8b916 100644 --- a/src/i18n/locales/zh/rightSidebar/settings.json +++ b/src/i18n/locales/zh/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "设置", + "title": "Indstillinger", "language": { - "label": "语言", - "helpText": "如果您希望帮助将应用程序翻译成您自己的语言,请参阅<1>翻译文档。" + "label": "Sprog", + "helpText": "Hvis du vil hjælpe med at oversætte applikationen til dit eget sprog, kig da nærmere på <1>oversættelsesdokumentationen." } } \ No newline at end of file From 3902d91d2ab3687558c1561117a1e12d2322e27c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:37:40 +0530 Subject: [PATCH 113/123] New translations fonts.json (Polish) --- src/i18n/locales/pl/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/fonts.json b/src/i18n/locales/pl/rightSidebar/fonts.json index f7fc0308b..06eaabb27 100644 --- a/src/i18n/locales/pl/rightSidebar/fonts.json +++ b/src/i18n/locales/pl/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Czcionki", + "title": "字体", "fontFamily": { - "label": "Rodzina czcionek", - "helpText": "Możesz także użyć dowolnej czcionki zainstalowanej w systemie. Wystarczy wpisać tutaj nazwę rodziny czcionek, a przeglądarka załaduje ją dla Ciebie." + "label": "字体库", + "helpText": "您也可以使用安装在您的系统上的任何字体。 只需在此输入字体库的名字,浏览器将为您加载它。" } } From ce5ddb56f90e712de40f120864ef88c73f92fa2f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:37:46 +0530 Subject: [PATCH 114/123] New translations about.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/about.json b/src/i18n/locales/pt/rightSidebar/about.json index d7c874761..bbb5cbcf4 100644 --- a/src/i18n/locales/pt/rightSidebar/about.json +++ b/src/i18n/locales/pt/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "Sobre", + "title": "关于我们", "documentation": { - "heading": "Documentação", - "body": "Quer saber mais sobre a applicação? Não seria ótimo se houvesse um guia para configurá-la em sua máquina? Precisa de informação sobre como contribuir para o projeto? Não precisa procurar mais, aqui há uma documentação compreensiva para você.", + "heading": "文档", + "body": "想进一步了解该应用程序? 需要有关如何为该项目做出贡献的信息? 别无所求,这里有专门为您准备的综合指南。", "buttons": { - "documentation": "Documentação" + "documentation": "文档" } }, "bugOrFeatureRequest": { - "heading": "Bug? Solicitação de nova funcionalidade?", - "body": "Algo impedindo você de progredir com um curriculum? Encontrou aquele erro chato e persistente? Fale sobre ele na seção de Issues no Github, ou me envie um email usando as seguintes ações.", + "heading": "错误?功能请求?", + "body": "在你写简历的时候发现遇到困难?发现了一个烦人的问题? 你可以上Github问题版来谈论这个问题,或者通过下面的按钮来给我发送电子邮件。", "buttons": { - "raiseIssue": "Notificar um problema", - "sendEmail": "Enviar um e-mail" + "raiseIssue": "提交改进", + "sendEmail": "发送邮件" } }, "sourceCode": { - "heading": "Código fonte", - "body": "Tem interesse em executar o código fonte deste projeto? Você é um desenvolvedor interessado em contribuir para o desenvolvimento open-source deste projeto? Click no botão abaixo.", + "heading": "源码", + "body": "想要本地运行这个项目? 你是不是一个开发者想要为这个开源项目做出贡献?请点击下面的按钮。", "buttons": { - "githubRepo": "Repositório Github" + "githubRepo": "GitHub 项目" } }, "license": { - "heading": "Informação da licença", - "body": "O projeto é regido pela licença MIT, a qual você pode ler mais sobre abaixo. Basicamente, você pode usar este projeto onde quiser desde que dê os créditos ao autor original.", + "heading": "授权申明", + "body": "该项目受MIT许可的管理,您可以在下面阅读更多信息。 基本上,只要您向原作者提供感谢,您就可以在任何地方使用该项目。", "buttons": { - "mitLicense": "Licença MIT" + "mitLicense": "MIT 授权许可" } }, "footer": { - "credit": "Projeto criado com amor por <1>Amruth Pillai.", - "thanks": "Obrigado por usar Reactive Resume!" + "credit": "<1>Amruth Pillai 用爱制造", + "thanks": "感谢您使用 Reactive Resume!" } } From bed9e304e3c3d032b1d9c7163334d4e21de27d51 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:52:51 +0530 Subject: [PATCH 115/123] New translations settings.json (Chinese Simplified) --- src/i18n/locales/zh/rightSidebar/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/zh/rightSidebar/settings.json b/src/i18n/locales/zh/rightSidebar/settings.json index f18b8b916..e52abb2eb 100644 --- a/src/i18n/locales/zh/rightSidebar/settings.json +++ b/src/i18n/locales/zh/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Indstillinger", + "title": "设置", "language": { - "label": "Sprog", - "helpText": "Hvis du vil hjælpe med at oversætte applikationen til dit eget sprog, kig da nærmere på <1>oversættelsesdokumentationen." + "label": "语言", + "helpText": "如果您希望帮助将应用程序翻译成您自己的语言,请参阅<1>翻译文档。" } } \ No newline at end of file From 8b3d8c93030be17b9e3adce8445eac7dd0d70384 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:53:03 +0530 Subject: [PATCH 116/123] New translations fonts.json (Polish) --- src/i18n/locales/pl/rightSidebar/fonts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/pl/rightSidebar/fonts.json b/src/i18n/locales/pl/rightSidebar/fonts.json index 06eaabb27..f7fc0308b 100644 --- a/src/i18n/locales/pl/rightSidebar/fonts.json +++ b/src/i18n/locales/pl/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "字体", + "title": "Czcionki", "fontFamily": { - "label": "字体库", - "helpText": "您也可以使用安装在您的系统上的任何字体。 只需在此输入字体库的名字,浏览器将为您加载它。" + "label": "Rodzina czcionek", + "helpText": "Możesz także użyć dowolnej czcionki zainstalowanej w systemie. Wystarczy wpisać tutaj nazwę rodziny czcionek, a przeglądarka załaduje ją dla Ciebie." } } From d9c7e762002626d6f44a3a1e50e4342ae28b1fd9 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:53:12 +0530 Subject: [PATCH 117/123] New translations about.json (Portuguese) --- src/i18n/locales/pt/rightSidebar/about.json | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/i18n/locales/pt/rightSidebar/about.json b/src/i18n/locales/pt/rightSidebar/about.json index bbb5cbcf4..d7c874761 100644 --- a/src/i18n/locales/pt/rightSidebar/about.json +++ b/src/i18n/locales/pt/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "关于我们", + "title": "Sobre", "documentation": { - "heading": "文档", - "body": "想进一步了解该应用程序? 需要有关如何为该项目做出贡献的信息? 别无所求,这里有专门为您准备的综合指南。", + "heading": "Documentação", + "body": "Quer saber mais sobre a applicação? Não seria ótimo se houvesse um guia para configurá-la em sua máquina? Precisa de informação sobre como contribuir para o projeto? Não precisa procurar mais, aqui há uma documentação compreensiva para você.", "buttons": { - "documentation": "文档" + "documentation": "Documentação" } }, "bugOrFeatureRequest": { - "heading": "错误?功能请求?", - "body": "在你写简历的时候发现遇到困难?发现了一个烦人的问题? 你可以上Github问题版来谈论这个问题,或者通过下面的按钮来给我发送电子邮件。", + "heading": "Bug? Solicitação de nova funcionalidade?", + "body": "Algo impedindo você de progredir com um curriculum? Encontrou aquele erro chato e persistente? Fale sobre ele na seção de Issues no Github, ou me envie um email usando as seguintes ações.", "buttons": { - "raiseIssue": "提交改进", - "sendEmail": "发送邮件" + "raiseIssue": "Notificar um problema", + "sendEmail": "Enviar um e-mail" } }, "sourceCode": { - "heading": "源码", - "body": "想要本地运行这个项目? 你是不是一个开发者想要为这个开源项目做出贡献?请点击下面的按钮。", + "heading": "Código fonte", + "body": "Tem interesse em executar o código fonte deste projeto? Você é um desenvolvedor interessado em contribuir para o desenvolvimento open-source deste projeto? Click no botão abaixo.", "buttons": { - "githubRepo": "GitHub 项目" + "githubRepo": "Repositório Github" } }, "license": { - "heading": "授权申明", - "body": "该项目受MIT许可的管理,您可以在下面阅读更多信息。 基本上,只要您向原作者提供感谢,您就可以在任何地方使用该项目。", + "heading": "Informação da licença", + "body": "O projeto é regido pela licença MIT, a qual você pode ler mais sobre abaixo. Basicamente, você pode usar este projeto onde quiser desde que dê os créditos ao autor original.", "buttons": { - "mitLicense": "MIT 授权许可" + "mitLicense": "Licença MIT" } }, "footer": { - "credit": "<1>Amruth Pillai 用爱制造", - "thanks": "感谢您使用 Reactive Resume!" + "credit": "Projeto criado com amor por <1>Amruth Pillai.", + "thanks": "Obrigado por usar Reactive Resume!" } } From 2791bcb3316a3a6a23cfefa1c6e31e425fbeb58e Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:54:38 +0530 Subject: [PATCH 118/123] New translations app.json (Danish) --- src/i18n/locales/da/app/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/da/app/app.json b/src/i18n/locales/da/app/app.json index 46d3dfa60..a5b5cc121 100644 --- a/src/i18n/locales/da/app/app.json +++ b/src/i18n/locales/da/app/app.json @@ -17,7 +17,7 @@ } }, "printDialog": { - "heading": "Download dit CV.", + "heading": "Download dit CV", "quality": { "label": "Kvalitet" }, From ee06905698bf525e27ff8f6bb1e09f6b6d4b830f Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:59:43 +0530 Subject: [PATCH 119/123] New translations about.json (Polish) --- src/i18n/locales/pl/rightSidebar/about.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/pl/rightSidebar/about.json b/src/i18n/locales/pl/rightSidebar/about.json index 87b97e06c..3d45f1a47 100644 --- a/src/i18n/locales/pl/rightSidebar/about.json +++ b/src/i18n/locales/pl/rightSidebar/about.json @@ -19,7 +19,7 @@ "heading": "Kod źródłowy", "body": "Chcesz uruchomić projekt ze źródła? Czy jesteś programistą, który chce przyczynić się do rozwoju tego open projektu open source? Kliknij przycisk poniżej.", "buttons": { - "githubRepo": "GitHub Repo" + "githubRepo": "Repozytorium na GitHub" } }, "license": { From ba9190d6d0ca9669b1b2714823893f25c9eebe8a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 19:59:51 +0530 Subject: [PATCH 120/123] New translations certifications.json (Kannada) --- src/i18n/locales/kn/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/kn/leftSidebar/certifications.json b/src/i18n/locales/kn/leftSidebar/certifications.json index b0600b543..6e59a75b6 100644 --- a/src/i18n/locales/kn/leftSidebar/certifications.json +++ b/src/i18n/locales/kn/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "ಹೆಸರು" + "label": "Nome" }, "subtitle": { - "label": "ಪ್ರಾಧಿಕಾರ" + "label": "Autoria" } } From 5aefbc970e35e98b5f3b0ffa5c788eb1b82e27ed Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 20:00:44 +0530 Subject: [PATCH 121/123] New translations references.json (German) --- src/i18n/locales/de/leftSidebar/references.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/de/leftSidebar/references.json b/src/i18n/locales/de/leftSidebar/references.json index f1d1f32ae..b1c7f2055 100644 --- a/src/i18n/locales/de/leftSidebar/references.json +++ b/src/i18n/locales/de/leftSidebar/references.json @@ -3,7 +3,7 @@ "label": "Name" }, "position": { - "label": "Position" + "label": "Anstellung" }, "phone": { "label": "Rufnummer" From cdcd5153dc79948c7852cab614e70d751653ec5c Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 20:00:47 +0530 Subject: [PATCH 122/123] New translations actions.json (German) --- src/i18n/locales/de/rightSidebar/actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/de/rightSidebar/actions.json b/src/i18n/locales/de/rightSidebar/actions.json index 84512e026..45987a04d 100644 --- a/src/i18n/locales/de/rightSidebar/actions.json +++ b/src/i18n/locales/de/rightSidebar/actions.json @@ -2,7 +2,7 @@ "title": "Aktionen", "disclaimer": "Änderungen, die Du an Deinem Lebenslauf vornimmst, werden automatisch im lokalen Speicher Deines Browsers gespeichert. Keine Daten werden an einen Server gesendet, daher sind Deine Informationen völlig sicher.", "importExport": { - "heading": "Import/Export", + "heading": "Importieren/Exportieren", "body": "Du kannst Deine Daten im JSON format importieren oder exportieren. Damit kannst Du Deinen Lebenslauf von jedem Gerät bearbeiten und ausdrucken. Speicher diese Datei für eine spätere Nutzung.", "buttons": { "import": "Importieren", From 1fd1bd853a152447c5eef2668d8fddc58d1b6af2 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 22 Apr 2020 21:05:19 +0530 Subject: [PATCH 123/123] New translations certifications.json (Kannada) --- src/i18n/locales/kn/leftSidebar/certifications.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/kn/leftSidebar/certifications.json b/src/i18n/locales/kn/leftSidebar/certifications.json index 6e59a75b6..b0600b543 100644 --- a/src/i18n/locales/kn/leftSidebar/certifications.json +++ b/src/i18n/locales/kn/leftSidebar/certifications.json @@ -1,8 +1,8 @@ { "title": { - "label": "Nome" + "label": "ಹೆಸರು" }, "subtitle": { - "label": "Autoria" + "label": "ಪ್ರಾಧಿಕಾರ" } }