feat: Implement and update translations for warehouse categories, core application titles, and other UI elements.

This commit is contained in:
2025-12-12 14:25:16 +01:00
parent 08256f0019
commit c4d58f8354
9 changed files with 236 additions and 69 deletions

View File

@@ -65,7 +65,8 @@
"emailConfig": "Email Configuration",
"movements": "Movements",
"stock": "Stock",
"inventory": "Inventory"
"inventory": "Inventory",
"categories": "Categories"
},
"navigation": {
"searchPlaceholder": "Search...",
@@ -285,12 +286,33 @@
"confermato": "Confirmed"
},
"apps": {
"core": {
"title": "Zentral"
},
"warehouse": {
"title": "Warehouse Management",
"inventory": "Inventory",
"movements": "Movements",
"stock": "Stock",
"categories": "Categories"
"categories": {
"title": "Article Categories",
"new": "New Category",
"edit": "Edit Category",
"empty": "No categories found",
"newParams": {
"root": "New Root Category"
},
"fields": {
"name": "Name",
"description": "Description",
"sortOrder": "Sort Order",
"active": "Active"
},
"deleteDialog": {
"title": "Delete Confirmation",
"content": "Are you sure you want to delete this category? This operation cannot be undone. If the category contains subcategories or articles, it may not be possible to delete it."
}
}
},
"hr": {
"title": "Human Resources",
@@ -1552,5 +1574,56 @@
"permesso": "Permit",
"altro": "Other"
}
},
"communications": {
"settings": {
"title": "Email Configuration",
"fields": {
"provider": "Provider",
"host": "SMTP Host",
"port": "Port",
"user": "Username",
"password": "Password",
"ssl": "Enable SSL/TLS",
"apiKey": "Resend API Key",
"fromEmail": "From Email",
"fromName": "From Name"
},
"helpers": {
"apiKey": "Get your API Key at"
},
"sections": {
"defaultSender": "Default Sender"
},
"actions": {
"testConnection": "Test Connection",
"sendTest": "Send Test"
},
"testStats": {
"title": "Test Email",
"recipient": "Recipient",
"subject": "Subject"
},
"messages": {
"loadError": "Error loading configuration",
"saveSuccess": "Configuration saved successfully",
"saveError": "Error saving configuration",
"recipientRequired": "Recipient email is required for test",
"testSuccess": "Test email sent successfully",
"testError": "Error sending test email"
}
},
"logs": {
"title": "Email Logs",
"columns": {
"id": "ID",
"date": "Date",
"status": "Status",
"sender": "Sender",
"recipient": "Recipient",
"subject": "Subject",
"error": "Error"
}
}
}
}