diff --git a/locales/index.d.ts b/locales/index.d.ts index fcacfba96b82..de0ec10db982 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -9994,6 +9994,16 @@ export interface Locale extends ILocale { */ readonly "forceList": string; }; + readonly "_pullToRefreshAllReload": { + /** + * Pull-to-Refreshでページ全体をリロードする + */ + readonly "label": string; + /** + * タイムラインだけではなく、構成しているページ全体を再読み込みします。 + */ + readonly "caption": string; + }; readonly "_pakuru": { /** * 「パクる」機能を有効にする diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 2efcdffc6d89..96f87879892e 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -2664,6 +2664,9 @@ _tms: default: "デフォルト" classic: "クラシック" forceList: "リスト強制" + _pullToRefreshAllReload: + label: "Pull-to-Refreshでページ全体をリロードする" + caption: "タイムラインだけではなく、構成しているページ全体を再読み込みします。" _pakuru: label: "「パクる」機能を有効にする" caption: "リノートメニューに「パクる」を追加します。添付ファイルを含むノートをパクる場合、時間がかかる場合があります。" diff --git a/packages/frontend/src/components/MkPullToRefresh.vue b/packages/frontend/src/components/MkPullToRefresh.vue index 67aaf75973e3..16dd88f669bd 100644 --- a/packages/frontend/src/components/MkPullToRefresh.vue +++ b/packages/frontend/src/components/MkPullToRefresh.vue @@ -23,10 +23,11 @@ SPDX-License-Identifier: AGPL-3.0-only