aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 22:08:27 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 22:08:27 +0100
commit09bc9eecfe922b8fa1bf929517231ecdf181fef7 (patch)
treeededb7b0b7c317a9853c4ed87827b246dc313dd1 /src/i18n/locales
parentFix linting issues (diff)
downloadferdium-app-09bc9eecfe922b8fa1bf929517231ecdf181fef7.tar.gz
ferdium-app-09bc9eecfe922b8fa1bf929517231ecdf181fef7.tar.zst
ferdium-app-09bc9eecfe922b8fa1bf929517231ecdf181fef7.zip
Add port option to service proxy config
Diffstat (limited to 'src/i18n/locales')
-rw-r--r--src/i18n/locales/en-US.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 356eaae66..67885661c 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -133,9 +133,10 @@
133 "settings.service.form.iconDelete": "Delete", 133 "settings.service.form.iconDelete": "Delete",
134 "settings.service.form.iconUpload": "Drop your image, or click here", 134 "settings.service.form.iconUpload": "Drop your image, or click here",
135 "settings.service.form.enableDarkMode": "Enable Dark Mode", 135 "settings.service.form.enableDarkMode": "Enable Dark Mode",
136 "settings.service.form.proxy.headline": "Proxy Settings", 136 "settings.service.form.proxy.headline": "HTTP/HTTPS Proxy Settings",
137 "settings.service.form.proxy.isEnabled": "Use Proxy", 137 "settings.service.form.proxy.isEnabled": "Use Proxy",
138 "settings.service.form.proxy.host": "Proxy Host/IP", 138 "settings.service.form.proxy.host": "Proxy Host/IP",
139 "settings.service.form.proxy.port": "Port",
139 "settings.service.form.proxy.user": "User (optional)", 140 "settings.service.form.proxy.user": "User (optional)",
140 "settings.service.form.proxy.password": "Password (optional)", 141 "settings.service.form.proxy.password": "Password (optional)",
141 "settings.service.form.proxy.info": "Proxy settings will not synced with the Franz servers.", 142 "settings.service.form.proxy.info": "Proxy settings will not synced with the Franz servers.",