Update translations.

This commit is contained in:
James Cole
2019-12-20 16:42:23 +01:00
parent 18ed19c9d9
commit cc936e68f2
44 changed files with 191 additions and 137 deletions

View File

@@ -32,8 +32,8 @@ return [
'clone' => 'Klonovat',
'last_seven_days' => 'Uplynulých 7 dnů',
'last_thirty_days' => 'Uplynulých 30 dní',
'welcomeBack' => 'Co hraje?',
'welcome_back' => 'Co hraje?',
'welcomeBack' => 'What\'s playing?',
'welcome_back' => 'What\'s playing?',
'everything' => 'Vše',
'today' => 'dnes',
'customRange' => 'Vlastní rozsah',
@@ -127,7 +127,9 @@ return [
'spent_in_specific_double' => 'Spent in account(s) ":account"',
'earned_in_specific_double' => 'Earned in account(s) ":account"',
'source_account' => 'Zdrojový účet',
'source_account_reconciliation' => 'You can\'t edit the source account of a reconciliation transaction.',
'destination_account' => 'Cílový účet',
'destination_account_reconciliation' => 'You can\'t edit the destination account of a reconciliation transaction.',
'sum_of_expenses_in_budget' => 'Celkem utraceno v rozpočtu „:budget“',
'left_in_budget_limit' => 'Ponecháno k utracení dle rozpočtu',
'current_period' => 'Stávající období',

View File

@@ -181,6 +181,7 @@ return [
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.',
'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',