|
117 | 117 | "share-on-bluesky": "Share on BlueSky", |
118 | 118 | "share-on-threads": "Share on Threads", |
119 | 119 | "play-scene": "Press Play", |
120 | | - "download-latest-version": "Download the Latest Version" |
| 120 | + "download-latest-version": "Download the Latest Version", |
| 121 | + "start": "Start", |
| 122 | + "go-to-today": "Go to Today's Challenge", |
| 123 | + "go-to-today-long": "Go to Today's Coding Challenge", |
| 124 | + "go-to-archive": "Go to Archive", |
| 125 | + "go-to-archive-long": "Go to Daily Coding Challenge Archive" |
| 126 | + }, |
| 127 | + "daily-coding-challenges": { |
| 128 | + "title": "Daily Coding Challenges", |
| 129 | + "map-title": "Try the coding challenge of the day:", |
| 130 | + "not-found": "Daily Coding Challenge Not Found.", |
| 131 | + "release-note": "New challenges are released at midnight US Central time." |
| 132 | + }, |
| 133 | + "weekdays": { |
| 134 | + "short": { |
| 135 | + "sunday": "S", |
| 136 | + "monday": "M", |
| 137 | + "tuesday": "T", |
| 138 | + "wednesday": "W", |
| 139 | + "thursday": "T", |
| 140 | + "friday": "F", |
| 141 | + "saturday": "S" |
| 142 | + }, |
| 143 | + "long": { |
| 144 | + "sunday": "Sunday", |
| 145 | + "monday": "Monday", |
| 146 | + "tuesday": "Tuesday", |
| 147 | + "wednesday": "Wednesday", |
| 148 | + "thursday": "Thursday", |
| 149 | + "friday": "Friday", |
| 150 | + "saturday": "Saturday" |
| 151 | + } |
121 | 152 | }, |
122 | 153 | "landing": { |
123 | 154 | "big-heading-1": "Learn to code — for free.", |
|
851 | 882 | "github": "Link to {{username}}'s GitHub", |
852 | 883 | "website": "Link to {{username}}'s website", |
853 | 884 | "twitter": "Link to {{username}}'s Twitter", |
| 885 | + "next-month": "Go to next month", |
| 886 | + "previous-month": "Go to previous month", |
854 | 887 | "first-page": "Go to first page", |
855 | 888 | "previous-page": "Go to previous page", |
856 | 889 | "next-page": "Go to next page", |
|
880 | 913 | "editor-a11y-off-non-macos": "{{editorName}} editor content. Press Alt+F1 for accessibility options.", |
881 | 914 | "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", |
882 | 915 | "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.", |
883 | | - "terminal-output": "Terminal output" |
| 916 | + "terminal-output": "Terminal output", |
| 917 | + "not-available": "Not available" |
884 | 918 | }, |
885 | 919 | "flash": { |
886 | 920 | "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.", |
|
0 commit comments