Skip to content

Commit 177c187

Browse files
author
Mozilla Releng Treescript
committed
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
1 parent e967e73 commit 177c187

File tree

11 files changed

+169
-1
lines changed

11 files changed

+169
-1
lines changed

Diff for: mobile/android/android-components/components/feature/downloads/src/main/res/values-kk/strings.xml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
<string name="mozac_feature_downloads_dialog_download_again" tools:ignore="UnusedResources">Қайта жүктеп алу</string>
3232
<!-- Alert dialog confirmation before download a file, this is the negative action. -->
3333
<string name="mozac_feature_downloads_dialog_cancel">Бас тарту</string>
34+
<!--
35+
Alert dialog confirmation before downloading a previously downloaded file, this is the description.
36+
%1$s will be replaced with the name of the file.
37+
-->
38+
<string name="mozac_feature_downloads_already_exists_dialog_title" tools:ignore="UnusedResources">%1$s бар болып тұр.</string>
3439
<!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. -->
3540
<string name="mozac_feature_downloads_file_not_supported2">%1$s бұл файл түрін жүктей алмайды</string>
3641
<!-- Message that appears when the downloaded file could not be opened. -->

Diff for: mobile/android/android-components/components/feature/downloads/src/main/res/values-sl/strings.xml

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
33
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
44
<string name="mozac_feature_downloads_notification_channel">Prenosi</string>
5+
<!--
6+
Text shown on the second row of an in progress download notification.
7+
%1$s will be replaced with the percentage of download completed so far.
8+
-->
9+
<string name="mozac_feature_downloads_percentage_notification_text">%1$s dokončano</string>
510
<!-- Text shown on the second row of a paused download notification. -->
611
<string name="mozac_feature_downloads_paused_notification_text">Prenos zaustavljen</string>
712
<!-- Text shown on the second row of an completed download notification. The filename is shown on the first row. -->
@@ -12,8 +17,15 @@
1217
<string name="mozac_feature_downloads_dialog_title2" moz:removedIn="138" tools:ignore="UnusedResources">Prenesi (%1$s)</string>
1318
<!-- Alert dialog confirmation before download a file, this is the positive action. -->
1419
<string name="mozac_feature_downloads_dialog_download">Prenesi</string>
20+
<!-- Alert dialog confirmation before downloading a file again, this is the positive action. -->
21+
<string name="mozac_feature_downloads_dialog_download_again" tools:ignore="UnusedResources">Prenesi znova</string>
1522
<!-- Alert dialog confirmation before download a file, this is the negative action. -->
1623
<string name="mozac_feature_downloads_dialog_cancel">Prekliči</string>
24+
<!--
25+
Alert dialog confirmation before downloading a previously downloaded file, this is the description.
26+
%1$s will be replaced with the name of the file.
27+
-->
28+
<string name="mozac_feature_downloads_already_exists_dialog_title" tools:ignore="UnusedResources">%1$s že obstaja.</string>
1729
<!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. -->
1830
<string name="mozac_feature_downloads_file_not_supported2">%1$s ne more prenesti te vrste datoteke</string>
1931
<!-- Message that appears when the downloaded file could not be opened. -->

Diff for: mobile/android/android-components/components/feature/downloads/src/main/res/values-tr/strings.xml

