Remove useless translations

This commit is contained in:
Bubka 2024-11-08 16:18:16 +01:00
parent 29b2ddd2bb
commit dc141af9cd
2 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,7 @@
{{ $t('twofaccounts.twofauth_export_schema') }}
</a>
</p>
<button id="btnExport2FAuth" class="button is-link is-rounded is-focus my-3" @click="$emit('export-twofauth-format')" :title="$t('twofaccounts.export_selected_to_json')">
<button id="btnExport2FAuth" class="button is-link is-rounded is-focus my-3" @click="$emit('export-twofauth-format')" :title="$t('twofaccounts.twofauth_export_format_sub')">
{{ $t('twofaccounts.twofauth_export_format') }}
</button>
</div>
@ -32,7 +32,7 @@
<p class="is-size-7-mobile">
{{ $t('twofaccounts.otpauth_export_format_desc') }}
</p>
<button id="btnExportOtpauth" class="button is-link is-rounded is-focus my-3" @click="$emit('export-otpauth-format')" :title="$t('twofaccounts.export_selected_to_otpauth_uri')">
<button id="btnExportOtpauth" class="button is-link is-rounded is-focus my-3" @click="$emit('export-otpauth-format')" :title="$t('twofaccounts.otpauth_export_format_sub')">
{{ $t('twofaccounts.otpauth_export_format') }}
</button>
</div>

View File

@ -29,8 +29,6 @@
'accounts_deleted' => 'Account(s) successfully deleted',
'accounts_moved' => 'Account(s) successfully moved',
'export_selected_accounts' => 'Export selected accounts',
'export_selected_to_json' => 'Export accounts using the 2FAuth json format',
'export_selected_to_otpauth_uri' => 'Export accounts to plain text otpauth URIs',
'twofauth_export_format' => '2FAuth format',
'twofauth_export_format_sub' => 'Export data using the 2FAuth json schema',
'twofauth_export_format_desc' => 'You should prefer this option if you need to create a backup that can be restored. This format takes care of the icons.',