feat: oneko

This commit is contained in:
ShittyKopper 2024-02-01 17:06:00 +03:00
parent 2811f4cca5
commit 132bf2d200
9 changed files with 256 additions and 0 deletions

View file

@ -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"

4
locales/index.d.ts vendored
View file

@ -4425,6 +4425,10 @@ export interface Locale extends ILocale {
*
*/
"forceShowAds": string;
/**
* 猫友達 :3
*/
"oneko": string;
/**
*
*/

View file

@ -1102,6 +1102,7 @@ accountMoved: "このユーザーは新しいアカウントに移行しまし
accountMovedShort: "このアカウントは移行されています"
operationForbidden: "この操作はできません"
forceShowAds: "常に広告を表示する"
oneko: "猫友達 :3"
addMemo: "メモを追加"
editMemo: "メモを編集"
reactionsList: "リアクション一覧"