[i18n/css] education section
This commit is contained in:
parent
b3be3412f1
commit
27d71f8c51
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2024-08-15 04:11+0200\n"
|
"POT-Creation-Date: 2024-08-15 04:32+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -32,6 +32,10 @@ msgstr ""
|
||||||
msgid "resume education title"
|
msgid "resume education title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: templates/partials/education.html:39
|
||||||
|
msgid "education validation year"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: templates/partials/interests.html:5
|
#: templates/partials/interests.html:5
|
||||||
msgid "resume interest title"
|
msgid "resume interest title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -100,7 +104,7 @@ msgstr ""
|
||||||
msgid "resume work title"
|
msgid "resume work title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/translations.html:3
|
#: templates/translations.html:4
|
||||||
msgid "Translations"
|
msgid "Translations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -23,33 +23,31 @@
|
||||||
{{ education_item.studyType }}
|
{{ education_item.studyType }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
<div class="date">
|
||||||
|
{% if education_item.endDate %}
|
||||||
|
<span class="pr-1 text-stone-500">
|
||||||
|
{% trans %}education validation year{% endtrans %}
|
||||||
|
</span>
|
||||||
|
<span class="endDate text-neutral-300">
|
||||||
|
{{ utils.format_date_year(education_item.endDate) }}
|
||||||
|
</span>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
<div class="location">
|
||||||
{% if education_item.area %}
|
{% if education_item.area %}
|
||||||
<div class="area">
|
<div class="area">
|
||||||
{{ education_item.area }}
|
{{ education_item.area }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if education_item.institution %}
|
{% if education_item.institution %}
|
||||||
|
<i class="fas fa-school mr-1 text-stone-500"></i>
|
||||||
<div class="institution">
|
<div class="institution">
|
||||||
{{ education_item.institution }}
|
{{ education_item.institution }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="date">
|
|
||||||
{% if education_item.startDate %}
|
|
||||||
<span class="startDate">
|
|
||||||
{{ education_item.startDate }}
|
|
||||||
</span>
|
|
||||||
{% endif %}
|
|
||||||
{% if education_item.endDate %}
|
|
||||||
<span class="endDate">
|
|
||||||
- {{ education_item.endDate }}
|
|
||||||
</span>
|
|
||||||
{% else %}
|
|
||||||
<span class="endDate">
|
|
||||||
- {{ language.phrases.present }}
|
|
||||||
</span>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% if education_item.location %}
|
{% if education_item.location %}
|
||||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2024-08-15 04:11+0200\n"
|
"POT-Creation-Date: 2024-08-15 04:32+0200\n"
|
||||||
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
|
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
|
@ -33,6 +33,10 @@ msgstr "Home"
|
||||||
msgid "resume education title"
|
msgid "resume education title"
|
||||||
msgstr "Education"
|
msgstr "Education"
|
||||||
|
|
||||||
|
#: templates/partials/education.html:39
|
||||||
|
msgid "education validation year"
|
||||||
|
msgstr "Graduation year"
|
||||||
|
|
||||||
#: templates/partials/interests.html:5
|
#: templates/partials/interests.html:5
|
||||||
msgid "resume interest title"
|
msgid "resume interest title"
|
||||||
msgstr "Interests"
|
msgstr "Interests"
|
||||||
|
@ -101,7 +105,7 @@ msgstr "Volunteer"
|
||||||
msgid "resume work title"
|
msgid "resume work title"
|
||||||
msgstr "Professional experience"
|
msgstr "Professional experience"
|
||||||
|
|
||||||
#: templates/translations.html:3
|
#: templates/translations.html:4
|
||||||
msgid "Translations"
|
msgid "Translations"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2024-08-15 04:11+0200\n"
|
"POT-Creation-Date: 2024-08-15 04:32+0200\n"
|
||||||
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
|
"PO-Revision-Date: 2024-08-14 18:17+0200\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
|
@ -33,6 +33,10 @@ msgstr "Accueil"
|
||||||
msgid "resume education title"
|
msgid "resume education title"
|
||||||
msgstr "Cursus"
|
msgstr "Cursus"
|
||||||
|
|
||||||
|
#: templates/partials/education.html:39
|
||||||
|
msgid "education validation year"
|
||||||
|
msgstr "Année d'obtention du diplôme"
|
||||||
|
|
||||||
#: templates/partials/interests.html:5
|
#: templates/partials/interests.html:5
|
||||||
msgid "resume interest title"
|
msgid "resume interest title"
|
||||||
msgstr "Intérêts"
|
msgstr "Intérêts"
|
||||||
|
@ -101,7 +105,7 @@ msgstr "Bénévolat"
|
||||||
msgid "resume work title"
|
msgid "resume work title"
|
||||||
msgstr "Expérience Professionnelle"
|
msgstr "Expérience Professionnelle"
|
||||||
|
|
||||||
#: templates/translations.html:3
|
#: templates/translations.html:4
|
||||||
msgid "Translations"
|
msgid "Translations"
|
||||||
msgstr "Traductions"
|
msgstr "Traductions"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue