|
1 | 1 | --- |
2 | 2 | _lang_: "English" |
| 3 | +approveConfirm: "Are you sure that you want to approve this account?" |
| 4 | +approvalRequiredForSignup: "Require approval for new users" |
| 5 | +approveAccount: "Approve" |
| 6 | +denyAccount: "Deny & Delete" |
| 7 | +approved: "Approved" |
| 8 | +notApproved: "Not Approved" |
| 9 | +approvalStatus: "Approval Status" |
| 10 | +approvalRequiredToRegister: "This instance is only accepting users who specify a reason for registration." |
| 11 | +pendingUserApprovals: "There are users awaiting approval." |
| 12 | +approvals: "Sign-up approvals" |
| 13 | +deleteThisAccountConfirm: "This will irreversibly delete this account. Proceed?" |
| 14 | +signupReason: "Sign-up reason" |
3 | 15 | compareContent: "Compare content" |
4 | 16 | editHistory: "Edit history" |
5 | 17 | unRenoteAll: "Remove all renote from notes" |
@@ -2445,6 +2457,8 @@ _signup: |
2445 | 2457 | almostThere: "Almost there" |
2446 | 2458 | emailAddressInfo: "Please enter your email address. It will not be made public." |
2447 | 2459 | emailSent: "A confirmation email has been sent to your email address ({email}). Please click the included link to complete account creation.\nIf you do not receive an email, please check your spam folder." |
| 2460 | + approvalPending: "Your account has been created and is awaiting approval." |
| 2461 | + reasonInfo: "Please enter a reason as to why you want to join the instance." |
2448 | 2462 | _accountDelete: |
2449 | 2463 | accountDelete: "Delete account" |
2450 | 2464 | mayTakeTime: "As account deletion is a resource-heavy process, it may take some time to complete depending on how much content you have created and how many files you have uploaded." |
@@ -2867,6 +2881,8 @@ _permissions: |
2867 | 2881 | "write:report-abuse": "Report violation" |
2868 | 2882 | "write:chat": "Compose or delete chat messages" |
2869 | 2883 | "read:chat": "Browse Chat" |
| 2884 | + "write:admin:approve-user": "Approve new users" |
| 2885 | + "write:admin:decline-user": "Decline new users" |
2870 | 2886 | _auth: |
2871 | 2887 | shareAccessTitle: "Granting application permissions" |
2872 | 2888 | shareAccess: "Would you like to authorize \"{name}\" to access this account?" |
@@ -3328,6 +3344,8 @@ _moderationLogTypes: |
3328 | 3344 | deleteGalleryPost: "Gallery post deleted" |
3329 | 3345 | deleteChatRoom: "Deleted Chat Room" |
3330 | 3346 | updateProxyAccountDescription: "Update the description of the proxy account" |
| 3347 | + approve: "Approved" |
| 3348 | + decline: "Declined" |
3331 | 3349 | _fileViewer: |
3332 | 3350 | title: "File details" |
3333 | 3351 | type: "File type" |
|
0 commit comments