mirror of
https://github.com/YunoHost/install-app.git
synced 2024-09-03 20:06:19 +02:00
1a7f88a876
Add a small widget linking to the YunoHost website for people who do not know YunoHost
15 lines
977 B
JSON
15 lines
977 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",
|
|
"noserver": "No YunoHost server yet?",
|
|
"yunohost": "YunoHost is a server operating system aiming to make self-hosting accessible to everyone.",
|
|
"discover": "Discover YunoHost"
|
|
}
|