- 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.
16 lines
575 B
JavaScript
16 lines
575 B
JavaScript
export default {
|
|
"hours": "Sht 11am-7pm",
|
|
"address": "Trachenberger Straße 14 - Dresden",
|
|
"location": "Midis ndalesës Pieschen dhe Trachenberger Platz",
|
|
"allPricesIncl": "* Të gjitha çmimet përfshijnë TVSH-në ligjore, plus transportin",
|
|
"copyright": "© {{year}} GrowHeads.de",
|
|
"legal": {
|
|
"datenschutz": "Politika e Privatësisë",
|
|
"agb": "Termat dhe Kushtet",
|
|
"sitemap": "Harta e faqes",
|
|
"impressum": "Njoftim Ligjor",
|
|
"batteriegesetzhinweise": "Informacion mbi Ligjin e Baterive",
|
|
"widerrufsrecht": "E drejta e tërheqjes"
|
|
}
|
|
};
|