#739 - localization keys + action button

This commit is contained in:
Elio Struyf
2024-01-24 09:53:09 +01:00
parent b1380388b6
commit 6e84217458
10 changed files with 68 additions and 32 deletions
+12
View File
@@ -1087,6 +1087,18 @@ export enum LocalizationKey {
* The following Astro Content Collections can be used to generate a content-type.
*/
dashboardConfigurationAstroAstroContentTypesDescription = 'dashboard.configuration.astro.astroContentTypes.description',
/**
* Publish changes
*/
panelGitGitActionTitle = 'panel.git.gitAction.title',
/**
* Commit message
*/
panelGitGitActionInputPlaceholder = 'panel.git.gitAction.input.placeholder',
/**
* Fetch
*/
panelGitGitActionButtonFetch = 'panel.git.gitAction.button.fetch',
/**
* Content-type
*/