Add missing extracted keys (#1498)

This commit is contained in:
Mysterious_Dev 2024-01-03 17:42:44 +01:00 committed by GitHub
parent e754f6c234
commit 1108b0264e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,12 @@
"profile.label.edit-username": { "profile.label.edit-username": {
"message": "Username" "message": "Username"
}, },
"profile.label.no-collections": {
"message": "This user has no collection!"
},
"profile.label.no-collections-auth": {
"message": "You don't have any collections.\nWould you like to <create-link>create one</create-link>?"
},
"profile.label.no-projects": { "profile.label.no-projects": {
"message": "This user has no projects!" "message": "This user has no projects!"
}, },
@ -80,6 +86,12 @@
"project-type.all": { "project-type.all": {
"message": "All" "message": "All"
}, },
"project-type.collection.plural": {
"message": "Collections"
},
"project-type.collection.singular": {
"message": "Collection"
},
"project-type.datapack.plural": { "project-type.datapack.plural": {
"message": "Data Packs" "message": "Data Packs"
}, },
@ -104,6 +116,12 @@
"project-type.plugin.singular": { "project-type.plugin.singular": {
"message": "Plugin" "message": "Plugin"
}, },
"project-type.project.plural": {
"message": "Projects"
},
"project-type.project.singular": {
"message": "Project"
},
"project-type.resourcepack.plural": { "project-type.resourcepack.plural": {
"message": "Resource Packs" "message": "Resource Packs"
}, },