Initial commit
This commit is contained in:
249
resources/lang/vendor/wirechat/de/chat.php
vendored
Normal file
249
resources/lang/vendor/wirechat/de/chat.php
vendored
Normal file
@@ -0,0 +1,249 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chat
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'you_replied_to_yourself' => 'Du hast dir selbst geantwortet',
|
||||
'participant_replied_to_you' => ':sender hat dir geantwortet',
|
||||
'participant_replied_to_themself' => ':sender hat sich selbst geantwortet',
|
||||
'participant_replied_other_participant' => ':sender hat :receiver geantwortet',
|
||||
'you' => 'Du',
|
||||
'user' => 'Benutzer',
|
||||
'replying_to' => 'Antwort an :participant',
|
||||
'replying_to_yourself' => 'Antwort an dich selbst',
|
||||
'attachment' => 'Anhang',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'message' => [
|
||||
'label' => 'Nachricht',
|
||||
'placeholder' => 'Nachricht schreiben',
|
||||
],
|
||||
'media' => [
|
||||
'label' => 'Medien',
|
||||
'placeholder' => 'Medien',
|
||||
],
|
||||
'files' => [
|
||||
'label' => 'Dateien',
|
||||
'placeholder' => 'Dateien',
|
||||
],
|
||||
],
|
||||
|
||||
'message_groups' => [
|
||||
'today' => 'Heute',
|
||||
'yesterday' => 'Gestern',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'open_group_info' => [
|
||||
'label' => 'Gruppeninfo',
|
||||
],
|
||||
'open_chat_info' => [
|
||||
'label' => 'Chat-Info',
|
||||
],
|
||||
'close_chat' => [
|
||||
'label' => 'Chat schließen',
|
||||
],
|
||||
'clear_chat' => [
|
||||
'label' => 'Chatverlauf löschen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du deinen Chatverlauf löschen möchtest? Dies betrifft nur deinen Chat und nicht andere Teilnehmer.',
|
||||
],
|
||||
'delete_chat' => [
|
||||
'label' => 'Chat löschen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du diesen Chat löschen möchtest? Dies entfernt den Chat nur auf deiner Seite und nicht für andere Teilnehmer.',
|
||||
],
|
||||
'delete_for_everyone' => [
|
||||
'label' => 'Für alle löschen',
|
||||
'confirmation_message' => 'Bist du sicher?',
|
||||
],
|
||||
'delete_for_me' => [
|
||||
'label' => 'Für mich löschen',
|
||||
'confirmation_message' => 'Bist du sicher?',
|
||||
],
|
||||
'reply' => [
|
||||
'label' => 'Antworten',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Gruppe verlassen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du diese Gruppe verlassen möchtest?',
|
||||
],
|
||||
'upload_file' => [
|
||||
'label' => 'Datei',
|
||||
],
|
||||
'upload_media' => [
|
||||
'label' => 'Fotos & Videos',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'cannot_exit_self_or_private_conversation' => 'Kann Selbst- oder Privatkonversation nicht verlassen',
|
||||
'owner_cannot_exit_conversation' => 'Besitzer kann Konversation nicht verlassen',
|
||||
'rate_limit' => 'Zu viele Versuche! Bitte etwas langsamer.',
|
||||
'conversation_not_found' => 'Konversation nicht gefunden.',
|
||||
'conversation_id_required' => 'Eine Konversations-ID ist erforderlich',
|
||||
'invalid_conversation_input' => 'Ungültige Konversationseingabe.',
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Info Component
|
||||
*------------------------*/
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Chat-Info',
|
||||
],
|
||||
'actions' => [
|
||||
'delete_chat' => [
|
||||
'label' => 'Chat löschen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du diesen Chat löschen möchtest? Dies entfernt den Chat nur auf deiner Seite und nicht für andere Teilnehmer.',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Nur private und Selbst-Konversationen erlaubt',
|
||||
],
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Group Folder
|
||||
*------------------------*/
|
||||
'group' => [
|
||||
// Group info component
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Gruppeninfo',
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Mitglieder',
|
||||
'add_description' => 'Gruppenbeschreibung hinzufügen',
|
||||
],
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Gruppenname',
|
||||
'placeholder' => 'Namen eingeben',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Beschreibung',
|
||||
'placeholder' => 'Optional',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Foto',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'delete_group' => [
|
||||
'label' => 'Gruppe löschen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du diese Gruppe löschen möchtest?',
|
||||
'helper_text' => 'Bevor du die Gruppe löschen kannst, musst du alle Gruppenmitglieder entfernen.',
|
||||
],
|
||||
'add_members' => [
|
||||
'label' => 'Mitglieder hinzufügen',
|
||||
],
|
||||
'group_permissions' => [
|
||||
'label' => 'Gruppenberechtigungen',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Gruppe verlassen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du die Gruppe verlassen möchtest?',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Nur Gruppenkonversationen erlaubt',
|
||||
],
|
||||
],
|
||||
// Members component
|
||||
'members' => [
|
||||
'heading' => [
|
||||
'label' => 'Mitglieder',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Suchen',
|
||||
'placeholder' => 'Mitglieder suchen',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Mitglieder',
|
||||
'owner' => 'Besitzer',
|
||||
'admin' => 'Administrator',
|
||||
'no_members_found' => 'Keine Mitglieder gefunden',
|
||||
],
|
||||
'actions' => [
|
||||
'send_message_to_yourself' => [
|
||||
'label' => 'Dir selbst schreiben',
|
||||
],
|
||||
'send_message_to_member' => [
|
||||
'label' => 'Nachricht an :member',
|
||||
],
|
||||
'dismiss_admin' => [
|
||||
'label' => 'Als Admin entfernen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du :member als Admin entfernen möchtest?',
|
||||
],
|
||||
'make_admin' => [
|
||||
'label' => 'Zum Admin machen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du :member zum Admin machen möchtest?',
|
||||
],
|
||||
'remove_from_group' => [
|
||||
'label' => 'Entfernen',
|
||||
'confirmation_message' => 'Bist du sicher, dass du :member aus dieser Gruppe entfernen möchtest?',
|
||||
],
|
||||
'load_more' => [
|
||||
'label' => 'Mehr laden',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Nur Gruppenkonversationen erlaubt',
|
||||
],
|
||||
],
|
||||
// add-Members component
|
||||
'add_members' => [
|
||||
'heading' => [
|
||||
'label' => 'Mitglieder hinzufügen',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Suchen',
|
||||
'placeholder' => 'Suchen',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Speichern',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Nur Gruppenkonversationen erlaubt',
|
||||
'members_limit_error' => 'Mitglieder dürfen :count nicht überschreiten',
|
||||
'member_already_exists' => 'Bereits in Gruppe vorhanden',
|
||||
],
|
||||
],
|
||||
// permissions component
|
||||
'permisssions' => [
|
||||
'heading' => [
|
||||
'label' => 'Berechtigungen',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Suchen',
|
||||
'placeholder' => 'Suchen',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members_can' => 'Mitglieder können',
|
||||
],
|
||||
'actions' => [
|
||||
'edit_group_information' => [
|
||||
'label' => 'Gruppeninformation bearbeiten',
|
||||
'helper_text' => 'Dies umfasst Name, Symbol und Beschreibung',
|
||||
],
|
||||
'send_messages' => [
|
||||
'label' => 'Nachrichten senden',
|
||||
],
|
||||
'add_other_members' => [
|
||||
'label' => 'Weitere Mitglieder hinzufügen',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
23
resources/lang/vendor/wirechat/de/chats.php
vendored
Normal file
23
resources/lang/vendor/wirechat/de/chats.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Konversationen',
|
||||
'no_conversations_yet' => 'Noch keine Konversationen',
|
||||
'you' => 'Du',
|
||||
'attachment' => 'Anhang',
|
||||
'now' => 'Jetzt',
|
||||
'load_more' => 'Mehr laden',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Konversationen suchen',
|
||||
'placeholder' => 'Suchen',
|
||||
],
|
||||
],
|
||||
];
|
||||
72
resources/lang/vendor/wirechat/de/new.php
vendored
Normal file
72
resources/lang/vendor/wirechat/de/new.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// new-chat component
|
||||
'chat' => [
|
||||
'labels' => [
|
||||
'heading' => 'Neuer Chat',
|
||||
'you' => 'Du',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Konversationen suchen',
|
||||
'placeholder' => 'Suchen',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'new_group' => [
|
||||
'label' => 'Neue Gruppe',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'empty_search_result' => 'Keine passenden Benutzer gefunden.',
|
||||
],
|
||||
],
|
||||
|
||||
// new-group component
|
||||
'group' => [
|
||||
'labels' => [
|
||||
'heading' => 'Neue Gruppe',
|
||||
'add_members' => 'Mitglieder hinzufügen',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Gruppenname',
|
||||
'placeholder' => 'Namen eingeben',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Beschreibung',
|
||||
'placeholder' => 'Optional',
|
||||
],
|
||||
'search' => [
|
||||
'label' => 'Suchen',
|
||||
'placeholder' => 'Suchen',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Foto',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Abbrechen',
|
||||
],
|
||||
'next' => [
|
||||
'label' => 'Weiter',
|
||||
],
|
||||
'create' => [
|
||||
'label' => 'Erstellen',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'members_limit_error' => 'Maximal :count Mitglieder erlaubt',
|
||||
'empty_search_result' => 'Keine passenden Benutzer gefunden.',
|
||||
],
|
||||
],
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/de/pages.php
vendored
Normal file
11
resources/lang/vendor/wirechat/de/pages.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'chat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Wähle eine Konversation aus, um zu schreiben',
|
||||
],
|
||||
],
|
||||
];
|
||||
39
resources/lang/vendor/wirechat/de/validation.php
vendored
Normal file
39
resources/lang/vendor/wirechat/de/validation.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Laravel Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the Laravel validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
'file' => 'Das Feld :attribute muss eine Datei sein.',
|
||||
'image' => 'Das Feld :attribute muss ein Bild sein.',
|
||||
'required' => 'Das Feld :attribute ist erforderlich.',
|
||||
'max' => [
|
||||
'array' => 'Das Feld :attribute darf nicht mehr als :max Elemente enthalten.',
|
||||
'file' => 'Das Feld :attribute darf nicht größer als :max Kilobyte sein.',
|
||||
'numeric' => 'Das Feld :attribute darf nicht größer als :max sein.',
|
||||
'string' => 'Das Feld :attribute darf nicht länger als :max Zeichen sein.',
|
||||
],
|
||||
'mimes' => 'Das Feld :attribute muss eine Datei des Typs sein: :values.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [],
|
||||
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/de/widgets.php
vendored
Normal file
11
resources/lang/vendor/wirechat/de/widgets.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'wirechat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Wähle eine Unterhaltung aus, um Nachrichten zu schreiben',
|
||||
],
|
||||
],
|
||||
];
|
||||
273
resources/lang/vendor/wirechat/en/chat.php
vendored
Normal file
273
resources/lang/vendor/wirechat/en/chat.php
vendored
Normal file
@@ -0,0 +1,273 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chat
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
|
||||
'you_replied_to_yourself' => 'You replied to Yourself',
|
||||
'participant_replied_to_you' => ':sender replied to You',
|
||||
'participant_replied_to_themself' => ':sender replied to Themself',
|
||||
'participant_replied_other_participant' => ':sender replied to :receiver',
|
||||
'you' => 'You',
|
||||
'user' => 'User',
|
||||
'replying_to' => 'Replying to :participant',
|
||||
'replying_to_yourself' => 'Replying to Yourself',
|
||||
'attachment' => 'Attachment',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'message' => [
|
||||
'label' => 'Message',
|
||||
'placeholder' => 'Type a message',
|
||||
],
|
||||
'media' => [
|
||||
'label' => 'Media',
|
||||
'placeholder' => 'Media',
|
||||
],
|
||||
'files' => [
|
||||
'label' => 'Files',
|
||||
'placeholder' => 'Files',
|
||||
],
|
||||
],
|
||||
|
||||
'message_groups' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'open_group_info' => [
|
||||
'label' => 'Group Info',
|
||||
],
|
||||
'open_chat_info' => [
|
||||
'label' => 'Chat Info',
|
||||
],
|
||||
'close_chat' => [
|
||||
'label' => 'Close Chat',
|
||||
],
|
||||
'clear_chat' => [
|
||||
'label' => 'Clear Chat History',
|
||||
'confirmation_message' => 'Are you sure you want to clear your chat history? This will only clear your chat and will not affect other participants.',
|
||||
],
|
||||
'delete_chat' => [
|
||||
'label' => 'Delete Chat',
|
||||
'confirmation_message' => 'Are you sure you want to delete this chat? This will only remove the chat from your side and will not delete it for other participants.',
|
||||
],
|
||||
|
||||
'delete_for_everyone' => [
|
||||
'label' => 'Delete for everyone',
|
||||
'confirmation_message' => 'Are you sure?',
|
||||
],
|
||||
'delete_for_me' => [
|
||||
'label' => 'Delete for me',
|
||||
'confirmation_message' => 'Are you sure?',
|
||||
],
|
||||
'reply' => [
|
||||
'label' => 'Reply',
|
||||
],
|
||||
|
||||
'exit_group' => [
|
||||
'label' => 'Exit Group',
|
||||
'confirmation_message' => 'Are you sure you want to exit this group?',
|
||||
],
|
||||
'upload_file' => [
|
||||
'label' => 'File',
|
||||
],
|
||||
'upload_media' => [
|
||||
'label' => 'Photos & Videos',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'cannot_exit_self_or_private_conversation' => 'Cannot exit self or private conversation',
|
||||
'owner_cannot_exit_conversation' => 'Owner cannot exit conversation',
|
||||
'rate_limit' => 'Too many attempts!, Please slow down',
|
||||
'conversation_not_found' => 'Conversation not found.',
|
||||
'conversation_id_required' => 'A conversation id is required',
|
||||
'invalid_conversation_input' => 'Invalid conversation input.',
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Info Component
|
||||
*------------------------*/
|
||||
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Chat Info',
|
||||
],
|
||||
'actions' => [
|
||||
'delete_chat' => [
|
||||
'label' => 'Delete Chat',
|
||||
'confirmation_message' => 'Are you sure you want to delete this chat? This will only remove the chat from your side and will not delete it for other participants.',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Only private and self conversations allowed',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Group Folder
|
||||
*------------------------*/
|
||||
|
||||
'group' => [
|
||||
|
||||
// Group info component
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Group Info',
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Members',
|
||||
'add_description' => 'Add a group description',
|
||||
],
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Group name',
|
||||
'placeholder' => 'Enter Name',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Description',
|
||||
'placeholder' => 'Optional',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Photo',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'delete_group' => [
|
||||
'label' => 'Delete Group',
|
||||
'confirmation_message' => 'Are you sure you want to delete this Group ?.',
|
||||
'helper_text' => 'Before you can delete the group, you need to remove all group members.',
|
||||
],
|
||||
'add_members' => [
|
||||
'label' => 'Add Members',
|
||||
],
|
||||
'group_permissions' => [
|
||||
'label' => 'Group Permissions',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Exit Group',
|
||||
'confirmation_message' => 'Are you sure you want to exit Group ?.',
|
||||
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Only group conversations allowed',
|
||||
],
|
||||
],
|
||||
// Members component
|
||||
'members' => [
|
||||
'heading' => [
|
||||
'label' => 'Members',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Search',
|
||||
'placeholder' => 'Search Members',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Members',
|
||||
'owner' => 'Owner',
|
||||
'admin' => 'Admin',
|
||||
'no_members_found' => 'No Members found',
|
||||
],
|
||||
'actions' => [
|
||||
'send_message_to_yourself' => [
|
||||
'label' => 'Message Yourself',
|
||||
|
||||
],
|
||||
'send_message_to_member' => [
|
||||
'label' => 'Message :member',
|
||||
|
||||
],
|
||||
'dismiss_admin' => [
|
||||
'label' => 'Dismiss As Admin',
|
||||
'confirmation_message' => 'Are you sure you want to dismiss :member as Admin ?.',
|
||||
],
|
||||
'make_admin' => [
|
||||
'label' => 'Make Admin',
|
||||
'confirmation_message' => 'Are you sure you want to make :member an Admin ?.',
|
||||
],
|
||||
'remove_from_group' => [
|
||||
'label' => 'Remove',
|
||||
'confirmation_message' => 'Are you sure you want remove :member from this Group ?.',
|
||||
],
|
||||
'load_more' => [
|
||||
'label' => 'Load more',
|
||||
],
|
||||
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Only group conversations allowed',
|
||||
],
|
||||
],
|
||||
// add-Members component
|
||||
'add_members' => [
|
||||
'heading' => [
|
||||
'label' => 'Add Members',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Search',
|
||||
'placeholder' => 'Search',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
|
||||
],
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Save',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Only group conversations allowed',
|
||||
'members_limit_error' => 'Members cannot exceed :count',
|
||||
'member_already_exists' => ' Already added to group',
|
||||
],
|
||||
],
|
||||
// permissions component
|
||||
'permisssions' => [
|
||||
'heading' => [
|
||||
'label' => 'Permissions',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Search',
|
||||
'placeholder' => 'Search',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members_can' => 'Members can',
|
||||
|
||||
],
|
||||
'actions' => [
|
||||
'edit_group_information' => [
|
||||
'label' => 'Edit Group Information',
|
||||
'helper_text' => 'This includes the name, icon and description',
|
||||
],
|
||||
'send_messages' => [
|
||||
'label' => 'Send Messages',
|
||||
],
|
||||
'add_other_members' => [
|
||||
'label' => 'Add Other Members',
|
||||
],
|
||||
|
||||
],
|
||||
'messages' => [
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
24
resources/lang/vendor/wirechat/en/chats.php
vendored
Normal file
24
resources/lang/vendor/wirechat/en/chats.php
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Conversations',
|
||||
'no_conversations_yet' => 'No conversations yet',
|
||||
'you' => 'You',
|
||||
'attachment' => 'Attachment',
|
||||
'now' => 'Now',
|
||||
'load_more' => 'Load more',
|
||||
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Search Conversations',
|
||||
'placeholder' => 'Search',
|
||||
],
|
||||
],
|
||||
];
|
||||
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.',
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
12
resources/lang/vendor/wirechat/en/pages.php
vendored
Normal file
12
resources/lang/vendor/wirechat/en/pages.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'chat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Select a conversation to start messaging',
|
||||
|
||||
],
|
||||
],
|
||||
];
|
||||
39
resources/lang/vendor/wirechat/en/validation.php
vendored
Normal file
39
resources/lang/vendor/wirechat/en/validation.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Laravel Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the Laravel validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
'file' => 'The :attribute field must be a file.',
|
||||
'image' => 'The :attribute field must be an image.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'max' => [
|
||||
'array' => 'The :attribute field must not have more than :max items.',
|
||||
'file' => 'The :attribute field must not be greater than :max kilobytes.',
|
||||
'numeric' => 'The :attribute field must not be greater than :max.',
|
||||
'string' => 'The :attribute field must not be greater than :max characters.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [],
|
||||
|
||||
];
|
||||
12
resources/lang/vendor/wirechat/en/widgets.php
vendored
Normal file
12
resources/lang/vendor/wirechat/en/widgets.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'wirechat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Select a conversation to start messaging',
|
||||
|
||||
],
|
||||
],
|
||||
];
|
||||
249
resources/lang/vendor/wirechat/es/chat.php
vendored
Normal file
249
resources/lang/vendor/wirechat/es/chat.php
vendored
Normal file
@@ -0,0 +1,249 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chat
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'you_replied_to_yourself' => 'Respondiste a ti mismo',
|
||||
'participant_replied_to_you' => ':sender te respondió',
|
||||
'participant_replied_to_themself' => ':sender se respondió a sí mismo',
|
||||
'participant_replied_other_participant' => ':sender respondió a :receiver',
|
||||
'you' => 'Tú',
|
||||
'user' => 'Usuario',
|
||||
'replying_to' => 'Respondiendo a :participant',
|
||||
'replying_to_yourself' => 'Respondiendo a ti mismo',
|
||||
'attachment' => 'Archivo adjunto',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'message' => [
|
||||
'label' => 'Mensaje',
|
||||
'placeholder' => 'Escribe un mensaje',
|
||||
],
|
||||
'media' => [
|
||||
'label' => 'Multimedia',
|
||||
'placeholder' => 'Multimedia',
|
||||
],
|
||||
'files' => [
|
||||
'label' => 'Archivos',
|
||||
'placeholder' => 'Archivos',
|
||||
],
|
||||
],
|
||||
|
||||
'message_groups' => [
|
||||
'today' => 'Hoy',
|
||||
'yesterday' => 'Ayer',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'open_group_info' => [
|
||||
'label' => 'Información del grupo',
|
||||
],
|
||||
'open_chat_info' => [
|
||||
'label' => 'Información del chat',
|
||||
],
|
||||
'close_chat' => [
|
||||
'label' => 'Cerrar chat',
|
||||
],
|
||||
'clear_chat' => [
|
||||
'label' => 'Borrar historial',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres borrar tu historial de chat? Esto solo borrará tu chat y no afectará a otros participantes.',
|
||||
],
|
||||
'delete_chat' => [
|
||||
'label' => 'Eliminar chat',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres eliminar este chat? Esto solo lo eliminará de tu lado y no para otros participantes.',
|
||||
],
|
||||
'delete_for_everyone' => [
|
||||
'label' => 'Eliminar para todos',
|
||||
'confirmation_message' => '¿Estás seguro?',
|
||||
],
|
||||
'delete_for_me' => [
|
||||
'label' => 'Eliminar para mí',
|
||||
'confirmation_message' => '¿Estás seguro?',
|
||||
],
|
||||
'reply' => [
|
||||
'label' => 'Responder',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Salir del grupo',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres salir de este grupo?',
|
||||
],
|
||||
'upload_file' => [
|
||||
'label' => 'Archivo',
|
||||
],
|
||||
'upload_media' => [
|
||||
'label' => 'Fotos y videos',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'cannot_exit_self_or_private_conversation' => 'No puedes salir de una conversación privada o contigo mismo',
|
||||
'owner_cannot_exit_conversation' => 'El propietario no puede salir de la conversación',
|
||||
'rate_limit' => '¡Demasiados intentos! Por favor, espera un momento',
|
||||
'conversation_not_found' => 'Conversación no encontrada',
|
||||
'conversation_id_required' => 'Se requiere un ID de conversación',
|
||||
'invalid_conversation_input' => 'Entrada de conversación no válida',
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Info Component
|
||||
*------------------------*/
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Información del chat',
|
||||
],
|
||||
'actions' => [
|
||||
'delete_chat' => [
|
||||
'label' => 'Eliminar chat',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres eliminar este chat? Esto solo lo eliminará de tu lado y no para otros participantes.',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Solo se permiten conversaciones privadas o contigo mismo',
|
||||
],
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Group Folder
|
||||
*------------------------*/
|
||||
'group' => [
|
||||
// Group info component
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Información del grupo',
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Miembros',
|
||||
'add_description' => 'Añadir descripción del grupo',
|
||||
],
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Nombre del grupo',
|
||||
'placeholder' => 'Ingresa un nombre',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Descripción',
|
||||
'placeholder' => 'Opcional',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Foto',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'delete_group' => [
|
||||
'label' => 'Eliminar grupo',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres eliminar este grupo?',
|
||||
'helper_text' => 'Antes de eliminar el grupo, debes eliminar a todos los miembros.',
|
||||
],
|
||||
'add_members' => [
|
||||
'label' => 'Añadir miembros',
|
||||
],
|
||||
'group_permissions' => [
|
||||
'label' => 'Permisos del grupo',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Salir del grupo',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres salir del grupo?',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Solo se permiten conversaciones de grupo',
|
||||
],
|
||||
],
|
||||
// Members component
|
||||
'members' => [
|
||||
'heading' => [
|
||||
'label' => 'Miembros',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Buscar',
|
||||
'placeholder' => 'Buscar miembros',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Miembros',
|
||||
'owner' => 'Propietario',
|
||||
'admin' => 'Administrador',
|
||||
'no_members_found' => 'No se encontraron miembros',
|
||||
],
|
||||
'actions' => [
|
||||
'send_message_to_yourself' => [
|
||||
'label' => 'Enviarte un mensaje',
|
||||
],
|
||||
'send_message_to_member' => [
|
||||
'label' => 'Mensaje a :member',
|
||||
],
|
||||
'dismiss_admin' => [
|
||||
'label' => 'Quitar como administrador',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres quitar a :member como administrador?',
|
||||
],
|
||||
'make_admin' => [
|
||||
'label' => 'Hacer administrador',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres hacer a :member administrador?',
|
||||
],
|
||||
'remove_from_group' => [
|
||||
'label' => 'Eliminar',
|
||||
'confirmation_message' => '¿Estás seguro de que quieres eliminar a :member de este grupo?',
|
||||
],
|
||||
'load_more' => [
|
||||
'label' => 'Cargar más',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Solo se permiten conversaciones de grupo',
|
||||
],
|
||||
],
|
||||
// add-Members component
|
||||
'add_members' => [
|
||||
'heading' => [
|
||||
'label' => 'Añadir miembros',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Buscar',
|
||||
'placeholder' => 'Buscar',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Guardar',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Solo se permiten conversaciones de grupo',
|
||||
'members_limit_error' => 'Los miembros no pueden exceder :count',
|
||||
'member_already_exists' => 'Ya está en el grupo',
|
||||
],
|
||||
],
|
||||
// permissions component
|
||||
'permisssions' => [
|
||||
'heading' => [
|
||||
'label' => 'Permisos',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Buscar',
|
||||
'placeholder' => 'Buscar',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members_can' => 'Los miembros pueden',
|
||||
],
|
||||
'actions' => [
|
||||
'edit_group_information' => [
|
||||
'label' => 'Editar información del grupo',
|
||||
'helper_text' => 'Incluye el nombre, icono y descripción',
|
||||
],
|
||||
'send_messages' => [
|
||||
'label' => 'Enviar mensajes',
|
||||
],
|
||||
'add_other_members' => [
|
||||
'label' => 'Añadir otros miembros',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
23
resources/lang/vendor/wirechat/es/chats.php
vendored
Normal file
23
resources/lang/vendor/wirechat/es/chats.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Conversaciones',
|
||||
'no_conversations_yet' => 'Aún no hay conversaciones',
|
||||
'you' => 'Tú',
|
||||
'attachment' => 'Archivo adjunto',
|
||||
'now' => 'Ahora',
|
||||
'load_more' => 'Cargar más',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Buscar conversaciones',
|
||||
'placeholder' => 'Buscar',
|
||||
],
|
||||
],
|
||||
];
|
||||
72
resources/lang/vendor/wirechat/es/new.php
vendored
Normal file
72
resources/lang/vendor/wirechat/es/new.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// new-chat component
|
||||
'chat' => [
|
||||
'labels' => [
|
||||
'heading' => 'Nuevo chat',
|
||||
'you' => 'Tú',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Buscar conversaciones',
|
||||
'placeholder' => 'Buscar',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'new_group' => [
|
||||
'label' => 'Nuevo grupo',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'empty_search_result' => 'No se encontraron usuarios.',
|
||||
],
|
||||
],
|
||||
|
||||
// new-group component
|
||||
'group' => [
|
||||
'labels' => [
|
||||
'heading' => 'Nuevo grupo',
|
||||
'add_members' => 'Añadir miembros',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Nombre del grupo',
|
||||
'placeholder' => 'Ingresar nombre',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Descripción',
|
||||
'placeholder' => 'Opcional',
|
||||
],
|
||||
'search' => [
|
||||
'label' => 'Buscar',
|
||||
'placeholder' => 'Buscar',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Foto',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Cancelar',
|
||||
],
|
||||
'next' => [
|
||||
'label' => 'Siguiente',
|
||||
],
|
||||
'create' => [
|
||||
'label' => 'Crear',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'members_limit_error' => 'No puede haber más de :count miembros',
|
||||
'empty_search_result' => 'No se encontraron usuarios.',
|
||||
],
|
||||
],
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/es/pages.php
vendored
Normal file
11
resources/lang/vendor/wirechat/es/pages.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'chat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Selecciona una conversación para comenzar a chatear',
|
||||
],
|
||||
],
|
||||
];
|
||||
39
resources/lang/vendor/wirechat/es/validation.php
vendored
Normal file
39
resources/lang/vendor/wirechat/es/validation.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Laravel Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the Laravel validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
'file' => 'El campo :attribute debe ser un archivo.',
|
||||
'image' => 'El campo :attribute debe ser una imagen.',
|
||||
'required' => 'El campo :attribute es obligatorio.',
|
||||
'max' => [
|
||||
'array' => 'El campo :attribute no debe tener más de :max elementos.',
|
||||
'file' => 'El campo :attribute no debe ser mayor que :max kilobytes.',
|
||||
'numeric' => 'El campo :attribute no debe ser mayor que :max.',
|
||||
'string' => 'El campo :attribute no debe tener más de :max caracteres.',
|
||||
],
|
||||
'mimes' => 'El campo :attribute debe ser un archivo de tipo: :values.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [],
|
||||
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/es/widgets.php
vendored
Normal file
11
resources/lang/vendor/wirechat/es/widgets.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'wirechat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Selecciona una conversación para comenzar',
|
||||
],
|
||||
],
|
||||
];
|
||||
249
resources/lang/vendor/wirechat/fr/chat.php
vendored
Normal file
249
resources/lang/vendor/wirechat/fr/chat.php
vendored
Normal file
@@ -0,0 +1,249 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chat
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'you_replied_to_yourself' => 'Vous avez répondu à vous-même',
|
||||
'participant_replied_to_you' => ':sender a répondu à vous',
|
||||
'participant_replied_to_themself' => ':sender a répondu à lui-même',
|
||||
'participant_replied_other_participant' => ':sender a répondu à :receiver',
|
||||
'you' => 'Vous',
|
||||
'user' => 'Utilisateur',
|
||||
'replying_to' => 'Réponse à :participant',
|
||||
'replying_to_yourself' => 'Réponse à vous-même',
|
||||
'attachment' => 'Pièce jointe',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'message' => [
|
||||
'label' => 'Message',
|
||||
'placeholder' => 'Écrire un message',
|
||||
],
|
||||
'media' => [
|
||||
'label' => 'Média',
|
||||
'placeholder' => 'Média',
|
||||
],
|
||||
'files' => [
|
||||
'label' => 'Fichiers',
|
||||
'placeholder' => 'Fichiers',
|
||||
],
|
||||
],
|
||||
|
||||
'message_groups' => [
|
||||
'today' => 'Aujourd\'hui',
|
||||
'yesterday' => 'Hier',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'open_group_info' => [
|
||||
'label' => 'Infos du groupe',
|
||||
],
|
||||
'open_chat_info' => [
|
||||
'label' => 'Infos du chat',
|
||||
],
|
||||
'close_chat' => [
|
||||
'label' => 'Fermer le chat',
|
||||
],
|
||||
'clear_chat' => [
|
||||
'label' => 'Effacer l\'historique',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir effacer votre historique de chat ? Cela n\'affectera pas les autres participants.',
|
||||
],
|
||||
'delete_chat' => [
|
||||
'label' => 'Supprimer le chat',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir supprimer ce chat ? Cela ne le supprimera que de votre côté.',
|
||||
],
|
||||
'delete_for_everyone' => [
|
||||
'label' => 'Supprimer pour tous',
|
||||
'confirmation_message' => 'Êtes-vous sûr ?',
|
||||
],
|
||||
'delete_for_me' => [
|
||||
'label' => 'Supprimer pour moi',
|
||||
'confirmation_message' => 'Êtes-vous sûr ?',
|
||||
],
|
||||
'reply' => [
|
||||
'label' => 'Répondre',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Quitter le groupe',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir quitter ce groupe ?',
|
||||
],
|
||||
'upload_file' => [
|
||||
'label' => 'Fichier',
|
||||
],
|
||||
'upload_media' => [
|
||||
'label' => 'Photos & Vidéos',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'cannot_exit_self_or_private_conversation' => 'Impossible de quitter une conversation privée ou avec soi-même',
|
||||
'owner_cannot_exit_conversation' => 'Le propriétaire ne peut pas quitter la conversation',
|
||||
'rate_limit' => 'Trop de tentatives ! Veuillez ralentir',
|
||||
'conversation_not_found' => 'Conversation non trouvée',
|
||||
'conversation_id_required' => 'Un ID de conversation est requis',
|
||||
'invalid_conversation_input' => 'Entrée de conversation invalide',
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Info Component
|
||||
*------------------------*/
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Infos du chat',
|
||||
],
|
||||
'actions' => [
|
||||
'delete_chat' => [
|
||||
'label' => 'Supprimer le chat',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir supprimer ce chat ? Cela ne le supprimera que de votre côté.',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Seules les conversations privées ou avec soi-même sont autorisées',
|
||||
],
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Group Folder
|
||||
*------------------------*/
|
||||
'group' => [
|
||||
// Group info component
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Infos du groupe',
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Membres',
|
||||
'add_description' => 'Ajouter une description',
|
||||
],
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Nom du groupe',
|
||||
'placeholder' => 'Entrer un nom',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Description',
|
||||
'placeholder' => 'Optionnel',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Photo',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'delete_group' => [
|
||||
'label' => 'Supprimer le groupe',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir supprimer ce groupe ?',
|
||||
'helper_text' => 'Vous devez d\'abord supprimer tous les membres du groupe.',
|
||||
],
|
||||
'add_members' => [
|
||||
'label' => 'Ajouter des membres',
|
||||
],
|
||||
'group_permissions' => [
|
||||
'label' => 'Permissions du groupe',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Quitter le groupe',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir quitter ce groupe ?',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Seules les conversations de groupe sont autorisées',
|
||||
],
|
||||
],
|
||||
// Members component
|
||||
'members' => [
|
||||
'heading' => [
|
||||
'label' => 'Membres',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Rechercher',
|
||||
'placeholder' => 'Rechercher des membres',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Membres',
|
||||
'owner' => 'Propriétaire',
|
||||
'admin' => 'Administrateur',
|
||||
'no_members_found' => 'Aucun membre trouvé',
|
||||
],
|
||||
'actions' => [
|
||||
'send_message_to_yourself' => [
|
||||
'label' => 'Vous envoyer un message',
|
||||
],
|
||||
'send_message_to_member' => [
|
||||
'label' => 'Message à :member',
|
||||
],
|
||||
'dismiss_admin' => [
|
||||
'label' => 'Rétrograder l\'admin',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir retirer les droits d\'admin à :member ?',
|
||||
],
|
||||
'make_admin' => [
|
||||
'label' => 'Donner les droits admin',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir donner les droits admin à :member ?',
|
||||
],
|
||||
'remove_from_group' => [
|
||||
'label' => 'Retirer',
|
||||
'confirmation_message' => 'Êtes-vous sûr de vouloir retirer :member du groupe ?',
|
||||
],
|
||||
'load_more' => [
|
||||
'label' => 'Charger plus',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Seules les conversations de groupe sont autorisées',
|
||||
],
|
||||
],
|
||||
// add-Members component
|
||||
'add_members' => [
|
||||
'heading' => [
|
||||
'label' => 'Ajouter des membres',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Rechercher',
|
||||
'placeholder' => 'Rechercher',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Enregistrer',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Seules les conversations de groupe sont autorisées',
|
||||
'members_limit_error' => 'Le nombre de membres ne peut excéder :count',
|
||||
'member_already_exists' => 'Déjà ajouté au groupe',
|
||||
],
|
||||
],
|
||||
// permissions component
|
||||
'permisssions' => [
|
||||
'heading' => [
|
||||
'label' => 'Permissions',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Rechercher',
|
||||
'placeholder' => 'Rechercher',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members_can' => 'Les membres peuvent',
|
||||
],
|
||||
'actions' => [
|
||||
'edit_group_information' => [
|
||||
'label' => 'Modifier les infos du groupe',
|
||||
'helper_text' => 'Cela inclut le nom, l\'icône et la description',
|
||||
],
|
||||
'send_messages' => [
|
||||
'label' => 'Envoyer des messages',
|
||||
],
|
||||
'add_other_members' => [
|
||||
'label' => 'Ajouter d\'autres membres',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
23
resources/lang/vendor/wirechat/fr/chats.php
vendored
Normal file
23
resources/lang/vendor/wirechat/fr/chats.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Conversations',
|
||||
'no_conversations_yet' => 'Aucune conversation pour le moment',
|
||||
'you' => 'Vous',
|
||||
'attachment' => 'Pièce jointe',
|
||||
'now' => 'Maintenant',
|
||||
'load_more' => 'Charger plus',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Rechercher des conversations',
|
||||
'placeholder' => 'Rechercher',
|
||||
],
|
||||
],
|
||||
];
|
||||
72
resources/lang/vendor/wirechat/fr/new.php
vendored
Normal file
72
resources/lang/vendor/wirechat/fr/new.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// new-chat component
|
||||
'chat' => [
|
||||
'labels' => [
|
||||
'heading' => 'Nouvelle conversation',
|
||||
'you' => 'Vous',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Rechercher des conversations',
|
||||
'placeholder' => 'Rechercher',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'new_group' => [
|
||||
'label' => 'Nouveau groupe',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'empty_search_result' => 'Aucun utilisateur trouvé.',
|
||||
],
|
||||
],
|
||||
|
||||
// new-group component
|
||||
'group' => [
|
||||
'labels' => [
|
||||
'heading' => 'Nouvelle conversation',
|
||||
'add_members' => 'Ajouter des membres',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Nom du groupe',
|
||||
'placeholder' => 'Entrez un nom',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Description',
|
||||
'placeholder' => 'Optionnel',
|
||||
],
|
||||
'search' => [
|
||||
'label' => 'Rechercher',
|
||||
'placeholder' => 'Rechercher',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Photo',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Annuler',
|
||||
],
|
||||
'next' => [
|
||||
'label' => 'Suivant',
|
||||
],
|
||||
'create' => [
|
||||
'label' => 'Créer',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'members_limit_error' => 'Le nombre de membres ne peut excéder :count',
|
||||
'empty_search_result' => 'Aucun utilisateur trouvé.',
|
||||
],
|
||||
],
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/fr/pages.php
vendored
Normal file
11
resources/lang/vendor/wirechat/fr/pages.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'chat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Sélectionnez une conversation pour commencer à discuter',
|
||||
],
|
||||
],
|
||||
];
|
||||
39
resources/lang/vendor/wirechat/fr/validation.php
vendored
Normal file
39
resources/lang/vendor/wirechat/fr/validation.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Laravel Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the Laravel validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
'file' => 'Le champ :attribute doit être un fichier.',
|
||||
'image' => 'Le champ :attribute doit être une image.',
|
||||
'required' => 'Le champ :attribute est obligatoire.',
|
||||
'max' => [
|
||||
'array' => 'Le champ :attribute ne doit pas contenir plus de :max éléments.',
|
||||
'file' => 'Le champ :attribute ne doit pas dépasser :max kilo-octets.',
|
||||
'numeric' => 'Le champ :attribute ne doit pas être supérieur à :max.',
|
||||
'string' => 'Le champ :attribute ne doit pas dépasser :max caractères.',
|
||||
],
|
||||
'mimes' => 'Le champ :attribute doit être un fichier de type : :values.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [],
|
||||
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/fr/widgets.php
vendored
Normal file
11
resources/lang/vendor/wirechat/fr/widgets.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'wirechat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Sélectionnez une conversation pour commencer à échanger',
|
||||
],
|
||||
],
|
||||
];
|
||||
262
resources/lang/vendor/wirechat/nl/chat.php
vendored
Normal file
262
resources/lang/vendor/wirechat/nl/chat.php
vendored
Normal file
@@ -0,0 +1,262 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chat
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
|
||||
'you_replied_to_yourself' => 'Je hebt jezelf geantwoord',
|
||||
'participant_replied_to_you' => ':sender antwoordde jou',
|
||||
'participant_replied_to_themself' => ':sender antwoordde zichzelf',
|
||||
'participant_replied_other_participant' => ':sender antwoordde :receiver',
|
||||
'you' => 'Jij',
|
||||
'user' => 'Gebruiker',
|
||||
'replying_to' => 'Antwoorden aan :participant',
|
||||
'replying_to_yourself' => 'Antwoorden aan jezelf',
|
||||
'attachment' => 'Bijlage',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'message' => [
|
||||
'label' => 'Bericht',
|
||||
'placeholder' => 'Typ een bericht',
|
||||
],
|
||||
'media' => [
|
||||
'label' => 'Media',
|
||||
'placeholder' => 'Media',
|
||||
],
|
||||
'files' => [
|
||||
'label' => 'Bestanden',
|
||||
'placeholder' => 'Bestanden',
|
||||
],
|
||||
],
|
||||
|
||||
'message_groups' => [
|
||||
'today' => 'Vandaag',
|
||||
'yesterday' => 'Gisteren',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'open_group_info' => [
|
||||
'label' => 'Groepsinfo',
|
||||
],
|
||||
'open_chat_info' => [
|
||||
'label' => 'Chatinfo',
|
||||
],
|
||||
'close_chat' => [
|
||||
'label' => 'Chat sluiten',
|
||||
],
|
||||
'clear_chat' => [
|
||||
'label' => 'Chatgeschiedenis wissen',
|
||||
'confirmation_message' => 'Weet je zeker dat je je chatgeschiedenis wilt wissen? Dit wist alleen jouw chat en heeft geen invloed op andere deelnemers.',
|
||||
],
|
||||
'delete_chat' => [
|
||||
'label' => 'Chat verwijderen',
|
||||
'confirmation_message' => 'Weet je zeker dat je deze chat wilt verwijderen? Dit verwijdert de chat alleen aan jouw kant en niet voor andere deelnemers.',
|
||||
],
|
||||
|
||||
'delete_for_everyone' => [
|
||||
'label' => 'Voor iedereen verwijderen',
|
||||
'confirmation_message' => 'Weet je het zeker?',
|
||||
],
|
||||
'delete_for_me' => [
|
||||
'label' => 'Voor mij verwijderen',
|
||||
'confirmation_message' => 'Weet je het zeker?',
|
||||
],
|
||||
'reply' => [
|
||||
'label' => 'Antwoorden',
|
||||
],
|
||||
|
||||
'exit_group' => [
|
||||
'label' => 'Groep verlaten',
|
||||
'confirmation_message' => 'Weet je zeker dat je deze groep wilt verlaten?',
|
||||
],
|
||||
'upload_file' => [
|
||||
'label' => 'Bestand',
|
||||
],
|
||||
'upload_media' => [
|
||||
'label' => 'Foto\'s & Video\'s',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'cannot_exit_self_or_private_conversation' => 'Kan geen zelfgesprek of privégesprek verlaten',
|
||||
'owner_cannot_exit_conversation' => 'Eigenaar kan gesprek niet verlaten',
|
||||
'rate_limit' => 'Te veel pogingen! Probeer het wat rustiger aan.',
|
||||
'conversation_not_found' => 'Gesprek niet gevonden.',
|
||||
'conversation_id_required' => 'Een gespreks-ID is vereist',
|
||||
'invalid_conversation_input' => 'Ongeldige gespreksinvoer.',
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Info Component
|
||||
*------------------------*/
|
||||
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Chatinfo',
|
||||
],
|
||||
'actions' => [
|
||||
'delete_chat' => [
|
||||
'label' => 'Chat verwijderen',
|
||||
'confirmation_message' => 'Weet je zeker dat je deze chat wilt verwijderen? Dit verwijdert de chat alleen aan jouw kant en niet voor andere deelnemers.',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Alleen privé- en zelfgesprekken toegestaan',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/**-------------------------
|
||||
* Group Folder
|
||||
*------------------------*/
|
||||
|
||||
'group' => [
|
||||
|
||||
// Group info component
|
||||
'info' => [
|
||||
'heading' => [
|
||||
'label' => 'Groepsinfo',
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Leden',
|
||||
'add_description' => 'Voeg een groepsbeschrijving toe',
|
||||
],
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Groepsnaam',
|
||||
'placeholder' => 'Voer naam in',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Beschrijving',
|
||||
'placeholder' => 'Optioneel',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Foto',
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
'delete_group' => [
|
||||
'label' => 'Groep verwijderen',
|
||||
'confirmation_message' => 'Weet je zeker dat je deze groep wilt verwijderen?',
|
||||
'helper_text' => 'Voordat je de groep kunt verwijderen, moet je alle groepsleden verwijderen.',
|
||||
],
|
||||
'add_members' => [
|
||||
'label' => 'Leden toevoegen',
|
||||
],
|
||||
'group_permissions' => [
|
||||
'label' => 'Groepsrechten',
|
||||
],
|
||||
'exit_group' => [
|
||||
'label' => 'Groep verlaten',
|
||||
'confirmation_message' => 'Weet je zeker dat je de groep wilt verlaten?',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Alleen groepsgesprekken toegestaan',
|
||||
],
|
||||
],
|
||||
// Members component
|
||||
'members' => [
|
||||
'heading' => [
|
||||
'label' => 'Leden',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Zoeken',
|
||||
'placeholder' => 'Zoek leden',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members' => 'Leden',
|
||||
'owner' => 'Eigenaar',
|
||||
'admin' => 'Beheerder',
|
||||
'no_members_found' => 'Geen leden gevonden',
|
||||
],
|
||||
'actions' => [
|
||||
'send_message_to_yourself' => [
|
||||
'label' => 'Bericht jezelf',
|
||||
],
|
||||
'send_message_to_member' => [
|
||||
'label' => 'Bericht :member',
|
||||
],
|
||||
'dismiss_admin' => [
|
||||
'label' => 'Als beheerder ontslaan',
|
||||
'confirmation_message' => 'Weet je zeker dat je :member als beheerder wilt ontslaan?',
|
||||
],
|
||||
'make_admin' => [
|
||||
'label' => 'Beheerder maken',
|
||||
'confirmation_message' => 'Weet je zeker dat je :member beheerder wilt maken?',
|
||||
],
|
||||
'remove_from_group' => [
|
||||
'label' => 'Verwijderen',
|
||||
'confirmation_message' => 'Weet je zeker dat je :member uit deze groep wilt verwijderen?',
|
||||
],
|
||||
'load_more' => [
|
||||
'label' => 'Meer laden',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Alleen groepsgesprekken toegestaan',
|
||||
],
|
||||
],
|
||||
// add-Members component
|
||||
'add_members' => [
|
||||
'heading' => [
|
||||
'label' => 'Leden toevoegen',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Zoeken',
|
||||
'placeholder' => 'Zoeken',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
|
||||
],
|
||||
'actions' => [
|
||||
'save' => [
|
||||
'label' => 'Opslaan',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
'invalid_conversation_type_error' => 'Alleen groepsgesprekken toegestaan',
|
||||
'members_limit_error' => 'Leden kunnen niet meer zijn dan :count',
|
||||
'member_already_exists' => 'Al toegevoegd aan groep',
|
||||
],
|
||||
],
|
||||
// permissions component
|
||||
'permisssions' => [
|
||||
'heading' => [
|
||||
'label' => 'Rechten',
|
||||
],
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Zoeken',
|
||||
'placeholder' => 'Zoeken',
|
||||
],
|
||||
],
|
||||
'labels' => [
|
||||
'members_can' => 'Leden kunnen',
|
||||
],
|
||||
'actions' => [
|
||||
'edit_group_information' => [
|
||||
'label' => 'Groepsinformatie bewerken',
|
||||
'helper_text' => 'Dit omvat de naam, het pictogram en de beschrijving',
|
||||
],
|
||||
'send_messages' => [
|
||||
'label' => 'Berichten versturen',
|
||||
],
|
||||
'add_other_members' => [
|
||||
'label' => 'Andere leden toevoegen',
|
||||
],
|
||||
],
|
||||
'messages' => [
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
23
resources/lang/vendor/wirechat/nl/chats.php
vendored
Normal file
23
resources/lang/vendor/wirechat/nl/chats.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/**-------------------------
|
||||
* Chats
|
||||
*------------------------*/
|
||||
'labels' => [
|
||||
'heading' => 'Gesprekken',
|
||||
'no_conversations_yet' => 'Nog geen gesprekken',
|
||||
'you' => 'Jij',
|
||||
'attachment' => 'Bijlage',
|
||||
'now' => 'Nu',
|
||||
'load_more' => 'Meer laden',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Zoek gesprekken',
|
||||
'placeholder' => 'Zoeken',
|
||||
],
|
||||
],
|
||||
];
|
||||
72
resources/lang/vendor/wirechat/nl/new.php
vendored
Normal file
72
resources/lang/vendor/wirechat/nl/new.php
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// new-chat component
|
||||
'chat' => [
|
||||
'labels' => [
|
||||
'heading' => 'Nieuwe chat',
|
||||
'you' => 'Jij',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'search' => [
|
||||
'label' => 'Zoek gesprekken',
|
||||
'placeholder' => 'Zoeken',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'new_group' => [
|
||||
'label' => 'Nieuwe groep',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'empty_search_result' => 'Geen gebruikers gevonden die aan je zoekopdracht voldoen.',
|
||||
],
|
||||
],
|
||||
|
||||
// new-group component
|
||||
'group' => [
|
||||
'labels' => [
|
||||
'heading' => 'Nieuwe chat',
|
||||
'add_members' => 'Leden toevoegen',
|
||||
],
|
||||
|
||||
'inputs' => [
|
||||
'name' => [
|
||||
'label' => 'Groepsnaam',
|
||||
'placeholder' => 'Voer naam in',
|
||||
],
|
||||
'description' => [
|
||||
'label' => 'Beschrijving',
|
||||
'placeholder' => 'Optioneel',
|
||||
],
|
||||
'search' => [
|
||||
'label' => 'Zoeken',
|
||||
'placeholder' => 'Zoeken',
|
||||
],
|
||||
'photo' => [
|
||||
'label' => 'Foto',
|
||||
],
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'cancel' => [
|
||||
'label' => 'Annuleren',
|
||||
],
|
||||
'next' => [
|
||||
'label' => 'Volgende',
|
||||
],
|
||||
'create' => [
|
||||
'label' => 'Aanmaken',
|
||||
],
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'members_limit_error' => 'Leden mogen niet meer zijn dan :count',
|
||||
'empty_search_result' => 'Geen gebruikers gevonden die aan je zoekopdracht voldoen.',
|
||||
],
|
||||
],
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/nl/pages.php
vendored
Normal file
11
resources/lang/vendor/wirechat/nl/pages.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'chat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Selecteer een gesprek om te beginnen met chatten',
|
||||
],
|
||||
],
|
||||
];
|
||||
39
resources/lang/vendor/wirechat/nl/validation.php
vendored
Normal file
39
resources/lang/vendor/wirechat/nl/validation.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Laravel Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the Laravel validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
'file' => 'Het :attribute veld moet een bestand zijn.',
|
||||
'image' => 'Het :attribute veld moet een afbeelding zijn.',
|
||||
'required' => 'Het :attribute veld is verplicht.',
|
||||
'max' => [
|
||||
'array' => 'Het :attribute veld mag niet meer dan :max items bevatten.',
|
||||
'file' => 'Het :attribute veld mag niet groter zijn dan :max kilobytes.',
|
||||
'numeric' => 'Het :attribute veld mag niet groter zijn dan :max.',
|
||||
'string' => 'Het :attribute veld mag niet langer zijn dan :max karakters.',
|
||||
],
|
||||
'mimes' => 'Het :attribute moet een bestand zijn van type: :values.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
'custom' => [],
|
||||
|
||||
];
|
||||
11
resources/lang/vendor/wirechat/nl/widgets.php
vendored
Normal file
11
resources/lang/vendor/wirechat/nl/widgets.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
// chat component
|
||||
'wirechat' => [
|
||||
'messages' => [
|
||||
'welcome' => 'Selecteer een gesprek om te beginnen met chatten',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user