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:
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user