tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 0d46e8e9ea42e6d2d31d7f5196d46c6089a63939
parent 2bcdca1f12345cca4bb8fb52a5ac6aa5a44de98c
Author: Release Engineering Landoscript <release+landoscript@mozilla.com>
Date:   Thu, 23 Oct 2025 00:10:22 +0000

No Bug - Import translations from https://github.com/mozilla-l10n/android-l10n CLOSED TREE

Diffstat:
Mmobile/android/android-components/components/feature/downloads/src/main/res/values-kk/strings.xml | 4++++
Mmobile/android/android-components/components/feature/downloads/src/main/res/values-lo/strings.xml | 4++++
Mmobile/android/android-components/components/feature/downloads/src/main/res/values-pa-rIN/strings.xml | 2+-
Mmobile/android/android-components/components/feature/downloads/src/main/res/values-vi/strings.xml | 4++++
Mmobile/android/android-components/components/feature/sitepermissions/src/main/res/values-lo/strings.xml | 6++++++
Mmobile/android/android-components/components/feature/sitepermissions/src/main/res/values-pa-rIN/strings.xml | 2++
Mmobile/android/fenix/app/src/main/res/values-ia/strings.xml | 2++
Mmobile/android/fenix/app/src/main/res/values-lo/strings.xml | 4++++
Mmobile/android/fenix/app/src/main/res/values-pa-rIN/strings.xml | 5+++++
Mmobile/android/fenix/app/src/main/res/values-vi/strings.xml | 40++++++++++++++++++++++++++++++++++++++++
10 files changed, 72 insertions(+), 1 deletion(-)

