upd: Prompt for confirmation when Plugin:open_url is used

This commit is contained in:
Marie 2024-09-15 23:54:31 +02:00
parent 3f37db1a13
commit 9b7301fb2e
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
4 changed files with 17 additions and 3 deletions

View file

@ -291,6 +291,7 @@ removeAreYouSure: "Are you sure that you want to remove \"{x}\"?"
deleteAreYouSure: "Are you sure that you want to delete \"{x}\"?"
resetAreYouSure: "Really reset?"
areYouSure: "Are you sure?"
confirmRemoteUrl: "Are you sure that you want to go to \"{x}\"?"
saved: "Saved"
messaging: "Chat"
upload: "Upload"

4
locales/index.d.ts vendored
View file

@ -1180,6 +1180,10 @@ export interface Locale extends ILocale {
*
*/
"areYouSure": string;
/**
* {x}
*/
"confirmRemoteUrl": ParameterizedString<"x">;
/**
*
*/

View file

@ -291,6 +291,7 @@ removeAreYouSure: "「{x}」を削除しますか?"
deleteAreYouSure: "「{x}」を削除しますか?"
resetAreYouSure: "リセットしますか?"
areYouSure: "よろしいですか?"
confirmRemoteUrl: "「{x}」を開きますか?"
saved: "保存しました"
messaging: "チャット"
upload: "アップロード"