fix: Add translation hooks on groups screen (#2303)
* Refactor groups page to functional component and translate strings * Update app/scenes/GroupNew.js Co-authored-by: Tom Moor <tom.moor@gmail.com> * Update app/scenes/GroupEdit.js Co-authored-by: Tom Moor <tom.moor@gmail.com> * Update app/scenes/GroupDelete.js Co-authored-by: Tom Moor <tom.moor@gmail.com> * Update app/scenes/GroupMembers/GroupMembers.js Co-authored-by: Tom Moor <tom.moor@gmail.com> * Format GroupMember.js * Change Trans usage * Format GroupDelete * Revert "Format GroupDelete" This reverts commit 880128f94d4d6cad7030c3aabc67261823e22b5d. * Update app/scenes/GroupNew.js Co-authored-by: Tom Moor <tom.moor@gmail.com> * Update app/scenes/GroupNew.js Co-authored-by: Tom Moor <tom.moor@gmail.com> * Update GroupNew * Remove newlines Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
@@ -209,6 +209,7 @@
|
||||
"Contents": "Contents",
|
||||
"Headings you add to the document will appear here": "Headings you add to the document will appear here",
|
||||
"Table of contents": "Table of contents",
|
||||
"Contents": "Contents",
|
||||
"By {{ author }}": "By {{ author }}",
|
||||
"Are you sure you want to make {{ userName }} an admin? Admins can modify team and billing information.": "Are you sure you want to make {{ userName }} an admin? Admins can modify team and billing information.",
|
||||
"Are you sure you want to make {{ userName }} a member?": "Are you sure you want to make {{ userName }} a member?",
|
||||
@@ -328,11 +329,20 @@
|
||||
"We were unable to load the document while offline.": "We were unable to load the document while offline.",
|
||||
"Your account has been suspended": "Your account has been suspended",
|
||||
"A team admin (<em>{{ suspendedContactEmail }}</em>) has suspended your account. To re-activate your account, please reach out to them directly.": "A team admin (<em>{{ suspendedContactEmail }}</em>) has suspended your account. To re-activate your account, please reach out to them directly.",
|
||||
"Are you sure about that? Deleting the <em>{{groupName}}</em> group will cause its members to lose access to collections and documents that it is associated with.": "Are you sure about that? Deleting the <em>{{groupName}}</em> group will cause its members to lose access to collections and documents that it is associated with.",
|
||||
"You can edit the name of this group at any time, however doing so too often might confuse your team mates.": "You can edit the name of this group at any time, however doing so too often might confuse your team mates.",
|
||||
"{{userName}} was added to the group": "{{userName}} was added to the group",
|
||||
"Add team members below to give them access to the group. Need to add someone who’s not yet on the team yet?": "Add team members below to give them access to the group. Need to add someone who’s not yet on the team yet?",
|
||||
"Invite them to {{teamName}}": "Invite them to {{teamName}}",
|
||||
"{{userName}} was removed from the group": "{{userName}} was removed from the group",
|
||||
"Add and remove team members in the <em>{{groupName}}</em> group. Adding people to the group will give them access to any collections this group has been added to.": "Add and remove team members in the <em>{{groupName}}</em> group. Adding people to the group will give them access to any collections this group has been added to.",
|
||||
"Listing team members in the <em>{{groupName}}</em> group.": "Listing team members in the <em>{{groupName}}</em> group.",
|
||||
"This group has no members.": "This group has no members.",
|
||||
"Add people to {{groupName}}": "Add people to {{groupName}}",
|
||||
"Groups are for organizing your team. They work best when centered around a function or a responsibility — Support or Engineering for example.": "Groups are for organizing your team. They work best when centered around a function or a responsibility — Support or Engineering for example.",
|
||||
"You’ll be able to add people to the group next.": "You’ll be able to add people to the group next.",
|
||||
"Continue": "Continue",
|
||||
"Group members": "Group members",
|
||||
"Recently viewed": "Recently viewed",
|
||||
"Created by me": "Created by me",
|
||||
"Navigation": "Navigation",
|
||||
|
||||
Reference in New Issue
Block a user