Files
yourpart3/frontend/src/i18n/locales/en/friends.json

29 lines
743 B
JSON
Executable File

{
"friends": {
"kicker": "Community",
"intro": "Friendships, open requests, and ongoing contacts in one place.",
"title": "Friends",
"stats": {
"existing": "Existing",
"open": "Open"
},
"tabs": {
"existing": "Existing",
"rejected": "Rejected",
"pending": "Pending",
"requested": "Requested"
},
"actions": {
"end": "End",
"accept": "Accept",
"reject": "Reject",
"withdraw": "Withdraw"
},
"headers": {
"name": "Name",
"age": "Age",
"gender": "Gender",
"actions": "Actions"
}
}
}