Feat: グローバルタイムラインの表示非表示を
This commit is contained in:
parent
4f6b0ccf6b
commit
1b558e7243
5 changed files with 11 additions and 3 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
|
@ -21,6 +21,7 @@ export interface Locale {
|
|||
"cancel": string;
|
||||
"noThankYou": string;
|
||||
"enterUsername": string;
|
||||
"showGlobalTimeline": string;
|
||||
"renotedBy": string;
|
||||
"noNotes": string;
|
||||
"noNotifications": string;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ gotIt: "わかった"
|
|||
cancel: "キャンセル"
|
||||
noThankYou: "やめておく"
|
||||
enterUsername: "ユーザー名を入力"
|
||||
showGlobalTimeline: "グローバルタイムラインを表示する"
|
||||
renotedBy: "{user}がリノート"
|
||||
noNotes: "ノートはありません"
|
||||
noNotifications: "通知はありません"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue