Files
homarr/public/locales/sv/manage/users/invites.json
Thomas Camlong fc969e5042 New Crowdin updates (#1529)
Add Chinese traditional and Crowdin pseudo language (CR)
2023-10-31 09:12:59 +01:00

48 lines
979 B
JSON

{
"metaTitle": "",
"pageTitle": "",
"description": "",
"button": {
"createInvite": "",
"deleteInvite": ""
},
"table": {
"header": {
"id": "ID",
"creator": "",
"expires": "",
"action": ""
},
"data": {
"expiresAt": "",
"expiresIn": ""
}
},
"modals": {
"create": {
"title": "",
"description": "",
"form": {
"expires": "",
"submit": ""
}
},
"copy": {
"title": "",
"description": "",
"invitationLink": "",
"details": {
"id": "ID",
"token": ""
},
"button": {
"close": ""
}
},
"delete": {
"title": "",
"description": ""
}
},
"noInvites": ""
}