mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 00:46:03 +01:00
New translations errors.en.yml (Greek)
This commit is contained in:
parent
5cc3cd60de
commit
537f1fcf34
1 changed files with 27 additions and 0 deletions
27
config/locales/errors.el.yml
Normal file
27
config/locales/errors.el.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
el:
|
||||
errors:
|
||||
base: "An error occurred"
|
||||
bad_request: "Bad Request"
|
||||
param_is_missing: "param is missing"
|
||||
forbidden: "This is illegal, you know"
|
||||
blocked: "You have been blocked from performing this request"
|
||||
other_blocked_self: "You have been blocked by this user"
|
||||
asking_other_blocked_self: "You have been blocked from asking this user questions"
|
||||
following_other_blocked_self: "You have been blocked from following this user"
|
||||
self_blocked_other: "You cannot do this while blocking this user"
|
||||
asking_self_blocked_other: "You cannot ask a user who you are currently blocking"
|
||||
following_self_blocked_other: "You cannot follow a user who you are currently blocking"
|
||||
answering_self_blocked_other: "You cannot answer a question from a user who you are currently blocking"
|
||||
answering_other_blocked_self: "You cannot answer this question as you have been blocked its author"
|
||||
commenting_self_blocked_other: "You cannot comment on this answer as you have blocked its author"
|
||||
commenting_other_blocked_self: "You cannot comment on this answer as you have been blocked by its author"
|
||||
self_action: "You cannot perform this action on yourself"
|
||||
following_self: "You cannot follow yourself"
|
||||
blocking_self: "You cannot block yourself"
|
||||
not_found: "That does not exist"
|
||||
user_not_found: "User not found"
|
||||
conflict: "This already exists"
|
||||
invalid_otp: "The code you entered was invalid."
|
||||
parameter_error: "%{parameter} is required."
|
||||
invalid_parameter: "Invalid parameter"
|
||||
record_not_found: "Record not found"
|
Loading…
Reference in a new issue