'exported' is added to lang resources that contain messages

This commit is contained in:
Sevan Nerse 2020-01-23 14:47:17 +03:00
parent 6c72fc39ce
commit 9937c35d43
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ return [
'deleted' => ':type deleted!',
'duplicated' => ':type duplicated!',
'imported' => ':type imported!',
'exported' => ':type exported!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],

View File

@ -8,6 +8,7 @@ return [
'deleted' => ':type silindi!',
'duplicated' => ':type çoğaltıldı!',
'imported' => ':type içe aktarıldı!',
'exported' => ':type dışa aktarıldı!',
'enabled' => ':type etkinleştirildi!',
'disabled' => ':type devre dışı bırakıldı!',
],