@brightspace-ui/intl 3.32.1 → 3.32.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/th.js +14 -14
- package/package.json +2 -2
package/lang/th.js
CHANGED
|
@@ -20,21 +20,21 @@ export default {
|
|
|
20
20
|
"intl-common:actions:search": "ค้นหา", // search action (in Title Case)
|
|
21
21
|
"intl-common:actions:submit": "ส่ง", // submit action (in Title Case)
|
|
22
22
|
"intl-common:actions:update": "อัปเดต", // update action (in Title Case)
|
|
23
|
-
"intl-common:characters:ampersand": "
|
|
24
|
-
"intl-common:characters:apostrophe": "
|
|
25
|
-
"intl-common:characters:asterisk": "
|
|
26
|
-
"intl-common:characters:backslash": "
|
|
27
|
-
"intl-common:characters:colon": "
|
|
28
|
-
"intl-common:characters:comma": "
|
|
29
|
-
"intl-common:characters:greaterThan": "
|
|
30
|
-
"intl-common:characters:lessThan": "
|
|
31
|
-
"intl-common:characters:numberSign": "
|
|
32
|
-
"intl-common:characters:percentSign": "
|
|
33
|
-
"intl-common:characters:pipe": "
|
|
34
|
-
"intl-common:characters:questionMark": "
|
|
35
|
-
"intl-common:characters:quotationMark": "
|
|
23
|
+
"intl-common:characters:ampersand": "และ", // short name or description of the "&" character
|
|
24
|
+
"intl-common:characters:apostrophe": "เครื่องหมายแสดงความเป็นเจ้าของ/ย่อ", // short name or description of the "'" character
|
|
25
|
+
"intl-common:characters:asterisk": "เครื่องหมายดอกจัน", // short name or description of the "*" character
|
|
26
|
+
"intl-common:characters:backslash": "เครื่องหมายทับกลับ", // short name or description of the "\" character
|
|
27
|
+
"intl-common:characters:colon": "เครื่องหมายทวิภาค", // short name or description of the ":" character
|
|
28
|
+
"intl-common:characters:comma": "เครื่องหมายจุลภาค", // short name or description of the "," character
|
|
29
|
+
"intl-common:characters:greaterThan": "เครื่องหมายมากกว่า", // short name or description of the ">" character
|
|
30
|
+
"intl-common:characters:lessThan": "เครื่องหมายน้อยกว่า", // short name or description of the "<" character
|
|
31
|
+
"intl-common:characters:numberSign": "เครื่องหมายจำนวน", // short name or description of the "#" character
|
|
32
|
+
"intl-common:characters:percentSign": "เครื่องหมายร้อยละ", // short name or description of the "%" character
|
|
33
|
+
"intl-common:characters:pipe": "เครื่องหมายขีดตั้ง", // short name or description of the "|" character
|
|
34
|
+
"intl-common:characters:questionMark": "เครื่องหมายคำถาม", // short name or description of the "?" character
|
|
35
|
+
"intl-common:characters:quotationMark": "เครื่องหมายคำพูด", // short name or description of the '"' character
|
|
36
36
|
"intl-common:confirm:no": "ไม่", // no response to a question (in Title Case)
|
|
37
|
-
"intl-common:confirm:ok": "
|
|
37
|
+
"intl-common:confirm:ok": "ตกลง", // okay response to a question
|
|
38
38
|
"intl-common:confirm:yes": "ใช่", // yes response to a question (in Title Case)
|
|
39
39
|
"intl-common:navigation:back:title": "ย้อนกลับ", // term for navigating back to the previous page (in Title Case)
|
|
40
40
|
"intl-common:navigation:continue:title": "ดำเนินการต่อ", // continue action (in Title Case)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/intl",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.3",
|
|
4
4
|
"description": "Internationalization APIs for number, date, time and file size formatting and parsing in D2L Brightspace.",
|
|
5
5
|
"main": "lib/number.js",
|
|
6
6
|
"type": "module",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
"sinon": "^21.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"intl-messageformat": "^
|
|
48
|
+
"intl-messageformat": "^11"
|
|
49
49
|
}
|
|
50
50
|
}
|