list items
This commit is contained in:
+7
-4
@@ -1,5 +1,5 @@
|
||||
const lang = {
|
||||
bg: {
|
||||
bg0: {
|
||||
createGameObject: 'Добавяне на игрови обект',
|
||||
editGameObject: 'Редактиране на игрови обект',
|
||||
name: 'Име',
|
||||
@@ -25,10 +25,10 @@ const lang = {
|
||||
yes: 'Да',
|
||||
no: 'Не',
|
||||
createScenario: 'Създаване на сценарий',
|
||||
editScenario: 'Редкатиране на сценарий',
|
||||
editScenario: 'Редактиране на сценарий',
|
||||
addScene: 'Добавяне на сцена'
|
||||
},
|
||||
en: {
|
||||
bg: {
|
||||
createGameObject: 'Add game object',
|
||||
editGameObject: 'Edit game object',
|
||||
name: 'Name',
|
||||
@@ -52,7 +52,10 @@ const lang = {
|
||||
darkMode: 'Dark mode',
|
||||
confirmDeletionOf: 'Confirm deletion of',
|
||||
yes: 'Yes',
|
||||
no: 'No'
|
||||
no: 'No',
|
||||
createScenario: 'Create scenario',
|
||||
editScenario: 'Edit scenario',
|
||||
addScene: 'Add scene'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user