pl-jedold.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. null,
  12. "Witaj, świecie!\n"
  13. ],
  14. "this is the first line\nthis is the next one\nbut this is the last\n": [
  15. null,
  16. "to jest pierwsza linia\nto jest następny\nale to jest ostatnia\n"
  17. ],
  18. "one product": [
  19. "%d products",
  20. "jeden produkt",
  21. "%d produkty",
  22. "%d produktów"
  23. ],
  24. "A sentence with \"quotation\" marks.": [
  25. null,
  26. "Zdanie w \"cudzysłowie\"."
  27. ],
  28. "string context\u0004the contextual phrase": [
  29. null,
  30. "zwrot kontekstowe"
  31. ],
  32. "a product": [
  33. "%d products",
  34. "",
  35. "",
  36. ""
  37. ]
  38. }
  39. }
  40. }