| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?php
- declare(strict_types=1);
- return [
- 'are_you_sure_you_want_to_delete_member' => ' Are you sure you want to remove this team member?',
- 'are_you_sure_you_want_to_delete_team' => 'Are you sure you want to delete this team?',
- 'are_you_sure_you_want_to_leave_team' => 'Are you sure you want to leave this team?',
- 'create_team' => 'Create Team',
- 'current_teams' => ' Current Teams',
- 'delete_team' => ' Delete Team',
- 'edit_team_member' => ' Edit Team Member',
- 'if_you_delete_team_all_data_will_be_deleted' => 'If you choose to delete the team all data will be permanently deleted.',
- 'leave_team' => ' Leave Team',
- 'looks_like_you_are_not_part_of_team' => 'It looks like you\'re not part of any team!',
- 'member' => ' Member',
- 'not_eligible_based_on_current_members_teams' => 'You are not eligible for this plan based on your current number of teams / team members.',
- 'plan_allows_no_more_teams' => 'Your current plan doesn\'t allow you to create more teams',
- 'please_upgrade_to_add_more_members' => ' Please upgrade your subscription to add more team members.',
- 'please_upgrade_to_create_more_teams' => 'Please upgrade your subscription to create more teams.',
- 'remove_team_member' => 'Remove Team Member',
- 'slug_input_explanation' => 'This slug is used to identify your team in URLs.',
- 'team' => ' Team',
- 'team_billing' => 'Team Billing',
- 'team_members' => 'Team Members',
- 'team_name' => ' Team Name',
- 'team_name_was_updated' => ' Your team name has been updated!',
- 'team_photo' => ' Team Photo',
- 'team_profile' => ' Team Profile',
- 'team_settings' => 'Team Settings',
- 'team_slug' => 'Team Slug',
- 'team_trial' => 'Team Trial',
- 'team_trial_will_expire_on' => 'The team\'s trial period will expire on :date.',
- 'teams' => ' Teams',
- 'teams_currently_trialing' => 'Teams Currently Trialing',
- 'update_team_name' => 'Update Team Name',
- 'user_already_invited_to_team' => 'That user is already invited to the team.',
- 'user_already_on_team' => 'That user is already on the team.',
- 'user_doesnt_belong_to_team' => 'The user does not belong to the given team.',
- 'user_invited_to_join_team' => ':userName has invited you to join their team!',
- 'view_all_teams' => 'View All Teams',
- 'we_found_invitation_to_team' => 'We found your invitation to the :teamName team!',
- 'wheres_your_team' => 'Where\'s Your Team?',
- 'you_have_been_invited_to_join_team' => 'You have been invited to join the :teamName team!',
- 'you_have_x_invitations_remaining' => ' You currently have :count invitation(s) remaining.',
- 'you_have_x_teams_remaining' => 'You currently have :teamCount teams remaining.',
- ];
|