chore(i18n,client): processed translations (#55206)

This commit is contained in:
freeCodeCamp's Camper Bot
2024-06-17 08:54:41 -05:00
committed by GitHub
parent 8b52bf6aa2
commit ee2f1c12a2
22 changed files with 178 additions and 79 deletions

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "أرسل وانتقل إلى التحدي التالي",
"congratulations": "تهانينا، نجح كودك. قدّم كودك للمتابعة.",
"i-completed": "لقد أكملت هذا التحدي",
"example-code": "Example Code",
"test-output": "ستكون مخرجات اختبارك هنا",
"running-tests": "// جاري تشغيل الاختبارات",
"tests-completed": "// الاختبارات اكتملت",
@@ -574,6 +575,7 @@
"other-ways": "فيما يلي العديد من <0>الطرق الأخرى الذي يمكنك بها دعم مهمتنا الخيرية</0>.",
"if-support-further": "If you want to support our charity further, please consider <0>making a one-time donation</0>, <1>sending us a check</1>, or <2>learning about other ways you could support our charity.</2>",
"failed-pay": "أوه - أوه. يبدو أن معاملتك لم تمر. هل يمكنك المحاولة مرة أخرى؟",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "الرجاء المحاولة مرة أخرى.",
"card-number": "رقم البطاقة الخاص بك:",
"expiration": "تاريخ انتهاء الصلاحية:",
@@ -668,7 +670,8 @@
"see-results": "عرض جميع النتائج لـ {{searchQuery}}",
"no-tutorials": "لا توجد دروس",
"try": "هل تبحث عن شيء ما؟ جرب شريط البحث في هذه الصفحة.",
"no-results": "لم نتمكن من العثور على أي شيء يتعلق بـ <0>{{query}}</0>"
"no-results": "لم نتمكن من العثور على أي شيء يتعلق بـ <0>{{query}}</0>",
"result-list": "Search results"
},
"misc": {
"offline": "يبدو أنك غير متصل بالإنترنت، قد لا يتم حفظ تقدمك",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "للمطالبة بشهادة، يجب عليك أولاً الموافقة على سياسة للصدق الأكاديمي",
"really-weird": "حدث شيء غريب حقاً، إذا حدث مرة أخرى، يرجى النظر في الإبلاغ عنها على https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "يبدو ان هناك خطأ ما. لقد تم إنشاء تقرير وتم إخطار فريق freeCodeCamp.org",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "حدث خطأ ما، الرجاء التحقق والمحاولة مرة أخرى",
"account-deleted": "تم حذف حسابك بنجاح",
"progress-reset": "تم إعادة تقدمك ألى حالته الأولية",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}، لقد حصلت بنجاح علي شهادة {{name}}! تهانينا بالنيابة عن فريق freeCodeCamp.org!",
"wrong-name": "حدث خطأ ما في التحقق من {{name}}، يرجى المحاولة مرة أخرى. إذا استمريت في تلقي هذا الخطأ، يمكنك إرسال رسالة إلى support@freeCodeCamp.org للحصول على المساعدة.",
"error-claiming": "خطأ في المطالبة بـ {{certName}}",
"refresh-needed": "يمكنك استخدام زر PaymentRequest مرة واحدة فقط. قم بتحديث الصفحة للبدء من جديد.",
"username-not-found": "لم نتمكن من العثور على مستخدم باسم المستخدم \"{{username}}\"",
"add-name": "يحتاج هذا المستخدم إلى إضافة اسمه إلى حسابه حتى يتمكن الآخرون من مشاهدة شهاداته.",
"not-eligible": "هذا المستخدم غير مؤهل للحصول على شهادات freeCodeCamp.org في هذا الوقت.",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "提交併訪問下一個挑戰",
"congratulations": "恭喜,你的代碼已通過。請提交你的代碼以繼續。",
"i-completed": "我已經完成這個挑戰",
"example-code": "Example Code",
"test-output": "你的測試輸出將在這裏顯示",
"running-tests": "// 運行測試",
"tests-completed": "// 測試完成",
@@ -574,6 +575,7 @@
"other-ways": "有許多<0>其他方式可以支持我們的慈善組織踐行使命</0>.",
"if-support-further": "如果你想進一步支持我們的慈善組織,可以考慮<0>一次性捐款</0>、<1>向我們發送支票</1>或<2>瞭解支持我們慈善組織的其他方式。</2>",
"failed-pay": "呃,你的轉賬似乎沒有成功,再試一次好嗎?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "請重試。",
"card-number": "你的卡號:",
"expiration": "到期日:",
@@ -668,7 +670,8 @@
"see-results": "查看 {{searchQuery}} 的所有結果",
"no-tutorials": "未找到教程",
"try": "想要搜索信息?試試使用頁面上的搜索框。",
"no-results": "我們未找到關於 <0>{{query}}</0> 的任何信息"
"no-results": "我們未找到關於 <0>{{query}}</0> 的任何信息",
"result-list": "Search results"
},
"misc": {
"offline": "你已離線,學習進度可能不會被保存",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "在申請認證前,你必須先同意我們的《學術誠信條例》",
"really-weird": "出現了一些奇怪的情況。如果再出現這種情況,請考慮在 https://github.com/freeCodeCamp/freeCodeCamp/issues/new 提交 issue。",
"not-right": "有些不對勁。已生成報告,通知 freeCodeCamp.org 團隊。",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "出了點問題,請檢查並重試。",
"account-deleted": "你的賬戶已被成功刪除",
"progress-reset": "你的進度已被重置",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}},你已成功申請 {{name}} 認證!代表 freeCodeCamp.org 團隊恭喜你!",
"wrong-name": "{{name}} 驗證有點問題,請重試。如果你繼續收到這個錯誤提示,你可以發郵件至 support@freeCodeCamp.org獲得幫助",
"error-claiming": "申請 {{certName}} 認證出錯",
"refresh-needed": "你只能點擊一次付款請求按鈕。如需重來請刷新頁面。",
"username-not-found": "我們未找到用戶名爲 \"{{username}}\" 的用戶",
"add-name": "這個用戶需要在賬戶中添加名字,以便其他人查看該用戶的認證。",
"not-eligible": "這個用戶目前不符合 freeCodeCamp.org 認證的條件。",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "提交并访问下一个挑战",
"congratulations": "恭喜,你的代码已通过。请提交你的代码以继续。",
"i-completed": "我已经完成这个挑战",
"example-code": "Example Code",
"test-output": "你的测试输出将在这里显示",
"running-tests": "// 运行测试",
"tests-completed": "// 测试完成",
@@ -574,6 +575,7 @@
"other-ways": "有许多<0>其他方式可以支持我们的慈善组织践行使命</0>.",
"if-support-further": "如果你想进一步支持我们的慈善组织,可以考虑<0>一次性捐款</0>、<1>向我们发送支票</1>或<2>了解支持我们慈善组织的其他方式。</2>",
"failed-pay": "呃,你的转账似乎没有成功,再试一次好吗?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "请重试。",
"card-number": "你的卡号:",
"expiration": "到期日:",
@@ -668,7 +670,8 @@
"see-results": "查看 {{searchQuery}} 的所有结果",
"no-tutorials": "未找到教程",
"try": "想要搜索信息?试试使用页面上的搜索框。",
"no-results": "我们未找到关于 <0>{{query}}</0> 的任何信息"
"no-results": "我们未找到关于 <0>{{query}}</0> 的任何信息",
"result-list": "Search results"
},
"misc": {
"offline": "你已离线,学习进度可能不会被保存",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "在申请认证前,你必须先同意我们的《学术诚信条例》",
"really-weird": "出现了一些奇怪的情况。如果再出现这种情况,请考虑在 https://github.com/freeCodeCamp/freeCodeCamp/issues/new 提交 issue。",
"not-right": "有些不对劲。已生成报告,通知 freeCodeCamp.org 团队。",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "出了点问题,请检查并重试。",
"account-deleted": "你的账户已被成功删除",
"progress-reset": "你的进度已被重置",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}},你已成功申请 {{name}} 认证!代表 freeCodeCamp.org 团队恭喜你!",
"wrong-name": "{{name}} 验证有点问题,请重试。如果你继续收到这个错误提示,你可以发邮件至 support@freeCodeCamp.org获得帮助",
"error-claiming": "申请 {{certName}} 认证出错",
"refresh-needed": "你只能点击一次付款请求按钮。如需重来请刷新页面。",
"username-not-found": "我们未找到用户名为 \"{{username}}\" 的用户",
"add-name": "这个用户需要在账户中添加名字,以便其他人查看该用户的认证。",
"not-eligible": "这个用户目前不符合 freeCodeCamp.org 认证的条件。",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Enviar y pasar a mi siguiente desafío",
"congratulations": "Felicidades, tu código ha sido aprobado. Envía tu código para continuar.",
"i-completed": "He completado este desafío",
"example-code": "Example Code",
"test-output": "El resultado de tu prueba irá aquí",
"running-tests": "// ejecutando pruebas",
"tests-completed": "// pruebas completadas",
@@ -574,6 +575,7 @@
"other-ways": "Aquí hay muchas <0>otras formas de apoyar la misión de nuestra organización benéfica</0>.",
"if-support-further": "If you want to support our charity further, please consider <0>making a one-time donation</0>, <1>sending us a check</1>, or <2>learning about other ways you could support our charity.</2>",
"failed-pay": "Oh no. Parece que tu transacción no se realizó. ¿Podrías intentarlo de nuevo?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Por favor, intenta de nuevo.",
"card-number": "Tu número de tarjeta:",
"expiration": "Fecha de vencimiento:",
@@ -668,7 +670,8 @@
"see-results": "Ver todos los resultados de {{searchQuery}}",
"no-tutorials": "No se encontraron tutoriales",
"try": "¿Buscando algo? Prueba la barra de búsqueda en esta página.",
"no-results": "No pudimos encontrar nada relacionado con <0>{{query}}</0>"
"no-results": "No pudimos encontrar nada relacionado con <0>{{query}}</0>",
"result-list": "Search results"
},
"misc": {
"offline": "Parece que no estás conectado, es posible que tu progreso no se guarde",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "To claim a certification, you must first agree to our academic honesty policy",
"really-weird": "Sucedió algo realmente extraño. Si vuelve a ocurrir, considera hacer un reporte del problema en https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "Algo no está bien. Se ha generado un informe y se ha notificado al equipo de freeCodeCamp.org",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "Algo salió mal, verifica e intenta nuevamente",
"account-deleted": "Tu cuenta ha sido eliminada con éxito",
"progress-reset": "Tu progreso se ha restablecido",
@@ -785,7 +788,6 @@
"cert-claim-success": "¡@{{username}}, has reclamado con éxito la certificación {{name}}! ¡Felicitaciones en nombre del equipo de freeCodeCamp.org!",
"wrong-name": "Se produjo un error con la verificación de {{name}}. Por favor, inténtalo de nuevo. Si continúas recibiendo este error, puedes enviar un mensaje a support@freeCodeCamp.org para obtener ayuda.",
"error-claiming": "Error al reclamar {{certName}}",
"refresh-needed": "Solamente puedes utilizar el botón de Pago una vez. Actualiza la página para empezar de nuevo.",
"username-not-found": "No pudimos encontrar un usuario con el nombre de usuario \"{{username}}\"",
"add-name": "Este usuario debe agregar su nombre a su cuenta para que otros puedan ver su certificación.",
"not-eligible": "Este usuario no es elegible para las certificaciones de freeCodeCamp.org en este momento.",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Absenden und zur nächsten Herausforderung gehen",
"congratulations": "Glückwunsch, dein Code hat bestanden. Sende deinen Code ein, um fortzufahren.",
"i-completed": "Ich habe diese Herausforderung abgeschlossen",
"example-code": "Example Code",
"test-output": "Deine Testergebnisse werden hier erscheinen",
"running-tests": "// Tests werden durchgeführt",
"tests-completed": "// Tests abgeschlossen",
@@ -574,6 +575,7 @@
"other-ways": "Here are many <0>other ways you can support our charity's mission</0>.",
"if-support-further": "If you want to support our charity further, please consider <0>making a one-time donation</0>, <1>sending us a check</1>, or <2>learning about other ways you could support our charity.</2>",
"failed-pay": "Oh - oh. Es sieht so aus, als ob deine Transaktion nicht durchgeführt werden konnte. Kannst du es bitte noch einmal versuchen?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Bitte versuche es erneut.",
"card-number": "Deine Kartennummer:",
"expiration": "Ablaufdatum:",
@@ -668,7 +670,8 @@
"see-results": "Alle Ergebnisse für {{searchQuery}} ansehen",
"no-tutorials": "Keine Tutorials gefunden",
"try": "Suchst du nach etwas? Versuche es mit der Suchleiste auf dieser Seite.",
"no-results": "Wir konnten nichts in Verbindung mit <0>{{query}}</0> finden"
"no-results": "Wir konnten nichts in Verbindung mit <0>{{query}}</0> finden",
"result-list": "Search results"
},
"misc": {
"offline": "Du scheinst offline zu sein, dein Fortschritt wird möglicherweise nicht gespeichert",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "To claim a certification, you must first agree to our academic honesty policy",
"really-weird": "Etwas wirklich Seltsames ist passiert. Wenn es wieder passiert, erwäge bitte, einen Fehler auf https://github.com/freeCodeCamp/freeCodeCamp/issues/new zu melden.",
"not-right": "Irgendetwas ist nicht in Ordnung. Es wurde ein Bericht erstellt und das freeCodeCamp.org Team wurde benachrichtigt",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "Etwas ist schief gelaufen, bitte überprüfe und versuche es erneut",
"account-deleted": "Dein Konto wurde erfolgreich gelöscht",
"progress-reset": "Dein Fortschritt wurde zurückgesetzt",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}, du hast erfolgreich die {{name}} Zertifizierung bestanden! Herzlichen Glückwunsch im Namen des freeCodeCamp.org Teams!",
"wrong-name": "Bei der Überprüfung von {{name}} ist etwas schief gelaufen, bitte versuche es erneut. Wenn du weiterhin diesen Fehler erhältst, kannst du eine Nachricht an support@freeCodeCamp.org senden, um Hilfe zu erhalten.",
"error-claiming": "Fehler beim Anfordern von {{certName}}",
"refresh-needed": "Du kannst den Button Zahlungsanforderung nur einmal verwenden. Aktualisiere die Seite, um neu zu beginnen.",
"username-not-found": "Wir konnten keinen Benutzer mit dem Benutzernamen \"{{username}}\" finden",
"add-name": "Dieser Nutzer muss seinen Namen zu seinem Konto hinzufügen, damit andere seine Zertifizierungen sehen können.",
"not-eligible": "Dieser Benutzer ist zu diesem Zeitpunkt nicht für freeCodeCamp.org-Zertifizierungen berechtigt.",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Invia e vai alla prossima sfida",
"congratulations": "Congratulazioni, hai superato i test. Invia in tuo codice per continuare.",
"i-completed": "Ho completato questa sfida",
"example-code": "Example Code",
"test-output": "Il risultato del tuo test andrà qui",
"running-tests": "// test in corso",
"tests-completed": "// test completati",
@@ -574,6 +575,7 @@
"other-ways": "Qui ci sono molti <0>altri modi per supportare la missione del nostro ente di beneficenza</0>.",
"if-support-further": "If you want to support our charity further, please consider <0>making a one-time donation</0>, <1>sending us a check</1>, or <2>learning about other ways you could support our charity.</2>",
"failed-pay": "Uh - oh. Sembra che la tua transazione non sia passata. Potresti riprovare?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Per favore riprova.",
"card-number": "Numero della tua Carta:",
"expiration": "Data di scadenza:",
@@ -668,7 +670,8 @@
"see-results": "Vedi tutti i risultati per {{searchQuery}}",
"no-tutorials": "Nessun tutorial trovato",
"try": "Cerchi qualcosa? Prova la barra di ricerca su questa pagina.",
"no-results": "Non è stato possibile trovare nulla relativo a <0>{{query}}</0>"
"no-results": "Non è stato possibile trovare nulla relativo a <0>{{query}}</0>",
"result-list": "Search results"
},
"misc": {
"offline": "Sembra che tu sia offline, i tuoi progressi potrebbero non essere salvati",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "Per richiedere una certificazione, è necessario prima accettare la nostra politica di onestà accademica",
"really-weird": "È successo qualcosa di veramente strano, se succede di nuovo, ti preghiamo di considerare di sollevare un problema su https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "Qualcosa non è del tutto giusto. Un rapporto è stato generato e il team freeCodeCamp.org è stato avvisato",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "Qualcosa è andato storto, controlla e riprova",
"account-deleted": "Il tuo account è stato eliminato correttamente",
"progress-reset": "I tuoi progressi sono stati resettati",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}, hai richiesto con successo la Certificazione {{name}} ! Congratulazioni per conto del team freeCodeCamp.org!",
"wrong-name": "Qualcosa è andato storto con la verifica di {{name}}, per favore riprova. Se continui a ricevere questo errore, puoi inviare un messaggio a support@freeCodeCamp.org per ricevere aiuto.",
"error-claiming": "Errore nel richiedere {{certName}}",
"refresh-needed": "Puoi usare il pulsante PaymentRequest solo una volta. Ricarica la pagina per reiniziare.",
"username-not-found": "Non siamo riusciti a trovare un utente con il nome utente \"{{username}}\"",
"add-name": "Questo utente deve aggiungere il proprio nome al proprio account affinché gli altri possano visualizzare la sua certificazione.",
"not-eligible": "Questo utente non è idoneo per le certificazioni freeCodeCamp.org al momento.",

