瀏覽代碼

Merge pull request #39 from klodr/master

add missing 504 Gateway Timeout error in all languages
Andi Dittrich 1 年之前
父節點
當前提交
5cd6b70141
共有 7 個文件被更改,包括 41 次插入0 次删除
  1. 6 0
      docs/HTTP504.html
  2. 6 0
      i18n/pages-en_US.json
  3. 6 0
      i18n/pages-es_VE.json
  4. 6 0
      i18n/pages-fr_FR.json
  5. 5 0
      i18n/pages-pl-PL.json
  6. 6 0
      i18n/pages-pt_BR.json
  7. 6 0
      i18n/pages-zh_CN.json

File diff suppressed because it is too large
+ 6 - 0
docs/HTTP504.html


+ 6 - 0
i18n/pages-en_US.json

@@ -45,6 +45,12 @@
         "title": "Webservice currently unavailable",
         "message": "We've got some trouble with our backend upstream cluster.\nOur service team has been dispatched to bring it back online."
     },
+
+    // http proxy time out error
+    "504": {
+        "title": "Webservice currently unavailable",
+        "message": "We've got some trouble with our backend upstream cluster.\nOur service team has been dispatched to bring it back online."
+    },
     
     // CUSTOM ERROR CODES
     // =======================================================

+ 6 - 0
i18n/pages-es_VE.json

@@ -51,6 +51,12 @@
         "message": "Se encontró una condición inesperada. Nuestro equipo de servicio está abocado para colocarlo nuevamente en servicio."
     },
 
+    // http 504 Gateway Timeout
+    "504": {
+        "title": "Servicio web proxy actualmente no disponible",
+        "message": "Tenemos algunos problemas con nuestro racimo. Nuestro equipo de servicio fue enviado para restablecerlo nuevamente en línea."
+    },
+
     //https://tools.ietf.org/html/rfc6585#section-6
     // http 511 Network Authentication Required (offer a URL for login)
     

+ 6 - 0
i18n/pages-fr_FR.json

@@ -45,6 +45,12 @@
         "title": "Service Web actuellement indisponible",
         "message": "Nous avons quelques problèmes avec notre cluster en amont. Notre équipe de service a été dépêchée pour le remettre en ligne."
     },
+
+    // http proxy timeout error
+    "504": {
+        "title": "Service Web actuellement indisponible",
+        "message": "Nous avons quelques problèmes avec notre cluster en amont. Notre équipe de service a été dépêchée pour le remettre en ligne."
+    },
     
     // CUSTOM ERROR CODES
     // =======================================================

+ 5 - 0
i18n/pages-pl-PL.json

@@ -64,6 +64,11 @@
         "message": "Wystąpił nieoczekiwany błąd.\nJuż pracujemy nad przywróceniem witryny."
     },
 
+    "504": {
+        "title": "Witryna jest aktualnie niedostępna",
+        "message": "Wystąpił nieoczekiwany błąd.\nJuż pracujemy nad przywróceniem witryny."
+    },
+
     "520": {
         "title": "Błąd — nieznany host",
         "message": "Żądana nazwa hosta nie jest routowana. Używaj tylko nazw hostów, aby uzyskać dostęp do zasobów."

+ 6 - 0
i18n/pages-pt_BR.json

@@ -44,6 +44,12 @@
         "message": "Nós tivemos alguns problema com o nosso backend. Nosso time de serviços está trabalhando para deixar isso online novamente."
     },
 
+    // http proxy timeout error
+    "504": {
+        "title": "Webservice atualmente indisponível",
+        "message": "Nós tivemos alguns problema com o nosso backend. Nosso time de serviços está trabalhando para deixar isso online novamente."
+    },
+
     // CUSTOM ERROR CODES
     // =======================================================
     // webserver origin error

+ 6 - 0
i18n/pages-zh_CN.json

@@ -45,6 +45,12 @@
         "title": "Webservice目前不可用",
         "message": "我们的后端上游服务器出现了问题。\n技术支持团队正在努力修复中。"
     },
+
+    // http proxy timeout error
+    "504": {
+        "title": "Webservice目前不可用",
+        "message": "我们的后端上游服务器出现了问题。\n技术支持团队正在努力修复中。"
+    },
     
     // CUSTOM ERROR CODES
     // =======================================================

Some files were not shown because too many files changed in this diff