Initial commit
This commit is contained in:
78
resources/lang/vendor/wirechat/en/new.php
vendored
Normal file
78
resources/lang/vendor/wirechat/en/new.php
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// new-chat component
|
||||
'chat' => [
|
||||
'labels' => [
|
||||
'heading' => ' New chat',
|
||||
'you' => 'You',
|
||||
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Search Conversations',
|
||||
'placeholder' => 'Search',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'new_group' => [
|
||||
'label' => 'New group',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'empty_search_result' => 'No users found matching your search.',
|
||||
],
|
||||
],
|
||||
|
||||
// new-group component
|
||||
'group' => [
|
||||
'labels' => [
|
||||
'heading' => ' New chat',
|
||||
'add_members' => ' Add Members',
|
||||
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Group Name',
|
||||
'placeholder' => 'Enter Name',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Description',
|
||||
'placeholder' => 'Optional',
|
||||
],
|
||||
'search' => [
|
||||
'label' => 'Search',
|
||||
'placeholder' => 'Search',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Photo',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Cancel',
|
||||
],
|
||||
'next' => [
|
||||
'label' => 'Next',
|
||||
],
|
||||
'create' => [
|
||||
'label' => 'Create',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'members_limit_error' => 'Members cannot exceed :count',
|
||||
'empty_search_result' => 'No users found matching your search.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user