Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples/6_Maths_matchingAnglesAndShapes/js/messages.es.json
blob: f889468db71707d55b730c2a5d69ba06d87cfc76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* -*- coding: utf-8  -*- */
$.i18n.es = {};
$.i18n.es.strings = {
    "default":{
    'Acute-Angle' : 'Ángulo-agudo',
    'Right-Angle' : 'Ángulo-recto',
    'Obtuse-Angle' : 'Ángulo-obtuso',
    'Triangle' : 'Triángulo',
    'Square' : 'Cuadrado',
    'Rhombus' : 'Rombo',
    'Rectangle' : 'Rectángulo',
    'Parallelogram' : 'Paralelogramo',
    'Pentagon' : 'Pentágono',
    'Hexagon' : 'Hexágono',
    'Septagon' : 'Heptágono',
    'Octagon' : 'Octágono',
    'Maths: Matching Angles with Shapes' : 'Matemáticas: reunir angulos y formas'

    },
    "$.ui.kFooter":{
	"Play Again": "Repite",
	"Pause" : "Pausa",
 	"Start" : "Comienza",
	"Timer" : "Reloj",
	"Total" : "Total",
	"Score" : "Puntos"
    },
    "$.ui.kHeader":{
	"Lesson Plan": "Plan de Lección",
	"Teacher's Note": "Nota de Profesora"
    }
};

(function() { $.i18n.setLocale('es'); })();

 $.i18n.setLocale('es');

// You can put these inside the dict above, but for now this will be easier to merge.


$.i18n.es.strings['default']['You have completed the game in <span class="specialText">%d</span> clicks within <span class="specialText">%d</span> hour,'] =
    ['Has acabado el juego en <span class="specialText">%d</span> clics en <span class="specialText">%d</span> hora,',
     'Has acabado el juego en <span class="specialText">%d</span> clics en <span class="specialText">%d</span> horas,'];
$.i18n.es.strings['default']['<span class="specialText">%d</span> minute and '] =
    ['<span class="specialText">%d</span> minuto y ',
     '<span class="specialText">%d</span> minutos y '];
$.i18n.es.strings['default']['<span class="specialText">%d</span> second.'] =
    ['<span class="specialText">%d</span> segundo.',
     '<span class="specialText">%d</span> segundos.'];