diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-09 22:44:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 22:44:17 +0200 |
commit | 1110ea1a9162d5488e1ed5dbccd0803618e713f8 (patch) | |
tree | 4b1de5692c879f6345d8a4f2bf93feaa54c7a45d /config/locales | |
parent | 14d4a783cda4dd58e61bace172c3bebbe01d2ece (diff) |
Add batch actions and categories to admin UI for custom emojis (#11793)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 42d8e0eb8..52cb4a269 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -225,10 +225,12 @@ en: deleted_status: "(deleted status)" title: Audit log custom_emojis: + assign_category: Assign category by_domain: Domain copied_msg: Successfully created local copy of the emoji copy: Copy copy_failed_msg: Could not make a local copy of that emoji + create_new_category: Create new category created_msg: Emoji successfully created! delete: Delete destroyed_msg: Emojo successfully destroyed! @@ -245,6 +247,7 @@ en: shortcode: Shortcode shortcode_hint: At least 2 characters, only alphanumeric characters and underscores title: Custom emojis + uncategorized: Uncategorized unlisted: Unlisted update_failed_msg: Could not update that emoji updated_msg: Emoji successfully updated! |