translations
This commit is contained in:
+36
-2
@@ -14,7 +14,7 @@ const lang = {
|
||||
objectType: 'Object type',
|
||||
objectFile: 'File',
|
||||
panorama2d: 'Panorama picture',
|
||||
environment3d: 'Environment',
|
||||
environment3d: 'Terrain/environment',
|
||||
object3d: '3D object',
|
||||
object2d: '2D object (picture)',
|
||||
audio: 'Audio',
|
||||
@@ -57,6 +57,10 @@ const lang = {
|
||||
chooseGameObject: 'Choose game object',
|
||||
chooseVideoObject: 'Choose video object',
|
||||
selectCharacter: 'Select character',
|
||||
selectEnvironment: 'Select environment',
|
||||
selectScene: 'Select terrain/scene',
|
||||
selectIntroduction: 'Select introduction video',
|
||||
selectAmbientSound: 'Select ambient music',
|
||||
width: 'Width',
|
||||
height: 'Height',
|
||||
question: 'Question',
|
||||
@@ -113,6 +117,19 @@ const lang = {
|
||||
firstName:'First Name',
|
||||
lastName:'Last Name',
|
||||
fullScreen: 'Full screen',
|
||||
interactiveObjects:{
|
||||
GenericObject: 'Generic object',
|
||||
CharacterObject: 'Character',
|
||||
PuzzleGame1: 'Puzzle Game 1',
|
||||
PuzzleGame2: 'Puzzle Game 2',
|
||||
MazeQuizGame: 'Maze Quiz Game',
|
||||
ClassicPuzzle: 'Classic Puzzle Game',
|
||||
PairMatchingGame: 'Pair Matching Game',
|
||||
SingleQuestion: 'Single Question',
|
||||
VideoPlayer: 'Video Player',
|
||||
Particles: 'Particles',
|
||||
SceneSwitcher: 'Scene Switcher',
|
||||
},
|
||||
errors:{
|
||||
unauthorized: 'Unauthorized',
|
||||
notFound: 'Object not found',
|
||||
@@ -150,7 +167,7 @@ const lang = {
|
||||
objectType: 'Тип обект',
|
||||
objectFile: 'Файл',
|
||||
panorama2d: 'Панорамна снимка',
|
||||
environment3d: 'Околна среда',
|
||||
environment3d: 'Терен / Околна среда',
|
||||
object3d: 'Триизмерен обект',
|
||||
object2d: 'Двумерен обект (изображение)',
|
||||
audio: 'Аудио',
|
||||
@@ -193,6 +210,10 @@ const lang = {
|
||||
chooseGameObject: 'Избери игрови обект',
|
||||
chooseVideoObject: 'Избери видео обект',
|
||||
selectCharacter: 'Избери герой',
|
||||
selectEnvironment: 'Избери околна среда',
|
||||
selectScene: 'Избери терен/сцена',
|
||||
selectIntroduction: 'Избери въвеждащо видео',
|
||||
selectAmbientSound: 'Избери фонова музика',
|
||||
width: 'Ширина',
|
||||
height: 'Височина',
|
||||
question: 'Въпрос',
|
||||
@@ -249,6 +270,19 @@ const lang = {
|
||||
firstName:'Име',
|
||||
lastName:'Фамилия',
|
||||
fullScreen: 'Цял екран',
|
||||
interactiveObjects:{
|
||||
GenericObject: 'Стандартен 3D обект',
|
||||
CharacterObject: 'Герой',
|
||||
PuzzleGame1: 'Пъзел игра 1',
|
||||
PuzzleGame2: 'Пъзел игра 2',
|
||||
MazeQuizGame: 'Лабиринт от въпроси',
|
||||
ClassicPuzzle: 'Класически пъзел',
|
||||
PairMatchingGame: 'Игра за съпоставяне на двойки',
|
||||
SingleQuestion: 'Единичен въпрос',
|
||||
VideoPlayer: 'Видео обект',
|
||||
Particles: 'Частици',
|
||||
SceneSwitcher: 'Превключвател на сцени',
|
||||
},
|
||||
errors:{
|
||||
unauthorized: 'Отказан достъп',
|
||||
notFound: 'Обектът не е намерен',
|
||||
|
||||
Reference in New Issue
Block a user