mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-25 01:34:15 +01:00
Remove useless translations
This commit is contained in:
parent
29b2ddd2bb
commit
dc141af9cd
@ -21,7 +21,7 @@
|
|||||||
{{ $t('twofaccounts.twofauth_export_schema') }}
|
{{ $t('twofaccounts.twofauth_export_schema') }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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') }}
|
{{ $t('twofaccounts.twofauth_export_format') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<p class="is-size-7-mobile">
|
<p class="is-size-7-mobile">
|
||||||
{{ $t('twofaccounts.otpauth_export_format_desc') }}
|
{{ $t('twofaccounts.otpauth_export_format_desc') }}
|
||||||
</p>
|
</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') }}
|
{{ $t('twofaccounts.otpauth_export_format') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
'accounts_deleted' => 'Account(s) successfully deleted',
|
'accounts_deleted' => 'Account(s) successfully deleted',
|
||||||
'accounts_moved' => 'Account(s) successfully moved',
|
'accounts_moved' => 'Account(s) successfully moved',
|
||||||
'export_selected_accounts' => 'Export selected accounts',
|
'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' => '2FAuth format',
|
||||||
'twofauth_export_format_sub' => 'Export data using the 2FAuth json schema',
|
'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.',
|
'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.',
|
||||||
|
Loading…
Reference in New Issue
Block a user