Merge pull request #38 from ONLYOFFICE/master

Merge ONLYOFFICE/onlyoffice.github.io (master) into KOROL/onlyoffice.github.io (master)
This commit is contained in:
Alexey Matveev
2023-04-28 13:33:54 +03:00
committed by GitHub
44 changed files with 63 additions and 22 deletions

33
packer/make.py Normal file
View 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()

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"
}

View File

@ -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"
}

View File

@ -10,5 +10,5 @@
"4 spaces": "4 пробела",
"Background": "Задний фон",
"Format": "Форматировать",
"Available only for the following languages": "Доступно только для слующих языков"
"Available only for the following languages": "Доступно только для следующих языков"
}

Binary file not shown.

View File

@ -1,5 +1,5 @@
{
"Paste into the document": "Coller dans le document",
"Copy" : "Copie",
"Clear" : "Clair"
"Copy": "Copier",
"Clear": "Effacer"
}

Binary file not shown.

View File

@ -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"
}

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"Search in all literature:": "Rechercher dans toute la littérature",
"Nothing found in your library": "Nous navons 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 lID 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"
}

Binary file not shown.

View File

@ -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"
}

Binary file not shown.

View File

@ -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",

Binary file not shown.

View File

@ -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": "设置"
},

Binary file not shown.

View File

@ -8,5 +8,6 @@
"nl-NL",
"pt-PT",
"ru-RU",
"zh-ZH"
"zh-ZH",
"uk-UA"
]

View File

@ -0,0 +1,4 @@
{
"Rate": "Швидкість",
"Pitch": "Висота"
}

Binary file not shown.

Binary file not shown.

View File

@ -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": "Удаление повторяющихся слов"
}
}

View File

@ -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."
}

Binary file not shown.

Binary file not shown.

Binary file not shown.