websockets implemented
This commit is contained in:
23
frontend/src/i18n/locales/de/friends.json
Normal file
23
frontend/src/i18n/locales/de/friends.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"friends": {
|
||||
"title": "Freunde",
|
||||
"tabs": {
|
||||
"existing": "Bestehende",
|
||||
"rejected": "Abgelehnte",
|
||||
"pending": "Ausstehende",
|
||||
"requested": "Angefragte"
|
||||
},
|
||||
"actions": {
|
||||
"end": "Beenden",
|
||||
"accept": "Annehmen",
|
||||
"reject": "Ablehnen",
|
||||
"withdraw": "Zurückziehen"
|
||||
},
|
||||
"headers": {
|
||||
"name": "Name",
|
||||
"age": "Alter",
|
||||
"gender": "Geschlecht",
|
||||
"actions": "Aktionen"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user