mirror of
https://github.com/LemmyNet/lemmy-translations.git
synced 2024-12-22 10:51:23 +00:00
Adding specific user moderation history strings. (#140)
* Adding specific user moderation history strings. * Change to interpolated user.
This commit is contained in:
parent
088a27703f
commit
1f4e378f2e
1 changed files with 3 additions and 1 deletions
|
@ -635,7 +635,9 @@
|
||||||
"continue": "Continue",
|
"continue": "Continue",
|
||||||
"go_back": "Go Back",
|
"go_back": "Go Back",
|
||||||
"content_warning_setting_blurb": "Setting a content warning will display a prompt with the content warning asking the user for their consent to continue.",
|
"content_warning_setting_blurb": "Setting a content warning will display a prompt with the content warning asking the user for their consent to continue.",
|
||||||
"moderation_history": "Moderation History",
|
"user_moderation_history": "{{user}} Moderation History",
|
||||||
|
"comment_moderation_history": "Comment Moderation History",
|
||||||
|
"post_moderation_history": "Post Moderation History",
|
||||||
"language_not_allowed": "Language not allowed",
|
"language_not_allowed": "Language not allowed",
|
||||||
"edited_post": "Edited post",
|
"edited_post": "Edited post",
|
||||||
"leave_admin_team_confirmation": "Are you sure you want to leave the admin team?",
|
"leave_admin_team_confirmation": "Are you sure you want to leave the admin team?",
|
||||||
|
|
Loading…
Reference in a new issue