summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-14 01:55:43 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-01-14 01:55:43 -0500
commit205fbcbfa3cf221fad23cfd3379a412aba0dd314 (patch)
treed5b20dba2668ff250f083ca3d790e8888cd38f81 /lib
parentd0a690fde46d1bba886e0a94a5e59c40f1e5c3b0 (diff)
downloadnextcloud-server-205fbcbfa3cf221fad23cfd3379a412aba0dd314.tar.gz
nextcloud-server-205fbcbfa3cf221fad23cfd3379a412aba0dd314.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/th_TH.js5
-rw-r--r--lib/l10n/th_TH.json5
-rw-r--r--lib/l10n/zh_TW.js9
-rw-r--r--lib/l10n/zh_TW.json9
4 files changed, 24 insertions, 4 deletions
diff --git a/lib/l10n/th_TH.js b/lib/l10n/th_TH.js
index 86737da8322..64adbdc8b66 100644
--- a/lib/l10n/th_TH.js
+++ b/lib/l10n/th_TH.js
@@ -114,6 +114,7 @@ OC.L10N.register(
"Sharing %s failed, because the file could not be found in the file cache" : "การแชร์ %s ล้มเหลวเพราะไม่พบไฟล์ในแคชไฟล์",
"Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s",
"Expiration date is in the past" : "วันหมดอายุอยู่ในอดีตที่ผ่านมา",
+ "Cannot set expiration date more than %s days in the future" : "ไม่สามารถกำหนดวันหมดอายุให้มากกว่า %s วันในอนาคต",
"Could not find category \"%s\"" : "ไม่พบหมวดหมู่ \"%s\"",
"Apps" : "แอปฯ",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "ตัวอักษรที่อนุญาตให้ใช้ในชื่อผู้ใช้: \"a-z\", \"A-Z\", \"0-9\" และ \"_.@-\"",
@@ -152,6 +153,8 @@ OC.L10N.register(
"Could not obtain lock type %d on \"%s\"." : "ไม่สามารถรับล็อคชนิด %d บน \"%s\"",
"Storage unauthorized. %s" : "การจัดเก็บข้อมูลไม่ได้รับอนุญาต %s",
"Storage incomplete configuration. %s" : "การตั้งค่าการจัดเก็บข้อมูลไม่สำเร็จ %s",
- "Storage not available" : "ไม่สามารถใช้พื้นที่จัดเก็บข้อมูลได้"
+ "Storage connection error. %s" : "ข้อผิดพลาดการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s",
+ "Storage not available" : "ไม่สามารถใช้พื้นที่จัดเก็บข้อมูลได้",
+ "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/th_TH.json b/lib/l10n/th_TH.json
index f58933847d8..a502baa6cf0 100644
--- a/lib/l10n/th_TH.json
+++ b/lib/l10n/th_TH.json
@@ -112,6 +112,7 @@
"Sharing %s failed, because the file could not be found in the file cache" : "การแชร์ %s ล้มเหลวเพราะไม่พบไฟล์ในแคชไฟล์",
"Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s",
"Expiration date is in the past" : "วันหมดอายุอยู่ในอดีตที่ผ่านมา",
+ "Cannot set expiration date more than %s days in the future" : "ไม่สามารถกำหนดวันหมดอายุให้มากกว่า %s วันในอนาคต",
"Could not find category \"%s\"" : "ไม่พบหมวดหมู่ \"%s\"",
"Apps" : "แอปฯ",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "ตัวอักษรที่อนุญาตให้ใช้ในชื่อผู้ใช้: \"a-z\", \"A-Z\", \"0-9\" และ \"_.@-\"",
@@ -150,6 +151,8 @@
"Could not obtain lock type %d on \"%s\"." : "ไม่สามารถรับล็อคชนิด %d บน \"%s\"",
"Storage unauthorized. %s" : "การจัดเก็บข้อมูลไม่ได้รับอนุญาต %s",
"Storage incomplete configuration. %s" : "การตั้งค่าการจัดเก็บข้อมูลไม่สำเร็จ %s",
- "Storage not available" : "ไม่สามารถใช้พื้นที่จัดเก็บข้อมูลได้"
+ "Storage connection error. %s" : "ข้อผิดพลาดการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s",
+ "Storage not available" : "ไม่สามารถใช้พื้นที่จัดเก็บข้อมูลได้",
+ "Storage connection timeout. %s" : "หมดเวลาการเชื่อมต่อพื้นที่จัดเก็บข้อมูล %s"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index dec4c59dfcd..b140e78ca1e 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -109,6 +109,9 @@ OC.L10N.register(
"Sharing %s failed, because resharing is not allowed" : "分享 %s 失敗,不允許重複分享",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源",
"Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案",
+ "Cannot increase permissions of %s" : "無法增加%s的權限",
+ "Expiration date is in the past" : "到期日是之前的時間",
+ "Cannot set expiration date more than %s days in the future" : "無法設定到期日超過未來%s天",
"Could not find category \"%s\"" : "找不到分類:\"%s\"",
"Apps" : "應用程式",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"",
@@ -144,6 +147,10 @@ OC.L10N.register(
"Data directory (%s) is invalid" : "資料目錄 (%s) 無效",
"Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案",
"Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s",
- "Storage not available" : "無法存取儲存空間"
+ "Storage unauthorized. %s" : "儲存空間未經授權。%s",
+ "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s",
+ "Storage connection error. %s" : "儲存空間連線錯誤。%s",
+ "Storage not available" : "無法存取儲存空間",
+ "Storage connection timeout. %s" : "儲存空間連線逾時。%s"
},
"nplurals=1; plural=0;");
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index e16c36e2212..973312064dc 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -107,6 +107,9 @@
"Sharing %s failed, because resharing is not allowed" : "分享 %s 失敗,不允許重複分享",
"Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源",
"Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案",
+ "Cannot increase permissions of %s" : "無法增加%s的權限",
+ "Expiration date is in the past" : "到期日是之前的時間",
+ "Cannot set expiration date more than %s days in the future" : "無法設定到期日超過未來%s天",
"Could not find category \"%s\"" : "找不到分類:\"%s\"",
"Apps" : "應用程式",
"Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"",
@@ -142,6 +145,10 @@
"Data directory (%s) is invalid" : "資料目錄 (%s) 無效",
"Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案",
"Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s",
- "Storage not available" : "無法存取儲存空間"
+ "Storage unauthorized. %s" : "儲存空間未經授權。%s",
+ "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s",
+ "Storage connection error. %s" : "儲存空間連線錯誤。%s",
+ "Storage not available" : "無法存取儲存空間",
+ "Storage connection timeout. %s" : "儲存空間連線逾時。%s"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file