watchlist-connections.ftl 523 B

1234567891011121314
  1. discord-watchlist-connection-header =
  2. { $players ->
  3. [one] {$players} player on a watchlist has
  4. *[other] {$players} players on a watchlist have
  5. } connected to {$serverName}
  6. discord-watchlist-connection-entry = - {$playerName} with message "{$message}"{ $expiry ->
  7. [0] {""}
  8. *[other] {" "}(expires <t:{$expiry}:R>)
  9. }{ $otherWatchlists ->
  10. [0] {""}
  11. [one] {" "}and {$otherWatchlists} other watchlist
  12. *[other] {" "}and {$otherWatchlists} other watchlists
  13. }