mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 17:56:49 +02:00
29 lines
529 B
JSON
29 lines
529 B
JSON
{
|
|
"common": {
|
|
"loading": "Loading..."
|
|
},
|
|
"list": {
|
|
"none": "No entries",
|
|
"loading": "Loading more entries...",
|
|
"more": "Show more",
|
|
"end": "No more entries"
|
|
},
|
|
"dashboard": {
|
|
"helloText": "Ayo {{name}}!",
|
|
"my_lists": {
|
|
"title": "My Lists"
|
|
},
|
|
"my_rooms": {
|
|
"title": "My Rooms"
|
|
}
|
|
},
|
|
"rooms": {
|
|
"debug": "Debug",
|
|
"inactive": "Inactive",
|
|
"active": "Active",
|
|
"details": "Details",
|
|
"title": "My Rooms",
|
|
"name": "Name",
|
|
"id": "Room ID"
|
|
}
|
|
}
|