From 8ca8ddbb2c940a0b51a00a939ba4e8f85ad38310 Mon Sep 17 00:00:00 2001 From: max/sooulix Date: Thu, 15 Aug 2024 05:40:03 +0200 Subject: [PATCH] [shortcuts] add shortcuts for the sections --- messages.pot | 62 ++++++++++++++++-- templates/partials/awards.html | 2 +- templates/partials/education.html | 2 +- templates/partials/interests.html | 2 +- templates/partials/languages.html | 3 +- templates/partials/projects.html | 2 +- templates/partials/publications.html | 2 +- templates/partials/references.html | 2 +- templates/partials/skills.html | 2 +- templates/partials/work.html | 2 +- templates/resume.html | 82 ++++++++++++++++++++++++ translations/en/LC_MESSAGES/messages.mo | Bin 1451 -> 1997 bytes translations/en/LC_MESSAGES/messages.po | 62 ++++++++++++++++-- translations/fr/LC_MESSAGES/messages.mo | Bin 1526 -> 2118 bytes translations/fr/LC_MESSAGES/messages.po | 62 ++++++++++++++++-- 15 files changed, 256 insertions(+), 31 deletions(-) diff --git a/messages.pot b/messages.pot index 8047cfb..e99e58b 100644 --- a/messages.pot +++ b/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-15 04:32+0200\n" +"POT-Creation-Date: 2024-08-15 05:37+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -32,7 +32,7 @@ msgstr "" msgid "resume education title" msgstr "" -#: templates/partials/education.html:39 +#: templates/partials/education.html:30 msgid "education validation year" msgstr "" @@ -40,23 +40,23 @@ msgstr "" msgid "resume interest title" msgstr "" -#: templates/partials/languages.html:5 +#: templates/partials/languages.html:4 msgid "resume language title" msgstr "" -#: templates/partials/languages.html:20 +#: templates/partials/languages.html:19 msgid "language level native" msgstr "" -#: templates/partials/languages.html:22 +#: templates/partials/languages.html:21 msgid "language level fluent" msgstr "" -#: templates/partials/languages.html:24 +#: templates/partials/languages.html:23 msgid "language level elementary" msgstr "" -#: templates/partials/languages.html:26 +#: templates/partials/languages.html:25 msgid "language level notions" msgstr "" @@ -104,6 +104,54 @@ msgstr "" msgid "resume work title" msgstr "" +#: templates/resume.html:11 +msgid "Shortcuts" +msgstr "" + +#: templates/resume.html:16 +msgid "resume header title " +msgstr "" + +#: templates/resume.html:22 +msgid "resume skills title " +msgstr "" + +#: templates/resume.html:29 +msgid "resume work title " +msgstr "" + +#: templates/resume.html:36 +msgid "resume projects title " +msgstr "" + +#: templates/resume.html:43 +msgid "resume volunteer title " +msgstr "" + +#: templates/resume.html:50 +msgid "resume education title " +msgstr "" + +#: templates/resume.html:57 +msgid "resume awards title " +msgstr "" + +#: templates/resume.html:64 +msgid "resume publication title " +msgstr "" + +#: templates/resume.html:71 +msgid "resume languages title " +msgstr "" + +#: templates/resume.html:78 +msgid "resume interests title " +msgstr "" + +#: templates/resume.html:85 +msgid "resume references title " +msgstr "" + #: templates/translations.html:4 msgid "Translations" msgstr "" diff --git a/templates/partials/awards.html b/templates/partials/awards.html index 75a432c..91aca6f 100644 --- a/templates/partials/awards.html +++ b/templates/partials/awards.html @@ -1,6 +1,6 @@ {% set awards = page.resume.awards %} {% if awards %} -
+

{% trans %}resume award title{% endtrans %}

diff --git a/templates/partials/education.html b/templates/partials/education.html index 2f7da8a..3747420 100644 --- a/templates/partials/education.html +++ b/templates/partials/education.html @@ -1,6 +1,6 @@ {% set education = page.resume.education %} {% if education %} -
+

{% trans %}resume education title{% endtrans %} ({{ education | length }})

diff --git a/templates/partials/interests.html b/templates/partials/interests.html index 590b0e2..67f6f9c 100644 --- a/templates/partials/interests.html +++ b/templates/partials/interests.html @@ -1,6 +1,6 @@ {% set interests = page.resume.interests %} {% if interests %} -
+

{% trans %}resume interest title{% endtrans %}

