diff --git a/src/translation/en.json b/src/translation/en.json index d1d49304a..f8e37acd9 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -23,7 +23,10 @@ "sso": "Log in with Cloudron credentials", "nosso": "Log in with dedicated account", "email": "Log in with email address" - } + }, + "addAppAction": "Add App", + "addAppproxyAction": "Add Appproxy", + "addApplinkAction": "Add Applink" }, "main": { "offline": "Cloudron is offline. Reconnecting…", @@ -1630,7 +1633,20 @@ }, "description": "Custom app-specific cron jobs can be added here. Note that cron jobs required for the app to function are already integrated into the app package and don't need to be configured here." }, - "forumUrlAction": "Need help? Ask in the forum" + "forumUrlAction": "Need help? Ask in the forum", + "addApplinkDialog": { + "title": "Add external app link" + }, + "editApplinkDialog": { + "title": "Edit external app link", + "deleteAction": "Delete" + }, + "applinks": { + "upstreamUri": "External URL", + "label": "Label", + "clearIconAction": "Clear Icon", + "clearIconDescription": "This will fetch the app's favicon." + } }, "login": { "loginTo": "Login to", diff --git a/src/views/apps.html b/src/views/apps.html index 6f32af111..d28dd83e8 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -36,17 +36,17 @@