Approval.

This commit is contained in:
2023-03-25 23:13:15 +00:00
committed by md translation bot
parent 41d53684ff
commit 8d83978b4f
22 changed files with 91 additions and 91 deletions

View File

@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$disposal_method_set = array (
'sold' => 'Sold',
'destroyed' => 'Destroyed',
'garbage' => 'Thrown away / garbage collection',
'sold' => 'Eladva',
'destroyed' => 'Megsemmisítve',
'garbage' => 'Kidobás / szemétgyűjtés',
);