enhance(frontend): 投稿フォームのヒントを追加 (#16712)

* wip

* wip

* Update MkSpot.vue

* Update MkPostForm.vue

* wip

* wip

* Update CHANGELOG.md
This commit is contained in:
syuilo
2025-11-07 11:03:33 +09:00
committed by GitHub
parent e8c78e12d5
commit e312283ea0
7 changed files with 333 additions and 3 deletions

54
locales/index.d.ts vendored
View File

@@ -10030,6 +10030,60 @@ export interface Locale extends ILocale {
* チャンネルに投稿...
*/
"channelPlaceholder": string;
/**
* フォームの説明を表示
*/
"showHowToUse": string;
"_howToUse": {
/**
* 本文
*/
"content_title": string;
/**
* 投稿する内容を入力します。
*/
"content_description": string;
/**
* ツールバー
*/
"toolbar_title": string;
/**
* ファイルやアンケートの添付、注釈やハッシュタグの設定、絵文字やメンションの挿入などが行えます。
*/
"toolbar_description": string;
/**
* アカウントメニュー
*/
"account_title": string;
/**
* 投稿するアカウントを切り替えたり、アカウントに保存した下書き・予約投稿を一覧できます。
*/
"account_description": string;
/**
* 公開範囲
*/
"visibility_title": string;
/**
* ノートを公開する範囲の設定が行えます。
*/
"visibility_description": string;
/**
* メニュー
*/
"menu_title": string;
/**
* 下書きへの保存、投稿の予約、リアクションの設定など、その他のアクションが行えます。
*/
"menu_description": string;
/**
* 投稿ボタン
*/
"submit_title": string;
/**
* ートを投稿します。Ctrl + Enter / Cmd + Enter でも投稿できます。
*/
"submit_description": string;
};
"_placeholders": {
/**
* いまどうしてる?

View File

@@ -2641,6 +2641,20 @@ _postForm:
replyPlaceholder: "このノートに返信..."
quotePlaceholder: "このノートを引用..."
channelPlaceholder: "チャンネルに投稿..."
showHowToUse: "フォームの説明を表示"
_howToUse:
content_title: "本文"
content_description: "投稿する内容を入力します。"
toolbar_title: "ツールバー"
toolbar_description: "ファイルやアンケートの添付、注釈やハッシュタグの設定、絵文字やメンションの挿入などが行えます。"
account_title: "アカウントメニュー"
account_description: "投稿するアカウントを切り替えたり、アカウントに保存した下書き・予約投稿を一覧できます。"
visibility_title: "公開範囲"
visibility_description: "ノートを公開する範囲の設定が行えます。"
menu_title: "メニュー"
menu_description: "下書きへの保存、投稿の予約、リアクションの設定など、その他のアクションが行えます。"
submit_title: "投稿ボタン"
submit_description: "ートを投稿します。Ctrl + Enter / Cmd + Enter でも投稿できます。"
_placeholders:
a: "いまどうしてる?"
b: "何かありましたか?"