forked from opendata-stuttgart/sensors-software
-
Notifications
You must be signed in to change notification settings - Fork 5
/
intl_lu.h
119 lines (116 loc) · 6.05 KB
/
intl_lu.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
119
/*
* airRohr firmware
* Copyright (C) 2016-2018 Code for Stuttgart a.o.
*
* Luxembourgish translations
*
* Texts should be as short as possible
*/
#define INTL_LANG "LU"
#define INTL_PM_SENSOR "Reng Stëbspartikelensensor"
const char INTL_CONFIGURATION[] PROGMEM = "Konfiguratioun";
#define INTL_WIFI_SETTINGS "WiFi Daten"
#define INTL_WIFI_NETWORKS "WiFi Netzwierker lueden ..."
#define INTL_LANGUAGE "Sprooch"
const char INTL_NO_NETWORKS[] PROGMEM = "Keng Netzwierker fonnt";
const char INTL_NETWORKS_FOUND[] PROGMEM = "Netzwierker fonnt: ";
const char INTL_AB_HIER_NUR_ANDERN[] PROGMEM = "Ab hei nëmmen änneren, wann der wësst wat dir maacht";
const char INTL_SAVE[] PROGMEM = "Späicheren";
const char INTL_SENSORS[] PROGMEM = "Sensoren";
const char INTL_MORE_SENSORS[] PROGMEM = "Aner Sensoren";
const char INTL_SDS011[] PROGMEM = "SDS011 ({pm})";
const char INTL_PMS[] PROGMEM = "Plantower PMS(1,3,5,6,7)003 ({pm})";
const char INTL_HPM[] PROGMEM = "Honeywell PM ({pm})";
const char INTL_NPM[] PROGMEM = "Tera Sensor Next PM ({pm})";
const char INTL_SPS30[] PROGMEM = "Sensirion SPS30 ({pm})";
const char INTL_PPD42NS[] PROGMEM = "PPD42NS ({pm})";
const char INTL_DHT22[] PROGMEM = "DHT22 ({t}, {h})";
const char INTL_HTU21D[] PROGMEM = "HTU21D ({t}, {h})";
const char INTL_BMP180[] PROGMEM = "BMP180 ({t}, {p})";
const char INTL_BMX280[] PROGMEM = "BME280 ({t}, {h}, {p}), BMP280 ({t}, {p})";
const char INTL_SHT3X[] PROGMEM = "SHT3X ({t}, {h})";
const char INTL_DS18B20[] PROGMEM = "DS18B20 ({t})";
const char INTL_DNMS[] PROGMEM = "DNMS ({l_a})";
const char INTL_COORD_LAT[] PROGMEM = "Latitude";
const char INTL_COORD_LON[] PROGMEM = "Longtitude";
const char INTL_DNMS_CORRECTION[] PROGMEM = "Korrekturwärt an dB(A)";
const char INTL_TEMP_CORRECTION[] PROGMEM = "Korrekturwärt an °C";
const char INTL_NEO6M[] PROGMEM = "GPS (NEO 6M)";
const char INTL_BASICAUTH[] PROGMEM = "BasicAuth aktivéieren";
#define INTL_REPORT_ISSUE "E Feeler melden"
const char INTL_FS_WIFI_DESCRIPTION[] PROGMEM = "WiFi Sensor Numm am Konfiguratiounsmodus";
const char INTL_FS_WIFI_NAME[] PROGMEM = "Numm";
const char INTL_MORE_SETTINGS[] PROGMEM = "Méi Astellungen";
const char INTL_AUTO_UPDATE[] PROGMEM = "Automateschen Update";
const char INTL_USE_BETA[] PROGMEM = "Beta Versiounen eroflueden";
const char INTL_DISPLAY[] PROGMEM = "OLED SSD1306";
const char INTL_SH1106[] PROGMEM = "OLED SH1106";
const char INTL_FLIP_DISPLAY[] PROGMEM = "OLED Display em 180° dréien";
const char INTL_LCD1602_27[] PROGMEM = "LCD 1602 (I2C: 0x27)";
const char INTL_LCD1602_3F[] PROGMEM = "LCD 1602 (I2C: 0x3F)";
const char INTL_LCD2004_27[] PROGMEM = "LCD 2004 (I2C: 0x27)";
const char INTL_LCD2004_3F[] PROGMEM = "LCD 2004 (I2C: 0x3F)";
const char INTL_DISPLAY_WIFI_INFO[] PROGMEM = "WiFi Info uweisen";
const char INTL_DISPLAY_DEVICE_INFO[] PROGMEM = "Apparat Info uweisen";
const char INTL_DEBUG_LEVEL[] PROGMEM = "Debug Niveau";
const char INTL_MEASUREMENT_INTERVAL[] PROGMEM = "Mooss-intervall";
const char INTL_DURATION_ROUTER_MODE[] PROGMEM = "Zait Routermodus";
const char INTL_MORE_APIS[] PROGMEM = "Aner APIs";
const char INTL_SEND_TO_OWN_API[] PROGMEM = "Un eegen API schécken";
const char INTL_SERVER[] PROGMEM = "Server";
const char INTL_PATH[] PROGMEM = "Wee";
const char INTL_PORT[] PROGMEM = "Port";
const char INTL_USER[] PROGMEM = "Benotzer";
const char INTL_PASSWORD[] PROGMEM = "Passwuert";
const char INTL_MEASUREMENT[] PROGMEM = "Miessung";
const char INTL_SEND_TO[] PROGMEM = "Schécken op {v}";
const char INTL_READ_FROM[] PROGMEM = "Liesen {v}";
const char INTL_SENSOR_IS_REBOOTING[] PROGMEM = "De Sensor gëtt neigestart.";
const char INTL_RESTART_DEVICE[] PROGMEM = "Apparat nei starten";
const char INTL_DELETE_CONFIG[] PROGMEM = "Config.json läschen";
const char INTL_RESTART_SENSOR[] PROGMEM = "Sensor nei starten";
#define INTL_HOME "Iwwersiicht"
#define INTL_BACK_TO_HOME "Zréck op d'Haaptsäit"
const char INTL_CURRENT_DATA[] PROGMEM = "Aktuell Wäerter";
const char INTL_DEVICE_STATUS[] PROGMEM = "Apparat Status";
#define INTL_ACTIVE_SENSORS_MAP "Kaart vun den aktive Sensoren (externen Link)"
#define INTL_CONFIGURATION_DELETE "Konfiguratioun läschen"
#define INTL_CONFIGURATION_REALLY_DELETE "Konfiguratioun wierklech läschen?"
#define INTL_DELETE "Läschen"
#define INTL_CANCEL "Ofbriechen"
#define INTL_REALLY_RESTART_SENSOR "Sensor wierklech nei starten?"
#define INTL_RESTART "Nei starten"
const char INTL_SAVE_AND_RESTART[] PROGMEM = "Späicheren a nei starten";
#define INTL_FIRMWARE "Firmware"
const char INTL_DEBUG_SETTING_TO[] PROGMEM = "Debug setzen op";
#define INTL_NONE "keng"
#define INTL_ERROR "fehler"
#define INTL_WARNING "warnung"
#define INTL_MIN_INFO "min. info"
#define INTL_MED_INFO "med. info"
#define INTL_MAX_INFO "max. info"
#define INTL_CONFIG_DELETED "Config.json geläscht"
#define INTL_CONFIG_CAN_NOT_BE_DELETED "Config.json konnt net geläscht ginn"
#define INTL_CONFIG_NOT_FOUND "Config.json net fonnt"
const char INTL_TIME_TO_FIRST_MEASUREMENT[] PROGMEM = "Nach {v} Sekonnen bis zur éischter Miessung.";
const char INTL_TIME_SINCE_LAST_MEASUREMENT[] PROGMEM = " Sekonnen zanter der leschter Miessung.";
const char INTL_PARTICLES_PER_LITER[] PROGMEM = "Partikel/Liter";
const char INTL_PARTICULATE_MATTER[] PROGMEM = "Reng Stëbspartikelen";
const char INTL_TEMPERATURE[] PROGMEM = "Temperatur";
const char INTL_HUMIDITY[] PROGMEM = "rel. Loftfiichtegkeet";
const char INTL_PRESSURE[] PROGMEM = "Loftdrock";
const char INTL_LEQ_A[] PROGMEM = "LAeq";
const char INTL_LA_MIN[] PROGMEM = "LA min";
const char INTL_LA_MAX[] PROGMEM = "LA max";
const char INTL_LATITUDE[] PROGMEM = "Breedegrad";
const char INTL_LONGITUDE[] PROGMEM = "Längtegrad";
const char INTL_ALTITUDE[] PROGMEM = "Héicht";
const char INTL_TIME_UTC[] PROGMEM = "Zäit (UTC)";
const char INTL_SIGNAL_STRENGTH[] PROGMEM = "Signal";
const char INTL_SIGNAL_QUALITY[] PROGMEM = "Qualitéit";
#define INTL_NUMBER_OF_MEASUREMENTS "Zuel vu Mesuren"
#define INTL_TIME_SENDING_MS "Dauer vu Mesureniwerdroung"
#define INTL_SENSOR "Sensor"
#define INTL_PARAMETER "Parameter"
#define INTL_VALUE "Wäert"
#include "./airrohr-logo-common.h"