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:
50
src/i18n/locales/sq/orders.js
Normal file
50
src/i18n/locales/sq/orders.js
Normal file
@@ -0,0 +1,50 @@
|
||||
export default {
|
||||
"status": {
|
||||
"new": "Në proces",
|
||||
"pending": "E re",
|
||||
"processing": "Në proces",
|
||||
"cancelled": "Anuluar",
|
||||
"shipped": "Dërguar",
|
||||
"delivered": "Dorëzuar",
|
||||
"return": "Kthim",
|
||||
"partialReturn": "Kthim pjesërisht",
|
||||
"partialDelivered": "Dorëzuar pjesërisht"
|
||||
},
|
||||
"table": {
|
||||
"orderNumber": "Numri i porosisë",
|
||||
"date": "Data",
|
||||
"status": "Statusi",
|
||||
"items": "Artikuj",
|
||||
"total": "Totali",
|
||||
"actions": "Veprimet",
|
||||
"viewDetails": "Shiko detajet"
|
||||
},
|
||||
"tooltips": {
|
||||
"viewDetails": "Shiko detajet",
|
||||
"cancelOrder": "Anulo porosinë"
|
||||
},
|
||||
"noOrders": "Nuk keni bërë ende asnjë porosi.",
|
||||
"details": {
|
||||
"title": "Detajet e porosisë: {{orderId}}",
|
||||
"deliveryAddress": "Adresa e dorëzimit",
|
||||
"invoiceAddress": "Adresa e faturës",
|
||||
"orderDetails": "Detajet e porosisë",
|
||||
"deliveryMethod": "Mënyra e dorëzimit:",
|
||||
"paymentMethod": "Mënyra e pagesës:",
|
||||
"notSpecified": "Nuk është specifikuar",
|
||||
"orderedItems": "Artikujt e porositur",
|
||||
"item": "Artikulli",
|
||||
"quantity": "Sasia",
|
||||
"price": "Çmimi",
|
||||
"vat": "TVSH",
|
||||
"total": "Totali",
|
||||
"cancelOrder": "Anulo porosinë"
|
||||
},
|
||||
"cancelConfirm": {
|
||||
"title": "Anulo Porosinë",
|
||||
"message": "A jeni i sigurt që dëshironi të anuloni këtë porosi?",
|
||||
"confirm": "Anulo Porosinë",
|
||||
"cancelling": "Duke anuluar..."
|
||||
},
|
||||
"processing": "Porosia po përpunohet...",
|
||||
};
|
||||
Reference in New Issue
Block a user