2022-02-07 23:10:38 +01:00
|
|
|
en:
|
|
|
|
errors:
|
|
|
|
base: "An error occurred"
|
|
|
|
|
|
|
|
bad_request: "Bad Request"
|
|
|
|
param_is_missing: "param is missing"
|
|
|
|
|
|
|
|
forbidden: "This is illegal, you know"
|
2022-11-06 15:01:39 +01:00
|
|
|
inbox_locked: "This user currently does not accept questions"
|
2022-02-07 23:10:38 +01:00
|
|
|
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"
|
2022-06-11 23:12:21 +02:00
|
|
|
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"
|
2022-06-12 22:39:28 +02:00
|
|
|
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"
|
2022-07-30 15:18:10 +02:00
|
|
|
self_action: "You cannot perform this action on yourself"
|
2022-02-07 23:10:38 +01:00
|
|
|
following_self: "You cannot follow yourself"
|
2022-06-12 13:16:27 +02:00
|
|
|
blocking_self: "You cannot block yourself"
|
2022-12-29 04:52:21 +01:00
|
|
|
muting_self: "You cannot mute yourself"
|
2022-02-07 23:10:38 +01:00
|
|
|
|
|
|
|
not_found: "That does not exist"
|
|
|
|
user_not_found: "User not found"
|
|
|
|
|
|
|
|
conflict: "This already exists"
|
2022-02-13 18:55:29 +01:00
|
|
|
|
|
|
|
invalid_otp: "The code you entered was invalid."
|
2022-07-06 13:13:17 +02:00
|
|
|
|
|
|
|
parameter_error: "%{parameter} is required."
|
|
|
|
|
|
|
|
invalid_parameter: "Invalid parameter"
|
|
|
|
|
|
|
|
record_not_found: "Record not found"
|
2022-11-13 14:28:03 +01:00
|
|
|
|
2022-11-13 14:38:11 +01:00
|
|
|
not_authorized: "You need to be logged in to perform this action"
|
2024-03-10 20:31:02 +01:00
|
|
|
|
|
|
|
question_too_long: "Question is too long"
|