add more strings for the settings page

This commit is contained in:
buzz-lightsnack-2007 2024-04-08 00:22:31 +08:00
parent 58857a2736
commit c0dce8d9f0

View file

@ -150,12 +150,22 @@
"settings_filters_add_prompt": { "settings_filters_add_prompt": {
"message": "Enter the URL of the source to add." "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": { "settings_filters_source_prompt": {
"message": "Source or Local Name" "message": "Source or Local Name"
}, },
"settings_filters_content": { "settings_filters_content": {
"message": "Filter" "message": "Filter"
}, },
"JSON_parse_error": { "JSON_parse_error": {
"message": "There is a mistake in your JSON formatting. Please correct the error before saving." "message": "There is a mistake in your JSON formatting. Please correct the error before saving."
}, },