feat(frontend): Misskey Gamesのリストに鯖缶指定のチャンネルを載せる (MisskeyIO#383)

This commit is contained in:
まっちゃとーにゅ 2024-01-24 19:57:51 +09:00 committed by GitHub
parent 7884901950
commit ac79f1fdc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 232 additions and 13 deletions

View file

@ -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
View file

@ -1536,6 +1536,14 @@ export interface Locale extends ILocale {
*
*/
"pinnedNotes": string;
/**
* Misskey Gamesのピン留めチャンネル
*/
"featuredGameChannels": string;
/**
* Misskey Gamesにピン留めしたいチャンネルを改行で区切って記述します
*/
"featuredGameChannelsDescription": string;
/**
* hCaptcha
*/

View file

@ -380,6 +380,8 @@ pinnedPages: "ピン留めページ"
pinnedPagesDescription: "サーバーのトップページにピン留めしたいページのパスを改行で区切って記述します。"
pinnedClipId: "ピン留めするクリップのID"
pinnedNotes: "ピン留めされたノート"
featuredGameChannels: "Misskey Gamesのピン留めチャンネル"
featuredGameChannelsDescription: "Misskey Gamesにピン留めしたいチャンネルを改行で区切って記述します。"
hcaptcha: "hCaptcha"
enableHcaptcha: "hCaptchaを有効にする"
hcaptchaSiteKey: "サイトキー"

View file

@ -379,6 +379,8 @@ pinnedPages: "고정한 페이지"
pinnedPagesDescription: "서버의 대문에 고정하고 싶은 페이지의 경로를 한 줄에 하나씩 적습니다."
pinnedClipId: "고정할 클립의 ID"
pinnedNotes: "고정된 노트"
featuredGameChannels: "Misskey Games에 고정할 채널"
featuredGameChannelsDescription: "Misskey Games에 고정할 채널을 한 줄에 하나씩 적습니다."
hcaptcha: "hCaptcha"
enableHcaptcha: "hCaptcha 활성화"
hcaptchaSiteKey: "사이트 키"