2020-05-14 09:41:38 -04:00
{
2020-05-31 02:53:22 -04:00
"app" : {
"slogan" : "The best platform to write and share markdown." ,
2022-01-02 16:43:23 -05:00
"title" : "Collaborative markdown notes" ,
"icon" : "HedgeDoc logo with text"
2020-05-31 02:53:22 -04:00
} ,
2021-08-31 16:21:29 -04:00
"notificationTest" : {
"title" : "Test" ,
"content" : "It works!"
} ,
2020-08-29 17:56:27 -04:00
"renderer" : {
2020-09-19 16:24:49 -04:00
"highlightCode" : {
"copyCode" : "Copy code to clipboard"
} ,
2020-10-09 13:32:06 -04:00
"markmap" : {
"locked" : "Mouse input locked" ,
"unlocked" : "Mouse input unlocked"
} ,
2021-11-15 11:04:49 -05:00
"plantuml" : {
"notConfigured" : "PlantUML plugin is enabled but not properly configured."
} ,
2020-08-29 17:56:27 -04:00
"flowchart" : {
"invalidSyntax" : "Invalid flowchart.js syntax!"
2020-09-04 07:28:14 -04:00
} ,
"mermaid" : {
"unknownError" : "Unknown rendering error. Please check your browser console."
2020-09-05 02:23:20 -04:00
} ,
"sequence" : {
"deprecationWarning" : "The use of 'sequence' as code block language is deprecated."
2020-09-19 13:34:24 -04:00
} ,
"vega-lite" : {
"png" : "Save as PNG" ,
"svg" : "Save as SVG" ,
"errorJson" : "Error parsing the JSON"
2021-11-06 06:54:40 -04:00
} ,
2021-11-14 12:44:55 -05:00
"clickShield" : {
2021-11-06 06:54:40 -04:00
"previewHoverText" : "Click to load content from {{target}}"
2021-12-11 09:34:33 -05:00
} ,
"uploadIndicator" : {
"uploadMessage" : "Uploading file"
2020-08-29 17:56:27 -04:00
}
} ,
2020-05-31 02:53:22 -04:00
"landing" : {
"intro" : {
"exploreFeatures" : "Explore all features" ,
"features" : {
"collaboration" : "Real time collaboration" ,
2020-08-27 09:13:35 -04:00
"katex" : "Works with charts and KaTeX" ,
2020-05-31 02:53:22 -04:00
"slides" : "Supports slide mode"
} ,
2021-02-08 09:03:11 -05:00
"markdownWhileLoading" : "Loading..." ,
"markdownLoadingError" : "Error while fetching intro content"
2020-05-31 02:53:22 -04:00
} ,
"history" : {
2020-06-06 19:09:04 -04:00
"error" : {
2020-08-15 11:32:51 -04:00
"getHistory" : {
"title" : "Load History Error" ,
"text" : "While trying to load the history form the server an error occurred"
} ,
"deleteHistory" : {
"title" : "Delete History Error" ,
"text" : "While trying to delete the history on the server an error occurred"
} ,
"setHistory" : {
"title" : "Upload History Error" ,
"text" : "While trying to upload the history to the server an error occurred"
} ,
"deleteNote" : {
"title" : "Delete Note Error" ,
"text" : "While trying to delete a note on the server an error occurred"
} ,
"updateEntry" : {
"title" : "Update History Entry Error" ,
"text" : "While trying to update a history entry on the server an error occurred"
} ,
"deleteEntry" : {
"title" : "Delete History Entry Error" ,
"text" : "While trying to delete a history entry on the server an error occurred"
} ,
"notFoundEntry" : {
"title" : "History Entry not found" ,
"text" : "We can't find the history entry you requested."
}
2020-06-06 19:09:04 -04:00
} ,
2020-05-31 02:53:22 -04:00
"noHistory" : "No history" ,
"localHistory" : "Below is history from this browser" ,
"toolbar" : {
"cards" : "Cards" ,
"table" : "Table" ,
"selectTags" : "Select tags…" ,
"searchKeywords" : "Search keyword…" ,
"sortByTitle" : "Sort by title" ,
"sortByLastVisited" : "Sort by time" ,
"export" : "Export history" ,
"import" : "Import history" ,
"clear" : "Clear history" ,
2020-06-09 16:35:09 -04:00
"refresh" : "Refresh history" ,
"uploadAll" : "Sync the complete history to the server"
2020-05-31 02:53:22 -04:00
} ,
"modal" : {
"clearHistory" : {
"title" : "Delete history" ,
"question" : "Do you want to clear the history?" ,
"disclaimer" : "This won't delete any notes."
2020-06-04 16:41:44 -04:00
} ,
"importHistoryError" : {
"title" : "An error occurred" ,
"textWithFile" : "While trying to import history from '{{fileName}}' an error occurred." ,
"textWithoutFile" : "You did not provide any files to upload the history from." ,
"tooNewVersion" : "The file '{{fileName}}' comes from a newer client and can't be imported."
2020-07-01 17:28:49 -04:00
} ,
"removeNote" : {
2020-08-15 11:27:46 -04:00
"title" : "Remove note from history" ,
"question" : "Do you really want to remove this note from your history?" ,
"warning" : "This just removes the history entry and won't delete the note itself." ,
"button" : "Remove note from history"
2020-05-31 02:53:22 -04:00
}
} ,
"tableHeader" : {
"title" : "Title" ,
"actions" : "Actions" ,
"tags" : "Tags" ,
"lastVisit" : "Last Visit"
2020-06-09 16:35:09 -04:00
} ,
"menu" : {
2020-08-15 11:27:46 -04:00
"recentNotes" : "Recent notes" ,
"entryLocal" : "Saved in your browser history" ,
"entryRemote" : "Saved in your user history" ,
"removeEntry" : "Remove from history" ,
"deleteNote" : "Delete note"
2020-05-31 02:53:22 -04:00
}
} ,
"navigation" : {
"intro" : "Intro" ,
"history" : "History" ,
"newGuestNote" : "New guest note" ,
"newNote" : "New note"
} ,
"footer" : {
"releases" : "Releases" ,
"poweredBy" : "Powered by <0></0>" ,
"imprint" : "Imprint" ,
"followUs" : "Follow us on <0></0>, <1></1>, <2></2>, <3></3>, and <4></4>." ,
"privacy" : "Privacy" ,
"termsOfUse" : "Terms of Use"
} ,
"versionInfo" : {
"issueTracker" : "Found a bug? Fill an issue!" ,
"sourceCode" : "Read the source code" ,
"versionInfo" : "Version info" ,
"serverVersion" : "Server version" ,
"clientVersion" : "Client version" ,
"title" : "You are using"
}
} ,
"profile" : {
2020-05-31 15:56:39 -04:00
"userProfile" : "User profile" ,
"displayName" : "Display name" ,
"displayNameInfo" : "This name will be shown publicly on notes you created or edited." ,
"changePassword" : {
"title" : "Change password" ,
"old" : "Old password" ,
"new" : "New password" ,
"newAgain" : "New password again" ,
2021-12-02 17:03:03 -05:00
"info" : "Your new password should contain at least 6 characters." ,
"failed" : "Changing your password failed. Check your old password and try again."
2020-05-31 15:56:39 -04:00
} ,
2021-12-02 17:03:03 -05:00
"changeDisplayNameFailed" : "There was an error changing your display name." ,
2020-05-31 15:56:39 -04:00
"accountManagement" : "Account management" ,
2020-05-31 02:53:22 -04:00
"deleteUser" : "Delete user" ,
"exportUserData" : "Export user data" ,
2020-10-10 05:38:32 -04:00
"accessTokens" : {
"title" : "Access tokens" ,
"info" : "Access tokens are an password-less authentication method for the CLI or third-party applications." ,
"infoDev" : "Developers can use these to access the public API." ,
"noTokens" : "You don't have any tokens generated yet." ,
"createToken" : "Create token" ,
"label" : "Token label" ,
2021-12-02 17:03:03 -05:00
"created" : "created {{time}}" ,
"lastUsed" : "last used {{time}}" ,
"loadingFailed" : "Fetching your access tokens has failed. Try reloading this page." ,
"creationFailed" : "Creating the access token failed." ,
"expiry" : "Expiry date"
2020-10-10 05:38:32 -04:00
} ,
2020-05-31 02:53:22 -04:00
"modal" : {
"deleteUser" : {
"title" : "Delete user" ,
"message" : "Do you really want to delete your user account?" ,
2021-12-02 17:03:03 -05:00
"subMessage" : "This will delete your account, all notes that are owned by you and remove all references to your account from other notes." ,
"failed" : "There was an error deleting your account. Please try it again or contact your instance's administrator." ,
"notificationTitle" : "Account deleted" ,
"notificationText" : "Your account has been successfully deleted."
2020-10-10 05:38:32 -04:00
} ,
"addedAccessToken" : {
"title" : "Token added" ,
2021-12-02 17:03:03 -05:00
"message" : "The access token '{{label}}' was created. Copy it from the field below now, as you won't be able to view it again."
2020-10-10 05:38:32 -04:00
} ,
"deleteAccessToken" : {
"title" : "Really delete token?" ,
2021-12-02 17:03:03 -05:00
"message" : "When deleting an access token, the applications that used it won't have access to your account anymore. You eventually need a new token to continue using those applications." ,
"notificationTitle" : "Access token deleted" ,
"notificationText" : "The access token '{{label}}' has been deleted." ,
"failed" : "There was an error deleting the access token. Please try it again or contact your instance's administrator."
2020-05-31 02:53:22 -04:00
}
}
} ,
"editor" : {
2020-12-16 17:07:09 -05:00
"upload" : {
2021-12-11 09:34:33 -05:00
"uploadFile" : {
"withoutDescription" : "Uploading file {{fileName}}" ,
"withDescription" : "Uploading file {{fileName}} - {{description}}"
} ,
"dropImage" : "Drop Image to insert" ,
"failed" : "Error while uploading {{fileName}}"
2020-12-16 17:07:09 -05:00
} ,
2020-07-18 16:17:36 -04:00
"untitledNote" : "Untitled" ,
2020-06-28 15:25:22 -04:00
"placeholder" : "← Start by entering a title here\n===\nVisit the features page if you don't know what to do.\nHappy hacking :)" ,
2020-07-18 16:17:36 -04:00
"invalidYaml" : "The yaml-header is invalid. See <0></0> for more information." ,
2021-01-04 07:01:34 -05:00
"deprecatedTags" : "The comma-separated definition of tags in the yaml-metadata is deprecated. Use a yaml-array instead." ,
2020-09-15 04:22:49 -04:00
"infoToc" : "Structure your note with headings to see a table-of-contents here." ,
2020-05-31 02:53:22 -04:00
"help" : {
2020-08-26 12:49:46 -04:00
"shortcuts" : {
"title" : "Shortcuts" ,
"bold" : "Make selection bold" ,
"italic" : "Make selection italic" ,
"underline" : "Underline selection" ,
"strikethrough" : "Strike selection through" ,
"mark" : "Mark selection" ,
2021-01-07 11:21:02 -05:00
"link" : "Add link around selection" ,
2020-08-26 12:49:46 -04:00
"view" : "Show only View" ,
"both" : "Show View and Edit" ,
"edit" : "Show only Edit"
} ,
"links" : {
"title" : "Links"
} ,
2020-05-31 02:53:22 -04:00
"contacts" : {
"title" : "Contacts" ,
"community" : "Join the community" ,
2020-05-31 05:36:27 -04:00
"meetUsOn" : "Meet us on {{service}}" ,
2020-05-31 02:53:22 -04:00
"helpTranslating" : "Help us translating" ,
"reportIssue" : "Report an issue"
} ,
"documents" : {
"title" : "Documents" ,
"features" : "Features" ,
"yamlMetadata" : "YAML Metadata" ,
"slideExample" : "Slide Example"
} ,
"cheatsheet" : {
"title" : "Cheatsheet" ,
"example" : "Example" ,
"syntax" : "Syntax" ,
"exampleAlert" : "This is an alert area." ,
2020-08-26 12:49:46 -04:00
"highlightedText" : "Highlight"
2020-05-31 02:53:22 -04:00
}
} ,
2021-01-24 15:39:47 -05:00
"onlineStatus" : {
"online" : "Online"
} ,
2020-05-31 02:53:22 -04:00
"error" : {
"locked" : {
"title" : "This note is locked" ,
"description" : "Sorry, only the owner can edit this note."
} ,
"limitReached" : {
2020-09-05 10:36:46 -04:00
"title" : "Reached the limit" ,
"description" : "Sorry, this note reached its maximum length. Notes can be up to {{maxLength}} characters long." ,
2020-05-31 02:53:22 -04:00
"advice" : "Please shorten the note."
} ,
"incompatible" : {
"title" : "Your client's version is incompatible." ,
"description" : "The server requires a newer version of the editor." ,
"advice" : "Refresh to update."
} ,
"newVersion" : {
"title" : "New version available!" ,
2020-09-02 15:17:26 -04:00
"description" : "A new version of HedgeDoc is available" ,
2020-05-31 02:53:22 -04:00
"linkText" : "See releases notes here" ,
"advice" : "Refresh to enjoy new features."
} ,
"userStateChanged" : {
"title" : "Your user state has changed." ,
"description" : "Refresh to load new user state."
}
} ,
"viewMode" : {
"edit" : "Edit" ,
"view" : "View" ,
"both" : "Both"
} ,
"darkMode" : {
"switchToDark" : "Switch to Dark Mode" ,
"switchToLight" : "Switch to Light Mode"
} ,
2020-08-25 15:36:25 -04:00
"appBar" : {
2021-01-24 15:39:47 -05:00
"new" : "New" ,
2020-08-25 15:36:25 -04:00
"syncScroll" : {
"disable" : "Disable sync scroll" ,
"enable" : "Enable sync scroll"
}
} ,
2020-05-31 02:53:22 -04:00
"editorToolbar" : {
"bold" : "Bold" ,
"italic" : "Italic" ,
2020-08-06 07:43:48 -04:00
"underline" : "Underline" ,
2020-05-31 02:53:22 -04:00
"strikethrough" : "Strikethrough" ,
2020-08-06 07:43:48 -04:00
"subscript" : "Subscript" ,
"superscript" : "Superscript" ,
2020-07-16 05:34:56 -04:00
"header" : "Heading" ,
2020-05-31 02:53:22 -04:00
"code" : "Code" ,
"blockquote" : "Blockquote" ,
"unorderedList" : "Unordered List" ,
"orderedList" : "Ordered List" ,
"checkList" : "Checklist" ,
"link" : "Link" ,
"image" : "Image" ,
"uploadImage" : "Upload Image" ,
2020-11-29 07:17:40 -05:00
"table" : {
2021-12-02 17:55:16 -05:00
"titleWithoutSize" : "Table" ,
"titleWithSize" : "{{cols}}x{{rows}} Table" ,
2020-11-29 07:17:40 -05:00
"customSize" : "Custom Size" ,
"cols" : "Cols" ,
"rows" : "Rows" ,
"create" : "Create Custom Table"
} ,
2020-07-16 05:34:56 -04:00
"line" : "Horizontal line" ,
2020-09-30 17:35:10 -04:00
"collapsableBlock" : "Collapsable block" ,
2020-08-15 11:27:46 -04:00
"comment" : "Comment" ,
"preferences" : "Editor settings" ,
"emoji" : "Open emoji picker"
2020-05-31 02:53:22 -04:00
} ,
2020-08-15 11:27:46 -04:00
"documentBar" : {
2020-05-31 02:53:22 -04:00
"menu" : "Menu" ,
2020-08-15 11:27:46 -04:00
"import" : "Import" ,
"export" : "Export" ,
2020-05-31 02:53:22 -04:00
"extra" : "Extra" ,
"slideMode" : "Slide Mode" ,
2021-02-22 16:54:28 -05:00
"readOnlyMode" : "Read-only mode" ,
2020-05-31 02:53:22 -04:00
"download" : "Download" ,
"help" : "Help" ,
2020-08-15 11:27:46 -04:00
"deleteNote" : "Delete note" ,
"pinNoteToHistory" : "Pin note to history" ,
"pinnedToHistory" : "Pinned to history"
} ,
"statusBar" : {
"cursor" : "Line {{line}}, Columns {{columns}}" ,
"selection" : {
"column" : "Selected {{count}} columns" ,
"line" : "Selected {{count}} lines"
} ,
"lines" : "{{lines}} Lines" ,
"length" : "Length {{length}}" ,
2020-09-05 10:36:46 -04:00
"lengthTooltip" : {
"maximumReached" : "You've reached the maximum length of this note." ,
"remaining" : "You may still write {{remaining}} characters until you reach the limit for this note." ,
"exceeded" : "You've exceeded the maximum length of this note by {{exceeded}} characters. Consider shortening it."
}
2020-05-31 02:53:22 -04:00
} ,
"export" : {
2020-08-15 11:27:46 -04:00
"rawHtml" : "Raw HTML" ,
2021-01-24 15:39:47 -05:00
"pdf" : "PDF export is unavailable." ,
"markdown-file" : "Markdown file"
2020-05-31 02:53:22 -04:00
} ,
"import" : {
2020-10-09 15:26:04 -04:00
"clipboard" : "Clipboard" ,
"file" : "Markdown file"
2020-05-31 02:53:22 -04:00
} ,
"modal" : {
"snippetImport" : {
"title" : "Import from Snippet" ,
"selectProject" : "Select From Available Projects" ,
"selectSnippet" : "Select From Available Snippets"
} ,
2020-08-15 11:27:46 -04:00
"documentInfo" : {
"title" : "Document info" ,
2020-10-30 17:54:36 -04:00
"created" : "<0></0> created this note <1></1>" ,
"edited" : "<0></0> was the last editor <1></1>" ,
2020-08-15 11:27:46 -04:00
"usersContributed" : "<0></0> users contributed to this document" ,
2021-06-17 16:31:28 -04:00
"revisions" : "<0></0> revisions are saved" ,
"words" : "<0></0> words in document"
2020-08-15 11:27:46 -04:00
} ,
2020-05-31 02:53:22 -04:00
"gistImport" : {
"title" : "Import from Gist" ,
"insertGistUrl" : "Paste your gist url here…"
} ,
"snippetExport" : {
"title" : "Export to Snippet" ,
"visibilityLevel" : "Select Visibility Level"
} ,
"revision" : {
2020-09-02 16:57:44 -04:00
"title" : "Revisions" ,
"revertButton" : "Revert" ,
"error" : "An error occurred while fetching the revisions of this note." ,
"length" : "Length" ,
"download" : "Download selected revision"
2020-05-31 02:53:22 -04:00
} ,
"clipboardImport" : {
"title" : "Import from clipboard" ,
"insertMarkdown" : "Paste your markdown or webpage here…"
} ,
"deleteNote" : {
"title" : "Delete note" ,
"question" : "Do you really want to delete this note?" ,
2020-07-01 17:28:49 -04:00
"warning" : "All users will lose their connection. This process is irreversible." ,
"button" : "Delete note"
2020-08-15 11:27:46 -04:00
} ,
"permissions" : {
2020-09-08 12:16:13 -04:00
"title" : "Permissions" ,
"owner" : "Owner" ,
"sharedWithUsers" : "Shared with users" ,
"sharedWithGroups" : "Also share with…" ,
"editUser" : "Change {{name}}'s permissions to view and edit" ,
"viewOnlyUser" : "Change {{name}}'s permissions to view only" ,
"removeUser" : "Remove {{name}}'s permissions" ,
"addUser" : "Add user" ,
"editGroup" : "Change permissions of group \"{{name}}\" to view & edit" ,
"viewOnlyGroup" : "Change permissions of group \"{{name}}\" to view only" ,
"denyGroup" : "Deny access to group \"{{name}}\"" ,
"addGroup" : "Add group" ,
"allUser" : "Everyone" ,
"allLoggedInUser" : "All logged-in users" ,
"error" : "An error occurred while fetching the user information of this note."
2020-08-15 11:27:46 -04:00
} ,
"shareLink" : {
"title" : "Share link" ,
2020-12-22 15:17:40 -05:00
"editorDescription" : "This link points to this note in the editor as you currently see it." ,
"viewOnlyDescription" : "This link points to a read-only version of this note. You can use this e.g. for feedback from friends and colleagues." ,
"slidesDescription" : "This link points to the presentation view of the slides."
2020-08-15 11:27:46 -04:00
} ,
"preferences" : {
"title" : "Preferences" ,
2020-12-14 17:58:46 -05:00
"theme" : {
"label" : "Editor theme" ,
"one-dark" : "Dark" ,
"neat" : "Light"
} ,
"keyMap" : {
"label" : "Keymap" ,
"sublime" : "Sublime" ,
"emacs" : "Emacs" ,
"vim" : "Vim"
} ,
"indentWithTabs" : {
"label" : "Tab character" ,
"on" : "Tabs" ,
"off" : "Spaces"
} ,
"indentUnit" : "Number of spaces per tab" ,
"spellcheck" : {
"label" : "Spell checking"
} ,
"ligatures" : {
"label" : "Show ligatures"
2021-03-10 16:52:20 -05:00
} ,
"smartPaste" : {
"label" : "Auto format pasted content"
2020-12-14 17:58:46 -05:00
}
2020-05-31 02:53:22 -04:00
}
2020-06-25 16:29:09 -04:00
} ,
"embeddings" : {
2021-12-11 09:34:33 -05:00
"clickToLoad" : "Click to load" ,
"placeholderImage" : {
"placeholderText" : "Placeholder" ,
"upload" : "Upload image"
}
2020-05-31 02:53:22 -04:00
}
} ,
2020-10-12 15:58:00 -04:00
"views" : {
"presentation" : { } ,
"readOnly" : {
"viewCount" : "views" ,
"editNote" : "Edit this note" ,
"loading" : "Loading note contents ..." ,
"error" : {
"title" : "Error while loading note" ,
"description" : "Probably the requested note does not exist or was deleted."
}
}
} ,
2020-08-15 11:32:51 -04:00
"common" : {
2020-12-14 17:58:46 -05:00
"yes" : "Yes" ,
"no" : "No" ,
2020-05-31 02:53:22 -04:00
"import" : "Import" ,
"export" : "Export" ,
"refresh" : "Refresh" ,
"cancel" : "Cancel" ,
2021-10-09 13:09:29 -04:00
"dismiss" : "Dismiss" ,
2020-05-31 02:53:22 -04:00
"ok" : "OK" ,
"close" : "Close" ,
2020-05-31 15:56:39 -04:00
"save" : "Save" ,
2020-10-10 05:38:32 -04:00
"delete" : "Delete" ,
2020-05-31 02:53:22 -04:00
"or" : "or" ,
2020-08-15 11:27:46 -04:00
"and" : "and" ,
2020-09-05 02:23:20 -04:00
"avatarOf" : "avatar of '{{name}}'" ,
2020-09-19 16:24:49 -04:00
"why" : "Why?" ,
2021-06-17 16:31:28 -04:00
"loading" : "Loading ..." ,
2020-09-19 16:24:49 -04:00
"successfullyCopied" : "Copied!" ,
2020-10-10 05:38:32 -04:00
"copyError" : "Error while copying!" ,
2021-01-04 07:01:34 -05:00
"errorOccurred" : "An error occurred" ,
2021-06-13 17:02:39 -04:00
"errorWhileLoadingLibrary" : "An unexpected error occurred while loading '{{name}}'.\nCheck the browser console for more information.\nReport this error only if it comes up again." ,
2021-01-04 07:01:34 -05:00
"readForMoreInfo" : "Read here for more information"
2020-05-31 02:53:22 -04:00
} ,
"login" : {
"chooseMethod" : "Choose method" ,
"signInVia" : "Sign in via {{service}}" ,
"signIn" : "Sign In" ,
"signOut" : "Sign Out" ,
2021-12-10 19:32:38 -05:00
"logoutFailed" : "There was an error logging you out.\nClose your browser window to ensure session data is removed." ,
2020-05-31 02:53:22 -04:00
"auth" : {
"email" : "Email" ,
"password" : "Password" ,
"username" : "Username" ,
"error" : {
"openIdLogin" : "Invalid OpenID provided" ,
2021-12-10 19:32:38 -05:00
"usernamePassword" : "Invalid username or password" ,
"loginDisabled" : "The login is disabled" ,
"other" : "There was an error logging you in."
2020-05-31 05:36:27 -04:00
}
2020-08-04 17:13:12 -04:00
} ,
"register" : {
2020-08-15 11:27:46 -04:00
"title" : "Register" ,
"passwordAgain" : "Password (again)" ,
"usernameInfo" : "The username is your unique identifier for login." ,
"passwordInfo" : "Choose a unique and secure password. It must contain at least 8 characters." ,
"infoTermsPrivacy" : "With the registration of my user account I agree to the following terms:" ,
"error" : {
2021-12-10 19:32:38 -05:00
"registrationDisabled" : "The registration is disabled" ,
2020-08-15 11:27:46 -04:00
"usernameExisting" : "There is already an account with this username." ,
"other" : "There was an error while registering your account. Just try it again."
}
2020-05-31 02:53:22 -04:00
}
2021-10-09 13:09:29 -04:00
} ,
"motd" : {
"title" : "Information"
2020-05-31 02:53:22 -04:00
}
2020-05-31 05:36:27 -04:00
}