forked from avral/golos-ui
-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
e9e457f
commit 5c8d160
Showing
4 changed files
with
12 additions
and
2 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 |
---|---|---|
|
@@ -973,6 +973,7 @@ | |
"chain_errors": { | ||
"only_comment_once_every": "You may only comment once every 20 seconds", | ||
"only_post_once_every": "You may only post once every 5 minutes", | ||
"too_long_title": "Too long post title.", | ||
"exceeded_maximum_allowed_bandwidth": "Insufficient account bandwidth. Replenish the Golos Power or write to [email protected]", | ||
"already_voted": "You have already voted in a similar way", | ||
"only_vote_once_every": "Can only vote once every 3 seconds", | ||
|
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 |
---|---|---|
|
@@ -1036,6 +1036,7 @@ | |
"chain_errors": { | ||
"only_comment_once_every": "Комментировать можно не чаще, чем раз в 20 секунд", | ||
"only_post_once_every": "Публиковать посты можно не чаще, чем раз в 5 минут", | ||
"too_long_title": "Слишком длинный заголовок поста.", | ||
"exceeded_maximum_allowed_bandwidth": "Недостаточно пропускной способности аккаунта. Пополните Силу Голоса или напишите на [email protected]", | ||
"already_voted": "Вы уже голосовали за этот пост", | ||
"only_vote_once_every": "Голосовать можно не чаще, чем раз в 3 секунды", | ||
|
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