2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Renamed blog->site in error messages and welcome e-mail (#10586)

no issue

- general `blog` -> `site` wording switch
This commit is contained in:
Kevin Ansfield 2019-03-11 14:25:21 +00:00 committed by Katharina Irrgang
parent a2aa66ca73
commit 0a846002f8

View file

@ -15,7 +15,7 @@
"checkEmailForInstructions": "Check your email for further instructions.", "checkEmailForInstructions": "Check your email for further instructions.",
"passwordChanged": "Password changed successfully.", "passwordChanged": "Password changed successfully.",
"invitationAccepted": "Invitation accepted.", "invitationAccepted": "Invitation accepted.",
"yourNewGhostBlog": "Your New Ghost Blog" "yourNewGhostBlog": "Your New Ghost Site"
} }
}, },
"mail": { "mail": {
@ -316,7 +316,7 @@
}, },
"updateCheck": { "updateCheck": {
"checkingForUpdatesFailed": { "checkingForUpdatesFailed": {
"error": "Checking for updates failed, your blog will continue to function.", "error": "Checking for updates failed, your site will continue to function.",
"help": "If you get this error repeatedly, please seek help from {url}." "help": "If you get this error repeatedly, please seek help from {url}."
}, },
"unableToDecodeUpdateResponse": { "unableToDecodeUpdateResponse": {
@ -337,10 +337,10 @@
"noNameProvided": "No name provided.", "noNameProvided": "No name provided.",
"invalidEmailReceived": "The server did not receive a valid email", "invalidEmailReceived": "The server did not receive a valid email",
"setupAlreadyCompleted": "Setup has already been completed.", "setupAlreadyCompleted": "Setup has already been completed.",
"unableToSendWelcomeEmail": "Unable to send welcome email, your blog will continue to function.", "unableToSendWelcomeEmail": "Unable to send welcome email, your site will continue to function.",
"checkEmailConfigInstructions": "Please see {url} for instructions on configuring email.", "checkEmailConfigInstructions": "Please see {url} for instructions on configuring email.",
"notLoggedIn": "You are not logged in.", "notLoggedIn": "You are not logged in.",
"notTheBlogOwner": "You are not the blog owner.", "notTheBlogOwner": "You are not the site owner.",
"invalidTokenTypeHint": "Invalid token_type_hint given.", "invalidTokenTypeHint": "Invalid token_type_hint given.",
"invalidTokenProvided": "Invalid token provided", "invalidTokenProvided": "Invalid token provided",
"tokenRevocationFailed": "Token revocation failed" "tokenRevocationFailed": "Token revocation failed"
@ -441,7 +441,7 @@
}, },
"icons": { "icons": {
"missingFile": "Please select an icon.", "missingFile": "Please select an icon.",
"invalidFile": "Blog icon must be a square .ico or .png file between 60px 1,000px, under 100kb.", "invalidFile": "Icon must be a square .ico or .png file between 60px 1,000px, under 100kb.",
"couldNotGetSize": "Couldn/'t get icon dimensions" "couldNotGetSize": "Couldn/'t get icon dimensions"
}, },
"users": { "users": {
@ -525,7 +525,7 @@
"index": { "index": {
"couldNotCleanUpFile": { "couldNotCleanUpFile": {
"error": "Import could not clean up file ", "error": "Import could not clean up file ",
"context": "Your blog will continue to work as expected" "context": "Your site will continue to work as expected"
}, },
"unsupportedRoonExport": "Your zip file looks like an old format Roon export, please re-export your Roon blog and try again.", "unsupportedRoonExport": "Your zip file looks like an old format Roon export, please re-export your Roon blog and try again.",
"noContentToImport": "Zip did not include any content to import.", "noContentToImport": "Zip did not include any content to import.",
@ -546,7 +546,7 @@
"services": { "services": {
"ping": { "ping": {
"requestFailed": { "requestFailed": {
"error": "The {service} service was unable to send a ping request, your blog will continue to function.", "error": "The {service} service was unable to send a ping request, your site will continue to function.",
"help": "If you get this error repeatedly, please seek help on {url}." "help": "If you get this error repeatedly, please seek help on {url}."
} }
}, },
@ -568,7 +568,7 @@
"unknownErrorOccurred": "An unknown error occurred.", "unknownErrorOccurred": "An unknown error occurred.",
"unknownError": "Unknown Error", "unknownError": "Unknown Error",
"unknownApiError": "Unknown API Error", "unknownApiError": "Unknown API Error",
"databaseIsReadOnly": "Your database is in read only mode. Visitors can read your blog, but you can't log in or add posts.", "databaseIsReadOnly": "Your database is in read only mode. Visitors can read your site, but you can't log in or add posts.",
"checkDatabase": "Check your database file and make sure that file owner and permissions are correct.", "checkDatabase": "Check your database file and make sure that file owner and permissions are correct.",
"notEnoughPermission": "You do not have permission to perform this action", "notEnoughPermission": "You do not have permission to perform this action",
"errorWhilstRenderingError": "Error whilst rendering error page", "errorWhilstRenderingError": "Error whilst rendering error page",
@ -647,13 +647,13 @@
"httpServer": { "httpServer": {
"cantTouchThis": "Can't touch this", "cantTouchThis": "Can't touch this",
"ghostIsRunning": "Ghost is running...", "ghostIsRunning": "Ghost is running...",
"yourBlogIsAvailableOn": "Your blog is now available on {url}", "yourBlogIsAvailableOn": "Your site is now available on {url}",
"ctrlCToShutDown": "Ctrl+C to shut down", "ctrlCToShutDown": "Ctrl+C to shut down",
"ghostIsRunningIn": "Ghost is running in {env}...", "ghostIsRunningIn": "Ghost is running in {env}...",
"listeningOn": "Listening on: {host}:{port}", "listeningOn": "Listening on: {host}:{port}",
"urlConfiguredAs": "Url configured as: {url}", "urlConfiguredAs": "Url configured as: {url}",
"ghostHasShutdown": "Ghost has shut down", "ghostHasShutdown": "Ghost has shut down",
"yourBlogIsNowOffline": "Your blog is now offline", "yourBlogIsNowOffline": "Your site is now offline",
"ghostWasRunningFor": "Ghost was running for", "ghostWasRunningFor": "Ghost was running for",
"ghostIsClosingConnections": "Ghost is closing connections" "ghostIsClosingConnections": "Ghost is closing connections"
}, },