diff --git a/templates/partials/languages.html b/templates/partials/languages.html index 7e17917..b015f70 100644 --- a/templates/partials/languages.html +++ b/templates/partials/languages.html @@ -1,7 +1,6 @@ {% set languages = page.resume.languages %} {% if languages %} -
-
+

{% trans %}resume language title{% endtrans %}

diff --git a/templates/partials/projects.html b/templates/partials/projects.html index 208241e..cf93fc4 100644 --- a/templates/partials/projects.html +++ b/templates/partials/projects.html @@ -1,6 +1,6 @@ {% set projects = page.resume.projects %} {% if projects %} -
+

{% trans %}resume project title{% endtrans %} ({{ projects | length }})

diff --git a/templates/partials/publications.html b/templates/partials/publications.html index 3d0cfbf..ba90d01 100644 --- a/templates/partials/publications.html +++ b/templates/partials/publications.html @@ -1,6 +1,6 @@ {% set publications = page.resume.publications %} {% if publications %} -
+

{% trans %}resume publication title{% endtrans %}

diff --git a/templates/partials/references.html b/templates/partials/references.html index d78dad3..441292e 100644 --- a/templates/partials/references.html +++ b/templates/partials/references.html @@ -1,6 +1,6 @@ {% set references = page.resume.references %} {% if references %} -
+

{% trans %}resume reference title{% endtrans %}

diff --git a/templates/partials/skills.html b/templates/partials/skills.html index dde4b08..9e5c5e7 100644 --- a/templates/partials/skills.html +++ b/templates/partials/skills.html @@ -1,6 +1,6 @@ {% set skills = page.resume.skills %} {% if skills %} -
+

{% trans %}resume skill title{% endtrans %}

diff --git a/templates/partials/work.html b/templates/partials/work.html index 00b4337..f509aa5 100644 --- a/templates/partials/work.html +++ b/templates/partials/work.html @@ -1,6 +1,6 @@ {% set work = page.resume.work %} {% if work %} -
+

{% trans %}resume work title{% endtrans %} ({{ work | length }})

