1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-29 22:14:50 +02:00

timelineBackTopBehavior

This commit is contained in:
tamaina
2023-07-26 12:22:26 +00:00
parent 9f79e494f5
commit 4785b9bfdd
7 changed files with 38 additions and 10 deletions

5
locales/index.d.ts vendored
View File

@@ -1097,6 +1097,7 @@ export interface Locale {
"doYouAgree": string;
"beSureToReadThisAsItIsImportant": string;
"iHaveReadXCarefullyAndAgree": string;
"timelineBackTopBehavior": string;
"_initialAccountSetting": {
"accountCreated": string;
"letsStartAccountSetup": string;
@@ -1637,6 +1638,10 @@ export interface Locale {
"dialog": string;
"quiet": string;
};
"_timelineBackTopBehavior": {
"newest": string;
"next": string;
};
"_channel": {
"create": string;
"edit": string;

View File

@@ -1094,6 +1094,7 @@ expired: "期限切れ"
doYouAgree: "同意しますか?"
beSureToReadThisAsItIsImportant: "重要ですので必ずお読みください。"
iHaveReadXCarefullyAndAgree: "「{x}」の内容をよく読み、同意します。"
timelineBackTopBehavior: "タイムラインのスクロールが先頭に戻った時の挙動"
_initialAccountSetting:
accountCreated: "アカウントの作成が完了しました!"
@@ -1555,6 +1556,10 @@ _serverDisconnectedBehavior:
dialog: "ダイアログで警告"
quiet: "控えめに警告"
_timelineBackTopBehavior:
newest: "最新の投稿を表示"
next: "次の投稿を遡る"
_channel:
create: "チャンネルを作成"
edit: "チャンネルを編集"