feat: update legal document translations and remove obsolete files
- Added translations for legal documents related to consumer rights, battery disposal, and data protection across multiple languages. - Removed outdated legal-agb.js and legal-datenschutz.js files to streamline the localization structure. - Improved existing translations for clarity and consistency in legal terminology.
This commit is contained in:
34
src/i18n/locales/sq/checkout.js
Normal file
34
src/i18n/locales/sq/checkout.js
Normal file
@@ -0,0 +1,34 @@
|
||||
export default {
|
||||
"invoiceAddress": "Adresa e faturës",
|
||||
"deliveryAddress": "Adresa e dorëzimit",
|
||||
"saveForFuture": "Ruaj për porosi të ardhshme",
|
||||
"pickupDate": "Për cilën datë dëshirohet marrja e prerjeve?",
|
||||
"note": "Shënim",
|
||||
"sameAddress": "Adresa e dorëzimit është e njëjtë me adresën e faturës",
|
||||
"termsAccept": "Kam lexuar Kushtet dhe Konditat, Politikën e Privatësisë, dhe dispozitat për të drejtën e tërheqjes",
|
||||
"selectDeliveryMethod": "Zgjidh mënyrën e dërgesës",
|
||||
"selectPaymentMethod": "Zgjidh mënyrën e pagesës",
|
||||
"orderSummary": "Përmbledhja e porosisë",
|
||||
"addressValidationError": "Ju lutemi kontrolloni të dhënat tuaja në fushat e adresës.",
|
||||
"processingOrder": "Porosia po përpunohet...",
|
||||
"completeOrder": "Përfundo porosinë",
|
||||
"termsValidationError": "Ju lutemi pranoni Kushtet dhe Konditat, Politikën e Privatësisë, dhe të drejtën e tërheqjes për të vazhduar.",
|
||||
"addressFields": {
|
||||
"firstName": "Emri",
|
||||
"lastName": "Mbiemri",
|
||||
"addressSupplement": "Shtesë adrese",
|
||||
"street": "Rruga",
|
||||
"houseNumber": "Numri i shtëpisë",
|
||||
"postalCode": "Kodi postar",
|
||||
"city": "Qyteti",
|
||||
"country": "Shteti"
|
||||
},
|
||||
"validationErrors": {
|
||||
"firstNameRequired": "Emri është i nevojshëm",
|
||||
"lastNameRequired": "Mbiemri është i nevojshëm",
|
||||
"streetRequired": "Rruga është e nevojshme",
|
||||
"houseNumberRequired": "Numri i shtëpisë është i nevojshëm",
|
||||
"postalCodeRequired": "Kodi postar është i nevojshëm",
|
||||
"cityRequired": "Qyteti është i nevojshëm"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user