list items

This commit is contained in:
2025-03-16 22:16:47 +02:00
parent 2a44578430
commit 733d212f17
8 changed files with 227 additions and 67 deletions
+7 -4
View File
@@ -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'
}
}