Skip to content

Commit

Permalink
tweak(tms): Pull-to-Refresh -> 引っ張ってリロード
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed May 4, 2024
1 parent ab34fa5 commit ab0309c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10062,7 +10062,7 @@ export interface Locale extends ILocale {
};
readonly "_pullToRefreshSensitivity": {
/**
* Pull-to-Refreshの感度
* 「引っ張ってリロード」の感度
*/
readonly "label": string;
/**
Expand All @@ -10084,11 +10084,11 @@ export interface Locale extends ILocale {
};
readonly "_pullToRefreshAllReload": {
/**
* Pull-to-Refreshでページ全体をリロードする
* 「引っ張ってリロード」でページ全体を再読み込みする
*/
readonly "label": string;
/**
* タイムラインだけではなく、構成しているページ全体を再読み込みします
* 構成しているページ全体を再読み込みする動作に置き換えます
*/
readonly "caption": string;
};
Expand Down
6 changes: 3 additions & 3 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2682,14 +2682,14 @@ _tms:
classic: "クラシック"
forceList: "リスト強制"
_pullToRefreshSensitivity:
label: "Pull-to-Refreshの感度"
label: "「引っ張ってリロード」の感度"
caption: "離してリロードするまでの所要スクロールを変更します。"
low: "低感度"
middle: "中感度 (規定)"
high: "高感度"
_pullToRefreshAllReload:
label: "Pull-to-Refreshでページ全体をリロードする"
caption: "タイムラインだけではなく、構成しているページ全体を再読み込みします"
label: "「引っ張ってリロード」でページ全体を再読み込みする"
caption: "構成しているページ全体を再読み込みする動作に置き換えます"
_pakuru:
label: "「パクる」機能を有効にする"
caption: "リノートメニューに「パクる」を追加します。添付ファイルを含むノートをパクる場合、時間がかかる場合があります。"
Expand Down

0 comments on commit ab0309c

Please sign in to comment.