Akaunting/resources/lang/ca-ES/items.php

10 lines
194 B
PHP
Raw Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
2022-06-01 07:15:55 +00:00
'sale_price' => 'Preu de venda',
2021-02-15 11:01:23 +00:00
'purchase_price' => 'Preu de compra',
'enter_item_description' => 'Introdueix la descripció de l\'article',
2020-12-26 23:32:05 +00:00
];