Add missing translations
This commit is contained in:
parent
ce2faa8edf
commit
3c999243bd
2 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,18 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<resources>
|
||||
|
||||
<string name="device_name">Имя устройства</string>
|
||||
<string name="shared_string_hide">Спрятать</string>
|
||||
<string name="share_location_as_description_second_line">Вы можете создать и просмотреть идентификатор устройства в клиенте telegram, используя %1$s чат бота. %2$s</string>
|
||||
<string name="logout_no_internet_msg">Подключитесь к Интернету, чтобы правильно выйти из Telegram.</string>
|
||||
<string name="set_visible_time_for_all">Установить видимое время для всех</string>
|
||||
<string name="hours_and_minutes_format">%1$d ч %2$d м</string>
|
||||
<string name="minutes_format">%1$d м</string>
|
||||
<string name="hours_format">%1$d ч</string>
|
||||
<string name="not_logged_in">Вы не вошли в систему</string>
|
||||
<string name="sharing_location">Трансляция местоположения</string>
|
||||
<string name="show_users_on_map">Показывать пользователей на карте</string>
|
||||
<string name="active_chats">Активные чаты</string>
|
||||
<string name="sending_location_messages">Отправка местоположения</string>
|
||||
<string name="initializing">Запуск</string>
|
||||
<string name="sharing_in_background">Трансляция в фоновом режиме</string>
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<string name="device_name_cannot_be_empty">Device name cannot be empty</string>
|
||||
<string name="device_name">Device name</string>
|
||||
<string name="shared_string_hide">Hide</string>
|
||||
<string name="add_new_device_description">Last sent location:</string>
|
||||
<string name="share_location_as_description_second_line">You can create and view the Device ID in the telegram client using the %1$s chat bot. %2$s</string>
|
||||
<string name="share_location_as_description">If you want to connect multiple devices to one telegram account, you need to use different Device to share your location.</string>
|
||||
<string name="last_updated_location">Last updated location:</string>
|
||||
|
@ -168,7 +167,6 @@
|
|||
<string name="shared_string_hour_short">h</string>
|
||||
<string name="shared_string_minute_short">min</string>
|
||||
<string name="shared_string_second_short">sec</string>
|
||||
<string name="plus">+</string>
|
||||
<string name="welcome_descr"><![CDATA[<b>OsmAnd Location Sharing</b> lets you share your location and see that of others in the OsmAnd.<br/><br/>The app uses Telegram API and you need a Telegram account.]]></string>
|
||||
<string name="my_location">My location</string>
|
||||
<string name="live_now">Live now</string>
|
||||
|
|
Loading…
Reference in a new issue