2022-02-07 14:01:03 -08:00
|
|
|
en:
|
2022-11-21 11:09:41 -08:00
|
|
|
admin:
|
|
|
|
announcement:
|
|
|
|
create:
|
|
|
|
success: "Announcement created successfully."
|
|
|
|
error: "Unable to create announcement."
|
|
|
|
update:
|
|
|
|
success: "Announcement updated successfully."
|
|
|
|
error: "Unable to save announcement."
|
|
|
|
destroy:
|
|
|
|
success: "Announcement has been deleted successfully."
|
|
|
|
error: "Unable to delete announcement."
|
2022-02-16 15:55:44 -08:00
|
|
|
ajax:
|
2022-07-30 06:19:19 -07:00
|
|
|
noauth: :messages.noauth
|
2022-07-06 00:21:15 -07:00
|
|
|
anonymous_block:
|
|
|
|
create:
|
|
|
|
success: :ajax.relationship.create.block.success
|
|
|
|
destroy:
|
|
|
|
nopriv: "Cannot remove a block belonging to someone else."
|
|
|
|
success: :ajax.relationship.destroy.block.success
|
2022-07-06 03:09:58 -07:00
|
|
|
answer:
|
|
|
|
create:
|
2022-07-30 06:19:19 -07:00
|
|
|
privacy: "This user does not want other users to answer their questions."
|
2022-07-06 03:09:58 -07:00
|
|
|
success: "Successfully answered question."
|
|
|
|
error: "Question is not in your inbox."
|
|
|
|
destroy:
|
2022-07-30 06:19:19 -07:00
|
|
|
nopriv: "You cannot delete other people's answers."
|
2022-07-06 03:09:58 -07:00
|
|
|
success: "Successfully deleted answer."
|
2022-07-06 00:56:34 -07:00
|
|
|
comment:
|
|
|
|
create:
|
|
|
|
invalid: "Your comment is too long."
|
|
|
|
success: "Comment posted successfully."
|
|
|
|
destroy:
|
2022-07-30 06:19:19 -07:00
|
|
|
nopriv: "You cannot delete other people's comments."
|
2022-07-06 00:56:34 -07:00
|
|
|
success: "Successfully deleted comment."
|
2022-07-06 01:29:05 -07:00
|
|
|
inbox:
|
|
|
|
create:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-07-06 01:29:05 -07:00
|
|
|
success: "Successfully added new question."
|
|
|
|
remove:
|
|
|
|
success: "Successfully deleted question."
|
|
|
|
error: "Question is not in your inbox."
|
|
|
|
remove_all:
|
|
|
|
success: "Successfully deleted questions."
|
|
|
|
remove_all_author:
|
|
|
|
success: :ajax.inbox.remove_all.success
|
2022-07-06 01:41:34 -07:00
|
|
|
list:
|
|
|
|
create:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-07-30 06:19:19 -07:00
|
|
|
noname: "List must have a name."
|
2022-07-06 01:41:34 -07:00
|
|
|
toolong: "List name too long (30 characters max.)"
|
|
|
|
notfound: "Could not find user."
|
|
|
|
exists: "List already exists."
|
|
|
|
success: "Successfully created list."
|
|
|
|
destroy:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-07-06 01:41:34 -07:00
|
|
|
notfound: "Could not find list."
|
|
|
|
success: "Successfully deleted list."
|
|
|
|
membership:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-07-06 01:41:34 -07:00
|
|
|
notfound: "List not found."
|
|
|
|
success:
|
|
|
|
add: "Successfully added user to list."
|
|
|
|
remove: "Successfully removed user from list."
|
2022-07-06 02:06:23 -07:00
|
|
|
moderation:
|
|
|
|
destroy_report:
|
|
|
|
success: "Successfully removed report."
|
|
|
|
error: :errors.base
|
|
|
|
ban:
|
|
|
|
nopriv: "You cannot ban an administrator!"
|
|
|
|
success:
|
|
|
|
unban: "Unbanned user."
|
|
|
|
permanent: "Permanently banned user."
|
|
|
|
temporary: "Banned user until %{date}"
|
|
|
|
error: "Something went wrong while banning this user."
|
|
|
|
privilege:
|
|
|
|
nopriv: "You can't change the role of this user."
|
|
|
|
success: "Successfully adjusted this users %{privilege} role."
|
|
|
|
error: "Something went wrong while adjusting this role."
|
2022-02-16 15:55:44 -08:00
|
|
|
mute_rule:
|
2022-07-30 06:19:19 -07:00
|
|
|
nopriv: "You cannot edit other people's rules."
|
2022-02-16 15:55:44 -08:00
|
|
|
create:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-02-16 15:55:44 -08:00
|
|
|
success: "Rule added successfully."
|
|
|
|
update:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-02-16 15:55:44 -08:00
|
|
|
nopriv: :ajax.mute_rule.nopriv
|
|
|
|
success: "Rule updated successfully."
|
|
|
|
destroy:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-02-16 15:55:44 -08:00
|
|
|
nopriv: :ajax.mute_rule.nopriv
|
|
|
|
success: "Rule deleted successfully."
|
2022-07-06 02:23:54 -07:00
|
|
|
question:
|
|
|
|
create:
|
|
|
|
invalid: "Your question is too long."
|
|
|
|
notfound: "User not found."
|
|
|
|
success: "Question asked successfully."
|
|
|
|
destroy:
|
|
|
|
notfound: "Question does not exist."
|
|
|
|
noauth: "You are not allowed to delete this question."
|
|
|
|
success: "Successfully deleted question."
|
2022-07-06 00:21:15 -07:00
|
|
|
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."
|
2022-12-27 18:00:52 -08:00
|
|
|
mute:
|
|
|
|
success: "Successfully muted user."
|
|
|
|
error: "You are already muting that user."
|
2022-07-06 00:21:15 -07:00
|
|
|
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."
|
2022-12-27 18:00:52 -08:00
|
|
|
mute:
|
|
|
|
success: "Successfully unmuted user."
|
|
|
|
error: "You are not muting that user."
|
2022-07-06 03:41:48 -07:00
|
|
|
report:
|
|
|
|
create:
|
2022-07-06 04:13:17 -07:00
|
|
|
noauth: :ajax.noauth
|
2022-07-06 03:41:48 -07:00
|
|
|
unknown: "You can't report this entity."
|
|
|
|
notfound: "Could not find %{parameter}"
|
|
|
|
success: "%{parameter} reported. A moderator will decide what happens with the %{parameter}."
|
2022-07-06 00:44:43 -07:00
|
|
|
smile:
|
|
|
|
create:
|
|
|
|
success: "Successfully smiled answer."
|
|
|
|
error: "You have already smiled that answer."
|
|
|
|
create_comment:
|
|
|
|
success: "Successfully smiled comment."
|
|
|
|
error: "You have already smiled that comment."
|
|
|
|
destroy:
|
|
|
|
success: "Successfully unsmiled answer."
|
|
|
|
error: "You have not smiled that answer."
|
|
|
|
destroy_comment:
|
|
|
|
success: "Successfully unsmiled comment."
|
|
|
|
error: "You have not smiled that comment."
|
2022-10-23 07:00:21 -07:00
|
|
|
web_push:
|
|
|
|
subscription_count:
|
|
|
|
zero: "You are not currently subscribed to push notifications on any devices."
|
|
|
|
one: "You are currently receiving push notifications on one device."
|
|
|
|
other: "You are currently receiving push notifications on %{count} devices."
|
2022-04-19 13:31:08 -07:00
|
|
|
inbox:
|
|
|
|
author:
|
2022-04-19 14:26:38 -07:00
|
|
|
info: "No questions from @%{author} found, showing entries from all users instead!"
|
|
|
|
error: "No user with the name @%{author} found, showing entries from all users instead!"
|
2022-06-25 17:59:10 -07:00
|
|
|
settings:
|
2022-07-01 21:16:21 -07:00
|
|
|
export:
|
|
|
|
index:
|
|
|
|
info: "An export is currently in progress for this account."
|
|
|
|
create:
|
|
|
|
success: "Your account is currently being exported. This will take a little while."
|
|
|
|
error: "Exporting is currently not possible."
|
2022-06-27 16:51:13 -07:00
|
|
|
privacy:
|
|
|
|
update:
|
|
|
|
success: :settings.profile.update.success
|
|
|
|
error: :settings.profile.update.error
|
2022-06-26 10:46:54 -07:00
|
|
|
profile:
|
|
|
|
update:
|
|
|
|
success: "Profile updated successfully."
|
|
|
|
error: "Unable to update profile."
|
|
|
|
profile_picture:
|
|
|
|
update:
|
|
|
|
success: :settings.profile.update.success
|
|
|
|
error: :settings.profile.update.error
|
|
|
|
notice:
|
|
|
|
profile_picture: " It might take a few minutes until your new profile picture is shown everywhere."
|
|
|
|
profile_header: " It might take a few minutes until your new profile header is shown everywhere."
|
2023-02-05 10:15:20 -08:00
|
|
|
sharing:
|
|
|
|
update:
|
|
|
|
success: "Sharing settings updated successfully."
|
|
|
|
error: "Unable to update sharing settings."
|
2022-06-25 17:59:10 -07:00
|
|
|
theme:
|
|
|
|
update:
|
|
|
|
success: "Theme saved successfully."
|
|
|
|
error: "Theme saving failed. %{errors}"
|
2022-07-02 14:37:00 -07:00
|
|
|
two_factor_authentication:
|
|
|
|
otp_authentication:
|
|
|
|
update:
|
|
|
|
error: :errors.invalid_otp
|
|
|
|
destroy:
|
|
|
|
success: "Two factor authentication has been disabled for your account."
|
2022-02-07 14:01:03 -08:00
|
|
|
user:
|
2022-02-13 09:52:02 -08:00
|
|
|
sessions:
|
|
|
|
create:
|
2022-07-30 05:00:53 -07:00
|
|
|
banned: "I'm sorry, %{name}, I'm afraid I can't do that."
|
|
|
|
reason: "Ban reason: %{reason}"
|
|
|
|
until: "Banned until: %{time}"
|
2022-07-30 06:19:19 -07:00
|
|
|
info:
|
|
|
|
one: "You have only one recovery code remaining. Please regenerate your recovery codes from the security settings to avoid being locked out!"
|
|
|
|
other: "You have %{count} recovery codes remaining."
|
2022-02-13 09:52:02 -08:00
|
|
|
error: :errors.invalid_otp
|
2022-07-14 14:40:25 -07:00
|
|
|
registrations:
|
|
|
|
destroy:
|
|
|
|
export_pending: "You may not delete your account while account data is currently being exported."
|
2022-07-19 09:41:33 -07:00
|
|
|
timeline:
|
|
|
|
public:
|
|
|
|
title: "Public Timeline"
|