Skip to content

Commit

Permalink
new crowdin translations
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Jan 5, 2024
1 parent 71e924c commit 99c3307
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
1 change: 1 addition & 0 deletions resources/lang/cs-CZ/invoices.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'get_paid' => 'Uhrazení faktury',
'accept_payments' => 'Přijímat online platby',
'payments_received' => 'Obdržené platby',
'over_payment' => 'Částka, kterou jste zadali, překračuje celkovou částku: :amount',

'form_description' => [
'billing' => 'Fakturační údaje jsou uvedeny ve vaší faktuře. Datum faktury se používá na nástěnce a reportech. Vyberte datum, které chcete zaplatit jako termín splatnosti.',
Expand Down
13 changes: 11 additions & 2 deletions resources/lang/hu-HU/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

return [

'sale_price' => 'Eladási ár',
'purchase_price' => 'Beszerzési ár',
'sale_price' => 'Eladási ár',
'purchase_price' => 'Beszerzési ár',
'enter_item_description' => 'Adja meg a tétel leírását',
'billing' => 'Számlázás',
'sale_information' => 'Értékesítés információ',
'purchase_information' => 'Vásárlási információ',

'form_description' => [
'general' => 'Válasszon ki egy kategóriát a jelentések részletesebbé tételéhez. A leírás akkor kerül kitöltésre, amikor a tételt kiválasztják egy kimenő számlán vagy beszerzési számlán.',
'billing' => 'Az értékesítési információkat a számlákon, a beszerzési információkat pedig a bejövő számlákon belül használják. Az adó a kimenő számlákra és a beszerzési számlákra egyaránt vonatkozik.',
],

];
13 changes: 11 additions & 2 deletions resources/lang/zh-CN/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

return [

'sale_price' => '销售价格',
'purchase_price' => '采购价格',
'sale_price' => '销售价格',
'purchase_price' => '采购价格',
'enter_item_description' => '输入产品描述',
'billing' => '单据',
'sale_information' => '销售清单',
'purchase_information' => '购买清单',

'form_description' => [
'general' => '为你的报表选择一项分类。在产品被选择时将弹出该分类的描述。',
'billing' => '销售清单在票据中使用,购买清单在账单中使用。税费将同时作用在票据和账单。',
],

];
2 changes: 2 additions & 0 deletions resources/lang/zh-CN/maintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

'message' => '抱歉,我们正在进行维护。请稍后再试',

'read_only' => '只读模式已启用。您可以查看但不会更改任何内容!',

];

0 comments on commit 99c3307

Please sign in to comment.