|
23 | 23 | "message": "Oh-My-ZshとPreztoをサポートします。フレームワーク固有ではありません。プラグイン、ライブラリ、テーマを簡単に作成できます。", |
24 | 24 | "description": "Description of third featured banner in homepage" |
25 | 25 | }, |
26 | | - "homepage.video.heading.1": { |
27 | | - "message": "高速かつ豊富な機能", |
28 | | - "description": "The homepage video container heading 1" |
29 | | - }, |
30 | 26 | "homepage.hero.title": { |
31 | 27 | "message": "A <b>Swiss Army</b> Knife for <b>Zsh</b> Unix <b>Shell</b>", |
32 | 28 | "description": "Home page hero title, can contain simple html tags" |
|
39 | 35 | "message": "コミュニティ", |
40 | 36 | "description": "The homepage community button" |
41 | 37 | }, |
| 38 | + "homepage.video.heading.1": { |
| 39 | + "message": "高速かつ豊富な機能", |
| 40 | + "description": "The homepage video container heading 1" |
| 41 | + }, |
42 | 42 | "theme.ErrorPageContent.title": { |
43 | 43 | "message": "ページがクラッシュしました。", |
44 | 44 | "description": "The title of the fallback page when the page crashed" |
|
60 | 60 | "description": "The ARIA label for the blog pagination" |
61 | 61 | }, |
62 | 62 | "theme.blog.paginator.newerEntries": { |
63 | | - "message": "新しい記事", |
| 63 | + "message": "Newer entries", |
64 | 64 | "description": "The label used to navigate to the newer blog posts page (previous page)" |
65 | 65 | }, |
66 | 66 | "theme.blog.paginator.olderEntries": { |
67 | | - "message": "過去の記事", |
| 67 | + "message": "Older entries", |
68 | 68 | "description": "The label used to navigate to the older blog posts page (next page)" |
69 | 69 | }, |
70 | 70 | "theme.blog.post.paginator.navAriaLabel": { |
71 | 71 | "message": "ブログ記事のナビゲーション", |
72 | 72 | "description": "The ARIA label for the blog posts pagination" |
73 | 73 | }, |
74 | 74 | "theme.blog.post.paginator.newerPost": { |
75 | | - "message": "新しい記事", |
| 75 | + "message": "Newer post", |
76 | 76 | "description": "The blog post button label to navigate to the newer/previous post" |
77 | 77 | }, |
78 | 78 | "theme.blog.post.paginator.olderPost": { |
79 | | - "message": "過去の記事", |
| 79 | + "message": "Older post", |
80 | 80 | "description": "The blog post button label to navigate to the older/next post" |
81 | 81 | }, |
82 | | - "theme.blog.post.plurals": { |
83 | | - "message": "{count}件", |
84 | | - "description": "Pluralized label for \"{count} posts\". 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)" |
85 | | - }, |
86 | | - "theme.blog.tagTitle": { |
87 | | - "message": "「{tagName}」タグの記事が{nPosts}あります", |
88 | | - "description": "The title of the page for a blog tag" |
89 | | - }, |
90 | 82 | "theme.tags.tagsPageLink": { |
91 | | - "message": "全てのタグを見る", |
| 83 | + "message": "View all tags", |
92 | 84 | "description": "The label of the link targeting the tag list page" |
93 | 85 | }, |
94 | 86 | "theme.colorToggle.ariaLabel": { |
|
182 | 174 | "message": "タグ:", |
183 | 175 | "description": "The label alongside a tag list" |
184 | 176 | }, |
| 177 | + "theme.AnnouncementBar.closeButtonAriaLabel": { |
| 178 | + "message": "閉じる", |
| 179 | + "description": "The ARIA label for close button of announcement bar" |
| 180 | + }, |
185 | 181 | "theme.admonition.caution": { |
186 | 182 | "message": "警告", |
187 | 183 | "description": "The default label used for the Caution admonition (:::caution)" |
|
206 | 202 | "message": "warning", |
207 | 203 | "description": "The default label used for the Warning admonition (:::warning)" |
208 | 204 | }, |
209 | | - "theme.AnnouncementBar.closeButtonAriaLabel": { |
210 | | - "message": "閉じる", |
211 | | - "description": "The ARIA label for close button of announcement bar" |
212 | | - }, |
213 | 205 | "theme.blog.sidebar.navAriaLabel": { |
214 | 206 | "message": "最近のブログ記事", |
215 | 207 | "description": "The ARIA label for recent posts in the blog sidebar" |
|
259 | 251 | "description": "The label used by the button on the collapsible TOC component" |
260 | 252 | }, |
261 | 253 | "theme.blog.post.readMore": { |
262 | | - "message": "もっと見る", |
| 254 | + "message": "Read more", |
263 | 255 | "description": "The label used in blog post item excerpts to link to full blog posts" |
264 | 256 | }, |
265 | 257 | "theme.blog.post.readMoreLabel": { |
|
457 | 449 | "message": "エラー クリックで再読み込み", |
458 | 450 | "description": "When the image fails to load for unknown error" |
459 | 451 | }, |
460 | | - "theme.PwaReloadPopup.info": { |
461 | | - "message": "新しいバージョンが取得可能", |
462 | | - "description": "The text for PWA reload popup" |
| 452 | + "theme.blog.post.plurals": { |
| 453 | + "message": "{count}件", |
| 454 | + "description": "Pluralized label for \"{count} posts\". 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)" |
| 455 | + }, |
| 456 | + "theme.blog.tagTitle": { |
| 457 | + "message": "「{tagName}」タグの記事が{nPosts}あります", |
| 458 | + "description": "The title of the page for a blog tag" |
463 | 459 | }, |
464 | | - "theme.PwaReloadPopup.refreshButtonText": { |
465 | | - "message": "更新", |
466 | | - "description": "The text for PWA reload button" |
| 460 | + "theme.blog.author.pageTitle": { |
| 461 | + "message": "{authorName} - {nPosts}", |
| 462 | + "description": "The title of the page for a blog author" |
467 | 463 | }, |
468 | | - "theme.PwaReloadPopup.closeButtonAriaLabel": { |
469 | | - "message": "閉じる", |
470 | | - "description": "The ARIA label for close button of PWA reload popup" |
| 464 | + "theme.blog.authorsList.pageTitle": { |
| 465 | + "message": "Authors", |
| 466 | + "description": "The title of the authors page" |
| 467 | + }, |
| 468 | + "theme.blog.authorsList.viewAll": { |
| 469 | + "message": "View all authors", |
| 470 | + "description": "The label of the link targeting the blog authors page" |
| 471 | + }, |
| 472 | + "theme.blog.author.noPosts": { |
| 473 | + "message": "This author has not written any posts yet.", |
| 474 | + "description": "The text for authors with 0 blog post" |
| 475 | + }, |
| 476 | + "theme.contentVisibility.unlistedBanner.title": { |
| 477 | + "message": "Unlisted page", |
| 478 | + "description": "The unlisted content banner title" |
| 479 | + }, |
| 480 | + "theme.contentVisibility.unlistedBanner.message": { |
| 481 | + "message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", |
| 482 | + "description": "The unlisted content banner message" |
| 483 | + }, |
| 484 | + "theme.contentVisibility.draftBanner.title": { |
| 485 | + "message": "Draft page", |
| 486 | + "description": "The draft content banner title" |
| 487 | + }, |
| 488 | + "theme.contentVisibility.draftBanner.message": { |
| 489 | + "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", |
| 490 | + "description": "The draft content banner message" |
471 | 491 | }, |
472 | 492 | "theme.ErrorPageContent.tryAgain": { |
473 | 493 | "message": "やり直す", |
|
480 | 500 | "theme.tags.tagsPageTitle": { |
481 | 501 | "message": "タグ", |
482 | 502 | "description": "The title of the tag list page" |
483 | | - }, |
484 | | - "theme.unlistedContent.title": { |
485 | | - "message": "Unlisted page", |
486 | | - "description": "The unlisted content banner title" |
487 | | - }, |
488 | | - "theme.unlistedContent.message": { |
489 | | - "message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", |
490 | | - "description": "The unlisted content banner message" |
491 | 503 | } |
492 | 504 | } |
0 commit comments