Files
homarr/public/locales/tw/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
1.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"metaTitle": "使用者邀請",
"pageTitle": "管理使用者邀請",
"description": "使用邀請功能,可以邀請使用者訪問 Homarr 實例邀請只在一定的時間內有效並且只能使用一次過期時間範圍必須在創建後5分鐘到12個月之間",
"button": {
"createInvite": "創建邀請",
"deleteInvite": "刪除邀請"
},
"table": {
"header": {
"id": "ID",
"creator": "創建者",
"expires": "有效期",
"action": "動作"
},
"data": {
"expiresAt": "已過期 {{at}}",
"expiresIn": "在 {{in}}"
}
},
"modals": {
"create": {
"title": "創建邀請",
"description": "過期後,邀請會失效,被邀請者將無法創建帳號",
"form": {
"expires": "過期期間",
"submit": "創建"
}
},
"copy": {
"title": "複製邀請內容",
"description": "您的邀請已生成,在此模式關閉後,<b>您將無法再次複製此連結</b>,如果您不想再邀請此人,您隨時可以刪除這個邀請",
"invitationLink": "邀請連結",
"details": {
"id": "ID",
"token": "Token"
},
"button": {
"close": "複製並關閉"
}
},
"delete": {
"title": "刪除邀請",
"description": "您確定要刪除此邀請?使用此連結的使用者將無法再次使用此連結創建帳號"
}
},
"noInvites": "尚未邀請"
}