Add translatable string action.register_on

This commit is contained in:
Vri 2023-01-20 15:45:22 +01:00 committed by Shiny Nematoda
parent ba236ae216
commit 3e725e004f
3 changed files with 6 additions and 4 deletions

View file

@ -476,7 +476,7 @@ onMounted(async () => {
<button @click="Login" class="textbox">{{ t('title.login') }}</button>
<p>
Don't have an account? register on
{{ t('action.register_on') }}
<a
href="https://piped.video/register"
target="_blank"

View file

@ -25,7 +25,8 @@
"cancel": "Abbrechen",
"receive": "Empfangen",
"import": "Importieren",
"export": "Exportieren"
"export": "Exportieren",
"register_on": "Noch kein Konto? Registriere dich bei"
},
"playlist": {
"local": "Lokale Wiedergabelisten",

View file

@ -25,7 +25,8 @@
"send": "Send",
"receive": "Receive",
"import": "Import",
"export": "Export"
"export": "Export",
"register_on": "Don't have an account? Register on"
},
"playlist": {
"local": "Local Playlists",