gamedesigner
This commit is contained in:
@@ -3,6 +3,8 @@ const lang = {
|
||||
_code: 'en',
|
||||
createGameObject: 'Add game object',
|
||||
editGameObject: 'Edit game object',
|
||||
createGame: 'Add game',
|
||||
editGame: 'Edit game',
|
||||
name: 'Name',
|
||||
description: 'Description',
|
||||
fieldRequired: 'Field is required',
|
||||
@@ -23,11 +25,13 @@ const lang = {
|
||||
gameObjects: 'Objects',
|
||||
gameScenarios: 'Scenarios',
|
||||
gameRules: 'Rules',
|
||||
gameDesigner: 'Game studio',
|
||||
games: 'Games',
|
||||
darkMode: 'Dark mode',
|
||||
confirmDeletionOf: 'Confirm deletion of',
|
||||
yes: 'Yes',
|
||||
no: 'No',
|
||||
scenario: 'Scenario',
|
||||
createScenario: 'Create scenario',
|
||||
editScenario: 'Edit scenario',
|
||||
editScenes: 'Edit scenes',
|
||||
@@ -38,6 +42,8 @@ const lang = {
|
||||
_code: 'bg',
|
||||
createGameObject: 'Добавяне на игрови обект',
|
||||
editGameObject: 'Редактиране на игрови обект',
|
||||
createGame: 'Добавяне на игра',
|
||||
editGame: 'Редактиране на игра',
|
||||
name: 'Име',
|
||||
description: 'Описание',
|
||||
fieldRequired: 'Полето е задължително',
|
||||
@@ -58,11 +64,13 @@ const lang = {
|
||||
gameObjects: 'Обекти',
|
||||
gameScenarios: 'Сценарии',
|
||||
gameRules: 'Правила',
|
||||
gameDesigner: 'Студио',
|
||||
games: 'Игри',
|
||||
darkMode: 'Тъмен режим',
|
||||
confirmDeletionOf: 'Потвърдете изтриването на',
|
||||
yes: 'Да',
|
||||
no: 'Не',
|
||||
scenario: 'Сценарий',
|
||||
createScenario: 'Създаване на сценарий',
|
||||
editScenario: 'Редактиране на сценарий',
|
||||
editScenes: 'Редактиране на сцени',
|
||||
|
||||
Reference in New Issue
Block a user