Skip to content

Commit

Permalink
Merge pull request neozhu#564 from muhammetsahin/main
Browse files Browse the repository at this point in the history
fixing spelling errors
  • Loading branch information
neozhu authored Dec 13, 2023
2 parents 44ed0d5 + 2fe4bc4 commit 03902e2
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 45 deletions.
2 changes: 1 addition & 1 deletion src/Server.UI/Pages/Identity/Authentication/Forgot.razor
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<MudText Typo="Typo.h4" GutterBottom="true">@L["Forgot Password?"]</MudText>
@if (_step == 1)
{
<MudText Typo="Typo.subtitle2">@L["Enter the email address linked to your account and you will recieve an email containing a token string to reset your password."]</MudText>
<MudText Typo="Typo.subtitle2">@L["Enter the email address linked to your account and you will receive an email containing a token string to reset your password."]</MudText>
<MudTextField T="string" @bind-Value="@_emailAddress" Label="@L["E-mail"]" Variant="Variant.Outlined" Class="my-4"></MudTextField>
<MudButton Variant="Variant.Filled" Color="Color.Primary" Size="Size.Large" FullWidth="true" Class="mt-3" Disabled="@(string.IsNullOrEmpty(_emailAddress) || _sending )" OnClick="@(()=>ResetPassword())">
@if (_sending)
Expand Down
2 changes: 1 addition & 1 deletion src/Server.UI/Pages/Identity/Users/Users.razor
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
}
@if (_canRestPassword)
{
<MudMenuItem OnClick=@(()=>OnResetPassword(context.Item))>@L["Rest Password"]</MudMenuItem>
<MudMenuItem OnClick=@(()=>OnResetPassword(context.Item))>@L["Reset Password"]</MudMenuItem>
}
</MudMenu>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,9 @@
<data name="E-mail" xml:space="preserve">
<value>البريد الالكترونى</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>أدخل عنوان البريد الإلكتروني المرتبط بحسابك وستتلقى رسالة بريد إلكتروني تحتوي على رابط لإعادة تعيين كلمة المرور الخاصة بك.</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<value>أدخل عنوان البريد الإلكتروني المرتبط بحسابك وستتلقى رسالة بريد إلكتروني تحتوي على سلسلة رمزية لإعادة تعيين كلمة المرور الخاصة بك.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
<value>أدخل سلسلة الرمز المميز من البريد الإلكتروني المخصص للطوارئ لتعيين كلمة المرور الجديدة.</value>
</data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Introdueïxi la direcció de correu electrònic vinculada al teu compte i rebras un correu electrònic amb un enllaç per a restablir la contrasenya.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>Correu electrònic</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>Introdueïxi la direcció de correu electrònic vinculada al seu compte i rebrà un correu ectrònic amb una clau per a restablir la contrasenya.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Geben Sie die mit Ihrem Konto verknüpfte E-Mail-Adresse ein und Sie erhalten eine E-Mail mit einem Link zum Zurücksetzen Ihres Passworts.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>E-Mail</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>Geben Sie die mit Ihrem Konto verknüpfte E-Mail-Adresse ein. Sie erhalten dann eine E-Mail mit einer Token-Zeichenfolge, mit der Sie Ihr Passwort zurücksetzen können.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
8 changes: 4 additions & 4 deletions src/Server.UI/Resources/Pages/Authentication/Forgot.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will recieve an email containing a link to reset your password.</value>
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will receive an email containing a link to reset your password.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
<value>Forgot Password?</value>
Expand All @@ -136,8 +136,8 @@
<data name="E-mail" xml:space="preserve">
<value>E-mail</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will recieve an email containing a token string to reset your password.</value>
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will receive an email containing a token string to reset your password.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
<value>Enter the token string from the recovery email to set your new password.</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Introduce la dirección de correo electrónico vinculada a tu cuenta y recibirás un correo electrónico con un enlace para restablecer tu contraseña.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>Correo electrónico</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>Introduzca la dirección de correo electrónico vinculada a su cuenta y recibirá un correo electrónico con una cadena de tokens para restablecer su contraseña.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Entrez l'adresse e-mail liée à votre compte et vous recevrez un e-mail contenant un lien pour réinitialiser votre mot de passe.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>E-mail</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>Entrez l'adresse e-mail liée à votre compte et vous recevrez un e-mail contenant une chaîne de caractères pour réinitialiser votre mot de passe.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>パスワードをリセットするためのリンクを含む電子メールが送信されます。</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>電子メール</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>パスワードをリセットするためのトークン文字列を含むメールを受信します。</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>계정에 연결된 이메일 주소를 입력하면 비밀번호 재설정 링크가 포함된 이메일을 받게 됩니다.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -129,7 +129,7 @@
<data name="E-mail" xml:space="preserve">
<value>이메일</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>បញ្ចូល អាសយដ្ឋាន អ៊ីមែល ដែល ភ្ជាប់ ទៅ គណនី របស់ អ្នក ហើយ អ្នក នឹង ទទួល អ៊ីមែល ដែល មាន ខ្សែ អក្សរ ថូខេន ដើម្បី កំណត់ ពាក្យ សម្ងាត់ របស់ អ្នក ឡើង វិញ &amp; # 160; ។</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
8 changes: 3 additions & 5 deletions src/Server.UI/Resources/Pages/Authentication/Forgot.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,10 @@
<data name="E-mail" xml:space="preserve">
<value>E-mail</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will recieve an email containing a link to reset your password.</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will recieve an email containing a token string to reset your password.</value>
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Enter the email address linked to your account and you will receive an email containing a link to reset your password.</value>
</data>

