aboutsummaryrefslogtreecommitdiffstats
path: root/src/_locales/vi
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-01-30 15:46:10 +0300
committerManeraKai <manerakai@protonmail.com>2023-01-30 15:46:10 +0300
commit21e87a6412b4dac679846884af16f744bc152eca (patch)
tree77b1d67e150fb77a1c5b19dee8ee22e6dad6d255 /src/_locales/vi
parentUpdated screenshots (diff)
downloadlibredirect-21e87a6412b4dac679846884af16f744bc152eca.zip
Fixed locales and other typing stuff
Diffstat (limited to 'src/_locales/vi')
-rw-r--r--src/_locales/vi/messages.json111
1 files changed, 111 insertions, 0 deletions
diff --git a/src/_locales/vi/messages.json b/src/_locales/vi/messages.json
new file mode 100644
index 00000000..9cb46586
--- /dev/null
+++ b/src/_locales/vi/messages.json
@@ -0,0 +1,111 @@
+{
+ "extensionName": {
+ "message": "LibRedirect",
+ "description": "name of the extension"
+ },
+ "extensionDescription": {
+ "message": "Một tiện ích mở rộng chuyển hướng một số trang web phổ biến đến các frontend và backend khác thân thiện với quyền riêng tư",
+ "description": "description of the extension"
+ },
+ "switchInstance": {
+ "message": "Đổi Instance",
+ "description": "used in manifest.json as shortcut description"
+ },
+ "settings": {
+ "message": "Cài Đặt",
+ "description": "used in the popup"
+ },
+ "general": {
+ "message": "Cài đặt chung",
+ "description": "used in the settings page"
+ },
+ "theme": {
+ "message": "Giao diện",
+ "description": "used in the settings page"
+ },
+ "light": {
+ "message": "Sáng",
+ "description": "used in the settings page"
+ },
+ "dark": {
+ "message": "Tối",
+ "description": "used in the settings page"
+ },
+ "auto": {
+ "message": "Auto",
+ "description": "used in the settings page"
+ },
+ "excludeFromRedirecting": {
+ "message": "Excluded from redirecting",
+ "description": "used in the settings page"
+ },
+ "updateInstances": {
+ "message": "Cập Nhật Các Instance",
+ "description": "used in the settings page"
+ },
+ "importSettings": {
+ "message": "Nhập cài đặt",
+ "description": "used in the settings page"
+ },
+ "exportSettings": {
+ "message": "Xuất cài đặt",
+ "description": "used in the settings page"
+ },
+ "resetSettings": {
+ "message": "Đặt lại cài đặt",
+ "description": "used in the settings page"
+ },
+ "enable": {
+ "message": "Bật",
+ "description": "used in the settings page"
+ },
+ "showInPopup": {
+ "message": "Show in popup",
+ "description": "used in the settings page"
+ },
+ "frontend": {
+ "message": "Frontend",
+ "description": "used in the settings page"
+ },
+ "searchNote": {
+ "message": "Lưu ý: Sử dụng hết tiềm năng của tìm kiếm bằng cách đặt LibRedirect làm công cụ tìm kiếm mặc định của bạn.",
+ "description": "used in the settings page"
+ },
+ "redirectType": {
+ "message": "Loại chuyển hướng",
+ "description": "used in the settings page"
+ },
+ "both": {
+ "message": "cả hai",
+ "description": "used in the settings page"
+ },
+ "onlyEmbedded": {
+ "message": "only embedded",
+ "description": "used in the settings page"
+ },
+ "onlyNotEmbedded": {
+ "message": "only not embedded",
+ "description": "used in the settings page"
+ },
+ "addYourFavoriteInstances": {
+ "message": "Add your favorite instances",
+ "description": "used in the settings page"
+ },
+ "copyRaw": {
+ "message": "Copy Raw"
+ },
+ "copied": {
+ "message": "Đã Sao Chép"
+ },
+ "redirectToOriginal": {
+ "message": "Redirect to original",
+ "description": "Used in context menus when right clicking on a page/tab"
+ },
+ "redirectLink": {
+ "message": "Chuyển hướng siêu liên kết này",
+ "description": "Used in context menus when right clicking on a hyperlink"
+ },
+ "about": {
+ "message": "About"
+ }
+} \ No newline at end of file