View File

@@ -388,7 +388,7 @@
]
},
"learn-fetch-and-promises-by-building-an-fcc-authors-page": {
"title": "フェッチとプロミスの学習: freeCodeCamp 著者ページを作成する",
"title": "フェッチとプロミスの学習: freeCodeCamp 著者一覧ページを作成する",
"intro": [
"One common aspect of web development is learning how to fetch data from an external API, then work with asynchronous JavaScript.",
"This freeCodeCamp authors page project will show you how to use the fetch method, then dynamically update the DOM to display the fetched data.",
@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "提出して次のチャレンジに進む",
"congratulations": "おめでとうございます、合格です。次に進むにはコードを提出してください。",
"i-completed": "このチャレンジを完了しました",
"example-code": "コード例",
"test-output": "テストの結果はこちらに表示されます",
"running-tests": "// テストを実行中です",
"tests-completed": "// テストが完了しました",
@@ -574,6 +575,7 @@
"other-ways": "<0>当団体の使命を支援する方法</0> は他にも多数ございます。",
"if-support-further": "当チャリティーに更なるご支援をいただけるのであれば、<0>1 回ごとの寄付</0>、<1>小切手の送付</1>、<2>その他さまざまな支援方法</2>がございますのでご検討ください。",
"failed-pay": "処理が完了しませんでした。再度お試しください。",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "再試行してください。",
"card-number": "カード番号:",
"expiration": "有効期限:",
@@ -668,11 +670,12 @@
"see-results": "{{searchQuery}} のすべての結果を見る",
"no-tutorials": "投稿が見つかりませんでした",
"try": "何かお探しですか?このページの検索バーを試してみてください。",
"no-results": "<0>{{query}}</0> に関するものは見つかりませんでした"
"no-results": "<0>{{query}}</0> に関するものは見つかりませんでした",
"result-list": "検索結果"
},
"misc": {
"offline": "オフラインのようです。進捗が保存されない可能性があります。",
"server-offline": "サーバーに接続できないため、進捗が保存されな可能性があります。このメッセージが引き続き表示される場合は <0>support</0> までご連絡ください。",
"server-offline": "サーバーに接続できませんでした。進捗状況が保存されなかった可能性があります。このメッセージが引き続き表示される場合は<0>サポート</0>までご連絡ください。",
"unsubscribed": "購読解除が完了しました",
"keep-coding": "どこへ行っても、コーディングを続けてください!",
"email-signup": "E メールでサインアップ",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "認定証を獲得するには、まず学問的誠実性ポリシーに同意する必要があります。",
"really-weird": "予期しない問題が発生しました。この問題が何度も発生するようであれば、https://github.com/freeCodeCamp/freeCodeCamp/issues/new への Issue 登録をご検討ください。",
"not-right": "問題が発生しました。レポートが生成され、freeCodeCamp.org チームへ通知されました。",
"generic-error": "問題が発生しました。お手数ですが、時間をおいて再度お試しください。エラーが解消されない場合には support@freecodecamp.org までお問い合わせください。",
"went-wrong": "問題が発生しました。ご確認の上もう一度お試しください。",
"account-deleted": "アカウントが正常に削除されました",
"progress-reset": "進行状況がリセットされました",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}} さん、あなたは無事に {{name}} 認定証を獲得しましたfreeCodeCamp.org チームを代表してお祝い申し上げます!",
"wrong-name": "{{name}} の認証に問題が発生しました。もう一度やり直してください。このエラーが引き続き表示される場合は、support@freeCodeCamp.org までお問い合わせください。",
"error-claiming": "{{certName}} の請求エラー",
"refresh-needed": "支払いリクエストボタンは一度しか使用できません。ページを更新してやり直してください。",
"username-not-found": "ユーザー名 \"{{username}}\" のユーザーが見つかりませんでした",
"add-name": "他のユーザーが認定証を閲覧できるようにするには、このユーザーは自分の名前を自分のアカウントに追加する必要があります。",
"not-eligible": "現在、このユーザーは freeCodeCamp.org 認定証に不適格となっています。",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Submit and go to my next challenge",
"congratulations": "Congratulations, your code passes. Submit your code to continue.",
"i-completed": "I've completed this challenge",
"example-code": "Example Code",
"test-output": "Your test output will go here",
"running-tests": "// running tests",
"tests-completed": "// tests completed",
@@ -574,6 +575,7 @@
"other-ways": "Here are many <0>other ways you can support our charity's mission</0>.",
"if-support-further": "If you want to support our charity further, please consider <0>making a one-time donation</0>, <1>sending us a check</1>, or <2>learning about other ways you could support our charity.</2>",
"failed-pay": "Uh - oh. It looks like your transaction didn't go through. Could you please try again?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Please try again.",
"card-number": "Your Card Number:",
"expiration": "Expiration Date:",
@@ -668,7 +670,8 @@
"see-results": "See all results for {{searchQuery}}",
"no-tutorials": "No tutorials found",
"try": "Looking for something? Try the search bar on this page.",
"no-results": "We could not find anything relating to <0>{{query}}</0>"
"no-results": "We could not find anything relating to <0>{{query}}</0>",
"result-list": "Search results"
},
"misc": {
"offline": "You appear to be offline, your progress may not be saved",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "To claim a certification, you must first agree to our academic honesty policy",
"really-weird": "Something really weird happened, if it happens again, please consider raising an issue on https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "Something is not quite right. A report has been generated and the freeCodeCamp.org team have been notified",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "Something went wrong, please check and try again",
"account-deleted": "Your account has been successfully deleted",
"progress-reset": "Your progress has been reset",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}, you have successfully claimed the {{name}} Certification! Congratulations on behalf of the freeCodeCamp.org team!",
"wrong-name": "Something went wrong with the verification of {{name}}, please try again. If you continue to receive this error, you can send a message to support@freeCodeCamp.org to get help.",
"error-claiming": "Error claiming {{certName}}",
"refresh-needed": "You can only use the PaymentRequest button once. Refresh the page to start over.",
"username-not-found": "We could not find a user with the username \"{{username}}\"",
"add-name": "This user needs to add their name to their account in order for others to be able to view their certification.",
"not-eligible": "This user is not eligible for freeCodeCamp.org certifications at this time.",

