From a5baa60e32b72bd9b9f822bbdc47fa737d00150f Mon Sep 17 00:00:00 2001 From: Marie Date: Wed, 7 Feb 2024 10:09:02 +0000 Subject: [PATCH] New translations ja-jp.yml (English, United States) --- locales/en-US.yml | 97 ----------------------------------------------- 1 file changed, 97 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 4c859861f7..46afd796ab 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1,4 +1,3 @@ ---- _lang_: "English" headlineMisskey: "A network connected by notes" introMisskey: "Welcome! Sharkey is an open source, decentralized microblogging service.\nCreate \"notes\" to share your thoughts with everyone around you. 📡\nWith \"reactions\", you can also quickly express your feelings about everyone's notes. 👍\nLet's explore a new world! 🚀" @@ -10,7 +9,6 @@ username: "Username" password: "Password" forgotPassword: "Forgot password" fetchingAsApObject: "Fetching from the Fediverse..." -ok: "OK" gotIt: "Got it!" cancel: "Cancel" noThankYou: "Not now" @@ -387,20 +385,16 @@ pinnedPages: "Pinned Pages" pinnedPagesDescription: "Enter the paths of the Pages you want to pin to the top page of this instance, separated by line breaks." pinnedClipId: "ID of the clip to pin" pinnedNotes: "Pinned notes" -hcaptcha: "hCaptcha" enableHcaptcha: "Enable hCaptcha" hcaptchaSiteKey: "Site key" hcaptchaSecretKey: "Secret key" -mcaptcha: "mCaptcha" enableMcaptcha: "Enable mCaptcha" mcaptchaSiteKey: "Site key" mcaptchaSecretKey: "Secret key" mcaptchaInstanceUrl: "mCaptcha instance URL" -recaptcha: "reCAPTCHA" enableRecaptcha: "Enable reCAPTCHA" recaptchaSiteKey: "Site key" recaptchaSecretKey: "Secret key" -turnstile: "Turnstile" enableTurnstile: "Enable Turnstile" turnstileSiteKey: "Site key" turnstileSecretKey: "Secret key" @@ -540,15 +534,10 @@ hideThisNote: "Hide this note" showFeaturedNotesInTimeline: "Show featured notes in timelines" objectStorage: "Object Storage" useObjectStorage: "Use object storage" -objectStorageBaseUrl: "Base URL" objectStorageBaseUrlDesc: "The URL used as reference. Specify the URL of your CDN or Proxy if you are using either.\nFor S3 use 'https://.s3.amazonaws.com' and for GCS or equivalent services use 'https://storage.googleapis.com/', etc." -objectStorageBucket: "Bucket" objectStorageBucketDesc: "Please specify the bucket name used at your provider." -objectStoragePrefix: "Prefix" objectStoragePrefixDesc: "Files will be stored under directories with this prefix." -objectStorageEndpoint: "Endpoint" objectStorageEndpointDesc: "Leave this empty if you are using AWS S3, otherwise specify the endpoint as '' or ':', depending on the service you are using." -objectStorageRegion: "Region" objectStorageRegionDesc: "Specify a region like 'xx-east-1'. If your service does not distinguish between regions, enter 'us-east-1'. Leave empty if using AWS configuration files or environment variables." objectStorageUseSSL: "Use SSL" objectStorageUseSSLDesc: "Turn this off if you are not going to use HTTPS for API connections" @@ -1387,7 +1376,6 @@ _achievements: earnedAt: "Unlocked at" _types: _notes1: - title: "just setting up my shonk" description: "Post your first note" flavor: "Have a good time with Sharkey!" _notes10: @@ -1433,7 +1421,6 @@ _achievements: title: "Note universe" description: "Post 90,000 notes" _notes100000: - title: "ALL YOUR NOTE ARE BELONG TO US" description: "Post 100,000 notes" flavor: "You sure have a lot to say." _login3: @@ -1545,7 +1532,6 @@ _achievements: title: "Likes Achievements" description: "Look at your list of achievements for at least 3 minutes" _iLoveMisskey: - title: "I Love Sharkey" description: "Post \"I ❤ #Sharkey\"" flavor: "Sharkey's development team greatly appreciates your support!" _foundTreasure: @@ -1578,7 +1564,6 @@ _achievements: title: "Analyst" description: "View your instance's charts" _outputHelloWorldOnScratchpad: - title: "Hello, world!" description: "Output \"hello world\" in the Scratchpad" _open3windows: title: "Multi-Window" @@ -1619,7 +1604,6 @@ _achievements: description: "Clicked the cookie" flavor: "Wait, are you on the correct website?" _brainDiver: - title: "Brain Diver" description: "Post the link to Brain Diver" flavor: "Sharkey-Sharkey La-Tu-Ma" _smashTestNotificationButton: @@ -1629,7 +1613,6 @@ _achievements: title: "Sharkey Elementary Course Diploma" description: "Tutorial completed" _bubbleGameExplodingHead: - title: "🤯" description: "The biggest object in the bubble game" _bubbleGameDoubleExplodingHead: title: "Double🤯" @@ -1895,7 +1878,6 @@ _theme: hashtag: "Hashtag" mention: "Mention" mentionMe: "Mentions (Me)" - renote: "Boost" modalBg: "Modal background" divider: "Divider" scrollbarHandle: "Scrollbar handle" @@ -2119,7 +2101,6 @@ _widgets: jobQueue: "Job Queue" serverMetric: "Server metrics" aiscript: "AiScript console" - aiscriptApp: "AiScript App" aichan: "Ai" userList: "User list" _userList: @@ -2346,7 +2327,6 @@ _notification: _actions: followBack: "followed you back" reply: "Reply" - renote: "Boost" _deck: alwaysShowMainColumn: "Always show main column" columnAlign: "Align columns" @@ -2438,84 +2418,10 @@ _moderationLogTypes: deleteAvatarDecoration: "Avatar decoration deleted" unsetUserAvatar: "Unset this user's avatar" unsetUserBanner: "Unset this user's banner" -_mfm: - intro: "MFM is a markup language used on Misskey, Sharkey, Firefish, Akkoma, and more that can be used in many places. Here you can view a list of all available MFM syntax." - dummy: "Sharkey expands the world of the Fediverse" - mention: "Mention" - mentionDescription: "You can specify a user by using an At-Symbol and a username." - hashtag: "Hashtag" - hashtagDescription: "You can specify a hashtag using a number sign and text." - url: "URL" - urlDescription: "URLs can be displayed." - link: "Link" - linkDescription: "Specific parts of text can be displayed as a URL." - bold: "Bold" - boldDescription: "Highlights letters by making them thicker." - small: "Small" - smallDescription: "Displays content small and thin." - center: "Center" - centerDescription: "Displays content centered." - inlineCode: "Code (Inline)" - inlineCodeDescription: "Displays inline syntax highlighting for (program) code." - blockCode: "Code (Block)" - blockCodeDescription: "Displays syntax highlighting for multi-line (program) code in a block." - inlineMath: "Math (Inline)" - inlineMathDescription: "Display math formulas (KaTeX) in-line" - blockMath: "Math (Block)" - blockMathDescription: "Display math formulas (KaTeX) in a block" - quote: "Quote" - quoteDescription: "Displays content as a quote." - emoji: "Custom Emoji" - emojiDescription: "By surrounding a custom emoji name with colons, custom emoji can be displayed." - search: "Search" - searchDescription: "Displays a search box with pre-entered text." - flip: "Flip" - flipDescription: "Flips content horizontally or vertically." - jelly: "Animation (Jelly)" - jellyDescription: "Gives content a jelly-like animation." - tada: "Animation (Tada)" - tadaDescription: "Gives content a \"Tada!\"-like animation." - jump: "Animation (Jump)" - jumpDescription: "Gives content a jumping animation." - bounce: "Animation (Bounce)" - bounceDescription: "Gives content a bouncy animation." - shake: "Animation (Shake)" - shakeDescription: "Gives content a shaking animation." - twitch: "Animation (Twitch)" - twitchDescription: "Gives content a strongly twitching animation." - spin: "Animation (Spin)" - spinDescription: "Gives content a spinning animation." - x2: "Big" - x2Description: "Displays content bigger." - x3: "Very big" - x3Description: "Displays content even bigger." - x4: "Unbelievably big" - x4Description: "Displays content even bigger than bigger than big." - blur: "Blur" - blurDescription: "Blurs content. It will be displayed clearly when hovered over." - font: "Font" - fontDescription: "Sets the font to display content in." - rainbow: "Rainbow" - rainbowDescription: "Makes the content appear in rainbow colors." - sparkle: "Sparkle" - sparkleDescription: "Gives content a sparkling particle effect." - rotate: "Rotate" - rotateDescription: "Turns content by a specified angle." - position: "Position" - positionDescription: "Move content by a specified amount." - scale: "Scale" - scaleDescription: "Scale content by a specified amount." - foreground: "Foreground color" - foregroundDescription: "Change the foreground color of text." - background: "Background color" - backgroundDescription: "Change the background color of text." - plain: "Plain" - plainDescription: "Deactivates the effects of all MFM contained within this MFM effect." _fileViewer: title: "File details" type: "File type" size: "Filesize" - url: "URL" uploadedAt: "Uploaded at" attachedNotes: "Attached notes" thisPageCanBeSeenFromTheAuthor: "This page can only be seen by the user who uploaded this file." @@ -2560,20 +2466,17 @@ _externalResourceInstaller: _themeInstallFailed: title: "Failed to install theme" description: "A problem occurred during theme installation. Please try again. Error details can be viewed in the Javascript console." - _animatedMFM: play: "Play MFM Animation" stop: "Stop MFM Animation" _alert: text: "Animated MFMs could include flashing lights and fast moving text/emojis." confirm: "Animate" - _dataRequest: title: "Request Data" warn: "Data requests are only possible every 3 days." text: "Once the data is ready to download, an email will be sent to the email address registered to this account." button: "Request" - _dataSaver: _media: title: "Loading Media"