mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 17:56:49 +02:00
29 lines
550 B
JSON
29 lines
550 B
JSON
{
|
|
"common": {
|
|
"loading": "Lädt..."
|
|
},
|
|
"list": {
|
|
"none": "Keine Einträge",
|
|
"loading": "Lade weitere Einträge...",
|
|
"more": "Mehr zeigen",
|
|
"end": "Keine weiteren Einträge"
|
|
},
|
|
"dashboard": {
|
|
"helloText": "Ayo {{name}}!",
|
|
"my_lists": {
|
|
"title": "Meine Listen"
|
|
},
|
|
"my_rooms": {
|
|
"title": "Meine Räume"
|
|
}
|
|
},
|
|
"rooms": {
|
|
"debug": "Debug",
|
|
"inactive": "Inaktiv",
|
|
"active": "Aktiv",
|
|
"details": "Details",
|
|
"title": "Meine Räume",
|
|
"name": "Name",
|
|
"id": "ID"
|
|
}
|
|
}
|