This commit is contained in:
mattyatea 2024-02-05 01:28:12 +09:00
parent fd54c299a5
commit 2ab6bb52c2
6 changed files with 122 additions and 67 deletions

16
locales/index.d.ts vendored
View file

@ -108,6 +108,22 @@ export interface Locale extends ILocale {
*
*/
"showGlobalTimeline": string;
/**
*
*/
"showHomeTimeline": string;
/**
*
*/
"showLocalTimeline": string;
/**
*
*/
"showSocialTimeline": string;
/**
* TLの名前を表示する
*/
"topBarNameShown": string;
/**
* {user}
*/

View file

@ -23,6 +23,10 @@ myLists: "自分の作成したリスト"
noThankYou: "やめておく"
enterUsername: "ユーザー名を入力"
showGlobalTimeline: "グローバルタイムラインを表示する"
showHomeTimeline: "ホームタイムラインを表示する"
showLocalTimeline: "ローカルタイムラインを表示する"
showSocialTimeline: "ソーシャルタイムラインを表示する"
topBarNameShown: "上のバーのTLの名前を表示する"
renotedBy: "{user}がリノート"
noNotes: "ノートはありません"
noNotifications: "通知はありません"