@coolon/i18n-resource-generator 2.0.10 → 2.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,121 +0,0 @@
1
- ui:
2
- zones:
3
- calibrate:
4
- introduction_step:
5
- label: "Introduction"
6
-
7
- light_sensor_step:
8
- label: "Light Sensors"
9
- images(Enum):
10
- offices:
11
- label: "Offices and work areas"
12
- image_url: "assets/images/calibration/sensor/office.svg"
13
- thoroughfares:
14
- label: "Walkways and thoroughfares"
15
- image_url: "assets/images/calibration/sensor/thoroughfare.svg"
16
- security:
17
- label: "Outdoor and security lights"
18
- image_url: "assets/images/calibration/sensor/security.svg"
19
-
20
- reference_step:
21
- label: "Reference Surface"
22
- images(Enum):
23
- offices:
24
- label: "Offices and work areas"
25
- image_url: "assets/images/calibration/reference/office.svg"
26
- thoroughfares:
27
- label: "Walkways and thoroughfares"
28
- image_url: "assets/images/calibration/reference/thoroughfare.svg"
29
- security:
30
- label: "Outdoor and security lights"
31
- image_url: "assets/images/calibration/reference/security.svg"
32
-
33
- measure_step:
34
- label: "Measure Levels"
35
- percentage_level: "{level, number, integer}%"
36
- all_off: "Ambient"
37
-
38
- busy_messages:
39
- initializing_session: 'Initializing...'
40
- acquiring_sensor: 'Acquiring sensor...'
41
- adjusting_levels: 'Adjusting levels...'
42
- reading_sensor: 'Reading sensor...'
43
- preparing: 'Preparing room...'
44
-
45
- validation:
46
- sample_errors:
47
- level_greater_than_next: 'This reading is higher than one below'
48
- level_less_than_previous: 'This reading is lower than one above'
49
- errors(Enum):
50
- ambient_changes:
51
- title: "There are some readings that didn't increase as the levels increased."
52
- description:
53
- - 'This is most likely caused by changes in the ambient levels during the calibration process.'
54
- - "If this is the case you're best to take all the samples again during a time where the ambient levels are steady."
55
- reference_surface_delta_too_small:
56
- title: "The level changes recorded on the reference surface were too low"
57
- description:
58
- - "We need to get a change of at least 40 lux."
59
- - "It looks like lights aren't bright enough for the reference surface you're using."
60
- warnings(Confirm[]):
61
- low_sensor_readings:
62
- content:
63
- - "The level changes detected by the sensor were very small"
64
- - "We can continue but the room will be capable of gated daylight harvesting (i.e. simple on/off but no dimming)"
65
- ok: "Save as they are?"
66
- cancel: "No, don't save yet"
67
-
68
- chart:
69
- reference_series_name: "Surface Lux"
70
- sensor_series_name: "Sensor Lux"
71
-
72
- session_errors(Enum):
73
- server_session_missing:
74
- content:
75
- - "server_session_missing"
76
- ok: "Ok"
77
- race_condition:
78
- content:
79
- - "race_condition"
80
- ok: "Ok"
81
- unexpected_validation_error:
82
- content:
83
- - "unexpected_validation_error"
84
- ok: "Ok"
85
- facility_controller_not_synchronized:
86
- content:
87
- - "facility_controller_not_synchronized"
88
- ok: "Ok"
89
- light_sensor_acquisition_failed:
90
- content:
91
- - "light_sensor_acquisition_failed"
92
- ok: "Ok"
93
- light_sensor_read_failed:
94
- content:
95
- - "light_sensor_read_failed"
96
- ok: "Ok"
97
- room_missing:
98
- content:
99
- - "room_missing"
100
- ok: "Ok"
101
- lights_have_alarms:
102
- content:
103
- - "Some of the lights in this room have alarms which may interfer with the calibration process."
104
- - "You'll need to sort out the issues and then try calibrating again."
105
- ok: "Ok"
106
- unknown_session_state:
107
- content:
108
- - "Hmmm, dang. We've had an error we weren't expecting."
109
- ok: "Ok, Bugger"
110
- device_list_changed:
111
- content:
112
- - "device list has changed"
113
- ok: "Ok"
114
- area_calibration_session_exists:
115
- content:
116
- - "area_calibration_session_exists"
117
- ok: "Ok"
118
-
119
-
120
-
121
-