+29
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,47 @@
22
<resources xmlns:tools="http://schemas.android.com/tools" xmlns:moz="http://mozac.org/tools">
33
<!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
44
<string name="mozac_feature_downloads_notification_channel">İndirilenler</string>
5+
<!--
6+
Text shown on the second row of an in progress download notification.
7+
%1$s will be replaced with the percentage of download completed so far.
8+
-->
9+
<string name="mozac_feature_downloads_percentage_notification_text">%1$s tamamlandı</string>
510
<!-- Text shown on the second row of a paused download notification. -->
611
<string name="mozac_feature_downloads_paused_notification_text">İndirme duraklatıldı</string>
712
<!-- Text shown on the second row of an completed download notification. The filename is shown on the first row. -->
813
<string name="mozac_feature_downloads_completed_notification_text2">İndirme tamamlandı</string>
914
<!-- Text shown on the second row of an failed download notification. The filename is shown on the first row. -->
1015
<string name="mozac_feature_downloads_failed_notification_text2">İndirme başarısız oldu</string>
16+
<!--
17+
Alert dialog confirmation before downloading a previously downloaded file, this is the title.
18+
%1$s will be replaced with the size of the file.
19+
-->
20+
<string name="mozac_feature_downloads_again_dialog_title" tools:ignore="UnusedResources">Dosya yeniden indirilsin mi? (%1$s)</string>
21+
<!--
22+
Alert dialog confirmation before downloading a file, this is the title.
23+
%1$s will be replaced with the size of the file.
24+
-->
25+
<string name="mozac_feature_downloads_dialog_title_3">Dosya indirilsin mi? (%1$s)</string>
1126
<!-- Alert dialog confirmation before download a file, this is the title. %1$s will be replaced with the name of the file. -->
1227
<string name="mozac_feature_downloads_dialog_title2" moz:removedIn="138" tools:ignore="UnusedResources">İndir (%1$s)</string>
1328
<!-- Alert dialog confirmation before download a file, this is the positive action. -->
1429
<string name="mozac_feature_downloads_dialog_download">İndir</string>
30+
<!-- Alert dialog confirmation before downloading a file again, this is the positive action. -->
31+
<string name="mozac_feature_downloads_dialog_download_again" tools:ignore="UnusedResources">Yeniden indir</string>
1532
<!-- Alert dialog confirmation before download a file, this is the negative action. -->
1633
<string name="mozac_feature_downloads_dialog_cancel">İptal</string>
34+
<!--
35+
Alert dialog confirmation before downloading a previously downloaded file, this is the description.
36+
%1$s will be replaced with the name of the file.
37+
-->
38+
<string name="mozac_feature_downloads_already_exists_dialog_title" tools:ignore="UnusedResources">%1$s zaten mevcut.</string>
39+
<!--
40+
Alert dialog confirmation before downloading a file without network connection, this is the description.
41+
%1$s will be replaced with the name of the file.
42+
-->
43+
<string name="mozac_feature_downloads_file_failure_no_connection" tools:ignore="UnusedResources">%1$s indirilemedi.</string>
44+
<!-- Alert dialog confirmation before downloading a file without network connection, this is the description. -->
45+
<string name="mozac_feature_downloads_file_check_connection" tools:ignore="UnusedResources">Bağlantınızı kontrol edip yeniden deneyin.</string>
1746
<!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. -->
1847
<string name="mozac_feature_downloads_file_not_supported2">%1$s bu dosya türünü indiremiyor</string>
1948
<!-- Message that appears when the downloaded file could not be opened. -->

Diff for: mobile/android/android-components/components/feature/readerview/src/main/res/values-ml/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- Color option for the background -->
1616
<string name="mozac_feature_readerview_dark">ഇരുണ്ടത്</string>
1717
<!-- Accessible description for the color option -->
18-
<string name="mozac_feature_readerview_dark_color_scheme_desc">ഡാർക്ക് കളർ സ്കീം</string>
18+
<string name="mozac_feature_readerview_dark_color_scheme_desc">ഇരുണ്ടന്നിറയലങ്കാരം</string>
1919
<!-- Color option for the background -->
2020
<string name="mozac_feature_readerview_sephia">സെപിയ</string>
2121
<!-- Accessible description for the color option -->

Diff for: mobile/android/fenix/app/src/main/res/values-el/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,8 @@
690690
<!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
691691
<string name="onboarding_customize_toolbar_placement_bottom_content_description">Εικόνα της κάτω γραμμής εργαλείων</string>
692692
<string name="onboarding_customize_toolbar_placement_top_content_description">Εικόνα της επάνω γραμμής εργαλείων</string>
693+
<!-- Action label for toolbar options that can be selected. Talkback will append this to say "Double tap to select". -->
694+
<string name="onboarding_customize_toolbar_a11y_action_label_select">επιλογή</string>
693695
<!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
694696
<string name="onboarding_customize_toolbar_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Όχι τώρα</string>
695697
<!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->

Diff for: mobile/android/fenix/app/src/main/res/values-en-rGB/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@
689689
<!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
690690
<string name="onboarding_customize_toolbar_placement_bottom_content_description">Image of the bottom toolbar</string>
691691
<string name="onboarding_customize_toolbar_placement_top_content_description">Image of the top toolbar</string>
692+
<!-- Action label for toolbar options that can be selected. Talkback will append this to say "Double tap to select". -->
693+
<string name="onboarding_customize_toolbar_a11y_action_label_select">select</string>
692694
<!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
693695
<string name="onboarding_customize_toolbar_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Not now</string>
694696
<!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->

