Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions messages/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"store/form.error.required": "This field is required",
"store/form.error.maxLength": "The maximum character length of this field is {value}",
"store/form.error.minLength": "The minimum character length of this field is {value}",
"store/form.error.maxValue": "The maximum value accepted by this field is {value}",
"store/form.error.minValue": "The minimum value accepted by this field is {value}",
"store/form.error.notFloat": "Must be a number",
"store/form.error.notInteger": "Must be an integer",
"store/form.error.pattern": "This text does not match the expected pattern",
"store/form.error.notInEnum": "Must be one of the following values: {values}",
"store/form.error.multipleOf": "Must be a multiple of {value}",
"store/form.error.undefinedError": "Invalid value.",
"store/form.submit.buttonLabel": "Save",
"store/form.submit.error.userInputError": "There are some errors in the information provided. Please check the highlighted fields and try again.",
"store/form.submit.error.serverError": "Internal server error. Please try again later.",
"store/form.schema.loading": "Loading form...",
"store/form.schema.error": "Error loading form. Please try again later.",
"store/form.submit.success": "Prices updated based on new order configuration",
"admin/editor.custom-price-selector.title": "Order Configuration",
"admin/editor.custom-price-selector.description": "Order configuration for B2B users",
"admin/editor.custom-price-selector.formTitle.title": "Form title",
"admin/editor.custom-price-selector.formFields.title": "Form fields",
"admin/editor.custom-price-selector.formFields.name": "Field name",
"admin/editor.custom-price-selector.formFields.type": "Field type",
"admin/editor.custom-price-selector.formFields.fieldType": "Field input type",
"admin/editor.custom-price-selector.formFields.label": "Field label",
"admin/editor.custom-price-selector.formFields.required": "Required",
"admin/editor.custom-price-selector.formFields.showInTitle": "Show in title",
"admin/editor.custom-price-selector.formFields.format": "Input format",
"admin/editor.custom-price-selector.formFields.options": "Input options",
"admin/editor.custom-price-selector.formFields.options.description": "Select options (radio or checkbox)",
"admin/editor.custom-price-selector.formFields.options.label": "Option label",
"admin/editor.custom-price-selector.formFields.options.value": "Option value"
}
34 changes: 34 additions & 0 deletions messages/id-ID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"store/form.error.required": "Bidang ini wajib diisi",
"store/form.error.maxLength": "Bidang ini memiliki panjang maksimum: {value}",
"store/form.error.minLength": "Bidang ini memiliki panjang minimum: {value}",
"store/form.error.maxValue": "Nilai maksimum yang diterima oleh bidang ini adalah {value}",
"store/form.error.minValue": "Nilai minimum yang diterima oleh bidang ini adalah {value}",
"store/form.error.notFloat": "Harus berupa angka",
"store/form.error.notInteger": "Harus berupa bilangan bulat",
"store/form.error.pattern": "Teks ini tidak cocok dengan pola yang diharapkan",
"store/form.error.notInEnum": "Harus salah satu dari nilai berikut: {values}",
"store/form.error.multipleOf": "Harus berupa kelipatan {value}",
"store/form.error.undefinedError": "Nilai tidak valid.",
"store/form.submit.buttonLabel": "Simpan",
"store/form.submit.error.userInputError": "Menemukan beberapa kesalahan di data yang diberikan, harap periksa kembali bidang yang ditunjukkan, coba lagi!",
"store/form.submit.error.serverError": "Kesalahan Server Internal! Silakan coba lagi nanti!",
"store/form.schema.loading": "Memuat formulir...",
"store/form.schema.error": "Kesalahan saat memuat formulir, coba lagi nanti!",
"store/form.submit.success": "Harga diperbarui berdasarkan konfigurasi pesanan baru",
"admin/editor.custom-price-selector.title": "Konfigurasi Pesanan",
"admin/editor.custom-price-selector.description": "Konfigurasi pesanan untuk pengguna B2B",
"admin/editor.custom-price-selector.formTitle.title": "Judul Formulir",
"admin/editor.custom-price-selector.formFields.title": "Bidang Formulir",
"admin/editor.custom-price-selector.formFields.name": "Nama Bidang",
"admin/editor.custom-price-selector.formFields.type": "Jenis Bidang",
"admin/editor.custom-price-selector.formFields.fieldType": "Jenis Input Bidang",
"admin/editor.custom-price-selector.formFields.label": "Label Bidang",
"admin/editor.custom-price-selector.formFields.required": "Wajib diisi",
"admin/editor.custom-price-selector.formFields.showInTitle": "Tampilkan dalam Judul",
"admin/editor.custom-price-selector.formFields.format": "Format Input",
"admin/editor.custom-price-selector.formFields.options": "Opsi Input",
"admin/editor.custom-price-selector.formFields.options.description": "Opsi untuk pilihan, radio, atau kotak centang",
"admin/editor.custom-price-selector.formFields.options.label": "Label opsi",
"admin/editor.custom-price-selector.formFields.options.value": "Nilai opsi"
}
34 changes: 34 additions & 0 deletions messages/pt-BR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"store/form.error.required": "Campo obrigatório",
"store/form.error.maxLength": "Este campo deve ter até {value} caracteres",
"store/form.error.minLength": "Este campo deve ter no mínimo {value} caracteres",
"store/form.error.maxValue": "O valor máximo aceito neste campo é {value}",
"store/form.error.minValue": "O valor mínimo aceito neste campo é {value}",
"store/form.error.notFloat": "Deve ser um número",
"store/form.error.notInteger": "Deve ser um número inteiro",
"store/form.error.pattern": "Este texto não corresponde ao padrão esperado",
"store/form.error.notInEnum": "Deve ser algum dos seguintes valores: {values}",
"store/form.error.multipleOf": "Este campo deve ser um mútiplo de {value}",
"store/form.error.undefinedError": "Valor inválido.",
"store/form.submit.buttonLabel": "Salvar",
"store/form.submit.error.userInputError": "Foram encontrados alguns erros nos dados fornecidos. Revise os campos indicados e tente novamente.",
"store/form.submit.error.serverError": "Erro interno do servidor. Por favor, tente novamente mais tarde.",
"store/form.schema.loading": "Carregando formulário...",
"store/form.schema.error": "Erro ao carregar formulário. Tente novamente mais tarde.",
"store/form.submit.success": "Preços atualizados com base na nova configuração do pedido",
"admin/editor.custom-price-selector.title": "Configuração do pedido",
"admin/editor.custom-price-selector.description": "Configuração de pedidos para usuários B2B",
"admin/editor.custom-price-selector.formTitle.title": "Título do formulário",
"admin/editor.custom-price-selector.formFields.title": "Campos do formulário",
"admin/editor.custom-price-selector.formFields.name": "Nome do campo",
"admin/editor.custom-price-selector.formFields.type": "Tipo de campo",
"admin/editor.custom-price-selector.formFields.fieldType": "Tipo de entrada do campo",
"admin/editor.custom-price-selector.formFields.label": "Identificador do campo",
"admin/editor.custom-price-selector.formFields.required": "Obrigatórios",
"admin/editor.custom-price-selector.formFields.showInTitle": "Mostrar no título",
"admin/editor.custom-price-selector.formFields.format": "Formato de entrada",
"admin/editor.custom-price-selector.formFields.options": "Opções de entrada",
"admin/editor.custom-price-selector.formFields.options.description": "Opções de seleção (radio ou checkbox)",
"admin/editor.custom-price-selector.formFields.options.label": "Identificador da opção",
"admin/editor.custom-price-selector.formFields.options.value": "Valor da opção"
}
34 changes: 34 additions & 0 deletions messages/th-TH.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"store/form.error.required": "ต้องระบุฟิลด์นี้",
"store/form.error.maxLength": "ฟิลด์นี้มีความยาวสูงสุด: {value}",
"store/form.error.minLength": "ฟิลด์นี้มีความยาวต่ำสุด: {value}",
"store/form.error.maxValue": "ค่าสูงสุดที่ฟิลด์นี่รับได้คือ {value}",
"store/form.error.minValue": "ค่าต่ำสุดที่ฟิลด์นี่รับได้คือ {value}",
"store/form.error.notFloat": "ต้องเป็นตัวเลข",
"store/form.error.notInteger": "ต้องเป็นจำนวนเต็ม",
"store/form.error.pattern": "ข้อความนี้ไม่ตรงกับรูปแบบที่คาดไว้",
"store/form.error.notInEnum": "ต้องเป็นหนึ่งในค่าดังต่อไปนี้: {values}",
"store/form.error.multipleOf": "ต้องเป็นผลคูณของ {value}",
"store/form.error.undefinedError": "ค่าไม่ถูกต้อง",
"store/form.submit.buttonLabel": "บันทึก",
"store/form.submit.error.userInputError": "พบข้อผิดพลาดบางอย่างในข้อมูลที่ให้มา กรุณาตรวจสอบฟิลด์ที่ระบุ ลองอีกครั้ง!",
"store/form.submit.error.serverError": "มีข้อผิดพลาดภายในเซิร์ฟเวอร์! กรุณาลองอีกครั้งในภายหลัง",
"store/form.schema.loading": "กำลังโหลดแบบฟอร์ม...",
"store/form.schema.error": "มีข้อผิดพลาดในการโหลดแบบฟอร์ม ลองอีกครั้งในภายหลัง!",
"store/form.submit.success": "อัปเดตราคาแล้วตามการกำหนดค่าการสั่งซื้อใหม่",
"admin/editor.custom-price-selector.title": "การกำหนดค่าการสั่งซื้อ",
"admin/editor.custom-price-selector.description": "การกำหนดค่าการสั่งซื้อสำหรับผู้ใช้แบบธุรกิจกับธุรกิจ",
"admin/editor.custom-price-selector.formTitle.title": "ชื่อหัวข้อแบบฟอร์ม",
"admin/editor.custom-price-selector.formFields.title": "ฟิลด์แบบฟอร์ม",
"admin/editor.custom-price-selector.formFields.name": "ชื่อฟิลด์",
"admin/editor.custom-price-selector.formFields.type": "ประเภทฟิลด์",
"admin/editor.custom-price-selector.formFields.fieldType": "ประเถทการป้อนฟิลด์",
"admin/editor.custom-price-selector.formFields.label": "ป้ายชื่อฟิลด์",
"admin/editor.custom-price-selector.formFields.required": "ต้องระบุ",
"admin/editor.custom-price-selector.formFields.showInTitle": "แสดงในชื่อหัวข้อ",
"admin/editor.custom-price-selector.formFields.format": "รูปแบบการป้อนข้อมูล",
"admin/editor.custom-price-selector.formFields.options": "ตัวเลือการป้อนข้อมูล",
"admin/editor.custom-price-selector.formFields.options.description": "ตัวเลือกในกรณี เลิอก วิทยุ หรือช่องทำเครื่องหมาย",
"admin/editor.custom-price-selector.formFields.options.label": "ป้ายชื่อตัวเลือก",
"admin/editor.custom-price-selector.formFields.options.value": "ค่าตัวเลือก"
}
34 changes: 34 additions & 0 deletions messages/zh-TW.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"store/form.error.required": "此欄位必填",
"store/form.error.maxLength": "此欄位最大長度為:{value}",
"store/form.error.minLength": "此欄位最小長度為:{value}",
"store/form.error.maxValue": "此欄位所接受的最大數值為:{value}",
"store/form.error.minValue": "此欄位所接受的最小數值為:{value}",
"store/form.error.notFloat": "只允許數字",
"store/form.error.notInteger": "必須為整數",
"store/form.error.pattern": "文字不匹配預期模式",
"store/form.error.notInEnum": "必須為以下數值之一:{values}",
"store/form.error.multipleOf": "必須是 {value} 的倍數",
"store/form.error.undefinedError": "無效的值。",
"store/form.submit.buttonLabel": "保存",
"store/form.submit.error.userInputError": "所提供的資料中發現錯誤。請檢查指示的欄位並再試一次!",
"store/form.submit.error.serverError": "伺服器內部錯誤。請稍後再試!",
"store/form.schema.loading": "正在載入表格……",
"store/form.schema.error": "載入表格錯誤。請稍後重試!",
"store/form.submit.success": "已基於新訂單設定檔更細價格",
"admin/editor.custom-price-selector.title": "訂單設定檔",
"admin/editor.custom-price-selector.description": "B2B 用戶的訂單設定檔",
"admin/editor.custom-price-selector.formTitle.title": "表單標題",
"admin/editor.custom-price-selector.formFields.title": "表單欄位",
"admin/editor.custom-price-selector.formFields.name": "欄位名稱",
"admin/editor.custom-price-selector.formFields.type": "欄位類型",
"admin/editor.custom-price-selector.formFields.fieldType": "欄位輸入類型",
"admin/editor.custom-price-selector.formFields.label": "欄位標籤",
"admin/editor.custom-price-selector.formFields.required": "必填",
"admin/editor.custom-price-selector.formFields.showInTitle": "在標題中顯示",
"admin/editor.custom-price-selector.formFields.format": "輸入格式",
"admin/editor.custom-price-selector.formFields.options": "輸入選項",
"admin/editor.custom-price-selector.formFields.options.description": "可選擇的選項,為單選或核取方塊",
"admin/editor.custom-price-selector.formFields.options.label": "選項標籤",
"admin/editor.custom-price-selector.formFields.options.value": "選項值"
}