@ikas/storefront-assets 4.5.0-beta.2 → 4.5.0-beta.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-assets",
3
- "version": "4.5.0-beta.2",
3
+ "version": "4.5.0-beta.3",
4
4
  "author": "ikas",
5
5
  "license": "ISC",
6
6
  "description": "Assets for ikas storefront themes.",
package/checkout/de.js DELETED
@@ -1,244 +0,0 @@
1
- module.exports = {
2
- actions: {
3
- login: "Einloggen",
4
- signup: "Jetzt registrieren",
5
- edit: "Bearbeiten",
6
- apply: "Anwenden",
7
- close: "Schießen",
8
- cancel: "Abbrechen",
9
- save: "Speichern",
10
- continue: "Weiter",
11
- show: "Anzeigen",
12
- hide: "Verstecken",
13
- sendMessage: "Nachricht senden",
14
- continueWithShipping: "Weiter mit Versand",
15
- continueWithPayment: "Weiter mit Zahlung",
16
- completeOrder: "Bestellung abschließen",
17
- backToShopping: "Bestellung abschließen",
18
- backToCart: "Zurück zum Warenkorb",
19
- addToCart: "Zum Warenkorb hinzufügen",
20
- updateCart: "Meinen Warenkorb Aktualisieren",
21
- },
22
- securePayment: "Sichere Bezahlung",
23
- alreadyHaveAnAccount: "Du hast bereits ein Konto?",
24
-
25
- address: "Adresse",
26
- addressError: "Adresse eingeben",
27
- missingAddressFields: "Es fehlen einige Pflichtfelder in dieser Adresse.",
28
- editAddress: "Adresse bearbeiten",
29
- deleteAddress: "Adresse löschen",
30
- saveAddressCta: "Speichere diese Adresse für zukünftige Einkäufe",
31
- firstName: "Vorname",
32
- firstNameError: "Vorname eingeben",
33
- lastName: "Nachname",
34
- lastNameError: "Nachname eingeben",
35
- identityNumber: "Personalausweisnummer",
36
- identityNumberError: "Personalausweisnummer eingeben",
37
- addressTitle: "Name der Anschrift",
38
- adressTitleError: "Name für die Anschrift eingeben",
39
- addressLine1: "Addresse",
40
- addressLine2: "Adresszusatz",
41
- postalCode: "Postleitzahl",
42
- postalCodeError: "Postleitzahl eingeben",
43
- country: "Land",
44
- countryError: "Land auswählen",
45
- state: "Bundesland",
46
- stateError: "Bundesland eingeben",
47
- city: "Stadt",
48
- cityError: "Stadt eingeben",
49
- district: "Bezirk",
50
- districtError: "Bezirk eingeben",
51
- phone: "Telefonnummer",
52
- phoneError: "Eine gültige Telefonnummer eingeben",
53
- companyName: "Name des Unternehmens",
54
- taxOffice: "Finanzamt",
55
- taxNumber: "Umsatzsteuer-ID",
56
- password: "Passwort",
57
- passwordRequiredError: "Passwort eingeben",
58
- passwordMinError: "Muss mindestens {{value}} Zeichen lang sein!",
59
-
60
- deliveryMethod: "Zustellungsmethode",
61
- deliveryToAddress: "Lieferanschrift",
62
- inStoreDelivery: "Abholung",
63
- stockLocation: {
64
- deliveryTime: {
65
- WITHIN_ONE_HOUR: "In der Regel in 1 Stunde bereit",
66
- WITHIN_TWO_HOURS: "In der Regel in 2 Stunden bereit",
67
- WITHIN_FOUR_HOURS: "In der Regel in 4 Stunden bereit",
68
- WITHIN_TWENTY_FOUR_HOURS: "In der Regel innerhalb von 24 Stunden bereit",
69
- TWO_IN_FOUR_DAYS: "Gewöhnlich in 2-4 Tagen bereit",
70
- WITHIN_PLUS_FIVE_DAYS: "Gewöhnlich in +5 Tagen fertig",
71
- },
72
- },
73
- recipientsInfo: "Empfänger Details",
74
- pickUpLocation: "Abholort",
75
- receiver: "Empfänger",
76
-
77
- shipping: "Versand",
78
- payment: "Zahlung",
79
- summary: "Zusammenfassung",
80
-
81
- free: "Kostenlos",
82
- standartShipping: "Standardversand",
83
- returnPolicy: "Widerrufsrecht",
84
- privacyPolicy: "Datenschutzerklärung",
85
- termsOfService: "Geschäftsbedingungen",
86
- imprint: "Impressum",
87
- shippingPolicy: "Versandbedingungen",
88
- newAddress: "Neu Addresse",
89
- billingAddress: "Rechnungsaddresse",
90
- shippingAddress: "Versandaddresse",
91
- corporateInvoice: "Unternehmensrechnung",
92
- contactInfo: "Kontaktinformationen",
93
- email: "E-Mail",
94
- emailError: "Gebe eine gültige E-Mail ein",
95
- guestEmailTooltip:
96
- "Deine Bestellinformationen werden an diese E-Mail-Adresse gesendet",
97
- customerConsentCta: "Mich über Neuigkeiten und Angeboten informieren",
98
- useShippingForBilling: "Lieferadresse als Rechnungsaddresse verwenden",
99
- installmentOptions: "Ratenzahlungsoptionen",
100
- singleInstallment: "Einmalige Zahlung",
101
- installments: "Ratenzahlungen",
102
- creditCard: "Kreditkarte",
103
-
104
- ackPrivacyPolicy: "Datenschutzerklärung",
105
- ackTermsOfService: "Geschäftsbedingungen",
106
- ackPoliciesSentence:
107
- "Ich akzeptiere die {{ ackPrivacyPolicy }} und {{ ackTermsOfService }}.",
108
-
109
- securePaymentTooltip: "Alle Zahlungen sind sicher und verschlüsselt",
110
- giftPackage: "Geschenkpaket",
111
- giftPackageCta: "Diese Bestellung als Geschenk verpacken",
112
- giftPackageCtaPlaceholder: "Geschenknachricht eingeben",
113
-
114
- paymentMethod: "Zahlungsmethode",
115
- paymentMethodDiscount: "Rabatt",
116
- paymentMethodAdditionalPrice: "Gebühr",
117
-
118
- orderSuccessTitle: "Vielen Dank für Deine Bestellung!",
119
- orderSuccessDescription:
120
- "Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir benachrichtigen Dich, wenn die Bestellung versandt wird.",
121
- orderSuccessInStoreDeliveryDescription:
122
- "Hallo {{ customerName }}, wir haben Deine Bestellung erhalten. Wir werden Dich per E-Mail benachrichtigen, wenn die Bestellung in der Filiale eingetroffen ist.",
123
- orderNoAndDate: "Bestellnummer/Datum",
124
- paymentSummary: "Zahlungsübersicht",
125
- shippingSummary: "Versand Übersicht",
126
- helpCtaQuestion: "Brauchst Du Hilfe?",
127
- helpCta: "Kontaktiere uns",
128
-
129
- contactForm: "Kontakt-Formular",
130
- contactFormSent: "Nachricht erfolgreich versandt",
131
- contactFormDescription:
132
- "Wir werden so schnell wie möglich auf Deine Nachricht antworten.",
133
- contactFormCta: "Gebe Deine Nachricht ein",
134
-
135
- orderPackageStatus: {
136
- unfulfilled: "Nicht ausgeführt",
137
- readyForShipment: "Versandbereit",
138
- fulfilled: "Verschickt",
139
- partiallyFulfilled: "Teilweise verschickt",
140
- delivered: "Zugestellt",
141
- unableToDeliver: "Zugestellt fehlgeschlagen",
142
- cancelled: "Storniert",
143
- cancelRejected: "Storno abgeleht",
144
- cancelRequested: "Storno angefordert",
145
- refunded: "Rückerstattet",
146
- refundRequestAccepted: "Rückerstattungsanfrage angenommen",
147
- refundRejected: "Rückerstattungsanfrage abgeleht",
148
- refundRequested: "Rückerstattung angefragt",
149
- },
150
-
151
- quantity: "Menge",
152
- cartItemProduct: "Produkt",
153
- giftCodeErrorTitle: "Gutschein-/Rabattcode Fehler",
154
- giftCodeErrorDescription:
155
- "Der eingegebene Geschenkcode ist nicht gültig oder nicht auf die Produkte in Deinem Warenkorb anwendbar. Bitte überprüfe den Code und versuche es erneut.",
156
- mustBeSignInToApplyCampaign:
157
- "Du benötigst ein Konto, um die Vorteile der Kampagne nutzen zu können.",
158
- subtotal: "Zwischensumme",
159
- total: "Bestellsumme",
160
- subtotalTooltip:
161
- "Die Zwischensumme entspricht der Bestellsumme Deines Warenkorbs vor den Rabatten und beinhaltet nicht die Versandkosten.",
162
- cartShippingTitle: "Lieferung/Versand",
163
- cartTaxTitle: "MwSt.",
164
- cartInterest: "Zinsen",
165
- couponCode: "Gutschein-/Rabattcode",
166
- addCouponCode: "Gutschein-/Rabattcode hinzufügen",
167
- addOrderNote: "Bestellnotiz hinzufügen",
168
- editOrderNote: "Bestellnotiz bearbeiten",
169
- orderNote: "Bestellnotiz",
170
- enterPhoneNumber: "Telefonnummer eingeben",
171
-
172
- cardNumber: "Kartennummer",
173
- cardNumberError: "Bitte gebe eine gültige Kartennummer ein",
174
- cardHolderName: "Name des Karteninhabers",
175
- cardHolderError: "Name des Karteninhabers eingeben",
176
- cardExpiry: "Monat/Jahr",
177
- cardExpiryError: "Gebe ein gültiges Datum ein",
178
- cardCVC: "CVC",
179
- cardCVCError: "Gebe einen gültigen CVC ein",
180
- cardCVCTooltip: "CVC ist die 3-stellige Nummer hinter der Karte",
181
-
182
- masterPass: {
183
- paymentGatewaySelectBox: {
184
- delete: "Löschen",
185
- },
186
- creditCardForm: {
187
- checkboxLabel:
188
- "{{ link }} meine Karte in der {{ masterpassLogo }} Infrastruktur speichern.",
189
- checkboxLabelLink: "Ich möchte",
190
- moreInformation: "Mehr Informationen",
191
- cardName: "Name der Karte",
192
- phoneNumber: "Telefonnummer",
193
- button: "Verifizierungscode senden",
194
- },
195
- linkCardToClient: {
196
- text: "Du hast eine bei Masterpass registrierte Karte. Klicke auf OK, um diese Karte für Deinen Einkauf zu verwenden.",
197
- buttonText: "OK",
198
- subInfoText: "Zu diesem Zeitpunkt wird noch keine Zahlung durchgeführt.",
199
- },
200
- otpModal: {
201
- otpTextBank:
202
- "Gebe den SMS-Verifizierungscode ein, der dem Karteninhaber zugesandt wurde.",
203
- otpTextMasterPass:
204
- "Gebe den von Masterpass gesendeten SMS-Verifizierungscode ein.",
205
- countdownText: "Verbleibende Zeit: ",
206
- resendText: "Code erneut senden",
207
- inputLabel: "Gebe den Verifizierungscode ein",
208
- buttonText: "Verifizieren",
209
- },
210
- successModal: {
211
- otpSuccessText: "Deine Karte wurde erfolgreich registriert.",
212
- linkCardToClientSuccessText:
213
- "Dein Masterpass-Konto wurde erfolgreich bestätigt.",
214
- },
215
- },
216
-
217
- quickRegistration: {
218
- title: "Konto erstellen",
219
- subtitle:
220
- "Ab sofort kannst du deine Bestellungen als Kunde ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
221
- completedTitle: "Dein Konto wurde erfolgreich erstellt!",
222
- completedSubtitle:
223
- "Ab sofort kannst du deine Bestellungen ganz einfach verfolgen und bleibst von aktuellen Kampagnen stets informiert.",
224
- accountEmail: "Deine E-Mail",
225
- },
226
-
227
- timeRemaining: "Verbleibende Zeit {{value}}",
228
-
229
- errorCustomerRequired:
230
- "Diese E-Mail-Adresse gehört einem registrierten Benutzer. Bitte logge Dich ein.",
231
- errorNoShipping: "Keine Versandoptionen für deine Region gefunden.",
232
- errorPayment:
233
- "Deine Zahlung konnte nicht empfangen werden. Bitte überprüfe Deine Angaben und versuche es erneut.",
234
- errorStockTitle: "Lagerbestand aktualisiert!",
235
- errorStockDescription:
236
- "Einige Artikel in Deinem Warenkorb sind nicht auf Lager. Wenn Du trotzdem fortfährst werden Produkte die nicht auf Lager sind aus Deinem Warenkorb entfernt?",
237
- errorUnknown:
238
- "Es ist ein unerwarteter Fehler aufgetreten. Bitte versuche es erneut.",
239
- errorPickupLocationRequired: "Abholort wählen",
240
-
241
- customizedProduct: "Individualisiertes Produkt",
242
- yes: "Ja",
243
- no: "Nein",
244
- };
package/checkout/en.js DELETED
@@ -1,242 +0,0 @@
1
- module.exports = {
2
- actions: {
3
- login: "Login",
4
- signup: "Sign Up",
5
- edit: "Edit",
6
- apply: "Apply",
7
- close: "Close",
8
- cancel: "Cancel",
9
- save: "Save",
10
- continue: "Continue",
11
- show: "Show",
12
- hide: "Hide",
13
- sendMessage: "Send Message",
14
- continueWithShipping: "Continue with Shipping",
15
- continueWithPayment: "Continue with Payment",
16
- completeOrder: "Complete the Order",
17
- backToShopping: "Back to Shopping",
18
- backToCart: "Back to Cart",
19
- addToCart: "Add to Cart",
20
- updateCart: "Update My Cart",
21
- },
22
- securePayment: "Secure Payment",
23
- alreadyHaveAnAccount: "Already have an account?",
24
-
25
- address: "Address",
26
- addressError: "Enter address",
27
- missingAddressFields:
28
- "There are some missing required fields in this address.",
29
- editAddress: "Edit Address",
30
- deleteAddress: "Delete Address",
31
- saveAddressCta: "Save this address for future purchases",
32
- firstName: "Name",
33
- firstNameError: "Enter name",
34
- lastName: "Surname",
35
- lastNameError: "Enter surname",
36
- identityNumber: "Identity Number",
37
- identityNumberError: "Enter identity number",
38
- addressTitle: "Adress Title",
39
- adressTitleError: "Enter address title",
40
- addressLine1: "Address",
41
- addressLine2: "Address Second Line",
42
- postalCode: "Postal Code",
43
- postalCodeError: "Enter postal code",
44
- country: "Country",
45
- countryError: "Select country",
46
- state: "State",
47
- stateError: "Select state",
48
- city: "City",
49
- cityError: "Select city",
50
- district: "District",
51
- districtError: "Select district",
52
- phone: "Phone",
53
- phoneError: "Enter a valid phone number",
54
- companyName: "Company Name",
55
- taxOffice: "Tax Office",
56
- taxNumber: "Tax Number",
57
- password: "Password",
58
- passwordRequiredError: "Enter password",
59
- passwordMinError: "Must be at least {{value}} characters!",
60
-
61
- deliveryMethod: "Delivery Method",
62
- deliveryToAddress: "Delivery to Address",
63
- inStoreDelivery: "In Store Delivery",
64
- stockLocation: {
65
- deliveryTime: {
66
- WITHIN_ONE_HOUR: "Usually ready in 1 hour",
67
- WITHIN_TWO_HOURS: "Usually ready in 2 hours",
68
- WITHIN_FOUR_HOURS: "Usually ready in 4 hours",
69
- WITHIN_TWENTY_FOUR_HOURS: "Usually ready in 24 hours",
70
- TWO_IN_FOUR_DAYS: "Usually ready in 2-4 days",
71
- WITHIN_PLUS_FIVE_DAYS: "Usually ready in +5 days",
72
- },
73
- },
74
- recipientsInfo: "Recipient Information",
75
- pickUpLocation: "Pick Up Location",
76
- receiver: "Receiver",
77
-
78
- shipping: "Shipping",
79
- payment: "Payment",
80
- summary: "Summary",
81
-
82
- free: "Free",
83
- standartShipping: "Standart Shipping",
84
- returnPolicy: "Return Policy",
85
- privacyPolicy: "Privacy Policy",
86
- termsOfService: "Terms of Service",
87
- imprint: "Imprint",
88
- shippingPolicy: "Shipping Policy",
89
- newAddress: "New Address",
90
- billingAddress: "Billing Address",
91
- shippingAddress: "Shipping Address",
92
- corporateInvoice: "Corporate invoice",
93
- contactInfo: "Contact Information",
94
- email: "E-Mail",
95
- emailError: "Enter a valid e-mail",
96
- guestEmailTooltip:
97
- "Your order information will be sent to this e-mail address",
98
- customerConsentCta: "Contact me about the news and promotions",
99
- useShippingForBilling: "Use shipping address for billing",
100
- installmentOptions: "Installment Options",
101
- singleInstallment: "Single Payment",
102
- installments: "Installments",
103
- creditCard: "Credit Card",
104
-
105
- ackPrivacyPolicy: "Privacy Policy",
106
- ackTermsOfService: "Terms of Service",
107
- ackPoliciesSentence:
108
- "I acknowledge the {{ ackPrivacyPolicy }} and {{ ackTermsOfService }}.",
109
-
110
- securePaymentTooltip: "All payments are secure and encrypted",
111
- giftPackage: "Gift Package",
112
- giftPackageCta: "Gift wrap this order",
113
- giftPackageCtaPlaceholder: "Enter your gift message",
114
-
115
- paymentMethod: "Payment Method",
116
- paymentMethodDiscount: "Discount",
117
- paymentMethodAdditionalPrice: "Fee",
118
-
119
- orderSuccessTitle: "Thank you for your order!",
120
- orderSuccessDescription:
121
- "Dear {{ customerName }}, we have received your order. We will notify you when your order is shipped.",
122
- orderSuccessInStoreDeliveryDescription:
123
- "Dear {{ customerName }}, we have received your order. We will notify you by e-mail when your order is delivered to the store.",
124
- orderNoAndDate: "Order Number / Date",
125
- paymentSummary: "Payment Summary",
126
- shippingSummary: "Shipping Summary",
127
- helpCtaQuestion: "Do you need help?",
128
- helpCta: "Contact us",
129
-
130
- contactForm: "Contact Form",
131
- contactFormSent: "Message sent successfully",
132
- contactFormDescription: "We will respond to your message as soon as possible",
133
- contactFormCta: "Type your message",
134
-
135
- orderPackageStatus: {
136
- unfulfilled: "Unfulfilled",
137
- readyForShipment: "Ready For Shipment",
138
- fulfilled: "Fulfilled",
139
- partiallyFulfilled: "Partially Fulfilled",
140
- delivered: "Delivered",
141
- unableToDeliver: "Unable to Deliver",
142
- cancelled: "Cancelled",
143
- cancelRejected: "Cancel Rejected",
144
- cancelRequested: "Cancel Requested",
145
- refunded: "Refunded",
146
- refundRequestAccepted: "Refund Request Accepted",
147
- refundRejected: "Refund Rejected",
148
- refundRequested: "Refund Requested",
149
- },
150
-
151
- quantity: "Quantity",
152
- cartItemProduct: "product",
153
- giftCodeErrorTitle: "Gift Code Error",
154
- giftCodeErrorDescription:
155
- "The gift code you entered is not valid or not applicable to the products in your cart. Please check your code and try again.",
156
- mustBeSignInToApplyCampaign:
157
- "You need to sign up to benefit from the discount.",
158
- subtotal: "Subtotal",
159
- total: "Total",
160
- subtotalTooltip:
161
- "Subtotal reflects the total for your cart before the discounts and does not include the shipping fees.",
162
- cartShippingTitle: "Delivery / Shipping",
163
- cartTaxTitle: "Tax",
164
- cartInterest: "Interest",
165
- couponCode: "Coupon Code",
166
- addCouponCode: "Add coupon code",
167
- addOrderNote: "Add order note",
168
- editOrderNote: "Edit order note",
169
- orderNote: "Order Note",
170
- enterPhoneNumber: "Enter phone number",
171
-
172
- cardNumber: "Card Number",
173
- cardNumberError: "Please enter a valid card number",
174
- cardHolderName: "Cardholder Name",
175
- cardHolderError: "Enter cardholder name",
176
- cardExpiry: "Month / Year",
177
- cardExpiryError: "Enter a valid date",
178
- cardCVC: "CVC",
179
- cardCVCError: "Enter a valid CVC",
180
- cardCVCTooltip: "CVC is the 3 digit number behind your card",
181
-
182
- masterPass: {
183
- paymentGatewaySelectBox: {
184
- delete: "Delete",
185
- },
186
- creditCardForm: {
187
- checkboxLabel:
188
- "I want to {{ link }} my card in the {{ masterpassLogo }} infrastructure.",
189
- checkboxLabelLink: "store",
190
- moreInformation: "More Information",
191
- cardName: "Card Name",
192
- phoneNumber: "Phone",
193
- button: "Send Verification Code",
194
- },
195
- linkCardToClient: {
196
- text: "You have a card registered to Masterpass. Click OK to use your card for your shopping.",
197
- buttonText: "OK",
198
- subInfoText: "Payment process will not be made at this stage.",
199
- },
200
- otpModal: {
201
- otpTextBank:
202
- "Enter the SMS verification code sent to the cardholder by your bank.",
203
- otpTextMasterPass: "Enter the SMS verification code sent by Masterpass.",
204
- countdownText: "Remaining time: ",
205
- resendText: "Resend code",
206
- inputLabel: "Enter the verification code",
207
- buttonText: "Verify",
208
- },
209
- successModal: {
210
- otpSuccessText: "Your card successfully registered.",
211
- linkCardToClientSuccessText:
212
- "Your Masterpass account has been successfully confirmed.",
213
- },
214
- },
215
-
216
- quickRegistration: {
217
- title: "Create Your Account",
218
- subtitle:
219
- "As a member, you can track your orders and get information about the latest offers and discounts.",
220
- completedTitle: "Account Created Successfully",
221
- completedSubtitle:
222
- "Now you can track your orders easily and keep up with the latest offers.",
223
- accountEmail: "Account email",
224
- },
225
-
226
- timeRemaining: "Time Remaining {{value}}",
227
-
228
- errorCustomerRequired:
229
- "This e-mail address belongs to a registered user. Please login to your account.",
230
- errorNoShipping: "Your region is not available for shipping.",
231
- errorPayment:
232
- "Your payment could not be received. Please check your information and try again.",
233
- errorStockTitle: "Stock Update!",
234
- errorStockDescription:
235
- "Some items in your cart are out of stock. Would you like to continue by removing these products from your cart?",
236
- errorUnknown: "An unexpected error has occurred. Please try again.",
237
- errorPickupLocationRequired: "Choose pickup location",
238
-
239
- customizedProduct: "Customized Product",
240
- yes: "Yes",
241
- no: "No",
242
- };
package/checkout/tr.js DELETED
@@ -1,242 +0,0 @@
1
- module.exports = {
2
- actions: {
3
- login: "Giriş Yap",
4
- signup: "Hesap Oluşturun",
5
- edit: "Düzenle",
6
- apply: "Uygula",
7
- close: "Kapat",
8
- cancel: "Vazgeç",
9
- save: "Kaydet",
10
- continue: "Devam Et",
11
- show: "Göster",
12
- hide: "Gizle",
13
- sendMessage: "Mesajı Gönder",
14
- continueWithShipping: "Kargo ile Devam Et",
15
- continueWithPayment: "Ödeme ile Devam Et",
16
- completeOrder: "Siparişi Tamamla",
17
- backToShopping: "Alışverişe Dön",
18
- backToCart: "Sepete Dön",
19
- addToCart: "Sepete Ekle",
20
- updateCart: "Sepetimi Güncelle",
21
- },
22
- securePayment: "Güvenli Ödeme",
23
- alreadyHaveAnAccount: "Zaten hesabınız var mı?",
24
-
25
- address: "Adres",
26
- addressError: "Adres girin",
27
- missingAddressFields: "Adres bilgilerinde bazı zorunlu alanlar eksik.",
28
- editAddress: "Adres Düzenle",
29
- deleteAddress: "Adresi Sil",
30
- saveAddressCta: "Bir sonraki işlem için bu adresi kaydet",
31
- firstName: "Ad",
32
- firstNameError: "Ad girin",
33
- lastName: "Soyad",
34
- lastNameError: "Soyad girin",
35
- identityNumber: "TC Kimlik No",
36
- identityNumberError: "TC kimlik no girin",
37
- addressTitle: "Adres Başlığı",
38
- adressTitleError: "Adres başlığı girin",
39
- addressLine1: "Adres",
40
- addressLine2: "Apartman, daire, vb.",
41
- postalCode: "Posta Kodu",
42
- postalCodeError: "Posta kodu girin",
43
- country: "Ülke",
44
- countryError: "Ülke seçin",
45
- state: "Eyalet",
46
- stateError: "Eyalet seçin",
47
- city: "İl",
48
- cityError: "İl seçin",
49
- district: "İlçe",
50
- districtError: "İlçe seçin",
51
- phone: "Telefon",
52
- phoneError: "Geçerli bir telefon girin",
53
- companyName: "Firma Adı",
54
- taxOffice: "Vergi Dairesi",
55
- taxNumber: "Vergi Numarası",
56
- password: "Şifre",
57
- passwordRequiredError: "Şifre girin",
58
- passwordMinError: "{{value}} karakterden büyük olmalı!",
59
-
60
- deliveryMethod: "Teslimat Yöntemi",
61
- deliveryToAddress: "Adrese Teslimat",
62
- inStoreDelivery: "Mağazadan Teslimat",
63
- stockLocation: {
64
- deliveryTime: {
65
- WITHIN_ONE_HOUR: "Genelde 1 saat içinde hazır olur",
66
- WITHIN_TWO_HOURS: "Genelde 2 saat içinde hazır olur",
67
- WITHIN_FOUR_HOURS: "Genelde 4 saat içinde hazır olur",
68
- WITHIN_TWENTY_FOUR_HOURS: "Genelde 24 saat içinde hazır olur",
69
- TWO_IN_FOUR_DAYS: "Genelde 2-4 gün içinde hazır olur",
70
- WITHIN_PLUS_FIVE_DAYS: "Genelde +5 gün içinde hazır olur",
71
- },
72
- },
73
- recipientsInfo: "Teslim Alacak Kişi Bilgileri",
74
- pickUpLocation: "Teslim Alınacak Konum",
75
- receiver: "Teslim Alacak Kişi",
76
-
77
- shipping: "Kargo",
78
- payment: "Ödeme",
79
- summary: "Özet",
80
-
81
- free: "Ücretsiz",
82
- standartShipping: "Standart Kargo",
83
- returnPolicy: "Para İade Politikası",
84
- privacyPolicy: "Gizlilik Politikası",
85
- termsOfService: "Hizmet Şartları",
86
- imprint: "Künye",
87
- shippingPolicy: "Nakliye Politikası",
88
- newAddress: "Yeni Adres",
89
- billingAddress: "Fatura Adresi",
90
- shippingAddress: "Teslimat Adresi",
91
- corporateInvoice: "Kurumsal fatura",
92
- contactInfo: "İletişim Bilgileri",
93
- email: "E-Posta",
94
- emailError: "Geçerli bir e-posta girin",
95
- guestEmailTooltip: "Sipariş bilgileri bu e-posta adresine gönderilecektir",
96
- customerConsentCta: "Beni haberlerden ve özel tekliflerden haberdar et",
97
- useShippingForBilling: "Fatura adresim teslimat adresimle aynı",
98
- installmentOptions: "Taksit Seçenekleri",
99
- singleInstallment: "Tek Çekim",
100
- installments: "Taksit",
101
- creditCard: "Kredi Kartı",
102
-
103
- ackPrivacyPolicy: "Gizlilik Sözleşmesini",
104
- ackTermsOfService: "Satış Sözleşmesini",
105
- ackPoliciesSentence:
106
- "{{ ackPrivacyPolicy }} ve {{ ackTermsOfService }} okudum, onaylıyorum.",
107
-
108
- securePaymentTooltip: "Ödemeler güvenli ve şifrelidir",
109
- giftPackage: "Hediye Paketi",
110
- giftPackageCta: "Hediye paketi istiyorum",
111
- giftPackageCtaPlaceholder: "Hediye mesajınızı giriniz",
112
-
113
- paymentMethod: "Ödeme Yöntemi",
114
- paymentMethodDiscount: "İndirim",
115
- paymentMethodAdditionalPrice: "İşlem Bedeli",
116
-
117
- orderSuccessTitle: "Siparişiniz için teşekkür ederiz!",
118
- orderSuccessDescription:
119
- "Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Siparişiniz kargoya verildiğinde sizi e-posta ile bilgilendireceğiz.",
120
- orderSuccessInStoreDeliveryDescription:
121
- "Sevgili {{ customerName }}, siparişiniz bize ulaşmıştır. Siparişiniz mağazaya teslim edildiğinde sizi e-posta ile bilgilendireceğiz.",
122
- orderNoAndDate: "Sipariş No / Tarih",
123
- paymentSummary: "Ödeme Özeti",
124
- shippingSummary: "Teslimat Özeti",
125
- helpCtaQuestion: "Yardıma mı ihtiyacınız var?",
126
- helpCta: "Bizimle iletişime geçin",
127
-
128
- contactForm: "İletişim Formu",
129
- contactFormSent: "Mesaj başarıyla gönderildi",
130
- contactFormDescription:
131
- "Mesajınızla ilgili olarak size en kısa zamanda e-posta veya telefon aracılığıyla geri dönüş yapılacaktır.",
132
- contactFormCta: "Mesajınızı yazın",
133
-
134
- orderPackageStatus: {
135
- unfulfilled: "Oluşturuldu",
136
- readyForShipment: "Kargoya Hazır",
137
- fulfilled: "Gönderildi",
138
- partiallyFulfilled: "Kısmi Gönderildi",
139
- delivered: "Teslim Edildi",
140
- unableToDeliver: "Teslim Edilemedi",
141
- cancelled: "İptal Edildi",
142
- cancelRejected: "İptal Talebi Reddedildi",
143
- cancelRequested: "İptal İstendi",
144
- refunded: "İade Edildi",
145
- refundRequestAccepted: "İade Talebi Onaylandı",
146
- refundRejected: "İade Talebi Reddedildi",
147
- refundRequested: "İade Talep Edildi",
148
- },
149
-
150
- quantity: "Adet",
151
- cartItemProduct: "ürün",
152
- giftCodeErrorTitle: "İndirim Kodu Hatası",
153
- giftCodeErrorDescription:
154
- "İndirim kodunuz geçersiz veya sepetinizdeki ürünlere uygulanabilir değil. Lütfen kodunuzu kontrol edip tekrar deneyin.",
155
- mustBeSignInToApplyCampaign:
156
- "Kampanyadan faydalanabilmeniz için üye olmanız gerekmektedir.",
157
- subtotal: "Ara Toplam",
158
- total: "Toplam",
159
- subtotalTooltip:
160
- "Ara toplam, tüm geçerli indirimlerden önce siparişinizin toplam fiyatını yansıtır. kargo ücretini içermez.",
161
- cartShippingTitle: "Teslimat / Kargo",
162
- cartTaxTitle: "Vergi",
163
- cartInterest: "Vade Farkı",
164
- couponCode: "İndirim Kodu",
165
- addCouponCode: "İndirim kodu ekle",
166
- addOrderNote: "Sipariş notu ekle",
167
- editOrderNote: "Sipariş notu düzenle",
168
- orderNote: "Sipariş Notu",
169
- enterPhoneNumber: "Telefon numarası girin",
170
-
171
- cardNumber: "Kart Numarası",
172
- cardNumberError: "Geçerli bir kart numarası girin",
173
- cardHolderName: "Kart Üzerindeki İsim",
174
- cardHolderError: "Ad soyad girin",
175
- cardExpiry: "Ay / Yıl",
176
- cardExpiryError: "Geçerli bir tarih girin",
177
- cardCVC: "CVC",
178
- cardCVCError: "Geçerli bir güvenlik kodu girin",
179
- cardCVCTooltip: "Kartınızın arkasındaki 3 haneli güvenlik kodu",
180
-
181
- masterPass: {
182
- paymentGatewaySelectBox: {
183
- delete: "Sil",
184
- },
185
- creditCardForm: {
186
- checkboxLabel:
187
- "Kartımı {{ masterPassLogo }} altyapısında saklamak {{ link }}",
188
- checkboxLabelLink: "istiyorum.",
189
- moreInformation: "Detaylı Bilgi",
190
- cardName: "Kart İsmi",
191
- phoneNumber: "Telefon",
192
- button: "Onay Kodu Gönder",
193
- },
194
- linkCardToClient: {
195
- text: "MasterPass’e kayıtlı kartınız bulunmaktadır. Kartınızı alışverişinizde kullanmak için TAMAM’a tıklayınız.",
196
- buttonText: "Tamam",
197
- subInfoText: "Bu aşamada kartınızdan tahsilat yapılmayacaktır.",
198
- },
199
- otpModal: {
200
- otpTextBank:
201
- "Bankanız tarafından kart sahibine gönderilen doğrulama kodunu giriniz.",
202
- otpTextMasterPass:
203
- "Masterpass tarafından gönderilen SMS doğrulama kodunu giriniz.",
204
- countdownText: "Kalan Süre: ",
205
- resendText: "Yeni kod gönder",
206
- inputLabel: "Doğrulama Kodunu Giriniz",
207
- buttonText: "Doğrula",
208
- },
209
- successModal: {
210
- otpSuccessText: "Kartınız başarılı bir şekilde tanımlandı.",
211
- linkCardToClientSuccessText:
212
- "Masterpass hesabınız başarılı bir şekilde doğrulandı.",
213
- },
214
- },
215
-
216
- quickRegistration: {
217
- title: "Hesap Oluşturun",
218
- subtitle:
219
- "Üye olarak siparişinizi takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
220
- completedTitle: "Hesabınız Başarıyla Oluşturuldu!",
221
- completedSubtitle:
222
- "Artık siparişinizi kolayca takip edebilir ve en güncel kampanyalardan haberdar olabilirsiniz.",
223
- accountEmail: "Üyelik e-postanız",
224
- },
225
-
226
- timeRemaining: "Kalan Süre {{value}}",
227
-
228
- errorCustomerRequired:
229
- "Bu e-posta adresine ait kayıtlı bir hesap bulunuyor. Lütfen hesabınıza giriş yapınız.",
230
- errorNoShipping: "Bulunduğunuz konuma gönderim yapılmamaktadır.",
231
- errorPayment:
232
- "Ödemeniz alınamadı. Lütfen bilgilerinizi kontrol edip tekrar deneyin.",
233
- errorStockTitle: "Stoklar Güncellendi!",
234
- errorStockDescription:
235
- "Sepetinizdeki bazı ürünlerin stoğu tükenmiştir. Bu ürünleri sepetinizden çıkararak devam etmek ister misiniz?",
236
- errorUnknown: "Beklenmedik bir hata oluştu. Lütfen tekrar deneyin.",
237
- errorPickupLocationRequired: "Teslim alınacak konumu seçin",
238
-
239
- customizedProduct: "Kişiselleştirilmiş Ürün",
240
- yes: "Evet",
241
- no: "Hayır",
242
- };