Skip to content

Commit f032e1c

Browse files
committed
update translations
1 parent 229221c commit f032e1c

File tree

5 files changed

+337
-33
lines changed

5 files changed

+337
-33
lines changed

packages/template-retail-react-app/app/static/translations/compiled/en-GB.json

Lines changed: 70 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2597,12 +2597,6 @@
25972597
"value": "Chinese (Taiwan)"
25982598
}
25992599
],
2600-
"login.title.sign_in": [
2601-
{
2602-
"type": 0,
2603-
"value": "Sign In"
2604-
}
2605-
],
26062600
"login_form.action.create_account": [
26072601
{
26082602
"type": 0,
@@ -2827,6 +2821,76 @@
28272821
"value": "Tax"
28282822
}
28292823
],
2824+
"otp.button.cancel_guest_registration": [
2825+
{
2826+
"type": 0,
2827+
"value": "Cancel"
2828+
}
2829+
],
2830+
"otp.button.checkout_as_guest": [
2831+
{
2832+
"type": 0,
2833+
"value": "Checkout as a Guest"
2834+
}
2835+
],
2836+
"otp.button.resend_code": [
2837+
{
2838+
"type": 0,
2839+
"value": "Resend Code"
2840+
}
2841+
],
2842+
"otp.button.resend_timer": [
2843+
{
2844+
"type": 0,
2845+
"value": "Resend code in "
2846+
},
2847+
{
2848+
"type": 1,
2849+
"value": "timer"
2850+
},
2851+
{
2852+
"type": 0,
2853+
"value": " seconds..."
2854+
}
2855+
],
2856+
"otp.message.enter_code_for_account_guest": [
2857+
{
2858+
"type": 0,
2859+
"value": "We sent a one-time password (OTP) to your email. To create your account and proceed to checkout, enter the "
2860+
},
2861+
{
2862+
"type": 1,
2863+
"value": "otpLength"
2864+
},
2865+
{
2866+
"type": 0,
2867+
"value": "-digit code below."
2868+
}
2869+
],
2870+
"otp.message.enter_code_for_account_returning": [
2871+
{
2872+
"type": 0,
2873+
"value": "To log in to your account, enter the code sent to your email."
2874+
}
2875+
],
2876+
"otp.message.verifying": [
2877+
{
2878+
"type": 0,
2879+
"value": "Verifying code..."
2880+
}
2881+
],
2882+
"otp.title.confirm_its_you": [
2883+
{
2884+
"type": 0,
2885+
"value": "Confirm it's you"
2886+
}
2887+
],
2888+
"otp.title.create_account": [
2889+
{
2890+
"type": 0,
2891+
"value": "Create an account"
2892+
}
2893+
],
28302894
"page_not_found.action.go_back": [
28312895
{
28322896
"type": 0,

packages/template-retail-react-app/app/static/translations/compiled/en-US.json

Lines changed: 70 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2597,12 +2597,6 @@
25972597
"value": "Chinese (Taiwan)"
25982598
}
25992599
],
2600-
"login.title.sign_in": [
2601-
{
2602-
"type": 0,
2603-
"value": "Sign In"
2604-
}
2605-
],
26062600
"login_form.action.create_account": [
26072601
{
26082602
"type": 0,
@@ -2827,6 +2821,76 @@
28272821
"value": "Tax"
28282822
}
28292823
],
2824+
"otp.button.cancel_guest_registration": [
2825+
{
2826+
"type": 0,
2827+
"value": "Cancel"
2828+
}
2829+
],
2830+
"otp.button.checkout_as_guest": [
2831+
{
2832+
"type": 0,
2833+
"value": "Checkout as a Guest"
2834+
}
2835+
],
2836+
"otp.button.resend_code": [
2837+
{
2838+
"type": 0,
2839+
"value": "Resend Code"
2840+
}
2841+
],
2842+
"otp.button.resend_timer": [
2843+
{
2844+
"type": 0,
2845+
"value": "Resend code in "
2846+
},
2847+
{
2848+
"type": 1,
2849+
"value": "timer"
2850+
},
2851+
{
2852+
"type": 0,
2853+
"value": " seconds..."
2854+
}
2855+
],
2856+
"otp.message.enter_code_for_account_guest": [
2857+
{
2858+
"type": 0,
2859+
"value": "We sent a one-time password (OTP) to your email. To create your account and proceed to checkout, enter the "
2860+
},
2861+
{
2862+
"type": 1,
2863+
"value": "otpLength"
2864+
},
2865+
{
2866+
"type": 0,
2867+
"value": "-digit code below."
2868+
}
2869+
],
2870+
"otp.message.enter_code_for_account_returning": [
2871+
{
2872+
"type": 0,
2873+
"value": "To log in to your account, enter the code sent to your email."
2874+
}
2875+
],
2876+
"otp.message.verifying": [
2877+
{
2878+
"type": 0,
2879+
"value": "Verifying code..."
2880+
}
2881+
],
2882+
"otp.title.confirm_its_you": [
2883+
{
2884+
"type": 0,
2885+
"value": "Confirm it's you"
2886+
}
2887+
],
2888+
"otp.title.create_account": [
2889+
{
2890+
"type": 0,
2891+
"value": "Create an account"
2892+
}
2893+
],
28302894
"page_not_found.action.go_back": [
28312895
{
28322896
"type": 0,

packages/template-retail-react-app/app/static/translations/compiled/en-XA.json

Lines changed: 143 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5437,20 +5437,6 @@
54375437
"value": "]"
54385438
}
54395439
],
5440-
"login.title.sign_in": [
5441-
{
5442-
"type": 0,
5443-
"value": "["
5444-
},
5445-
{
5446-
"type": 0,
5447-
"value": "Şīɠƞ Īƞ"
5448-
},
5449-
{
5450-
"type": 0,
5451-
"value": "]"
5452-
}
5453-
],
54545440
"login_form.action.create_account": [
54555441
{
54565442
"type": 0,
@@ -5923,6 +5909,148 @@
59235909
"value": "]"
59245910
}
59255911
],
5912+
"otp.button.cancel_guest_registration": [
5913+
{
5914+
"type": 0,
5915+
"value": "["
5916+
},
5917+
{
5918+
"type": 0,
5919+
"value": "Ƈȧȧƞƈḗḗŀ"
5920+
},
5921+
{
5922+
"type": 0,
5923+
"value": "]"
5924+
}
5925+
],
5926+
"otp.button.checkout_as_guest": [
5927+
{
5928+
"type": 0,
5929+
"value": "["
5930+
},
5931+
{
5932+
"type": 0,
5933+
"value": "Ƈħḗḗƈķǿǿŭŭŧ ȧȧş ȧȧ Ɠŭŭḗḗşŧ"
5934+
},
5935+
{
5936+
"type": 0,
5937+
"value": "]"
5938+
}
5939+
],
5940+
"otp.button.resend_code": [
5941+
{
5942+
"type": 0,
5943+
"value": "["
5944+
},
5945+
{
5946+
"type": 0,
5947+
"value": "Řḗḗşḗḗƞḓ Ƈǿǿḓḗḗ"
5948+
},
5949+
{
5950+
"type": 0,
5951+
"value": "]"
5952+
}
5953+
],
5954+
"otp.button.resend_timer": [
5955+
{
5956+
"type": 0,
5957+
"value": "["
5958+
},
5959+
{
5960+
"type": 0,
5961+
"value": "Řḗḗşḗḗƞḓ ƈǿǿḓḗḗ īƞ "
5962+
},
5963+
{
5964+
"type": 1,
5965+
"value": "timer"
5966+
},
5967+
{
5968+
"type": 0,
5969+
"value": " şḗḗƈǿǿƞḓş..."
5970+
},
5971+
{
5972+
"type": 0,
5973+
"value": "]"
5974+
}
5975+
],
5976+
"otp.message.enter_code_for_account_guest": [
5977+
{
5978+
"type": 0,
5979+
"value": "["
5980+
},
5981+
{
5982+
"type": 0,
5983+
"value": "Ẇḗḗ şḗḗƞŧ ȧȧ ǿǿƞḗḗ-ŧīḿḗḗ ƥȧȧşşẇǿǿřḓ (ǾŦƤ) ŧǿǿ ẏǿǿŭŭř ḗḗḿȧȧīŀ. Ŧǿǿ ƈřḗḗȧȧŧḗḗ ẏǿǿŭŭř ȧȧƈƈǿǿŭŭƞŧ ȧȧƞḓ ƥřǿǿƈḗḗḗḗḓ ŧǿǿ ƈħḗḗƈķǿǿŭŭŧ, ḗḗƞŧḗḗř ŧħḗḗ "
5984+
},
5985+
{
5986+
"type": 1,
5987+
"value": "otpLength"
5988+
},
5989+
{
5990+
"type": 0,
5991+
"value": "-ḓīɠīŧ ƈǿǿḓḗḗ ƀḗḗŀǿǿẇ."
5992+
},
5993+
{
5994+
"type": 0,
5995+
"value": "]"
5996+
}
5997+
],
5998+
"otp.message.enter_code_for_account_returning": [
5999+
{
6000+
"type": 0,
6001+
"value": "["
6002+
},
6003+
{
6004+
"type": 0,
6005+
"value": "Ŧǿǿ ŀǿǿɠ īƞ ŧǿǿ ẏǿǿŭŭř ȧȧƈƈǿǿŭŭƞŧ, ḗḗƞŧḗḗř ŧħḗḗ ƈǿǿḓḗḗ şḗḗƞŧ ŧǿǿ ẏǿǿŭŭř ḗḗḿȧȧīŀ."
6006+
},
6007+
{
6008+
"type": 0,
6009+
"value": "]"
6010+
}
6011+
],
6012+
"otp.message.verifying": [
6013+
{
6014+
"type": 0,
6015+
"value": "["
6016+
},
6017+
{
6018+
"type": 0,
6019+
"value": "Ṽḗḗřīƒẏīƞɠ ƈǿǿḓḗḗ..."
6020+
},
6021+
{
6022+
"type": 0,
6023+
"value": "]"
6024+
}
6025+
],
6026+
"otp.title.confirm_its_you": [
6027+
{
6028+
"type": 0,
6029+
"value": "["
6030+
},
6031+
{
6032+
"type": 0,
6033+
"value": "Ƈǿǿƞƒīřḿ īŧ'ş ẏǿǿŭŭ"
6034+
},
6035+
{
6036+
"type": 0,
6037+
"value": "]"
6038+
}
6039+
],
6040+
"otp.title.create_account": [
6041+
{
6042+
"type": 0,
6043+
"value": "["
6044+
},
6045+
{
6046+
"type": 0,
6047+
"value": "Ƈřḗḗȧȧŧḗḗ ȧȧƞ ȧȧƈƈǿǿŭŭƞŧ"
6048+
},
6049+
{
6050+
"type": 0,
6051+
"value": "]"
6052+
}
6053+
],
59266054
"page_not_found.action.go_back": [
59276055
{
59286056
"type": 0,
@@ -10513,4 +10641,4 @@
1051310641
"value": "]"
1051410642
}
1051510643
]
10516-
}
10644+
}

0 commit comments

Comments
 (0)