Auxio/app/src/main/res/values-ru/strings.xml
OxygenCobalt 7b5e817d3b
all: cleanup code
Cleanup the codebase in general:
- Remove useless resources
- Upgrade kotlin to 1.5.2
- Upgrade coil to 1.2.2
2021-06-26 19:53:57 -06:00

104 lines
No EOL
4.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Label Namespace | Static Labels -->
<string name="label_retry">Повторить попытку</string>
<string name="label_grant">Разрешить</string>
<string name="label_library">Библиотека</string>
<string name="label_genres">Жанры</string>
<string name="label_artists">Исполнители</string>
<string name="label_albums">Альбомы</string>
<string name="label_songs">Треки</string>
<string name="label_all_songs">Треки</string>
<string name="label_search">Поиск</string>
<string name="label_filter">Фильтр</string>
<string name="label_filter_all">Всё</string>
<string name="label_sort">Сортировка</string>
<string name="label_sort_alpha_down">По возрастанию</string>
<string name="label_sort_alpha_up">По убыванию</string>
<string name="label_play">Воспроизвести</string>
<string name="label_shuffle">Перемешать</string>
<string name="label_playback">Сейчас воспроизводится</string>
<string name="label_queue">Очередь</string>
<string name="label_queue_add">Добавить в очередь</string>
<string name="label_queue_added">Добавлена в очередь</string>
<string name="label_next_user_queue">Далее</string>
<string name="label_go_artist">Перейти к исполнителю</string>
<string name="label_go_album">Перейти к альбому</string>
<string name="label_about">О программе</string>
<string name="label_version">Версия</string>
<string name="label_code">Открыть на GitHub</string>
<string name="label_faq">ЧаВО</string>
<string name="label_licenses">Лицензии</string>
<!-- Settings namespace | Settings-related labels -->
<string name="setting_title">Настройки</string>
<string name="setting_ui">Внешний Вид</string>
<string name="setting_theme">Тема</string>
<string name="setting_theme_auto">Автоматически</string>
<string name="setting_theme_day">Светлая</string>
<string name="setting_theme_night">Темная</string>
<string name="setting_accent">Акцент</string>
<string name="setting_color_notif">Цветное уведомление</string>
<string name="setting_quality_covers">Игнорировать хранилище обложек альбомов</string>
<string name="setting_audio">Аудио</string>
<string name="setting_audio_focus">Фокусировка аудио</string>
<string name="setting_audio_plug_mgt">Гарнитура</string>
<string name="setting_behavior">Поведение</string>
<string name="setting_behavior_keep_shuffle">Запомнить перемешивание</string>
<!-- Error Namespace | Error Labels -->
<string name="error_no_music">Музыка не найдена</string>
<!-- Description Namespace | Accessibility Strings -->
<string name="description_track_number">Трек %d</string>
<string name="description_play_pause">Воспроизвести/Пауза</string>
<string name="description_clear_user_queue">Очистить очередь</string>
<string name="description_error">Ошибка</string>
<!-- Hint Namespace | EditText Hints -->
<string name="hint_search_library">Поиск в библиотеке…</string>
<!-- Color Label namespace | Accent names -->
<string name="color_label_red">Расный</string>
<string name="color_label_pink">Розовый</string>
<string name="color_label_purple">Пурпурный</string>
<string name="color_label_light_blue">Голубой</string>
<string name="color_label_teal">Зелёный</string>
<string name="color_label_green">Светло-Зелёный</string>
<string name="color_label_yellow">Оранжевый</string>
<string name="color_label_light_green">Жёлтый</string>
<string name="color_label_orange">Коричневый</string>
<string name="color_label_brown">Седой</string>
<string name="color_label_blue_grey">Нейтральный</string>
<!-- Format Namespace | Value formatting/plurals -->
<string name="format_songs_loaded">Треки загружено: %d</string>
<plurals name="format_song_count">
<item quantity="one">%d Песня</item>
<item quantity="few">%d Песни</item>
<item quantity="many">%d Песен</item>
<item quantity="other">%d Треки</item>
</plurals>
<plurals name="format_album_count">
<item quantity="one">%d Альбом</item>
<item quantity="few">%d Альбома</item>
<item quantity="many">%d Альбомов</item>
<item quantity="other">%d Альбомы</item>
</plurals>
</resources>