-
-
Notifications
You must be signed in to change notification settings - Fork 82
Move Translations #889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mrbober42-lgtm
wants to merge
9
commits into
torlando-tech:main
Choose a base branch
from
mrbober42-lgtm:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Move Translations #889
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
77eac76
Translations
mrbober42-lgtm bcaae40
Translations
mrbober42-lgtm 5fffbba
Update app/src/main/res/values/strings.xml
mrbober42-lgtm de830a2
Update app/src/main/res/values/strings.xml
mrbober42-lgtm a88628e
Fix typos in Russian strings
mrbober42-lgtm 614b679
Remove app_name
mrbober42-lgtm f5b8f14
Remove app_name
mrbober42-lgtm 98f1378
Fix typo in Russian strings.xml
mrbober42-lgtm b18aabf
Fix typos in Russian strings.xml
mrbober42-lgtm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <resources> | ||
| <string name="app_name">Columba</string> | ||
| <string name="incoming_voice_call">Входящий аудиовызов</string> | ||
| <string name="call_answer">Ответить</string> | ||
| <string name="call_decline">Отклонить</string> | ||
| <string name="call_answer_content_description">Ответить на вызов</string> | ||
| <string name="call_decline_content_description">Отклонить вызов</string> | ||
| <string name="error_no_file_manager">На телефоне не найден файловый менеджер</string> | ||
| <string name="locate_on_map">Геолокация на карте</string> | ||
| <string name="service_restart_banner">Перезапуск сервиса Reticulum \u2026</string> | ||
| <string name="offline_banner_shutdown">Columba сейчас оффлайн</string> | ||
| <string name="offline_banner_error">Ошибка подключения</string> | ||
| <string name="offline_banner_reconnecting">Переподключение\u2026</string> | ||
| <string name="offline_banner_reconnect">Переподключиться</string> | ||
| <string name="offline_banner_reconnecting_description">Процесс переподключения</string> | ||
| <string name="delete_interface">Удалить интерфейс</string> | ||
| <string name="view_interface_details">Детали</string> | ||
| <string name="interface_actions">Действия</string> | ||
| <string name="edit_interface">Редактировать</string> | ||
| <string name="messenger_requires">"Приватный мессерждер, для которого: "</string> | ||
| <string name="welcome_to">Добро пожаловть в %1$s</string> | ||
| <string name="no_phone_number">Не нужен номер телефона</string> | ||
| <string name="no_email_address">Не нужен Email</string> | ||
| <string name="no_accounts">Не нужна авторизация или аккаунты</string> | ||
| <string name="welcome_security_description">Вашш профиль создается и надежно хранится на вашем устройстве. Только вы контролируете его</string> | ||
| <string name="get_started">Начать</string> | ||
| <string name="restore_from_backup">Восстановить из бэкапа</string> | ||
| <string name="your_identity">Ваш профиль</string> | ||
| <string name="choose_your_name">Напишите ваш никнейм, который будет виден всем</string> | ||
| <string name="display_name">Никнейм</string> | ||
| <string name="name_example">Анонимная нода</string> | ||
| <string name="name_change_description">Вы можете сменить его в любое время или создать другие профили</string> | ||
| <string name="back">Назад</string> | ||
| <string name="nextAction">Далее</string> | ||
| <string name="connection_methods">Как вы хотите подключиться?</string> | ||
| <string name="connection_methods_description">Выберите типы сетей, которые вы будете использовать:</string> | ||
| <string name="permission_denied">Разрешение отклонено</string> | ||
| <string name="permission_granted">Разрешение предоставлено</string> | ||
| <string name="configure_in_settings">Вы можете изменить это в настройках</string> | ||
| <string name="stay_connected">Оставайтесь на связи</string> | ||
| <string name="can_notify_you">%1$s может оповестить вас когда:</string> | ||
| <string name="item_new_messages">Пришло новое сообщение</string> | ||
| <string name="item_some_add_contact">Кто-то добавил вас в контакты</string> | ||
| <string name="item_delivery_confirmed">Получено подтверждение о доставке сообщения</string> | ||
| <string name="notifications">Уведомления</string> | ||
| <string name="skip">Пропустить</string> | ||
| <string name="notifications_description">Получение уведомлений о новых сообщениях</string> | ||
| <string name="unrestricted_battery">Без ограничений батареи</string> | ||
| <string name="unrestricted_battery_description">Получение уведомлений в режиме ожидания</string> | ||
| <string name="unrestricted_battery_secondDescription">Защищает %1$s от остановки в фоне</string> | ||
| <string name="enable">Включить</string> | ||
| <string name="disable">Выключить</string> | ||
| <string name="setup_completed">Вы всё настроили!</string> | ||
| <string name="summary">Итого</string> | ||
| <string name="identity">Никнейм</string> | ||
| <string name="networks">Сети</string> | ||
| <string name="none_seleced">Ничего не выбранно</string> | ||
| <string name="enabled">Включены</string> | ||
| <string name="disabled">Выключены</string> | ||
| <string name="restricted">Ограниченно</string> | ||
| <string name="unrestricted">Нет ограничения</string> | ||
| <string name="battery">Батарея</string> | ||
| <string name="show_qr">Показать QR код</string> | ||
| <string name="show_qr_description">Поделитесь своим QR-кодом, чтобы другие могли добавить вас в контакты.</string> | ||
| <string name="configure_lora">Настроить LoRa</string> | ||
| <string name="start_messaging">Начать общение</string> | ||
| <string name="share_identity">Поделиться профилем</string> | ||
| <string name="share_invite_message">Добавьте меня через reticulum: \\n\\n%1$s\\n%2$s</string> | ||
| </resources> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.