summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-09 17:04:39 -0500
committerGitHub <noreply@github.com>2016-08-09 17:04:39 -0500
commitac2f75ac8fd4e2d7ae1de6703a156b9636d4b8f0 (patch)
treefca0c03c5f17fc2db0ad1bf15d5ff6c3e85a40f6 /i18n/en.json
parente4b0680a795bfeda5575f2be3e4b6359dc01bd2d (diff)
downloadchat-ac2f75ac8fd4e2d7ae1de6703a156b9636d4b8f0.tar.gz
chat-ac2f75ac8fd4e2d7ae1de6703a156b9636d4b8f0.tar.bz2
chat-ac2f75ac8fd4e2d7ae1de6703a156b9636d4b8f0.zip
daily translations 20160809 (#3772)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json80
1 files changed, 40 insertions, 40 deletions
diff --git a/i18n/en.json b/i18n/en.json
index bcaf7befd..989dce038 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2204,10 +2204,50 @@
"translation": "Unable to open image. Image is too large."
},
{
+ "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.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"
+ },
+ {
+ "id": "ent.cluster.incompatible.warn",
+ "translation": "Potential incompatible version detected for clustering with %v"
+ },
+ {
+ "id": "ent.cluster.incompatible_config.warn",
+ "translation": "Potential incompatible config detected for clustering with %v"
+ },
+ {
"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.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.save_config.error",
+ "translation": "System Console is set to read-only when High Availability is enabled."
+ },
+ {
+ "id": "ent.cluster.starting.info",
+ "translation": "Cluster internode communication is listening on %v with hostname=%v id=%v"
+ },
+ {
+ "id": "ent.cluster.stopping.info",
+ "translation": "Cluster internode communication is stopping on %v with hostname=%v id=%v"
+ },
+ {
"id": "ent.compliance.licence_disable.app_error",
"translation": "Compliance functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
},
@@ -4682,45 +4722,5 @@
{
"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.incompatible.warn",
- "translation": "Potential incompatible version detected for clustering with %v"
- },
- {
- "id": "ent.cluster.incompatible_config.warn",
- "translation": "Potential incompatible 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"
}
]