Move relationship locales to controller scope

This commit is contained in:
Andreas Nedbal 2023-10-26 08:17:02 +02:00 committed by Karina Kwiatek
parent e9290a73f8
commit 82b959f751
1 changed files with 21 additions and 21 deletions

View File

@ -101,27 +101,6 @@ en:
notfound: "Question does not exist."
noauth: "You are not allowed to delete this question."
success: "Successfully deleted question."
relationship:
create:
block:
success: "Successfully blocked user."
error: "You are already blocking that user."
follow:
success: "Successfully followed user."
error: "You are already following that user."
mute:
success: "Successfully muted user."
error: "You are already muting that user."
destroy:
block:
success: "Successfully unblocked user."
error: "You are not blocking that user."
follow:
success: "Successfully unfollowed user."
error: "You are not following that user."
mute:
success: "Successfully unmuted user."
error: "You are not muting that user."
report:
create:
noauth: :ajax.noauth
@ -216,6 +195,27 @@ en:
registrations:
destroy:
export_pending: "You may not delete your account while account data is currently being exported."
relationships:
create:
block:
success: "Successfully blocked user."
error: "You are already blocking that user."
follow:
success: "Successfully followed user."
error: "You are already following that user."
mute:
success: "Successfully muted user."
error: "You are already muting that user."
destroy:
block:
success: "Successfully unblocked user."
error: "You are not blocking that user."
follow:
success: "Successfully unfollowed user."
error: "You are not following that user."
mute:
success: "Successfully unmuted user."
error: "You are not muting that user."
timeline:
public:
title: "Public Timeline"