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