Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/twill.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
'no',
'pl',
'pt',
'pt-BR',
'ru',
'sl',
'tr',
Expand Down
2 changes: 1 addition & 1 deletion lang/lang.csv
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ listing.dropdown.unpublish,Unpublish,,,,,,"غير منشور",,,,,,,,,,,,"Nemoj
listing.filter.no,No,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Nee,,,,,,,,,,,,,Nein,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ne,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
listing.filter.yes,Yes,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Ja,,,,,,,,,,,,,Ja,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Da,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
listing.filters.all-label,"All :label",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"Alle :label",,,,,,,,,,,,,"Alle :label",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"Vse :label",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
listing.filter.all-items,"All items",,,,,,"جميع العناصر",,,,,,,,,,,,"Sve stvari",,,,,,,,全部,,,,"Všechny položky",,"Alle items",,,,,,,Tous,,,,,,Alle,,,,,,,,,,,,,,,,,,,,"Tutti gli elementi",,,,,,,,,,,,,,,,,,,,,,,,,,,,"Alle elementer",,,,,Wszystko,"Tdos os itens","Tdos os itens",,,,,Все,,,,,,,,,,,,,,"Vsi predmeti",,Todos,,,,,,,,,,,,,,"Tüm İçerikler",,,,Всі,,,,,,,,,,,,
listing.filter.all-items,"All items",,,,,,"جميع العناصر",,,,,,,,,,,,"Sve stvari",,,,,,,,全部,,,,"Všechny položky",,"Alle items",,,,,,,Tous,,,,,,Alle,,,,,,,,,,,,,,,,,,,,"Tutti gli elementi",,,,,,,,,,,,,,,,,,,,,,,,,,,,"Alle elementer",,,,,Wszystko,"Todos os itens","Todos os itens",,,,,Все,,,,,,,,,,,,,,"Vsi predmeti",,Todos,,,,,,,,,,,,,,"Tüm İçerikler",,,,Всі,,,,,,,,,,,,
listing.filter.draft,Draft,,,,,,مسودة,,,,,,,,,,,,Primjer,,,,,,,,草稿,,,,Koncepty,,Concept,,,,,,,Brouillons,,,,,,Entwürfe,,,,,,,,,,,,,,,,,,,,Bozze,,,,,,,,,,,,,,,,,,,,,,,,,,,,Kladd,,,,,"Wersje robocze",Rascunho,Rascunho,,,,,Черновики,,,,,,,,,,,,,,Osnutek,,Borradores,,,,,,,,,,,,,,Taslak,,,,Чернетки,,,,,,,,,,,,
listing.filter.mine,Mine,,,,,,"الخاص بي",,,,,,,,,,,,Moje,,,,,,,,我的,,,,Moje,,"Van mij",,,,,,,"Mes contenus",,,,,,Meine,,,,,,,,,,,,,,,,,,,,"I miei contenuti",,,,,,,,,,,,,,,,,,,,,,,,,,,,Mine,,,,,"Dodane przeze mnie",Meus,Meus,,,,,Мои,,,,,,,,,,,,,,Moje,,Mios,,,,,,,,,,,,,,"Benim Eklediklerim",,,,Мої,,,,,,,,,,,,
listing.filter.published,Published,,,,,,"تم نشره",,,,,,,,,,,,Objavljeno,,,,,,,,已发布,,,,Publikované,,Gepubliceerd,,,,,,,Publié,,,,,,Veröffentlicht,,,,,,,,,,,,,,,,,,,,Pubblicati,,,,,,,,,,,,,,,,,,,,,,,,,,,,Publisert,,,,,Opublikowane,Publicado,Publicado,,,,,Опубликованные,,,,,,,,,,,,,,Objavljeno,,Publicados,,,,,,,,,,,,,,Yayınlanan,,,,Опубліковані,,,,,,,,,,,,
Expand Down
4 changes: 3 additions & 1 deletion lang/pt-BR/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
'unpublish' => 'Despublicar',
],
'filter' => [
'all-items' => 'Tdos os itens',
'all-items' => 'Todos os itens',
'draft' => 'Rascunho',
'mine' => 'Meus',
'published' => 'Publicado',
Expand Down Expand Up @@ -167,5 +167,7 @@
'update-disabled-user-and-create-new' => 'Atualizar usuário desabilitado e criar outro',
'user-image' => 'Imagem',
'users' => 'Usuários',
'language' => 'Idioma',
'language-placeholder' => 'Idioma',
],
];
4 changes: 3 additions & 1 deletion lang/pt/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
'unpublish' => 'Despublicar',
],
'filter' => [
'all-items' => 'Tdos os itens',
'all-items' => 'Todos os itens',
'draft' => 'Rascunho',
'mine' => 'Meus',
'published' => 'Publicado',
Expand Down Expand Up @@ -167,5 +167,7 @@
'update-disabled-user-and-create-new' => 'Atualizar utilizador desabilitado e criar outro',
'user-image' => 'Imagem',
'users' => 'Utilizadores',
'language' => 'Idioma',
'language-placeholder' => 'Idioma',
],
];
1 change: 1 addition & 0 deletions views/users/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<x-twill::input
name="email"
:placeholder="twillTrans('twill::lang.user-management.email')"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tiagofrancafernandes! I'm not sure I understand why a placeholder is needed here.

:label="twillTrans('twill::lang.user-management.email')"
/>

Expand Down