diff --git a/app/main/Constants/Referents.php b/app/main/Constants/Referents.php index 6b10401018d..ebc02c42402 100644 --- a/app/main/Constants/Referents.php +++ b/app/main/Constants/Referents.php @@ -8,7 +8,9 @@ final class Referents public const da = ['jensstigaard']; - public const de = ['WhereIsLucas']; + public const de = ['WhereIsLucas', 'sotten']; + + public const de_CH = ['sotten']; public const es = ['luisprmat']; diff --git a/excludes/tr.php b/excludes/tr.php index 77425bc2882..bfd50677bd5 100644 --- a/excludes/tr.php +++ b/excludes/tr.php @@ -23,23 +23,30 @@ 'Burundi', 'Cape Verde', 'Curaçao', + 'El Salvador', 'Fiji', + 'Gabon', 'Grenada', 'Guadeloupe', + 'Guam', 'Guatemala', 'Guernsey', 'Guyana', 'Haiti', 'Honduras', 'Hong Kong', + 'Jane Doe', 'Jersey', 'Kenya', + 'Kiribati', 'Lens', 'Lesotho', 'Libyan Arab Jamahiriya', 'Macao', + 'Mali', 'Malta', 'Mauritius', + 'Mayotte', 'Moldova', 'Montserrat', 'Myanmar', @@ -47,20 +54,30 @@ 'Nepal', 'Niue', 'Pakistan', + 'Palau', 'Panama', 'Paraguay', 'Peru', - 'Qatar', + 'Réunion', + 'Saint Barthélemy', + 'Saint Lucia', + 'Saint Martin', 'Samoa', 'San Marino', + 'Sao Tome and Principe', 'Senegal', 'Sierra Leone', 'Sint Maarten (Dutch part)', 'Sri Lanka', 'Sudan', 'Timor-Leste', + 'Togo', + 'Tokelau', + 'Tonga', + 'Tuvalu', 'Uganda', 'Uruguay', + 'Vanuatu', 'Venezuela', 'Yemen', ]; diff --git a/locales/ms/auth.php b/locales/ms/auth.php index 14400dd5b4e..f016211450d 100644 --- a/locales/ms/auth.php +++ b/locales/ms/auth.php @@ -13,6 +13,6 @@ return [ 'failed' => 'Butiran ini tidak sepadan dengan rekod kami.', - 'password' => 'The provided password is incorrect.', + 'password' => 'Kata laluan yang diberikan tidak betul.', 'throttle' => 'Terlalu banyak percubaan log masuk. Sila cuba lagi dalam :seconds saat.', ]; diff --git a/locales/pt_BR/validation-inline.php b/locales/pt_BR/validation-inline.php index c3162834852..5b7d1c204d2 100644 --- a/locales/pt_BR/validation-inline.php +++ b/locales/pt_BR/validation-inline.php @@ -13,7 +13,7 @@ return [ 'accepted' => 'Este campo deve ser aceito.', - 'active_url' => 'A Url informada não é válida.', + 'active_url' => 'A URL informada não é válida.', 'after' => 'Esta deve ser uma data após :date.', 'after_or_equal' => 'Esta deve ser uma data posterior ou igual a :date.', 'alpha' => 'Este campo pode conter apenas letras.', @@ -35,11 +35,11 @@ 'date_equals' => 'Esta deve ser uma data igual a :date.', 'date_format' => 'Isso não corresponde ao formato :format.', 'different' => 'Este valor deve ser diferente de :other.', - 'digits' => 'Este valor deve ter :digits digitos.', - 'digits_between' => 'Este valor deve estar entre :min ou :max digitos.', + 'digits' => 'Este valor deve ter :digits dígitos.', + 'digits_between' => 'Este valor deve estar entre :min ou :max dígitos.', 'dimensions' => 'Esta imagem tem dimensões inválidas.', 'distinct' => 'Este campo tem um valor duplicado.', - 'email' => 'Este deve ser um endereço de email válido.', + 'email' => 'Este deve ser um endereço de e-mail válido.', 'ends_with' => 'Isso deve terminar com um dos seguintes valores :values.', 'exists' => 'O valor selecionado é inválido.', 'file' => 'O conteúdo deve ser um arquivo.', diff --git a/locales/tr/auth.php b/locales/tr/auth.php index 281cf0aa0ed..9f419653f3d 100644 --- a/locales/tr/auth.php +++ b/locales/tr/auth.php @@ -13,6 +13,6 @@ return [ 'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.', - 'password' => 'The provided password is incorrect.', + 'password' => 'Girilen parola geçersiz.', 'throttle' => 'Çok fazla giriş denemesi. :seconds saniye sonra lütfen tekrar deneyin.', ];