From 32c2b912e651b1278854111463ed053adf74be42 Mon Sep 17 00:00:00 2001 From: Dharun Ashokkumar Date: Tue, 20 Jan 2026 21:33:01 +0530 Subject: [PATCH] fix: add missing translation keys Add English translations for Google Sheets notification setup instructions --- src/lang/en.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/lang/en.json b/src/lang/en.json index a2a87669d..39d24bc26 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -733,6 +733,19 @@ "pushyToken": "Device token", "apprise": "Apprise (Support 50+ Notification services)", "GoogleChat": "Google Chat (Google Workspace only)", + "Google Apps Script Webhook URL": "Google Apps Script Webhook URL", + "Deploy a Google Apps Script as a web app and paste the URL here": "Deploy a Google Apps Script as a web app and paste the URL here", + "Quick Setup Guide": "Quick Setup Guide", + "Open your Google Spreadsheet": "Open your Google Spreadsheet", + "Go to Extensions → Apps Script": "Go to Extensions → Apps Script", + "Paste the script code (see below)": "Paste the script code (see below)", + "Click Deploy → New deployment → Web app": "Click Deploy → New deployment → Web app", + "Set 'Execute as: Me' and 'Who has access: Anyone'": "Set 'Execute as: Me' and 'Who has access: Anyone'", + "Copy the web app URL and paste it above": "Copy the web app URL and paste it above", + "Google Apps Script Code": "Google Apps Script Code", + "Copy to Clipboard": "Copy to Clipboard", + "Copied to clipboard!": "Copied to clipboard!", + "Failed to copy to clipboard": "Failed to copy to clipboard", "Template plain text instead of using cards": "Template plain text instead of using cards", "issueWithGoogleChatOnAndroidHelptext": "This also allows to get around bugs upstream like {issuetackerURL}", "wayToGetKookBotToken": "Create application and get your bot token at {0}",