lv.js 1.1 KB

123456789101112131415161718
  1. OC.L10N.register(
  2. "oauth2",
  3. {
  4. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Tavam pārvirzīšanas URL ir jābūt pilnam URL, piemēram https://yourdomain.com/path",
  5. "OAuth 2.0" : "OAuth 2.0",
  6. "Allows OAuth2 compatible authentication from other web applications." : "Ļauj OAuth2 saderīgu autentifikāciju citām tīmekļa lietotnēm.",
  7. "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 lietotne ļauj administratoriem konfigurēt iebūvēto autentifikācijas darbplūsmu un ļauj OAuth2 saderīgu autentifikāciju citām web lietotnēm.",
  8. "OAuth 2.0 clients" : "OAuth 2.0 klients",
  9. "Name" : "Nosaukums",
  10. "Redirection URI" : "Pārvirzāmais URI",
  11. "Client Identifier" : "Klienta identifikators",
  12. "Secret key" : "Slepenā atslēga",
  13. "Add client" : "Pievienot klientu",
  14. "Add" : "Pievienot",
  15. "Delete" : "Dzēst",
  16. "Secret" : "Noslēpums"
  17. },
  18. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");