Move budget outside of the core
The budget planning feature is now a plugin See: https://github.com/kanboard/plugin-budget
This commit is contained in:
@@ -395,8 +395,6 @@ return array(
|
||||
'Remote' => 'Vzdálený',
|
||||
'Enabled' => 'Povoleno',
|
||||
'Disabled' => 'Zakázáno',
|
||||
'Google account linked' => 'Google účet byl propojen',
|
||||
'Github account linked' => 'Mit Githubaccount verbunden',
|
||||
'Username:' => 'Uživatelské jméno:',
|
||||
'Name:' => 'Jméno:',
|
||||
'Email:' => 'e-mail',
|
||||
@@ -667,17 +665,7 @@ return array(
|
||||
'Horizontal scrolling' => 'Horizontální rolování',
|
||||
'Compact/wide view' => 'Kompaktní/plné zobrazení',
|
||||
'No results match:' => 'Žádná shoda:',
|
||||
'Remove hourly rate' => 'Stundensatz entfernen',
|
||||
'Do you really want to remove this hourly rate?' => 'Opravdu chcete odstranit tuto hodinovou sazbu?',
|
||||
'Hourly rates' => 'Hodinové sazby',
|
||||
'Hourly rate' => 'Hodinová sazba',
|
||||
'Currency' => 'Měna',
|
||||
'Effective date' => 'Datum účinnosti',
|
||||
'Add new rate' => 'Přidat novou hodinovou sazbu',
|
||||
'Rate removed successfully.' => 'Sazba byla úspěšně odstraněna',
|
||||
'Unable to remove this rate.' => 'Sazbu nelze odstranit.',
|
||||
'Unable to save the hourly rate.' => 'Hodinovou sazbu nelze uložit',
|
||||
'Hourly rate created successfully.' => 'Hodinová sazba byla úspěšně vytvořena.',
|
||||
'Start time' => 'Počáteční datum',
|
||||
'End time' => 'Konečné datum',
|
||||
'Comment' => 'Komentář',
|
||||
@@ -703,34 +691,18 @@ return array(
|
||||
'Files' => 'Soubory',
|
||||
'Images' => 'Obrázky',
|
||||
'Private project' => 'Soukromý projekt',
|
||||
'Amount' => 'Částka',
|
||||
// 'AUD - Australian Dollar' => '',
|
||||
'Budget' => 'Rozpočet',
|
||||
'Budget line' => 'Položka rozpočtu',
|
||||
'Budget line removed successfully.' => 'Položka rozpočtu byla odstraněna',
|
||||
'Budget lines' => 'Položky rozpočtu',
|
||||
// 'CAD - Canadian Dollar' => '',
|
||||
// 'CHF - Swiss Francs' => '',
|
||||
'Cost' => 'Cena',
|
||||
'Cost breakdown' => 'Rozpis nákladů',
|
||||
'Custom Stylesheet' => 'Vlastní šablony stylů',
|
||||
'download' => 'Stáhnout',
|
||||
'Do you really want to remove this budget line?' => 'Opravdu chcete odstranit tuto rozpočtovou řádku?',
|
||||
'EUR - Euro' => 'EUR - Euro',
|
||||
'Expenses' => 'Náklady',
|
||||
'GBP - British Pound' => 'GBP - Britská Libra',
|
||||
'INR - Indian Rupee' => 'INR - Indische Rupien',
|
||||
'JPY - Japanese Yen' => 'JPY - Japanischer Yen',
|
||||
'New budget line' => 'Nová položka rozpočtu',
|
||||
'NZD - New Zealand Dollar' => 'NZD - Neuseeland-Dollar',
|
||||
'Remove a budget line' => 'Budgetlinie entfernen',
|
||||
'Remove budget line' => 'Budgetlinie entfernen',
|
||||
'RSD - Serbian dinar' => 'RSD - Serbische Dinar',
|
||||
'The budget line have been created successfully.' => 'Položka rozpočtu byla úspěšně vytvořena.',
|
||||
'Unable to create the budget line.' => 'Nelze vytvořit rozpočtovou řádku.',
|
||||
'Unable to remove this budget line.' => 'Nelze vyjmout rozpočtovou řádku.',
|
||||
'USD - US Dollar' => 'USD - US Dollar',
|
||||
'Remaining' => 'Zbývající',
|
||||
'Destination column' => 'Cílový sloupec',
|
||||
'Move the task to another column when assigned to a user' => 'Přesunout úkol do jiného sloupce, když je úkol přiřazen uživateli.',
|
||||
'Move the task to another column when assignee is cleared' => 'Přesunout úkol do jiného sloupce, když je pověření uživatele vymazáno.',
|
||||
@@ -746,7 +718,6 @@ return array(
|
||||
'Rate' => 'Kurz',
|
||||
'Change reference currency' => 'Změnit referenční měnu',
|
||||
'Add a new currency rate' => 'Přidat nový směnný kurz',
|
||||
'Currency rates are used to calculate project budget.' => 'Měnové sazby se používají k výpočtu rozpočtu projektu.',
|
||||
'Reference currency' => 'Referenční měna',
|
||||
'The currency rate have been added successfully.' => 'Směnný kurz byl úspěšně přidán.',
|
||||
'Unable to add this currency rate.' => 'Nelze přidat tento směnný kurz',
|
||||
@@ -878,9 +849,6 @@ return array(
|
||||
'%s moved the task #%d to the first swimlane' => '%s hat die Aufgabe #%d in die erste Swimlane verschoben',
|
||||
'%s moved the task #%d to the swimlane "%s"' => '%s hat die Aufgabe #%d in die Swimlane "%s" verschoben',
|
||||
// 'Swimlane' => '',
|
||||
'Budget overview' => 'Budget Übersicht',
|
||||
'Type' => 'Typ',
|
||||
'There is not enough data to show something.' => 'Es gibt nicht genug Daten für die Anzeige',
|
||||
// 'Gravatar' => '',
|
||||
// 'Hipchat' => '',
|
||||
// 'Slack' => '',
|
||||
|
||||
Reference in New Issue
Block a user