mirror of
https://github.com/YunoHost/install-app.git
synced 2024-09-03 20:06:19 +02:00
13 lines
791 B
JSON
13 lines
791 B
JSON
|
{
|
||
|
"title": "Install {app_name} with YunoHost",
|
||
|
"server_link": "Link to your YunoHost server",
|
||
|
"install_button": "Install {app_name}",
|
||
|
"community_warning": "<strong>WARNING</strong>: {app_name} is <strong>NOT officially supported</strong> by the YunoHost team yet. Install it <strong>at your own risk</strong>. The community maintainer has described this app to be in a {app_state} state.",
|
||
|
"community_instructions": "Copy the following link. You will then be redirected to your server apps installation page in which you will need to paste this link.",
|
||
|
"community_redirect": "Go to your server",
|
||
|
"app_notfound": "This application is neither officially nor community maintained.",
|
||
|
"working": "working",
|
||
|
"inprogress": "in progress",
|
||
|
"notworking": "not working"
|
||
|
}
|