@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/package.json +1 -1
- package/src/arabic-standard.ts +46 -46
- package/src/chinese-simplified.ts +44 -46
- package/src/english.ts +2 -1
- package/src/french.ts +46 -46
- package/src/german.ts +47 -46
- package/src/hindi.ts +47 -46
- package/src/indonesian.ts +47 -46
- package/src/japanese.ts +47 -46
- package/src/korean.ts +47 -46
- package/src/portuguese.ts +46 -46
- package/src/russian.ts +6 -5
- package/src/spanish.ts +47 -46
- package/src/thai.ts +46 -46
- package/src/vietnamese.ts +46 -46
package/package.json
CHANGED
package/src/arabic-standard.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: `النشر التلقائي على إنستغرام متاح فقط لحسابات الأعمال على إنستغرام`,
|
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) => `@${v[0]} لم يضف وصفًا لـ "${v[1]}"`,
|
199
168
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
200
169
|
`@${v[0]} لم يشارك أي تفاصيل عامة حتى الآن`,
|
@@ -204,6 +173,8 @@ export const text: text = {
|
|
204
173
|
howToContactYou: `كيفية الاتصال بك`,
|
205
174
|
howToFindYouOnOtherSocialNetworks: `كيفية العثور عليك على شبكات التواصل الاجتماعي الأخرى`,
|
206
175
|
iAgreeWith: `أتفق على`,
|
176
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
177
|
+
`إذا لم يكن هناك رد بحلول ${v[0]}, سيتم وضع علامة على الطلب كمكتمل تلقائيًا`,
|
207
178
|
id: `المُعرف`,
|
208
179
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `ارتفاع الصورة يحتاج أن يكون أكبر من أو يساوي`,
|
209
180
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `عرض الصورة يحتاج أن يكون أكبر من أو يساوي`,
|
@@ -221,14 +192,17 @@ export const text: text = {
|
|
221
192
|
joinChat: `الانضمام للمحادثة`,
|
222
193
|
joinUsOnFacebook: `انضم معنا على الفيسبوك`,
|
223
194
|
language: `اللغة`,
|
195
|
+
lackOfInformation: `نقص في المعلومات`,
|
224
196
|
languages: `اللغات`,
|
225
197
|
letEveryoneKnowHowToDonateToYou: `اسمح للجميع بمعرفة كيفية التبرع لك`,
|
226
198
|
letOthersKnowAboutYou: `اسمح للآخرين بمعرفة معلومات عنك`,
|
199
|
+
letsUploadYourFirstProduct: `لنقم بتحميل منتجك الأول`,
|
227
200
|
letUsKnowWhatsHappening: `اسمح لنا بمعرفة ما يحدث وسنتحقق من ذلك`,
|
228
201
|
licenseForForProfitBusinessUse: `ترخيص للاستخدام التجاري الربحي`,
|
229
202
|
lightDefault: `الإضاءة الافتراضية الفاتحة`,
|
230
203
|
lightHighContrast: `التباين الفاتح العالي`,
|
231
204
|
likes: `إعجابات`,
|
205
|
+
limit: `الحد`,
|
232
206
|
linkCopiedToClipboard: `تم نسخ الرابط إلى الحافظة`,
|
233
207
|
livesIn: `أعيش في`,
|
234
208
|
loading: `جار التحميل`,
|
@@ -278,33 +252,42 @@ export const text: text = {
|
|
278
252
|
noResults: `لا توجد نتائج`,
|
279
253
|
notifications: `الإشعارات`,
|
280
254
|
noActiveOrdersToShow: `لا توجد طلبات نشطة للعرض`,
|
255
|
+
notAcceptingOrders: `لا يقبل الطلبات`,
|
281
256
|
nsfwContent18Plus: `محتوى للبالغين (18+)`,
|
282
257
|
numberOfAdjustmentsAClientCouldRequest: `عدد التعديلات التي يمكن للعميل طلبها`,
|
283
258
|
online: `متصل`,
|
284
259
|
onlyLatinLettersNumbersHyphen: `فقط الأحرف اللاتينية والأرقام والشرطة والشرطة السفلية والنقطة`,
|
285
260
|
onlyNumbers: `أرقام فقط`,
|
286
261
|
open: `مفتوح`,
|
262
|
+
openDispute: `فتح نزاع`,
|
287
263
|
openGuestView: `افتح وضع الضيف`,
|
288
264
|
openingSoon: `قريبًا الافتتاح!`,
|
289
265
|
openToWork: `مفتوح للعمل`,
|
290
266
|
optional: `اختياري`,
|
291
267
|
or: `أو`,
|
268
|
+
order: `طلب`,
|
269
|
+
outOfStock: `غير متوفر`,
|
270
|
+
ordered: (...v) => `تم الطلب ${v[0]}`,
|
292
271
|
orderAgain: `أعد الطلب مرة أخرى`,
|
293
272
|
orderDetails: `تفاصيل الطلب`,
|
273
|
+
orderConfirmed: `تم تأكيد الطلب`,
|
294
274
|
orderStatus: `حالة الطلب`,
|
295
275
|
orderOptions: `خيارات الطلب`,
|
276
|
+
otherReason: `سبب آخر`,
|
296
277
|
pageNotFound: `الصفحة غير موجودة`,
|
297
278
|
password: `كلمة السر`,
|
298
279
|
payments: `المدفوعات`,
|
299
280
|
personal: `شخصي`,
|
281
|
+
personalCircumstances: `ظروف شخصية`,
|
300
282
|
pleaseCheckYour: (...v) => `يرجى التحقق من ${v[0]} الخاص بك`,
|
301
283
|
pleaseDoNotShareYourPrivateInformationToOthers: `يرجى عدم مشاركة معلوماتك الخاصة مع الآخرين`,
|
302
|
-
pleaseDropOnlyOneImage: `الرجاء إضافة صورة واحدة فقط`,
|
303
284
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
304
285
|
`يرجى إدخال رقم بين ${v[0]} و ${v[1]}`,
|
305
286
|
pleaseEnterAtLeastNChars: (...v) => `الرجاء إدخال ${v[0]} أحرف على الأقل`,
|
306
287
|
pleaseFillOutYourDetails: `الرجاء تعبئة بياناتك`,
|
307
288
|
pleaseSignInToYourAccount: `الرجاء تسجيل الدخول لحسابك`,
|
289
|
+
platform: `منصة`,
|
290
|
+
pleaseStartTyping: `يرجى البدء في الكتابة`,
|
308
291
|
pleaseTryAgainOrClick: (...v) =>
|
309
292
|
`يرجى المحاولة مرة أخرى أو النقر فوق ${v[0]}`,
|
310
293
|
pleaseVerifyYourAccount: `الرجاء تأكيد حسابك`,
|
@@ -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: `قم بزيارة قناتنا في ديسكورد للحصول على مزيد من التفاصيل`,
|
404
394
|
weAreOnInstagram: `تجدنا على انستقرام`,
|
405
395
|
weAreWorkingOnIt: `نعمل على الأمر`,
|
396
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `عمل جيد! تم إكمال عملك بنجاح`,
|
406
397
|
weDoNotDisplayNSFWContentYet: `لا نعرض محتوى للبالغين بعد`,
|
407
398
|
weekly: `أسبوعيًا`,
|
408
399
|
whenYouPurchaseSomethingItWillAppearHere: `عند شراء شيء ما، سيظهر هنا`,
|
@@ -410,12 +401,18 @@ export const text: text = {
|
|
410
401
|
welcomeToAnimeClub: `أهلًا بك في أنمي.كلوب!`,
|
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: `مدونتك`,
|
@@ -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: `无法以{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
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) => `@${v[0]}没有为"${v[1]}"添加描述`,
|
199
168
|
hasNotSharedAnyPublicDetailsYet: (...v) => `@${v[0]}尚未分享任何公共详细信息`,
|
200
169
|
hate: `仇恨`,
|
@@ -203,6 +172,8 @@ export const text: text = {
|
|
203
172
|
howToContactYou: `如何联系您`,
|
204
173
|
howToFindYouOnOtherSocialNetworks: `如何在其他社交网络上找到您`,
|
205
174
|
iAgreeWith: `我同意`,
|
175
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
176
|
+
`如果在 ${v[0]} 之前没有回应,订单将自动标记为已完成`,
|
206
177
|
id: `账号`,
|
207
178
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `图片高度必须大于或等于`,
|
208
179
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `图片宽度必须大于或等于`,
|
@@ -220,14 +191,17 @@ export const text: text = {
|
|
220
191
|
joinChat: `加入聊天室`,
|
221
192
|
joinUsOnFacebook: `加入我们的Facebook`,
|
222
193
|
language: `语言`,
|
194
|
+
lackOfInformation: `信息不足`,
|
223
195
|
languages: `语言`,
|
224
196
|
letEveryoneKnowHowToDonateToYou: `让每个人都知道如何向您捐赠`,
|
225
197
|
letOthersKnowAboutYou: `让其他人了解您`,
|
198
|
+
letsUploadYourFirstProduct: `让我们上传您的第一个产品`,
|
226
199
|
letUsKnowWhatsHappening: `让我们知道发生了什么,我们会调查一下`,
|
227
200
|
licenseForForProfitBusinessUse: `盈利性商业使用许可证`,
|
228
201
|
lightDefault: `浅色默认`,
|
229
202
|
lightHighContrast: `浅色高对比度`,
|
230
203
|
likes: `喜欢`,
|
204
|
+
limit: `限制`,
|
231
205
|
linkCopiedToClipboard: `链接已复制到剪贴板`,
|
232
206
|
livesIn: `住在`,
|
233
207
|
loading: `加载中`,
|
@@ -276,32 +250,41 @@ export const text: text = {
|
|
276
250
|
noResults: `没有结果`,
|
277
251
|
notifications: `通知事项`,
|
278
252
|
noActiveOrdersToShow: `没有活动订单显示`,
|
253
|
+
notAcceptingOrders: `不接受订单`,
|
279
254
|
nsfwContent18Plus: `NSFW内容(18+)`,
|
280
255
|
numberOfAdjustmentsAClientCouldRequest: `客户可以请求的调整次数`,
|
281
256
|
online: `在线`,
|
282
257
|
onlyLatinLettersNumbersHyphen: `仅限拉丁字母、数字、连字符、下划线和点字符`,
|
283
258
|
onlyNumbers: `仅数字`,
|
284
259
|
open: `打开`,
|
260
|
+
openDispute: `打开争议`,
|
285
261
|
openGuestView: `开启访客检视`,
|
286
262
|
openingSoon: `即将开业!`,
|
287
263
|
openToWork: `接受工作机会`,
|
288
264
|
optional: `可选的`,
|
289
265
|
or: `要么`,
|
266
|
+
order: `订单`,
|
267
|
+
outOfStock: `缺货`,
|
268
|
+
ordered: (...v) => `已订购 ${v[0]}`,
|
290
269
|
orderAgain: `再次下单`,
|
291
270
|
orderDetails: `订单详情`,
|
271
|
+
orderConfirmed: `订单已确认`,
|
292
272
|
orderStatus: `订单状态`,
|
293
273
|
orderOptions: `订单选项`,
|
274
|
+
otherReason: `其他原因`,
|
294
275
|
pageNotFound: `页面未找到`,
|
295
276
|
password: `密码`,
|
296
277
|
payments: `付款方式`,
|
297
278
|
personal: `个人`,
|
279
|
+
personalCircumstances: `个人情况`,
|
298
280
|
pleaseCheckYour: (...v) => `请检查您的${v[0]}`,
|
299
281
|
pleaseDoNotShareYourPrivateInformationToOthers: `请勿向他人分享您的私人信息`,
|
300
|
-
pleaseDropOnlyOneImage: `请只丢一张图片`,
|
301
282
|
pleaseEnterANumberBetweenXandX: (...v) => `请输入${v[0]}和${v[1]}之间的数字`,
|
302
283
|
pleaseEnterAtLeastNChars: (...v) => `请输入至少${v[0]}个字符`,
|
303
284
|
pleaseFillOutYourDetails: `请填写您的详细信息`,
|
304
285
|
pleaseSignInToYourAccount: `请登录到您的帐户`,
|
286
|
+
platform: `平台`,
|
287
|
+
pleaseStartTyping: `请开始输入`,
|
305
288
|
pleaseTryAgainOrClick: (...v) => `请重复或者点击`,
|
306
289
|
pleaseVerifyYourAccount: `请验证您的帐户`,
|
307
290
|
pressHereTo: `按这里`,
|
@@ -328,6 +311,7 @@ export const text: text = {
|
|
328
311
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `选择单个主题或与您的系统同步,并在白天和黑夜主题之间自动切换`,
|
329
312
|
selectAvatar: `选择头像`,
|
330
313
|
selectCharacters: `选择角色`,
|
314
|
+
seller: `卖家`,
|
331
315
|
selectFile: `选择文件`,
|
332
316
|
selectTheme: `选择主题`,
|
333
317
|
selectThumbnail: `选择缩略图`,
|
@@ -367,7 +351,11 @@ export const text: text = {
|
|
367
351
|
thisIsThePriceYouPropose: `这是您提议的价格`,
|
368
352
|
threateningViolence: `威胁暴力`,
|
369
353
|
title: `标题`,
|
354
|
+
timeConstraints: `时间限制`,
|
370
355
|
titleYourExtraService: `为您的额外服务命名`,
|
356
|
+
theMaximumQuantityThatACustomerCanAdd: `客户可以添加的最大数量`,
|
357
|
+
theReviewPeriodIsLimitedtoNdays: (...v) => `审查期限制为 ${v[0]} 天`,
|
358
|
+
toHelpTheCreatorCompleteYourOrder: `为了帮助创作者完成您的订单,请提供详细的描述。包括所需的主题、风格和角色特征,以及任何其他重要规格`,
|
371
359
|
today: `今天`,
|
372
360
|
toGetWorkRelatedNotifications: `获取与工作相关的通知`,
|
373
361
|
total: `总计`,
|
@@ -395,10 +383,12 @@ export const text: text = {
|
|
395
383
|
verificationCode: `验证码`,
|
396
384
|
verifyCode: `验证码`,
|
397
385
|
viewDetails: `查看详情`,
|
386
|
+
viewReview: `查看评论`,
|
398
387
|
viewEveryNotificationOfAGroupSeparately: `单独查看每个组的通知`,
|
399
388
|
visitOurDiscordChannelToGetMoreDetails: `访问我们的discord 频道以获取更多详细信息`,
|
400
389
|
weAreOnInstagram: `我们在Instagram上`,
|
401
390
|
weAreWorkingOnIt: `我们正在做这件事`,
|
391
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `做得好!您的工作已成功完成`,
|
402
392
|
weDoNotDisplayNSFWContentYet: `我们尚未显示NSFW内容`,
|
403
393
|
weekly: `每周`,
|
404
394
|
whenYouPurchaseSomethingItWillAppearHere: `当您购买某物时,它将出现在这里`,
|
@@ -406,12 +396,17 @@ export const text: text = {
|
|
406
396
|
welcomeToAnimeClub: `欢迎来到Anime.club!`,
|
407
397
|
weSentAnEmailTo: `我们发送了电子邮件至:`,
|
408
398
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `我们向您发送了一封新的验证电子邮件。请输入验证码`,
|
399
|
+
weAreExcitedToSeeYourProgressKeepItUp: `我们很高兴看到您的进步。继续保持!`,
|
409
400
|
weSupportOnlyTheFollowingFileExtensions: `我们仅支持以下文件扩展名:`,
|
410
401
|
work: `工作`,
|
402
|
+
weWouldLoveToHearFromYou: `我们很想听到您的意见`,
|
411
403
|
workDescription: `工作描述`,
|
404
|
+
leaveAReview: `留下评论`,
|
412
405
|
wrongEmailOrPassword: `邮箱或密码错误`,
|
413
406
|
yes: `是`,
|
414
407
|
yesterday: `昨天`,
|
408
|
+
youReceivedANewOrderFrom: (...v) => `您收到来自 <b>${v[0]}</b> 的新订单`,
|
409
|
+
youHaveSuccessfullyCreatedYourShop: `您已成功创建店铺`,
|
415
410
|
youAreAlreadyAuthenticated: `您已经通过验证`,
|
416
411
|
youCanAutoPublishToYourSocialMediaAccount: `您可以自动发布到您的社交媒体帐户`,
|
417
412
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `您可以修改通过电子邮件接收的通知类型`,
|
@@ -423,9 +418,12 @@ export const text: text = {
|
|
423
418
|
youHaveNotSetAPassword: `您还没有设置密码`,
|
424
419
|
youHaveNotSharedAnythingYet: `您还没有分享任何内容`,
|
425
420
|
youHaveReachedTheMaximumNumberOfFiles: `您已达到文件的最大数量`,
|
421
|
+
kindlyHoldOnForTheBuyersReview: `请耐心等待买家对订单的评论。`,
|
426
422
|
yourAccountIsVerifiedPleaseSignIn: `您的帐户已通过验证。请登录`,
|
427
423
|
yourAccountWillBeRemoved: (...v) => `您的帐户将在${v[0]}被删除`,
|
428
424
|
youHaveNoPurchases: `您没有购买记录`,
|
425
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `请提供取消的原因`,
|
426
|
+
yourFeedbackWouldBeGreatlyAppreciated: `我们非常感谢您的反馈`,
|
429
427
|
yourArts: `您的艺术`,
|
430
428
|
yourAvatar: `您的头像`,
|
431
429
|
yourBlog: `您的博客`,
|
package/src/english.ts
CHANGED
@@ -145,6 +145,7 @@ export const text = {
|
|
145
145
|
extensions: `Extensions`,
|
146
146
|
extras: `Extras`,
|
147
147
|
fileSizeIsTooBig: `File size is too big`,
|
148
|
+
fileSizeIsTooSmall: `File size is too small`,
|
148
149
|
filter: `Filter`,
|
149
150
|
filterBy: `Filter by`,
|
150
151
|
findUser: `Find user`,
|
@@ -204,6 +205,7 @@ export const text = {
|
|
204
205
|
lightDefault: `Light default`,
|
205
206
|
lightHighContrast: `Light high contrast`,
|
206
207
|
likes: `Likes`,
|
208
|
+
limit: `Limit`,
|
207
209
|
linkCopiedToClipboard: `Link copied to clipboard`,
|
208
210
|
livesIn: `Lives in`,
|
209
211
|
loading: `Loading`,
|
@@ -282,7 +284,6 @@ export const text = {
|
|
282
284
|
personalCircumstances: `Personal circumstances`,
|
283
285
|
pleaseCheckYour: (value: string) => `Please check your ${value}`,
|
284
286
|
pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
|
285
|
-
pleaseDropOnlyOneImage: `Please drop only one image`,
|
286
287
|
pleaseEnterANumberBetweenXandX: (min: number, max: number) =>
|
287
288
|
`Please enter a number between ${min} and ${max}`,
|
288
289
|
pleaseEnterAtLeastNChars: (num: number) =>
|