From 762e0719f85afd4f7143479f5b231eb3b6fdd458 Mon Sep 17 00:00:00 2001 From: Kseniya Fedoruk Date: Tue, 30 Aug 2022 17:23:00 +0300 Subject: [PATCH] Update plugin json files --- sdkjs-plugins/content/chess/config.json | 20 +++++++++++++++---- sdkjs-plugins/content/grammalecte/config.json | 14 ++++++++++++- .../content/languagetool/config.json | 14 ++++++++++++- sdkjs-plugins/content/typograf/config.json | 10 +++++----- 4 files changed, 47 insertions(+), 11 deletions(-) diff --git a/sdkjs-plugins/content/chess/config.json b/sdkjs-plugins/content/chess/config.json index 019e3b73..1addd989 100644 --- a/sdkjs-plugins/content/chess/config.json +++ b/sdkjs-plugins/content/chess/config.json @@ -1,10 +1,22 @@ { - "name" : "chess(fen)", - "guid" : "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}", + "name": "Сhess", + "nameLocale": { + "ru": "Шахматы", + "fr": "Échecs", + "es": "Ajedrez", + "de": "Schach" + }, + "guid": "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}", - "variations" : [ + "variations": [ { - "description" : "chess", + "description": "Play chess with other collaborators right in the editors. ", + "descriptionLocale": { + "ru": "Играйте в шахматы с другими пользователями прямо в редакторах.", + "fr": "Jouez aux échecs avec vos collaborateurs directement dans les éditeurs.", + "es": "Juegue al ajedrez con otros colaboradores directamente en los editores.", + "de": "Spielen Sie Schach mit anderen Mitautoren direkt in den Editoren." + }, "url" : "index.html", "icons" : ["resources/light/icon.png", "resources/light/icon@2x.png"], diff --git a/sdkjs-plugins/content/grammalecte/config.json b/sdkjs-plugins/content/grammalecte/config.json index a4d9d756..243aa41f 100644 --- a/sdkjs-plugins/content/grammalecte/config.json +++ b/sdkjs-plugins/content/grammalecte/config.json @@ -1,11 +1,23 @@ { "name": "Grammalecte", + "nameLocale": { + "ru": "Grammalecte", + "fr": "Grammalecte", + "es": "Grammalecte", + "de": "Grammalecte" + }, "guid": "asc.{6ef67492-a111-4ca5-bd4f-bf02645afc61}", "version": "1.0.0", "variations": [ { - "description": "Grammalecte", + "description": "Quickly correct grammar and style mistakes in French texts.", + "descriptionLocale": { + "ru": "Быстро исправляйте грамматические и стилистические ошибки в текстах на французском языке.", + "fr": "Corrigez rapidement les fautes de grammaire et de style dans les textes en français.", + "es": "Corrija rápidamente los errores gramaticales y de estilo de los textos en francés.", + "de": "Korrigieren Sie schnell Grammatik- und Stilfehler in französischen Texten." + }, "url": "index.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ], diff --git a/sdkjs-plugins/content/languagetool/config.json b/sdkjs-plugins/content/languagetool/config.json index fb1f6fe6..86702c49 100644 --- a/sdkjs-plugins/content/languagetool/config.json +++ b/sdkjs-plugins/content/languagetool/config.json @@ -1,11 +1,23 @@ { "name": "LanguageTool", + "nameLocale": { + "ru": "LanguageTool", + "fr": "LanguageTool", + "es": "LanguageTool", + "de": "LanguageTool" + }, "guid": "asc.{7CDB02C9-A0BF-4B56-9A1A-71C860B8498F}", "version": "1.0.0", "variations": [ { - "description": "LanguageTool", + "description": "Improve spelling, grammar, and style in your texts.", + "descriptionLocale": { + "ru": "Исправляйте орфографические, грамматические и стилистические ошибки в ваших документах.", + "fr": "Améliorez l'orthographe, la grammaire et le style de vos textes.", + "es": "Mejore la ortografía, la gramática y el estilo de sus textos.", + "de": "Verbessern Sie Rechtschreibung, Grammatik und Stil in Ihren Texten." + }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], diff --git a/sdkjs-plugins/content/typograf/config.json b/sdkjs-plugins/content/typograf/config.json index 21509926..2b544fa1 100644 --- a/sdkjs-plugins/content/typograf/config.json +++ b/sdkjs-plugins/content/typograf/config.json @@ -11,12 +11,12 @@ "variations": [ { - "description": "Typograf", + "description": "Prepare your texts for publishing by correcting typography.", "descriptionLocale": { - "ru": "Типограф", - "fr": "Typograf", - "es": "Typograf", - "de": "Typograf" + "ru": "Подготовьте свои тексты к публикации, исправив типографические ошибки.", + "fr": "Préparez vos textes pour la publication en corrigeant la typographie.", + "es": "Prepare sus textos para la publicación corrigiendo la tipografía.", + "de": "Bereiten Sie Ihre Texte für die Veröffentlichung vor, indem Sie Typografie korrigieren." }, "url": "index.html",