sakura/src/locales/default.json

82 lines
6.2 KiB
JSON

{
"admin.restore.title": "Restore this option to default.",
"app.common.units.day": "{num, plural, =0 {just now} =1 {1 day} other {{num, number, ::compact-short} days}}",
"app.common.units.hour": "{num, plural, =0 {just now} =1 {1 hour} other {{num, number, ::compact-short} hours}}",
"app.common.units.minute": "{num, plural, =0 {just now} =1 {1 minute} other {{num, number, ::compact-short} minutes}}",
"app.common.units.month": "{num, plural, =0 {just now} =1 {1 month} other {{num, number, ::compact-short} monthes}}",
"app.common.units.second": "{num, plural, =0 {just now} =1 {1 second} other {{num, number, ::compact-short} seconds}}",
"app.common.units.year": "{num, plural, =0 {just now} =1 {1 year} other {{num, number, ::compact-short} years}}",
"messages.admin.invalidUrl": "Invalid URL",
"messages.admin.uplicateUrls": "Duplicate URLs",
"messages.comment.submit.error": "Comment post failure.",
"messages.comment.submit.success": "Comment post successfully.",
"messages.commonMessages.javascriptErrorTitle": "Opps, something when wrong!",
"messages.popup.close": "Close",
"messages.popup.dismiss": "Dismiss",
"messages.popup.showDetails": "Show details",
"messages.postContent.cache.found": "Fetching the latest post content...",
"messages.postList.cache.found": "Fetching the latest post list...",
"messages.postList.reachLastPage": "No more...",
"messages.posts.fetchPageError": "Failed to fetch page content.",
"messages.posts.fetchPostError": "Failed to fetch post content.",
"messages.wordpress.applicationPasswordsEndpointNotAvailable": "ApplicationPasswords is not avaliabe in your WordPress installation, please upgrade WordPress to v5.6.0 above, or enable the ApplicationPasswords feature in v5.6.0 above installation.",
"messages.wordpress.permalink.shouldIncludeFieldsInPost": "WordPress pages should use %slug% as the permalink.",
"messages.wordpress.permalink.shouldIncludeFieldsInSingle": "WordPress permalink should include at least one of %post_id%, %postname%. You may set them here: {baseUrl}/wp-admin/options-permalink.php",
"options.basic.site.logo.binds.button": "Use this image",
"options.basic.site.logo.binds.title": "Select image for site logo.",
"options.basic.site.logo.desc": "The site's Logo image, will display on navigation bar.",
"options.basic.site.logo.title": "Site logo",
"options.basic.site.title.desc": "The site title",
"options.basic.site.title.title": "Site title",
"options.basicDesc": "The basic options",
"options.basicTitle": "Basic",
"options.homepage.cover.image.binds.button": "Use this image",
"options.homepage.cover.image.binds.title": "Select image for homepage cover.",
"options.homepage.cover.image.desc": "Homepage cover images. Will enable slide show with multiple selections.",
"options.homepage.cover.image.title": "Cover images",
"options.homepage.quote.desc": "The quote text (behinds the slogan).",
"options.homepage.quote.title": "Quote",
"options.homepage.signature.desc": "The signature text (follows the quote).",
"options.homepage.signature.title": "Signature",
"options.homepage.slogan.desc": "The slogan text (with typewriter effect), recommend 10-20 characters.",
"options.homepage.slogan.title": "Slogan",
"options.homepageDesc": "Homepage options",
"options.homepageTitle": "Homepage",
"options.social.facebook.desc": "Your '<a href=\"https://facebook.com\" target=\"_blank\">Facebook</a>' username",
"options.social.facebook.title": "Facebook username",
"options.social.github.desc": "Your '<a href=\"https://github.com\" target=\"_blank\">Github</a>' username",
"options.social.github.title": "Github username",
"options.social.gitlab.desc": "Your '<a href=\"https://gitlab.com\" target=\"_blank\">Gitlab</a>' username",
"options.social.gitlab.title": "Gitlab username",
"options.social.stackoverflow.desc": "Your '<a href=\"https://stackoverflow.com\" target=\"_blank\">Stackoverflow</a>' username",
"options.social.stackoverflow.title": "Stackoverflow username",
"options.social.twitter.desc": "Your '<a href=\"https://twitter.com\" target=\"_blank\">Twitter</a>' username",
"options.social.twitter.title": "Twitter username",
"options.social.weibo.desc": "Your '<a href=\"https://weibo.com\" target=\"_blank\">Weibo</a>' username",
"options.social.weibo.title": "Weibo username",
"options.thirdParty.reCaptcha.enable.desc": "Use reCAPTCHA for anti-spam check.",
"options.thirdParty.reCaptcha.enable.negativeLabel": "Disabled",
"options.thirdParty.reCaptcha.enable.positiveLabel": "Enabled",
"options.thirdParty.reCaptcha.enable.title": "Enable reCAPTCHA",
"options.thirdParty.reCaptcha.secretKey.title": "reCAPTCHA secret key",
"options.thirdParty.reCaptcha.siteKey.title": "reCAPTCHA site key",
"options.thirdParty.reCaptcha.version.desc": "Register your reCAPTCHA app '<a href=\"https://www.google.com/recaptcha/about/\" target=\"_blank\">here</a>', and choose a version.",
"options.thirdParty.reCaptcha.version.label.v2": "reCAPTCHA version 2",
"options.thirdParty.reCaptcha.version.label.v3": "reCAPTCHA version 3",
"options.thirdParty.reCaptcha.version.title": "reCAPTCHA version",
"posts.comment.composer.authorEmail.label": "Email *",
"posts.comment.composer.authorName.label": "Nickname *",
"posts.comment.composer.authorUrl.label": "Link",
"posts.comment.composer.captcha.toggleButton": "Captcha",
"posts.comment.composer.content.label": "You are a surprise that I will only meet once in my life",
"posts.comment.composer.submit.button": "Submit",
"posts.comment.composer.tips.markdownSupported": "Markdown Supported",
"posts.commentCount": "{commentCount, plural, =0 {No comment} =1 {One comment} other {{commentCount, number, ::compact-short} Comments}}",
"posts.postTimeOn.brief": "{publistTimeDate, date, long}",
"posts.postTimeOn.full": "Post on {publistTimeDate, date, long}",
"posts.postTimeSince.brief": "{duration} ago",
"posts.postTimeSince.full": "Post {duration} ago",
"posts.readCount": "{readCount, plural, =0 {No one ever read} =1 {One read} other {{readCount, number, ::compact-short} Reads}}",
"posts.readMore": "Read More",
"posts.wordCount": "{wordCount, plural, =0 {No content} =1 {One word} other {{wordCount, number, ::compact-short} Words}}"
}