From b04e9fa04d557dac9af2f39bd25b30130e59e2ff Mon Sep 17 00:00:00 2001 From: Laszlo Ancsin Date: Mon, 18 Feb 2019 22:34:22 +0100 Subject: [PATCH] Custom locations: translations --- src/frontend/js/app/nginx/proxy/location-item.ejs | 6 +++--- src/frontend/js/i18n/messages.json | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/frontend/js/app/nginx/proxy/location-item.ejs b/src/frontend/js/app/nginx/proxy/location-item.ejs index 0e854c96..24c90089 100644 --- a/src/frontend/js/app/nginx/proxy/location-item.ejs +++ b/src/frontend/js/app/nginx/proxy/location-item.ejs @@ -3,14 +3,14 @@
- +
\ No newline at end of file diff --git a/src/frontend/js/i18n/messages.json b/src/frontend/js/i18n/messages.json index dffcec52..dd8ca497 100644 --- a/src/frontend/js/i18n/messages.json +++ b/src/frontend/js/i18n/messages.json @@ -79,7 +79,14 @@ "no-ssl": "This host will not use HTTPS", "advanced": "Advanced", "advanced-warning": "Enter your custom Nginx configuration here at your own risk!", - "advanced-config": "Custom Nginx Configuration" + "advanced-config": "Custom Nginx Configuration", + "locations": "Custom locations" + }, + "locations": { + "new_location": "Add location", + "path": "/path", + "location_label": "Define location", + "delete": "Delete" }, "ssl": { "letsencrypt": "Let's Encrypt",