View File

@@ -362,7 +362,7 @@
"intro": [
"A programação funcional é uma abordagem popular para desenvolvimento de software. Na programação funcional, os desenvolvedores organizam o código em funções menores, então combinam essas funções para criar programas complexos.",
"Nesse projeto de aplicação de planilha, você aprenderá sobre análise e avaliação de expressões matemáticas, implementando funções de planilha, manipulando referências de células e criando interfaces da web interativas. Você aprenderá como atualizar dinamicamente a página baseada na entrada do usuário.",
"This project will cover concepts like the <code>map()</code>, <code>find()</code>, and <code>includes()</code> methods and the <code>parseInt()</code> function."
"Este projeto abrangerá conceitos como os métodos <code>map()</code>, <code>find()</code> e <code>includes()</code> e a função <code>parseInt()</code>."
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
@@ -884,11 +884,18 @@
"Este é um dos projetos necessários para obter a certificação."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"learn-special-methods-by-building-a-vector-space": {
"title": "Aprenda métodos especiais criando um espaço vetorial",
"intro": [
"Encapsulation is a core OOP principle based on writing code that limits direct access to data.",
"In this project, you'll discover new concepts related to encapsulation, such as getters, setters, and name mangling, and you'll use them together with what you already learned to create a program that calculates a projectile trajectory."
"Os métodos especiais do Python são chamados em resposta a operações específicas e permitem que você personalize o comportamento dos objetos de modo detalhado e eficaz.",
"Neste projeto, você vai explorar alguns dos métodos especiais mais comuns enquanto aprende sobre vetores criando um espaço vetorial."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Aprenda encapsulamento criando uma calculadora de trajetória de projéteis",
"intro": [
"Encapsulamento é um princípio fundamental da OOP baseado na escrita de código que limita o acesso direto aos dados.",
"Neste projeto, você descobrirá novos conceitos relacionados ao encapsulamento, como getters, setters e name mangling. Você usará esses conceitos junto com o que você já aprendeu para criar um programa que calcula uma trajetória de projéteis."
]
},
"learn-the-bisection-method-by-finding-the-square-root-of-a-number": {

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Enviar e ir para o meu próximo desafio",
"congratulations": "Parabéns, o código passou. Envie o código para continuar.",
"i-completed": "Já completei este desafio",
"example-code": "Exemplo de código",
"test-output": "O resultado do seu código vai aparecer aqui",
"running-tests": "// executando testes",
"tests-completed": "// testes concluídos",
@@ -574,6 +575,7 @@
"other-ways": "Aqui estão muitas <0>outras maneiras para ajudar a nossa missão beneficente</0>.",
"if-support-further": "Se você quiser continuar apoiando nossa instituição de caridade, considere <0>fazer uma doação única</0>, <1>nos enviar um cheque</1> ou <2>aprender sobre outras formas através das quais você poderia apoiar nossa caridade.</2>",
"failed-pay": "Opa. Parece que a sua transação não funcionou. Você poderia tentar de novo?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Tente novamente.",
"card-number": "Número do seu cartão:",
"expiration": "Data de validade:",
@@ -668,7 +670,8 @@
"see-results": "Ver todos os resultados para {{searchQuery}}",
"no-tutorials": "Nenhum tutorial foi encontrado",
"try": "Procurando algo? Tente a barra de pesquisa nesta página.",
"no-results": "Não conseguimos encontrar nada relacionado a <0>{{query}}</0>"
"no-results": "Não conseguimos encontrar nada relacionado a <0>{{query}}</0>",
"result-list": "Resultados da pesquisa"
},
"misc": {
"offline": "Você parece estar off-line, seu progresso pode não ser salvo",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "Para solicitar uma certificação, você precisa primeiro concordar com nossa política de honestidade acadêmica",
"really-weird": "Algo realmente estranho aconteceu. Se acontecer novamente, considere apresentar um problema pelo endereço https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "Algo não está certo. Um relatório foi gerado e a equipe do freeCodeCamp.org foi notificada",
"generic-error": "Algo deu errado. Tente novamente em instantes ou entre em contato com support@freecodecamp.org, se o erro persistir.",
"went-wrong": "Algo deu errado. Verifique e tente novamente",
"account-deleted": "Sua conta foi excluída com sucesso",
"progress-reset": "Seu progresso foi reiniciado",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}, você solicitou a certificação {{name}} com sucesso! Parabéns em nome da equipe do freeCodeCamp.org!",
"wrong-name": "Algo deu errado com a verificação de {{name}}. Tente novamente. Se continuar a receber este erro, envie uma mensagem para support@freeCodeCamp.org para obter ajuda.",
"error-claiming": "Erro ao solicitar {{certName}}",
"refresh-needed": "Você só pode usar o botão PaymentRequest uma vez. Atualize a página para começar de novo.",
"username-not-found": "Não foi possível encontrar um usuário com o nome de usuário \"{{username}}\"",
"add-name": "Este usuário precisa adicionar seu nome à sua conta para que outros possam visualizar sua certificação.",
"not-eligible": "Este usuário não é elegível para certificações do freeCodeCamp.org no momento.",

View File

@@ -884,6 +884,13 @@
"This is one of the required projects to claim your certification."
]
},
"learn-special-methods-by-building-a-vector-space": {
"title": "Learn Special Methods by Building a Vector Space",
"intro": [
"Python special methods are called in response to specific operations and enable you to customize the behaviour of your objects in a detailed and effective way.",
"In this project, you are going to explore some of the most common special methods while learning about vectors by building a vector space."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"intro": [

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Wasilisha na uende kwa changamoto inayofuata",
"congratulations": "Hongera, code yako imepita. Wasilisha code yako ili kuendelea.",
"i-completed": "Nimemaliza changamoto hii",
"example-code": "Example Code",
"test-output": "Matokeo ya jaribio lako yataenda hapa",
"running-tests": "// kufanya majaribio",
"tests-completed": "// majaribio yamekamilika",
@@ -574,6 +575,7 @@
"other-ways": "Hapa kuna <0>njia zingine nyingi unazoweza kusaidia dhamira yetu ya kutoa msaada</0>.",
"if-support-further": "If you want to support our charity further, please consider <0>making a one-time donation</0>, <1>sending us a check</1>, or <2>learning about other ways you could support our charity.</2>",
"failed-pay": "Uh - oh. Inaonekana muamala wako haukutekelezwa. Je, unaweza kujaribu tena?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Tafadhali jaribu tena.",
"card-number": "Nambari ya Kadi yako:",
"expiration": "Tarehe ya kumalizika muda wake:",
@@ -668,7 +670,8 @@
"see-results": "Tazama matokeo yote ya {{searchQuery}}",
"no-tutorials": "Hakuna mafunzo yaliyopatikana",
"try": "Unatafuta kitu? Jaribu upau wa kutafutia kwenye ukurasa huu.",
"no-results": "Hatukuweza kupata chochote kinachohusiana na <0>{{query}}</0>"
"no-results": "Hatukuweza kupata chochote kinachohusiana na <0>{{query}}</0>",
"result-list": "Search results"
},
"misc": {
"offline": "Unaonekana kuwa nje ya mtandao, huenda maendeleo yako yasihifadhiwe",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "Ili kudai uthibitisho, lazima kwanza ukubali sera yetu ya uaminifu kitaaluma",
"really-weird": "Kitu cha ajabu kilifanyika, ikiwa kitatokea tena, tafadhali zingatia kuibua suala kwenye https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "Kitu si sawa kabisa. Ripoti imetolewa na timu ya freeCodeCamp.org imearifiwa",
"generic-error": "Something went wrong. Please try again in a moment or contact support@freecodecamp.org if the error persists.",
"went-wrong": "Hitilafu fulani imetokea, tafadhali angalia na ujaribu tena",
"account-deleted": "Akaunti yako imefutwa",
"progress-reset": "Maendeleo yako yamewekwa upya",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}, umefanikiwa kudai Cheti cha {{name}}! Hongera kwa niaba ya timu ya freeCodeCamp.org!",
"wrong-name": "Hitilafu fulani imetokea katika uthibitishaji wa {{name}}, tafadhali jaribu tena. Ukiendelea kupokea hitilafu hii, unaweza kutuma ujumbe kwa support@freeCodeCamp.org ili kupata usaidizi.",
"error-claiming": "Hitilafu katika kudai {{certName}}",
"refresh-needed": "Unaweza kutumia kitufe cha PaymentRequest mara moja pekee. Onyesha upya ukurasa ili kuanza upya.",
"username-not-found": "Hatukuweza kupata mtumiaji aliye na jina la mtumiaji \"{{username}}\"",
"add-name": "Mtumiaji huyu anahitaji kuongeza jina lake kwenye akaunti yake ili wengine waweze kuona uthibitishaji wake.",
"not-eligible": "Mtumiaji huyu hastahiki uthibitishaji wa freeCodeCamp.org kwa wakati huu.",

View File

@@ -362,7 +362,7 @@
"intro": [
"Функційне програмування — це популярний підхід до розробки програмного забезпечення. У функційному програмуванні код впорядкований у менші функції, які можна об’єднати для створення складних програм.",
"У цьому проєкті зі створення застосунку з таблицями ви дізнаєтесь про парсинг та обчислення математичних виразів, реалізацію функцій таблиць, обробку посилань на комірки та створення інтерактивних вебінтерфейсів. Ви дізнаєтесь, як динамічно оновити сторінку на основі введення користувача.",
"This project will cover concepts like the <code>map()</code>, <code>find()</code>, and <code>includes()</code> methods and the <code>parseInt()</code> function."
"У цьому проєкті охоплено різні поняття, серед яких методи <code>map()</code>, <code>find()</code> й <code>includes()</code> та функція <code>parseInt()</code>."
]
},
"learn-modern-javascript-methods-by-building-football-team-cards": {
@@ -874,11 +874,18 @@
"title": "Проєкт «Створіть калькулятор вірогідностей»",
"intro": ["Цей проєкт потрібно виконати, щоб отримати сертифікацію."]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Learn Encapsulation by Building a Projectile Trajectory Calculator",
"learn-special-methods-by-building-a-vector-space": {
"title": "Вивчіть спеціальні методи, створивши векторний простір",
"intro": [
"Encapsulation is a core OOP principle based on writing code that limits direct access to data.",
"In this project, you'll discover new concepts related to encapsulation, such as getters, setters, and name mangling, and you'll use them together with what you already learned to create a program that calculates a projectile trajectory."
"Спеціальні методи в Python викликаються у відповідь на конкретні операції та дозволяють налаштувати поведінку об’єктів у деталізований й ефективний спосіб.",
"У цьому проєкті ви дослідите деякі з найпоширеніших спеціальних методів, вивчаючи вектори через створення векторного простору."
]
},
"learn-encapsulation-by-building-a-projectile-trajectory-calculator": {
"title": "Вивчіть інкапсуляцію, створивши калькулятор траєкторії налітної частинки",
"intro": [
"Інкапсуляція — це основний принцип ООП, що базується на написанні коду, який обмежує прямий доступ до даних.",
"У цьому проєкті ви відкриєте нові поняття, пов’язані з інкапсуляцією, серед яких гетери, сетери та спотворення імен, і використовуватимете їх разом з тим, що вже вивчили, щоб створити програму, яка обчислює траєкторію налітної частинки."
]
},
"learn-the-bisection-method-by-finding-the-square-root-of-a-number": {
@@ -1455,37 +1462,37 @@
"learn-how-to-use-basic-programming-vocabulary-in-conversations": {
"title": "Дізнайтесь, як використовувати базові слова з програмування",
"intro": [
"This course will present basic vocabulary related to programming. You'll learn how to ask questions related to basic programming concepts."
"Цей курс ознайомить вас з основною термінологією, пов’язаною з програмуванням. Ви навчитесь ставити запитання щодо основних понять програмування."
]
},
"learn-how-to-use-code-related-concepts-and-terms": {
"title": "Дізнайтесь, як використовувати поняття та терміни з програмування",
"intro": [
"In this course, you will be introduced to terms related to coding and learn how to use them in conversation."
"У цьому курсі ви ознайомитесь з термінами, пов’язаними з програмуванням, і навчитесь використовувати їх у розмові."
]
},
"learn-how-to-discuss-tech-trends-and-updates": {
"title": "Дізнайтесь, як обговорювати технологічні тренди та оновлення",
"intro": [
"In this course, you will be introduced to some recent trends in the world of technology and learn how to discuss them in English."
"У цьому курсі ви ознайомитесь з деякими останніми трендами у світі технологій і навчитесь обговорювати їх англійською мовою."
]
},
"learn-how-to-help-a-coworker-troubleshoot-on-github": {
"title": "Дізнайтесь, як допомогти співпрацівнику розв’язати проблему на GitHub",
"intro": [
"In this course, you will learn expression related to how to ask for help from a coworker as well as how to offer them some assistance."
"У цьому курсі ви вивчите вирази, пов’язані із проханням про допомогу у колеги, а також тим, як запропонувати свою допомогу."
]
},
"learn-how-to-share-your-progress-in-weekly-stand-up-meetings": {
"title": "Дізнайтесь, як ділитись своїм прогресом на щотижневій зустрічі",
"intro": [
"This course will show you how to talk about your projects in terms of what you have already done and what you are currently doing in them."
"Цей курс покаже, як говорити про свої проєкти в контексті того, що ви вже зробили та що виконуєте зараз."
]
},
"learn-how-to-ask-for-clarification-on-code-understanding": {
"title": "Дізнайтесь, як просити роз’яснення коду",
"intro": [
"In this course, you will see how you can ask questions to clarify things which are not very clear to you in a code."
"У цьому курсі ви дізнаєтесь, як ставити запитання, щоб уточнити те, що не зовсім зрозуміле у коді."
]
},
"learn-how-to-document-code-for-a-project": {
@@ -1527,104 +1534,104 @@
}
},
"b1-english-for-developers": {
"title": "B1 English for Developers (Beta)",
"note": "This certification is currently in active development. While there isn't a claimable certification available for this section at the moment, one will be available soon. In the meantime, you're welcome to explore the courses we have created below.",
"title": "Англійська мова рівня B1 для розробників (бета-версія)",
"note": "Сертифікація знаходиться в стані активної розробки. Наразі для цього розділу немає сертифіката, але він буде доступний найближчим часом. Тим часом ви можете дослідити курси, які ми вже створили.",
"intro": ["Placeholder intro"],
"blocks": {
"learn-how-to-describe-places-and-events": {
"title": "Learn How to Describe Places and Events",
"title": "Дізнайтесь, як описувати місця і події",
"intro": [""]
},
"learn-how-to-talk-about-past-experiences": {
"title": "Learn How to Talk About Past Experiences",
"title": "Дізнайтесь, як говорити про досвід",
"intro": ["", ""]
},
"learn-how-to-talk-about-past-activities": {
"title": "Learn How to Talk About Past Activities",
"title": "Дізнайтесь, як говорити про дії з минулого",
"intro": ["", ""]
},
"learn-present-perfect-while-talking-about-accessibility": {
"title": "Learn Present Perfect while Talking About Accessibility",
"title": "Дізнайтесь про теперішній доконаний час, говорячи про доступність",
"intro": ["", ""]
},
"learn-how-to-plan-future-events": {
"title": "Learn How to Plan Future Events",
"title": "Дізнайтесь, як планувати майбутні події",
"intro": ["", ""]
},
"learn-future-continuous-while-describing-actions": {
"title": "Learn Future Continuous while Describing Actions",
"title": "Дізнайтесь про майбутній тривалий час, описуючи дії",
"intro": ["", ""]
},
"learn-how-to-use-conditionals": {
"title": "Learn How to Use Conditionals",
"title": "Дізнайтесь, як використовувати умовні речення",
"intro": ["", ""]
},
"learn-how-to-share-feedback": {
"title": "Learn How to Share Feedback",
"title": "Дізнайтесь, як ділитись фідбеком",
"intro": ["", ""]
},
"learn-how-to-share-your-opinion": {
"title": "Learn How to Share Your Opinion",
"title": "Дізнайтесь, як ділитись своєю думкою",
"intro": ["", ""]
},
"learn-how-to-express-agreement": {
"title": "Learn How to Express Agreement",
"title": "Дізнайтесь, як виражати згоду",
"intro": ["", ""]
},
"learn-how-to-express-disagreement": {
"title": "Learn How to Express Disagreement",
"title": "Дізнайтесь, як виражати незгоду",
"intro": ["", ""]
},
"learn-how-to-express-concerns": {
"title": "Learn How to Express Concerns",
"title": "Дізнайтесь, як виражати занепокоєння",
"intro": ["", ""]
},
"learn-how-to-express-decisions-based-on-comparisons": {
"title": "Learn How to Express Decisions Based on Comparisons",
"title": "Дізнайтесь, як виражати вибір на основі порівняння",
"intro": ["", ""]
},
"learn-how-to-use-modal-verbs": {
"title": "Learn How to Use Modal Verbs",
"title": "Дізнайтесь, як використовувати модальні дієслова",
"intro": ["", ""]
},
"learn-how-to-manage-a-conversation": {
"title": "Learn How to Manage a Conversation",
"title": "Дізнайтесь, як керувати бесідою",
"intro": ["", ""]
},
"learn-how-to-clarify-misunderstandings": {
"title": "Learn How to Clarify Misunderstandings",
"title": "Дізнайтесь, як уточнити непорозуміння",
"intro": ["", ""]
},
"learn-about-speculation-and-requests": {
"title": "Learn About Speculation and Requests",
"title": "Дізнайтесь про припущення та запити",
"intro": ["", ""]
},
"learn-about-adverbial-phrases": {
"title": "Learn About Adverbial Phrases",
"title": "Дізнайтесь про прислівникові звороти",
"intro": ["", ""]
},
"learn-how-to-use-adjectives-in-conversations": {
"title": "Learn How to Use Adjectives in Conversations",
"title": "Дізнайтесь, як використовувати прикметники",
"intro": ["", ""]
},
"learn-determiners-and-advanced-use-of-articles": {
"title": "Learn Determiners and Advanced Use of Articles",
"title": "Дізнайтесь про означальні слова та поглиблене використання артиклів",
"intro": ["", ""]
},
"learn-how-to-use-reported-speech": {
"title": "Learn How to Use Reported Speech",
"title": "Дізнайтесь, як використовувати непряму мову",
"intro": ["", ""]
},
"learn-how-to-use-prepositions-according-to-context": {
"title": "Learn How to Use Prepositions According to Context",
"title": "Дізнайтесь, як використовувати прийменники відповідно до контексту",
"intro": ["", ""]
},
"learn-how-to-talk-about-numbers-with-a-coworker": {
"title": "Learn How to Talk About Numbers with a Coworker",
"title": "Дізнайтесь, як говорити про числа з колегою",
"intro": ["", ""]
},
"learn-common-phrasal-verbs-and-idioms": {
"title": "Learn Common Phrasal Verbs and Idioms",
"title": "Дізнайтесь про найпоширеніші фразові дієслова та ідіоми",
"intro": ["", ""]
}
}

View File

@@ -384,6 +384,7 @@
"submit-and-go": "Відправити та перейти до наступного завдання",
"congratulations": "Вітаємо, ваш код проходить. Відправте свій код, щоб продовжити.",
"i-completed": "Я виконав(-ла) це завдання",
"example-code": "Приклад коду",
"test-output": "Результат вашого тесту буде доступний тут",
"running-tests": "// запущені тести",
"tests-completed": "// виконані тести",
@@ -574,6 +575,7 @@
"other-ways": "Існує багато <0>інших способів підтримати місію нашої некомерційної організації</0>.",
"if-support-further": "Якщо ви хочете підтримувати нашу спільноту надалі, будь ласка, розгляньте можливість <0>зробити одноразовий донат</0>, <1>виписати чек</1> або <2>дізнайтесь про інші способи підтримки.</2>",
"failed-pay": "Ой-йой. Не вдалося здійснити транзакцію. Чи не могли б ви повторити спробу?",
"try-another-method": "Uh - oh. It looks like your transaction didn't go through. Could you please try another payment method?",
"try-again": "Будь ласка, повторіть спробу.",
"card-number": "Номер вашої картки:",
"expiration": "Дата закінчення терміну дії:",
@@ -668,7 +670,8 @@
"see-results": "Переглянути всі результати для {{searchQuery}}",
"no-tutorials": "Не знайдено жодного уроку",
"try": "Шукаєте щось? Спробуйте пошуковий рядок на цій сторінці.",
"no-results": "Ми не змогли знайти нічого, що стосується <0>{{query}}</0>"
"no-results": "Ми не змогли знайти нічого, що стосується <0>{{query}}</0>",
"result-list": "Результати пошуку"
},
"misc": {
"offline": "Схоже, що ви не підключені до мережі, тому не зможете зберегти свій прогрес",
@@ -749,7 +752,7 @@
"flash": {
"honest-first": "Щоб отримати сертифікацію, ви повинні спочатку погодитись з нашою політикою академічної доброчесності",
"really-weird": "Щось пішло не так. Якщо це повториться, будь ласка, повідомте про це за посиланням: https://github.com/freeCodeCamp/freeCodeCamp/issues/new",
"not-right": "Щось пішло не так. Звіт було сформовано і команду freeCodeCamp.org вже сповістили.",
"generic-error": "Щось пішло не так. Будь ласка, спробуйте ще раз, або напишіть на support@freecodecamp.org, якщо помилка не зникає.",
"went-wrong": "Щось пішло не так. Будь ласка, перевірте та повторіть спробу.",
"account-deleted": "Ваш обліковий запис було успішно видалено",
"progress-reset": "Ваш прогрес було скинуто",
@@ -785,7 +788,6 @@
"cert-claim-success": "@{{username}}, ви успішно отримали сертифікацію «{{name}}»! Вітаємо від імені команди freeCodeCamp.org!",
"wrong-name": "Щось пішло не так під час перевірки «{{name}}». Будь ласка, спробуйте ще раз. Якщо ви продовжуєте отримувати цю помилку, ви можете надіслати повідомлення на support@freeCodeCamp.org, щоб отримати допомогу.",
"error-claiming": "Під час отримання «{{certName}}» сталася помилка",
"refresh-needed": "Ви можете використовувати кнопку PaymentRequest тільки один раз. Оновіть сторінку, щоб почати знову.",
"username-not-found": "Ми не змогли знайти користувача з ім’ям «{{username}}»",
"add-name": "Цей користувач повинен додати своє ім’я до облікового запису, щоб інші могли переглянути його сертифікацію.",
"not-eligible": "Наразі цей користувач не має права отримати безоплатну сертифікацію freeCodeCamp.org.",
@@ -993,8 +995,8 @@
"foundational-c-sharp-with-microsoft": "Сертифікація «Основи C# з Microsoft»",
"A2 English for Developers": "Англійська мова A2 для розробників",
"a2-english-for-developers": "Сертифікація «Англійська мова A2 для розробників»",
"B1 English for Developers": "B1 English for Developers",
"b1-english-for-developers": "B1 English for Developers Certification",
"B1 English for Developers": "Англійська мова B1 для розробників",
"b1-english-for-developers": "Сертифікація «Англійська мова B1 для розробників»",
"Legacy Front End": "Застарілий Front End",
"legacy-front-end": "Застаріла сертифікація «Front End»",
"Legacy Back End": "Застарілий Back End",