Diff for: mobile/android/fenix/app/src/main/res/values-hy-rAM/strings.xml

+2
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,8 @@
688688
<!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
689689
<string name="onboarding_customize_toolbar_placement_bottom_content_description">Ներքևի գործիքագոտու պատկերը</string>
690690
<string name="onboarding_customize_toolbar_placement_top_content_description">Վերևի գործիքագոտու պատկերը</string>
691+
<!-- Action label for toolbar options that can be selected. Talkback will append this to say "Double tap to select". -->
692+
<string name="onboarding_customize_toolbar_a11y_action_label_select">ընտրել</string>
691693
<!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
692694
<string name="onboarding_customize_toolbar_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Ոչ հիմա</string>
693695
<!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->

Diff for: mobile/android/fenix/app/src/main/res/values-kk/strings.xml

+53
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,8 @@
685685
<!-- Onboarding toolbar selection card content description for the toolbar placement image. -->
686686
<string name="onboarding_customize_toolbar_placement_bottom_content_description">Астындағы құралдар тақтасының суреті</string>
687687
<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>
688690
<!-- Onboarding toolbar selection card label for 'Not now' button, used by Nimbus experiments. -->
689691
<string name="onboarding_customize_toolbar_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Қазір емес</string>
690692
<!-- Onboarding header for the theme selection card, used by Nimbus experiments. -->
@@ -703,6 +705,8 @@
703705
<string name="onboarding_customize_theme_main_image_content_description">Бейнеленген суретші мен құрастырушы құралдарын көрсететін теманы таңдау көрінісінің үлкен тақырыптама кескіні.</string>
704706
<!-- Onboarding theme selection card content description for the theme selection image. %1$s is placeholder for either 'system', 'light' or 'dark'. -->
705707
<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>
706710
<!-- Onboarding theme selection card label for 'Not now' button, used by Nimbus experiments. -->
707711
<string name="onboarding_customize_theme_not_now_button" moz:removedIn="136" tools:ignore="UnusedResources">Қазір емес</string>
708712
<!--
@@ -1469,6 +1473,14 @@
14691473
<string name="download_delete_multiple_items_snackbar_1" moz:removedIn="138" tools:ignore="UnusedResources">Жүктемелер өшірілді</string>
14701474
<!-- Text for the snackbar to confirm that a single download item has been removed. %1$s is the name of the download item. -->
14711475
<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>
14721484
<!-- Text shown when no download exists -->
14731485
<string name="download_empty_message_1" moz:removedIn="138" tools:ignore="UnusedResources">Жүктеліп алынған файлдар жоқ</string>
14741486
<!-- Text shown when no download exists -->
@@ -1488,6 +1500,14 @@
14881500
<string name="download_share_url">URL адресін бөлісу</string>
14891501
<!-- Text for the button to share the download file -->
14901502
<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>
14911511
<!--
14921512
Time period headers for downloads
14931513
@@ -1502,6 +1522,23 @@
15021522
<string name="download_time_period_last_30_days">Соңғы 30 күн</string>
15031523
<!-- Text for the header that groups the downloads older than other groups -->
15041524
<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>
15051542
<!--
15061543
Downloads Content Type Filters
15071544
@@ -1516,6 +1553,8 @@
15161553
<string name="download_content_type_filter_document">Құжаттар</string>
15171554
<!-- Text for the filter button to show all other file types in the downloads list -->
15181555
<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>
15191558
<!--
15201559
Description of a downloaded item, displayed in the downloads list.
15211560
%1$s: The size of the downloaded file.
@@ -1628,6 +1667,14 @@
16281667
<string name="bookmark_menu_delete_button">Өшіру</string>
16291668
<!-- Bookmark overflow menu save button -->
16301669
<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>
16311678
<!--
16321679
Bookmark multi select title in app bar
16331680
%1$d is the number of bookmarks selected
@@ -2259,6 +2306,12 @@
22592306
<string name="preference_doh_add_site_description">Сайтты қосу</string>
22602307
<!-- Title displayed for "Default Protection" option under "DNS over HTTPS" -->
22612308
<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>
22622315
<!-- Error text displayed for provider textfield under "DNS over HTTPS" if the URL is invalid -->
22632316
<string name="preference_doh_provider_custom_dialog_error_invalid">Жарамсыз URL</string>
22642317
<!-- Cancel button text for provider textfield under "DNS over HTTPS" -->

0 commit comments

Comments
 (0)