mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
11 lines
1.4 KiB
JavaScript
11 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"federation",
|
|
{
|
|
"Server added to the list of trusted Nextclouds" : "เพิ่มเซิร์ฟเวอร์เข้าไปในรายการ Nextclouds ที่น่าเชื่อถือ",
|
|
"Server is already in the list of trusted servers." : "มีเซิร์ฟเวอร์นี้อยู่แล้วในรายการของเซิร์ฟเวอร์ที่เชื่อถือ",
|
|
"No Nextcloud server found" : "ไม่พบเซิร์ฟเวอร์ Nextcloud",
|
|
"Could not add server" : "ไม่สามารถเพิ่มเซิร์ฟเวอร์",
|
|
"Federation" : "สหพันธ์",
|
|
"Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "สหพันธ์ Nextcloud ช่วยให้คุณสามารถเชื่อมต่อกับ Nextcloud ที่น่าเชื่อถืออื่นๆ เพื่อแลกเปลี่ยนไดเรกทอรีของผู้ใช้ ตัวอย่างเช่น นี้จะถูกนำมาใช้กับผู้ใช้งานภายนอกโดยอัตโนมัติสำหรับการแชร์สหพันธ์"
|
|
},
|
|
"nplurals=1; plural=0;");
|