mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
122 lines
3.6 KiB
JSON
122 lines
3.6 KiB
JSON
{
|
||
"name": "Macros",
|
||
"nameLocale": {
|
||
"ru": "Макросы",
|
||
"fr": "Macros",
|
||
"es": "Macros",
|
||
"pt-BR": "Macros",
|
||
"de": "Makros",
|
||
"si": "සාර්ව"
|
||
},
|
||
"guid": "asc.{E6978D28-0441-4BD7-8346-82FAD68BCA3B}",
|
||
"version": "2.0.0",
|
||
"group": {
|
||
"name": "Macros",
|
||
"rank": 2
|
||
},
|
||
|
||
"variations": [
|
||
{
|
||
"description": "Automate your routine tasks and standardize documents using macros (JavaScript language syntax is used).",
|
||
"descriptionLocale": {
|
||
"ru": "Автоматизируйте рутинные задачи и стандартизируйте документы с помощью макросов (работает на синтаксисе JavaScript).",
|
||
"fr": "Automatisez vos tâches de routine et standardisez vos documents à l’aide des macros (la syntaxe du langage JavaScript est utilisée).",
|
||
"es": "Automatice sus tareas rutinarias y estandarice los documentos mediante macros (se utiliza la sintaxis del lenguaje JavaScript).",
|
||
"pt-BR": "Automatize suas tarefas rotineiras e padronize documentos usando macros (é usada a sintaxe da linguagem JavaScript).",
|
||
"de": "Automatisieren Sie Routineaufgaben und standardisieren Sie Dokumente mit Makros (die JavaScript-Syntax wird verwendet).",
|
||
"si": "සාර්ව භාවිතයෙන් ඔබගේ දෛනික කාර්යන් ස්වයංක්රිය කරන්න සහ ලේඛන ප්රමිතියකට තබා ගන්න (ජාවාස්ක්රිප්ට් භාෂා පද ගැළපුම් භාවිතා වේ)."
|
||
},
|
||
"url": "index.html",
|
||
"help" : " https://api.onlyoffice.com/plugin/macros",
|
||
|
||
|
||
"icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ],
|
||
"icons2": [
|
||
{
|
||
"style" : "light",
|
||
|
||
"100%": {
|
||
"normal": "resources/light/icon.png"
|
||
},
|
||
"125%": {
|
||
"normal": "resources/light/icon@1.25x.png"
|
||
},
|
||
"150%": {
|
||
"normal": "resources/light/icon@1.5x.png"
|
||
},
|
||
"175%": {
|
||
"normal": "resources/light/icon@1.75x.png"
|
||
},
|
||
"200%": {
|
||
"normal": "resources/light/icon@2x.png"
|
||
}
|
||
},
|
||
{
|
||
"style" : "dark",
|
||
|
||
"100%": {
|
||
"normal": "resources/dark/icon.png"
|
||
},
|
||
"125%": {
|
||
"normal": "resources/dark/icon@1.25x.png"
|
||
},
|
||
"150%": {
|
||
"normal": "resources/dark/icon@1.5x.png"
|
||
},
|
||
"175%": {
|
||
"normal": "resources/dark/icon@1.75x.png"
|
||
},
|
||
"200%": {
|
||
"normal": "resources/dark/icon@2x.png"
|
||
}
|
||
}
|
||
],
|
||
"isViewer": false,
|
||
"EditorsSupport": [ "word", "cell", "slide" ],
|
||
"isVisual": true,
|
||
"isModal": true,
|
||
"isInsideMode": false,
|
||
"isUpdateOleOnResize": false,
|
||
"size": [800, 600],
|
||
"buttons": [
|
||
{
|
||
"text": "Save",
|
||
"primary": true,
|
||
"textLocale": {
|
||
"ru": "Сохранить",
|
||
"fr": "Sauvegarder",
|
||
"es": "Guardar",
|
||
"de": "Speichern"
|
||
}
|
||
},
|
||
{
|
||
"text": "Cancel",
|
||
"primary": false,
|
||
"textLocale": {
|
||
"ru": "Отмена",
|
||
"fr": "Annuler",
|
||
"es": "Cancelar",
|
||
"de": "Abbrechen"
|
||
}
|
||
}
|
||
],
|
||
"store": {
|
||
"background": {
|
||
"light" : "linear-gradient(136.1deg, #FF8E3D -1.99%, #FF6F3D 100%)",
|
||
"dark" : "linear-gradient(136.1deg, #FF8E3D -1.99%, #FF6F3D 100%)"
|
||
},
|
||
"screenshots" : [
|
||
"resources/store/screenshots/screen_1.png",
|
||
"resources/store/screenshots/screen_2.png",
|
||
"resources/store/screenshots/screen_3.png"
|
||
],
|
||
"icons" : {
|
||
"light" : "resources/store/icons",
|
||
"dark" : "resources/store/icons"
|
||
},
|
||
"categories": ["specAbilities", "work", "recommended", "devTools"]
|
||
}
|
||
}
|
||
]
|
||
}
|