diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-23 00:03:17 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-23 00:03:17 +0100 |
commit | 3688376a6f0d2e1ba0a98345aba0d7b82940db4a (patch) | |
tree | 8e138029b22f2e15a41898645563750ccd665612 /core | |
parent | 7e123cfb67e2bb0d7896f8f6a95eed464ebf5d9c (diff) | |
download | nextcloud-server-3688376a6f0d2e1ba0a98345aba0d7b82940db4a.tar.gz nextcloud-server-3688376a6f0d2e1ba0a98345aba0d7b82940db4a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ja_JP.php | 2 | ||||
-rw-r--r-- | core/l10n/th_TH.php | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index c04b125f4f9..72b5915701b 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -34,7 +34,7 @@ "Error while unsharing" => "共有解除でエラー発生", "Error while changing permissions" => "権限変更でエラー発生", "Shared with you and the group {group} by {owner}" => "あなたと {owner} のグループ {group} で共有中", -"Shared with you by {owner}" => "{owner} があなたと共有中", +"Shared with you by {owner}" => "{owner} と共有中", "Share with" => "共有者", "Share with link" => "URLリンクで共有", "Password protect" => "パスワード保護", diff --git a/core/l10n/th_TH.php b/core/l10n/th_TH.php index 9da71196016..e254ccf259f 100644 --- a/core/l10n/th_TH.php +++ b/core/l10n/th_TH.php @@ -1,15 +1,23 @@ <?php $TRANSLATIONS = array( +"Category type not provided." => "ยังไม่ได้ระบุชนิดของหมวดหมู่", "No category to add?" => "ไม่มีหมวดหมู่ที่ต้องการเพิ่ม?", "This category already exists: " => "หมวดหมู่นี้มีอยู่แล้ว: ", +"Object type not provided." => "ชนิดของวัตถุยังไม่ได้ถูกระบุ", +"%s ID not provided." => "ยังไม่ได้ระบุรหัส %s", +"Error adding %s to favorites." => "เกิดข้อผิดพลาดในการเพิ่ม %s เข้าไปยังรายการโปรด", "No categories selected for deletion." => "ยังไม่ได้เลือกหมวดหมู่ที่ต้องการลบ", +"Error removing %s from favorites." => "เกิดข้อผิดพลาดในการลบ %s ออกจากรายการโปรด", "Settings" => "ตั้งค่า", "seconds ago" => "วินาที ก่อนหน้านี้", "1 minute ago" => "1 นาทีก่อนหน้านี้", "{minutes} minutes ago" => "{minutes} นาทีก่อนหน้านี้", +"1 hour ago" => "1 ชั่วโมงก่อนหน้านี้", +"{hours} hours ago" => "{hours} ชั่วโมงก่อนหน้านี้", "today" => "วันนี้", "yesterday" => "เมื่อวานนี้", "{days} days ago" => "{day} วันก่อนหน้านี้", "last month" => "เดือนที่แล้ว", +"{months} months ago" => "{months} เดือนก่อนหน้านี้", "months ago" => "เดือน ที่ผ่านมา", "last year" => "ปีที่แล้ว", "years ago" => "ปี ที่ผ่านมา", @@ -18,7 +26,10 @@ "No" => "ไม่ตกลง", "Yes" => "ตกลง", "Ok" => "ตกลง", +"The object type is not specified." => "ชนิดของวัตถุยังไม่ได้รับการระบุ", "Error" => "พบข้อผิดพลาด", +"The app name is not specified." => "ชื่อของแอปยังไม่ได้รับการระบุชื่อ", +"The required file {file} is not installed!" => "ไฟล์ {file} ซึ่งเป็นไฟล์ที่จำเป็นต้องได้รับการติดตั้งไว้ก่อน ยังไม่ได้ถูกติดตั้ง", "Error while sharing" => "เกิดข้อผิดพลาดในระหว่างการแชร์ข้อมูล", "Error while unsharing" => "เกิดข้อผิดพลาดในการยกเลิกการแชร์ข้อมูล", "Error while changing permissions" => "เกิดข้อผิดพลาดในการเปลี่ยนสิทธิ์การเข้าใช้งาน", |