Skip to content

Commit f58ec00

Browse files
authored
Merge pull request #1173 from dacadeorg/ft/incorporate-new-certificate
feat: incorporate certificates on the community challenges
2 parents c88b399 + a5e646a commit f58ec00

File tree

8 files changed

+178
-120
lines changed

8 files changed

+178
-120
lines changed
Lines changed: 46 additions & 0 deletions
Loading

public/locales/bg/common.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@
113113
"communities.overview.challenge.rewards": "Награди",
114114
"communities.overview.challenge.subtitle": "При успешно завършване",
115115
"communities.overview.challenge.expiry": "Срок на изтичане на предизвикателството:",
116+
"communities.overview.challenge.take.challenge": "Вземете предизвикателството",
117+
"communities.overview.challenge.see.challenge": "Вижте предизвикателството",
118+
"communities.overview.challenge.unlock.certificate": "Отключване с сертификат",
119+
"communities.overview.challenge.participate": "Участвайте в хакатони {{token}}",
120+
"communities.overview.challenge.for.certificate": "за сертификата",
121+
"communities.overview.challenge.for.feedback": "за всеки отзив",
122+
"communities.overview.challenge.learning.modules.included": "Включени образователни модули",
123+
"communities.overview.challenge.no.learning.modules": "Без включени образователни модули",
116124
"communities.overview.challenge.learning.title": "Следните учебни материали ще ви осигурят техническите умения, необходими за успешното справяне с предизвикателството.",
117125
"communities.overview.challenge.learning.start": "започнете сега",
118126
"communities.overview.challenge.team.setup.title": "Създайте вашия екип",
@@ -193,6 +201,7 @@
193201
"course.challenge.reward": "REWARD",
194202
"course.challenge.reward.description": "By completing the challenge in this course you can earn {{amount}} {{token}}",
195203
"course.challenge.reward.stable.description": "By completing the challenge in this course you can earn {{currency}}{{amount}} in {{token}}",
204+
"course.challenge.reward.certificate.description": "Завършете курса, за да получите сертификата и отключете нови възможности.",
196205
"course.scoreboard.button": "Load more",
197206
"learning-module.material.open.lesson": "Open Lesson",
198207
"learning-module.material.open.article": "Open Article",

public/locales/en/common.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@
119119
"communities.overview.challenge.certificate": "Certificate",
120120
"communities.overview.challenge.subtitle": "Upon successful completion",
121121
"communities.overview.challenge.expiry": "Challenge expiry date:",
122+
"communities.overview.challenge.take.challenge":"Take the challenge",
123+
"communities.overview.challenge.see.challenge": "See the challenge",
124+
"communities.overview.challenge.for.certificate":"for the certificate",
125+
"communities.overview.challenge.for.feedback":"for every feedback",
126+
"communities.overview.challenge.unlock.certificate":"Unlock with Certificate",
127+
"communities.overview.challenge.participate":"Participate in {{token}} hackathons",
128+
"communities.overview.challenge.learning.modules.included": "Learning modules included",
129+
"communities.overview.challenge.no.learning.modules":"No learning modules included",
122130
"communities.overview.challenge.learning.title": "The following learning materials will equip you with the technical expertise required to successfully address the challenge.",
123131
"communities.overview.challenge.learning.start": "Start now",
124132
"communities.overview.challenge.team.setup.title": "Form your team",
@@ -195,6 +203,7 @@
195203
"course.challenge.reward": "REWARD",
196204
"course.challenge.reward.description": "By completing the challenge in this course you can earn {{amount}} {{token}}",
197205
"course.challenge.reward.stable.description": "By completing the challenge in this course you can earn {{currency}}{{amount}} in {{token}}",
206+
"course.challenge.reward.certificate.description":"Complete the course to achieve the certificate and unlock new opportunities",
198207
"course.challenge.certificate": "CERTIFICATE",
199208
"course.challenge.certificate.description": "By completing the challenge in this course you can earn a certificate.",
200209
"course.scoreboard.button": "Load more",

public/locales/es/common.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@
118118
"communities.overview.challenge.certificate": "Certificate",
119119
"communities.overview.challenge.subtitle": "Al completar con éxito",
120120
"communities.overview.challenge.expiry": "Fecha de vencimiento del desafío:",
121+
"communities.overview.challenge.take.challenge": "Toma el desafío",
122+
"communities.overview.challenge.see.challenge": "Ver el desafío",
123+
"communities.overview.challenge.unlock.certificate": "Desbloquear con certificado",
124+
"communities.overview.challenge.participate": "Participa en hackatones {{token}}",
125+
"communities.overview.challenge.for.certificate": "para el certificado",
126+
"communities.overview.challenge.for.feedback": "para cada retroalimentación",
127+
"communities.overview.challenge.learning.modules.included": "Módulos de aprendizaje incluidos",
128+
"communities.overview.challenge.no.learning.modules": "No se incluyen módulos de aprendizaje",
121129
"communities.overview.challenge.learning.title": "Los siguientes materiales de aprendizaje le proporcionarán la experiencia técnica necesaria para abordar con éxito el desafío.",
122130
"communities.overview.challenge.learning.start": "Comenzar ahora",
123131
"communities.overview.challenge.team.setup.title": "Forma tu equipo",
@@ -195,6 +203,7 @@
195203
"course.challenge.reward": "RECOMPENSA",
196204
"course.challenge.reward.description": "Completando este reto de este curso puede asegurarse la cantidad de {{amount}} {{token}}",
197205
"course.challenge.reward.stable.description": "Completando este reto de este curso puede asegurarse {{currency}}{{amount}} en {{token}}",
206+
"course.challenge.reward.certificate.description": "Completa el curso para obtener el certificado y desbloquear nuevas oportunidades.",
198207
"course.scoreboard.button": "Cargar más",
199208
"learning-module.material.open.lesson": "Abrir lección",
200209
"learning-module.material.open.article": "Abrir artículo",

0 commit comments

Comments
 (0)