1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-02 02:04:29 +02:00

Merge branch 'develop' into mahjong

This commit is contained in:
zyoshoka
2025-04-18 19:31:12 +09:00
115 changed files with 3626 additions and 2821 deletions

12
locales/index.d.ts vendored
View File

@@ -3934,6 +3934,10 @@ export interface Locale extends ILocale {
* ログアウトしますか?
*/
"logoutConfirm": string;
/**
* ログアウトするとクライアントの設定情報がブラウザから消去されます。再ログイン時に設定情報を復元できるようにするためには、設定の自動バックアップを有効にしてください。
*/
"logoutWillClearClientData": string;
/**
* 最終利用日時
*/
@@ -9203,6 +9207,10 @@ export interface Locale extends ILocale {
* 今日誕生日のユーザー
*/
"birthdayFollowings": string;
/**
* チャット
*/
"chat": string;
};
"_cw": {
/**
@@ -10226,6 +10234,10 @@ export interface Locale extends ILocale {
* ロールタイムライン
*/
"roleTimeline": string;
/**
* チャット
*/
"chat": string;
};
};
"_dialog": {