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,12 +426,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.kavin.rocks/register"
|
href="https://piped.kavin.rocks/register"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
>Piped</a
|
> Piped</a
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -100,7 +100,7 @@ onMounted(() => {
|
||||||
<option value="nord">{{ t('pref.nord') }}</option>
|
<option value="nord">{{ t('pref.nord') }}</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<h2>Language</h2>
|
<h2>{{ t('pref.language') }}</h2>
|
||||||
|
|
||||||
<select
|
<select
|
||||||
id="pref-lang"
|
id="pref-lang"
|
||||||
|
|
|
@ -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",
|
||||||
|
@ -39,6 +40,7 @@
|
||||||
"pref": {
|
"pref": {
|
||||||
"worst": "am Schlechten",
|
"worst": "am Schlechten",
|
||||||
"theme": "Farbschema",
|
"theme": "Farbschema",
|
||||||
|
"language": "Sprache",
|
||||||
"volume": "Standard-Lautstärke",
|
"volume": "Standard-Lautstärke",
|
||||||
"player": "Audio-Player",
|
"player": "Audio-Player",
|
||||||
"quality": "Qualität",
|
"quality": "Qualität",
|
||||||
|
|
|
@ -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",
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
"blur_light": "Blur (Light)",
|
"blur_light": "Blur (Light)",
|
||||||
"dracula": "Dracula",
|
"dracula": "Dracula",
|
||||||
"nord": "Nord",
|
"nord": "Nord",
|
||||||
|
"language": "Language",
|
||||||
"tab": "Default Tab",
|
"tab": "Default Tab",
|
||||||
"player": "Audio Player",
|
"player": "Audio Player",
|
||||||
"auto_queue": "Automatically Queue Songs",
|
"auto_queue": "Automatically Queue Songs",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue