Skip to content

Commit 3dc92f0

Browse files
committed
fix en and pt_BR langs
1 parent 685b25b commit 3dc92f0

7 files changed

Lines changed: 29 additions & 9 deletions

File tree

resources/lang/en/action.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
'updated' => 'updated',
1313
'restored' => 'restored',
1414
],
15-
'view' => 'View',
16-
'edit' => 'Edit',
17-
'restore' => 'Restore',
15+
'view' => 'View',
16+
'edit' => 'Edit',
17+
'restore' => 'Restore',
18+
'restore_soft_delete' => [
19+
'label' => 'Restore Model',
20+
'modal_heading' => 'Restore Deleted Model',
21+
'modal_description' => 'This will restore the model that was deleted (soft delete).',
22+
],
1823
];

resources/lang/en/notifications.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
'activity_restored_successfully' => 'Activity restored successfully.',
77
'failed_to_restore_activity' => 'Failed to restore activity : :error.',
88
'subject_not_found' => 'Subject not found.',
9+
'unable_to_restore_this_model' => 'Unable to restore this model',
10+
'model_successfully_restored' => 'Model successfully restored',
11+
'error_restoring_model' => 'Erro ao restaurar modelo',
912
];

resources/lang/en/tables.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
'label' => 'Event',
1010
],
1111
'subject_type' => [
12-
'label' => 'Subject',
12+
'label' => 'Subject',
13+
'soft_deleted' => ' (Soft Deleted)',
14+
'deleted' => ' (Deleted)',
1315
],
1416
'causer' => [
1517
'label' => 'User',

resources/lang/pt_BR/action.php

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
'updated' => 'atualizado',
1313
'restored' => 'restaurado',
1414
],
15-
'view' => 'Visualizar',
16-
'edit' => 'Editar',
17-
'restore' => 'Restaurar',
15+
'view' => 'Visualizar',
16+
'edit' => 'Editar',
17+
'restore' => 'Restaurar',
18+
'restore_soft_delete' => [
19+
'label' => 'Restaurar Modelo',
20+
'modal_heading' => 'Restaurar Modelo Excluído',
21+
'modal_description' => 'Isso irá restaurar o modelo que foi excluído (soft delete).',
22+
],
1823
];

resources/lang/pt_BR/infolists.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'components' => [
55
'created_by_at' => 'O <strong>:subject</strong> foi <strong>:event</strong> por <strong>:causer</strong>. <br><small> Atualizado em: <strong>:update_at</strong></small>',
6-
'updater_updated' => ':causer :event para: <br>:changes',
6+
'updater_updated' => ':causer :event o seguinte: <br>:changes',
77
'from_oldvalue_to_newvalue' => '- :key de <strong>:old_value</strong> para <strong>:new_value</strong>',
88
'to_newvalue' => '- :key <strong>:new_value</strong>',
99
'unknown' => 'Desconhecido',

resources/lang/pt_BR/notifications.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
'activity_restored_successfully' => 'Atividade restaurada com sucesso.',
77
'failed_to_restore_activity' => 'Falha ao restaurar a atividade: :error.',
88
'subject_not_found' => 'Registro não encontrado.',
9+
'unable_to_restore_this_model' => 'Não é possível restaurar este modelo',
10+
'model_successfully_restored' => 'Modelo restaurado com sucesso',
11+
'error_restoring_model' => 'Erro ao restaurar modelo',
912
];

resources/lang/pt_BR/tables.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
'label' => 'Evento',
1010
],
1111
'subject_type' => [
12-
'label' => 'Assunto',
12+
'label' => 'Assunto',
13+
'soft_deleted' => ' (Delete suave)',
14+
'deleted' => ' (Deletado)',
1315
],
1416
'causer' => [
1517
'label' => 'Usuário',

0 commit comments

Comments
 (0)