front_idill/src/lang/en.json
changeset 93 417d4b573bc8
parent 77 205409da0f32
child 95 63aaf895ea3a
equal deleted inserted replaced
87:34afef0f9e18 93:417d4b573bc8
     1 {
     1 {
     2 	"gesturesText":["fall", "jump", "spin", "group spin", "bend", "arm carriage", "knee up", "breakdance", "wave", "no motion", "contact", "up-down", "large cast"],
     2     "gesturesText":["fall", "jump", "spin", "group spin", "bend", "arm carriage", "knee up", "breakdance", "wave", "no motion", "contact", "up-down", "large cast"],
     3 	"notificationStrings":{
     3     "notificationStrings":{
     4 	"select":"Select", 
     4     "select":"Select", 
     5 	"confirm":"Confirm", 
     5     "confirm":"Confirm", 
     6 	"timeline":"Timeline move", 
     6     "timeline":"Timeline move", 
     7 	"move":"Move", 
     7     "move":"Move", 
     8 	"search":"Search", 
     8     "search":"Search", 
     9 	"next":"Next", 
     9     "next":"Next", 
    10 	"previous":"Previous", 
    10     "previous":"Previous", 
    11 	"unzoom":"Unzoom", 
    11     "unzoom":"Unzoom", 
    12 	"unknown":"Unknown gesture", 
    12     "unknown":"Unknown gesture", 
    13 	"fall":"Fall", 
    13     "fall":"Fall", 
    14 	"jump":"Jump", 
    14     "jump":"Jump", 
    15 	"circle":"Spin", 
    15     "circle":"Spin", 
    16 	"screw":"Screw", 
    16     "screw":"Screw", 
    17 	"bend":"Bend", 
    17     "bend":"Bend", 
    18 	"arc":"Arc", 
    18     "arc":"Arc", 
    19 	"knee-up":"Knee up", 
    19     "knee-up":"Knee up", 
    20 	"right-angle":"Breakdance", 
    20     "right-angle":"Breakdance", 
    21 	"wave":"Wave", 
    21     "wave":"Wave", 
    22 	"no-motion":"No motion", 
    22     "no-motion":"No motion", 
    23 	"contact":"Contact", 
    23     "contact":"Contact", 
    24 	"grand-jete":"Grand jeté", 
    24     "grand-jete":"Grand jeté", 
    25 	"up-down":"Up down"
    25     "up-down":"Up down"
       
    26     },
       
    27     "helpText":{
       
    28     "search_title":"Search", 
       
    29     "search_2hands_text":"Curves to be drawn with both hands",  
       
    30     "search_mouse_text":"Curves to be mouse-drawn",  
       
    31     "search_touch_text":"Curves to be finger-drawn",  
       
    32     "search_body_text":"Gestures to be performed with your body", 
       
    33     "controls_title":"Controls", 
       
    34     "controls_1hand_text":"Controls to be performed with your hands", 
       
    35     "controls_mouse_text":"Controls to be performed with your mouse", 
       
    36     "controls_touch_text":"Controls to be performed with your finger", 
       
    37     "controls_timeline":"Move in timeline", 
       
    38     "controls_mos_horizontal":"Unzoom", 
       
    39     "controls_mos_vertical":"Unzoom", 
       
    40     "controls_move_down":"Move", 
       
    41     "controls_move_left":"Move", 
       
    42     "controls_move_right":"Move", 
       
    43     "controls_move_up":"Move", 
       
    44     "controls_next":"Next", 
       
    45     "controls_previous":"Previous", 
       
    46     "controls_selection":"Selection"
       
    47     },
       
    48     "choice":{
       
    49     "caution":"Warning. This prototype was designed to be launched on Google Chrome 20 or greater.",
       
    50     "mouse":"Mouse interaction mode",
       
    51     "kinect":"Kinect interaction mode"
       
    52     },
       
    53 	"credits_lang":{
       
    54 	"title":"Presented films credits",
       
    55 	"subtitle":"idill festival / idill.eu (2011 and 2009 ed.)",
       
    56 	"realisation":"realisation",
       
    57 	"company":"company",
       
    58 	"production":"production",
       
    59 	"choregraphy":"choregraphy",
       
    60 	"music":"music",
       
    61 	"footer_line1":"<b>browsebymotion</b> is a contactless video interface that permits you to browse in dance films (<b>idill</b> festival editions 2011 and 2009) using gestures. Select a video and search by dancing or by using a gesture that is part of the grammar.",
       
    62 	"footer_line2":"Project developped with the support of the Culture and Communication Ministery – General Direction of Artistic Creation."
    26 	},
    63 	},
    27 	"helpText":{
    64 	"gestures_help":[
    28 	"search_title":"Search", 
    65 		{
    29 	"search_2hands_text":"Curves to be drawn with both hands",  
    66 			"name":"no motion",
    30 	"search_mouse_text":"Curves to be mouse-drawn",  
    67 			"usage":"draw a cross from the top",
    31 	"search_body_text":"Gestures to be performed with your body", 
    68 			"desc":"this gesture represents a stopped or paused movement in the choregraphy"
    32 	"controls_title":"Controls", 
    69 		},
    33 	"controls_1hand_text":"Gestures to be performed with your hand", 
    70 		{
    34 	"controls_timeline":"Move in timeline", 
    71 			"name":"fall",
    35 	"controls_mos_horizontal":"Unzoom", 
    72 			"usage":"simulate a fall by crouching",
    36 	"controls_mos_vertical":"Unzoom", 
    73 			"desc":"this gesture represents falls in the choregraphy"
    37 	"controls_move_down":"Move", 
    74 		},
    38 	"controls_move_left":"Move", 
    75 		{
    39 	"controls_move_right":"Move", 
    76 			"name":"contact",
    40 	"controls_move_up":"Move", 
    77 			"usage":"draw twho horizontal lines that meet",
    41 	"controls_next":"Next", 
    78 			"desc":"this gesture represents contact points between dancers or a dancer body parts"
    42 	"controls_previous":"Previous", 
    79 		},
    43 	"controls_selection":"Selection"
    80 		{
    44 	},
    81 			"name":"group spin",
    45 	"choice":{
    82 			"usage":"draw two inverted circles",
    46 	"caution":"Warning. This prototype was designed to be launched on Google Chrome 20 or greater.",
    83 			"desc":"this gesture represents two or more dancers spinning around themselves or moving synchroneously in circles"
    47 	"mouse":"Mouse interaction mode",
    84 		},
    48 	"kinect":"Kinect interaction mode"
    85 		{
    49 	}
    86 			"name":"bend",
       
    87 			"usage":"bend forward",
       
    88 			"desc":"this gesture represents bend movements of body parts"
       
    89 		},
       
    90 		{
       
    91 			"name":"knee up",
       
    92 			"usage":"just raise a knee",
       
    93 			"desc":"this gesture represents raising knees or legs"
       
    94 		},
       
    95 		{
       
    96 			"name":"arm carriage",
       
    97 			"usage":"draw two circle arcs symetrically opposed from the center",
       
    98 			"desc":"this gesture represents arm carriages"
       
    99 		},
       
   100 		{
       
   101 			"name":"lift",
       
   102 			"usage":"raise your hands and join them like you would do to lift an object",
       
   103 			"desc":"this gesture represents a lift, which is a dancer lifting another dancer"
       
   104 		},
       
   105 		{
       
   106 			"name":"jump",
       
   107 			"usage":"jump vertically",
       
   108 			"desc":"this gesture represents jumps"
       
   109 		},
       
   110 		{
       
   111 			"name":"spin",
       
   112 			"usage":"draw a circle with your hands joined",
       
   113 			"desc":"this gesture represents a spin or a circle performed by a dancer"
       
   114 		},
       
   115 		{
       
   116 			"name":"up and down",
       
   117 			"usage":"draw a vertical line from the bottom to the up side of the window then go back down toward each side of the line",
       
   118 			"desc":"this gesture represents a body that goes up then down"
       
   119 		},
       
   120 		{
       
   121 			"name":"wave",
       
   122 			"usage":"draw two sinuzoides that get away from each other",
       
   123 			"desc":"this gesture represents aquatic movements"
       
   124 		}
       
   125 	]
    50 }
   126 }