translation #52
This commit is contained in:
@@ -26,6 +26,47 @@ const lang = {
|
||||
captureThumbnail: 'Save thumbnail',
|
||||
publish: 'Publish',
|
||||
gameObjects: 'Objects',
|
||||
gameObjectType: 'Game object type',
|
||||
activationConditions: 'Activation conditions',
|
||||
activatoinType: 'Activation type',
|
||||
activationTypes:{
|
||||
unlock: 'Unlock',
|
||||
appear: 'Appear',
|
||||
},
|
||||
switchToScene: 'Switch to scene',
|
||||
switchType:'Switch type',
|
||||
switchTypes:{
|
||||
award: 'Award',
|
||||
sphere: 'Sphere',
|
||||
sensor: 'Sensor',
|
||||
},
|
||||
completionPoints: 'Completion points',
|
||||
completionElements: 'Following elements should be completed',
|
||||
minActivationScore: 'Minimum level score for activation',
|
||||
viewInHUD: 'Observe in head-up display',
|
||||
disableInteractions: 'Disable interactions',
|
||||
disableCollisions: 'Disable collisions',
|
||||
dimensions: 'Dimensions',
|
||||
elementsCount: 'Number of elements',
|
||||
particleWidth: 'Particle width',
|
||||
particleHeight: 'Particle height',
|
||||
areaWidth: 'Area width',
|
||||
areaLength: 'Area length',
|
||||
chooseImage: 'Choose image',
|
||||
chooseGameObject: 'Choose game object',
|
||||
chooseVideoObject: 'Choose video object',
|
||||
selectCharacter: 'Select character',
|
||||
width: 'Width',
|
||||
height: 'Height',
|
||||
question: 'Question',
|
||||
manageQuestions: 'Manage questions',
|
||||
shuffleQuestions: 'Shuffle questions',
|
||||
correctAnswer: 'Correct answer',
|
||||
correctAnswerPoints: 'Points for correct answer',
|
||||
wrongAnswer: 'Wrong answer',
|
||||
wrongAnswerPenalty: 'Penalty for wrong answer (-points)',
|
||||
wrongAnswerHint: 'Wrong answer hint',
|
||||
visualStyle: 'Visual style',
|
||||
gameScenarios: 'Scenarios',
|
||||
gameRules: 'Rules',
|
||||
gameDesigner: 'Game studio',
|
||||
@@ -69,6 +110,7 @@ const lang = {
|
||||
displayName:'Display Name',
|
||||
firstName:'First Name',
|
||||
lastName:'Last Name',
|
||||
fullScreen: 'Full screen',
|
||||
errors:{
|
||||
unauthorized: 'Unauthorized',
|
||||
notFound: 'Object not found',
|
||||
@@ -118,6 +160,47 @@ const lang = {
|
||||
captureThumbnail: 'Save thumbnail',
|
||||
publish: 'Публикуване',
|
||||
gameObjects: 'Обекти',
|
||||
gameObjectType: 'Тип игрови обект',
|
||||
activationConditions: 'Условия за активиране',
|
||||
activatoinType: 'Начин на активиране',
|
||||
activationTypes:{
|
||||
unlock: 'Отключване',
|
||||
appear: 'Появяване',
|
||||
},
|
||||
switchToScene: 'Преминаване към сцена',
|
||||
switchType:'Тип преминаване',
|
||||
switchTypes:{
|
||||
award: 'Награда',
|
||||
sphere: 'Сфера',
|
||||
sensor: 'Преминаване',
|
||||
},
|
||||
completionPoints: 'Брой точки',
|
||||
completionElements: 'Изпълнени елементи преди активиране',
|
||||
minActivationScore: 'Минимален брой точки за активиране',
|
||||
viewInHUD: 'Показване в HUD (head-up display)',
|
||||
disableInteractions: 'Без взаимодействия',
|
||||
disableCollisions: 'Без колизии',
|
||||
dimensions: 'Размери',
|
||||
elementsCount: 'Брой елементи',
|
||||
particleWidth: 'Ширина на частиците',
|
||||
particleHeight: 'Височина на частиците',
|
||||
areaWidth: 'Ширина на площта',
|
||||
areaLength: 'Дължина на площта',
|
||||
chooseImage: 'Избери изображение',
|
||||
chooseGameObject: 'Избери игрови обект',
|
||||
chooseVideoObject: 'Избери видео обект',
|
||||
selectCharacter: 'Избери герой',
|
||||
width: 'Ширина',
|
||||
height: 'Височина',
|
||||
question: 'Въпрос',
|
||||
manageQuestions: 'Въвеждане на въпросите',
|
||||
shuffleQuestions: 'Разбъркване на въпросите',
|
||||
correctAnswer: 'Правилен отговор',
|
||||
correctAnswerPoints: 'Точки за правилен отговор',
|
||||
wrongAnswer: 'Грешен отговор',
|
||||
wrongAnswerPenalty: 'Наказание за грешен отговор (-точки)',
|
||||
wrongAnswerHint: 'Подсказка при грешен отговор',
|
||||
visualStyle: 'Визия',
|
||||
gameScenarios: 'Сценарии',
|
||||
gameRules: 'Правила',
|
||||
gameDesigner: 'Студио',
|
||||
@@ -161,6 +244,7 @@ const lang = {
|
||||
displayName:'Псевдоним',
|
||||
firstName:'Име',
|
||||
lastName:'Фамилия',
|
||||
fullScreen: 'Цял екран',
|
||||
errors:{
|
||||
unauthorized: 'Отказан достъп',
|
||||
notFound: 'Обектът не е намерен',
|
||||
|
||||
Reference in New Issue
Block a user