diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-01 04:01:07 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-01 04:01:07 +0300 |
| commit | 116069c8e9643f0f16e0fc7c1d123ba45fce720a (patch) | |
| tree | 00484f2c92253201393897323210f36bd6ca358e /locales/en_uk.ini | |
| parent | c41ab84738ddfc71d6062e0d173afa33ac2c35a6 (diff) | |
| download | omnisearch-116069c8e9643f0f16e0fc7c1d123ba45fce720a.tar.gz | |
feat: add more locale keys
Diffstat (limited to 'locales/en_uk.ini')
| -rw-r--r-- | locales/en_uk.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/locales/en_uk.ini b/locales/en_uk.ini index 84a7d8b..8088abd 100644 --- a/locales/en_uk.ini +++ b/locales/en_uk.ini @@ -23,6 +23,9 @@ save_settings_button = "Save Settings" no_results = "No results found" error_images = "Error fetching images" rate_limit = "Slow down! Too many searches from you!" +warning_fetch_error = "request failed before OmniSearch could read search results." +warning_parse_mismatch = "returned search results in a format OmniSearch could not parse." +warning_blocked = "returned a captcha or another blocking page instead of search results." read_more = "Read More" view_cached = "Cached" view_image = "Image" |