<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
<value>Enter the token string from the recovery email to set your new password.</value>
</data>
Expand Down
4 changes: 2 additions & 2 deletions src/Server.UI/Resources/Pages/Authentication/Forgot.ru.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>Введите адрес электронной почты, привязанный к вашей учетной записи, и вы получите письмо со ссылкой для сброса пароля.</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>Электронная почта</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>Введите адрес электронной почты, привязанный к вашей учетной записи, и вы получите письмо, содержащее маркерную строку для сброса пароля.</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Enter the email address linked to your account and you will recieve an email containing a link to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a link to reset your password." xml:space="preserve">
<value>输入与您的账户相连的电子邮件地址,您将收到一封包含重置密码链接的电子邮件。</value>
</data>
<data name="Forgot Password?" xml:space="preserve">
Expand All @@ -136,7 +136,7 @@
<data name="E-mail" xml:space="preserve">
<value>电子邮件</value>
</data>
<data name="Enter the email address linked to your account and you will recieve an email containing a token string to reset your password." xml:space="preserve">
<data name="Enter the email address linked to your account and you will receive an email containing a token string to reset your password." xml:space="preserve">
<value>输入与您的账户相关联的电子邮件地址,您将收到一封包含令牌字符串的电子邮件来重置您的密码。</value>
</data>
<data name="Enter the token string from the recovery email to set your new password." xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<data name="Reset password successfully" xml:space="preserve">
<value>إعادة تعيين كلمة المرور بنجاح</value>
</data>
<data name="Rest Password" xml:space="preserve">
<data name="Reset Password" xml:space="preserve">
<value>كلمة مرور الراحة</value>
</data>
<data name="Search for user name" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions src/Server.UI/Resources/Pages/Identity/Users/Users.ca-ES.resx
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@
<data name="Superior Name" xml:space="preserve">
<value>Nom superior</value>
</data>
<data name="Rest Password" xml:space="preserve">
<value>Rest Password</value>
<data name="Reset Password" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="Email / PhoneNumber" xml:space="preserve">
<value>Correu electrònic/Número de telèfon</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<data name="Reset password successfully" xml:space="preserve">
<value>Passwort erfolgreich zurücksetzen</value>
</data>
<data name="Rest Password" xml:space="preserve">
<data name="Reset Password" xml:space="preserve">
<value>Passwort zurücksetzen</value>
</data>
<data name="Search for user name" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions src/Server.UI/Resources/Pages/Identity/Users/Users.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
<data name="Reset password successfully" xml:space="preserve">
<value>Reset password successfully</value>
</data>
<data name="Rest Password" xml:space="preserve">
<value>Rest Password</value>
<data name="Reset Password" xml:space="preserve">
<value>Reset Password</value>
</data>
<data name="Search for user name" xml:space="preserve">
<value>Search for user name</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<data name="Reset password successfully" xml:space="preserve">
<value>Restablecer la contraseña con éxito</value>
</data>
<data name="Rest Password" xml:space="preserve">
<data name="Reset Password" xml:space="preserve">
<value>Descansar la contraseña</value>
</data>
<data name="Search for user name" xml:space="preserve">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<data name="Reset password successfully" xml:space="preserve">
<value>Réinitialiser le mot de passe avec succès</value>
</data>
<data name="Rest Password" xml:space="preserve">
<data name="Reset Password" xml:space="preserve">
<value>Restaurer le mot de passe</value>
</data>
<data name="Search for user name" xml:space="preserve">
Expand Down
Loading

0 comments on commit 03902e2

Please sign in to comment.