Approval.

This commit is contained in:
2025-09-17 15:12:34 +00:00
committed by md translation bot
parent b77cba66a2
commit 2c28afedef
15 changed files with 111 additions and 111 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' => 'Prodáno',
'destroyed' => 'Zničeno',
'garbage' => 'Vyhozený / svoz odpadu',
);