upd: add locale for quoted, add toasts and effects

This commit is contained in:
Mar0xy 2023-10-15 18:00:09 +02:00
parent 704b93f7d6
commit 26cd12f7bf
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
6 changed files with 64 additions and 1 deletions

View file

@ -108,6 +108,7 @@ enterEmoji: "Enter an emoji"
renote: "Boost"
unrenote: "Remove boost"
renoted: "Boosted."
quoted: "Quoted."
rmquote: "Removed quote."
rmboost: "Unboosted."
cantRenote: "This post can't be boosted."

1
locales/index.d.ts vendored
View file

@ -111,6 +111,7 @@ export interface Locale {
"renote": string;
"unrenote": string;
"renoted": string;
"quoted": string;
"rmboost": string;
"rmquote": string;
"cantRenote": string;

View file

@ -107,7 +107,8 @@ followRequestPending: "フォロー許可待ち"
enterEmoji: "絵文字を入力"
renote: "リノート"
unrenote: "リノート解除"
renoted: "ブースト"
renoted: "ブースト。"
quoted: "引用。"
rmboost: "アンブースト。"
rmquote: "引用を削除しました。"
cantRenote: "この投稿はリノートできません。"