feat: oneko
This commit is contained in:
parent
2811f4cca5
commit
132bf2d200
9 changed files with 256 additions and 0 deletions
|
@ -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
4
locales/index.d.ts
vendored
|
@ -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: "リアクション一覧"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue