diff --git a/docs/translation/README.md b/docs/translation/README.md index 10814ba4..8a851a3c 100644 --- a/docs/translation/README.md +++ b/docs/translation/README.md @@ -18,7 +18,9 @@ If you are already familiar with the Crowdin platform and want to contribute you ### Completed Translations - English `en` +- French `fr` - Hindi `hi` +- Kannada `kn` ### Pending Translations @@ -31,14 +33,12 @@ If you are already familiar with the Crowdin platform and want to contribute you - Danish `da` - Dutch `nl` - Finnish `fi` -- French `fr` - German `de` - Greek `el` - Hebrew `he` - Hungarian `hu` - Italian `it` - Japanese `ja` -- Kannada `kn` - Korean `ko` - Malayalam `ml` - Marathi `mr` diff --git a/src/i18n/index.js b/src/i18n/index.js index 032f6431..ebe55419 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -8,10 +8,18 @@ const languages = [ code: 'en', name: 'English', }, + { + code: 'fr', + name: 'French', + }, { code: 'hi', name: 'Hindi', }, + { + code: 'kn', + name: 'Kannada', + }, ]; i18n.use(initReactI18next).init({ diff --git a/src/i18n/locales/de/app/app.json b/src/i18n/locales/de/app/app.json index 861e3ad5..78607388 100644 --- a/src/i18n/locales/de/app/app.json +++ b/src/i18n/locales/de/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "Überschrift" }, "item": { - "add": "Add {{- heading}}", + "add": "{{- heading}} hinzufügen", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Startdatum", + "placeholder": "März 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Enddatum", + "placeholder": "März 2022" }, "description": { - "label": "Description" + "label": "Beschreibung" } }, "buttons": { "add": { - "label": "Add" + "label": "Hinzufügen" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Du kannst <1>GitHub Flavored Markdown verwenden, um diesen Abschnitt des Textes zu gestalten." } diff --git a/src/i18n/locales/de/leftSidebar/awards.json b/src/i18n/locales/de/leftSidebar/awards.json index 4222ec12..f2e70b82 100644 --- a/src/i18n/locales/de/leftSidebar/awards.json +++ b/src/i18n/locales/de/leftSidebar/awards.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Titel", + "placeholder": "Mathematik & Wissenschaft Olympiade" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" + "label": "Untertitel", + "placeholder": "Erster Platz, internationales Niveau" }, "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "placeholder": "Du kannst darüber schreiben, welche Eigenschaften dich zum Erreichen dieser Auszeichnung geführt haben." } } diff --git a/src/i18n/locales/de/leftSidebar/certifications.json b/src/i18n/locales/de/leftSidebar/certifications.json index 2763082a..f0e02c16 100644 --- a/src/i18n/locales/de/leftSidebar/certifications.json +++ b/src/i18n/locales/de/leftSidebar/certifications.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", + "label": "Titel", "placeholder": "Android Development Nanodegree" }, "subtitle": { - "label": "Subtitle", + "label": "Untertitel", "placeholder": "Udacity" }, "description": { - "placeholder": "You can write about what you learnt from your certification program." + "placeholder": "Du kannst darüber schreiben, was du von in beim Erreichen des Zertifikats gelernt hast." } } diff --git a/src/i18n/locales/de/leftSidebar/education.json b/src/i18n/locales/de/leftSidebar/education.json index 231004b2..d0bb483e 100644 --- a/src/i18n/locales/de/leftSidebar/education.json +++ b/src/i18n/locales/de/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { "label": "Name", - "placeholder": "Harvard University" + "placeholder": "Harvard-Universität" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Abschluss", + "placeholder": "Master in Informatik" }, "grade": { - "label": "Grade" + "label": "Note" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "Sie können über Projekte oder spezielle Kurse schreiben, die Sie in der Schule belegt haben." } } diff --git a/src/i18n/locales/de/leftSidebar/objective.json b/src/i18n/locales/de/leftSidebar/objective.json index 8cb4f70d..2b19cbde 100644 --- a/src/i18n/locales/de/leftSidebar/objective.json +++ b/src/i18n/locales/de/leftSidebar/objective.json @@ -1,6 +1,6 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Ziel", + "placeholder": "Auf der Suche nach einer herausfordernden Stelle in einem angesehenen Betrieb, mit der ich meine technischen-, Datenbank- und Management-Skills für Wissenssteigerung im IT-Sektor beweisen kann." } } diff --git a/src/i18n/locales/de/leftSidebar/profile.json b/src/i18n/locales/de/leftSidebar/profile.json index b7f889c2..0a086b6b 100644 --- a/src/i18n/locales/de/leftSidebar/profile.json +++ b/src/i18n/locales/de/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Foto-URL" }, "firstName": { - "label": "First Name", + "label": "Vorname", "placeholder": "Jane" }, "lastName": { - "label": "Last Name", + "label": "Nachname", "placeholder": "Doe" }, "subtitle": { - "label": "Subtitle", + "label": "Titel", "placeholder": "Full Stack Web Developer" }, "address": { "line1": { - "label": "Address Line 1", + "label": "Adresszeile 1", "placeholder": "Palladium Complex" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "Addresszeile 2", + "placeholder": "Straße 140" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Adresszeile 3", + "placeholder": "New York, USA" } }, "phone": { - "label": "Phone Number" + "label": "Telefonnnummer" }, "website": { - "label": "Website" + "label": "Webseite" }, "email": { - "label": "Email Address" + "label": "E-Mail Adresse" } } diff --git a/src/i18n/locales/de/leftSidebar/references.json b/src/i18n/locales/de/leftSidebar/references.json index 88241575..007c4a12 100644 --- a/src/i18n/locales/de/leftSidebar/references.json +++ b/src/i18n/locales/de/leftSidebar/references.json @@ -8,12 +8,12 @@ "placeholder": "CEO, Pied Piper" }, "phone": { - "label": "Phone Number" + "label": "Rufnummer" }, "email": { - "label": "Email Address" + "label": "E-Mail Adresse" }, "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "placeholder": "Sie können darüber schreiben, wie Sie und der Referenzkontakt zusammengearbeitet haben und zu welchen Projekten Sie gehörten." } } diff --git a/src/i18n/locales/de/leftSidebar/skills.json b/src/i18n/locales/de/leftSidebar/skills.json index 5f178d9b..111c068b 100644 --- a/src/i18n/locales/de/leftSidebar/skills.json +++ b/src/i18n/locales/de/leftSidebar/skills.json @@ -1,5 +1,5 @@ { "item": { - "placeholder": "Cooking" + "placeholder": "Kochen" } } diff --git a/src/i18n/locales/de/leftSidebar/work.json b/src/i18n/locales/de/leftSidebar/work.json index 776d7d58..70626410 100644 --- a/src/i18n/locales/de/leftSidebar/work.json +++ b/src/i18n/locales/de/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { "label": "Name", - "placeholder": "Amazon (US)" + "placeholder": "Amazon (USA)" }, "role": { - "label": "Role", + "label": "Stellentitel", "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." + "placeholder": "Sie können darüber schreiben, worauf Sie sich spezialisiert haben, während Sie bei der Firma arbeiten und in welchen Projekten Sie beteiligt waren." } } diff --git a/src/i18n/locales/de/rightSidebar/colors.json b/src/i18n/locales/de/rightSidebar/colors.json index bf4accbf..0c688534 100644 --- a/src/i18n/locales/de/rightSidebar/colors.json +++ b/src/i18n/locales/de/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": "Farben", + "colorOptions": "Farboptionen", + "primaryColor": "Primärfarbe", + "accentColor": "Akzentfarbe", + "clipboardCopyAction": "{{color}} wurde in die Zwischenablage kopiert." } diff --git a/src/i18n/locales/de/rightSidebar/settings.json b/src/i18n/locales/de/rightSidebar/settings.json index 12b19981..2ede2f59 100644 --- a/src/i18n/locales/de/rightSidebar/settings.json +++ b/src/i18n/locales/de/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Einstellungen", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer the <1>Translation Documentation." + "label": "Sprache", + "helpText": "Wenn Sie helfen möchten, die App in Ihre eigene Sprache zu übersetzen, lesen Sie bitte die <1>Übersetzungsdokumentation." } } \ No newline at end of file diff --git a/src/i18n/locales/de/rightSidebar/templates.json b/src/i18n/locales/de/rightSidebar/templates.json index 89fd528d..09c4cbb6 100644 --- a/src/i18n/locales/de/rightSidebar/templates.json +++ b/src/i18n/locales/de/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "Vorlagen" } diff --git a/src/i18n/locales/fr/app/app.json b/src/i18n/locales/fr/app/app.json index 861e3ad5..6bd2aba5 100644 --- a/src/i18n/locales/fr/app/app.json +++ b/src/i18n/locales/fr/app/app.json @@ -1,16 +1,16 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "Titre" }, "item": { - "add": "Add {{- heading}}", + "add": "Ajouter {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "Date de début", + "placeholder": "Mars 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "Date de fin", + "placeholder": "Mars 2022" }, "description": { "label": "Description" @@ -18,8 +18,8 @@ }, "buttons": { "add": { - "label": "Add" + "label": "Ajouter" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "Vous pouvez utiliser <1>GitHub Flavored Markdown pour styliser cette section du texte." } diff --git a/src/i18n/locales/fr/leftSidebar/awards.json b/src/i18n/locales/fr/leftSidebar/awards.json index 4222ec12..cb11f598 100644 --- a/src/i18n/locales/fr/leftSidebar/awards.json +++ b/src/i18n/locales/fr/leftSidebar/awards.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "Titre", + "placeholder": "Olympiade de mathématiques et de sciences" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" + "label": "Sous-titre", + "placeholder": "Première place, niveau international" }, "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "placeholder": "Vous pouvez écrire sur les qualités qui vous ont permis de gagner ce prix." } } diff --git a/src/i18n/locales/fr/leftSidebar/certifications.json b/src/i18n/locales/fr/leftSidebar/certifications.json index 2763082a..ea148dfc 100644 --- a/src/i18n/locales/fr/leftSidebar/certifications.json +++ b/src/i18n/locales/fr/leftSidebar/certifications.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "Titre", + "placeholder": "Nanodegree de développement Android" }, "subtitle": { - "label": "Subtitle", + "label": "Sous-titre", "placeholder": "Udacity" }, "description": { - "placeholder": "You can write about what you learnt from your certification program." + "placeholder": "Vous pouvez écrire sur ce que vous avez appris de votre programme de certification." } } diff --git a/src/i18n/locales/fr/leftSidebar/education.json b/src/i18n/locales/fr/leftSidebar/education.json index 231004b2..8252678d 100644 --- a/src/i18n/locales/fr/leftSidebar/education.json +++ b/src/i18n/locales/fr/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "Nom", + "placeholder": "Université de Harvard" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "Spécialité", + "placeholder": "Maîtrise en Informatique" }, "grade": { - "label": "Grade" + "label": "Note" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "Vous pouvez écrire sur des projets ou des cours de crédit spéciaux que vous avez pris pendant vos études à cette école." } } diff --git a/src/i18n/locales/fr/leftSidebar/extras.json b/src/i18n/locales/fr/leftSidebar/extras.json index 7afc7c06..75474962 100644 --- a/src/i18n/locales/fr/leftSidebar/extras.json +++ b/src/i18n/locales/fr/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "Clé", + "placeholder": "Date de naissance" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "Valeur", + "placeholder": "6 août 1995" } } diff --git a/src/i18n/locales/fr/leftSidebar/languages.json b/src/i18n/locales/fr/leftSidebar/languages.json index fc5de101..a00cca45 100644 --- a/src/i18n/locales/fr/leftSidebar/languages.json +++ b/src/i18n/locales/fr/leftSidebar/languages.json @@ -1,9 +1,9 @@ { "key": { - "label": "Key", + "label": "Langue", "placeholder": "Dothraki" }, "rating": { - "label": "Rating" + "label": "Évaluation" } } diff --git a/src/i18n/locales/fr/leftSidebar/objective.json b/src/i18n/locales/fr/leftSidebar/objective.json index 8cb4f70d..96a7a247 100644 --- a/src/i18n/locales/fr/leftSidebar/objective.json +++ b/src/i18n/locales/fr/leftSidebar/objective.json @@ -1,6 +1,6 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "Objectif", + "placeholder": "Je cherche un poste plein de challenges dans une entreprise réputé afin d'utilisé mes compétences en base de donnée et en management pour participer à la croissance de l'entreprise tout en développant mes connaissances sur les nouvelles tendances du secteur." } } diff --git a/src/i18n/locales/fr/leftSidebar/profile.json b/src/i18n/locales/fr/leftSidebar/profile.json index b7f889c2..665e3ba4 100644 --- a/src/i18n/locales/fr/leftSidebar/profile.json +++ b/src/i18n/locales/fr/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "URL de la photo" }, "firstName": { - "label": "First Name", + "label": "Prénom", "placeholder": "Jane" }, "lastName": { - "label": "Last Name", + "label": "Nom", "placeholder": "Doe" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "Sous-titre", + "placeholder": "Développeur Web Full Stack" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "Adresse ligne 1", + "placeholder": "Complexe de Palladium" }, "line2": { - "label": "Address Line 2", + "label": "Adresse ligne 2", "placeholder": "140 E 14th St" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "Adresse ligne 3", + "placeholder": "New York, NY 10003 États-Unis" } }, "phone": { - "label": "Phone Number" + "label": "Numéro de téléphone" }, "website": { - "label": "Website" + "label": "Site Web" }, "email": { - "label": "Email Address" + "label": "Adresse e-mail" } } diff --git a/src/i18n/locales/fr/leftSidebar/references.json b/src/i18n/locales/fr/leftSidebar/references.json index 88241575..2d78feaf 100644 --- a/src/i18n/locales/fr/leftSidebar/references.json +++ b/src/i18n/locales/fr/leftSidebar/references.json @@ -1,19 +1,19 @@ { "name": { - "label": "Name", + "label": "Nom", "placeholder": "Richard Hendricks" }, "position": { - "label": "Position", + "label": "Poste", "placeholder": "CEO, Pied Piper" }, "phone": { - "label": "Phone Number" + "label": "Numéro de téléphone" }, "email": { - "label": "Email Address" + "label": "Adresse e-mail" }, "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "placeholder": "Vous pouvez écrire sur la façon dont vous et votre référence avez travaillé ensemble et sur les projets que vous avez mené." } } diff --git a/src/i18n/locales/fr/leftSidebar/skills.json b/src/i18n/locales/fr/leftSidebar/skills.json index 5f178d9b..3cb77f08 100644 --- a/src/i18n/locales/fr/leftSidebar/skills.json +++ b/src/i18n/locales/fr/leftSidebar/skills.json @@ -1,5 +1,5 @@ { "item": { - "placeholder": "Cooking" + "placeholder": "Cuisiner" } } diff --git a/src/i18n/locales/fr/leftSidebar/work.json b/src/i18n/locales/fr/leftSidebar/work.json index 776d7d58..13e62d46 100644 --- a/src/i18n/locales/fr/leftSidebar/work.json +++ b/src/i18n/locales/fr/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { - "label": "Name", - "placeholder": "Amazon (US)" + "label": "Nom", + "placeholder": "Amazon (É.-U.)" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "Rôle", + "placeholder": "Développeur Front-end" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "Vous pouvez écrire sur les compétences que vous avez acquises en travaillant au sein de l'entreprise et sur quels projets vous étiez impliqués." } } diff --git a/src/i18n/locales/fr/rightSidebar/about.json b/src/i18n/locales/fr/rightSidebar/about.json index cac678ad..adace7c2 100644 --- a/src/i18n/locales/fr/rightSidebar/about.json +++ b/src/i18n/locales/fr/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "About", + "title": "À propos", "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.", + "body": "Vous voulez en savoir plus sur l'application ? Ca serait pas génial s'il y avait un guide pour l'installer sur votre machine locale ? Besoin d'informations sur la façon de contribuer au projet ? Ne regardez pas plus loin, il y a une documentation faite juste pour vous.", "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.", + "heading": "Un bug? Une nouvelle fonctionnalité?", + "body": "Quelque chose empêche votre progression de faire un CV ? Vous avez trouvé un bug persistant ? Parlez-en dans la section GitHub Issues, ou envoyez-moi un e-mail en utilisant les actions ci-dessous.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "Soulever une anomalie", + "sendEmail": "Envoyer un e-mail" } }, "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": "Code source", + "body": "Vous voulez exécuter le projet depuis sa source ? Êtes-vous un développeur désireux de contribuer au développement open-source de ce projet ? Cliquez sur le bouton ci-dessous.", "buttons": { - "githubRepo": "GitHub Repo" + "githubRepo": "Répertoire 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": "Information de licence", + "body": "Le projet est régi par la licence MIT, que vous pouvez consulter ci-dessous. Fondamentalement, vous êtes autorisé à utiliser le projet n'importe où à condition de donner des crédits à l'auteur d'origine.", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "Licence MIT" } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "Reactive Resume est de project de <1>Amruth Pillai.", + "thanks": "Merci d'utiliser Reactive Resume!" } } diff --git a/src/i18n/locales/fr/rightSidebar/actions.json b/src/i18n/locales/fr/rightSidebar/actions.json index a610e9ab..4b731fcf 100644 --- a/src/i18n/locales/fr/rightSidebar/actions.json +++ b/src/i18n/locales/fr/rightSidebar/actions.json @@ -1,33 +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.", + "disclaimer": "Les modifications que vous apportez à votre CV sont enregistrées automatiquement dans le stockage local de votre navigateur. Aucune donnée ne sort, donc vos informations sont complètement sécurisées.", "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": "Import / Export", + "body": "Vous pouvez importer ou exporter vos données au format JSON. Avec ceci, vous pouvez éditer et imprimer votre CV à partir de n'importe quel appareil. Enregistrez ce fichier pour une utilisation ultérieure.", "buttons": { - "import": "Import", - "export": "Export" + "import": "Importer", + "export": "Exporter" } }, "printResume": { - "heading": "Print Your Resume", - "body": "You can simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "heading": "Imprimer votre CV", + "body": "Vous pouvez simplement utiliser le raccourci <1>Cmd/Ctrl + P à tout moment pendant que vous êtes dans l'application pour imprimer votre CV, mais voici un joli bouton pour faire la même chose.", "buttons": { - "print": "Print" + "print": "Imprimer" } }, "loadDummyData": { - "heading": "Load Dummy Data", - "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "Charger des données factices", + "body": "Vous ne savez pas que faire avec une nouvelle page blanche? Charger des données factices avec des valeurs préremplies pour voir à quoi devrait ressembler un CV et vous pourrez commencer à éditer à partir de là.", "buttons": { - "loadData": "Populate Data" + "loadData": "Remplir les données" } }, "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": "Tout supprimer!", + "body": "Cette action réinitialisera toutes vos données et supprimera également les sauvegardes effectuées sur le stockage local de votre navigateur. donc assurez-vous que vous avez exporté vos informations avant de tout réinitialiser.", "buttons": { - "reset": "Reset" + "reset": "Réinitialiser" } } } diff --git a/src/i18n/locales/fr/rightSidebar/colors.json b/src/i18n/locales/fr/rightSidebar/colors.json index bf4accbf..b7748fe1 100644 --- a/src/i18n/locales/fr/rightSidebar/colors.json +++ b/src/i18n/locales/fr/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": "Couleurs", + "colorOptions": "Options de couleurs", + "primaryColor": "Couleur principale", + "accentColor": "Couleur secondaire", + "clipboardCopyAction": "La couleur {{color}} a été copié dans le presse-papiers." } diff --git a/src/i18n/locales/fr/rightSidebar/fonts.json b/src/i18n/locales/fr/rightSidebar/fonts.json index dbcfe5f2..0625311c 100644 --- a/src/i18n/locales/fr/rightSidebar/fonts.json +++ b/src/i18n/locales/fr/rightSidebar/fonts.json @@ -1,7 +1,7 @@ { - "title": "Fonts", + "title": "Polices", "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": "Famille de polices", + "helpText": "Vous pouvez également utiliser n'importe quelle police installée sur votre système. Entrez simplement le nom de la famille de polices ici et le navigateur la chargera pour vous." } } diff --git a/src/i18n/locales/fr/rightSidebar/settings.json b/src/i18n/locales/fr/rightSidebar/settings.json index 12b19981..b45a4a0e 100644 --- a/src/i18n/locales/fr/rightSidebar/settings.json +++ b/src/i18n/locales/fr/rightSidebar/settings.json @@ -1,7 +1,7 @@ { - "title": "Settings", + "title": "Paramètres", "language": { - "label": "Language", - "helpText": "If you would like to help translate the app into your own language, please refer the <1>Translation Documentation." + "label": "Langue", + "helpText": "Si vous souhaitez aider à traduire l'application dans votre propre langue, veuillez vous référer à la <1>Documentation de traduction." } } \ No newline at end of file diff --git a/src/i18n/locales/fr/rightSidebar/templates.json b/src/i18n/locales/fr/rightSidebar/templates.json index 89fd528d..c4e1f5a3 100644 --- a/src/i18n/locales/fr/rightSidebar/templates.json +++ b/src/i18n/locales/fr/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "Modèles" } diff --git a/src/i18n/locales/kn/app/app.json b/src/i18n/locales/kn/app/app.json index 861e3ad5..a581fca1 100644 --- a/src/i18n/locales/kn/app/app.json +++ b/src/i18n/locales/kn/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "ತಲೆಬರಹ" }, "item": { - "add": "Add {{- heading}}", + "add": "{{- heading}} ಸೇರಿಸಿ", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "ಪ್ರಾರಂಭ ದಿನಾಂಕ", + "placeholder": "ಮಾರ್ಚ್ 2018" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "ಅಂತಿಮ ದಿನಾಂಕ", + "placeholder": "ಮಾರ್ಚ್ 2022" }, "description": { - "label": "Description" + "label": "ವಿವರಣೆ" } }, "buttons": { "add": { - "label": "Add" + "label": "ಸೇರಿಸಿ" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "ಪಠ್ಯದ ಈ ವಿಭಾಗವನ್ನು ವಿನ್ಯಾಸಗೊಳಿಸಲು ನೀವು <1>ಗಿಟ್‌ಹಬ್ ಫ್ಲೇವರ್ಡ್ ಮಾರ್ಕ್‌ಡೌನ್ ಅನ್ನು ಬಳಸಬಹುದು." } diff --git a/src/i18n/locales/kn/leftSidebar/awards.json b/src/i18n/locales/kn/leftSidebar/awards.json index 4222ec12..543edc83 100644 --- a/src/i18n/locales/kn/leftSidebar/awards.json +++ b/src/i18n/locales/kn/leftSidebar/awards.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "ಶೀರ್ಷಿಕೆ", + "placeholder": "ಗಣಿತ ಮತ್ತು ವಿಜ್ಞಾನ ಒಲಿಂಪಿಯಾಡ್" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" + "label": "ಉಪಶೀರ್ಷಿಕೆ", + "placeholder": "ಪ್ರಥಮ ಸ್ಥಾನ, ಅಂತರರಾಷ್ಟ್ರೀಯ ಮಟ್ಟ" }, "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "placeholder": "ನಿಮಗೆ ಯಾವ ಗುಣಗಳು ಪ್ರಶಸ್ತಿ ನೀಡಿವೆ ಎಂಬುದರ ಕುರಿತು ನೀವು ಬರೆಯಬಹುದು." } } diff --git a/src/i18n/locales/kn/leftSidebar/certifications.json b/src/i18n/locales/kn/leftSidebar/certifications.json index 2763082a..199dfebf 100644 --- a/src/i18n/locales/kn/leftSidebar/certifications.json +++ b/src/i18n/locales/kn/leftSidebar/certifications.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "ಶೀರ್ಷಿಕೆ", + "placeholder": "ಆಂಡ್ರಾಯ್ಡ್ ಡೆವಲಪ್ಮೆಂಟ್ ನ್ಯಾನೊಡೆಗ್ರೀ" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" + "label": "ಉಪಶೀರ್ಷಿಕೆ", + "placeholder": "ಉದಾಸಿಟಿ" }, "description": { - "placeholder": "You can write about what you learnt from your certification program." + "placeholder": "ನಿಮ್ಮ ಪ್ರಮಾಣೀಕರಣ ಕಾರ್ಯಕ್ರಮದಿಂದ ನೀವು ಕಲಿತದ್ದನ್ನು ನೀವು ಬರೆಯಬಹುದು." } } diff --git a/src/i18n/locales/kn/leftSidebar/education.json b/src/i18n/locales/kn/leftSidebar/education.json index 231004b2..5c43cb0a 100644 --- a/src/i18n/locales/kn/leftSidebar/education.json +++ b/src/i18n/locales/kn/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "ಹೆಸರು", + "placeholder": "ಹಾರ್ವರ್ಡ್ ವಿಶ್ವವಿದ್ಯಾಲಯ" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "ಅಧ್ಯಯನ", + "placeholder": "ಕಂಪ್ಯೂಟರ್ ವಿಜ್ಞಾನದಲ್ಲಿ ಸ್ನಾತಕೋತ್ತರ" }, "grade": { - "label": "Grade" + "label": "ಗ್ರೇಡ್" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "ಈ ಶಾಲೆಯಲ್ಲಿ ಅಧ್ಯಯನ ಮಾಡುವಾಗ ನೀವು ಮಾಡಿದ ಯೋಜನೆಗಳು ಅಥವಾ ವಿಶೇಷ ತರಗತಿಗಳ ಬಗ್ಗೆ ನೀವು ಬರೆಯಬಹುದು." } } diff --git a/src/i18n/locales/kn/leftSidebar/extras.json b/src/i18n/locales/kn/leftSidebar/extras.json index 7afc7c06..d8d422ba 100644 --- a/src/i18n/locales/kn/leftSidebar/extras.json +++ b/src/i18n/locales/kn/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "ಕೀ", + "placeholder": "ಹುಟ್ತಿದ ದಿನ" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "ಮೌಲ್ಯ", + "placeholder": "6 ಆಗಸ್ಟ್ 1995" } } diff --git a/src/i18n/locales/kn/leftSidebar/languages.json b/src/i18n/locales/kn/leftSidebar/languages.json index fc5de101..aaaf5d9c 100644 --- a/src/i18n/locales/kn/leftSidebar/languages.json +++ b/src/i18n/locales/kn/leftSidebar/languages.json @@ -1,9 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "ಕೀ", + "placeholder": "ಕನ್ನಡ" }, "rating": { - "label": "Rating" + "label": "ರೇಟಿಂಗ್" } } diff --git a/src/i18n/locales/kn/leftSidebar/objective.json b/src/i18n/locales/kn/leftSidebar/objective.json index 8cb4f70d..81ab7f77 100644 --- a/src/i18n/locales/kn/leftSidebar/objective.json +++ b/src/i18n/locales/kn/leftSidebar/objective.json @@ -1,6 +1,6 @@ { "objective": { - "label": "Objective", - "placeholder": "Looking for a challenging role in a reputable organization to utilize my technical, database, and management skills for the growth of the organization as well as to enhance my knowledge about new and emerging trends in the IT sector." + "label": "ಉದ್ದೇಶ", + "placeholder": "ಸಂಸ್ಥೆಯ ಬೆಳವಣಿಗೆಗೆ ನನ್ನ ತಾಂತ್ರಿಕ, ಡೇಟಾಬೇಸ್ ಮತ್ತು ನಿರ್ವಹಣಾ ಕೌಶಲ್ಯಗಳನ್ನು ಬಳಸಿಕೊಳ್ಳಲು ಮತ್ತು ಐಟಿ ಕ್ಷೇತ್ರದಲ್ಲಿ ಹೊಸ ಮತ್ತು ಉದಯೋನ್ಮುಖ ಪ್ರವೃತ್ತಿಗಳ ಬಗ್ಗೆ ನನ್ನ ಜ್ಞಾನವನ್ನು ಹೆಚ್ಚಿಸಲು ಪ್ರತಿಷ್ಠಿತ ಸಂಸ್ಥೆಯಲ್ಲಿ ಸವಾಲಿನ ಪಾತ್ರವನ್ನು ಹುಡುಕುತ್ತಿದ್ದೇನೆ." } } diff --git a/src/i18n/locales/kn/leftSidebar/profile.json b/src/i18n/locales/kn/leftSidebar/profile.json index b7f889c2..4bdf4f95 100644 --- a/src/i18n/locales/kn/leftSidebar/profile.json +++ b/src/i18n/locales/kn/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "ಫೋಟೋ URL" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "ಮೊದಲ ಹೆಸರು", + "placeholder": "ಶ್ರೀರಾಮ್" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "ಕೊನೆಯ ಹೆಸರು", + "placeholder": "ಶೆಟ್ಟಿ" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "ಉಪಶೀರ್ಷಿಕೆ", + "placeholder": "ಫುಲ್ ಸ್ಟಾಕ್ ವೆಬ್ ಡೆವಲಪರ್" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "ವಿಳಾಸ ಸಾಲು 1", + "placeholder": "ಪಲ್ಲಾಡಿಯಮ್ ಕಾಂಪ್ಲೆಕ್ಸ್" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "ವಿಳಾಸ ಸಾಲು 2", + "placeholder": "14 ನೇ ಕ್ರಾಸ್, ಎಂಜಿ ರಸ್ತೆ" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "ವಿಳಾಸ ಸಾಲು 3", + "placeholder": "ಬೆಂಗಳೂರು, 560061 ಭಾರತ" } }, "phone": { - "label": "Phone Number" + "label": "ದೂರವಾಣಿ ಸಂಖ್ಯೆ" }, "website": { - "label": "Website" + "label": "ಜಾಲತಾಣ" }, "email": { - "label": "Email Address" + "label": "ಇಮೇಲ್ ವಿಳಾಸ" } } diff --git a/src/i18n/locales/kn/leftSidebar/references.json b/src/i18n/locales/kn/leftSidebar/references.json index 88241575..40f65055 100644 --- a/src/i18n/locales/kn/leftSidebar/references.json +++ b/src/i18n/locales/kn/leftSidebar/references.json @@ -1,19 +1,19 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "ಹೆಸರು", + "placeholder": "ಸಂತೋಷ್ ಸುಬ್ರಮಣ್ಯಂ" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "ಸ್ಥಾನ", + "placeholder": "ಸಿಇಒ, ಪೈಡ್ ಪೈಪರ್" }, "phone": { - "label": "Phone Number" + "label": "ದೂರವಾಣಿ ಸಂಖ್ಯೆ" }, "email": { - "label": "Email Address" + "label": "ಇಮೇಲ್ ವಿಳಾಸ" }, "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "placeholder": "ನೀವು ಮತ್ತು ಉಲ್ಲೇಖ ಸಂಪರ್ಕವು ಹೇಗೆ ಒಟ್ಟಿಗೆ ಕೆಲಸ ಮಾಡಿದೆ ಮತ್ತು ನೀವು ಯಾವ ಯೋಜನೆಯ ಭಾಗವಾಗಿದ್ದೀರಿ ಎಂಬುದರ ಕುರಿತು ನೀವು ಬರೆಯಬಹುದು." } } diff --git a/src/i18n/locales/kn/leftSidebar/skills.json b/src/i18n/locales/kn/leftSidebar/skills.json index 5f178d9b..c3b9b1eb 100644 --- a/src/i18n/locales/kn/leftSidebar/skills.json +++ b/src/i18n/locales/kn/leftSidebar/skills.json @@ -1,5 +1,5 @@ { "item": { - "placeholder": "Cooking" + "placeholder": "ಅಡುಗೆ" } } diff --git a/src/i18n/locales/kn/leftSidebar/work.json b/src/i18n/locales/kn/leftSidebar/work.json index 776d7d58..5079d1e3 100644 --- a/src/i18n/locales/kn/leftSidebar/work.json +++ b/src/i18n/locales/kn/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { - "label": "Name", - "placeholder": "Amazon (US)" + "label": "ಹೆಸರು", + "placeholder": "ಅಮೆಜಾನ್" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "ಸ್ಥಾನ", + "placeholder": "ಫುಲ್ ಸ್ಟಾಕ್ ವೆಬ್ ಡೆವಲಪರ್" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "ಕಂಪನಿಯಲ್ಲಿ ಕೆಲಸ ಮಾಡುವಾಗ ನೀವು ಏನು ಪರಿಣತಿ ಹೊಂದಿದ್ದೀರಿ ಮತ್ತು ನೀವು ಯಾವ ಯೋಜನೆಯ ಭಾಗವಾಗಿದ್ದೀರಿ ಎಂಬುದರ ಕುರಿತು ನೀವು ಬರೆಯಬಹುದು." } } diff --git a/src/i18n/locales/kn/rightSidebar/about.json b/src/i18n/locales/kn/rightSidebar/about.json index cac678ad..b5affa2a 100644 --- a/src/i18n/locales/kn/rightSidebar/about.json +++ b/src/i18n/locales/kn/rightSidebar/about.json @@ -1,36 +1,36 @@ { - "title": "About", + "title": "ಅಪ್ಲಿಕೇಶನ್ ಬಗ್ಗೆ", "documentation": { - "heading": "Documentation", - "body": "Want to know more about the app? Wouldn't it be nice if there was a guide to setting it up on your local machine? Need information on how to contribute to the project? Look no further, there's comprehensive documentation made just for you.", + "heading": "ದಸ್ತಾವೇಜನ್ನು", + "body": "ಅಪ್ಲಿಕೇಶನ್ ಬಗ್ಗೆ ಇನ್ನಷ್ಟು ತಿಳಿದುಕೊಳ್ಳಲು ಬಯಸುವಿರಾ? ನಿಮ್ಮ ಸ್ಥಳೀಯ ಯಂತ್ರದಲ್ಲಿ ಅದನ್ನು ಹೊಂದಿಸಲು ಮಾರ್ಗದರ್ಶಿ ಇದ್ದರೆ ಅದು ಚೆನ್ನಾಗಿರುವುದಿಲ್ಲವೇ? ಯೋಜನೆಗೆ ಹೇಗೆ ಕೊಡುಗೆ ನೀಡಬೇಕು ಎಂಬ ಬಗ್ಗೆ ಮಾಹಿತಿ ಬೇಕೇ? ಮುಂದೆ ನೋಡಬೇಡಿ, ನಿಮಗಾಗಿ ಮಾಡಿದ ಸಮಗ್ರ ದಾಖಲಾತಿ ಇದೆ.", "buttons": { - "documentation": "Documentation" + "documentation": "ದಸ್ತಾವೇಜನ್ನು" } }, "bugOrFeatureRequest": { - "heading": "Bug? Feature Request?", - "body": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section, or send me and email using the actions below.", + "heading": "ಸಮಸ್ಯೆ? ಹೊಸ ಆಲೋಚನೆ?", + "body": "ಪುನರಾರಂಭವನ್ನು ಮಾಡುವುದರಿಂದ ನಿಮ್ಮ ಪ್ರಗತಿಯನ್ನು ಏನಾದರೂ ತಡೆಯುತ್ತೀರಾ? ತೊರೆಯದಂತಹ ತೊಂದರೆ ದೋಷ ಕಂಡುಬಂದಿದೆ? GitHub ಸಮಸ್ಯೆಗಳ ವಿಭಾಗದಲ್ಲಿ ಇದರ ಬಗ್ಗೆ ಮಾತನಾಡಿ, ಅಥವಾ ಕೆಳಗಿನ ಕ್ರಿಯೆಗಳನ್ನು ಬಳಸಿಕೊಂಡು ನನಗೆ ಮತ್ತು ಇಮೇಲ್ ಕಳುಹಿಸಿ.", "buttons": { - "raiseIssue": "Raise an Issue", - "sendEmail": "Send an Email" + "raiseIssue": "ಸಮಸ್ಯೆಯ ಬಗ್ಗೆ ತಿಳಿಸಿ", + "sendEmail": "ಇಮೇಲ್ ಕಳುಹಿಸಿ" } }, "sourceCode": { - "heading": "Source Code", - "body": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "heading": "ಸೋರ್ಸ್ ಕೋಡ್", + "body": "ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಅದರ ಮೂಲದಿಂದ ಚಲಾಯಿಸಲು ಬಯಸುವಿರಾ? ಈ ಅಪ್ಲಿಕೇಶನ್‌ನ ಮುಕ್ತ-ಮೂಲ ಅಭಿವೃದ್ಧಿಗೆ ಕೊಡುಗೆ ನೀಡಲು ನೀವು ಸಿದ್ಧರಿದ್ದೀರಾ? ಕೆಳಗಿನ ಬಟನ್ ಕ್ಲಿಕ್ ಮಾಡಿ.", "buttons": { - "githubRepo": "GitHub Repo" + "githubRepo": "ಗಿಟ್‌ಹಬ್ ರಿಪೋ" } }, "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": "ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ಎಂಐಟಿ ಪರವಾನಗಿ ಅಡಿಯಲ್ಲಿ ನಿಯಂತ್ರಿಸಲಾಗುತ್ತದೆ, ಅದನ್ನು ನೀವು ಕೆಳಗೆ ಇನ್ನಷ್ಟು ಓದಬಹುದು. ನೀವು ಮೂಲ ಲೇಖಕರಿಗೆ ಕ್ರೆಡಿಟ್ ನೀಡಿದರೆ ಎಲ್ಲಿಯಾದರೂ ಅಪ್ಲಿಕೇಶನ್ ಬಳಸಲು ನಿಮಗೆ ಅನುಮತಿ ಇದೆ.", "buttons": { - "mitLicense": "MIT License" + "mitLicense": "ಎಂಐಟಿ ಪರವಾನಗಿ" } }, "footer": { - "credit": "Reactive Resume is a project by <1>Amruth Pillai.", - "thanks": "Thank you for using Reactive Resume!" + "credit": "ರಿಯಾಕ್ಟಿವ್ ರೆಸುಮೇ <1>ಅಮೃತ್ ಪಿಳ್ಳೈ ಅವರ ಯೋಜನೆಯಾಗಿದೆ.", + "thanks": "ರಿಯಾಕ್ಟಿವ್ ರೆಸುಮೇ ಬಳಸಿದ್ದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!" } } diff --git a/src/i18n/locales/kn/rightSidebar/actions.json b/src/i18n/locales/kn/rightSidebar/actions.json index a610e9ab..d145829a 100644 --- a/src/i18n/locales/kn/rightSidebar/actions.json +++ b/src/i18n/locales/kn/rightSidebar/actions.json @@ -1,33 +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 simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "heading": "ನಿಮ್ಮ ರೇಸುಮೆಯನ್ನು ಮುದ್ರಿಸಿ", + "body": "ನಿಮ್ಮ ರೇಸುಮೆಯನ್ನು ಮುದ್ರಿಸಲು ನೀವು ಅಪ್ಲಿಕೇಶನ್‌ನಲ್ಲಿರುವಾಗ ನೀವು ಯಾವುದೇ ಸಮಯದಲ್ಲಿ <1>Cmd / Ctrl + P ಅನ್ನು ಒತ್ತಿರಿ, ಆದರೆ ಅದೇ ಕೆಲಸವನ್ನು ಮಾಡಲು ಇಲ್ಲಿ ಒಂದು ಬಟನ್ ಇದೆ.", "buttons": { - "print": "Print" + "print": "ಮುದ್ರಿಸಿ" } }, "loadDummyData": { - "heading": "Load Dummy Data", - "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "ಡೆಮೊ ಡೇಟಾವನ್ನು ಲೋಡ್ ಮಾಡಿ", + "body": "ಹೊಸ ಖಾಲಿ ಪುಟದೊಂದಿಗೆ ಏನು ಮಾಡಬೇಕೆಂದು ಸ್ಪಷ್ಟವಾಗಿಲ್ಲವೇ? ರೇಸ್‌ಸುಮೇ ಹೇಗೆ ಕಾಣಬೇಕು ಎಂಬುದನ್ನು ನೋಡಲು ಪೂರ್ವಭಾವಿ ಮೌಲ್ಯಗಳೊಂದಿಗೆ ಕೆಲವು ಡೆಮೊ ಡೇಟಾವನ್ನು ಲೋಡ್ ಮಾಡಿ ಮತ್ತು ನೀವು ಅಲ್ಲಿಂದ ಸಂಪಾದನೆಯನ್ನು ಪ್ರಾರಂಭಿಸಬಹುದು.", "buttons": { - "loadData": "Populate 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": "ಮರುಹೊಂದಿಸಿ" } } } diff --git a/src/i18n/locales/kn/rightSidebar/colors.json b/src/i18n/locales/kn/rightSidebar/colors.json index bf4accbf..9d51c049 100644 --- a/src/i18n/locales/kn/rightSidebar/colors.json +++ b/src/i18n/locales/kn/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}} ಬಣ್ಣವನ್ನು ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ ನಕಲಿಸಲಾಗಿದೆ." } diff --git a/src/i18n/locales/kn/rightSidebar/fonts.json b/src/i18n/locales/kn/rightSidebar/fonts.json index dbcfe5f2..94ef1cb3 100644 --- a/src/i18n/locales/kn/rightSidebar/fonts.json +++ b/src/i18n/locales/kn/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": "ನಿಮ್ಮ ಸಿಸ್ಟಂನಲ್ಲಿ ಸ್ಥಾಪಿಸಲಾದ ಯಾವುದೇ ಫಾಂಟ್ ಅನ್ನು ನೀವು ಬಳಸಬಹುದು. ಇಲ್ಲಿ ಫಾಂಟ್‌ನ ಹೆಸರನ್ನು ನಮೂದಿಸಿ ಮತ್ತು ಬ್ರೌಸರ್ ಅದನ್ನು ನಿಮಗಾಗಿ ಲೋಡ್ ಮಾಡುತ್ತದೆ." } } diff --git a/src/i18n/locales/kn/rightSidebar/settings.json b/src/i18n/locales/kn/rightSidebar/settings.json index 12b19981..62323320 100644 --- a/src/i18n/locales/kn/rightSidebar/settings.json +++ b/src/i18n/locales/kn/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 the <1>Translation Documentation." + "label": "ಭಾಷೆ", + "helpText": "ಅಪ್ಲಿಕೇಶನ್ ಅನ್ನು ನಿಮ್ಮ ಸ್ವಂತ ಭಾಷೆಗೆ ಭಾಷಾಂತರಿಸಲು ನೀವು ಸಹಾಯ ಮಾಡಲು ಬಯಸಿದರೆ, ದಯವಿಟ್ಟು <1>ಅನುವಾದ ದಾಖಲೆ ಅನ್ನು ನೋಡಿ." } } \ No newline at end of file diff --git a/src/i18n/locales/kn/rightSidebar/templates.json b/src/i18n/locales/kn/rightSidebar/templates.json index 89fd528d..c34ddc47 100644 --- a/src/i18n/locales/kn/rightSidebar/templates.json +++ b/src/i18n/locales/kn/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "ಟೆಂಪ್ಲೇಟ್‌ಗಳು" } diff --git a/src/i18n/locales/zh/app/app.json b/src/i18n/locales/zh/app/app.json index 861e3ad5..28497d82 100644 --- a/src/i18n/locales/zh/app/app.json +++ b/src/i18n/locales/zh/app/app.json @@ -1,25 +1,25 @@ { "heading": { - "placeholder": "Heading" + "placeholder": "标题" }, "item": { - "add": "Add {{- heading}}", + "add": "添加 {{- heading}}", "startDate": { - "label": "Start Date", - "placeholder": "March 2018" + "label": "开始日期", + "placeholder": "2018 年 3 月" }, "endDate": { - "label": "End Date", - "placeholder": "March 2022" + "label": "结束日期", + "placeholder": "2022 年 3 月" }, "description": { - "label": "Description" + "label": "说明" } }, "buttons": { "add": { - "label": "Add" + "label": "添加" } }, - "markdownHelpText": "You can use <1>GitHub Flavored Markdown to style this section of the text." + "markdownHelpText": "你可以使用 <1>GitHub 倾向的 Markdown 来美化这部分文字." } diff --git a/src/i18n/locales/zh/leftSidebar/awards.json b/src/i18n/locales/zh/leftSidebar/awards.json index 4222ec12..ab278923 100644 --- a/src/i18n/locales/zh/leftSidebar/awards.json +++ b/src/i18n/locales/zh/leftSidebar/awards.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Math & Science Olympiad" + "label": "名称", + "placeholder": "数学与科学奥林匹克" }, "subtitle": { - "label": "Subtitle", - "placeholder": "First Place, International Level" + "label": "奖项", + "placeholder": "第一名, 国际赛" }, "description": { - "placeholder": "You can write about what qualities made you succeed in getting this award." + "placeholder": "你可以说明一下成功获得这个荣誉的原因." } } diff --git a/src/i18n/locales/zh/leftSidebar/certifications.json b/src/i18n/locales/zh/leftSidebar/certifications.json index 2763082a..a241a620 100644 --- a/src/i18n/locales/zh/leftSidebar/certifications.json +++ b/src/i18n/locales/zh/leftSidebar/certifications.json @@ -1,13 +1,13 @@ { "title": { - "label": "Title", - "placeholder": "Android Development Nanodegree" + "label": "名称", + "placeholder": "安卓开发纳米证书" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Udacity" + "label": "签发单位", + "placeholder": "优达学城" }, "description": { - "placeholder": "You can write about what you learnt from your certification program." + "placeholder": "你可以写关于你在成功获得证书过程中所学到的技能." } } diff --git a/src/i18n/locales/zh/leftSidebar/education.json b/src/i18n/locales/zh/leftSidebar/education.json index 231004b2..a4b4af68 100644 --- a/src/i18n/locales/zh/leftSidebar/education.json +++ b/src/i18n/locales/zh/leftSidebar/education.json @@ -1,16 +1,16 @@ { "name": { - "label": "Name", - "placeholder": "Harvard University" + "label": "学校", + "placeholder": "哈弗大学" }, "major": { - "label": "Major", - "placeholder": "Masters in Computer Science" + "label": "主修课程", + "placeholder": "计算机科学硕士" }, "grade": { - "label": "Grade" + "label": "等级" }, "description": { - "placeholder": "You can write about projects or special credit classes that you took while studying at this school." + "placeholder": "你可以写关于你在这所学校学习的项目和进阶的课程." } } diff --git a/src/i18n/locales/zh/leftSidebar/extras.json b/src/i18n/locales/zh/leftSidebar/extras.json index 7afc7c06..ddc0a59b 100644 --- a/src/i18n/locales/zh/leftSidebar/extras.json +++ b/src/i18n/locales/zh/leftSidebar/extras.json @@ -1,10 +1,10 @@ { "key": { - "label": "Key", - "placeholder": "Date of Birth" + "label": "名称", + "placeholder": "出生日期" }, "value": { - "label": "Value", - "placeholder": "6th August 1995" + "label": "内容", + "placeholder": "1995年8月6日" } } diff --git a/src/i18n/locales/zh/leftSidebar/languages.json b/src/i18n/locales/zh/leftSidebar/languages.json index fc5de101..c3339792 100644 --- a/src/i18n/locales/zh/leftSidebar/languages.json +++ b/src/i18n/locales/zh/leftSidebar/languages.json @@ -1,9 +1,9 @@ { "key": { - "label": "Key", - "placeholder": "Dothraki" + "label": "语言", + "placeholder": "多斯拉克语" }, "rating": { - "label": "Rating" + "label": "等级" } } diff --git a/src/i18n/locales/zh/leftSidebar/profile.json b/src/i18n/locales/zh/leftSidebar/profile.json index b7f889c2..beaabad4 100644 --- a/src/i18n/locales/zh/leftSidebar/profile.json +++ b/src/i18n/locales/zh/leftSidebar/profile.json @@ -1,40 +1,40 @@ { "photoUrl": { - "label": "Photo URL" + "label": "照片链接" }, "firstName": { - "label": "First Name", - "placeholder": "Jane" + "label": "名", + "placeholder": "简" }, "lastName": { - "label": "Last Name", - "placeholder": "Doe" + "label": "姓", + "placeholder": "道一" }, "subtitle": { - "label": "Subtitle", - "placeholder": "Full Stack Web Developer" + "label": "职位", + "placeholder": "全伐工程师" }, "address": { "line1": { - "label": "Address Line 1", - "placeholder": "Palladium Complex" + "label": "地址栏 1", + "placeholder": "帕拉迪亩大楼" }, "line2": { - "label": "Address Line 2", - "placeholder": "140 E 14th St" + "label": "地址栏 2", + "placeholder": "140 东 14号 街" }, "line3": { - "label": "Address Line 3", - "placeholder": "New York, NY 10003 USA" + "label": "地址栏 3", + "placeholder": "纽约, 纽约州, 10003 美国" } }, "phone": { - "label": "Phone Number" + "label": "电话号码" }, "website": { - "label": "Website" + "label": "网站" }, "email": { - "label": "Email Address" + "label": "邮箱地址" } } diff --git a/src/i18n/locales/zh/leftSidebar/references.json b/src/i18n/locales/zh/leftSidebar/references.json index 88241575..f0b90358 100644 --- a/src/i18n/locales/zh/leftSidebar/references.json +++ b/src/i18n/locales/zh/leftSidebar/references.json @@ -1,19 +1,19 @@ { "name": { - "label": "Name", - "placeholder": "Richard Hendricks" + "label": "名字", + "placeholder": "理查德·亨德里克" }, "position": { - "label": "Position", - "placeholder": "CEO, Pied Piper" + "label": "职位", + "placeholder": "首席执行官,魔笛" }, "phone": { - "label": "Phone Number" + "label": "电话号码" }, "email": { - "label": "Email Address" + "label": "邮箱地址" }, "description": { - "placeholder": "You can write about how you and the reference contact worked together and which projects you were a part of." + "placeholder": "您可以写下您和推荐人如何一起工作,以及您参与的项目。" } } diff --git a/src/i18n/locales/zh/leftSidebar/skills.json b/src/i18n/locales/zh/leftSidebar/skills.json index 5f178d9b..8b137f80 100644 --- a/src/i18n/locales/zh/leftSidebar/skills.json +++ b/src/i18n/locales/zh/leftSidebar/skills.json @@ -1,5 +1,5 @@ { "item": { - "placeholder": "Cooking" + "placeholder": "烹饪" } } diff --git a/src/i18n/locales/zh/leftSidebar/work.json b/src/i18n/locales/zh/leftSidebar/work.json index 776d7d58..27a96639 100644 --- a/src/i18n/locales/zh/leftSidebar/work.json +++ b/src/i18n/locales/zh/leftSidebar/work.json @@ -1,13 +1,13 @@ { "name": { - "label": "Name", - "placeholder": "Amazon (US)" + "label": "公司", + "placeholder": "亚马逊(美国)" }, "role": { - "label": "Role", - "placeholder": "Front-end Web Developer" + "label": "职位", + "placeholder": "前端工程师" }, "description": { - "placeholder": "You can write about what you specialized in while working at the company and what projects you were a part of." + "placeholder": "你可以写关于你在公司参与项目中所使用的技术和专业化内容." } } diff --git a/src/i18n/locales/zh/rightSidebar/actions.json b/src/i18n/locales/zh/rightSidebar/actions.json index a610e9ab..824c0640 100644 --- a/src/i18n/locales/zh/rightSidebar/actions.json +++ b/src/i18n/locales/zh/rightSidebar/actions.json @@ -1,33 +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 simply press <1>Cmd/Ctrl + P at any time while you're in the app to print your resume, but here's a fancy button to do the same thing, just 'cause.", + "heading": "打印您的简历", + "body": "您可以在应用程序中随时按<1>Cmd/Ctrl + P打印您的简历, 但这里有一个花哨的按钮来做同样的事情,只是'导致'这样做。", "buttons": { - "print": "Print" + "print": "打印" } }, "loadDummyData": { - "heading": "Load Dummy Data", - "body": "Unclear on what to do with a fresh blank page? Load some dummy data with prepopulated values to see how a resume should look and you can start editing from there.", + "heading": "加载模版数据", + "body": "不清楚用新的空白页面做什么? 加载一些带有预置值的虚拟数据来查看恢复的格式,您可以从那里开始编辑。", "buttons": { - "loadData": "Populate 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": "重置" } } } diff --git a/src/i18n/locales/zh/rightSidebar/colors.json b/src/i18n/locales/zh/rightSidebar/colors.json index bf4accbf..6863fe37 100644 --- a/src/i18n/locales/zh/rightSidebar/colors.json +++ b/src/i18n/locales/zh/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}} 已被复制到剪贴板。" } diff --git a/src/i18n/locales/zh/rightSidebar/fonts.json b/src/i18n/locales/zh/rightSidebar/fonts.json index dbcfe5f2..06eaabb2 100644 --- a/src/i18n/locales/zh/rightSidebar/fonts.json +++ b/src/i18n/locales/zh/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": "您也可以使用安装在您的系统上的任何字体。 只需在此输入字体库的名字,浏览器将为您加载它。" } } diff --git a/src/i18n/locales/zh/rightSidebar/settings.json b/src/i18n/locales/zh/rightSidebar/settings.json index 12b19981..e52abb2e 100644 --- a/src/i18n/locales/zh/rightSidebar/settings.json +++ b/src/i18n/locales/zh/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 the <1>Translation Documentation." + "label": "语言", + "helpText": "如果您希望帮助将应用程序翻译成您自己的语言,请参阅<1>翻译文档。" } } \ No newline at end of file diff --git a/src/i18n/locales/zh/rightSidebar/templates.json b/src/i18n/locales/zh/rightSidebar/templates.json index 89fd528d..9aedfa20 100644 --- a/src/i18n/locales/zh/rightSidebar/templates.json +++ b/src/i18n/locales/zh/rightSidebar/templates.json @@ -1,3 +1,3 @@ { - "title": "Templates" + "title": "模板" }