mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20020 from overleaf/jel-translation-fix
[web] Add missing "by" to translation GitOrigin-RevId: aea106928b62b46753af845e37280297058cc42e
This commit is contained in:
parent
2b463f3062
commit
b5a8481f51
2 changed files with 2 additions and 2 deletions
|
@ -308,7 +308,7 @@ const groupPlans = [
|
||||||
{
|
{
|
||||||
divider: true,
|
divider: true,
|
||||||
dividerLabel: 'group_members_and_collaborators_get_access_to',
|
dividerLabel: 'group_members_and_collaborators_get_access_to',
|
||||||
dividerInfo: 'group_members_and_collaborators_get_access_to_info',
|
dividerInfo: 'group_members_and_their_collaborators_get_access_to_info',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
feature: 'compile_timeout_short',
|
feature: 'compile_timeout_short',
|
||||||
|
|
|
@ -816,7 +816,7 @@
|
||||||
"group_libraries": "Group Libraries",
|
"group_libraries": "Group Libraries",
|
||||||
"group_managed_by_group_administrator": "User accounts in this group are managed by the group administrator.",
|
"group_managed_by_group_administrator": "User accounts in this group are managed by the group administrator.",
|
||||||
"group_members_and_collaborators_get_access_to": "Group members and their project collaborators get access to",
|
"group_members_and_collaborators_get_access_to": "Group members and their project collaborators get access to",
|
||||||
"group_members_and_collaborators_get_access_to_info": "These features are available to group members and their collaborators (other Overleaf users invited to projects owned a group member).",
|
"group_members_and_their_collaborators_get_access_to_info": "These features are available to group members and their collaborators (other Overleaf users invited to projects owned by a group member).",
|
||||||
"group_members_get_access_to": "Group members get access to",
|
"group_members_get_access_to": "Group members get access to",
|
||||||
"group_members_get_access_to_info": "These features are available only to group members (subscribers).",
|
"group_members_get_access_to_info": "These features are available only to group members (subscribers).",
|
||||||
"group_plan_admins_can_easily_add_and_remove_users_from_a_group": "Group plan admins can easily add and remove users from a group. For site-wide plans, users are automatically upgraded when they register or add their email address to Overleaf (domain-based enrollment or SSO).",
|
"group_plan_admins_can_easily_add_and_remove_users_from_a_group": "Group plan admins can easily add and remove users from a group. For site-wide plans, users are automatically upgraded when they register or add their email address to Overleaf (domain-based enrollment or SSO).",
|
||||||
|
|
Loading…
Reference in a new issue