new crowdin translations

This commit is contained in:
Crowdin Bot
2022-06-04 00:26:44 +00:00
parent d2d5073efa
commit 97c837d1f7
336 changed files with 5102 additions and 2037 deletions

View File

@@ -9,6 +9,7 @@ return [
'due_date' => 'Due Date',
'order_number' => 'Order Number',
'bill_to' => 'Bill To',
'cancel_date' => 'Cancel Date',
'quantity' => 'Quantity',
'price' => 'Price',
@@ -19,6 +20,7 @@ return [
'total' => 'Total',
'item_name' => 'Item Name|Item Names',
'recurring_invoices' => 'Recurring Invoice|Recurring Invoices',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
@@ -40,6 +42,11 @@ return [
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
'accept_payments' => 'Accept Online Payments',
'payment_received' => 'Payment received',
'form_description' => [
'billing' => 'Billing details appear in your invoice. Invoice Date is used in the dashboard and reports. Select the date you expect to get paid as the Due Date.',
],
'messages' => [
'email_required' => 'No email address for this customer!',
@@ -58,4 +65,21 @@ return [
],
],
'slider' => [
'create' => ':user created this invoice on :date',
'create_recurring' => ':user created this recurring template on :date',
'schedule' => 'Repeat every :interval :frequency since :date',
'children' => ':count invoices were created automatically',
],
'share' => [
'show_link' => 'Your customer can view the invoice at this link',
'copy_link' => 'Copy the link and share it with your customer.',
'success_message' => 'Copied share link to clipboard!',
],
'sticky' => [
'description' => 'You are previewing how your customer will see the web version of your invoice.',
],
];