Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3882)

Unified Diff: chrome/test/data/chromeproxy/extension/_locales/vi/messages.json

Issue 1438043006: Check in Data Saver extension into Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make all lines<80 characters, fixed remaining presubmit warnings Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeproxy/extension/_locales/vi/messages.json
diff --git a/chrome/test/data/chromeproxy/extension/_locales/vi/messages.json b/chrome/test/data/chromeproxy/extension/_locales/vi/messages.json
new file mode 100644
index 0000000000000000000000000000000000000000..693d2a9d9350bd405fc9e5d51f0d661985bb2250
--- /dev/null
+++ b/chrome/test/data/chromeproxy/extension/_locales/vi/messages.json
@@ -0,0 +1,113 @@
+{
+ "compressedsizeformat": {
+ "message": "Sau khi nén: \u003Cb>$1 byte\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "compressedsizeformatgb": {
+ "message": "Sau khi nén: \u003Cb>$1 GB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "compressedsizeformatkb": {
+ "message": "Sau khi nén: \u003Cb>$1 KB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "compressedsizeformatmb": {
+ "message": "Sau khi nén: \u003Cb>$1 MB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "datasavingspercentformat": {
+ "message": "$1%",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "disabledatasaverlabel": {
+ "message": "Tắt Trình tiết kiệm dữ liệu"
+ },
+ "enabledatasaverlabel": {
+ "message": "Bật Trình tiết kiệm dữ liệu"
+ },
+ "extdesc": {
+ "message": "Giảm mức sử dụng dữ liệu bằng cách sử dụng máy chủ của Google để tối ưu hóa các trang bạn truy cập."
+ },
+ "extname": {
+ "message": "Trình tiết kiệm dữ liệu"
+ },
+ "extnamebeta": {
+ "message": "Trình tiết kiệm dữ liệu (Beta)"
+ },
+ "helpandfeedback": {
+ "message": "Trợ giúp và phản hồi"
+ },
+ "incognitomessage": {
+ "message": "Không sử dụng được tiện ích này trong chế độ ẩn danh."
+ },
+ "info1": {
+ "message": "Dùng ít dữ liệu hơn bằng cách dùng Google để tối ưu hóa các trang bạn truy cập."
+ },
+ "info2": {
+ "message": "Google sẽ không tối ưu hóa hoặc thấy các trang được truy cập bằng HTTPS hoặc Chế độ ẩn danh."
+ },
+ "learnmorelinktext": {
+ "message": "Tìm hiểu thêm"
+ },
+ "originalsizeformat": {
+ "message": "Kích thước ban đầu: \u003Cb>$1 byte\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "originalsizeformatgb": {
+ "message": "Kích thước ban đầu: \u003Cb>$1 GB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "originalsizeformatkb": {
+ "message": "Kích thước ban đầu: \u003Cb>$1 KB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "originalsizeformatmb": {
+ "message": "Kích thước ban đầu: \u003Cb>$1 MB\u003C/b>",
+ "placeholders": {
+ "1": {
+ "content": "$1"
+ }
+ }
+ },
+ "reducedatausagelabel": {
+ "message": "Giảm mức sử dụng dữ liệu"
+ },
+ "reportissue": {
+ "message": "Báo cáo sự cố"
+ },
+ "versionnotcompatible": {
+ "message": "Phiên bản Chrome này không tương thích với tiện ích này. Vui lòng cập nhật Chrome lên phiên bản mới nhất. M41 Beta là phiên bản được hỗ trợ đầu tiên."
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698