en_us copy.php 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?php
  2. return [
  3. // Friend
  4. 'cannot_add_self_as_friend' => 'Cannot add yourself as a friend',
  5. 'you_are_already_friends' => 'You are already friends',
  6. 'you_have_already_applied_please_wait' => 'You have already applied, please wait for their approval',
  7. 'new_friend' => 'New Friend',
  8. 'has_added_you_as_a_friend' => 'has added you as a friend',
  9. 'added_successfully' => 'Added successfully',
  10. 'request_does_not_exist' => 'Request does not exist',
  11. 'operation_successful' => 'Operation successful',
  12. 'friend_does_not_exist' => 'Friend does not exist',
  13. 'deleted_successfully' => 'Deleted successfully',
  14. 'note_cannot_be_empty' => 'Note cannot be empty',
  15. 'settings_updated_successfully' => 'Settings updated successfully',
  16. // Group
  17. 'you_do_not_have_permission_only_owners_and_admins_can_modify' => 'You do not have permission, only group owners and administrators can modify!',
  18. 'modified_successfully' => 'Modified successfully',
  19. 'member_limit_exceeded' => 'Member limit exceeded',
  20. 'you_do_not_have_permission' => 'You do not have permission!',
  21. 'settings_failed' => 'Settings failed!',
  22. 'you_do_not_have_permission_to_create_group' => 'You do not have permission to create a group!',
  23. 'please_select_at_least_two_members' => 'Please select at least two members!',
  24. 'group_created' => 'Group created',
  25. 'your_permission_is_not_sufficient' => 'Your permission is not sufficient!',
  26. 'deleted_successfully_group' => 'Deleted successfully',
  27. 'please_enter_content' => 'Please enter content!',
  28. 'you_are_already_in_this_group' => 'You are already in this group!',
  29. 'joined_successfully' => 'Joined successfully',
  30. 'group_does_not_exist' => 'Group does not exist',
  31. 'user_does_not_exist' => 'User does not exist',
  32. 'transferred_successfully' => 'Transferred successfully',
  33. 'change_failed' => 'Change failed',
  34. // IM
  35. 'private_chat_is_currently_disabled' => 'Private chat is currently disabled!',
  36. 'you_are_not_on_their_friend_list_cannot_send_message' => 'You are not on their friend list, cannot send a message!',
  37. 'they_are_not_your_friend_cannot_send_message' => 'They are not your friend, cannot send a message!',
  38. 'send_failed' => 'Send failed',
  39. 'please_select_users_or_quantity_not_exceeding_10' => 'Please select users or quantity not exceeding 10!',
  40. 'message_does_not_exist' => 'Message does not exist',
  41. 'forwarding_failed_due_to_rules' => 'Forwarding failed due to rules',
  42. 'forwarded_successfully' => 'Forwarded successfully',
  43. 'you' => 'You',
  44. 'other' => 'Other',
  45. 'cannot_withdraw_after_2_minutes' => 'Cannot withdraw after 2 minutes!',
  46. 'withdrawn_a_message' => 'Withdrawn a message',
  47. 'you_do_not_have_permission_to_withdraw_this_message' => 'You do not have permission to withdraw this message',
  48. 'a_message_was_withdrawn_by_an_admin' => 'A message was withdrawn by an admin',
  49. 'deleted_successfully_im' => 'Deleted successfully',
  50. 'call_cancelled' => 'Call cancelled',
  51. 'declined' => 'Declined',
  52. 'not_connected' => 'Not connected',
  53. 'call_duration' => 'Call duration',
  54. 'busy' => 'Busy',
  55. 'operation_performed_on_another_device' => 'Operation performed on another device',
  56. 'video_call' => 'Video call',
  57. 'audio_call' => 'Audio call',
  58. 'answer_call_request' => 'Answer call request',
  59. 'data_exchange_in_progress' => 'Data exchange in progress'
  60. ];