-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintl_en.h
118 lines (117 loc) · 6.28 KB
/
intl_en.h
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#define INTL_LANG "EN"
#define INTL_PM_SENSOR "Weather station ModuleAir v2"
const char INTL_CONFIGURATION[] PROGMEM = "Configuration";
#define INTL_WIFI_SETTINGS "WiFi Settings"
#define INTL_WIFI_NETWORKS "Loading wifi networks ..."
#define INTL_LANGUAGE "Language"
const char INTL_NO_NETWORKS[] PROGMEM = "No WiFi Network Found";
const char INTL_NETWORKS_FOUND[] PROGMEM = "Found Networks: ";
const char INTL_AB_HIER_NUR_ANDERN[] PROGMEM = "Advanced settings (оnly if you know what you are doing)";
const char INTL_SAVE[] PROGMEM = "Save";
const char INTL_SENSORS[] PROGMEM = "Sensors";
const char INTL_PM_SENSORS[] PROGMEM = "PM sensors";
const char INTL_THP_SENSORS[] PROGMEM = "Thermomerter, hygrometer, barometer";
const char INTL_CO2_SENSORS[] PROGMEM = "CO2 sensors";
const char INTL_VOC_SENSORS[] PROGMEM = "VOC sensors";
const char INTL_MORE_SENSORS[] PROGMEM = "More Sensors";
const char INTL_LOGOS[] PROGMEM = "Logos";
const char INTL_SDS011[] PROGMEM = "SDS011 ({pm})";
const char INTL_NPM[] PROGMEM = "Tera Sensor Next PM ({pm})";
const char INTL_NPM_FULLTIME[] PROGMEM = "Next PM fulltime";
const char INTL_BMX280[] PROGMEM = "BME280 ({t}, {h}, {p}), BMP280 ({t}, {p})";
const char INTL_HEIGHT_ABOVE_SEALEVEL[] PROGMEM = "Above sea level (m)";
const char INTL_PRESSURE_AT_SEALEVEL[] PROGMEM = "Pressure at sea level (hPa)";
const char INTL_NEO6M[] PROGMEM = "GPS (NEO 6M)";
const char INTL_MHZ16[] PROGMEM = "MH-Z16 sensor";
const char INTL_MHZ19[] PROGMEM = "MH-Z19 sensor";
const char INTL_SGP40[] PROGMEM = "SGP40 sensor";
const char INTL_BASICAUTH[] PROGMEM = "Authentication";
#define INTL_REPORT_ISSUE "Report an issue"
const char INTL_FS_WIFI_DESCRIPTION[] PROGMEM = "WiFi Sensor in configuration mode";
const char INTL_FS_WIFI_NAME[] PROGMEM = "Network name";
const char INTL_LORA_SETTINGS[] PROGMEM = "LoRa Settings";
const char INTL_MORE_SETTINGS[] PROGMEM = "More settings";
const char INTL_SCREENS[] PROGMEM = "Screens";
const char INTL_SSD1306[] PROGMEM = "OLED SSD1306";
const char INTL_MATRIX[] PROGMEM = "64x32 RGB Matrix";
const char INTL_DISPLAY_MEASURES[] PROGMEM = "Display sensor measures";
const char INTL_DISPLAY_FORECAST[] PROGMEM = "Display Atmosud Forecast";
const char INTL_DISPLAY_WIFI_INFO[] PROGMEM = "Display Wifi info";
const char INTL_DISPLAY_LORA_INFO[] PROGMEM = "Display LoRaWAN info";
const char INTL_DISPLAY_DEVICE_INFO[] PROGMEM = "Display device info";
const char INTL_DEBUG_LEVEL[] PROGMEM = "Debug level";
const char INTL_MEASUREMENT_INTERVAL[] PROGMEM = "Measuring interval (sec)";
const char INTL_DURATION_ROUTER_MODE[] PROGMEM = "Duration router mode";
const char INTL_MORE_APIS[] PROGMEM = "More APIs";
const char INTL_SEND_TO_OWN_API[] PROGMEM = "Send data to AirCarto API";
const char INTL_SEND_TO_OWN_API2[] PROGMEM = "Send data to AtmoSud API";
const char INTL_SERVER[] PROGMEM = "Server";
const char INTL_PATH[] PROGMEM = "Path";
const char INTL_PORT[] PROGMEM = "Port";
const char INTL_USER[] PROGMEM = "User";
const char INTL_PASSWORD[] PROGMEM = "Password";
const char INTL_SERVER2[] PROGMEM = "Server";
const char INTL_PATH2[] PROGMEM = "Path";
const char INTL_PORT2[] PROGMEM = "Port";
const char INTL_USER2[] PROGMEM = "User";
const char INTL_PASSWORD2[] PROGMEM = "Password";
const char INTL_MEASUREMENT[] PROGMEM = "Measurement";
const char INTL_SEND_TO[] PROGMEM = "Send to {v}";
const char INTL_READ_FROM[] PROGMEM = "Read from {v}";
const char INTL_SENSOR_IS_REBOOTING[] PROGMEM = "Sensor is rebooting.";
const char INTL_RESTART_DEVICE[] PROGMEM = "Restart device";
const char INTL_DELETE_CONFIG[] PROGMEM = "delete saved configuration";
const char INTL_RESTART_SENSOR[] PROGMEM = "Restart sensor";
#define INTL_HOME "Home"
#define INTL_BACK_TO_HOME "Back to home page"
const char INTL_CURRENT_DATA[] PROGMEM = "Current data";
const char INTL_DEVICE_STATUS[] PROGMEM = "Device status";
#define INTL_ACTIVE_SENSORS_MAP "Active sensors map (external link)"
#define INTL_CONFIGURATION_DELETE "Delete configuration"
#define INTL_CONFIGURATION_REALLY_DELETE "Are you sure you want to delete the configuration?"
#define INTL_DELETE "Delete"
#define INTL_CANCEL "Cancel"
#define INTL_REALLY_RESTART_SENSOR "Are you sure you want to restart the sensor?"
#define INTL_RESTART "Restart"
const char INTL_SAVE_AND_RESTART[] PROGMEM = "Save configuration and restart";
#define INTL_ONLINE_CONFIG "Online configuration"
const char INTL_ALLOW[] PROGMEM = "Allow";
#define INTL_FIRMWARE "Firmware version"
#define INTL_DISPLAY "Display"
#define INTL_LOCATION "Location"
const char INTL_DEBUG_SETTING_TO[] PROGMEM = "Set debug level to";
#define INTL_NONE "off"
#define INTL_ERROR "only errors"
#define INTL_WARNING "warnings"
#define INTL_MIN_INFO "min. info"
#define INTL_MED_INFO "mid. info"
#define INTL_MAX_INFO "max. info"
#define INTL_CONFIG_DELETED "Configuration was deleted"
#define INTL_CONFIG_CAN_NOT_BE_DELETED "Configuration can not be deleted"
#define INTL_CONFIG_NOT_FOUND "Configuration not found"
const char INTL_TIME_TO_FIRST_MEASUREMENT[] PROGMEM = "Still {v} seconds until first measurement.";
const char INTL_TIME_SINCE_LAST_MEASUREMENT[] PROGMEM = " seconds since last measurement.";
const char INTL_PARTICLES_PER_LITER[] PROGMEM = "particles/liter";
const char INTL_PARTICULATE_MATTER[] PROGMEM = "particulate matter";
const char INTL_TEMPERATURE[] PROGMEM = "temperature";
const char INTL_HUMIDITY[] PROGMEM = "humidity";
const char INTL_PRESSURE[] PROGMEM = "air pressure";
const char INTL_DEW_POINT[] PROGMEM = "dew point";
const char INTL_CO2[] PROGMEM = "CO2 concentration";
const char INTL_VOC[] PROGMEM = "VOC concentration";
const char INTL_LATITUDE[] PROGMEM = "Latitude";
const char INTL_LONGITUDE[] PROGMEM = "Longitude";
const char INTL_ALTITUDE[] PROGMEM = "Altitude";
const char INTL_TIME_UTC[] PROGMEM = "Time (UTC)";
const char INTL_SIGNAL_STRENGTH[] PROGMEM = "signal strength";
const char INTL_SIGNAL_QUALITY[] PROGMEM = "signal quality";
#define INTL_NUMBER_OF_MEASUREMENTS "Number of measurements"
#define INTL_TIME_SENDING_MS "Time spent uploading"
#define INTL_SENSOR "Sensor"
#define INTL_PARAMETER "Parameter"
#define INTL_VALUE "Value"
const char INTL_LORA_EXPLANATION[] = "Copy/Paste values from the Helium Console";
const char INTL_LORA_ACTIVATION[] = "Activate LoRaWAN commnication";
const char INTL_WIFI_ACTIVATION[] = "Activate WiFi communication";
#include "./aircarto-logo-common.h"
#include "./logos-custom.h"