summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-10-26 09:19:19 -0700
committerChristopher Speller <crspeller@gmail.com>2016-10-26 12:19:19 -0400
commitc07cdd666a05dc7394f8a2f7799c2fbdbca2c9ca (patch)
treeb1c8e55eefef9851b05ad3978ce196ca3075156c /i18n
parentf02620b291b988848392c455a7719699f6b5c00f (diff)
downloadchat-c07cdd666a05dc7394f8a2f7799c2fbdbca2c9ca.tar.gz
chat-c07cdd666a05dc7394f8a2f7799c2fbdbca2c9ca.tar.bz2
chat-c07cdd666a05dc7394f8a2f7799c2fbdbca2c9ca.zip
PLT-4488 adding in loop breaking (#4330)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 3cdffafea..6c1041f9b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2576,6 +2576,10 @@
"translation": "Cluster send final fail at `%v` detail=%v, extra=%v, retry number=%v"
},
{
+ "id": "ent.cluster.same_server.warn",
+ "translation": "This request has already been recieved by this server, my_id=%v path=%v"
+ },
+ {
"id": "ent.cluster.incompatible.warn",
"translation": "Potential incompatible version detected for clustering with %v"
},