|
125 | 125 | }, |
126 | 126 | "theme.docs.versions.latestVersionSuggestionLabel": { |
127 | 127 | "message": "For up-to-date documentation, see the {latestVersionLink} ({versionLabel}).", |
128 | | - "description": "The label userd to tell the user that he's browsing an unmaintained doc version" |
| 128 | + "description": "The label used to tell the user to check the latest version" |
129 | 129 | }, |
130 | 130 | "theme.docs.versions.latestVersionLinkLabel": { |
131 | 131 | "message": "latest version", |
|
156 | 156 | "description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" |
157 | 157 | }, |
158 | 158 | "frontpage.button": { |
159 | | - "message": "Read more", |
160 | | - "description": "The button that navigates to the docs" |
| 159 | + "message": "Read more" |
161 | 160 | }, |
162 | 161 | "frontpage.sec1": { |
163 | | - "message": "Our activities", |
164 | | - "description": "The first section title" |
| 162 | + "message": "Our activities" |
165 | 163 | }, |
166 | 164 | "frontpage.sec1.item1.title": { |
167 | 165 | "message": "Web development", |
168 | 166 | "description": "Title to the first item in the activities section" |
169 | 167 | }, |
170 | 168 | "frontpage.sec1.item1": { |
171 | | - "message": "At Computerization, learn front-end frameworks including {link1} and {link2}, develop collaboratively on GitHub, and utilize the skills accrued to create your own personal page. Engage in the club's platform building and demonstrate your unique creativity!", |
172 | | - "description": "The first item in the activities section" |
| 169 | + "message": "At Computerization, learn front-end frameworks including {link1} and {link2}, develop collaboratively on GitHub, and utilize the skills accrued to create your own personal page. Engage in the club's platform building and demonstrate your unique creativity!" |
173 | 170 | }, |
174 | 171 | "frontpage.sec1.item2.title": { |
175 | 172 | "message": "Algorithm contests", |
176 | 173 | "description": "Title to the second item in the activities section" |
177 | 174 | }, |
178 | 175 | "frontpage.sec1.item2": { |
179 | | - "message": "At Computerization, share your coding experience with other contest masters, and probe deeper into data structures and algorithms. Prepare for NOIP China, and join LeetCode or Luogu contests. Improve yourself through trials and tribulations!", |
180 | | - "description": "The second item in the activities section" |
| 176 | + "message": "At Computerization, share your coding experience with other contest masters, and probe deeper into data structures and algorithms. Prepare for NOIP China, and join LeetCode or Luogu contests. Improve yourself through trials and tribulations!" |
181 | 177 | }, |
182 | 178 | "frontpage.sec1.item3.title": { |
183 | 179 | "message": "Explore artificial intelligence", |
184 | 180 | "description": "Title to the third item in the activities section" |
185 | 181 | }, |
186 | 182 | "frontpage.sec1.item3": { |
187 | | - "message": "At Computeriztaion, learn the cutting-edge technology, discover the secrets behind artificial intelligence and machine learning, design a neural network yourself, and train it to realize any kind of your craziest dreams!", |
188 | | - "description": "The third item in the activities section" |
| 183 | + "message": "At Computeriztaion, learn the cutting-edge technology, discover the secrets behind artificial intelligence and machine learning, design a neural network yourself, and train it to realize any kind of your craziest dreams!" |
189 | 184 | }, |
190 | 185 | "frontpage.sec1.imgsrc": { |
191 | | - "message": "Image source: ", |
192 | | - "description": "The declaration of image source" |
| 186 | + "message": "Image source: " |
193 | 187 | }, |
194 | 188 | "frontpage.sec1.imgsrc.link": { |
195 | | - "message": "Docusaurus official documentation", |
196 | | - "description": "The link name of image source" |
| 189 | + "message": "Docusaurus official documentation" |
197 | 190 | }, |
198 | 191 | "frontpage.sec2.title": { |
199 | | - "message": "What's new", |
200 | | - "description": "The second section title" |
| 192 | + "message": "What's new" |
201 | 193 | }, |
202 | 194 | "frontpage.sec2.item1": { |
203 | | - "message": "Our homepage is officially here!", |
204 | | - "description": "The first item in the What's new section" |
| 195 | + "message": "Our homepage is officially here!" |
| 196 | + }, |
| 197 | + "frontpage.sec2.item2": { |
| 198 | + "message": "C 社 2022 届开始招新,欢迎你的加入!" |
| 199 | + }, |
| 200 | + "theme.ErrorPageContent.title": { |
| 201 | + "message": "This page crashed.", |
| 202 | + "description": "The title of the fallback page when the page crashed" |
| 203 | + }, |
| 204 | + "theme.ErrorPageContent.tryAgain": { |
| 205 | + "message": "Try again", |
| 206 | + "description": "The label of the button to try again when the page crashed" |
| 207 | + }, |
| 208 | + "theme.BackToTopButton.buttonAriaLabel": { |
| 209 | + "message": "Scroll back to top", |
| 210 | + "description": "The ARIA label for the back to top button" |
| 211 | + }, |
| 212 | + "theme.blog.sidebar.navAriaLabel": { |
| 213 | + "message": "Blog recent posts navigation", |
| 214 | + "description": "The ARIA label for recent posts in the blog sidebar" |
| 215 | + }, |
| 216 | + "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": { |
| 217 | + "message": "Toggle the collapsible sidebar category '{label}'", |
| 218 | + "description": "The ARIA label to toggle the collapsible sidebar category" |
| 219 | + }, |
| 220 | + "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": { |
| 221 | + "message": "← Back to main menu", |
| 222 | + "description": "The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)" |
| 223 | + }, |
| 224 | + "theme.navbar.mobileVersionsDropdown.label": { |
| 225 | + "message": "Versions", |
| 226 | + "description": "The label for the navbar versions dropdown on mobile view" |
| 227 | + }, |
| 228 | + "theme.TOCCollapsible.toggleButtonLabel": { |
| 229 | + "message": "On this page", |
| 230 | + "description": "The label used by the button on the collapsible TOC component" |
| 231 | + }, |
| 232 | + "theme.blog.archive.title": { |
| 233 | + "message": "Archive", |
| 234 | + "description": "The page & hero title of the blog archive page" |
| 235 | + }, |
| 236 | + "theme.blog.archive.description": { |
| 237 | + "message": "Archive", |
| 238 | + "description": "The page & hero description of the blog archive page" |
| 239 | + }, |
| 240 | + "theme.docs.tagDocListPageTitle.nDocsTagged": { |
| 241 | + "message": "One doc tagged|{count} docs tagged", |
| 242 | + "description": "Pluralized label for \"{count} docs tagged\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" |
| 243 | + }, |
| 244 | + "theme.docs.tagDocListPageTitle": { |
| 245 | + "message": "{nDocsTagged} with \"{tagName}\"", |
| 246 | + "description": "The title of the page for a docs tag" |
205 | 247 | }, |
206 | 248 | "alumni.title": { |
207 | 249 | "message": "Our Alumni", |
|
0 commit comments