update subscription page

This commit is contained in:
ChunkyProgrammer 2021-09-05 08:16:31 -04:00
parent d65d0b2fae
commit 8a21477bc6
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template> <template>
<h1 class="uk-text-bold uk-text-center">Subscriptions</h1> <h1 class="uk-text-bold uk-text-center">{{ $t("titles.subscriptions") }}</h1>
<div style="text-align: center"> <div style="text-align: center">
@ -10,7 +10,7 @@
type="button" type="button"
> >
<router-link to="/import"> <router-link to="/import">
Import from JSON {{ $t("actions.import_from_json") }}
</router-link> </router-link>
</button> </button>

View file

@ -5,7 +5,8 @@
"register": "Register", "register": "Register",
"feed": "Feed", "feed": "Feed",
"preferences": "Preferences", "preferences": "Preferences",
"history": "History" "history": "History",
"subscriptions": "Subscriptions"
}, },
"player": { "player": {
"watch_on": "Watch on" "watch_on": "Watch on"
@ -50,6 +51,7 @@
"yes": "Yes", "yes": "Yes",
"no": "No", "no": "No",
"export_to_json": "Export to JSON", "export_to_json": "Export to JSON",
"import_from_json": "Import from JSON",
"loop_this_video": "Loop this Video", "loop_this_video": "Loop this Video",
"auto_play_next_video": "Auto Play next Video", "auto_play_next_video": "Auto Play next Video",
"donations": "Donations", "donations": "Donations",