Updated and new strings.

This commit is contained in:
James Cole
2020-02-14 08:07:45 +01:00
parent 7843e781da
commit 6df03e2537
306 changed files with 3521 additions and 374 deletions

View File

@@ -2,7 +2,7 @@
/**
* firefly.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
@@ -58,7 +58,8 @@ return [
'no_rules_for_bill' => 'This bill has no rules associated to it.',
'go_to_asset_accounts' => 'Zobrazit účty s aktivy',
'go_to_budgets' => 'Přejít k rozpočtům',
'clone_instructions' => 'Pokud chcete transakci naklonovat, vyhledejte na obrazovce úprav zaškrtávací kolonku „uložit jako novou“',
'new_clone_instructions' => 'This button will automatically clone the transaction and set the date to today. Are you sure?',
'clones_journal_x' => 'This transaction is a clone of ":description" (#:id)',
'go_to_categories' => 'Přejít ke kategoriím',
'go_to_bills' => 'Přejít k účtům',
'go_to_expense_accounts' => 'Zobrazit výdajové účty',
@@ -218,7 +219,7 @@ return [
// check for updates:
'update_check_title' => 'Zjistit dostupnost případných aktualizací',
'admin_update_check_title' => 'Zjišťovat dostupnost případných aktualizací automaticky',
'admin_update_check_explain' => 'Firefly III může automaticky zjišťovat dostupnost případných aktualizací. Pokud toto zapnete, obrátí se na portál Github a zjistí, zda je k dispozici nová verze Firefly III. Pokud ano, budete na to upozorněni. Fungování tohoto oznámení je možné si vyzkoušet pomocí tlačítka vpravo. Označte níže, zda si přejete, aby Firefly III zjišťovalo dostupnost případných aktualizací.',
'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact the Firefly III update server to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.',
'check_for_updates_permission' => 'Firefly III umí zjišťovat dostupnost případných aktualizací, ale potřebuje k tomu vaše svolení. Přejděte do <a href=":link">správy</a> a označte, zda chcete tuto funkci zapnout.',
'updates_ask_me_later' => 'Zeptat se znovu později',
'updates_do_not_check' => 'Nezjišťovat dostupnost případných aktualizací',
@@ -231,7 +232,9 @@ return [
'update_version_alpha' => 'This version is a ALPHA version. You may run into issues.',
'update_current_version_alert' => 'You are running :version, which is the latest available release.',
'update_newer_version_alert' => 'You are running :your_version, which is newer than the latest release, :new_version.',
'update_check_error' => 'Došlo k chybě při zjišťování případných aktualizací. Podívejte se do souborů se záznamem událostí.',
'update_check_error' => 'An error occurred while checking for updates: :error',
'unknown_error' => 'Unknown error. Sorry about that.',
'just_new_release' => 'A new version is available! Version :version was released :date. This release is very fresh. Wait a few days for the new release to stabilize.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
@@ -309,6 +312,7 @@ return [
'make_new_rule' => 'Vytvořit nové pravidlo ve skupině pravidel „:title“',
'make_new_rule_no_group' => 'Vytvořit nové pravidlo',
'instructions_rule_from_bill' => 'In order to match transactions to your new bill ":name", Firefly III can create a rule that will automatically be checked against any transactions you store. Please verify the details below and store the rule to have Firefly III automatically match transactions to your new bill.',
'instructions_rule_from_journal' => 'Create a rule based on one of your transactions. Complement or submit the form below.',
'rule_is_strict' => 'striktní pravidlo',
'rule_is_not_strict' => 'nestriktní pravidlo',
'rule_help_stop_processing' => 'Pokud toto zaškrtnete, následná pravidla v této skupině nebudou vykonána.',
@@ -493,6 +497,9 @@ return [
'new_rule_for_bill_title' => 'Rule for bill ":name"',
'new_rule_for_bill_description' => 'This rule marks transactions for bill ":name".',
'new_rule_for_journal_title' => 'Rule based on transaction ":description"',
'new_rule_for_journal_description' => 'This rule is based on transaction ":description". It will match transactions that are exactly the same.',
// tags
'store_new_tag' => 'Uložit nový štítek',
'update_tag' => 'Aktualizovat štítek',
@@ -508,6 +515,7 @@ return [
'delete_all_selected_tags' => 'Delete all selected tags',
'select_tags_to_delete' => 'Don\'t forget to select some tags.',
'deleted_x_tags' => 'Deleted :count tag(s).',
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'pref_home_screen_accounts' => 'Účty na domovské obrazovce',
@@ -700,6 +708,7 @@ return [
'update_currency' => 'Aktualizovat měnu',
'new_default_currency' => ':name je nyní výchozí měna.',
'cannot_delete_currency' => ':name nelze odstranit, protože je v aplikaci stále pro něco používáno.',
'cannot_delete_fallback_currency' => ':name is the system fallback currency and can\'t be deleted.',
'cannot_disable_currency_journals' => 'Cannot disable :name because transactions are still using it.',
'cannot_disable_currency_last_left' => 'Cannot disable :name because it is the last enabled currency.',
'cannot_disable_currency_account_meta' => 'Cannot disable :name because it is used in asset accounts.',