Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/i18n/ja/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,13 @@ export default UIDictionary({
'feedback.categoryGroupLabel': 'フィードバックカテゴリを選択',
'feedback.issue': '問題',
'feedback.createIssue': 'GitHub Issueを作成',
'feedback.createIssue.description': 'チームに素早く問題を報告できます。',
'feedback.sendFeedback': 'フィードバックを送信',
'feedback.sendFeedback.description': 'メッセージを直接送ります。',
Comment on lines +106 to +108
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

このあたりは以下のような感じで「フィードバックする」をクリックすると表示されます:

image

'feedback.idea': 'アイデア',
'feedback.other': 'その他',
'feedback.messageA11yLabel': 'メッセージ',
'feedback.placeholder': 'なにをお知らせしますか?',
'feedback.placeholder': '伝えたいことは何ですか?',
Comment on lines -109 to +112
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここは今回の変更とは関係ありませんが、ちょっと違和感があったためわかりやすく変えてみました:

image

'feedback.submit': 'フィードバックを送る',
'feedback.close': 'フィードバックフォームを閉じる',
'feedback.success': 'ありがとうございます!フィードバックを受け取りました。',
Expand All @@ -125,4 +128,7 @@ export default UIDictionary({
'このガイドに貢献したいですか?この技術からAstroへの移行に関するブログ記事や動画、その他のリソースを共有したいですか?',
'stub.description.cms': 'このCMSをAstroで使う方法をご存知ですか?',
'stub.description.backend': 'このバックエンドサービスをAstroで使う方法をご存知ですか?',
// Starlight banner
'starlight.title': '自分のドキュメントを作りたいですか?',
'starlight.description': 'このテンプレートを使って始めましょう。',
});