From 4837f95dfdf3ff34a86d28850c0b1e00dd493f2e Mon Sep 17 00:00:00 2001 From: Edwin Lyon Date: Wed, 23 Feb 2022 19:06:31 -0800 Subject: [PATCH] Upload files to 'i18n' --- i18n/en.yaml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ i18n/fr.yaml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 i18n/en.yaml create mode 100644 i18n/fr.yaml diff --git a/i18n/en.yaml b/i18n/en.yaml new file mode 100644 index 0000000..ae27f1f --- /dev/null +++ b/i18n/en.yaml @@ -0,0 +1,65 @@ +- id: quick_links + translation: Quick Links + +- id: social_links + translation: Social Links + +- id: subscribe + translation: Subscribe To Our Mailing List + +- id: home + translation: HOME + +- id: all_together + translation: All Together + +- id: name + translation: Your Name + +- id: mail + translation: Email + +- id: website + translation: Subject + +- id: message + translation: Message + +- id: submit + translation: Submit + +- id: monthly + translation: Billed Monthly + +- id: yearly + translation: Billed Annually + +- id: month + translation: Month + +- id: year + translation: Year + +- id: view_job + translation: View Listing + +- id: apply + translation: Apply for Job + +- id: first_name + translation: First Name + +- id: last_name + translation: Last Name + +- id: company + translation: Current Company + +- id: minute_read + translation: Mins Read + +- id: cv + translation: Resume/CV + +- id: recent_post + translation: Recent Articles diff --git a/i18n/fr.yaml b/i18n/fr.yaml new file mode 100644 index 0000000..f7275b1 --- /dev/null +++ b/i18n/fr.yaml @@ -0,0 +1,65 @@ +- id: quick_links + translation: Liens rapides + +- id: social_links + translation: Liens sociaux + +- id: subscribe + translation: Permet d'abonner votre e-mail + +- id: home + translation: Accueil + +- id: all_together + translation: Tous ensemble + +- id: name + translation: votre nom + +- id: mail + translation: Courrier de travail + +- id: website + translation: site Web d'entreprise + +- id: message + translation: Rien d'autre? + +- id: submit + translation: Soumettre maintenant + +- id: monthly + translation: Facturé mensuellement + +- id: yearly + translation: Facturé annuellement + +- id: month + translation: Mois + +- id: year + translation: An + +- id: view_job + translation: Voir la liste + +- id: apply + translation: Postuler pour un travail + +- id: first_name + translation: Prénom + +- id: last_name + translation: Nom de famille + +- id: company + translation: Entreprise actuelle + +- id: minute_read + translation: Mins Read + +- id: cv + translation: Curriculum vitae + +- id: recent_post + translation: Articles récents \ No newline at end of file