updated translations
This commit is contained in:
@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Antal',
|
||||
'price' => 'Pris',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Moms i alt',
|
||||
'total' => 'I alt',
|
||||
|
||||
'item_name' => 'Punkt navn | Varenavne',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Betalingsfrist',
|
||||
'amount_due' => 'Forfaldent beløb',
|
||||
'paid' => 'Betalt',
|
||||
|
@ -37,6 +37,7 @@ return [
|
||||
'updates' => 'Opdatering|Opdateringer',
|
||||
'numbers' => 'Nummer|Numre',
|
||||
'statuses' => 'Status|Statusser',
|
||||
'others' => 'Other|Others',
|
||||
|
||||
'dashboard' => 'Oversigt',
|
||||
'banking' => 'Bank',
|
||||
|
@ -12,11 +12,16 @@ return [
|
||||
'quantity' => 'Antal',
|
||||
'price' => 'Pris',
|
||||
'sub_total' => 'Subtotal',
|
||||
'discount' => 'Discount',
|
||||
'tax_total' => 'Moms i alt',
|
||||
'total' => 'I alt',
|
||||
|
||||
'item_name' => 'Vare navn|Vare navne',
|
||||
|
||||
'show_discount' => ':discount% Discount',
|
||||
'add_discount' => 'Add Discount',
|
||||
'discount_desc' => 'of subtotal',
|
||||
|
||||
'payment_due' => 'Betalingsfrist',
|
||||
'paid' => 'Betalt',
|
||||
'histories' => 'Historik',
|
||||
|
@ -14,6 +14,8 @@ return [
|
||||
'not_user_company' => 'Fejl: Du har ikke tilladelse til at kontrollere denne virksomhed!',
|
||||
'customer' => 'Fejl: Brugeren ikke oprettet! :name bruger allerede denne e-mail.',
|
||||
'no_file' => 'Fejl: Ingen fil valgt!',
|
||||
'last_category' => 'Error: Can not delete the last :type category!',
|
||||
'invalid_token' => 'Error: The token entered is invalid!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette <b>:name</b> fordi den er :text relateret.',
|
||||
|
@ -8,6 +8,7 @@ return [
|
||||
'new' => 'Ny',
|
||||
'top_free' => 'Top gratis',
|
||||
'free' => 'GRATIS',
|
||||
'search' => 'Search',
|
||||
'install' => 'Installer',
|
||||
'buy_now' => 'Køb nu',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Klik her</a> for at få din API-token.',
|
||||
|
20
resources/lang/da-DK/recurring.php
Normal file
20
resources/lang/da-DK/recurring.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'recurring' => 'Recurring',
|
||||
'every' => 'Every',
|
||||
'period' => 'Period',
|
||||
'times' => 'Times',
|
||||
'daily' => 'Daily',
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'yearly' => 'Yearly',
|
||||
'custom' => 'Custom',
|
||||
'days' => 'Day(s)',
|
||||
'weeks' => 'Week(s)',
|
||||
'months' => 'Month(s)',
|
||||
'years' => 'Year(s)',
|
||||
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date',
|
||||
|
||||
];
|
@ -7,11 +7,24 @@ return [
|
||||
'this_quarter' => 'Dette kvartal',
|
||||
'previous_quarter' => 'Foregående kvartal',
|
||||
'last_12_months' => 'Seneste 12 måneder',
|
||||
'profit_loss' => 'Profit & Loss',
|
||||
'gross_profit' => 'Gross Profit',
|
||||
'net_profit' => 'Net Profit',
|
||||
'total_expenses' => 'Total Expenses',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Indkomst Resumé',
|
||||
'expense' => 'Udgift Resumé',
|
||||
'income_expense' => 'Indkomst vs udgift',
|
||||
'tax' => 'Tax Summary',
|
||||
],
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Jan-Mar',
|
||||
'2' => 'Apr-Jun',
|
||||
'3' => 'Jul-Sep',
|
||||
'4' => 'Oct-Dec',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -21,6 +21,11 @@ return [
|
||||
'space' => 'Mellemrum ( )',
|
||||
],
|
||||
'timezone' => 'Tidszone',
|
||||
'percent' => [
|
||||
'title' => 'Percent (%) Position',
|
||||
'before' => 'Before Number',
|
||||
'after' => 'After Number',
|
||||
],
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Faktura',
|
||||
|
Reference in New Issue
Block a user