diff --git a/l10n/en.json b/l10n/en.json index 96cb532..b3cb5e0 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -107,7 +107,28 @@ "Failed to delete project": "Failed to delete project", "An error occurred during project deletion": "An error occurred during project deletion", "Saving\u2026": "Saving\u2026", - "User search results": "User search results" + "User search results": "User search results", + "Default project configuration": "Default project configuration", + "Configure the default column set for new projects": "Configure the default column set for new projects", + "Column name": "Column name", + "Move up": "Move up", + "Move down": "Move down", + "Remove column": "Remove column", + "Add column": "Add column", + "Register setup": "Register setup", + "OpenRegister schema and register initialization for Planix": "OpenRegister schema and register initialization for Planix", + "OpenRegister is available": "OpenRegister is available", + "OpenRegister is not installed or enabled": "OpenRegister is not installed or enabled", + "Initializing...": "Initializing...", + "Initialize register": "Initialize register", + "Default columns saved successfully": "Default columns saved successfully", + "Failed to save default columns": "Failed to save default columns", + "Register initialized successfully": "Register initialized successfully", + "Initialization failed": "Initialization failed", + "Version information": "Version information", + "Information about the current Planix installation": "Information about the current Planix installation", + "Support": "Support", + "For support, contact us at": "For support, contact us at" }, - "plurals": "" + "plurals": {} } diff --git a/l10n/nl.json b/l10n/nl.json index 32f338e..b39498c 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -107,7 +107,28 @@ "Failed to delete project": "Verwijderen van project mislukt", "An error occurred during project deletion": "Er is een fout opgetreden bij het verwijderen van het project", "Saving\u2026": "Opslaan\u2026", - "User search results": "Gebruikerszoekresultaten" + "User search results": "Gebruikerszoekresultaten", + "Default project configuration": "Standaard projectconfiguratie", + "Configure the default column set for new projects": "Configureer de standaardkolommenset voor nieuwe projecten", + "Column name": "Kolomnaam", + "Move up": "Omhoog verplaatsen", + "Move down": "Omlaag verplaatsen", + "Remove column": "Kolom verwijderen", + "Add column": "Kolom toevoegen", + "Register setup": "Register instellen", + "OpenRegister schema and register initialization for Planix": "OpenRegister-schema en registerinitialisatie voor Planix", + "OpenRegister is available": "OpenRegister is beschikbaar", + "OpenRegister is not installed or enabled": "OpenRegister is niet ge\u00efnstalleerd of ingeschakeld", + "Initializing...": "Initialiseren...", + "Initialize register": "Register initialiseren", + "Default columns saved successfully": "Standaardkolommen succesvol opgeslagen", + "Failed to save default columns": "Opslaan van standaardkolommen mislukt", + "Register initialized successfully": "Register succesvol ge\u00efnitialiseerd", + "Initialization failed": "Initialisatie mislukt", + "Version information": "Versie-informatie", + "Information about the current Planix installation": "Informatie over de huidige Planix-installatie", + "Support": "Ondersteuning", + "For support, contact us at": "Voor ondersteuning, neem contact met ons op via" }, - "plurals": "" + "plurals": {} } diff --git a/src/App.vue b/src/App.vue index 48c6508..47151c2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,8 @@