Add translations.

This commit is contained in:
James Cole
2021-06-06 17:18:10 +02:00
parent eacaee9e47
commit a8f4154a77
25 changed files with 65 additions and 65 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'month_and_day_moment_js' => 'MMM D, RRRR',
'month_and_day_fns' => 'd. MMMM, y',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%e %B %Y, @ %T',
+3 -3
View File
@@ -1692,7 +1692,7 @@ return [
'errors_submission' => 'There was something wrong with your submission. Please check out the errors.',
// object groups
'default_group_title_name' => '(ungrouped)',
'default_group_title_name' => '(neseskupeno)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Vytvořme účet aktiv!',
@@ -1712,13 +1712,13 @@ return [
'no_accounts_imperative_liabilities' => 'Tuto funkci nemusíte používat, ale hodí se pokud si chcete držet přehled v těchto věcech.',
'no_accounts_create_liabilities' => 'Vytvořit závazek',
'no_budgets_title_default' => 'Pojďme vytvořit rozpočet',
'no_rules_title_default' => 'Let\'s create a rule',
'no_rules_title_default' => 'Pojďme vytvořit pravidlo',
'no_budgets_intro_default' => 'You have no budgets yet. Budgets are used to organize your expenses into logical groups, which you can give a soft-cap to limit your expenses.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_budgets_imperative_default' => 'Rozpočty jsou základní nástroje správy financí. Pojďme takový vytvořit:',
'no_budgets_create_default' => 'Vytvořit rozpočet',
'no_rules_create_default' => 'Create a rule',
'no_rules_create_default' => 'Vytvořit pravidlo',
'no_categories_title_default' => 'Pojďme vytvořit kategorii!',
'no_categories_intro_default' => 'You have no categories yet. Categories are used to fine tune your transactions and label them with their designated category.',
'no_categories_imperative_default' => 'Categories are created automatically when you create transactions, but you can create one manually too. Let\'s create one now:',
+1 -1
View File
@@ -130,7 +130,7 @@ return [
'field' => 'Kolonka',
'value' => 'Hodnota',
'interest' => 'Úrok',
'interest_period' => 'Úrokové období',
'interest_period' => 'Interest period',
'liability_type' => 'Typ závazku',
'liability_direction' => 'Liability in/out',
];