Add thesaurus plugin

This commit is contained in:
Alexander Trofimov
2022-07-19 12:36:29 +03:00
24 changed files with 545 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"Synonym" : "Stejný význam",
"Lookup" : "Hledat",
"Search" : "Hledat",
"Title" : "Zadejte svůj ApiKey",
"This word not found" : "Toto slovo nenalezeno",
"Noun" : "Podstatné jméno",
"Adjective" : "Přídavné jméno",
"Verb" : "Sloveso",
"Antonyms" : "Opačný význam"
}

View File

@ -0,0 +1,11 @@
{
"Synonym" : "Synonym",
"Lookup" : "Suche",
"Search" : "Suche",
"Title" : "Geben Sie Ihren ApiKey ein",
"This word not found" : "Dieses Wort wurde nicht gefunden",
"Noun" : "Nomen",
"Adjective" : "Adjektiv",
"Verb" : "Verb",
"Antonyms" : "Antonyme"
}

View File

@ -0,0 +1,11 @@
{
"Synonym" : "Sinónimo",
"Lookup" : "Búsqueda",
"Search" : "Búsqueda",
"Title" : "Introduzca su ApiKey",
"This word not found" : "Esta palabra no se encuentra",
"Noun" : "Sustantivo",
"Adjective" : "Adjetivo",
"Verb" : "Verbo",
"Antonyms" : "Antónimos"
}

View File

@ -0,0 +1,11 @@
{
"Synonym" : "Synonyme",
"Lookup" : "Recherche",
"Search" : "Recherche",
"Title" : "Entrez votre ApiKey",
"This word not found" : "Ce mot n'est pas trouvé",
"Noun" : "Nom",
"Adjective" : "Adjectif",
"Verb" : "Verbe",
"Antonyms" : "Antonymes"
}

View File

@ -0,0 +1,7 @@
[
"cs-CZ",
"de-DE",
"es-ES",
"fr-FR",
"ru-RU"
]

View File

@ -0,0 +1,11 @@
{
"Synonym" : "Синоним",
"Lookup" : "Поиск",
"Search" : "Поиск",
"Title" : "Введите свой ApiKey",
"This word not found" : "Это слово не найдено",
"Noun" : "Имя существительное",
"Adjective" : "Имя прилагательное",
"Verb" : "Глагол",
"Antonyms" : "Антонимы"
}