-
Notifications
You must be signed in to change notification settings - Fork 662
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
376 additions
and
184 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
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,14 +1,16 @@ | ||
discord-watchlist-connection-header = | ||
{ $players -> | ||
[one] { $players } player on a watchlist has | ||
*[other] { $players } players on a watchlist have | ||
} connected to { $serverName } | ||
{ $players } { $players -> | ||
[one] игрок в списке наблюдения подключился | ||
[few] игрока в списке наблюдения поключились | ||
*[other] игроков в списке наблюдения подключились | ||
} к { $serverName } | ||
discord-watchlist-connection-entry = | ||
- { $playerName } with message "{ $message }"{ $expiry -> | ||
- { $playerName } с сообщением "{ $message }"{ $expiry -> | ||
[0] { "" } | ||
*[other] { " " }(expires <t:{ $expiry }:R>) | ||
*[other] { " " }(истекает <t:{ $expiry }:R>) | ||
}{ $otherWatchlists -> | ||
[0] { "" } | ||
[one] { " " }and { $otherWatchlists } other watchlist | ||
*[other] { " " }and { $otherWatchlists } other watchlists | ||
[one] { " " }и ещё { $otherWatchlists } наблюдением | ||
[few] { " " }и ещё { $otherWatchlists } наблюдения | ||
*[other] { " " }и ещё { $otherWatchlists } наблюдений | ||
} |
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
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
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
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
Oops, something went wrong.