z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.13k stars 2.81k forks source link

Message translation #5747

Closed gomes2191 closed 1 year ago

gomes2191 commented 1 year ago

Description:

Is there any way to translate the following login page message? image

axsweet commented 1 year ago

Publish language and clear config cache. Need en.php

On Mon, Apr 3, 2023 at 10:16 AM Francisco Aparecido < @.***> wrote:

  • Laravel Version: 10
  • PHP Version: 7.4
  • Laravel-admin: 1.8.19

Description:

Is there any way to translate the following login page message? [image: image] https://user-images.githubusercontent.com/4576117/229536243-a5140525-1317-4909-9e60-486761c4a2bf.png

— Reply to this email directly, view it on GitHub https://github.com/z-song/laravel-admin/issues/5747, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALF5SJE5INWXBNSHDOYHXVLW7LLVNANCNFSM6AAAAAAWRMOBHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gomes2191 commented 1 year ago
  • Laravel Version: 10
  • PHP Version: 7.4
  • Laravel-admin: 1.8.19

Description:

Is there any way to translate the following login page message? image

I solved it as follows, I copied the file (validation.php) from the directory: reources/lang/en For the language directory which I want the translation, I changed the file according to my language and problem solved.