@anime.club/translations 1.1.119 → 1.1.121
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/package.json +1 -1
- package/src/arabic-standard.ts +81 -84
- package/src/chinese-simplified.ts +81 -84
- package/src/english.ts +5 -4
- package/src/french.ts +84 -84
- package/src/german.ts +85 -84
- package/src/hindi.ts +84 -84
- package/src/indonesian.ts +83 -84
- package/src/japanese.ts +83 -84
- package/src/korean.ts +83 -84
- package/src/portuguese.ts +82 -84
- package/src/russian.ts +81 -81
- package/src/spanish.ts +84 -84
- package/src/thai.ts +82 -84
- package/src/vietnamese.ts +84 -84
package/src/thai.ts
CHANGED
@@ -1,98 +1,22 @@
|
|
1
1
|
export const text: text = {
|
2
|
-
|
3
|
-
|
4
|
-
accountManagment: `(en) Account management`,
|
5
|
-
animeShopBuyAndSellProducts: `(en) Anime shop - buy and sell products`,
|
6
|
-
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `(en) AI-generated images and neural network filters are prohibited`,
|
7
|
-
addMoreProductsToYourShop: `(en) Add more products to your shop`,
|
8
|
-
allFilesYouUploadHereWillBeAvailableToTheBuyer: `(en) All files you upload here will be available to the buyer`,
|
9
|
-
bigAppreciationToTheSellerForTheirHardWork: `(en) Big appreciation to the seller for their hard work`,
|
10
|
-
buyerReviewedTheOrder: `(en) Buyer reviewed the order`,
|
11
|
-
buyerHasNotLeftAReviewYet: `(en) Buyer has not left a review yet`,
|
12
|
-
feedbackReceived: `(en) Feedback received!`,
|
13
|
-
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `(en) Before accepting, please review the buyer's request carefully`,
|
14
|
-
checkOutMyShop: `(en) Check out my shop`,
|
15
|
-
commercialUseAllowed: `(en) Commercial use allowed`,
|
16
|
-
commercialUseAllowsBuyersToUseYourProduct: `(en) Commercial use allows buyers to use your product for business purposes, like selling or promoting their services`,
|
17
|
-
congratulationsOnSuccessfullyCompletingYourOrder: `(en) Congratulations on successfully completing your order!`,
|
18
|
-
createAShopWithStripe: `(en) Create a shop with Stripe`,
|
19
|
-
createdBy: `(en) Created by`,
|
20
|
-
download: `(en) Dowload`,
|
21
|
-
downloadThemBelow: `(en) Download them below`,
|
22
|
-
describeTheDetailsOfYourExtra: `(en) Describe the details of your extra`,
|
23
|
-
enjoyYourPurchase: `(en) Enjoy your purchase! 😊`,
|
24
|
-
extrasAreOptionalAddOnsToEnhanceYourProduct: `(en) Extras are optional add-ons to enhance your product`,
|
25
|
-
usernameHasSubmittedTheWork: (...v) =>
|
26
|
-
`(en) <b>${v[0]}</b> has submitted the work`,
|
27
|
-
hereAreAFewWaysToGetThingsRolling: `(en) Here are a few ways to get things rolling`,
|
28
|
-
includes: `(en) Includes`,
|
29
|
-
makeSureToIncludeClearInstructions: `(en) Make sure to include clear instructions on how each reference should be used`,
|
30
|
-
makeSureYouFullyUnderstandTheRequirements: `(en) Make sure you fully understand the requirements and can complete the order by the deadline`,
|
31
|
-
makeSureYourProductsArePricedCompetitively: `(en) Make sure your products are priced competitively`,
|
32
|
-
newProducts: `(en) New products`,
|
33
|
-
noReviewsJustYet: `(en) No reviews just yet`,
|
34
|
-
noSalesYetNoWorries: `(en) No sales yet? No worries, you're just starting out`,
|
35
|
-
NSFWIndicatesAdultContent: `(en) 18+ NSFW indicates adult content. Check this field only if your product is intended for mature audiences`,
|
36
|
-
onlyYouCanSeeWhatYouveSaved: `(en) Only you can see what you've saved`,
|
37
|
-
requestDetails: `(en) Request details`,
|
38
|
-
orderCompleted: `(en) Order Completed 🎉`,
|
39
|
-
pleaseRateYourOrder: `(en) Please rate your order`,
|
40
|
-
feelFreeToShareReferenceImagesAndMaterials: `(en) Feel free to share reference images and materials to help the artist create your piece`,
|
41
|
-
pleaseFixTheErrorsBeforeSubmitting: `(en) Please fix the errors before submitting`,
|
42
|
-
pleaseTakeAMomentToReviewTheOrder: `(en) Please take a moment to review the order`,
|
43
|
-
pleaseReviewTheBuyersReferenceFiles: `(en) Please review the buyer's reference files and follow them as specified in the order's description`,
|
44
|
-
pleaseReviewTheDetailsCarefullyBeforeProceeding: `(en) Please review the details carefully before proceeding`,
|
45
|
-
pleaseRespondToTheOrderBy: (...v) =>
|
46
|
-
`(en) Please respond to the order by ${v[0]}`,
|
47
|
-
payouts: `(en) Payouts`,
|
48
|
-
itemReviews: `(en) Item reviews`,
|
49
|
-
portfolio: `(en) Portfolio`,
|
50
|
-
review: `(en) Review`,
|
51
|
-
rules: `(en) Rules`,
|
52
|
-
reviews: `(en) Reviews`,
|
53
|
-
numOfReviews: (...v) => `(en) Reviews: ${v[0]} `,
|
54
|
-
reviewed: `(en) Reviewed`,
|
55
|
-
reviewTitle: `(en) Review title`,
|
56
|
-
reason: `(en) Reason`,
|
57
|
-
includesXRevisionS: (...v) => `(en) Includes ${v[0]} revision(s)`,
|
58
|
-
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `(en) Share your rules and the types of requests you don’t accept`,
|
59
|
-
shareYourShopOnSocialMedia: `(en) Share your shop on social media`,
|
60
|
-
shareYourFavoritePiecesOn: (...v) =>
|
61
|
-
`(en) Share your favorite pieces on ${v[0]}`,
|
62
|
-
shopReviews: `(en) Shop reviews`,
|
63
|
-
yourFavoritesWillShowUpHereAddSome: `(en) Your favorites will show up here. Add some!`,
|
64
|
-
successfullyDownloaded: `(en) Successfully downloaded!`,
|
65
|
-
successfullyUploaded: `(en) Successfully uploaded!`,
|
66
|
-
tellTheBuyerWhatTheyWillGetWithThisProduct: `(en) Tell the buyer what they will get with this product`,
|
67
|
-
thankYouForYourReview: `(en) Thank you for your review!`,
|
68
|
-
thankForYourSupport: `(en) Thank you for your support!`,
|
69
|
-
thisFieldIsOptional: `(en) This field is optional`,
|
70
|
-
thisCannotBeUndone: `(en) This cannot be undone`,
|
71
|
-
ensureYouveUploadedTheFinalVersion: `(en) Ensure you've uploaded the final version before submitting`,
|
72
|
-
theSellerHasUploadedTheseFilesForYou: `(en) The seller has uploaded these files for you`,
|
73
|
-
pleaseUploadOnlyFinishedWorkHereMaximumFiles: `(en) Please upload only finished work here`,
|
74
|
-
allWIPRelatedFilesShouldBeUploadedInMessages: `(en) All WIP-related files should be uploaded in messages`,
|
75
|
-
usernameAndXMoreReacted: (...v) =>
|
76
|
-
`(en) <b>${v[0]}</b> and ${v[1]} more reacted`,
|
77
|
-
usernameReacted: (...v) => `(en) <b>${v[0]}</b> reacted`,
|
78
|
-
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
79
|
-
`(en) Unfortunately, ${v[0]} had to cancel this order`,
|
80
|
-
wellDoneWorkHasBeenSuccessfullyCompleted: `(en) Well done! Work has been successfully completed`,
|
81
|
-
youReceivedAReview: `(en) You received a review`,
|
82
|
-
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `(en) Your feedback guides buyers and helps sellers offer better products`,
|
83
|
-
youllSeeReviewsHereOnceBuyersShareTheirExperience: `(en) You’ll see reviews here once buyers share their experience`,
|
84
|
-
youCanceledTheOrder: `(en) You canceled the order`,
|
2
|
+
theReasonYouProvideForCancellingThisOrderWillBeSharedWithTheBuyer: `(en) The reason you provide for cancelling this order will be shared with the buyer`,
|
3
|
+
youCanChooseFromTheListOrEnterACustomReason: `(en) You can choose from the list or enter a custom reason`,
|
85
4
|
_colon: `: `,
|
86
5
|
_comma: `, `,
|
87
6
|
_dot: `. `,
|
88
7
|
_exclamation: `! `,
|
89
8
|
_question: `? `,
|
90
9
|
_space: ` `,
|
10
|
+
_hyphen: `- `,
|
91
11
|
about: `เกี่ยวกับ`,
|
92
12
|
accept: `ยอมรับ`,
|
93
13
|
acceptOrder: `ยอมรับคำสั่งซื้อ`,
|
14
|
+
acceptTheOrder: `ยอมรับคำสั่งซื้อ`,
|
15
|
+
accountManagment: `การจัดการบัญชี`,
|
94
16
|
account: `บัญชีผู้ใช้`,
|
95
17
|
accountDeleted: `บัญชีถูกลบ`,
|
18
|
+
animeShopBuyAndSellProducts: `ร้านอนิเมะ - ซื้อและขายสินค้า`,
|
19
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `ห้ามใช้ภาพที่สร้างโดย AI และฟิลเตอร์เครือข่ายประสาทเทียม`,
|
96
20
|
accountActivation: `เปิดใช้งานบัญชีผู้ใช้`,
|
97
21
|
accountAlreadyExists: `มีบัญชีผู้ใช้นี้แล้ว`,
|
98
22
|
accountDoesNotExist: `ไม่พบบัญชีผู้ใช้นี้`,
|
@@ -102,6 +26,7 @@ export const text: text = {
|
|
102
26
|
addBlog: `เพิ่มบล็อก`,
|
103
27
|
addFile: `เพิ่มไฟล์`,
|
104
28
|
additionalResources: `ทรัพยากรเพิ่มเติม`,
|
29
|
+
addMoreProductsToYourShop: `เพิ่มสินค้าลงในร้านของคุณมากขึ้น`,
|
105
30
|
addMore: `เพิ่มเติม`,
|
106
31
|
addNewArt: `เพิ่มงานวาดใหม่`,
|
107
32
|
addPreview: `เพิ่มพรีวิว`,
|
@@ -109,6 +34,7 @@ export const text: text = {
|
|
109
34
|
addToCart: `เพิ่มลงในตะกร้า`,
|
110
35
|
advancedOptions: `ตัวเลือกขั้นสูง`,
|
111
36
|
all: `ทั้งหมด`,
|
37
|
+
allFilesYouUploadHereWillBeAvailableToTheBuyer: `ไฟล์ทั้งหมดที่คุณอัปโหลดที่นี่จะพร้อมให้ผู้ซื้อใช้งาน`,
|
112
38
|
alreadySignedIn: `เข้าสู่ระบบแล้ว`,
|
113
39
|
amount: `จำนวน`,
|
114
40
|
amountShouldNotBeLessThan: (...v) => `จำนวนไม่ควรน้อยกว่า ${v[0]}`,
|
@@ -136,8 +62,13 @@ export const text: text = {
|
|
136
62
|
awaitingSeller: `รอผู้ขาย`,
|
137
63
|
back: `กลับ`,
|
138
64
|
basePrice: `ราคาฐาน`,
|
65
|
+
bigAppreciationToTheSellerForTheHardWork: `ขอขอบคุณผู้ขายสำหรับความทุ่มเท`,
|
139
66
|
block: `บล็อก`,
|
67
|
+
buyerReviewedTheOrder: `ผู้ซื้อได้รีวิวคำสั่งซื้อแล้ว`,
|
68
|
+
buyerHasNotLeftAReviewYet: `ผู้ซื้อยังไม่ได้รีวิว`,
|
69
|
+
feedbackReceived: `ได้รับความคิดเห็นแล้ว!`,
|
140
70
|
blockUser: (...v) => `บล็อก @${v[0]}`,
|
71
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `โปรดตรวจสอบคำขอของผู้ซื้ออย่างละเอียดก่อนยอมรับ`,
|
141
72
|
blog: `บล็อก`,
|
142
73
|
bookmarks: `บุ๊กมาร์ก`,
|
143
74
|
browseArt: `ค้นหาผลงาน`,
|
@@ -148,6 +79,7 @@ export const text: text = {
|
|
148
79
|
cancelOrder: `ยกเลิกคำสั่งซื้อ`,
|
149
80
|
cannotStartWithChars: `ห้ามมี s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
150
81
|
change: `เปลี่ยนแปลง`,
|
82
|
+
checkOutMyShop: `ดูร้านค้าของฉัน`,
|
151
83
|
checkOrderStatus: `ตรวจสอบสถานะคำสั่งซื้อ`,
|
152
84
|
changeArt: `เปลี่ยนผลงาน`,
|
153
85
|
changeAvatar: `เปลี่ยนรูปประจำตัว`,
|
@@ -160,6 +92,8 @@ export const text: text = {
|
|
160
92
|
close: `ปิด`,
|
161
93
|
colorTheme: `ธีมสี`,
|
162
94
|
comingSoon: `เร็วๆ นี้...`,
|
95
|
+
commercialUseAllowed: `อนุญาตให้ใช้เชิงพาณิชย์`,
|
96
|
+
commercialUseAllowsBuyersToUseYourProduct: `การใช้เชิงพาณิชย์ช่วยให้ผู้ซื้อใช้สินค้าของคุณเพื่อธุรกิจ เช่น การขายหรือโปรโมตบริการ`,
|
163
97
|
community: `คอมมูนิตี้`,
|
164
98
|
completed: `เสร็จสมบูรณ์แล้ว`,
|
165
99
|
confirmAccount: `ยืนยันบัญชี`,
|
@@ -174,6 +108,7 @@ export const text: text = {
|
|
174
108
|
contractTitle: `ชื่อสัญญา`,
|
175
109
|
copyLink: `คัดลอกลิงก์`,
|
176
110
|
congratulations: `ขอแสดงความยินดี!`,
|
111
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `ขอแสดงความยินดีที่คุณทำคำสั่งซื้อเสร็จสมบูรณ์!`,
|
177
112
|
copyrightViolation: `การละเมิดลิขสิทธิ์`,
|
178
113
|
couldNotCreateANewRecord: `ไม่สามารถสร้างบันทึกใหม่ได้`,
|
179
114
|
country: `ประเทศ`,
|
@@ -181,6 +116,8 @@ export const text: text = {
|
|
181
116
|
createANewAccountFailed: `การสร้างบัญชีใหม่ล้มเหลว`,
|
182
117
|
createExtrasForYourProduct: `สร้างสิ่งที่เพิ่มเติมสำหรับผลิตภัณฑ์ของคุณ`,
|
183
118
|
createNewAccount: `สร้างบัญชีใหม่`,
|
119
|
+
createAShopWithStripe: `สร้างร้านค้าด้วย Stripe`,
|
120
|
+
createdBy: `สร้างโดย`,
|
184
121
|
currentPassword: `รหัสผ่านปัจจุบัน`,
|
185
122
|
daily: `รายวัน`,
|
186
123
|
darkDefault: `ค่าเริ่มต้นสีเข้ม`,
|
@@ -193,7 +130,10 @@ export const text: text = {
|
|
193
130
|
decline: `ปฏิเสธ`,
|
194
131
|
deletePost: `ลบโพสต์`,
|
195
132
|
deleteProduct: `ลบผลิตภัณฑ์`,
|
133
|
+
download: `ดาวน์โหลด`,
|
134
|
+
downloadThemBelow: `ดาวน์โหลดได้ที่ด้านล่าง`,
|
196
135
|
deliveryTime: `เวลาจัดส่ง`,
|
136
|
+
describeTheDetailsOfYourExtra: `อธิบายรายละเอียดของบริการเสริมของคุณ`,
|
197
137
|
description: `คำอธิบาย`,
|
198
138
|
details: `รายละเอียด`,
|
199
139
|
didntReceiveEmail: `ยังไม่ได้รับอีเมลใช่ไหม`,
|
@@ -214,6 +154,7 @@ export const text: text = {
|
|
214
154
|
emailAlreadyUsedByAnotherAccount: `อีเมลใช้กับบัญชีอื่นแล้ว`,
|
215
155
|
emailNotifications: `การแจ้งเตือนทางอีเมล`,
|
216
156
|
enterOrPasteALink: `ป้อนลิงก์หรือวางลิงก์`,
|
157
|
+
enjoyYourPurchase: `ขอให้สนุกกับการซื้อของคุณ! 😊`,
|
217
158
|
enterTheAddressAssociatedWithYourAccount: `ป้อนที่อยู่ที่เกี่ยวข้องกับบัญชีของคุณและเราจะส่งอีเมลถึงคุณเพื่อรีเซ็ตรหัสผ่านของคุณ`,
|
218
159
|
enterYourPassword: `ป้อนรหัสผ่านของคุณ`,
|
219
160
|
error: `ข้อผิดพลาด`,
|
@@ -221,6 +162,7 @@ export const text: text = {
|
|
221
162
|
exitWithoutSaving: `ออกโดยไม่บันทึก`,
|
222
163
|
extensions: `ขยาย`,
|
223
164
|
extras: `สิ่งที่เพิ่มเติม`,
|
165
|
+
extrasAreOptionalAddOnsToEnhanceYourProduct: `บริการเสริมเป็นตัวเลือกเพิ่มเติมเพื่อเพิ่มมูลค่าสินค้าของคุณ`,
|
224
166
|
fileSizeIsTooBig: `ขนาดไฟล์ใหญ่เกินไป`,
|
225
167
|
fileSizeIsTooSmall: `ขนาดไฟล์เล็กเกินไป`,
|
226
168
|
filter: `คัดกรอง`,
|
@@ -242,11 +184,13 @@ export const text: text = {
|
|
242
184
|
harassment: `การรังแก`,
|
243
185
|
haveAnyQuestions: `มีคำถามหรือไม่?`,
|
244
186
|
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> ได้ยกเลิกคำสั่งซื้อ`,
|
187
|
+
usernameHasSubmittedTheWork: (...v) => `<b>${v[0]}</b> ได้ส่งงานแล้ว`,
|
245
188
|
hasNotAddedADescriptionFor: (...v) =>
|
246
189
|
`@${v[0]} ยังไม่ได้เพิ่มคำอธิบายสำหรับ "${v[1]}"`,
|
247
190
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
248
191
|
`@${v[0]} ยังไม่ได้เผยแพร่รายละเอียดสาธารณะใด ๆ อีกเลย`,
|
249
192
|
hate: `เกลียด`,
|
193
|
+
hereAreAFewWaysToGetThingsRolling: `นี่คือวิธีเริ่มต้นบางส่วน`,
|
250
194
|
hire: `จ้าง`,
|
251
195
|
homepage: `หน้าหลัก`,
|
252
196
|
howToContactYou: `วิธีการติดต่อคุณ`,
|
@@ -261,6 +205,7 @@ export const text: text = {
|
|
261
205
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `รวมคำสำคัญที่ผู้ซื้อจะใช้ค้นหาผลิตภัณฑ์ของคุณ`,
|
262
206
|
inProgress: `กำลังดำเนินการ`,
|
263
207
|
introduction: `แนะนำตัว`,
|
208
|
+
includes: `รวมถึง`,
|
264
209
|
invalidCode: `รหัสไม่ถูกต้อง`,
|
265
210
|
invalidCurrentPassword: `รหัสผ่านปัจจุบันไม่ถูกต้อง`,
|
266
211
|
invalidDate: `วันที่ไม่ถูกต้อง`,
|
@@ -297,6 +242,9 @@ export const text: text = {
|
|
297
242
|
minHeight: `ความสูงขั้นต่ำ`,
|
298
243
|
minimumNChars: (...v) => `ขั้นต่ำ ${v[0]} ตัวอักษร`,
|
299
244
|
minorAbuseOrSexualization: `การล่วงละเมิดหรือเซ็กซ์ที่ไม่เหมาะสม`,
|
245
|
+
makeSureToIncludeClearInstructions: `โปรดระบุคำแนะนำที่ชัดเจนสำหรับการใช้แต่ละข้อมูลอ้างอิง`,
|
246
|
+
makeSureYouFullyUnderstandTheRequirements: `โปรดแน่ใจว่าคุณเข้าใจข้อกำหนดทั้งหมดและสามารถทำงานให้เสร็จตามกำหนดเวลา`,
|
247
|
+
makeSureYourProductsArePricedCompetitively: `ตรวจสอบให้แน่ใจว่าสินค้าของคุณมีราคาที่แข่งขันได้`,
|
300
248
|
minWidth: `ความกว้างข้นต่ำ`,
|
301
249
|
monthly: `รายเดือน`,
|
302
250
|
moreFrom: (...v) => `อื่นๆ จาก ${v[0]}`,
|
@@ -317,6 +265,7 @@ export const text: text = {
|
|
317
265
|
newOrder: `คำสั่งซื้อใหม่`,
|
318
266
|
newPassword: `รหัสผ่านใหม่`,
|
319
267
|
newProduct: `ผลิตภัณฑ์ใหม่`,
|
268
|
+
newProducts: `สินค้าใหม่`,
|
320
269
|
newsFeed: `ฟีดข่าว`,
|
321
270
|
next: `ถัดไป`,
|
322
271
|
nextTimeYouAuthenticateYouCouldUseThe: `ครั้งต่อไปที่คุณตรวจสอบตัวตนคุณสามารถใช้บัญชีที่เชื่อมต่อได้แทนการเข้าสู่ระบบและรหัสผ่าน`,
|
@@ -327,20 +276,25 @@ export const text: text = {
|
|
327
276
|
none: `ไม่มี`,
|
328
277
|
noNotifications: `ไม่มีการแจ้งเตือน`,
|
329
278
|
noResults: `ไม่พบผลลัพธ์`,
|
279
|
+
noReviewsJustYet: `ยังไม่มีรีวิว`,
|
330
280
|
notifications: `การแจ้งเตือน`,
|
331
281
|
noActiveOrdersToShow: `ไม่มีคำสั่งซื้อที่ใช้งานอยู่`,
|
332
282
|
notAcceptingOrders: `ไม่รับคำสั่งซื้อ`,
|
283
|
+
noSalesYetNoWorries: `ยังไม่มีการขาย? ไม่ต้องกังวล คุณเพิ่งเริ่มต้น`,
|
333
284
|
nsfwContent18Plus: `เนื้อหา NSFW (18+)`,
|
285
|
+
NSFWIndicatesAdultContent: `18+ NSFW หมายถึงเนื้อหาสำหรับผู้ใหญ่ เลือกช่องนี้เฉพาะเมื่อสินค้าของคุณเหมาะสำหรับผู้ใหญ่`,
|
334
286
|
numberOfAdjustmentsAClientCouldRequest: `จำนวนการปรับเปลี่ยนที่ลูกค้าสามารถขอได้`,
|
335
287
|
online: `ออนไลน์`,
|
336
288
|
onlyLatinLettersNumbersHyphen: `เฉพาะตัวอักษรละตัวเลขขีดเส้นและขีดล่าง`,
|
337
289
|
onlyNumbers: `เฉพาะตัวเลข`,
|
290
|
+
onlyYouCanSeeWhatYouveSaved: `มีเพียงคุณเท่านั้นที่เห็นสิ่งที่คุณบันทึกไว้`,
|
338
291
|
open: `เปิด`,
|
339
292
|
openDispute: `เปิดข้อพิพาท`,
|
340
293
|
openGuestView: `เปิดโหมดผู้เยี่ยมชมชั่วคราว`,
|
341
294
|
openingSoon: `จะมาเร็วๆ นี้!`,
|
342
295
|
openToWork: `เปิดรับงาน`,
|
343
296
|
optional: `ไม่บังคับ`,
|
297
|
+
requestDetails: `รายละเอียดคำขอ`,
|
344
298
|
or: `หรือ`,
|
345
299
|
order: `คำสั่งซื้อ`,
|
346
300
|
outOfStock: `สินค้าหมด`,
|
@@ -348,6 +302,7 @@ export const text: text = {
|
|
348
302
|
orderAgain: `สั่งซื้ออีกครั้ง`,
|
349
303
|
orderDetails: `รายละเอียดคำสั่งซื้อ`,
|
350
304
|
orderConfirmed: `ยืนยันคำสั่งซื้อ`,
|
305
|
+
orderCompleted: `คำสั่งซื้อเสร็จสมบูรณ์ 🎉`,
|
351
306
|
orderStatus: `สถานะคำสั่งซื้อ`,
|
352
307
|
orderOptions: `ตัวเลือกคำสั่งซื้อ`,
|
353
308
|
otherReason: `เหตุผลอื่น`,
|
@@ -357,22 +312,32 @@ export const text: text = {
|
|
357
312
|
personal: `ส่วนตัว`,
|
358
313
|
personalCircumstances: `สถานการณ์ส่วนตัว`,
|
359
314
|
pleaseCheckYour: (...v) => `โปรดตรวจสอบ${v[0]}ของคุณ`,
|
315
|
+
pleaseRateYourOrder: `โปรดให้คะแนนคำสั่งซื้อของคุณ`,
|
316
|
+
feelFreeToShareReferenceImagesAndMaterials: `คุณสามารถแชร์ภาพอ้างอิงและเอกสารเพื่อช่วยศิลปินสร้างผลงานของคุณได้อย่างอิสระ`,
|
360
317
|
pleaseDoNotShareYourPrivateInformationToOthers: `โปรดอย่าแชร์ข้อมูลส่วนตัวของคุณกับผู้อื่น`,
|
361
318
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
362
319
|
`โปรดป้อนตัวเลขระหว่าง ${v[0]} และ ${v[1]}`,
|
363
320
|
pleaseEnterAtLeastNChars: (...v) => `โปรดใส่ตัวอักษรอย่างน้อย ${v[0]} ตัว`,
|
364
321
|
pleaseFillOutYourDetails: `โปรดใส่รายละเอียดเพิ่มเติม`,
|
322
|
+
pleaseFixTheErrorsBeforeSubmitting: `โปรดแก้ไขข้อผิดพลาดก่อนส่ง`,
|
365
323
|
pleaseSignInToYourAccount: `โปรดลงชื่อเข้าใช้บัญชีของคุณ`,
|
366
324
|
platform: `แพลตฟอร์ม`,
|
367
325
|
pleaseStartTyping: `โปรดเริ่มพิมพ์`,
|
326
|
+
pleaseTakeAMomentToReviewTheOrder: `โปรดใช้เวลาตรวจสอบคำสั่งซื้อ`,
|
327
|
+
pleaseReviewTheBuyersReferenceFiles: `โปรดตรวจสอบไฟล์อ้างอิงของผู้ซื้อและปฏิบัติตามที่ระบุไว้ในคำอธิบาย`,
|
328
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `โปรดตรวจสอบรายละเอียดอย่างรอบคอบก่อนดำเนินการต่อ`,
|
329
|
+
pleaseRespondToTheOrderBy: (...v) => `โปรดตอบกลับคำสั่งซื้อภายใน ${v[0]}`,
|
368
330
|
pleaseTryAgainOrClick: (...v) => `โปรดลองอีกครั้งหรือคลิก ${v[0]}`,
|
369
331
|
pleaseVerifyYourAccount: `โปรดยืนยันบัญชีของคุณ`,
|
370
332
|
pressHereTo: `กดที่นี่เพื่อ`,
|
371
333
|
price: `ราคา`,
|
334
|
+
payouts: `การจ่ายเงิน`,
|
372
335
|
privacyPolicy: `นโยบายความเป็นส่วนตัว`,
|
373
336
|
privateInformation: `ข้อมูลส่วนตัว`,
|
374
337
|
proceedToCheckout: `ไปที่ชำระเงิน`,
|
375
338
|
product: `ผลิตภัณฑ์`,
|
339
|
+
itemReviews: `รีวิวสินค้า`,
|
340
|
+
portfolio: `ผลงาน`,
|
376
341
|
profile: `โปรไฟล์`,
|
377
342
|
prohibitedTransaction: `ธุรกรรมที่ห้าม`,
|
378
343
|
promotions: `โปรโมชั่น`,
|
@@ -382,7 +347,15 @@ export const text: text = {
|
|
382
347
|
rankings: `อันดับ`,
|
383
348
|
reorderFiles: `เรียงลำดับไฟล์ใหม่`,
|
384
349
|
report: `รายงาน`,
|
350
|
+
review: `รีวิว`,
|
351
|
+
rules: `กฎ`,
|
352
|
+
reviews: `รีวิว`,
|
353
|
+
numOfReviews: (...v) => `รีวิว: ${v[0]} `,
|
354
|
+
reviewed: `รีวิวแล้ว`,
|
355
|
+
reviewTitle: `หัวข้อรีวิว`,
|
356
|
+
reason: `เหตุผล`,
|
385
357
|
revisions: `การแก้ไข`,
|
358
|
+
includesXRevisionS: (...v) => `รวมการแก้ไข ${v[0]} ครั้ง`,
|
386
359
|
sales: `การขาย`,
|
387
360
|
save: `บันทึก`,
|
388
361
|
saveAvatar: `บันทึกรูปประจำตัว`,
|
@@ -400,10 +373,14 @@ export const text: text = {
|
|
400
373
|
settings: `การตั้งค่า`,
|
401
374
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `การตั้งค่าร้านค้าฟรีและใช้เวลาเพียงไม่กี่นาทีเท่านั้น`,
|
402
375
|
share: `แชร์`,
|
376
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `แชร์กฎและประเภทคำขอที่คุณไม่รับ`,
|
377
|
+
shareYourShopOnSocialMedia: `แชร์ร้านค้าของคุณบนโซเชียลมีเดีย`,
|
378
|
+
shareYourFavoritePiecesOn: (...v) => `แชร์ผลงานโปรดของคุณบน ${v[0]}`,
|
403
379
|
shareYourArtWithTheWorld: `แชร์งานศิลปะของคุณกับโลก`,
|
404
380
|
shareYourStory: `แชร์เรื่องราวของคุณ!`,
|
405
381
|
sharingPersonalInformation: `การแชร์ข้อมูลส่วนตัว`,
|
406
382
|
shop: `ร้านค้า`,
|
383
|
+
shopReviews: `รีวิวร้านค้า`,
|
407
384
|
shopOrders: `คำสั่งซื้อร้านค้า`,
|
408
385
|
showLess: `แสดงน้อยลง`,
|
409
386
|
showMore: `แสดงเพิ่มขึ้น`,
|
@@ -414,21 +391,30 @@ export const text: text = {
|
|
414
391
|
socialMedia: `โซเชียลมีเดีย`,
|
415
392
|
spaceCharacterIsNotAllowed: `ไม่อนุญาตให้เว้นวรรค`,
|
416
393
|
spam: `สแปม`,
|
394
|
+
yourFavoritesWillShowUpHereAddSome: `รายการโปรดของคุณจะแสดงที่นี่ เพิ่มเข้ามาได้เลย!`,
|
417
395
|
submitAReport: `ส่งรายงาน`,
|
418
396
|
submitWork: `ส่งงาน`,
|
419
397
|
subscribeToTalentsToKeepUpWithTheirProgress: `สมัครรับการอัปเดตเนื้อหาเพื่อติดตามความคืบหน้า`,
|
420
398
|
successChangedPasswordPleaseSignIn: `สำเร็จแล้ว! เปลี่ยนรหัสผ่านเรียบร้อย โปรดลงชื่อเข้าใช้`,
|
421
399
|
successCreatedRecord: `สำเร็จแล้ว! สร้างบักทึกเรียบร้อย!`,
|
422
400
|
successUpdatedRecord: `สำเร็จแล้ว! อัปเดตบักทึกเรียบร้อย!`,
|
401
|
+
successfullyDownloaded: `ดาวน์โหลดสำเร็จ!`,
|
402
|
+
successfullyUploaded: `อัปโหลดสำเร็จ!`,
|
423
403
|
supportMeOn: `สนับสนุนฉันผ่าน`,
|
424
404
|
syncWithSystem: `ซิงค์กับระบบ`,
|
425
405
|
tellUsAboutYourself: `บอกเรื่องราวเกี่ยวกับตัวคุณ`,
|
426
406
|
termsAndConditions: `ข้อกำหนดและเงื่อนไข`,
|
427
407
|
termsOfUse: `ข้อตกลงในการใช้งาน`,
|
408
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `แจ้งผู้ซื้อว่าพวกเขาจะได้รับอะไรจากสินค้านี้`,
|
428
409
|
thankYouForReport: `ขอบคุณสำหรับการช่วยรักษาชุมชนออนไลน์ที่ปลอดภัยและเคารพ`,
|
410
|
+
thankYouForYourReview: `ขอบคุณสำหรับรีวิวของคุณ!`,
|
411
|
+
thankForYourSupport: `ขอบคุณสำหรับการสนับสนุน!`,
|
429
412
|
theLinkIsBrokenOrPageHasBeenRemoved: `ลิงก์ไม่สามารถใช้งานได้หรือหน้านี้ถูกลบแล้ว`,
|
430
413
|
themeMode: `โหมดธีม`,
|
431
414
|
thisIsThePriceYouPropose: `นี่คือราคาที่คุณเสนอ`,
|
415
|
+
thisFieldIsOptional: `ฟิลด์นี้ไม่บังคับ`,
|
416
|
+
thisCannotBeUndone: `ไม่สามารถย้อนกลับได้`,
|
417
|
+
ensureYouveUploadedTheFinalVersion: `โปรดอัปโหลดเวอร์ชันสุดท้ายก่อนส่ง`,
|
432
418
|
threateningViolence: `การข่มขู่ความรุนแรง`,
|
433
419
|
title: `หัวข้อ`,
|
434
420
|
timeConstraints: `ข้อจำกัดด้านเวลา`,
|
@@ -444,6 +430,7 @@ export const text: text = {
|
|
444
430
|
`เพื่อดูข้อมูลนี้ คุณต้องยกเลิกการบล็อก @${v[0]}`,
|
445
431
|
trademarkViolation: `การละเมิดสิทธิ์การค้า`,
|
446
432
|
typeYourTextHere: `พิมพ์ข้อความที่นี่...`,
|
433
|
+
theSellerHasUploadedTheseFilesForYou: `ผู้ขายได้อัปโหลดไฟล์เหล่านี้ให้คุณ`,
|
447
434
|
unblock: `ยกเลิกการบล็อก`,
|
448
435
|
unblockUser: (...v) => `ยกเลิกการบล็อก @${v[0]}`,
|
449
436
|
unfollow: `เลิกติดตาม`,
|
@@ -453,10 +440,17 @@ export const text: text = {
|
|
453
440
|
uploadNewPost: `อัปโหลดโพสต์ใหม่`,
|
454
441
|
uploadNewProduct: `อัปโหลดผลิตภัณฑ์ใหม่`,
|
455
442
|
username: `ชื่อผู้ใช้`,
|
443
|
+
pleaseUploadOnlyFinishedWorkHere: `โปรดอัปโหลดเฉพาะงานที่เสร็จสมบูรณ์ที่นี่`,
|
444
|
+
allWIPRelatedFilesShouldBeUploadedInMessages: `ไฟล์ที่อยู่ระหว่างดำเนินการควรอัปโหลดในข้อความ`,
|
456
445
|
usernameAlreadyExists: `ชื่อผู้ใช้นี้มีอยู่แล้ว`,
|
457
446
|
usernameAndXMoreFollowYou: (...v) => `<b>${v[0]}</b> และ ${v[1]} คนติดตามคุณ`,
|
447
|
+
usernameAndXMoreReacted: (...v) =>
|
448
|
+
`<b>${v[0]}</b> และอีก ${v[1]} คนแสดงปฏิกิริยา`,
|
458
449
|
usernameFollowsYou: (...v) => `<b>${v[0]}</b> ติดตามคุณ`,
|
450
|
+
usernameReacted: (...v) => `<b>${v[0]}</b> แสดงปฏิกิริยา`,
|
459
451
|
useThisEmailTo: `ใช้อีเมลนี้เพื่อ: ยืนยันตัวตน, รับการแจ้งเตือน`,
|
452
|
+
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
453
|
+
`น่าเสียดายที่ ${v[0]} ต้องยกเลิกคำสั่งซื้อนี้`,
|
460
454
|
valueIsNotTheSame: `ค่าไม่เหมือนกัน`,
|
461
455
|
verificationCode: `รหัสยืนยัน`,
|
462
456
|
verifyCode: `ตรวจสอบรหัส`,
|
@@ -466,6 +460,7 @@ export const text: text = {
|
|
466
460
|
visitOurDiscordChannelToGetMoreDetails: `เข้าร่วมกลุ่ม Discord ของเราเพื่อดูข้อมูลเพิ่มเติม!`,
|
467
461
|
weAreOnInstagram: `ติดตามเราผ่านทาง Instagram`,
|
468
462
|
weAreWorkingOnIt: `เรากำลังดำเนินการอยู่`,
|
463
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `เยี่ยมมาก! งานเสร็จสมบูรณ์เรียบร้อยแล้ว`,
|
469
464
|
weDoNotDisplayNSFWContentYet: `เราไม่สามารถเปิดเผยผลงานที่เป็น NSFW`,
|
470
465
|
weekly: `รายสัปดาห์`,
|
471
466
|
whenYouPurchaseSomethingItWillAppearHere: `เมื่อคุณซื้อสิ่งใด จะปรากฏที่นี่`,
|
@@ -484,13 +479,16 @@ export const text: text = {
|
|
484
479
|
yesterday: `เมื่อวานนี้`,
|
485
480
|
youReceivedANewOrderFrom: (...v) =>
|
486
481
|
`คุณได้รับคำสั่งซื้อใหม่จาก <b>${v[0]}</b>`,
|
482
|
+
youReceivedAReview: `คุณได้รับรีวิว`,
|
487
483
|
youHaveSuccessfullyCreatedYourShop: `คุณได้สร้างร้านค้าของคุณเรียบร้อยแล้ว`,
|
488
484
|
youAreAlreadyAuthenticated: `คุณได้ทำการยืนยันตัวตนแล้ว`,
|
489
485
|
youCanAutoPublishToYourSocialMediaAccount: `คุณสามารถเผยแพร่โดยอัตโนมัติไปยังบัญชีโซเชียลมีเดียของคุณได้`,
|
490
486
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `คุณสามารถแก้ไขประเภทของการแจ้งเตือนที่คุณได้รับทางอีเมลได้`,
|
491
487
|
youCanRequestRemovalOfYourAccount: `คุณสามารถขอลบบัญชีของคุณพร้อมกับข้อมูลทั้งหมดได้`,
|
488
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `ความคิดเห็นของคุณช่วยแนะนำผู้ซื้อและช่วยให้ผู้ขายนำเสนอสินค้าที่ดียิ่งขึ้น`,
|
492
489
|
youCanStillNavigateToThePreviouslyOpenedPages: `คุณยังสามารถกลับไปที่หน้าเดิมได้`,
|
493
490
|
youDidNotSelectAnyChats: `คุณยังไม่ได้เลือกการแชทเลย`,
|
491
|
+
youllSeeReviewsHereOnceBuyersShareTheirExperience: `คุณจะเห็นรีวิวที่นี่เมื่อผู้ซื้อแบ่งปันประสบการณ์`,
|
494
492
|
youDidNotUpdateAnyValues: `คุณยังไม่ได้อัปเดตค่าเลย`,
|
495
493
|
youDoNotHaveAnyChats: `คุณยังไม่มีการแชทเลย`,
|
496
494
|
youHaveNotSetAPassword: `คุณยังไม่ได้ตั้งรหัสผ่าน`,
|
@@ -501,8 +499,8 @@ export const text: text = {
|
|
501
499
|
yourAccountWillBeRemoved: (...v) => `บัญชีของคุณจะถูกลบ ${v[0]}`,
|
502
500
|
youHaveNoPurchases: `คุณไม่มีการซื้อขาย`,
|
503
501
|
couldYouPleaseProvideTheReasonForTheCancellation: `คุณสามารถให้เหตุผลในการยกเลิกได้หรือไม่`,
|
504
|
-
yourFeedbackWouldBeGreatlyAppreciated: `ความคิดเห็นของคุณจะได้รับการชื่นชมอย่างมาก`,
|
505
502
|
yourArts: `ผลงานของคุณ`,
|
503
|
+
youCanceledTheOrder: `คุณได้ยกเลิกคำสั่งซื้อ`,
|
506
504
|
yourAvatar: `รูปประจำตัวของคุณ`,
|
507
505
|
yourBlog: `บล็อกของคุณ`,
|
508
506
|
yourFansAreWaiting: `แฟนๆ กำลังรอคุณอยู่นะ`,
|