'exported' is added to lang resources that contain messages
This commit is contained in:
parent
6c72fc39ce
commit
9937c35d43
@ -8,6 +8,7 @@ return [
|
|||||||
'deleted' => ':type deleted!',
|
'deleted' => ':type deleted!',
|
||||||
'duplicated' => ':type duplicated!',
|
'duplicated' => ':type duplicated!',
|
||||||
'imported' => ':type imported!',
|
'imported' => ':type imported!',
|
||||||
|
'exported' => ':type exported!',
|
||||||
'enabled' => ':type enabled!',
|
'enabled' => ':type enabled!',
|
||||||
'disabled' => ':type disabled!',
|
'disabled' => ':type disabled!',
|
||||||
],
|
],
|
||||||
|
@ -8,6 +8,7 @@ return [
|
|||||||
'deleted' => ':type silindi!',
|
'deleted' => ':type silindi!',
|
||||||
'duplicated' => ':type çoğaltıldı!',
|
'duplicated' => ':type çoğaltıldı!',
|
||||||
'imported' => ':type içe aktarıldı!',
|
'imported' => ':type içe aktarıldı!',
|
||||||
|
'exported' => ':type dışa aktarıldı!',
|
||||||
'enabled' => ':type etkinleştirildi!',
|
'enabled' => ':type etkinleştirildi!',
|
||||||
'disabled' => ':type devre dışı bırakıldı!',
|
'disabled' => ':type devre dışı bırakıldı!',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user