diff --git a/templates/resume.html b/templates/resume.html index 5697c98..fe4da4b 100644 --- a/templates/resume.html +++ b/templates/resume.html @@ -6,6 +6,88 @@ {% block content %} +
\n" "Language: en\n" @@ -33,7 +33,7 @@ msgstr "Home" msgid "resume education title" msgstr "Education" -#: templates/partials/education.html:39 +#: templates/partials/education.html:30 msgid "education validation year" msgstr "Graduation year" @@ -41,23 +41,23 @@ msgstr "Graduation year" msgid "resume interest title" msgstr "Interests" -#: templates/partials/languages.html:5 +#: templates/partials/languages.html:4 msgid "resume language title" msgstr "Languages" -#: templates/partials/languages.html:20 +#: templates/partials/languages.html:19 msgid "language level native" msgstr "Native speaker" -#: templates/partials/languages.html:22 +#: templates/partials/languages.html:21 msgid "language level fluent" msgstr "Fluent" -#: templates/partials/languages.html:24 +#: templates/partials/languages.html:23 msgid "language level elementary" msgstr "Elementary" -#: templates/partials/languages.html:26 +#: templates/partials/languages.html:25 msgid "language level notions" msgstr "Beginner" @@ -105,6 +105,54 @@ msgstr "Volunteer" msgid "resume work title" msgstr "Professional experience" +#: templates/resume.html:11 +msgid "Shortcuts" +msgstr "" + +#: templates/resume.html:16 +msgid "resume header title " +msgstr "Header" + +#: templates/resume.html:22 +msgid "resume skills title " +msgstr "Skills" + +#: templates/resume.html:29 +msgid "resume work title " +msgstr "Professional experience" + +#: templates/resume.html:36 +msgid "resume projects title " +msgstr "Projects" + +#: templates/resume.html:43 +msgid "resume volunteer title " +msgstr "Volunteer" + +#: templates/resume.html:50 +msgid "resume education title " +msgstr "Education" + +#: templates/resume.html:57 +msgid "resume awards title " +msgstr "Awards" + +#: templates/resume.html:64 +msgid "resume publication title " +msgstr "Publications" + +#: templates/resume.html:71 +msgid "resume languages title " +msgstr "Languages" + +#: templates/resume.html:78 +msgid "resume interests title " +msgstr "Interests" + +#: templates/resume.html:85 +msgid "resume references title " +msgstr "References" + #: templates/translations.html:4 msgid "Translations" msgstr "" diff --git a/translations/fr/LC_MESSAGES/messages.mo b/translations/fr/LC_MESSAGES/messages.mo index 7d6daceb387f9603c63d84864676c28107f7423e..f35c4f5d0016d13ae6a7aaac7584cb4b9fa734af 100644 GIT binary patch delta 999 zcmZY6&1(}u7zf}t+r-Ak6jM!&woO(;#e#zPK~Mz2DyT$SE8;~7+s&A++3d>fY%3~M z@S+z{MgCE7Lcm)N5)pgwRM5^ zJVpG5@!Jzq(chD9O?iOfT$Cq_{8>+r%P%YesIk*JXK|bqzFHWoSd8jrnK{f90Z2#v2BT9mJ{NW<0(mF)C~eJIyc(Fo z5iT?3Hlr}gs-bNO$M2;bo Ox+Ub@#F%`NIQ<*--@j-8 delta 541 zcmYk&y-Pw-7zXfH@AWIQ%t{kYgdm8Ttfe3bA}VkQgdmEb;TGmq;eHU*AZ`)W(7~le z8f)omYG??ne?XgphNc38mYRZkUOYnwUVi5}_q?2Q?ql%VUwR3t6~c(1;;06Pe`DW4 zq#_@{c6bD%uqwTQy~uUxI}9WL!VnBQTX_ibzA5P<>>(nICVap!^ubBUFP?>N zn1*dI1G#Zkx(@k|6r?-SUC0MkU<{r>?z@En_y9X#9s2l1uRMWGNOQ%!CYGI5F{pHk zgyIz$B`nIQbJUj-6iuvks1cW$%j&u)s{J7{G}F#&$*rQ1OIle=*Tj|DP{$@lQ`dX0 w5r?>QuOz2!!?aDBFIcrxqjqMQlwK=r*qTWTMsZWK#I`3cE<9231OwjjKkZmhaR2}S diff --git a/translations/fr/LC_MESSAGES/messages.po b/translations/fr/LC_MESSAGES/messages.po index 4a16f5e..fd6268d 100644 --- a/translations/fr/LC_MESSAGES/messages.po +++ b/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-08-15 04:32+0200\n" +"POT-Creation-Date: 2024-08-15 05:37+0200\n" "PO-Revision-Date: 2024-08-14 18:17+0200\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -33,7 +33,7 @@ msgstr "Accueil" msgid "resume education title" msgstr "Cursus" -#: templates/partials/education.html:39 +#: templates/partials/education.html:30 msgid "education validation year" msgstr "Année d'obtention du diplôme" @@ -41,23 +41,23 @@ msgstr "Année d'obtention du diplôme" msgid "resume interest title" msgstr "Intérêts" -#: templates/partials/languages.html:5 +#: templates/partials/languages.html:4 msgid "resume language title" msgstr "Langues" -#: templates/partials/languages.html:20 +#: templates/partials/languages.html:19 msgid "language level native" msgstr "Langue maternelle" -#: templates/partials/languages.html:22 +#: templates/partials/languages.html:21 msgid "language level fluent" msgstr "Courant" -#: templates/partials/languages.html:24 +#: templates/partials/languages.html:23 msgid "language level elementary" msgstr "Courant" -#: templates/partials/languages.html:26 +#: templates/partials/languages.html:25 msgid "language level notions" msgstr "Débutant" @@ -105,6 +105,54 @@ msgstr "Bénévolat" msgid "resume work title" msgstr "Expérience Professionnelle" +#: templates/resume.html:11 +msgid "Shortcuts" +msgstr "Raccourcis" + +#: templates/resume.html:16 +msgid "resume header title " +msgstr "En-tête" + +#: templates/resume.html:22 +msgid "resume skills title " +msgstr "Compétences" + +#: templates/resume.html:29 +msgid "resume work title " +msgstr "Expérience Professionnelle" + +#: templates/resume.html:36 +msgid "resume projects title " +msgstr "Projets" + +#: templates/resume.html:43 +msgid "resume volunteer title " +msgstr "Bénévolat" + +#: templates/resume.html:50 +msgid "resume education title " +msgstr "Cursus" + +#: templates/resume.html:57 +msgid "resume awards title " +msgstr "Prix" + +#: templates/resume.html:64 +msgid "resume publication title " +msgstr "Publications" + +#: templates/resume.html:71 +msgid "resume languages title " +msgstr "Langues" + +#: templates/resume.html:78 +msgid "resume interests title " +msgstr "Intérêts" + +#: templates/resume.html:85 +msgid "resume references title " +msgstr "Références" + #: templates/translations.html:4 msgid "Translations" msgstr "Traductions"