2021-01-23 06:36:52 +08:00
import { LocaleMessageObject } from 'vue-i18n' ;
const msgs : LocaleMessageObject = {
2021-02-07 13:44:53 +08:00
general : {
close : 'Close' ,
submit : 'Submit' ,
2021-03-12 15:59:36 +08:00
save : 'Save' ,
2021-02-07 13:44:53 +08:00
comment : 'Comment' ,
2021-03-18 07:55:48 +08:00
change : 'Change' ,
2021-02-09 04:45:54 +08:00
donate : 'Donate' ,
2021-02-09 15:53:45 +08:00
continue : 'Continue' ,
create : 'Create' ,
2021-02-10 07:56:02 +08:00
delete : 'Delete' ,
2021-02-10 16:31:43 +08:00
or : 'Or' ,
2021-02-11 14:17:29 +08:00
reset : 'Reset' ,
2021-03-12 15:59:36 +08:00
edit : 'Edit' ,
required : 'Required' ,
add : 'Add' ,
name : 'Name' ,
link : 'Link' ,
2021-03-13 18:10:56 +08:00
send : 'Send' ,
2021-04-02 20:54:38 +08:00
home : 'Home' ,
2021-03-13 18:10:56 +08:00
message : 'Message' ,
refresh : 'Refresh' ,
2021-03-19 08:44:19 +08:00
error : {
invalidUrl : 'Invalid URL format' ,
} ,
2021-02-07 13:44:53 +08:00
} ,
2021-01-23 06:36:52 +08:00
hangar : {
projectSearch : {
query : 'Search in {0} projects, proudly made by the community...' ,
relevanceSort : 'Sort with relevance' ,
2021-03-18 07:55:48 +08:00
noProjects : 'There are no projects. 😢' ,
noProjectsFound : 'Found 0 projects. 😢' ,
2021-01-23 06:36:52 +08:00
} ,
subtitle : 'A Minecraft package repository' ,
sponsoredBy : 'Sponsored by' ,
} ,
2021-02-08 07:19:16 +08:00
pages : {
authors : 'Authors' ,
staff : 'Staff' ,
} ,
2021-01-23 06:36:52 +08:00
nav : {
login : 'Login' ,
signup : 'Signup' ,
user : {
notifications : 'Notifications' ,
flags : 'Flags' ,
projectApprovals : 'Project approvals' ,
versionApprovals : 'Version approvals' ,
stats : 'Stats' ,
health : 'Hangar Health' ,
log : 'User Action Log' ,
platformVersions : 'Platform Versions' ,
logout : 'Sign out' ,
2021-04-03 07:06:59 +08:00
error : {
loginFailed : 'Authentication Failed' ,
hangarAuth : "Couldn't connect to HangarAuth" ,
loginDisabled : 'Login is temporarily unavailable, please try again later' ,
fakeUserEnabled : 'Fake user is enabled. {0} is therefore disabled' ,
} ,
2021-01-23 06:36:52 +08:00
} ,
2021-02-08 07:19:16 +08:00
createNew : 'Create new...' ,
2021-01-23 06:36:52 +08:00
new : {
project : 'New Project' ,
organization : 'New Organization' ,
} ,
hangar : {
home : 'Homepage' ,
forums : 'Forums' ,
code : 'Code' ,
docs : 'Docs' ,
javadocs : 'JavaDocs' ,
hangar : 'Hangar (Plugins)' ,
downloads : 'Downloads' ,
community : 'Community' ,
} ,
} ,
2021-01-23 09:44:41 +08:00
project : {
2021-02-14 00:58:09 +08:00
stargazers : 'Stargazers' ,
2021-03-18 07:55:48 +08:00
noStargazers : 'There are no stargazers on this project yet 😢' ,
2021-02-14 00:58:09 +08:00
watchers : 'Watchers' ,
2021-03-18 07:55:48 +08:00
noWatchers : 'There are no watchers on this project yet 😢' ,
2021-03-14 00:40:57 +08:00
members : 'Members' ,
2021-01-23 09:44:41 +08:00
category : {
2021-02-09 04:45:54 +08:00
info : 'Category: {0}' ,
2021-01-23 09:44:41 +08:00
admin_tools : 'Admin Tools' ,
chat : 'Chat' ,
dev_tools : 'Developer Tools' ,
economy : 'Economy' ,
gameplay : 'Gameplay' ,
games : 'Games' ,
protection : 'Protection' ,
role_playing : 'Role Playing' ,
world_management : 'World Management' ,
misc : 'Miscellaneous' ,
} ,
2021-01-24 04:27:15 +08:00
actions : {
unwatch : 'Unwatch' ,
watch : 'Watch' ,
flag : 'Flag' ,
2021-02-09 02:26:18 +08:00
star : 'Star' ,
unstar : 'Unstar' ,
2021-01-24 04:27:15 +08:00
adminActions : 'Admin Actions' ,
flagHistory : 'Flag history ({0})' ,
staffNotes : 'Staff notes ({0})' ,
userActionLogs : 'User Action Logs' ,
forum : 'Forum' ,
} ,
2021-02-07 13:44:53 +08:00
flag : {
flagProject : 'Flag {0}?' ,
2021-03-23 03:13:28 +08:00
flagSend : 'Successfully flagged, thanks for making this community a better place!' ,
2021-04-04 04:37:43 +08:00
flagSent : 'Flag submitted for review' ,
2021-03-28 11:17:53 +08:00
flags : {
inappropriateContent : 'Inappropriate Content' ,
impersonation : 'Impersonation or Deception' ,
spam : 'Spam' ,
malIntent : 'Malicious Intent' ,
other : 'Other' ,
} ,
error : {
alreadyOpen : 'You can only have 1 unresolved flag on a project' ,
alreadyResolved : 'This flag is already resolved' ,
} ,
2021-02-07 13:44:53 +08:00
} ,
2021-01-24 04:27:15 +08:00
tabs : {
docs : 'Docs' ,
versions : 'Versions' ,
discuss : 'Discuss' ,
settings : 'Settings' ,
homepage : 'Homepage' ,
issues : 'Issues' ,
source : 'Source' ,
support : 'Support' ,
} ,
2021-01-31 01:27:36 +08:00
new : {
step1 : {
2021-02-05 14:51:51 +08:00
title : 'User Agreement' ,
2021-01-31 01:27:36 +08:00
text :
'A project contains your downloads and the documentation for your plugin.<br>Before continuing, please review the <a href="#">Hangar Submission Guidelines.</a>' ,
2021-02-05 14:51:51 +08:00
continue : 'Agree' ,
2021-01-31 01:27:36 +08:00
back : 'Abort' ,
} ,
step2 : {
title : 'Basic Settings' ,
continue : 'Continue' ,
back : 'Back' ,
userselect : 'Create as...' ,
projectname : 'Project name' ,
projectsummary : 'Project Summary' ,
projectcategory : 'Project Category' ,
} ,
step3 : {
title : 'Additional Settings' ,
continue : 'Continue' ,
back : 'Back' ,
optional : 'Optional' ,
links : 'Links' ,
homepage : 'Homepage' ,
issues : 'Issue Tracker' ,
source : 'Source Code' ,
support : 'External Support' ,
licence : 'Licence' ,
type : 'Type' ,
2021-02-05 14:51:51 +08:00
customName : 'Name' ,
2021-01-31 01:27:36 +08:00
url : 'URL' ,
seo : 'SEO' ,
keywords : 'Keywords' ,
} ,
step4 : {
title : 'Import from Spigot' ,
continue : 'Continue' ,
back : 'Back' ,
optional : 'Optional' ,
convert : 'Convert' ,
preview : 'Preview' ,
tutorial : 'How to get the BBCode' ,
} ,
step5 : {
title : 'Finishing' ,
text : 'Creating...' ,
} ,
2021-02-13 14:36:53 +08:00
error : {
create : 'There was an error creating the project' ,
nameExists : 'A project with this name already exists' ,
slugExists : 'A project with this slug already exists' ,
invalidName : 'This name contains invalid characters' ,
2021-03-18 14:10:12 +08:00
tooLongName : 'Project name is too long' ,
tooLongDesc : 'Project description is too long' ,
tooManyKeywords : 'Project has too many keywords' ,
noCategory : 'Project must have a category' ,
noDescription : 'Project must have a description' ,
2021-02-13 14:36:53 +08:00
} ,
2021-01-31 01:27:36 +08:00
} ,
2021-01-24 04:27:15 +08:00
sendForApproval : 'Send for approval' ,
2021-03-18 06:23:37 +08:00
info : {
title : 'Information' ,
publishDate : 'Published on {0}' ,
views : '0 views | {0} view | {0} views' ,
totalDownloads : '0 total downloads | {0} total download | {0} total downloads' ,
stars : '0 stars | {0} star | {0} stars' ,
watchers : '0 watchers | {0} watcher | {0} watchers' ,
} ,
2021-02-09 04:45:54 +08:00
promotedVersions : 'Promoted Versions' ,
license : {
link : 'Licensed under ' ,
} ,
2021-02-13 14:36:53 +08:00
error : {
star : 'Could not toggle starred' ,
watch : 'Could not toggle watched' ,
} ,
2021-02-20 22:58:39 +08:00
settings : {
title : 'Settings' ,
category : 'Category' ,
categorySub : 'Categorize your project into one of 10 categories. Appropriately categorizing your project makes it easier for people to find.' ,
keywords : 'Keywords' ,
keywordsSub : 'These are special words that will return your project when people add them to their searches. Max 5.' ,
homepage : 'Homepage' ,
homepageSub :
'Having a custom homepage for your project helps you look more proper, official, and gives you another place to gather information about your project.' ,
issues : 'Issue tracker' ,
issuesSub : 'Providing an issue tracker helps your users get support more easily and provides you with an easy way to track bugs.' ,
source : 'Source code' ,
sourceSub : 'Support the community of developers by making your project open source!' ,
support : 'External support' ,
supportSub : 'An external place where you can offer support to your users. Could be a forum, a Discord server, or somewhere else.' ,
license : 'License' ,
licenceSub : 'What can people do (and not do) with your project?' ,
forum : 'Create posts on the forums' ,
forumSub : 'Sets if events like a new release should automatically create a post on the forums' ,
description : 'Description' ,
2021-03-19 08:44:19 +08:00
descriptionSub : 'A short description of your project' ,
2021-02-20 22:58:39 +08:00
icon : 'Icon' ,
iconSub : 'Upload an image representative of your project.' ,
iconUpload : 'Upload' ,
2021-03-20 09:19:51 +08:00
iconReset : 'Reset Icon' ,
2021-02-20 22:58:39 +08:00
apiKey : 'API Keys' ,
apiKeySub : 'Generate a unique deployment key to enable build deployment from Gradle' ,
apiKeyGenerate : 'Generate' ,
rename : 'Rename' ,
renameSub : 'Changing your projects name can have undesired consequences. We will not setup any redirects.' ,
delete : 'Delete' ,
deleteSub : 'Once you delete a project, it cannot be recovered.' ,
hardDelete : 'Hard Delete' ,
hardDeleteSub : 'Once you delete a project, it cannot be recovered.' ,
save : 'Save changes' ,
optional : '(optional)' ,
2021-03-19 08:44:19 +08:00
licenceCustom : 'Custom Name' ,
2021-02-20 22:58:39 +08:00
licenceType : 'Type' ,
licenceUrl : 'URL' ,
2021-03-20 09:19:51 +08:00
error : {
invalidFile : '{0} is an invalid file type' ,
noFile : 'No file submitted' ,
2021-03-21 10:06:09 +08:00
members : {
invalidUser : '{0} is not a valid user' ,
2021-03-29 15:11:27 +08:00
alreadyInvited : '{0} is already invited to the project' ,
notMember : '{0} is not a member of the project, therefore you cannot edit their role' ,
invalidRole : '{0} cannot be added/removed from the project' ,
2021-03-21 10:06:09 +08:00
} ,
2021-03-20 09:19:51 +08:00
} ,
success : {
changedIcon : 'Successfully changed the project icon' ,
resetIcon : 'Successfully reset the project icon' ,
2021-03-20 09:56:08 +08:00
rename : 'Successfully renamed the project to {0}' ,
2021-03-20 09:19:51 +08:00
} ,
2021-02-20 22:58:39 +08:00
} ,
2021-02-09 04:45:54 +08:00
} ,
page : {
plural : 'Pages' ,
2021-02-09 15:53:45 +08:00
new : {
title : 'Create a new page' ,
error : {
2021-02-13 14:36:53 +08:00
minLength : 'Page contents are too short' ,
maxLength : 'Page contents are too long' ,
2021-02-09 15:53:45 +08:00
duplicateName : 'A page with that name already exists' ,
2021-02-10 12:40:34 +08:00
name : {
maxLength : 'Page name too long' ,
minLength : 'Page name too short' ,
invalidChars : 'Page name contained invalid characters' ,
} ,
2021-02-13 14:36:53 +08:00
save : 'Unable to save page' ,
2021-02-09 15:53:45 +08:00
} ,
name : 'Page Name' ,
parent : 'Parent Page (optional)' ,
} ,
2021-02-10 07:56:02 +08:00
delete : {
title : 'Delete page?' ,
text : 'Are you sure you want to delete this page? This cannot be undone.' ,
} ,
2021-01-24 04:27:15 +08:00
} ,
2021-02-10 16:31:43 +08:00
version : {
new : {
2021-02-11 14:17:29 +08:00
title : 'Create version...' ,
2021-02-10 16:31:43 +08:00
upload : 'Upload File' ,
2021-02-11 18:39:29 +08:00
uploadNew : 'Upload a new Version' ,
2021-02-10 16:31:43 +08:00
url : 'Enter a URL' ,
form : {
versionString : 'Version' ,
fileName : 'File name' ,
fileSize : 'File size' ,
externalUrl : 'External URL' ,
2021-03-11 16:03:55 +08:00
hangarProject : 'Hangar Project' ,
2021-02-10 16:31:43 +08:00
channel : 'Channel' ,
2021-02-11 14:17:29 +08:00
addChannel : 'Add Channel' ,
2021-02-10 16:31:43 +08:00
unstable : 'Unstable' ,
recommended : 'Recommended' ,
forumPost : 'Forum Post' ,
release : {
bulletin : 'Release Bulletin' ,
desc : "What's new in this release?" ,
} ,
2021-03-11 16:03:55 +08:00
platforms : 'Platforms' ,
dependencies : 'Plugin Dependencies' ,
2021-02-10 16:31:43 +08:00
} ,
2021-02-13 14:36:53 +08:00
error : {
metaNotFound : 'Could not load metadata from uploaded file' ,
jarNotFound : 'Could not open jar file' ,
fileExtension : 'Incorrect file extension' ,
unexpected : 'An unexpected error occurred' ,
invalidVersionString : 'Invalid version string found' ,
duplicateNameAndPlatform : 'A version with this name and compatible platform already exists' ,
2021-03-11 05:41:26 +08:00
invalidNumOfPlatforms : 'Invalid number of platforms' ,
2021-02-13 14:36:53 +08:00
duplicate : 'A version with this file already exists' ,
noFile : 'Could not find uploaded file' ,
mismatchedFileSize : 'File sizes do not match' ,
hashMismatch : 'File hashes do not match' ,
invalidPlatformVersion : 'Invalid MC version for a platform specified' ,
fileIOError : 'File IO Error' ,
unknown : 'An unknown error has occurred' ,
incomplete : 'Plugin file missing {0}' ,
2021-03-11 05:41:26 +08:00
noDescription : 'Must have a description' ,
2021-03-11 16:03:55 +08:00
invalidPluginDependencyNamespace : 'Declared plugin dependency has an invalid project namespace' ,
2021-03-11 05:41:26 +08:00
channel : {
noName : 'Must have a channel name specified' ,
noColor : 'Must have a channel color specified' ,
} ,
2021-02-13 14:36:53 +08:00
} ,
2021-02-10 16:31:43 +08:00
} ,
2021-03-12 15:59:36 +08:00
edit : {
platformVersions : 'Edit Platform Versions: {0}' ,
pluginDeps : 'Edit Plugin Dependencies: {0}' ,
error : {
noPlatformVersions : 'Must supply at least one valid platform version' ,
invalidVersionForPlatform : '{0} is an invalid version for {1}' ,
invalidProjectNamespace : '{0} is not a valid project namespace' ,
} ,
} ,
2021-02-21 18:58:58 +08:00
page : {
subheader : '{0} released this version on {1}' ,
dependencies : 'Dependencies' ,
2021-03-11 05:41:26 +08:00
platform : 'Platform' ,
2021-02-21 18:58:58 +08:00
required : '(required)' ,
adminMsg : '{0} approved this version on {1}' ,
reviewLogs : 'Review logs' ,
2021-03-10 12:07:53 +08:00
reviewStart : 'Start review' ,
2021-02-21 18:58:58 +08:00
delete : 'Delete' ,
download : 'Download' ,
downloadExternal : 'Download External' ,
adminActions : 'Admin actions' ,
recommended : 'Recommended version' ,
partiallyApproved : 'Partially approved' ,
approved : 'Approved' ,
userAdminLogs : 'User Admin Logs' ,
} ,
2021-03-17 03:41:39 +08:00
channels : 'Channels' ,
2021-03-18 13:00:40 +08:00
editChannels : 'Edit Channels' ,
2021-03-17 03:41:39 +08:00
platforms : 'Platforms' ,
2021-02-10 16:31:43 +08:00
} ,
2021-02-11 14:17:29 +08:00
channel : {
2021-03-20 23:50:18 +08:00
modal : {
titleNew : 'Add a new channel' ,
titleEdit : 'Edit channel' ,
2021-02-11 14:17:29 +08:00
name : 'Channel Name' ,
color : 'Channel Color' ,
reviewQueue : 'Exclude from moderation review queue?' ,
2021-02-13 14:36:53 +08:00
error : {
invalidName : 'Invalid channel name' ,
maxChannels : 'This project already has the maximum number of channels: {0}' ,
duplicateColor : 'This project already has a channel with this color' ,
duplicateName : 'This project already has a channel with this name' ,
2021-03-21 04:45:16 +08:00
tooLongName : 'Channel name is too long' ,
2021-03-21 05:34:40 +08:00
cannotDelete : 'You cannot delete this channel' ,
2021-02-13 14:36:53 +08:00
} ,
2021-02-11 14:17:29 +08:00
} ,
2021-03-20 23:50:18 +08:00
manage : {
title : 'Release channels' ,
subtitle : 'Release channels represent the state of a plugin release. A project may have up to five release channels.' ,
channelName : 'Channel Name' ,
versionCount : 'Version Count' ,
reviewed : 'Reviewed' ,
edit : 'Edit' ,
trash : 'Trash' ,
editButton : 'Edit' ,
deleteButton : 'Delete' ,
add : 'Add Channel' ,
} ,
2021-02-11 14:17:29 +08:00
} ,
2021-02-04 05:35:38 +08:00
organization : {
new : {
title : 'Create a new Organization' ,
text : 'Organizations allow you group users provide closer collaboration between them within your projects on Hangar.' ,
name : 'Organization Name' ,
2021-03-21 16:53:22 +08:00
error : {
duplicateName : 'An organization/user with that name already exists' ,
invalidName : 'Invalid organization name' ,
tooManyOrgs : 'You can only create a maximum of {0} organizations' ,
notEnabled : 'Organizations are not enabled!' ,
jsonError : 'Error parsing the JSON response from HangarAuth' ,
hangarAuthValidationError : 'Validation Error: {0}' ,
unknownError : 'Unknown error while creating organization' ,
} ,
2021-02-04 05:35:38 +08:00
} ,
2021-03-29 15:11:27 +08:00
settings : {
members : {
invalidUser : '{0} is not a valid user' ,
alreadyInvited : '{0} is already invited to the organization' ,
notMember : '{0} is not a member of the organization, therefore you cannot edit their role' ,
invalidRole : '{0} cannot be added/removed from the organization' ,
} ,
} ,
2021-02-04 05:35:38 +08:00
} ,
form : {
2021-03-20 15:24:17 +08:00
memberList : {
2021-02-04 05:35:38 +08:00
addUser : 'Add User...' ,
create : 'Create' ,
2021-03-20 15:24:17 +08:00
editUser : 'Edit User' ,
invitedAs : '(Invited as {0})' ,
2021-02-04 05:35:38 +08:00
} ,
} ,
2021-02-04 05:51:34 +08:00
notifications : {
title : 'Notifications' ,
invites : 'Invites' ,
2021-03-21 12:22:10 +08:00
invited : 'You have been invited to join the {0}' ,
2021-03-21 13:56:00 +08:00
inviteAccepted : 'You have accepted an invitation to the {0}' ,
2021-02-04 05:51:34 +08:00
readAll : 'Mark all as read' ,
2021-02-04 17:34:24 +08:00
unread : 'Unread' ,
read : 'Read' ,
all : 'All' ,
invite : {
all : 'All' ,
projects : 'Projects' ,
organizations : 'Organizations' ,
2021-03-21 13:56:00 +08:00
btns : {
accept : 'Accept' ,
decline : 'Decline' ,
unaccept : 'Unaccept' ,
} ,
msgs : {
accept : 'You have joined {0}' ,
decline : 'You have declined to join {0}' ,
unaccept : 'You have left {0}' ,
} ,
2021-02-04 17:34:24 +08:00
} ,
empty : {
unread : 'You have no unread notifications.' ,
read : 'You have no read notifications.' ,
all : 'You have no notifications.' ,
invites : 'You have no invites' ,
} ,
2021-03-13 18:10:56 +08:00
project : {
reviewed : '{0} {1} has been reviewed and is approved' ,
2021-03-14 00:52:19 +08:00
reviewedPartial : '{0} {1} has been reviewed and is partially approved' ,
2021-03-21 12:22:10 +08:00
newVersion : 'A new version has been released for {0}: {1}' ,
2021-04-03 07:06:59 +08:00
invite : 'You have been invited to join the group {0} on the project {1}' ,
inviteRescinded : 'Your invite to you the group {0} in the project {1} has been rescinded' ,
removed : 'You have been removed from the group {0} in the project {1}' ,
roleChanged : 'You have been added to the {0} group in the project {1}' ,
2021-03-13 18:10:56 +08:00
} ,
2021-03-21 16:53:22 +08:00
organization : {
invite : 'You have been invited to join the group {0} in the organization {1}' ,
2021-04-03 07:06:59 +08:00
inviteRescinded : 'Your invite to you the group {0} in the organization {1} has been rescinded' ,
removed : 'You have been removed from the group {0} in the organization {1}' ,
roleChanged : 'You have been added to the {0} group in the organization {1}' ,
2021-03-21 16:53:22 +08:00
} ,
2021-02-04 05:51:34 +08:00
} ,
2021-01-24 04:27:15 +08:00
visibility : {
notice : {
2021-02-06 15:45:13 +08:00
new :
'This project is new, and will not be shown to others until a version has been uploaded. If a version is not uploaded over a longer time the project will be deleted.' ,
2021-03-28 14:03:13 +08:00
needsChanges : 'This project requires changes' ,
2021-01-24 04:27:15 +08:00
needsApproval : 'You have sent the project for review' ,
softDelete : 'Project deleted by {0}' ,
} ,
2021-02-20 19:48:40 +08:00
name : {
new : 'New' ,
2021-03-28 14:03:13 +08:00
public : 'Public' ,
needsChanges : 'Needs Changes' ,
needsApproval : 'Needs Approval' ,
softDelete : 'Soft Delete' ,
2021-02-20 19:48:40 +08:00
} ,
2021-03-13 18:10:56 +08:00
changes : {
version : {
reviewed : 'due to approved reviews' ,
} ,
} ,
2021-03-28 14:03:13 +08:00
modal : {
activatorBtn : 'Visibility Actions' ,
title : "Change {0}'s visibility" ,
reason : 'Reason for change' ,
success : "You changed the {0}'s visibility to {1}" ,
} ,
2021-01-23 09:44:41 +08:00
} ,
2021-02-11 20:37:06 +08:00
author : {
watching : 'Watching' ,
stars : 'Stars' ,
orgs : 'Organizations' ,
viewOnForums : 'View on forums ' ,
2021-03-18 07:55:48 +08:00
taglineLabel : 'User Tagline' ,
editTagline : 'Edit Tagline' ,
2021-03-15 01:24:47 +08:00
memberSince : 'A member since {0}' ,
2021-03-18 06:23:37 +08:00
numProjects : 'No projects | {0} project | {0} projects' ,
2021-02-11 20:37:06 +08:00
addTagline : 'Add a tagline' ,
2021-03-15 02:32:45 +08:00
noOrgs : '{0} is not part of any organizations. 😢' ,
noWatching : '{0} has not starred any projects. 😢' ,
noStarred : '{0} is not watching any projects. 😢' ,
2021-03-18 06:23:37 +08:00
tooltips : {
settings : 'User Settings' ,
lock : 'Lock Account' ,
unlock : 'Unlock Account' ,
apiKeys : 'API Keys' ,
activity : 'User Activity' ,
admin : 'User Admin' ,
} ,
2021-03-18 07:55:48 +08:00
error : {
invalidTagline : 'Invalid tagline' ,
} ,
2021-02-11 20:37:06 +08:00
} ,
linkout : {
title : 'External Link Warning' ,
text : 'You have clicked on an external link to "{0}". If you did not intend to visit this link, please go back. Otherwise, click continue.' ,
abort : 'Go Back' ,
continue : 'Continue' ,
} ,
2021-02-14 00:12:59 +08:00
flags : {
header : 'Flags for' ,
noFlags : 'No flags found' ,
resolved : 'Yes, by {0} on {1}' ,
notResolved : 'No' ,
} ,
notes : {
header : 'Notes for' ,
noNotes : 'No notes found' ,
2021-03-28 09:52:45 +08:00
addNote : 'Add note' ,
2021-02-14 00:12:59 +08:00
notes : 'Notes' ,
placeholder : 'Add a note...' ,
} ,
2021-02-20 18:36:24 +08:00
stats : {
title : 'Stats' ,
plugins : 'Plugins' ,
reviews : 'Reviews' ,
uploads : 'Uploads' ,
downloads : 'Downloads' ,
totalDownloads : 'Total Downloads' ,
unsafeDownloads : 'Unsafe Downloads' ,
flags : 'Flags' ,
openedFlags : 'Opened Flags' ,
closedFlags : 'Closed Flags' ,
} ,
2021-02-20 19:48:40 +08:00
health : {
title : 'Hangar Health Report' ,
noTopicProject : 'Missing discussion topic' ,
erroredJobs : 'Failed jobs' ,
jobText : 'Job type: {0}, Error Type: {1}, Happened: {2}' ,
2021-04-05 08:55:03 +08:00
staleProjects : 'Stale projects' ,
2021-02-20 19:48:40 +08:00
notPublicProjects : 'Hidden projects' ,
noPlatform : 'No platform detected' ,
missingFileProjects : 'Missing File' ,
empty : 'Empty! All good!' ,
} ,
2021-03-11 05:14:57 +08:00
reviews : {
headline : '{0} released this version on {1}' ,
title : 'Review logs' ,
projectPage : 'Project Page' ,
downloadFile : 'Download File' ,
2021-03-13 18:10:56 +08:00
startReview : 'Start Review' ,
stopReview : 'Stop Review' ,
2021-03-11 05:14:57 +08:00
approve : 'Approve' ,
approvePartial : 'Approve Partial' ,
notUnderReview : 'This version is not under review' ,
reviewMessage : 'Review Message' ,
addMessage : 'Add Message' ,
2021-03-13 18:10:56 +08:00
reopenReview : 'Reopen Review' ,
undoApproval : 'Undo Approval' ,
hideClosed : 'Hide all finished reviews' ,
error : {
noReviewStarted : 'There is no unfinished review to add a message to' ,
notCorrectUser : 'You are not the user that started this review' ,
cannotReopen : 'Unable to reopen this review' ,
onlyOneReview : 'Cannot have more than 1 review for a version' ,
badUndo : 'Can only undo approval after an approval' ,
} ,
presets : {
message : '{msg}' ,
start : '{name} started a review' ,
stop : '{name} stopped a review: {msg}' ,
reopen : '{name} reopened a review' ,
approve : '{name} approved this version' ,
approvePartial : '{name} partially approved this version' ,
undoApproval : '{name} has undone their approval' ,
reviewTitle : "{name}'s Review" ,
} ,
state : {
ongoing : 'Ongoing' ,
stopped : 'Stopped' ,
approved : 'Approved' ,
partiallyApproved : 'Partially Approved' ,
lastUpdate : 'Last Update: {0}' ,
} ,
2021-03-11 05:14:57 +08:00
} ,
2021-03-15 01:16:16 +08:00
apiKeys : {
createNew : 'Create new key' ,
existing : 'Existing keys' ,
name : 'Name' ,
key : 'Key' ,
keyIdentifier : 'Key Identifier' ,
permissions : 'Permissions' ,
delete : 'Delete' ,
deleteKey : 'Delete Key' ,
createKey : 'Create key' ,
noKeys : 'There are no api keys yet. You can create one on the right side' ,
} ,
2021-03-16 01:28:05 +08:00
platformVersions : {
title : 'Configure Platform Versions' ,
platform : 'Platform' ,
versions : 'Versions' ,
addVersion : 'Add Version' ,
saveChanges : 'Save Changes' ,
2021-04-04 14:20:20 +08:00
success : 'Updated platform versions' ,
2021-03-16 01:28:05 +08:00
} ,
2021-03-21 02:42:35 +08:00
flagReview : {
title : 'Flags' ,
noFlags : 'There are no flags to review.' ,
msgUser : 'Message user' ,
msgProjectOwner : 'Message owner' ,
markResolved : 'Mark resolved' ,
2021-03-23 03:13:28 +08:00
line1 : '{0} reported {1} on {2}' ,
2021-03-28 11:17:53 +08:00
line2 : 'Reason: {0}' ,
line3 : 'Comment: {0}' ,
2021-03-21 02:42:35 +08:00
} ,
2021-03-26 02:51:56 +08:00
userAdmin : {
title : 'Edit User' ,
organizations : 'Organizations' ,
organization : 'Organization' ,
projects : 'Projects' ,
project : 'Project' ,
owner : 'Owner' ,
role : 'Role' ,
accepted : 'Accepted' ,
sidebar : 'Other Administration' ,
hangarAuth : 'HangarAuth Profile' ,
forum : 'Forum Profile' ,
} ,
2021-03-29 02:49:26 +08:00
userActionLog : {
title : 'User Action Log' ,
user : 'User' ,
address : 'IP Address' ,
time : 'Time' ,
action : 'Action' ,
context : 'Context' ,
oldState : 'Old State' ,
newState : 'New State' ,
markdownView : 'Markdown View' ,
diffView : 'Diff View' ,
2021-03-29 15:11:27 +08:00
types : {
ProjectVisibilityChanged : 'The project visibility state was changed' ,
ProjectRename : 'The project was renamed' ,
ProjectFlagged : 'The project got flagged' ,
ProjectSettingsChanged : 'The project settings were changed' ,
ProjectIconChanged : 'The project icon was changed' ,
ProjectFlagResolved : 'The flag was resolved' ,
ProjectChannelCreated : 'A project channel was created' ,
ProjectChannelEdited : 'A project channel was edited' ,
ProjectChannelDeleted : 'A project channel was deleted' ,
ProjectInvitesSent : 'Project invites were sent' ,
ProjectInviteDeclined : 'A project invite was declined' ,
ProjectInviteUnaccepted : 'A project invite was unaccepted' ,
ProjectMemberAdded : 'A project member was added' ,
ProjectMembersRemoved : 'Project members were removed' ,
ProjectMemberRolesChanged : 'Project members had their roles updated' ,
ProjectPageCreated : 'A project page was created' ,
ProjectPageDeleted : 'A project page was deleted' ,
ProjectPageEdited : 'A project page was edited' ,
VersionVisibilityChanged : "The version's visibility state was changed" ,
VersionDeleted : 'The version was deleted' ,
VersionCreated : 'A new version was uploaded' ,
VersionDescriptionEdited : 'The version description was edited' ,
VersionReviewStateChanged : "The version's review state was changed" ,
VersionPluginDependencyAdded : 'A plugin dependency was added' ,
VersionPluginDependencyEdited : 'A plugin dependency was edited' ,
VersionPluginDependencyRemoved : 'A plugin dependency was removed' ,
VersionPlatformDependencyAdded : 'A platform dependency was added' ,
VersionPlatformDependencyRemoved : 'A platform dependency was removed' ,
UserTaglineChanged : 'The user tagline changed' ,
UserLocked : 'This user is locked' ,
UserUnlocked : 'This use is unlocked' ,
UserApikeyCreated : 'An apikey was created' ,
UserApikeyDeleted : 'An apikey was deleted' ,
OrganizationInvitesSent : 'Organization invites were sent' ,
OrganizationInviteDeclined : 'An organization invite was declined' ,
OrganizationInviteUnaccepted : 'An organization invite was unaccepted' ,
OrganizationMemberAdded : 'An organization member was added' ,
OrganizationMembersRemoved : 'Organization members were removed' ,
OrganizationMemberRolesChanged : 'Organization members had their roles updated' ,
} ,
2021-03-29 02:49:26 +08:00
} ,
2021-03-27 03:21:58 +08:00
versionApproval : {
2021-03-29 04:10:41 +08:00
title : 'Version Approvals' ,
2021-03-27 03:21:58 +08:00
inReview : 'In Review' ,
approvalQueue : 'Approval queue' ,
queuedBy : 'Queued by' ,
status : 'Status' ,
project : 'Project' ,
date : 'Date' ,
version : 'Version' ,
2021-03-29 04:10:41 +08:00
started : 'Started: {0}' ,
ended : 'Ended: {0}' ,
statuses : {
ongoing : '{0} ongoing' ,
stopped : '{0} stopped' ,
approved : '{0} approved' ,
} ,
2021-03-27 03:21:58 +08:00
} ,
2021-03-28 15:07:28 +08:00
projectApproval : {
2021-03-29 04:10:41 +08:00
title : 'Project Approvals' ,
2021-03-28 15:07:28 +08:00
sendForApproval : 'You have sent the project for approval' ,
noProjects : 'No projects' ,
needsApproval : 'Needs Approval' ,
awaitingChanges : 'Awaiting Changes' ,
description : '{0} requested changes on {1}' ,
} ,
2021-03-18 07:55:48 +08:00
validation : {
required : '{0} is required' ,
2021-03-20 08:00:38 +08:00
maxLength : 'Maximum length is {0}' ,
minLength : 'Minimum length is {0}' ,
invalidFormat : '{0} is invalid' ,
2021-03-26 11:06:52 +08:00
invalidUrl : 'Invalid URL format' ,
2021-03-18 07:55:48 +08:00
} ,
2021-03-26 03:23:34 +08:00
error : {
userLocked : 'Your account is locked.' ,
2021-04-02 20:54:38 +08:00
401 : 'You must be logged in for this' ,
403 : 'You do not have permission to do that' ,
404 : '404 Not found' ,
unknown : 'An error occurred' ,
2021-03-26 03:23:34 +08:00
} ,
2021-01-23 06:36:52 +08:00
} ;
export default msgs ;