Skip to content

Commit 83bf9eb

Browse files
authored
chore(i18n,client): processed translations (freeCodeCamp#66857)
1 parent 08df9ba commit 83bf9eb

20 files changed

Lines changed: 1316 additions & 1040 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6073,6 +6073,12 @@
60736073
"In these lessons, you will learn what TypeScript is and how to use it."
60746074
]
60756075
},
6076+
"workshop-type-safe-user-profile": {
6077+
"title": "Build a Type Safe User Profile",
6078+
"intro": [
6079+
"In this workshop, you will practice working with type annotations, array types, object types and more by building out a user profile."
6080+
]
6081+
},
60766082
"lecture-understanding-type-composition": {
60776083
"title": "Understanding Type Composition",
60786084
"intro": [

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

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"command-enter": "⌘ + Enter",
6767
"ctrl-enter": "Ctrl + Enter",
6868
"reset": "重置",
69+
"ask-socrates": "Ask Socrates (beta)",
6970
"reset-step": "重置此步驟",
7071
"help": "幫助",
7172
"get-help": "獲得幫助",
@@ -381,6 +382,10 @@
381382
"confirm": "確認新郵箱",
382383
"weekly": "給我發 Quincy 的每週訂閱郵件"
383384
},
385+
"socrates": {
386+
"p1": "Socrates",
387+
"p2": "Offers tailored hints based on your input in workshops. You can turn this off at any time."
388+
},
384389
"honesty": {
385390
"p1": "申請認證前,你必須先接受我們的《學術誠信條例》,即:",
386391
"p2": "\"我理解剽竊意味着抄襲他人的作品,將其作爲自己的作品來提交,且不明確註明原作者。\"",
@@ -533,6 +538,18 @@
533538
"syntax-error": "你的代碼在任何測試運行之前就出現了錯誤。請修復後重試。",
534539
"indentation-error": "你的代碼存在縮進錯誤。你可能需要在新行中添加 <code>pass</code> 以形成一個有效的代碼塊。",
535540
"sign-in-save": "登錄以保存你的學習進度",
541+
"hints-used-today": "hints used today",
542+
"socrates-not-enabled": "Socrates is not enabled for your account.",
543+
"socrates-check-code-first": "Check your code before asking Socrates for a hint.",
544+
"socrates-code-passes": "Congratulations, your code passes! Press submit and continue to the next challenge.",
545+
"socrates-write-code-first": "Please write some code before asking Socrates for a hint.",
546+
"socrates-generic-error": "Something went wrong while asking Socrates. Please try again.",
547+
"socrates-no-access": "You do not have access to Socrates.",
548+
"socrates-daily-limit": "You have reached the daily hint limit. Please try again tomorrow.",
549+
"socrates-rate-limit": "You have reached the hint limit. Please wait a moment before trying again.",
550+
"socrates-unable-to-generate": "Socrates was unable to generate a hint. Please try again.",
551+
"socrates-unavailable": "Socrates is temporarily unavailable. Please try again later.",
552+
"socrates-invalid-request": "Something went wrong with your request. Please try again.",
536553
"download-solution": "下載我的解決方案",
537554
"download-results": "下載我的結果",
538555
"percent-complete": "完成 {{percent}}%",
@@ -899,8 +916,8 @@
899916
"search": {
900917
"label": "搜索",
901918
"placeholder": {
902-
"default": "搜索我們的文章、教程和書籍",
903-
"numbered": "搜索 {{ roundedTotalRecords }}+ 文章、教程和書籍"
919+
"default": "Search our books and courses",
920+
"numbered": "Search {{ roundedTotalRecords }}+ of our books and courses"
904921
},
905922
"see-results": "查看 {{searchQuery}} 的所有結果",
906923
"try": "想要搜索信息?試試使用頁面上的搜索框。",
@@ -1037,6 +1054,7 @@
10371054
"updated-themes": "我們已更新你的主題",
10381055
"keyboard-shortcut-updated": "我們已更新你的鍵盤快捷鍵設置",
10391056
"subscribe-to-quincy-updated": "我們已更新你對 Quincy 的電子郵件的訂閱",
1057+
"socrates-updated": "We have updated your Socrates settings",
10401058
"portfolio-item-updated": "我們已更新你的作品集",
10411059
"experience-updated": "我們已更新你的經歷",
10421060
"email-invalid": "郵箱格式無效",

client/i18n/locales/chinese/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6073,6 +6073,12 @@
60736073
"In these lessons, you will learn what TypeScript is and how to use it."
60746074
]
60756075
},
6076+
"workshop-type-safe-user-profile": {
6077+
"title": "Build a Type Safe User Profile",
6078+
"intro": [
6079+
"In this workshop, you will practice working with type annotations, array types, object types and more by building out a user profile."
6080+
]
6081+
},
60766082
"lecture-understanding-type-composition": {
60776083
"title": "Understanding Type Composition",
60786084
"intro": [

client/i18n/locales/chinese/translations.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"command-enter": "⌘ + Enter",
6767
"ctrl-enter": "Ctrl + Enter",
6868
"reset": "重置",
69+
"ask-socrates": "Ask Socrates (beta)",
6970
"reset-step": "重置此步骤",
7071
"help": "帮助",
7172
"get-help": "获得帮助",
@@ -381,6 +382,10 @@
381382
"confirm": "确认新邮箱",
382383
"weekly": "给我发 Quincy 的每周订阅邮件"
383384
},
385+
"socrates": {
386+
"p1": "Socrates",
387+
"p2": "Offers tailored hints based on your input in workshops. You can turn this off at any time."
388+
},
384389
"honesty": {
385390
"p1": "申请认证前,你必须先接受我们的《学术诚信条例》,即:",
386391
"p2": "\"我理解剽窃意味着抄袭他人的作品,将其作为自己的作品来提交,且不明确注明原作者。\"",
@@ -533,6 +538,18 @@
533538
"syntax-error": "你的代码在任何测试运行之前就出现了错误。请修复后重试。",
534539
"indentation-error": "你的代码存在缩进错误。你可能需要在新行中添加 <code>pass</code> 以形成一个有效的代码块。",
535540
"sign-in-save": "登录以保存你的学习进度",
541+
"hints-used-today": "hints used today",
542+
"socrates-not-enabled": "Socrates is not enabled for your account.",
543+
"socrates-check-code-first": "Check your code before asking Socrates for a hint.",
544+
"socrates-code-passes": "Congratulations, your code passes! Press submit and continue to the next challenge.",
545+
"socrates-write-code-first": "Please write some code before asking Socrates for a hint.",
546+
"socrates-generic-error": "Something went wrong while asking Socrates. Please try again.",
547+
"socrates-no-access": "You do not have access to Socrates.",
548+
"socrates-daily-limit": "You have reached the daily hint limit. Please try again tomorrow.",
549+
"socrates-rate-limit": "You have reached the hint limit. Please wait a moment before trying again.",
550+
"socrates-unable-to-generate": "Socrates was unable to generate a hint. Please try again.",
551+
"socrates-unavailable": "Socrates is temporarily unavailable. Please try again later.",
552+
"socrates-invalid-request": "Something went wrong with your request. Please try again.",
536553
"download-solution": "下载我的解决方案",
537554
"download-results": "下载我的结果",
538555
"percent-complete": "完成 {{percent}}%",
@@ -899,8 +916,8 @@
899916
"search": {
900917
"label": "搜索",
901918
"placeholder": {
902-
"default": "搜索我们的文章、教程和书籍",
903-
"numbered": "搜索 {{ roundedTotalRecords }}+ 文章、教程和书籍"
919+
"default": "Search our books and courses",
920+
"numbered": "Search {{ roundedTotalRecords }}+ of our books and courses"
904921
},
905922
"see-results": "查看 {{searchQuery}} 的所有结果",
906923
"try": "想要搜索信息?试试使用页面上的搜索框。",
@@ -1037,6 +1054,7 @@
10371054
"updated-themes": "我们已更新你的主题",
10381055
"keyboard-shortcut-updated": "我们已更新你的键盘快捷键设置",
10391056
"subscribe-to-quincy-updated": "我们已更新你对 Quincy 的电子邮件的订阅",
1057+
"socrates-updated": "We have updated your Socrates settings",
10401058
"portfolio-item-updated": "我们已更新你的作品集",
10411059
"experience-updated": "我们已更新你的经历",
10421060
"email-invalid": "邮箱格式无效",

client/i18n/locales/espanol/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6203,6 +6203,12 @@
62036203
"En estas lecciones, aprenderás qué es TypeScript y cómo usarlo."
62046204
]
62056205
},
6206+
"workshop-type-safe-user-profile": {
6207+
"title": "Build a Type Safe User Profile",
6208+
"intro": [
6209+
"In this workshop, you will practice working with type annotations, array types, object types and more by building out a user profile."
6210+
]
6211+
},
62066212
"lecture-understanding-type-composition": {
62076213
"title": "Understanding Type Composition",
62086214
"intro": [

client/i18n/locales/espanol/translations.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"command-enter": "⌘ + Enter",
6767
"ctrl-enter": "Ctrl + Enter",
6868
"reset": "Restablecer",
69+
"ask-socrates": "Ask Socrates (beta)",
6970
"reset-step": "Restablecer este paso",
7071
"help": "Ayuda",
7172
"get-help": "Obtener ayuda",
@@ -381,6 +382,10 @@
381382
"confirm": "Confirmar nuevo correo electrónico",
382383
"weekly": "Envíame el correo electrónico semanal de Quincy"
383384
},
385+
"socrates": {
386+
"p1": "Socrates",
387+
"p2": "Offers tailored hints based on your input in workshops. You can turn this off at any time."
388+
},
384389
"honesty": {
385390
"p1": "Antes de que puedas solicitar una certificación verificada, debes aceptar nuestro Compromiso de Honestidad Académica, que dice:",
386391
"p2": "\"Entiendo que el plagio significa copiar el trabajo de otra persona y presentar el trabajo como si fuera el mío, sin atribuir claramente al autor original.\"",
@@ -533,6 +538,18 @@
533538
"syntax-error": "Tu código provocó un error antes de que se pudieran ejecutar las pruebas. Por favor, corrígelo y vuelve a intentarlo.",
534539
"indentation-error": "Tu código tiene un error de identación. Puede que necesites añadir <code>pass</code> en una nueva línea para formar un bloque de código válido.",
535540
"sign-in-save": "Inicia sesión para guardar tu progreso",
541+
"hints-used-today": "hints used today",
542+
"socrates-not-enabled": "Socrates is not enabled for your account.",
543+
"socrates-check-code-first": "Check your code before asking Socrates for a hint.",
544+
"socrates-code-passes": "Congratulations, your code passes! Press submit and continue to the next challenge.",
545+
"socrates-write-code-first": "Please write some code before asking Socrates for a hint.",
546+
"socrates-generic-error": "Something went wrong while asking Socrates. Please try again.",
547+
"socrates-no-access": "You do not have access to Socrates.",
548+
"socrates-daily-limit": "You have reached the daily hint limit. Please try again tomorrow.",
549+
"socrates-rate-limit": "You have reached the hint limit. Please wait a moment before trying again.",
550+
"socrates-unable-to-generate": "Socrates was unable to generate a hint. Please try again.",
551+
"socrates-unavailable": "Socrates is temporarily unavailable. Please try again later.",
552+
"socrates-invalid-request": "Something went wrong with your request. Please try again.",
536553
"download-solution": "Descargar mi solución",
537554
"download-results": "Descargar mis resultados",
538555
"percent-complete": "{{percent}}% completo",
@@ -899,8 +916,8 @@
899916
"search": {
900917
"label": "Buscar",
901918
"placeholder": {
902-
"default": "Busca en nuestros artículos de noticias, tutoriales y libros",
903-
"numbered": "Busca en más de {{ roundedTotalRecords }} artículos de noticias, tutoriales y libros"
919+
"default": "Search our books and courses",
920+
"numbered": "Search {{ roundedTotalRecords }}+ of our books and courses"
904921
},
905922
"see-results": "Ver todos los resultados de {{searchQuery}}",
906923
"try": "¿Buscando algo? Prueba la barra de búsqueda en esta página.",
@@ -1037,6 +1054,7 @@
10371054
"updated-themes": "Hemos actualizado su tema",
10381055
"keyboard-shortcut-updated": "Hemos actualizado la configuración de los atajos de teclado",
10391056
"subscribe-to-quincy-updated": "Hemos actualizado tu suscripción al correo electrónico de Quincy",
1057+
"socrates-updated": "We have updated your Socrates settings",
10401058
"portfolio-item-updated": "Hemos actualizado tu portafolio",
10411059
"experience-updated": "Hemos actualizado tu experiencia",
10421060
"email-invalid": "El formato del correo electrónico no es válido",

client/i18n/locales/german/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6181,6 +6181,12 @@
61816181
"In these lessons, you will learn what TypeScript is and how to use it."
61826182
]
61836183
},
6184+
"workshop-type-safe-user-profile": {
6185+
"title": "Build a Type Safe User Profile",
6186+
"intro": [
6187+
"In this workshop, you will practice working with type annotations, array types, object types and more by building out a user profile."
6188+
]
6189+
},
61846190
"lecture-understanding-type-composition": {
61856191
"title": "Understanding Type Composition",
61866192
"intro": [

client/i18n/locales/german/translations.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"command-enter": "⌘ + Enter",
6767
"ctrl-enter": "Ctrl + Eingabe\n",
6868
"reset": "Zurücksetzen",
69+
"ask-socrates": "Ask Socrates (beta)",
6970
"reset-step": "Diesen Schritt zurücksetzen",
7071
"help": "Hilfe",
7172
"get-help": "Hilfe bekommen",
@@ -381,6 +382,10 @@
381382
"confirm": "Neue E-Mail bestätigen",
382383
"weekly": "Sende mir die wöchentliche E-Mail von Quincy (Gründer)"
383384
},
385+
"socrates": {
386+
"p1": "Socrates",
387+
"p2": "Offers tailored hints based on your input in workshops. You can turn this off at any time."
388+
},
384389
"honesty": {
385390
"p1": "Bevor du ein bestätigtes Zertifikat beanspruchen kannst, musst du unsere akademische Ehrlichkeitserklärung akzeptieren. Sie lautet:",
386391
"p2": "\"Ich verstehe, dass Plagiarismus bedeutet, das Werk eines anderen zu kopieren und das Werk so zu präsentieren, als wäre es mein eigenes, ohne den Originalautor eindeutig anzugeben.\"",
@@ -533,6 +538,18 @@
533538
"syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.",
534539
"indentation-error": "Your code has an indentation error. You may need to add <code>pass</code> on a new line to form a valid block of code.",
535540
"sign-in-save": "Melde dich an, um deinen Fortschritt zu speichern",
541+
"hints-used-today": "hints used today",
542+
"socrates-not-enabled": "Socrates is not enabled for your account.",
543+
"socrates-check-code-first": "Check your code before asking Socrates for a hint.",
544+
"socrates-code-passes": "Congratulations, your code passes! Press submit and continue to the next challenge.",
545+
"socrates-write-code-first": "Please write some code before asking Socrates for a hint.",
546+
"socrates-generic-error": "Something went wrong while asking Socrates. Please try again.",
547+
"socrates-no-access": "You do not have access to Socrates.",
548+
"socrates-daily-limit": "You have reached the daily hint limit. Please try again tomorrow.",
549+
"socrates-rate-limit": "You have reached the hint limit. Please wait a moment before trying again.",
550+
"socrates-unable-to-generate": "Socrates was unable to generate a hint. Please try again.",
551+
"socrates-unavailable": "Socrates is temporarily unavailable. Please try again later.",
552+
"socrates-invalid-request": "Something went wrong with your request. Please try again.",
536553
"download-solution": "Meine Lösung herunterladen",
537554
"download-results": "Download my results",
538555
"percent-complete": "{{percent}}% abgeschlossen",
@@ -899,8 +916,8 @@
899916
"search": {
900917
"label": "Suchen",
901918
"placeholder": {
902-
"default": "Search our news articles, tutorials, and books",
903-
"numbered": "Search {{ roundedTotalRecords }}+ news articles, tutorials, and books"
919+
"default": "Search our books and courses",
920+
"numbered": "Search {{ roundedTotalRecords }}+ of our books and courses"
904921
},
905922
"see-results": "Alle Ergebnisse für {{searchQuery}} ansehen",
906923
"try": "Suchst du nach etwas? Versuche es mit der Suchleiste auf dieser Seite.",
@@ -1037,6 +1054,7 @@
10371054
"updated-themes": "We have updated your theme",
10381055
"keyboard-shortcut-updated": "We have updated your keyboard shortcuts settings",
10391056
"subscribe-to-quincy-updated": "We have updated your subscription to Quincy's email",
1057+
"socrates-updated": "We have updated your Socrates settings",
10401058
"portfolio-item-updated": "We have updated your portfolio",
10411059
"experience-updated": "We have updated your experience",
10421060
"email-invalid": "E-Mail-Format ist ungültig",

client/i18n/locales/italian/intro.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6181,6 +6181,12 @@
61816181
"In these lessons, you will learn what TypeScript is and how to use it."
61826182
]
61836183
},
6184+
"workshop-type-safe-user-profile": {
6185+
"title": "Build a Type Safe User Profile",
6186+
"intro": [
6187+
"In this workshop, you will practice working with type annotations, array types, object types and more by building out a user profile."
6188+
]
6189+
},
61846190
"lecture-understanding-type-composition": {
61856191
"title": "Understanding Type Composition",
61866192
"intro": [

client/i18n/locales/italian/translations.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"command-enter": "⌘ + Enter",
6767
"ctrl-enter": "Ctrl + Enter",
6868
"reset": "Resetta",
69+
"ask-socrates": "Ask Socrates (beta)",
6970
"reset-step": "Resetta questo step",
7071
"help": "Guida",
7172
"get-help": "Ottieni Aiuto",
@@ -381,6 +382,10 @@
381382
"confirm": "Conferma nuova Email",
382383
"weekly": "Inviami l'email settimanale di Quincy"
383384
},
385+
"socrates": {
386+
"p1": "Socrates",
387+
"p2": "Offers tailored hints based on your input in workshops. You can turn this off at any time."
388+
},
384389
"honesty": {
385390
"p1": "Prima di poter richiedere una certificazione verificata, è necessario accettare la nostra Politica di Onestà Accademica, che recita:",
386391
"p2": "\"Capisco che il plagio significa copiare il lavoro di qualcun altro e presentare il lavoro come se fosse mio, senza attribuirlo chiaramente all'autore originale.\"",
@@ -533,6 +538,18 @@
533538
"syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.",
534539
"indentation-error": "Your code has an indentation error. You may need to add <code>pass</code> on a new line to form a valid block of code.",
535540
"sign-in-save": "Accedi per salvare i tuoi progressi",
541+
"hints-used-today": "hints used today",
542+
"socrates-not-enabled": "Socrates is not enabled for your account.",
543+
"socrates-check-code-first": "Check your code before asking Socrates for a hint.",
544+
"socrates-code-passes": "Congratulations, your code passes! Press submit and continue to the next challenge.",
545+
"socrates-write-code-first": "Please write some code before asking Socrates for a hint.",
546+
"socrates-generic-error": "Something went wrong while asking Socrates. Please try again.",
547+
"socrates-no-access": "You do not have access to Socrates.",
548+
"socrates-daily-limit": "You have reached the daily hint limit. Please try again tomorrow.",
549+
"socrates-rate-limit": "You have reached the hint limit. Please wait a moment before trying again.",
550+
"socrates-unable-to-generate": "Socrates was unable to generate a hint. Please try again.",
551+
"socrates-unavailable": "Socrates is temporarily unavailable. Please try again later.",
552+
"socrates-invalid-request": "Something went wrong with your request. Please try again.",
536553
"download-solution": "Scarica la mia soluzione",
537554
"download-results": "Scarica i miei risultati",
538555
"percent-complete": "{{percent}}% completato",
@@ -899,8 +916,8 @@
899916
"search": {
900917
"label": "Cerca",
901918
"placeholder": {
902-
"default": "Search our news articles, tutorials, and books",
903-
"numbered": "Search {{ roundedTotalRecords }}+ news articles, tutorials, and books"
919+
"default": "Search our books and courses",
920+
"numbered": "Search {{ roundedTotalRecords }}+ of our books and courses"
904921
},
905922
"see-results": "Vedi tutti i risultati per {{searchQuery}}",
906923
"try": "Cerchi qualcosa? Prova la barra di ricerca su questa pagina.",
@@ -1037,6 +1054,7 @@
10371054
"updated-themes": "Abbiamo aggiornato il tuo tema",
10381055
"keyboard-shortcut-updated": "Abbiamo aggiornato le impostazioni delle scorciatoie da tastiera",
10391056
"subscribe-to-quincy-updated": "Abbiamo aggiornato la tua iscrizione all'email di Quincy",
1057+
"socrates-updated": "We have updated your Socrates settings",
10401058
"portfolio-item-updated": "Abbiamo aggiornato il tuo portfolio",
10411059
"experience-updated": "We have updated your experience",
10421060
"email-invalid": "Formato email non valido",

0 commit comments

Comments
 (0)