ユーザーのページでノートを表示するかハイライトを表示するか決められるようにした
This commit is contained in:
parent
4357c75a44
commit
abb79a0b36
5 changed files with 557 additions and 520 deletions
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
|
@ -543,6 +543,8 @@ export interface Locale {
|
|||
"deleteAll": string;
|
||||
"showFixedPostForm": string;
|
||||
"showFixedPostFormInChannel": string;
|
||||
"FeaturedOrNote": string;
|
||||
"FeaturedOrNoteInfo": string;
|
||||
"newNoteRecived": string;
|
||||
"sounds": string;
|
||||
"sound": string;
|
||||
|
|
|
|||
|
|
@ -540,6 +540,8 @@ serverLogs: "サーバーログ"
|
|||
deleteAll: "全て削除"
|
||||
showFixedPostForm: "タイムライン上部に投稿フォームを表示する"
|
||||
showFixedPostFormInChannel: "タイムライン上部に投稿フォームを表示する(チャンネル)"
|
||||
FeaturedOrNote: "ユーザーのページで最新のノートを表示する"
|
||||
FeaturedOrNoteInfo: "ユーザーのページに行ったときにハイライトか最新のノートを表示するかを選択することができます。 オフでハイライト オンで最新のノート です"
|
||||
newNoteRecived: "新しいノートがあります"
|
||||
sounds: "サウンド"
|
||||
sound: "サウンド"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue