parent
3eaa05a5d9
commit
5aeedf59ff
4 changed files with 35 additions and 30 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -5713,6 +5713,10 @@ export interface Locale extends ILocale {
|
|||
* ひっぱって更新
|
||||
*/
|
||||
"enablePullToRefresh": string;
|
||||
/**
|
||||
* マウスでは、ホイールを押し込みながらドラッグします。
|
||||
*/
|
||||
"enablePullToRefresh_description": string;
|
||||
"_chat": {
|
||||
/**
|
||||
* 送信者の名前を表示
|
||||
|
|
|
|||
|
|
@ -1428,6 +1428,7 @@ _settings:
|
|||
ifOff: "オフのとき"
|
||||
enableSyncThemesBetweenDevices: "デバイス間でインストールしたテーマを同期"
|
||||
enablePullToRefresh: "ひっぱって更新"
|
||||
enablePullToRefresh_description: "マウスでは、ホイールを押し込みながらドラッグします。"
|
||||
|
||||
_chat:
|
||||
showSenderName: "送信者の名前を表示"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue