2021-05-24 21:03:02 +00:00
{
2021-06-15 14:14:42 +00:00
"lang_en" : {
"search" : "Search" ,
"config" : "Configuration" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Set Country" ,
2021-06-15 14:14:42 +00:00
"config-lang" : "Interface Language" ,
"config-lang-search" : "Search Language" ,
"config-near" : "Near" ,
"config-near-help" : "City Name" ,
"config-block" : "Block" ,
"config-block-help" : "Comma-separated site list" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Block by Title" ,
"config-block-title-help" : "Use regex" ,
"config-block-url" : "Block by URL" ,
"config-block-url-help" : "Use regex" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "Theme" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Remove Javascript in Anonymous View" ,
"config-anon-view" : "Show Anonymous View Links" ,
2021-06-15 14:14:42 +00:00
"config-dark" : "Dark Mode" ,
"config-safe" : "Safe Search" ,
"config-alts" : "Replace Social Media Links" ,
"config-alts-help" : "Replaces Twitter/YouTube/Instagram/etc links with privacy respecting alternatives." ,
"config-new-tab" : "Open Links in New Tab" ,
"config-images" : "Full Size Image Search" ,
"config-images-help" : "(Experimental) Adds the 'View Image' option to desktop image searches. This will cause image result thumbnails to be lower resolution." ,
"config-tor" : "Use Tor" ,
"config-get-only" : "GET Requests Only" ,
"config-url" : "Root URL" ,
"config-css" : "Custom CSS" ,
"load" : "Load" ,
"apply" : "Apply" ,
"save-as" : "Save As..." ,
"github-link" : "View on GitHub" ,
2021-06-28 14:26:51 +00:00
"translate" : "translate" ,
"light" : "light" ,
"dark" : "dark" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "system" ,
"ratelimit" : "Instance has been ratelimited" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Continue your search with Farside" ,
"all" : "All" ,
"images" : "Images" ,
"maps" : "Maps" ,
"videos" : "Videos" ,
"news" : "News" ,
2022-04-13 17:29:07 +00:00
"books" : "Books" ,
"anon-view" : "Anonymous View"
2021-06-15 14:14:42 +00:00
} ,
2021-06-03 13:24:32 +00:00
"lang_nl" : {
"search" : "Zoeken" ,
"config" : "Instellingen" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Land instellen" ,
2021-06-03 13:24:32 +00:00
"config-lang" : "Taal instellingen" ,
"config-lang-search" : "Zoek taal" ,
"config-near" : "Dichtbij" ,
"config-near-help" : "Stad" ,
"config-block" : "Blok" ,
"config-block-help" : "Lijst met sites met kommas onderscheiden" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Blokkeren op titel" ,
"config-block-title-help" : "Gebruik regex" ,
"config-block-url" : "Blokkeren op URL" ,
"config-block-url-help" : "Gebruik regex" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "Thema" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Javascript verwijderen in anonieme weergave" ,
"config-anon-view" : "Toon anonieme links bekijken" ,
2021-06-03 13:24:32 +00:00
"config-dark" : "Donkere Modus" ,
"config-safe" : "Veilig zoeken" ,
"config-alts" : "Social Media Links Vervangen" ,
"config-alts-help" : "Vervang Twitter/YouTube/Instagram/etc links met privacy gerespecteerde alternatieve." ,
"config-new-tab" : "Open Links in New Tab" ,
"config-images" : "Volledige Grote Afbeelding Zoeken" ,
"config-images-help" : "(Expirimenteel) Voegt de optie 'View Image' toe aan desktop afbeeldingen zoeken. Dit zorgt ervoor dat de voorbeeld foto's kleiner zijn." ,
"config-tor" : "Gebruik Tor" ,
"config-get-only" : "Alleen GET Requests" ,
"config-url" : "Root URL" ,
"config-css" : "Eigen CSS" ,
"load" : "Laden" ,
"apply" : "Opslaan" ,
"save-as" : "Opslaan Als..." ,
2021-06-15 14:14:42 +00:00
"github-link" : "Bekijk op GitHub" ,
2021-06-28 14:26:51 +00:00
"translate" : "vertalen" ,
"light" : "helder" ,
"dark" : "donker" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "systeeminstellingen" ,
"ratelimit" : "Instantie is beperkt in snelheid" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Ga verder met zoeken met Farside" ,
"all" : "Alle" ,
"images" : "Afbeeldingen" ,
"maps" : "Maps" ,
"videos" : "Videos" ,
"news" : "Nieuws" ,
2022-04-13 17:29:07 +00:00
"books" : "Boeken" ,
"anon-view" : "Anonieme Weergave"
2021-06-03 13:24:32 +00:00
} ,
2021-06-01 23:57:48 +00:00
"lang_de" : {
"search" : "Suchen" ,
"config" : "Einstellungen" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Land einstellen" ,
2021-06-01 23:57:48 +00:00
"config-lang" : "Oberflächen-Sprache" ,
"config-lang-search" : "Such-Sprache" ,
"config-near" : "In der Nähe von" ,
"config-near-help" : "Stadt-Name" ,
"config-block" : "Block" ,
"config-block-help" : "Komma-getrennte Liste von Seiten" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Nach Titel blockieren" ,
"config-block-title-help" : "Regex verwenden" ,
"config-block-url" : "Nach URL blockieren" ,
"config-block-url-help" : "Regex verwenden" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "Thema" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Entfernen Sie Javascript in der anonymen Ansicht" ,
"config-anon-view" : "Anonyme Ansichtslinks anzeigen" ,
2021-06-01 23:57:48 +00:00
"config-dark" : "Dark Mode" ,
"config-safe" : "Sicheres Suchen" ,
"config-alts" : "Social-Media-Links ersetzen" ,
"config-alts-help" : "Ersetzt Twitter/YouTube/Instagram/etc Links mit Alternativen, welche die Privatsphäre respektieren." ,
"config-new-tab" : "Links in neuen Tabs öffnen" ,
"config-images" : "Bilder-Suche in Vollbild" ,
"config-images-help" : "(Experimentell) Fügt 'View Image'-Einstellung zu Dekstop Bilder-Suchen hinzu. Dadurch werden Thumbnails in niedrigerer Auflösung angezeigt." ,
"config-tor" : "Tor benutzen" ,
"config-get-only" : "Auschließlich GET-Anfragen" ,
"config-url" : "Root URL" ,
"config-css" : "Custom CSS" ,
"load" : "Laden" ,
"apply" : "Übernehmen" ,
"save-as" : "Speichern unter..." ,
2021-06-15 14:14:42 +00:00
"github-link" : "Auf GitHub öffnen" ,
2021-06-28 14:26:51 +00:00
"translate" : "Übersetzen" ,
"light" : "hell" ,
"dark" : "dunkel" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "Systemeinstellung" ,
"ratelimit" : "Instanz wurde ratenbegrenzt" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Setzen Sie Ihre Suche fort mit Farside" ,
"all" : "Alle" ,
"images" : "Bilder" ,
"maps" : "Maps" ,
"videos" : "Videos" ,
2022-05-02 17:56:21 +00:00
"news" : "Nachrichten" ,
2022-04-13 17:29:07 +00:00
"books" : "Bücher" ,
"anon-view" : "Anonyme Ansicht"
2021-05-24 21:03:02 +00:00
} ,
"lang_es" : {
"search" : "Buscar" ,
"config" : "Configuración" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Establecer País" ,
2021-05-24 21:03:02 +00:00
"config-lang" : "Idioma de Interfaz" ,
"config-lang-search" : "Idioma de Búsqueda" ,
"config-near" : "Cerca" ,
"config-near-help" : "Nombre de la Ciudad" ,
"config-block" : "Bloquear" ,
"config-block-help" : "Lista de sitios separados por comas" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Bloquear por título" ,
"config-block-title-help" : "Usar expresiones regulares" ,
"config-block-url" : "Bloquear por URL" ,
"config-block-url-help" : "Usar expresiones regulares" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "Tema" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Eliminar Javascript en vista anónima" ,
"config-anon-view" : "Mostrar enlaces de vista anónima" ,
2021-05-24 21:03:02 +00:00
"config-dark" : "Modo Oscuro" ,
"config-safe" : "Búsqueda Segura" ,
"config-alts" : "Reemplazar Enlaces de Redes Sociales" ,
"config-alts-help" : "Reemplaza los enlaces de Twitter/YouTube/Instagram/etc con alternativas que respetan la privacidad." ,
"config-new-tab" : "Abrir enlaces en una pestaña nueva" ,
"config-images" : "Búsqueda de imágenes a tamaño completo" ,
"config-images-help" : "(Experimental) Agrega la opción 'Ver imagen' a las búsquedas de imágenes de escritorio. Esto hará que las miniaturas de los resultados de la imagen aparezcan con una resolución más baja." ,
"config-tor" : "Usa Tor" ,
"config-get-only" : "GET solo solicitudes" ,
"config-url" : "URL raíz" ,
"config-css" : "CSS personalizado" ,
"load" : "Cargar" ,
"apply" : "Aplicar" ,
"save-as" : "Guardar como..." ,
2021-06-15 14:14:42 +00:00
"github-link" : "Ver en GitHub" ,
2021-06-28 14:26:51 +00:00
"translate" : "traducir" ,
"light" : "brillante" ,
"dark" : "oscuro" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "configuración del sistema" ,
"ratelimit" : "La instancia ha sido ratelimited" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Continúe su búsqueda con Farside" ,
"all" : "Todo" ,
"images" : "Imágenes" ,
"maps" : "Maps" ,
"videos" : "Vídeos" ,
"news" : "Noticias" ,
2022-04-13 17:29:07 +00:00
"books" : "Libros" ,
"anon-view" : "Vista Anónima"
2021-05-25 13:51:05 +00:00
} ,
"lang_it" : {
"search" : "Cerca" ,
"config" : "Impostazioni" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Imposta Paese" ,
2021-05-25 13:51:05 +00:00
"config-lang" : "Lingua dell'interfaccia" ,
"config-lang-search" : "Lingua della ricerca" ,
"config-near" : "Vicino" ,
"config-near-help" : "Nome della città" ,
"config-block" : "Blocca" ,
"config-block-help" : "Lista di siti separati da virgole" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Blocca per titolo" ,
"config-block-title-help" : "Usa regex" ,
"config-block-url" : "Blocca per url" ,
"config-block-url-help" : "Usa regex" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "Tema" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Rimuovere Javascript in visualizzazione anonima" ,
"config-anon-view" : "Mostra collegamenti di visualizzazione anonimi" ,
2021-05-25 13:51:05 +00:00
"config-dark" : "Modalità Notte" ,
"config-safe" : "Ricerca Sicura" ,
"config-alts" : "Sostituisci link dei social" ,
"config-alts-help" : "Sostituisci link di Twitter/YouTube/Instagram/etc con alternative che rispettano la privacy." ,
"config-new-tab" : "Apri i link in una nuova scheda" ,
"config-images" : "Ricerca Immagini" ,
"config-images-help" : "(Sperimentale) Aggiunge la modalità 'Ricerca Immagini'. Questo ridurrà drasticamente la qualità delle miniature durante la ricerca." ,
"config-tor" : "Usa Tor" ,
"config-get-only" : "Utilizza solo richieste GET" ,
"config-url" : "Root URL" ,
"config-css" : "CSS Personalizzato" ,
"load" : "Carica" ,
"apply" : "Applica" ,
"save-as" : "Salva Come..." ,
2021-06-15 14:14:42 +00:00
"github-link" : "Guarda su GitHub" ,
2021-06-28 14:26:51 +00:00
"translate" : "tradurre" ,
"light" : "luminoso" ,
"dark" : "notte" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "impostazioni di sistema" ,
"ratelimit" : "L'istanza è stata limitata alla velocità" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Continua la tua ricerca con Farside" ,
"all" : "Tutti" ,
"images" : "Immagini" ,
"maps" : "Maps" ,
"videos" : "Video" ,
"news" : "Notizie" ,
2022-04-13 17:29:07 +00:00
"books" : "Libri" ,
"anon-view" : "Vista Anonima"
2021-06-04 15:16:58 +00:00
} ,
2021-10-21 02:01:04 +00:00
"lang_pt" : {
2021-08-30 22:11:32 +00:00
"search" : "Pesquisar" ,
2021-06-04 15:16:58 +00:00
"config" : "Configuração" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Definir País" ,
2021-06-04 15:16:58 +00:00
"config-lang" : "Idioma da Interface" ,
2021-08-30 22:11:32 +00:00
"config-lang-search" : "Idioma da Pesquisa" ,
2021-06-04 15:16:58 +00:00
"config-near" : "Perto" ,
"config-near-help" : "Nome da Cidade" ,
"config-block" : "Bloquear" ,
"config-block-help" : "Lista de sites separados por vírgulas" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Bloco por título" ,
"config-block-title-help" : "Use regex" ,
"config-block-url" : "Bloquear por url" ,
"config-block-url-help" : "Use regex" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "Tema" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Remover Javascript na visualização anônima" ,
"config-anon-view" : "Mostrar links de visualização anônimos" ,
2021-06-04 15:16:58 +00:00
"config-dark" : "Modo Escuro" ,
2021-08-30 22:11:32 +00:00
"config-safe" : "Pesquisa Segura" ,
2021-06-04 15:16:58 +00:00
"config-alts" : "Substituir Links de Redes Sociais" ,
"config-alts-help" : "Substitui os links do Twitter/YouTube/Instagram/etc. por alternativas que respeitam sua privacidade." ,
"config-new-tab" : "Abrir Links em Nova Aba" ,
2021-08-30 22:11:32 +00:00
"config-images" : "Pesquisa de Imagem em Tamanho Real" ,
"config-images-help" : "(Experimental) Adiciona a opção 'Mostrar Imagem' às pesquisas de imagens no modo 'para computador'. Isso fará com que as miniaturas do resultado da imagem sejam de menor resolução." ,
2021-06-04 15:16:58 +00:00
"config-tor" : "Usar Tor" ,
2021-08-30 22:11:32 +00:00
"config-get-only" : "Apenas Pedidos GET" ,
2021-06-04 15:16:58 +00:00
"config-url" : "URL Fonte" ,
"config-css" : "CSS Personalizado" ,
"load" : "Carregar" ,
"apply" : "Aplicar" ,
2021-08-30 22:11:32 +00:00
"save-as" : "Guardar Como..." ,
2021-06-15 14:14:42 +00:00
"github-link" : "Ver no GitHub" ,
2021-06-28 14:26:51 +00:00
"translate" : "traduzir" ,
"light" : "brilhante" ,
"dark" : "escuro" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "configuração de sistema" ,
"ratelimit" : "A instância foi limitada pela taxa" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Continue sua pesquisa com Farside" ,
"all" : "Todas" ,
"images" : "Imagens" ,
"maps" : "Maps" ,
"videos" : "Vídeos" ,
"news" : "Notícias" ,
2022-04-13 17:29:07 +00:00
"books" : "Livros" ,
"anon-view" : "Visualização Anônima"
2021-06-11 14:22:25 +00:00
} ,
2021-11-23 17:36:52 +00:00
"lang_ru" : {
"search" : "Поиск" ,
"config" : "Настройка" ,
2022-04-18 18:46:02 +00:00
"config-country" : "Указать страну" ,
2021-11-23 17:36:52 +00:00
"config-lang" : "Язык интерфейса" ,
"config-lang-search" : "Язык поиска" ,
"config-near" : "Около" ,
"config-near-help" : "Название города" ,
"config-block" : "Блокировать" ,
2022-04-18 18:46:02 +00:00
"config-block-help" : "Список сайтов через запятую" ,
2021-11-23 17:36:52 +00:00
"config-block-title" : "Блокировать по названию" ,
"config-block-title-help" : "Используйте regex" ,
"config-block-url" : "Блокировать по URL-адресу" ,
"config-block-url-help" : "Используйте regex" ,
2022-04-18 18:46:02 +00:00
"config-theme" : "Тема" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Удалить Javascript в анонимном просмотре" ,
2022-04-18 18:46:02 +00:00
"config-anon-view" : "Показать ссылки для анонимного просмотра" ,
"config-dark" : "Тёмный режим" ,
2021-11-23 17:36:52 +00:00
"config-safe" : "Безопасный поиск" ,
"config-alts" : "Заменить ссылки на социальные сети" ,
"config-alts-help" : "Замена ссылкок Twitter, YouTube, Instagram и т.д. на альтернативы, уважающие конфиденциальность." ,
"config-new-tab" : "Открывать ссылки в новой вкладке" ,
"config-images" : "Поиск полноразмерных изображений" ,
2022-04-18 18:46:02 +00:00
"config-images-help" : "(Эксперимент) Добавляет опцию 'Просмотр изображения' к поиску изображений в ПК-режиме. Это приведет к тому, что миниатюры изображений будут иметь более низкое разрешение." ,
2021-11-23 17:36:52 +00:00
"config-tor" : "Использовать Tor" ,
"config-get-only" : "Только GET-запросы" ,
"config-url" : "Корневой URL-адрес" ,
"config-css" : "Пользовательский CSS" ,
"load" : "Загрузить" ,
"apply" : "Применить" ,
"save-as" : "Сохранить как..." ,
2022-04-18 18:46:02 +00:00
"github-link" : "Посмотреть на GitHub" ,
2021-11-23 17:36:52 +00:00
"translate" : "перевести" ,
2022-04-18 18:46:02 +00:00
"light" : "светлая" ,
"dark" : "тёмная" ,
"system" : "системная" ,
"ratelimit" : "Инстанс был ограничен по операциям" ,
"continue-search" : "Продолжить поиск с Farside" ,
2022-02-07 17:47:25 +00:00
"all" : "В с е " ,
"images" : "Картинки" ,
"maps" : "Карты" ,
"videos" : "Видео" ,
"news" : "Новости" ,
2022-04-13 17:29:07 +00:00
"books" : "Книги" ,
"anon-view" : "Анонимный просмотр"
2021-11-23 17:36:52 +00:00
} ,
2021-06-11 15:33:01 +00:00
"lang_zh-CN" : {
"search" : "搜索" ,
"config" : "配置" ,
2021-11-23 20:48:54 +00:00
"config-country" : "设置国家" ,
2021-06-11 15:33:01 +00:00
"config-lang" : "界面语言" ,
"config-lang-search" : "搜索语言" ,
"config-near" : "接近" ,
"config-near-help" : "城市名" ,
"config-block" : "屏蔽" ,
"config-block-help" : "逗号分隔的网站列表" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "按网站标题屏蔽" ,
"config-block-title-help" : "使用正则表达式" ,
"config-block-url" : "按网站链接屏蔽" ,
"config-block-url-help" : "使用正则表达式" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "主题" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "在匿名视图中删除 Javascript" ,
"config-anon-view" : "显示匿名查看链接" ,
2021-06-11 15:33:01 +00:00
"config-dark" : "深色模式" ,
"config-safe" : "安全搜索" ,
"config-alts" : "替换社交媒体链接" ,
"config-alts-help" : "使用尊重隐私的第三方网站替换 Twitter/YouTube/Instagram 等链接。" ,
"config-new-tab" : "在新标签页打开链接" ,
"config-images" : "完整尺寸图片搜索" ,
"config-images-help" : "(实验性)为桌面版图片搜索添加“查看图片”选项。这会降低图片结果缩略图的分辨率。" ,
"config-tor" : "使用 Tor" ,
"config-get-only" : "仅限 GET 请求" ,
"config-url" : "站点根 URL" ,
"config-css" : "自定义 CSS" ,
"load" : "载入" ,
"apply" : "应用" ,
"save-as" : "另存为..." ,
2021-06-15 14:14:42 +00:00
"github-link" : "在 GitHub 上查看" ,
2021-06-28 14:26:51 +00:00
"translate" : "翻译" ,
"light" : "明亮的" ,
"dark" : "黑暗的" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "系统设置" ,
"ratelimit" : "实例已被限速" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "继续搜索 Farside" ,
"all" : "全部" ,
2022-06-24 16:52:27 +00:00
"images" : "图片" ,
"maps" : "地图" ,
"videos" : "视频" ,
"news" : "新闻" ,
"books" : "书籍" ,
2022-04-13 17:29:07 +00:00
"anon-view" : "匿名视图"
2021-06-11 15:33:01 +00:00
} ,
2021-06-11 14:22:25 +00:00
"lang_si" : {
"search" : "සොයන්න" ,
"config" : "වින්යාසය" ,
2021-11-23 20:48:54 +00:00
"config-country" : "රට සකසන්න" ,
2021-06-11 14:22:25 +00:00
"config-lang" : "අතුරු මුහුණතෙහි භාෂාව" ,
2021-07-22 15:13:09 +00:00
"config-lang-search" : "සෙවුම් භාෂාව" ,
2021-06-11 14:22:25 +00:00
"config-near" : "ආසන්න" ,
"config-near-help" : "නගරයේ නම" ,
"config-block" : "අවහිර" ,
"config-block-help" : "අල්ප විරාම වලින් වෙන් වූ අඩවි ලැයිස්තුව" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "මාතෘකාව අනුව අවහිර කරන්න" ,
2022-02-04 23:16:56 +00:00
"config-block-title-help" : "වාක්යවිධි භාවිතා කරන්න" ,
"config-block-url" : "ඒ.ස.නි. මඟින් අවහිර කරන්න" ,
2021-10-21 02:01:04 +00:00
"config-block-url-help" : "රෙජෙක්ස් භාවිතා කරන්න" ,
2021-06-28 14:26:51 +00:00
"config-theme" : "තේමාව" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Anonymous View හි Javascript ඉවත් කරන්න" ,
"config-anon-view" : "නිර්නාමික බලන්න සබැඳි පෙන්වන්න" ,
2021-06-11 14:22:25 +00:00
"config-dark" : "අඳුරු ආකාරය" ,
2022-02-04 23:16:56 +00:00
"config-safe" : "ආරක්ෂිත සෙවුම" ,
2021-06-11 14:22:25 +00:00
"config-alts" : "සමාජ මාධ්ය සබැඳි ප්රතිස්ථාපනය කරන්න" ,
"config-alts-help" : "ට්විටර්/යූ ටියුබ්/ඉන්ස්ටග්රෑම් ආදී සබැඳි පෞද්ගලිකත්වයට ගරු කරන විකල්ප සමඟ ප්රතිස්ථාපනය කරයි." ,
"config-new-tab" : "නව තීරුවකින් සබැඳි විවෘත කරන්න" ,
2021-07-22 15:13:09 +00:00
"config-images" : "පූර්ණ ප්රමාණයේ රූප සෙවීම" ,
2021-06-11 14:22:25 +00:00
"config-images-help" : "(පර්යේෂණාත්මක) මේස පරිගණකවල රූප සෙවීමට 'රූපය බලන්න' විකල්පය එකතු කරයි. මෙය රූප ප්රතිඵල සංක්ෂිප්තවල අඩු විභේදනයක් ඇති කිරීමට හේතු වේ." ,
"config-tor" : "ටෝර් භාවිතා කරන්න" ,
"config-get-only" : "ඉල්ලීම් පමණක් ලබා ගන්න" ,
"config-url" : "ඒ.ස.නි.(URL) මූලය" ,
"config-css" : "අභිරුචි සීඑස්එස්" ,
"load" : "පූරනය කරන්න" ,
"apply" : "යොදන්න" ,
"save-as" : "...ලෙස සුරකින්න" ,
2021-06-15 14:14:42 +00:00
"github-link" : "ගිට්හබ් හි බලන්න" ,
2021-06-28 14:26:51 +00:00
"translate" : "පරිවර්තනය කරන්න" ,
"light" : "දීප්තිමත්" ,
"dark" : "අඳුරු" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "පද්ධතිය" ,
2022-02-04 23:16:56 +00:00
"ratelimit" : "සේවාදායකය අනුපාතනය කර ඇත" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Farside සමඟ ඔබගේ සෙවුම කරගෙන යන්න" ,
"all" : "සියල්ල" ,
"images" : "රූප" ,
"maps" : "සිතියම්" ,
"videos" : "වීඩියෝ" ,
"news" : "අනුරූප" ,
2022-04-13 17:29:07 +00:00
"books" : "පොත්" ,
"anon-view" : "නිර්නාමික දසුන"
2021-08-24 15:12:34 +00:00
} ,
"lang_fr" : {
"search" : "Chercher" ,
"config" : "Configuration" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Définir le pays" ,
2021-08-24 15:12:34 +00:00
"config-lang" : "Langage de l'Interface" ,
"config-lang-search" : "Langage de Recherche" ,
"config-near" : "Proche" ,
"config-near-help" : "Nom de ville" ,
"config-block" : "Bloquer" ,
"config-block-help" : "Liste de sites séparés pas des virgules" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Bloquer par titre" ,
"config-block-title-help" : "Utiliser l'expression régulière" ,
"config-block-url" : "Bloquer par URL" ,
"config-block-url-help" : "Utiliser l'expression régulière" ,
2021-08-24 15:12:34 +00:00
"config-theme" : "Theme" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Supprimer Javascript dans la vue anonyme" ,
"config-anon-view" : "Afficher les liens de vue anonymes" ,
2021-08-24 15:12:34 +00:00
"config-dark" : "Mode Sombre" ,
"config-safe" : "Recherche sécurisée" ,
"config-alts" : "Remplacer les liens des réseaux sociaux" ,
"config-alts-help" : "Remplacer les liens Twitter/YouTube/Instagram/etc avec leurs alternatives respectueuses de la vie privée." ,
"config-new-tab" : "Ouvrir les Liens dans un Nouveau Onglet" ,
"config-images" : "Recherche d'image en plein écran" ,
"config-images-help" : "(Expérimental) Ajouter l'option 'Voir Image' aux recherches d'images sur ordinateur. Les vignettes des résultats d'image seront de plus faible résolution." ,
"config-tor" : "Utiliser Tor" ,
"config-get-only" : "Requêtes GET seulement" ,
"config-url" : "URL de la racine" ,
"config-css" : "CSS Personalisé" ,
"load" : "Charger" ,
"apply" : "Appliquer" ,
"save-as" : "Sauvegarder comme..." ,
"github-link" : "Voir sur GitHub" ,
"translate" : "Traduire" ,
"light" : "clair" ,
"dark" : "sombre" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "système" ,
"ratelimit" : "Le débit de l'instance a été limité" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Continuez votre recherche avec Farside" ,
"all" : "Tous" ,
"images" : "Images" ,
"maps" : "Maps" ,
"videos" : "Vidéos" ,
"news" : "Actualités" ,
2022-04-13 17:29:07 +00:00
"books" : "Livres" ,
"anon-view" : "Vue anonyme"
2021-08-30 22:05:19 +00:00
} ,
2021-08-30 22:17:14 +00:00
"lang_fa" : {
"search" : "جستجو" ,
"config" : "پیکربندی" ,
2021-11-23 20:48:54 +00:00
"config-country" : "کشور را تنظیم کنید" ,
2021-08-30 22:17:14 +00:00
"config-lang" : "زبان رابط کاربری" ,
"config-lang-search" : "زبان جستجو" ,
"config-near" : "نزدیک" ,
"config-near-help" : "نام شهر" ,
"config-block" : "مسدود کردن" ,
"config-block-help" : "لیست سایتها با ویرگول جدا میشود." ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "مسدود کردن بر اساس عنوان" ,
"config-block-title-help" : "از عبارت منظم استفاده کنید" ,
"config-block-url" : "بلوک بر اساس URL" ,
"config-block-url-help" : "از عبارت منظم استفاده کنید" ,
2021-08-30 22:17:14 +00:00
"config-theme" : "پوسته" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "جاوا اسکریپت را در نمای ناشناس حذف کنید" ,
"config-anon-view" : "نمایش پیوندهای مشاهده ناشناس" ,
2021-08-30 22:17:14 +00:00
"config-dark" : "حالت تاریک" ,
"config-safe" : "جستجوی امن" ,
"config-alts" : "جایگزینی پیوندهای شبکههای اجتماعی" ,
"config-alts-help" : "لینکهای توییتر، یوتیوب، اینستاگرام و... را با جایگزینهایی که به حریم خصوصی احترام میگذارند جایگزین میکند." ,
"config-new-tab" : "باز کردن پیوندها در تب جدید" ,
"config-images" : "جستجوی تصویر در اندازهی کامل" ,
"config-images-help" : "(تجربی) گزینهی \"مشاهدهی تصویر\" را به جستجوهای تصویر میزکار اضافه میکند. این باعث میشود تصاویر کوچک وضوح و حجم کمتری داشته باشند." ,
"config-tor" : "استفاده از تور" ,
"config-get-only" : "فقط درخواستهای GET" ,
"config-url" : "آدرس ریشهی سایت" ,
"config-css" : "CSS دلخواه" ,
"load" : "بارگذاری" ,
"apply" : "تایید" ,
"save-as" : "ذخیره به عنوان..." ,
"github-link" : "نمایش در گیتهاب" ,
"translate" : "ترجمه" ,
"light" : "روشن" ,
"dark" : "تیره" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "سیستم" ,
"ratelimit" : "نمونه با نرخ محدود شده است" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Farside جستجوی خود را با " ,
"all" : "همه" ,
"images" : "تصاویر" ,
"maps" : "نقشهها" ,
"videos" : "ویدئوها" ,
"news" : "اخبار" ,
2022-04-13 17:29:07 +00:00
"books" : "کتابها" ,
"anon-view" : "نمای ناشناس"
2021-08-30 22:17:14 +00:00
} ,
2021-08-30 22:05:19 +00:00
"lang_cs" : {
"search" : "Hledat" ,
"config" : "Konfigurace" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Nastavte zemi" ,
2021-08-30 22:05:19 +00:00
"config-lang" : "Jazyk rozhraní" ,
"config-lang-search" : "Jazyk vyhledávání" ,
"config-near" : "Poblíž" ,
"config-near-help" : "Název města" ,
"config-block" : "Blokovat" ,
"config-block-help" : "Čárkami oddělený seznam stránek" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Blokovat podle názvu" ,
"config-block-title-help" : "Použijte regulární výraz" ,
"config-block-url" : "Blokovat podle adresy URL" ,
"config-block-url-help" : "Použijte regulární výraz" ,
2021-08-30 22:05:19 +00:00
"config-theme" : "Motiv" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Odeberte Javascript v anonymním zobrazení" ,
"config-anon-view" : "Zobrazit odkazy anonymního zobrazení" ,
2021-08-30 22:05:19 +00:00
"config-dark" : "Tmavý motiv" ,
"config-safe" : "Bezpečné vyhledávání" ,
"config-alts" : "Nahradit odkazy na sociální média" ,
"config-alts-help" : "Nahradí odkazy na Twitter, YouTube, Instagram atd. alternativami respektujícími soukromí." ,
"config-new-tab" : "Otevírat odkazy na novém listu" ,
"config-images" : "Vyhledávání obrázků v plné velikosti" ,
"config-images-help" : "(Experimentální) Přidá volbu ‚ Zobrazit obrázek‘ do vyhledávání obrázků na ploše. Způsobí to, že náhledy výsledků vyhledávání obrázků budou mít nižší rozlišení." ,
"config-tor" : "Používat Tor" ,
"config-get-only" : "Pouze požadavky GET" ,
"config-url" : "Kořenová adresa URL" ,
"config-css" : "Vlastní CSS" ,
"load" : "Načíst" ,
"apply" : "Použít" ,
"save-as" : "Uložit jako..." ,
"github-link" : "Zobrazit na GitHub" ,
"translate" : "Přeložit" ,
"light" : "Světlý" ,
"dark" : "Tmavý" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "Systémový" ,
"ratelimit" : "Instance byla omezena sazbou" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Pokračujte ve vyhledávání pomocí Farside" ,
"all" : "Vše" ,
"images" : "Obrázky" ,
"maps" : "Mapy" ,
"videos" : "Videa" ,
"news" : "Zprávy" ,
2022-04-13 17:29:07 +00:00
"books" : "Knihy" ,
"anon-view" : "Anonymní pohled"
2021-09-15 21:30:53 +00:00
} ,
"lang_zh-TW" : {
"search" : "搜尋" ,
"config" : "設定" ,
2022-05-02 17:53:33 +00:00
"config-country" : "設定國家" ,
"config-lang" : "介面語言" ,
2021-09-15 21:30:53 +00:00
"config-lang-search" : "搜尋語言" ,
"config-near" : "接近" ,
2022-05-02 17:53:33 +00:00
"config-near-help" : "城市名稱" ,
"config-block" : "封鎖" ,
"config-block-help" : "以逗號分隔之網址列表" ,
"config-block-title" : "按標題封鎖" ,
"config-block-title-help" : "使用正規表達式" ,
"config-block-url" : "按網址封鎖" ,
"config-block-url-help" : "使用正規表達式" ,
2021-09-15 21:30:53 +00:00
"config-theme" : "主題" ,
2022-05-02 17:53:33 +00:00
"config-nojs" : "於匿名檢視中刪除 JavaScript" ,
"config-anon-view" : "顯示匿名檢視鏈接" ,
2021-09-15 21:30:53 +00:00
"config-dark" : "深色模式" ,
"config-safe" : "安全搜尋" ,
2022-05-02 17:53:33 +00:00
"config-alts" : "將社群網站連結替換" ,
"config-alts-help" : "將 Twitter/YouTube/Instagram 等網站之連結替換為尊重隱私的第三方網站。" ,
2021-09-15 21:30:53 +00:00
"config-new-tab" : "以新分頁開啟連結" ,
"config-images" : "完整尺寸圖片搜尋" ,
2022-05-02 17:53:33 +00:00
"config-images-help" : "(實驗性)在桌面版圖片搜尋中增加「檢視圖片」選項。這會使搜尋結果圖片解析度降低" ,
2021-09-15 21:30:53 +00:00
"config-tor" : "使用 Tor" ,
"config-get-only" : "僅限於 GET 要求" ,
"config-url" : "首頁網址" ,
"config-css" : "自定 CSS" ,
"load" : "載入" ,
"apply" : "套用" ,
"save-as" : "另存為..." ,
"github-link" : "在 GitHub 上查看" ,
"translate" : "翻譯" ,
"light" : "明亮的" ,
"dark" : "黑暗的" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "依系統" ,
"ratelimit" : "實例已被限速" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "繼續搜索 Farside" ,
"all" : "全部" ,
"images" : "圖片" ,
2022-03-28 16:10:18 +00:00
"maps" : "地圖" ,
"videos" : "影片" ,
2022-02-07 17:47:25 +00:00
"news" : "新聞" ,
2022-04-13 17:29:07 +00:00
"books" : "書籍" ,
2022-05-02 17:53:33 +00:00
"anon-view" : "匿名檢視"
2021-09-28 02:39:38 +00:00
} ,
"lang_bg" : {
"search" : "Търсене" ,
"config" : "Конфигурация" ,
2021-11-23 20:48:54 +00:00
"config-country" : "Задайте държава" ,
2021-09-28 02:39:38 +00:00
"config-lang" : "Език на интерфейса" ,
"config-lang-search" : "Език за търсене" ,
"config-near" : "Близо до" ,
"config-near-help" : "Име на град" ,
"config-block" : "Блокирани сайтове" ,
"config-block-help" : "Списък сайтове, разделени със запетая" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "Блокиране по заглавие" ,
"config-block-title-help" : "Използвайте регулярно изражение" ,
"config-block-url" : "Блокиране по url" ,
"config-block-url-help" : "Използвайте регулярно изражение" ,
2021-09-28 02:39:38 +00:00
"config-theme" : "Стил" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "Премахнете Javascript в анонимен изглед" ,
"config-anon-view" : "Показване на анонимни връзки за преглед" ,
2021-09-28 02:39:38 +00:00
"config-dark" : "Тъмен режим" ,
"config-safe" : "Безопасно търсене" ,
"config-alts" : "Заменете връзките към социалните медии" ,
"config-alts-help" : "Заменя връзките на Twitter/YouTube/Instagram и т.н. с защитени алтернативни поверителни връзки." ,
"config-new-tab" : "Отваряне на връзките в нов раздел" ,
"config-images" : "Търсене на изображения в пълен размер" ,
"config-images-help" : "(Експериментално) Добавя опцията „Преглед на изображение“ към резултатите от търсене на изображения през работния плот на компютъра. Това ще доведе до по-ниска разделителна способност на миниатюрите, в резултатите от търсене на изображения." ,
"config-tor" : "Използвайте Tor" ,
"config-get-only" : "Само GET заявки" ,
"config-url" : "Основен URL адрес" ,
"config-css" : "Персонализиран CSS" ,
"load" : "Зареди" ,
"apply" : "Приложи" ,
"save-as" : "Запис като..." ,
"github-link" : "Вижте в GitHub" ,
"translate" : "превод" ,
"light" : "светла" ,
"dark" : "тъмна" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "системна" ,
"ratelimit" : "Екземплярът е с ограничена скорост" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "Продължете търсенето си с Farside" ,
"all" : "В с ичкo" ,
"images" : "Изображения" ,
"maps" : "Видеоклипове" ,
"videos" : "Новини" ,
"news" : "Карти" ,
2022-04-13 17:29:07 +00:00
"books" : "Книги" ,
"anon-view" : "Анонимен изглед"
2021-10-11 20:32:03 +00:00
} ,
"lang_hi" : {
"search" : "खोज" ,
"config" : "कॉन्फ़िगरेशन" ,
2021-11-23 20:48:54 +00:00
"config-country" : "देश सेट करें" ,
2021-10-11 20:32:03 +00:00
"config-lang" : "इंटरफ़ेस भाषा" ,
"config-lang-search" : "खोज की भाषा" ,
"config-near" : "पास" ,
"config-near-help" : "शहर का नाम" ,
"config-block" : "खंड" ,
"config-block-help" : "अल्पविराम से अलग की गई साइट सूची" ,
2021-10-21 02:01:04 +00:00
"config-block-title" : "शीर्षक के अनुसार ब्लॉक करें" ,
"config-block-title-help" : "रेगेक्स का प्रयोग करें" ,
"config-block-url" : "url द्वारा अवरोधित करें" ,
"config-block-url-help" : "रेगेक्स का प्रयोग करें" ,
2021-10-11 20:32:03 +00:00
"config-theme" : "विषय" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "अनाम दृश्य में जावास्क्रिप्ट निकालें" ,
"config-anon-view" : "बेनामी देखें लिंक दिखाएं" ,
2021-10-11 20:32:03 +00:00
"config-dark" : "डार्क मोड" ,
"config-safe" : "सुरक्षित खोज" ,
"config-alts" : "सोशल मीडिया लिंक बदलें" ,
"config-alts-help" : "गोपनीयता का सम्मान करने वाले विकल्पों के साथ ट्विटर/यूट्यूब/इंस्टाग्राम/आदि लिंक को बदल देता है।" ,
"config-new-tab" : "नए टैब में लिंक खोलें" ,
"config-images" : "पूर्ण आकार छवि खोज" ,
"config-images-help" : "(Experimental) डेस्कटॉप छवि खोजों में 'छवि देखें' विकल्प जोड़ता है। इससे छवि परिणाम थंबनेल कम रिज़ॉल्यूशन वाले होंगे।" ,
"config-tor" : "TOR का प्रयोग करें" ,
"config-get-only" : "केवल GET अनुरोध" ,
"config-url" : "रूट यूआरएल" ,
"config-css" : "कस्टम सीएसएस" ,
"load" : "भार" ,
"apply" : "लागू करना" ,
"save-as" : "के रूप रक्षित करें..." ,
"github-link" : "गिटहब पर देखें" ,
"translate" : "अनुवाद करना" ,
"light" : "रोशनी" ,
"dark" : "अंधेरा" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "प्रणाली" ,
"ratelimit" : "इंस्टेंस को सीमित कर दिया गया है" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "के साथ अपनी खोज जारी रखें Farside" ,
"all" : "सभी" ,
"images" : "इमेज" ,
"maps" : "वीडियो" ,
"videos" : "मैप" ,
"news" : "समाचार" ,
2022-04-13 17:29:07 +00:00
"books" : "किताबें" ,
"anon-view" : "अनाम दृश्य"
2021-11-09 15:37:49 +00:00
} ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"lang_ja" : {
2021-11-09 15:37:49 +00:00
"search" : "検索" ,
"config" : "設定" ,
2021-11-23 20:48:54 +00:00
"config-country" : "国を設定する" ,
2021-11-09 15:37:49 +00:00
"config-lang" : "インタフェースの言語" ,
"config-lang-search" : "検索する言語" ,
"config-near" : "場所" ,
"config-near-help" : "街の名前" ,
"config-block" : "ブロック" ,
"config-block-help" : "サイトのリストをコンマ区切りで入力" ,
"config-block-title" : "タイトルでブロック" ,
"config-block-title-help" : "正規表現を使用します" ,
"config-block-url" : "でブロック" ,
"config-block-url-help" : "正規表現を使用" ,
"config-theme" : "テーマ" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "匿名ビューでJavascriptを削除する" ,
"config-anon-view" : "匿名のビューリンクを表示する" ,
2021-11-09 15:37:49 +00:00
"config-dark" : "ダークモード" ,
"config-safe" : "セーフサーチ" ,
"config-alts" : "ソーシャルメディアのリンクを置き換え" ,
"config-alts-help" : "Twitter/YouTube/Instagramなどのリンクを、プライバシーを尊重した代替サイトに置き換えます。" ,
"config-new-tab" : "新しいタブでリンクを開く" ,
"config-images" : "フルサイズの画像を検索" ,
"config-images-help" : "(実験的) デスクトップの画像検索に「画像を表示」オプションを追加します。これにより、画像検索結果のサムネイルの解像度が低くなります。" ,
"config-tor" : "Torを使用" ,
"config-get-only" : "GETリクエストのみ" ,
"config-url" : "ルートURL" ,
"config-css" : "カスタムCSS" ,
"load" : "読み込み" ,
"apply" : "反映" ,
"save-as" : "名前を付けて保存" ,
"github-link" : "Githubで確認" ,
"translate" : "翻訳" ,
"light" : "ライト" ,
"dark" : "ダーク" ,
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
"system" : "自動" ,
"ratelimit" : "インスタンスはレート制限されています" ,
2022-02-07 17:47:25 +00:00
"continue-search" : "で検索を続ける Farside" ,
"all" : "すべて" ,
"images" : "画像" ,
"maps" : "地図" ,
"videos" : "動画" ,
"news" : "ニュース" ,
2022-04-13 17:29:07 +00:00
"books" : "書籍" ,
"anon-view" : "匿名ビュー"
2022-03-28 16:11:57 +00:00
} ,
"lang_ko" : {
"search" : "검색" ,
"config" : "구성" ,
"config-country" : "국가 설정" ,
"config-lang" : "인터페이스 언어" ,
"config-lang-search" : "검색 언어" ,
"config-near" : "주변" ,
"config-near-help" : "도시 이름" ,
"config-block" : "차단" ,
"config-block-help" : "쉼표로 구분된 사이트 목록" ,
"config-block-title" : "제목으로 차단" ,
"config-block-title-help" : "정규 표현식 사용" ,
"config-block-url" : "URL로 차단" ,
"config-block-url-help" : "정규 표현식 사용" ,
"config-theme" : "테마" ,
2022-04-13 17:29:07 +00:00
"config-nojs" : "익명 보기에서 Javascript 제거" ,
"config-anon-view" : "익명 보기 링크 표시" ,
2022-03-28 16:11:57 +00:00
"config-dark" : "다크 모드" ,
"config-safe" : "세이프서치" ,
"config-alts" : "소설 미디어 주소 수정" ,
"config-alts-help" : "Twitter/YouTube/Instagram 등의 링크를 프라이버시를 존중하는 링크로 대체합니다" ,
"config-new-tab" : "새 탭에서 열기" ,
"config-images" : "최대 크기 이미지 검색" ,
"config-images-help" : "(실험적) 데스크톱 이미지 검색에 '이미지 보기' 옵션을 추가합니다. 이미지 결과 미리보기 썸네일이 낮은 해상도로 표시됩니다." ,
"config-tor" : "Tor 사용" ,
"config-get-only" : "GET 요청만" ,
"config-url" : "루트 URL" ,
"config-css" : "커스텀 CSS" ,
"load" : "불러오기" ,
"apply" : "적용" ,
"save-as" : "다른 이름으로 저장..." ,
"github-link" : "깃허브에서 보기" ,
"translate" : "번역" ,
"light" : "라이트" ,
"dark" : "다크" ,
"system" : "시스템" ,
"ratelimit" : "인스턴스가 속도 제한되었습니다." ,
"continue-search" : "Farside로 검색 계속하기" ,
"all" : "전체" ,
"images" : "이미지" ,
"maps" : "지도" ,
"videos" : "동영상" ,
"news" : "뉴스" ,
2022-04-13 17:29:07 +00:00
"books" : "도서" ,
"anon-view" : "익명 보기"
Use farside.link for frontend alternatives in results (#560)
* Integrate Farside into Whoogle
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
* Expand conversion of config<->url params
Config settings can now be translated to and from URL params using a
predetermined set of "safe" keys (i.e. config settings that easily
translate to URL params).
* Allow jumping instances via Farside when ratelimited
When instances are ratelimited (when a captcha is returned instead of
the user's search results) the user can now hop to a new instance via
Farside, a new backend service that redirects users to working instances
of a particular frontend. In this case, it presents a user with a
Farside link to a new Whoogle (or Searx) instance instead, so that the
user can resume their search.
For the generated Farside->Whoogle link, the generated link includes the
user's current Whoogle configuration settings as URL params, to ensure a
more seamless transition between instances. This doesn't translate to
the Farside->Searx link, but potentially could with some changes.
Closes #554
Closes #559
2021-12-09 00:27:33 +00:00
}
2021-05-24 21:03:02 +00:00
}