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:
sebseb7
2025-08-05 19:34:11 +02:00
parent 22a0f78db2
commit 97fd7ee484
360 changed files with 4524 additions and 2755 deletions

View 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"
}
};