summaryrefslogtreecommitdiffstats
path: root/third_party/rust/fluent-fallback/examples/resources/pl/simple.ftl
blob: 16173dd92e1d75b4b2c61c4a25b8e5a371bb637e (plain)
1
2
3
4
5
6
7
8
missing-arg-error = Błąd: Proszę wprowadzić liczbę jako argument.
input-parse-error = Błąd: Nie udało się sparsować `{ $input }`. Powód: { $reason } 
response-msg =
    { $value ->
        [one] "{ $input }" ma jeden krok Collatza.
        [few] "{ $input }" ma { $value } kroki Collatza.
       *[many] "{ $input }" ma { $value } kroków Collatza.
    }