Skip to content
Snippets Groups Projects
Commit 8bb6a2ac authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

Translations

parent 82fa1817
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
</div>
{{#if error}}
<div class="input-error">
<strong>Ops!</strong>
<strong>{{_ "Oops!"}}</strong>
{{#each error}}
<p>{{_ "The_field_is_required" error}}</p>
{{/each}}
......
......@@ -62,6 +62,7 @@
"Create_new_private_group" : "Create a new private group",
"Create_new_public_channel" : "Create a new public channel",
"Created_at" : "Created at",
"Delete_User_Warning": "Deleting a user will delete all messages from that user as well. This cannot be undone.",
"Deleted" : "Deleted!",
"Direct_Messages" : "Direct Messages",
"Drop_to_upload_file" : "Drop to upload file",
......@@ -222,6 +223,7 @@
"User_added_by" : "User <em>__user_added__</em> added by <em>__user_by__</em>.",
"User_has_been_activated" : "User has been activated",
"User_has_been_deactivated" : "User has been deactivated",
"User_has_been_deleted" : "User has been deleted",
"User_is_no_longer_an_admin" : "User is no longer an admin",
"User_is_now_an_admin" : "User is now an admin",
"User_joined_channel" : "Has joined the channel.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment