1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/luckysheet_ynh.git synced 2024-09-03 19:36:21 +02:00

Update manifest.json

This commit is contained in:
Éric Gaspar 2023-08-14 15:56:03 +02:00
parent 7b8c418cf1
commit 9afe265622

View file

@ -3,11 +3,10 @@
"id": "univer", "id": "univer",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Online spreadsheet that is powerful, simple to configure", "en": "Collabrative solution",
"fr": "Feuille de calcul en ligne, puissante, simple à configurer" "fr": "Feuille de calcul en ligne, puissante, simple à configurer"
}, },
"version": "1.1.0~ynh1", "version": "1.1.0~ynh1",
"url": "https://github.com/mengshukeji/Luckysheet",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
"demo": "https://dream-num.github.io/univer-demo/", "demo": "https://dream-num.github.io/univer-demo/",
@ -40,8 +39,8 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If enabled, Luckysheet will be accessible by people who do not have an account. This can be changed later via the webadmin.", "en": "If enabled, Univer will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Luckysheet sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." "fr": "Si cette case est cochée, Univer sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
}, },
"default": true "default": true
} }