summaryrefslogtreecommitdiffstats
path: root/l10n-vi/browser/browser/siteProtections.ftl
blob: 53b07ed45cec42be8aeac0f77d045223dfd9af58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

content-blocking-trackers-view-empty = Không phát hiện trên trang web này
content-blocking-cookies-blocking-trackers-label = Cookie theo dõi trên nhiều trang web
content-blocking-cookies-blocking-third-party-label = Cookie của bên thứ ba
content-blocking-cookies-blocking-unvisited-label = Cookie trang web chưa truy cập
content-blocking-cookies-blocking-all-label = Tất cả các cookie
content-blocking-cookies-view-first-party-label = Từ trang web này
content-blocking-cookies-view-trackers-label = Cookie theo dõi trên nhiều trang web
content-blocking-cookies-view-third-party-label = Cookie của bên thứ ba
# This label is shown next to a cookie origin in the cookies subview.
# It forms the end of the (imaginary) sentence "www.example.com [was] Allowed"
content-blocking-cookies-view-allowed-label =
    .value = Đã cho phép
# This label is shown next to a cookie origin in the cookies subview.
# It forms the end of the (imaginary) sentence "www.example.com [was] Blocked"
content-blocking-cookies-view-blocked-label =
    .value = Đã chặn
# Variables:
#   $domain (String): the domain of the site.
content-blocking-cookies-view-remove-button =
    .tooltiptext = Xóa ngoại lệ cookie cho { $domain }
tracking-protection-icon-active = Chặn trình theo dõi phương tiện truyền thông xã hội, cookie theo dõi trên nhiều trang web và dấu vết.
tracking-protection-icon-active-container =
    .aria-label = { tracking-protection-icon-active }
tracking-protection-icon-disabled = Trình chống theo dõi nâng cao đã bị TẮT cho trang này.
tracking-protection-icon-disabled-container =
    .aria-label = { tracking-protection-icon-disabled }
tracking-protection-icon-no-trackers-detected = { -brand-short-name } không phát hiện ra trình theo dõi đã biết trên trang này.
tracking-protection-icon-no-trackers-detected-container =
    .aria-label = { tracking-protection-icon-no-trackers-detected }

## Variables:
##   $host (String): the site's hostname

# Header of the Protections Panel.
protections-header = Trạng thái bảo vệ cho { $host }

## Blocking and Not Blocking sub-views in the Protections Panel

protections-blocking-fingerprinters =
    .title = Đã chặn dấu vết
protections-blocking-cryptominers =
    .title = Đã chặn tiền điện tử
protections-blocking-cookies-trackers =
    .title = Đã chặn cookie theo dõi trên nhiều trang web
protections-blocking-cookies-third-party =
    .title = Đã chặn cookie của bên thứ ba
protections-blocking-cookies-all =
    .title = Đã chặn tất cả cookie
protections-blocking-cookies-unvisited =
    .title = Đã cookie trang web chưa truy cập
protections-blocking-tracking-content =
    .title = Đã chặn trình theo dõi nội dung
protections-blocking-social-media-trackers =
    .title = Đã chặn trình theo dõi truyền thông xã hội
protections-not-blocking-fingerprinters =
    .title = Không chặn dấu vết
protections-not-blocking-cryptominers =
    .title = Không chặn tiền điện tử
protections-not-blocking-cookies-third-party =
    .title = Không chặn cookie của bên thứ ba
protections-not-blocking-cookies-all =
    .title = Không chặn cookie
protections-not-blocking-cross-site-tracking-cookies =
    .title = Không chặn cookie theo dõi trên nhiều trang web
protections-not-blocking-tracking-content =
    .title = Không chặn trình theo dõi nội dung
protections-not-blocking-social-media-trackers =
    .title = Không chặn trình theo dõi truyền thông xã hội

## Footer and Milestones sections in the Protections Panel
## Variables:
##   $trackerCount (Number): number of trackers blocked
##   $date (Date): the date on which we started counting

# This text indicates the total number of trackers blocked on all sites.
# In its tooltip, we show the date when we started counting this number.
protections-footer-blocked-tracker-counter = { $trackerCount } đã chặn
    .tooltiptext = Từ { DATETIME($date, year: "numeric", month: "long", day: "numeric") }
# This text indicates the total number of trackers blocked on all sites.
# It should be the same as protections-footer-blocked-tracker-counter;
# this message is used to leave out the tooltip when the date is not available.
protections-footer-blocked-tracker-counter-no-tooltip = { $trackerCount } đã chặn
# In English this looks like "Firefox blocked over 10,000 trackers since October 2019"
protections-milestone = { -brand-short-name } đã chặn { $trackerCount } trình theo dõi từ { DATETIME($date, year: "numeric", month: "long") }