mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Add translatable string action.register_on
This commit is contained in:
parent
ba236ae216
commit
3e725e004f
3 changed files with 6 additions and 4 deletions
|
@ -476,12 +476,12 @@ 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"
|
||||
rel="noreferrer noopener"
|
||||
>Piped</a
|
||||
> Piped</a
|
||||
>
|
||||
</p>
|
||||
</form>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue