aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-07 15:29:31 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-07 15:29:31 +0100
commitdd307e3deb14f1738029ea38f7c1de7893455283 (patch)
tree9e1148d98476f864903900e819b509dfe12a7f14 /src/i18n/locales/en-US.json
parentRemove cumbersome style nesting (diff)
downloadferdium-app-dd307e3deb14f1738029ea38f7c1de7893455283.tar.gz
ferdium-app-dd307e3deb14f1738029ea38f7c1de7893455283.tar.zst
ferdium-app-dd307e3deb14f1738029ea38f7c1de7893455283.zip
feature(Service): Add webview crash handler to display a user friendly message
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index b1d260f0a..0493b547f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -165,5 +165,9 @@
165 "tabs.item.disableNotifications": "Disable notifications", 165 "tabs.item.disableNotifications": "Disable notifications",
166 "tabs.item.enableNotification": "Enable notifications", 166 "tabs.item.enableNotification": "Enable notifications",
167 "tabs.item.disableService": "Disable service", 167 "tabs.item.disableService": "Disable service",
168 "tabs.item.deleteService": "Delete service" 168 "tabs.item.deleteService": "Delete service",
169 "service.crashHandler.headline": "Oh no!",
170 "service.crashHandler.text": "{name} has caused an error.",
171 "service.crashHandler.action": "Reload {name}",
172 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds"
169} 173}