You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vi.js 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to clear the mappings." : "Lỗi khi xóa ánh xạ.",
  5. "Failed to delete the server configuration" : "Lỗi khi xóa cấu hình máy chủ",
  6. "Select groups" : "Chọn nhóm",
  7. "Invalid Host" : "Host không hợp lệ",
  8. "Server" : "Máy chủ",
  9. "Users" : "Người dùng",
  10. "Groups" : "Nhóm",
  11. "Test Configuration" : "Kiểm tra cấu hình",
  12. "Help" : "Giúp đỡ",
  13. "Other Attributes:" : "Thuộc tính khác",
  14. "1. Server" : "1. Máy chủ",
  15. "%s. Server:" : "%s. Máy chủ:",
  16. "Host" : "Máy chủ",
  17. "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Bạn có thể bỏ qua các giao thức, ngoại trừ SSL. Sau đó bắt đầu với ldaps://",
  18. "Port" : "Cổng",
  19. "User DN" : "Người dùng DN",
  20. "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Các DN của người sử dụng đã được thực hiện, ví dụ như uid =agent , dc = example, dc = com. Để truy cập nặc danh ,DN và mật khẩu trống.",
  21. "Password" : "Mật khẩu",
  22. "For anonymous access, leave DN and Password empty." : "Cho phép truy cập nặc danh , DN và mật khẩu trống.",
  23. "You can specify Base DN for users and groups in the Advanced tab" : "Bạn có thể chỉ định DN cơ bản cho người dùng và các nhóm trong tab Advanced",
  24. "Back" : "Trở lại",
  25. "Continue" : "Tiếp tục",
  26. "Advanced" : "Nâng cao",
  27. "Connection Settings" : "Connection Settings",
  28. "Backup (Replica) Port" : "Cổng sao lưu (Replica)",
  29. "Disable Main Server" : "Tắt máy chủ chính",
  30. "Turn off SSL certificate validation." : "Tắt xác thực chứng nhận SSL",
  31. "in seconds. A change empties the cache." : "trong vài giây. Một sự thay đổi bộ nhớ cache.",
  32. "Directory Settings" : "Directory Settings",
  33. "User Display Name Field" : "Hiển thị tên người sử dụng",
  34. "Base User Tree" : "Cây người dùng cơ bản",
  35. "User Search Attributes" : "User Search Attributes",
  36. "Optional; one attribute per line" : "Optional; one attribute per line",
  37. "Group Display Name Field" : "Hiển thị tên nhóm",
  38. "Base Group Tree" : "Cây nhóm cơ bản",
  39. "Group Search Attributes" : "Group Search Attributes",
  40. "Group-Member association" : "Nhóm thành viên Cộng đồng",
  41. "Special Attributes" : "Special Attributes",
  42. "in bytes" : "Theo Byte",
  43. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Để trống tên người dùng (mặc định). Nếu không chỉ định thuộc tính LDAP/AD"
  44. },
  45. "nplurals=1; plural=0;");