mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
update subscription page
This commit is contained in:
parent
d65d0b2fae
commit
8a21477bc6
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<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">
|
||||
|
@ -10,7 +10,7 @@
|
|||
type="button"
|
||||
>
|
||||
<router-link to="/import">
|
||||
Import from JSON
|
||||
{{ $t("actions.import_from_json") }}
|
||||
</router-link>
|
||||
</button>
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"register": "Register",
|
||||
"feed": "Feed",
|
||||
"preferences": "Preferences",
|
||||
"history": "History"
|
||||
"history": "History",
|
||||
"subscriptions": "Subscriptions"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "Watch on"
|
||||
|
@ -50,6 +51,7 @@
|
|||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"export_to_json": "Export to JSON",
|
||||
"import_from_json": "Import from JSON",
|
||||
"loop_this_video": "Loop this Video",
|
||||
"auto_play_next_video": "Auto Play next Video",
|
||||
"donations": "Donations",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue