Skip to content

Commit 1bc6e8f

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#58593)
1 parent e048e90 commit 1bc6e8f

File tree

20 files changed

+44
-44
lines changed

20 files changed

+44
-44
lines changed

client/i18n/locales/chinese-traditional/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@
30353035
"title": "Debugging JavaScript Review",
30363036
"intro": [
30373037
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3038-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3038+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30393039
]
30403040
},
30413041
"quiz-debugging-javascript": {

client/i18n/locales/chinese-traditional/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "於 {{date}} 加入",
367367
"from": "來自 {{location}}",
368368
"total-points": "總分:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "第 {{pageNumber}} 頁,共 {{totalPages}} 頁",
372372
"edit-my-profile": "編輯我的個人資料",
373373
"add-bluesky": "將此認證分享到 BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "問題",
431431
"answered-mcq": "你有未回答的問題和/或錯誤的答案。",
432432
"explanation": "解釋",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "解決方案鏈接",
435435
"source-code-link": "源代碼鏈接",
436436
"ms-link": "微軟的鏈接",

client/i18n/locales/chinese/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@
30353035
"title": "Debugging JavaScript Review",
30363036
"intro": [
30373037
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3038-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3038+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30393039
]
30403040
},
30413041
"quiz-debugging-javascript": {

client/i18n/locales/chinese/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "于 {{date}} 加入",
367367
"from": "来自 {{location}}",
368368
"total-points": "总分:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "第 {{pageNumber}} 页,共 {{totalPages}} 页",
372372
"edit-my-profile": "编辑我的个人资料",
373373
"add-bluesky": "将此认证分享到 BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "问题",
431431
"answered-mcq": "你有未回答的问题和/或错误的答案。",
432432
"explanation": "解释",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "解决方案链接",
435435
"source-code-link": "源代码链接",
436436
"ms-link": "微软的链接",

client/i18n/locales/espanol/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3051,7 +3051,7 @@
30513051
"title": "Debugging JavaScript Review",
30523052
"intro": [
30533053
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3054-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3054+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30553055
]
30563056
},
30573057
"quiz-debugging-javascript": {

client/i18n/locales/espanol/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "Se unió {{date}}",
367367
"from": "Desde {{location}}",
368368
"total-points": "Puntos en total:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} de {{totalPages}}",
372372
"edit-my-profile": "Edit My Profile",
373373
"add-bluesky": "Share this certification on BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "Questions",
431431
"answered-mcq": "You have unanswered questions and/or incorrect answers.",
432432
"explanation": "Explanation",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "Enlace a la solución",
435435
"source-code-link": "Enlace al código fuente",
436436
"ms-link": "Link de Microsoft",

client/i18n/locales/german/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Debugging JavaScript Review",
30503050
"intro": [
30513051
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3052-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/german/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "{{date}} beigetreten",
367367
"from": "From {{location}}",
368368
"total-points": "Total Points:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} von {{totalPages}}",
372372
"edit-my-profile": "Edit My Profile",
373373
"add-bluesky": "Share this certification on BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "Questions",
431431
"answered-mcq": "You have unanswered questions and/or incorrect answers.",
432432
"explanation": "Explanation",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "Lösungs-Link",
435435
"source-code-link": "Source Code Link",
436436
"ms-link": "Microsoft Link",

client/i18n/locales/italian/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Debugging JavaScript Review",
30503050
"intro": [
30513051
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3052-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/italian/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "Iscritto da {{date}}",
367367
"from": "From {{location}}",
368368
"total-points": "Total Points:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} di {{totalPages}}",
372372
"edit-my-profile": "Edit My Profile",
373373
"add-bluesky": "Share this certification on BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "Questions",
431431
"answered-mcq": "You have unanswered questions and/or incorrect answers.",
432432
"explanation": "Explanation",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "Link alla soluzione",
435435
"source-code-link": "Source Code Link",
436436
"ms-link": "Microsoft Link",

client/i18n/locales/japanese/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Debugging JavaScript Review",
30503050
"intro": [
30513051
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3052-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/japanese/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "加入: {{date}}",
367367
"from": "場所: {{location}}",
368368
"total-points": "合計ポイント:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} / {{totalPages}}",
372372
"edit-my-profile": "プロフィールを編集",
373373
"add-bluesky": "この認定証を Bluesky で共有",
@@ -430,7 +430,7 @@
430430
"questions": "質問",
431431
"answered-mcq": "未回答または不正解の質問があります。",
432432
"explanation": "解説",
433-
"transcript": "この動画の文字起こしを読む",
433+
"transcript": "Transcript",
434434
"solution-link": "回答のリンク",
435435
"source-code-link": "ソースコードのリンク",
436436
"ms-link": "Microsoft のリンク",

client/i18n/locales/korean/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Debugging JavaScript Review",
30503050
"intro": [
30513051
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3052-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/korean/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "Joined {{date}}",
367367
"from": "From {{location}}",
368368
"total-points": "Total Points:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} of {{totalPages}}",
372372
"edit-my-profile": "Edit My Profile",
373373
"add-bluesky": "Share this certification on BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "Questions",
431431
"answered-mcq": "You have unanswered questions and/or incorrect answers.",
432432
"explanation": "Explanation",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "Solution Link",
435435
"source-code-link": "Source Code Link",
436436
"ms-link": "Microsoft Link",

client/i18n/locales/portuguese/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Debugging JavaScript Review",
30503050
"intro": [
30513051
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3052-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/portuguese/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "Entrou em {{date}}",
367367
"from": "De {{location}}",
368368
"total-points": "Pontos no total:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} de {{totalPages}}",
372372
"edit-my-profile": "Editar meu perfil",
373373
"add-bluesky": "Share this certification on BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "Questão",
431431
"answered-mcq": "You have unanswered questions and/or incorrect answers.",
432432
"explanation": "Explicação",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "Link da solução",
435435
"source-code-link": "Link do código-fonte",
436436
"ms-link": "Link da Microsoft",

client/i18n/locales/swahili/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Debugging JavaScript Review",
30503050
"intro": [
30513051
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3052-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/swahili/translations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "Umejiunga {{date}}",
367367
"from": "From {{location}}",
368368
"total-points": "Total Points:",
369-
"points-singular": "{{count}} point on {{date}}",
370-
"points-plural": "{{count}} points on {{date}}",
369+
"points_one": "{{count}} point on {{date}}",
370+
"points_other": "{{count}} points on {{date}}",
371371
"page-number": "{{pageNumber}} kati ya {{totalPages}}",
372372
"edit-my-profile": "Edit My Profile",
373373
"add-bluesky": "Share this certification on BlueSky",
@@ -430,7 +430,7 @@
430430
"questions": "Questions",
431431
"answered-mcq": "You have unanswered questions and/or incorrect answers.",
432432
"explanation": "Explanation",
433-
"transcript": "Read a transcript of this video",
433+
"transcript": "Transcript",
434434
"solution-link": "Kiungo cha Suluhisho",
435435
"source-code-link": "Source Code Link",
436436
"ms-link": "Kiungo cha Microsoft",

client/i18n/locales/ukrainian/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3049,7 +3049,7 @@
30493049
"title": "Повторення налагодження JavaScript",
30503050
"intro": [
30513051
"Перш ніж перейти до тесту «Налагодження JavaScript», повторіть основні поняття.",
3052-
"Відкрийте цю сторінку, щоб пригадати, як працювати з інструкцією <code>throw</code>, <code>try...catch...finally</code> та багато іншого."
3052+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30533053
]
30543054
},
30553055
"quiz-debugging-javascript": {

client/i18n/locales/ukrainian/translations.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@
366366
"joined": "Приєднався(-лась) {{date}}",
367367
"from": "{{location}}",
368368
"total-points": "Всього балів:",
369-
"points-singular": "Балів станом на {{date}}: {{count}}",
370-
"points-plural": "Балів станом на {{date}}: {{count}}",
369+
"points_one": "Балів станом на {{date}}: {{count}}",
370+
"points_other": "Балів станом на {{date}}: {{count}}",
371371
"page-number": "{{pageNumber}} з {{totalPages}}",
372372
"edit-my-profile": "Редагувати профіль",
373373
"add-bluesky": "Поділитись сертифікацією на BlueSky",
@@ -422,15 +422,15 @@
422422
"add-subtitles": "Допомогти покращити або додати субтитри",
423423
"wrong-answer": "Нам шкода, але це неправильна відповідь. Спробуєте ще раз?",
424424
"check-answer": "Натисніть кнопку нижче, щоб перевірити свою відповідь.",
425-
"assignment-not-complete_one": "Please complete the assignment",
426-
"assignment-not-complete_other": "Please complete the assignments",
427-
"assignments_one": "Assignment",
428-
"assignments_other": "Assignments",
425+
"assignment-not-complete_one": "Будь ласка, завершіть завдання",
426+
"assignment-not-complete_other": "Будь ласка, завершіть завдання",
427+
"assignments_one": "Завдання",
428+
"assignments_other": "Завдання",
429429
"question": "Запитання",
430430
"questions": "Запитання",
431431
"answered-mcq": "Ви не відповіли на всі запитання та/або допустились помилок.",
432432
"explanation": "Пояснення",
433-
"transcript": "Прочитати текстову версію цього відео",
433+
"transcript": "Transcript",
434434
"solution-link": "Посилання на розв’язок",
435435
"source-code-link": "Посилання на вихідний код",
436436
"ms-link": "Посилання Microsoft",

0 commit comments

Comments
 (0)