From 1e3f255ece167d5ac8f23cabae6f978702a6f929 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Mon, 15 Nov 2021 17:18:56 +0530 Subject: [PATCH] chore: Update translations, fix Crowdin issues Co-authored-by: Pranav Raj S --- app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ar/login.json | 2 +- app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/da/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/de/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/de/inboxMgmt.json | 6 +++--- .../dashboard/i18n/locale/de/integrationApps.json | 2 +- app/javascript/dashboard/i18n/locale/el/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/es/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/he/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/id/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/it/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/no/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json | 3 ++- .../dashboard/i18n/locale/pt_BR/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/th/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json | 3 ++- app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json | 3 ++- .../dashboard/i18n/locale/zh_CN/attributesMgmt.json | 3 ++- .../dashboard/i18n/locale/zh_TW/attributesMgmt.json | 3 ++- app/javascript/widget/i18n/locale/nl.json | 4 ++-- 39 files changed, 77 insertions(+), 42 deletions(-) diff --git a/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json index 3e5676482..f5145ded3 100644 --- a/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ar/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "المفتاح", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ar/login.json b/app/javascript/dashboard/i18n/locale/ar/login.json index 93db65575..caf74b78a 100644 --- a/app/javascript/dashboard/i18n/locale/ar/login.json +++ b/app/javascript/dashboard/i18n/locale/ar/login.json @@ -1,6 +1,6 @@ { "LOGIN": { - "TITLE": "تسجيل الدخول إلى شات ووت", + "TITLE": "تسجيل الدخول إلى Chatwoot", "EMAIL": { "LABEL": "البريد الإلكتروني", "PLACEHOLDER": "مثال: someone@example.com" diff --git a/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json index dff2a2e9c..ebc664878 100644 --- a/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ca/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json index cdb281217..e08d72f33 100644 --- a/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/cs/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json index 9eccd44ee..077463076 100644 --- a/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/da/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json index 2695a76eb..029bc9f22 100644 --- a/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Schlüssel", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json index 421e542d4..d450e32a3 100644 --- a/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json +++ b/app/javascript/dashboard/i18n/locale/de/inboxMgmt.json @@ -292,15 +292,15 @@ }, "AUTO_ASSIGNMENT": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "EMAIL_COLLECT_BOX": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "ENABLE_CSAT": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "ENABLE_HMAC": { "LABEL": "Aktivieren" diff --git a/app/javascript/dashboard/i18n/locale/de/integrationApps.json b/app/javascript/dashboard/i18n/locale/de/integrationApps.json index e6090ad5d..c3f10e210 100644 --- a/app/javascript/dashboard/i18n/locale/de/integrationApps.json +++ b/app/javascript/dashboard/i18n/locale/de/integrationApps.json @@ -5,7 +5,7 @@ "HEADER": "Anwendungen", "STATUS": { "ENABLED": "Aktiviert", - "DISABLED": "Behindert" + "DISABLED": "Deaktiviert" }, "CONFIGURE": "Konfigurieren", "ADD_BUTTON": "Neuen Hook hinzufügen", diff --git a/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json index e07755340..aa3518301 100644 --- a/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/el/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Κλειδί", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json index d5ed56621..396912552 100644 --- a/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/es/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json index 91bf8707d..36e58802a 100644 --- a/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fa/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "کلید", "PLACEHOLDER": "کلید ویژگی سفارشی را وارد کنید", - "ERROR": "کلید الزامی است" + "ERROR": "کلید الزامی است", + "IN_VALID": "کلید نامعتبر" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json index 0959b1e47..76655ca8b 100644 --- a/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fi/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json index c5fb82f69..a69126264 100644 --- a/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/fr/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Clé", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json index 97a54fc9c..56db41f57 100644 --- a/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/he/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "מפתח", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json index 5e035b55d..ec9e2183e 100644 --- a/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hi/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json index 76a5c5cbb..18eb17393 100644 --- a/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/hu/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json index 0464af927..9a1997011 100644 --- a/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/id/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Kunci", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json index 110afd5d3..2d3d0e493 100644 --- a/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/it/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Chiave", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json index 1cf4f9ae2..a7bafee6e 100644 --- a/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ja/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json index 0ceed99a6..69696b4ea 100644 --- a/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ko/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json index 191b6b3c8..e8bfee232 100644 --- a/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ml/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json index 5e035b55d..ec9e2183e 100644 --- a/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ne/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json index 28ede6f2f..19844832f 100644 --- a/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/nl/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json index b1b370ce8..739322412 100644 --- a/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/no/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json index 230d32c3e..79e87a281 100644 --- a/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pl/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json index af7184571..0ec9927e7 100644 --- a/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json index ab7626d7d..42c71e940 100644 --- a/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/pt_BR/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Chave", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json index dc33db6e6..46bae338f 100644 --- a/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ro/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json index b847e8483..324879d49 100644 --- a/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ru/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Ключ", "PLACEHOLDER": "Введите ключ пользовательского атрибута", - "ERROR": "Необходимо указать ключ" + "ERROR": "Необходимо указать ключ", + "IN_VALID": "Неверный ключ" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json index 5e035b55d..ec9e2183e 100644 --- a/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sk/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json index 5ca4dd163..07c4599cd 100644 --- a/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/sv/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json index d91cc81dd..a5312e847 100644 --- a/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/ta/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json index 2f7b08417..3e91a3adf 100644 --- a/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/th/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json index 55eaab277..88950a0fc 100644 --- a/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/tr/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Anahtar", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json index adc803ae0..11bfb33a8 100644 --- a/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/uk/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Ключ", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json index 7a1fd6e7e..3c820d155 100644 --- a/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/vi/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json index 3b308b2dc..7f62b473c 100644 --- a/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_CN/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json b/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json index 1174f4661..cbfc53f14 100644 --- a/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json +++ b/app/javascript/dashboard/i18n/locale/zh_TW/attributesMgmt.json @@ -32,7 +32,8 @@ "KEY": { "LABEL": "Key", "PLACEHOLDER": "Enter custom attribute key", - "ERROR": "Key is required" + "ERROR": "Key is required", + "IN_VALID": "Invalid key" } }, "API": { diff --git a/app/javascript/widget/i18n/locale/nl.json b/app/javascript/widget/i18n/locale/nl.json index 3d3180fc2..7acbadab1 100644 --- a/app/javascript/widget/i18n/locale/nl.json +++ b/app/javascript/widget/i18n/locale/nl.json @@ -10,7 +10,7 @@ }, "TEAM_AVAILABILITY": { "ONLINE": "We zijn online", - "OFFLINE": "We are away at the moment" + "OFFLINE": "Op dit moment zijn we niet aanwezig" }, "REPLY_TIME": { "IN_A_FEW_MINUTES": "Reageert meestal binnen een paar minuten", @@ -18,7 +18,7 @@ "IN_A_DAY": "Reageert meestal binnen een dag" }, "START_CONVERSATION": "Start Chat", - "START_NEW_CONVERSATION": "Start a new conversation", + "START_NEW_CONVERSATION": "Een nieuw gesprek starten", "UNREAD_VIEW": { "VIEW_MESSAGES_BUTTON": "Bekijk nieuwe berichten", "CLOSE_MESSAGES_BUTTON": "Sluiten",