diff --git a/mobile/android/android-components/components/feature/downloads/src/main/res/values-kk/strings.xml b/mobile/android/android-components/components/feature/downloads/src/main/res/values-kk/strings.xml @@ -27,6 +27,8 @@ <string name="mozac_feature_downloads_dialog_title_3">Файлды жүктеп алу керек пе? (%1$s)</string> <!-- This string is used as the title for the download confirmation dialog when the size of the file is not known. --> <string name="mozac_feature_downloads_dialog_title_with_unknown_size">Файлды жүктеп алу керек пе?</string> + <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the title when the size of the file is not known. --> + <string name="mozac_feature_downloads_again_dialog_title_with_unknown_size">Файлды қайта жүктеп алу керек пе?</string> <!-- Alert dialog confirmation before download a file, this is the positive action. --> <string name="mozac_feature_downloads_dialog_download">Жүктеп алу</string> <!-- Alert dialog confirmation before downloading a file again, this is the positive action. --> @@ -38,6 +40,8 @@ %1$s will be replaced with the name of the file. --> <string name="mozac_feature_downloads_already_exists_dialog_title">%1$s бар болып тұр.</string> + <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the neutral action that proposes to open the file instead. --> + <string name="mozac_feature_downloads_open_existing_file">Бар болып тұрған файлды ашу</string> <!-- Alert dialog confirmation before downloading a file without network connection, this is the description. %1$s will be replaced with the name of the file. diff --git a/mobile/android/android-components/components/feature/downloads/src/main/res/values-lo/strings.xml b/mobile/android/android-components/components/feature/downloads/src/main/res/values-lo/strings.xml @@ -27,6 +27,8 @@ <string name="mozac_feature_downloads_dialog_title_3">ດາວໂຫຼດໄຟລ໌ບໍ? (%1$s)</string> <!-- This string is used as the title for the download confirmation dialog when the size of the file is not known. --> <string name="mozac_feature_downloads_dialog_title_with_unknown_size">ດາວໂຫຼດໄຟລ໌ບໍ?</string> + <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the title when the size of the file is not known. --> + <string name="mozac_feature_downloads_again_dialog_title_with_unknown_size">ດາວໂຫລດໄຟລ໌ອີກຄັ້ງບໍ?</string> <!-- Alert dialog confirmation before download a file, this is the positive action. --> <string name="mozac_feature_downloads_dialog_download">ດາວໂຫລດ</string> <!-- Alert dialog confirmation before downloading a file again, this is the positive action. --> @@ -38,6 +40,8 @@ %1$s will be replaced with the name of the file. --> <string name="mozac_feature_downloads_already_exists_dialog_title">%1$s ມີຢູ່ແລ້ວ.</string> + <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the neutral action that proposes to open the file instead. --> + <string name="mozac_feature_downloads_open_existing_file">ເປີດໄຟລ໌ທີ່ມີຢູ່ແລ້ວ</string> <!-- Alert dialog confirmation before downloading a file without network connection, this is the description. %1$s will be replaced with the name of the file. diff --git a/mobile/android/android-components/components/feature/downloads/src/main/res/values-pa-rIN/strings.xml b/mobile/android/android-components/components/feature/downloads/src/main/res/values-pa-rIN/strings.xml @@ -28,7 +28,7 @@ <!-- This string is used as the title for the download confirmation dialog when the size of the file is not known. --> <string name="mozac_feature_downloads_dialog_title_with_unknown_size">ਫ਼ਾਇਲ ਨੂੰ ਡਾਊਨਲੋਡ ਕਰਨਾ ਹੈ?</string> <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the title when the size of the file is not known. --> - <string name="mozac_feature_downloads_again_dialog_title_with_unknown_size">ਫ਼ਾਇਲ ਨੂੰ ਡਾਊਨਲੋਡ ਕਰਨਾ ਹੈ?</string> + <string name="mozac_feature_downloads_again_dialog_title_with_unknown_size">ਫ਼ਾਇਲ ਨੂੰ ਫੇਰ ਡਾਊਨਲੋਡ ਕਰਨਾ ਹੈ?</string> <!-- Alert dialog confirmation before download a file, this is the positive action. --> <string name="mozac_feature_downloads_dialog_download">ਡਾਊਨਲੋਡ ਕਰੋ</string> <!-- Alert dialog confirmation before downloading a file again, this is the positive action. --> diff --git a/mobile/android/android-components/components/feature/downloads/src/main/res/values-vi/strings.xml b/mobile/android/android-components/components/feature/downloads/src/main/res/values-vi/strings.xml @@ -27,6 +27,8 @@ <string name="mozac_feature_downloads_dialog_title_3">Tải xuống tập tin? (%1$s)</string> <!-- This string is used as the title for the download confirmation dialog when the size of the file is not known. --> <string name="mozac_feature_downloads_dialog_title_with_unknown_size">Tải xuống tập tin?</string> + <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the title when the size of the file is not known. --> + <string name="mozac_feature_downloads_again_dialog_title_with_unknown_size">Tải xuống lại tập tin?</string> <!-- Alert dialog confirmation before download a file, this is the positive action. --> <string name="mozac_feature_downloads_dialog_download">Tải xuống</string> <!-- Alert dialog confirmation before downloading a file again, this is the positive action. --> @@ -38,6 +40,8 @@ %1$s will be replaced with the name of the file. --> <string name="mozac_feature_downloads_already_exists_dialog_title">%1$s đã tồn tại.</string> + <!-- Alert dialog confirmation before downloading a previously downloaded file, this is the neutral action that proposes to open the file instead. --> + <string name="mozac_feature_downloads_open_existing_file">Mở tập tin hiện có</string> <!-- Alert dialog confirmation before downloading a file without network connection, this is the description. %1$s will be replaced with the name of the file. diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-lo/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-lo/strings.xml @@ -44,6 +44,12 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">ບັອກ</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">ທ່ານຈະຕ້ອງອະນຸຍາດໃຫ້ການແຈ້ງເຕືອນໃນ %1$s ເພື່ອຮັບພວກມັນຈາກເວັບໄຊທ໌ນີ້.</string> + <!-- Button label in a notification permission request dialog to dismiss the dialog. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">ຍົກເລີກ</string> + <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_settings_label">ໄປທີ່ການຕັ້ງຄ່າ</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> <string name="mozac_feature_sitepermissions_do_not_ask_again_on_this_site2">ຈືຂໍ້ມູນການຕັດສິນໃຈສໍາລັບເວັບໄຊທນີ້</string> <!-- Text for a checkbox in a permission request dialog, this will allow to not show again the prompt --> diff --git a/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-pa-rIN/strings.xml b/mobile/android/android-components/components/feature/sitepermissions/src/main/res/values-pa-rIN/strings.xml @@ -44,6 +44,8 @@ this button will not give access to this permission --> <string name="mozac_feature_sitepermissions_block">ਪਾਬੰਦੀ</string> + <!-- Message of a dialog offering more context about the app level notification permission request. %1$s will be replaced with the name of the app. --> + <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_message">ਇਸ ਵੈੱਬਸਾਈਟ ਤੋਂ ਨੋਟੀਫਿਕੇਸ਼ਨ ਲੈਣ ਲਈ ਤੁਹਾਨੂੰ %1$s ਵਿੱਚ ਨੋਟੀਫਿਕੇਸ਼ਨਾਂ ਦੀ ਮਨਜ਼ੂਰੀ ਦੇਣੀ ਪਵੇਗੀ।</string> <!-- Button label in a notification permission request dialog to dismiss the dialog. --> <string name="mozac_feature_sitepermissions_notification_permission_rationale_dialog_dismiss_label">ਰੱਦ ਕਰੋ</string> <!-- Button label in a notification permission request dialog. It will let the user go to Android Settings to grant the permission. --> diff --git a/mobile/android/fenix/app/src/main/res/values-ia/strings.xml b/mobile/android/fenix/app/src/main/res/values-ia/strings.xml @@ -2827,6 +2827,8 @@ <string name="addresses_village_township" tools:ignore="UnusedResources">Village o municipio</string> <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The Island field, used in places like the Cayman Islands and the Bahamas if an address is located on a specific island. --> <string name="addresses_island" tools:ignore="UnusedResources">Insula</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The Townland field, specific to Ireland is a specific type of land division used in rural areas. --> + <string name="addresses_townland" tools:ignore="UnusedResources">Division de territorio</string> <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. This specific field is used as secondary address information (below the country level, e.g. county) in Honk Kong, Sudan, Syria, Türkiye, and as sublocality (civil entity below a locality, e.g. district) in Korea. --> <string name="addresses_district" tools:ignore="UnusedResources">Districto</string> <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Used in the United Kingdom, Norway and Sweden --> diff --git a/mobile/android/fenix/app/src/main/res/values-lo/strings.xml b/mobile/android/fenix/app/src/main/res/values-lo/strings.xml @@ -807,6 +807,10 @@ <!-- Preference for showing the tab strip --> <string name="preferences_tab_strip">ແຖບສະແດງແຖບ</string> <!-- Preference for gestures based actions --> + <string name="preferences_toolbar_shortcut">ທາງລັດແຖບເຄື່ອງມື</string> + <!-- Preference for gestures based actions --> + <string name="preferences_toolbar_select_shortcut">ເລືອກທາງລັດ</string> + <!-- Preference for gestures based actions --> <string name="preferences_gestures">ທ່າທາງ</string> <!-- Preference for settings related to visual options --> <string name="preferences_customize">ການປັບແຕ່ງ</string> diff --git a/mobile/android/fenix/app/src/main/res/values-pa-rIN/strings.xml b/mobile/android/fenix/app/src/main/res/values-pa-rIN/strings.xml @@ -84,6 +84,11 @@ --> <string name="felt_privacy_info_card_subtitle_2">ਜਦੋਂ ਵੀ ਆਪਣੀਆਂ ਪ੍ਰਾਈਵੇਟ ਟੈਬਾਂ ਨੂੰ ਬੰਦ ਕਰਦੇ ਹੋ ਤਾਂ %1$s ਤੁਹਾਡੇ ਕੂਕੀਜ਼, ਅਤੀਤ ਅਤੇ ਸਾਈਟ ਡਾਟੇ ਨੂੰ ਹਟਾ ਦਿੰਦਾ ਹੈ। %2$s</string> <!-- + Description of private browsing mode displayed to users on the homepage when they enable private mode. + %1$s is the name of the app (for example "Firefox"). + --> + <string name="felt_privacy_info_card_subtitle_3">ਜਦੋਂ ਵੀ ਤੁਸੀਂ ਆਪਣੀਆਂ ਪ੍ਰਾਈਵੇਟ ਟੈਬਾਂ ਨੂੰ ਬੰਦ ਕਰਦੇ ਹੋ ਤਾਂ %1$s ਤੁਹਾਡੇ ਕੂਕੀਜ਼, ਅਤੀਤ ਅਤੇ ਸਾਈਟ ਡਾਟੇ ਨੂੰ ਹਟਾ ਦਿੰਦਾ ਹੈ।</string> + <!-- Clickable portion of the explanation for private browsing that links the user to our about privacy page. This string is used in felt_privacy_info_card_subtitle as the text for the link. diff --git a/mobile/android/fenix/app/src/main/res/values-vi/strings.xml b/mobile/android/fenix/app/src/main/res/values-vi/strings.xml @@ -2799,6 +2799,8 @@ <string name="addresses_manage_addresses">Quản lý địa chỉ</string> <!-- The header for the name of an address. Name represents a person's full name, typically made up of a first, middle and last name, e.g. John Joe Doe. --> <string name="addresses_name">Tên</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The organization's name related to the address helps in distinguishing addresses used for business or personal purposes. --> + <string name="addresses_organization" tools:ignore="UnusedResources">Tổ chức</string> <!-- The header for the street address of an address --> <string name="addresses_street_address">Địa chỉ đường phố</string> <!-- The header for the city of an address --> @@ -2815,6 +2817,44 @@ <string name="addresses_phone">Điện thoại</string> <!-- The header for the email of an address --> <string name="addresses_email">Email</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. This specific field is used for addresses in Iran, Mexico. --> + <string name="addresses_neighborhood" tools:ignore="UnusedResources">Khu vực lân cận</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The Village or Township field, specific to Malaysia is crucial for addresses in rural areas. --> + <string name="addresses_village_township" tools:ignore="UnusedResources">Làng hoặc thị trấn</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The Island field, used in places like the Cayman Islands and the Bahamas if an address is located on a specific island. --> + <string name="addresses_island" tools:ignore="UnusedResources">Đảo</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The Townland field, specific to Ireland is a specific type of land division used in rural areas. --> + <string name="addresses_townland" tools:ignore="UnusedResources">Thị trấn</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. This specific field is used as secondary address information (below the country level, e.g. county) in Honk Kong, Sudan, Syria, Türkiye, and as sublocality (civil entity below a locality, e.g. district) in Korea. --> + <string name="addresses_district" tools:ignore="UnusedResources">Quận</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Used in the United Kingdom, Norway and Sweden --> + <string name="addresses_post_town" tools:ignore="UnusedResources">Bưu điện thị trấn</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. This specific field is used as a tertiary address information (below the state level, e.g. Tasmania in Australia --> + <string name="addresses_suburb" tools:ignore="UnusedResources">Ngoại thành</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. This specific field is crucial for addressing in regions where county lines play a key role in postal services. --> + <string name="addresses_county" tools:ignore="UnusedResources">Quận</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Significant in places where parishes are used for local administration and addressing. Ensures users can specify parish details for better autofill accuracy. Used in Barbados and Jamaica. --> + <string name="addresses_parish" tools:ignore="UnusedResources">Giáo xứ</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Essential for addresses in countries like Japan where prefectures are a major administrative division. --> + <string name="addresses_prefecture" tools:ignore="UnusedResources">Tỉnh/Thành phố (cấp tỉnh)</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Allowing users to specify a particular area within a city or region. Used in Hong Kong --> + <string name="addresses_area" tools:ignore="UnusedResources">Khu vực</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The header for the Do/Si of the address. Do/Si refers to provincial level divisions, pertinent to addresses in South Korea. --> + <string name="addresses_do_si" tools:ignore="UnusedResources">Tỉnh/Thành phố</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Used in countries like Nicaragua and Colombia where departments are a key administrative division. --> + <string name="addresses_department" tools:ignore="UnusedResources">Bộ phận</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Essential for addresses in the United Arab Emirates. --> + <string name="addresses_emirate" tools:ignore="UnusedResources">Tiểu Vương quốc</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Relevant for addresses in countries like Russia and Ukraine. --> + <string name="addresses_oblast" tools:ignore="UnusedResources">Tỉnh</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The PIN (Postal Index Number) field, used in India is a code representing a specific area. --> + <string name="addresses_pin" tools:ignore="UnusedResources">Chỉ mục bưu chính</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. The postal code field is universally used in address forms to specify the area code for mail sorting. --> + <string name="addresses_postal_code" tools:ignore="UnusedResources">Mã bưu chính</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. the Eircode field, specific to Ireland is a unique postal code system that helps in precise location identification. --> + <string name="addresses_eircode" tools:ignore="UnusedResources">Mã bưu chính</string> + <!-- Label for an address field (e.g. mailing address) used as part of the form autofill feature. Used in cases we want to only display the word "Country" over "Country or Region". --> + <string name="addresses_country_only" tools:ignore="UnusedResources">Quốc gia</string> <!-- The text for the "Save" button for saving an address --> <string name="addresses_save_button">Lưu</string> <!-- The text for the "Cancel" button for cancelling adding, updating or deleting an address -->