Browse Source

New translations en.json (Thai)

pull/5202/head
navi 2 years ago
parent
commit
da48b42638
  1. 21
      packages/nc-gui/lang/th.json

21
packages/nc-gui/lang/th.json

@ -74,7 +74,8 @@
"insertBefore": "Insert Before", "insertBefore": "Insert Before",
"hideField": "Hide Field", "hideField": "Hide Field",
"sortAsc": "Sort Ascending", "sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending" "sortDesc": "Sort Descending",
"geoDataField": "GeoData Field"
}, },
"objects": { "objects": {
"project": "โครงการ", "project": "โครงการ",
@ -98,7 +99,8 @@
"gallery": "แกลลอร", "gallery": "แกลลอร",
"form": "รปราง", "form": "รปราง",
"kanban": "ภาษาคณาตา", "kanban": "ภาษาคณาตา",
"calendar": "ปฏน" "calendar": "ปฏน",
"map": "Map"
}, },
"user": "ผใช", "user": "ผใช",
"users": "ผใช", "users": "ผใช",
@ -136,6 +138,7 @@
"Currency": "สกลเงน", "Currency": "สกลเงน",
"Percent": "รอยละ", "Percent": "รอยละ",
"Duration": "ระยะเวลา", "Duration": "ระยะเวลา",
"GeoData": "GeoData",
"Rating": "การจดอนดบ", "Rating": "การจดอนดบ",
"Formula": "สตร", "Formula": "สตร",
"Rollup": "มวน", "Rollup": "มวน",
@ -253,6 +256,9 @@
"barcodeFormat": "Barcode format", "barcodeFormat": "Barcode format",
"qrCodeValueTooLong": "Too many characters for a QR code", "qrCodeValueTooLong": "Too many characters for a QR code",
"barcodeValueTooLong": "Too many characters for a barcode", "barcodeValueTooLong": "Too many characters for a barcode",
"yourLocation": "Your Location",
"lng": "Lng",
"lat": "Lat",
"aggregateFunction": "ฟงกนรวม", "aggregateFunction": "ฟงกนรวม",
"dbCreateIfNotExists": "ฐานขอมล: สรางถาไมอย", "dbCreateIfNotExists": "ฐานขอมล: สรางถาไมอย",
"clientKey": "รหสลกคา", "clientKey": "รหสลกคา",
@ -452,6 +458,10 @@
"stackedBy": "Stacked By", "stackedBy": "Stacked By",
"chooseGroupingField": "Choose a Grouping Field", "chooseGroupingField": "Choose a Grouping Field",
"addOrEditStack": "Add / Edit Stack" "addOrEditStack": "Add / Edit Stack"
},
"map": {
"mappedBy": "Mapped By",
"chooseMappingField": "Choose a Mapping Field"
} }
}, },
"tooltip": { "tooltip": {
@ -518,6 +528,11 @@
"orgCreator": "Creator can create new projects and access any invited project.", "orgCreator": "Creator can create new projects and access any invited project.",
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project." "orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
}, },
"map": {
"overLimit": "You're over the limit.",
"closeLimit": "You're getting close to the limit.",
"limitNumber": "The limit of markers shown in a Map View is 1000 records."
},
"footerInfo": "แถวตอหนา", "footerInfo": "แถวตอหนา",
"upload": "เลอกไฟลจะอปโหลด", "upload": "เลอกไฟลจะอปโหลด",
"upload_sub": "หรอลากและวางไฟล", "upload_sub": "หรอลากและวางไฟล",
@ -600,6 +615,7 @@
"gallery": "เพมมมมองแกลลอร", "gallery": "เพมมมมองแกลลอร",
"form": "เพมมมมองแบบฟอรม", "form": "เพมมมมองแบบฟอรม",
"kanban": "เพมมมมอง Kanban", "kanban": "เพมมมมอง Kanban",
"map": "Add Map View",
"calendar": "เพมมมมองปฏน" "calendar": "เพมมมมองปฏน"
}, },
"tablesMetadataInSync": "ตารางเมตาดาตากำลงซงค", "tablesMetadataInSync": "ตารางเมตาดาตากำลงซงค",
@ -690,6 +706,7 @@
"nameShouldStartWithAnAlphabetOr_": "Name should start with an alphabet or _", "nameShouldStartWithAnAlphabetOr_": "Name should start with an alphabet or _",
"followingCharactersAreNotAllowed": "Following characters are not allowed", "followingCharactersAreNotAllowed": "Following characters are not allowed",
"columnNameRequired": "Column name is required", "columnNameRequired": "Column name is required",
"columnNameExceedsCharacters": "The length of column name exceeds the max {value} characters",
"projectNameExceeds50Characters": "Project name exceeds 50 characters", "projectNameExceeds50Characters": "Project name exceeds 50 characters",
"projectNameCannotStartWithSpace": "Project name cannot start with space", "projectNameCannotStartWithSpace": "Project name cannot start with space",
"requiredField": "Required field", "requiredField": "Required field",

Loading…
Cancel
Save