wallet-core/node_modules/po2json/test/fixtures/pl-jed.json
2016-10-10 03:43:44 +02:00

41 lines
1.0 KiB
JSON

{
"domain": "messages",
"locale_data": {
"messages": {
"": {
"domain": "messages",
"plural_forms": "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);",
"lang": "pl"
},
"Hello, world!\n": [
null,
"Witaj, świecie!\n"
],
"this is the first line\nthis is the next one\nbut this is the last\n": [
null,
"to jest pierwsza linia\nto jest następny\nale to jest ostatnia\n"
],
"one product": [
"%d products",
"jeden produkt",
"%d produkty",
"%d produktów"
],
"A sentence with \"quotation\" marks.": [
null,
"Zdanie w \"cudzysłowie\"."
],
"string context\u0004the contextual phrase": [
null,
"zwrot kontekstowe"
],
"a product": [
"%d products",
"",
"",
""
]
}
}
}