upd: add option to disable server disconnect warning
Closes transfem-org/Sharkey#152
This commit is contained in:
parent
8779c0defd
commit
62bb0d1eaa
5 changed files with 5 additions and 1 deletions
|
@ -1735,6 +1735,7 @@ _serverDisconnectedBehavior:
|
|||
reload: "Automatically reload"
|
||||
dialog: "Show warning dialog"
|
||||
quiet: "Show unobtrusive warning"
|
||||
disabled: "Disable warning"
|
||||
_channel:
|
||||
create: "Create channel"
|
||||
edit: "Edit channel"
|
||||
|
|
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -1857,6 +1857,7 @@ export interface Locale {
|
|||
"reload": string;
|
||||
"dialog": string;
|
||||
"quiet": string;
|
||||
"disabled": string;
|
||||
};
|
||||
"_channel": {
|
||||
"create": string;
|
||||
|
|
|
@ -1762,6 +1762,7 @@ _serverDisconnectedBehavior:
|
|||
reload: "自動でリロード"
|
||||
dialog: "ダイアログで警告"
|
||||
quiet: "控えめに警告"
|
||||
disabled: "警告を無効にする"
|
||||
|
||||
_channel:
|
||||
create: "チャンネルを作成"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue