Skip to content

Commit

Permalink
Merge pull request #50 from johnpaulmckean/feature/polish_translation
Browse files Browse the repository at this point in the history
Add polish translation
  • Loading branch information
marlonlom authored Feb 6, 2024
2 parents 1f39fdd + 364be8a commit fa7c588
Showing 1 changed file with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
#
# Copyright (c) 2018, helmy
#
# Licensed under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on
# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
ml.timeago.now=właśnie teraz
ml.timeago.oneminute.past=minutę temu
ml.timeago.xminutes.past={0} minut temu
ml.timeago.aboutanhour.past=około godziny temu
ml.timeago.xhours.past={0} godzin temu
ml.timeago.oneday.past=wczoraj
ml.timeago.xdays.past={0} dni temu
ml.timeago.oneweek.past=tydzień temu
ml.timeago.xweeks.past={0} tygodni temu
ml.timeago.aboutamonth.past=około miesiąca temu
ml.timeago.xmonths.past={0} miesięcy temu
ml.timeago.aboutayear.past=około roku temu
ml.timeago.overayear.past=ponad rok temu
ml.timeago.almosttwoyears.past=prawie dwa lata temu
ml.timeago.xyears.past={0} lat temu
ml.timeago.oneminute.future=w ciągu minuty
ml.timeago.xminutes.future=w ciągu {0} minut
ml.timeago.aboutanhour.future=w ciągu około godziny
ml.timeago.xhours.future=w ciągu {0} godzin
ml.timeago.oneday.future=jutro
ml.timeago.xdays.future=w ciągu {0} dni
ml.timeago.oneweek.future=w ciągu tygodnia
ml.timeago.xweeks.future=w ciągu {0} tygodni
ml.timeago.aboutamonth.future=w ciągu około miesiąca
ml.timeago.xmonths.future=w ciągu {0} miesięcy
ml.timeago.aboutayear.future=w ciągu około roku
ml.timeago.overayear.future=w ciągu ponad roku
ml.timeago.almosttwoyears.future=w ciągu prawie dwóch lat
ml.timeago.xyears.future=w ciągu {0} lat

0 comments on commit fa7c588

Please # to comment.