@gradio/core 0.11.0 → 0.11.1
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/CHANGELOG.md +12 -0
- package/dist/src/lang/th.json +143 -0
- package/package.json +17 -17
- package/src/lang/th.json +143 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @gradio/core
|
|
2
2
|
|
|
3
|
+
## 0.11.1
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- [#10679](https://github.com/gradio-app/gradio/pull/10679) [`cb3c762`](https://github.com/gradio-app/gradio/commit/cb3c76205c3fc1fae55229b5efe223c6d5c5c907) - Add Thai Translate. Thanks @haihandsome!
|
|
8
|
+
|
|
9
|
+
## 0.11.0
|
|
10
|
+
|
|
11
|
+
### Dependency updates
|
|
12
|
+
|
|
13
|
+
- @gradio/code@0.11.0
|
|
14
|
+
|
|
3
15
|
## 0.11.0
|
|
4
16
|
|
|
5
17
|
### Features
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_name": "ภาษาไทย",
|
|
3
|
+
"3D_model": {
|
|
4
|
+
"3d_model": "โมเดล 3 มิติ",
|
|
5
|
+
"drop_to_upload": "ลากและวางไฟล์โมเดล 3 มิติ (.obj, .glb, .stl, .gltf, .splat, หรือ .ply) ที่นี่เพื่ออัปโหลด"
|
|
6
|
+
},
|
|
7
|
+
"annotated_image": {
|
|
8
|
+
"annotated_image": "รูปภาพที่มีคำอธิบาย"
|
|
9
|
+
},
|
|
10
|
+
"audio": {
|
|
11
|
+
"allow_recording_access": "กรุณาอนุญาตการเข้าถึงไมโครโฟนเพื่อบันทึกเสียง",
|
|
12
|
+
"audio": "เสียง",
|
|
13
|
+
"drop_to_upload": "ลากและวางไฟล์เสียงที่นี่เพื่ออัปโหลด",
|
|
14
|
+
"record_from_microphone": "บันทึกจากไมโครโฟน",
|
|
15
|
+
"stop_recording": "หยุดบันทึก",
|
|
16
|
+
"no_device_support": "ไม่สามารถเข้าถึงอุปกรณ์สื่อได้ โปรดตรวจสอบว่าคุณใช้งานบนโดเมนที่ปลอดภัย (https) หรือ localhost (หรือคุณได้กำหนดค่า SSL ที่ถูกต้อง) และอนุญาตให้เบราว์เซอร์เข้าถึงอุปกรณ์ของคุณ",
|
|
17
|
+
"stop": "หยุด",
|
|
18
|
+
"resume": "ทำงานต่อ",
|
|
19
|
+
"record": "บันทึก",
|
|
20
|
+
"no_microphone": "ไม่พบไมโครโฟน",
|
|
21
|
+
"pause": "หยุดชั่วคราว",
|
|
22
|
+
"play": "เล่น",
|
|
23
|
+
"waiting": "กำลังรอ"
|
|
24
|
+
},
|
|
25
|
+
"blocks": {
|
|
26
|
+
"connection_can_break": "บนมือถือ การเชื่อมต่ออาจหลุดหากแท็บนี้ไม่ได้อยู่ในโฟกัสหรืออุปกรณ์เข้าสู่โหมดพัก ส่งผลให้เสียตำแหน่งในคิว",
|
|
27
|
+
"long_requests_queue": "มีคิวคำขอรออยู่เป็นจำนวนมาก คัดลอก Space นี้เพื่อข้ามคิว",
|
|
28
|
+
"lost_connection": "การเชื่อมต่อขาดหายเนื่องจากออกจากหน้า กำลังเข้าคิวใหม่...",
|
|
29
|
+
"waiting_for_inputs": "กำลังรอไฟล์อัปโหลดเสร็จ กรุณาลองใหม่"
|
|
30
|
+
},
|
|
31
|
+
"checkbox": {
|
|
32
|
+
"checkbox": "กล่องเลือก",
|
|
33
|
+
"checkbox_group": "กลุ่มกล่องเลือก"
|
|
34
|
+
},
|
|
35
|
+
"code": {
|
|
36
|
+
"code": "โค้ด"
|
|
37
|
+
},
|
|
38
|
+
"color_picker": {
|
|
39
|
+
"color_picker": "ตัวเลือกสี"
|
|
40
|
+
},
|
|
41
|
+
"common": {
|
|
42
|
+
"built_with": "สร้างด้วย",
|
|
43
|
+
"built_with_gradio": "สร้างด้วย Gradio",
|
|
44
|
+
"clear": "ล้าง",
|
|
45
|
+
"download": "ดาวน์โหลด",
|
|
46
|
+
"edit": "แก้ไข",
|
|
47
|
+
"empty": "ว่างเปล่า",
|
|
48
|
+
"error": "ข้อผิดพลาด",
|
|
49
|
+
"hosted_on": "โฮสต์บน",
|
|
50
|
+
"loading": "กำลังโหลด",
|
|
51
|
+
"logo": "โลโก้",
|
|
52
|
+
"or": "หรือ",
|
|
53
|
+
"remove": "ลบ",
|
|
54
|
+
"settings": "การตั้งค่า",
|
|
55
|
+
"share": "แชร์",
|
|
56
|
+
"submit": "ส่ง",
|
|
57
|
+
"undo": "เลิกทำ",
|
|
58
|
+
"no_devices": "ไม่พบอุปกรณ์",
|
|
59
|
+
"language": "ภาษา",
|
|
60
|
+
"display_theme": "ธีมการแสดงผล",
|
|
61
|
+
"pwa": "โปรเกรสซีฟเว็บแอพ"
|
|
62
|
+
},
|
|
63
|
+
"dataframe": {
|
|
64
|
+
"incorrect_format": "รูปแบบไม่ถูกต้อง รองรับเฉพาะไฟล์ CSV และ TSV",
|
|
65
|
+
"new_column": "เพิ่มคอลัมน์",
|
|
66
|
+
"new_row": "เพิ่มแถวใหม่",
|
|
67
|
+
"add_row_above": "เพิ่มแถวด้านบน",
|
|
68
|
+
"add_row_below": "เพิ่มแถวด้านล่าง",
|
|
69
|
+
"delete_row": "ลบแถว",
|
|
70
|
+
"delete_column": "ลบคอลัมน์",
|
|
71
|
+
"add_column_left": "เพิ่มคอลัมน์ทางซ้าย",
|
|
72
|
+
"add_column_right": "เพิ่มคอลัมน์ทางขวา",
|
|
73
|
+
"sort_column": "เรียงลำดับคอลัมน์",
|
|
74
|
+
"sort_ascending": "เรียงจากน้อยไปมาก",
|
|
75
|
+
"sort_descending": "เรียงจากมากไปน้อย",
|
|
76
|
+
"drop_to_upload": "ลากและวางไฟล์ CSV หรือ TSV ที่นี่เพื่อนำเข้าข้อมูล"
|
|
77
|
+
},
|
|
78
|
+
"dropdown": {
|
|
79
|
+
"dropdown": "เมนูดรอปดาวน์"
|
|
80
|
+
},
|
|
81
|
+
"errors": {
|
|
82
|
+
"build_error": "เกิดข้อผิดพลาดในการสร้าง",
|
|
83
|
+
"config_error": "เกิดข้อผิดพลาดในการกำหนดค่า",
|
|
84
|
+
"contact_page_author": "โปรดติดต่อผู้ดูแลเพจเพื่อแจ้งให้ทราบ",
|
|
85
|
+
"no_app_file": "ไม่พบไฟล์แอป",
|
|
86
|
+
"runtime_error": "เกิดข้อผิดพลาดขณะทำงาน",
|
|
87
|
+
"space_not_working": "\"Space ใช้งานไม่ได้เนื่องจาก\" {0}",
|
|
88
|
+
"space_paused": "Space ถูกหยุดชั่วคราว",
|
|
89
|
+
"use_via_api": "ใช้งานผ่าน API"
|
|
90
|
+
},
|
|
91
|
+
"file": {
|
|
92
|
+
"uploading": "กำลังอัปโหลด..."
|
|
93
|
+
},
|
|
94
|
+
"highlighted_text": {
|
|
95
|
+
"highlighted_text": "ข้อความที่ถูกเน้น"
|
|
96
|
+
},
|
|
97
|
+
"image": {
|
|
98
|
+
"allow_webcam_access": "กรุณาอนุญาตการเข้าถึงเว็บแคมเพื่อบันทึกวิดีโอ",
|
|
99
|
+
"brush_color": "สีแปรง",
|
|
100
|
+
"brush_radius": "ขนาดแปรง",
|
|
101
|
+
"image": "รูปภาพ",
|
|
102
|
+
"remove_image": "ลบรูปภาพ",
|
|
103
|
+
"select_brush_color": "เลือกสีแปรง",
|
|
104
|
+
"start_drawing": "เริ่มวาด",
|
|
105
|
+
"use_brush": "ใช้แปรง",
|
|
106
|
+
"drop_to_upload": "ลากและวางไฟล์รูปภาพที่นี่เพื่ออัปโหลด"
|
|
107
|
+
},
|
|
108
|
+
"label": {
|
|
109
|
+
"label": "ป้ายกำกับ"
|
|
110
|
+
},
|
|
111
|
+
"login": {
|
|
112
|
+
"enable_cookies": "หากคุณเข้าใช้งาน HuggingFace Space ในโหมดไม่ระบุตัวตน คุณต้องเปิดใช้งานคุกกี้ของบุคคลที่สาม",
|
|
113
|
+
"incorrect_credentials": "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง",
|
|
114
|
+
"username": "ชื่อผู้ใช้",
|
|
115
|
+
"password": "รหัสผ่าน",
|
|
116
|
+
"login": "เข้าสู่ระบบ"
|
|
117
|
+
},
|
|
118
|
+
"number": {
|
|
119
|
+
"number": "ตัวเลข"
|
|
120
|
+
},
|
|
121
|
+
"plot": {
|
|
122
|
+
"plot": "กราฟ"
|
|
123
|
+
},
|
|
124
|
+
"radio": {
|
|
125
|
+
"radio": "ปุ่มตัวเลือก"
|
|
126
|
+
},
|
|
127
|
+
"slider": {
|
|
128
|
+
"slider": "แถบเลื่อน"
|
|
129
|
+
},
|
|
130
|
+
"upload_text": {
|
|
131
|
+
"click_to_upload": "คลิกเพื่ออัปโหลด",
|
|
132
|
+
"drop_audio": "ลากและวางไฟล์เสียงที่นี่",
|
|
133
|
+
"drop_csv": "ลากและวางไฟล์ CSV ที่นี่",
|
|
134
|
+
"drop_file": "ลากและวางไฟล์ที่นี่",
|
|
135
|
+
"drop_image": "ลากและวางไฟล์รูปภาพที่นี่",
|
|
136
|
+
"drop_video": "ลากและวางไฟล์วิดีโอที่นี่",
|
|
137
|
+
"drop_gallery": "ลากและวางไฟล์สื่อที่นี่",
|
|
138
|
+
"paste_clipboard": "วางจากคลิปบอร์ด"
|
|
139
|
+
},
|
|
140
|
+
"video": {
|
|
141
|
+
"drop_to_upload": "ลากและวางไฟล์วิดีโอที่นี่เพื่ออัปโหลด"
|
|
142
|
+
}
|
|
143
|
+
}
|
package/package.json
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/core",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@gradio/accordion": "^0.5.8",
|
|
7
7
|
"@gradio/annotatedimage": "^0.9.8",
|
|
8
8
|
"@gradio/atoms": "^0.13.3",
|
|
9
|
-
"@gradio/audio": "^0.17.2",
|
|
10
9
|
"@gradio/box": "^0.2.12",
|
|
11
|
-
"@gradio/chatbot": "^0.23.2",
|
|
12
10
|
"@gradio/checkbox": "^0.4.14",
|
|
13
|
-
"@gradio/checkboxgroup": "^0.6.14",
|
|
14
11
|
"@gradio/button": "^0.4.7",
|
|
12
|
+
"@gradio/chatbot": "^0.24.1",
|
|
13
|
+
"@gradio/audio": "^0.17.2",
|
|
14
|
+
"@gradio/checkboxgroup": "^0.6.14",
|
|
15
15
|
"@gradio/client": "^1.12.0",
|
|
16
|
-
"@gradio/code": "^0.10.18",
|
|
17
16
|
"@gradio/colorpicker": "^0.4.14",
|
|
17
|
+
"@gradio/code": "^0.11.0",
|
|
18
18
|
"@gradio/column": "^0.2.0",
|
|
19
|
+
"@gradio/dataframe": "^0.16.3",
|
|
19
20
|
"@gradio/dataset": "^0.4.7",
|
|
20
|
-
"@gradio/dataframe": "^0.16.2",
|
|
21
|
-
"@gradio/datetime": "^0.3.6",
|
|
22
21
|
"@gradio/downloadbutton": "^0.3.7",
|
|
23
|
-
"@gradio/dropdown": "^0.9.
|
|
24
|
-
"@gradio/
|
|
22
|
+
"@gradio/dropdown": "^0.9.13",
|
|
23
|
+
"@gradio/datetime": "^0.3.6",
|
|
25
24
|
"@gradio/fallback": "^0.4.14",
|
|
26
25
|
"@gradio/fileexplorer": "^0.5.18",
|
|
26
|
+
"@gradio/file": "^0.12.7",
|
|
27
27
|
"@gradio/form": "^0.2.12",
|
|
28
|
-
"@gradio/gallery": "^0.15.7",
|
|
29
28
|
"@gradio/group": "^0.2.0",
|
|
29
|
+
"@gradio/gallery": "^0.15.7",
|
|
30
30
|
"@gradio/highlightedtext": "^0.8.14",
|
|
31
|
-
"@gradio/icons": "^0.10.0",
|
|
32
31
|
"@gradio/html": "^0.6.5",
|
|
33
32
|
"@gradio/image": "^0.21.2",
|
|
34
33
|
"@gradio/imageeditor": "^0.12.9",
|
|
35
|
-
"@gradio/
|
|
34
|
+
"@gradio/icons": "^0.10.0",
|
|
36
35
|
"@gradio/label": "^0.5.6",
|
|
36
|
+
"@gradio/json": "^0.5.14",
|
|
37
37
|
"@gradio/browserstate": "^0.3.1",
|
|
38
|
-
"@gradio/model3d": "^0.14.2",
|
|
39
38
|
"@gradio/markdown": "^0.13.4",
|
|
39
|
+
"@gradio/model3d": "^0.14.2",
|
|
40
40
|
"@gradio/nativeplot": "^0.5.8",
|
|
41
|
-
"@gradio/multimodaltextbox": "^0.9.8",
|
|
42
41
|
"@gradio/number": "^0.5.14",
|
|
42
|
+
"@gradio/multimodaltextbox": "^0.9.8",
|
|
43
43
|
"@gradio/paramviewer": "^0.7.2",
|
|
44
|
+
"@gradio/plot": "^0.9.9",
|
|
44
45
|
"@gradio/radio": "^0.6.14",
|
|
45
46
|
"@gradio/row": "^0.2.1",
|
|
46
47
|
"@gradio/sidebar": "^0.1.5",
|
|
47
|
-
"@gradio/plot": "^0.9.9",
|
|
48
48
|
"@gradio/simpledropdown": "^0.3.14",
|
|
49
49
|
"@gradio/simpleimage": "^0.8.18",
|
|
50
|
-
"@gradio/sketchbox": "^0.6.0",
|
|
51
50
|
"@gradio/simpletextbox": "^0.3.14",
|
|
52
51
|
"@gradio/slider": "^0.6.2",
|
|
52
|
+
"@gradio/sketchbox": "^0.6.0",
|
|
53
53
|
"@gradio/statustracker": "^0.10.4",
|
|
54
54
|
"@gradio/state": "^0.1.2",
|
|
55
55
|
"@gradio/tabitem": "^0.4.2",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@gradio/upload": "^0.15.2",
|
|
60
60
|
"@gradio/timer": "^0.4.4",
|
|
61
61
|
"@gradio/uploadbutton": "^0.8.7",
|
|
62
|
-
"@gradio/utils": "^0.10.1",
|
|
63
62
|
"@gradio/wasm": "^0.17.3",
|
|
63
|
+
"@gradio/utils": "^0.10.1",
|
|
64
64
|
"@gradio/video": "^0.14.2"
|
|
65
65
|
},
|
|
66
66
|
"msw": {
|
package/src/lang/th.json
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_name": "ภาษาไทย",
|
|
3
|
+
"3D_model": {
|
|
4
|
+
"3d_model": "โมเดล 3 มิติ",
|
|
5
|
+
"drop_to_upload": "ลากและวางไฟล์โมเดล 3 มิติ (.obj, .glb, .stl, .gltf, .splat, หรือ .ply) ที่นี่เพื่ออัปโหลด"
|
|
6
|
+
},
|
|
7
|
+
"annotated_image": {
|
|
8
|
+
"annotated_image": "รูปภาพที่มีคำอธิบาย"
|
|
9
|
+
},
|
|
10
|
+
"audio": {
|
|
11
|
+
"allow_recording_access": "กรุณาอนุญาตการเข้าถึงไมโครโฟนเพื่อบันทึกเสียง",
|
|
12
|
+
"audio": "เสียง",
|
|
13
|
+
"drop_to_upload": "ลากและวางไฟล์เสียงที่นี่เพื่ออัปโหลด",
|
|
14
|
+
"record_from_microphone": "บันทึกจากไมโครโฟน",
|
|
15
|
+
"stop_recording": "หยุดบันทึก",
|
|
16
|
+
"no_device_support": "ไม่สามารถเข้าถึงอุปกรณ์สื่อได้ โปรดตรวจสอบว่าคุณใช้งานบนโดเมนที่ปลอดภัย (https) หรือ localhost (หรือคุณได้กำหนดค่า SSL ที่ถูกต้อง) และอนุญาตให้เบราว์เซอร์เข้าถึงอุปกรณ์ของคุณ",
|
|
17
|
+
"stop": "หยุด",
|
|
18
|
+
"resume": "ทำงานต่อ",
|
|
19
|
+
"record": "บันทึก",
|
|
20
|
+
"no_microphone": "ไม่พบไมโครโฟน",
|
|
21
|
+
"pause": "หยุดชั่วคราว",
|
|
22
|
+
"play": "เล่น",
|
|
23
|
+
"waiting": "กำลังรอ"
|
|
24
|
+
},
|
|
25
|
+
"blocks": {
|
|
26
|
+
"connection_can_break": "บนมือถือ การเชื่อมต่ออาจหลุดหากแท็บนี้ไม่ได้อยู่ในโฟกัสหรืออุปกรณ์เข้าสู่โหมดพัก ส่งผลให้เสียตำแหน่งในคิว",
|
|
27
|
+
"long_requests_queue": "มีคิวคำขอรออยู่เป็นจำนวนมาก คัดลอก Space นี้เพื่อข้ามคิว",
|
|
28
|
+
"lost_connection": "การเชื่อมต่อขาดหายเนื่องจากออกจากหน้า กำลังเข้าคิวใหม่...",
|
|
29
|
+
"waiting_for_inputs": "กำลังรอไฟล์อัปโหลดเสร็จ กรุณาลองใหม่"
|
|
30
|
+
},
|
|
31
|
+
"checkbox": {
|
|
32
|
+
"checkbox": "กล่องเลือก",
|
|
33
|
+
"checkbox_group": "กลุ่มกล่องเลือก"
|
|
34
|
+
},
|
|
35
|
+
"code": {
|
|
36
|
+
"code": "โค้ด"
|
|
37
|
+
},
|
|
38
|
+
"color_picker": {
|
|
39
|
+
"color_picker": "ตัวเลือกสี"
|
|
40
|
+
},
|
|
41
|
+
"common": {
|
|
42
|
+
"built_with": "สร้างด้วย",
|
|
43
|
+
"built_with_gradio": "สร้างด้วย Gradio",
|
|
44
|
+
"clear": "ล้าง",
|
|
45
|
+
"download": "ดาวน์โหลด",
|
|
46
|
+
"edit": "แก้ไข",
|
|
47
|
+
"empty": "ว่างเปล่า",
|
|
48
|
+
"error": "ข้อผิดพลาด",
|
|
49
|
+
"hosted_on": "โฮสต์บน",
|
|
50
|
+
"loading": "กำลังโหลด",
|
|
51
|
+
"logo": "โลโก้",
|
|
52
|
+
"or": "หรือ",
|
|
53
|
+
"remove": "ลบ",
|
|
54
|
+
"settings": "การตั้งค่า",
|
|
55
|
+
"share": "แชร์",
|
|
56
|
+
"submit": "ส่ง",
|
|
57
|
+
"undo": "เลิกทำ",
|
|
58
|
+
"no_devices": "ไม่พบอุปกรณ์",
|
|
59
|
+
"language": "ภาษา",
|
|
60
|
+
"display_theme": "ธีมการแสดงผล",
|
|
61
|
+
"pwa": "โปรเกรสซีฟเว็บแอพ"
|
|
62
|
+
},
|
|
63
|
+
"dataframe": {
|
|
64
|
+
"incorrect_format": "รูปแบบไม่ถูกต้อง รองรับเฉพาะไฟล์ CSV และ TSV",
|
|
65
|
+
"new_column": "เพิ่มคอลัมน์",
|
|
66
|
+
"new_row": "เพิ่มแถวใหม่",
|
|
67
|
+
"add_row_above": "เพิ่มแถวด้านบน",
|
|
68
|
+
"add_row_below": "เพิ่มแถวด้านล่าง",
|
|
69
|
+
"delete_row": "ลบแถว",
|
|
70
|
+
"delete_column": "ลบคอลัมน์",
|
|
71
|
+
"add_column_left": "เพิ่มคอลัมน์ทางซ้าย",
|
|
72
|
+
"add_column_right": "เพิ่มคอลัมน์ทางขวา",
|
|
73
|
+
"sort_column": "เรียงลำดับคอลัมน์",
|
|
74
|
+
"sort_ascending": "เรียงจากน้อยไปมาก",
|
|
75
|
+
"sort_descending": "เรียงจากมากไปน้อย",
|
|
76
|
+
"drop_to_upload": "ลากและวางไฟล์ CSV หรือ TSV ที่นี่เพื่อนำเข้าข้อมูล"
|
|
77
|
+
},
|
|
78
|
+
"dropdown": {
|
|
79
|
+
"dropdown": "เมนูดรอปดาวน์"
|
|
80
|
+
},
|
|
81
|
+
"errors": {
|
|
82
|
+
"build_error": "เกิดข้อผิดพลาดในการสร้าง",
|
|
83
|
+
"config_error": "เกิดข้อผิดพลาดในการกำหนดค่า",
|
|
84
|
+
"contact_page_author": "โปรดติดต่อผู้ดูแลเพจเพื่อแจ้งให้ทราบ",
|
|
85
|
+
"no_app_file": "ไม่พบไฟล์แอป",
|
|
86
|
+
"runtime_error": "เกิดข้อผิดพลาดขณะทำงาน",
|
|
87
|
+
"space_not_working": "\"Space ใช้งานไม่ได้เนื่องจาก\" {0}",
|
|
88
|
+
"space_paused": "Space ถูกหยุดชั่วคราว",
|
|
89
|
+
"use_via_api": "ใช้งานผ่าน API"
|
|
90
|
+
},
|
|
91
|
+
"file": {
|
|
92
|
+
"uploading": "กำลังอัปโหลด..."
|
|
93
|
+
},
|
|
94
|
+
"highlighted_text": {
|
|
95
|
+
"highlighted_text": "ข้อความที่ถูกเน้น"
|
|
96
|
+
},
|
|
97
|
+
"image": {
|
|
98
|
+
"allow_webcam_access": "กรุณาอนุญาตการเข้าถึงเว็บแคมเพื่อบันทึกวิดีโอ",
|
|
99
|
+
"brush_color": "สีแปรง",
|
|
100
|
+
"brush_radius": "ขนาดแปรง",
|
|
101
|
+
"image": "รูปภาพ",
|
|
102
|
+
"remove_image": "ลบรูปภาพ",
|
|
103
|
+
"select_brush_color": "เลือกสีแปรง",
|
|
104
|
+
"start_drawing": "เริ่มวาด",
|
|
105
|
+
"use_brush": "ใช้แปรง",
|
|
106
|
+
"drop_to_upload": "ลากและวางไฟล์รูปภาพที่นี่เพื่ออัปโหลด"
|
|
107
|
+
},
|
|
108
|
+
"label": {
|
|
109
|
+
"label": "ป้ายกำกับ"
|
|
110
|
+
},
|
|
111
|
+
"login": {
|
|
112
|
+
"enable_cookies": "หากคุณเข้าใช้งาน HuggingFace Space ในโหมดไม่ระบุตัวตน คุณต้องเปิดใช้งานคุกกี้ของบุคคลที่สาม",
|
|
113
|
+
"incorrect_credentials": "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง",
|
|
114
|
+
"username": "ชื่อผู้ใช้",
|
|
115
|
+
"password": "รหัสผ่าน",
|
|
116
|
+
"login": "เข้าสู่ระบบ"
|
|
117
|
+
},
|
|
118
|
+
"number": {
|
|
119
|
+
"number": "ตัวเลข"
|
|
120
|
+
},
|
|
121
|
+
"plot": {
|
|
122
|
+
"plot": "กราฟ"
|
|
123
|
+
},
|
|
124
|
+
"radio": {
|
|
125
|
+
"radio": "ปุ่มตัวเลือก"
|
|
126
|
+
},
|
|
127
|
+
"slider": {
|
|
128
|
+
"slider": "แถบเลื่อน"
|
|
129
|
+
},
|
|
130
|
+
"upload_text": {
|
|
131
|
+
"click_to_upload": "คลิกเพื่ออัปโหลด",
|
|
132
|
+
"drop_audio": "ลากและวางไฟล์เสียงที่นี่",
|
|
133
|
+
"drop_csv": "ลากและวางไฟล์ CSV ที่นี่",
|
|
134
|
+
"drop_file": "ลากและวางไฟล์ที่นี่",
|
|
135
|
+
"drop_image": "ลากและวางไฟล์รูปภาพที่นี่",
|
|
136
|
+
"drop_video": "ลากและวางไฟล์วิดีโอที่นี่",
|
|
137
|
+
"drop_gallery": "ลากและวางไฟล์สื่อที่นี่",
|
|
138
|
+
"paste_clipboard": "วางจากคลิปบอร์ด"
|
|
139
|
+
},
|
|
140
|
+
"video": {
|
|
141
|
+
"drop_to_upload": "ลากและวางไฟล์วิดีโอที่นี่เพื่ออัปโหลด"
|
|
142
|
+
}
|
|
143
|
+
}
|