merge upstream again
This commit is contained in:
Vendored
+16
@@ -3935,6 +3935,10 @@ export interface Locale extends ILocale {
|
||||
* ログアウトしますか?
|
||||
*/
|
||||
"logoutConfirm": string;
|
||||
/**
|
||||
* ログアウトするとクライアントの設定情報がブラウザから消去されます。再ログイン時に設定情報を復元できるようにするためには、設定の自動バックアップを有効にしてください。
|
||||
*/
|
||||
"logoutWillClearClientData": string;
|
||||
/**
|
||||
* 最終利用日時
|
||||
*/
|
||||
@@ -5395,6 +5399,10 @@ export interface Locale extends ILocale {
|
||||
* デッキへ戻る
|
||||
*/
|
||||
"goToDeck": string;
|
||||
/**
|
||||
* 連合ジョブ
|
||||
*/
|
||||
"federationJobs": string;
|
||||
"_chat": {
|
||||
/**
|
||||
* まだメッセージはありません
|
||||
@@ -9315,6 +9323,10 @@ export interface Locale extends ILocale {
|
||||
* 今日誕生日のユーザー
|
||||
*/
|
||||
"birthdayFollowings": string;
|
||||
/**
|
||||
* チャット
|
||||
*/
|
||||
"chat": string;
|
||||
/**
|
||||
* Search
|
||||
*/
|
||||
@@ -10406,6 +10418,10 @@ export interface Locale extends ILocale {
|
||||
* ロールタイムライン
|
||||
*/
|
||||
"roleTimeline": string;
|
||||
/**
|
||||
* チャット
|
||||
*/
|
||||
"chat": string;
|
||||
/**
|
||||
* Following
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user