add language keys

This commit is contained in:
Jacob Overgaard
2024-04-05 13:25:40 +02:00
parent 2e24d88011
commit 02a08e5d5f
2 changed files with 8 additions and 0 deletions

View File

@@ -1013,6 +1013,10 @@ export default {
lockoutWillOccur: 'Du har været inaktiv, og du vil blive logget ud om',
renewSession: 'Forny for at gemme dine ændringer',
},
login: {
instruction: 'Log ind på Umbraco',
signInWith: 'Log ind med {0}',
},
main: {
dashboard: 'Skrivebord',
sections: 'Sektioner',

View File

@@ -1010,6 +1010,10 @@ export default {
lockoutWillOccur: "You've been idle and logout will automatically occur in",
renewSession: 'Renew now to save your work',
},
login: {
instruction: 'Sign in to Umbraco',
signInWith: 'Sign in with {0}',
},
main: {
dashboard: 'Dashboard',
sections: 'Sections',