Feat: グローバルタイムラインの表示非表示を

This commit is contained in:
mattyatea 2023-10-19 02:17:16 +09:00
parent 4f6b0ccf6b
commit 1b558e7243
5 changed files with 11 additions and 3 deletions

1
locales/index.d.ts vendored
View file

@ -21,6 +21,7 @@ export interface Locale {
"cancel": string;
"noThankYou": string;
"enterUsername": string;
"showGlobalTimeline": string;
"renotedBy": string;
"noNotes": string;
"noNotifications": string;

View file

@ -18,6 +18,7 @@ gotIt: "わかった"
cancel: "キャンセル"
noThankYou: "やめておく"
enterUsername: "ユーザー名を入力"
showGlobalTimeline: "グローバルタイムラインを表示する"
renotedBy: "{user}がリノート"
noNotes: "ノートはありません"
noNotifications: "通知はありません"