mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Merge pull request #38 from ONLYOFFICE/master
Merge ONLYOFFICE/onlyoffice.github.io (master) into KOROL/onlyoffice.github.io (master)
This commit is contained in:
33
packer/make.py
Normal file
33
packer/make.py
Normal file
@ -0,0 +1,33 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.append("../../build_tools/scripts")
|
||||
import base
|
||||
|
||||
base.configure_common_apps()
|
||||
|
||||
def pack_plugins():
|
||||
|
||||
content_dir = "../sdkjs-plugins/content/"
|
||||
|
||||
if not base.is_exist(content_dir):
|
||||
return
|
||||
|
||||
for plugin_name in os.listdir(content_dir):
|
||||
|
||||
plugin_path = content_dir + plugin_name
|
||||
plugin_deploy_path = plugin_path + "/deploy/"
|
||||
plugin_deploy_src_path = plugin_deploy_path + plugin_name
|
||||
|
||||
if base.is_exist(plugin_deploy_path):
|
||||
base.delete_dir(plugin_deploy_path)
|
||||
|
||||
base.copy_dir(plugin_path, plugin_deploy_src_path)
|
||||
base.archive_folder(plugin_deploy_src_path + "/*", plugin_deploy_path + plugin_name + ".zip")
|
||||
base.move_file(plugin_deploy_path + plugin_name + ".zip", plugin_deploy_path + plugin_name + ".plugin")
|
||||
base.delete_dir(plugin_deploy_src_path)
|
||||
|
||||
return
|
||||
|
||||
pack_plugins()
|
||||
BIN
sdkjs-plugins/content/apertium/deploy/apertium.plugin
Normal file
BIN
sdkjs-plugins/content/apertium/deploy/apertium.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/autocomplete/deploy/autocomplete.plugin
Normal file
BIN
sdkjs-plugins/content/autocomplete/deploy/autocomplete.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/chess/deploy/chess.plugin
Normal file
BIN
sdkjs-plugins/content/chess/deploy/chess.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/deepl/deploy/deepl.plugin
Normal file
BIN
sdkjs-plugins/content/deepl/deploy/deepl.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/doc2md/deploy/doc2md.plugin
Normal file
BIN
sdkjs-plugins/content/doc2md/deploy/doc2md.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/drawio/deploy/drawio.plugin
Normal file
BIN
sdkjs-plugins/content/drawio/deploy/drawio.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/easybib/deploy/easybib.plugin
Normal file
BIN
sdkjs-plugins/content/easybib/deploy/easybib.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/glavred/deploy/glavred.plugin
Normal file
BIN
sdkjs-plugins/content/glavred/deploy/glavred.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/grammalecte/deploy/grammalecte.plugin
Normal file
BIN
sdkjs-plugins/content/grammalecte/deploy/grammalecte.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/highlightcode/deploy/highlightcode.plugin
Normal file
BIN
sdkjs-plugins/content/highlightcode/deploy/highlightcode.plugin
Normal file
Binary file not shown.
@ -8,7 +8,7 @@
|
||||
"2 spaces": "2 Räume",
|
||||
"4 spaces": "4 Räume",
|
||||
"Background": "Hintergrund",
|
||||
"Font settings": "Schrifteinstellungen",
|
||||
"Format": "Formatierung",
|
||||
"Available only for the following languages": "Nur für folgende Sprachen verfügbar"
|
||||
"Font settings": "Schrifteinstellungen",
|
||||
"Format": "Formatierung",
|
||||
"Available only for the following languages": "Nur für folgende Sprachen verfügbar"
|
||||
}
|
||||
@ -7,8 +7,8 @@
|
||||
"Use tabs": "Ne pas remplacer",
|
||||
"2 spaces": "2 espaces",
|
||||
"4 spaces": "4 espaces",
|
||||
"Background": "Background",
|
||||
"Background": "Arrière-plan",
|
||||
"Font settings": "Paramètres de police",
|
||||
"Format": "Format",
|
||||
"Available only for the following languages": "Disponible uniquement pour les langues suivantes"
|
||||
"Format": "Format",
|
||||
"Available only for the following languages": "Disponible uniquement pour les langues suivantes"
|
||||
}
|
||||
@ -10,5 +10,5 @@
|
||||
"4 spaces": "4 пробела",
|
||||
"Background": "Задний фон",
|
||||
"Format": "Форматировать",
|
||||
"Available only for the following languages": "Доступно только для слующих языков"
|
||||
"Available only for the following languages": "Доступно только для следующих языков"
|
||||
}
|
||||
BIN
sdkjs-plugins/content/html/deploy/html.plugin
Normal file
BIN
sdkjs-plugins/content/html/deploy/html.plugin
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Paste into the document": "Coller dans le document",
|
||||
"Copy" : "Copie",
|
||||
"Clear" : "Clair"
|
||||
"Copy": "Copier",
|
||||
"Clear": "Effacer"
|
||||
}
|
||||
BIN
sdkjs-plugins/content/jitsi/deploy/jitsi.plugin
Normal file
BIN
sdkjs-plugins/content/jitsi/deploy/jitsi.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/languagetool/deploy/languagetool.plugin
Normal file
BIN
sdkjs-plugins/content/languagetool/deploy/languagetool.plugin
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
"Checking...": "Examen...",
|
||||
"Check": "Vérifier",
|
||||
"Insert to document": "Insérer dans le document",
|
||||
"Dismiss": "Skip",
|
||||
"Clear": "Clear",
|
||||
"Dismiss": "Sauter",
|
||||
"Clear": "Effacer",
|
||||
"Language": "Langue"
|
||||
}
|
||||
BIN
sdkjs-plugins/content/macros/deploy/macros.plugin
Normal file
BIN
sdkjs-plugins/content/macros/deploy/macros.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/mendeley/deploy/mendeley.plugin
Normal file
BIN
sdkjs-plugins/content/mendeley/deploy/mendeley.plugin
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"Search in all literature:": "Rechercher dans toute la littérature",
|
||||
"Nothing found in your library": "Nous n’avons pas trouvé le contenu de votre recherche dans votre bibliothèque",
|
||||
"Nothing found in your library": "Nous n'avons pas trouvé le contenu de votre recherche dans votre bibliothèque",
|
||||
"Nothing found": "Rien n'a été trouvé",
|
||||
"Style is not selected": "Le style n'est pas sélectionné",
|
||||
"Language is not selected": "La langue n'est pas sélectionnée",
|
||||
@ -20,7 +20,7 @@
|
||||
"Application ID": "ID de la demande",
|
||||
"Reconfigure": "Reconfigurer",
|
||||
"To use Mendeley, register this editor as an app. Copy the link and insert it as Redirect URL in the form that will be opened.": "Pour utiliser Mendeley, vous devez enregistrer cet éditeur en tant qu'application. Copiez le lien et insérez-le comme URL de redirection dans le formulaire qui sera ouvert.",
|
||||
"In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.": "Dans le formulaire ouvert, entrez également le nom et la description de la demande, acceptez les conditions générales et générez le secret. Saisissez l’ID de la demande ci-dessous et enregistrez-le.",
|
||||
"In the form, enter any application name and description, accept Terms and Conditions and generate a secret. Enter Application ID below and save it.": "Dans le formulaire ouvert, entrez également le nom et la description de la demande, acceptez les conditions générales et générez le secret. Saisissez l'ID de la demande ci-dessous et enregistrez-le.",
|
||||
"Learn more here.": "En savoir plus ici.",
|
||||
"Save": "Sauvegarder"
|
||||
}
|
||||
BIN
sdkjs-plugins/content/ocr/deploy/ocr.plugin
Normal file
BIN
sdkjs-plugins/content/ocr/deploy/ocr.plugin
Normal file
Binary file not shown.
@ -65,6 +65,6 @@
|
||||
"Slovak": "Slovaque",
|
||||
"Recognize": "Reconnaître",
|
||||
"Tesseract.js Add-on": "Extension Tesseract.js",
|
||||
"Tesseract.js is a pure javascript version of the <a href=\"http://tesseract.projectnaptha.com\" target=\"_blank\">Tesseract OCR Engine</a> that recognize English, Chinese, Russian, Meme and 60 other languages.": "Tesseract.js c'est une version javascript pure de <a href=\"http://tesseract.projectnaptha.com\" target=\"_blank\">Tesseract OCR Engine</a> qui reconnais le texte en Anglais, Chinois, Russe, Meme et 60 d'autres langues.",
|
||||
"Tesseract.js is a pure javascript version of the <a href=\"http://tesseract.projectnaptha.com\" target=\"_blank\">Tesseract OCR Engine</a> that recognize English, Chinese, Russian, Meme and 60 other languages.": "Tesseract.js c'est une version javascript pure de <a href=\"http://tesseract.projectnaptha.com\" target=\"_blank\">Tesseract OCR Engine</a> qui reconnais le texte en Anglais, Chinois, Russe, Meme et 60 autres langues.",
|
||||
"Source code": "Code source"
|
||||
}
|
||||
BIN
sdkjs-plugins/content/openai/deploy/openai.plugin
Normal file
BIN
sdkjs-plugins/content/openai/deploy/openai.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/photoeditor/deploy/photoeditor.plugin
Normal file
BIN
sdkjs-plugins/content/photoeditor/deploy/photoeditor.plugin
Normal file
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
"Photo Editor": "Photo Editor",
|
||||
"Close": "Fermer",
|
||||
"Image Editor Add-on": "Extension Image Editor",
|
||||
"<a href=\"https://creativesdk.adobe.com/docs/web/#/articles/imageeditorui/index.html\" target=\"_blank\">The Creative SDK Image Editing component</a> can be embedded in any website with just a few lines of Javascript, adding simple yet powerful image editing to an existing workflow.": "<a href=\\\"https://creativesdk.adobe.com/docs/web/#/articles/imageeditorui/index.html\\\" target=\\\"_blank\\\">Le composant créatif SDK Image Editing </a> peut être intégré dans tous les sites juste quelques lignes de Javascript, ajoutant simple mais puissante édition d'image au flux de travail existant.",
|
||||
"<a href=\"https://creativesdk.adobe.com/docs/web/#/articles/imageeditorui/index.html\" target=\"_blank\">The Creative SDK Image Editing component</a> can be embedded in any website with just a few lines of Javascript, adding simple yet powerful image editing to an existing workflow.": "<a href=\\\"https://creativesdk.adobe.com/docs/web/#/articles/imageeditorui/index.html\\\" target=\\\"_blank\\\">Le composant créatif SDK Image Editing </a> peut être intégré dans tous les sites à l'aide de quelques lignes de Javascript et ajoute un outil d'édition d'image simple mais puissant à un flux de travail existant.",
|
||||
"Source code": "Code source",
|
||||
"Sepia": "Sépia",
|
||||
"Blur": "Flou",
|
||||
|
||||
BIN
sdkjs-plugins/content/rainbow/deploy/rainbow.plugin
Normal file
BIN
sdkjs-plugins/content/rainbow/deploy/rainbow.plugin
Normal file
Binary file not shown.
@ -10,6 +10,7 @@
|
||||
"ja": "スピーチ",
|
||||
"nl": "Spraak",
|
||||
"pt": "Discurso",
|
||||
"uk": "Читати",
|
||||
"zh": "讲话"
|
||||
},
|
||||
"guid": "asc.{D71C2EF0-F15B-47C7-80E9-86D671F9C595}",
|
||||
@ -22,7 +23,8 @@
|
||||
"ru": "Преобразуйте выделенный текст в речь.",
|
||||
"fr": "Convertissez le texte sélectionné en parole.",
|
||||
"es": "Convierta el texto seleccionado en voz.",
|
||||
"de": "Konvertieren Sie den ausgewählten Text in die Rede."
|
||||
"de": "Konvertieren Sie den ausgewählten Text in die Rede.",
|
||||
"uk": "Прочитайте виділений текст."
|
||||
},
|
||||
"url": "index.html",
|
||||
|
||||
@ -101,6 +103,7 @@
|
||||
"ja": "設定",
|
||||
"nl": "Instellingen",
|
||||
"pt": "Definições",
|
||||
"uk": "Налаштування",
|
||||
"zh": "设置"
|
||||
|
||||
},
|
||||
|
||||
BIN
sdkjs-plugins/content/speech/deploy/speech.plugin
Normal file
BIN
sdkjs-plugins/content/speech/deploy/speech.plugin
Normal file
Binary file not shown.
@ -8,5 +8,6 @@
|
||||
"nl-NL",
|
||||
"pt-PT",
|
||||
"ru-RU",
|
||||
"zh-ZH"
|
||||
"zh-ZH",
|
||||
"uk-UA"
|
||||
]
|
||||
4
sdkjs-plugins/content/speech/translations/uk-UA.json
Normal file
4
sdkjs-plugins/content/speech/translations/uk-UA.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"Rate": "Швидкість",
|
||||
"Pitch": "Висота"
|
||||
}
|
||||
Binary file not shown.
BIN
sdkjs-plugins/content/telegram/deploy/telegram.plugin
Normal file
BIN
sdkjs-plugins/content/telegram/deploy/telegram.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/thesaurus/deploy/thesaurus.plugin
Normal file
BIN
sdkjs-plugins/content/thesaurus/deploy/thesaurus.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/translator/deploy/translator.plugin
Normal file
BIN
sdkjs-plugins/content/translator/deploy/translator.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/typograf/deploy/typograf.plugin
Normal file
BIN
sdkjs-plugins/content/typograf/deploy/typograf.plugin
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
"Hyphen after “кое” and “кой”": "Дефис после \"кое\" и \"кой\"",
|
||||
"Hyphen before “де”": "Дефис перед \"де\"",
|
||||
"Hyphen before “ка” and “кась”": "Дефис перед \"ка\" и \"кась\"",
|
||||
"Hyphen before “то”, “либо”, “нибудь”": "Дефис перед «то», «либо», «нибудь",
|
||||
"Hyphen before “то”, “либо”, “нибудь”": "Дефис перед «то», «либо», «нибудь»",
|
||||
"Hyphen between “верно-таки” and etc.": "Дефис между \"верно-таки\" и т. д.",
|
||||
"Hyphen between “из-за”": "Дефис между \"из-за\"",
|
||||
"Hyphen between “из-под”": "Дефис между \"из-под\"",
|
||||
@ -34,7 +34,7 @@
|
||||
"Non-breaking space in P. S. and P. P. S.": "Неразрывный пробел в P.S. и P.P.S.",
|
||||
"Non-breaking thin space after №": "Неразрывный пробел после №",
|
||||
"Non-breaking space between number and month": "Неразрывный пробел между числом и месяцем",
|
||||
"Space after “...”, “!..” and “?..”": "Пробел после «...», «!..» и «?..",
|
||||
"Space after “...”, “!..” and “?..”": "Пробел после «...», «!..» и «?..»",
|
||||
"Converting dates YYYY-MM-DD type DD.MM.YYYY": "Преобразование дат ГГГГ-ММ-ДД типа ДД.ММ.ГГГГ",
|
||||
"Currency symbol ($, €, ¥, Ұ, £ and ₤) after the number, $100 → 100 $": "Символ валюты ($, €, ¥, Ұ, £ и ₤) после числа, 100 $ → 100 $",
|
||||
"Commas in numbers": "Замена точки на запятую в числах",
|
||||
@ -94,4 +94,4 @@
|
||||
"Other": "Другое",
|
||||
"Delete character BOM (Byte Order Mark)": "Удалить символ BOM (знак порядка байтов)",
|
||||
"Removing repeat words": "Удаление повторяющихся слов"
|
||||
}
|
||||
}
|
||||
BIN
sdkjs-plugins/content/wordpress/deploy/wordpress.plugin
Normal file
BIN
sdkjs-plugins/content/wordpress/deploy/wordpress.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/wordscounter/deploy/wordscounter.plugin
Normal file
BIN
sdkjs-plugins/content/wordscounter/deploy/wordscounter.plugin
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Characters without spaces" : "Caractères sans espaces",
|
||||
"Characters" : "Caractères",
|
||||
"Words" : "Mot",
|
||||
"Paragraphs" : "Paragraphe",
|
||||
"Words" : "Mots",
|
||||
"Paragraphs" : "Paragraphes",
|
||||
"Select part of the text or the whole text to count words and characters." : "Sélectionnez une partie du texte ou le texte entier pour compter les mots et les caractères."
|
||||
}
|
||||
BIN
sdkjs-plugins/content/youtube/deploy/youtube.plugin
Normal file
BIN
sdkjs-plugins/content/youtube/deploy/youtube.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/zoom/deploy/zoom.plugin
Normal file
BIN
sdkjs-plugins/content/zoom/deploy/zoom.plugin
Normal file
Binary file not shown.
BIN
sdkjs-plugins/content/zotero/deploy/zotero.plugin
Normal file
BIN
sdkjs-plugins/content/zotero/deploy/zotero.plugin
Normal file
Binary file not shown.
Reference in New Issue
Block a user