Skip to content

Commit

Permalink
ADDED: word order
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-natalya committed Mar 9, 2024
1 parent 5aaa223 commit 7189ac9
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/arabic-standard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -93,7 +94,6 @@ export const text: text = {
confirmOrder: `تأكيد الطلب`,
confirmPassword: `تأكيد كلمة السر`,
connectWithUsOn: `الاتصال بنا على`,
contactCustomer: `الاتصال بالعميل`,
contactInformation: `معلومات الاتصال`,
contactSeller: `الاتصال بالبائع`,
contactSupport: `الاتصال بالدعم الفني`,
Expand Down
2 changes: 1 addition & 1 deletion src/chinese-simplified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -93,7 +94,6 @@ export const text: text = {
confirmOrder: `确认订单`,
confirmPassword: `确认密码`,
connectWithUsOn: `在以下社交媒体上关注我们`,
contactCustomer: `联系客户`,
contactInformation: `联系信息`,
contactSeller: `联系卖家`,
contactSupport: `联系支持`,
Expand Down
1 change: 0 additions & 1 deletion src/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export const text = {
confirmOrder: `Confirm order`,
confirmPassword: `Confirm password`,
connectWithUsOn: `Connect with us on`,
contactCustomer: `Contact customer`,
contactInformation: `Contact information`,
contactSeller: `Contact seller`,
contactSupport: `Contact support`,
Expand Down
2 changes: 1 addition & 1 deletion src/french.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -95,7 +96,6 @@ export const text: text = {
confirmOrder: `Confirmer la commande`,
confirmPassword: `Confirmez le mot de passe`,
connectWithUsOn: `Connectez-vous avec nous sur`,
contactCustomer: `Contacter le client`,
contactInformation: `Informations de contact`,
contactSeller: `Contacter le vendeur`,
contactSupport: `Contacter le support`,
Expand Down
2 changes: 1 addition & 1 deletion src/german.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -94,7 +95,6 @@ export const text: text = {
confirmOrder: `Bestellung bestätigen`,
confirmPassword: `Bestätige das Passwort`,
connectWithUsOn: `Verbinde dich mit uns auf`,
contactCustomer: `Kunde kontaktieren`,
contactInformation: `Kontaktinformationen`,
contactSeller: `Verkäufer kontaktieren`,
contactSupport: `Support kontaktieren`,
Expand Down
2 changes: 1 addition & 1 deletion src/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -94,7 +95,6 @@ export const text: text = {
confirmOrder: `आदेश की पुष्टि करें`,
confirmPassword: `पासवर्ड की पुष्टि करें`,
connectWithUsOn: `हमसे जुड़ें`,
contactCustomer: `ग्राहक से संपर्क करें`,
contactInformation: `संपर्क जानकारी`,
contactSeller: `विक्रेता से संपर्क करें`,
contactSupport: `समर्थन से संपर्क करें`,
Expand Down
2 changes: 1 addition & 1 deletion src/indonesian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -94,7 +95,6 @@ export const text: text = {
confirmOrder: `Konfirmasi pesanan`,
confirmPassword: `Konfirmasi Kata Sandi`,
connectWithUsOn: `Terhubung dengan kami di`,
contactCustomer: `Hubungi pelanggan`,
contactInformation: `Informasi kontak`,
contactSeller: `Hubungi penjual`,
contactSupport: `Hubungi dukungan`,
Expand Down
2 changes: 1 addition & 1 deletion src/japanese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -94,7 +95,6 @@ export const text: text = {
confirmOrder: `注文を確認`,
confirmPassword: `パスワードを確認する`,
connectWithUsOn: `フォローして最新情報をチェック`,
contactCustomer: `カスタマーサポートに連絡`,
contactInformation: `連絡先情報`,
contactSeller: `出品者に連絡`,
contactSupport: `サポートに連絡`,
Expand Down
2 changes: 1 addition & 1 deletion src/korean.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -93,7 +94,6 @@ export const text: text = {
confirmOrder: `주문 확인`,
confirmPassword: `비밀번호 확인`,
connectWithUsOn: `다음 채널에서 연락하세요`,
contactCustomer: `고객에게 연락하기`,
contactInformation: `연락처 정보`,
contactSeller: `판매자에게 연락하기`,
contactSupport: `지원팀에게 연락하기`,
Expand Down
2 changes: 1 addition & 1 deletion src/portuguese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -95,7 +96,6 @@ export const text: text = {
confirmOrder: `Confirmar pedido`,
confirmPassword: `Confirmar a senha`,
connectWithUsOn: `Conecte-se conosco em`,
contactCustomer: `Contatar cliente`,
contactInformation: `Informações de contato`,
contactSeller: `Contatar vendedor`,
contactSupport: `Contatar suporte`,
Expand Down
2 changes: 1 addition & 1 deletion src/russian.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const text: text = {
accountDeleted: `(en) Account deleted`,
order: `(en) Order`,
leaveAReview: `(en) Leave a review`,
_colon: `: `,
_comma: `, `,
Expand Down Expand Up @@ -84,7 +85,6 @@ export const text: text = {
confirmOrder: `Подтвердить заказ`,
confirmPassword: `Подтвердить пароль`,
connectWithUsOn: `Свяжитесь с нами в`,
contactCustomer: `Связаться с клиентом`,
contactInformation: `Контактная информация`,
contactSeller: `Связаться с продавцом`,
contactSupport: `Связаться со службой поддержки`,
Expand Down
2 changes: 1 addition & 1 deletion src/spanish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -95,7 +96,6 @@ export const text: text = {
confirmOrder: `Confirmar pedido`,
confirmPassword: `Confirmar contraseña`,
connectWithUsOn: `Conéctate con nosotros en`,
contactCustomer: `Contactar al cliente`,
contactInformation: `Información de contacto`,
contactSeller: `Contactar al vendedor`,
contactSupport: `Contactar soporte`,
Expand Down
2 changes: 1 addition & 1 deletion src/thai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -93,7 +94,6 @@ export const text: text = {
confirmOrder: `ยืนยันคำสั่งซื้อ`,
confirmPassword: `ยืนยันรหัสผ่าน`,
connectWithUsOn: `เชื่อมต่อกับเราบน`,
contactCustomer: `ติดต่อลูกค้า`,
contactInformation: `ข้อมูลติดต่อ`,
contactSeller: `ติดต่อผู้ขาย`,
contactSupport: `ติดต่อฝ่ายสนับสนุน`,
Expand Down
2 changes: 1 addition & 1 deletion src/vietnamese.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const text: text = {
decline: `(en) Decline`,
letsUploadYourFirstProduct: `(en) Let's upload your first product`,
openDispute: `(en) Open dispute`,
order: `(en) Order`,
ordered: (...v) => `(en) Ordered ${v[0]}`,
theMaximumQuantityThatACustomerCanAdd: `(en) The maximum quantity that a customer can add`,
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`,
Expand Down Expand Up @@ -93,7 +94,6 @@ export const text: text = {
confirmOrder: `Xác nhận đơn hàng`,
confirmPassword: `Xác nhận mật khẩu`,
connectWithUsOn: `Kết nối với chúng tôi trên`,
contactCustomer: `Liên hệ khách hàng`,
contactInformation: `Thông tin liên hệ`,
contactSeller: `Liên hệ người bán`,
contactSupport: `Liên hệ hỗ trợ`,
Expand Down

0 comments on commit 7189ac9

Please sign in to comment.