lv.js 585 B

1234567891011121314
  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. "OAuth 2.0 clients" : "OAuth 2.0 klients",
  7. "Name" : "Nosaukums",
  8. "Redirection URI" : "Pārvirzāmais URI",
  9. "Client Identifier" : "Klienta identifikators",
  10. "Secret" : "Noslēpums",
  11. "Add client" : "Pievienot klientu",
  12. "Add" : "Pievienot"
  13. },
  14. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");