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>
|
<button @click="Login" class="textbox">{{ t('title.login') }}</button>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Don't have an account? register on
|
{{ t('action.register_on') }}
|
||||||
<a
|
<a
|
||||||
href="https://piped.video/register"
|
href="https://piped.video/register"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
>Piped</a
|
> Piped</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"receive": "Empfangen",
|
"receive": "Empfangen",
|
||||||
"import": "Importieren",
|
"import": "Importieren",
|
||||||
"export": "Exportieren"
|
"export": "Exportieren",
|
||||||
|
"register_on": "Noch kein Konto? Registriere dich bei"
|
||||||
},
|
},
|
||||||
"playlist": {
|
"playlist": {
|
||||||
"local": "Lokale Wiedergabelisten",
|
"local": "Lokale Wiedergabelisten",
|
||||||
|
|
|
@ -25,7 +25,8 @@
|
||||||
"send": "Send",
|
"send": "Send",
|
||||||
"receive": "Receive",
|
"receive": "Receive",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"export": "Export"
|
"export": "Export",
|
||||||
|
"register_on": "Don't have an account? Register on"
|
||||||
},
|
},
|
||||||
"playlist": {
|
"playlist": {
|
||||||
"local": "Local Playlists",
|
"local": "Local Playlists",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue