introMisskey:"Welcome! Misskey is an open source distributed microblogging service.\nCreate \"notes\" to share what's happening or to tell everyone about you📡\nThen send \"reactions\" to respond quickly to everyone's notes👍\nLet's explore a new world🚀"
monthAndDay:"{month}/{day}"
search:"Search"
notifications:"Notifications"
username:"Username"
password:"Password"
fetchingAsApObject:"Fetching from Fediverse..."
ok:"OK"
gotIt:"Got it!"
cancel:"Cancel"
enterUsername:"Enter username"
renotedBy:"Renoted by {user}"
noNotes:"No notes"
noNotifications:"No notifications"
instance:"Instance"
settings:"Settings"
profile:"Profile"
timeline:"Timeline"
noAccountDescription:"This user has not created their bio yet."
blockConfirm:"Are you sure that you want to block this account?"
unblockConfirm:"Are you sure that you want to unblock this account?"
suspendConfirm:"Are you sure that you want to suspend this account?"
unsuspendConfirm:"Are you sure you that want to unsuspend this account?"
selectList:"Select a list"
customEmojis:"Custom Emoji"
emojiName:"Emoji name"
emojiUrl:"Emoji URL"
addEmoji:"Add an emoji"
cacheRemoteFiles:"Cache remote files"
cacheRemoteFilesDescription:"When this setting is disabled, remote files are loaded directly from the remote instance. Disabling this will decrease storage usage, but will increase traffic, because thumbnails will not be generated."
flagAsBot:"This account is a bot"
flagAsCat:"This account is a cat"
autoAcceptFollowed:"Automatically approve follow requests from users you're following"
addAcount:"Add Account"
loginFailed:"Sign in failure"
showOnRemote:"View on remote instance"
general:"General"
wallpaper:"Wallpaper"
removeWallpaper:"Remove wallpaper"
searchWith:"Search: {q}"
youHaveNoLists:"You don't have any lists"
followConfirm:"Are you sure that you want to follow {name}?"
proxyAccount:"Proxy account"
proxyAccountDescription:"A proxy account is an account that acts as a remote follower for users under certain conditions. For example, when a user adds a remote user to the list, the remote user's activity will not be delivered to the instance if no local user is following that user, so the proxy account will follow instead."
host:"Host"
selectUser:"Select user"
recipient:"Recipient"
annotation:"Comments"
federation:"Federation"
instances:"Instance"
registeredAt:"Registered at"
latestRequestSentAt:"Last request sent at"
latestRequestReceivedAt:"Last request received at"
latestStatus:"Latest status"
storageUsage:"Storage usage"
charts:"Charts"
perHour:"per Hour"
perDay:"per Day"
stopActivityDelivery:"Stop sending activities"
blockThisInstance:"Block this instance"
operations:"Operations"
software:"Software"
version:"Version"
metadata:"Metadata"
withNFiles:"{n} file(s)"
monitor:"Monitor"
jobQueue:"Job Queue"
cpuAndMemory:"CPU and Memory"
network:"Network"
disk:"Disk"
instanceInfo:"Instance Information"
statistics:"Statistics"
clearQueue:"Clear queue"
clearQueueConfirmTitle:"Are you sure that you want to clear the queue?"
clearQueueConfirmText:"Any undelivered notes remaining in the queue will not be federated. Usually this operation is NOT needed."
clearCachedFiles:"Clear cache"
clearCachedFilesConfirm:"Are you sure that you want to delete all the cached remote files?"
blockedInstances:"Blocked Instances"
blockedInstancesDescription:"List the hostname of the instances that need to be blocked. Listed instances will no longer be able to communicate with this instance."
remoteUserCaution:"This information may not be up-to-date, because the user is from a remote instance."
activity:"Activity"
images:"Images"
birthday:"Birthday"
yearsOld:"{age} years old"
registeredDate:"Joined on"
location:"Location"
theme:"Theme"
lightThemes:"Light theme"
darkThemes:"Dark theme"
drive:"Drive"
selectFile:"Select a file"
selectFiles:"Select files"
renameFolder:"Rename this folder"
createFolder:"Create a folder"
deleteFolder:"Delete this folder"
addFile:"Add a file"
emptyDrive:"The drive is empty"
emptyFolder:"This folder is empty"
copyUrl:"Copy URL"
rename:"Rename"
avatar:"Avatar"
banner:"Banner"
nsfw:"NSFW"
disconnectedFromServer:"Connection to the server was inturrupted"
reloadConfirm:"Would you like to retry?"
watch:"Watch"
unwatch:"Undo Watch"
accept:"Accept"
reject:"Reject"
instanceName:"Instance name"
instanceDescription:"Instance description"
maintainerName:"Maintainer"
maintainerEmail:"Maintainer email"
tosUrl:"Terms of Service URL"
thisYear:"This year"
thisMonth:"This month"
today:"Today"
dayX:"{day} days"
monthX:"{month} months"
yearX:"{year} years"
pages:"Pages"
integration:"Integration"
connectSerice:"Connect"
disconnectSerice:"Disconnect"
enableLocalTimeline:"Enable local timeline"
enableGlobalTimeline:"Enable global timeline"
disablingTimelinesInfo:"Admins and Mods will always have access to all timelines, even if they are not enabled."
registration:"Register"
enableRegistration:"Enable new user registeration"
invite:"Invite"
proxyRemoteFiles:"Proxy remote files"
proxyRemoteFilesDescription:"If enabled, remote files that (1) are not stored locally or (2) got deleted from exceeding storage limit will be locally proxied (with thumbnails). This does not affect the server's storage."
driveCapacityPerLocalAccount:"Drive capacity per local user"
driveCapacityPerRemoteAccount:"Drive capacity per remote user"
inMb:"In megabytes"
iconUrl:"Icon URL"
bannerUrl:"Banner image URL"
basicInfo:"Basic info"
pinnedUsers:"Pinned user"
pinnedUsersDescription:"List one username per line. Users listed here will be pinned under \"Explore\" tab."
recaptcha:"reCAPTCHA"
enableRecaptcha:"Enable reCAPTCHA"
recaptchaSiteKey:"Site key"
recaptchaSecretKey:"Secret key"
antennas:"Antennas"
manageAntennas:"Manage Antennas"
name:"Name"
antennaSource:"Antenna source"
antennaKeywords:"Antenna keywords"
antennaKeywordsDescription:"Separate with spaces for AND condition. Separate with line breaks for OR."
securityKeyInfo:"You can setup WebAuthN authentication to further secure the log-in process with not only hardware security key which supports FIDO2, but also fingerprint or PIN authentication on your device."
title-invalid-name:"The specified page URL is invalid."
text-invalid-name:"Please double-check if it is not empty."
editThisPage:"Edit this page"
viewSource:"View source"
viewPage:"View your pages"
like:"Like"
unlike:"Undo like"
liked-pages:"Liked pages"
my-pages:"My pages"
inspector:"Inspector"
content:"Page block"
variables:"Variables"
variables-info:"You can make your page more interactive by using variables. If you write down <b>{ variable name }</b> in the text, you can embed the value of the variable. For example, source text <b>Hello { thing } world!</b> with <b> ai </b> as the value of variable 'thing' will result in the text being <b>Hello ai world!</b>."
variables-info2:"Because the evaluation of variables are performed from top to bottom, the variable cannot refer to another variables which appear on later lines. For example, when defining three variables <b>A</b>, <b>B</b> and <b>C</b>, variable <b>C</b> <i>can</i> refer to variables <b>A</b> and <b>B</b> in its expression. However, variable <b>A</b> <i>cannot</i> refer to variables <b>B</b> or <b>C</b> in its expression."
variables-info3:"To get an input from user, insert \"user input\" block with your desired variable name (that variable will be declared automatically). You could then use that variable to perform actions on your page."
variables-info4:"Functions make it easier to perform repetitive tasks. To create a function, declare a variable of \"Function\" type. A function can have a slot (argument/parameter) which can be used inside the function as a variable. Thanks to AiScript specification, you can also use function itself as a parameter for other functions. (Search \"callback functions\" on google for more details)."
more-details:"More information"
title:"Title"
url:"Page URL"
summary:"Page summary"
alignCenter:"Center elements"
hide-title-when-pinned:"Hide page title when pinned"