diff --git a/locales/en-US/index.json b/locales/en-US/index.json index 9875b6a6a..f4c551f2c 100644 --- a/locales/en-US/index.json +++ b/locales/en-US/index.json @@ -56,6 +56,12 @@ "profile.label.edit-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 one?" + }, "profile.label.no-projects": { "message": "This user has no projects!" }, @@ -80,6 +86,12 @@ "project-type.all": { "message": "All" }, + "project-type.collection.plural": { + "message": "Collections" + }, + "project-type.collection.singular": { + "message": "Collection" + }, "project-type.datapack.plural": { "message": "Data Packs" }, @@ -104,6 +116,12 @@ "project-type.plugin.singular": { "message": "Plugin" }, + "project-type.project.plural": { + "message": "Projects" + }, + "project-type.project.singular": { + "message": "Project" + }, "project-type.resourcepack.plural": { "message": "Resource Packs" },