upd: add locale for quoted, add toasts and effects
This commit is contained in:
@@ -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."
|
||||
|
||||
Vendored
+1
@@ -111,6 +111,7 @@ export interface Locale {
|
||||
"renote": string;
|
||||
"unrenote": string;
|
||||
"renoted": string;
|
||||
"quoted": string;
|
||||
"rmboost": string;
|
||||
"rmquote": string;
|
||||
"cantRenote": string;
|
||||
|
||||
+2
-1
@@ -107,7 +107,8 @@ followRequestPending: "フォロー許可待ち"
|
||||
enterEmoji: "絵文字を入力"
|
||||
renote: "リノート"
|
||||
unrenote: "リノート解除"
|
||||
renoted: "ブースト"
|
||||
renoted: "ブースト。"
|
||||
quoted: "引用。"
|
||||
rmboost: "アンブースト。"
|
||||
rmquote: "引用を削除しました。"
|
||||
cantRenote: "この投稿はリノートできません。"
|
||||
|
||||
Reference in New Issue
Block a user