pl.json 814 B

12345678910111213
  1. { "translations": {
  2. "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Adres przekierowania musi być pełnym adresem URL, np.: https://twojadomena.com/sciezka",
  3. "OAuth 2.0" : "OAuth 2.0",
  4. "OAuth 2.0 clients" : "Klienci OAuth 2.0",
  5. "Name" : "Nazwa",
  6. "Redirection URI" : "URI przekierowania",
  7. "Client Identifier" : "Identyfikator Klienta",
  8. "Secret" : "Sekret",
  9. "Add client" : "Dodaj klienta",
  10. "Add" : "Dodaj",
  11. "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s."
  12. },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
  13. }