mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 21:38:01 +02:00
add t/strings for username and password
This commit is contained in:
parent
615a70e13c
commit
23ea92f124
3 changed files with 12 additions and 4 deletions
|
@ -88,8 +88,12 @@
|
|||
"void": "Keine Liedtexte"
|
||||
},
|
||||
"statusBar": {
|
||||
"currentPlaylist": "Aktuelle Wiedergabeliste",
|
||||
"loop": "Schleife"
|
||||
"currentPlaylist": "Aktuelle Wiedergabeliste",
|
||||
"loop": "Schleife"
|
||||
},
|
||||
"general": {
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort"
|
||||
},
|
||||
"countries": {
|
||||
"AE": "Vereinigte Arabische Emirate",
|
||||
|
|
|
@ -91,6 +91,10 @@
|
|||
"currentPlaylist": "Current Playlist",
|
||||
"loop": "Loop"
|
||||
},
|
||||
"general": {
|
||||
"username": "username",
|
||||
"password": "password"
|
||||
},
|
||||
"countries": {
|
||||
"AE": "United Arab Emirates",
|
||||
"AR": "Argentina",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue