feat(frontend): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように (#13862)

* feat(frontend): ask if attach as file if clipboard text is very long

* docs(changelog): 長いテキストをペーストした際にテキストファイルとして添付するかどうかを選択できるように
This commit is contained in:
anatawa12 2024-05-23 13:15:22 +09:00 committed by GitHub
parent ed432d06d7
commit aafa669cf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 1 deletions

6
locales/index.d.ts vendored
View file

@ -917,7 +917,7 @@ export interface Locale extends ILocale {
*/
"silencedInstances": string;
/**
*
*
*/
"silencedInstancesDescription": string;
/**
@ -1900,6 +1900,10 @@ export interface Locale extends ILocale {
*
*/
"quoteQuestion": string;
/**
*
*/
"attachAsFileQuestion": string;
/**
*
*/

View file

@ -471,6 +471,7 @@ retype: "再入力"
noteOf: "{user}のノート"
quoteAttached: "引用付き"
quoteQuestion: "引用として添付しますか?"
attachAsFileQuestion: "クリップボードのテキストが長いです。テキストファイルとして添付しますか?"
noMessagesYet: "まだチャットはありません"
newMessageExists: "新しいメッセージがあります"
onlyOneFileCanBeAttached: "メッセージに添付できるファイルはひとつです"