@anime.club/translations 1.1.59 → 1.1.61
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 +4 -0
- package/src/chinese-simplified.ts +4 -0
- package/src/english.ts +5 -1
- package/src/french.ts +4 -0
- package/src/german.ts +4 -0
- package/src/hindi.ts +4 -0
- package/src/indonesian.ts +4 -0
- package/src/japanese.ts +4 -0
- package/src/korean.ts +4 -0
- package/src/portuguese.ts +4 -0
- package/src/russian.ts +4 -0
- package/src/spanish.ts +4 -0
- package/src/thai.ts +4 -0
- package/src/vietnamese.ts +4 -0
package/package.json
CHANGED
package/src/arabic-standard.ts
CHANGED
@@ -103,6 +103,7 @@ export const text: text = {
|
|
103
103
|
delete: `حذف`,
|
104
104
|
deleteAccount: `حذف الحساب`,
|
105
105
|
deleteArt: `حذف الرسم`,
|
106
|
+
decline: `(en) Decline`,
|
106
107
|
deletePost: `حذف المنشور`,
|
107
108
|
deleteProduct: `حذف المنتج`,
|
108
109
|
deliveryTime: `وقت التسليم`,
|
@@ -245,6 +246,7 @@ export const text: text = {
|
|
245
246
|
openToWork: `مفتوح للعمل`,
|
246
247
|
optional: `اختياري`,
|
247
248
|
or: `أو`,
|
249
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
248
250
|
orderAgain: `أعد الطلب مرة أخرى`,
|
249
251
|
orderDetails: `تفاصيل الطلب`,
|
250
252
|
orderStatus: `حالة الطلب`,
|
@@ -328,6 +330,8 @@ export const text: text = {
|
|
328
330
|
threateningViolence: `تهديد العنف`,
|
329
331
|
title: `العنوان`,
|
330
332
|
titleYourExtraService: `عنوان خدمتك الإضافية`,
|
333
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
334
|
+
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`,
|
331
335
|
today: `اليوم`,
|
332
336
|
toGetWorkRelatedNotifications: `للحصول على إشعارات تتعلق بالعمل`,
|
333
337
|
total: `الإجمالي`,
|
@@ -103,6 +103,7 @@ export const text: text = {
|
|
103
103
|
delete: `删除`,
|
104
104
|
deleteAccount: `删除账户`,
|
105
105
|
deleteArt: `删除作品`,
|
106
|
+
decline: `(en) Decline`,
|
106
107
|
deletePost: `删除贴文`,
|
107
108
|
deleteProduct: `删除产品`,
|
108
109
|
deliveryTime: `交货时间`,
|
@@ -243,6 +244,7 @@ export const text: text = {
|
|
243
244
|
openToWork: `接受工作机会`,
|
244
245
|
optional: `可选的`,
|
245
246
|
or: `要么`,
|
247
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
246
248
|
orderAgain: `再次下单`,
|
247
249
|
orderDetails: `订单详情`,
|
248
250
|
orderStatus: `订单状态`,
|
@@ -324,6 +326,8 @@ export const text: text = {
|
|
324
326
|
threateningViolence: `威胁暴力`,
|
325
327
|
title: `标题`,
|
326
328
|
titleYourExtraService: `为您的额外服务命名`,
|
329
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
330
|
+
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`,
|
327
331
|
today: `今天`,
|
328
332
|
toGetWorkRelatedNotifications: `获取与工作相关的通知`,
|
329
333
|
total: `总计`,
|
package/src/english.ts
CHANGED
@@ -104,6 +104,7 @@ export const text = {
|
|
104
104
|
delete: `Delete`,
|
105
105
|
deleteAccount: `Delete account`,
|
106
106
|
deleteArt: `Delete art`,
|
107
|
+
decline: `Decline`,
|
107
108
|
deletePost: `Delete post`,
|
108
109
|
deleteProduct: `Delete product`,
|
109
110
|
deliveryTime: `Delivery time`,
|
@@ -247,6 +248,7 @@ export const text = {
|
|
247
248
|
openToWork: `Open to work`,
|
248
249
|
optional: `Optional`,
|
249
250
|
or: `or`,
|
251
|
+
ordered: (relativeTime: string) => `Ordered ${relativeTime}`,
|
250
252
|
orderAgain: `Order again`,
|
251
253
|
orderDetails: `Order details`,
|
252
254
|
orderStatus: `Order status`,
|
@@ -331,6 +333,8 @@ export const text = {
|
|
331
333
|
threateningViolence: `Threatening violence`,
|
332
334
|
title: `Title`,
|
333
335
|
titleYourExtraService: `Title your extra service`,
|
336
|
+
theMaximumQuantityThatACustomerCanAdd: `The maximum quantity that a customer can add`,
|
337
|
+
toHelpTheCreatorCompleteYourOrder: `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`,
|
334
338
|
today: `Today`,
|
335
339
|
toGetWorkRelatedNotifications: `To get work-related notifications`,
|
336
340
|
total: `Total`,
|
@@ -368,7 +372,7 @@ export const text = {
|
|
368
372
|
weAreWorkingOnIt: `We are working on it`,
|
369
373
|
weDoNotDisplayNSFWContentYet: `We do not display NSFW content yet`,
|
370
374
|
weekly: `Weekly`,
|
371
|
-
whenYouPurchaseSomethingItWillAppearHere
|
375
|
+
whenYouPurchaseSomethingItWillAppearHere: `When you purchase something, it will appear here`,
|
372
376
|
weHaveSentTooManyEmails: `We have sent too many emails, please try again later or contact customer support`,
|
373
377
|
welcomeToAnimeClub: `Welcome to Anime.club!`,
|
374
378
|
weSentAnEmailTo: `We sent an email to:`,
|
package/src/french.ts
CHANGED
@@ -105,6 +105,7 @@ export const text: text = {
|
|
105
105
|
delete: `Supprimer`,
|
106
106
|
deleteAccount: `Supprimer le compte`,
|
107
107
|
deleteArt: `Supprimer l'art`,
|
108
|
+
decline: `(en) Decline`,
|
108
109
|
deletePost: `Supprimer le message`,
|
109
110
|
deleteProduct: `Supprimer le produit`,
|
110
111
|
deliveryTime: `Délai de livraison`,
|
@@ -248,6 +249,7 @@ export const text: text = {
|
|
248
249
|
openToWork: `Ouvert au travail`,
|
249
250
|
optional: `Optionnel`,
|
250
251
|
or: `OU`,
|
252
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
251
253
|
orderAgain: `Commander à nouveau`,
|
252
254
|
orderDetails: `Détails de la commande`,
|
253
255
|
orderStatus: `Statut de la commande`,
|
@@ -331,6 +333,8 @@ export const text: text = {
|
|
331
333
|
threateningViolence: `Menace de violence`,
|
332
334
|
title: `Titre`,
|
333
335
|
titleYourExtraService: `Nommez votre service supplémentaire`,
|
336
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
337
|
+
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`,
|
334
338
|
today: `Aujourd'hui`,
|
335
339
|
toGetWorkRelatedNotifications: `Pour recevoir des notifications liées au travail`,
|
336
340
|
total: `Total`,
|
package/src/german.ts
CHANGED
@@ -104,6 +104,7 @@ export const text: text = {
|
|
104
104
|
delete: `Löschen`,
|
105
105
|
deleteAccount: `Konto löschen`,
|
106
106
|
deleteArt: `Art löschen`,
|
107
|
+
decline: `(en) Decline`,
|
107
108
|
deletePost: `Beitrag löschen`,
|
108
109
|
deleteProduct: `Produkt löschen`,
|
109
110
|
deliveryTime: `Lieferzeit`,
|
@@ -247,6 +248,7 @@ export const text: text = {
|
|
247
248
|
openToWork: `Offen für Arbeit`,
|
248
249
|
optional: `Optional`,
|
249
250
|
or: `ODER`,
|
251
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
250
252
|
orderAgain: `Erneut bestellen`,
|
251
253
|
orderDetails: `Bestelldetails`,
|
252
254
|
orderStatus: `Bestellstatus`,
|
@@ -331,6 +333,8 @@ export const text: text = {
|
|
331
333
|
threateningViolence: `Gewaltandrohung`,
|
332
334
|
title: `Titel`,
|
333
335
|
titleYourExtraService: `Benennen Sie Ihren zusätzlichen Service`,
|
336
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
337
|
+
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`,
|
334
338
|
today: `Heute`,
|
335
339
|
toGetWorkRelatedNotifications: `Um arbeitsbezogene Benachrichtigungen zu erhalten`,
|
336
340
|
total: `Gesamt`,
|
package/src/hindi.ts
CHANGED
@@ -104,6 +104,7 @@ export const text: text = {
|
|
104
104
|
delete: `हटाएं`,
|
105
105
|
deleteAccount: `खाता हटाएं`,
|
106
106
|
deleteArt: `चित्रकला हटाएं`,
|
107
|
+
decline: `(en) Decline`,
|
107
108
|
deletePost: `पोस्ट हटायें`,
|
108
109
|
deleteProduct: `उत्पाद हटाएं`,
|
109
110
|
deliveryTime: `वितरण समय`,
|
@@ -247,6 +248,7 @@ export const text: text = {
|
|
247
248
|
openToWork: `काम के लिए खुला`,
|
248
249
|
optional: `वैकल्पिक`,
|
249
250
|
or: `या`,
|
251
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
250
252
|
orderAgain: `फिर से ऑर्डर करें`,
|
251
253
|
orderDetails: `ऑर्डर विवरण`,
|
252
254
|
orderStatus: `ऑर्डर स्थिति`,
|
@@ -330,6 +332,8 @@ export const text: text = {
|
|
330
332
|
threateningViolence: `हिंसा की धमकी देना`,
|
331
333
|
title: `शीर्षक`,
|
332
334
|
titleYourExtraService: `अपनी अतिरिक्त सेवा का शीर्षक दें`,
|
335
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
336
|
+
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`,
|
333
337
|
today: `आज`,
|
334
338
|
toGetWorkRelatedNotifications: `काम से संबंधित अधिसूचनाएं प्राप्त करने के लिए`,
|
335
339
|
total: `कुल`,
|
package/src/indonesian.ts
CHANGED
@@ -104,6 +104,7 @@ export const text: text = {
|
|
104
104
|
delete: `Hapus`,
|
105
105
|
deleteAccount: `Hapus akun`,
|
106
106
|
deleteArt: `Hapus karya`,
|
107
|
+
decline: `(en) Decline`,
|
107
108
|
deletePost: `Hapus postingan`,
|
108
109
|
deleteProduct: `Hapus produk`,
|
109
110
|
deliveryTime: `Waktu pengiriman`,
|
@@ -247,6 +248,7 @@ export const text: text = {
|
|
247
248
|
openToWork: `Terbuka untuk bekerja`,
|
248
249
|
optional: `Opsional`,
|
249
250
|
or: `ATAU`,
|
251
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
250
252
|
orderAgain: `Pesan lagi`,
|
251
253
|
orderDetails: `Detail pesanan`,
|
252
254
|
orderStatus: `Status pesanan`,
|
@@ -331,6 +333,8 @@ export const text: text = {
|
|
331
333
|
threateningViolence: `Ancaman kekerasan`,
|
332
334
|
title: `Judul`,
|
333
335
|
titleYourExtraService: `Beri judul pada layanan tambahan Anda`,
|
336
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
337
|
+
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`,
|
334
338
|
today: `Hari ini`,
|
335
339
|
toGetWorkRelatedNotifications: `Untuk mendapatkan pemberitahuan terkait pekerjaan`,
|
336
340
|
total: `Total`,
|
package/src/japanese.ts
CHANGED
@@ -104,6 +104,7 @@ export const text: text = {
|
|
104
104
|
delete: `削除する`,
|
105
105
|
deleteAccount: `アカウントを削除する`,
|
106
106
|
deleteArt: `アートを削除する`,
|
107
|
+
decline: `(en) Decline`,
|
107
108
|
deletePost: `投稿を削除する`,
|
108
109
|
deleteProduct: `製品を削除する`,
|
109
110
|
deliveryTime: `配達時間`,
|
@@ -246,6 +247,7 @@ export const text: text = {
|
|
246
247
|
openToWork: `仕事に開かれています`,
|
247
248
|
optional: `オプション`,
|
248
249
|
or: `または`,
|
250
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
249
251
|
orderAgain: `再注文する`,
|
250
252
|
orderDetails: `注文の詳細`,
|
251
253
|
orderStatus: `注文ステータス`,
|
@@ -329,6 +331,8 @@ export const text: text = {
|
|
329
331
|
threateningViolence: `暴力を脅す`,
|
330
332
|
title: `件名`,
|
331
333
|
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`,
|
332
336
|
today: `今日`,
|
333
337
|
toGetWorkRelatedNotifications: `仕事に関する通知を受け取るには`,
|
334
338
|
total: `合計`,
|
package/src/korean.ts
CHANGED
@@ -103,6 +103,7 @@ export const text: text = {
|
|
103
103
|
delete: `삭제`,
|
104
104
|
deleteAccount: `계정 삭제`,
|
105
105
|
deleteArt: `아트 삭제`,
|
106
|
+
decline: `(en) Decline`,
|
106
107
|
deletePost: `포스트 삭제`,
|
107
108
|
deleteProduct: `제품 삭제`,
|
108
109
|
deliveryTime: `배송 시간`,
|
@@ -245,6 +246,7 @@ export const text: text = {
|
|
245
246
|
openToWork: `일할 준비가 되어 있음`,
|
246
247
|
optional: `선택 사항`,
|
247
248
|
or: `또는`,
|
249
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
248
250
|
orderAgain: `다시 주문하기`,
|
249
251
|
orderDetails: `주문 세부 정보`,
|
250
252
|
orderStatus: `주문 상태`,
|
@@ -327,6 +329,8 @@ export const text: text = {
|
|
327
329
|
threateningViolence: `폭력을 위협하는 행위`,
|
328
330
|
title: `표제`,
|
329
331
|
titleYourExtraService: `추가 서비스 제목`,
|
332
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
333
|
+
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`,
|
330
334
|
today: `오늘`,
|
331
335
|
toGetWorkRelatedNotifications: `작업 관련 알림을 받으려면`,
|
332
336
|
total: `합계`,
|
package/src/portuguese.ts
CHANGED
@@ -105,6 +105,7 @@ export const text: text = {
|
|
105
105
|
delete: `Excluir`,
|
106
106
|
deleteAccount: `Excluir conta`,
|
107
107
|
deleteArt: `Apagar art`,
|
108
|
+
decline: `(en) Decline`,
|
108
109
|
deletePost: `Apagar publicação`,
|
109
110
|
deleteProduct: `Excluir produto`,
|
110
111
|
deliveryTime: `Tempo de entrega`,
|
@@ -248,6 +249,7 @@ export const text: text = {
|
|
248
249
|
openToWork: `Aberto para trabalhar`,
|
249
250
|
optional: `Opcional`,
|
250
251
|
or: `OU`,
|
252
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
251
253
|
orderAgain: `Fazer pedido novamente`,
|
252
254
|
orderDetails: `Detalhes do pedido`,
|
253
255
|
orderStatus: `Status do pedido`,
|
@@ -332,6 +334,8 @@ export const text: text = {
|
|
332
334
|
threateningViolence: `Ameaçando violência`,
|
333
335
|
title: `Título`,
|
334
336
|
titleYourExtraService: `Dê um título ao seu serviço extra`,
|
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`,
|
335
339
|
today: `Hoje`,
|
336
340
|
toGetWorkRelatedNotifications: `Para receber notificações relacionadas ao trabalho`,
|
337
341
|
total: `Total`,
|
package/src/russian.ts
CHANGED
@@ -104,6 +104,7 @@ export const text: text = {
|
|
104
104
|
delete: `Удалить`,
|
105
105
|
deleteAccount: `Удалить аккаунт`,
|
106
106
|
deleteArt: `Удалить арт`,
|
107
|
+
decline: `(en) Decline`,
|
107
108
|
deletePost: `Удалить запись`,
|
108
109
|
deleteProduct: `Удалить продукт`,
|
109
110
|
deliveryTime: `Срок доставки`,
|
@@ -247,6 +248,7 @@ export const text: text = {
|
|
247
248
|
openToWork: `Открыт для работы`,
|
248
249
|
optional: `Необязательно`,
|
249
250
|
or: `или`,
|
251
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
250
252
|
orderAgain: `Заказать снова`,
|
251
253
|
orderDetails: `Детали заказа`,
|
252
254
|
orderStatus: `Статус заказа`,
|
@@ -329,6 +331,8 @@ export const text: text = {
|
|
329
331
|
threateningViolence: `Угрозы насилия`,
|
330
332
|
title: `Название`,
|
331
333
|
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`,
|
332
336
|
today: `Сегодня`,
|
333
337
|
toGetWorkRelatedNotifications: `Для получения уведомлений, связанных с работой`,
|
334
338
|
total: `Всего`,
|
package/src/spanish.ts
CHANGED
@@ -105,6 +105,7 @@ export const text: text = {
|
|
105
105
|
delete: `Eliminar`,
|
106
106
|
deleteAccount: `Eliminar cuenta`,
|
107
107
|
deleteArt: `Eliminar arte`,
|
108
|
+
decline: `(en) Decline`,
|
108
109
|
deletePost: `Eliminar publicación`,
|
109
110
|
deleteProduct: `Eliminar producto`,
|
110
111
|
deliveryTime: `Tiempo de entrega`,
|
@@ -248,6 +249,7 @@ export const text: text = {
|
|
248
249
|
openToWork: `Abierto a trabajar`,
|
249
250
|
optional: `Opcional`,
|
250
251
|
or: `O`,
|
252
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
251
253
|
orderAgain: `Volver a ordenar`,
|
252
254
|
orderDetails: `Detalles del pedido`,
|
253
255
|
orderStatus: `Estado del pedido`,
|
@@ -331,6 +333,8 @@ export const text: text = {
|
|
331
333
|
threateningViolence: `Amenaza de violencia`,
|
332
334
|
title: `Título`,
|
333
335
|
titleYourExtraService: `Titula tu servicio adicional`,
|
336
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
337
|
+
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`,
|
334
338
|
today: `Hoy`,
|
335
339
|
toGetWorkRelatedNotifications: `Para recibir notificaciones relacionadas con el trabajo`,
|
336
340
|
total: `Total`,
|
package/src/thai.ts
CHANGED
@@ -103,6 +103,7 @@ export const text: text = {
|
|
103
103
|
delete: `ลบ`,
|
104
104
|
deleteAccount: `ลบบัญชี`,
|
105
105
|
deleteArt: `ลบผลงาน`,
|
106
|
+
decline: `(en) Decline`,
|
106
107
|
deletePost: `ลบโพสต์`,
|
107
108
|
deleteProduct: `ลบผลิตภัณฑ์`,
|
108
109
|
deliveryTime: `เวลาจัดส่ง`,
|
@@ -246,6 +247,7 @@ export const text: text = {
|
|
246
247
|
openToWork: `เปิดรับงาน`,
|
247
248
|
optional: `ไม่บังคับ`,
|
248
249
|
or: `หรือ`,
|
250
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
249
251
|
orderAgain: `สั่งซื้ออีกครั้ง`,
|
250
252
|
orderDetails: `รายละเอียดคำสั่งซื้อ`,
|
251
253
|
orderStatus: `สถานะคำสั่งซื้อ`,
|
@@ -328,6 +330,8 @@ export const text: text = {
|
|
328
330
|
threateningViolence: `การข่มขู่ความรุนแรง`,
|
329
331
|
title: `หัวข้อ`,
|
330
332
|
titleYourExtraService: `ตั้งชื่อบริการเสริมของคุณ`,
|
333
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
334
|
+
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`,
|
331
335
|
today: `วันนี้`,
|
332
336
|
toGetWorkRelatedNotifications: `เพื่อรับการแจ้งเตือนที่เกี่ยวข้องกับงาน`,
|
333
337
|
total: `รวม`,
|
package/src/vietnamese.ts
CHANGED
@@ -103,6 +103,7 @@ export const text: text = {
|
|
103
103
|
delete: `Xóa`,
|
104
104
|
deleteAccount: `Xóa tài khoản`,
|
105
105
|
deleteArt: `Xóa tranh`,
|
106
|
+
decline: `(en) Decline`,
|
106
107
|
deletePost: `Xóa bài viết`,
|
107
108
|
deleteProduct: `Xóa sản phẩm`,
|
108
109
|
deliveryTime: `Thời gian giao hàng`,
|
@@ -245,6 +246,7 @@ export const text: text = {
|
|
245
246
|
openToWork: `Mở để làm việc`,
|
246
247
|
optional: `Tùy chọn`,
|
247
248
|
or: `HOẶC`,
|
249
|
+
ordered: (...v) => `(en) Ordered ${v[0]}`,
|
248
250
|
orderAgain: `Đặt hàng lại`,
|
249
251
|
orderDetails: `Chi tiết đơn hàng`,
|
250
252
|
orderStatus: `Trạng thái đơn hàng`,
|
@@ -327,6 +329,8 @@ export const text: text = {
|
|
327
329
|
threateningViolence: `Đe dọa bạo lực`,
|
328
330
|
title: `Tiêu đề`,
|
329
331
|
titleYourExtraService: `Đặt tên cho dịch vụ bổ sung của bạn`,
|
332
|
+
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
|
333
|
+
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`,
|
330
334
|
today: `Hôm nay`,
|
331
335
|
toGetWorkRelatedNotifications: `Để nhận thông báo liên quan đến công việc`,
|
332
336
|
total: `Tổng`,
|