Merge branch 'vrifox-add-translatable-strings'

Updated from upstream.
This commit is contained in:
vrifox 2023-07-18 14:29:48 +02:00
commit 31696e1179
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
4 changed files with 9 additions and 5 deletions

View file

@ -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"

View file

@ -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"

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",
@ -39,6 +40,7 @@
"pref": {
"worst": "am Schlechten",
"theme": "Farbschema",
"language": "Sprache",
"volume": "Standard-Lautstärke",
"player": "Audio-Player",
"quality": "Qualität",

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",
@ -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",