Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/comments/l10n/fi_FI.js1
-rw-r--r--apps/comments/l10n/fi_FI.json1
-rw-r--r--apps/comments/l10n/pt_PT.js1
-rw-r--r--apps/comments/l10n/pt_PT.json1
-rw-r--r--apps/comments/l10n/th_TH.js7
-rw-r--r--apps/comments/l10n/th_TH.json7
-rw-r--r--apps/encryption/l10n/th_TH.js4
-rw-r--r--apps/encryption/l10n/th_TH.json4
-rw-r--r--apps/federation/l10n/oc.js9
-rw-r--r--apps/federation/l10n/oc.json7
-rw-r--r--apps/federation/l10n/th_TH.js6
-rw-r--r--apps/federation/l10n/th_TH.json6
-rw-r--r--apps/files/l10n/fi_FI.js1
-rw-r--r--apps/files/l10n/fi_FI.json1
-rw-r--r--apps/files/l10n/pt_PT.js1
-rw-r--r--apps/files/l10n/pt_PT.json1
-rw-r--r--apps/files/l10n/th_TH.js1
-rw-r--r--apps/files/l10n/th_TH.json1
-rw-r--r--apps/files_external/l10n/oc.js1
-rw-r--r--apps/files_external/l10n/oc.json1
-rw-r--r--apps/files_external/l10n/th_TH.js5
-rw-r--r--apps/files_external/l10n/th_TH.json5
-rw-r--r--apps/files_sharing/l10n/th_TH.js17
-rw-r--r--apps/files_sharing/l10n/th_TH.json17
-rw-r--r--apps/files_versions/l10n/th_TH.js2
-rw-r--r--apps/files_versions/l10n/th_TH.json2
-rw-r--r--apps/systemtags/l10n/oc.js1
-rw-r--r--apps/systemtags/l10n/oc.json1
-rw-r--r--apps/systemtags/l10n/th_TH.js7
-rw-r--r--apps/systemtags/l10n/th_TH.json7
-rw-r--r--apps/updatenotification/l10n/oc.js1
-rw-r--r--apps/updatenotification/l10n/oc.json1
-rw-r--r--apps/updatenotification/l10n/th_TH.js8
-rw-r--r--apps/updatenotification/l10n/th_TH.json8
-rw-r--r--apps/user_ldap/l10n/th_TH.js3
-rw-r--r--apps/user_ldap/l10n/th_TH.json3
-rw-r--r--core/l10n/fi_FI.js3
-rw-r--r--core/l10n/fi_FI.json3
-rw-r--r--core/l10n/it.js1
-rw-r--r--core/l10n/it.json1
-rw-r--r--core/l10n/pt_PT.js22
-rw-r--r--core/l10n/pt_PT.json22
-rw-r--r--core/l10n/sq.js1
-rw-r--r--core/l10n/sq.json1
-rw-r--r--core/l10n/th_TH.js7
-rw-r--r--core/l10n/th_TH.json7
-rw-r--r--lib/l10n/pt_PT.js26
-rw-r--r--lib/l10n/pt_PT.json26
-rw-r--r--lib/l10n/th_TH.js32
-rw-r--r--lib/l10n/th_TH.json32
-rw-r--r--settings/l10n/pt_PT.js1
-rw-r--r--settings/l10n/pt_PT.json1
-rw-r--r--settings/l10n/th_TH.js11
-rw-r--r--settings/l10n/th_TH.json11
54 files changed, 268 insertions, 90 deletions
diff --git a/apps/comments/l10n/fi_FI.js b/apps/comments/l10n/fi_FI.js
index 5a7f03ca229..0c503a77586 100644
--- a/apps/comments/l10n/fi_FI.js
+++ b/apps/comments/l10n/fi_FI.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"comments",
{
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentit</strong> tiedostoille <em>(aina listattu luettelossa)</em>",
"You commented" : "Kommentoit",
"%1$s commented" : "%1$s kommentoi",
"You commented on %2$s" : "Kommentoit %2$s",
diff --git a/apps/comments/l10n/fi_FI.json b/apps/comments/l10n/fi_FI.json
index 71f7a2314f7..2821281b0cc 100644
--- a/apps/comments/l10n/fi_FI.json
+++ b/apps/comments/l10n/fi_FI.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Kommentit</strong> tiedostoille <em>(aina listattu luettelossa)</em>",
"You commented" : "Kommentoit",
"%1$s commented" : "%1$s kommentoi",
"You commented on %2$s" : "Kommentoit %2$s",
diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js
index b661ac7b73e..458d0864735 100644
--- a/apps/comments/l10n/pt_PT.js
+++ b/apps/comments/l10n/pt_PT.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"comments",
{
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> para ficheiros <em>(listados sempre na transmissão)</em>",
"You commented" : "Comentou",
"%1$s commented" : "%1$s comentou",
"You commented on %2$s" : "Comentou %2$s",
diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json
index fe4198cae45..b46cbf864d6 100644
--- a/apps/comments/l10n/pt_PT.json
+++ b/apps/comments/l10n/pt_PT.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> para ficheiros <em>(listados sempre na transmissão)</em>",
"You commented" : "Comentou",
"%1$s commented" : "%1$s comentou",
"You commented on %2$s" : "Comentou %2$s",
diff --git a/apps/comments/l10n/th_TH.js b/apps/comments/l10n/th_TH.js
index 3f5b61c805d..0ca41de263a 100644
--- a/apps/comments/l10n/th_TH.js
+++ b/apps/comments/l10n/th_TH.js
@@ -1,7 +1,10 @@
OC.L10N.register(
"comments",
{
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>ความคิดเห็น</strong> สำหรับไฟล์ <em>(ระบุไว้เสมอในสตรีม)</em>",
+ "You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
"%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
+ "You commented on %2$s" : "คุณได้แสดงความคิดเห็นบน %2$s",
"%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
"Comments" : "ความคิดเห็น",
"Type in a new comment..." : "พิมพ์ความคิดเห็นใหม่ ...",
@@ -10,7 +13,11 @@ OC.L10N.register(
"Cancel" : "ยกเลิก",
"Edit comment" : "แก้ไขความคิดเห็น",
"[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
+ "No other comments available" : "ยังไม่มีความคิดเห็นอื่นๆ",
+ "More comments..." : "ความคิดเห็นอื่นๆ ...",
"Save" : "บันทึก",
+ "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
+ "{count} unread comments" : "{count} ความคิดเห็นที่ยังไม่ได้อ่าน",
"Comment" : "แสดงความคิดเห็น"
},
"nplurals=1; plural=0;");
diff --git a/apps/comments/l10n/th_TH.json b/apps/comments/l10n/th_TH.json
index dfcfee58d69..3267fc6cbef 100644
--- a/apps/comments/l10n/th_TH.json
+++ b/apps/comments/l10n/th_TH.json
@@ -1,5 +1,8 @@
{ "translations": {
+ "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>ความคิดเห็น</strong> สำหรับไฟล์ <em>(ระบุไว้เสมอในสตรีม)</em>",
+ "You commented" : "คุณได้แสดงความคิดเห็นแล้ว",
"%1$s commented" : "%1$s ได้ถูกแสดงความคิดเห็น",
+ "You commented on %2$s" : "คุณได้แสดงความคิดเห็นบน %2$s",
"%1$s commented on %2$s" : "%1$s ได้ถูกแสดงความคิดเห็นบน %2$s",
"Comments" : "ความคิดเห็น",
"Type in a new comment..." : "พิมพ์ความคิดเห็นใหม่ ...",
@@ -8,7 +11,11 @@
"Cancel" : "ยกเลิก",
"Edit comment" : "แก้ไขความคิดเห็น",
"[Deleted user]" : "[ผู้ใช้ถูกลบไปแล้ว]",
+ "No other comments available" : "ยังไม่มีความคิดเห็นอื่นๆ",
+ "More comments..." : "ความคิดเห็นอื่นๆ ...",
"Save" : "บันทึก",
+ "Allowed characters {count} of {max}" : "อนุญาตให้ใช้ {count} จากทั้งหมด {max} ตัวอักษร",
+ "{count} unread comments" : "{count} ความคิดเห็นที่ยังไม่ได้อ่าน",
"Comment" : "แสดงความคิดเห็น"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/encryption/l10n/th_TH.js b/apps/encryption/l10n/th_TH.js
index 37f505060cc..36ad6a1d6a3 100644
--- a/apps/encryption/l10n/th_TH.js
+++ b/apps/encryption/l10n/th_TH.js
@@ -20,11 +20,13 @@ OC.L10N.register(
"Could not update the private key password." : "ไม่สามารถอัพเดทรหัสการเข้ารหัสส่วนตัว",
"The old password was not correct, please try again." : "รหัสผ่านเดิมไม่ถูกต้องโปรดลองอีกครั้ง",
"The current log-in password was not correct, please try again." : "รหัสผ่านเข้าสู่ระบบในปัจจุบันไม่ถูกต้องโปรดลองอีกครั้ง",
- "Private key password successfully updated." : "รหัสการเข้ารหัสส่วนตัวถูกอัพเดทเรียบร้อยแล้ว",
+ "Private key password successfully updated." : "อัพเดทรหัส Private key เรียบร้อยแล้ว",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "คุณจำเป็นต้องย้ายรหัสการเข้ารหัสลับของคุณจากการเข้ารหัสเก่า (ownCloud ที่มีเวอร์ชันต่ำกว่าหรือเท่ากับ 8.0) ไปเวอร์ชันใหม่ โปรดเรียกใช้ 'occ encryption:migrate' หรือติดต่อผู้ดูแลระบบ",
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "รหัสส่วนตัวไม่ถูกต้องสำหรับการเข้ารหัสแอพฯ กรุณาอัพเดทรหัสการเข้ารหัสผ่านส่วนตัวของคุณในการตั้งค่าส่วนบุคคลและในการกู้คืนการเข้าถึงไฟล์ที่มีการเข้ารหัสของคุณ",
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "การเข้ารหัสแอพฯ ถูกเปิดใช้งานแต่รหัสของคุณยังไม่ได้เริ่มต้นใช้ โปรดออกและเข้าสู่ระบบอีกครั้ง",
"Encryption App is enabled and ready" : "เข้ารหัสแอพถูกเปิดใช้งานและพร้อมทำงาน",
+ "Bad Signature" : "ลายเซ็นไม่ดี",
+ "Missing Signature" : "ลายเซ็นขาดหายไป",
"one-time password for server-side-encryption" : "รหัสผ่านเพียงครั้งเดียว สำหรับเข้ารหัสฝั่งเซิร์ฟเวอร์",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "ไม่สามารถถอดรหัสไฟล์นี้ มันอาจเป็นไฟล์ที่ใช้งานร่วมกัน กรุณาถามเจ้าของไฟล์เพื่อยกเลิกการใช้งานร่วมกัน ",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "ไม่สามารถอ่านไฟล์นี้ มันอาจเป็นไฟล์ที่ใช้งานร่วมกัน กรุณาสอบถามเจ้าของไฟล์เพื่อแชร์ไฟล์กับคุณ",
diff --git a/apps/encryption/l10n/th_TH.json b/apps/encryption/l10n/th_TH.json
index b87b5a848e8..470e3282680 100644
--- a/apps/encryption/l10n/th_TH.json
+++ b/apps/encryption/l10n/th_TH.json
@@ -18,11 +18,13 @@
"Could not update the private key password." : "ไม่สามารถอัพเดทรหัสการเข้ารหัสส่วนตัว",
"The old password was not correct, please try again." : "รหัสผ่านเดิมไม่ถูกต้องโปรดลองอีกครั้ง",
"The current log-in password was not correct, please try again." : "รหัสผ่านเข้าสู่ระบบในปัจจุบันไม่ถูกต้องโปรดลองอีกครั้ง",
- "Private key password successfully updated." : "รหัสการเข้ารหัสส่วนตัวถูกอัพเดทเรียบร้อยแล้ว",
+ "Private key password successfully updated." : "อัพเดทรหัส Private key เรียบร้อยแล้ว",
"You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "คุณจำเป็นต้องย้ายรหัสการเข้ารหัสลับของคุณจากการเข้ารหัสเก่า (ownCloud ที่มีเวอร์ชันต่ำกว่าหรือเท่ากับ 8.0) ไปเวอร์ชันใหม่ โปรดเรียกใช้ 'occ encryption:migrate' หรือติดต่อผู้ดูแลระบบ",
"Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "รหัสส่วนตัวไม่ถูกต้องสำหรับการเข้ารหัสแอพฯ กรุณาอัพเดทรหัสการเข้ารหัสผ่านส่วนตัวของคุณในการตั้งค่าส่วนบุคคลและในการกู้คืนการเข้าถึงไฟล์ที่มีการเข้ารหัสของคุณ",
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "การเข้ารหัสแอพฯ ถูกเปิดใช้งานแต่รหัสของคุณยังไม่ได้เริ่มต้นใช้ โปรดออกและเข้าสู่ระบบอีกครั้ง",
"Encryption App is enabled and ready" : "เข้ารหัสแอพถูกเปิดใช้งานและพร้อมทำงาน",
+ "Bad Signature" : "ลายเซ็นไม่ดี",
+ "Missing Signature" : "ลายเซ็นขาดหายไป",
"one-time password for server-side-encryption" : "รหัสผ่านเพียงครั้งเดียว สำหรับเข้ารหัสฝั่งเซิร์ฟเวอร์",
"Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "ไม่สามารถถอดรหัสไฟล์นี้ มันอาจเป็นไฟล์ที่ใช้งานร่วมกัน กรุณาถามเจ้าของไฟล์เพื่อยกเลิกการใช้งานร่วมกัน ",
"Can not read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "ไม่สามารถอ่านไฟล์นี้ มันอาจเป็นไฟล์ที่ใช้งานร่วมกัน กรุณาสอบถามเจ้าของไฟล์เพื่อแชร์ไฟล์กับคุณ",
diff --git a/apps/federation/l10n/oc.js b/apps/federation/l10n/oc.js
new file mode 100644
index 00000000000..d65cc9bdef8
--- /dev/null
+++ b/apps/federation/l10n/oc.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "federation",
+ {
+ "No ownCloud server found" : "Cap de servidor ownCloud pas trobat",
+ "Could not add server" : "Impossible d'apondre un servidor",
+ "Federation" : "Federacion",
+ "ownCloud Server" : "Servidor ownCloud"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/federation/l10n/oc.json b/apps/federation/l10n/oc.json
new file mode 100644
index 00000000000..809a86fcaa8
--- /dev/null
+++ b/apps/federation/l10n/oc.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "No ownCloud server found" : "Cap de servidor ownCloud pas trobat",
+ "Could not add server" : "Impossible d'apondre un servidor",
+ "Federation" : "Federacion",
+ "ownCloud Server" : "Servidor ownCloud"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/federation/l10n/th_TH.js b/apps/federation/l10n/th_TH.js
index 8aa63c8ca74..9779c11d5d2 100644
--- a/apps/federation/l10n/th_TH.js
+++ b/apps/federation/l10n/th_TH.js
@@ -6,6 +6,10 @@ OC.L10N.register(
"No ownCloud server found" : "ไม่พบเซิร์ฟเวอร์ ownCloud",
"Could not add server" : "ไม่สามารถเพิ่มเซิร์ฟเวอร์",
"Federation" : "สหพันธ์",
- "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ ownCloud ช่วยให้คุณสามารถเชื่อมต่อกับ ownCloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
+ "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ ownCloud ช่วยให้คุณสามารถเชื่อมต่อกับ ownCloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์",
+ "Add server automatically once a federated share was created successfully" : "เพิ่มเซิร์ฟเวอร์โดยอัตโนมัติเมื่อแชร์กับสหพันธ์สร้างเสร็จเรียบร้อยแล้ว",
+ "Trusted ownCloud Servers" : "เซิร์ฟเวอร์ ownCloud ที่เชื่อถือได้",
+ "+ Add ownCloud server" : "+ เพิ่มเซิร์ฟเวอร์ ownCloud",
+ "ownCloud Server" : "เซิร์ฟเวอร์ ownCloud"
},
"nplurals=1; plural=0;");
diff --git a/apps/federation/l10n/th_TH.json b/apps/federation/l10n/th_TH.json
index 49c8bad4192..5bf4f833be7 100644
--- a/apps/federation/l10n/th_TH.json
+++ b/apps/federation/l10n/th_TH.json
@@ -4,6 +4,10 @@
"No ownCloud server found" : "ไม่พบเซิร์ฟเวอร์ ownCloud",
"Could not add server" : "ไม่สามารถเพิ่มเซิร์ฟเวอร์",
"Federation" : "สหพันธ์",
- "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ ownCloud ช่วยให้คุณสามารถเชื่อมต่อกับ ownCloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
+ "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ ownCloud ช่วยให้คุณสามารถเชื่อมต่อกับ ownCloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์",
+ "Add server automatically once a federated share was created successfully" : "เพิ่มเซิร์ฟเวอร์โดยอัตโนมัติเมื่อแชร์กับสหพันธ์สร้างเสร็จเรียบร้อยแล้ว",
+ "Trusted ownCloud Servers" : "เซิร์ฟเวอร์ ownCloud ที่เชื่อถือได้",
+ "+ Add ownCloud server" : "+ เพิ่มเซิร์ฟเวอร์ ownCloud",
+ "ownCloud Server" : "เซิร์ฟเวอร์ ownCloud"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/files/l10n/fi_FI.js b/apps/files/l10n/fi_FI.js
index 7294495787f..e5ad89cf0fc 100644
--- a/apps/files/l10n/fi_FI.js
+++ b/apps/files/l10n/fi_FI.js
@@ -105,6 +105,7 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM:tä käyttäen muutoksien voimaantulossa saattaa kestää 5 minuuttia.",
"Missing permissions to edit from here." : "Käyttöoikeudet eivät riitä tätä kautta muokkaamiseen.",
"Settings" : "Asetukset",
+ "Show hidden files" : "Näytä piilotetut tiedostot",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Käytä tätä osoitetta <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">päästäksesi tiedostoihisi WebDAV-liittymän kautta</a>",
"Cancel upload" : "Peru lähetys",
diff --git a/apps/files/l10n/fi_FI.json b/apps/files/l10n/fi_FI.json
index 429845bb4ac..6f75e570c00 100644
--- a/apps/files/l10n/fi_FI.json
+++ b/apps/files/l10n/fi_FI.json
@@ -103,6 +103,7 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "PHP-FPM:tä käyttäen muutoksien voimaantulossa saattaa kestää 5 minuuttia.",
"Missing permissions to edit from here." : "Käyttöoikeudet eivät riitä tätä kautta muokkaamiseen.",
"Settings" : "Asetukset",
+ "Show hidden files" : "Näytä piilotetut tiedostot",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Käytä tätä osoitetta <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">päästäksesi tiedostoihisi WebDAV-liittymän kautta</a>",
"Cancel upload" : "Peru lähetys",
diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js
index ae1f1a8d11d..ed4819046a2 100644
--- a/apps/files/l10n/pt_PT.js
+++ b/apps/files/l10n/pt_PT.js
@@ -105,6 +105,7 @@ OC.L10N.register(
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Com o PHP-FPM pode demorar 5 minutos até que as alterações sejam aplicadas.",
"Missing permissions to edit from here." : "Faltam permissões para editar a partir daqui.",
"Settings" : "Definições",
+ "Show hidden files" : "Mostrar ficheiros ocultos",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilize esta ligação para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aceder aos seus ficheiros via WebDAV</a>",
"Cancel upload" : "Cancelar o envio",
diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json
index 345840ffa39..c2104a25703 100644
--- a/apps/files/l10n/pt_PT.json
+++ b/apps/files/l10n/pt_PT.json
@@ -103,6 +103,7 @@
"With PHP-FPM it might take 5 minutes for changes to be applied." : "Com o PHP-FPM pode demorar 5 minutos até que as alterações sejam aplicadas.",
"Missing permissions to edit from here." : "Faltam permissões para editar a partir daqui.",
"Settings" : "Definições",
+ "Show hidden files" : "Mostrar ficheiros ocultos",
"WebDAV" : "WebDAV",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Utilize esta ligação para <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">aceder aos seus ficheiros via WebDAV</a>",
"Cancel upload" : "Cancelar o envio",
diff --git a/apps/files/l10n/th_TH.js b/apps/files/l10n/th_TH.js
index ba1871f1682..25b1009dfd5 100644
--- a/apps/files/l10n/th_TH.js
+++ b/apps/files/l10n/th_TH.js
@@ -28,6 +28,7 @@ OC.L10N.register(
"Unable to upload {filename} as it is a directory or has 0 bytes" : "ไม่สามารถอัพโหลด {filename} มันเป็นไดเรกทอรีหรือมี 0 ไบต์",
"Total file size {size1} exceeds upload limit {size2}" : "ขนาดไฟล์ {size1} ทั้งหมดเกินขีดจำกัด ของการอัพโหลด {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "พื้นที่ว่างไม่เพียงพอคุณจะอัพโหลด {size1} แต่มีพืนที่แค่ {size2}",
+ "Error uploading file \"{fileName}\": {message}" : "ข้อผิดพลาดขณะอัพโหลดไฟล์ \"{fileName}\": {message}",
"Could not get result from server." : "ไม่สามารถรับผลลัพธ์จากเซิร์ฟเวอร์",
"File upload is in progress. Leaving the page now will cancel the upload." : "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
"Actions" : "การกระทำ",
diff --git a/apps/files/l10n/th_TH.json b/apps/files/l10n/th_TH.json
index 73d88b544c9..c0ccef03542 100644
--- a/apps/files/l10n/th_TH.json
+++ b/apps/files/l10n/th_TH.json
@@ -26,6 +26,7 @@
"Unable to upload {filename} as it is a directory or has 0 bytes" : "ไม่สามารถอัพโหลด {filename} มันเป็นไดเรกทอรีหรือมี 0 ไบต์",
"Total file size {size1} exceeds upload limit {size2}" : "ขนาดไฟล์ {size1} ทั้งหมดเกินขีดจำกัด ของการอัพโหลด {size2}",
"Not enough free space, you are uploading {size1} but only {size2} is left" : "พื้นที่ว่างไม่เพียงพอคุณจะอัพโหลด {size1} แต่มีพืนที่แค่ {size2}",
+ "Error uploading file \"{fileName}\": {message}" : "ข้อผิดพลาดขณะอัพโหลดไฟล์ \"{fileName}\": {message}",
"Could not get result from server." : "ไม่สามารถรับผลลัพธ์จากเซิร์ฟเวอร์",
"File upload is in progress. Leaving the page now will cancel the upload." : "การอัพโหลดไฟล์กำลังอยู่ในระหว่างดำเนินการ การออกจากหน้าเว็บนี้จะทำให้การอัพโหลดถูกยกเลิก",
"Actions" : "การกระทำ",
diff --git a/apps/files_external/l10n/oc.js b/apps/files_external/l10n/oc.js
index dccf32455ad..40c222e0cf3 100644
--- a/apps/files_external/l10n/oc.js
+++ b/apps/files_external/l10n/oc.js
@@ -17,6 +17,7 @@ OC.L10N.register(
"Unsatisfied backend parameters" : "Paramètres mancants pel servici",
"Unsatisfied authentication mechanism parameters" : "Paramètres mancants pel metòde d'autentificacion",
"Insufficient data: %s" : "Donadas insufisentas : %s",
+ "%s" : "%s",
"Personal" : "Personal",
"System" : "Sistèma",
"Grant access" : "Autorizar l'accès",
diff --git a/apps/files_external/l10n/oc.json b/apps/files_external/l10n/oc.json
index 28099bbae13..06992b89604 100644
--- a/apps/files_external/l10n/oc.json
+++ b/apps/files_external/l10n/oc.json
@@ -15,6 +15,7 @@
"Unsatisfied backend parameters" : "Paramètres mancants pel servici",
"Unsatisfied authentication mechanism parameters" : "Paramètres mancants pel metòde d'autentificacion",
"Insufficient data: %s" : "Donadas insufisentas : %s",
+ "%s" : "%s",
"Personal" : "Personal",
"System" : "Sistèma",
"Grant access" : "Autorizar l'accès",
diff --git a/apps/files_external/l10n/th_TH.js b/apps/files_external/l10n/th_TH.js
index f3cb33e78d8..e8d78ea8f6e 100644
--- a/apps/files_external/l10n/th_TH.js
+++ b/apps/files_external/l10n/th_TH.js
@@ -37,10 +37,15 @@ OC.L10N.register(
"Couldn't get the list of external mount points: {type}" : "ไม่สามารถรับรายชื่อของจุดเชื่อมต่อภายนอก: {type}",
"There was an error with message: " : "มีข้อความแสดงข้อผิดพลาด",
"External mount error" : "การติดจากตั้งภายนอกเกิดข้อผิดพลาด",
+ "external-storage" : "ที่จัดเก็บข้อมูลภายนอก",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "ไม่สามารถรับรายชื่อไดรฟ์เครือข่ายของวินโดว์ส จุดที่ติดตั้ง: ไม่มีการตอบสนองจากเซิร์ฟเวอร์",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "การกำหนดค่าบางส่วนของจุดเชื่อมต่อภายนอกไม่ถูกเชื่อมต่อ กรุณาคลิกที่ตรงสีแดงสำหรับข้อมูลเพิ่มเติม",
+ "Please enter the credentials for the {mount} mount" : "กรุณากรอกข้อมูลประจำตัวสำหรับ {mount} ",
"Username" : "ชื่อผู้ใช้งาน",
"Password" : "รหัสผ่าน",
+ "Credentials saved" : "ข้อมูลประจำตัวได้ถูกบันทึก",
+ "Credentials saving failed" : "บันทึกข้อมูลประจำตัวล้มเหลว",
+ "Credentials required" : "จำเป็นต้องระบบข้อมูลประจำตัว",
"Save" : "บันทึก",
"Access key" : "คีย์การเข้าถึง",
"Secret key" : "คีย์ลับ",
diff --git a/apps/files_external/l10n/th_TH.json b/apps/files_external/l10n/th_TH.json
index 8b5d857449a..4b42ad575b1 100644
--- a/apps/files_external/l10n/th_TH.json
+++ b/apps/files_external/l10n/th_TH.json
@@ -35,10 +35,15 @@
"Couldn't get the list of external mount points: {type}" : "ไม่สามารถรับรายชื่อของจุดเชื่อมต่อภายนอก: {type}",
"There was an error with message: " : "มีข้อความแสดงข้อผิดพลาด",
"External mount error" : "การติดจากตั้งภายนอกเกิดข้อผิดพลาด",
+ "external-storage" : "ที่จัดเก็บข้อมูลภายนอก",
"Couldn't get the list of Windows network drive mount points: empty response from the server" : "ไม่สามารถรับรายชื่อไดรฟ์เครือข่ายของวินโดว์ส จุดที่ติดตั้ง: ไม่มีการตอบสนองจากเซิร์ฟเวอร์",
"Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "การกำหนดค่าบางส่วนของจุดเชื่อมต่อภายนอกไม่ถูกเชื่อมต่อ กรุณาคลิกที่ตรงสีแดงสำหรับข้อมูลเพิ่มเติม",
+ "Please enter the credentials for the {mount} mount" : "กรุณากรอกข้อมูลประจำตัวสำหรับ {mount} ",
"Username" : "ชื่อผู้ใช้งาน",
"Password" : "รหัสผ่าน",
+ "Credentials saved" : "ข้อมูลประจำตัวได้ถูกบันทึก",
+ "Credentials saving failed" : "บันทึกข้อมูลประจำตัวล้มเหลว",
+ "Credentials required" : "จำเป็นต้องระบบข้อมูลประจำตัว",
"Save" : "บันทึก",
"Access key" : "คีย์การเข้าถึง",
"Secret key" : "คีย์ลับ",
diff --git a/apps/files_sharing/l10n/th_TH.js b/apps/files_sharing/l10n/th_TH.js
index 9303fd5cdd3..ef79c38cbeb 100644
--- a/apps/files_sharing/l10n/th_TH.js
+++ b/apps/files_sharing/l10n/th_TH.js
@@ -40,18 +40,35 @@ OC.L10N.register(
"Public shared file %1$s was downloaded" : "ไฟล์สาธารณะ %1$s ที่แชร์ถูกดาวน์โหลด",
"You shared %1$s with %2$s" : "คุณแชร์ %1$s กับ %2$s",
"%2$s shared %1$s with %3$s" : "%2$s ได้แชร์ %1$s กับ %3$s",
+ "You removed the share of %2$s for %1$s" : "คุณได้ลบแชร์ %2$s สำหรับ %1$s",
+ "%2$s removed the share of %3$s for %1$s" : "%2$s ได้ลบแชร์ของ %3$s สำหรับ %1$s",
"You shared %1$s with group %2$s" : "คุณแชร์ %1$s กับกลุ่ม %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s ได้แชร์ %1$s กับกลุ่ม %3$s",
+ "You removed the share of group %2$s for %1$s" : "คุณได้ลบแชร์ของกลุ่ม %2$s สำหรับ %1$s",
+ "%2$s removed the share of group %3$s for %1$s" : "%2$s ได้ลบแชร์ของกลุ่ม %3$s สำหรับ %1$s",
"%2$s shared %1$s via link" : "%2$s ได้แชร์ %1$s ผ่านลิงค์",
"You shared %1$s via link" : "คุณแชร์ %1$s ผ่านลิงค์",
+ "You removed the public link for %1$s" : "คุณได้ลบลิงค์สาธารณะสำหรับ %1$s",
+ "%2$s removed the public link for %1$s" : "%2$s ได้ลบลิงค์สาธารณะสำหรับ %1$s",
+ "Your public link for %1$s expired" : "ลิงก์สาธารณะของคุณสำหรับ %1$s หมดอายุ",
+ "The public link of %2$s for %1$s expired" : "ลิงค์สาธารณะของ %2$s สำหรับ %1$s หมดอายุ",
"%2$s shared %1$s with you" : "%2$s ถูกแชร์ %1$s กับคุณ",
+ "%2$s removed the share for %1$s" : "%2$s ได้ลบแชร์สำหรับ %1$s",
"Downloaded via public link" : "ดาวน์โหลดผ่านลิงค์สาธารณะ",
"Shared with %2$s" : "แชร์กับ %2$s",
"Shared with %3$s by %2$s" : "แชร์กับ %3$s โดย %2$s",
+ "Removed share for %2$s" : "แชร์สำหรับ %2$s ถูกลบแล้ว",
+ "%2$s removed share for %3$s" : "%2$s ได้ลบแชร์สำหรับ %3$s",
"Shared with group %2$s" : "แชร์กับกลุ่ม %2$s",
"Shared with group %3$s by %2$s" : "แชร์กับกลุ่ม %3$s โดย %2$s",
+ "Removed share of group %2$s" : "แชร์ของกลุ่ม %2$s ถูกลบแล้ว",
+ "%2$s removed share of group %3$s" : "%2$s ได้ลบแชร์ของกลุ่ม %3$s",
"Shared via link by %2$s" : "แชร์ผ่านลิงค์โดย %2$s",
"Shared via public link" : "แชร์ผ่านลิงค์สาธารณะ",
+ "Removed public link" : "ลิงค์สาธารณะถูกลบแล้ว",
+ "%2$s removed public link" : "%2$s ได้ลบลิงค์สาธารณะแล้ว",
+ "Public link expired" : "ลิงค์สาธารณะหมดอายุแล้ว",
+ "Public link of %2$s expired" : "ลิงค์สาธารณะของ %2$s หมดอายุแล้ว",
"Shared by %2$s" : "แชร์โดย %2$s",
"Shares" : "แชร์",
"Accept" : "ยอมรับ",
diff --git a/apps/files_sharing/l10n/th_TH.json b/apps/files_sharing/l10n/th_TH.json
index 9e4343bdee5..2bc0d8b64b9 100644
--- a/apps/files_sharing/l10n/th_TH.json
+++ b/apps/files_sharing/l10n/th_TH.json
@@ -38,18 +38,35 @@
"Public shared file %1$s was downloaded" : "ไฟล์สาธารณะ %1$s ที่แชร์ถูกดาวน์โหลด",
"You shared %1$s with %2$s" : "คุณแชร์ %1$s กับ %2$s",
"%2$s shared %1$s with %3$s" : "%2$s ได้แชร์ %1$s กับ %3$s",
+ "You removed the share of %2$s for %1$s" : "คุณได้ลบแชร์ %2$s สำหรับ %1$s",
+ "%2$s removed the share of %3$s for %1$s" : "%2$s ได้ลบแชร์ของ %3$s สำหรับ %1$s",
"You shared %1$s with group %2$s" : "คุณแชร์ %1$s กับกลุ่ม %2$s",
"%2$s shared %1$s with group %3$s" : "%2$s ได้แชร์ %1$s กับกลุ่ม %3$s",
+ "You removed the share of group %2$s for %1$s" : "คุณได้ลบแชร์ของกลุ่ม %2$s สำหรับ %1$s",
+ "%2$s removed the share of group %3$s for %1$s" : "%2$s ได้ลบแชร์ของกลุ่ม %3$s สำหรับ %1$s",
"%2$s shared %1$s via link" : "%2$s ได้แชร์ %1$s ผ่านลิงค์",
"You shared %1$s via link" : "คุณแชร์ %1$s ผ่านลิงค์",
+ "You removed the public link for %1$s" : "คุณได้ลบลิงค์สาธารณะสำหรับ %1$s",
+ "%2$s removed the public link for %1$s" : "%2$s ได้ลบลิงค์สาธารณะสำหรับ %1$s",
+ "Your public link for %1$s expired" : "ลิงก์สาธารณะของคุณสำหรับ %1$s หมดอายุ",
+ "The public link of %2$s for %1$s expired" : "ลิงค์สาธารณะของ %2$s สำหรับ %1$s หมดอายุ",
"%2$s shared %1$s with you" : "%2$s ถูกแชร์ %1$s กับคุณ",
+ "%2$s removed the share for %1$s" : "%2$s ได้ลบแชร์สำหรับ %1$s",
"Downloaded via public link" : "ดาวน์โหลดผ่านลิงค์สาธารณะ",
"Shared with %2$s" : "แชร์กับ %2$s",
"Shared with %3$s by %2$s" : "แชร์กับ %3$s โดย %2$s",
+ "Removed share for %2$s" : "แชร์สำหรับ %2$s ถูกลบแล้ว",
+ "%2$s removed share for %3$s" : "%2$s ได้ลบแชร์สำหรับ %3$s",
"Shared with group %2$s" : "แชร์กับกลุ่ม %2$s",
"Shared with group %3$s by %2$s" : "แชร์กับกลุ่ม %3$s โดย %2$s",
+ "Removed share of group %2$s" : "แชร์ของกลุ่ม %2$s ถูกลบแล้ว",
+ "%2$s removed share of group %3$s" : "%2$s ได้ลบแชร์ของกลุ่ม %3$s",
"Shared via link by %2$s" : "แชร์ผ่านลิงค์โดย %2$s",
"Shared via public link" : "แชร์ผ่านลิงค์สาธารณะ",
+ "Removed public link" : "ลิงค์สาธารณะถูกลบแล้ว",
+ "%2$s removed public link" : "%2$s ได้ลบลิงค์สาธารณะแล้ว",
+ "Public link expired" : "ลิงค์สาธารณะหมดอายุแล้ว",
+ "Public link of %2$s expired" : "ลิงค์สาธารณะของ %2$s หมดอายุแล้ว",
"Shared by %2$s" : "แชร์โดย %2$s",
"Shares" : "แชร์",
"Accept" : "ยอมรับ",
diff --git a/apps/files_versions/l10n/th_TH.js b/apps/files_versions/l10n/th_TH.js
index 97d0539ca55..9b00b1d6800 100644
--- a/apps/files_versions/l10n/th_TH.js
+++ b/apps/files_versions/l10n/th_TH.js
@@ -5,7 +5,7 @@ OC.L10N.register(
"Versions" : "รุ่น",
"Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับ มีการแก้ไขเมื่อ {timestamp}",
"Restore" : "คืนค่า",
- "No other versions available" : "ไม่มีรุ่นอื่นๆ",
+ "No other versions available" : "ยังไม่มีรุ่นที่ใหม่กว่า",
"More versions..." : "รุ่นอื่นๆ ..."
},
"nplurals=1; plural=0;");
diff --git a/apps/files_versions/l10n/th_TH.json b/apps/files_versions/l10n/th_TH.json
index a67fa3e17e0..d35dd9d4943 100644
--- a/apps/files_versions/l10n/th_TH.json
+++ b/apps/files_versions/l10n/th_TH.json
@@ -3,7 +3,7 @@
"Versions" : "รุ่น",
"Failed to revert {file} to revision {timestamp}." : "{file} ล้มเหลวที่จะย้อนกลับ มีการแก้ไขเมื่อ {timestamp}",
"Restore" : "คืนค่า",
- "No other versions available" : "ไม่มีรุ่นอื่นๆ",
+ "No other versions available" : "ยังไม่มีรุ่นที่ใหม่กว่า",
"More versions..." : "รุ่นอื่นๆ ..."
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/systemtags/l10n/oc.js b/apps/systemtags/l10n/oc.js
index f6263a28b51..9864eefb7ab 100644
--- a/apps/systemtags/l10n/oc.js
+++ b/apps/systemtags/l10n/oc.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"systemtags",
{
+ "%s (invisible)" : "%s (invisible)",
"Tags" : "Etiquetas",
"No files in here" : "Pas cap de fichièr aicí",
"No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr",
diff --git a/apps/systemtags/l10n/oc.json b/apps/systemtags/l10n/oc.json
index 557e56fb541..372953b0e97 100644
--- a/apps/systemtags/l10n/oc.json
+++ b/apps/systemtags/l10n/oc.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "%s (invisible)" : "%s (invisible)",
"Tags" : "Etiquetas",
"No files in here" : "Pas cap de fichièr aicí",
"No entries found in this folder" : "Cap d'entrada pas trobada dins aqueste dorsièr",
diff --git a/apps/systemtags/l10n/th_TH.js b/apps/systemtags/l10n/th_TH.js
index 5649fbdbac7..ff22c44a4b6 100644
--- a/apps/systemtags/l10n/th_TH.js
+++ b/apps/systemtags/l10n/th_TH.js
@@ -5,12 +5,17 @@ OC.L10N.register(
"%1$s assigned system tag %3$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s",
"%1$s unassigned system tag %3$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s",
"%1$s created system tag %2$s" : "%1$s ได้สร้างแท็กระบบ %2$s",
- "%1$s updated system tag %3$s to %2$s" : "%1$s ได้อัพเดทแท็กระบบ %3$s เป็น %2$s",
+ "%1$s deleted system tag %2$s" : "%1$s ได้ลบแท็กระบบ %2$s",
+ "%1$s updated system tag %3$s to %2$s" : "แท็กระบบ %1$s ได้ถูกอัพเดทจาก %3$s เป็น %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"%s (not-assignable)" : "%s (ไม่สามารถกำหนดได้)",
"%s (invisible)" : "%s (มองไม่เห็น)",
"Tags" : "ป้ายกำกับ",
+ "Tagged files" : "ไฟล์ที่ติดแท็ก",
+ "Select tags to filter by" : "เลือกแท็กเพื่อกรองโดย",
+ "Please select tags to filter by" : "กรุณาเลือกแท็กเพื่อกรองโดย",
+ "No files found for the selected tags" : "ไม่พบไฟล์แท็กที่เลือก",
"No files in here" : "ไม่มีไฟล์ที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
"Name" : "ชื่อ",
diff --git a/apps/systemtags/l10n/th_TH.json b/apps/systemtags/l10n/th_TH.json
index 3a8464aa695..1c33750765c 100644
--- a/apps/systemtags/l10n/th_TH.json
+++ b/apps/systemtags/l10n/th_TH.json
@@ -3,12 +3,17 @@
"%1$s assigned system tag %3$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s",
"%1$s unassigned system tag %3$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s",
"%1$s created system tag %2$s" : "%1$s ได้สร้างแท็กระบบ %2$s",
- "%1$s updated system tag %3$s to %2$s" : "%1$s ได้อัพเดทแท็กระบบ %3$s เป็น %2$s",
+ "%1$s deleted system tag %2$s" : "%1$s ได้ลบแท็กระบบ %2$s",
+ "%1$s updated system tag %3$s to %2$s" : "แท็กระบบ %1$s ได้ถูกอัพเดทจาก %3$s เป็น %2$s",
"%1$s assigned system tag %3$s to %2$s" : "%1$s ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s ไม่ได้ถูกกำหนดแท็กระบบ %3$s เป็น %2$s",
"%s (not-assignable)" : "%s (ไม่สามารถกำหนดได้)",
"%s (invisible)" : "%s (มองไม่เห็น)",
"Tags" : "ป้ายกำกับ",
+ "Tagged files" : "ไฟล์ที่ติดแท็ก",
+ "Select tags to filter by" : "เลือกแท็กเพื่อกรองโดย",
+ "Please select tags to filter by" : "กรุณาเลือกแท็กเพื่อกรองโดย",
+ "No files found for the selected tags" : "ไม่พบไฟล์แท็กที่เลือก",
"No files in here" : "ไม่มีไฟล์ที่นี่",
"No entries found in this folder" : "ไม่พบรายการในโฟลเดอร์นี้",
"Name" : "ชื่อ",
diff --git a/apps/updatenotification/l10n/oc.js b/apps/updatenotification/l10n/oc.js
index cc30764b1c3..ce7931c17f9 100644
--- a/apps/updatenotification/l10n/oc.js
+++ b/apps/updatenotification/l10n/oc.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"updatenotification",
{
+ "Updated channel" : "Canal mes a jorn",
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.",
"Update channel:" : "Canal de mesa a jorn :",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Podètz a tot moment metre a jorn cap a una version mai recenta o un canal experimental. Pasmens, poiretz pas jamai tornar a un canal mai estable."
diff --git a/apps/updatenotification/l10n/oc.json b/apps/updatenotification/l10n/oc.json
index b669c1cd19b..8478036242b 100644
--- a/apps/updatenotification/l10n/oc.json
+++ b/apps/updatenotification/l10n/oc.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Updated channel" : "Canal mes a jorn",
"{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn.",
"Update channel:" : "Canal de mesa a jorn :",
"You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Podètz a tot moment metre a jorn cap a una version mai recenta o un canal experimental. Pasmens, poiretz pas jamai tornar a un canal mai estable."
diff --git a/apps/updatenotification/l10n/th_TH.js b/apps/updatenotification/l10n/th_TH.js
index 9a1213cd605..6b12d773c45 100644
--- a/apps/updatenotification/l10n/th_TH.js
+++ b/apps/updatenotification/l10n/th_TH.js
@@ -1,10 +1,14 @@
OC.L10N.register(
"updatenotification",
{
- "{version} is available. Get more information on how to update." : "{version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
+ "Updated channel" : "อัพเดทช่องเรียบร้อยแล้ว",
+ "{version} is available. Get more information on how to update." : "มีรุ่นใหม่ {version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
"Updater" : "อัพเดท",
+ "A new version is available: %s" : "มีรุ่นใหม่ที่สามารถใช่ได้: %s",
"Open updater" : "เปิดตัวอัพเดท",
+ "Your version is up to date." : "รุ่นของคุณได้ถูกอัพเดทแล้ว",
+ "Checked on %s" : "การตรวจสอบบน %s แล้ว",
"Update channel:" : "ปรับปรุงช่อง:",
- "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องความเสถียร"
+ "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ"
},
"nplurals=1; plural=0;");
diff --git a/apps/updatenotification/l10n/th_TH.json b/apps/updatenotification/l10n/th_TH.json
index f603cc3ff29..c731d216c36 100644
--- a/apps/updatenotification/l10n/th_TH.json
+++ b/apps/updatenotification/l10n/th_TH.json
@@ -1,8 +1,12 @@
{ "translations": {
- "{version} is available. Get more information on how to update." : "{version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
+ "Updated channel" : "อัพเดทช่องเรียบร้อยแล้ว",
+ "{version} is available. Get more information on how to update." : "มีรุ่นใหม่ {version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท",
"Updater" : "อัพเดท",
+ "A new version is available: %s" : "มีรุ่นใหม่ที่สามารถใช่ได้: %s",
"Open updater" : "เปิดตัวอัพเดท",
+ "Your version is up to date." : "รุ่นของคุณได้ถูกอัพเดทแล้ว",
+ "Checked on %s" : "การตรวจสอบบน %s แล้ว",
"Update channel:" : "ปรับปรุงช่อง:",
- "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องความเสถียร"
+ "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "คุณสามารถอัพเดทเป็นรุ่นที่ใหม่กว่าหรือใช้ตัวเบต้า แต่คุณไม่สามารถกลับไปใช้รุ่นที่เก่ากว่าเนื่องจากอาจมีปัญหาเรื่องเสถียรภาพ"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/th_TH.js b/apps/user_ldap/l10n/th_TH.js
index 8b155dcfe23..be13cad195e 100644
--- a/apps/user_ldap/l10n/th_TH.js
+++ b/apps/user_ldap/l10n/th_TH.js
@@ -120,8 +120,9 @@ OC.L10N.register(
"Cache Time-To-Live" : "แคช TTL",
"in seconds. A change empties the cache." : "ในอีกไม่กี่วินาที ระบบจะล้างข้อมูลในแคชให้ว่างเปล่า",
"Directory Settings" : "ตั้งค่าไดเร็กทอรี่",
- "User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ",
+ "User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งาน",
"The LDAP attribute to use to generate the user's display name." : "คุณลักษณะ LDAP เพื่อใช้ในการสร้างชื่อที่ปรากฏของผู้ใช้",
+ "2nd User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งานคนที่ 2",
"Base User Tree" : "รายการผู้ใช้งานหลักแบบ Tree",
"One User Base DN per line" : "หนึ่งผู้ใช้ Base DN ต่อหนึ่งบรรทัด",
"User Search Attributes" : "คุณลักษณะการค้นหาชื่อผู้ใช้",
diff --git a/apps/user_ldap/l10n/th_TH.json b/apps/user_ldap/l10n/th_TH.json
index 9787ba10037..09e69a655b0 100644
--- a/apps/user_ldap/l10n/th_TH.json
+++ b/apps/user_ldap/l10n/th_TH.json
@@ -118,8 +118,9 @@
"Cache Time-To-Live" : "แคช TTL",
"in seconds. A change empties the cache." : "ในอีกไม่กี่วินาที ระบบจะล้างข้อมูลในแคชให้ว่างเปล่า",
"Directory Settings" : "ตั้งค่าไดเร็กทอรี่",
- "User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ",
+ "User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งาน",
"The LDAP attribute to use to generate the user's display name." : "คุณลักษณะ LDAP เพื่อใช้ในการสร้างชื่อที่ปรากฏของผู้ใช้",
+ "2nd User Display Name Field" : "ช่องแสดงชื่อผู้ใช้งานคนที่ 2",
"Base User Tree" : "รายการผู้ใช้งานหลักแบบ Tree",
"One User Base DN per line" : "หนึ่งผู้ใช้ Base DN ต่อหนึ่งบรรทัด",
"User Search Attributes" : "คุณลักษณะการค้นหาชื่อผู้ใช้",
diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index 1f1d15a9f60..6ff9ea70572 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Error unfavoriting" : "Suosituksen poisto virhe",
"Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
"Preparing update" : "Valmistellaan päivitystä",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Käytä komentorivipäivitintä, koska automaattinen päivitys on estetty config.php-asetustiedostossa.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
@@ -97,6 +98,7 @@ OC.L10N.register(
"Dec." : "Joulu",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Eheystarkistus tuotti ongelmia. Lisätietoja…</a>",
"Settings" : "Asetukset",
+ "Problem loading page, reloading in 5 seconds" : "Ongelma sivun lataamisessa, päivitetään 5 sekunnin kuluttua",
"Saving..." : "Tallennetaan...",
"Dismiss" : "Hylkää",
"seconds ago" : "sekuntia sitten",
@@ -154,6 +156,7 @@ OC.L10N.register(
"Send" : "Lähetä",
"Sending ..." : "Lähetetään...",
"Email sent" : "Sähköposti lähetetty",
+ "Send link via email" : "Lähetä linkki sähköpostitse",
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta",
"group" : "ryhmä",
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index c1529fda98f..3f93989b1eb 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -25,6 +25,7 @@
"Error unfavoriting" : "Suosituksen poisto virhe",
"Couldn't send mail to following users: %s " : "Sähköpostin lähetys seuraaville käyttäjille epäonnistui: %s",
"Preparing update" : "Valmistellaan päivitystä",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Käytä komentorivipäivitintä, koska automaattinen päivitys on estetty config.php-asetustiedostossa.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
@@ -95,6 +96,7 @@
"Dec." : "Joulu",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Eheystarkistus tuotti ongelmia. Lisätietoja…</a>",
"Settings" : "Asetukset",
+ "Problem loading page, reloading in 5 seconds" : "Ongelma sivun lataamisessa, päivitetään 5 sekunnin kuluttua",
"Saving..." : "Tallennetaan...",
"Dismiss" : "Hylkää",
"seconds ago" : "sekuntia sitten",
@@ -152,6 +154,7 @@
"Send" : "Lähetä",
"Sending ..." : "Lähetetään...",
"Email sent" : "Sähköposti lähetetty",
+ "Send link via email" : "Lähetä linkki sähköpostitse",
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjän {owner} toimesta",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjän {owner} toimesta",
"group" : "ryhmä",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index d7df40d65d6..0d9d5870349 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -98,6 +98,7 @@ OC.L10N.register(
"Dec." : "Dic.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…</a>",
"Settings" : "Impostazioni",
+ "Problem loading page, reloading in 5 seconds" : "Problema durante il caricamento della pagina, aggiornamento tra 5 secondi",
"Saving..." : "Salvataggio in corso...",
"Dismiss" : "Annulla",
"seconds ago" : "secondi fa",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index 5f26c3ca958..ade154261bd 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -96,6 +96,7 @@
"Dec." : "Dic.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…</a>",
"Settings" : "Impostazioni",
+ "Problem loading page, reloading in 5 seconds" : "Problema durante il caricamento della pagina, aggiornamento tra 5 secondi",
"Saving..." : "Salvataggio in corso...",
"Dismiss" : "Annulla",
"seconds ago" : "secondi fa",
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js
index 36618e4c884..f300c542ed4 100644
--- a/core/l10n/pt_PT.js
+++ b/core/l10n/pt_PT.js
@@ -1,8 +1,8 @@
OC.L10N.register(
"core",
{
- "Please select a file." : "Por favor, selecione um ficheiro.",
- "File is too big" : "O ficheiro é muito grande",
+ "Please select a file." : "Por favor seleccione um ficheiro.",
+ "File is too big" : "O ficheiro é demasiado grande",
"Invalid file provided" : "Ficheiro indicado inválido",
"No image or file provided" : "Não foi fornecido nenhum ficheiro ou imagem",
"Unknown filetype" : "Tipo de ficheiro desconhecido",
@@ -22,11 +22,12 @@ OC.L10N.register(
"Tag already exists" : "A etiqueta já existe",
"Error deleting tag(s)" : "Ocorreu um erro ao apagar etiqueta(s)",
"Error tagging" : "Erro ao etiquetar",
- "Error untagging" : "Erro ao desetiquetar",
+ "Error untagging" : "Erro ao remover etiqueta",
"Error favoriting" : "Erro a definir como favorito",
"Error unfavoriting" : "Erro a remover como favorito",
"Couldn't send mail to following users: %s " : "Não foi possível enviar a mensagem para os seguintes utilizadores: %s",
"Preparing update" : "A preparar atualização",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilize o actualizador disponível na linha de comandos pois a actualização automática está inibida em config.php.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: A verificar a tabela %s",
"Turned on maintenance mode" : "Ativado o modo de manutenção",
@@ -42,7 +43,7 @@ OC.L10N.register(
"Updated \"%s\" to %s" : "Atualizado \"%s\" para %s",
"Repair warning: " : "Aviso de reparação:",
"Repair error: " : "Corrija o erro:",
- "Set log level to debug" : "Definir o nível de log para debug",
+ "Set log level to debug" : "Definir depuração como o nível de log",
"Reset log level" : "Reiniciar nível de registo",
"Starting code integrity check" : "A iniciar verificação de integridade do código",
"Finished code integrity check" : "Terminada a verificação de integridade do código",
@@ -97,6 +98,7 @@ OC.L10N.register(
"Dec." : "Dez.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Existiram alguns problemas com a verificação de integridade do código. Mais informação…</a>",
"Settings" : "Definições",
+ "Problem loading page, reloading in 5 seconds" : "Problema a carregar a página, recarregando dentro de 5 segundos",
"Saving..." : "A guardar ...",
"Dismiss" : "Rejeitar",
"seconds ago" : "segundos atrás",
@@ -133,11 +135,11 @@ OC.L10N.register(
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Nenhuma memória cache foi configurada. Para melhorar o seu desempenho, por favor configure a memcache, se disponível. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Neste momento está a executar PHP {version}. Aconselhamos actualizar a versão de PHP para tirar partido das <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizações de desempenho e segurança fornecidas pelo PHP Group</a> assim que a sua distribuição as suporte.",
- "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "A configuração dos proxy headers reversos está incorreta, ou então está a aceder ao ownCloud através de um proxy de confiança. Se não está a aceder ao ownCloud através de um proxy de confiança, isto é um problema de segurança e poderá permitir a um invasor falsificar o seu endereço IP como visível para o ownCloud. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "A configuração dos headers do proxy reverso está incorreta, ou então está a aceder ao ownCloud através de um proxy de confiança. Se não está a aceder ao ownCloud através de um proxy de confiança, isto é um problema de segurança e poderá permitir a um invasor falsificar um endereço IP como visível para o ownCloud. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurada como cache distribuída, mas o módulo \"memcache\" PHP errado está instalado. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Leia a <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram na verificação de integridade. Mais informação sobre este assunto pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos…</a> / <a href=\"{rescanEndpoint}\">Reverificar…</a>)",
"Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor",
- "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
+ "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir da Internet. O ficheiro .htaccess não está a funcionar correctamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está configurado para um mínimo de \"{seconds}\" segundos. Para uma segurança melhorada recomendados a ativação do HSTS como descrito nas nossas <a href=\"{docUrl}\" rel=\"noreferrer\">dicas de segurança</a>.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Está a aceder a este site via HTTP. Nós recomendamos vivamente que configure o seu servidor para requerer a utilização de HTTPS, em vez do que está descrito nas nossas <a href=\"{docUrl}\">dicas de segurança</a>.",
@@ -162,6 +164,7 @@ OC.L10N.register(
"Send" : "Enviar",
"Sending ..." : "A Enviar...",
"Email sent" : "Mensagem enviada",
+ "Send link via email" : "Enviar hiperligação por correio eletrónico",
"Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}",
"Shared with you by {owner}" : "Partilhado consigo por {owner}",
"group" : "grupo",
@@ -248,7 +251,7 @@ OC.L10N.register(
"Line: %s" : "Linha: %s",
"Trace" : "Rasto",
"Security warning" : "Aviso de Segurança",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados do ownCloud e os respectivos ficheiros, estarão provavelmente acessíveis a partir da internet, pois o ficheiros .htaccess não funciona.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados do ownCloud e os respectivos ficheiros estão provavelmente acessíveis a partir da internet pois o ficheiro .htaccess não funciona.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Para obter informações de como configurar correctamente o servidor, veja em: <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentação</a>.",
"Create an <strong>admin account</strong>" : "Criar uma <strong>conta administrativa</strong>",
"Username" : "Nome de utilizador",
@@ -256,7 +259,7 @@ OC.L10N.register(
"Data folder" : "Pasta de dados",
"Configure the database" : "Configure a base de dados",
"Only %s is available." : "Só está disponível %s.",
- "Install and activate additional PHP modules to choose other database types." : "Instale e ative os módulos PHP adicionais para escolher outros tipos de base de dados.",
+ "Install and activate additional PHP modules to choose other database types." : "Instale e active módulos PHP adicionais para escolher outros tipos de base de dados.",
"For more details check out the documentation." : "Para mais detalhes consulte a documentação.",
"Database user" : "Utilizador da base de dados",
"Database password" : "Palavra-passe da base de dados",
@@ -305,6 +308,9 @@ OC.L10N.register(
"Start update" : "Iniciar atualização",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:",
"Detailed logs" : "Registos detalhados",
+ "Update needed" : "Necessária atualização",
+ "Please use the command line updater because you have a big instance." : "Por favor utilize o actualizador disponível na linha de comandos pois a sua instância é grande.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para obter ajuda, consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está actualmente em modo de manutenção, o que poderá demorar algum tempo.",
"This page will refresh itself when the %s instance is available again." : "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível."
},
diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json
index b0124cf484f..d0565b36ebf 100644
--- a/core/l10n/pt_PT.json
+++ b/core/l10n/pt_PT.json
@@ -1,6 +1,6 @@
{ "translations": {
- "Please select a file." : "Por favor, selecione um ficheiro.",
- "File is too big" : "O ficheiro é muito grande",
+ "Please select a file." : "Por favor seleccione um ficheiro.",
+ "File is too big" : "O ficheiro é demasiado grande",
"Invalid file provided" : "Ficheiro indicado inválido",
"No image or file provided" : "Não foi fornecido nenhum ficheiro ou imagem",
"Unknown filetype" : "Tipo de ficheiro desconhecido",
@@ -20,11 +20,12 @@
"Tag already exists" : "A etiqueta já existe",
"Error deleting tag(s)" : "Ocorreu um erro ao apagar etiqueta(s)",
"Error tagging" : "Erro ao etiquetar",
- "Error untagging" : "Erro ao desetiquetar",
+ "Error untagging" : "Erro ao remover etiqueta",
"Error favoriting" : "Erro a definir como favorito",
"Error unfavoriting" : "Erro a remover como favorito",
"Couldn't send mail to following users: %s " : "Não foi possível enviar a mensagem para os seguintes utilizadores: %s",
"Preparing update" : "A preparar atualização",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Por favor utilize o actualizador disponível na linha de comandos pois a actualização automática está inibida em config.php.",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: A verificar a tabela %s",
"Turned on maintenance mode" : "Ativado o modo de manutenção",
@@ -40,7 +41,7 @@
"Updated \"%s\" to %s" : "Atualizado \"%s\" para %s",
"Repair warning: " : "Aviso de reparação:",
"Repair error: " : "Corrija o erro:",
- "Set log level to debug" : "Definir o nível de log para debug",
+ "Set log level to debug" : "Definir depuração como o nível de log",
"Reset log level" : "Reiniciar nível de registo",
"Starting code integrity check" : "A iniciar verificação de integridade do código",
"Finished code integrity check" : "Terminada a verificação de integridade do código",
@@ -95,6 +96,7 @@
"Dec." : "Dez.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Existiram alguns problemas com a verificação de integridade do código. Mais informação…</a>",
"Settings" : "Definições",
+ "Problem loading page, reloading in 5 seconds" : "Problema a carregar a página, recarregando dentro de 5 segundos",
"Saving..." : "A guardar ...",
"Dismiss" : "Rejeitar",
"seconds ago" : "segundos atrás",
@@ -131,11 +133,11 @@
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Nenhuma memória cache foi configurada. Para melhorar o seu desempenho, por favor configure a memcache, se disponível. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom não é legível pelo PHP, o que é altamente desencorajado por motivos de segurança. Pode ser encontrada mais informação na <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Neste momento está a executar PHP {version}. Aconselhamos actualizar a versão de PHP para tirar partido das <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">actualizações de desempenho e segurança fornecidas pelo PHP Group</a> assim que a sua distribuição as suporte.",
- "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "A configuração dos proxy headers reversos está incorreta, ou então está a aceder ao ownCloud através de um proxy de confiança. Se não está a aceder ao ownCloud através de um proxy de confiança, isto é um problema de segurança e poderá permitir a um invasor falsificar o seu endereço IP como visível para o ownCloud. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "A configuração dos headers do proxy reverso está incorreta, ou então está a aceder ao ownCloud através de um proxy de confiança. Se não está a aceder ao ownCloud através de um proxy de confiança, isto é um problema de segurança e poderá permitir a um invasor falsificar um endereço IP como visível para o ownCloud. Mais informação pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurada como cache distribuída, mas o módulo \"memcache\" PHP errado está instalado. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Leia a <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram na verificação de integridade. Mais informação sobre este assunto pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos…</a> / <a href=\"{rescanEndpoint}\">Reverificar…</a>)",
"Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor",
- "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir das internet. O seu ficheiro .htaccess não está a funcionar corretamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
+ "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "A sua pasta com os dados e os seus ficheiros estão provavelmente acessíveis a partir da Internet. O ficheiro .htaccess não está a funcionar correctamente. Sugerimos veementemente que configure o seu servidor web de maneira a que a pasta com os dados deixe de ficar acessível, ou mova a pasta com os dados para fora da raiz de documentos do servidor web.",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.",
"The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\" rel=\"noreferrer\">security tips</a>." : "O cabeçalho HTTP \"Strict-Transport-Security\" não está configurado para um mínimo de \"{seconds}\" segundos. Para uma segurança melhorada recomendados a ativação do HSTS como descrito nas nossas <a href=\"{docUrl}\" rel=\"noreferrer\">dicas de segurança</a>.",
"You are accessing this site via HTTP. We strongly suggest you configure your server to require using HTTPS instead as described in our <a href=\"{docUrl}\">security tips</a>." : "Está a aceder a este site via HTTP. Nós recomendamos vivamente que configure o seu servidor para requerer a utilização de HTTPS, em vez do que está descrito nas nossas <a href=\"{docUrl}\">dicas de segurança</a>.",
@@ -160,6 +162,7 @@
"Send" : "Enviar",
"Sending ..." : "A Enviar...",
"Email sent" : "Mensagem enviada",
+ "Send link via email" : "Enviar hiperligação por correio eletrónico",
"Shared with you and the group {group} by {owner}" : "Partilhado consigo e com o grupo {group} por {owner}",
"Shared with you by {owner}" : "Partilhado consigo por {owner}",
"group" : "grupo",
@@ -246,7 +249,7 @@
"Line: %s" : "Linha: %s",
"Trace" : "Rasto",
"Security warning" : "Aviso de Segurança",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados do ownCloud e os respectivos ficheiros, estarão provavelmente acessíveis a partir da internet, pois o ficheiros .htaccess não funciona.",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "A pasta de dados do ownCloud e os respectivos ficheiros estão provavelmente acessíveis a partir da internet pois o ficheiro .htaccess não funciona.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentation</a>." : "Para obter informações de como configurar correctamente o servidor, veja em: <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">documentação</a>.",
"Create an <strong>admin account</strong>" : "Criar uma <strong>conta administrativa</strong>",
"Username" : "Nome de utilizador",
@@ -254,7 +257,7 @@
"Data folder" : "Pasta de dados",
"Configure the database" : "Configure a base de dados",
"Only %s is available." : "Só está disponível %s.",
- "Install and activate additional PHP modules to choose other database types." : "Instale e ative os módulos PHP adicionais para escolher outros tipos de base de dados.",
+ "Install and activate additional PHP modules to choose other database types." : "Instale e active módulos PHP adicionais para escolher outros tipos de base de dados.",
"For more details check out the documentation." : "Para mais detalhes consulte a documentação.",
"Database user" : "Utilizador da base de dados",
"Database password" : "Palavra-passe da base de dados",
@@ -303,6 +306,9 @@
"Start update" : "Iniciar atualização",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Para evitar tempos de espera com instalações maiores, você pode em vez disso, executar o seguinte comando a partir do diretório de instalação:",
"Detailed logs" : "Registos detalhados",
+ "Update needed" : "Necessária atualização",
+ "Please use the command line updater because you have a big instance." : "Por favor utilize o actualizador disponível na linha de comandos pois a sua instância é grande.",
+ "For help, see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation</a>." : "Para obter ajuda, consulte a <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentação</a>.",
"This %s instance is currently in maintenance mode, which may take a while." : "Esta instância %s está actualmente em modo de manutenção, o que poderá demorar algum tempo.",
"This page will refresh itself when the %s instance is available again." : "Esta página irá ser recarregada novamente quando a instância %s ficar novamente disponível."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/core/l10n/sq.js b/core/l10n/sq.js
index 2885fc81d04..4245d87f053 100644
--- a/core/l10n/sq.js
+++ b/core/l10n/sq.js
@@ -98,6 +98,7 @@ OC.L10N.register(
"Dec." : "Dhj.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Pati probleme me kontrollin e integritetit të kodit. Më tepër të dhëna…</a>",
"Settings" : "Rregullime",
+ "Problem loading page, reloading in 5 seconds" : "Gabim në ngarkimin e faqes, do të ringarkohet pas 5 sekondash",
"Saving..." : "Po ruhet …",
"Dismiss" : "Mos e merr parasysh",
"seconds ago" : "sekonda më parë",
diff --git a/core/l10n/sq.json b/core/l10n/sq.json
index 1b2e93e49c9..98cb66a90f0 100644
--- a/core/l10n/sq.json
+++ b/core/l10n/sq.json
@@ -96,6 +96,7 @@
"Dec." : "Dhj.",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Pati probleme me kontrollin e integritetit të kodit. Më tepër të dhëna…</a>",
"Settings" : "Rregullime",
+ "Problem loading page, reloading in 5 seconds" : "Gabim në ngarkimin e faqes, do të ringarkohet pas 5 sekondash",
"Saving..." : "Po ruhet …",
"Dismiss" : "Mos e merr parasysh",
"seconds ago" : "sekonda më parë",
diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js
index 1ddea81a86a..abbf8796ea0 100644
--- a/core/l10n/th_TH.js
+++ b/core/l10n/th_TH.js
@@ -27,11 +27,14 @@ OC.L10N.register(
"Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ",
"Couldn't send mail to following users: %s " : "ไม่สามารถส่งอีเมลไปยังผู้ใช้: %s",
"Preparing update" : "เตรียมอัพเดท",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "กรุณาใช้คำสั่งการปรับปรุงเพราะการปรับปรุงอัตโนมัติถูกปิดใช้งานใน config.php",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: กำลังตรวจสอบตาราง %s",
"Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา",
"Turned off maintenance mode" : "ปิดโหมดการบำรุงรักษา",
"Maintenance mode is kept active" : "โหมดการบำรุงรักษาจะถูกเก็บไว้ใช้งาน",
"Updating database schema" : "กำลังอัพเดทฐานข้อมูล schema",
- "Updated database" : "ปรับปรุงฐานข้อมูล",
+ "Updated database" : "อัพเดทฐานข้อมูลเรียบร้อยแล้ว",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "กำลังตรวจสอบว่าฐานข้อมูล schema สามารถอัพเดทได้หรือไม่ (นี้อาจใช้เวลานานขึ้นอยู่กับขนาดของฐานข้อมูล)",
"Checked database schema update" : "Schema อัพเดตของฐานข้อมูลถูกตรวจสอบ",
"Checking updates of apps" : "กำลังตรวจสอบการอัพเดทแอพพลิเคชัน",
@@ -127,6 +130,7 @@ OC.L10N.register(
"Strong password" : "รหัสผ่านระดับดีมาก",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "เว็บเซิร์ฟเวอร์ของคุณยังไม่ถูกติดตั้งอย่างถูกต้องเพื่ออนุญาตให้ประสานข้อมูลให้ตรงกัน เนื่องจากอินเตอร์เฟซ WebDAV อาจเสียหาย",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "เซิร์ฟเวอร์นี้ไม่มีการเชื่อมต่ออินเทอร์เน็ตซึ่งหมายความว่าบางส่วนของคุณสมบัติ เช่น การจัดเก็บข้อมูลภายนอก การแจ้งเตือนเกี่ยวกับการปรับปรุงหรือการติดตั้งแอพพลิเคชันของบุคคลที่สามจะไม่ทำงาน การเข้าถึงไฟล์จากระยะไกลและการส่งอีเมล์แจ้งเตือนอาจจะไม่ทำงาน เราขอแนะนำให้เปิดใช้งานการเชื่อมต่ออินเทอร์เน็ตสำหรับเซิร์ฟเวอร์นี้ถ้าคุณต้องการใช้งานคุณสมบัติทั้งหมด",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ขณะนี้คุณกำลังใช้ PHP รุ่น {version} เราขอให้คุณอัพเดท <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\"> เพื่อเหตุผลด้านประสิทธิภาพและความปลอดภัยโดยกลุ่มของ PHP</a>",
"Error occurred while checking server setup" : "เกิดข้อผิดพลาดขณะที่ทำการตรวจสอบการติดตั้งเซิร์ฟเวอร์",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "ข้อมูลไดเรกทอรีและไฟล์ของคุณอาจจะสามารถเข้าถึงได้จากอินเทอร์เน็ต ขณะที่ htaccess ไฟล์ไม่ทำงาน เราขอแนะนำให้คุณกำหนดค่าเว็บเซิร์ฟเวอร์ของคุณในทางที่ข้อมูลไดเรกทอรีไม่สามารถเข้าถึงได้หรือคุณย้ายข้อมูลไดเรกทอรีไปยังนอกเว็บเซิร์ฟเวอร์หรือเอกสาร",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" ไม่ได้กำหนดค่าส่วนหัว Http ให้เท่ากับ \"{expected}\" นี่คือระบบการรักษาความปลอดภัยที่มีศักยภาพหรือลดความเสี่ยงที่จะเกิดขึ้นเราขอแนะนำให้ปรับการตั้งค่านี้",
@@ -190,6 +194,7 @@ OC.L10N.register(
"Hello {name}" : "สวัสดี {name}",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง",
+ "Updating to {version}" : "กำลังอัพเดทเป็นรุ่น {version}",
"An error occurred." : "เกิดข้อผิดพลาด",
"Please reload the page." : "โปรดโหลดหน้าเว็บใหม่",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "การอัพเดทไม่เป็นผลสำเร็จ กรุณาแจ้งปัญหาที่เกิดขึ้นไปยัง <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">คอมมูนิตี้ผู้ใช้งาน ownCloud</a>",
diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json
index fd0f8226654..ea62edf0b46 100644
--- a/core/l10n/th_TH.json
+++ b/core/l10n/th_TH.json
@@ -25,11 +25,14 @@
"Error unfavoriting" : "เกิดข้อผิดพลาดขณะยกเลิกการเลือกที่ชื่นชอบ",
"Couldn't send mail to following users: %s " : "ไม่สามารถส่งอีเมลไปยังผู้ใช้: %s",
"Preparing update" : "เตรียมอัพเดท",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "กรุณาใช้คำสั่งการปรับปรุงเพราะการปรับปรุงอัตโนมัติถูกปิดใช้งานใน config.php",
+ "[%d / %d]: %s" : "[%d / %d]: %s",
+ "[%d / %d]: Checking table %s" : "[%d / %d]: กำลังตรวจสอบตาราง %s",
"Turned on maintenance mode" : "เปิดโหมดการบำรุงรักษา",
"Turned off maintenance mode" : "ปิดโหมดการบำรุงรักษา",
"Maintenance mode is kept active" : "โหมดการบำรุงรักษาจะถูกเก็บไว้ใช้งาน",
"Updating database schema" : "กำลังอัพเดทฐานข้อมูล schema",
- "Updated database" : "ปรับปรุงฐานข้อมูล",
+ "Updated database" : "อัพเดทฐานข้อมูลเรียบร้อยแล้ว",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "กำลังตรวจสอบว่าฐานข้อมูล schema สามารถอัพเดทได้หรือไม่ (นี้อาจใช้เวลานานขึ้นอยู่กับขนาดของฐานข้อมูล)",
"Checked database schema update" : "Schema อัพเดตของฐานข้อมูลถูกตรวจสอบ",
"Checking updates of apps" : "กำลังตรวจสอบการอัพเดทแอพพลิเคชัน",
@@ -125,6 +128,7 @@
"Strong password" : "รหัสผ่านระดับดีมาก",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "เว็บเซิร์ฟเวอร์ของคุณยังไม่ถูกติดตั้งอย่างถูกต้องเพื่ออนุญาตให้ประสานข้อมูลให้ตรงกัน เนื่องจากอินเตอร์เฟซ WebDAV อาจเสียหาย",
"This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "เซิร์ฟเวอร์นี้ไม่มีการเชื่อมต่ออินเทอร์เน็ตซึ่งหมายความว่าบางส่วนของคุณสมบัติ เช่น การจัดเก็บข้อมูลภายนอก การแจ้งเตือนเกี่ยวกับการปรับปรุงหรือการติดตั้งแอพพลิเคชันของบุคคลที่สามจะไม่ทำงาน การเข้าถึงไฟล์จากระยะไกลและการส่งอีเมล์แจ้งเตือนอาจจะไม่ทำงาน เราขอแนะนำให้เปิดใช้งานการเชื่อมต่ออินเทอร์เน็ตสำหรับเซิร์ฟเวอร์นี้ถ้าคุณต้องการใช้งานคุณสมบัติทั้งหมด",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "ขณะนี้คุณกำลังใช้ PHP รุ่น {version} เราขอให้คุณอัพเดท <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\"> เพื่อเหตุผลด้านประสิทธิภาพและความปลอดภัยโดยกลุ่มของ PHP</a>",
"Error occurred while checking server setup" : "เกิดข้อผิดพลาดขณะที่ทำการตรวจสอบการติดตั้งเซิร์ฟเวอร์",
"Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. We strongly suggest that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "ข้อมูลไดเรกทอรีและไฟล์ของคุณอาจจะสามารถเข้าถึงได้จากอินเทอร์เน็ต ขณะที่ htaccess ไฟล์ไม่ทำงาน เราขอแนะนำให้คุณกำหนดค่าเว็บเซิร์ฟเวอร์ของคุณในทางที่ข้อมูลไดเรกทอรีไม่สามารถเข้าถึงได้หรือคุณย้ายข้อมูลไดเรกทอรีไปยังนอกเว็บเซิร์ฟเวอร์หรือเอกสาร",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" ไม่ได้กำหนดค่าส่วนหัว Http ให้เท่ากับ \"{expected}\" นี่คือระบบการรักษาความปลอดภัยที่มีศักยภาพหรือลดความเสี่ยงที่จะเกิดขึ้นเราขอแนะนำให้ปรับการตั้งค่านี้",
@@ -188,6 +192,7 @@
"Hello {name}" : "สวัสดี {name}",
"_download %n file_::_download %n files_" : ["ดาวน์โหลด %n ไฟล์"],
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "กำลังดำเนินการอัพเกรด หากออกจากหน้านี้ ณ เวลานี้อาจเกิดปัญหาในภายหลัง",
+ "Updating to {version}" : "กำลังอัพเดทเป็นรุ่น {version}",
"An error occurred." : "เกิดข้อผิดพลาด",
"Please reload the page." : "โปรดโหลดหน้าเว็บใหม่",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." : "การอัพเดทไม่เป็นผลสำเร็จ กรุณาแจ้งปัญหาที่เกิดขึ้นไปยัง <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">คอมมูนิตี้ผู้ใช้งาน ownCloud</a>",
diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js
index aa80b307754..8c392f77c39 100644
--- a/lib/l10n/pt_PT.js
+++ b/lib/l10n/pt_PT.js
@@ -17,8 +17,22 @@ OC.L10N.register(
"Following platforms are supported: %s" : "As seguintes plataformas são suportadas: %s",
"ownCloud %s or higher is required." : "É necessário ownCloud %s ou superior.",
"ownCloud %s or lower is required." : "É necessário ownCloud %s ou inferior.",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
+ "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
+ "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
+ "%s enter the database name." : "%s introduza o nome da base de dados",
+ "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
+ "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
+ "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
+ "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
+ "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
+ "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
+ "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"You are not allowed to share %s" : "Não está autorizado a partilhar %s",
"Cannot increase permissions of %s" : "Não é possível aumentar as permissões de %s",
+ "Files can't be shared with delete permissions" : "Ficheiros não podem ser partilhados com permissões de apagar",
+ "Files can't be shared with create permissions" : "Ficheiros não podem ser partilhados com permissões de criação",
"Expiration date is in the past" : "A data de expiração está no passado",
"Cannot set expiration date more than %s days in the future" : "Não é possível definir data de expiração a mais de %s dias no futuro",
"Help" : "Ajuda",
@@ -40,7 +54,6 @@ OC.L10N.register(
"_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"],
"seconds ago" : "Minutos atrás",
"web services under your control" : "serviços web sob o seu controlo",
- "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
"Empty filename is not allowed" : "Não é permitido um ficheiro sem nome",
"Dot files are not allowed" : "Ficheiros dot não são permitidos",
"4-byte characters are not supported in file names" : "Carateres 4-byte não são suportados como nome de ficheiros",
@@ -68,17 +81,6 @@ OC.L10N.register(
"Authentication error" : "Erro na autenticação",
"Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.",
"Unknown user" : "Utilizador desconhecido",
- "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
- "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
- "%s enter the database name." : "%s introduza o nome da base de dados",
- "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
- "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
- "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
- "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
- "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
- "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
- "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
- "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.",
"For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.",
diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json
index 2306fece4f2..8a7f0ab575e 100644
--- a/lib/l10n/pt_PT.json
+++ b/lib/l10n/pt_PT.json
@@ -15,8 +15,22 @@
"Following platforms are supported: %s" : "As seguintes plataformas são suportadas: %s",
"ownCloud %s or higher is required." : "É necessário ownCloud %s ou superior.",
"ownCloud %s or lower is required." : "É necessário ownCloud %s ou inferior.",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
+ "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
+ "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
+ "%s enter the database name." : "%s introduza o nome da base de dados",
+ "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
+ "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
+ "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
+ "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
+ "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
+ "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
+ "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"You are not allowed to share %s" : "Não está autorizado a partilhar %s",
"Cannot increase permissions of %s" : "Não é possível aumentar as permissões de %s",
+ "Files can't be shared with delete permissions" : "Ficheiros não podem ser partilhados com permissões de apagar",
+ "Files can't be shared with create permissions" : "Ficheiros não podem ser partilhados com permissões de criação",
"Expiration date is in the past" : "A data de expiração está no passado",
"Cannot set expiration date more than %s days in the future" : "Não é possível definir data de expiração a mais de %s dias no futuro",
"Help" : "Ajuda",
@@ -38,7 +52,6 @@
"_%n year ago_::_%n years ago_" : ["%n ano atrás","%n anos atrás"],
"seconds ago" : "Minutos atrás",
"web services under your control" : "serviços web sob o seu controlo",
- "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "O módulo com a id: %s não existe. Por favor, ative-o nas definições da sua app ou contacte o seu administrador.",
"Empty filename is not allowed" : "Não é permitido um ficheiro sem nome",
"Dot files are not allowed" : "Ficheiros dot não são permitidos",
"4-byte characters are not supported in file names" : "Carateres 4-byte não são suportados como nome de ficheiros",
@@ -66,17 +79,6 @@
"Authentication error" : "Erro na autenticação",
"Token expired. Please reload page." : "O token expirou. Por favor recarregue a página.",
"Unknown user" : "Utilizador desconhecido",
- "%s enter the database username and name." : "%s introduza o nome de utilizador da base de dados e o nome da base de dados.",
- "%s enter the database username." : "%s introduza o nome de utilizador da base de dados",
- "%s enter the database name." : "%s introduza o nome da base de dados",
- "%s you may not use dots in the database name" : "%s não é permitido utilizar pontos (.) no nome da base de dados",
- "Oracle connection could not be established" : "Não foi possível estabelecer a ligação Oracle",
- "Oracle username and/or password not valid" : "Nome de utilizador/password do Oracle inválida",
- "DB Error: \"%s\"" : "Erro na BD: \"%s\"",
- "Offending command was: \"%s\"" : "O comando gerador de erro foi: \"%s\"",
- "You need to enter either an existing account or the administrator." : "Precisa de introduzir uma conta existente ou de administrador",
- "Offending command was: \"%s\", name: %s, password: %s" : "O comando gerador de erro foi: \"%s\", nome: %s, password: %s",
- "PostgreSQL username and/or password not valid" : "Nome de utilizador/password do PostgreSQL inválido",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Esta plataforma não suporta o sistema operativo Mac OS X e o %s poderá não funcionar correctamente. Utilize por sua conta e risco.",
"For the best results, please consider using a GNU/Linux server instead." : "Para um melhor resultado, utilize antes o servidor GNU/Linux.",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Parece que a instância %s está a ser executada num ambiente PHP de 32-bits e o open_basedir foi configurado no php.ini. Isto levará a problemas com ficheiros de tamanho superior a 4 GB e é altamente desencorajado.",
diff --git a/lib/l10n/th_TH.js b/lib/l10n/th_TH.js
index 09739c87609..47cc1f10263 100644
--- a/lib/l10n/th_TH.js
+++ b/lib/l10n/th_TH.js
@@ -8,7 +8,7 @@ OC.L10N.register(
"Sample configuration detected" : "ตรวจพบการกำหนดค่าตัวอย่าง",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "ตรวจพบว่าการกำหนดค่าตัวอย่างที่ถูกคัดลอก นี้สามารถทำลายการติดตั้งของคุณและไม่ได้รับการสนับสนุน โปรดอ่านเอกสารก่อนที่จะดำเนินการเปลี่ยนแปลงใน config.php",
"PHP %s or higher is required." : "จำเป็นต้องมี PHP รุ่น %s หรือที่สูงกว่า ",
- "PHP with a version lower than %s is required." : "PHP จะต้องมีรุ่นที่ต่ำกว่า %s",
+ "PHP with a version lower than %s is required." : "รุ่น PHP ของคุณต่ำกว่า %s",
"Following databases are supported: %s" : "ฐานข้อมูลต่อไปนี้ได้รับการสนับสนุน: %s",
"The command line tool %s could not be found" : "ไม่พบเครื่องมือบรรทัดคำสั่ง %s ",
"The library %s is not available." : "ไลบรารี %s ไม่สามารถใช้ได้",
@@ -17,8 +17,22 @@ OC.L10N.register(
"Following platforms are supported: %s" : "แพลตฟอร์มต่อไปนี้ได้รับการสนับสนุน: %s",
"ownCloud %s or higher is required." : "จำเป็นต้องมี ownCloud รุ่น %s หรือรุ่นที่สูงกว่า",
"ownCloud %s or lower is required." : "ต้องการ ownCloud %s หรือรุ่นที่ต่ำกว่า",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "โมดูลที่มีไอดี: %s ไม่มีอยู่ กรุณาเปิดใช้งานได้ในการตั้งค่าแอพพลิเคชันของคุณหรือติดต่อผู้ดูแลระบบ",
+ "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ",
+ "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
+ "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
+ "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
+ "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
+ "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
+ "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
+ "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
+ "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
+ "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"You are not allowed to share %s" : "คุณยังไม่ได้รับอนุญาตให้แชร์ %s",
"Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s",
+ "Files can't be shared with delete permissions" : "ไม่สามารถแชร์ไฟล์และลบสิทธิ์",
+ "Files can't be shared with create permissions" : "ไม่สามารถแชร์ไฟล์และสร้างสิทธิ์",
"Expiration date is in the past" : "วันหมดอายุอยู่ในอดีตที่ผ่านมา",
"Cannot set expiration date more than %s days in the future" : "ไม่สามารถกำหนดวันหมดอายุให้มากกว่า %s วันในอนาคต",
"Help" : "ช่วยเหลือ",
@@ -26,7 +40,8 @@ OC.L10N.register(
"Users" : "ผู้ใช้งาน",
"Admin" : "ผู้ดูแล",
"Recommended" : "แนะนำ",
- "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
+ "App \"%s\" cannot be installed because appinfo file cannot be read." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะไฟล์ appInfo ไม่สามารถอ่านได้",
+ "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "ไม่สามารถติดตั้งแอพฯ \"%s\" เพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "แอพฯ \"%s\" ไม่สามารถติดตั้งเพราะไม่ได้ปฏิบัติตามการอ้างอิงต่อไปนี้: %s",
"No app name specified" : "ไม่ได้ระบุชื่อแอพพลิเคชัน",
"Unknown filetype" : "ไม่รู้จักชนิดของไฟล์",
@@ -42,7 +57,6 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n นาทีที่ผ่านมา"],
"seconds ago" : "วินาที ก่อนหน้านี้",
"web services under your control" : "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้",
- "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "โมดูลที่มีไอดี: %s ไม่มีอยู่ กรุณาเปิดใช้งานได้ในการตั้งค่าแอพพลิเคชันของคุณหรือติดต่อผู้ดูแลระบบ",
"Empty filename is not allowed" : "ชื่อไฟล์ห้ามว่างเปล่า",
"Dot files are not allowed" : "ชื่อไฟล์ห้ามมีจุด",
"4-byte characters are not supported in file names" : "ตัวอักษร 4 ไบต์ไม่ได้รับการสนับสนุนในชื่อไฟล์",
@@ -64,20 +78,11 @@ OC.L10N.register(
"App can't be installed because of not allowed code in the App" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะไม่ได้อนุญาตรหัสในแอพพลิเคชัน",
"App can't be installed because it is not compatible with this version of ownCloud" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันมี <shipped>จริง</shipped> แท็กที่ไม่ได้รับอนุญาต",
+ "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "ไม่สามารถติดตั้งแอพฯ เพราะว่ารุ่นของ info.xml ไม่ตรงกับรุ่นที่ระบุไว้จากแอพสโตร์",
"Application is not enabled" : "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน",
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
"Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง",
"Unknown user" : "ไม่รู้จักผู้ใช้",
- "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
- "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
- "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
- "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
- "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
- "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
- "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
- "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
- "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
- "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "ระบบปฏิบัติการ Mac OS X ไม่ได้รับการสนับสนุนและ %s จะไม่ทำงานบนแพลตฟอร์มนี้ ใช้มันบนความเสี่ยงของคุณเอง!",
"For the best results, please consider using a GNU/Linux server instead." : "เพื่อให้ได้ผลลัพธ์ที่ดีที่สุดโปรดพิจารณาใช้เซิร์ฟเวอร์ GNU/Linux แทน",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "ดูเหมือนว่า %s ทำงานบน PHP 32 บิต และ open_basedir ได้ถูกกำหนดค่าใน php.ini ซึ่งจะมีปัญหาหากไฟล์มีขนาดกว่า 4 GB กิกะไบต์",
@@ -137,6 +142,7 @@ OC.L10N.register(
"Adjusting this setting in php.ini will make ownCloud run again" : "การปรับตั้งค่าใน php.ini นี้ ownCloud จะทำงานอีกครั้ง",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload ถูกตั้งเป็น \"%s\" แทนที่จะเป็น \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "หากต้องการแก้ไขปัญหานี้กรุณาแก้ <code>mbstring.func_overload</code> เป็น <code>0</code> ในไฟล์ php.ini ของคุณ",
+ "To fix this issue update your libxml2 version and restart your web server." : "เพื่อแก้ไขปัญหานี้ กรุณาอัพเดทรุ่นของ libxml2 และรีสตาร์ทเว็บเซิร์ฟเวอร์ของคุณ",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่า PHP มีการตั้งค่าเพื่อดึงบล็อกเอกสารแบบอินไลน์ ซึ่งจะทำให้แอพพลิเคชันไม่สามารถเข้าถึงได้",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator",
"PHP modules have been installed, but they are still listed as missing?" : "โมดูล PHP ได้รับการติดตั้ง แต่พวกเขาไม่ได้ระบุไว้หรือมันอาจหายไป?",
diff --git a/lib/l10n/th_TH.json b/lib/l10n/th_TH.json
index 003f22c00ad..69799f6b1ed 100644
--- a/lib/l10n/th_TH.json
+++ b/lib/l10n/th_TH.json
@@ -6,7 +6,7 @@
"Sample configuration detected" : "ตรวจพบการกำหนดค่าตัวอย่าง",
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "ตรวจพบว่าการกำหนดค่าตัวอย่างที่ถูกคัดลอก นี้สามารถทำลายการติดตั้งของคุณและไม่ได้รับการสนับสนุน โปรดอ่านเอกสารก่อนที่จะดำเนินการเปลี่ยนแปลงใน config.php",
"PHP %s or higher is required." : "จำเป็นต้องมี PHP รุ่น %s หรือที่สูงกว่า ",
- "PHP with a version lower than %s is required." : "PHP จะต้องมีรุ่นที่ต่ำกว่า %s",
+ "PHP with a version lower than %s is required." : "รุ่น PHP ของคุณต่ำกว่า %s",
"Following databases are supported: %s" : "ฐานข้อมูลต่อไปนี้ได้รับการสนับสนุน: %s",
"The command line tool %s could not be found" : "ไม่พบเครื่องมือบรรทัดคำสั่ง %s ",
"The library %s is not available." : "ไลบรารี %s ไม่สามารถใช้ได้",
@@ -15,8 +15,22 @@
"Following platforms are supported: %s" : "แพลตฟอร์มต่อไปนี้ได้รับการสนับสนุน: %s",
"ownCloud %s or higher is required." : "จำเป็นต้องมี ownCloud รุ่น %s หรือรุ่นที่สูงกว่า",
"ownCloud %s or lower is required." : "ต้องการ ownCloud %s หรือรุ่นที่ต่ำกว่า",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "โมดูลที่มีไอดี: %s ไม่มีอยู่ กรุณาเปิดใช้งานได้ในการตั้งค่าแอพพลิเคชันของคุณหรือติดต่อผู้ดูแลระบบ",
+ "%s enter the database username and name." : "%s ป้อนชื่อผู้ใช้ฐานข้อมูล และชื่อ",
+ "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
+ "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
+ "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
+ "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
+ "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
+ "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
+ "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
+ "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
+ "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
+ "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"You are not allowed to share %s" : "คุณยังไม่ได้รับอนุญาตให้แชร์ %s",
"Cannot increase permissions of %s" : "ไม่สามารถเพิ่มสิทธิ์ของ %s",
+ "Files can't be shared with delete permissions" : "ไม่สามารถแชร์ไฟล์และลบสิทธิ์",
+ "Files can't be shared with create permissions" : "ไม่สามารถแชร์ไฟล์และสร้างสิทธิ์",
"Expiration date is in the past" : "วันหมดอายุอยู่ในอดีตที่ผ่านมา",
"Cannot set expiration date more than %s days in the future" : "ไม่สามารถกำหนดวันหมดอายุให้มากกว่า %s วันในอนาคต",
"Help" : "ช่วยเหลือ",
@@ -24,7 +38,8 @@
"Users" : "ผู้ใช้งาน",
"Admin" : "ผู้ดูแล",
"Recommended" : "แนะนำ",
- "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
+ "App \"%s\" cannot be installed because appinfo file cannot be read." : "แอพฯ \"%s\" ไม่สามารถติดตั้งได้เพราะไฟล์ appInfo ไม่สามารถอ่านได้",
+ "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "ไม่สามารถติดตั้งแอพฯ \"%s\" เพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "แอพฯ \"%s\" ไม่สามารถติดตั้งเพราะไม่ได้ปฏิบัติตามการอ้างอิงต่อไปนี้: %s",
"No app name specified" : "ไม่ได้ระบุชื่อแอพพลิเคชัน",
"Unknown filetype" : "ไม่รู้จักชนิดของไฟล์",
@@ -40,7 +55,6 @@
"_%n minute ago_::_%n minutes ago_" : ["%n นาทีที่ผ่านมา"],
"seconds ago" : "วินาที ก่อนหน้านี้",
"web services under your control" : "เว็บเซอร์วิสที่คุณควบคุมการใช้งานได้",
- "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "โมดูลที่มีไอดี: %s ไม่มีอยู่ กรุณาเปิดใช้งานได้ในการตั้งค่าแอพพลิเคชันของคุณหรือติดต่อผู้ดูแลระบบ",
"Empty filename is not allowed" : "ชื่อไฟล์ห้ามว่างเปล่า",
"Dot files are not allowed" : "ชื่อไฟล์ห้ามมีจุด",
"4-byte characters are not supported in file names" : "ตัวอักษร 4 ไบต์ไม่ได้รับการสนับสนุนในชื่อไฟล์",
@@ -62,20 +76,11 @@
"App can't be installed because of not allowed code in the App" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะไม่ได้อนุญาตรหัสในแอพพลิเคชัน",
"App can't be installed because it is not compatible with this version of ownCloud" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันเข้ากันไม่ได้กับรุ่นของ ownCloud นี้",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "ไม่สามารถติดตั้งแอพพลิเคชันเพราะมันมี <shipped>จริง</shipped> แท็กที่ไม่ได้รับอนุญาต",
+ "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "ไม่สามารถติดตั้งแอพฯ เพราะว่ารุ่นของ info.xml ไม่ตรงกับรุ่นที่ระบุไว้จากแอพสโตร์",
"Application is not enabled" : "แอพพลิเคชั่นดังกล่าวยังไม่ได้เปิดใช้งาน",
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
"Token expired. Please reload page." : "รหัสยืนยันความถูกต้องหมดอายุแล้ว กรุณาโหลดหน้าเว็บใหม่อีกครั้ง",
"Unknown user" : "ไม่รู้จักผู้ใช้",
- "%s enter the database username." : "%s ใส่ชื่อผู้ใช้ฐานข้อมูล",
- "%s enter the database name." : "%s ใส่ชื่อฐานข้อมูล",
- "%s you may not use dots in the database name" : "%s บางที่คุณไม่ควรใช้จุดในชื่อฐานข้อมูล",
- "Oracle connection could not be established" : "ไม่สามารถสร้างการเชื่อมต่อกับ Oracle ",
- "Oracle username and/or password not valid" : "Oracle ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
- "DB Error: \"%s\"" : "ข้อผิดพลาดในฐานข้อมูล: \"%s\"",
- "Offending command was: \"%s\"" : "คำสั่งที่ทำผิดคือ: \"%s\"",
- "You need to enter either an existing account or the administrator." : "คุณจำเป็นต้องใส่ทั้งบัญชีที่มีอยู่หรือบัญชีผู้ดูแล",
- "Offending command was: \"%s\", name: %s, password: %s" : "คำสั่งที่กระทำผิดคือ: \"%s\", ชื่อผู้ใช้: %s, รหัสผ่าน: %s",
- "PostgreSQL username and/or password not valid" : "PostgreSQL ชื่อผู้ใช้ และ/หรือ รหัสผ่านไม่ถูกต้อง",
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "ระบบปฏิบัติการ Mac OS X ไม่ได้รับการสนับสนุนและ %s จะไม่ทำงานบนแพลตฟอร์มนี้ ใช้มันบนความเสี่ยงของคุณเอง!",
"For the best results, please consider using a GNU/Linux server instead." : "เพื่อให้ได้ผลลัพธ์ที่ดีที่สุดโปรดพิจารณาใช้เซิร์ฟเวอร์ GNU/Linux แทน",
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "ดูเหมือนว่า %s ทำงานบน PHP 32 บิต และ open_basedir ได้ถูกกำหนดค่าใน php.ini ซึ่งจะมีปัญหาหากไฟล์มีขนาดกว่า 4 GB กิกะไบต์",
@@ -135,6 +140,7 @@
"Adjusting this setting in php.ini will make ownCloud run again" : "การปรับตั้งค่าใน php.ini นี้ ownCloud จะทำงานอีกครั้ง",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload ถูกตั้งเป็น \"%s\" แทนที่จะเป็น \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "หากต้องการแก้ไขปัญหานี้กรุณาแก้ <code>mbstring.func_overload</code> เป็น <code>0</code> ในไฟล์ php.ini ของคุณ",
+ "To fix this issue update your libxml2 version and restart your web server." : "เพื่อแก้ไขปัญหานี้ กรุณาอัพเดทรุ่นของ libxml2 และรีสตาร์ทเว็บเซิร์ฟเวอร์ของคุณ",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่า PHP มีการตั้งค่าเพื่อดึงบล็อกเอกสารแบบอินไลน์ ซึ่งจะทำให้แอพพลิเคชันไม่สามารถเข้าถึงได้",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator",
"PHP modules have been installed, but they are still listed as missing?" : "โมดูล PHP ได้รับการติดตั้ง แต่พวกเขาไม่ได้ระบุไว้หรือมันอาจหายไป?",
diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js
index 564e6b11263..32202c87d40 100644
--- a/settings/l10n/pt_PT.js
+++ b/settings/l10n/pt_PT.js
@@ -63,6 +63,7 @@ OC.L10N.register(
"Experimental" : "Experimental",
"All" : "Todos",
"No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
+ "The app will be downloaded from the app store" : "A aplicação será descarregada da loja de aplicações.",
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "As apps oficiais são desenvolvidas por e na comunidade da ownCloud. Elas oferecem funcionalidade central para a ownCloud e está pronta para uma utilização na produção.",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicações aprovadas são desenvolvidas por developers de confiança e passaram numa verificação de segurança. São mantidas ativamente num repositório de código aberto e quem as mantém considera-as estáveis para uso casual a normal.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicação não foi verificada por problemas de segurança e é nova ou conhecida por ser instável. Instale-a por sua conta e risco.",
diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json
index cc05e17409d..132ca5b992b 100644
--- a/settings/l10n/pt_PT.json
+++ b/settings/l10n/pt_PT.json
@@ -61,6 +61,7 @@
"Experimental" : "Experimental",
"All" : "Todos",
"No apps found for your version" : "Nenhuma aplicação encontrada para a sua versão",
+ "The app will be downloaded from the app store" : "A aplicação será descarregada da loja de aplicações.",
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "As apps oficiais são desenvolvidas por e na comunidade da ownCloud. Elas oferecem funcionalidade central para a ownCloud e está pronta para uma utilização na produção.",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicações aprovadas são desenvolvidas por developers de confiança e passaram numa verificação de segurança. São mantidas ativamente num repositório de código aberto e quem as mantém considera-as estáveis para uso casual a normal.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicação não foi verificada por problemas de segurança e é nova ou conhecida por ser instável. Instale-a por sua conta e risco.",
diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js
index 2a7c84ee132..3f3743bdad9 100644
--- a/settings/l10n/th_TH.js
+++ b/settings/l10n/th_TH.js
@@ -6,13 +6,13 @@ OC.L10N.register(
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
"Please provide an admin recovery password, otherwise all user data will be lost" : "โปรดให้กู้คืนรหัสผ่านของผู้ดูแลระบบมิฉะนั้นข้อมูลของผู้ใช้ทั้งหมดจะหายไป",
"Wrong admin recovery password. Please check the password and try again." : "กู้คืนรหัสผ่านของผู้ดูแลระบบไม่ถูกต้อง กรุณาตรวจสอบรหัสผ่านและลองอีกครั้ง.",
- "Backend doesn't support password change, but the user's encryption key was successfully updated." : "แบ็กเอนด์ไม่สนับสนุนการเปลี่ยนแปลงรหัสผ่าน แต่คีย์การเข้ารหัสลับของผู้ใช้จะถูกอัพเดทสำเร็จ",
+ "Backend doesn't support password change, but the user's encryption key was successfully updated." : "แบ็กเอนด์ไม่สนับสนุนการเปลี่ยนแปลงรหัสผ่าน แต่คีย์ที่เข้ารหัสลับของผู้ใช้ได้ถูกอัพเดทแล้ว",
"Unable to change password" : "ไม่สามารถเปลี่ยนรหัสผ่าน",
"Enabled" : "เปิดการใช้งาน",
"Not enabled" : "ใช้งานไม่ได้",
"installing and updating apps via the app store or Federated Cloud Sharing" : "กำลังติดตั้งและอัพเดทแอพพลิเคชันผ่าแอพสโตร์หรือคลาวด์ในเครือ",
"Federated Cloud Sharing" : "สหพันธ์การแชร์คลาวด์",
- "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL รุ่น %s เป็นรุ่นเก่า (%s)โปรดอัพเดทระบบปฏิบัติการหรือคุณสมบัติเป็น %s เพื่อการทำงานที่มีประสิทธิภาพ",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "คุณกำลังใช้ cURL %s รุ่นเก่ากว่า (%s)โปรดอัพเดทระบบปฏิบัติการหรือคุณสมบัติเป็น %s เพื่อการทำงานที่มีประสิทธิภาพ",
"A problem occurred, please check your log files (Error: %s)" : "มีปัญหาเกิดขึ้นโปรดตรวจสอบบันทึกไฟล์ของคุณ (ข้อผิดพลาด: %s)",
"Migration Completed" : "การโยกย้ายเสร็จสมบูรณ์",
"Group already exists." : "มีกลุ่มนี้อยู่แล้ว",
@@ -63,10 +63,12 @@ OC.L10N.register(
"Experimental" : "การทดลอง",
"All" : "ทั้งหมด",
"No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
+ "The app will be downloaded from the app store" : "แอพฯจะดาวน์โหลดได้จากแอพสโตร์",
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "แอพพลิเคชันมีการพัฒนาอย่างเป็นทางการภายในชุมชน ownCloud พวกเขามีการทำงานเป็นศูนย์กลางของ ownCloud และพร้อมสำหรับการใช้งานผลิตภัณฑ์",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง",
"Update to %s" : "อัพเดทไปยัง %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["คุณมีอัพเดทแอพฯ n% รายการ อยู่ในระหว่างดำเนินการ"],
"Please wait...." : "กรุณารอสักครู่...",
"Error while disabling app" : "เกิดข้อผิดพลาดขณะปิดการใช้งานแอพพลิเคชัน",
"Disable" : "ปิดใช้งาน",
@@ -123,6 +125,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่าการตั้งค่า PHP จะตัดบล็อคเอกสารแบบอินไลน์ ซึ่งจะทำให้แอพพลิเคชันอีกหลายแกนไม่สามารถเข้าถึงได้",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "เซิร์ฟเวอร์ของคุณทำงานบน Microsoft Windows เราขอแนะนำให้ใช้ลินุกซ์หากคุณต้องการ การใช้งานที่ดีที่สุด",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s เป็นรุ่นที่ต่ำกว่า %2$s ได้ถูกติดตั้ง สำหรับเหตุผลด้านเสถียรภาพและประสิทธิภาพการทำงาน เราขอแนะนำให้อัพเดทไปเป็นรุ่น %1$s",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "โมดูล PHP 'fileinfo' หายไป เราขอแนะนำให้เปิดใช้งานโมดูลนี้เพื่อให้ได้ผลลัพธ์ที่ดีที่สุดกับการตรวจสอบชนิด mime",
"System locale can not be set to a one which supports UTF-8." : "ตำแหน่งที่ตั้งของระบบไม่สามารถตั้งค่าให้รองรับ UTF-8",
"This means that there might be problems with certain characters in file names." : "นี้หมายความว่าอาจจะมีปัญหากับตัวอักษรบางตัวในชื่อไฟล์",
@@ -137,7 +140,7 @@ OC.L10N.register(
"Allow public uploads" : "อนุญาตให้อัพโหลดสาธารณะ",
"Allow users to send mail notification for shared files" : "อนุญาตให้ผู้ใช้ส่งการแจ้งเตือนอีเมลสำหรับไฟล์ที่ถูกแชร์",
"Set default expiration date" : "ตั้งค่าเริ่มต้นวันหมดอายุ",
- "Expire after " : "หมดอายุหลังจาก",
+ "Expire after " : "หลังจากหมดอายุ",
"days" : "วัน",
"Enforce expiration date" : "บังคับให้มีวันที่หมดอายุ",
"Allow resharing" : "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้",
@@ -204,7 +207,7 @@ OC.L10N.register(
"Admin documentation" : "เอกสารผู้ดูแลระบบ",
"Show description …" : "แสดงรายละเอียด ...",
"Hide description …" : "ซ่อนรายละเอียด ...",
- "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "แอพฯนี้ได้ไม่บ่งบอกรุ่นต่ำสุดของ ownCloud นี้จะเป็นข้อผิดพลาดใน ownCloud ที่ 11 และรุ่นต่อมา",
+ "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "แอพฯนี้ได้ไม่บ่งบอกรุ่นต่ำสุดของ ownCloud นี้จะเป็นปัญหาใน ownCloud รุ่น 11 และรุ่นต่อไป",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "แอพฯนี้ได้ไม่บ่งบอกรุ่นสูงสุดของ ownCloud นี้จะเป็นข้อผิดพลาดใน ownCloud ที่ 11 และรุ่นต่อมา",
"This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:",
"Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม",
diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json
index 73aa6c6211f..b66083e612c 100644
--- a/settings/l10n/th_TH.json
+++ b/settings/l10n/th_TH.json
@@ -4,13 +4,13 @@
"Authentication error" : "เกิดข้อผิดพลาดในสิทธิ์การเข้าใช้งาน",
"Please provide an admin recovery password, otherwise all user data will be lost" : "โปรดให้กู้คืนรหัสผ่านของผู้ดูแลระบบมิฉะนั้นข้อมูลของผู้ใช้ทั้งหมดจะหายไป",
"Wrong admin recovery password. Please check the password and try again." : "กู้คืนรหัสผ่านของผู้ดูแลระบบไม่ถูกต้อง กรุณาตรวจสอบรหัสผ่านและลองอีกครั้ง.",
- "Backend doesn't support password change, but the user's encryption key was successfully updated." : "แบ็กเอนด์ไม่สนับสนุนการเปลี่ยนแปลงรหัสผ่าน แต่คีย์การเข้ารหัสลับของผู้ใช้จะถูกอัพเดทสำเร็จ",
+ "Backend doesn't support password change, but the user's encryption key was successfully updated." : "แบ็กเอนด์ไม่สนับสนุนการเปลี่ยนแปลงรหัสผ่าน แต่คีย์ที่เข้ารหัสลับของผู้ใช้ได้ถูกอัพเดทแล้ว",
"Unable to change password" : "ไม่สามารถเปลี่ยนรหัสผ่าน",
"Enabled" : "เปิดการใช้งาน",
"Not enabled" : "ใช้งานไม่ได้",
"installing and updating apps via the app store or Federated Cloud Sharing" : "กำลังติดตั้งและอัพเดทแอพพลิเคชันผ่าแอพสโตร์หรือคลาวด์ในเครือ",
"Federated Cloud Sharing" : "สหพันธ์การแชร์คลาวด์",
- "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL รุ่น %s เป็นรุ่นเก่า (%s)โปรดอัพเดทระบบปฏิบัติการหรือคุณสมบัติเป็น %s เพื่อการทำงานที่มีประสิทธิภาพ",
+ "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "คุณกำลังใช้ cURL %s รุ่นเก่ากว่า (%s)โปรดอัพเดทระบบปฏิบัติการหรือคุณสมบัติเป็น %s เพื่อการทำงานที่มีประสิทธิภาพ",
"A problem occurred, please check your log files (Error: %s)" : "มีปัญหาเกิดขึ้นโปรดตรวจสอบบันทึกไฟล์ของคุณ (ข้อผิดพลาด: %s)",
"Migration Completed" : "การโยกย้ายเสร็จสมบูรณ์",
"Group already exists." : "มีกลุ่มนี้อยู่แล้ว",
@@ -61,10 +61,12 @@
"Experimental" : "การทดลอง",
"All" : "ทั้งหมด",
"No apps found for your version" : "ไม่พบแอพพลิเคชันสำหรับรุ่นของคุณ",
+ "The app will be downloaded from the app store" : "แอพฯจะดาวน์โหลดได้จากแอพสโตร์",
"Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use." : "แอพพลิเคชันมีการพัฒนาอย่างเป็นทางการภายในชุมชน ownCloud พวกเขามีการทำงานเป็นศูนย์กลางของ ownCloud และพร้อมสำหรับการใช้งานผลิตภัณฑ์",
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง",
"Update to %s" : "อัพเดทไปยัง %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["คุณมีอัพเดทแอพฯ n% รายการ อยู่ในระหว่างดำเนินการ"],
"Please wait...." : "กรุณารอสักครู่...",
"Error while disabling app" : "เกิดข้อผิดพลาดขณะปิดการใช้งานแอพพลิเคชัน",
"Disable" : "ปิดใช้งาน",
@@ -121,6 +123,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "เห็นได้ชัดว่าการตั้งค่า PHP จะตัดบล็อคเอกสารแบบอินไลน์ ซึ่งจะทำให้แอพพลิเคชันอีกหลายแกนไม่สามารถเข้าถึงได้",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "นี้อาจเกิดจาก cache/accelerator อย่างเช่น Zend OPcache หรือ eAccelerator",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "เซิร์ฟเวอร์ของคุณทำงานบน Microsoft Windows เราขอแนะนำให้ใช้ลินุกซ์หากคุณต้องการ การใช้งานที่ดีที่สุด",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s เป็นรุ่นที่ต่ำกว่า %2$s ได้ถูกติดตั้ง สำหรับเหตุผลด้านเสถียรภาพและประสิทธิภาพการทำงาน เราขอแนะนำให้อัพเดทไปเป็นรุ่น %1$s",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "โมดูล PHP 'fileinfo' หายไป เราขอแนะนำให้เปิดใช้งานโมดูลนี้เพื่อให้ได้ผลลัพธ์ที่ดีที่สุดกับการตรวจสอบชนิด mime",
"System locale can not be set to a one which supports UTF-8." : "ตำแหน่งที่ตั้งของระบบไม่สามารถตั้งค่าให้รองรับ UTF-8",
"This means that there might be problems with certain characters in file names." : "นี้หมายความว่าอาจจะมีปัญหากับตัวอักษรบางตัวในชื่อไฟล์",
@@ -135,7 +138,7 @@
"Allow public uploads" : "อนุญาตให้อัพโหลดสาธารณะ",
"Allow users to send mail notification for shared files" : "อนุญาตให้ผู้ใช้ส่งการแจ้งเตือนอีเมลสำหรับไฟล์ที่ถูกแชร์",
"Set default expiration date" : "ตั้งค่าเริ่มต้นวันหมดอายุ",
- "Expire after " : "หมดอายุหลังจาก",
+ "Expire after " : "หลังจากหมดอายุ",
"days" : "วัน",
"Enforce expiration date" : "บังคับให้มีวันที่หมดอายุ",
"Allow resharing" : "อนุญาตให้แชร์ข้อมูลซ้ำใหม่ได้",
@@ -202,7 +205,7 @@
"Admin documentation" : "เอกสารผู้ดูแลระบบ",
"Show description …" : "แสดงรายละเอียด ...",
"Hide description …" : "ซ่อนรายละเอียด ...",
- "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "แอพฯนี้ได้ไม่บ่งบอกรุ่นต่ำสุดของ ownCloud นี้จะเป็นข้อผิดพลาดใน ownCloud ที่ 11 และรุ่นต่อมา",
+ "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "แอพฯนี้ได้ไม่บ่งบอกรุ่นต่ำสุดของ ownCloud นี้จะเป็นปัญหาใน ownCloud รุ่น 11 และรุ่นต่อไป",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "แอพฯนี้ได้ไม่บ่งบอกรุ่นสูงสุดของ ownCloud นี้จะเป็นข้อผิดพลาดใน ownCloud ที่ 11 และรุ่นต่อมา",
"This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:",
"Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม",