mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
Merge branch 'vrifox-add-translatable-strings'
Updated from upstream.
This commit is contained in:
commit
31696e1179
4 changed files with 9 additions and 5 deletions
|
@ -426,7 +426,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.kavin.rocks/register"
|
||||
target="_blank"
|
||||
|
|
|
@ -100,7 +100,7 @@ onMounted(() => {
|
|||
<option value="nord">{{ t('pref.nord') }}</option>
|
||||
</select>
|
||||
|
||||
<h2>Language</h2>
|
||||
<h2>{{ t('pref.language') }}</h2>
|
||||
|
||||
<select
|
||||
id="pref-lang"
|
||||
|
|
|
@ -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",
|
||||
|
@ -39,6 +40,7 @@
|
|||
"pref": {
|
||||
"worst": "am Schlechten",
|
||||
"theme": "Farbschema",
|
||||
"language": "Sprache",
|
||||
"volume": "Standard-Lautstärke",
|
||||
"player": "Audio-Player",
|
||||
"quality": "Qualität",
|
||||
|
|
|
@ -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",
|
||||
|
@ -44,6 +45,7 @@
|
|||
"blur_light": "Blur (Light)",
|
||||
"dracula": "Dracula",
|
||||
"nord": "Nord",
|
||||
"language": "Language",
|
||||
"tab": "Default Tab",
|
||||
"player": "Audio Player",
|
||||
"auto_queue": "Automatically Queue Songs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue