updated translations

This commit is contained in:
denisdulici
2018-05-21 20:12:12 +03:00
parent f3414ddbd8
commit 0bcb5e606f
28 changed files with 106 additions and 110 deletions

View File

@@ -12,15 +12,15 @@ return [
'quantity' => 'Antal',
'price' => 'Pris',
'sub_total' => 'Subtotal',
'discount' => 'Discount',
'discount' => 'Rabat',
'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',
'show_discount' => ':discount% Rabat',
'add_discount' => 'Tilføj rabat',
'discount_desc' => 'subtotal',
'payment_due' => 'Betalingsfrist',
'amount_due' => 'Forfaldent beløb',

View File

@@ -3,7 +3,6 @@
return [
'accounts_cash' => 'Kontant',
'categories_uncat' => 'Ikke kategoriseret',
'categories_deposit' => 'Indsæt',
'categories_sales' => 'Salg',
'currencies_usd' => 'Amerikanske Dollar',

View File

@@ -37,7 +37,7 @@ return [
'updates' => 'Opdatering|Opdateringer',
'numbers' => 'Nummer|Numre',
'statuses' => 'Status|Statusser',
'others' => 'Other|Others',
'others' => 'Andre | Andre',
'dashboard' => 'Oversigt',
'banking' => 'Bank',

View File

@@ -12,15 +12,15 @@ return [
'quantity' => 'Antal',
'price' => 'Pris',
'sub_total' => 'Subtotal',
'discount' => 'Discount',
'discount' => 'Rabat',
'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',
'show_discount' => ':discount% Rabat',
'add_discount' => 'Tilføj rabat',
'discount_desc' => 'subtotal',
'payment_due' => 'Betalingsfrist',
'paid' => 'Betalt',

View File

@@ -14,8 +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!',
'last_category' => 'Fejl: Kan ikke slette sidste :type kategori!',
'invalid_token' => 'Fejl: Token indtastet er ugyldig!',
],
'warning' => [
'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette <b>:name</b> fordi den er :text relateret.',

View File

@@ -8,7 +8,7 @@ return [
'new' => 'Ny',
'top_free' => 'Top gratis',
'free' => 'GRATIS',
'search' => 'Search',
'search' => 'Søg',
'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.',

View File

@@ -2,19 +2,19 @@
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',
'recurring' => 'Tilbagevendende',
'every' => 'Hver',
'period' => 'Periode',
'times' => 'Tid',
'daily' => 'Daglig',
'weekly' => 'Ugentlig',
'monthly' => 'Månedlig',
'yearly' => 'Årlig',
'custom' => 'Tilpasset',
'days' => 'Dag(e)',
'weeks' => 'Uge(r)',
'months' => 'Måned(er)',
'years' => 'År',
'message' => 'Dette er en tilbagevendende :type og den næste vil blive autogenereret den :date',
];

View File

@@ -7,24 +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',
'profit_loss' => 'Resultatopgørelse',
'gross_profit' => 'Bruttofortjeneste',
'net_profit' => 'Nettoresultat',
'total_expenses' => 'Udgifter i alt',
'net' => 'Netto',
'summary' => [
'income' => 'Indkomst Resumé',
'expense' => 'Udgift Resumé',
'income_expense' => 'Indkomst vs udgift',
'tax' => 'Tax Summary',
'tax' => 'Moms oversigt',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
'4' => 'Okt-Dec',
],
];

View File

@@ -22,9 +22,9 @@ return [
],
'timezone' => 'Tidszone',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
'title' => 'Procent (%) Position',
'before' => 'Før nummer',
'after' => 'Efter nummer',
],
],
'invoice' => [