teams.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'are_you_sure_you_want_to_delete_member' => ' Are you sure you want to remove this team member?',
  5. 'are_you_sure_you_want_to_delete_team' => 'Are you sure you want to delete this team?',
  6. 'are_you_sure_you_want_to_leave_team' => 'Are you sure you want to leave this team?',
  7. 'create_team' => 'Create Team',
  8. 'current_teams' => ' Current Teams',
  9. 'delete_team' => ' Delete Team',
  10. 'edit_team_member' => ' Edit Team Member',
  11. 'if_you_delete_team_all_data_will_be_deleted' => 'If you choose to delete the team all data will be permanently deleted.',
  12. 'leave_team' => ' Leave Team',
  13. 'looks_like_you_are_not_part_of_team' => 'It looks like you\'re not part of any team!',
  14. 'member' => ' Member',
  15. 'not_eligible_based_on_current_members_teams' => 'You are not eligible for this plan based on your current number of teams / team members.',
  16. 'plan_allows_no_more_teams' => 'Your current plan doesn\'t allow you to create more teams',
  17. 'please_upgrade_to_add_more_members' => ' Please upgrade your subscription to add more team members.',
  18. 'please_upgrade_to_create_more_teams' => 'Please upgrade your subscription to create more teams.',
  19. 'remove_team_member' => 'Remove Team Member',
  20. 'slug_input_explanation' => 'This slug is used to identify your team in URLs.',
  21. 'team' => ' Team',
  22. 'team_billing' => 'Team Billing',
  23. 'team_members' => 'Team Members',
  24. 'team_name' => ' Team Name',
  25. 'team_name_was_updated' => ' Your team name has been updated!',
  26. 'team_photo' => ' Team Photo',
  27. 'team_profile' => ' Team Profile',
  28. 'team_settings' => 'Team Settings',
  29. 'team_slug' => 'Team Slug',
  30. 'team_trial' => 'Team Trial',
  31. 'team_trial_will_expire_on' => 'The team\'s trial period will expire on :date.',
  32. 'teams' => ' Teams',
  33. 'teams_currently_trialing' => 'Teams Currently Trialing',
  34. 'update_team_name' => 'Update Team Name',
  35. 'user_already_invited_to_team' => 'That user is already invited to the team.',
  36. 'user_already_on_team' => 'That user is already on the team.',
  37. 'user_doesnt_belong_to_team' => 'The user does not belong to the given team.',
  38. 'user_invited_to_join_team' => ':userName has invited you to join their team!',
  39. 'view_all_teams' => 'View All Teams',
  40. 'we_found_invitation_to_team' => 'We found your invitation to the :teamName team!',
  41. 'wheres_your_team' => 'Where\'s Your Team?',
  42. 'you_have_been_invited_to_join_team' => 'You have been invited to join the :teamName team!',
  43. 'you_have_x_invitations_remaining' => ' You currently have :count invitation(s) remaining.',
  44. 'you_have_x_teams_remaining' => 'You currently have :teamCount teams remaining.',
  45. ];