Add phrases

This commit is contained in:
xmd5a 2020-01-16 16:09:57 +03:00
parent e0f6f881fd
commit 1c801a57d2
2 changed files with 30 additions and 0 deletions

View file

@ -3644,5 +3644,19 @@
<string name="poi_network">Сеть</string>
<string name="poi_parking_space">Парковочное место</string>
<string name="poi_volcano_type_scoria">Шлаковый конус</string>
<string name="poi_volcano_type_stratovolcano">Стратовулкан</string>
<string name="poi_volcano_type_shield">Щитовой</string>
<string name="poi_volcano_type_maar">Маар</string>
<string name="poi_volcano_type_caldera">Калдера</string>
<string name="poi_volcano_type_lava_dome">Лавовый купол</string>
<string name="poi_volcano_type_dirt">Грязевой</string>
<string name="poi_volcano_last_eruption">Последнее извержение</string>
<string name="poi_volcano_status_extinct">Потухший</string>
<string name="poi_volcano_status_dormant">Спящий</string>
<string name="poi_volcano_status_active">Активный</string>
<string name="poi_volcano_status_inactive">Неактивный</string>
<string name="poi_volcano_number_of_eruptions">Число извержений</string>
</resources>

View file

@ -129,6 +129,8 @@
<string name="poi_cash_withdrawal_bank_card">Cash withdrawal</string>
<string name="poi_bath_type">Type</string>
<string name="poi_bath_open_air">Open air</string>
<string name="poi_volcano_type">Type</string>
<string name="poi_volcano_status">Status</string>
<!-- categories -->
<string name="poi_shop">Store</string>
@ -4161,4 +4163,18 @@
<string name="poi_url">URL</string>
<string name="poi_volcano_type_scoria">Scoria</string>
<string name="poi_volcano_type_stratovolcano">Stratovolcano</string>
<string name="poi_volcano_type_shield">Shield</string>
<string name="poi_volcano_type_maar">Maar</string>
<string name="poi_volcano_type_caldera">Caldera</string>
<string name="poi_volcano_type_lava_dome">Lava dome</string>
<string name="poi_volcano_type_dirt">Dirt</string>
<string name="poi_volcano_last_eruption">Last eruption</string>
<string name="poi_volcano_status_extinct">Extinct</string>
<string name="poi_volcano_status_dormant">Dormant</string>
<string name="poi_volcano_status_active">Active</string>
<string name="poi_volcano_status_inactive">Inactive</string>
<string name="poi_volcano_number_of_eruptions">Number of eruptions</string>
</resources>