mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-30 14:17:14 +00:00
feat(web): add marketplace likes (#2352)
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
This commit is contained in:
@@ -690,6 +690,7 @@ const thTH = {
|
||||
notFound: 'ไม่พบข้อมูลปลั๊กอิน',
|
||||
sortBy: 'เรียงตาม',
|
||||
sort: {
|
||||
hottest: 'ยอดนิยมที่สุด',
|
||||
recentlyAdded: 'เพิ่มล่าสุด',
|
||||
recentlyUpdated: 'อัปเดตล่าสุด',
|
||||
mostDownloads: 'ดาวน์โหลดมากที่สุด',
|
||||
@@ -697,6 +698,9 @@ const thTH = {
|
||||
},
|
||||
downloads: 'ดาวน์โหลด',
|
||||
download: 'ดาวน์โหลด',
|
||||
like: 'ถูกใจ',
|
||||
unlike: 'เลิกถูกใจ',
|
||||
likeFailed: 'อัปเดตการถูกใจไม่สำเร็จ โปรดลองอีกครั้ง',
|
||||
repository: 'Repository',
|
||||
downloadFailed: 'ดาวน์โหลดล้มเหลว',
|
||||
noReadme: 'ปลั๊กอินนี้ไม่มีเอกสาร README',
|
||||
|
||||
Reference in New Issue
Block a user