@anime.club/translations 1.1.65 → 1.1.67
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 +12 -11
- package/src/chinese-simplified.ts +12 -11
- package/src/english.ts +2 -2
- package/src/french.ts +12 -11
- package/src/german.ts +12 -11
- package/src/hindi.ts +12 -11
- package/src/indonesian.ts +12 -11
- package/src/japanese.ts +12 -11
- package/src/korean.ts +12 -11
- package/src/portuguese.ts +12 -11
- package/src/russian.ts +16 -15
- package/src/spanish.ts +12 -11
- package/src/thai.ts +12 -11
- package/src/vietnamese.ts +12 -11
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `، `,
|
4
16
|
_dot: `. `,
|
@@ -62,7 +74,6 @@ export const text: text = {
|
|
62
74
|
cancelOrder: `إلغاء الطلب`,
|
63
75
|
cannotStartWithChars: `لا يمكن البدء بـs{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
64
76
|
change: `تغيير`,
|
65
|
-
checkOrderStatus: `(en) Check order status`,
|
66
77
|
changeArt: `تغيير العمل الفني`,
|
67
78
|
changeAvatar: `تغيير الصورة الشخصية`,
|
68
79
|
changeEmail: `تغيير البريد الإلكتروني`,
|
@@ -88,7 +99,6 @@ export const text: text = {
|
|
88
99
|
continue: `استمرار`,
|
89
100
|
contractTitle: `عنوان العقد`,
|
90
101
|
copyLink: `نسخ الرابط`,
|
91
|
-
congratulations: `(en) Congratulations!`,
|
92
102
|
copyrightViolation: `انتهاك حقوق النشر`,
|
93
103
|
couldNotCreateANewRecord: `تعذر إنشاء سجل جديد`,
|
94
104
|
country: `الدولة`,
|
@@ -103,10 +113,8 @@ export const text: text = {
|
|
103
113
|
darkHighContrast: `عالي التباين الداكن`,
|
104
114
|
dayTheme: `موضوع النهار`,
|
105
115
|
delete: `حذف`,
|
106
|
-
deleteShop: `(en) Delete shop`,
|
107
116
|
deleteAccount: `حذف الحساب`,
|
108
117
|
deleteArt: `حذف الرسم`,
|
109
|
-
decline: `(en) Decline`,
|
110
118
|
deletePost: `حذف المنشور`,
|
111
119
|
deleteProduct: `حذف المنتج`,
|
112
120
|
deliveryTime: `وقت التسليم`,
|
@@ -184,7 +192,6 @@ export const text: text = {
|
|
184
192
|
languages: `اللغات`,
|
185
193
|
letEveryoneKnowHowToDonateToYou: `اسمح للجميع بمعرفة كيفية التبرع لك`,
|
186
194
|
letOthersKnowAboutYou: `اسمح للآخرين بمعرفة معلومات عنك`,
|
187
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
188
195
|
letUsKnowWhatsHappening: `اسمح لنا بمعرفة ما يحدث وسنتحقق من ذلك`,
|
189
196
|
licenseForForProfitBusinessUse: `ترخيص للاستخدام التجاري الربحي`,
|
190
197
|
lightDefault: `الإضاءة الافتراضية الفاتحة`,
|
@@ -245,13 +252,11 @@ export const text: text = {
|
|
245
252
|
onlyLatinLettersNumbersHyphen: `فقط الأحرف اللاتينية والأرقام والشرطة والشرطة السفلية والنقطة`,
|
246
253
|
onlyNumbers: `أرقام فقط`,
|
247
254
|
open: `مفتوح`,
|
248
|
-
openDispute: `(en) Open dispute`,
|
249
255
|
openGuestView: `افتح وضع الضيف`,
|
250
256
|
openingSoon: `قريبًا الافتتاح!`,
|
251
257
|
openToWork: `مفتوح للعمل`,
|
252
258
|
optional: `اختياري`,
|
253
259
|
or: `أو`,
|
254
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
255
260
|
orderAgain: `أعد الطلب مرة أخرى`,
|
256
261
|
orderDetails: `تفاصيل الطلب`,
|
257
262
|
orderStatus: `حالة الطلب`,
|
@@ -335,8 +340,6 @@ export const text: text = {
|
|
335
340
|
threateningViolence: `تهديد العنف`,
|
336
341
|
title: `العنوان`,
|
337
342
|
titleYourExtraService: `عنوان خدمتك الإضافية`,
|
338
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
339
|
-
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`,
|
340
343
|
today: `اليوم`,
|
341
344
|
toGetWorkRelatedNotifications: `للحصول على إشعارات تتعلق بالعمل`,
|
342
345
|
total: `الإجمالي`,
|
@@ -364,7 +367,6 @@ export const text: text = {
|
|
364
367
|
verificationCode: `رمز التأكيد`,
|
365
368
|
verifyCode: `أكد الرمز`,
|
366
369
|
viewDetails: `عرض التفاصيل`,
|
367
|
-
viewReview: `(en) view review`,
|
368
370
|
viewEveryNotificationOfAGroupSeparately: `عرض كل إشعار من مجموعة بشكل منفصل`,
|
369
371
|
visitOurDiscordChannelToGetMoreDetails: `قم بزيارة قناتنا في ديسكورد للحصول على مزيد من التفاصيل`,
|
370
372
|
weAreOnInstagram: `تجدنا على انستقرام`,
|
@@ -382,7 +384,6 @@ export const text: text = {
|
|
382
384
|
wrongEmailOrPassword: `البريد الإلكتروني أو كلمة المرور غير صحيحين`,
|
383
385
|
yes: `نعم`,
|
384
386
|
yesterday: `أمس`,
|
385
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
386
387
|
youAreAlreadyAuthenticated: `سبق وقمنا بالتحقق من حسابك`,
|
387
388
|
youCanAutoPublishToYourSocialMediaAccount: `يمكنك النشر التلقائي على حسابات التواصل الاجتماعي الخاصة بك`,
|
388
389
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `يمكنك تعديل أنواع الإشعارات التي تتلقاها عبر البريد الإلكتروني`,
|
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `:`,
|
3
15
|
_comma: `、`,
|
4
16
|
_dot: `。`,
|
@@ -62,7 +74,6 @@ export const text: text = {
|
|
62
74
|
cancelOrder: `取消订单`,
|
63
75
|
cannotStartWithChars: `无法以{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
64
76
|
change: `更改`,
|
65
|
-
checkOrderStatus: `(en) Check order status`,
|
66
77
|
changeArt: `改变艺术`,
|
67
78
|
changeAvatar: `更改头像`,
|
68
79
|
changeEmail: `更改电子邮件`,
|
@@ -88,7 +99,6 @@ export const text: text = {
|
|
88
99
|
continue: `继续`,
|
89
100
|
contractTitle: `合同标题`,
|
90
101
|
copyLink: `复制链接`,
|
91
|
-
congratulations: `(en) Congratulations!`,
|
92
102
|
copyrightViolation: `版权侵权`,
|
93
103
|
couldNotCreateANewRecord: `无法创建新记录`,
|
94
104
|
country: `国家`,
|
@@ -103,10 +113,8 @@ export const text: text = {
|
|
103
113
|
darkHighContrast: `暗色高对比度`,
|
104
114
|
dayTheme: `日间主题`,
|
105
115
|
delete: `删除`,
|
106
|
-
deleteShop: `(en) Delete shop`,
|
107
116
|
deleteAccount: `删除账户`,
|
108
117
|
deleteArt: `删除作品`,
|
109
|
-
decline: `(en) Decline`,
|
110
118
|
deletePost: `删除贴文`,
|
111
119
|
deleteProduct: `删除产品`,
|
112
120
|
deliveryTime: `交货时间`,
|
@@ -183,7 +191,6 @@ export const text: text = {
|
|
183
191
|
languages: `语言`,
|
184
192
|
letEveryoneKnowHowToDonateToYou: `让每个人都知道如何向您捐赠`,
|
185
193
|
letOthersKnowAboutYou: `让其他人了解您`,
|
186
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
187
194
|
letUsKnowWhatsHappening: `让我们知道发生了什么,我们会调查一下`,
|
188
195
|
licenseForForProfitBusinessUse: `盈利性商业使用许可证`,
|
189
196
|
lightDefault: `浅色默认`,
|
@@ -243,13 +250,11 @@ export const text: text = {
|
|
243
250
|
onlyLatinLettersNumbersHyphen: `仅限拉丁字母、数字、连字符、下划线和点字符`,
|
244
251
|
onlyNumbers: `仅数字`,
|
245
252
|
open: `打开`,
|
246
|
-
openDispute: `(en) Open dispute`,
|
247
253
|
openGuestView: `开启访客检视`,
|
248
254
|
openingSoon: `即将开业!`,
|
249
255
|
openToWork: `接受工作机会`,
|
250
256
|
optional: `可选的`,
|
251
257
|
or: `要么`,
|
252
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
253
258
|
orderAgain: `再次下单`,
|
254
259
|
orderDetails: `订单详情`,
|
255
260
|
orderStatus: `订单状态`,
|
@@ -331,8 +336,6 @@ export const text: text = {
|
|
331
336
|
threateningViolence: `威胁暴力`,
|
332
337
|
title: `标题`,
|
333
338
|
titleYourExtraService: `为您的额外服务命名`,
|
334
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
335
|
-
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`,
|
336
339
|
today: `今天`,
|
337
340
|
toGetWorkRelatedNotifications: `获取与工作相关的通知`,
|
338
341
|
total: `总计`,
|
@@ -360,7 +363,6 @@ export const text: text = {
|
|
360
363
|
verificationCode: `验证码`,
|
361
364
|
verifyCode: `验证码`,
|
362
365
|
viewDetails: `查看详情`,
|
363
|
-
viewReview: `(en) view review`,
|
364
366
|
viewEveryNotificationOfAGroupSeparately: `单独查看每个组的通知`,
|
365
367
|
visitOurDiscordChannelToGetMoreDetails: `访问我们的discord 频道以获取更多详细信息`,
|
366
368
|
weAreOnInstagram: `我们在Instagram上`,
|
@@ -378,7 +380,6 @@ export const text: text = {
|
|
378
380
|
wrongEmailOrPassword: `邮箱或密码错误`,
|
379
381
|
yes: `是`,
|
380
382
|
yesterday: `昨天`,
|
381
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
382
383
|
youAreAlreadyAuthenticated: `您已经通过验证`,
|
383
384
|
youCanAutoPublishToYourSocialMediaAccount: `您可以自动发布到您的社交媒体帐户`,
|
384
385
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `您可以修改通过电子邮件接收的通知类型`,
|
package/src/english.ts
CHANGED
@@ -186,7 +186,7 @@ export const text = {
|
|
186
186
|
languages: `Languages`,
|
187
187
|
letEveryoneKnowHowToDonateToYou: `Let everyone know how to donate to you`,
|
188
188
|
letOthersKnowAboutYou: `Let others know about you`,
|
189
|
-
|
189
|
+
letsUploadYourFirstProduct: `Let's upload your first product`,
|
190
190
|
letUsKnowWhatsHappening: `Let us know what's happening and we'll look into it`,
|
191
191
|
licenseForForProfitBusinessUse: `License for for-profit business use`,
|
192
192
|
lightDefault: `Light default`,
|
@@ -378,7 +378,6 @@ export const text = {
|
|
378
378
|
weAreWorkingOnIt: `We are working on it`,
|
379
379
|
weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
|
380
380
|
weekly: `Weekly`,
|
381
|
-
writeAReview: `Write a review`,
|
382
381
|
whenYouPurchaseSomethingItWillAppearHere: `When you purchase something, it will appear here`,
|
383
382
|
weHaveSentTooManyEmails: `We have sent too many emails, please try again later or contact customer support`,
|
384
383
|
welcomeToAnimeClub: `Welcome to Anime.club!`,
|
@@ -387,6 +386,7 @@ export const text = {
|
|
387
386
|
weSupportOnlyTheFollowingFileExtensions: `We support only the following file extensions:`,
|
388
387
|
work: `Work`,
|
389
388
|
workDescription: `Work description`,
|
389
|
+
leaveAReview: `Leave a review`,
|
390
390
|
wrongEmailOrPassword: `Wrong email or password`,
|
391
391
|
yes: `yes`,
|
392
392
|
yesterday: `Yesterday`,
|
package/src/french.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: ` : `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -64,7 +76,6 @@ export const text: text = {
|
|
64
76
|
cancelOrder: `Annuler la commande`,
|
65
77
|
cannotStartWithChars: `Impossible de démarrer avec s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
66
78
|
change: `Changer`,
|
67
|
-
checkOrderStatus: `(en) Check order status`,
|
68
79
|
changeArt: `Changer d'art`,
|
69
80
|
changeAvatar: `Changer d'avatar`,
|
70
81
|
changeEmail: `Changer d'email`,
|
@@ -90,7 +101,6 @@ export const text: text = {
|
|
90
101
|
continue: `Continuer`,
|
91
102
|
contractTitle: `Titre du contrat`,
|
92
103
|
copyLink: `Copier le lien`,
|
93
|
-
congratulations: `(en) Congratulations!`,
|
94
104
|
copyrightViolation: `Violation de droits d'auteur`,
|
95
105
|
couldNotCreateANewRecord: `Impossible de créer un nouvel enregistrement`,
|
96
106
|
country: `Pays`,
|
@@ -105,10 +115,8 @@ export const text: text = {
|
|
105
115
|
darkHighContrast: `Thème sombre à fort contraste`,
|
106
116
|
dayTheme: `Thème de jour`,
|
107
117
|
delete: `Supprimer`,
|
108
|
-
deleteShop: `(en) Delete shop`,
|
109
118
|
deleteAccount: `Supprimer le compte`,
|
110
119
|
deleteArt: `Supprimer l'art`,
|
111
|
-
decline: `(en) Decline`,
|
112
120
|
deletePost: `Supprimer le message`,
|
113
121
|
deleteProduct: `Supprimer le produit`,
|
114
122
|
deliveryTime: `Délai de livraison`,
|
@@ -187,7 +195,6 @@ export const text: text = {
|
|
187
195
|
languages: `Langues`,
|
188
196
|
letEveryoneKnowHowToDonateToYou: `Faites savoir à tout le monde comment vous faire un don`,
|
189
197
|
letOthersKnowAboutYou: `Faites savoir aux autres qui vous êtes`,
|
190
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
191
198
|
letUsKnowWhatsHappening: `Faites-nous savoir ce qui se passe et nous examinerons la situation`,
|
192
199
|
licenseForForProfitBusinessUse: `Licence pour utilisation commerciale à but lucratif`,
|
193
200
|
lightDefault: `Thème clair par défaut`,
|
@@ -248,13 +255,11 @@ export const text: text = {
|
|
248
255
|
onlyLatinLettersNumbersHyphen: `Seulement des lettres latines, des chiffres, des tirets, des traits de soulignement et des points`,
|
249
256
|
onlyNumbers: `Seulement les chiffres`,
|
250
257
|
open: `Ouvrir`,
|
251
|
-
openDispute: `(en) Open dispute`,
|
252
258
|
openGuestView: `Ouvrir la vue client`,
|
253
259
|
openingSoon: `Ouverture prochaine !`,
|
254
260
|
openToWork: `Ouvert au travail`,
|
255
261
|
optional: `Optionnel`,
|
256
262
|
or: `OU`,
|
257
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
258
263
|
orderAgain: `Commander à nouveau`,
|
259
264
|
orderDetails: `Détails de la commande`,
|
260
265
|
orderStatus: `Statut de la commande`,
|
@@ -338,8 +343,6 @@ export const text: text = {
|
|
338
343
|
threateningViolence: `Menace de violence`,
|
339
344
|
title: `Titre`,
|
340
345
|
titleYourExtraService: `Nommez votre service supplémentaire`,
|
341
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
342
|
-
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`,
|
343
346
|
today: `Aujourd'hui`,
|
344
347
|
toGetWorkRelatedNotifications: `Pour recevoir des notifications liées au travail`,
|
345
348
|
total: `Total`,
|
@@ -368,7 +371,6 @@ export const text: text = {
|
|
368
371
|
verificationCode: `Code de vérification`,
|
369
372
|
verifyCode: `Vérifier le code`,
|
370
373
|
viewDetails: `Voir les détails`,
|
371
|
-
viewReview: `(en) view review`,
|
372
374
|
viewEveryNotificationOfAGroupSeparately: `Voir chaque notification d'un groupe séparément`,
|
373
375
|
visitOurDiscordChannelToGetMoreDetails: `Pour plus d'informations, visitez notre chaîne Discord`,
|
374
376
|
weAreOnInstagram: `Nous sommes sur Instagram`,
|
@@ -386,7 +388,6 @@ export const text: text = {
|
|
386
388
|
wrongEmailOrPassword: `E-mail ou mot de passe erroné`,
|
387
389
|
yes: `oui`,
|
388
390
|
yesterday: `Hier`,
|
389
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
390
391
|
youAreAlreadyAuthenticated: `Vous êtes déjà authentifié`,
|
391
392
|
youCanAutoPublishToYourSocialMediaAccount: `Vous pouvez publier automatiquement sur votre compte de médias sociaux`,
|
392
393
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Vous pouvez modifier les types de notifications que vous recevez par e-mail`,
|
package/src/german.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
cancelOrder: `Bestellung stornieren`,
|
64
76
|
cannotStartWithChars: `Kann nicht mit s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
65
77
|
change: `Ändern`,
|
66
|
-
checkOrderStatus: `(en) Check order status`,
|
67
78
|
changeArt: `Kunst ändern`,
|
68
79
|
changeAvatar: `Avatar ändern`,
|
69
80
|
changeEmail: `E-Mail ändern`,
|
@@ -89,7 +100,6 @@ export const text: text = {
|
|
89
100
|
continue: `Weiter`,
|
90
101
|
contractTitle: `Vertragstitel`,
|
91
102
|
copyLink: `Link kopieren`,
|
92
|
-
congratulations: `(en) Congratulations!`,
|
93
103
|
copyrightViolation: `Urheberrechtsverletzung`,
|
94
104
|
couldNotCreateANewRecord: `Es konnte kein neuer Datensatz erstellt werden`,
|
95
105
|
country: `Land`,
|
@@ -104,10 +114,8 @@ export const text: text = {
|
|
104
114
|
darkHighContrast: `Dunkel hoher Kontrast`,
|
105
115
|
dayTheme: `Tages-Thema`,
|
106
116
|
delete: `Löschen`,
|
107
|
-
deleteShop: `(en) Delete shop`,
|
108
117
|
deleteAccount: `Konto löschen`,
|
109
118
|
deleteArt: `Art löschen`,
|
110
|
-
decline: `(en) Decline`,
|
111
119
|
deletePost: `Beitrag löschen`,
|
112
120
|
deleteProduct: `Produkt löschen`,
|
113
121
|
deliveryTime: `Lieferzeit`,
|
@@ -186,7 +194,6 @@ export const text: text = {
|
|
186
194
|
languages: `Sprachen`,
|
187
195
|
letEveryoneKnowHowToDonateToYou: `Lass alle wissen, wie sie dir spenden können`,
|
188
196
|
letOthersKnowAboutYou: `Lass andere über dich wissen`,
|
189
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
190
197
|
letUsKnowWhatsHappening: `Lass uns wissen, was passiert, und wir werden uns darum kümmern`,
|
191
198
|
licenseForForProfitBusinessUse: `Lizenz für gewerbliche Nutzung`,
|
192
199
|
lightDefault: `Hell Standard`,
|
@@ -247,13 +254,11 @@ export const text: text = {
|
|
247
254
|
onlyLatinLettersNumbersHyphen: `Nur lateinische Buchstaben, Zahlen, Bindestrich, Unterstrich und Punktzeichen`,
|
248
255
|
onlyNumbers: `Nur Zahlen`,
|
249
256
|
open: `Öffnen`,
|
250
|
-
openDispute: `(en) Open dispute`,
|
251
257
|
openGuestView: `Gastansicht öffnen`,
|
252
258
|
openingSoon: `Öffnet bald!`,
|
253
259
|
openToWork: `Offen für Arbeit`,
|
254
260
|
optional: `Optional`,
|
255
261
|
or: `ODER`,
|
256
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
257
262
|
orderAgain: `Erneut bestellen`,
|
258
263
|
orderDetails: `Bestelldetails`,
|
259
264
|
orderStatus: `Bestellstatus`,
|
@@ -338,8 +343,6 @@ export const text: text = {
|
|
338
343
|
threateningViolence: `Gewaltandrohung`,
|
339
344
|
title: `Titel`,
|
340
345
|
titleYourExtraService: `Benennen Sie Ihren zusätzlichen Service`,
|
341
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
342
|
-
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`,
|
343
346
|
today: `Heute`,
|
344
347
|
toGetWorkRelatedNotifications: `Um arbeitsbezogene Benachrichtigungen zu erhalten`,
|
345
348
|
total: `Gesamt`,
|
@@ -368,7 +371,6 @@ export const text: text = {
|
|
368
371
|
verificationCode: `Bestätigungscode`,
|
369
372
|
verifyCode: `Code überprüfen`,
|
370
373
|
viewDetails: `Details anzeigen`,
|
371
|
-
viewReview: `(en) view review`,
|
372
374
|
viewEveryNotificationOfAGroupSeparately: `Jede Benachrichtigung einer Gruppe separat anzeigen`,
|
373
375
|
visitOurDiscordChannelToGetMoreDetails: `Für weitere Einzelheiten besuchen Sie unseren Discord-Kanal`,
|
374
376
|
weAreOnInstagram: `Wir sind auf Instagram`,
|
@@ -386,7 +388,6 @@ export const text: text = {
|
|
386
388
|
wrongEmailOrPassword: `Falsche E-Mail oder falsches Passwort`,
|
387
389
|
yes: `Ja`,
|
388
390
|
yesterday: `Gestern`,
|
389
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
390
391
|
youAreAlreadyAuthenticated: `Sie sind bereits authentifiziert`,
|
391
392
|
youCanAutoPublishToYourSocialMediaAccount: `Sie können automatisch auf Ihr Social-Media-Konto veröffentlichen`,
|
392
393
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Sie können die Arten von Benachrichtigungen ändern, die Sie per E-Mail erhalten`,
|
package/src/hindi.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `| `,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
cancelOrder: `आदेश रद्द करें`,
|
64
76
|
cannotStartWithChars: `इस के साथ शुरू नहीं कर सकते{:"^$*[]{}()?-"!@#%&/,><':;|~\`" `,
|
65
77
|
change: `बदलें`,
|
66
|
-
checkOrderStatus: `(en) Check order status`,
|
67
78
|
changeArt: `चित्रकला बदलें `,
|
68
79
|
changeAvatar: `अवतार बदलें `,
|
69
80
|
changeEmail: `ईमेल बदलें`,
|
@@ -89,7 +100,6 @@ export const text: text = {
|
|
89
100
|
continue: `जारी रखें`,
|
90
101
|
contractTitle: `अनुबंध शीर्षक`,
|
91
102
|
copyLink: `लिंक कॉपी करें`,
|
92
|
-
congratulations: `(en) Congratulations!`,
|
93
103
|
copyrightViolation: `कॉपीराइट उल्लंघन`,
|
94
104
|
couldNotCreateANewRecord: `नया रिकॉर्ड नहीं बना सकते`,
|
95
105
|
country: `देश`,
|
@@ -104,10 +114,8 @@ export const text: text = {
|
|
104
114
|
darkHighContrast: `डार्क हाई कंट्रास्ट`,
|
105
115
|
dayTheme: `डे थीम`,
|
106
116
|
delete: `हटाएं`,
|
107
|
-
deleteShop: `(en) Delete shop`,
|
108
117
|
deleteAccount: `खाता हटाएं`,
|
109
118
|
deleteArt: `चित्रकला हटाएं`,
|
110
|
-
decline: `(en) Decline`,
|
111
119
|
deletePost: `पोस्ट हटायें`,
|
112
120
|
deleteProduct: `उत्पाद हटाएं`,
|
113
121
|
deliveryTime: `वितरण समय`,
|
@@ -186,7 +194,6 @@ export const text: text = {
|
|
186
194
|
languages: `भाषाओं`,
|
187
195
|
letEveryoneKnowHowToDonateToYou: `हर कोई आपको कैसे डोनेट कर सकता है उसे बताएं`,
|
188
196
|
letOthersKnowAboutYou: `दूसरों को आपके बारे में बताएं`,
|
189
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
190
197
|
letUsKnowWhatsHappening: `हमें बताएं कि क्या हो रहा है और हम इसे देखेंगे`,
|
191
198
|
licenseForForProfitBusinessUse: `लाभ के लिए व्यवसाय उपयोग के लिए लाइसेंस`,
|
192
199
|
lightDefault: `लाइट डिफ़ॉल्ट`,
|
@@ -247,13 +254,11 @@ export const text: text = {
|
|
247
254
|
onlyLatinLettersNumbersHyphen: `केवल लैटिन अक्षर, संख्याएं, हाइफ़न, अंडरस्कोर और डॉट वर्ण हो सकते हैं`,
|
248
255
|
onlyNumbers: `केवल संख्या`,
|
249
256
|
open: `खुला`,
|
250
|
-
openDispute: `(en) Open dispute`,
|
251
257
|
openGuestView: `अतिथि दृश्य खोलें`,
|
252
258
|
openingSoon: `जल्द ही खुल रहा है!`,
|
253
259
|
openToWork: `काम के लिए खुला`,
|
254
260
|
optional: `वैकल्पिक`,
|
255
261
|
or: `या`,
|
256
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
257
262
|
orderAgain: `फिर से ऑर्डर करें`,
|
258
263
|
orderDetails: `ऑर्डर विवरण`,
|
259
264
|
orderStatus: `ऑर्डर स्थिति`,
|
@@ -337,8 +342,6 @@ export const text: text = {
|
|
337
342
|
threateningViolence: `हिंसा की धमकी देना`,
|
338
343
|
title: `शीर्षक`,
|
339
344
|
titleYourExtraService: `अपनी अतिरिक्त सेवा का शीर्षक दें`,
|
340
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
341
|
-
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`,
|
342
345
|
today: `आज`,
|
343
346
|
toGetWorkRelatedNotifications: `काम से संबंधित अधिसूचनाएं प्राप्त करने के लिए`,
|
344
347
|
total: `कुल`,
|
@@ -367,7 +370,6 @@ export const text: text = {
|
|
367
370
|
verificationCode: `वेरीफिकेशन कोड`,
|
368
371
|
verifyCode: `कोड वेरिफाए करें`,
|
369
372
|
viewDetails: `विवरण देखें`,
|
370
|
-
viewReview: `(en) view review`,
|
371
373
|
viewEveryNotificationOfAGroupSeparately: `एक समूह की हर सूचना को अलग-अलग देखें`,
|
372
374
|
visitOurDiscordChannelToGetMoreDetails: `अधिक जानकारी प्राप्त करने के लिए हमारे कलह चैनल पर जाएं`,
|
373
375
|
weAreOnInstagram: `हम इंस्टाग्राम पर हैं`,
|
@@ -385,7 +387,6 @@ export const text: text = {
|
|
385
387
|
wrongEmailOrPassword: `गलत ईमेल या पासवर्ड`,
|
386
388
|
yes: `हाँ`,
|
387
389
|
yesterday: `कल`,
|
388
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
389
390
|
youAreAlreadyAuthenticated: `आप पहले से ही प्रमाणीकृत हैं`,
|
390
391
|
youCanAutoPublishToYourSocialMediaAccount: `आप अपने सोशल मीडिया अकाउंट पर ऑटो प्रकाशित कर सकते हैं`,
|
391
392
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `आप ईमेल के माध्यम से प्राप्त करने वाली सूचनाओं के प्रकार को संशोधित कर सकते हैं`,
|
package/src/indonesian.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
cancelOrder: `Batalkan pesanan`,
|
64
76
|
cannotStartWithChars: `Tidak dapat memulai dengan {:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
65
77
|
change: `Ubah`,
|
66
|
-
checkOrderStatus: `(en) Check order status`,
|
67
78
|
changeArt: `Ubah karya`,
|
68
79
|
changeAvatar: `Ubah avatar`,
|
69
80
|
changeEmail: `Ubah email`,
|
@@ -89,7 +100,6 @@ export const text: text = {
|
|
89
100
|
continue: `Lanjutkan`,
|
90
101
|
contractTitle: `Judul kontrak`,
|
91
102
|
copyLink: `Salin tautan`,
|
92
|
-
congratulations: `(en) Congratulations!`,
|
93
103
|
copyrightViolation: `Pelanggaran hak cipta`,
|
94
104
|
couldNotCreateANewRecord: `Tidak dapat membuat catatan baru`,
|
95
105
|
country: `Negara`,
|
@@ -104,10 +114,8 @@ export const text: text = {
|
|
104
114
|
darkHighContrast: `Tema gelap kontras tinggi`,
|
105
115
|
dayTheme: `Tema siang`,
|
106
116
|
delete: `Hapus`,
|
107
|
-
deleteShop: `(en) Delete shop`,
|
108
117
|
deleteAccount: `Hapus akun`,
|
109
118
|
deleteArt: `Hapus karya`,
|
110
|
-
decline: `(en) Decline`,
|
111
119
|
deletePost: `Hapus postingan`,
|
112
120
|
deleteProduct: `Hapus produk`,
|
113
121
|
deliveryTime: `Waktu pengiriman`,
|
@@ -186,7 +194,6 @@ export const text: text = {
|
|
186
194
|
languages: `Bahasa`,
|
187
195
|
letEveryoneKnowHowToDonateToYou: `Biarkan semua orang tahu cara mendonasikan kepadamu`,
|
188
196
|
letOthersKnowAboutYou: `Biarkan orang lain tahu tentangmu`,
|
189
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
190
197
|
letUsKnowWhatsHappening: `Beritahu kami apa yang terjadi dan kami akan memeriksanya`,
|
191
198
|
licenseForForProfitBusinessUse: `Lisensi untuk penggunaan bisnis berorientasi profit`,
|
192
199
|
lightDefault: `Tema default terang`,
|
@@ -247,13 +254,11 @@ export const text: text = {
|
|
247
254
|
onlyLatinLettersNumbersHyphen: `Hanya huruf latin, angka, tanda hubung, garis bawah, dan titik`,
|
248
255
|
onlyNumbers: `Hanya angka`,
|
249
256
|
open: `Buka`,
|
250
|
-
openDispute: `(en) Open dispute`,
|
251
257
|
openGuestView: `Buka tampilan pengunjung`,
|
252
258
|
openingSoon: `Segera hadir!`,
|
253
259
|
openToWork: `Terbuka untuk bekerja`,
|
254
260
|
optional: `Opsional`,
|
255
261
|
or: `ATAU`,
|
256
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
257
262
|
orderAgain: `Pesan lagi`,
|
258
263
|
orderDetails: `Detail pesanan`,
|
259
264
|
orderStatus: `Status pesanan`,
|
@@ -338,8 +343,6 @@ export const text: text = {
|
|
338
343
|
threateningViolence: `Ancaman kekerasan`,
|
339
344
|
title: `Judul`,
|
340
345
|
titleYourExtraService: `Beri judul pada layanan tambahan Anda`,
|
341
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
342
|
-
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`,
|
343
346
|
today: `Hari ini`,
|
344
347
|
toGetWorkRelatedNotifications: `Untuk mendapatkan pemberitahuan terkait pekerjaan`,
|
345
348
|
total: `Total`,
|
@@ -368,7 +371,6 @@ export const text: text = {
|
|
368
371
|
verificationCode: `Verifikasi Kode`,
|
369
372
|
verifyCode: `Memverifikasi kode`,
|
370
373
|
viewDetails: `Lihat detail`,
|
371
|
-
viewReview: `(en) view review`,
|
372
374
|
viewEveryNotificationOfAGroupSeparately: `Lihat setiap notifikasi dari grup secara terpisah`,
|
373
375
|
visitOurDiscordChannelToGetMoreDetails: `Gabung dengan Discord untuk mendapatkan info lebih lanjut`,
|
374
376
|
weAreOnInstagram: `Kami ada di Instagram`,
|
@@ -386,7 +388,6 @@ export const text: text = {
|
|
386
388
|
wrongEmailOrPassword: `Surel atau kata sandi salah`,
|
387
389
|
yes: `Ya`,
|
388
390
|
yesterday: `Kemarin`,
|
389
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
390
391
|
youAreAlreadyAuthenticated: `Anda sudah terauntentikasi`,
|
391
392
|
youCanAutoPublishToYourSocialMediaAccount: `Anda dapat mempublikasikan secara otomatis ke akun media sosial Anda`,
|
392
393
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Anda dapat mengubah jenis pemberitahuan yang Anda terima melalui email`,
|
package/src/japanese.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `:`,
|
3
15
|
_comma: `、`,
|
4
16
|
_dot: `。`,
|
@@ -63,7 +75,6 @@ export const text: text = {
|
|
63
75
|
cancelOrder: `注文をキャンセル`,
|
64
76
|
cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"から始めることはできません`,
|
65
77
|
change: `変更`,
|
66
|
-
checkOrderStatus: `(en) Check order status`,
|
67
78
|
changeArt: `アートを変更する`,
|
68
79
|
changeAvatar: `アバターを変更する`,
|
69
80
|
changeEmail: `メールアドレスを変更`,
|
@@ -89,7 +100,6 @@ export const text: text = {
|
|
89
100
|
continue: `続ける`,
|
90
101
|
contractTitle: `契約タイトル`,
|
91
102
|
copyLink: `リンクをコピーする`,
|
92
|
-
congratulations: `(en) Congratulations!`,
|
93
103
|
copyrightViolation: `著作権侵害`,
|
94
104
|
couldNotCreateANewRecord: `新しい登録を作成できませんでした`,
|
95
105
|
country: `国`,
|
@@ -104,10 +114,8 @@ export const text: text = {
|
|
104
114
|
darkHighContrast: `ダークハイコントラスト`,
|
105
115
|
dayTheme: `デイテーマ`,
|
106
116
|
delete: `削除する`,
|
107
|
-
deleteShop: `(en) Delete shop`,
|
108
117
|
deleteAccount: `アカウントを削除する`,
|
109
118
|
deleteArt: `アートを削除する`,
|
110
|
-
decline: `(en) Decline`,
|
111
119
|
deletePost: `投稿を削除する`,
|
112
120
|
deleteProduct: `製品を削除する`,
|
113
121
|
deliveryTime: `配達時間`,
|
@@ -186,7 +194,6 @@ export const text: text = {
|
|
186
194
|
languages: `言語`,
|
187
195
|
letEveryoneKnowHowToDonateToYou: `寄付方法をみんなに知らせる`,
|
188
196
|
letOthersKnowAboutYou: `あなたについて他の人に知らせる`,
|
189
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
190
197
|
letUsKnowWhatsHappening: `何が起こっているか教えてください。調査します`,
|
191
198
|
licenseForForProfitBusinessUse: `営利目的のビジネス利用のライセンス`,
|
192
199
|
lightDefault: `ライトデフォルト`,
|
@@ -246,13 +253,11 @@ export const text: text = {
|
|
246
253
|
onlyLatinLettersNumbersHyphen: `ラテン文字、数字、ハイフン、アンダースコア、ドット文字のみ`,
|
247
254
|
onlyNumbers: `数字のみ`,
|
248
255
|
open: `開く`,
|
249
|
-
openDispute: `(en) Open dispute`,
|
250
256
|
openGuestView: `ゲスト視聴を開く`,
|
251
257
|
openingSoon: `近日公開!`,
|
252
258
|
openToWork: `仕事に開かれています`,
|
253
259
|
optional: `オプション`,
|
254
260
|
or: `または`,
|
255
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
256
261
|
orderAgain: `再注文する`,
|
257
262
|
orderDetails: `注文の詳細`,
|
258
263
|
orderStatus: `注文ステータス`,
|
@@ -336,8 +341,6 @@ export const text: text = {
|
|
336
341
|
threateningViolence: `暴力を脅す`,
|
337
342
|
title: `件名`,
|
338
343
|
titleYourExtraService: `追加サービスのタイトルを付ける`,
|
339
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
340
|
-
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`,
|
341
344
|
today: `今日`,
|
342
345
|
toGetWorkRelatedNotifications: `仕事に関する通知を受け取るには`,
|
343
346
|
total: `合計`,
|
@@ -368,7 +371,6 @@ export const text: text = {
|
|
368
371
|
verificationCode: `検証コード`,
|
369
372
|
verifyCode: `コードを確認する`,
|
370
373
|
viewDetails: `詳細を見る`,
|
371
|
-
viewReview: `(en) view review`,
|
372
374
|
viewEveryNotificationOfAGroupSeparately: `グループのすべての通知を個別に表示する`,
|
373
375
|
visitOurDiscordChannelToGetMoreDetails: `Discordの当チャンネルで詳細をご覧ください`,
|
374
376
|
weAreOnInstagram: `当社のInstagram`,
|
@@ -386,7 +388,6 @@ export const text: text = {
|
|
386
388
|
wrongEmailOrPassword: `誤ったメールまたはパスワード`,
|
387
389
|
yes: `はい`,
|
388
390
|
yesterday: `昨日`,
|
389
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
390
391
|
youAreAlreadyAuthenticated: `すでに認証されています`,
|
391
392
|
youCanAutoPublishToYourSocialMediaAccount: `ソーシャルメディアアカウントに自動投稿できます`,
|
392
393
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `メールで受け取る通知の種類を変更できます`,
|
package/src/korean.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -62,7 +74,6 @@ export const text: text = {
|
|
62
74
|
cancelOrder: `주문 취소`,
|
63
75
|
cannotStartWithChars: `s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"로 시작할 수 없습니다.`,
|
64
76
|
change: `변경`,
|
65
|
-
checkOrderStatus: `(en) Check order status`,
|
66
77
|
changeArt: `아트 변경`,
|
67
78
|
changeAvatar: `아바타 변경`,
|
68
79
|
changeEmail: `이메일 변경`,
|
@@ -88,7 +99,6 @@ export const text: text = {
|
|
88
99
|
continue: `계속하기`,
|
89
100
|
contractTitle: `계약 제목`,
|
90
101
|
copyLink: `링크 복사`,
|
91
|
-
congratulations: `(en) Congratulations!`,
|
92
102
|
copyrightViolation: `저작권 침해`,
|
93
103
|
couldNotCreateANewRecord: `새 레코드를 만들 수 없습니다.`,
|
94
104
|
country: `국가`,
|
@@ -103,10 +113,8 @@ export const text: text = {
|
|
103
113
|
darkHighContrast: `어두운 고대비`,
|
104
114
|
dayTheme: `주간 테마`,
|
105
115
|
delete: `삭제`,
|
106
|
-
deleteShop: `(en) Delete shop`,
|
107
116
|
deleteAccount: `계정 삭제`,
|
108
117
|
deleteArt: `아트 삭제`,
|
109
|
-
decline: `(en) Decline`,
|
110
118
|
deletePost: `포스트 삭제`,
|
111
119
|
deleteProduct: `제품 삭제`,
|
112
120
|
deliveryTime: `배송 시간`,
|
@@ -185,7 +193,6 @@ export const text: text = {
|
|
185
193
|
languages: `언어`,
|
186
194
|
letEveryoneKnowHowToDonateToYou: `기부 방법을 모두에게 알리세요.`,
|
187
195
|
letOthersKnowAboutYou: `다른 사람들이 당신에 대해 알 수 있도록 하세요.`,
|
188
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
189
196
|
letUsKnowWhatsHappening: `무슨 일이 일어나고 있는지 알려주세요. 우리가 조사해 드리겠습니다.`,
|
190
197
|
licenseForForProfitBusinessUse: `영리 사업용 라이선스`,
|
191
198
|
lightDefault: `밝은 기본`,
|
@@ -245,13 +252,11 @@ export const text: text = {
|
|
245
252
|
onlyLatinLettersNumbersHyphen: `라틴 문자, 숫자, 하이픈, 밑줄 및 마침표 문자만 사용 가능합니다.`,
|
246
253
|
onlyNumbers: `숫자 만`,
|
247
254
|
open: `열기`,
|
248
|
-
openDispute: `(en) Open dispute`,
|
249
255
|
openGuestView: `게스트보기 열기`,
|
250
256
|
openingSoon: `곧 오픈합니다!`,
|
251
257
|
openToWork: `일할 준비가 되어 있음`,
|
252
258
|
optional: `선택 사항`,
|
253
259
|
or: `또는`,
|
254
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
255
260
|
orderAgain: `다시 주문하기`,
|
256
261
|
orderDetails: `주문 세부 정보`,
|
257
262
|
orderStatus: `주문 상태`,
|
@@ -334,8 +339,6 @@ export const text: text = {
|
|
334
339
|
threateningViolence: `폭력을 위협하는 행위`,
|
335
340
|
title: `표제`,
|
336
341
|
titleYourExtraService: `추가 서비스 제목`,
|
337
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
338
|
-
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`,
|
339
342
|
today: `오늘`,
|
340
343
|
toGetWorkRelatedNotifications: `작업 관련 알림을 받으려면`,
|
341
344
|
total: `합계`,
|
@@ -364,7 +367,6 @@ export const text: text = {
|
|
364
367
|
verificationCode: `확인 코드`,
|
365
368
|
verifyCode: `코드 확인`,
|
366
369
|
viewDetails: `자세히 보기`,
|
367
|
-
viewReview: `(en) view review`,
|
368
370
|
viewEveryNotificationOfAGroupSeparately: `그룹의 모든 알림을 개별적으로 볼 수 있습니다.`,
|
369
371
|
visitOurDiscordChannelToGetMoreDetails: `저희의 디스코드 채널을 방문하시면 자세한 내용을 보실 수 있습니다`,
|
370
372
|
weAreOnInstagram: `우리는 인스타그램에 있습니다`,
|
@@ -382,7 +384,6 @@ export const text: text = {
|
|
382
384
|
wrongEmailOrPassword: `잘못된 이메일 또는 암호`,
|
383
385
|
yes: `예 `,
|
384
386
|
yesterday: `어제`,
|
385
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
386
387
|
youAreAlreadyAuthenticated: `이미 인증되었습니다`,
|
387
388
|
youCanAutoPublishToYourSocialMediaAccount: `소셜 미디어 계정에 자동으로 게시할 수 있습니다.`,
|
388
389
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `이메일로 받는 알림 유형을 수정할 수 있습니다.`,
|
package/src/portuguese.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -64,7 +76,6 @@ export const text: text = {
|
|
64
76
|
cancelOrder: `Cancelar pedido`,
|
65
77
|
cannotStartWithChars: `Não pode começar com s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
66
78
|
change: `Alterar`,
|
67
|
-
checkOrderStatus: `(en) Check order status`,
|
68
79
|
changeArt: `Mudar arte`,
|
69
80
|
changeAvatar: `Mudar avatar`,
|
70
81
|
changeEmail: `Alterar e-mail`,
|
@@ -90,7 +101,6 @@ export const text: text = {
|
|
90
101
|
continue: `Continuar`,
|
91
102
|
contractTitle: `Título do contrato`,
|
92
103
|
copyLink: `Copiar link`,
|
93
|
-
congratulations: `(en) Congratulations!`,
|
94
104
|
copyrightViolation: `Violação de direitos autorais`,
|
95
105
|
couldNotCreateANewRecord: `Não foi possível criar um novo registro`,
|
96
106
|
country: `País`,
|
@@ -105,10 +115,8 @@ export const text: text = {
|
|
105
115
|
darkHighContrast: `Alto contraste escuro`,
|
106
116
|
dayTheme: `Tema diurno`,
|
107
117
|
delete: `Excluir`,
|
108
|
-
deleteShop: `(en) Delete shop`,
|
109
118
|
deleteAccount: `Excluir conta`,
|
110
119
|
deleteArt: `Apagar art`,
|
111
|
-
decline: `(en) Decline`,
|
112
120
|
deletePost: `Apagar publicação`,
|
113
121
|
deleteProduct: `Excluir produto`,
|
114
122
|
deliveryTime: `Tempo de entrega`,
|
@@ -187,7 +195,6 @@ export const text: text = {
|
|
187
195
|
languages: `Línguas`,
|
188
196
|
letEveryoneKnowHowToDonateToYou: `Deixe todos saberem como doar para você`,
|
189
197
|
letOthersKnowAboutYou: `Deixe os outros saberem sobre você`,
|
190
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
191
198
|
letUsKnowWhatsHappening: `Deixe-nos saber o que está acontecendo e nós investigaremos`,
|
192
199
|
licenseForForProfitBusinessUse: `Licença para uso comercial com fins lucrativos`,
|
193
200
|
lightDefault: `Tema claro padrão`,
|
@@ -248,13 +255,11 @@ export const text: text = {
|
|
248
255
|
onlyLatinLettersNumbersHyphen: `Somente letras latinas, números, hífen, sublinhado e ponto`,
|
249
256
|
onlyNumbers: `Apenas números`,
|
250
257
|
open: `Aberto`,
|
251
|
-
openDispute: `(en) Open dispute`,
|
252
258
|
openGuestView: `Abrir visualização de convidado`,
|
253
259
|
openingSoon: `Aberto em breve!`,
|
254
260
|
openToWork: `Aberto para trabalhar`,
|
255
261
|
optional: `Opcional`,
|
256
262
|
or: `OU`,
|
257
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
258
263
|
orderAgain: `Fazer pedido novamente`,
|
259
264
|
orderDetails: `Detalhes do pedido`,
|
260
265
|
orderStatus: `Status do pedido`,
|
@@ -339,8 +344,6 @@ export const text: text = {
|
|
339
344
|
threateningViolence: `Ameaçando violência`,
|
340
345
|
title: `Título`,
|
341
346
|
titleYourExtraService: `Dê um título ao seu serviço extra`,
|
342
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
343
|
-
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`,
|
344
347
|
today: `Hoje`,
|
345
348
|
toGetWorkRelatedNotifications: `Para receber notificações relacionadas ao trabalho`,
|
346
349
|
total: `Total`,
|
@@ -369,7 +372,6 @@ export const text: text = {
|
|
369
372
|
verificationCode: `Código de verificação`,
|
370
373
|
verifyCode: `Verificar o código`,
|
371
374
|
viewDetails: `Ver detalhes`,
|
372
|
-
viewReview: `(en) view review`,
|
373
375
|
viewEveryNotificationOfAGroupSeparately: `Ver cada notificação de um grupo separadamente`,
|
374
376
|
visitOurDiscordChannelToGetMoreDetails: `Visite o nosso canal discord para obter mais detalhes`,
|
375
377
|
weAreOnInstagram: `Estamos no instagram`,
|
@@ -387,7 +389,6 @@ export const text: text = {
|
|
387
389
|
wrongEmailOrPassword: `Email ou senha incorretos`,
|
388
390
|
yes: `sim`,
|
389
391
|
yesterday: `Ontem`,
|
390
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
391
392
|
youAreAlreadyAuthenticated: `Voce ja esta autenticado`,
|
392
393
|
youCanAutoPublishToYourSocialMediaAccount: `Você pode publicar automaticamente em sua conta de mídia social`,
|
393
394
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Você pode modificar os tipos de notificações que recebe por e-mail`,
|
package/src/russian.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
leaveAReview: `(en) Leave a review`,
|
2
3
|
_colon: `: `,
|
3
4
|
_comma: `, `,
|
4
5
|
_dot: `. `,
|
@@ -28,7 +29,7 @@ export const text: text = {
|
|
28
29
|
alreadySignedIn: `Уже авторизованы`,
|
29
30
|
amount: `Сумма`,
|
30
31
|
amountShouldNotBeLessThan: (...v) => `Сумма не должна быть меньше $${v[0]}`,
|
31
|
-
animeArtByArtistsFromAllOverTheWorld:
|
32
|
+
animeArtByArtistsFromAllOverTheWorld: `Это коллекция аниме-артов, которые созданы талантливыми художниками из разных уголков мира. Арты проверяются на соответствие аниме-стилю. Наша галлерея - это бесконечный список лучших аниме работ.`,
|
32
33
|
animeArtSubscribeToArtistsLikeAndCreate: `Аниме арты - подписывайтесь на художников, оценивайте и создавайте коллекции`,
|
33
34
|
animeClubTheFirstPlatformToOfferArtistsPaymentsFromViews: `Anime.club - первая платформа, предлагающая художникам оплату за просмотры через Google AdSense. Поддержите художников, просматривая их контент или начните зарабатывать на просмотрах.`,
|
34
35
|
animeClubViewPostAndEarnFromAnimeContent: `Anime.club - просматривайте, размещайте и зарабатывайте на аниме-контенте.`,
|
@@ -51,7 +52,7 @@ export const text: text = {
|
|
51
52
|
awaitingReview: `Ожидает проверки`,
|
52
53
|
awaitingSeller: `Ожидает продавца`,
|
53
54
|
back: `Назад`,
|
54
|
-
basePrice:
|
55
|
+
basePrice: `Исходная стоимость`,
|
55
56
|
block: `Блокировать`,
|
56
57
|
blockUser: (...v) => `Заблокировать @${v[0]}`,
|
57
58
|
blog: `Блог`,
|
@@ -63,7 +64,7 @@ export const text: text = {
|
|
63
64
|
cancelOrder: `Отменить заказ`,
|
64
65
|
cannotStartWithChars: `Не может начинаться с s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
65
66
|
change: `Изменить`,
|
66
|
-
checkOrderStatus:
|
67
|
+
checkOrderStatus: `Проверить статус заказа`,
|
67
68
|
changeArt: `Изменить арт`,
|
68
69
|
changeAvatar: `Изменить аватар`,
|
69
70
|
changeEmail: `Изменить email`,
|
@@ -89,7 +90,7 @@ export const text: text = {
|
|
89
90
|
continue: `Продолжить`,
|
90
91
|
contractTitle: `Название контракта`,
|
91
92
|
copyLink: `Скопировать ссылку`,
|
92
|
-
congratulations:
|
93
|
+
congratulations: `Поздравляем!`,
|
93
94
|
copyrightViolation: `Нарушение авторских прав`,
|
94
95
|
couldNotCreateANewRecord: `Не удалось создать новую запись`,
|
95
96
|
country: `Страна`,
|
@@ -104,10 +105,10 @@ export const text: text = {
|
|
104
105
|
darkHighContrast: `Темная тема высокого контраста`,
|
105
106
|
dayTheme: `Дневная тема`,
|
106
107
|
delete: `Удалить`,
|
107
|
-
deleteShop:
|
108
|
+
deleteShop: `Удалить магазин`,
|
108
109
|
deleteAccount: `Удалить аккаунт`,
|
109
110
|
deleteArt: `Удалить арт`,
|
110
|
-
decline:
|
111
|
+
decline: `Отклонить`,
|
111
112
|
deletePost: `Удалить запись`,
|
112
113
|
deleteProduct: `Удалить продукт`,
|
113
114
|
deliveryTime: `Срок доставки`,
|
@@ -186,7 +187,7 @@ export const text: text = {
|
|
186
187
|
languages: `Языки`,
|
187
188
|
letEveryoneKnowHowToDonateToYou: `Дайте всем знать, как вам донатить`,
|
188
189
|
letOthersKnowAboutYou: `Дайте другим знать о себе`,
|
189
|
-
|
190
|
+
letsUploadYourFirstProduct: `Давайте загрузим ваш первый продукт`,
|
190
191
|
letUsKnowWhatsHappening: `Сообщите нам, что происходит, и мы разберемся`,
|
191
192
|
licenseForForProfitBusinessUse: `Лицензия для коммерческого использования`,
|
192
193
|
lightDefault: `Светлая тема`,
|
@@ -247,13 +248,13 @@ export const text: text = {
|
|
247
248
|
onlyLatinLettersNumbersHyphen: `Только латинские буквы, цифры, дефис, подчеркивание и точка`,
|
248
249
|
onlyNumbers: `Только числа`,
|
249
250
|
open: `Открыть`,
|
250
|
-
openDispute:
|
251
|
+
openDispute: `Открыть спор`,
|
251
252
|
openGuestView: `Открыть вид для гостей`,
|
252
253
|
openingSoon: `Скоро открытие!`,
|
253
254
|
openToWork: `Открыт для работы`,
|
254
255
|
optional: `Необязательно`,
|
255
256
|
or: `или`,
|
256
|
-
ordered: (...v) =>
|
257
|
+
ordered: (...v) => `Заказано ${v[0]}`,
|
257
258
|
orderAgain: `Заказать снова`,
|
258
259
|
orderDetails: `Детали заказа`,
|
259
260
|
orderStatus: `Статус заказа`,
|
@@ -309,7 +310,7 @@ export const text: text = {
|
|
309
310
|
sharingPersonalInformation: `Раскрытие личной информации`,
|
310
311
|
shop: `Магазин`,
|
311
312
|
shopOrders: `Заказы магазина`,
|
312
|
-
showLess:
|
313
|
+
showLess: `Свернуть`,
|
313
314
|
showMore: `Показать больше`,
|
314
315
|
signIn: `Войти`,
|
315
316
|
singleTheme: `Одна тема`,
|
@@ -336,11 +337,11 @@ export const text: text = {
|
|
336
337
|
threateningViolence: `Угрозы насилия`,
|
337
338
|
title: `Название`,
|
338
339
|
titleYourExtraService: `Назовите вашу дополнительную услугу`,
|
339
|
-
theMaximumQuantityThatACustomerCanAdd:
|
340
|
-
toHelpTheCreatorCompleteYourOrder:
|
340
|
+
theMaximumQuantityThatACustomerCanAdd: `Максимальное количество, которое покупатель может добавить`,
|
341
|
+
toHelpTheCreatorCompleteYourOrder: `Для того чтобы продавец мог выполнить ваш заказ в соответствии с вашими пожеланиями, пожалуйста, укажите подробно, что именно вы хотели бы получить: укажите тему, стиль, особенности персонажа и другие важные детали.`,
|
341
342
|
today: `Сегодня`,
|
342
343
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
343
|
-
total:
|
344
|
+
total: `Итого`,
|
344
345
|
toViewThisDataYouNeedToUnblock: (...v) =>
|
345
346
|
`Чтобы посмотреть эти данные, вам нужно разблокировать @${v[0]}`,
|
346
347
|
trademarkViolation: `Нарушение товарного знака`,
|
@@ -366,7 +367,7 @@ export const text: text = {
|
|
366
367
|
verificationCode: `Проверочный код`,
|
367
368
|
verifyCode: `Проверить код`,
|
368
369
|
viewDetails: `Подробнее`,
|
369
|
-
viewReview:
|
370
|
+
viewReview: `Просмотреть отзыв`,
|
370
371
|
viewEveryNotificationOfAGroupSeparately: `Просмотр каждого уведомления группы отдельно`,
|
371
372
|
visitOurDiscordChannelToGetMoreDetails: `Посетите наш канал Discord для получения более подробной информации`,
|
372
373
|
weAreOnInstagram: `Мы в Instagram`,
|
@@ -384,7 +385,7 @@ export const text: text = {
|
|
384
385
|
wrongEmailOrPassword: `Неправильный email или пароль`,
|
385
386
|
yes: `да`,
|
386
387
|
yesterday: `Вчера`,
|
387
|
-
youHaveSuccessfullyCreatedYourShop:
|
388
|
+
youHaveSuccessfullyCreatedYourShop: `Вы успешно создали свой магазин`,
|
388
389
|
youAreAlreadyAuthenticated: `Вы уже авторизованы`,
|
389
390
|
youCanAutoPublishToYourSocialMediaAccount: `Вы можете автопубликовать информацию в своих социальных сетях`,
|
390
391
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Вы можете изменить типы уведомлений, которые вы получаете по электронной почте`,
|
package/src/spanish.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -64,7 +76,6 @@ export const text: text = {
|
|
64
76
|
cancelOrder: `Cancelar pedido`,
|
65
77
|
cannotStartWithChars: `No puedo empezar con s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
66
78
|
change: `Cambiar`,
|
67
|
-
checkOrderStatus: `(en) Check order status`,
|
68
79
|
changeArt: `Cambiar arte`,
|
69
80
|
changeAvatar: `Cambiar avatar`,
|
70
81
|
changeEmail: `Cambiar correo electrónico`,
|
@@ -90,7 +101,6 @@ export const text: text = {
|
|
90
101
|
continue: `Continuar`,
|
91
102
|
contractTitle: `Título del contrato`,
|
92
103
|
copyLink: `Copiar link`,
|
93
|
-
congratulations: `(en) Congratulations!`,
|
94
104
|
copyrightViolation: `Violación de derechos de autor`,
|
95
105
|
couldNotCreateANewRecord: `No se pudo crear un nuevo registro`,
|
96
106
|
country: `País`,
|
@@ -105,10 +115,8 @@ export const text: text = {
|
|
105
115
|
darkHighContrast: `Oscuro alto contraste`,
|
106
116
|
dayTheme: `Tema diurno`,
|
107
117
|
delete: `Eliminar`,
|
108
|
-
deleteShop: `(en) Delete shop`,
|
109
118
|
deleteAccount: `Eliminar cuenta`,
|
110
119
|
deleteArt: `Eliminar arte`,
|
111
|
-
decline: `(en) Decline`,
|
112
120
|
deletePost: `Eliminar publicación`,
|
113
121
|
deleteProduct: `Eliminar producto`,
|
114
122
|
deliveryTime: `Tiempo de entrega`,
|
@@ -187,7 +195,6 @@ export const text: text = {
|
|
187
195
|
languages: `Idiomas`,
|
188
196
|
letEveryoneKnowHowToDonateToYou: `Haz que todos sepan cómo donarte`,
|
189
197
|
letOthersKnowAboutYou: `Haz que otros sepan sobre ti`,
|
190
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
191
198
|
letUsKnowWhatsHappening: `Haznos saber qué está sucediendo y lo investigaremos`,
|
192
199
|
licenseForForProfitBusinessUse: `Licencia para uso comercial con fines de lucro`,
|
193
200
|
lightDefault: `Predeterminado claro`,
|
@@ -248,13 +255,11 @@ export const text: text = {
|
|
248
255
|
onlyLatinLettersNumbersHyphen: `Sólo letras latinas, números, guiones, guiones bajos y puntos`,
|
249
256
|
onlyNumbers: `Sólo números`,
|
250
257
|
open: `Abierto`,
|
251
|
-
openDispute: `(en) Open dispute`,
|
252
258
|
openGuestView: `Abrir vista de invitados`,
|
253
259
|
openingSoon: `¡Próxima apertura!`,
|
254
260
|
openToWork: `Abierto a trabajar`,
|
255
261
|
optional: `Opcional`,
|
256
262
|
or: `O`,
|
257
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
258
263
|
orderAgain: `Volver a ordenar`,
|
259
264
|
orderDetails: `Detalles del pedido`,
|
260
265
|
orderStatus: `Estado del pedido`,
|
@@ -338,8 +343,6 @@ export const text: text = {
|
|
338
343
|
threateningViolence: `Amenaza de violencia`,
|
339
344
|
title: `Título`,
|
340
345
|
titleYourExtraService: `Titula tu servicio adicional`,
|
341
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
342
|
-
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`,
|
343
346
|
today: `Hoy`,
|
344
347
|
toGetWorkRelatedNotifications: `Para recibir notificaciones relacionadas con el trabajo`,
|
345
348
|
total: `Total`,
|
@@ -367,7 +370,6 @@ export const text: text = {
|
|
367
370
|
verificationCode: `Código de verificación`,
|
368
371
|
verifyCode: `Verificar código`,
|
369
372
|
viewDetails: `Ver detalles`,
|
370
|
-
viewReview: `(en) view review`,
|
371
373
|
viewEveryNotificationOfAGroupSeparately: `Ver cada notificación de un grupo por separado`,
|
372
374
|
visitOurDiscordChannelToGetMoreDetails: `Visite nuestro canal de desacuerdos para obtener más detalles`,
|
373
375
|
weAreOnInstagram: `Estamos en Instagram`,
|
@@ -385,7 +387,6 @@ export const text: text = {
|
|
385
387
|
wrongEmailOrPassword: `Correo electrónico o contraseña incorrecto`,
|
386
388
|
yes: `si`,
|
387
389
|
yesterday: `Ayer`,
|
388
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
389
390
|
youAreAlreadyAuthenticated: `Ya estas autenticado`,
|
390
391
|
youCanAutoPublishToYourSocialMediaAccount: `Puedes publicar automáticamente en tu cuenta de redes sociales`,
|
391
392
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Puedes modificar los tipos de notificaciones que recibes por correo electrónico`,
|
package/src/thai.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -62,7 +74,6 @@ export const text: text = {
|
|
62
74
|
cancelOrder: `ยกเลิกคำสั่งซื้อ`,
|
63
75
|
cannotStartWithChars: `ห้ามมี s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
64
76
|
change: `เปลี่ยนแปลง`,
|
65
|
-
checkOrderStatus: `(en) Check order status`,
|
66
77
|
changeArt: `เปลี่ยนผลงาน`,
|
67
78
|
changeAvatar: `เปลี่ยนรูปประจำตัว`,
|
68
79
|
changeEmail: `เปลี่ยนอีเมล`,
|
@@ -88,7 +99,6 @@ export const text: text = {
|
|
88
99
|
continue: `ต่อไป`,
|
89
100
|
contractTitle: `ชื่อสัญญา`,
|
90
101
|
copyLink: `คัดลอกลิงก์`,
|
91
|
-
congratulations: `(en) Congratulations!`,
|
92
102
|
copyrightViolation: `การละเมิดลิขสิทธิ์`,
|
93
103
|
couldNotCreateANewRecord: `ไม่สามารถสร้างบันทึกใหม่ได้`,
|
94
104
|
country: `ประเทศ`,
|
@@ -103,10 +113,8 @@ export const text: text = {
|
|
103
113
|
darkHighContrast: `ความคมชัดสีเข้ม`,
|
104
114
|
dayTheme: `ธีมวัน`,
|
105
115
|
delete: `ลบ`,
|
106
|
-
deleteShop: `(en) Delete shop`,
|
107
116
|
deleteAccount: `ลบบัญชี`,
|
108
117
|
deleteArt: `ลบผลงาน`,
|
109
|
-
decline: `(en) Decline`,
|
110
118
|
deletePost: `ลบโพสต์`,
|
111
119
|
deleteProduct: `ลบผลิตภัณฑ์`,
|
112
120
|
deliveryTime: `เวลาจัดส่ง`,
|
@@ -185,7 +193,6 @@ export const text: text = {
|
|
185
193
|
languages: `ภาษา`,
|
186
194
|
letEveryoneKnowHowToDonateToYou: `ให้ทุกคนทราบวิธีการบริจาคให้คุณ`,
|
187
195
|
letOthersKnowAboutYou: `ให้ผู้อื่นทราบเกี่ยวกับคุณ`,
|
188
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
189
196
|
letUsKnowWhatsHappening: `แจ้งให้เรารู้ว่าเกิดอะไรขึ้นแล้วเราจะตรวจสอบ`,
|
190
197
|
licenseForForProfitBusinessUse: `ใบอนุญาตสำหรับการใช้งานเพื่อกำไร`,
|
191
198
|
lightDefault: `ค่าเริ่มต้นสีอ่อน`,
|
@@ -246,13 +253,11 @@ export const text: text = {
|
|
246
253
|
onlyLatinLettersNumbersHyphen: `เฉพาะตัวอักษรละตัวเลขขีดเส้นและขีดล่าง`,
|
247
254
|
onlyNumbers: `เฉพาะตัวเลข`,
|
248
255
|
open: `เปิด`,
|
249
|
-
openDispute: `(en) Open dispute`,
|
250
256
|
openGuestView: `เปิดโหมดผู้เยี่ยมชมชั่วคราว`,
|
251
257
|
openingSoon: `จะมาเร็วๆ นี้!`,
|
252
258
|
openToWork: `เปิดรับงาน`,
|
253
259
|
optional: `ไม่บังคับ`,
|
254
260
|
or: `หรือ`,
|
255
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
256
261
|
orderAgain: `สั่งซื้ออีกครั้ง`,
|
257
262
|
orderDetails: `รายละเอียดคำสั่งซื้อ`,
|
258
263
|
orderStatus: `สถานะคำสั่งซื้อ`,
|
@@ -335,8 +340,6 @@ export const text: text = {
|
|
335
340
|
threateningViolence: `การข่มขู่ความรุนแรง`,
|
336
341
|
title: `หัวข้อ`,
|
337
342
|
titleYourExtraService: `ตั้งชื่อบริการเสริมของคุณ`,
|
338
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
339
|
-
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`,
|
340
343
|
today: `วันนี้`,
|
341
344
|
toGetWorkRelatedNotifications: `เพื่อรับการแจ้งเตือนที่เกี่ยวข้องกับงาน`,
|
342
345
|
total: `รวม`,
|
@@ -364,7 +367,6 @@ export const text: text = {
|
|
364
367
|
verificationCode: `รหัสยืนยัน`,
|
365
368
|
verifyCode: `ตรวจสอบรหัส`,
|
366
369
|
viewDetails: `ดูรายละเอียด`,
|
367
|
-
viewReview: `(en) view review`,
|
368
370
|
viewEveryNotificationOfAGroupSeparately: `ดูการแจ้งเตือนแต่ละรายการของกลุ่มแยกต่างหาก`,
|
369
371
|
visitOurDiscordChannelToGetMoreDetails: `เข้าร่วมกลุ่ม Discord ของเราเพื่อดูข้อมูลเพิ่มเติม!`,
|
370
372
|
weAreOnInstagram: `ติดตามเราผ่านทาง Instagram`,
|
@@ -382,7 +384,6 @@ export const text: text = {
|
|
382
384
|
wrongEmailOrPassword: `อีเมลหรือรหัสผ่านไม่ถูกต้อง`,
|
383
385
|
yes: `ใช่`,
|
384
386
|
yesterday: `เมื่อวานนี้`,
|
385
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
386
387
|
youAreAlreadyAuthenticated: `คุณได้ทำการยืนยันตัวตนแล้ว`,
|
387
388
|
youCanAutoPublishToYourSocialMediaAccount: `คุณสามารถเผยแพร่โดยอัตโนมัติไปยังบัญชีโซเชียลมีเดียของคุณได้`,
|
388
389
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `คุณสามารถแก้ไขประเภทของการแจ้งเตือนที่คุณได้รับทางอีเมลได้`,
|
package/src/vietnamese.ts
CHANGED
@@ -1,4 +1,16 @@
|
|
1
1
|
export const text: text = {
|
2
|
+
checkOrderStatus: `(en) Check order status`,
|
3
|
+
congratulations: `(en) Congratulations!`,
|
4
|
+
deleteShop: `(en) Delete shop`,
|
5
|
+
decline: `(en) Decline`,
|
6
|
+
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
7
|
+
openDispute: `(en) Open dispute`,
|
8
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
9
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
10
|
+
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`,
|
11
|
+
viewReview: `(en) View review`,
|
12
|
+
leaveAReview: `(en) Leave a review`,
|
13
|
+
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
2
14
|
_colon: `: `,
|
3
15
|
_comma: `, `,
|
4
16
|
_dot: `. `,
|
@@ -62,7 +74,6 @@ export const text: text = {
|
|
62
74
|
cancelOrder: `Hủy đơn hàng`,
|
63
75
|
cannotStartWithChars: `Không thể bắt đầu bằng s{:"^$*[]{}()?-"!@#%&/,><':;|~\`"`,
|
64
76
|
change: `Thay đổi`,
|
65
|
-
checkOrderStatus: `(en) Check order status`,
|
66
77
|
changeArt: `Đổi tác phẩm`,
|
67
78
|
changeAvatar: `Đổi hình đại diện`,
|
68
79
|
changeEmail: `Thay đổi email`,
|
@@ -88,7 +99,6 @@ export const text: text = {
|
|
88
99
|
continue: `Tiếp tục`,
|
89
100
|
contractTitle: `Tiêu đề hợp đồng`,
|
90
101
|
copyLink: `Sao chép liên kết`,
|
91
|
-
congratulations: `(en) Congratulations!`,
|
92
102
|
copyrightViolation: `Vi phạm bản quyền`,
|
93
103
|
couldNotCreateANewRecord: `Không thể tạo hồ sơ mới`,
|
94
104
|
country: `Quốc gia`,
|
@@ -103,10 +113,8 @@ export const text: text = {
|
|
103
113
|
darkHighContrast: `Chế độ tối cao cấp`,
|
104
114
|
dayTheme: `Chủ đề ban ngày`,
|
105
115
|
delete: `Xóa`,
|
106
|
-
deleteShop: `(en) Delete shop`,
|
107
116
|
deleteAccount: `Xóa tài khoản`,
|
108
117
|
deleteArt: `Xóa tranh`,
|
109
|
-
decline: `(en) Decline`,
|
110
118
|
deletePost: `Xóa bài viết`,
|
111
119
|
deleteProduct: `Xóa sản phẩm`,
|
112
120
|
deliveryTime: `Thời gian giao hàng`,
|
@@ -185,7 +193,6 @@ export const text: text = {
|
|
185
193
|
languages: `Ngôn ngữ`,
|
186
194
|
letEveryoneKnowHowToDonateToYou: `Hãy cho mọi người biết cách quyên góp cho bạn`,
|
187
195
|
letOthersKnowAboutYou: `Hãy để mọi người biết về bạn`,
|
188
|
-
LetsUploadYourFirstProduct: `(en) Let's upload your first product`,
|
189
196
|
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`,
|
190
197
|
licenseForForProfitBusinessUse: `Giấy phép sử dụng cho mục đích kinh doanh có lợi nhuận`,
|
191
198
|
lightDefault: `Mặc định sáng`,
|
@@ -245,13 +252,11 @@ export const text: text = {
|
|
245
252
|
onlyLatinLettersNumbersHyphen: `Chỉ chữ cái Latin, số, dấu gạch ngang, gạch dưới và dấu chấm`,
|
246
253
|
onlyNumbers: `Chỉ sử dụng số`,
|
247
254
|
open: `Mở`,
|
248
|
-
openDispute: `(en) Open dispute`,
|
249
255
|
openGuestView: `Mở dạng xem cho khách`,
|
250
256
|
openingSoon: `Sắp ra mắt!`,
|
251
257
|
openToWork: `Mở để làm việc`,
|
252
258
|
optional: `Tùy chọn`,
|
253
259
|
or: `HOẶC`,
|
254
|
-
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
255
260
|
orderAgain: `Đặt hàng lại`,
|
256
261
|
orderDetails: `Chi tiết đơn hàng`,
|
257
262
|
orderStatus: `Trạng thái đơn hàng`,
|
@@ -334,8 +339,6 @@ export const text: text = {
|
|
334
339
|
threateningViolence: `Đe dọa bạo lực`,
|
335
340
|
title: `Tiêu đề`,
|
336
341
|
titleYourExtraService: `Đặt tên cho dịch vụ bổ sung của bạn`,
|
337
|
-
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
338
|
-
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`,
|
339
342
|
today: `Hôm nay`,
|
340
343
|
toGetWorkRelatedNotifications: `Để nhận thông báo liên quan đến công việc`,
|
341
344
|
total: `Tổng`,
|
@@ -364,7 +367,6 @@ export const text: text = {
|
|
364
367
|
verificationCode: `Mã xác minh`,
|
365
368
|
verifyCode: `Xác minh mã`,
|
366
369
|
viewDetails: `Xem chi tiết`,
|
367
|
-
viewReview: `(en) view review`,
|
368
370
|
viewEveryNotificationOfAGroupSeparately: `Xem từng thông báo của một nhóm riêng biệt`,
|
369
371
|
visitOurDiscordChannelToGetMoreDetails: `Ghé thăm kênh phản hồi của chúng tôi để biết thêm chi tiết`,
|
370
372
|
weAreOnInstagram: `Chúng tôi đã có mặt trên Instagram`,
|
@@ -382,7 +384,6 @@ export const text: text = {
|
|
382
384
|
wrongEmailOrPassword: `Sai email hoặc mật khẩu`,
|
383
385
|
yes: `có`,
|
384
386
|
yesterday: `Hôm qua`,
|
385
|
-
youHaveSuccessfullyCreatedYourShop: `(en) You have successfully created your shop`,
|
386
387
|
youAreAlreadyAuthenticated: `Bạn đã được xác thực`,
|
387
388
|
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`,
|
388
389
|
youCanModifyTheTypesOfNotificationsYouReceiveViaEmail: `Bạn có thể sửa đổi các loại thông báo mà bạn nhận được qua email`,
|