front_idill/src/lang/en.json
changeset 97 be87091be54e
parent 89 b6a115568b52
child 98 f3249915a9bd
equal deleted inserted replaced
92:9927cbd5ec65 97:be87091be54e
    56 	"realisation":"realisation",
    56 	"realisation":"realisation",
    57 	"company":"company",
    57 	"company":"company",
    58 	"production":"production",
    58 	"production":"production",
    59 	"choregraphy":"choregraphy",
    59 	"choregraphy":"choregraphy",
    60 	"music":"music",
    60 	"music":"music",
    61 	"footer":"<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."
    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 	}
    62 	"footer_line2":"Project developped with the support of the Culture and Communication Ministery – General Direction of Artistic Creation."
       
    63 	},
       
    64 	"gestures_help_metadata":{
       
    65 	"name":"name",
       
    66 	"usage":"usage",
       
    67 	"desc":"description"
       
    68 	},
       
    69 	"gestures_help":[
       
    70 		{
       
    71 			"codename":"no_motion",
       
    72 			"name":"no motion",
       
    73 			"usage":"draw a cross from the top",
       
    74 			"desc":"this gesture represents a stopped or paused movement in the choregraphy"
       
    75 		},
       
    76 		{
       
    77 			"codename":"fall",
       
    78 			"name":"fall",
       
    79 			"usage":"simulate a fall by crouching",
       
    80 			"desc":"this gesture represents falls in the choregraphy"
       
    81 		},
       
    82 		{
       
    83 			"codename":"contact",
       
    84 			"name":"contact",
       
    85 			"usage":"draw twho horizontal lines that meet",
       
    86 			"desc":"this gesture represents contact points between dancers or a dancer body parts"
       
    87 		},
       
    88 		{
       
    89 			"codename":"group_spin",
       
    90 			"name":"group spin",
       
    91 			"usage":"draw two inverted circles",
       
    92 			"desc":"this gesture represents two or more dancers spinning around themselves or moving synchroneously in circles"
       
    93 		},
       
    94 		{
       
    95 			"codename":"bend",
       
    96 			"name":"bend",
       
    97 			"usage":"bend forward",
       
    98 			"desc":"this gesture represents bend movements of body parts"
       
    99 		},
       
   100 		{
       
   101 			"codename":"knee_up",
       
   102 			"name":"knee up",
       
   103 			"usage":"just raise a knee",
       
   104 			"desc":"this gesture represents raising knees or legs"
       
   105 		},
       
   106 		{
       
   107 			"codename":"arm_carriage",
       
   108 			"name":"arm carriage",
       
   109 			"usage":"draw two circle arcs symetrically opposed from the center",
       
   110 			"desc":"this gesture represents arm carriages"
       
   111 		},
       
   112 		{
       
   113 			"codename":"lift",
       
   114 			"name":"lift",
       
   115 			"usage":"raise your hands and join them like you would do to lift an object",
       
   116 			"desc":"this gesture represents a lift, which is a dancer lifting another dancer"
       
   117 		},
       
   118 		{
       
   119 			"codename":"jump",
       
   120 			"name":"jump",
       
   121 			"usage":"jump vertically",
       
   122 			"desc":"this gesture represents jumps"
       
   123 		},
       
   124 		{
       
   125 			"codename":"spin",
       
   126 			"name":"spin",
       
   127 			"usage":"draw a circle with your hands joined",
       
   128 			"desc":"this gesture represents a spin or a circle performed by a dancer"
       
   129 		},
       
   130 		{
       
   131 			"codename":"up_down",
       
   132 			"name":"up and down",
       
   133 			"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",
       
   134 			"desc":"this gesture represents a body that goes up then down"
       
   135 		},
       
   136 		{
       
   137 			"codename":"wave",
       
   138 			"name":"wave",
       
   139 			"usage":"draw two sinuzoides that get away from each other",
       
   140 			"desc":"this gesture represents aquatic movements"
       
   141 		}
       
   142 	]
    63 }
   143 }