From c0dce8d9f005135b01fb7a3e4cbf0cc117b0c3ac Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:22:31 +0800 Subject: [PATCH] add more strings for the settings page --- _locales/en/messages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 881ef79..abf3d50 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -150,12 +150,22 @@ "settings_filters_add_prompt": { "message": "Enter the URL of the source to add." }, + "settings_filters_source_name": { + "message": "Title" + }, + "settings_filters_source_author": { + "message": "Author" + }, + "settings_filters_source_description": { + "message": "Description" + }, "settings_filters_source_prompt": { "message": "Source or Local Name" }, "settings_filters_content": { "message": "Filter" }, + "JSON_parse_error": { "message": "There is a mistake in your JSON formatting. Please correct the error before saving." },