@anime.club/translations 1.1.81 → 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 -44
- package/src/chinese-simplified.ts +44 -44
- package/src/english.ts +4 -1
- package/src/french.ts +46 -44
- package/src/german.ts +47 -44
- package/src/hindi.ts +47 -44
- package/src/indonesian.ts +47 -44
- package/src/japanese.ts +47 -44
- package/src/korean.ts +47 -44
- package/src/portuguese.ts +46 -44
- package/src/russian.ts +15 -12
- package/src/spanish.ts +47 -44
- package/src/thai.ts +46 -44
- package/src/vietnamese.ts +46 -44
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,47 +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
|
-
otherReason: `(en) Other reason`,
|
26
|
-
personalCircumstances: `(en) Personal circumstances`,
|
27
|
-
platform: `(en) Platform`,
|
28
|
-
pleaseStartTyping: `(en) Please start typing`,
|
29
|
-
seller: `(en) Seller`,
|
30
|
-
timeConstraints: `(en) Time constraints`,
|
31
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
-
`(en) The review period is limited to ${v[0]} days`,
|
34
|
-
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`,
|
35
|
-
viewReview: `(en) View review`,
|
36
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
37
|
-
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
38
|
-
leaveAReview: `(en) Leave a review`,
|
39
|
-
youReceivedANewOrderFrom: (...v) =>
|
40
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
41
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
-
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
43
|
-
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
44
|
-
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
45
2
|
_colon: `: `,
|
46
3
|
_comma: `، `,
|
47
4
|
_dot: `. `,
|
@@ -52,6 +9,7 @@ export const text: text = {
|
|
52
9
|
accept: `قبول`,
|
53
10
|
acceptOrder: `قبول الطلب`,
|
54
11
|
account: `الحساب`,
|
12
|
+
accountDeleted: `تم حذف الحساب`,
|
55
13
|
accountActivation: `تفعيل الحساب`,
|
56
14
|
accountAlreadyExists: `يوجد حساب مسجّل بالفعل`,
|
57
15
|
accountDoesNotExist: `الحساب غير مسجّل`,
|
@@ -90,6 +48,7 @@ export const text: text = {
|
|
90
48
|
artworksAvailableToView: (...v) => `${v[0]} لوحات فنية متاحة للعرض`,
|
91
49
|
authenticationFailed: `فشلت المصادقة`,
|
92
50
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `النشر التلقائي على إنستغرام متاح فقط لحسابات الأعمال على إنستغرام`,
|
51
|
+
attentionYourOrderHasBeenDisputed: `انتباه! تم الاعتراض على طلبك. يرجى التحقق من التفاصيل`,
|
93
52
|
awaitingReview: `في انتظار المراجعة`,
|
94
53
|
awaitingSeller: `في انتظار البائع`,
|
95
54
|
back: `الرجوع`,
|
@@ -100,11 +59,15 @@ export const text: text = {
|
|
100
59
|
bookmarks: `العلامات المرجعية`,
|
101
60
|
browseArt: `تصفح الأعمال`,
|
102
61
|
browseShop: `تصفح المتجر`,
|
62
|
+
buyer: `المشتري`,
|
103
63
|
cancel: `إلغاء`,
|
104
64
|
canceled: `تم الإلغاء`,
|
105
65
|
cancelOrder: `إلغاء الطلب`,
|
66
|
+
cancellationReason: `سبب الإلغاء`,
|
67
|
+
cancellationInitiator: `مبادر الإلغاء`,
|
106
68
|
cannotStartWithChars: `لا يمكن البدء بـs{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
107
69
|
change: `تغيير`,
|
70
|
+
checkOrderStatus: `تحقق من حالة الطلب`,
|
108
71
|
changeArt: `تغيير العمل الفني`,
|
109
72
|
changeAvatar: `تغيير الصورة الشخصية`,
|
110
73
|
changeEmail: `تغيير البريد الإلكتروني`,
|
@@ -126,9 +89,11 @@ export const text: text = {
|
|
126
89
|
contactInformation: `معلومات الاتصال`,
|
127
90
|
contactSeller: `الاتصال بالبائع`,
|
128
91
|
contactSupport: `الاتصال بالدعم الفني`,
|
92
|
+
contactUs: `اتصل بنا`,
|
129
93
|
continue: `استمرار`,
|
130
94
|
contractTitle: `عنوان العقد`,
|
131
95
|
copyLink: `نسخ الرابط`,
|
96
|
+
congratulations: `تهانينا!`,
|
132
97
|
copyrightViolation: `انتهاك حقوق النشر`,
|
133
98
|
couldNotCreateANewRecord: `تعذر إنشاء سجل جديد`,
|
134
99
|
country: `الدولة`,
|
@@ -143,8 +108,10 @@ export const text: text = {
|
|
143
108
|
darkHighContrast: `عالي التباين الداكن`,
|
144
109
|
dayTheme: `موضوع النهار`,
|
145
110
|
delete: `حذف`,
|
111
|
+
deleteShop: `حذف المتجر`,
|
146
112
|
deleteAccount: `حذف الحساب`,
|
147
113
|
deleteArt: `حذف الرسم`,
|
114
|
+
decline: `رفض`,
|
148
115
|
deletePost: `حذف المنشور`,
|
149
116
|
deleteProduct: `حذف المنتج`,
|
150
117
|
deliveryTime: `وقت التسليم`,
|
@@ -177,6 +144,7 @@ export const text: text = {
|
|
177
144
|
extensions: `امتدادات الملف`,
|
178
145
|
extras: `إضافات`,
|
179
146
|
fileSizeIsTooBig: `حجم الملف أكبر من المطلوب`,
|
147
|
+
fileSizeIsTooSmall: `حجم الملف صغير جدًا`,
|
180
148
|
filter: `تصفية`,
|
181
149
|
filterBy: `تصفية على حسب`,
|
182
150
|
findUser: `البحث عن مستخدم`,
|
@@ -192,7 +160,10 @@ export const text: text = {
|
|
192
160
|
getDetails: `الحصول على تفاصيل`,
|
193
161
|
getStarted: `البدء`,
|
194
162
|
guestView: `وضع الضيف`,
|
163
|
+
greatNewsYourOrderIsNowInProgress: `أخبار رائعة! طلبك الآن قيد التنفيذ`,
|
195
164
|
harassment: `التحرش`,
|
165
|
+
haveAnyQuestions: `هل لديك أي أسئلة؟`,
|
166
|
+
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> قد ألغى الطلب`,
|
196
167
|
hasNotAddedADescriptionFor: (...v) => `@${v[0]} لم يضف وصفًا لـ "${v[1]}"`,
|
197
168
|
hasNotSharedAnyPublicDetailsYet: (...v) =>
|
198
169
|
`@${v[0]} لم يشارك أي تفاصيل عامة حتى الآن`,
|
@@ -202,6 +173,8 @@ export const text: text = {
|
|
202
173
|
howToContactYou: `كيفية الاتصال بك`,
|
203
174
|
howToFindYouOnOtherSocialNetworks: `كيفية العثور عليك على شبكات التواصل الاجتماعي الأخرى`,
|
204
175
|
iAgreeWith: `أتفق على`,
|
176
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
177
|
+
`إذا لم يكن هناك رد بحلول ${v[0]}, سيتم وضع علامة على الطلب كمكتمل تلقائيًا`,
|
205
178
|
id: `المُعرف`,
|
206
179
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `ارتفاع الصورة يحتاج أن يكون أكبر من أو يساوي`,
|
207
180
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `عرض الصورة يحتاج أن يكون أكبر من أو يساوي`,
|
@@ -219,14 +192,17 @@ export const text: text = {
|
|
219
192
|
joinChat: `الانضمام للمحادثة`,
|
220
193
|
joinUsOnFacebook: `انضم معنا على الفيسبوك`,
|
221
194
|
language: `اللغة`,
|
195
|
+
lackOfInformation: `نقص في المعلومات`,
|
222
196
|
languages: `اللغات`,
|
223
197
|
letEveryoneKnowHowToDonateToYou: `اسمح للجميع بمعرفة كيفية التبرع لك`,
|
224
198
|
letOthersKnowAboutYou: `اسمح للآخرين بمعرفة معلومات عنك`,
|
199
|
+
letsUploadYourFirstProduct: `لنقم بتحميل منتجك الأول`,
|
225
200
|
letUsKnowWhatsHappening: `اسمح لنا بمعرفة ما يحدث وسنتحقق من ذلك`,
|
226
201
|
licenseForForProfitBusinessUse: `ترخيص للاستخدام التجاري الربحي`,
|
227
202
|
lightDefault: `الإضاءة الافتراضية الفاتحة`,
|
228
203
|
lightHighContrast: `التباين الفاتح العالي`,
|
229
204
|
likes: `إعجابات`,
|
205
|
+
limit: `الحد`,
|
230
206
|
linkCopiedToClipboard: `تم نسخ الرابط إلى الحافظة`,
|
231
207
|
livesIn: `أعيش في`,
|
232
208
|
loading: `جار التحميل`,
|
@@ -276,33 +252,42 @@ export const text: text = {
|
|
276
252
|
noResults: `لا توجد نتائج`,
|
277
253
|
notifications: `الإشعارات`,
|
278
254
|
noActiveOrdersToShow: `لا توجد طلبات نشطة للعرض`,
|
255
|
+
notAcceptingOrders: `لا يقبل الطلبات`,
|
279
256
|
nsfwContent18Plus: `محتوى للبالغين (18+)`,
|
280
257
|
numberOfAdjustmentsAClientCouldRequest: `عدد التعديلات التي يمكن للعميل طلبها`,
|
281
258
|
online: `متصل`,
|
282
259
|
onlyLatinLettersNumbersHyphen: `فقط الأحرف اللاتينية والأرقام والشرطة والشرطة السفلية والنقطة`,
|
283
260
|
onlyNumbers: `أرقام فقط`,
|
284
261
|
open: `مفتوح`,
|
262
|
+
openDispute: `فتح نزاع`,
|
285
263
|
openGuestView: `افتح وضع الضيف`,
|
286
264
|
openingSoon: `قريبًا الافتتاح!`,
|
287
265
|
openToWork: `مفتوح للعمل`,
|
288
266
|
optional: `اختياري`,
|
289
267
|
or: `أو`,
|
268
|
+
order: `طلب`,
|
269
|
+
outOfStock: `غير متوفر`,
|
270
|
+
ordered: (...v) => `تم الطلب ${v[0]}`,
|
290
271
|
orderAgain: `أعد الطلب مرة أخرى`,
|
291
272
|
orderDetails: `تفاصيل الطلب`,
|
273
|
+
orderConfirmed: `تم تأكيد الطلب`,
|
292
274
|
orderStatus: `حالة الطلب`,
|
293
275
|
orderOptions: `خيارات الطلب`,
|
276
|
+
otherReason: `سبب آخر`,
|
294
277
|
pageNotFound: `الصفحة غير موجودة`,
|
295
278
|
password: `كلمة السر`,
|
296
279
|
payments: `المدفوعات`,
|
297
280
|
personal: `شخصي`,
|
281
|
+
personalCircumstances: `ظروف شخصية`,
|
298
282
|
pleaseCheckYour: (...v) => `يرجى التحقق من ${v[0]} الخاص بك`,
|
299
283
|
pleaseDoNotShareYourPrivateInformationToOthers: `يرجى عدم مشاركة معلوماتك الخاصة مع الآخرين`,
|
300
|
-
pleaseDropOnlyOneImage: `الرجاء إضافة صورة واحدة فقط`,
|
301
284
|
pleaseEnterANumberBetweenXandX: (...v) =>
|
302
285
|
`يرجى إدخال رقم بين ${v[0]} و ${v[1]}`,
|
303
286
|
pleaseEnterAtLeastNChars: (...v) => `الرجاء إدخال ${v[0]} أحرف على الأقل`,
|
304
287
|
pleaseFillOutYourDetails: `الرجاء تعبئة بياناتك`,
|
305
288
|
pleaseSignInToYourAccount: `الرجاء تسجيل الدخول لحسابك`,
|
289
|
+
platform: `منصة`,
|
290
|
+
pleaseStartTyping: `يرجى البدء في الكتابة`,
|
306
291
|
pleaseTryAgainOrClick: (...v) =>
|
307
292
|
`يرجى المحاولة مرة أخرى أو النقر فوق ${v[0]}`,
|
308
293
|
pleaseVerifyYourAccount: `الرجاء تأكيد حسابك`,
|
@@ -330,6 +315,7 @@ export const text: text = {
|
|
330
315
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `اختر موضوعًا واحدًا أو مزامنته مع نظامك والتبديل تلقائيًا بين موضوعات النهار والليل`,
|
331
316
|
selectAvatar: `اختر صورة شخصية`,
|
332
317
|
selectCharacters: `اختر شخصية`,
|
318
|
+
seller: `البائع`,
|
333
319
|
selectFile: `اختر ملف`,
|
334
320
|
selectTheme: `اختر موضوعًا`,
|
335
321
|
selectThumbnail: `اختر صورة مصغرة`,
|
@@ -369,7 +355,12 @@ export const text: text = {
|
|
369
355
|
thisIsThePriceYouPropose: `هذا هو السعر الذي تقترحه`,
|
370
356
|
threateningViolence: `تهديد العنف`,
|
371
357
|
title: `العنوان`,
|
358
|
+
timeConstraints: `قيود الوقت`,
|
372
359
|
titleYourExtraService: `عنوان خدمتك الإضافية`,
|
360
|
+
theMaximumQuantityThatACustomerCanAdd: `الحد الأقصى للكمية التي يمكن للعميل إضافتها`,
|
361
|
+
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
362
|
+
`فترة المراجعة محدودة بـ ${v[0]} أيام`,
|
363
|
+
toHelpTheCreatorCompleteYourOrder: `لمساعدة المنشئ في إكمال طلبك بما يرضيك، يرجى تقديم وصف تفصيلي لما تريده. قم بتضمين الموضوع المطلوب، النمط، وميزات الشخصية، وأي مواصفات مهمة أخرى`,
|
373
364
|
today: `اليوم`,
|
374
365
|
toGetWorkRelatedNotifications: `للحصول على إشعارات تتعلق بالعمل`,
|
375
366
|
total: `الإجمالي`,
|
@@ -397,10 +388,12 @@ export const text: text = {
|
|
397
388
|
verificationCode: `رمز التأكيد`,
|
398
389
|
verifyCode: `أكد الرمز`,
|
399
390
|
viewDetails: `عرض التفاصيل`,
|
391
|
+
viewReview: `عرض المراجعة`,
|
400
392
|
viewEveryNotificationOfAGroupSeparately: `عرض كل إشعار من مجموعة بشكل منفصل`,
|
401
393
|
visitOurDiscordChannelToGetMoreDetails: `قم بزيارة قناتنا في ديسكورد للحصول على مزيد من التفاصيل`,
|
402
394
|
weAreOnInstagram: `تجدنا على انستقرام`,
|
403
395
|
weAreWorkingOnIt: `نعمل على الأمر`,
|
396
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `عمل جيد! تم إكمال عملك بنجاح`,
|
404
397
|
weDoNotDisplayNSFWContentYet: `لا نعرض محتوى للبالغين بعد`,
|
405
398
|
weekly: `أسبوعيًا`,
|
406
399
|
whenYouPurchaseSomethingItWillAppearHere: `عند شراء شيء ما، سيظهر هنا`,
|
@@ -408,12 +401,18 @@ export const text: text = {
|
|
408
401
|
welcomeToAnimeClub: `أهلًا بك في أنمي.كلوب!`,
|
409
402
|
weSentAnEmailTo: `أرسلنا بريد إلكتروني إلى:`,
|
410
403
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `قمنا بإرسال رسالة تأكيد جديدة على البريد. الرجاء إدخال رمز التأكيد`,
|
404
|
+
weAreExcitedToSeeYourProgressKeepItUp: `نحن متحمسون لرؤية تقدمك. استمر في ذلك!`,
|
411
405
|
weSupportOnlyTheFollowingFileExtensions: `ندعم فقط امتدادات الملفات التالية:`,
|
412
406
|
work: `عمل`,
|
407
|
+
weWouldLoveToHearFromYou: `نود أن نسمع منك`,
|
413
408
|
workDescription: `وصف العمل`,
|
409
|
+
leaveAReview: `اترك مراجعة`,
|
414
410
|
wrongEmailOrPassword: `البريد الإلكتروني أو كلمة المرور غير صحيحين`,
|
415
411
|
yes: `نعم`,
|
416
412
|
yesterday: `أمس`,
|
413
|
+
youReceivedANewOrderFrom: (...v) =>
|
414
|
+
`لقد تلقيت طلبًا جديدًا من <b>${v[0]}</b>`,
|
415
|
+
youHaveSuccessfullyCreatedYourShop: `لقد أنشأت متجرك بنجاح`,
|
417
416
|
youAreAlreadyAuthenticated: `سبق وقمنا بالتحقق من حسابك`,
|
418
417
|
youCanAutoPublishToYourSocialMediaAccount: `يمكنك النشر التلقائي على حسابات التواصل الاجتماعي الخاصة بك`,
|
419
418
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `يمكنك تعديل أنواع الإشعارات التي تتلقاها عبر البريد الإلكتروني`,
|
@@ -425,9 +424,12 @@ export const text: text = {
|
|
425
424
|
youHaveNotSetAPassword: `لم تقم بتعيين كلمة مرور`,
|
426
425
|
youHaveNotSharedAnythingYet: `لم تشارك أي شيء حتى الآن`,
|
427
426
|
youHaveReachedTheMaximumNumberOfFiles: `لقد وصلت إلى الحد الأقصى لعدد الملفات`,
|
427
|
+
kindlyHoldOnForTheBuyersReview: `يرجى الانتظار لمراجعة المشتري للطلب.`,
|
428
428
|
yourAccountIsVerifiedPleaseSignIn: `تم التحقق من حسابك. الرجاء تسجيل الدخول`,
|
429
429
|
yourAccountWillBeRemoved: (...v) => `سيتم إزالة حسابك ${v[0]}`,
|
430
430
|
youHaveNoPurchases: `ليس لديك أي مشتريات`,
|
431
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `هل يمكنك تقديم سبب الإلغاء من فضلك`,
|
432
|
+
yourFeedbackWouldBeGreatlyAppreciated: `سيكون تقديرنا لملاحظاتك كبيرًا`,
|
431
433
|
yourArts: `أعمالك الفنية`,
|
432
434
|
yourAvatar: `صورتك الشخصية`,
|
433
435
|
yourBlog: `مدونتك`,
|
@@ -1,47 +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
|
-
otherReason: `(en) Other reason`,
|
26
|
-
personalCircumstances: `(en) Personal circumstances`,
|
27
|
-
platform: `(en) Platform`,
|
28
|
-
pleaseStartTyping: `(en) Please start typing`,
|
29
|
-
seller: `(en) Seller`,
|
30
|
-
timeConstraints: `(en) Time constraints`,
|
31
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
32
|
-
theReviewPeriodIsLimitedtoNdays: (...v) =>
|
33
|
-
`(en) The review period is limited to ${v[0]} days`,
|
34
|
-
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`,
|
35
|
-
viewReview: `(en) View review`,
|
36
|
-
wellDoneYourWorkHasBeenSuccessfullyCompleted: `(en) Well done! Your work has been successfully completed`,
|
37
|
-
weWouldLoveToHearFromYou: `(en) We would love to hear from you`,
|
38
|
-
leaveAReview: `(en) Leave a review`,
|
39
|
-
youReceivedANewOrderFrom: (...v) =>
|
40
|
-
`(en) You received a new order from <b>${v[0]}</b>`,
|
41
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
42
|
-
kindlyHoldOnForTheBuyersReview: `(en) Kindly hold on for the buyer's review of the order.`,
|
43
|
-
couldYouPleaseProvideTheReasonForTheCancellation: `(en) Could you please provide the reason for the cancellation`,
|
44
|
-
yourFeedbackWouldBeGreatlyAppreciated: `(en) Your feedback would be greatly appreciated`,
|
45
2
|
_colon: `:`,
|
46
3
|
_comma: `、`,
|
47
4
|
_dot: `。`,
|
@@ -52,6 +9,7 @@ export const text: text = {
|
|
52
9
|
accept: `接受`,
|
53
10
|
acceptOrder: `接受订单`,
|
54
11
|
account: `账户`,
|
12
|
+
accountDeleted: `账户已删除`,
|
55
13
|
accountActivation: `帐号激活`,
|
56
14
|
accountAlreadyExists: `用户名已经被注册`,
|
57
15
|
accountDoesNotExist: `帐号不存在`,
|
@@ -90,6 +48,7 @@ export const text: text = {
|
|
90
48
|
artworksAvailableToView: (...v) => `有${v[0]}件艺术品可供查看`,
|
91
49
|
authenticationFailed: `验证失败`,
|
92
50
|
autoPublishingToInstagramIsOnlyAvailableToInstagramBusinessAccounts: `自动发布到Instagram仅适用于Instagram商业账户`,
|
51
|
+
attentionYourOrderHasBeenDisputed: `注意!您的订单已被争议。请检查详情`,
|
93
52
|
awaitingReview: `等待审核`,
|
94
53
|
awaitingSeller: `等待卖家`,
|
95
54
|
back: `背部`,
|
@@ -100,11 +59,15 @@ export const text: text = {
|
|
100
59
|
bookmarks: `书签`,
|
101
60
|
browseArt: `浏览艺术品`,
|
102
61
|
browseShop: `浏览商店`,
|
62
|
+
buyer: `买家`,
|
103
63
|
cancel: `取消`,
|
104
64
|
canceled: `已取消`,
|
105
65
|
cancelOrder: `取消订单`,
|
66
|
+
cancellationReason: `取消原因`,
|
67
|
+
cancellationInitiator: `取消发起人`,
|
106
68
|
cannotStartWithChars: `无法以{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
107
69
|
change: `更改`,
|
70
|
+
checkOrderStatus: `检查订单状态`,
|
108
71
|
changeArt: `改变艺术`,
|
109
72
|
changeAvatar: `更改头像`,
|
110
73
|
changeEmail: `更改电子邮件`,
|
@@ -126,9 +89,11 @@ export const text: text = {
|
|
126
89
|
contactInformation: `联系信息`,
|
127
90
|
contactSeller: `联系卖家`,
|
128
91
|
contactSupport: `联系支持`,
|
92
|
+
contactUs: `联系我们`,
|
129
93
|
continue: `继续`,
|
130
94
|
contractTitle: `合同标题`,
|
131
95
|
copyLink: `复制链接`,
|
96
|
+
congratulations: `恭喜!`,
|
132
97
|
copyrightViolation: `版权侵权`,
|
133
98
|
couldNotCreateANewRecord: `无法创建新记录`,
|
134
99
|
country: `国家`,
|
@@ -143,8 +108,10 @@ export const text: text = {
|
|
143
108
|
darkHighContrast: `暗色高对比度`,
|
144
109
|
dayTheme: `日间主题`,
|
145
110
|
delete: `删除`,
|
111
|
+
deleteShop: `删除店铺`,
|
146
112
|
deleteAccount: `删除账户`,
|
147
113
|
deleteArt: `删除作品`,
|
114
|
+
decline: `拒绝`,
|
148
115
|
deletePost: `删除贴文`,
|
149
116
|
deleteProduct: `删除产品`,
|
150
117
|
deliveryTime: `交货时间`,
|
@@ -177,6 +144,7 @@ export const text: text = {
|
|
177
144
|
extensions: `扩展名`,
|
178
145
|
extras: `额外`,
|
179
146
|
fileSizeIsTooBig: `档案太大`,
|
147
|
+
fileSizeIsTooSmall: `文件大小太小`,
|
180
148
|
filter: `过滤`,
|
181
149
|
filterBy: `过滤`,
|
182
150
|
findUser: `寻找使用者`,
|
@@ -192,7 +160,10 @@ export const text: text = {
|
|
192
160
|
getDetails: `获得详细信息`,
|
193
161
|
getStarted: `开始`,
|
194
162
|
guestView: `来宾视图`,
|
163
|
+
greatNewsYourOrderIsNowInProgress: `好消息!您的订单正在进行中`,
|
195
164
|
harassment: `骚扰`,
|
165
|
+
haveAnyQuestions: `有任何问题吗?`,
|
166
|
+
usernameHasCanceledTheOrder: (...v) => `<b>${v[0]}</b> 已取消订单`,
|
196
167
|
hasNotAddedADescriptionFor: (...v) => `@${v[0]}没有为"${v[1]}"添加描述`,
|
197
168
|
hasNotSharedAnyPublicDetailsYet: (...v) => `@${v[0]}尚未分享任何公共详细信息`,
|
198
169
|
hate: `仇恨`,
|
@@ -201,6 +172,8 @@ export const text: text = {
|
|
201
172
|
howToContactYou: `如何联系您`,
|
202
173
|
howToFindYouOnOtherSocialNetworks: `如何在其他社交网络上找到您`,
|
203
174
|
iAgreeWith: `我同意`,
|
175
|
+
ifTheresNoResponseByTimeLimit: (...v) =>
|
176
|
+
`如果在 ${v[0]} 之前没有回应,订单将自动标记为已完成`,
|
204
177
|
id: `账号`,
|
205
178
|
imgHeightNeedsToBeBiggerThanOrEqualTo: `图片高度必须大于或等于`,
|
206
179
|
imgWidthNeedsToBeBiggerThanOrEqualTo: `图片宽度必须大于或等于`,
|
@@ -218,14 +191,17 @@ export const text: text = {
|
|
218
191
|
joinChat: `加入聊天室`,
|
219
192
|
joinUsOnFacebook: `加入我们的Facebook`,
|
220
193
|
language: `语言`,
|
194
|
+
lackOfInformation: `信息不足`,
|
221
195
|
languages: `语言`,
|
222
196
|
letEveryoneKnowHowToDonateToYou: `让每个人都知道如何向您捐赠`,
|
223
197
|
letOthersKnowAboutYou: `让其他人了解您`,
|
198
|
+
letsUploadYourFirstProduct: `让我们上传您的第一个产品`,
|
224
199
|
letUsKnowWhatsHappening: `让我们知道发生了什么,我们会调查一下`,
|
225
200
|
licenseForForProfitBusinessUse: `盈利性商业使用许可证`,
|
226
201
|
lightDefault: `浅色默认`,
|
227
202
|
lightHighContrast: `浅色高对比度`,
|
228
203
|
likes: `喜欢`,
|
204
|
+
limit: `限制`,
|
229
205
|
linkCopiedToClipboard: `链接已复制到剪贴板`,
|
230
206
|
livesIn: `住在`,
|
231
207
|
loading: `加载中`,
|
@@ -274,32 +250,41 @@ export const text: text = {
|
|
274
250
|
noResults: `没有结果`,
|
275
251
|
notifications: `通知事项`,
|
276
252
|
noActiveOrdersToShow: `没有活动订单显示`,
|
253
|
+
notAcceptingOrders: `不接受订单`,
|
277
254
|
nsfwContent18Plus: `NSFW内容(18+)`,
|
278
255
|
numberOfAdjustmentsAClientCouldRequest: `客户可以请求的调整次数`,
|
279
256
|
online: `在线`,
|
280
257
|
onlyLatinLettersNumbersHyphen: `仅限拉丁字母、数字、连字符、下划线和点字符`,
|
281
258
|
onlyNumbers: `仅数字`,
|
282
259
|
open: `打开`,
|
260
|
+
openDispute: `打开争议`,
|
283
261
|
openGuestView: `开启访客检视`,
|
284
262
|
openingSoon: `即将开业!`,
|
285
263
|
openToWork: `接受工作机会`,
|
286
264
|
optional: `可选的`,
|
287
265
|
or: `要么`,
|
266
|
+
order: `订单`,
|
267
|
+
outOfStock: `缺货`,
|
268
|
+
ordered: (...v) => `已订购 ${v[0]}`,
|
288
269
|
orderAgain: `再次下单`,
|
289
270
|
orderDetails: `订单详情`,
|
271
|
+
orderConfirmed: `订单已确认`,
|
290
272
|
orderStatus: `订单状态`,
|
291
273
|
orderOptions: `订单选项`,
|
274
|
+
otherReason: `其他原因`,
|
292
275
|
pageNotFound: `页面未找到`,
|
293
276
|
password: `密码`,
|
294
277
|
payments: `付款方式`,
|
295
278
|
personal: `个人`,
|
279
|
+
personalCircumstances: `个人情况`,
|
296
280
|
pleaseCheckYour: (...v) => `请检查您的${v[0]}`,
|
297
281
|
pleaseDoNotShareYourPrivateInformationToOthers: `请勿向他人分享您的私人信息`,
|
298
|
-
pleaseDropOnlyOneImage: `请只丢一张图片`,
|
299
282
|
pleaseEnterANumberBetweenXandX: (...v) => `请输入${v[0]}和${v[1]}之间的数字`,
|
300
283
|
pleaseEnterAtLeastNChars: (...v) => `请输入至少${v[0]}个字符`,
|
301
284
|
pleaseFillOutYourDetails: `请填写您的详细信息`,
|
302
285
|
pleaseSignInToYourAccount: `请登录到您的帐户`,
|
286
|
+
platform: `平台`,
|
287
|
+
pleaseStartTyping: `请开始输入`,
|
303
288
|
pleaseTryAgainOrClick: (...v) => `请重复或者点击`,
|
304
289
|
pleaseVerifyYourAccount: `请验证您的帐户`,
|
305
290
|
pressHereTo: `按这里`,
|
@@ -326,6 +311,7 @@ export const text: text = {
|
|
326
311
|
selectASingleThemeOrSyncWithYourSystemAndAutomaticallySwitchBetweenDayAndNightThemes: `选择单个主题或与您的系统同步,并在白天和黑夜主题之间自动切换`,
|
327
312
|
selectAvatar: `选择头像`,
|
328
313
|
selectCharacters: `选择角色`,
|
314
|
+
seller: `卖家`,
|
329
315
|
selectFile: `选择文件`,
|
330
316
|
selectTheme: `选择主题`,
|
331
317
|
selectThumbnail: `选择缩略图`,
|
@@ -365,7 +351,11 @@ export const text: text = {
|
|
365
351
|
thisIsThePriceYouPropose: `这是您提议的价格`,
|
366
352
|
threateningViolence: `威胁暴力`,
|
367
353
|
title: `标题`,
|
354
|
+
timeConstraints: `时间限制`,
|
368
355
|
titleYourExtraService: `为您的额外服务命名`,
|
356
|
+
theMaximumQuantityThatACustomerCanAdd: `客户可以添加的最大数量`,
|
357
|
+
theReviewPeriodIsLimitedtoNdays: (...v) => `审查期限制为 ${v[0]} 天`,
|
358
|
+
toHelpTheCreatorCompleteYourOrder: `为了帮助创作者完成您的订单,请提供详细的描述。包括所需的主题、风格和角色特征,以及任何其他重要规格`,
|
369
359
|
today: `今天`,
|
370
360
|
toGetWorkRelatedNotifications: `获取与工作相关的通知`,
|
371
361
|
total: `总计`,
|
@@ -393,10 +383,12 @@ export const text: text = {
|
|
393
383
|
verificationCode: `验证码`,
|
394
384
|
verifyCode: `验证码`,
|
395
385
|
viewDetails: `查看详情`,
|
386
|
+
viewReview: `查看评论`,
|
396
387
|
viewEveryNotificationOfAGroupSeparately: `单独查看每个组的通知`,
|
397
388
|
visitOurDiscordChannelToGetMoreDetails: `访问我们的discord 频道以获取更多详细信息`,
|
398
389
|
weAreOnInstagram: `我们在Instagram上`,
|
399
390
|
weAreWorkingOnIt: `我们正在做这件事`,
|
391
|
+
wellDoneYourWorkHasBeenSuccessfullyCompleted: `做得好!您的工作已成功完成`,
|
400
392
|
weDoNotDisplayNSFWContentYet: `我们尚未显示NSFW内容`,
|
401
393
|
weekly: `每周`,
|
402
394
|
whenYouPurchaseSomethingItWillAppearHere: `当您购买某物时,它将出现在这里`,
|
@@ -404,12 +396,17 @@ export const text: text = {
|
|
404
396
|
welcomeToAnimeClub: `欢迎来到Anime.club!`,
|
405
397
|
weSentAnEmailTo: `我们发送了电子邮件至:`,
|
406
398
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `我们向您发送了一封新的验证电子邮件。请输入验证码`,
|
399
|
+
weAreExcitedToSeeYourProgressKeepItUp: `我们很高兴看到您的进步。继续保持!`,
|
407
400
|
weSupportOnlyTheFollowingFileExtensions: `我们仅支持以下文件扩展名:`,
|
408
401
|
work: `工作`,
|
402
|
+
weWouldLoveToHearFromYou: `我们很想听到您的意见`,
|
409
403
|
workDescription: `工作描述`,
|
404
|
+
leaveAReview: `留下评论`,
|
410
405
|
wrongEmailOrPassword: `邮箱或密码错误`,
|
411
406
|
yes: `是`,
|
412
407
|
yesterday: `昨天`,
|
408
|
+
youReceivedANewOrderFrom: (...v) => `您收到来自 <b>${v[0]}</b> 的新订单`,
|
409
|
+
youHaveSuccessfullyCreatedYourShop: `您已成功创建店铺`,
|
413
410
|
youAreAlreadyAuthenticated: `您已经通过验证`,
|
414
411
|
youCanAutoPublishToYourSocialMediaAccount: `您可以自动发布到您的社交媒体帐户`,
|
415
412
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `您可以修改通过电子邮件接收的通知类型`,
|
@@ -421,9 +418,12 @@ export const text: text = {
|
|
421
418
|
youHaveNotSetAPassword: `您还没有设置密码`,
|
422
419
|
youHaveNotSharedAnythingYet: `您还没有分享任何内容`,
|
423
420
|
youHaveReachedTheMaximumNumberOfFiles: `您已达到文件的最大数量`,
|
421
|
+
kindlyHoldOnForTheBuyersReview: `请耐心等待买家对订单的评论。`,
|
424
422
|
yourAccountIsVerifiedPleaseSignIn: `您的帐户已通过验证。请登录`,
|
425
423
|
yourAccountWillBeRemoved: (...v) => `您的帐户将在${v[0]}被删除`,
|
426
424
|
youHaveNoPurchases: `您没有购买记录`,
|
425
|
+
couldYouPleaseProvideTheReasonForTheCancellation: `请提供取消的原因`,
|
426
|
+
yourFeedbackWouldBeGreatlyAppreciated: `我们非常感谢您的反馈`,
|
427
427
|
yourArts: `您的艺术`,
|
428
428
|
yourAvatar: `您的头像`,
|
429
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`,
|
@@ -271,6 +273,7 @@ export const text = {
|
|
271
273
|
ordered: (relativeTime: string) => `Ordered ${relativeTime}`,
|
272
274
|
orderAgain: `Order again`,
|
273
275
|
orderDetails: `Order details`,
|
276
|
+
orderConfirmed: `Order confirmed`,
|
274
277
|
orderStatus: `Order status`,
|
275
278
|
orderOptions: `Order Options`,
|
276
279
|
otherReason: `Other reason`,
|
@@ -281,7 +284,6 @@ export const text = {
|
|
281
284
|
personalCircumstances: `Personal circumstances`,
|
282
285
|
pleaseCheckYour: (value: string) => `Please check your ${value}`,
|
283
286
|
pleaseDoNotShareYourPrivateInformationToOthers: `Please do not share your private information to others`,
|
284
|
-
pleaseDropOnlyOneImage: `Please drop only one image`,
|
285
287
|
pleaseEnterANumberBetweenXandX: (min: number, max: number) =>
|
286
288
|
`Please enter a number between ${min} and ${max}`,
|
287
289
|
pleaseEnterAtLeastNChars: (num: number) =>
|
@@ -407,6 +409,7 @@ export const text = {
|
|
407
409
|
welcomeToAnimeClub: `Welcome to Anime.club!`,
|
408
410
|
weSentAnEmailTo: `We sent an email to:`,
|
409
411
|
weSentYouANewVerificationEmailPleaseEnterTheCode: `We sent you a new verification email. Please enter the code`,
|
412
|
+
weAreExcitedToSeeYourProgressKeepItUp: `We are excited to see your progress. Keep it up!`,
|
410
413
|
weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
|
411
414
|
work: `Work`,
|
412
415
|
weWouldLoveToHearFromYou: `We would love to hear from you`,
|