@cloudscape-design/components 3.0.473 → 3.0.474
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/i18n/dynamic.js +2 -0
- package/i18n/messages/all.all.js +5225 -442
- package/i18n/messages/all.all.json +5230 -470
- package/i18n/messages/all.de.js +334 -23
- package/i18n/messages/all.de.json +338 -27
- package/i18n/messages/all.en-GB.js +334 -23
- package/i18n/messages/all.en-GB.json +338 -27
- package/i18n/messages/all.en.js +334 -23
- package/i18n/messages/all.en.json +338 -27
- package/i18n/messages/all.es.js +339 -19
- package/i18n/messages/all.es.json +340 -23
- package/i18n/messages/all.fr.js +334 -23
- package/i18n/messages/all.fr.json +338 -27
- package/i18n/messages/all.id.js +318 -19
- package/i18n/messages/all.id.json +319 -23
- package/i18n/messages/all.it.js +297 -19
- package/i18n/messages/all.it.json +298 -23
- package/i18n/messages/all.ja.js +339 -19
- package/i18n/messages/all.ja.json +340 -23
- package/i18n/messages/all.ko.js +339 -17
- package/i18n/messages/all.ko.json +340 -21
- package/i18n/messages/all.pt-BR.js +334 -23
- package/i18n/messages/all.pt-BR.json +338 -27
- package/i18n/messages/all.th.d.ts +3 -0
- package/i18n/messages/all.th.js +733 -0
- package/i18n/messages/all.th.json +734 -0
- package/i18n/messages/all.tr.js +339 -19
- package/i18n/messages/all.tr.json +340 -23
- package/i18n/messages/all.zh-CN.js +339 -19
- package/i18n/messages/all.zh-CN.json +340 -23
- package/i18n/messages/all.zh-TW.js +339 -19
- package/i18n/messages/all.zh-TW.json +340 -23
- package/i18n/messages-types.d.ts +5 -2
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/table/table-role/grid-navigation.d.ts +1 -4
- package/table/table-role/grid-navigation.d.ts.map +1 -1
- package/table/table-role/grid-navigation.js +52 -62
- package/table/table-role/grid-navigation.js.map +1 -1
- package/table/table-role/table-role-helper.d.ts.map +1 -1
- package/table/table-role/table-role-helper.js +2 -0
- package/table/table-role/table-role-helper.js.map +1 -1
- package/table/table-role/utils.d.ts +5 -5
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +16 -28
- package/table/table-role/utils.js.map +1 -1
|
@@ -0,0 +1,733 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
'@cloudscape-design/components': {
|
|
3
|
+
th: {
|
|
4
|
+
'[charts]': {
|
|
5
|
+
loadingText: [{ type: 0, value: 'กำลังโหลดแผนภูมิ' }],
|
|
6
|
+
errorText: [{ type: 0, value: 'ไม่สามารถดึงข้อมูลได้ โปรดลองอีกครั้งในภายหลัง' }],
|
|
7
|
+
recoveryText: [{ type: 0, value: 'ลองอีกครั้ง' }],
|
|
8
|
+
'i18nStrings.filterLabel': [{ type: 0, value: 'กรองข้อมูลที่แสดง' }],
|
|
9
|
+
'i18nStrings.filterPlaceholder': [{ type: 0, value: 'กรองข้อมูล' }],
|
|
10
|
+
'i18nStrings.legendAriaLabel': [{ type: 0, value: 'รายละเอียด' }],
|
|
11
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'แผนภูมิ' }],
|
|
12
|
+
'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'แกน x' }],
|
|
13
|
+
'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'แกน y' }],
|
|
14
|
+
},
|
|
15
|
+
alert: { dismissAriaLabel: [{ type: 0, value: 'ยกเลิกการแจ้งเตือน' }] },
|
|
16
|
+
'annotation-context': {
|
|
17
|
+
'i18nStrings.nextButtonText': [{ type: 0, value: 'ถัดไป' }],
|
|
18
|
+
'i18nStrings.previousButtonText': [{ type: 0, value: 'ก่อนหน้า' }],
|
|
19
|
+
'i18nStrings.finishButtonText': [{ type: 0, value: 'เสร็จสิ้น' }],
|
|
20
|
+
'i18nStrings.labelDismissAnnotation': [{ type: 0, value: 'ยกเลิกคำอธิบายประกอบ' }],
|
|
21
|
+
'i18nStrings.stepCounterText': [
|
|
22
|
+
{ type: 0, value: 'ขั้นตอน ' },
|
|
23
|
+
{ type: 1, value: 'stepNumber' },
|
|
24
|
+
{ type: 0, value: ' จาก ' },
|
|
25
|
+
{ type: 1, value: 'totalStepCount' },
|
|
26
|
+
],
|
|
27
|
+
'i18nStrings.taskTitle': [
|
|
28
|
+
{ type: 0, value: 'งาน ' },
|
|
29
|
+
{ type: 1, value: 'taskNumber' },
|
|
30
|
+
{ type: 0, value: ': ' },
|
|
31
|
+
{ type: 1, value: 'taskTitle' },
|
|
32
|
+
],
|
|
33
|
+
'i18nStrings.labelHotspot': [
|
|
34
|
+
{
|
|
35
|
+
type: 5,
|
|
36
|
+
value: 'openState',
|
|
37
|
+
options: {
|
|
38
|
+
true: {
|
|
39
|
+
value: [
|
|
40
|
+
{ type: 0, value: 'ปิดคำอธิบายประกอบสำหรับขั้นตอนของ ' },
|
|
41
|
+
{ type: 1, value: 'stepNumber' },
|
|
42
|
+
{ type: 0, value: ' จาก ' },
|
|
43
|
+
{ type: 1, value: 'totalStepCount' },
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
false: {
|
|
47
|
+
value: [
|
|
48
|
+
{ type: 0, value: 'เปิดคำอธิบายประกอบสำหรับขั้นตอนของ ' },
|
|
49
|
+
{ type: 1, value: 'stepNumber' },
|
|
50
|
+
{ type: 0, value: ' จาก ' },
|
|
51
|
+
{ type: 1, value: 'totalStepCount' },
|
|
52
|
+
],
|
|
53
|
+
},
|
|
54
|
+
other: { value: [] },
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
],
|
|
58
|
+
},
|
|
59
|
+
'app-layout': {
|
|
60
|
+
'ariaLabels.drawers': [{ type: 0, value: 'ลิ้นชัก' }],
|
|
61
|
+
'ariaLabels.drawersOverflow': [{ type: 0, value: 'ลิ้นชักล้น' }],
|
|
62
|
+
'ariaLabels.drawersOverflowWithBadge': [{ type: 0, value: 'ลิ้นชักล้นพร้อมป้าย' }],
|
|
63
|
+
'ariaLabels.navigation': [{ type: 0, value: 'การนำทางด้านข้าง' }],
|
|
64
|
+
'ariaLabels.navigationClose': [{ type: 0, value: 'ปิดการนำทางด้านข้าง' }],
|
|
65
|
+
'ariaLabels.navigationToggle': [{ type: 0, value: 'เปิดการนำทางด้านข้าง' }],
|
|
66
|
+
'ariaLabels.notifications': [{ type: 0, value: 'การแจ้งเตือน' }],
|
|
67
|
+
'ariaLabels.tools': [{ type: 0, value: 'แผงช่วยเหลือ' }],
|
|
68
|
+
'ariaLabels.toolsClose': [{ type: 0, value: 'ปิดแผงช่วยเหลือ' }],
|
|
69
|
+
'ariaLabels.toolsToggle': [{ type: 0, value: 'เปิดแผงช่วยเหลือ' }],
|
|
70
|
+
},
|
|
71
|
+
'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'ทั้งหมด' }] },
|
|
72
|
+
'attribute-editor': { removeButtonText: [{ type: 0, value: 'ลบ' }] },
|
|
73
|
+
autosuggest: {
|
|
74
|
+
errorIconAriaLabel: [{ type: 0, value: 'ข้อผิดพลาด' }],
|
|
75
|
+
selectedAriaLabel: [{ type: 0, value: 'เลือกไว้' }],
|
|
76
|
+
enteredTextLabel: [
|
|
77
|
+
{ type: 0, value: 'ใช้: "' },
|
|
78
|
+
{ type: 1, value: 'value' },
|
|
79
|
+
{ type: 0, value: '"' },
|
|
80
|
+
],
|
|
81
|
+
recoveryText: [{ type: 0, value: 'ลองอีกครั้ง' }],
|
|
82
|
+
},
|
|
83
|
+
'breadcrumb-group': { expandAriaLabel: [{ type: 0, value: 'แสดงเส้นทาง' }] },
|
|
84
|
+
calendar: {
|
|
85
|
+
nextMonthAriaLabel: [{ type: 0, value: 'เดือนถัดไป' }],
|
|
86
|
+
previousMonthAriaLabel: [{ type: 0, value: 'เดือนก่อนหน้า' }],
|
|
87
|
+
todayAriaLabel: [{ type: 0, value: 'วันนี้' }],
|
|
88
|
+
},
|
|
89
|
+
cards: { 'ariaLabels.selectionGroupLabel': [{ type: 0, value: 'การเลือกรายการ' }] },
|
|
90
|
+
'code-editor': {
|
|
91
|
+
'i18nStrings.loadingState': [{ type: 0, value: 'กำลังโหลดโปรแกรมแก้ไขรหัส' }],
|
|
92
|
+
'i18nStrings.errorState': [{ type: 0, value: 'มีข้อผิดพลาดในการโหลดโปรแกรมแก้ไขรหัส' }],
|
|
93
|
+
'i18nStrings.errorStateRecovery': [{ type: 0, value: 'ลองอีกครั้ง' }],
|
|
94
|
+
'i18nStrings.editorGroupAriaLabel': [{ type: 0, value: 'โปรแกรมแก้ไขรหัส' }],
|
|
95
|
+
'i18nStrings.statusBarGroupAriaLabel': [{ type: 0, value: 'แถบสถานะ' }],
|
|
96
|
+
'i18nStrings.cursorPosition': [
|
|
97
|
+
{ type: 0, value: 'บรรทัด ' },
|
|
98
|
+
{ type: 1, value: 'row' },
|
|
99
|
+
{ type: 0, value: ' คอลัมน์ ' },
|
|
100
|
+
{ type: 1, value: 'column' },
|
|
101
|
+
],
|
|
102
|
+
'i18nStrings.errorsTab': [{ type: 0, value: 'ข้อผิดพลาด' }],
|
|
103
|
+
'i18nStrings.warningsTab': [{ type: 0, value: 'คำเตือน' }],
|
|
104
|
+
'i18nStrings.preferencesButtonAriaLabel': [{ type: 0, value: 'การตั้งค่า' }],
|
|
105
|
+
'i18nStrings.paneCloseButtonAriaLabel': [{ type: 0, value: 'ปิด' }],
|
|
106
|
+
'i18nStrings.preferencesModalHeader': [{ type: 0, value: 'การตั้งค่า' }],
|
|
107
|
+
'i18nStrings.preferencesModalCancel': [{ type: 0, value: 'ยกเลิก' }],
|
|
108
|
+
'i18nStrings.preferencesModalConfirm': [{ type: 0, value: 'ยืนยัน' }],
|
|
109
|
+
'i18nStrings.preferencesModalWrapLines': [{ type: 0, value: 'ตัดบรรทัด' }],
|
|
110
|
+
'i18nStrings.preferencesModalTheme': [{ type: 0, value: 'ธีม' }],
|
|
111
|
+
'i18nStrings.preferencesModalLightThemes': [{ type: 0, value: 'ธีมสีอ่อน' }],
|
|
112
|
+
'i18nStrings.preferencesModalDarkThemes': [{ type: 0, value: 'ธีมสีเข้ม' }],
|
|
113
|
+
},
|
|
114
|
+
'collection-preferences': {
|
|
115
|
+
title: [{ type: 0, value: 'การตั้งค่า' }],
|
|
116
|
+
confirmLabel: [{ type: 0, value: 'ยืนยัน' }],
|
|
117
|
+
cancelLabel: [{ type: 0, value: 'ยกเลิก' }],
|
|
118
|
+
'pageSizePreference.title': [{ type: 0, value: 'ขนาดหน้าเว็บ' }],
|
|
119
|
+
'wrapLinesPreference.label': [{ type: 0, value: 'ตัดบรรทัด' }],
|
|
120
|
+
'wrapLinesPreference.description': [{ type: 0, value: 'เลือกเพื่อดูข้อความทั้งหมดและตัดบรรทัด' }],
|
|
121
|
+
'stripedRowsPreference.label': [{ type: 0, value: 'แถวลายทาง' }],
|
|
122
|
+
'stripedRowsPreference.description': [{ type: 0, value: 'เลือกเพื่อเพิ่มแถวเฉดสลับกัน' }],
|
|
123
|
+
'contentDensityPreference.label': [{ type: 0, value: 'โหมดบีบอัด' }],
|
|
124
|
+
'contentDensityPreference.description': [
|
|
125
|
+
{ type: 0, value: 'เลือกเพื่อแสดงเนื้อหาในโหมดที่หนาแน่นและบีบอัดมากขึ้น' },
|
|
126
|
+
],
|
|
127
|
+
'contentDisplayPreference.title': [{ type: 0, value: 'การตั้งค่าคอลัมน์' }],
|
|
128
|
+
'contentDisplayPreference.description': [{ type: 0, value: 'ปรับแต่งการมองเห็นและลำดับคอลัมน์' }],
|
|
129
|
+
'contentDisplayPreference.dragHandleAriaLabel': [{ type: 0, value: 'ลากที่จับ' }],
|
|
130
|
+
'contentDisplayPreference.dragHandleAriaDescription': [
|
|
131
|
+
{
|
|
132
|
+
type: 0,
|
|
133
|
+
value:
|
|
134
|
+
'ใช้ปุ่ม Space หรือ Enter เพื่อเปิดใช้งานการลากสำหรับรายการ จากนั้นใช้ปุ่มลูกศรเพื่อย้ายตำแหน่งของรายการ หากต้องการย้ายตำแหน่งให้เสร็จสิ้น ให้ใช้ปุ่ม Space หรือ Enter หรือหากต้องการยกเลิกการย้ายให้ใช้ปุ่ม Escape',
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
'contentDisplayPreference.liveAnnouncementDndStarted': [
|
|
138
|
+
{ type: 0, value: 'รับรายการที่ตำแหน่ง ' },
|
|
139
|
+
{ type: 1, value: 'position' },
|
|
140
|
+
{ type: 0, value: ' จาก ' },
|
|
141
|
+
{ type: 1, value: 'total' },
|
|
142
|
+
],
|
|
143
|
+
'contentDisplayPreference.liveAnnouncementDndDiscarded': [{ type: 0, value: 'ยกเลิกการจัดเรียงใหม่' }],
|
|
144
|
+
'contentDisplayPreference.liveAnnouncementDndItemReordered': [
|
|
145
|
+
{
|
|
146
|
+
type: 5,
|
|
147
|
+
value: 'isInitialPosition',
|
|
148
|
+
options: {
|
|
149
|
+
true: {
|
|
150
|
+
value: [
|
|
151
|
+
{ type: 0, value: 'ย้ายรายการกลับไปยังตำแหน่ง ' },
|
|
152
|
+
{ type: 1, value: 'currentPosition' },
|
|
153
|
+
{ type: 0, value: ' จาก ' },
|
|
154
|
+
{ type: 1, value: 'total' },
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
false: {
|
|
158
|
+
value: [
|
|
159
|
+
{ type: 0, value: 'ย้ายรายการไปยังตำแหน่ง ' },
|
|
160
|
+
{ type: 1, value: 'currentPosition' },
|
|
161
|
+
{ type: 0, value: ' จาก ' },
|
|
162
|
+
{ type: 1, value: 'total' },
|
|
163
|
+
],
|
|
164
|
+
},
|
|
165
|
+
other: { value: [] },
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
],
|
|
169
|
+
'contentDisplayPreference.liveAnnouncementDndItemCommitted': [
|
|
170
|
+
{
|
|
171
|
+
type: 5,
|
|
172
|
+
value: 'isInitialPosition',
|
|
173
|
+
options: {
|
|
174
|
+
true: {
|
|
175
|
+
value: [
|
|
176
|
+
{ type: 0, value: 'รายการย้ายกลับไปยังตำแหน่งเดิม ' },
|
|
177
|
+
{ type: 1, value: 'initialPosition' },
|
|
178
|
+
{ type: 0, value: ' จาก ' },
|
|
179
|
+
{ type: 1, value: 'total' },
|
|
180
|
+
],
|
|
181
|
+
},
|
|
182
|
+
false: {
|
|
183
|
+
value: [
|
|
184
|
+
{ type: 0, value: 'รายการย้ายจากตำแหน่ง ' },
|
|
185
|
+
{ type: 1, value: 'initialPosition' },
|
|
186
|
+
{ type: 0, value: ' ไปยังตำแหน่ง ' },
|
|
187
|
+
{ type: 1, value: 'finalPosition' },
|
|
188
|
+
{ type: 0, value: ' จาก ' },
|
|
189
|
+
{ type: 1, value: 'total' },
|
|
190
|
+
],
|
|
191
|
+
},
|
|
192
|
+
other: { value: [] },
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
],
|
|
196
|
+
},
|
|
197
|
+
'date-range-picker': {
|
|
198
|
+
'i18nStrings.relativeModeTitle': [{ type: 0, value: 'โหมดสัมพัทธ์' }],
|
|
199
|
+
'i18nStrings.absoluteModeTitle': [{ type: 0, value: 'โหมดสัมบูรณ์' }],
|
|
200
|
+
'i18nStrings.relativeRangeSelectionHeading': [{ type: 0, value: 'เลือกช่วง' }],
|
|
201
|
+
'i18nStrings.cancelButtonLabel': [{ type: 0, value: 'ยกเลิก' }],
|
|
202
|
+
'i18nStrings.clearButtonLabel': [{ type: 0, value: 'ล้างและยกเลิก' }],
|
|
203
|
+
'i18nStrings.applyButtonLabel': [{ type: 0, value: 'นำไปใช้' }],
|
|
204
|
+
'i18nStrings.customRelativeRangeOptionLabel': [{ type: 0, value: 'ช่วงที่กำหนดเอง' }],
|
|
205
|
+
'i18nStrings.customRelativeRangeOptionDescription': [{ type: 0, value: 'ตั้งค่าช่วงที่กำหนดเองในอดีต' }],
|
|
206
|
+
'i18nStrings.customRelativeRangeUnitLabel': [{ type: 0, value: 'หน่วยเวลา' }],
|
|
207
|
+
'i18nStrings.customRelativeRangeDurationLabel': [{ type: 0, value: 'ระยะเวลา' }],
|
|
208
|
+
'i18nStrings.customRelativeRangeDurationPlaceholder': [{ type: 0, value: 'ป้อนระยะเวลา' }],
|
|
209
|
+
'i18nStrings.startDateLabel': [{ type: 0, value: 'วันที่เริ่มต้น' }],
|
|
210
|
+
'i18nStrings.startTimeLabel': [{ type: 0, value: 'เวลาเริ่มต้น' }],
|
|
211
|
+
'i18nStrings.endDateLabel': [{ type: 0, value: 'วันสิ้นสุด' }],
|
|
212
|
+
'i18nStrings.endTimeLabel': [{ type: 0, value: 'เวลาสิ้นสุด' }],
|
|
213
|
+
'i18nStrings.dateTimeConstraintText': [
|
|
214
|
+
{ type: 0, value: 'สำหรับวันที่ให้ใช้ YYYY/MM/DD สำหรับเวลาให้ใช้รูปแบบ 24 ชม.' },
|
|
215
|
+
],
|
|
216
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'ข้อผิดพลาด' }],
|
|
217
|
+
'i18nStrings.renderSelectedAbsoluteRangeAriaLive': [
|
|
218
|
+
{ type: 0, value: 'ช่วงที่เลือกตั้งแต่ ' },
|
|
219
|
+
{ type: 1, value: 'startDate' },
|
|
220
|
+
{ type: 0, value: ' ถึง ' },
|
|
221
|
+
{ type: 1, value: 'endDate' },
|
|
222
|
+
],
|
|
223
|
+
'i18nStrings.formatRelativeRange': [
|
|
224
|
+
{
|
|
225
|
+
type: 6,
|
|
226
|
+
value: 'amount',
|
|
227
|
+
options: {
|
|
228
|
+
one: {
|
|
229
|
+
value: [
|
|
230
|
+
{ type: 1, value: 'amount' },
|
|
231
|
+
{ type: 0, value: ' ' },
|
|
232
|
+
{ type: 1, value: 'unit' },
|
|
233
|
+
{ type: 0, value: ' ครั้งล่าสุด' },
|
|
234
|
+
],
|
|
235
|
+
},
|
|
236
|
+
other: {
|
|
237
|
+
value: [
|
|
238
|
+
{ type: 1, value: 'amount' },
|
|
239
|
+
{ type: 0, value: ' ' },
|
|
240
|
+
{ type: 1, value: 'unit' },
|
|
241
|
+
{ type: 0, value: ' ครั้งล่าสุด' },
|
|
242
|
+
],
|
|
243
|
+
},
|
|
244
|
+
},
|
|
245
|
+
offset: 0,
|
|
246
|
+
pluralType: 'cardinal',
|
|
247
|
+
},
|
|
248
|
+
],
|
|
249
|
+
'i18nStrings.formatUnit': [
|
|
250
|
+
{
|
|
251
|
+
type: 6,
|
|
252
|
+
value: 'amount',
|
|
253
|
+
options: {
|
|
254
|
+
one: { value: [{ type: 1, value: 'unit' }] },
|
|
255
|
+
other: {
|
|
256
|
+
value: [
|
|
257
|
+
{ type: 1, value: 'unit' },
|
|
258
|
+
{ type: 0, value: ' วินาที' },
|
|
259
|
+
],
|
|
260
|
+
},
|
|
261
|
+
},
|
|
262
|
+
offset: 0,
|
|
263
|
+
pluralType: 'cardinal',
|
|
264
|
+
},
|
|
265
|
+
],
|
|
266
|
+
},
|
|
267
|
+
drawer: { 'i18nStrings.loadingText': [{ type: 0, value: 'กำลังโหลดเนื้อหา' }] },
|
|
268
|
+
flashbar: {
|
|
269
|
+
'i18nStrings.ariaLabel': [{ type: 0, value: 'การแจ้งเตือน' }],
|
|
270
|
+
'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'ข้อผิดพลาด' }],
|
|
271
|
+
'i18nStrings.inProgressIconAriaLabel': [{ type: 0, value: 'กำลังดำเนินการ' }],
|
|
272
|
+
'i18nStrings.infoIconAriaLabel': [{ type: 0, value: 'ข้อมูล' }],
|
|
273
|
+
'i18nStrings.notificationBarAriaLabel': [{ type: 0, value: 'การแจ้งเตือนทั้งหมด' }],
|
|
274
|
+
'i18nStrings.notificationBarText': [{ type: 0, value: 'การแจ้งเตือน' }],
|
|
275
|
+
'i18nStrings.successIconAriaLabel': [{ type: 0, value: 'สำเร็จ' }],
|
|
276
|
+
'i18nStrings.warningIconAriaLabel': [{ type: 0, value: 'คำเตือน' }],
|
|
277
|
+
},
|
|
278
|
+
'form-field': { 'i18nStrings.errorIconAriaLabel': [{ type: 0, value: 'ข้อผิดพลาด' }] },
|
|
279
|
+
form: { errorIconAriaLabel: [{ type: 0, value: 'ข้อผิดพลาด' }] },
|
|
280
|
+
'help-panel': { loadingText: [{ type: 0, value: 'กำลังโหลดเนื้อหา' }] },
|
|
281
|
+
input: { clearAriaLabel: [{ type: 0, value: 'ล้าง' }] },
|
|
282
|
+
link: { externalIconAriaLabel: [{ type: 0, value: 'เปิดในแท็บใหม่' }] },
|
|
283
|
+
modal: { closeAriaLabel: [{ type: 0, value: 'ปิดโมแดล' }] },
|
|
284
|
+
multiselect: {
|
|
285
|
+
deselectAriaLabel: [
|
|
286
|
+
{ type: 0, value: 'ลบ ' },
|
|
287
|
+
{ type: 1, value: 'option__label' },
|
|
288
|
+
],
|
|
289
|
+
},
|
|
290
|
+
pagination: {
|
|
291
|
+
'ariaLabels.nextPageLabel': [{ type: 0, value: 'หน้าถัดไป' }],
|
|
292
|
+
'ariaLabels.pageLabel': [
|
|
293
|
+
{ type: 0, value: 'หน้า ' },
|
|
294
|
+
{ type: 1, value: 'pageNumber' },
|
|
295
|
+
{ type: 0, value: ' จากทุกหน้า' },
|
|
296
|
+
],
|
|
297
|
+
'ariaLabels.previousPageLabel': [{ type: 0, value: 'หน้าก่อนหน้า' }],
|
|
298
|
+
},
|
|
299
|
+
'pie-chart': {
|
|
300
|
+
'i18nStrings.detailsValue': [{ type: 0, value: 'ค่า' }],
|
|
301
|
+
'i18nStrings.detailsPercentage': [{ type: 0, value: 'เปอร์เซ็นต์' }],
|
|
302
|
+
'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'แผนภูมิวงกลม' }],
|
|
303
|
+
'i18nStrings.segmentAriaRoleDescription': [{ type: 0, value: 'ส่วน' }],
|
|
304
|
+
},
|
|
305
|
+
popover: { dismissAriaLabel: [{ type: 0, value: 'ปิดป๊อปโอเวอร์' }] },
|
|
306
|
+
'property-filter': {
|
|
307
|
+
'i18nStrings.allPropertiesLabel': [{ type: 0, value: 'คุณสมบัติทั้งหมด' }],
|
|
308
|
+
'i18nStrings.applyActionText': [{ type: 0, value: 'นำไปใช้' }],
|
|
309
|
+
'i18nStrings.cancelActionText': [{ type: 0, value: 'ยกเลิก' }],
|
|
310
|
+
'i18nStrings.clearFiltersText': [{ type: 0, value: 'ล้างตัวกรอง' }],
|
|
311
|
+
'i18nStrings.editTokenHeader': [{ type: 0, value: 'แก้ไขตัวกรอง' }],
|
|
312
|
+
'i18nStrings.groupPropertiesText': [{ type: 0, value: 'เลิกทำ' }],
|
|
313
|
+
'i18nStrings.groupValuesText': [{ type: 0, value: 'ค่า' }],
|
|
314
|
+
'i18nStrings.operationAndText': [{ type: 0, value: 'และ' }],
|
|
315
|
+
'i18nStrings.operationOrText': [{ type: 0, value: 'หรือ' }],
|
|
316
|
+
'i18nStrings.operatorContainsText': [{ type: 0, value: 'ประกอบด้วย' }],
|
|
317
|
+
'i18nStrings.operatorDoesNotContainText': [{ type: 0, value: 'ไม่มี' }],
|
|
318
|
+
'i18nStrings.operatorDoesNotEqualText': [{ type: 0, value: 'ไม่เท่ากับ' }],
|
|
319
|
+
'i18nStrings.operatorEqualsText': [{ type: 0, value: 'เท่ากับ' }],
|
|
320
|
+
'i18nStrings.operatorGreaterOrEqualText': [{ type: 0, value: 'มากกว่าหรือเท่ากับ' }],
|
|
321
|
+
'i18nStrings.operatorGreaterText': [{ type: 0, value: 'มากกว่า' }],
|
|
322
|
+
'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'น้อยกว่าหรือเท่ากับ' }],
|
|
323
|
+
'i18nStrings.operatorLessText': [{ type: 0, value: 'น้อยกว่า' }],
|
|
324
|
+
'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'เริ่มต้นด้วย' }],
|
|
325
|
+
'i18nStrings.operatorText': [{ type: 0, value: 'ตัวดำเนินการ' }],
|
|
326
|
+
'i18nStrings.operatorsText': [{ type: 0, value: 'ตัวดำเนินการ' }],
|
|
327
|
+
'i18nStrings.propertyText': [{ type: 0, value: 'คุณสมบัติ' }],
|
|
328
|
+
'i18nStrings.tokenLimitShowFewer': [{ type: 0, value: 'แสดงน้อยลง' }],
|
|
329
|
+
'i18nStrings.tokenLimitShowMore': [{ type: 0, value: 'แสดงเพิ่มเติม' }],
|
|
330
|
+
'i18nStrings.valueText': [{ type: 0, value: 'ค่า' }],
|
|
331
|
+
'i18nStrings.removeTokenButtonAriaLabel': [
|
|
332
|
+
{
|
|
333
|
+
type: 5,
|
|
334
|
+
value: 'token__operator',
|
|
335
|
+
options: {
|
|
336
|
+
equals: {
|
|
337
|
+
value: [
|
|
338
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
339
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
340
|
+
{ type: 0, value: ' เท่ากับ ' },
|
|
341
|
+
{ type: 1, value: 'token__value' },
|
|
342
|
+
],
|
|
343
|
+
},
|
|
344
|
+
not_equals: {
|
|
345
|
+
value: [
|
|
346
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
347
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
348
|
+
{ type: 0, value: ' ไม่เท่ากับ ' },
|
|
349
|
+
{ type: 1, value: 'token__value' },
|
|
350
|
+
],
|
|
351
|
+
},
|
|
352
|
+
greater_than: {
|
|
353
|
+
value: [
|
|
354
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
355
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
356
|
+
{ type: 0, value: ' มากกว่า ' },
|
|
357
|
+
{ type: 1, value: 'token__value' },
|
|
358
|
+
],
|
|
359
|
+
},
|
|
360
|
+
greater_than_equal: {
|
|
361
|
+
value: [
|
|
362
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
363
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
364
|
+
{ type: 0, value: ' มากกว่าหรือเท่ากับ ' },
|
|
365
|
+
{ type: 1, value: 'token__value' },
|
|
366
|
+
],
|
|
367
|
+
},
|
|
368
|
+
less_than: {
|
|
369
|
+
value: [
|
|
370
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
371
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
372
|
+
{ type: 0, value: ' น้อยกว่า ' },
|
|
373
|
+
{ type: 1, value: 'token__value' },
|
|
374
|
+
],
|
|
375
|
+
},
|
|
376
|
+
less_than_equal: {
|
|
377
|
+
value: [
|
|
378
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
379
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
380
|
+
{ type: 0, value: ' น้อยกว่าหรือเท่ากับ ' },
|
|
381
|
+
{ type: 1, value: 'token__value' },
|
|
382
|
+
],
|
|
383
|
+
},
|
|
384
|
+
contains: {
|
|
385
|
+
value: [
|
|
386
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
387
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
388
|
+
{ type: 0, value: ' ประกอบด้วย ' },
|
|
389
|
+
{ type: 1, value: 'token__value' },
|
|
390
|
+
],
|
|
391
|
+
},
|
|
392
|
+
not_contains: {
|
|
393
|
+
value: [
|
|
394
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
395
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
396
|
+
{ type: 0, value: ' ไม่มี ' },
|
|
397
|
+
{ type: 1, value: 'token__value' },
|
|
398
|
+
],
|
|
399
|
+
},
|
|
400
|
+
starts_with: {
|
|
401
|
+
value: [
|
|
402
|
+
{ type: 0, value: 'ลบตัวกรอง ' },
|
|
403
|
+
{ type: 1, value: 'token__propertyKey' },
|
|
404
|
+
{ type: 0, value: ' เริ่มต้นด้วย ' },
|
|
405
|
+
{ type: 1, value: 'token__value' },
|
|
406
|
+
],
|
|
407
|
+
},
|
|
408
|
+
other: { value: [] },
|
|
409
|
+
},
|
|
410
|
+
},
|
|
411
|
+
],
|
|
412
|
+
},
|
|
413
|
+
's3-resource-selector': {
|
|
414
|
+
'i18nStrings.inContextSelectPlaceholder': [{ type: 0, value: 'เลือกเวอร์ชัน' }],
|
|
415
|
+
'i18nStrings.inContextBrowseButton': [{ type: 0, value: 'เรียกดู S3' }],
|
|
416
|
+
'i18nStrings.inContextViewButton': [{ type: 0, value: 'ดู' }],
|
|
417
|
+
'i18nStrings.inContextViewButtonAriaLabel': [{ type: 0, value: 'เปิดในแท็บใหม่' }],
|
|
418
|
+
'i18nStrings.inContextLoadingText': [{ type: 0, value: 'กำลังโหลดทรัพยากร' }],
|
|
419
|
+
'i18nStrings.inContextUriLabel': [{ type: 0, value: 'S3 URI' }],
|
|
420
|
+
'i18nStrings.inContextVersionSelectLabel': [{ type: 0, value: 'เวอร์ชันวัตถุ' }],
|
|
421
|
+
'i18nStrings.modalTitle': [{ type: 0, value: 'เลือกไฟล์เก็บถาวรใน S3' }],
|
|
422
|
+
'i18nStrings.modalCancelButton': [{ type: 0, value: 'ยกเลิก' }],
|
|
423
|
+
'i18nStrings.modalSubmitButton': [{ type: 0, value: 'เลือก' }],
|
|
424
|
+
'i18nStrings.modalBreadcrumbRootItem': [{ type: 0, value: 'บัคเก็ต S3' }],
|
|
425
|
+
'i18nStrings.selectionBuckets': [{ type: 0, value: 'บัคเก็ต' }],
|
|
426
|
+
'i18nStrings.selectionObjects': [{ type: 0, value: 'วัตถุ' }],
|
|
427
|
+
'i18nStrings.selectionVersions': [{ type: 0, value: 'เวอร์ชัน' }],
|
|
428
|
+
'i18nStrings.selectionBucketsSearchPlaceholder': [{ type: 0, value: 'ค้นหาบัคเก็ต' }],
|
|
429
|
+
'i18nStrings.selectionObjectsSearchPlaceholder': [{ type: 0, value: 'ค้นหาวัตถุตามคำนำหน้า' }],
|
|
430
|
+
'i18nStrings.selectionVersionsSearchPlaceholder': [{ type: 0, value: 'ค้นหาเวอร์ชัน' }],
|
|
431
|
+
'i18nStrings.selectionBucketsLoading': [{ type: 0, value: 'โหลดบัคเก็ต' }],
|
|
432
|
+
'i18nStrings.selectionBucketsNoItems': [{ type: 0, value: 'ไม่มีบัคเก็ต' }],
|
|
433
|
+
'i18nStrings.selectionObjectsLoading': [{ type: 0, value: 'กำลังโหลดวัตถุ' }],
|
|
434
|
+
'i18nStrings.selectionObjectsNoItems': [{ type: 0, value: 'ไม่มีวัตถุ' }],
|
|
435
|
+
'i18nStrings.selectionVersionsLoading': [{ type: 0, value: 'กำลังโหลดเวอร์ชัน' }],
|
|
436
|
+
'i18nStrings.selectionVersionsNoItems': [{ type: 0, value: 'ไม่มีเวอร์ชัน' }],
|
|
437
|
+
'i18nStrings.filteringNoMatches': [{ type: 0, value: 'ไม่มีที่ตรงกัน' }],
|
|
438
|
+
'i18nStrings.filteringCantFindMatch': [{ type: 0, value: 'เราไม่พบคู่ที่ตรงกัน' }],
|
|
439
|
+
'i18nStrings.clearFilterButtonText': [{ type: 0, value: 'ล้างตัวกรอง' }],
|
|
440
|
+
'i18nStrings.columnBucketID': [{ type: 0, value: 'ID' }],
|
|
441
|
+
'i18nStrings.columnBucketName': [{ type: 0, value: 'ชื่อ' }],
|
|
442
|
+
'i18nStrings.columnBucketCreationDate': [{ type: 0, value: 'วันที่สร้าง' }],
|
|
443
|
+
'i18nStrings.columnBucketRegion': [{ type: 0, value: 'ภูมิภาค' }],
|
|
444
|
+
'i18nStrings.columnObjectKey': [{ type: 0, value: 'คีย์' }],
|
|
445
|
+
'i18nStrings.columnObjectLastModified': [{ type: 0, value: 'แก้ไขล่าสุด' }],
|
|
446
|
+
'i18nStrings.columnObjectSize': [{ type: 0, value: 'ขนาด' }],
|
|
447
|
+
'i18nStrings.columnVersionID': [{ type: 0, value: 'รหัสเวอร์ชัน' }],
|
|
448
|
+
'i18nStrings.columnVersionLastModified': [{ type: 0, value: 'แก้ไขล่าสุด' }],
|
|
449
|
+
'i18nStrings.columnVersionSize': [{ type: 0, value: 'ขนาด' }],
|
|
450
|
+
'i18nStrings.validationPathMustBegin': [{ type: 0, value: 'เส้นทางต้องเริ่มต้นด้วย s3://จึงจะถูกต้อง' }],
|
|
451
|
+
'i18nStrings.validationBucketLowerCase': [
|
|
452
|
+
{ type: 0, value: 'ชื่อบัคเก็ตต้องเริ่มต้นด้วยตัวอักษรตัวพิมพ์เล็กหรือตัวเลข' },
|
|
453
|
+
],
|
|
454
|
+
'i18nStrings.validationBucketMustNotContain': [{ type: 0, value: 'ชื่อบัคเก็ตต้องไม่มีตัวอักษรตัวพิมพ์ใหญ่' }],
|
|
455
|
+
'i18nStrings.validationBucketLength': [{ type: 0, value: 'ชื่อบัคเก็ตต้องมีตั้งแต่ 3 ถึง 63 ตัวอักษร' }],
|
|
456
|
+
'i18nStrings.validationBucketMustComplyDns': [
|
|
457
|
+
{ type: 0, value: 'ชื่อบัคเก็ตต้องเป็นไปตามข้อตกลงการตั้งชื่อ DNS' },
|
|
458
|
+
],
|
|
459
|
+
'i18nStrings.labelSortedDescending': [
|
|
460
|
+
{ type: 1, value: 'columnName' },
|
|
461
|
+
{ type: 0, value: ' เรียงลำดับจากมากไปน้อย' },
|
|
462
|
+
],
|
|
463
|
+
'i18nStrings.labelSortedAscending': [
|
|
464
|
+
{ type: 1, value: 'columnName' },
|
|
465
|
+
{ type: 0, value: ' เรียงลำดับจากน้อยไปมาก' },
|
|
466
|
+
],
|
|
467
|
+
'i18nStrings.labelNotSorted': [
|
|
468
|
+
{ type: 1, value: 'columnName' },
|
|
469
|
+
{ type: 0, value: ' ไม่ได้เรียงลำดับ' },
|
|
470
|
+
],
|
|
471
|
+
'i18nStrings.labelsBucketsSelection.selectionGroupLabel': [{ type: 0, value: 'บัคเก็ต' }],
|
|
472
|
+
'i18nStrings.labelsBucketsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Name' }],
|
|
473
|
+
'i18nStrings.labelsObjectsSelection.selectionGroupLabel': [{ type: 0, value: 'วัตถุ' }],
|
|
474
|
+
'i18nStrings.labelsObjectsSelection.itemSelectionLabel': [{ type: 1, value: 'item__Key' }],
|
|
475
|
+
'i18nStrings.labelsVersionsSelection.selectionGroupLabel': [{ type: 0, value: 'เวอร์ชัน' }],
|
|
476
|
+
'i18nStrings.labelsVersionsSelection.itemSelectionLabel': [{ type: 1, value: 'item__VersionId' }],
|
|
477
|
+
'i18nStrings.labelFiltering': [
|
|
478
|
+
{ type: 0, value: 'ค้นหา ' },
|
|
479
|
+
{ type: 1, value: 'itemsType' },
|
|
480
|
+
],
|
|
481
|
+
'i18nStrings.labelRefresh': [{ type: 0, value: 'รีเฟรชข้อมูล' }],
|
|
482
|
+
'i18nStrings.labelBreadcrumbs': [{ type: 0, value: 'การนำทาง S3' }],
|
|
483
|
+
'i18nStrings.filteringCounterText': [
|
|
484
|
+
{
|
|
485
|
+
type: 6,
|
|
486
|
+
value: 'count',
|
|
487
|
+
options: {
|
|
488
|
+
one: { value: [{ type: 0, value: '1 คู่ที่ตรงกัน' }] },
|
|
489
|
+
other: {
|
|
490
|
+
value: [
|
|
491
|
+
{ type: 1, value: 'count' },
|
|
492
|
+
{ type: 0, value: ' คู่ที่ตรงกัน' },
|
|
493
|
+
],
|
|
494
|
+
},
|
|
495
|
+
},
|
|
496
|
+
offset: 0,
|
|
497
|
+
pluralType: 'cardinal',
|
|
498
|
+
},
|
|
499
|
+
],
|
|
500
|
+
},
|
|
501
|
+
select: {
|
|
502
|
+
errorIconAriaLabel: [{ type: 0, value: 'ข้อผิดพลาด' }],
|
|
503
|
+
selectedAriaLabel: [{ type: 0, value: 'เลือกไว้' }],
|
|
504
|
+
recoveryText: [{ type: 0, value: 'ลองอีกครั้ง' }],
|
|
505
|
+
},
|
|
506
|
+
'split-panel': {
|
|
507
|
+
'i18nStrings.closeButtonAriaLabel': [{ type: 0, value: 'ปิดแผง' }],
|
|
508
|
+
'i18nStrings.openButtonAriaLabel': [{ type: 0, value: 'เปิดแผง' }],
|
|
509
|
+
'i18nStrings.preferencesTitle': [{ type: 0, value: 'การตั้งค่าแผงแยก' }],
|
|
510
|
+
'i18nStrings.preferencesPositionLabel': [{ type: 0, value: 'ตำแหน่งแผงแยก' }],
|
|
511
|
+
'i18nStrings.preferencesPositionDescription': [{ type: 0, value: 'เลือกตำแหน่งแผงแยกเริ่มต้นสำหรับบริการ' }],
|
|
512
|
+
'i18nStrings.preferencesPositionSide': [{ type: 0, value: 'ด้านข้าง' }],
|
|
513
|
+
'i18nStrings.preferencesPositionBottom': [{ type: 0, value: 'ด้านล่าง' }],
|
|
514
|
+
'i18nStrings.preferencesConfirm': [{ type: 0, value: 'ยืนยัน' }],
|
|
515
|
+
'i18nStrings.preferencesCancel': [{ type: 0, value: 'ยกเลิก' }],
|
|
516
|
+
'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'ปรับขนาดแผงแยก' }],
|
|
517
|
+
},
|
|
518
|
+
table: {
|
|
519
|
+
'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'ปุ่มปรับขนาด' }],
|
|
520
|
+
'ariaLabels.submittingEditText': [{ type: 0, value: 'การส่งแก้ไข' }],
|
|
521
|
+
'ariaLabels.successfulEditLabel': [{ type: 0, value: 'แก้ไขเรียบร้อยแล้ว' }],
|
|
522
|
+
'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'ข้อผิดพลาด' }],
|
|
523
|
+
'columnDefinitions.editConfig.editIconAriaLabel': [{ type: 0, value: 'ที่สามารถแก้ไขได้' }],
|
|
524
|
+
},
|
|
525
|
+
tabs: {
|
|
526
|
+
'i18nStrings.scrollLeftAriaLabel': [{ type: 0, value: 'เลื่อนไปทางซ้าย' }],
|
|
527
|
+
'i18nStrings.scrollRightAriaLabel': [{ type: 0, value: 'เลื่อนไปทางขวา' }],
|
|
528
|
+
},
|
|
529
|
+
'tag-editor': {
|
|
530
|
+
'i18nStrings.keyPlaceholder': [{ type: 0, value: 'ป้อนคีย์' }],
|
|
531
|
+
'i18nStrings.valuePlaceholder': [{ type: 0, value: 'ป้อนค่า' }],
|
|
532
|
+
'i18nStrings.addButton': [{ type: 0, value: 'เพิ่มแท็กใหม่' }],
|
|
533
|
+
'i18nStrings.removeButton': [{ type: 0, value: 'ลบ' }],
|
|
534
|
+
'i18nStrings.removeButtonAriaLabel': [
|
|
535
|
+
{ type: 0, value: 'ลบ ' },
|
|
536
|
+
{ type: 1, value: 'tag__key' },
|
|
537
|
+
],
|
|
538
|
+
'i18nStrings.undoButton': [{ type: 0, value: 'ยกเลิก' }],
|
|
539
|
+
'i18nStrings.undoPrompt': [{ type: 0, value: 'แท็กนี้จะถูกลบออกเมื่อบันทึกการเปลี่ยนแปลง' }],
|
|
540
|
+
'i18nStrings.loading': [{ type: 0, value: 'กำลังโหลดแท็กที่เชื่อมโยงกับทรัพยากรนี้' }],
|
|
541
|
+
'i18nStrings.keyHeader': [{ type: 0, value: 'คีย์' }],
|
|
542
|
+
'i18nStrings.valueHeader': [{ type: 0, value: 'ค่า' }],
|
|
543
|
+
'i18nStrings.optional': [{ type: 0, value: 'ไม่จำเป็น' }],
|
|
544
|
+
'i18nStrings.keySuggestion': [{ type: 0, value: 'คีย์แท็กที่กำหนดเอง' }],
|
|
545
|
+
'i18nStrings.valueSuggestion': [{ type: 0, value: 'ค่าแท็กที่กำหนดเอง' }],
|
|
546
|
+
'i18nStrings.emptyTags': [{ type: 0, value: 'ไม่มีแท็กที่เกี่ยวข้องกับทรัพยากร' }],
|
|
547
|
+
'i18nStrings.tooManyKeysSuggestion': [{ type: 0, value: 'คุณมีคีย์มากกว่าที่สามารถแสดงได้' }],
|
|
548
|
+
'i18nStrings.tooManyValuesSuggestion': [{ type: 0, value: 'คุณมีค่ามากกว่าที่สามารถแสดงได้' }],
|
|
549
|
+
'i18nStrings.keysSuggestionLoading': [{ type: 0, value: 'กำลังโหลดปุ่มแท็ก' }],
|
|
550
|
+
'i18nStrings.keysSuggestionError': [{ type: 0, value: 'ไม่สามารถดึงคีย์แท็กได้' }],
|
|
551
|
+
'i18nStrings.valuesSuggestionLoading': [{ type: 0, value: 'กำลังโหลดค่าแท็ก' }],
|
|
552
|
+
'i18nStrings.valuesSuggestionError': [{ type: 0, value: 'ไม่สามารถดึงค่าแท็กได้' }],
|
|
553
|
+
'i18nStrings.emptyKeyError': [{ type: 0, value: 'คุณต้องระบุคีย์แท็ก' }],
|
|
554
|
+
'i18nStrings.maxKeyCharLengthError': [
|
|
555
|
+
{ type: 0, value: 'จำนวนอักขระสูงสุดที่คุณสามารถใช้ในคีย์แท็กได้คือ 128' },
|
|
556
|
+
],
|
|
557
|
+
'i18nStrings.maxValueCharLengthError': [
|
|
558
|
+
{ type: 0, value: 'จำนวนอักขระสูงสุดที่คุณสามารถใช้ในค่าแท็กได้คือ 256' },
|
|
559
|
+
],
|
|
560
|
+
'i18nStrings.duplicateKeyError': [{ type: 0, value: 'คุณต้องระบุคีย์แท็กที่ไม่ซ้ำกัน' }],
|
|
561
|
+
'i18nStrings.invalidKeyError': [
|
|
562
|
+
{
|
|
563
|
+
type: 0,
|
|
564
|
+
value:
|
|
565
|
+
'คีย์ไม่ถูกต้อง คีย์สามารถประกอบด้วยตัวอักษร Unicode ตัวเลข ช่องว่าง และเครื่องหมายต่อไปนี้เท่านั้น: _.:/=+@-',
|
|
566
|
+
},
|
|
567
|
+
],
|
|
568
|
+
'i18nStrings.invalidValueError': [
|
|
569
|
+
{
|
|
570
|
+
type: 0,
|
|
571
|
+
value:
|
|
572
|
+
'ค่าไม่ถูกต้อง ค่าสามารถประกอบด้วยตัวอักษร Unicode ตัวเลข ช่องว่าง และเครื่องหมายต่อไปนี้เท่านั้น: _.:/=+@-',
|
|
573
|
+
},
|
|
574
|
+
],
|
|
575
|
+
'i18nStrings.awsPrefixError': [{ type: 0, value: 'ไม่สามารถเริ่มด้วย aws:' }],
|
|
576
|
+
'i18nStrings.tagLimitReached': [
|
|
577
|
+
{
|
|
578
|
+
type: 6,
|
|
579
|
+
value: 'tagLimit',
|
|
580
|
+
options: {
|
|
581
|
+
one: { value: [{ type: 0, value: 'คุณถึงขีด จำกัด 1 แท็กแล้ว' }] },
|
|
582
|
+
other: {
|
|
583
|
+
value: [
|
|
584
|
+
{ type: 0, value: 'คุณถึงขีดจำกัด ' },
|
|
585
|
+
{ type: 1, value: 'tagLimit' },
|
|
586
|
+
{ type: 0, value: ' แท็กแล้ว' },
|
|
587
|
+
],
|
|
588
|
+
},
|
|
589
|
+
},
|
|
590
|
+
offset: 0,
|
|
591
|
+
pluralType: 'cardinal',
|
|
592
|
+
},
|
|
593
|
+
],
|
|
594
|
+
'i18nStrings.tagLimitExceeded': [
|
|
595
|
+
{
|
|
596
|
+
type: 6,
|
|
597
|
+
value: 'tagLimit',
|
|
598
|
+
options: {
|
|
599
|
+
one: { value: [{ type: 0, value: 'คุณเกินขีด จำกัด 1 แท็กแล้ว' }] },
|
|
600
|
+
other: {
|
|
601
|
+
value: [
|
|
602
|
+
{ type: 0, value: 'คุณเกินขีดจำกัด ' },
|
|
603
|
+
{ type: 1, value: 'tagLimit' },
|
|
604
|
+
{ type: 0, value: ' แท็กแล้ว' },
|
|
605
|
+
],
|
|
606
|
+
},
|
|
607
|
+
},
|
|
608
|
+
offset: 0,
|
|
609
|
+
pluralType: 'cardinal',
|
|
610
|
+
},
|
|
611
|
+
],
|
|
612
|
+
'i18nStrings.tagLimit': [
|
|
613
|
+
{
|
|
614
|
+
type: 5,
|
|
615
|
+
value: 'tagLimitAvailable',
|
|
616
|
+
options: {
|
|
617
|
+
true: {
|
|
618
|
+
value: [
|
|
619
|
+
{
|
|
620
|
+
type: 6,
|
|
621
|
+
value: 'availableTags',
|
|
622
|
+
options: {
|
|
623
|
+
other: {
|
|
624
|
+
value: [
|
|
625
|
+
{ type: 0, value: 'คุณสามารถเพิ่มแท็กได้มากถึง ' },
|
|
626
|
+
{ type: 1, value: 'tagLimit' },
|
|
627
|
+
{ type: 0, value: ' แท็ก' },
|
|
628
|
+
],
|
|
629
|
+
},
|
|
630
|
+
},
|
|
631
|
+
offset: 0,
|
|
632
|
+
pluralType: 'cardinal',
|
|
633
|
+
},
|
|
634
|
+
],
|
|
635
|
+
},
|
|
636
|
+
false: {
|
|
637
|
+
value: [
|
|
638
|
+
{
|
|
639
|
+
type: 6,
|
|
640
|
+
value: 'availableTags',
|
|
641
|
+
options: {
|
|
642
|
+
one: { value: [{ type: 0, value: 'คุณสามารถเพิ่มแท็กได้อีก 1 แท็ก' }] },
|
|
643
|
+
other: {
|
|
644
|
+
value: [
|
|
645
|
+
{ type: 0, value: 'คุณสามารถเพิ่มแท็กได้อีก ' },
|
|
646
|
+
{ type: 1, value: 'availableTags' },
|
|
647
|
+
{ type: 0, value: ' แท็ก' },
|
|
648
|
+
],
|
|
649
|
+
},
|
|
650
|
+
},
|
|
651
|
+
offset: 0,
|
|
652
|
+
pluralType: 'cardinal',
|
|
653
|
+
},
|
|
654
|
+
],
|
|
655
|
+
},
|
|
656
|
+
other: { value: [] },
|
|
657
|
+
},
|
|
658
|
+
},
|
|
659
|
+
],
|
|
660
|
+
},
|
|
661
|
+
'token-group': {
|
|
662
|
+
'i18nStrings.limitShowFewer': [{ type: 0, value: 'แสดงน้อยลง' }],
|
|
663
|
+
'i18nStrings.limitShowMore': [{ type: 0, value: 'แสดงเพิ่มเติม' }],
|
|
664
|
+
},
|
|
665
|
+
'top-navigation': {
|
|
666
|
+
'i18nStrings.searchIconAriaLabel': [{ type: 0, value: 'ค้นหา' }],
|
|
667
|
+
'i18nStrings.searchDismissIconAriaLabel': [{ type: 0, value: 'ปิดการค้นหา' }],
|
|
668
|
+
'i18nStrings.overflowMenuTriggerText': [{ type: 0, value: 'เพิ่มเติม' }],
|
|
669
|
+
'i18nStrings.overflowMenuDismissIconAriaLabel': [{ type: 0, value: 'ปิดเมนู' }],
|
|
670
|
+
'i18nStrings.overflowMenuBackIconAriaLabel': [{ type: 0, value: 'ย้อนกลับ' }],
|
|
671
|
+
'i18nStrings.overflowMenuTitleText': [{ type: 0, value: 'ทั้งหมด' }],
|
|
672
|
+
},
|
|
673
|
+
'tutorial-panel': {
|
|
674
|
+
'i18nStrings.loadingText': [{ type: 0, value: 'กำลังโหลด' }],
|
|
675
|
+
'i18nStrings.tutorialListTitle': [{ type: 0, value: 'เลือกบทช่วยสอน' }],
|
|
676
|
+
'i18nStrings.tutorialListDownloadLinkText': [{ type: 0, value: 'ดาวน์โหลดเวอร์ชัน PDF' }],
|
|
677
|
+
'i18nStrings.labelTutorialListDownloadLink': [{ type: 0, value: 'ดาวน์โหลดเวอร์ชัน PDF ของบทช่วยสอนนี้' }],
|
|
678
|
+
'i18nStrings.tutorialCompletedText': [{ type: 0, value: 'บทช่วยสอนเสร็จสมบูรณ์แล้ว' }],
|
|
679
|
+
'i18nStrings.learnMoreLinkText': [{ type: 0, value: 'เรียนรู้เพิ่มเติม' }],
|
|
680
|
+
'i18nStrings.startTutorialButtonText': [{ type: 0, value: 'เริ่มบทช่วยสอน' }],
|
|
681
|
+
'i18nStrings.restartTutorialButtonText': [{ type: 0, value: 'เริ่มบทช่วยสอนใหม่' }],
|
|
682
|
+
'i18nStrings.completionScreenTitle': [
|
|
683
|
+
{ type: 0, value: 'ขอแสดงความยินดีด้วย! คุณทำบทช่วยสอนเสร็จสมบูรณ์แล้ว' },
|
|
684
|
+
],
|
|
685
|
+
'i18nStrings.feedbackLinkText': [{ type: 0, value: 'ข้อเสนอแนะ' }],
|
|
686
|
+
'i18nStrings.dismissTutorialButtonText': [{ type: 0, value: 'ยกเลิกบทช่วยสอน' }],
|
|
687
|
+
'i18nStrings.taskTitle': [
|
|
688
|
+
{ type: 0, value: 'งาน ' },
|
|
689
|
+
{ type: 1, value: 'taskNumber' },
|
|
690
|
+
{ type: 0, value: ': ' },
|
|
691
|
+
{ type: 1, value: 'taskTitle' },
|
|
692
|
+
],
|
|
693
|
+
'i18nStrings.stepTitle': [
|
|
694
|
+
{ type: 0, value: 'ขั้นตอน ' },
|
|
695
|
+
{ type: 1, value: 'stepNumber' },
|
|
696
|
+
{ type: 0, value: ': ' },
|
|
697
|
+
{ type: 1, value: 'stepTitle' },
|
|
698
|
+
],
|
|
699
|
+
'i18nStrings.labelExitTutorial': [{ type: 0, value: 'ยกเลิกบทช่วยสอน' }],
|
|
700
|
+
'i18nStrings.labelTotalSteps': [
|
|
701
|
+
{ type: 0, value: 'ขั้นตอนทั้งหมด: ' },
|
|
702
|
+
{ type: 1, value: 'totalStepCount' },
|
|
703
|
+
],
|
|
704
|
+
'i18nStrings.labelsTaskStatus.pending': [{ type: 0, value: 'รอดำเนินการ' }],
|
|
705
|
+
'i18nStrings.labelsTaskStatus.in-progress': [{ type: 0, value: 'กำลังดำเนินการ' }],
|
|
706
|
+
'i18nStrings.labelsTaskStatus.success': [{ type: 0, value: 'สำเร็จ' }],
|
|
707
|
+
},
|
|
708
|
+
wizard: {
|
|
709
|
+
'i18nStrings.stepNumberLabel': [
|
|
710
|
+
{ type: 0, value: 'ขั้นตอน ' },
|
|
711
|
+
{ type: 1, value: 'stepNumber' },
|
|
712
|
+
],
|
|
713
|
+
'i18nStrings.collapsedStepsLabel': [
|
|
714
|
+
{ type: 0, value: 'ขั้นตอน ' },
|
|
715
|
+
{ type: 1, value: 'stepNumber' },
|
|
716
|
+
{ type: 0, value: ' จาก ' },
|
|
717
|
+
{ type: 1, value: 'stepsCount' },
|
|
718
|
+
],
|
|
719
|
+
'i18nStrings.skipToButtonLabel': [
|
|
720
|
+
{ type: 0, value: 'ข้ามไปที่ ' },
|
|
721
|
+
{ type: 1, value: 'task__title' },
|
|
722
|
+
],
|
|
723
|
+
'i18nStrings.navigationAriaLabel': [{ type: 0, value: 'ขั้นตอน' }],
|
|
724
|
+
'i18nStrings.cancelButton': [{ type: 0, value: 'ยกเลิก' }],
|
|
725
|
+
'i18nStrings.previousButton': [{ type: 0, value: 'ก่อนหน้า' }],
|
|
726
|
+
'i18nStrings.nextButton': [{ type: 0, value: 'ถัดไป' }],
|
|
727
|
+
'i18nStrings.optional': [{ type: 0, value: 'ไม่จำเป็น' }],
|
|
728
|
+
'i18nStrings.nextButtonLoadingAnnouncement': [{ type: 0, value: 'กำลังโหลดขั้นตอนถัดไป' }],
|
|
729
|
+
'i18nStrings.submitButtonLoadingAnnouncement': [{ type: 0, value: 'กำลังส่งแบบฟอร์ม' }],
|
|
730
|
+
},
|
|
731
|
+
},
|
|
732
|
+
},
|
|
733
|
+
};
|