Skip to content

Commit

Permalink
Merge pull request #5 from Comprendre-Steem/french-support
Browse files Browse the repository at this point in the history
French support
  • Loading branch information
joticajulian committed Aug 6, 2017
2 parents b08fae3 + 37867a2 commit 29f1014
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions js/multilanguages.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,51 +7,67 @@ label['fr'] = {};

label["en"]["createdby"]="Created by";
label["es"]["createdby"]="Creado por";
label["fr"]["createdby"]="Crée par";

label["en"]["input-account"]="Account";
label["es"]["input-account"]="Cuenta";
label["fr"]["input-account"]="Compte";

label["en"]["title-activity-account"]="Account activity";
label["es"]["title-activity-account"]="Actividad de la cuenta";
label["fr"]["title-activity-account"]="Activité du compte";

label["en"]["lastweeks"]="Last 4 weeks";
label["es"]["lastweeks"]="Últimas 4 semanas";
label["fr"]["lastweeks"]="4 dernières semaines";

label["en"]["title-activity-followers"]="Account activity";
label["es"]["title-activity-followers"]="Actividad de los seguidores";
label["fr"]["title-activity-followers"]="Activité des abonnés";

label["en"]["title-followers"]="Followers";
label["es"]["title-followers"]="Seguidores";
label["fr"]["title-followers"]="Abonnés";

label["en"]["lastweeks2"]="Last 4 weeks";
label["es"]["lastweeks2"]="Últimas 4 semanas";
label["fr"]["lastweeks2"]="4 dernières semaines";

label["en"]["steemactivityby"]='Steem activity by <a href="https://steemit.com/@jga/">@jga</a>';
label["es"]["steemactivityby"]='Steem activity por <a href="https://steemit.com/@jga/">@jga</a>';
label["fr"]["steemactivityby"]='Steem activity par <a href="https://steemit.com/@jga/">@jga</a>';

label["en"]["seeitongithub"]='See it on <a href="https://github.com/joticajulian/steem-activity/">github.com</a> and <a href="https://www.steem.center/index.php?title=Steem_Ecosystem:S-Steemis">steem.center</a>';
label["es"]["seeitongithub"]='Míralo en <a href="https://github.com/joticajulian/steem-activity/">github.com</a> y también en <a href="https://www.steem.center/index.php?title=Steem_Ecosystem:S-Steemis">steem.center</a>';
label["fr"]["seeitongithub"]='Voir le projet sur <a href="https://github.com/joticajulian/steem-activity/">github.com</a> et <a href="https://www.steem.center/index.php?title=Steem_Ecosystem:S-Steemis">steem.center</a>';

//labels in steem_activity.js

label["en"]["Local time: "]="Local time: ";
label["es"]["Local time: "]="Tiempo local: ";
label["fr"]["Local time: "]="Heure locale: ";

label["en"]["nameDay"]=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'];
label["es"]["nameDay"]=['Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'];
label["fr"]["nameDay"]=['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'];

label["en"]["Followers of @"]="Followers of @";
label["es"]["Followers of @"]="Seguidores de @";
label["fr"]["Followers of @"]="Abonnés de @";

label["en"][" votes"]=" votes";
label["es"][" votes"]=" votos";
label["fr"][" votes"]=" votes";

label["en"][". Complete"]=". Complete";
label["es"][". Complete"]=". Completo";
label["fr"][". Complete"]=". Terminé";

label["en"]["Best Time #"]="Best Time #";
label["es"]["Best Time #"]="Mejor tiempo #";
label["fr"]["Best Time #"]="Meilleur moment #";

label["en"][" at "]=" at ";
label["es"][" at "]=" a las ";
label["fr"][" at "]=" à ";

0 comments on commit 29f1014

Please sign in to comment.