diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json
index f27bda43b..5c736ac08 100644
--- a/www/common/translations/messages.json
+++ b/www/common/translations/messages.json
@@ -12,7 +12,8 @@
"media": "Media",
"todo": "Todo",
"contacts": "Contacts",
- "sheet": "Sheet (Beta)"
+ "sheet": "Sheet (Beta)",
+ "team": "Teams"
},
"button_newpad": "New Rich Text pad",
"button_newcode": "New Code pad",
@@ -1160,5 +1161,41 @@
"owner_request_accepted": "{0} has accepted your offer to be an owner of {1}",
"owner_request_declined": "{0} has declined your offer to be an owner of {1}",
"owner_removed": "{0} has removed your ownership of {1}",
- "owner_removedPending": "{0} has canceled your ownership offer for {1}"
+ "owner_removedPending": "{0} has canceled your ownership offer for {1}",
+ "share_linkTeam": "Share with a team",
+ "team_pickFriends": "Choose which friends to invite to this team",
+ "team_inviteModalButton": "Invite",
+ "team_noFriend": "You haven't connected with any friends on CryptPad yet.",
+ "team_pcsSelectLabel": "Store in",
+ "team_pcsSelectHelp": "Creating an owned pad in your team's drive will give ownership to the team.",
+ "team_invitedToTeam": "{0} has invited you to join their team: {1}",
+ "team_kickedFromTeam": "{0} has kicked you from the team: {1}",
+ "team_acceptInvitation": "{0} has accepted your offer to join the team: {1}",
+ "team_declineInvitation": "{0} has declined your offer to join the team: {1}",
+ "team_cat_general": "About",
+ "team_cat_list": "Teams",
+ "team_cat_create": "New",
+ "team_cat_back": "Back to teams",
+ "team_cat_members": "Members",
+ "team_cat_chat": "Chat",
+ "team_cat_drive": "Drive",
+ "team_cat_admin": "Administration",
+ "team_infoLabel": "About teams",
+ "team_listLoad": "Open",
+ "team_createLabel": "Create a new team",
+ "team_createName": "Team name",
+ "team_rosterPromote": "Promote",
+ "team_rosterDemote": "Demote",
+ "team_rosterKick": "Kick from the team",
+ "team_inviteButton": "Invite friends",
+ "team_leaveButton": "Leave this team",
+ "team_leaveConfirm": "If you leave this team you will lose access to its CryptDrive, chat history, and other contents. Are you sure?",
+ "team_owner": "Owners",
+ "team_admins": "Admins",
+ "team_members": "Members",
+ "team_nameTitle": "Team name",
+ "team_nameHint": "Set the team's name",
+ "team_avatarTitle": "Team avatar",
+ "team_avatarHint": "500KB maximum size (png, jpg, jpeg, gif)",
+ "team_infoContent": "Each team has its own CryptDrive, storage quota, chat, and members list. Team owners can delete the whole team, Admins can invite or kick members, members can leave the team."
}