summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-08-04 09:25:37 -0800
committerHarrison Healey <harrisonmhealey@gmail.com>2016-08-04 13:25:37 -0400
commit59d971dc751b0414c5b38c9df4b552e45f5641be (patch)
treed8c39aa5d1fa67d41d89bdd37f699a8e7ca7af36 /i18n
parentac90f5b38962c301318fff9118c4556537002941 (diff)
downloadchat-59d971dc751b0414c5b38c9df4b552e45f5641be.tar.gz
chat-59d971dc751b0414c5b38c9df4b552e45f5641be.tar.bz2
chat-59d971dc751b0414c5b38c9df4b552e45f5641be.zip
PLT-2899 adding clustering of app servers (#3682)
* PLT-2899 adding clustering of app servers * PLT-2899 base framework * PLT-2899 HA backend * PLT-2899 Fixing config file * PLT-2899 adding config syncing * PLT-2899 set System console to readonly when clustering enabled. * PLT-2899 Fixing publish API * PLT-2899 fixing strings
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6ed6d6ebe..79b0079e9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2204,6 +2204,10 @@
"translation": "Unable to open image. Image is too large."
},
{
+ "id": "ent.cluster.licence_disable.app_error",
+ "translation": "Clustering functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
+ },
+ {
"id": "ent.compliance.licence_disable.app_error",
"translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
},
@@ -4678,5 +4682,45 @@
{
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
+ },
+ {
+ "id": "ent.cluster.starting.info",
+ "translation": "Cluster internode communication is listening on %v with hostname=%v id=%v"
+ },
+ {
+ "id": "ent.cluster.save_config.error",
+ "translation": "System Console is set to read-only when High Availability is enabled."
+ },
+ {
+ "id": "ent.cluster.config_changed.info",
+ "translation": "Cluster configuration has changed for id=%v. Attempting to restart cluster service. To ensure the cluster is configured correctly you should not rely on this restart because we detected a core configuration change."
+ },
+ {
+ "id": "ent.cluster.stopping.info",
+ "translation": "Cluster internode communication is stopping on %v with hostname=%v id=%v"
+ },
+ {
+ "id": "ent.cluster.ping_failed.info",
+ "translation": "Cluster ping failed with hostname=%v on=%v with id=%v"
+ },
+ {
+ "id": "ent.cluster.ping_success.info",
+ "translation": "Cluster ping successful with hostname=%v on=%v with id=%v self=%v"
+ },
+ {
+ "id": "ent.cluster.incompatibile.warn",
+ "translation": "Potential incompatibile version detected for clustering with %v"
+ },
+ {
+ "id": "ent.cluster.incompatibile_config.warn",
+ "translation": "Potential incompatibile config detected for clustering with %v"
+ },
+ {
+ "id": "ent.cluster.debug_fail.debug",
+ "translation": "Cluster send failed at `%v` detail=%v, extra=%v, retry number=%v"
+ },
+ {
+ "id": "ent.cluster.final_fail.error",
+ "translation": "Cluster send final fail at `%v` detail=%v, extra=%v, retry number=%v"
}
]