Skip to content

Commit

Permalink
E0 strings iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
priyonto committed Nov 27, 2024
1 parent d8295aa commit 0bc9bf6
Showing 1 changed file with 115 additions and 7 deletions.
122 changes: 115 additions & 7 deletions station.localization.json
Original file line number Diff line number Diff line change
Expand Up @@ -13143,7 +13143,7 @@
"pl": "Zmniejsz rozmiar wykresów"
},
{
"ident_ios": "",
"ident_ios": "unit_pm10",
"ident_android": "",
"ident_webui": "pm10",
"en": "PM1.0",
Expand All @@ -13155,7 +13155,7 @@
"pl": "PM1.0"
},
{
"ident_ios": "",
"ident_ios": "unit_pm25",
"ident_android": "",
"ident_webui": "pm25",
"en": "PM2.5",
Expand All @@ -13167,7 +13167,7 @@
"pl": "PM2.5"
},
{
"ident_ios": "",
"ident_ios": "unit_pm40",
"ident_android": "",
"ident_webui": "pm40",
"en": "PM4.0",
Expand All @@ -13179,7 +13179,7 @@
"pl": "PM4.0"
},
{
"ident_ios": "",
"ident_ios": "unit_pm100",
"ident_android": "",
"ident_webui": "pm100",
"en": "PM10.0",
Expand All @@ -13191,7 +13191,7 @@
"pl": "PM10.0"
},
{
"ident_ios": "",
"ident_ios": "unit_co2",
"ident_android": "",
"ident_webui": "co2",
"en": "CO2",
Expand All @@ -13203,7 +13203,7 @@
"pl": "CO2"
},
{
"ident_ios": "",
"ident_ios": "unit_voc",
"ident_android": "",
"ident_webui": "voc",
"en": "VOC",
Expand All @@ -13215,7 +13215,7 @@
"pl": "VOC"
},
{
"ident_ios": "",
"ident_ios": "unit_nox",
"ident_android": "",
"ident_webui": "nox",
"en": "NOx",
Expand Down Expand Up @@ -13285,6 +13285,114 @@
"fr": "Éclairement",
"de": "Beleuchtungsstärke",
"pl": "Natężenie światła"
},
{
"ident_ios": "TagSettings.co2AlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "CO2 ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.pm10AlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "PM1.0 ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.pm25AlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "PM2.5 ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.pm40AlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "PM4.0 ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.pm100AlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "PM10.0 ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.vocAlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "VOC ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.noxAlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "NOX ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.soundAlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "Sound ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
},
{
"ident_ios": "TagSettings.luminosityAlertTitleLabel.text",
"ident_android": "",
"ident_webui": "",
"en": "Luminosity ({%@^%1$s})",
"fi": "",
"ru": "",
"sv": "",
"fr": "",
"de": "",
"pl": ""
}
]
}

0 comments on commit 0bc9bf6

Please sign in to comment.