mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Add thesaurus plugin
This commit is contained in:
11
sdkjs-plugins/content/thesaurus/translations/cs-CS.json
Normal file
11
sdkjs-plugins/content/thesaurus/translations/cs-CS.json
Normal 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"
|
||||
}
|
||||
11
sdkjs-plugins/content/thesaurus/translations/de-DE.json
Normal file
11
sdkjs-plugins/content/thesaurus/translations/de-DE.json
Normal 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"
|
||||
}
|
||||
11
sdkjs-plugins/content/thesaurus/translations/es-ES.json
Normal file
11
sdkjs-plugins/content/thesaurus/translations/es-ES.json
Normal 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"
|
||||
}
|
||||
11
sdkjs-plugins/content/thesaurus/translations/fr-FR.json
Normal file
11
sdkjs-plugins/content/thesaurus/translations/fr-FR.json
Normal 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"
|
||||
}
|
||||
7
sdkjs-plugins/content/thesaurus/translations/langs.json
Normal file
7
sdkjs-plugins/content/thesaurus/translations/langs.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
"cs-CZ",
|
||||
"de-DE",
|
||||
"es-ES",
|
||||
"fr-FR",
|
||||
"ru-RU"
|
||||
]
|
||||
11
sdkjs-plugins/content/thesaurus/translations/ru-RU.json
Normal file
11
sdkjs-plugins/content/thesaurus/translations/ru-RU.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"Synonym" : "Синоним",
|
||||
"Lookup" : "Поиск",
|
||||
"Search" : "Поиск",
|
||||
"Title" : "Введите свой ApiKey",
|
||||
"This word not found" : "Это слово не найдено",
|
||||
"Noun" : "Имя существительное",
|
||||
"Adjective" : "Имя прилагательное",
|
||||
"Verb" : "Глагол",
|
||||
"Antonyms" : "Антонимы"
|
||||
}
|
||||
Reference in New Issue
Block a user