|
685 | 685 | <!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
|
686 | 686 | <string name="onboarding_customize_toolbar_placement_bottom_content_description">Астындағы құралдар тақтасының суреті</string>
|
687 | 687 | <string name="onboarding_customize_toolbar_placement_top_content_description">Үстіндегі құралдар тақтасының суреті</string>
|
| 688 | + <!-- Action label for toolbar options that can be selected. Talkback will append this to say "Double tap to select". --> |
| 689 | + <string name="onboarding_customize_toolbar_a11y_action_label_select">таңдау</string> |
688 | 690 | <!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
|
689 | 691 | <string name="onboarding_customize_toolbar_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Қазір емес</string>
|
690 | 692 | <!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->
|
|
703 | 705 | <string name="onboarding_customize_theme_main_image_content_description">Бейнеленген суретші мен құрастырушы құралдарын көрсететін теманы таңдау көрінісінің үлкен тақырыптама кескіні.</string>
|
704 | 706 | <!-- Onboarding theme selection card content description for the theme selection image. %1$s is placeholder for either 'system', 'light' or 'dark'. -->
|
705 | 707 | <string name="onboarding_customize_theme_content_description">%1$s темасының суреті</string>
|
| 708 | + <!-- Action label for options that can be selected. Talkback will append this to say "Double tap to select". --> |
| 709 | + <string name="onboarding_customize_theme_a11y_action_label_select">таңдау</string> |
706 | 710 | <!-- Onboarding theme selection card label for 'Not now' button, used by Nimbus experiments. -->
|
707 | 711 | <string name="onboarding_customize_theme_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Қазір емес</string>
|
708 | 712 | <!--
|
|
1469 | 1473 | <string name="download_delete_multiple_items_snackbar_1" moz:removedIn="138" tools:ignore="UnusedResources">Жүктемелер өшірілді</string>
|
1470 | 1474 | <!-- Text for the snackbar to confirm that a single download item has been removed. %1$s is the name of the download item. -->
|
1471 | 1475 | <string name="download_delete_single_item_snackbar" moz:removedIn="138" tools:ignore="UnusedResources">%1$s өшірілді</string>
|
| 1476 | + <!-- Text for the snackbar action button to view in progress download details. --> |
| 1477 | + <string name="download_in_progress_snackbar_action_details" tools:ignore="UnusedResources">Ақпараты</string> |
| 1478 | + <!-- Text for the snackbar to confirm that a download has completed. --> |
| 1479 | + <string name="download_completed_snackbar" tools:ignore="UnusedResources">Жүктеп алу аяқталды</string> |
| 1480 | + <!-- Text for the snackbar action button to open a completed download. --> |
| 1481 | + <string name="download_completed_snackbar_action_open" tools:ignore="UnusedResources">Ашу</string> |
| 1482 | + <!-- Text for the snackbar action button to undo deleting a download. --> |
| 1483 | + <string name="download_undo_delete_snackbar_action">Болдырмау</string> |
1472 | 1484 | <!-- Text shown when no download exists -->
|
1473 | 1485 | <string name="download_empty_message_1" moz:removedIn="138" tools:ignore="UnusedResources">Жүктеліп алынған файлдар жоқ</string>
|
1474 | 1486 | <!-- Text shown when no download exists -->
|
|
1488 | 1500 | <string name="download_share_url">URL адресін бөлісу</string>
|
1489 | 1501 | <!-- Text for the button to share the download file -->
|
1490 | 1502 | <string name="download_share_file">Файлды бөлісу</string>
|
| 1503 | + <!-- Alert dialog confirmation before deleting multiple download items, this is the title. --> |
| 1504 | + <string name="download_delete_multi_select_dialog_confirmation" tools:ignore="UnusedResources">Таңдалған нәрселерді өшіруді шынымен қалайсыз ба?</string> |
| 1505 | + <!-- Alert dialog confirmation before deleting multiple download items, this is the positive action. --> |
| 1506 | + <string name="download_delete_multi_select_dialog_confirm" tools:ignore="UnusedResources">Өшіру</string> |
| 1507 | + <!-- Alert dialog confirmation before deleting multiple download items, this is the negative action. --> |
| 1508 | + <string name="download_delete_multi_select_dialog_cancel" tools:ignore="UnusedResources">Бас тарту</string> |
| 1509 | + <!-- Text for the header of in progress downloads --> |
| 1510 | + <string name="download_header_in_progress" tools:ignore="UnusedResources">Орындалуда</string> |
1491 | 1511 | <!--
|
1492 | 1512 | Time period headers for downloads
|
1493 | 1513 |
|
|
1502 | 1522 | <string name="download_time_period_last_30_days">Соңғы 30 күн</string>
|
1503 | 1523 | <!-- Text for the header that groups the downloads older than other groups -->
|
1504 | 1524 | <string name="download_time_period_older">Ескілеу</string>
|
| 1525 | + <!-- |
| 1526 | + Description of an in progress download item, displayed in the downloads list. |
| 1527 | + %1$s is the current file size that has been downloaded. |
| 1528 | + %2$s is the total size of the downloaded file. |
| 1529 | + %3$s is the amount of time remaining to complete the download. |
| 1530 | + --> |
| 1531 | + <string name="download_item_in_progress_description" tools:ignore="UnusedResources">%1$s / %2$s • %3$s қалды</string> |
| 1532 | + <!-- Text to indicate that an in progress download is paused. --> |
| 1533 | + <string name="download_item_status_paused" tools:ignore="UnusedResources">аялдатылған</string> |
| 1534 | + <!-- Text to indicate that the download speed of an in progress download is being calculated. --> |
| 1535 | + <string name="download_item_download_speed_pending" tools:ignore="UnusedResources">кезекте</string> |
| 1536 | + <!-- Text to indicate that a download has failed to download. --> |
| 1537 | + <string name="download_item_status_failed" tools:ignore="UnusedResources">Жүктеп алу сәтсіз аяқталды</string> |
| 1538 | + <!-- Placeholder text to indicate that users can use the search bar to search for a download. --> |
| 1539 | + <string name="download_search_placeholder" tools:ignore="UnusedResources">Жүктемелер ішінен іздеу</string> |
| 1540 | + <!-- Text to indicate that no downloads match the search query. --> |
| 1541 | + <string name="download_search_no_results_found" tools:ignore="UnusedResources">Нәтижелер табылмады</string> |
1505 | 1542 | <!--
|
1506 | 1543 | Downloads Content Type Filters
|
1507 | 1544 |
|
|
1516 | 1553 | <string name="download_content_type_filter_document">Құжаттар</string>
|
1517 | 1554 | <!-- Text for the filter button to show all other file types in the downloads list -->
|
1518 | 1555 | <string name="download_content_type_filter_other" moz:removedIn="138" tools:ignore="UnusedResources">Басқа</string>
|
| 1556 | + <!-- Text for the filter button to show all other file types in the downloads list --> |
| 1557 | + <string name="download_content_type_filter_other_1">Басқа</string> |
1519 | 1558 | <!--
|
1520 | 1559 | Description of a downloaded item, displayed in the downloads list.
|
1521 | 1560 | %1$s: The size of the downloaded file.
|
|
1628 | 1667 | <string name="bookmark_menu_delete_button">Өшіру</string>
|
1629 | 1668 | <!-- Bookmark overflow menu save button -->
|
1630 | 1669 | <string name="bookmark_menu_save_button">Сақтау</string>
|
| 1670 | + <!-- Label for button to sort bookmarks by newest in the bookmark sorting overflow menu. --> |
| 1671 | + <string name="bookmark_sort_menu_newest">Ең жаңасы бойынша сұрыптау</string> |
| 1672 | + <!-- Label for button to sort bookmarks by oldest in the bookmark sorting overflow menu. --> |
| 1673 | + <string name="bookmark_sort_menu_oldest">Ең ескісі бойынша сұрыптау</string> |
| 1674 | + <!-- Label for button to sort bookmarks in alphabetical order in the bookmark sorting overflow menu. --> |
| 1675 | + <string name="bookmark_sort_menu_a_to_z">Сұрыптау: А - Я</string> |
| 1676 | + <!-- Label for button to sort bookmarks in reverse alphabetical order in the bookmark sorting overflow menu. --> |
| 1677 | + <string name="bookmark_sort_menu_z_to_a">Сұрыптау: Я - А</string> |
1631 | 1678 | <!--
|
1632 | 1679 | Bookmark multi select title in app bar
|
1633 | 1680 | %1$d is the number of bookmarks selected
|
|
2259 | 2306 | <string name="preference_doh_add_site_description">Сайтты қосу</string>
|
2260 | 2307 | <!-- Title displayed for "Default Protection" option under "DNS over HTTPS" -->
|
2261 | 2308 | <string name="preference_doh_default_protection">Қалыпты қорғаныс</string>
|
| 2309 | + <!-- Summary displayed for "Off" option under "DNS over HTTPS" --> |
| 2310 | + <string name="preference_doh_off_summary">Үнсіз келісім DNS шешушісін қолдану</string> |
| 2311 | + <!-- Text displayed above provider dropdown under "DNS over HTTPS" --> |
| 2312 | + <string name="preference_doh_choose_provider">Провайдерді таңдау</string> |
| 2313 | + <!-- Text displayed for "Default provider" under "DNS over HTTPS" providers --> |
| 2314 | + <string name="preference_doh_provider_default">(бастапқы)</string> |
2262 | 2315 | <!-- Error text displayed for provider textfield under "DNS over HTTPS" if the URL is invalid -->
|
2263 | 2316 | <string name="preference_doh_provider_custom_dialog_error_invalid">Жарамсыз URL</string>
|
2264 | 2317 | <!-- Cancel button text for provider textfield under "DNS over HTTPS" -->
|
|
0 commit comments