mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(i18n,client): processed translations (#61609)
This commit is contained in:
committed by
GitHub
parent
4448bcbd92
commit
25fcb4ebbf
@@ -117,7 +117,38 @@
|
||||
"share-on-bluesky": "Bluesky でシェア",
|
||||
"share-on-threads": "Threads でシェア",
|
||||
"play-scene": "Press Play",
|
||||
"download-latest-version": "Download the Latest Version"
|
||||
"download-latest-version": "Download the Latest Version",
|
||||
"start": "Start",
|
||||
"go-to-today": "Go to Today's Challenge",
|
||||
"go-to-today-long": "Go to Today's Coding Challenge",
|
||||
"go-to-archive": "Go to Archive",
|
||||
"go-to-archive-long": "Go to Daily Coding Challenge Archive"
|
||||
},
|
||||
"daily-coding-challenges": {
|
||||
"title": "Daily Coding Challenges",
|
||||
"map-title": "Try the coding challenge of the day:",
|
||||
"not-found": "Daily Coding Challenge Not Found.",
|
||||
"release-note": "New challenges are released at midnight US Central time."
|
||||
},
|
||||
"weekdays": {
|
||||
"short": {
|
||||
"sunday": "S",
|
||||
"monday": "M",
|
||||
"tuesday": "T",
|
||||
"wednesday": "W",
|
||||
"thursday": "T",
|
||||
"friday": "F",
|
||||
"saturday": "S"
|
||||
},
|
||||
"long": {
|
||||
"sunday": "Sunday",
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday"
|
||||
}
|
||||
},
|
||||
"landing": {
|
||||
"big-heading-1": "プログラミングを無料で学ぶ。",
|
||||
@@ -851,6 +882,8 @@
|
||||
"github": "{{username}} さんの GitHub へのリンク",
|
||||
"website": "{{username}} さんのウェブサイトへのリンク",
|
||||
"twitter": "{{username}} さんの Twitter へのリンク",
|
||||
"next-month": "Go to next month",
|
||||
"previous-month": "Go to previous month",
|
||||
"first-page": "最初のページへ移動",
|
||||
"previous-page": "前のページへ移動",
|
||||
"next-page": "次のページへ移動",
|
||||
@@ -880,7 +913,8 @@
|
||||
"editor-a11y-off-non-macos": "{{editorName}} editor content. Press Alt+F1 for accessibility options.",
|
||||
"editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.",
|
||||
"editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.",
|
||||
"terminal-output": "Terminal output"
|
||||
"terminal-output": "Terminal output",
|
||||
"not-available": "Not available"
|
||||
},
|
||||
"flash": {
|
||||
"no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.",
|
||||
|
||||
Reference in New Issue
Block a user