Remove unused strings.

This commit is contained in:
James Cole
2021-07-05 20:03:54 +02:00
parent 48fdd50428
commit 253e7499e3
36 changed files with 0 additions and 504 deletions

View File

@@ -58,8 +58,6 @@ return [
'edit_tag' => 'Upravit štítek „:tag“',
'delete_tag' => 'Odstranit štítek „:tag“',
'delete_journal_link' => 'Odstranit vazbu mezi transakcemi',
'telemetry_index' => 'Telemetrie',
'telemetry_view' => 'Zobrazit telemetrii',
'edit_object_group' => 'Upravit skupinu „:title“',
'delete_object_group' => 'Odstranit skupinu „:title“',
'logout_others' => 'Odhlásit ostatní relace'

View File

@@ -1830,32 +1830,6 @@ return [
'box_net_worth_in_currency' => 'Čisté jmění (:currency)',
'box_spend_per_day' => 'Zbývá pro denní útratu: :amount',
// telemetry
'telemetry_admin_index' => 'Telemetrie',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://docs.firefly-iii.org/support/telemetry">or visit the documentation page</a>.',
'telemetry_is_enabled_yes_no' => 'Is Firefly III telemetry enabled?',
'telemetry_disabled_no' => 'Telemetry is NOT enabled',
'telemetry_disabled_yes' => 'Telemetrie je povolena',
'telemetry_enabled_now_what' => 'Můžete zakázat telemetrii stejným způsobem, jakým ji povolíte: v souboru .env nebo v konfiguraci Dockeru.',
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Shromažďované informace',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'Zobrazit telemetrii',
'telemetry_button_delete' => 'Odstranit veškerou telemetrii',
'telemetry_admin_overview' => 'Přehled telemetrie',
'telemetry_back_to_index' => 'Zpět na hlavní stránku telemetrie',
'not_yet_submitted' => 'Dosud neodeslané',
'telemetry_type_feature' => 'Označení funkce',
'telemetry_type_string' => 'Text',
'telemetry_type_recurring' => 'Opakování',
'telemetry_submit_all' => 'Odeslat záznamy',
'telemetry_delete_submitted_records' => 'Odstranit odeslané záznamy',
'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.',
'telemetry_all_deleted' => 'All telemetry records have been deleted.',
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.',
// debug page
'debug_page' => 'Ladící stránka',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',