pl-jed.json 966 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "domain": "messages",
  3. "locale_data": {
  4. "messages": {
  5. "": {
  6. "domain": "messages",
  7. "plural_forms": "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);",
  8. "lang": "pl"
  9. },
  10. "Hello, world!\n": [
  11. "Witaj, świecie!\n"
  12. ],
  13. "this is the first line\nthis is the next one\nbut this is the last\n": [
  14. "to jest pierwsza linia\nto jest następny\nale to jest ostatnia\n"
  15. ],
  16. "one product": [
  17. "jeden produkt",
  18. "%d produkty",
  19. "%d produktów"
  20. ],
  21. "A sentence with \"quotation\" marks.": [
  22. "Zdanie w \"cudzysłowie\"."
  23. ],
  24. "string context\u0004the contextual phrase": [
  25. "zwrot kontekstowe"
  26. ],
  27. "a product": [
  28. "",
  29. "%d products",
  30. "%d products"
  31. ]
  32. }
  33. }
  34. }