This commit is contained in:
2025-03-18 18:55:05 +02:00
parent 1f6ee77c24
commit 610676cc0a
7 changed files with 54 additions and 22 deletions
+6 -2
View File
@@ -30,7 +30,9 @@ const lang = {
no: 'No',
createScenario: 'Create scenario',
editScenario: 'Edit scenario',
addScene: 'Add scene'
editScenes: 'Edit scenes',
addScene: 'Add scene',
addTask: 'Add task'
},
bg: {
_code: 'bg',
@@ -63,7 +65,9 @@ const lang = {
no: 'Не',
createScenario: 'Създаване на сценарий',
editScenario: 'Редактиране на сценарий',
addScene: 'Добавяне на сцена'
editScenes: 'Редактиране на сцени',
addScene: 'Добавяне на сцена',
addTask: 'Добавяне на задача'
},
}
+1 -1
View File
@@ -37,7 +37,7 @@ export default {
value: 'video',
icon: 'filmstrip',
type: 'Descriptive',
color: 'purple-darken-3'
color: 'blue-lighten-5'
}]
}
}