@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/vietnamese.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: `Giới thiệu`,
|
92
12
|
accept: `Chấp nhận`,
|
93
13
|
acceptOrder: `Chấp nhận đơn hàng`,
|
14
|
+
acceptTheOrder: `Chấp nhận đơn hàng`,
|
15
|
+
accountManagment: `Quản lý tài khoản`,
|
94
16
|
account: `Tài khoản`,
|
95
17
|
accountDeleted: `Tài khoản đã bị xóa`,
|
18
|
+
animeShopBuyAndSellProducts: `Cửa hàng anime - mua và bán sản phẩm`,
|
19
|
+
aiGeneratedImagesAndNeuralNetworkFiltersAreProhibited: `Cấm sử dụng hình ảnh do AI tạo ra và bộ lọc mạng nơ-ron`,
|
96
20
|
accountActivation: `Kích hoạt tài khoản`,
|
97
21
|
accountAlreadyExists: `Tài khoản đã tồn tại`,
|
98
22
|
accountDoesNotExist: `Tài khoản không tồn tại`,
|
@@ -102,6 +26,7 @@ export const text: text = {
|
|
102
26
|
addBlog: `Thêm blog`,
|
103
27
|
addFile: `Thêm tệp`,
|
104
28
|
additionalResources: `Tài nguyên bổ sung`,
|
29
|
+
addMoreProductsToYourShop: `Thêm nhiều sản phẩm vào cửa hàng của bạn`,
|
105
30
|
addMore: `Thêm`,
|
106
31
|
addNewArt: `Thêm tác phẩm mới`,
|
107
32
|
addPreview: `Thêm bản xem trước`,
|
@@ -109,6 +34,7 @@ export const text: text = {
|
|
109
34
|
addToCart: `Thêm vào giỏ hàng`,
|
110
35
|
advancedOptions: `Tùy chọn nâng cao`,
|
111
36
|
all: `Tất cả`,
|
37
|
+
allFilesYouUploadHereWillBeAvailableToTheBuyer: `Tất cả các tệp bạn tải lên ở đây sẽ có sẵn cho người mua`,
|
112
38
|
alreadySignedIn: `Đã đăng nhập`,
|
113
39
|
amount: `Số tiền`,
|
114
40
|
amountShouldNotBeLessThan: (...v) => `Số tiền không nên ít hơn ${v[0]}`,
|
@@ -136,8 +62,13 @@ export const text: text = {
|
|
136
62
|
awaitingSeller: `Đang chờ người bán`,
|
137
63
|
back: `Quay lại`,
|
138
64
|
basePrice: `Giá cơ bản`,
|
65
|
+
bigAppreciationToTheSellerForTheHardWork: `Cảm ơn người bán vì sự nỗ lực`,
|
139
66
|
block: `Chặn`,
|
67
|
+
buyerReviewedTheOrder: `Người mua đã đánh giá đơn hàng`,
|
68
|
+
buyerHasNotLeftAReviewYet: `Người mua chưa để lại đánh giá`,
|
69
|
+
feedbackReceived: `Đã nhận được phản hồi!`,
|
140
70
|
blockUser: (...v) => `Chặn @${v[0]}`,
|
71
|
+
beforeAcceptingPleaseReviewTheBuyersRequestCarefully: `Vui lòng xem xét kỹ yêu cầu của người mua trước khi chấp nhận`,
|
141
72
|
blog: `Blog`,
|
142
73
|
bookmarks: `Dấu trang`,
|
143
74
|
browseArt: `Duyệt tác phẩm`,
|
@@ -148,6 +79,7 @@ export const text: text = {
|
|
148
79
|
cancelOrder: `Hủy đơn hàng`,
|
149
80
|
cannotStartWithChars: `Không thể bắt đầu bằng s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
150
81
|
change: `Thay đổi`,
|
82
|
+
checkOutMyShop: `Xem cửa hàng của tôi`,
|
151
83
|
checkOrderStatus: `Kiểm tra trạng thái đơn hàng`,
|
152
84
|
changeArt: `Đổi tác phẩm`,
|
153
85
|
changeAvatar: `Đổi hình đại diện`,
|
@@ -160,6 +92,8 @@ export const text: text = {
|
|
160
92
|
close: `Đóng`,
|
161
93
|
colorTheme: `Chủ đề màu sắc`,
|
162
94
|
comingSoon: `Sắp ra mắt...`,
|
95
|
+
commercialUseAllowed: `Cho phép sử dụng thương mại`,
|
96
|
+
commercialUseAllowsBuyersToUseYourProduct: `Sử dụng thương mại cho phép người mua sử dụng sản phẩm của bạn cho mục đích kinh doanh như bán hoặc quảng bá dịch vụ`,
|
163
97
|
community: `Cộng đồng`,
|
164
98
|
completed: `Đã hoàn thành`,
|
165
99
|
confirmAccount: `Xác nhận tài khoản`,
|
@@ -174,6 +108,7 @@ export const text: text = {
|
|
174
108
|
contractTitle: `Tiêu đề hợp đồng`,
|
175
109
|
copyLink: `Sao chép liên kết`,
|
176
110
|
congratulations: `Chúc mừng!`,
|
111
|
+
congratulationsOnSuccessfullyCompletingYourOrder: `Chúc mừng bạn đã hoàn thành đơn hàng thành công!`,
|
177
112
|
copyrightViolation: `Vi phạm bản quyền`,
|
178
113
|
couldNotCreateANewRecord: `Không thể tạo hồ sơ mới`,
|
179
114
|
country: `Quốc gia`,
|
@@ -181,6 +116,8 @@ export const text: text = {
|
|
181
116
|
createANewAccountFailed: `Tạo tài khoản mới không thành công`,
|
182
117
|
createExtrasForYourProduct: `Tạo thêm cho sản phẩm của bạn`,
|
183
118
|
createNewAccount: `Tạo tài khoản mới`,
|
119
|
+
createAShopWithStripe: `Tạo cửa hàng với Stripe`,
|
120
|
+
createdBy: `Được tạo bởi`,
|
184
121
|
currentPassword: `Mật khẩu hiện tại`,
|
185
122
|
daily: `Hàng ngày`,
|
186
123
|
darkDefault: `Mặc định tối`,
|
@@ -193,7 +130,10 @@ export const text: text = {
|
|
193
130
|
decline: `Từ chối`,
|
194
131
|
deletePost: `Xóa bài viết`,
|
195
132
|
deleteProduct: `Xóa sản phẩm`,
|
133
|
+
download: `Tải xuống`,
|
134
|
+
downloadThemBelow: `Tải xuống bên dưới`,
|
196
135
|
deliveryTime: `Thời gian giao hàng`,
|
136
|
+
describeTheDetailsOfYourExtra: `Mô tả chi tiết về dịch vụ bổ sung của bạn`,
|
197
137
|
description: `Mô tả`,
|
198
138
|
details: `Chi tiết`,
|
199
139
|
didntReceiveEmail: `Không nhận được email?`,
|
@@ -214,6 +154,7 @@ export const text: text = {
|
|
214
154
|
emailAlreadyUsedByAnotherAccount: `Email đã được một tài khoản khác sử dụng`,
|
215
155
|
emailNotifications: `Thông báo qua email`,
|
216
156
|
enterOrPasteALink: `Nhập hoặc dán một liên kết`,
|
157
|
+
enjoyYourPurchase: `Chúc bạn hài lòng với sản phẩm đã mua! 😊`,
|
217
158
|
enterTheAddressAssociatedWithYourAccount: `Nhập địa chỉ liên kết với tài khoản của bạn và chúng tôi sẽ gửi cho bạn một liên kết để đặt lại mật khẩu`,
|
218
159
|
enterYourPassword: `Nhập mật khẩu của bạn`,
|
219
160
|
error: `Lỗi`,
|
@@ -221,6 +162,7 @@ export const text: text = {
|
|
221
162
|
exitWithoutSaving: `Thoát mà không lưu`,
|
222
163
|
extensions: `Phần mở rộng`,
|
223
164
|
extras: `Thêm`,
|
165
|
+
extrasAreOptionalAddOnsToEnhanceYourProduct: `Dịch vụ bổ sung là các tiện ích tùy chọn để nâng cao sản phẩm của bạn`,
|
224
166
|
fileSizeIsTooBig: `Kích cỡ tệp quá lớn`,
|
225
167
|
fileSizeIsTooSmall: `Kích thước tệp quá nhỏ`,
|
226
168
|
filter: `Bộ lọc`,
|
@@ -242,11 +184,13 @@ export const text: text = {
|
|
242
184
|
harassment: `Quấy rối`,
|
243
185
|
haveAnyQuestions: `Có câu hỏi nào không?`,
|
244
186
|
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> đã hủy đơn hàng`,
|
187
|
+
usernameHasSubmittedTheWork: (...v) => `<b>${v[0]}</b> đã gửi tác phẩm`,
|
245
188
|
hasNotAddedADescriptionFor: (...v) =>
|
246
189
|
`@${v[0]} chưa thêm mô tả cho "${v[1]}"`,
|
247
190
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
248
191
|
`@${v[0]} chưa chia sẻ bất kỳ chi tiết công khai nào`,
|
249
192
|
hate: `Kinh tởm`,
|
193
|
+
hereAreAFewWaysToGetThingsRolling: `Dưới đây là một số cách để bắt đầu`,
|
250
194
|
hire: `Thuê`,
|
251
195
|
homepage: `Trang chủ`,
|
252
196
|
howToContactYou: `Làm thế nào để liên hệ với bạn`,
|
@@ -261,6 +205,7 @@ export const text: text = {
|
|
261
205
|
includeKeywordsThatBuyersWouldLikelyUseToSearchForAProductLikeYours: `Bao gồm các từ khóa mà người mua có thể sử dụng để tìm kiếm sản phẩm giống của bạn`,
|
262
206
|
inProgress: `Đang tiến hành`,
|
263
207
|
introduction: `Giới thiệu`,
|
208
|
+
includes: `Bao gồm`,
|
264
209
|
invalidCode: `Mã không hợp lệ`,
|
265
210
|
invalidCurrentPassword: `Mật khẩu hiện tại không hợp lệ`,
|
266
211
|
invalidDate: `Ngày không hợp lệ`,
|
@@ -297,6 +242,9 @@ export const text: text = {
|
|
297
242
|
minHeight: `Chiều cao tối thiểu`,
|
298
243
|
minimumNChars: (...v) => `Tối thiểu ${v[0]} ký tự`,
|
299
244
|
minorAbuseOrSexualization: `Lạm dụng hoặc tình dục với trẻ em`,
|
245
|
+
makeSureToIncludeClearInstructions: `Hãy đảm bảo có hướng dẫn rõ ràng về cách sử dụng từng tài liệu tham khảo`,
|
246
|
+
makeSureYouFullyUnderstandTheRequirements: `Hãy chắc chắn rằng bạn hiểu rõ yêu cầu và có thể hoàn thành đơn hàng đúng hạn`,
|
247
|
+
makeSureYourProductsArePricedCompetitively: `Đảm bảo sản phẩm của bạn có giá cạnh tranh`,
|
300
248
|
minWidth: `Chiều rộng tối thiểu`,
|
301
249
|
monthly: `Hàng tháng`,
|
302
250
|
moreFrom: (...v) => `Thêm từ ${v[0]}`,
|
@@ -316,6 +264,7 @@ export const text: text = {
|
|
316
264
|
newOrder: `Đơn hàng mới`,
|
317
265
|
newPassword: `Mật khẩu mới`,
|
318
266
|
newProduct: `Sản phẩm mới`,
|
267
|
+
newProducts: `Sản phẩm mới`,
|
319
268
|
newsFeed: `Bảng tin`,
|
320
269
|
next: `Tiếp theo`,
|
321
270
|
nextTimeYouAuthenticateYouCouldUseThe: `Lần đăng nhập tiếp theo, bạn có thể sử dụng tài khoản được kết nối thay vì đăng nhập và mật khẩu`,
|
@@ -326,20 +275,25 @@ export const text: text = {
|
|
326
275
|
none: `Không`,
|
327
276
|
noNotifications: `Không có thông báo`,
|
328
277
|
noResults: `Không có kết quả`,
|
278
|
+
noReviewsJustYet: `Chưa có đánh giá nào`,
|
329
279
|
notifications: `Thông báo`,
|
330
280
|
noActiveOrdersToShow: `Không có đơn hàng hoạt động để hiển thị`,
|
331
281
|
notAcceptingOrders: `Không nhận đơn hàng`,
|
282
|
+
noSalesYetNoWorries: `Chưa có đơn hàng? Đừng lo, bạn vừa mới bắt đầu thôi`,
|
332
283
|
nsfwContent18Plus: `Nội dung NSFW (18+)`,
|
284
|
+
NSFWIndicatesAdultContent: `18+ NSFW là nội dung người lớn. Chỉ chọn mục này nếu sản phẩm của bạn dành cho người lớn`,
|
333
285
|
numberOfAdjustmentsAClientCouldRequest: `Số lần điều chỉnh mà khách hàng có thể yêu cầu`,
|
334
286
|
online: `Trực tuyến`,
|
335
287
|
onlyLatinLettersNumbersHyphen: `Chỉ chữ cái Latin, số, dấu gạch ngang, gạch dưới và dấu chấm`,
|
336
288
|
onlyNumbers: `Chỉ sử dụng số`,
|
289
|
+
onlyYouCanSeeWhatYouveSaved: `Chỉ bạn mới có thể xem những gì bạn đã lưu`,
|
337
290
|
open: `Mở`,
|
338
291
|
openDispute: `Mở tranh chấp`,
|
339
292
|
openGuestView: `Mở dạng xem cho khách`,
|
340
293
|
openingSoon: `Sắp ra mắt!`,
|
341
294
|
openToWork: `Mở để làm việc`,
|
342
295
|
optional: `Tùy chọn`,
|
296
|
+
requestDetails: `Chi tiết yêu cầu`,
|
343
297
|
or: `HOẶC`,
|
344
298
|
order: `Đơn hàng`,
|
345
299
|
outOfStock: `Hết hàng`,
|
@@ -347,6 +301,7 @@ export const text: text = {
|
|
347
301
|
orderAgain: `Đặt hàng lại`,
|
348
302
|
orderDetails: `Chi tiết đơn hàng`,
|
349
303
|
orderConfirmed: `Đơn hàng đã được xác nhận`,
|
304
|
+
orderCompleted: `Đơn hàng đã hoàn thành 🎉`,
|
350
305
|
orderStatus: `Trạng thái đơn hàng`,
|
351
306
|
orderOptions: `Tùy chọn đơn hàng`,
|
352
307
|
otherReason: `Lý do khác`,
|
@@ -356,22 +311,33 @@ export const text: text = {
|
|
356
311
|
personal: `Cá nhân`,
|
357
312
|
personalCircumstances: `Hoàn cảnh cá nhân`,
|
358
313
|
pleaseCheckYour: (...v) => `Vui lòng kiểm tra ${v[0]} của bạn`,
|
314
|
+
pleaseRateYourOrder: `Vui lòng đánh giá đơn hàng của bạn`,
|
315
|
+
feelFreeToShareReferenceImagesAndMaterials: `Bạn có thể chia sẻ hình ảnh và tài liệu tham khảo để giúp nghệ sĩ hoàn thành tác phẩm`,
|
359
316
|
pleaseDoNotShareYourPrivateInformationToOthers: `Vui lòng không chia sẻ thông tin cá nhân của bạn cho người khác`,
|
360
317
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
361
318
|
`Vui lòng nhập một số giữa ${v[0]} và ${v[1]}`,
|
362
319
|
pleaseEnterAtLeastNChars: (...v) => `Vui lòng nhập ít nhất ${v[0]} nhân vật`,
|
363
320
|
pleaseFillOutYourDetails: `Vui lòng điền thông tin của bạn`,
|
321
|
+
pleaseFixTheErrorsBeforeSubmitting: `Vui lòng sửa lỗi trước khi gửi`,
|
364
322
|
pleaseSignInToYourAccount: `Vui lòng đăng nhập vào tài khoản của bạn`,
|
365
323
|
platform: `Nền tảng`,
|
366
324
|
pleaseStartTyping: `Vui lòng bắt đầu nhập`,
|
325
|
+
pleaseTakeAMomentToReviewTheOrder: `Vui lòng dành thời gian xem lại đơn hàng`,
|
326
|
+
pleaseReviewTheBuyersReferenceFiles: `Vui lòng xem lại các tệp tham khảo của người mua và làm theo hướng dẫn trong mô tả`,
|
327
|
+
pleaseReviewTheDetailsCarefullyBeforeProceeding: `Vui lòng kiểm tra kỹ các chi tiết trước khi tiếp tục`,
|
328
|
+
pleaseRespondToTheOrderBy: (...v) =>
|
329
|
+
`Vui lòng phản hồi đơn hàng trước ${v[0]}`,
|
367
330
|
pleaseTryAgainOrClick: (...v) => `Vui lòng thử lại hoặc nhấn ${v[0]}`,
|
368
331
|
pleaseVerifyYourAccount: `Vui lòng xác nhận tài khoản của bạn`,
|
369
332
|
pressHereTo: `Nhấn vào đây để`,
|
370
333
|
price: `Giá`,
|
334
|
+
payouts: `Thanh toán`,
|
371
335
|
privacyPolicy: `Chính sách bảo mật`,
|
372
336
|
privateInformation: `Thông tin cá nhân`,
|
373
337
|
proceedToCheckout: `Tiến hành thanh toán`,
|
374
338
|
product: `Sản phẩm`,
|
339
|
+
itemReviews: `Đánh giá sản phẩm`,
|
340
|
+
portfolio: `Danh mục`,
|
375
341
|
profile: `Thông tin`,
|
376
342
|
prohibitedTransaction: `Giao dịch bị cấm`,
|
377
343
|
promotions: `Khuyến mãi`,
|
@@ -381,7 +347,15 @@ export const text: text = {
|
|
381
347
|
rankings: `Xếp hạng`,
|
382
348
|
reorderFiles: `Sắp xếp lại tệp`,
|
383
349
|
report: `Báo cáo`,
|
350
|
+
review: `Đánh giá`,
|
351
|
+
rules: `Quy tắc`,
|
352
|
+
reviews: `Đánh giá`,
|
353
|
+
numOfReviews: (...v) => `Đánh giá: ${v[0]} `,
|
354
|
+
reviewed: `Đã đánh giá`,
|
355
|
+
reviewTitle: `Tiêu đề đánh giá`,
|
356
|
+
reason: `Lý do`,
|
384
357
|
revisions: `Phiên bản sửa đổi`,
|
358
|
+
includesXRevisionS: (...v) => `Bao gồm ${v[0]} lần chỉnh sửa`,
|
385
359
|
sales: `Bán hàng`,
|
386
360
|
save: `Lưu`,
|
387
361
|
saveAvatar: `Lưu hình đại diện`,
|
@@ -399,10 +373,15 @@ export const text: text = {
|
|
399
373
|
settings: `Cài đặt`,
|
400
374
|
settingUpAShopIsFreeAndOnlyTakesAFewMinutes: `Thiết lập cửa hàng miễn phí và chỉ mất vài phút`,
|
401
375
|
share: `Chia sẻ`,
|
376
|
+
shareYourRulesAndTheTypesOfRequestsYouDontAccept: `Chia sẻ quy tắc và các loại yêu cầu bạn không nhận`,
|
377
|
+
shareYourShopOnSocialMedia: `Chia sẻ cửa hàng của bạn lên mạng xã hội`,
|
378
|
+
shareYourFavoritePiecesOn: (...v) =>
|
379
|
+
`Chia sẻ tác phẩm yêu thích của bạn trên ${v[0]}`,
|
402
380
|
shareYourArtWithTheWorld: `Chia sẻ nghệ thuật của bạn với thế giới`,
|
403
381
|
shareYourStory: `Chia sẻ câu chuyện của bạn!`,
|
404
382
|
sharingPersonalInformation: `Chia sẻ thông tin cá nhân`,
|
405
383
|
shop: `Cửa hàng`,
|
384
|
+
shopReviews: `Đánh giá cửa hàng`,
|
406
385
|
shopOrders: `Đơn hàng cửa hàng`,
|
407
386
|
showLess: `Ẩn bớt đi`,
|
408
387
|
showMore: `Hiển thị thêm`,
|
@@ -413,21 +392,30 @@ export const text: text = {
|
|
413
392
|
socialMedia: `Mạng xã hội`,
|
414
393
|
spaceCharacterIsNotAllowed: `Không được phép sử dụng khoảng trắng`,
|
415
394
|
spam: `Thư rác`,
|
395
|
+
yourFavoritesWillShowUpHereAddSome: `Mục yêu thích của bạn sẽ hiển thị ở đây. Hãy thêm vào!`,
|
416
396
|
submitAReport: `Gửi báo cáo`,
|
417
397
|
submitWork: `Gửi tác phẩm`,
|
418
398
|
subscribeToTalentsToKeepUpWithTheirProgress: `Nhấn theo dõi các họa sĩ để không bỏ lỡ cập nhật từ họ`,
|
419
399
|
successChangedPasswordPleaseSignIn: `Thành công! Đã thay đổi mật khẩu. Vui lòng đăng nhập`,
|
420
400
|
successCreatedRecord: `Thành công! Đã tạo hồ sơ!`,
|
421
401
|
successUpdatedRecord: `Thành công! Đã cập nhật hồ sơ!`,
|
402
|
+
successfullyDownloaded: `Tải xuống thành công!`,
|
403
|
+
successfullyUploaded: `Tải lên thành công!`,
|
422
404
|
supportMeOn: `Hãy ủng hộ tôi tại`,
|
423
405
|
syncWithSystem: `Đồng bộ hóa với hệ thống`,
|
424
406
|
tellUsAboutYourself: `Cho chúng tôi biết về bạn`,
|
425
407
|
termsAndConditions: `Điều khoản và Điều kiện`,
|
426
408
|
termsOfUse: `Điều khoản sử dụng`,
|
409
|
+
tellTheBuyerWhatTheyWillGetWithThisProduct: `Hãy cho người mua biết họ sẽ nhận được gì với sản phẩm này`,
|
427
410
|
thankYouForReport: `Cảm ơn bạn đã giúp duy trì một cộng đồng trực tuyến an toàn và tôn trọng`,
|
411
|
+
thankYouForYourReview: `Cảm ơn bạn đã đánh giá!`,
|
412
|
+
thankForYourSupport: `Cảm ơn bạn đã ủng hộ!`,
|
428
413
|
theLinkIsBrokenOrPageHasBeenRemoved: `Liên kết bị hỏng hoặc trang đã bị xóa`,
|
429
414
|
themeMode: `Chế độ chủ đề`,
|
430
415
|
thisIsThePriceYouPropose: `Đây là giá bạn đề xuất`,
|
416
|
+
thisFieldIsOptional: `Trường này là tùy chọn`,
|
417
|
+
thisCannotBeUndone: `Không thể hoàn tác`,
|
418
|
+
ensureYouveUploadedTheFinalVersion: `Hãy chắc chắn bạn đã tải lên phiên bản cuối cùng trước khi gửi`,
|
431
419
|
threateningViolence: `Đe dọa bạo lực`,
|
432
420
|
title: `Tiêu đề`,
|
433
421
|
timeConstraints: `Hạn chế thời gian`,
|
@@ -443,6 +431,7 @@ export const text: text = {
|
|
443
431
|
`Để xem dữ liệu này, bạn cần bỏ chặn @${v[0]}`,
|
444
432
|
trademarkViolation: `Vi phạm thương hiệu`,
|
445
433
|
typeYourTextHere: `Nhập văn bản của bạn vào đây...`,
|
434
|
+
theSellerHasUploadedTheseFilesForYou: `Người bán đã tải lên các tệp này cho bạn`,
|
446
435
|
unblock: `Bỏ chặn`,
|
447
436
|
unblockUser: (...v) => `Bỏ chặn @${v[0]}`,
|
448
437
|
unfollow: `Bỏ theo dõi`,
|
@@ -452,11 +441,18 @@ export const text: text = {
|
|
452
441
|
uploadNewPost: `Tải lên bài đăng mới`,
|
453
442
|
uploadNewProduct: `Tải lên sản phẩm mới`,
|
454
443
|
username: `Tên người dùng`,
|
444
|
+
pleaseUploadOnlyFinishedWorkHere: `Chỉ tải lên tác phẩm đã hoàn thành tại đây`,
|
445
|
+
allWIPRelatedFilesShouldBeUploadedInMessages: `Tất cả các tệp đang làm nên được gửi qua tin nhắn`,
|
455
446
|
usernameAlreadyExists: `Tên người dùng đã tồn tại`,
|
456
447
|
usernameAndXMoreFollowYou: (...v) =>
|
457
448
|
`<b>${v[0]}</b> và ${v[1]} người khác đang theo dõi bạn`,
|
449
|
+
usernameAndXMoreReacted: (...v) =>
|
450
|
+
`<b>${v[0]}</b> và ${v[1]} người khác đã phản hồi`,
|
458
451
|
usernameFollowsYou: (...v) => `<b>${v[0]}</b> đang theo dõi bạn`,
|
452
|
+
usernameReacted: (...v) => `<b>${v[0]}</b> đã phản hồi`,
|
459
453
|
useThisEmailTo: `Sử dụng email này để: xác thực, nhận thông báo`,
|
454
|
+
unfortunatelyTheSellerHadToCancelThisOrder: (...v) =>
|
455
|
+
`Rất tiếc, ${v[0]} phải hủy đơn hàng này`,
|
460
456
|
valueIsNotTheSame: `Giá trị không trùng khớp`,
|
461
457
|
verificationCode: `Mã xác minh`,
|
462
458
|
verifyCode: `Xác minh mã`,
|
@@ -466,6 +462,7 @@ export const text: text = {
|
|
466
462
|
visitOurDiscordChannelToGetMoreDetails: `Ghé thăm kênh phản hồi của chúng tôi để biết thêm chi tiết`,
|
467
463
|
weAreOnInstagram: `Chúng tôi đã có mặt trên Instagram`,
|
468
464
|
weAreWorkingOnIt: `Chúng tôi đang phát triển tính năng này`,
|
465
|
+
wellDoneWorkHasBeenSuccessfullyCompleted: `Làm tốt lắm! Tác phẩm đã hoàn thành thành công`,
|
469
466
|
weDoNotDisplayNSFWContentYet: `Chúng tôi chưa hiển thị nội dung NSFW`,
|
470
467
|
weekly: `Hàng tuần`,
|
471
468
|
whenYouPurchaseSomethingItWillAppearHere: `Khi bạn mua một cái gì đó, nó sẽ xuất hiện ở đây`,
|
@@ -484,13 +481,16 @@ export const text: text = {
|
|
484
481
|
yesterday: `Hôm qua`,
|
485
482
|
youReceivedANewOrderFrom: (...v) =>
|
486
483
|
`Bạn đã nhận được đơn hàng mới từ <b>${v[0]}</b>`,
|
484
|
+
youReceivedAReview: `Bạn đã nhận được đánh giá`,
|
487
485
|
youHaveSuccessfullyCreatedYourShop: `Bạn đã tạo cửa hàng của mình thành công`,
|
488
486
|
youAreAlreadyAuthenticated: `Bạn đã được xác thực`,
|
489
487
|
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`,
|
490
488
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Bạn có thể sửa đổi các loại thông báo mà bạn nhận được qua email`,
|
491
489
|
youCanRequestRemovalOfYourAccount: `Bạn có thể yêu cầu xóa tài khoản của mình với tất cả dữ liệu của bạn`,
|
490
|
+
yourFeedbackGuidesBuyersAndHelpsSellersOfferBetterProducts: `Phản hồi của bạn giúp người mua và người bán cải thiện sản phẩm`,
|
492
491
|
youCanStillNavigateToThePreviouslyOpenedPages: `Bạn vẫn có thể dẫn hướng đến các trang đã mở trước đó`,
|
493
492
|
youDidNotSelectAnyChats: `Bạn chưa chọn trò chuyện nào`,
|
493
|
+
youllSeeReviewsHereOnceBuyersShareTheirExperience: `Bạn sẽ thấy đánh giá ở đây khi người mua chia sẻ trải nghiệm`,
|
494
494
|
youDidNotUpdateAnyValues: `Bạn đã không cập nhật giá trị nào`,
|
495
495
|
youDoNotHaveAnyChats: `Bạn không có trò chuyện nào`,
|
496
496
|
youHaveNotSetAPassword: `Bạn chưa đặt mật khẩu`,
|
@@ -501,8 +501,8 @@ export const text: text = {
|
|
501
501
|
yourAccountWillBeRemoved: (...v) => `Tài khoản của bạn sẽ bị xóa ${v[0]}`,
|
502
502
|
youHaveNoPurchases: `Bạn chưa có mua hàng`,
|
503
503
|
couldYouPleaseProvideTheReasonForTheCancellation: `Bạn có thể cung cấp lý do hủy không`,
|
504
|
-
yourFeedbackWouldBeGreatlyAppreciated: `Phản hồi của bạn sẽ được đánh giá cao`,
|
505
504
|
yourArts: `Tác phẩm của bạn`,
|
505
|
+
youCanceledTheOrder: `Bạn đã hủy đơn hàng`,
|
506
506
|
yourAvatar: `Hình đại diện của bạn`,
|
507
507
|
yourBlog: `Blog của bạn`,
|
508
508
|
yourFansAreWaiting: `Người hâm mộ đang chờ bạn`,
|