-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from johnpaulmckean/feature/polish_translation
Add polish translation
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
ta_library/src/main/resources/com/github/marlonlom/utilities/timeago/messages_pl.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |