mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-11 05:24:59 +10:00
Merge pull request #132 from AmruthPillai/develop
Updated i18n-next Plugin, Added Language: Vietnamese & Tamil
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
# Reactive Resume
|
||||
|
||||

|
||||
[](https://github.com/AmruthPillai/Reactive-Resume/actions)
|
||||

|
||||

|
||||

|
||||

|
||||
[](https://hub.docker.com/r/amruthpillai/reactive-resume)
|
||||
[](https://crowdin.com/project/reactive-resume)
|
||||
[](https://github.com/AmruthPillai/Reactive-Resume/blob/develop/LICENSE)
|
||||
|
||||
#### A Free and Open-Source Resume Builder That Respects Your Privacy
|
||||
|
||||
|
||||
+1
-1
@@ -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%
|
||||
|
||||
@@ -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 <a href="mailto:im.amruth@gmail.com">im.amruth@gmail.com</a> with your request or raise an issue on GitHub and I'll add it on the Crowdin Platform.
|
||||
|
||||
Generated
+58
-53
@@ -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"
|
||||
@@ -8693,27 +8693,27 @@
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"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",
|
||||
@@ -14048,9 +14053,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"
|
||||
|
||||
+5
-5
@@ -9,22 +9,22 @@
|
||||
"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",
|
||||
"axios": "^0.19.2",
|
||||
"html2canvas": "^1.0.0-rc.5",
|
||||
"i18next": "^19.4.2",
|
||||
"i18next-browser-languagedetector": "^4.1.0",
|
||||
"i18next-xhr-backend": "^3.2.2",
|
||||
"i18next": "^19.4.3",
|
||||
"i18next-browser-languagedetector": "^4.1.1",
|
||||
"i18next-http-backend": "^1.0.4",
|
||||
"jspdf": "^1.5.3",
|
||||
"lodash": "^4.17.15",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"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",
|
||||
|
||||
+21
-13
@@ -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,51 +8,59 @@ 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: 'Vietnamese (Tiếng Việt)',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -30,12 +30,12 @@
|
||||
}
|
||||
},
|
||||
"helpText": [
|
||||
"يستخدم فى صيغة التصدير هنا HTML canvas لتحويل السيرة الذاتية إلى صورة ثم طباعتها فى ملف pdf ، مما يعنى أنك ستفقد كل قدرات تحديد\\تحليل النص المكتوب.",
|
||||
"يستخدم فى صيغة التصدير هنا HTML canvas لتحويل السيرة الذاتية إلى صورة ثم طباعتها فى ملف PDF ، مما يعنى أنك ستفقد كل قدرات تحديد\\تحليل النص المكتوب.",
|
||||
"إذا كان هذا مهماً بالنسبة لك، يرجى محاولة طباعة السيرة الذاتية بدلاً من ذلك باستخدام Cmd/Ctrl + P أو زر الطباعة أدناه. قد تختلف النتيجة لأن طبيعة الطباعة تعتمد على نوع المتصفح، ولكن من المعروف أنه يعمل بشكل أفضل على أحدث إصدار من Google Chrome."
|
||||
],
|
||||
"buttons": {
|
||||
"cancel": "إلغاء",
|
||||
"saveAsPdf": "حفظ كـ pdf"
|
||||
"saveAsPdf": "حفظ كـ PDF"
|
||||
}
|
||||
},
|
||||
"panZoomAnimation": {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "الاسم"
|
||||
},
|
||||
"level": {
|
||||
"label": "مستوى"
|
||||
},
|
||||
"rating": {
|
||||
"label": "التقييم"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -13,7 +13,7 @@
|
||||
"heading": "تحميل السيرة الذاتية الخاصة بك",
|
||||
"body": "يمكنك النقر على الزر أدناه لتنزيل نسخة PDF من سيرتك الذاتية على الفور. للحصول على أفضل النتائج، يرجى استخدام أحدث إصدار من Google Chrome.",
|
||||
"buttons": {
|
||||
"saveAsPdf": "حفظ كـ pdf"
|
||||
"saveAsPdf": "حفظ كـ PDF"
|
||||
}
|
||||
},
|
||||
"loadDemoData": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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</1>, за да оформите текста в този раздел."
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": {
|
||||
"label": "Заглавие"
|
||||
},
|
||||
"subtitle": {
|
||||
"label": "Подзаглавие"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": {
|
||||
"label": "Наименование"
|
||||
},
|
||||
"subtitle": {
|
||||
"label": "Институция"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": {
|
||||
"label": "Наименование"
|
||||
},
|
||||
"major": {
|
||||
"label": "Специалност"
|
||||
},
|
||||
"grade": {
|
||||
"label": "Оценка"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": {
|
||||
"label": "Наименование"
|
||||
},
|
||||
"value": {
|
||||
"label": "Стойност"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": {
|
||||
"label": "Наименование"
|
||||
},
|
||||
"level": {
|
||||
"label": "Ниво"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Оценка"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"objective": {
|
||||
"label": "Objective"
|
||||
"label": "Цели"
|
||||
}
|
||||
}
|
||||
@@ -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": "Имейл адрес"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": {
|
||||
"label": "Име"
|
||||
},
|
||||
"position": {
|
||||
"label": "Позиция"
|
||||
},
|
||||
"phone": {
|
||||
"label": "Телефонен номер"
|
||||
},
|
||||
"email": {
|
||||
"label": "Имейл адрес"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Готварство"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": {
|
||||
"label": "Наименование"
|
||||
},
|
||||
"role": {
|
||||
"label": "Роля"
|
||||
}
|
||||
}
|
||||
@@ -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</1>",
|
||||
"thanks": "Благодаря ви, че използвате Reactive Resume!"
|
||||
}
|
||||
}
|
||||
@@ -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": "Нулиране"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Цветове",
|
||||
"colorOptions": "Опции за цветовете",
|
||||
"primaryColor": "Основен цвят",
|
||||
"accentColor": "Вторичен цвят",
|
||||
"clipboardCopyAction": "Цветът „{{color}}“ е копиран в клипборда."
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Шрифтове",
|
||||
"fontFamily": {
|
||||
"label": "Семейство шрифтове",
|
||||
"helpText": "Можете да ползвате и всеки един шрифт, който е инсталиран на системата ви. Просто въведете тук името на семеството шрифрове и браузърът ще ги зареди."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Настройки",
|
||||
"language": {
|
||||
"label": "Език",
|
||||
"helpText": "Ако искате да помогнете с превода на приложението на собствения ви език, вижте <1>документацията относно превода</1>."
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Шаблони"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
}
|
||||
},
|
||||
"printDialog": {
|
||||
"heading": "Download dit CV.",
|
||||
"heading": "Download dit CV",
|
||||
"quality": {
|
||||
"label": "Kvalitet"
|
||||
},
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "Navn"
|
||||
},
|
||||
"level": {
|
||||
"label": "Niveau"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Bedømmelse"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "Name"
|
||||
},
|
||||
"level": {
|
||||
"label": "Status"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Bewertung"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"label": "Name"
|
||||
},
|
||||
"position": {
|
||||
"label": "Position"
|
||||
"label": "Anstellung"
|
||||
},
|
||||
"phone": {
|
||||
"label": "Rufnummer"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Kochen"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "Name"
|
||||
},
|
||||
"level": {
|
||||
"label": "Level"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Rating"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "Nombre"
|
||||
},
|
||||
"level": {
|
||||
"label": "Nivel"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Calificación"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cocinero"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "Nom"
|
||||
},
|
||||
"level": {
|
||||
"label": "Niveau"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Évaluation"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cuisiner"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -29,6 +29,10 @@
|
||||
"multiPageA4": "बहु पृष्ठ A4"
|
||||
}
|
||||
},
|
||||
"helpText": [
|
||||
"यह निर्यात विधि आपकी CV को आपके सीवी को बदलने और PDF पर प्रिंट करने के लिए HTML कैनवास का उपयोग करती है, जिसका अर्थ है कि यह सभी चयन / पार्सिंग क्षमताओं को खो देगा।",
|
||||
"यदि आपके लिए यह महत्वपूर्ण है, तो कृपया Cmd / Ctrl + P या नीचे दिए गए प्रिंट बटन का उपयोग करने के बजाय CV को प्रिंट करने का प्रयास करें। नतीजा अलग-अलग हो सकता है क्योंकि आउटपुट ब्राउज़र पर निर्भर है, लेकिन यह Google क्रोम के नवीनतम संस्करण पर सबसे अच्छा काम करने के लिए जाना जाता है।"
|
||||
],
|
||||
"buttons": {
|
||||
"cancel": "रद्द करें",
|
||||
"saveAsPdf": "डाउनलोड पीडीऍफ़"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "नाम"
|
||||
},
|
||||
"level": {
|
||||
"label": "स्तर"
|
||||
},
|
||||
"rating": {
|
||||
"label": "रेटिंग"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "गायन"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -29,6 +29,10 @@
|
||||
"multiPageA4": "ಬಹು ಪುಟ ಎ4"
|
||||
}
|
||||
},
|
||||
"helpText": [
|
||||
"ಈ ವಿಧಾನವು ಎಚ್ಟಿಎಮ್ಎಲ್ ಕ್ಯಾನ್ವಾಸ್ ಅನ್ನು ರೇಸ್ಯುಯುಮೇಯನ್ನು ಚಿತ್ರವನ್ನಾಗಿ ಪರಿವರ್ತಿಸಲು ಮತ್ತು ಅದನ್ನು ಪಿಡಿಎಫ್ನಲ್ಲಿ ಮುದ್ರಿಸಲು ಬಳಸುತ್ತದೆ, ಅಂದರೆ ಇದು ಎಲ್ಲಾ ಆಯ್ಕೆ / ಪಾರ್ಸಿಂಗ್ ಸಾಮರ್ಥ್ಯಗಳನ್ನು ಕಳೆದುಕೊಳ್ಳುತ್ತದೆ.",
|
||||
"ಅದು ನಿಮಗೆ ಮುಖ್ಯವಾಗಿದ್ದರೆ, ದಯವಿಟ್ಟು Cmd / Ctrl + P ಅಥವಾ ಕೆಳಗಿನ ಮುದ್ರಣ ಗುಂಡಿಯನ್ನು ಬಳಸಿ ಪುನರಾರಂಭವನ್ನು ಮುದ್ರಿಸಲು ಪ್ರಯತ್ನಿಸಿ. Output ಟ್ಪುಟ್ ಬ್ರೌಸರ್ ಅವಲಂಬಿತವಾಗಿರುವುದರಿಂದ ಫಲಿತಾಂಶವು ಬದಲಾಗಬಹುದು, ಆದರೆ ಇದು Google Chrome ನ ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಯಲ್ಲಿ ಉತ್ತಮವಾಗಿ ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತದೆ."
|
||||
],
|
||||
"buttons": {
|
||||
"cancel": "ತ್ಯಜಿಸಿ",
|
||||
"saveAsPdf": "ಪಿಡಿಎಫ್ ಡೌನ್ಲೋಡ್ ಮಾಡಿ"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "ಹೆಸರು"
|
||||
},
|
||||
"level": {
|
||||
"label": "ಮಟ್ಟ"
|
||||
},
|
||||
"rating": {
|
||||
"label": "ರೇಟಿಂಗ್"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "ಅಡುಗೆ"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -2,6 +2,9 @@
|
||||
"key": {
|
||||
"label": "Naam"
|
||||
},
|
||||
"level": {
|
||||
"label": "Taalvaardigheid"
|
||||
},
|
||||
"rating": {
|
||||
"label": "Waardering"
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"item": {
|
||||
"placeholder": "Cooking"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user