1 | { |
---|
2 | "app.name": "Classroom assembly", |
---|
3 | "confirm.save.msg":"Assembly has not been saved. Do you want to save changes before close it?", |
---|
4 | "confirm.save.msg.yes":"Save it", |
---|
5 | "confirm.save.msg.cancel":"Cancel", |
---|
6 | "confirm.save.msg.no":"Close without saving", |
---|
7 | "saved.assembly.message":"Assembly has been saved", |
---|
8 | |
---|
9 | "weather.component.title": "What's the weather like?", |
---|
10 | "weather.component.options":"Select weather options", |
---|
11 | "sunny": "Sunny", |
---|
12 | "partial_sunny":"Partial sunny", |
---|
13 | "partial_cloudy":"Partial cloudy", |
---|
14 | "cloudy":"Cloudy", |
---|
15 | "rainy":"It's raining", |
---|
16 | "snow":"It's snowing", |
---|
17 | "weather.component.today.is":"Today it is", |
---|
18 | |
---|
19 | "weekday.component.title":"What day is today?", |
---|
20 | "weekday.component.options":"Configure days of week", |
---|
21 | "monday":"Monday", |
---|
22 | "tuesday":"Tuesday", |
---|
23 | "wednesday": "Wednesday", |
---|
24 | "thursday":"Thursday", |
---|
25 | "friday":"Friday", |
---|
26 | "saturday":"Saturday", |
---|
27 | "sunday":"Sunday", |
---|
28 | "click.change.img":"Click to change image", |
---|
29 | |
---|
30 | "month.component.title":"In wich month we are?", |
---|
31 | "month.component.options":"Configure available months", |
---|
32 | "january":"January", |
---|
33 | "february":"February", |
---|
34 | "march":"March", |
---|
35 | "april":"April", |
---|
36 | "may":"May", |
---|
37 | "june":"June", |
---|
38 | "july":"July", |
---|
39 | "august":"August", |
---|
40 | "september":"September", |
---|
41 | "october":"October", |
---|
42 | "november":"November", |
---|
43 | "december":"December", |
---|
44 | "spring":"Spring", |
---|
45 | "summer":"Summer", |
---|
46 | "autumn":"Autumn", |
---|
47 | "winter":"Winter", |
---|
48 | |
---|
49 | "season.it.is":"We are in", |
---|
50 | "season.component.title":"What is current season?", |
---|
51 | "season.component.options":"Configure available seasons", |
---|
52 | |
---|
53 | "classmates.component.options": "Configure pupils", |
---|
54 | "create.new.assembly":"Create a new assembly", |
---|
55 | "input.new.assembly.name": "Select a name", |
---|
56 | "input.new.assembly.icon":"Select an icon", |
---|
57 | "CreateAssembly.bt.ok":"Crete Assembly", |
---|
58 | "CreateAssembly.bt.cancel":"Cancel", |
---|
59 | "classmates.frontend.tile":"Who is at school?", |
---|
60 | |
---|
61 | "Select.Assembly.Components":"Select Assembly Components", |
---|
62 | "Weather Selector":"Weather Selector", |
---|
63 | "Season Selector":"Season Selector", |
---|
64 | "Month Selector":"Month Selector", |
---|
65 | "WeekDay Selector":"WeekDay Selector", |
---|
66 | "Classmates Selector":"Classmates Selector", |
---|
67 | "add.new.image":"Modify picture", |
---|
68 | "back.to.default.image": "Restore default picture", |
---|
69 | "ask_overwrite_assembly":"An assembly with this name already exists. Overwrite it?", |
---|
70 | "overwrite_assembly":"Yes, overwrite.", |
---|
71 | "cancel_overwrite_assembly":"No", |
---|
72 | "click_twice_to_new_assembly":"Click again to create a new assembly", |
---|
73 | "click_twice_to_import_assembly":"Click again to import an assembly", |
---|
74 | "click_twice_to_open":"Click again to load assembly", |
---|
75 | "error_on_import":"Has produced an error when importing. Check if it's an assembly file exported previously", |
---|
76 | "agenda.today":"Day Activities" |
---|
77 | |
---|
78 | |
---|
79 | } |
---|