1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-23 10:52:31 +01:00

Fix Typos

fix various typos
This commit is contained in:
Avenjamin 2023-03-09 23:03:46 +11:00
parent 6252e73127
commit a3356cb76b
24 changed files with 27 additions and 27 deletions

View File

@ -522,7 +522,7 @@ contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
any implied license or other defences to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.

View File

@ -32,7 +32,7 @@
* 100% Mobile-friendly.
* Multilingual (English, Croatian, Czech, Danish, Dutch, Finnish, French, German, Italian, Japanese, Korean, Persian, Polish, Portuguese, Russian, Spanish, Slovak, Swedish).
* Seamless email integration.
* Suppports modern Microsoft Exchange authentication.
* Supports modern Microsoft Exchange authentication.
* Web installer & updater.
* Starred conversations.
* Forwarding conversations.

View File

@ -64,7 +64,7 @@ class ActivityLog extends Activity
case self::DESCRIPTION_EMAILS_SENDING_ERROR_ALERT:
return __('Error sending alert');
case self::DESCRIPTION_EMAILS_SENDING_WRONG_EMAIL:
return __('Error sending email to the user who replied to notiication from wrong email');
return __('Error sending email to the user who replied to notification from wrong email');
case self::DESCRIPTION_EMAILS_FETCHING_ERROR:
return __('Error fetching email');
case self::DESCRIPTION_SYSTEM_ERROR:

View File

@ -215,7 +215,7 @@ class Attachment extends Model
}
/**
* Conver type name to integer.
* Convert type name to integer.
*/
public static function typeNameToInt($type_name)
{

View File

@ -25,7 +25,7 @@ class FetchEmails extends Command
/**
* The name and signature of the console command.
*
* --identifier parameter is used to kill fetch-emails command runnign for too long.
* --identifier parameter is used to kill fetch-emails command running for too long.
*
* @var string
*/

View File

@ -276,7 +276,7 @@ class Conversation extends Model
}
/**
* Chached mailbox.
* Cached mailbox.
* @return [type] [description]
*/
public function mailbox_cached()
@ -606,7 +606,7 @@ class Conversation extends Model
}
/**
* Set conersation status and all related fields.
* Set conversation status and all related fields.
*
* @param int $status
*/

View File

@ -98,7 +98,7 @@ class RealtimeMailboxNewThread implements ShouldBroadcastNow
$folder = new Folder();
}
$template_data = [
'folders' => $mailbox->getAssesibleFolders(),
'folders' => $mailbox->getAccessibleFolders(),
'folder' => $folder,
'mailbox' => $mailbox,
];

View File

@ -297,7 +297,7 @@ class ConversationsController extends Controller
'customer' => $customer,
'threads' => \Eventy::filter('conversation.view.threads', $threads),
'folder' => $folder,
'folders' => $conversation->mailbox->getAssesibleFolders(),
'folders' => $conversation->mailbox->getAccessibleFolders(),
'after_send' => $after_send,
'to' => $to,
'to_customers' => $to_customers,
@ -370,7 +370,7 @@ class ConversationsController extends Controller
'thread' => $thread,
'mailbox' => $mailbox,
'folder' => $folder,
'folders' => $mailbox->getAssesibleFolders(),
'folders' => $mailbox->getAccessibleFolders(),
'after_send' => $after_send,
'to' => $to,
]);
@ -473,7 +473,7 @@ class ConversationsController extends Controller
// 'conversation' => $conversation,
// 'mailbox' => $conversation->mailbox,
// 'folder' => $conversation->folder,
// 'folders' => $conversation->mailbox->getAssesibleFolders(),
// 'folders' => $conversation->mailbox->getAccessibleFolders(),
// ]);
// }

View File

