1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 13:25:48 +02:00

Merge branch 'develop' into mahjong

This commit is contained in:
syuilo
2025-04-19 21:02:30 +09:00
63 changed files with 3460 additions and 1532 deletions

4
locales/index.d.ts vendored
View File

@@ -5398,6 +5398,10 @@ export interface Locale extends ILocale {
* デッキへ戻る
*/
"goToDeck": string;
/**
* 連合ジョブ
*/
"federationJobs": string;
"_chat": {
/**
* まだメッセージはありません

View File

@@ -1345,6 +1345,7 @@ embed: "埋め込み"
settingsMigrating: "設定を移行しています。しばらくお待ちください... (後ほど、設定→その他→旧設定情報を移行 で手動で移行することもできます)"
readonly: "読み取り専用"
goToDeck: "デッキへ戻る"
federationJobs: "連合ジョブ"
_chat:
noMessagesYet: "まだメッセージはありません"