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-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-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' ,
} ,
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-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' ,
watchers : 'Watchers' ,
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-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-01-31 01:27:36 +08:00
} ,
2021-01-24 04:27:15 +08:00
sendForApproval : 'Send for approval' ,
2021-02-09 04:45:54 +08:00
info : 'Information' ,
publishDate : 'Published on {0}' ,
views : '{0} views' ,
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' ,
descriptionSub : 'A short description of your project (max 120)' ,
icon : 'Icon' ,
iconSub : 'Upload an image representative of your project.' ,
iconUpload : 'Upload' ,
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)' ,
licenceCustom : 'Custom' ,
licenceType : 'Type' ,
licenceUrl : 'URL' ,
} ,
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-02-10 16:31:43 +08:00
} ,
2021-02-11 14:17:29 +08:00
channel : {
new : {
title : 'Add a new channel' ,
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-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' ,
} ,
} ,
form : {
userSelection : {
addUser : 'Add User...' ,
create : 'Create' ,
} ,
} ,
2021-02-04 05:51:34 +08:00
notifications : {
title : 'Notifications' ,
invites : 'Invites' ,
2021-02-04 17:34:24 +08:00
invited : 'You have been invited to join {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' ,
} ,
empty : {
unread : 'You have no unread notifications.' ,
read : 'You have no read notifications.' ,
all : 'You have no notifications.' ,
invites : 'You have no invites' ,
} ,
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-01-24 04:27:15 +08:00
needsChanges : 'This project requires changes: {0}' ,
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-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 ' ,
memberSince : 'A member since {}' ,
numProjects : '{0} project(s)' ,
addTagline : 'Add a tagline' ,
} ,
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' ,
addNote : 'Add notes' ,
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}' ,
staleProject : 'Stale projects' ,
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' ,
removeFromQueue : 'Remove from queue' ,
projectPage : 'Project Page' ,
downloadFile : 'Download File' ,
startReview : 'Start review' ,
stopReview : 'Stop review' ,
approve : 'Approve' ,
approvePartial : 'Approve Partial' ,
notUnderReview : 'This version is not under review' ,
reviewMessage : 'Review Message' ,
addMessage : 'Add Message' ,
2021-03-12 18:10:28 +08:00
undoApproval : 'Undo approval' ,
2021-03-11 05:14:57 +08:00
} ,
2021-01-23 06:36:52 +08:00
message : 'Good morning!' ,
} ;
export default msgs ;