You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have translated your application into ru (русский). Here is the xml:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<stringname="app_name">ADSdroid</string>
<stringname="search_mode_prompt">Режим поиска</string>
<stringname="part_list_title">Результаты поиска</string>
<stringname="searching">Поиск...</string>
<stringname="no_results">Не найдено результатов.</string>
<stringname="error_fetching_results">Ошибка при получении результатов.</string>
<stringname="starting_download">Начато скачивание...</string>
<stringname="fetching_pdf_url">Получение PDF URL...</string>
<stringname="connecting_to_pdf_server">Соединение с PDF сервером...</string>
<stringname="download_progress">Скачивание даташита... (получено %d байт)</string>
<stringname="download_error">Ошибка при скачивании</string>
<stringname="download_done">Даташит сохранён как %s</string>
<stringname="pdf_open_failed">Сбой открытия PDF просмотрщика, он установлен?</string>
<stringname="part_name_label">Имя части:</string>
<stringname="search_by_part_name">Поиск по имени части</string>
</resources>
Thanks, just a question: the Spinner (also known as a drop-down list on PCs) that lets you select the search mode cannot be translated at the moment, as it's generated at runtime by hu.vsza.adsapi.Search.Mode.toString(), not loaded from string resources like everything else on the UI. Would you consider this a problem for Russian users?
To clarify, the UI would look like this for people with Russian locale: Режим поиска: [includes ▼]
Thanks, just a question: the `Spinner` (also known as a drop-down list on
PCs) that lets you select the search mode cannot be translated at the
moment, as it's generated at runtime by
`hu.vsza.adsapi.Search.Mode.toString()`, not loaded from string resources
like everything else on the UI. Would you consider this a problem for
Russian users?
To clarify, the UI would look like this for people with Russian locale:
`Режим поиска: [includes ▼]`
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#12 (comment)
I have translated your application into
ru
(русский). Here is the xml:Translation made with Stringlate.
The text was updated successfully, but these errors were encountered: