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.

fa.js 2.7KB

123456789101112131415161718
  1. OC.L10N.register(
  2. "provisioning_api",
  3. {
  4. "Logged in user must be an administrator or have authorization to edit this setting." : "Logged in user must be an administrator or have authorization to edit this setting.",
  5. "User already exists" : "User already exists",
  6. "Email confirmation" : "Email confirmation",
  7. "To enable the email address %s please click the button below." : "To enable the email address %s please click the button below.",
  8. "Confirm" : "تائید",
  9. "Email was already removed from account and cannot be confirmed anymore." : "Email was already removed from account and cannot be confirmed anymore.",
  10. "Could not verify mail because the token is expired." : "Could not verify mail because the token is expired.",
  11. "Could not verify mail because the token is invalid." : "Could not verify mail because the token is invalid.",
  12. "An unexpected error occurred. Please contact your admin." : "An unexpected error occurred. Please contact your admin.",
  13. "Email confirmation successful" : "Email confirmation successful",
  14. "Provisioning API" : "Provisioning API",
  15. "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "This application enables a set of APIs that external systems can use to manage users, groups and apps.",
  16. "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses."
  17. },
  18. "nplurals=2; plural=(n > 1);");