[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-06-05 00:43:33 -04:00
parent a7fd23c447
commit 63466f3c03
3 changed files with 6 additions and 0 deletions

View File

@ -2,7 +2,9 @@ OC.L10N.register(
"documents", "documents",
{ {
"Documents" : "Tài liệu", "Documents" : "Tài liệu",
"Can't create document" : "Không thể tạo tài liệu",
"You don't have permission to rename this document" : "Bạn không có quyền đổi tên tài liệu này", "You don't have permission to rename this document" : "Bạn không có quyền đổi tên tài liệu này",
"Saved" : "Đã lưu",
"Saving..." : "Đang lưu...", "Saving..." : "Đang lưu...",
"Failed to load documents." : "Không thể tải tài liệu thử lại sau.", "Failed to load documents." : "Không thể tải tài liệu thử lại sau.",
"No connection to server. Trying to reconnect." : "Không thể kết nối đến máy chủ. Đang thử kết nối lại.", "No connection to server. Trying to reconnect." : "Không thể kết nối đến máy chủ. Đang thử kết nối lại.",

View File

@ -1,6 +1,8 @@
{ "translations": { { "translations": {
"Documents" : "Tài liệu", "Documents" : "Tài liệu",
"Can't create document" : "Không thể tạo tài liệu",
"You don't have permission to rename this document" : "Bạn không có quyền đổi tên tài liệu này", "You don't have permission to rename this document" : "Bạn không có quyền đổi tên tài liệu này",
"Saved" : "Đã lưu",
"Saving..." : "Đang lưu...", "Saving..." : "Đang lưu...",
"Failed to load documents." : "Không thể tải tài liệu thử lại sau.", "Failed to load documents." : "Không thể tải tài liệu thử lại sau.",
"No connection to server. Trying to reconnect." : "Không thể kết nối đến máy chủ. Đang thử kết nối lại.", "No connection to server. Trying to reconnect." : "Không thể kết nối đến máy chủ. Đang thử kết nối lại.",

View File

@ -1,7 +1,9 @@
<?php <?php
$TRANSLATIONS = array( $TRANSLATIONS = array(
"Documents" => "Tài liệu", "Documents" => "Tài liệu",
"Can't create document" => "Không thể tạo tài liệu",
"You don't have permission to rename this document" => "Bạn không có quyền đổi tên tài liệu này", "You don't have permission to rename this document" => "Bạn không có quyền đổi tên tài liệu này",
"Saved" => "Đã lưu",
"Saving..." => "Đang lưu...", "Saving..." => "Đang lưu...",
"Failed to load documents." => "Không thể tải tài liệu thử lại sau.", "Failed to load documents." => "Không thể tải tài liệu thử lại sau.",
"No connection to server. Trying to reconnect." => "Không thể kết nối đến máy chủ. Đang thử kết nối lại.", "No connection to server. Trying to reconnect." => "Không thể kết nối đến máy chủ. Đang thử kết nối lại.",