mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 21:26:40 +00:00
prepr
This commit is contained in:
@@ -3905,6 +3905,21 @@
|
||||
"project.settings.permissions.completed.title": {
|
||||
"message": "Permissions completed!"
|
||||
},
|
||||
"project.settings.permissions.delete-all-groups": {
|
||||
"message": "Delete all groups"
|
||||
},
|
||||
"project.settings.permissions.delete-all-groups-confirmation.description": {
|
||||
"message": "This will permanently delete all {count, plural, one {# attribution group} other {# attribution groups}} for this project and all files inside them. This action cannot be undone."
|
||||
},
|
||||
"project.settings.permissions.delete-all-groups-confirmation.title": {
|
||||
"message": "Delete all attribution groups?"
|
||||
},
|
||||
"project.settings.permissions.delete-all-groups-error": {
|
||||
"message": "Could not delete all attribution groups"
|
||||
},
|
||||
"project.settings.permissions.delete-all-groups-success": {
|
||||
"message": "All attribution groups were deleted."
|
||||
},
|
||||
"project.settings.permissions.empty-state.description": {
|
||||
"message": "None of your project's versions contain external content, so you don't need to worry about obtaining permissions."
|
||||
},
|
||||
|
||||
Generated
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "UPDATE users SET email_verified = TRUE WHERE id = $1",
|
||||
"describe": {
|
||||
"columns": [],
|
||||
"parameters": {
|
||||
"Left": [
|
||||
"Int8"
|
||||
]
|
||||
},
|
||||
"nullable": []
|
||||
},
|
||||
"hash": "cb626a36deffd73e67de2dc4789bd875675779a173fb2cd41ba365c1acca96f9"
|
||||
}
|
||||
@@ -1170,10 +1170,19 @@
|
||||
"defaultMessage": "You have obtained special permission to redistribute this work in your modpack."
|
||||
},
|
||||
"external-files.permissions-card.remove-group": {
|
||||
"defaultMessage": "Remove group"
|
||||
"defaultMessage": "Delete group"
|
||||
},
|
||||
"external-files.permissions-card.remove-group-confirmation.description": {
|
||||
"defaultMessage": "This will permanently delete this attribution group and all files inside it. This action cannot be undone."
|
||||
},
|
||||
"external-files.permissions-card.remove-group-confirmation.title": {
|
||||
"defaultMessage": "Delete {title}?"
|
||||
},
|
||||
"external-files.permissions-card.remove-group-error.title": {
|
||||
"defaultMessage": "Could not remove group"
|
||||
"defaultMessage": "Could not delete group"
|
||||
},
|
||||
"external-files.permissions-card.remove-group-shift-hint": {
|
||||
"defaultMessage": "Hold Shift while clicking to skip confirmation."
|
||||
},
|
||||
"external-files.permissions-card.split-file": {
|
||||
"defaultMessage": "Remove from group"
|
||||
|
||||
Reference in New Issue
Block a user