-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 #353 from weblate/weblate-wfrp-master-glossary
Translations update from Hosted Weblate
- Loading branch information
Showing
2 changed files
with
783 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,2 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources></resources> | ||
<resources> | ||
<plurals name="parties_player_count"> | ||
<item quantity="one">%d игрок</item> | ||
<item quantity="few">%d игрока</item> | ||
<item quantity="many">%d игроков</item> | ||
<item quantity="other">%d игроков</item> | ||
</plurals> | ||
<plurals name="duration_days"> | ||
<item quantity="one">%d день</item> | ||
<item quantity="few">%d дня</item> | ||
<item quantity="many">%d дней</item> | ||
<item quantity="other">%d дней</item> | ||
</plurals> | ||
<plurals name="duration_hours"> | ||
<item quantity="one">%d час</item> | ||
<item quantity="few">%d часа</item> | ||
<item quantity="many">%d часов</item> | ||
<item quantity="other">%d часов</item> | ||
</plurals> | ||
<plurals name="duration_minutes"> | ||
<item quantity="one">%d минута</item> | ||
<item quantity="few">%d минуты</item> | ||
<item quantity="many">%d минут</item> | ||
<item quantity="other">%d минут</item> | ||
</plurals> | ||
</resources> |
Oops, something went wrong.