11export default {
22 error : {
33 title404 : "We are sorry, Page not found!" ,
4- text404 : "The page you are looking for might have been removed had its name changed or is temporarily unavailable." ,
5- button404 : "Back to home"
4+ text404 :
5+ "The page you are looking for might have been removed had its name changed or is temporarily unavailable." ,
6+ button404 : "Back to home" ,
67 } ,
78 nav : {
89 mySkills : "My skills" ,
@@ -128,7 +129,7 @@ export default {
128129 } ,
129130 statistics : {
130131 myTitleSection : "My statistics" ,
131- titleSection : "Statistics" ,
132+ titleSection : "Statistics" ,
132133 monthStreak : "Months Streak" ,
133134 sentenceRankIncodming1 : "Still " ,
134135 sentenceRankIncodming2 : "xp to be promoted" ,
@@ -141,23 +142,17 @@ export default {
141142 numberCompetencies : "Number of competences" ,
142143 subobjectivesTitles : {
143144 ProfileCompletion : "Category Profile Completion" ,
144- LanguageAndFrameworks :
145- "Category Langages and Frameworks" ,
145+ LanguageAndFrameworks : "Category Langages and Frameworks" ,
146146 Tools : "Category Tools" ,
147147 Plateform : "Category Plateforms" ,
148- TechnicsAndMethod :
149- "Category Technics et methods" ,
148+ TechnicsAndMethod : "Category Technics et methods" ,
150149 } ,
151150 subobjectivesLegends : {
152151 ProfileCompletion : "Add your prefered topics and your agency" ,
153- LanguageAndFrameworks :
154- "Add skills in the Languages and Frameworks grid" ,
155- Tools :
156- "Add skills in the Tools grid" ,
157- Plateform :
158- "Add skills in the Platform grid" ,
159- TechnicsAndMethod :
160- "Add skills in the Technics and methods grid" ,
152+ LanguageAndFrameworks : "Add skills in the Languages and Frameworks grid" ,
153+ Tools : "Add skills in the Tools grid" ,
154+ Plateform : "Add skills in the Platform grid" ,
155+ TechnicsAndMethod : "Add skills in the Technics and methods grid" ,
161156 Profile : "Complete profile informations" ,
162157 } ,
163158 } ,
0 commit comments