feat(frontend): Misskey Gamesのリストに鯖缶指定のチャンネルを載せる (MisskeyIO#383)
This commit is contained in:
parent
7884901950
commit
ac79f1fdc1
24 changed files with 232 additions and 13 deletions
|
|
@ -376,6 +376,8 @@ pinnedPages: "Pinned Pages"
|
|||
pinnedPagesDescription: "Enter the paths of the Pages you want to pin to the top page of this instance, separated by line breaks."
|
||||
pinnedClipId: "ID of the clip to pin"
|
||||
pinnedNotes: "Pinned notes"
|
||||
featuredGameChannels: "Featured Misskey Games Channels"
|
||||
featuredGameChannelsDescription: "Enter the channels you want to pin to Misskey Games, separated by line breaks."
|
||||
hcaptcha: "hCaptcha"
|
||||
enableHcaptcha: "Enable hCaptcha"
|
||||
hcaptchaSiteKey: "Site key"
|
||||
|
|
|
|||
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
|
|
@ -1536,6 +1536,14 @@ export interface Locale extends ILocale {
|
|||
* ピン留めされたノート
|
||||
*/
|
||||
"pinnedNotes": string;
|
||||
/**
|
||||
* Misskey Gamesのピン留めチャンネル
|
||||
*/
|
||||
"featuredGameChannels": string;
|
||||
/**
|
||||
* Misskey Gamesにピン留めしたいチャンネルを改行で区切って記述します。
|
||||
*/
|
||||
"featuredGameChannelsDescription": string;
|
||||
/**
|
||||
* hCaptcha
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -380,6 +380,8 @@ pinnedPages: "ピン留めページ"
|
|||
pinnedPagesDescription: "サーバーのトップページにピン留めしたいページのパスを改行で区切って記述します。"
|
||||
pinnedClipId: "ピン留めするクリップのID"
|
||||
pinnedNotes: "ピン留めされたノート"
|
||||
featuredGameChannels: "Misskey Gamesのピン留めチャンネル"
|
||||
featuredGameChannelsDescription: "Misskey Gamesにピン留めしたいチャンネルを改行で区切って記述します。"
|
||||
hcaptcha: "hCaptcha"
|
||||
enableHcaptcha: "hCaptchaを有効にする"
|
||||
hcaptchaSiteKey: "サイトキー"
|
||||
|
|
|
|||
|
|
@ -379,6 +379,8 @@ pinnedPages: "고정한 페이지"
|
|||
pinnedPagesDescription: "서버의 대문에 고정하고 싶은 페이지의 경로를 한 줄에 하나씩 적습니다."
|
||||
pinnedClipId: "고정할 클립의 ID"
|
||||
pinnedNotes: "고정된 노트"
|
||||
featuredGameChannels: "Misskey Games에 고정할 채널"
|
||||
featuredGameChannelsDescription: "Misskey Games에 고정할 채널을 한 줄에 하나씩 적습니다."
|
||||
hcaptcha: "hCaptcha"
|
||||
enableHcaptcha: "hCaptcha 활성화"
|
||||
hcaptchaSiteKey: "사이트 키"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue