From 8fa2fdecb9db696f069558e7c29c3e9609975b70 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:11:47 +0200 Subject: [PATCH] New translations search-engine.json (Russian) --- public/locales/ru/settings/general/search-engine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/ru/settings/general/search-engine.json diff --git a/public/locales/ru/settings/general/search-engine.json b/public/locales/ru/settings/general/search-engine.json new file mode 100644 index 000000000..42f708ffb --- /dev/null +++ b/public/locales/ru/settings/general/search-engine.json @@ -0,0 +1,11 @@ +{ + "title": "Search engine", + "tips": { + "generalTip": "Use the prefixes !yt and !t in front of your query to search on YouTube or for a Torrent respectively.", + "placeholderTip": "%s can be used as a placeholder for the query." + }, + "customEngine": { + "label": "Query URL", + "placeholder": "Custom query URL" + } +} \ No newline at end of file