From e987922fd332aa2f41b6025700f021039102a134 Mon Sep 17 00:00:00 2001 From: Kanin Peanviriyakulkit Date: Mon, 12 Oct 2020 00:57:42 +0700 Subject: [PATCH] fix(locales): update 'th' locale (#4421) --- packages/netlify-cms-locales/src/th/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/netlify-cms-locales/src/th/index.js b/packages/netlify-cms-locales/src/th/index.js index 2445151f..4b9fc29f 100644 --- a/packages/netlify-cms-locales/src/th/index.js +++ b/packages/netlify-cms-locales/src/th/index.js @@ -81,6 +81,11 @@ const th = { rangeCountExact: '%{fieldLabel} จะต้องมี %{count} รายการ', minCount: '%{fieldLabel} จะต้องมีไม่ต่ำกว่า %{minCount} รายการ', maxCount: '%{fieldLabel} จะต้องมีไม่มากกว่า %{maxCount} รายการ', + invalidPath: `'%{path}' path ไม่ถูกต้อง`, + pathExists: `Path '%{path}' ไม่อยู่แล้ว`, + }, + i18n: { + writingInLocale: 'Writing in %{locale}', }, }, editor: { @@ -225,6 +230,7 @@ const th = { onDeleteUnpublishedChanges: 'การเปลี่ยนแปลงเนื้อหาไม่ถูกเผยแพร่ได้ถูกลบ', onFailToAuth: '%{details}', onLoggedOut: 'คุณได้ออกจากระบบ โปรดสำรองข้อมูลแล้วเข้าสู่ระบบอีกครั้ง', + onBackendDown: 'บริการแบ็กเอนด์เกิดการขัดข้อง ดู %{details} สำหรับข้อมูลเพิ่มเติม', }, }, workflow: {