feat: oneko
This commit is contained in:
@@ -1095,6 +1095,7 @@ accountMoved: "This user has moved to a new account:"
|
||||
accountMovedShort: "This account has been migrated."
|
||||
operationForbidden: "Operation forbidden"
|
||||
forceShowAds: "Always show ads"
|
||||
oneko: "Cat friend :3"
|
||||
addMemo: "Add memo"
|
||||
editMemo: "Edit memo"
|
||||
reactionsList: "Reactions"
|
||||
|
||||
Vendored
+4
@@ -4425,6 +4425,10 @@ export interface Locale extends ILocale {
|
||||
* 常に広告を表示する
|
||||
*/
|
||||
"forceShowAds": string;
|
||||
/**
|
||||
* 猫友達 :3
|
||||
*/
|
||||
"oneko": string;
|
||||
/**
|
||||
* メモを追加
|
||||
*/
|
||||
|
||||
@@ -1102,6 +1102,7 @@ accountMoved: "このユーザーは新しいアカウントに移行しまし
|
||||
accountMovedShort: "このアカウントは移行されています"
|
||||
operationForbidden: "この操作はできません"
|
||||
forceShowAds: "常に広告を表示する"
|
||||
oneko: "猫友達 :3"
|
||||
addMemo: "メモを追加"
|
||||
editMemo: "メモを編集"
|
||||
reactionsList: "リアクション一覧"
|
||||
|
||||
Reference in New Issue
Block a user