@anime.club/translations 1.1.82 → 1.1.83

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/src/thai.ts CHANGED
@@ -1,49 +1,4 @@
1
1
  export const text: text = {
2
- accountDeleted: `(en) Account deleted`,
3
- attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
4
- buyer: `(en) Buyer`,
5
- cancellationReason: `(en) Cancellation reason`,
6
- cancellationInitiator: `(en) Cancellation initiator`,
7
- checkOrderStatus: `(en) Check order status`,
8
- contactUs: `(en) Contact us`,
9
- congratulations: `(en) Congratulations!`,
10
- deleteShop: `(en) Delete shop`,
11
- decline: `(en) Decline`,
12
- greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
13
- haveAnyQuestions: `(en) Have any questions?`,
14
- usernameHasCanceledTheOrder: (...v) =>
15
- `(en) <b>${v[0]}</b> has canceled the order`,
16
- ifTheresNoResponseByTimeLimit: (...v) =>
17
- `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
18
- lackOfInformation: `(en) Lack of information`,
19
- letsUploadYourFirstProduct: `(en) Let's upload your first product`,
20
- notAcceptingOrders: `(en) Not accepting orders`,
21
- openDispute: `(en) Open dispute`,
22
- order: `(en) Order`,
23
- outOfStock: `(en) Out of stock`,
24
- ordered: (...v) => `(en) Ordered ${v[0]}`,
25
- orderConfirmed: `(en) Order confirmed`,
26
- otherReason: `(en) Other reason`,
27
- personalCircumstances: `(en) Personal circumstances`,
28
- platform: `(en) Platform`,
29
- pleaseStartTyping: `(en) Please start typing`,
30
- seller: `(en) Seller`,
31
- timeConstraints: `(en) Time constraints`,
32
- theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
- theReviewPeriodIsLimitedtoNdays: (...v) =>
34
- `(en) The review period is limited to ${v[0]} days`,
35
- toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
36
- viewReview: `(en) View review`,
37
- wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
- weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
39
- weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
40
- leaveAReview: `(en) Leave a review`,
41
- youReceivedANewOrderFrom: (...v) =>
42
- `(en) You received a new order from <b>${v[0]}</b>`,
43
- youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
- kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
45
- couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
46
- yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
47
2
  _colon: `: `,
48
3
  _comma: `, `,
49
4
  _dot: `. `,
@@ -54,6 +9,7 @@ export const text: text = {
54
9
  accept: `ยอมรับ`,
55
10
  acceptOrder: `ยอมรับคำสั่งซื้อ`,
56
11
  account: `บัญชีผู้ใช้`,
12
+ accountDeleted: `บัญชีถูกลบ`,
57
13
  accountActivation: `เปิดใช้งานบัญชีผู้ใช้`,
58
14
  accountAlreadyExists: `มีบัญชีผู้ใช้นี้แล้ว`,
59
15
  accountDoesNotExist: `ไม่พบบัญชีผู้ใช้นี้`,
@@ -92,6 +48,7 @@ export const text: text = {
92
48
  artworksAvailableToView: (...v) => `มีงานศิลป์ ${v[0]} ชิ้นที่สามารถดูได้`,
93
49
  authenticationFailed: `การยืนยันตัวตนล้มเหลว`,
94
50
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `การเผยแพร่อัตโนมัติไปยัง Instagram สามารถใช้ได้เฉพาะบัญชีธุรกิจ Instagram เท่านั้น`,
51
+ attentionYourOrderHasBeenDisputed: `โปรดทราบ! คำสั่งซื้อของคุณถูกโต้แย้ง โปรดตรวจสอบรายละเอียด`,
95
52
  awaitingReview: `รอการตรวจสอบ`,
96
53
  awaitingSeller: `รอผู้ขาย`,
97
54
  back: `กลับ`,
@@ -102,11 +59,15 @@ export const text: text = {
102
59
  bookmarks: `บุ๊กมาร์ก`,
103
60
  browseArt: `ค้นหาผลงาน`,
104
61
  browseShop: `เรียกดูร้านค้า`,
62
+ buyer: `ผู้ซื้อ`,
105
63
  cancel: `ยกเลิก`,
106
64
  canceled: `ยกเลิกแล้ว`,
107
65
  cancelOrder: `ยกเลิกคำสั่งซื้อ`,
66
+ cancellationReason: `เหตุผลในการยกเลิก`,
67
+ cancellationInitiator: `ผู้ริเริ่มการยกเลิก`,
108
68
  cannotStartWithChars: `ห้ามมี s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
109
69
  change: `เปลี่ยนแปลง`,
70
+ checkOrderStatus: `ตรวจสอบสถานะคำสั่งซื้อ`,
110
71
  changeArt: `เปลี่ยนผลงาน`,
111
72
  changeAvatar: `เปลี่ยนรูปประจำตัว`,
112
73
  changeEmail: `เปลี่ยนอีเมล`,
@@ -128,9 +89,11 @@ export const text: text = {
128
89
  contactInformation: `ข้อมูลติดต่อ`,
129
90
  contactSeller: `ติดต่อผู้ขาย`,
130
91
  contactSupport: `ติดต่อฝ่ายสนับสนุน`,
92
+ contactUs: `ติดต่อเรา`,
131
93
  continue: `ต่อไป`,
132
94
  contractTitle: `ชื่อสัญญา`,
133
95
  copyLink: `คัดลอกลิงก์`,
96
+ congratulations: `ขอแสดงความยินดี!`,
134
97
  copyrightViolation: `การละเมิดลิขสิทธิ์`,
135
98
  couldNotCreateANewRecord: `ไม่สามารถสร้างบันทึกใหม่ได้`,
136
99
  country: `ประเทศ`,
@@ -145,8 +108,10 @@ export const text: text = {
145
108
  darkHighContrast: `ความคมชัดสีเข้ม`,
146
109
  dayTheme: `ธีมวัน`,
147
110
  delete: `ลบ`,
111
+ deleteShop: `ลบร้านค้า`,
148
112
  deleteAccount: `ลบบัญชี`,
149
113
  deleteArt: `ลบผลงาน`,
114
+ decline: `ปฏิเสธ`,
150
115
  deletePost: `ลบโพสต์`,
151
116
  deleteProduct: `ลบผลิตภัณฑ์`,
152
117
  deliveryTime: `เวลาจัดส่ง`,
@@ -179,6 +144,7 @@ export const text: text = {
179
144
  extensions: `ขยาย`,
180
145
  extras: `สิ่งที่เพิ่มเติม`,
181
146
  fileSizeIsTooBig: `ขนาดไฟล์ใหญ่เกินไป`,
147
+ fileSizeIsTooSmall: `ขนาดไฟล์เล็กเกินไป`,
182
148
  filter: `คัดกรอง`,
183
149
  filterBy: `คัดกรองจาก`,
184
150
  findUser: `ค้นหาผู้ใช้`,
@@ -194,7 +160,10 @@ export const text: text = {
194
160
  getDetails: `ดูรายละเอียด`,
195
161
  getStarted: `เริ่มต้น`,
196
162
  guestView: `ผู้เยี่ยมชมชั่วคราว`,
163
+ greatNewsYourOrderIsNowInProgress: `ข่าวดี! คำสั่งซื้อของคุณกำลังดำเนินการ`,
197
164
  harassment: `การรังแก`,
165
+ haveAnyQuestions: `มีคำถามหรือไม่?`,
166
+ usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> ได้ยกเลิกคำสั่งซื้อ`,
198
167
  hasNotAddedADescriptionFor: (...v) =>
199
168
  `@${v[0]} ยังไม่ได้เพิ่มคำอธิบายสำหรับ "${v[1]}"`,
200
169
  hasNotSharedAnyPublicDetailsYet: (...v) =>
@@ -205,6 +174,8 @@ export const text: text = {
205
174
  howToContactYou: `วิธีการติดต่อคุณ`,
206
175
  howToFindYouOnOtherSocialNetworks: `วิธีการค้นหาคุณในเครือข่ายสังคมอื่น ๆ`,
207
176
  iAgreeWith: `ฉันเห็นด้วยกับ`,
177
+ ifTheresNoResponseByTimeLimit: (...v) =>
178
+ `หากไม่มีการตอบกลับภายใน ${v[0]} คำสั่งซื้อจะถูกทำเครื่องหมายว่าสำเร็จโดยอัตโนมัติ`,
208
179
  id: `รหัสไอดี`,
209
180
  imgHeightNeedsToBeBiggerThanOrEqualTo: `ความสูงของรูปต้องมากกว่าหรือเท่ากับ`,
210
181
  imgWidthNeedsToBeBiggerThanOrEqualTo: `ความกว้างของรูปต้องมากกว่าหรือเท่ากับ`,
@@ -222,14 +193,17 @@ export const text: text = {
222
193
  joinChat: `เข้าร่วมแชท`,
223
194
  joinUsOnFacebook: `ติดตามเราผ่าน Facebook`,
224
195
  language: `ภาษา`,
196
+ lackOfInformation: `ขาดข้อมูล`,
225
197
  languages: `ภาษา`,
226
198
  letEveryoneKnowHowToDonateToYou: `ให้ทุกคนทราบวิธีการบริจาคให้คุณ`,
227
199
  letOthersKnowAboutYou: `ให้ผู้อื่นทราบเกี่ยวกับคุณ`,
200
+ letsUploadYourFirstProduct: `มาอัปโหลดผลิตภัณฑ์แรกของคุณกันเถอะ`,
228
201
  letUsKnowWhatsHappening: `แจ้งให้เรารู้ว่าเกิดอะไรขึ้นแล้วเราจะตรวจสอบ`,
229
202
  licenseForForProfitBusinessUse: `ใบอนุญาตสำหรับการใช้งานเพื่อกำไร`,
230
203
  lightDefault: `ค่าเริ่มต้นสีอ่อน`,
231
204
  lightHighContrast: `ความคมชัดสีอ่อน`,
232
205
  likes: `ถูกใจ`,
206
+ limit: `ขีดจำกัด`,
233
207
  linkCopiedToClipboard: `คัดลอกลิงก์ไปยังคลิปบอร์ดแล้ว`,
234
208
  livesIn: `อาศัยอยู่ใน`,
235
209
  loading: `กำลังโหลด`,
@@ -279,33 +253,42 @@ export const text: text = {
279
253
  noResults: `ไม่พบผลลัพธ์`,
280
254
  notifications: `การแจ้งเตือน`,
281
255
  noActiveOrdersToShow: `ไม่มีคำสั่งซื้อที่ใช้งานอยู่`,
256
+ notAcceptingOrders: `ไม่รับคำสั่งซื้อ`,
282
257
  nsfwContent18Plus: `เนื้อหา NSFW (18+)`,
283
258
  numberOfAdjustmentsAClientCouldRequest: `จำนวนการปรับเปลี่ยนที่ลูกค้าสามารถขอได้`,
284
259
  online: `ออนไลน์`,
285
260
  onlyLatinLettersNumbersHyphen: `เฉพาะตัวอักษรละตัวเลขขีดเส้นและขีดล่าง`,
286
261
  onlyNumbers: `เฉพาะตัวเลข`,
287
262
  open: `เปิด`,
263
+ openDispute: `เปิดข้อพิพาท`,
288
264
  openGuestView: `เปิดโหมดผู้เยี่ยมชมชั่วคราว`,
289
265
  openingSoon: `จะมาเร็วๆ นี้!`,
290
266
  openToWork: `เปิดรับงาน`,
291
267
  optional: `ไม่บังคับ`,
292
268
  or: `หรือ`,
269
+ order: `คำสั่งซื้อ`,
270
+ outOfStock: `สินค้าหมด`,
271
+ ordered: (...v) => `สั่งซื้อแล้ว ${v[0]}`,
293
272
  orderAgain: `สั่งซื้ออีกครั้ง`,
294
273
  orderDetails: `รายละเอียดคำสั่งซื้อ`,
274
+ orderConfirmed: `ยืนยันคำสั่งซื้อ`,
295
275
  orderStatus: `สถานะคำสั่งซื้อ`,
296
276
  orderOptions: `ตัวเลือกคำสั่งซื้อ`,
277
+ otherReason: `เหตุผลอื่น`,
297
278
  pageNotFound: `ไม่พบหน้า`,
298
279
  password: `รหัสผ่าน`,
299
280
  payments: `การชำระเงิน`,
300
281
  personal: `ส่วนตัว`,
282
+ personalCircumstances: `สถานการณ์ส่วนตัว`,
301
283
  pleaseCheckYour: (...v) => `โปรดตรวจสอบ${v[0]}ของคุณ`,
302
284
  pleaseDoNotShareYourPrivateInformationToOthers: `โปรดอย่าแชร์ข้อมูลส่วนตัวของคุณกับผู้อื่น`,
303
- pleaseDropOnlyOneImage: `โปรดลงแค่รูปเดียว`,
304
285
  pleaseEnterANumberBetweenXandX: (...v) =>
305
286
  `โปรดป้อนตัวเลขระหว่าง ${v[0]} และ ${v[1]}`,
306
287
  pleaseEnterAtLeastNChars: (...v) => `โปรดใส่ตัวอักษรอย่างน้อย ${v[0]} ตัว`,
307
288
  pleaseFillOutYourDetails: `โปรดใส่รายละเอียดเพิ่มเติม`,
308
289
  pleaseSignInToYourAccount: `โปรดลงชื่อเข้าใช้บัญชีของคุณ`,
290
+ platform: `แพลตฟอร์ม`,
291
+ pleaseStartTyping: `โปรดเริ่มพิมพ์`,
309
292
  pleaseTryAgainOrClick: (...v) => `โปรดลองอีกครั้งหรือคลิก ${v[0]}`,
310
293
  pleaseVerifyYourAccount: `โปรดยืนยันบัญชีของคุณ`,
311
294
  pressHereTo: `กดที่นี่เพื่อ`,
@@ -332,6 +315,7 @@ export const text: text = {
332
315
  selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `เลือกธีมเดียวหรือซิงค์กับระบบของคุณและสลับธีมกลางวันและกลางคืนโดยอัตโนมัติ`,
333
316
  selectAvatar: `เลือกรูปประจำตัว`,
334
317
  selectCharacters: `เลือกตัวละคร`,
318
+ seller: `ผู้ขาย`,
335
319
  selectFile: `เลือกไฟล์`,
336
320
  selectTheme: `เลือกธีม`,
337
321
  selectThumbnail: `เลือกภาพขนาดย่อ`,
@@ -371,7 +355,12 @@ export const text: text = {
371
355
  thisIsThePriceYouPropose: `นี่คือราคาที่คุณเสนอ`,
372
356
  threateningViolence: `การข่มขู่ความรุนแรง`,
373
357
  title: `หัวข้อ`,
358
+ timeConstraints: `ข้อจำกัดด้านเวลา`,
374
359
  titleYourExtraService: `ตั้งชื่อบริการเสริมของคุณ`,
360
+ theMaximumQuantityThatACustomerCanAdd: `ปริมาณสูงสุดที่ลูกค้าสามารถเพิ่มได้`,
361
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
362
+ `ระยะเวลาการตรวจสอบจำกัดที่ ${v[0]} วัน`,
363
+ toHelpTheCreatorCompleteYourOrder: `เพื่อช่วยให้ผู้สร้างทำคำสั่งซื้อของคุณให้เสร็จสมบูรณ์ โปรดให้รายละเอียดเกี่ยวกับสิ่งที่คุณต้องการ รวมถึงธีม สไตล์ และคุณลักษณะของตัวละครที่ต้องการ รวมถึงข้อกำหนดสำคัญอื่น ๆ`,
375
364
  today: `วันนี้`,
376
365
  toGetWorkRelatedNotifications: `เพื่อรับการแจ้งเตือนที่เกี่ยวข้องกับงาน`,
377
366
  total: `รวม`,
@@ -399,10 +388,12 @@ export const text: text = {
399
388
  verificationCode: `รหัสยืนยัน`,
400
389
  verifyCode: `ตรวจสอบรหัส`,
401
390
  viewDetails: `ดูรายละเอียด`,
391
+ viewReview: `ดูรีวิว`,
402
392
  viewEveryNotificationOfAGroupSeparately: `ดูการแจ้งเตือนแต่ละรายการของกลุ่มแยกต่างหาก`,
403
393
  visitOurDiscordChannelToGetMoreDetails: `เข้าร่วมกลุ่ม Discord ของเราเพื่อดูข้อมูลเพิ่มเติม!`,
404
394
  weAreOnInstagram: `ติดตามเราผ่านทาง Instagram`,
405
395
  weAreWorkingOnIt: `เรากำลังดำเนินการอยู่`,
396
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `ทำได้ดีมาก! งานของคุณเสร็จสมบูรณ์แล้ว`,
406
397
  weDoNotDisplayNSFWContentYet: `เราไม่สามารถเปิดเผยผลงานที่เป็น NSFW`,
407
398
  weekly: `รายสัปดาห์`,
408
399
  whenYouPurchaseSomethingItWillAppearHere: `เมื่อคุณซื้อสิ่งใด จะปรากฏที่นี่`,
@@ -410,12 +401,18 @@ export const text: text = {
410
401
  welcomeToAnimeClub: `ยินดีต้อนรับสู่ Anime.club!`,
411
402
  weSentAnEmailTo: `เราได้ส่งอีเมลไปยัง`,
412
403
  weSentYouANewVerificationEmailPleaseEnterTheCode: `เราได้ส่งรหัสยืนยันตัวตนใหม่ให้คุณทางอีเมลแล้ว โปรดป้อนรหัสผ่าน`,
404
+ weAreExcitedToSeeYourProgressKeepItUp: `เรารู้สึกตื่นเต้นที่ได้เห็นความก้าวหน้าของคุณ ทำต่อไป!`,
413
405
  weSupportOnlyTheFollowingFileExtensions: `เรารองรับเฉพาะไฟล์ต่อไปนี้`,
414
406
  work: `งาน`,
407
+ weWouldLoveToHearFromYou: `เราต้องการฟังความคิดเห็นจากคุณ`,
415
408
  workDescription: `คำอธิบายงาน`,
409
+ leaveAReview: `แสดงความคิดเห็น`,
416
410
  wrongEmailOrPassword: `อีเมลหรือรหัสผ่านไม่ถูกต้อง`,
417
411
  yes: `ใช่`,
418
412
  yesterday: `เมื่อวานนี้`,
413
+ youReceivedANewOrderFrom: (...v) =>
414
+ `คุณได้รับคำสั่งซื้อใหม่จาก <b>${v[0]}</b>`,
415
+ youHaveSuccessfullyCreatedYourShop: `คุณได้สร้างร้านค้าของคุณเรียบร้อยแล้ว`,
419
416
  youAreAlreadyAuthenticated: `คุณได้ทำการยืนยันตัวตนแล้ว`,
420
417
  youCanAutoPublishToYourSocialMediaAccount: `คุณสามารถเผยแพร่โดยอัตโนมัติไปยังบัญชีโซเชียลมีเดียของคุณได้`,
421
418
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `คุณสามารถแก้ไขประเภทของการแจ้งเตือนที่คุณได้รับทางอีเมลได้`,
@@ -427,9 +424,12 @@ export const text: text = {
427
424
  youHaveNotSetAPassword: `คุณยังไม่ได้ตั้งรหัสผ่าน`,
428
425
  youHaveNotSharedAnythingYet: `คุณยังไม่ได้แชร์อะไร`,
429
426
  youHaveReachedTheMaximumNumberOfFiles: `คุณได้ถึงจำนวนไฟล์สูงสุดแล้ว`,
427
+ kindlyHoldOnForTheBuyersReview: `โปรดรอการตรวจสอบคำสั่งซื้อจากผู้ซื้อ`,
430
428
  yourAccountIsVerifiedPleaseSignIn: `บัญชีของคุณได้รับการยืนยันแล้ว โปรดลงชื่อเข้าใช้บัญชี`,
431
429
  yourAccountWillBeRemoved: (...v) => `บัญชีของคุณจะถูกลบ ${v[0]}`,
432
430
  youHaveNoPurchases: `คุณไม่มีการซื้อขาย`,
431
+ couldYouPleaseProvideTheReasonForTheCancellation: `คุณสามารถให้เหตุผลในการยกเลิกได้หรือไม่`,
432
+ yourFeedbackWouldBeGreatlyAppreciated: `ความคิดเห็นของคุณจะได้รับการชื่นชมอย่างมาก`,
433
433
  yourArts: `ผลงานของคุณ`,
434
434
  yourAvatar: `รูปประจำตัวของคุณ`,
435
435
  yourBlog: `บล็อกของคุณ`,
package/src/vietnamese.ts CHANGED
@@ -1,49 +1,4 @@
1
1
  export const text: text = {
2
- accountDeleted: `(en) Account deleted`,
3
- attentionYourOrderHasBeenDisputed: `(en) Attention! Your order has been disputed. Please check the details`,
4
- buyer: `(en) Buyer`,
5
- cancellationReason: `(en) Cancellation reason`,
6
- cancellationInitiator: `(en) Cancellation initiator`,
7
- checkOrderStatus: `(en) Check order status`,
8
- contactUs: `(en) Contact us`,
9
- congratulations: `(en) Congratulations!`,
10
- deleteShop: `(en) Delete shop`,
11
- decline: `(en) Decline`,
12
- greatNewsYourOrderIsNowInProgress: `(en) Great news! Your order is now in progress`,
13
- haveAnyQuestions: `(en) Have any questions?`,
14
- usernameHasCanceledTheOrder: (...v) =>
15
- `(en) <b>${v[0]}</b> has canceled the order`,
16
- ifTheresNoResponseByTimeLimit: (...v) =>
17
- `(en) If there's no response by ${v[0]}, the order will be marked as completed automatically`,
18
- lackOfInformation: `(en) Lack of information`,
19
- letsUploadYourFirstProduct: `(en) Let's upload your first product`,
20
- notAcceptingOrders: `(en) Not accepting orders`,
21
- openDispute: `(en) Open dispute`,
22
- order: `(en) Order`,
23
- outOfStock: `(en) Out of stock`,
24
- ordered: (...v) => `(en) Ordered ${v[0]}`,
25
- orderConfirmed: `(en) Order confirmed`,
26
- otherReason: `(en) Other reason`,
27
- personalCircumstances: `(en) Personal circumstances`,
28
- platform: `(en) Platform`,
29
- pleaseStartTyping: `(en) Please start typing`,
30
- seller: `(en) Seller`,
31
- timeConstraints: `(en) Time constraints`,
32
- theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
33
- theReviewPeriodIsLimitedtoNdays: (...v) =>
34
- `(en) The review period is limited to ${v[0]} days`,
35
- toHelpTheCreatorCompleteYourOrder: `(en) To help the creator complete your order to your satisfaction, please provide a detailed description of what you want. Include the desired theme, style, and character features, as well as any other important specifications`,
36
- viewReview: `(en) View review`,
37
- wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
38
- weAreExcitedToSeeYourProgressKeepItUp: `(en) We are excited to see your progress. Keep it up!`,
39
- weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
40
- leaveAReview: `(en) Leave a review`,
41
- youReceivedANewOrderFrom: (...v) =>
42
- `(en) You received a new order from <b>${v[0]}</b>`,
43
- youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
44
- kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
45
- couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
46
- yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
47
2
  _colon: `: `,
48
3
  _comma: `, `,
49
4
  _dot: `. `,
@@ -54,6 +9,7 @@ export const text: text = {
54
9
  accept: `Chấp nhận`,
55
10
  acceptOrder: `Chấp nhận đơn hàng`,
56
11
  account: `Tài khoản`,
12
+ accountDeleted: `Tài khoản đã bị xóa`,
57
13
  accountActivation: `Kích hoạt tài khoản`,
58
14
  accountAlreadyExists: `Tài khoản đã tồn tại`,
59
15
  accountDoesNotExist: `Tài khoản không tồn tại`,
@@ -92,6 +48,7 @@ export const text: text = {
92
48
  artworksAvailableToView: (...v) => `${v[0]} bức tranh có sẵn để xem`,
93
49
  authenticationFailed: `Xác thực không thành công`,
94
50
  autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `Tự động xuất bản lên Instagram chỉ có sẵn cho tài khoản doanh nghiệp Instagram`,
51
+ attentionYourOrderHasBeenDisputed: `Chú ý! Đơn hàng của bạn đã bị tranh chấp. Vui lòng kiểm tra chi tiết`,
95
52
  awaitingReview: `Đang chờ xét duyệt`,
96
53
  awaitingSeller: `Đang chờ người bán`,
97
54
  back: `Quay lại`,
@@ -102,11 +59,15 @@ export const text: text = {
102
59
  bookmarks: `Dấu trang`,
103
60
  browseArt: `Duyệt tác phẩm`,
104
61
  browseShop: `Duyệt cửa hàng`,
62
+ buyer: `Người mua`,
105
63
  cancel: `hủy`,
106
64
  canceled: `Đã hủy`,
107
65
  cancelOrder: `Hủy đơn hàng`,
66
+ cancellationReason: `Lý do hủy`,
67
+ cancellationInitiator: `Người khởi xướng hủy`,
108
68
  cannotStartWithChars: `Không thể bắt đầu bằng s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
109
69
  change: `Thay đổi`,
70
+ checkOrderStatus: `Kiểm tra trạng thái đơn hàng`,
110
71
  changeArt: `Đổi tác phẩm`,
111
72
  changeAvatar: `Đổi hình đại diện`,
112
73
  changeEmail: `Thay đổi email`,
@@ -128,9 +89,11 @@ export const text: text = {
128
89
  contactInformation: `Thông tin liên hệ`,
129
90
  contactSeller: `Liên hệ người bán`,
130
91
  contactSupport: `Liên hệ hỗ trợ`,
92
+ contactUs: `Liên hệ với chúng tôi`,
131
93
  continue: `Tiếp tục`,
132
94
  contractTitle: `Tiêu đề hợp đồng`,
133
95
  copyLink: `Sao chép liên kết`,
96
+ congratulations: `Chúc mừng!`,
134
97
  copyrightViolation: `Vi phạm bản quyền`,
135
98
  couldNotCreateANewRecord: `Không thể tạo hồ sơ mới`,
136
99
  country: `Quốc gia`,
@@ -145,8 +108,10 @@ export const text: text = {
145
108
  darkHighContrast: `Chế độ tối cao cấp`,
146
109
  dayTheme: `Chủ đề ban ngày`,
147
110
  delete: `Xóa`,
111
+ deleteShop: `Xóa cửa hàng`,
148
112
  deleteAccount: `Xóa tài khoản`,
149
113
  deleteArt: `Xóa tranh`,
114
+ decline: `Từ chối`,
150
115
  deletePost: `Xóa bài viết`,
151
116
  deleteProduct: `Xóa sản phẩm`,
152
117
  deliveryTime: `Thời gian giao hàng`,
@@ -179,6 +144,7 @@ export const text: text = {
179
144
  extensions: `Phần mở rộng`,
180
145
  extras: `Thêm`,
181
146
  fileSizeIsTooBig: `Kích cỡ tệp quá lớn`,
147
+ fileSizeIsTooSmall: `Kích thước tệp quá nhỏ`,
182
148
  filter: `Bộ lọc`,
183
149
  filterBy: `Lọc theo`,
184
150
  findUser: `Tìm kiếm người dùng`,
@@ -194,7 +160,10 @@ export const text: text = {
194
160
  getDetails: `Nhận chi tiết`,
195
161
  getStarted: `Bắt đầu`,
196
162
  guestView: `Dạng xem cho khách`,
163
+ greatNewsYourOrderIsNowInProgress: `Tin tốt! Đơn hàng của bạn đang được xử lý`,
197
164
  harassment: `Quấy rối`,
165
+ haveAnyQuestions: `Có câu hỏi nào không?`,
166
+ usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> đã hủy đơn hàng`,
198
167
  hasNotAddedADescriptionFor: (...v) =>
199
168
  `@${v[0]} chưa thêm mô tả cho "${v[1]}"`,
200
169
  hasNotSharedAnyPublicDetailsYet: (...v) =>
@@ -205,6 +174,8 @@ export const text: text = {
205
174
  howToContactYou: `Làm thế nào để liên hệ với bạn`,
206
175
  howToFindYouOnOtherSocialNetworks: `Làm thế nào để tìm bạn trên các mạng xã hội khác`,
207
176
  iAgreeWith: `Tôi đồng ý với`,
177
+ ifTheresNoResponseByTimeLimit: (...v) =>
178
+ `Nếu không có phản hồi trước ${v[0]}, đơn hàng sẽ được tự động đánh dấu là đã hoàn thành`,
208
179
  id: `ID`,
209
180
  imgHeightNeedsToBeBiggerThanOrEqualTo: `Chiều cao hình ảnh phải lớn hơn hoặc bằng`,
210
181
  imgWidthNeedsToBeBiggerThanOrEqualTo: `Chiều rộng hình ảnh phải lớn hơn hoặc bằng`,
@@ -222,14 +193,17 @@ export const text: text = {
222
193
  joinChat: `Tham gia trò chuyện`,
223
194
  joinUsOnFacebook: `Tham gia cùng chúng tôi trên Facebook`,
224
195
  language: `Ngôn ngữ`,
196
+ lackOfInformation: `Thiếu thông tin`,
225
197
  languages: `Ngôn ngữ`,
226
198
  letEveryoneKnowHowToDonateToYou: `Hãy cho mọi người biết cách quyên góp cho bạn`,
227
199
  letOthersKnowAboutYou: `Hãy để mọi người biết về bạn`,
200
+ letsUploadYourFirstProduct: `Hãy tải lên sản phẩm đầu tiên của bạn`,
228
201
  letUsKnowWhatsHappening: `Hãy cho chúng tôi biết điều gì đang xảy ra và chúng tôi sẽ xem xét`,
229
202
  licenseForForProfitBusinessUse: `Giấy phép sử dụng cho mục đích kinh doanh có lợi nhuận`,
230
203
  lightDefault: `Mặc định sáng`,
231
204
  lightHighContrast: `Chế độ sáng cao cấp`,
232
205
  likes: `Thích`,
206
+ limit: `Giới hạn`,
233
207
  linkCopiedToClipboard: `Đã sao chép liên kết vào khay nhớ tạm`,
234
208
  livesIn: `Sống tại`,
235
209
  loading: `Đang tải`,
@@ -278,33 +252,42 @@ export const text: text = {
278
252
  noResults: `Không có kết quả`,
279
253
  notifications: `Thông báo`,
280
254
  noActiveOrdersToShow: `Không có đơn hàng hoạt động để hiển thị`,
255
+ notAcceptingOrders: `Không nhận đơn hàng`,
281
256
  nsfwContent18Plus: `Nội dung NSFW (18+)`,
282
257
  numberOfAdjustmentsAClientCouldRequest: `Số lần điều chỉnh mà khách hàng có thể yêu cầu`,
283
258
  online: `Trực tuyến`,
284
259
  onlyLatinLettersNumbersHyphen: `Chỉ chữ cái Latin, số, dấu gạch ngang, gạch dưới và dấu chấm`,
285
260
  onlyNumbers: `Chỉ sử dụng số`,
286
261
  open: `Mở`,
262
+ openDispute: `Mở tranh chấp`,
287
263
  openGuestView: `Mở dạng xem cho khách`,
288
264
  openingSoon: `Sắp ra mắt!`,
289
265
  openToWork: `Mở để làm việc`,
290
266
  optional: `Tùy chọn`,
291
267
  or: `HOẶC`,
268
+ order: `Đơn hàng`,
269
+ outOfStock: `Hết hàng`,
270
+ ordered: (...v) => `Đã đặt ${v[0]}`,
292
271
  orderAgain: `Đặt hàng lại`,
293
272
  orderDetails: `Chi tiết đơn hàng`,
273
+ orderConfirmed: `Đơn hàng đã được xác nhận`,
294
274
  orderStatus: `Trạng thái đơn hàng`,
295
275
  orderOptions: `Tùy chọn đơn hàng`,
276
+ otherReason: `Lý do khác`,
296
277
  pageNotFound: `Không tìm thấy trang`,
297
278
  password: `Mật khẩu`,
298
279
  payments: `Thanh toán`,
299
280
  personal: `Cá nhân`,
281
+ personalCircumstances: `Hoàn cảnh cá nhân`,
300
282
  pleaseCheckYour: (...v) => `Vui lòng kiểm tra ${v[0]} của bạn`,
301
283
  pleaseDoNotShareYourPrivateInformationToOthers: `Vui lòng không chia sẻ thông tin cá nhân của bạn cho người khác`,
302
- pleaseDropOnlyOneImage: `Vui lòng chỉ thả vào một hình ảnh`,
303
284
  pleaseEnterANumberBetweenXandX: (...v) =>
304
285
  `Vui lòng nhập một số giữa ${v[0]} và ${v[1]}`,
305
286
  pleaseEnterAtLeastNChars: (...v) => `Vui lòng nhập ít nhất ${v[0]} nhân vật`,
306
287
  pleaseFillOutYourDetails: `Vui lòng điền thông tin của bạn`,
307
288
  pleaseSignInToYourAccount: `Vui lòng đăng nhập vào tài khoản của bạn`,
289
+ platform: `Nền tảng`,
290
+ pleaseStartTyping: `Vui lòng bắt đầu nhập`,
308
291
  pleaseTryAgainOrClick: (...v) => `Vui lòng thử lại hoặc nhấn ${v[0]}`,
309
292
  pleaseVerifyYourAccount: `Vui lòng xác nhận tài khoản của bạn`,
310
293
  pressHereTo: `Nhấn vào đây để`,
@@ -331,6 +314,7 @@ export const text: text = {
331
314
  selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `Chọn một chủ đề đơn hoặc đồng bộ hóa với hệ thống của bạn và tự động chuyển đổi giữa chủ đề ban ngày và đêm`,
332
315
  selectAvatar: `Chọn hình đại diện`,
333
316
  selectCharacters: `Chọn (các) nhân vật`,
317
+ seller: `Người bán`,
334
318
  selectFile: `Chọn tệp`,
335
319
  selectTheme: `Chọn chủ đề`,
336
320
  selectThumbnail: `Chọn hình thu nhỏ`,
@@ -370,7 +354,12 @@ export const text: text = {
370
354
  thisIsThePriceYouPropose: `Đây là giá bạn đề xuất`,
371
355
  threateningViolence: `Đe dọa bạo lực`,
372
356
  title: `Tiêu đề`,
357
+ timeConstraints: `Hạn chế thời gian`,
373
358
  titleYourExtraService: `Đặt tên cho dịch vụ bổ sung của bạn`,
359
+ theMaximumQuantityThatACustomerCanAdd: `Số lượng tối đa mà khách hàng có thể thêm`,
360
+ theReviewPeriodIsLimitedtoNdays: (...v) =>
361
+ `Thời gian đánh giá được giới hạn trong ${v[0]} ngày`,
362
+ toHelpTheCreatorCompleteYourOrder: `Để giúp người tạo hoàn thành đơn hàng của bạn một cách hài lòng, vui lòng cung cấp mô tả chi tiết về những gì bạn muốn. Bao gồm chủ đề mong muốn, phong cách và các đặc điểm của nhân vật, cũng như bất kỳ thông số kỹ thuật quan trọng nào khác`,
374
363
  today: `Hôm nay`,
375
364
  toGetWorkRelatedNotifications: `Để nhận thông báo liên quan đến công việc`,
376
365
  total: `Tổng`,
@@ -399,10 +388,12 @@ export const text: text = {
399
388
  verificationCode: `Mã xác minh`,
400
389
  verifyCode: `Xác minh mã`,
401
390
  viewDetails: `Xem chi tiết`,
391
+ viewReview: `Xem đánh giá`,
402
392
  viewEveryNotificationOfAGroupSeparately: `Xem từng thông báo của một nhóm riêng biệt`,
403
393
  visitOurDiscordChannelToGetMoreDetails: `Ghé thăm kênh phản hồi của chúng tôi để biết thêm chi tiết`,
404
394
  weAreOnInstagram: `Chúng tôi đã có mặt trên Instagram`,
405
395
  weAreWorkingOnIt: `Chúng tôi đang phát triển tính năng này`,
396
+ wellDoneYourWorkHasBeenSuccessfullyCompleted: `Làm tốt lắm! Công việc của bạn đã hoàn thành thành công`,
406
397
  weDoNotDisplayNSFWContentYet: `Chúng tôi chưa hiển thị nội dung NSFW`,
407
398
  weekly: `Hàng tuần`,
408
399
  whenYouPurchaseSomethingItWillAppearHere: `Khi bạn mua một cái gì đó, nó sẽ xuất hiện ở đây`,
@@ -410,12 +401,18 @@ export const text: text = {
410
401
  welcomeToAnimeClub: `Chào mừng bạn đến Anime.club!`,
411
402
  weSentAnEmailTo: `Chúng tôi đã gửi email đến:`,
412
403
  weSentYouANewVerificationEmailPleaseEnterTheCode: `Chúng tôi đã gửi email xác minh mới. Vui lòng nhập mã`,
404
+ weAreExcitedToSeeYourProgressKeepItUp: `Chúng tôi rất vui mừng khi thấy tiến bộ của bạn. Tiếp tục phát huy!`,
413
405
  weSupportOnlyTheFollowingFileExtensions: `Chúng tôi chỉ hỗ trợ các phần mở rộng tệp sau:`,
414
406
  work: `Công việc`,
407
+ weWouldLoveToHearFromYou: `Chúng tôi rất muốn nghe từ bạn`,
415
408
  workDescription: `Mô tả công việc`,
409
+ leaveAReview: `Để lại đánh giá`,
416
410
  wrongEmailOrPassword: `Sai email hoặc mật khẩu`,
417
411
  yes: `có`,
418
412
  yesterday: `Hôm qua`,
413
+ youReceivedANewOrderFrom: (...v) =>
414
+ `Bạn đã nhận được đơn hàng mới từ <b>${v[0]}</b>`,
415
+ youHaveSuccessfullyCreatedYourShop: `Bạn đã tạo cửa hàng của mình thành công`,
419
416
  youAreAlreadyAuthenticated: `Bạn đã được xác thực`,
420
417
  youCanAutoPublishToYourSocialMediaAccount: `Bạn có thể tự động xuất bản vào tài khoản mạng xã hội của mình`,
421
418
  youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Bạn có thể sửa đổi các loại thông báo mà bạn nhận được qua email`,
@@ -427,9 +424,12 @@ export const text: text = {
427
424
  youHaveNotSetAPassword: `Bạn chưa đặt mật khẩu`,
428
425
  youHaveNotSharedAnythingYet: `Bạn chưa chia sẻ bất cứ điều gì`,
429
426
  youHaveReachedTheMaximumNumberOfFiles: `Bạn đã đạt đến số tệp tối đa`,
427
+ kindlyHoldOnForTheBuyersReview: `Vui lòng chờ đánh giá của người mua về đơn hàng.`,
430
428
  yourAccountIsVerifiedPleaseSignIn: `Tài khoản của bạn đã được xác minh. Vui lòng đăng nhập`,
431
429
  yourAccountWillBeRemoved: (...v) => `Tài khoản của bạn sẽ bị xóa ${v[0]}`,
432
430
  youHaveNoPurchases: `Bạn chưa có mua hàng`,
431
+ couldYouPleaseProvideTheReasonForTheCancellation: `Bạn có thể cung cấp lý do hủy không`,
432
+ yourFeedbackWouldBeGreatlyAppreciated: `Phản hồi của bạn sẽ được đánh giá cao`,
433
433
  yourArts: `Tác phẩm của bạn`,
434
434
  yourAvatar: `Hình đại diện của bạn`,
435
435
  yourBlog: `Blog của bạn`,