@ -454,7 +454,7 @@ class MailboxesController extends Controller
}
$this->authorize('viewCached', $mailbox);
$folders = $mailbox->getAssesibleFolders();
$folders = $mailbox->getAccessibleFolders();
$folder = null;
if (!empty($folder_id)) {

View File

@ -361,7 +361,7 @@ class Mailbox extends Model
/**
* Get folders available for the current user.
*/
public function getAssesibleFolders()
public function getAccessibleFolders()
{
$folders = $this->folders()
->where(function ($query) {

View File

@ -279,7 +279,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "Došlo k chybě při odesílání e-mailu. Podrobnější informace naleznete v protokolech poštovního serveru.",
"Error sending alert": "Chyba při odeslání upozornění",
"Error sending email to customer": "Chyba při odesílání e-mailu zákazníkovi",
"Error sending email to the user who replied to notiication from wrong email": "Chyba odeslání e-mailu uživateli, který odpověděl na oznámení z nesprávného e-mailu",
"Error sending email to the user who replied to notification from wrong email": "Chyba odeslání e-mailu uživateli, který odpověděl na oznámení z nesprávného e-mailu",
"Error sending email to user": "Chyba při odesílání e-mailu uživateli",
"Error sending invitation email to user": "Chyba při odesílání e-mailu s pozvánkou uživateli",
"Error sending password changed notification to user": "Chyba při odesílání oznámení o změně hesla uživateli",

View File

@ -295,7 +295,7 @@
"Error sending alert": "Fehler beim Senden der Benachrichtigung",
"Error sending email to customer": "Fehler beim Senden der E-Mail an den Kunden",
"Email :tag_email_begin:email:tag_email_end has been moved from another customer: :a_begin:customer:a_end.": "E-Mail :tag_email_begin:email:tag_email_end wurde von einem anderen Kunden verschoben: :a_begin:customer:a_end.",
"Error sending email to the user who replied to notiication from wrong email": "Fehler beim Senden der E-Mail an den Benutzer der auf die Benachrichtigung von der falschen E-Mail geantwortet hat",
"Error sending email to the user who replied to notification from wrong email": "Fehler beim Senden der E-Mail an den Benutzer der auf die Benachrichtigung von der falschen E-Mail geantwortet hat",
"Error sending email to user": "Fehler beim Senden der E-Mail an den Benutzer",
"Error sending invitation email to user": "Fehler beim Senden der Einladungs-E-Mail an den Benutzer",
"Error sending password changed notification to user": "Fehler beim Senden der Benachrichtigung über die Passwortänderung an den Benutzer",

View File

@ -245,7 +245,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "Ocurrió un error enviando correo. Por favor revise el registro del servidor para más detalles.",
"Error sending alert": "Error enviando alerta",
"Error sending email to customer": "Error enviando correo a cliente",
"Error sending email to the user who replied to notiication from wrong email": "Error enviando correo al usuario que respondió la notificación desde un correo erróneo",
"Error sending email to the user who replied to notification from wrong email": "Error enviando correo al usuario que respondió la notificación desde un correo erróneo",
"Error sending email to user": "Error enviando correo al usuario",
"Error sending invitation email to user": "Error enviando invitación al usuario",
"Error sending password changed notification to user": "Error enviando notificación de cambio de contraseña",

View File

@ -297,7 +297,7 @@
"Error sending alert": "خطا در ارسال هشدار",
"Error sending email to customer": "خطا در ارسال ایمیل به مشتری",
"Email :tag_email_begin:email:tag_email_end has been moved from another customer: :a_begin:customer:a_end.": "ایمیل:tag_email_begin:email:tag_email_end از مشتری دیگری منتقل شده است: :a_begin:customer:a_end.",
"Error sending email to the user who replied to notiication from wrong email": "خطا در ارسال ایمیل به کاربری که به اعلان ایمیل اشتباه پاسخ داده است",
"Error sending email to the user who replied to notification from wrong email": "خطا در ارسال ایمیل به کاربری که به اعلان ایمیل اشتباه پاسخ داده است",
"Error sending email to user": "خطا در ارسال ایمیل به کاربر",
"Error sending invitation email to user": "خطا در ارسال ایمیل دعوت به کاربر",
"Error sending password changed notification to user": "خطا در ارسال اعلان تغییر رمز عبور به کاربر",

View File

@ -279,7 +279,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "Sähköpostin lähettämisessä tapahtui virhe. Tarkista tarkemmat tiedot sähköpostipalvelimen lokitiedoista.",
"Error sending alert": "Virhe hälytyksen lähettämisessä",
"Error sending email to customer": "Virhe sähköpostin lähettämisessä asiakkaalle",
"Error sending email to the user who replied to notiication from wrong email": "Virhe sähköpostin lähettämisessä käyttäjälle, joka vastasi ilmoitukseen väärästä sähköpostista",
"Error sending email to the user who replied to notification from wrong email": "Virhe sähköpostin lähettämisessä käyttäjälle, joka vastasi ilmoitukseen väärästä sähköpostista",
"Error sending email to user": "Virhe sähköpostin lähettämisessä käyttäjälle",
"Error sending invitation email to user": "Virhe kutsusähköpostin lähettämisessä käyttäjälle",
"Error sending password changed notification to user": "Virhe salasanan muutosilmoituksen lähettämisessä käyttäjälle",

View File

@ -218,7 +218,7 @@
"Error sending invitation email to user": "Erreur lors de l'envoi d'un e-mail d'invitation à l'utilisateur",
"Error sending password changed notification to user": "Erreur lors de l'envoi de la notification de modification du mot de passe à l'utilisateur",
"Error sending alert": "Erreur lors de l'envoi de l'alerte",
"Error sending email to the user who replied to notiication from wrong email": "Erreur lors de l'envoi d'un e-mail à l'utilisateur qui a répondu à la notification d'un mauvais e-mail",
"Error sending email to the user who replied to notification from wrong email": "Erreur lors de l'envoi d'un e-mail à l'utilisateur qui a répondu à la notification d'un mauvais e-mail",
"Error fetching email": "Erreur lors de la récupération de l'e-mail",
"System error": "Erreur système",
"Deleted user": "Utilisateur supprimé",

View File

@ -79,7 +79,7 @@
"Error sending invitation email to user": "Errore durante l'invio dell'email di invito all'utente",
"Error sending password changed notification to user": "Errore durante l'invio della notifica di modifica della password all'utente",
"Error sending alert": "Errore nell'invio dell'avviso",
"Error sending email to the user who replied to notiication from wrong email": "Errore nell'invio dell'email all'utente che ha risposto alla notifica da un'email errata",
"Error sending email to the user who replied to notification from wrong email": "Errore nell'invio dell'email all'utente che ha risposto alla notifica da un'email errata",
"Error fetching email": "Errore nel recupero delle mail",
"System error": "Errore di sistema",
"Deleted user": "Utente eliminato",

View File

@ -227,7 +227,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "メール送信時にエラーが発生しました。詳細はメールサーバーのログをご確認ください。",
"Error sending alert": "アラートの送信中にエラーが発生しました",
"Error sending email to customer": "顧客へのメール送信エラー",
"Error sending email to the user who replied to notiication from wrong email": "間違ったメールから通知に返信したユーザーにメールを送信するエラー",
"Error sending email to the user who replied to notification from wrong email": "間違ったメールから通知に返信したユーザーにメールを送信するエラー",
"Error sending email to user": "ユーザーへのメール送信エラー",
"Error sending invitation email to user": "ユーザーに招待メールを送信する際のエラー",
"Error sending password changed notification to user": "ユーザーへのパスワード変更通知の送信エラー",

View File

@ -227,7 +227,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "메일을 보내는 동안 오류가 발생했습니다. 자세한 세부사항은 메일 서버 로그를 확인하십시오.",
"Error sending alert": "경고를 보내는 동안 오류가 발생했습니다.",
"Error sending email to customer": "고객에게 메일을 보내는 동안 오류가 발생했습니다.",
"Error sending email to the user who replied to notiication from wrong email": "잘못된 메일 알림에 답변한 사용자에게 메일을 보내는 중 오류가 발생했습니다.",
"Error sending email to the user who replied to notification from wrong email": "잘못된 메일 알림에 답변한 사용자에게 메일을 보내는 중 오류가 발생했습니다.",
"Error sending email to user": "사용자에게 메일을 보내는 동안 오류가 발생했습니다.",
"Error sending invitation email to user": "사용자에게 초대 메일을 보내는 동안 오류가 발생했습니다.",
"Error sending password changed notification to user": "사용자에게 비밀번호 변경 알림을 보내는 동안 오류가 발생했습니다.",

View File

@ -252,7 +252,7 @@
"Error occurred. Please try again or try another :%a_start%update method:%a_end%": "Er is een fout opgetreden. Probeer het opnieuw of probeer een andere :% a_start% updatemethode% a_end%.",
"Error sending alert": "Fout bij verzenden van melding",
"Error sending email to customer": "Fout bij het verzenden van e-mail naar klant",
"Error sending email to the user who replied to notiication from wrong email": "Fout bij het verzenden van e-mail naar de gebruiker die op een melding van een verkeerde e-mail heeft geantwoord",
"Error sending email to the user who replied to notification from wrong email": "Fout bij het verzenden van e-mail naar de gebruiker die op een melding van een verkeerde e-mail heeft geantwoord",
"Error sending email to user": "Fout bij het verzenden van e-mail naar gebruiker",
"Error sending invitation email to user": "Fout bij het verzenden van uitnodigings-e-mail naar gebruiker",
"Error sending password changed notification to user": "Fout bij verzenden van wachtwoord gewijzigd melding naar gebruiker",

View File

@ -279,7 +279,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "Wystąpił błąd podczas wysyłania wiadomości e-mail. Aby uzyskać więcej informacji, sprawdź dzienniki serwera pocztowego.",
"Error sending alert": "Błąd podczas wysyłania ostrzeżenia",
"Error sending email to customer": "Błąd podczas wysyłania wiadomości e-mail do klienta ",
"Error sending email to the user who replied to notiication from wrong email": "Błąd podczas wysyłania wiadomości e-mail do użytkownika, który odpowiedział na powiadomienie z niewłaściwego adresu e-mail ",
"Error sending email to the user who replied to notification from wrong email": "Błąd podczas wysyłania wiadomości e-mail do użytkownika, który odpowiedział na powiadomienie z niewłaściwego adresu e-mail ",
"Error sending email to user": "Błąd podczas wysyłania wiadomości e-mail do użytkownika ",
"Error sending invitation email to user": "Błąd podczas wysyłania e-maila z zaproszeniem do użytkownika ",
"Error sending password changed notification to user": "Błąd podczas wysyłania powiadomienia o zmianie hasła do użytkownika ",

View File

@ -181,7 +181,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "Ocorreu um erro ao enviar email. Por favor, verifique os logs do seu servidor de e-mail para mais detalhes.",
"Error sending alert": "Erro ao enviar alerta",
"Error sending email to customer": "Erro ao enviar email para o cliente",
"Error sending email to the user who replied to notiication from wrong email": "Erro ao enviar e-mail para o usuário que respondeu à notificação do e-mail errado",
"Error sending email to the user who replied to notification from wrong email": "Erro ao enviar e-mail para o usuário que respondeu à notificação do e-mail errado",
"Error sending email to user": "Erro ao enviar email para o usuário",
"Error sending invitation email to user": "Erro ao enviar email de convite para o usuário",
"Error sending password changed notification to user": "Erro ao enviar senha alterada notificação ao usuário",

View File

@ -208,7 +208,7 @@
"Error occurred sending email. Please check your mail server logs for more details.": "Ocorreu um erro ao enviar email. Por favor, verifique os logs do seu servidor de e-mail para mais detalhes.",
"Error sending alert": "Erro ao enviar alerta",
"Error sending email to customer": "Erro ao enviar email para o cliente",
"Error sending email to the user who replied to notiication from wrong email": "Erro ao enviar e-mail para o utilizador que respondeu à notificação do e-mail errado",
"Error sending email to the user who replied to notification from wrong email": "Erro ao enviar e-mail para o utilizador que respondeu à notificação do e-mail errado",
"Error sending email to user": "Erro ao enviar email para o utilizador",
"Error sending invitation email to user": "Erro ao enviar email de convite para o utilizador",
"Error sending password changed notification to user": "Erro ao enviar ao utilizador a notificação de alteração de palavra-passe",

View File

@ -628,7 +628,7 @@
"Error sending invitation email to user": "Ошибка при отправке письма-приглашения агенту",
"Error sending password changed notification to user": "Ошибка при отправке уведомления об изменении пароля агенту",
"Error sending alert": "Ошибка при отправке оповещения",
"Error sending email to the user who replied to notiication from wrong email": "Ошибка при отправке письма пользователю, который ответил на уведомление с неправильного адреса",
"Error sending email to the user who replied to notification from wrong email": "Ошибка при отправке письма пользователю, который ответил на уведомление с неправильного адреса",
"Error fetching email": "Ошибка при получении письма",
"System error": "Системная ошибка",
"Deleted user": "Агент удалён",