barkey/locales/index.d.ts

11383 lines
282 KiB
TypeScript
Raw Normal View History

/* eslint-disable */
// This file is generated by locales/generateDTS.js
// Do not edit this file directly.
declare const kParameters: unique symbol;
export interface ParameterizedString<T extends string = string> {
[kParameters]: T;
}
export interface ILocale {
[_: string]: string | ParameterizedString | ILocale;
}
export interface Locale extends ILocale {
/**
*
*/
"_lang_": string;
/**
*
*/
"headlineMisskey": string;
/**
2024-10-08 18:16:58 +00:00
* Welcome! Sharkey is an open source, decentralized microblogging service.
* Create "notes" to share your thoughts with everyone around you. 📡
* With "reactions", you can also quickly express your feelings about everyone's notes. 👍
* Let's explore a new world! 🚀
*/
"introMisskey": string;
/**
2024-10-08 18:16:58 +00:00
* {name} is one of the services powered by the open source platform <b>Sharkey</b> which is based on Misskey (referred to as a "Misskey instance").
*/
"poweredByMisskeyDescription": ParameterizedString<"name">;
/**
* {month} {day}
*/
"monthAndDay": ParameterizedString<"month" | "day">;
/**
*
*/
"search": string;
/**
*
*/
"notifications": string;
/**
*
*/
"username": string;
/**
*
*/
"password": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"initialPasswordForSetup": string;
/**
*
*/
"initialPasswordIsIncorrect": string;
/**
* Misskeyを自分でインストールした場合は使
* Misskeyのホスティングサービスなどを使用している場合は使
*
*/
"initialPasswordForSetupDescription": string;
/**
*
*/
"forgotPassword": string;
/**
*
*/
"fetchingAsApObject": string;
/**
* OK
*/
"ok": string;
/**
*
*/
"gotIt": string;
/**
*
*/
"cancel": string;
/**
*
*/
"noThankYou": string;
/**
*
*/
"enterUsername": string;
/**
2024-10-08 18:16:58 +00:00
* Boosted by {user}
*/
"renotedBy": ParameterizedString<"user">;
/**
*
*/
"noNotes": string;
/**
*
*/
"noNotifications": string;
/**
*
*/
"instance": string;
/**
*
*/
"settings": string;
/**
*
*/
"notificationSettings": string;
/**
*
*/
"basicSettings": string;
/**
*
*/
"otherSettings": string;
/**
*
*/
"openInWindow": string;
/**
*
*/
"profile": string;
/**
*
*/
"timeline": string;
/**
*
*/
"noAccountDescription": string;
/**
*
*/
"login": string;
/**
*
*/
"loggingIn": string;
/**
*
*/
"logout": string;
/**
*
*/
"signup": string;
/**
*
*/
"uploading": string;
/**
*
*/
"save": string;
/**
*
*/
"users": string;
/**
*
*/
"addUser": string;
/**
*
*/
"favorite": string;
/**
*
*/
"favorites": string;
/**
*
*/
"unfavorite": string;
/**
*
*/
"favorited": string;
/**
*
*/
"alreadyFavorited": string;
/**
*
*/
"cantFavorite": string;
/**
*
*/
"pin": string;
/**
*
*/
"unpin": string;
/**
*
*/
"copyContent": string;
/**
*
*/
"copyLink": string;
/**
2024-10-08 18:16:58 +00:00
* Copy boost link
*/
"copyLinkRenote": string;
/**
*
*/
"delete": string;
/**
*
*/
"deleteAndEdit": string;
/**
2024-10-08 18:16:58 +00:00
* Are you sure you want to redraft this note? This means you will lose all reactions, boosts, and replies to it.
*/
"deleteAndEditConfirm": string;
/**
*
*/
"addToList": string;
/**
*
*/
"addToAntenna": string;
/**
*
*/
"sendMessage": string;
/**
* RSSをコピー
*/
"copyRSS": string;
/**
*
*/
"copyUsername": string;
/**
* IDをコピー
*/
"copyUserId": string;
/**
* IDをコピー
*/
"copyNoteId": string;
/**
* IDをコピー
*/
"copyFileId": string;
/**
* IDをコピー
*/
"copyFolderId": string;
/**
* URLをコピー
*/
"copyProfileUrl": string;
/**
*
*/
"searchUser": string;
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) * refactor(frontend): noteSearchAvailableをaccountsに移動 * feat: searchページでのクエリの受取りとtypeによる表示タブの変更 * user検索でsearchの親から受け取った値を基に入力値を初期化 * feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得 * feat(frontend): ユーザーのノートを検索するページに遷移するボタン * feat(frontend): ノート検索にホスト名指定のオプション追加 also :art: * style: ただ照会部分を囲っただけ(可読性確保のために) * refactor: remove unneed import defineProps and withDefaults are compiler micro when using `<script setup>` FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed. * Update CHANGELOG * Fix: ノート検索の初期値が常にホスト指定になってしまう * notesSearchAvailableをaccountに持たせるのをやめる * SDPX-Licence-Identifier * Fix: Vitest fails due to instance.policies being undefined * Add Storybook for search * Fix(storybook): ノート検索が利用できないと出てしまう問題 * storybookでユーザー選択ができないのを修正 * feat: ノート検索で自分を選択可能に & :art: * feat(background): api/metaで検索可能なノートのスコープを参照できるように * globalのノートが検索不可能な場合、検索オプションを表示しないように * Update CHANGELOG.md * config.meilisearch.scopeがstring[]を取ることがあるので修正 * meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように * hostが空文字の時の挙動を修正 * ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
2024-07-30 06:51:08 +00:00
/**
*
*/
"searchThisUsersNotes": string;
/**
*
*/
"reply": string;
/**
*
*/
"loadMore": string;
/**
*
*/
"showMore": string;
/**
*
*/
"showLess": string;
/**
*
*/
"youGotNewFollower": string;
/**
*
*/
"receiveFollowRequest": string;
/**
*
*/
"followRequestAccepted": string;
/**
*
*/
"mention": string;
/**
*
*/
"mentions": string;
/**
* 稿
*/
"directNotes": string;
/**
*
*/
"importAndExport": string;
/**
*
*/
"import": string;
/**
*
*/
"export": string;
/**
*
*/
"files": string;
/**
*
*/
"download": string;
/**
* {name}使
*/
"driveFileDeleteConfirm": ParameterizedString<"name">;
/**
* {name}
*/
"unfollowConfirm": ParameterizedString<"name">;
/**
*
*/
"exportRequested": string;
/**
*
*/
"importRequested": string;
/**
*
*/
"lists": string;
/**
*
*/
"noLists": string;
/**
*
*/
"note": string;
/**
*
*/
"notes": string;
/**
*
*/
"following": string;
/**
*
*/
"followers": string;
/**
*
*/
"followsYou": string;
/**
*
*/
"createList": string;
/**
*
*/
"manageLists": string;
/**
*
*/
"error": string;
/**
*
*/
"somethingHappened": string;
/**
*
*/
"retry": string;
/**
*
*/
"pageLoadError": string;
/**
*
*/
"pageLoadErrorDescription": string;
/**
*
*/
"serverIsDead": string;
/**
*
*/
"youShouldUpgradeClient": string;
/**
*
*/
"enterListName": string;
/**
*
*/
"privacy": string;
/**
*
*/
"makeFollowManuallyApprove": string;
/**
*
*/
"defaultNoteVisibility": string;
/**
*
*/
"follow": string;
/**
*
*/
"followRequest": string;
/**
*
*/
"followRequests": string;
/**
*
*/
"unfollow": string;
/**
*
*/
"followRequestPending": string;
/**
*
*/
"enterEmoji": string;
/**
2024-10-08 18:16:58 +00:00
* Boost
*/
"renote": string;
/**
2024-10-08 18:16:58 +00:00
* Remove boost
*/
"unrenote": string;
/**
2024-10-08 18:16:58 +00:00
* Boosted.
*/
"renoted": string;
2024-05-31 11:55:14 +00:00
/**
2024-10-08 18:16:58 +00:00
* Boosted to {name}
2024-05-31 11:55:14 +00:00
*/
"renotedToX": ParameterizedString<"name">;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* This post can't be boosted.
*/
"cantRenote": string;
/**
2024-10-08 18:16:58 +00:00
* A boost can't be boosted.
*/
"cantReRenote": string;
/**
*
*/
"quote": string;
/**
2024-10-08 18:16:58 +00:00
* Channel-only Boost
*/
"inChannelRenote": string;
/**
*
*/
"inChannelQuote": string;
/**
*
*/
"renoteToChannel": string;
/**
*
*/
"renoteToOtherChannel": string;
/**
*
*/
"pinnedNote": string;
/**
*
*/
"pinned": string;
/**
*
*/
"you": string;
/**
*
*/
"clickToShow": string;
/**
*
*/
"sensitive": string;
/**
*
*/
"add": string;
/**
*
*/
"reaction": string;
/**
*
*/
"reactions": string;
/**
*
*/
"emojiPicker": string;
/**
*
*/
"pinnedEmojisForReactionSettingDescription": string;
/**
*
*/
"pinnedEmojisSettingDescription": string;
/**
*
*/
"emojiPickerDisplay": string;
/**
*
*/
"overwriteFromPinnedEmojisForReaction": string;
/**
*
*/
"overwriteFromPinnedEmojis": string;
/**
*
*/
"reactionSettingDescription2": string;
/**
*
*/
"rememberNoteVisibility": string;
/**
*
*/
"attachCancel": string;
2024-01-21 01:07:43 +00:00
/**
*
*/
"deleteFile": string;
/**
*
*/
"markAsSensitive": string;
/**
*
*/
"unmarkAsSensitive": string;
/**
*
*/
"enterFileName": string;
/**
*
*/
"mute": string;
/**
*
*/
"unmute": string;
/**
2024-10-08 18:16:58 +00:00
* Mute Boosts
*/
"renoteMute": string;
/**
2024-10-08 18:16:58 +00:00
* Unmute Boosts
*/
"renoteUnmute": string;
/**
*
*/
"block": string;
/**
*
*/
"unblock": string;
/**
*
*/
"suspend": string;
/**
*
*/
"unsuspend": string;
/**
*
*/
"blockConfirm": string;
/**
*
*/
"unblockConfirm": string;
/**
*
*/
"suspendConfirm": string;
/**
*
*/
"unsuspendConfirm": string;
/**
*
*/
"selectList": string;
/**
*
*/
"editList": string;
/**
*
*/
"selectChannel": string;
/**
*
*/
"selectAntenna": string;
/**
*
*/
"editAntenna": string;
/**
*
*/
"createAntenna": string;
/**
*
*/
"selectWidget": string;
/**
*
*/
"editWidgets": string;
/**
*
*/
"editWidgetsExit": string;
/**
*
*/
"customEmojis": string;
/**
*
*/
"emoji": string;
/**
*
*/
"emojis": string;
/**
*
*/
"emojiName": string;
/**
* URL
*/
"emojiUrl": string;
/**
*
*/
"addEmoji": string;
/**
*
*/
"settingGuide": string;
/**
*
*/
"cacheRemoteFiles": string;
/**
* default.ymlでproxyRemoteFilesをtrueにすることをお勧めします
*/
"cacheRemoteFilesDescription": string;
/**
* 🗑
*/
"youCanCleanRemoteFilesCache": string;
/**
*
*/
"cacheRemoteSensitiveFiles": string;
/**
*
*/
"cacheRemoteSensitiveFilesDescription": string;
/**
* Botとして設定
*/
"flagAsBot": string;
/**
2024-10-08 18:16:58 +00:00
* Enable this option if this account is controlled by a program. If enabled, it will act as a flag for other developers to prevent endless interaction chains with other bots and adjust Sharkey's internal systems to treat this account as a bot.
*/
"flagAsBotDescription": string;
/**
*
*/
"flagAsCat": string;
/**
*
*/
"flagAsCatDescription": string;
/**
*
*/
"flagShowTimelineReplies": string;
/**
*
*/
"flagShowTimelineRepliesDescription": string;
/**
*
*/
"autoAcceptFollowed": string;
/**
*
*/
"addAccount": string;
/**
*
*/
"reloadAccountsList": string;
/**
*
*/
"loginFailed": string;
/**
*
*/
"showOnRemote": string;
/**
2024-10-08 18:16:58 +00:00
* Continue on remote instance
*/
"continueOnRemote": string;
/**
2024-10-08 18:16:58 +00:00
* Choose a instance from Misskey Hub
*/
"chooseServerOnMisskeyHub": string;
/**
*
*/
"specifyServerHost": string;
/**
*
*/
"inputHostName": string;
/**
*
*/
"general": string;
/**
*
*/
"wallpaper": string;
/**
*
*/
"setWallpaper": string;
/**
*
*/
"removeWallpaper": string;
/**
* : {q}
*/
"searchWith": ParameterizedString<"q">;
/**
*
*/
"youHaveNoLists": string;
/**
* {name}
*/
"followConfirm": ParameterizedString<"name">;
/**
*
*/
"proxyAccount": string;
/**
*
*/
"proxyAccountDescription": string;
/**
*
*/
"host": string;
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) * refactor(frontend): noteSearchAvailableをaccountsに移動 * feat: searchページでのクエリの受取りとtypeによる表示タブの変更 * user検索でsearchの親から受け取った値を基に入力値を初期化 * feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得 * feat(frontend): ユーザーのノートを検索するページに遷移するボタン * feat(frontend): ノート検索にホスト名指定のオプション追加 also :art: * style: ただ照会部分を囲っただけ(可読性確保のために) * refactor: remove unneed import defineProps and withDefaults are compiler micro when using `<script setup>` FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed. * Update CHANGELOG * Fix: ノート検索の初期値が常にホスト指定になってしまう * notesSearchAvailableをaccountに持たせるのをやめる * SDPX-Licence-Identifier * Fix: Vitest fails due to instance.policies being undefined * Add Storybook for search * Fix(storybook): ノート検索が利用できないと出てしまう問題 * storybookでユーザー選択ができないのを修正 * feat: ノート検索で自分を選択可能に & :art: * feat(background): api/metaで検索可能なノートのスコープを参照できるように * globalのノートが検索不可能な場合、検索オプションを表示しないように * Update CHANGELOG.md * config.meilisearch.scopeがstring[]を取ることがあるので修正 * meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように * hostが空文字の時の挙動を修正 * ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
2024-07-30 06:51:08 +00:00
/**
*
*/
"selectSelf": string;
/**
*
*/
"selectUser": string;
/**
*
*/
"recipient": string;
/**
*
*/
"annotation": string;
/**
*
*/
"federation": string;
/**
*
*/
"instances": string;
/**
*
*/
"registeredAt": string;
/**
*
*/
"latestRequestReceivedAt": string;
/**
*
*/
"latestStatus": string;
/**
* 使
*/
"storageUsage": string;
/**
*
*/
"charts": string;
/**
* 1
*/
"perHour": string;
/**
* 1
*/
"perDay": string;
/**
*
*/
"stopActivityDelivery": string;
/**
2024-08-02 12:11:12 +00:00
*
*/
"blockThisInstance": string;
/**
2024-08-02 12:11:12 +00:00
*
*/
"silenceThisInstance": string;
/**
2024-10-08 18:16:58 +00:00
* Silence media from this instance
*/
"mediaSilenceThisInstance": string;
/**
*
*/
"operations": string;
/**
*
*/
"software": string;
/**
*
*/
"version": string;
/**
*
*/
"metadata": string;
/**
* {n}
*/
"withNFiles": ParameterizedString<"n">;
/**
*
*/
"monitor": string;
/**
*
*/
"jobQueue": string;
/**
* CPUとメモリ
*/
"cpuAndMemory": string;
/**
*
*/
"network": string;
/**
*
*/
"disk": string;
/**
*
*/
"instanceInfo": string;
/**
*
*/
"statistics": string;
/**
*
*/
"clearQueue": string;
/**
*
*/
"clearQueueConfirmTitle": string;
/**
* 稿
*/
"clearQueueConfirmText": string;
/**
*
*/
"clearCachedFiles": string;
/**
*
*/
"clearCachedFilesConfirm": string;
/**
*
*/
"blockedInstances": string;
/**
*
*/
"blockedInstancesDescription": string;
/**
*
*/
"silencedInstances": string;
/**
2024-10-08 18:16:58 +00:00
* List the host names of the instances that you want to silence, separated by a new line. All accounts belonging to the listed instances will be treated as silenced, and can only make follow requests, and cannot mention local accounts if not followed. This will not affect the blocked instances.
*/
"silencedInstancesDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Media-silenced instances
*/
"mediaSilencedInstances": string;
/**
2024-10-08 18:16:58 +00:00
* List the host names of the instances that you want to media-silence, separated by a new line. All accounts belonging to the listed instances will be treated as sensitive, and can't use custom emojis. This will not affect the blocked instances.
*/
"mediaSilencedInstancesDescription": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"federationAllowedHosts": string;
/**
*
*/
"federationAllowedHostsDescription": string;
/**
*
*/
"muteAndBlock": string;
/**
*
*/
"mutedUsers": string;
/**
*
*/
"blockedUsers": string;
/**
*
*/
"noUsers": string;
/**
*
*/
"editProfile": string;
/**
*
*/
"noteDeleteConfirm": string;
/**
*
*/
"pinLimitExceeded": string;
/**
2024-10-08 18:16:58 +00:00
* Installation of Sharkey has been finished! Please create an admin user.
*/
"intro": string;
/**
*
*/
"done": string;
/**
*
*/
"processing": string;
/**
*
*/
"preview": string;
/**
*
*/
"default": string;
/**
* : {value}
*/
"defaultValueIs": ParameterizedString<"value">;
/**
*
*/
"noCustomEmojis": string;
/**
*
*/
"noJobs": string;
/**
*
*/
"federating": string;
/**
*
*/
"blocked": string;
/**
*
*/
"suspended": string;
/**
*
*/
"all": string;
/**
*
*/
"subscribing": string;
/**
*
*/
"publishing": string;
/**
*
*/
"notResponding": string;
/**
*
*/
"instanceFollowing": string;
/**
*
*/
"instanceFollowers": string;
/**
*
*/
"instanceUsers": string;
/**
*
*/
"changePassword": string;
/**
*
*/
"security": string;
/**
*
*/
"retypedNotMatch": string;
/**
*
*/
"currentPassword": string;
/**
*
*/
"newPassword": string;
/**
* ()
*/
"newPasswordRetype": string;
/**
*
*/
"attachFile": string;
/**
*
*/
"more": string;
/**
*
*/
"featured": string;
/**
* ID
*/
"usernameOrUserId": string;
/**
*
*/
"noSuchUser": string;
/**
*
*/
"lookup": string;
/**
*
*/
"announcements": string;
/**
* URL
*/
"imageUrl": string;
/**
*
*/
"remove": string;
/**
*
*/
"removed": string;
/**
* {x}
*/
"removeAreYouSure": ParameterizedString<"x">;
/**
* {x}
*/
"deleteAreYouSure": ParameterizedString<"x">;
/**
*
*/
"resetAreYouSure": string;
/**
*
*/
"areYouSure": string;
/**
*
*/
"saved": string;
/**
*
*/
"messaging": string;
/**
*
*/
"upload": string;
/**
*
*/
"keepOriginalUploading": string;
/**
* Web公開用画像を生成します
*/
"keepOriginalUploadingDescription": string;
/**
*
*/
"fromDrive": string;
/**
* URLから
*/
"fromUrl": string;
/**
* URLアップロード
*/
"uploadFromUrl": string;
/**
* URL
*/
"uploadFromUrlDescription": string;
/**
*
*/
"uploadFromUrlRequested": string;
/**
*
*/
"uploadFromUrlMayTakeTime": string;
/**
*
*/
"explore": string;
/**
*
*/
"messageRead": string;
/**
*
*/
"noMoreHistory": string;
/**
*
*/
"startMessaging": string;
/**
* {n}
*/
"nUsersRead": ParameterizedString<"n">;
/**
* {0}
*/
"agreeTo": ParameterizedString<"0">;
/**
*
*/
"agree": string;
/**
*
*/
"agreeBelow": string;
/**
*
*/
"basicNotesBeforeCreateAccount": string;
/**
*
*/
"termsOfService": string;
/**
*
*/
"start": string;
/**
*
*/
"home": string;
/**
*
*/
"remoteUserCaution": string;
/**
*
*/
"activity": string;
/**
*
*/
"images": string;
/**
*
*/
"image": string;
/**
*
*/
"birthday": string;
/**
* {age}
*/
"yearsOld": ParameterizedString<"age">;
/**
*
*/
"registeredDate": string;
/**
*
*/
"location": string;
/**
*
*/
"theme": string;
/**
* 使
*/
"themeForLightMode": string;
/**
* 使
*/
"themeForDarkMode": string;
/**
*
*/
"light": string;
/**
*
*/
"dark": string;
/**
*
*/
"lightThemes": string;
/**
*
*/
"darkThemes": string;
/**
*
*/
"syncDeviceDarkMode": string;
/**
*
*/
"drive": string;
/**
*
*/
"fileName": string;
/**
*
*/
"selectFile": string;
/**
*
*/
"selectFiles": string;
/**
*
*/
"selectFolder": string;
/**
*
*/
"selectFolders": string;
/**
2024-10-08 18:16:58 +00:00
* No file selected
*/
"fileNotSelected": string;
/**
*
*/
"renameFile": string;
/**
*
*/
"folderName": string;
/**
*
*/
"createFolder": string;
/**
*
*/
"renameFolder": string;
/**
*
*/
"deleteFolder": string;
/**
*
*/
feat(frontend): 絵文字ピッカーのカテゴリを多階層フォルダで分類できるように (#12132) * Update CHANGELOG.md * Feat:emoji picker folder select * Fix: lint error * Fix: lint error 2 * Fix: lint error 3 * カスタム絵文字のカテゴリ表示部分が長かったので短くした * エフェクトが壊れて出ないのを修正 * padding 18px -> 9px * Update CHANGELOG.md * Revert: en-US.yml * chg: Folder -> folder * chg: isChildrenExits -> isChildren * chg: isChildren -> categoryFolderFlag * カテゴリ末尾が / の場合ピッカーから消失するので「その他」と扱い対応 * 特定のパターンのカテゴリ名でピッカーに出てこないのを修正 「i18n.ts.other」や「/」始まりの場合壊れる * chg: categoryFolderFlag -> hasChildSection * code format * Del: ti-fw * fix * 絵文字とフォルダの表示順序入れ替え * ネストした場合にパネルでどこまでがどのフォルダのものかをわかりやすくした * fix lint * カテゴリの名前が長いと表示がおかしくなる問題を修正 Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com> --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: atsuchan <83960488+atsu1125@users.noreply.github.com> Co-authored-by: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com> Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com> Co-authored-by: xianon <xianon@hotmail.co.jp> Co-authored-by: kabo2468 <28654659+kabo2468@users.noreply.github.com> Co-authored-by: YS <47836716+yszkst@users.noreply.github.com> Co-authored-by: Khsmty <me@khsmty.com> Co-authored-by: Soni L <EnderMoneyMod@gmail.com> Co-authored-by: mei23 <m@m544.net> Co-authored-by: daima3629 <52790780+daima3629@users.noreply.github.com> Co-authored-by: Windymelt <1113940+windymelt@users.noreply.github.com> Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: nenohi <kimutipartylove@gmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: rinsuki <428rinsuki+git@gmail.com> Co-authored-by: FineArchs <133759614+FineArchs@users.noreply.github.com> Co-authored-by: まっちゃとーにゅ <17376330+u1-liquid@users.noreply.github.com>
2023-12-02 06:26:46 +00:00
"folder": string;
/**
*
*/
"addFile": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"showFile": string;
/**
*
*/
"emptyDrive": string;
/**
*
*/
"emptyFolder": string;
/**
*
*/
"unableToDelete": string;
/**
*
*/
"inputNewFileName": string;
/**
*
*/
"inputNewDescription": string;
/**
*
*/
"inputNewFolderName": string;
/**
*
*/
"circularReferenceFolder": string;
/**
*
*/
"hasChildFilesOrFolders": string;
/**
* URLをコピー
*/
"copyUrl": string;
/**
*
*/
"rename": string;
/**
*
*/
"avatar": string;
/**
*
*/
"banner": string;
/**
*
*/
2023-07-08 03:53:51 +00:00
"displayOfSensitiveMedia": string;
/**
*
*/
"whenServerDisconnected": string;
/**
*
*/
"disconnectedFromServer": string;
/**
*
*/
"reload": string;
/**
*
*/
"doNothing": string;
/**
*
*/
"reloadConfirm": string;
/**
*
*/
"watch": string;
/**
*
*/
"unwatch": string;
/**
*
*/
"accept": string;
/**
*
*/
"reject": string;
/**
*
*/
"normal": string;
/**
*
*/
"instanceName": string;
/**
*
*/
"instanceDescription": string;
/**
*
*/
"maintainerName": string;
/**
*
*/
"maintainerEmail": string;
/**
* URL
*/
"tosUrl": string;
/**
*
*/
"thisYear": string;
/**
*
*/
"thisMonth": string;
/**
*
*/
"today": string;
/**
* {day}
*/
"dayX": ParameterizedString<"day">;
/**
* {month}
*/
"monthX": ParameterizedString<"month">;
/**
* {year}
*/
"yearX": ParameterizedString<"year">;
/**
*
*/
"pages": string;
/**
*
*/
"integration": string;
/**
*
*/
"connectService": string;
/**
*
*/
"disconnectService": string;
/**
*
*/
"enableLocalTimeline": string;
/**
*
*/
"enableGlobalTimeline": string;
/**
* 便
*/
"disablingTimelinesInfo": string;
/**
*
*/
"registration": string;
/**
*
*/
"enableRegistration": string;
/**
*
*/
"invite": string;
/**
*
*/
"driveCapacityPerLocalAccount": string;
/**
*
*/
"driveCapacityPerRemoteAccount": string;
/**
*
*/
"inMb": string;
/**
* URL
*/
"bannerUrl": string;
/**
* URL
*/
"backgroundImageUrl": string;
/**
*
*/
"basicInfo": string;
/**
*
*/
"pinnedUsers": string;
/**
*
*/
"pinnedUsersDescription": string;
/**
*
*/
"pinnedPages": string;
/**
*
*/
"pinnedPagesDescription": string;
/**
* ID
*/
"pinnedClipId": string;
/**
*
*/
"pinnedNotes": string;
/**
* hCaptcha
*/
"hcaptcha": string;
/**
* hCaptchaを有効にする
*/
"enableHcaptcha": string;
/**
*
*/
"hcaptchaSiteKey": string;
/**
*
*/
"hcaptchaSecretKey": string;
/**
* mCaptcha
*/
"mcaptcha": string;
/**
* mCaptchaを有効にする
*/
"enableMcaptcha": string;
/**
*
*/
"mcaptchaSiteKey": string;
/**
*
*/
"mcaptchaSecretKey": string;
/**
* mCaptchaのインスタンスのURL
*/
"mcaptchaInstanceUrl": string;
/**
* reCAPTCHA
*/
"recaptcha": string;
/**
* reCAPTCHAを有効にする
*/
"enableRecaptcha": string;
/**
*
*/
"recaptchaSiteKey": string;
/**
*
*/
"recaptchaSecretKey": string;
/**
* Turnstile
*/
"turnstile": string;
/**
* Turnstileを有効にする
*/
"enableTurnstile": string;
/**
*
*/
"turnstileSiteKey": string;
/**
*
*/
"turnstileSecretKey": string;
/**
* Captchaを使用すると干渉を起こす可能性がありますCaptchaを無効にしますかCaptchaを有効化したままにすることも可能です
*/
"avoidMultiCaptchaConfirm": string;
/**
*
*/
"antennas": string;
/**
*
*/
"manageAntennas": string;
/**
*
*/
"name": string;
/**
*
*/
"antennaSource": string;
/**
*
*/
"antennaKeywords": string;
/**
*
*/
"antennaExcludeKeywords": string;
/**
* Botアカウントを除外
*/
"antennaExcludeBots": string;
/**
* AND指定になりOR指定になります
*/
"antennaKeywordsDescription": string;
/**
*
*/
"notifyAntenna": string;
/**
*
*/
"withFileAntenna": string;
/**
*
*/
"enableServiceworker": string;
/**
2024-10-08 18:16:58 +00:00
* List one username per line. Use "*@instance.com" to specify all users of an instance
*/
"antennaUsersDescription": string;
/**
*
*/
"caseSensitive": string;
/**
*
*/
"withReplies": string;
/**
*
*/
"connectedTo": string;
/**
* 稿
*/
"notesAndReplies": string;
/**
*
*/
"withFiles": string;
/**
*
*/
"silence": string;
/**
*
*/
"silenceConfirm": string;
/**
*
*/
"unsilence": string;
/**
*
*/
"unsilenceConfirm": string;
/**
*
*/
"popularUsers": string;
/**
* 稿
*/
"recentlyUpdatedUsers": string;
/**
*
*/
"recentlyRegisteredUsers": string;
/**
*
*/
"recentlyDiscoveredUsers": string;
/**
* {count}
*/
"exploreUsersCount": ParameterizedString<"count">;
/**
* Fediverseを探索
*/
"exploreFediverse": string;
/**
*
*/
"popularTags": string;
/**
*
*/
"userList": string;
/**
*
*/
"about": string;
/**
2024-10-08 18:16:58 +00:00
* About Sharkey
*/
"aboutMisskey": string;
/**
*
*/
"administrator": string;
/**
*
*/
"token": string;
/**
*
*/
"2fa": string;
/**
*
*/
"setupOf2fa": string;
/**
*
*/
"totp": string;
/**
* 使
*/
"totpDescription": string;
/**
*
*/
"moderator": string;
/**
*
*/
"moderation": string;
/**
*
*/
"moderationNote": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"moderationNoteDescription": string;
/**
*
*/
"addModerationNote": string;
/**
*
*/
"moderationLogs": string;
/**
* {n}稿
*/
"nUsersMentioned": ParameterizedString<"n">;
/**
*
*/
"securityKeyAndPasskey": string;
/**
*
*/
"securityKey": string;
/**
* 使
*/
"lastUsed": string;
/**
* 使: {t}
*/
"lastUsedAt": ParameterizedString<"t">;
/**
*
*/
"unregister": string;
/**
*
*/
"passwordLessLogin": string;
/**
* 使
*/
"passwordLessLoginDescription": string;
/**
*
*/
"resetPassword": string;
/**
* {password}
*/
"newPasswordIs": ParameterizedString<"password">;
/**
* UIのアニメーションを減らす
*/
"reduceUiAnimation": string;
/**
*
*/
"share": string;
/**
*
*/
"notFound": string;
/**
* URLに該当するページはありませんでした
*/
"notFoundDescription": string;
/**
*
*/
"uploadFolder": string;
/**
*
*/
"markAsReadAllNotifications": string;
/**
* 稿
*/
"markAsReadAllUnreadNotes": string;
/**
*
*/
"markAsReadAllTalkMessages": string;
/**
*
*/
"help": string;
/**
*
*/
"inputMessageHere": string;
/**
*
*/
"close": string;
/**
*
*/
"invites": string;
/**
*
*/
"members": string;
/**
*
*/
"transfer": string;
/**
*
*/
"title": string;
/**
*
*/
"text": string;
/**
*
*/
"enable": string;
/**
*
*/
"next": string;
/**
*
*/
"retype": string;
/**
* {user}
*/
"noteOf": ParameterizedString<"user">;
/**
*
*/
"quoteAttached": string;
/**
*
*/
"quoteQuestion": string;
/**
2024-10-08 18:16:58 +00:00
* The text in clipboard is long. Would you like to attach it as a text file?
*/
"attachAsFileQuestion": string;
/**
*
*/
"noMessagesYet": string;
/**
*
*/
"newMessageExists": string;
/**
*
*/
"onlyOneFileCanBeAttached": string;
/**
*
*/
"signinRequired": string;
/**
2024-10-08 18:16:58 +00:00
* To continue, you need to go to your instance to perform this action or sign up / log in to the instance you are trying to interact with.
*/
"signinOrContinueOnRemote": string;
/**
*
*/
"invitations": string;
/**
*
*/
"invitationCode": string;
/**
*
*/
"checking": string;
/**
*
*/
"available": string;
/**
*
*/
"unavailable": string;
/**
* a~zA~Z0~9_が使えます
*/
"usernameInvalidFormat": string;
/**
*
*/
"tooShort": string;
/**
*
*/
"tooLong": string;
/**
*
*/
"weakPassword": string;
/**
*
*/
"normalPassword": string;
/**
*
*/
"strongPassword": string;
/**
*
*/
"passwordMatched": string;
/**
*
*/
"passwordNotMatched": string;
/**
* {x}
*/
"signinWith": ParameterizedString<"x">;
/**
*
*/
"signinFailed": string;
/**
*
*/
"or": string;
/**
*
*/
"language": string;
/**
* UIの表示言語
*/
"uiLanguage": string;
/**
* {x}
*/
"aboutX": ParameterizedString<"x">;
/**
*
*/
"emojiStyle": string;
/**
*
*/
"native": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"menuStyle": string;
/**
*
*/
"style": string;
/**
*
*/
"drawer": string;
/**
*
*/
"popup": string;
/**
*
*/
"showNoteActionsOnlyHover": string;
/**
2024-10-08 18:16:58 +00:00
* Show the number of reactions in notes
*/
"showReactionsCount": string;
/**
*
*/
"noHistory": string;
/**
*
*/
"signinHistory": string;
/**
* MFMを有効にする
*/
"enableAdvancedMfm": string;
/**
* MFMを有効にする
*/
"enableAnimatedMfm": string;
/**
*
*/
"doing": string;
/**
*
*/
"category": string;
/**
*
*/
"tags": string;
/**
*
*/
"docSource": string;
/**
*
*/
"createAccount": string;
/**
*
*/
"existingAccount": string;
/**
*
*/
"regenerate": string;
/**
*
*/
"fontSize": string;
/**
* 1
*/
"mediaListWithOneImageAppearance": string;
/**
* {x}
*/
"limitTo": ParameterizedString<"x">;
/**
*
*/
"noFollowRequests": string;
/**
*
*/
"openImageInNewTab": string;
/**
*
*/
"dashboard": string;
/**
*
*/
"local": string;
/**
*
*/
"remote": string;
/**
*
*/
"total": string;
/**
*
*/
"weekOverWeekChanges": string;
/**
*
*/
"dayOverDayChanges": string;
/**
*
*/
"appearance": string;
/**
*
*/
"clientSettings": string;
/**
*
*/
"accountSettings": string;
/**
*
*/
"promotion": string;
/**
*
*/
"promote": string;
/**
*
*/
"numberOfDays": string;
/**
*
*/
"hideThisNote": string;
/**
*
*/
"showFeaturedNotesInTimeline": string;
/**
*
*/
"objectStorage": string;
/**
* 使
*/
"useObjectStorage": string;
/**
* Base URL
*/
"objectStorageBaseUrl": string;
/**
* 使URLCDNやProxyを使用している場合はそのURLS3: 'https://<bucket>.s3.amazonaws.com'GCS等: 'https://storage.googleapis.com/<bucket>'
*/
"objectStorageBaseUrlDesc": string;
/**
* Bucket
*/
"objectStorageBucket": string;
/**
* 使bucket名を指定してください
*/
"objectStorageBucketDesc": string;
/**
* Prefix
*/
"objectStoragePrefix": string;
/**
* prefixのディレクトリ下に格納されます
*/
"objectStoragePrefixDesc": string;
/**
* Endpoint
*/
"objectStorageEndpoint": string;
/**
* S3の場合は空endpointを指定してください'<host>''<host>:<port>'
*/
"objectStorageEndpointDesc": string;
/**
* Region
*/
"objectStorageRegion": string;
/**
* 'xx-east-1'regionを指定してください使regionの概念がない場合は'us-east-1'AWS設定ファイルまたは環境変数を参照する場合は空にしてください
*/
"objectStorageRegionDesc": string;
/**
* SSLを使用する
*/
"objectStorageUseSSL": string;
/**
* API接続にhttpsを使用しない場合はオフにしてください
*/
"objectStorageUseSSLDesc": string;
/**
* Proxyを利用する
*/
"objectStorageUseProxy": string;
/**
* API接続にproxyを利用しない場合はオフにしてください
*/
"objectStorageUseProxyDesc": string;
/**
* 'public-read'
*/
"objectStorageSetPublicRead": string;
/**
* s3ForcePathStyleを有効にするとURLのホスト名ではなくパスの一部として指定することを強制しますMinioなどの使用時に有効にする必要がある場合があります
*/
"s3ForcePathStyleDesc": string;
/**
*
*/
"serverLogs": string;
/**
*
*/
"deleteAll": string;
/**
* 稿
*/
"showFixedPostForm": string;
/**
* 稿()
*/
"showFixedPostFormInChannel": string;
/**
* TLに含むようにする
*/
新規にフォローした人のwithRepliesをtrueにする機能を追加 (#12048) * feat: add defaultWithReplies to MiUser * feat: use defaultWithReplies when creating MiFollowing * feat: update defaultWithReplies from API * feat: return defaultWithReplies as a part of $i * feat(frontend): configure defaultWithReplies * docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように * fix: typo * style: fix lint failure * chore: improve UI text * chore: make optional params of UserFollowingService.follow() object * chore: UserFollowingService.follow() accept withReplies * chore: add withReplies to MiFollowRequest * chore: process withReplies for follow request * feat: accept withReplies on 'following/create' endpoint * feat: store defaultWithReplies in client store * Revert "feat: return defaultWithReplies as a part of $i" This reverts commit f2cc4fe6 * Revert "feat: update defaultWithReplies from API" This reverts commit 95e3cee6 * Revert "feat: add defaultWithReplies to MiUser" This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5. * feat: configuring withReplies in import-following * feat(frontend): configure withReplies * fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown * fix(backend): withReplies of following/create not working * fix(frontend): importFollowing error * fix: withReplies is not working with follow import * fix(frontend): use v-model * style: fix lint --------- Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 11:56:17 +00:00
"withRepliesByDefaultForNewlyFollowed": string;
/**
*
*/
"newNoteRecived": string;
/**
*
*/
"sounds": string;
/**
*
*/
"sound": string;
/**
*
*/
"listen": string;
/**
*
*/
"none": string;
/**
*
*/
"showInPage": string;
/**
*
*/
"popout": string;
/**
*
*/
"volume": string;
/**
*
*/
"masterVolume": string;
/**
*
*/
"notUseSound": string;
/**
2024-10-08 18:16:58 +00:00
* Output sounds only if Sharkey is active.
*/
"useSoundOnlyWhenActive": string;
/**
*
*/
"details": string;
/**
*
*/
"chooseEmoji": string;
/**
*
*/
"unableToProcess": string;
/**
* 使
*/
"recentUsed": string;
/**
*
*/
"install": string;
/**
*
*/
"uninstall": string;
/**
*
*/
"installedApps": string;
/**
*
*/
"nothing": string;
/**
*
*/
"installedDate": string;
/**
* 使
*/
"lastUsedDate": string;
/**
*
*/
"state": string;
/**
*
*/
"sort": string;
/**
*
*/
"ascendingOrder": string;
/**
*
*/
"descendingOrder": string;
/**
*
*/
"scratchpad": string;
/**
2024-10-08 18:16:58 +00:00
* The Scratchpad provides an environment for AiScript experiments. You can write, execute, and check the results of it interacting with Sharkey in it.
*/
"scratchpadDescription": string;
2024-10-07 23:38:42 +00:00
/**
* UIインスペクター
*/
"uiInspector": string;
/**
* UIコンポーネントのインスタンスの一覧を見ることができますUIコンポーネントはUi:C:
*/
"uiInspectorDescription": string;
/**
*
*/
"output": string;
/**
*
*/
"script": string;
/**
* Pagesのスクリプトを無効にする
*/
"disablePagesScript": string;
/**
*
*/
"updateRemoteUser": string;
/**
*
*/
2023-11-19 01:18:57 +00:00
"unsetUserAvatar": string;
/**
*
*/
2023-11-19 01:18:57 +00:00
"unsetUserAvatarConfirm": string;
/**
*
*/
2023-11-19 01:18:57 +00:00
"unsetUserBanner": string;
/**
*
*/
2023-11-19 01:18:57 +00:00
"unsetUserBannerConfirm": string;
/**
*
*/
"deleteAllFiles": string;
/**
*
*/
"deleteAllFilesConfirm": string;
/**
*
*/
"removeAllFollowing": string;
/**
* {host}
*/
"removeAllFollowingDescription": ParameterizedString<"host">;
/**
*
*/
"userSuspended": string;
/**
*
*/
"userSilenced": string;
/**
*
*/
"yourAccountSuspendedTitle": string;
/**
*
*/
"yourAccountSuspendedDescription": string;
/**
*
*/
"tokenRevoked": string;
/**
*
*/
"tokenRevokedDescription": string;
/**
*
*/
"accountDeleted": string;
/**
*
*/
"accountDeletedDescription": string;
/**
*
*/
"menu": string;
/**
*
*/
"divider": string;
/**
*
*/
"addItem": string;
/**
*
*/
"rearrange": string;
/**
*
*/
"relays": string;
/**
*
*/
"addRelay": string;
/**
* inboxのURL
*/
"inboxUrl": string;
/**
*
*/
"addedRelays": string;
/**
*
*/
"serviceworkerInfo": string;
/**
* 稿
*/
"deletedNote": string;
/**
* 稿
*/
"invisibleNote": string;
/**
*
*/
"enableInfiniteScroll": string;
/**
*
*/
"visibility": string;
/**
*
*/
"poll": string;
/**
*
*/
"useCw": string;
/**
*
*/
"enablePlayer": string;
/**
*
*/
"disablePlayer": string;
/**
*
*/
"expandTweet": string;
/**
*
*/
"themeEditor": string;
/**
*
*/
"description": string;
/**
*
*/
"describeFile": string;
/**
*
*/
"enterFileDescription": string;
/**
*
*/
"author": string;
/**
*
*/
"leaveConfirm": string;
/**
*
*/
"manage": string;
/**
*
*/
"plugins": string;
/**
*
*/
"preferencesBackups": string;
/**
*
*/
"deck": string;
/**
*
*/
"undeck": string;
/**
* 使
*/
"useBlurEffectForModal": string;
/**
* 使
*/
"useFullReactionPicker": string;
/**
*
*/
"width": string;
/**
*
*/
"height": string;
/**
*
*/
"large": string;
/**
*
*/
"medium": string;
/**
*
*/
"small": string;
/**
*
*/
"generateAccessToken": string;
/**
*
*/
"permission": string;
/**
*
*/
"adminPermission": string;
/**
*
*/
"enableAll": string;
/**
*
*/
"disableAll": string;
/**
*
*/
"tokenRequested": string;
/**
* 使
*/
"pluginTokenRequestedDescription": string;
/**
*
*/
"notificationType": string;
/**
*
*/
"edit": string;
/**
*
*/
"emailServer": string;
/**
*
*/
"enableEmail": string;
/**
* 使
*/
"emailConfigInfo": string;
/**
*
*/
"email": string;
/**
*
*/
"emailAddress": string;
/**
* SMTP
*/
"smtpConfig": string;
/**
*
*/
"smtpHost": string;
/**
*
*/
"smtpPort": string;
/**
*
*/
"smtpUser": string;
/**
*
*/
"smtpPass": string;
/**
* SMTP認証を無効化出来ます
*/
"emptyToDisableSmtpAuth": string;
/**
* SMTP SSL/TLSを使用する
*/
"smtpSecure": string;
/**
* STARTTLS使用時はオフにします
*/
"smtpSecureInfo": string;
/**
*
*/
"testEmail": string;
/**
*
*/
"wordMute": string;
/**
*
*/
"hardWordMute": string;
/**
*
*/
"regexpError": string;
/**
* {tab}{line}:
*/
"regexpErrorDescription": ParameterizedString<"tab" | "line">;
/**
*
*/
"instanceMute": string;
/**
* {name}
*/
"userSaysSomething": ParameterizedString<"name">;
/**
*
*/
"makeActive": string;
/**
*
*/
"display": string;
/**
*
*/
"copy": string;
/**
*
*/
"metrics": string;
/**
*
*/
"overview": string;
/**
*
*/
"logs": string;
/**
*
*/
"delayed": string;
/**
*
*/
"database": string;
/**
*
*/
"channel": string;
/**
*
*/
"create": string;
/**
*
*/
"notificationSetting": string;
/**
*
*/
"notificationSettingDesc": string;
/**
* 使
*/
"useGlobalSetting": string;
/**
* 使
*/
"useGlobalSettingDesc": string;
/**
*
*/
"other": string;
/**
*
*/
"regenerateLoginToken": string;
/**
* 使
*/
"regenerateLoginTokenDescription": string;
/**
*
*/
"theKeywordWhenSearchingForCustomEmoji": string;
/**
*
*/
"setMultipleBySeparatingWithSpace": string;
/**
* IDまたはURL
*/
"fileIdOrUrl": string;
/**
*
*/
"behavior": string;
/**
*
*/
"sample": string;
/**
*
*/
"abuseReports": string;
/**
*
*/
"reportAbuse": string;
/**
2024-10-08 18:16:58 +00:00
* Report boost
*/
"reportAbuseRenote": string;
/**
* {name}
*/
"reportAbuseOf": ParameterizedString<"name">;
/**
* URLも記入してください
*/
"fillAbuseReportDescription": string;
/**
*
*/
"abuseReported": string;
/**
*
*/
"reporter": string;
/**
*
*/
"reporteeOrigin": string;
/**
*
*/
"reporterOrigin": string;
/**
*
*/
"send": string;
/**
*
*/
"openInNewTab": string;
/**
*
*/
"openInSideView": string;
/**
*
*/
"defaultNavigationBehaviour": string;
/**
*
*/
"editTheseSettingsMayBreakAccount": string;
/**
*
*/
"instanceTicker": string;
/**
* {x}
*/
"waitingFor": ParameterizedString<"x">;
/**
*
*/
"random": string;
/**
*
*/
"system": string;
/**
* UI切り替え
*/
"switchUi": string;
/**
*
*/
"desktop": string;
/**
*
*/
"clip": string;
/**
*
*/
"createNew": string;
/**
*
*/
"optional": string;
/**
*
*/
"createNewClip": string;
/**
*
*/
"unclip": string;
/**
* {name}
*/
"confirmToUnclipAlreadyClippedNote": ParameterizedString<"name">;
/**
*
*/
"public": string;
/**
*
*/
"private": string;
/**
2024-10-08 18:16:58 +00:00
* Misskeyは有志によって様々な言語に翻訳されています{link}
*/
"i18nInfo": ParameterizedString<"link">;
/**
*
*/
"manageAccessTokens": string;
/**
*
*/
"accountInfo": string;
/**
*
*/
"notesCount": string;
/**
*
*/
"repliesCount": string;
/**
2024-10-08 18:16:58 +00:00
* Number of boosts sent
*/
"renotesCount": string;
/**
*
*/
"repliedCount": string;
/**
2024-10-08 18:16:58 +00:00
* Number of boosts received
*/
"renotedCount": string;
/**
*
*/
"followingCount": string;
/**
*
*/
"followersCount": string;
/**
*
*/
"sentReactionsCount": string;
/**
*
*/
"receivedReactionsCount": string;
/**
*
*/
"pollVotesCount": string;
/**
*
*/
"pollVotedCount": string;
/**
*
*/
"yes": string;
/**
*
*/
"no": string;
/**
*
*/
"driveFilesCount": string;
/**
* 使
*/
"driveUsage": string;
/**
*
*/
"noCrawle": string;
/**
* Pagesなどのコンテンツを登録()
*/
"noCrawleDescription": string;
/**
*
*/
"lockedAccountInfo": string;
/**
*
*/
"alwaysMarkSensitive": string;
/**
*
*/
"loadRawImages": string;
/**
*
*/
"disableShowingAnimatedImages": string;
/**
*
*/
"highlightSensitiveMedia": string;
/**
*
*/
"verificationEmailSent": string;
/**
*
*/
"notSet": string;
/**
*
*/
"emailVerified": string;
/**
*
*/
"noteFavoritesCount": string;
/**
* Pageにいいねした数
*/
"pageLikesCount": string;
/**
* Pageにいいねされた数
*/
"pageLikedCount": string;
/**
*
*/
"contact": string;
/**
* 使
*/
"useSystemFont": string;
/**
*
*/
"clips": string;
/**
*
*/
"experimentalFeatures": string;
/**
*
*/
"experimental": string;
/**
*
*/
"thisIsExperimentalFeature": string;
/**
*
*/
"developer": string;
/**
*
*/
"makeExplorable": string;
/**
*
*/
"makeExplorableDescription": string;
/**
*
*/
"showGapBetweenNotesInTimeline": string;
/**
*
*/
"duplicate": string;
/**
*
*/
"left": string;
/**
*
*/
"center": string;
/**
*
*/
"wide": string;
/**
*
*/
"narrow": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
"reloadToApplySetting": string;
/**
*
*/
"needReloadToApply": string;
/**
*
*/
"showTitlebar": string;
/**
*
*/
"clearCache": string;
/**
* {n}
*/
"onlineUsersCount": ParameterizedString<"n">;
/**
* {n}
*/
"nUsers": ParameterizedString<"n">;
/**
* {n}
*/
"nNotes": ParameterizedString<"n">;
/**
*
*/
"sendErrorReports": string;
/**
2024-10-08 18:16:58 +00:00
* When turned on, detailed error information will be shared with Sharkey when a problem occurs, helping to improve the quality of Sharkey.
* This will include information such the version of your OS, what browser you're using, your activity in Sharkey, etc.
*/
"sendErrorReportsDescription": string;
/**
*
*/
"myTheme": string;
/**
*
*/
"backgroundColor": string;
/**
*
*/
"accentColor": string;
/**
*
*/
"textColor": string;
/**
*
*/
"saveAs": string;
/**
*
*/
"advanced": string;
/**
*
*/
"advancedSettings": string;
/**
*
*/
"value": string;
/**
*
*/
"createdAt": string;
/**
*
*/
"updatedAt": string;
/**
*
*/
"saveConfirm": string;
/**
*
*/
"deleteConfirm": string;
/**
*
*/
"invalidValue": string;
/**
*
*/
"registry": string;
/**
*
*/
"closeAccount": string;
/**
*
*/
"currentVersion": string;
/**
*
*/
"latestVersion": string;
/**
* 使
*/
"youAreRunningUpToDateClient": string;
/**
*
*/
"newVersionOfClientAvailable": string;
/**
* 使
*/
"usageAmount": string;
/**
*
*/
"capacity": string;
/**
* 使
*/
"inUse": string;
/**
*
*/
"editCode": string;
/**
*
*/
"apply": string;
/**
*
*/
"receiveAnnouncementFromInstance": string;
/**
*
*/
"emailNotification": string;
/**
*
*/
"publish": string;
/**
*
*/
"inChannelSearch": string;
/**
*
*/
"useReactionPickerForContextMenu": string;
/**
* {users}
*/
"typingUsers": ParameterizedString<"users">;
/**
*
*/
"jumpToSpecifiedDate": string;
/**
*
*/
"showingPastTimeline": string;
/**
*
*/
"clear": string;
/**
*
*/
"markAllAsRead": string;
/**
*
*/
"goBack": string;
/**
*
*/
"unlikeConfirm": string;
/**
*
*/
"fullView": string;
/**
*
*/
"quitFullView": string;
/**
*
*/
"addDescription": string;
/**
*
*/
"userPagePinTip": string;
/**
*
*/
"notSpecifiedMentionWarning": string;
/**
*
*/
"info": string;
/**
*
*/
"userInfo": string;
/**
*
*/
"unknown": string;
/**
*
*/
"onlineStatus": string;
/**
*
*/
"hideOnlineStatus": string;
/**
* 便
*/
"hideOnlineStatusDescription": string;
/**
*
*/
"online": string;
/**
*
*/
"active": string;
/**
*
*/
"offline": string;
/**
*
*/
"notRecommended": string;
/**
* Botプロテクション
*/
"botProtection": string;
/**
*
*/
"instanceBlocking": string;
/**
*
*/
"selectAccount": string;
/**
*
*/
"switchAccount": string;
/**
*
*/
"enabled": string;
/**
*
*/
"disabled": string;
/**
*
*/
"quickAction": string;
/**
*
*/
"user": string;
/**
*
*/
"administration": string;
/**
*
*/
"accounts": string;
/**
*
*/
"switch": string;
/**
*
*/
"noMaintainerInformationWarning": string;
2024-05-31 10:35:27 +00:00
/**
2024-10-08 18:16:58 +00:00
* Contact URL is not set.
2024-05-31 10:35:27 +00:00
*/
"noInquiryUrlWarning": string;
/**
* Botプロテクションが設定されていません
*/
"noBotProtectionWarning": string;
/**
*
*/
"configure": string;
/**
* 稿
*/
"postToGallery": string;
/**
* 稿
*/
"postToHashtag": string;
/**
*
*/
"gallery": string;
/**
* 稿
*/
"recentPosts": string;
/**
* 稿
*/
"popularPosts": string;
/**
*
*/
"shareWithNote": string;
/**
*
*/
"ads": string;
/**
*
*/
"expiration": string;
/**
*
*/
"startingperiod": string;
/**
*
*/
"memo": string;
/**
*
*/
"priority": string;
/**
*
*/
"high": string;
/**
*
*/
"middle": string;
/**
*
*/
"low": string;
/**
*
*/
"emailNotConfiguredWarning": string;
/**
*
*/
"ratio": string;
/**
*
*/
"previewNoteText": string;
/**
* CSS
*/
"customCss": string;
/**
* 使
*/
"customCssWarn": string;
/**
*
*/
"global": string;
/**
*
*/
"squareAvatars": string;
/**
*
*/
"sent": string;
/**
*
*/
"received": string;
/**
*
*/
"searchResult": string;
/**
*
*/
"hashtags": string;
/**
*
*/
"troubleshooting": string;
/**
* UIにぼかし効果を使用
*/
"useBlurEffect": string;
/**
*
*/
"learnMore": string;
/**
2024-10-08 18:16:58 +00:00
* Sharkey has been updated!
*/
"misskeyUpdated": string;
/**
*
*/
"whatIsNew": string;
/**
*
*/
"translate": string;
/**
* {x}
*/
"translatedFrom": ParameterizedString<"x">;
/**
*
*/
"accountDeletionInProgress": string;
/**
2024-10-08 18:16:58 +00:00
* A name that identifies your account from others on this server. You can use the alphabet (a~z, A~Z), digits (0~9) or underscores (_). Usernames cannot be changed later.
*/
"usernameInfo": string;
/**
*
*/
"aiChanMode": string;
/**
*
*/
"devMode": string;
/**
* CWを維持する
*/
"keepCw": string;
/**
* Pub/Subのアカウント
*/
"pubSub": string;
/**
*
*/
"lastCommunication": string;
/**
*
*/
"resolved": string;
/**
*
*/
"unresolved": string;
/**
*
*/
"breakFollow": string;
/**
*
*/
"breakFollowConfirm": string;
/**
*
*/
"itsOn": string;
/**
*
*/
"itsOff": string;
/**
*
*/
"on": string;
/**
*
*/
"off": string;
/**
*
*/
"emailRequiredForSignup": string;
/**
*
*/
"unread": string;
/**
*
*/
"filter": string;
/**
*
*/
"controlPanel": string;
/**
*
*/
"manageAccounts": string;
/**
*
*/
"makeReactionsPublic": string;
/**
*
*/
"makeReactionsPublicDescription": string;
/**
*
*/
"classic": string;
/**
*
*/
"muteThread": string;
/**
*
*/
"unmuteThread": string;
/**
*
*/
"followingVisibility": string;
/**
*
*/
"followersVisibility": string;
/**
*
*/
"continueThread": string;
/**
*
*/
"deleteAccountConfirm": string;
/**
*
*/
"incorrectPassword": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"incorrectTotp": string;
2024-01-21 12:11:23 +00:00
/**
* {choice}
*/
2024-10-07 23:38:42 +00:00
"voteConfirm": ParameterizedString<"choice">;
/**
*
*/
"hide": string;
/**
*
*/
"useDrawerReactionPickerForMobile": string;
/**
* {name}
*/
"welcomeBackWithName": ParameterizedString<"name">;
/**
* [{ok}]
*/
"clickToFinishEmailVerification": ParameterizedString<"ok">;
/**
*
*/
"overridedDeviceKind": string;
/**
*
*/
"smartphone": string;
/**
*
*/
"tablet": string;
/**
*
*/
"auto": string;
/**
*
*/
"themeColor": string;
/**
*
*/
"size": string;
/**
*
*/
"numberOfColumn": string;
/**
*
*/
"searchByGoogle": string;
/**
*
*/
"instanceDefaultLightTheme": string;
/**
*
*/
"instanceDefaultDarkTheme": string;
/**
*
*/
"instanceDefaultThemeDescription": string;
/**
*
*/
"mutePeriod": string;
/**
*
*/
"period": string;
/**
*
*/
"indefinitely": string;
/**
* 10
*/
"tenMinutes": string;
/**
* 1
*/
"oneHour": string;
/**
* 1
*/
"oneDay": string;
/**
* 1
*/
"oneWeek": string;
/**
* 1
*/
"oneMonth": string;
/**
*
*/
"reflectMayTakeTime": string;
/**
*
*/
"failedToFetchAccountInformation": string;
/**
*
*/
"rateLimitExceeded": string;
/**
*
*/
"cropImage": string;
/**
*
*/
"cropImageAsk": string;
/**
*
*/
"cropYes": string;
/**
* 使
*/
"cropNo": string;
/**
*
*/
"file": string;
/**
* {n}
*/
"recentNHours": ParameterizedString<"n">;
/**
* {n}
*/
"recentNDays": ParameterizedString<"n">;
/**
*
*/
"noEmailServerWarning": string;
/**
*
*/
"thereIsUnresolvedAbuseReportWarning": string;
/**
*
*/
"recommended": string;
/**
*
*/
"check": string;
/**
*
*/
"driveCapOverrideLabel": string;
/**
* 0
*/
"driveCapOverrideCaption": string;
/**
*
*/
"requireAdminForView": string;
/**
*
*/
"isSystemAccount": string;
/**
* {x}
*/
"typeToConfirm": ParameterizedString<"x">;
/**
*
*/
"deleteAccount": string;
/**
*
*/
"document": string;
/**
*
*/
"numberOfPageCache": string;
/**
* 便使
*/
"numberOfPageCacheDescription": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-07 23:38:42 +00:00
*
*/
"logoutConfirm": string;
/**
*
*/
"lastActiveDate": string;
/**
*
*/
"statusbar": string;
/**
*
*/
"pleaseSelect": string;
/**
*
*/
"reverse": string;
/**
*
*/
"colored": string;
/**
*
*/
"refreshInterval": string;
/**
*
*/
"label": string;
/**
*
*/
"type": string;
/**
*
*/
"speed": string;
/**
*
*/
"slow": string;
/**
*
*/
"fast": string;
/**
*
*/
"sensitiveMediaDetection": string;
/**
*
*/
"localOnly": string;
/**
*
*/
"remoteOnly": string;
/**
*
*/
"failedToUpload": string;
/**
*
*/
"cannotUploadBecauseInappropriate": string;
/**
*
*/
"cannotUploadBecauseNoFreeSpace": string;
/**
*
*/
"cannotUploadBecauseExceedsFileSizeLimit": string;
/**
*
*/
"beta": string;
/**
*
*/
"enableAutoSensitive": string;
/**
*
*/
"enableAutoSensitiveDescription": string;
/**
*
*/
"activeEmailValidationDescription": string;
/**
*
*/
"navbar": string;
/**
*
*/
"shuffle": string;
/**
*
*/
"account": string;
/**
*
*/
"move": string;
/**
*
*/
"pushNotification": string;
/**
*
*/
"subscribePushNotification": string;
/**
*
*/
"unsubscribePushNotification": string;
/**
*
*/
"pushNotificationAlreadySubscribed": string;
/**
*
*/
"pushNotificationNotSupported": string;
/**
*
*/
"sendPushNotificationReadMessage": string;
/**
*
*/
"sendPushNotificationReadMessageCaption": string;
/**
*
*/
"windowMaximize": string;
/**
*
*/
"windowMinimize": string;
/**
*
*/
"windowRestore": string;
/**
*
*/
"caption": string;
/**
* Botアカウントでログイン中
*/
"loggedInAsBot": string;
/**
*
*/
"tools": string;
/**
*
*/
"cannotLoad": string;
/**
*
*/
"numberOfProfileView": string;
/**
*
*/
"like": string;
/**
*
*/
"unlike": string;
/**
*
*/
"numberOfLikes": string;
/**
*
*/
"show": string;
/**
*
*/
"neverShow": string;
/**
*
*/
"remindMeLater": string;
/**
2024-10-08 18:16:58 +00:00
* Have you taken a liking to Sharkey?
*/
"didYouLikeMisskey": string;
/**
2024-10-08 18:16:58 +00:00
* {host} uses the free software, Sharkey. We would highly appreciate your donations so development of Sharkey can continue!
*/
"pleaseDonate": ParameterizedString<"host">;
/**
* {anchor}
*/
"correspondingSourceIsAvailable": ParameterizedString<"anchor">;
/**
*
*/
"roles": string;
/**
*
*/
"role": string;
/**
*
*/
"noRole": string;
/**
*
*/
"normalUser": string;
/**
*
*/
"undefined": string;
/**
*
*/
"assign": string;
/**
*
*/
"unassign": string;
/**
*
*/
"color": string;
/**
*
*/
"manageCustomEmojis": string;
/**
*
*/
"manageAvatarDecorations": string;
/**
*
*/
"youCannotCreateAnymore": string;
/**
*
*/
"cannotPerformTemporary": string;
/**
*
*/
"cannotPerformTemporaryDescription": string;
/**
*
*/
"invalidParamError": string;
/**
*
*/
"invalidParamErrorDescription": string;
/**
*
*/
"permissionDeniedError": string;
/**
*
*/
"permissionDeniedErrorDescription": string;
/**
*
*/
"preset": string;
/**
*
*/
"selectFromPresets": string;
/**
*
*/
"achievements": string;
/**
*
*/
"gotInvalidResponseError": string;
/**
*
*/
"gotInvalidResponseErrorDescription": string;
/**
* 稿
*/
"thisPostMayBeAnnoying": string;
/**
* 稿
*/
"thisPostMayBeAnnoyingHome": string;
/**
*
*/
"thisPostMayBeAnnoyingCancel": string;
/**
* 稿
*/
"thisPostMayBeAnnoyingIgnore": string;
/**
2024-10-08 18:16:58 +00:00
* Collapse boosts you've already seen
*/
"collapseRenotes": string;
2024-05-31 11:55:14 +00:00
/**
2024-10-08 18:16:58 +00:00
* Collapse boosts that you have boosted or reacted to
2024-05-31 11:55:14 +00:00
*/
"collapseRenotesDescription": string;
/**
*
*/
"internalServerError": string;
/**
*
*/
"internalServerErrorDescription": string;
/**
*
*/
"copyErrorInfo": string;
/**
*
*/
"joinThisServer": string;
/**
*
*/
"exploreOtherServers": string;
/**
*
*/
"letsLookAtTimeline": string;
/**
*
*/
"disableFederationConfirm": string;
/**
* 稿
*/
"disableFederationConfirmWarn": string;
/**
*
*/
"disableFederationOk": string;
/**
*
*/
"invitationRequiredToRegister": string;
/**
*
*/
"emailNotSupported": string;
/**
* 稿
*/
"postToTheChannel": string;
/**
*
*/
"cannotBeChangedLater": string;
/**
*
*/
"reactionAcceptance": string;
/**
*
*/
"likeOnly": string;
/**
* ()
*/
"likeOnlyForRemote": string;
/**
*
*/
"nonSensitiveOnly": string;
/**
* ()
*/
"nonSensitiveOnlyForLocalLikeOnlyForRemote": string;
/**
*
*/
"rolesAssignedToMe": string;
/**
*
*/
"resetPasswordConfirm": string;
/**
*
*/
"sensitiveWords": string;
/**
*
*/
"sensitiveWordsDescription": string;
/**
* AND指定になり
*/
"sensitiveWordsDescription2": string;
/**
*
*/
"prohibitedWords": string;
/**
* 稿
*/
"prohibitedWordsDescription": string;
/**
* AND指定になり
*/
"prohibitedWordsDescription2": string;
/**
*
*/
"hiddenTags": string;
/**
*
*/
"hiddenTagsDescription": string;
/**
*
*/
"notesSearchNotAvailable": string;
/**
*
*/
"license": string;
/**
*
*/
"unfavoriteConfirm": string;
/**
*
*/
"myClips": string;
/**
*
*/
"drivecleaner": string;
/**
*
*/
"retryAllQueuesNow": string;
/**
*
*/
"retryAllQueuesConfirmTitle": string;
/**
*
*/
"retryAllQueuesConfirmText": string;
/**
*
*/
"enableChartsForRemoteUser": string;
/**
*
*/
"enableChartsForFederatedInstances": string;
2024-10-21 12:26:17 +00:00
/**
*
*/
"enableStatsForFederatedInstances": string;
/**
*
*/
"showClipButtonInNoteFooter": string;
/**
*
*/
"reactionsDisplaySize": string;
/**
2024-10-08 18:16:58 +00:00
* Limits the maximum width of reactions and display them in reduced size.
*/
2023-11-24 00:20:34 +00:00
"limitWidthOfReaction": string;
/**
* IDまたはURL
*/
"noteIdOrUrl": string;
/**
*
*/
"video": string;
/**
*
*/
"videos": string;
/**
*
*/
"audio": string;
/**
*
*/
"audioFiles": string;
/**
*
*/
"dataSaver": string;
/**
*
*/
"accountMigration": string;
/**
*
*/
"accountMoved": string;
/**
*
*/
"accountMovedShort": string;
/**
*
*/
"operationForbidden": string;
/**
*
*/
"forceShowAds": string;
/**
*
*/
"addMemo": string;
/**
*
*/
"editMemo": string;
/**
*
*/
"reactionsList": string;
/**
2024-10-08 18:16:58 +00:00
* Boosts
*/
"renotesList": string;
/**
*
*/
"notificationDisplay": string;
/**
*
*/
"leftTop": string;
/**
*
*/
"rightTop": string;
/**
*
*/
"leftBottom": string;
/**
*
*/
"rightBottom": string;
/**
*
*/
"stackAxis": string;
/**
*
*/
"vertical": string;
/**
*
*/
"horizontal": string;
/**
*
*/
"position": string;
/**
*
*/
"serverRules": string;
/**
*
*/
"pleaseConfirmBelowBeforeSignup": string;
/**
*
*/
"pleaseAgreeAllToContinue": string;
/**
*
*/
"continue": string;
/**
*
*/
"preservedUsernames": string;
/**
* 使
*/
"preservedUsernamesDescription": string;
/**
*
*/
"createNoteFromTheFile": string;
/**
*
*/
"archive": string;
/**
*
*/
"archived": string;
/**
*
*/
"unarchive": string;
/**
* {name}
*/
"channelArchiveConfirmTitle": ParameterizedString<"name">;
/**
*
*/
"channelArchiveConfirmDescription": string;
/**
*
*/
"thisChannelArchived": string;
/**
*
*/
"displayOfNote": string;
/**
*
*/
"initialAccountSetting": string;
/**
*
*/
"youFollowing": string;
/**
* AIによる学習を拒否
*/
"preventAiLearning": string;
/**
* AIや画像生成AIに対して稿noaiフラグをHTMLレスポンスに含めることによって実現されますがAI次第であるため
*/
"preventAiLearningDescription": string;
/**
*
*/
"options": string;
/**
*
*/
"specifyUser": string;
検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) * enhance(frontend): 検索からハッシュタグのページを開けるように * fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように * docs(changelog): update changelog * enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように * docs(changelog): update changelog * enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように * enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように * docs(changelog): update changelog * Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように" This reverts commit f84eecea964b90e9b115eac19ed6f19a603a6bbc. * enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように * docs(changelog): update changelog * chore: fix lint * docs(changelog): update changelog insertion position * enhance(frontend): 検索から`@user@host`の形式で照会出来るように * fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように * fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正 * docs(changelog): update changelog * chore(backend): fix lint error * fix(backend): more improvements for users/search when query startswith `@` * chore: unify common conditions * docs(changelog): refine changelog * chore(backend): fix lint error * MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ * chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: taichanne30 <dev@taichan.site>
2024-07-30 10:18:43 +00:00
/**
2024-10-08 18:16:58 +00:00
* Are you sure that you want to look this up?
検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) * enhance(frontend): 検索からハッシュタグのページを開けるように * fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように * docs(changelog): update changelog * enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように * docs(changelog): update changelog * enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように * enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように * docs(changelog): update changelog * Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように" This reverts commit f84eecea964b90e9b115eac19ed6f19a603a6bbc. * enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように * docs(changelog): update changelog * chore: fix lint * docs(changelog): update changelog insertion position * enhance(frontend): 検索から`@user@host`の形式で照会出来るように * fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように * fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正 * docs(changelog): update changelog * chore(backend): fix lint error * fix(backend): more improvements for users/search when query startswith `@` * chore: unify common conditions * docs(changelog): refine changelog * chore(backend): fix lint error * MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ * chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: taichanne30 <dev@taichan.site>
2024-07-30 10:18:43 +00:00
*/
"lookupConfirm": string;
/**
2024-10-08 18:16:58 +00:00
* Are you sure you want to open this hashtags page?
検索からハッシュタグのページが開けるように、users/searchに`@`から始まる文字列が与えられた際の処理を修正 等 (#13858) * enhance(frontend): 検索からハッシュタグのページを開けるように * fix(frontend): 照会で入力が`#`のみの場合は`/tags/`に遷移しないように * docs(changelog): update changelog * enhance(frontend): ユーザー検索からもハッシュタグのページを開けるように * docs(changelog): update changelog * enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように * enhance(frontend): 検索内容に空白が含まれている場合は照会/ハッシュタグページを開かないように * docs(changelog): update changelog * Revert "enhance(frontend): 検索範囲等が指定されている時は照会/ハッシュタグページを開かないように" This reverts commit f84eecea964b90e9b115eac19ed6f19a603a6bbc. * enhance(frontend): 検索から照会/ハッシュタグページを開くかどうか確認するように * docs(changelog): update changelog * chore: fix lint * docs(changelog): update changelog insertion position * enhance(frontend): 検索から`@user@host`の形式で照会出来るように * fix(frontend): 照会で入力が`@`のみの場合に`/@`に遷移しないように * fix(backend): `users/search`において`@`から始まるqueryに対する処理が正しくなかった問題を修正 * docs(changelog): update changelog * chore(backend): fix lint error * fix(backend): more improvements for users/search when query startswith `@` * chore: unify common conditions * docs(changelog): refine changelog * chore(backend): fix lint error * MkInputをpreventに対応させ、enterの意図せぬ伝搬を防ぐ * chore(frontend/search.user): use .prevent to prevent the propagation of enter instead of setTimeout --------- Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: taichanne30 <dev@taichan.site>
2024-07-30 10:18:43 +00:00
*/
"openTagPageConfirm": string;
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) * refactor(frontend): noteSearchAvailableをaccountsに移動 * feat: searchページでのクエリの受取りとtypeによる表示タブの変更 * user検索でsearchの親から受け取った値を基に入力値を初期化 * feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得 * feat(frontend): ユーザーのノートを検索するページに遷移するボタン * feat(frontend): ノート検索にホスト名指定のオプション追加 also :art: * style: ただ照会部分を囲っただけ(可読性確保のために) * refactor: remove unneed import defineProps and withDefaults are compiler micro when using `<script setup>` FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed. * Update CHANGELOG * Fix: ノート検索の初期値が常にホスト指定になってしまう * notesSearchAvailableをaccountに持たせるのをやめる * SDPX-Licence-Identifier * Fix: Vitest fails due to instance.policies being undefined * Add Storybook for search * Fix(storybook): ノート検索が利用できないと出てしまう問題 * storybookでユーザー選択ができないのを修正 * feat: ノート検索で自分を選択可能に & :art: * feat(background): api/metaで検索可能なノートのスコープを参照できるように * globalのノートが検索不可能な場合、検索オプションを表示しないように * Update CHANGELOG.md * config.meilisearch.scopeがstring[]を取ることがあるので修正 * meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように * hostが空文字の時の挙動を修正 * ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
2024-07-30 06:51:08 +00:00
/**
2024-10-08 18:16:58 +00:00
* Specify a host
feat: このユーザーのノートを検索, クエリに基づく検索の初期値 & ノート検索のUI改善 (#14128) * refactor(frontend): noteSearchAvailableをaccountsに移動 * feat: searchページでのクエリの受取りとtypeによる表示タブの変更 * user検索でsearchの親から受け取った値を基に入力値を初期化 * feat(frontend): ノート検索で親(search)からの情報を基にユーザー情報を取得 * feat(frontend): ユーザーのノートを検索するページに遷移するボタン * feat(frontend): ノート検索にホスト名指定のオプション追加 also :art: * style: ただ照会部分を囲っただけ(可読性確保のために) * refactor: remove unneed import defineProps and withDefaults are compiler micro when using `<script setup>` FYI: https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits:~:text=defineProps%20and%20defineEmits%20are%20compiler%20macros%20only%20usable%20inside%20%3Cscript%20setup%3E.%20They%20do%20not%20need%20to%20be%20imported%2C%20and%20are%20compiled%20away%20when%20%3Cscript%20setup%3E%20is%20processed. * Update CHANGELOG * Fix: ノート検索の初期値が常にホスト指定になってしまう * notesSearchAvailableをaccountに持たせるのをやめる * SDPX-Licence-Identifier * Fix: Vitest fails due to instance.policies being undefined * Add Storybook for search * Fix(storybook): ノート検索が利用できないと出てしまう問題 * storybookでユーザー選択ができないのを修正 * feat: ノート検索で自分を選択可能に & :art: * feat(background): api/metaで検索可能なノートのスコープを参照できるように * globalのノートが検索不可能な場合、検索オプションを表示しないように * Update CHANGELOG.md * config.meilisearch.scopeがstring[]を取ることがあるので修正 * meilisearchを利用かつscopeがlocalの場合、リモートユーザーのメニューで「このユーザーのノートを検索」を出さないように * hostが空文字の時の挙動を修正 * ローカルのみしかノートがインデックスされていない場合、リモートユーザーも選択できなくした
2024-07-30 06:51:08 +00:00
*/
"specifyHost": string;
/**
*
*/
"failedToPreviewUrl": string;
/**
*
*/
"update": string;
/**
* 使
*/
"rolesThatCanBeUsedThisEmojiAsReaction": string;
/**
* 使
*/
"rolesThatCanBeUsedThisEmojiAsReactionEmptyDescription": string;
/**
*
*/
"rolesThatCanBeUsedThisEmojiAsReactionPublicRoleWarn": string;
/**
*
*/
"cancelReactionConfirm": string;
/**
*
*/
"changeReactionConfirm": string;
/**
*
*/
"later": string;
/**
2024-10-08 18:16:58 +00:00
* To Sharkey
*/
"goToMisskey": string;
/**
*
*/
2023-06-01 08:19:11 +00:00
"additionalEmojiDictionary": string;
/**
*
*/
2023-06-01 08:34:56 +00:00
"installed": string;
/**
*
*/
"branding": string;
/**
*
*/
"enableServerMachineStats": string;
/**
* Identicon生成を有効にする
*/
"enableIdenticonGeneration": string;
/**
*
*/
2023-07-07 23:46:42 +00:00
"turnOffToImprovePerformance": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"createInviteCode": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"createWithOptions": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"createCount": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteCodeCreated": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteLimitExceeded": string;
/**
* 作成できる招待コード: 残り {limit}
*/
"createLimitRemaining": ParameterizedString<"limit">;
/**
* {time} {limit}
*/
"inviteLimitResetCycle": ParameterizedString<"time" | "limit">;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"expirationDate": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"noExpirationDate": string;
/**
* 使
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteCodeUsedAt": string;
/**
* 使
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"registeredUserUsingInviteCode": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"waitingForMailAuth": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteCodeCreator": string;
/**
* 使
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"usedAt": string;
/**
* 使
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"unused": string;
/**
* 使
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"used": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"expired": string;
/**
*
*/
"doYouAgree": string;
/**
*
*/
"beSureToReadThisAsItIsImportant": string;
/**
* {x}
*/
"iHaveReadXCarefullyAndAgree": ParameterizedString<"x">;
/**
*
*/
"dialog": string;
/**
*
*/
"icon": string;
/**
*
*/
"forYou": string;
/**
*
*/
"currentAnnouncements": string;
/**
*
*/
"pastAnnouncements": string;
/**
*
*/
"youHaveUnreadAnnouncements": string;
/**
* 使
*/
"useSecurityKey": string;
/**
2024-10-08 18:16:58 +00:00
* Replies
*/
"replies": string;
/**
2024-10-08 18:16:58 +00:00
* Boosts
*/
"renotes": string;
/**
*
*/
"loadReplies": string;
/**
*
*/
"loadConversation": string;
/**
*
*/
"pinnedList": string;
/**
*
*/
"keepScreenOn": string;
/**
*
*/
"verifiedLink": string;
/**
* 稿
*/
"notifyNotes": string;
/**
* 稿
*/
"unnotifyNotes": string;
/**
*
*/
"authentication": string;
/**
*
*/
"authenticationRequiredToContinue": string;
/**
*
*/
2023-09-25 01:29:12 +00:00
"dateAndTime": string;
/**
2024-10-08 18:16:58 +00:00
* Show boosts
*/
"showRenotes": string;
/**
*
*/
"edited": string;
/**
*
*/
2023-09-29 02:29:54 +00:00
"notificationRecieveConfig": string;
/**
*
*/
2023-09-29 02:29:54 +00:00
"mutualFollow": string;
2024-03-02 16:36:49 +00:00
/**
*
*/
"followingOrFollower": string;
/**
*
*/
"fileAttachedOnly": string;
/**
* TLに他の人への返信を含める
*/
2023-10-03 11:26:11 +00:00
"showRepliesToOthersInTimeline": string;
/**
* TLに他の人への返信を含めない
*/
2023-10-03 11:26:11 +00:00
"hideRepliesToOthersInTimeline": string;
/**
* TLに現在フォロー中の人全員の返信を含めるようにする
*/
"showRepliesToOthersInTimelineAll": string;
/**
* TLに現在フォロー中の人全員の返信を含めないようにする
*/
"hideRepliesToOthersInTimelineAll": string;
/**
* TLに現在フォロー中の人全員の返信を含めるようにしますか
*/
"confirmShowRepliesAll": string;
/**
* TLに現在フォロー中の人全員の返信を含めないようにしますか
*/
"confirmHideRepliesAll": string;
/**
*
*/
"externalServices": string;
/**
*
*/
"sourceCode": string;
/**
2024-10-08 18:16:58 +00:00
* The source code is not yet available. Please contact your administrator to fix this problem.
*/
"sourceCodeIsNotYetProvided": string;
/**
* URL
*/
"repositoryUrl": string;
/**
2024-10-08 18:16:58 +00:00
* If there is a repository where the source code is publicly available, enter its URL. If you are using Sharkey as-is (without any changes to the source code), enter https://activitypub.software/TransFem-org/Sharkey/.
*/
"repositoryUrlDescription": string;
/**
* tarballを提供する必要があります.config/example.ymlを参照してください
*/
"repositoryUrlOrTarballRequired": string;
/**
*
*/
"feedback": string;
/**
* URL
*/
"feedbackUrl": string;
/**
*
*/
"impressum": string;
/**
* URL
*/
"impressumUrl": string;
/**
* (Impressum)
*/
"impressumDescription": string;
/**
*
*/
"privacyPolicy": string;
/**
* URL
*/
"privacyPolicyUrl": string;
/**
*
*/
"tosAndPrivacyPolicy": string;
/**
*
*/
"avatarDecorations": string;
/**
*
*/
2023-10-22 04:02:24 +00:00
"attach": string;
/**
*
*/
2023-10-22 04:02:24 +00:00
"detach": string;
/**
*
*/
"detachAll": string;
/**
*
*/
2023-10-22 04:02:24 +00:00
"angle": string;
/**
*
*/
2023-10-22 04:02:24 +00:00
"flip": string;
/**
*
*/
"showAvatarDecorations": string;
/**
*
*/
"releaseToRefresh": string;
/**
*
*/
"refreshing": string;
/**
*
*/
"pullDownToRefresh": string;
/**
*
*/
"disableStreamingTimeline": string;
/**
*
*/
"useGroupedNotifications": string;
/**
*
*/
"signupPendingError": string;
/**
*
*/
"cwNotationRequired": string;
/**
*
*/
"doReaction": string;
/**
*
*/
"code": string;
/**
*
*/
"reloadRequiredToApplySettings": string;
/**
* : {n}
*/
"remainingN": ParameterizedString<"n">;
/**
*
*/
"overwriteContentConfirm": string;
/**
2024-10-08 18:16:58 +00:00
* Seasonal screen effects
*/
"seasonalScreenEffect": string;
/**
*
*/
"decorate": string;
/**
*
*/
"addMfmFunction": string;
/**
* MFMのピッカーを表示する
*/
"enableQuickAddMfmFunction": string;
/**
*
*/
2024-01-07 04:19:10 +00:00
"bubbleGame": string;
/**
*
*/
"sfx": string;
/**
*
*/
"soundWillBePlayed": string;
/**
*
*/
2024-01-09 12:15:56 +00:00
"showReplay": string;
/**
*
*/
2024-01-09 12:15:56 +00:00
"replay": string;
/**
*
*/
2024-01-09 12:15:56 +00:00
"replaying": string;
/**
*
*/
"endReplay": string;
/**
*
*/
"copyReplayData": string;
/**
*
*/
"ranking": string;
/**
* {n}
*/
"lastNDays": ParameterizedString<"n">;
/**
*
*/
2024-01-12 11:38:04 +00:00
"backToTitle": string;
2024-01-21 12:11:23 +00:00
/**
*
*/
"hemisphere": string;
2024-01-21 09:43:01 +00:00
/**
*
*/
"withSensitive": string;
2024-01-21 09:43:01 +00:00
/**
* {name}稿
*/
"userSaysSomethingSensitive": ParameterizedString<"name">;
/**
*
*/
"enableHorizontalSwipe": string;
/**
*
*/
"loading": string;
/**
*
*/
"surrender": string;
/**
*
*/
"gameRetry": string;
/**
* 使
*/
"notUsePleaseLeaveBlank": string;
/**
* 使
*/
"useTotp": string;
/**
* 使
*/
"useBackupCode": string;
/**
*
*/
"launchApp": string;
/**
* UIを使用する
*/
"useNativeUIForVideoAudioPlayer": string;
/**
*
*/
"keepOriginalFilename": string;
/**
*
*/
"keepOriginalFilenameDescription": string;
/**
2024-10-08 18:16:58 +00:00
* No description
*/
"noDescription": string;
/**
*
*/
"alwaysConfirmFollow": string;
2024-05-01 05:12:36 +00:00
/**
*
*/
"inquiry": string;
/**
*
*/
"tryAgain": string;
/**
*
*/
"confirmWhenRevealingSensitiveMedia": string;
/**
2024-10-08 18:16:58 +00:00
* This media might be sensitive. Are you sure you want to reveal it?
*/
"sensitiveMediaRevealConfirm": string;
/**
*
*/
"createdLists": string;
/**
*
*/
"createdAntennas": string;
/**
2024-10-07 23:38:42 +00:00
* {x}
*/
2024-10-07 23:38:42 +00:00
"fromX": ParameterizedString<"x">;
/**
2024-10-07 23:38:42 +00:00
*
2024-10-06 18:31:41 +00:00
*/
2024-10-07 23:38:42 +00:00
"genEmbedCode": string;
2024-10-06 18:31:41 +00:00
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"noteOfThisUser": string;
/**
*
*/
"clipNoteLimitExceeded": string;
/**
*
*/
"performance": string;
/**
*
*/
"modified": string;
/**
*
*/
"discard": string;
/**
* {n}
*/
"thereAreNChanges": ParameterizedString<"n">;
/**
*
*/
"signinWithPasskey": string;
/**
*
*/
"unknownWebAuthnKey": string;
/**
*
*/
"passkeyVerificationFailed": string;
/**
*
*/
"passkeyVerificationSucceededButPasswordlessLoginDisabled": string;
/**
*
*/
"messageToFollower": string;
/**
*
*/
"target": string;
2024-10-21 12:26:17 +00:00
/**
* CAPTCHAのテストを目的とした機能です<strong>使</strong>
*/
"testCaptchaWarning": string;
/**
*
*/
"prohibitedWordsForNameOfUser": string;
/**
*
*/
"prohibitedWordsForNameOfUserDescription": string;
/**
*
*/
"yourNameContainsProhibitedWords": string;
/**
* 使
*/
"yourNameContainsProhibitedWordsDescription": string;
2024-10-07 23:38:42 +00:00
"_abuseUserReport": {
/**
*
*/
"forward": string;
/**
*
*/
"forwardDescription": string;
/**
*
*/
"resolve": string;
/**
*
*/
"accept": string;
/**
*
*/
"reject": string;
/**
*
*
*/
"resolveTutorial": string;
};
"_delivery": {
/**
*
*/
"status": string;
/**
2024-10-08 18:16:58 +00:00
* Suspend delivery
*/
"stop": string;
/**
2024-10-08 18:16:58 +00:00
* Resume delivery
*/
"resume": string;
"_type": {
/**
*
*/
"none": string;
/**
*
*/
"manuallySuspended": string;
/**
*
*/
"goneSuspended": string;
/**
*
*/
"autoSuspendedForNotResponding": string;
};
};
"_bubbleGame": {
/**
*
*/
"howToPlay": string;
/**
*
*/
"hold": string;
"_score": {
/**
*
*/
"score": string;
/**
*
*/
"scoreYen": string;
/**
*
*/
"highScore": string;
/**
*
*/
"maxChain": string;
/**
* {yen}
*/
"yen": ParameterizedString<"yen">;
/**
* {qty}
*/
"estimatedQty": ParameterizedString<"qty">;
/**
* {onigiriQtyWithUnit}
*/
"scoreSweets": ParameterizedString<"onigiriQtyWithUnit">;
};
"_howToPlay": {
/**
* 調
*/
"section1": string;
/**
*
*/
"section2": string;
/**
*
*/
"section3": string;
};
};
"_announcement": {
/**
*
*/
"forExistingUsers": string;
/**
*
*/
"forExistingUsersDescription": string;
/**
*
*/
"needConfirmationToRead": string;
/**
*
*/
"needConfirmationToReadDescription": string;
/**
*
*/
"end": string;
/**
* UXが低下する可能性があります
*/
"tooManyActiveAnnouncementDescription": string;
/**
*
*/
"readConfirmTitle": string;
/**
* {title}
*/
"readConfirmText": ParameterizedString<"title">;
/**
* UXを損ねる可能性が高いため使
*/
"shouldNotBeUsedToPresentPermanentInfo": string;
/**
* 2UXに悪影響を及ぼす可能性が非常に高いため使
*/
"dialogAnnouncementUxWarn": string;
/**
*
*/
"silence": string;
/**
*
*/
"silenceDescription": string;
/**
* New
*/
"new": string;
};
"_initialAccountSetting": {
/**
*
*/
"accountCreated": string;
/**
*
*/
"letsStartAccountSetup": string;
/**
*
*/
"letsFillYourProfile": string;
/**
*
*/
"profileSetting": string;
/**
*
*/
"privacySetting": string;
/**
*
*/
"theseSettingsCanEditLater": string;
/**
*
*/
"youCanEditMoreSettingsInSettingsPageLater": string;
/**
*
*/
"followUsers": string;
/**
* {name}使
*/
"pushNotificationDescription": ParameterizedString<"name">;
/**
*
*/
"initialAccountSettingCompleted": string;
/**
* {name}
*/
"haveFun": ParameterizedString<"name">;
/**
2024-10-08 18:16:58 +00:00
* You can proceed to a tutorial on how to use {name} (Sharkey) or you can exit the setup here and start using it immediately.
*/
"youCanContinueTutorial": ParameterizedString<"name">;
/**
*
*/
"startTutorial": string;
/**
*
*/
"skipAreYouSure": string;
/**
*
*/
"laterAreYouSure": string;
};
"_initialTutorial": {
/**
*
*/
"launchTutorial": string;
/**
*
*/
"title": string;
/**
*
*/
"wellDone": string;
/**
*
*/
"skipAreYouSure": string;
"_landing": {
/**
*
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Here, you can learn the basics of using Sharkey and its features.
*/
"description": string;
};
"_note": {
/**
*
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Posts on Sharkey are called 'Notes.' Notes are arranged chronologically on the timeline and are updated in real-time.
*/
"description": string;
/**
*
*/
"reply": string;
/**
*
*/
"renote": string;
/**
*
*/
"reaction": string;
/**
*
*/
"menu": string;
};
"_reaction": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
/**
2024-10-08 18:16:58 +00:00
* Reactions can be added by clicking the '{reaction}' button on the note. Try reacting to this sample note!
*/
"letsTryReacting": ParameterizedString<"reaction">;
/**
*
*/
"reactToContinue": string;
/**
*
*/
"reactNotification": string;
/**
2024-10-08 18:16:58 +00:00
* You can undo a reaction by pressing the '{undo}' button.
*/
"reactDone": ParameterizedString<"undo">;
};
"_timeline": {
/**
*
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Sharkey provides multiple timelines based on usage (some may not be available depending on the server's policies).
*/
"description1": string;
/**
* 稿
*/
"home": string;
/**
* 稿
*/
"local": string;
/**
* 稿
*/
"social": string;
/**
* 稿
*/
"global": string;
/**
*
*/
"description2": string;
/**
* {link}
*/
"description3": ParameterizedString<"link">;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* You can view notes from connected servers picked by your admins.
2024-10-07 23:38:42 +00:00
*/
"bubble": string;
};
"_postNote": {
/**
* 稿
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* When posting a note on Sharkey, various options are available. The posting form looks like this.
*/
"description1": string;
"_visibility": {
/**
*
*/
"description": string;
/**
*
*/
"public": string;
/**
2024-10-08 18:16:58 +00:00
* Public only on the Home timeline. People visiting your profile, via followers, and through boosts can see it.
*/
"home": string;
/**
2024-10-08 18:16:58 +00:00
* Visible to followers only. Only followers can see it and no one else, and it cannot be boosted by others.
*/
"followers": string;
/**
* 使
*/
"direct": string;
/**
*
*/
"doNotSendConfidencialOnDirect1": string;
/**
* 稿稿
*/
"doNotSendConfidencialOnDirect2": string;
/**
* 稿
*/
"localOnly": string;
};
"_cw": {
/**
* CW
*/
"title": string;
/**
*
*/
"description": string;
"_exampleNote": {
/**
*
*/
"cw": string;
/**
* 🍩😋
*/
"note": string;
};
/**
* 稿使
*/
"useCases": string;
};
};
"_howToMakeAttachmentsSensitive": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
/**
*
*/
"tryThisFile": string;
"_exampleNote": {
/**
*
*/
"note": string;
};
/**
*
*/
"method": string;
/**
*
*/
"sensitiveSucceeded": string;
/**
*
*/
"doItToContinue": string;
};
"_done": {
/**
2024-10-08 18:16:58 +00:00
* The tutorial is complete! 🎉
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* The functions introduced here are just a small part. For a more detailed understanding of using Sharkey, please refer to {link}.
*/
"description": ParameterizedString<"link">;
};
};
"_timelineDescription": {
/**
* 稿
*/
"home": string;
/**
* 稿
*/
"local": string;
/**
* 稿
*/
"social": string;
/**
* 稿
*/
"global": string;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* In the Bubble timeline, you can see notes from connected servers picked by your admins.
2024-10-07 23:38:42 +00:00
*/
"bubble": string;
};
"_serverRules": {
/**
*
*/
"description": string;
};
"_serverSettings": {
/**
* URL
*/
"iconUrl": string;
/**
* {host}
*/
"appIconDescription": ParameterizedString<"host">;
/**
* : PWAや
*/
"appIconUsageExample": string;
/**
*
*/
"appIconStyleRecommendation": string;
/**
* {resolution}
*/
"appIconResolutionMustBe": ParameterizedString<"resolution">;
/**
* manifest.jsonのオーバーライド
*/
"manifestJsonOverride": string;
/**
*
*/
"shortName": string;
/**
*
*/
"shortNameDescription": string;
/**
* Redisのメモリ使用量は増加します
*/
"fanoutTimelineDescription": string;
/**
*
*/
"fanoutTimelineDbFallback": string;
/**
* DBへ追加で問い合わせを行うフォールバック処理を行います
*/
"fanoutTimelineDbFallbackDescription": string;
2024-10-07 23:38:42 +00:00
/**
* Redisのメモリ使用量は増加します
*/
"reactionsBufferingDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Contact URL
*/
"inquiryUrl": string;
/**
2024-10-08 18:16:58 +00:00
* Specify the URL of a web page that contains a contact form or the instance operators' contact information.
*/
"inquiryUrlDescription": string;
2024-10-21 12:26:17 +00:00
/**
*
*/
"thisSettingWillAutomaticallyOffWhenModeratorsInactive": string;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* Logo URL
2024-10-07 23:38:42 +00:00
*/
"sidebarLogoUrl": string;
/**
2024-10-08 18:16:58 +00:00
* Specifies the logo to use instead of the regular icon in high definition, dynamic-width scenarios.
2024-10-07 23:38:42 +00:00
*/
"sidebarLogoDescription": string;
/**
2024-10-08 18:16:58 +00:00
* E.g. In the sidebar, to visitors and in the "About" page.
2024-10-07 23:38:42 +00:00
*/
"sidebarLogoUsageExample": string;
};
"_accountMigration": {
/**
*
*/
"moveFrom": string;
/**
*
*/
"moveFromSub": string;
/**
* #{n}
*/
"moveFromLabel": ParameterizedString<"n">;
/**
*
* : @username@server.example.com
*
*/
"moveFromDescription": string;
/**
*
*/
"moveTo": string;
/**
* :
*/
"moveToLabel": string;
/**
*
*/
"moveCannotBeUndone": string;
/**
2024-10-08 18:16:58 +00:00
* This will migrate your account to a different one.
*  Followers from this account will automatically be migrated to the new account
*  This account will unfollow all users it is currently following
*  You will be unable to create new notes etc. on this account
*
2024-10-08 18:16:58 +00:00
* While migration of followers is automatic, you must manually prepare some steps to migrate the list of users you are following. To do so, carry out a follows export that you will later import on the new account in the settings menu. The same procedure applies to your lists as well as your muted and blocked users.
*
2024-10-08 18:16:58 +00:00
* (This explanation applies to Sharkey v13.12.0 and later. Other ActivityPub software, such as Mastodon, might function differently.)
*/
"moveAccountDescription": string;
/**
*
* : @username@server.example.com
*/
"moveAccountHowTo": string;
/**
*
*/
"startMigration": string;
/**
* {account} 使
*/
"migrationConfirm": ParameterizedString<"account">;
/**
*
*
*
*/
"movedAndCannotBeUndone": string;
/**
* 24
* 0稿
*/
"postMigrationNote": string;
/**
* :
*/
"movedTo": string;
};
"_achievements": {
/**
*
*/
"earnedAt": string;
"_types": {
"_notes1": {
/**
2024-01-21 12:11:23 +00:00
* just setting up my shonk
*/
"title": string;
/**
* 稿
*/
"description": string;
/**
2024-10-08 18:16:58 +00:00
* Have a good time with Sharkey!
*/
"flavor": string;
};
"_notes10": {
/**
*
*/
"title": string;
/**
* 10稿
*/
"description": string;
};
"_notes100": {
/**
*
*/
"title": string;
/**
* 100稿
*/
"description": string;
};
"_notes500": {
/**
*
*/
"title": string;
/**
* 500稿
*/
"description": string;
};
"_notes1000": {
/**
*
*/
"title": string;
/**
* 1,000稿
*/
"description": string;
};
"_notes5000": {
/**
*
*/
"title": string;
/**
* 5,000稿
*/
"description": string;
};
"_notes10000": {
/**
*
*/
"title": string;
/**
* 10,000稿
*/
"description": string;
};
"_notes20000": {
/**
*
*/
"title": string;
/**
* 20,000稿
*/
"description": string;
};
"_notes30000": {
/**
*
*/
"title": string;
/**
* 30,000稿
*/
"description": string;
};
"_notes40000": {
/**
*
*/
"title": string;
/**
* 40,000稿
*/
"description": string;
};
"_notes50000": {
/**
*
*/
"title": string;
/**
* 50,000稿
*/
"description": string;
};
"_notes60000": {
/**
*
*/
"title": string;
/**
* 60,000稿
*/
"description": string;
};
"_notes70000": {
/**
*
*/
"title": string;
/**
* 70,000稿
*/
"description": string;
};
"_notes80000": {
/**
*
*/
"title": string;
/**
* 80,000稿
*/
"description": string;
};
"_notes90000": {
/**
*
*/
"title": string;
/**
* 90,000稿
*/
"description": string;
};
"_notes100000": {
/**
* ALL YOUR NOTE ARE BELONG TO US
*/
"title": string;
/**
* 100,000稿
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_login3": {
/**
*
*/
"title": string;
/**
* 3
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_login7": {
/**
*
*/
"title": string;
/**
* 7
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_login15": {
/**
*
*/
"title": string;
/**
* 15
*/
"description": string;
};
"_login30": {
/**
*
*/
"title": string;
/**
* 30
*/
"description": string;
};
"_login60": {
/**
*
*/
"title": string;
/**
* 60
*/
"description": string;
};
"_login100": {
/**
*
*/
"title": string;
/**
* 100
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_login200": {
/**
*
*/
"title": string;
/**
* 200
*/
"description": string;
};
"_login300": {
/**
*
*/
"title": string;
/**
* 300
*/
"description": string;
};
"_login400": {
/**
*
*/
"title": string;
/**
* 400
*/
"description": string;
};
"_login500": {
/**
*
*/
"title": string;
/**
* 500
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_login600": {
/**
*
*/
"title": string;
/**
* 600
*/
"description": string;
};
"_login700": {
/**
*
*/
"title": string;
/**
* 700
*/
"description": string;
};
"_login800": {
/**
*
*/
"title": string;
/**
* 800
*/
"description": string;
};
"_login900": {
/**
*
*/
"title": string;
/**
* 900
*/
"description": string;
};
"_login1000": {
/**
*
*/
"title": string;
/**
* 1,000
*/
"description": string;
/**
2024-10-08 18:16:58 +00:00
* Thank you for using Sharkey!
*/
"flavor": string;
};
"_noteClipped1": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_noteFavorited1": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_myNoteFavorited1": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_profileFilled": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_markedAsCat": {
/**
*
*/
"title": string;
/**
* Catとして設定した
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_following1": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_following10": {
/**
*
*/
"title": string;
/**
* 10
*/
"description": string;
};
"_following50": {
/**
*
*/
"title": string;
/**
* 50
*/
"description": string;
};
"_following100": {
/**
* 100
*/
"title": string;
/**
* 100
*/
"description": string;
};
"_following300": {
/**
*
*/
"title": string;
/**
* 300
*/
"description": string;
};
"_followers1": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_followers10": {
/**
*
*/
"title": string;
/**
* 10
*/
"description": string;
};
"_followers50": {
/**
*
*/
"title": string;
/**
* 50
*/
"description": string;
};
"_followers100": {
/**
*
*/
"title": string;
/**
* 100
*/
"description": string;
};
"_followers300": {
/**
*
*/
"title": string;
/**
* 300
*/
"description": string;
};
"_followers500": {
/**
*
*/
"title": string;
/**
* 500
*/
"description": string;
};
"_followers1000": {
/**
*
*/
"title": string;
/**
* 1,000
*/
"description": string;
};
"_collectAchievements30": {
/**
*
*/
"title": string;
/**
* 30
*/
"description": string;
};
"_viewAchievements3min": {
/**
*
*/
"title": string;
/**
* 3
*/
"description": string;
};
"_iLoveMisskey": {
/**
2024-01-21 12:11:23 +00:00
* I Love Sharkey
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Post "I ❤ #Sharkey"
*/
"description": string;
/**
2024-10-08 18:16:58 +00:00
* Sharkey's development team greatly appreciates your support!
*/
"flavor": string;
};
"_foundTreasure": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_client30min": {
/**
*
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Keep Sharkey opened for at least 30 minutes
*/
"description": string;
};
"_client60min": {
/**
2024-10-08 18:16:58 +00:00
* No "Miss" in Sharkey
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Keep Sharkey opened for at least 60 minutes
*/
"description": string;
};
"_noteDeletedWithin1min": {
/**
*
*/
"title": string;
/**
* 稿1稿
*/
"description": string;
};
"_postedAtLateNight": {
/**
*
*/
"title": string;
/**
* 稿
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_postedAt0min0sec": {
/**
*
*/
"title": string;
/**
* 00稿
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_selfQuote": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_htl20npm": {
/**
* TL
*/
"title": string;
/**
* 20npmを越す
*/
"description": string;
};
"_viewInstanceChart": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_outputHelloWorldOnScratchpad": {
/**
* Hello, world!
*/
"title": string;
/**
* hello world
*/
"description": string;
};
"_open3windows": {
/**
*
*/
"title": string;
/**
* 3
*/
"description": string;
};
"_driveFolderCircularReference": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_reactWithoutRead": {
/**
*
*/
"title": string;
/**
* 100稿3
*/
"description": string;
};
"_clickedClickHere": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_justPlainLucky": {
/**
*
*/
"title": string;
/**
* 100.005%
*/
"description": string;
};
"_setNameToSyuilo": {
/**
*
*/
"title": string;
/**
* syuilo
*/
"description": string;
};
"_passedSinceAccountCreated1": {
/**
*
*/
"title": string;
/**
* 1
*/
"description": string;
};
"_passedSinceAccountCreated2": {
/**
*
*/
"title": string;
/**
* 2
*/
"description": string;
};
"_passedSinceAccountCreated3": {
/**
*
*/
"title": string;
/**
* 3
*/
"description": string;
};
"_loggedInOnBirthday": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_loggedInOnNewYearsDay": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_cookieClicked": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
/**
*
*/
"flavor": string;
};
"_brainDiver": {
/**
* Brain Diver
*/
"title": string;
/**
* Brain Diverへのリンクを投稿した
*/
"description": string;
/**
2024-10-08 18:16:58 +00:00
* Sharkey-Sharkey La-Tu-Ma
*/
"flavor": string;
};
"_smashTestNotificationButton": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_tutorialCompleted": {
/**
2024-10-08 18:16:58 +00:00
* Sharkey Elementary Course Diploma
*/
"title": string;
/**
*
*/
"description": string;
};
"_bubbleGameExplodingHead": {
/**
* 🤯
*/
"title": string;
/**
*
*/
"description": string;
};
"_bubbleGameDoubleExplodingHead": {
/**
* 🤯
*/
"title": string;
/**
* 2
*/
"description": string;
/**
*   🤯 🤯 
*/
"flavor": string;
};
};
};
"_role": {
/**
*
*/
"new": string;
/**
*
*/
"edit": string;
/**
*
*/
"name": string;
/**
*
*/
"description": string;
/**
*
*/
"permission": string;
/**
* <b></b>
* <b></b>
*/
"descriptionOfPermission": string;
/**
*
*/
"assignTarget": string;
/**
* <b></b>
* <b></b>
*/
"descriptionOfAssignTarget": string;
/**
*
*/
"manual": string;
/**
*
*/
2023-11-23 23:36:55 +00:00
"manualRoles": string;
/**
*
*/
"conditional": string;
/**
*
*/
2023-11-23 23:36:55 +00:00
"conditionalRoles": string;
/**
*
*/
"condition": string;
/**
*
*/
"isConditionalRole": string;
/**
*
*/
"isPublic": string;
/**
*
*/
"descriptionOfIsPublic": string;
/**
*
*/
"options": string;
/**
*
*/
"policies": string;
/**
*
*/
"baseRole": string;
/**
* 使
*/
"useBaseValue": string;
/**
*
*/
"chooseRoleToAssign": string;
/**
* URL
*/
"iconUrl": string;
/**
*
*/
"asBadge": string;
/**
*
*/
"descriptionOfAsBadge": string;
/**
*
*/
"isExplorable": string;
/**
*
*/
"descriptionOfIsExplorable": string;
/**
*
*/
"displayOrder": string;
/**
* UI上で先頭に表示されます
*/
"descriptionOfDisplayOrder": string;
/**
*
*/
"canEditMembersByModerator": string;
/**
* /
*/
"descriptionOfCanEditMembersByModerator": string;
/**
*
*/
"priority": string;
"_priority": {
/**
*
*/
"low": string;
/**
*
*/
"middle": string;
/**
*
*/
"high": string;
};
"_options": {
/**
*
*/
"gtlAvailable": string;
/**
*
*/
"ltlAvailable": string;
/**
* 稿
*/
"canPublicNote": string;
2024-03-02 16:36:49 +00:00
/**
*
*/
"mentionMax": string;
/**
*
*/
"canInvite": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteLimit": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteLimitCycle": string;
/**
*
*/
enhance: 招待機能の改善 (#11195) * refactor(backend): 招待機能を改修 * feat(backend): 招待コードのcreate/delete/listエンドポイントを追加 * add(misskey-js): エンドポイントと型を追加 * change(backend): metaでinvite関連の情報も返すように * add(misskey-js): エンドポイントと型を追加 * add(backend): `/endpoints/invite/limit`を追加 * fix: createdByがnullableではなかったのを修正 * fix: relationが取得できていなかった問題を修正 * fix: パラメータを間違えていたのを修正 * feat(client): 招待ページを実装 * change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更 * feat: 招待コードをコピーできるように * change(backend): metaに招待コード発行に関する情報を持たせるのをやめる * feat: ロールごとに招待コードの発行上限数などを設定できるように * change(client): 招待コードをコピーしたときにダイアログを出すように * add: 招待に関する管理者用のエンドポイントを追加 * change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように * change(backend): admin/invite/listはオフセットでページネーションするように * feat(client): 招待コードの管理ページを追加 * feat(client): 招待コードのリストをソートできるように * change: `admin/invite/create`のレスポンスを修正 * fix(client): 有効期限を指定できていなかった問題を修正 * refactor: 必要のない箇所を削除 * perf(backend): use limit() instead of take() * change(client): 作成ボタンを見た目を変更 * refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように * fix(client): paginationの仕様が変わっていたので修正 * change(backend): expiresAtパラメータのnullを許容 * change(client): 有効期限を設けないときは日付の入力欄を非表示に * fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正 * fix: n時間のときに「n時間間」となってしまうのを修正 * fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正 * change(client): 招待コードのユーザー名が不明な理由を表示するように * update: CHANGELOG.md * lint * refactor * refactor * tweak ui * :art: * :art: * add(backend): indexを追加 * change(backend): indexの追加に伴う変更 * change(client): インスタンスメニューの「招待」の場所を変更 * add(frontend): MkInviteCode用のstorybookを追加 * Update misskey-js.api.md * fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 00:57:58 +00:00
"inviteExpirationTime": string;
/**
*
*/
"canManageCustomEmojis": string;
/**
*
*/
"canManageAvatarDecorations": string;
/**
*
*/
"driveCapacity": string;
/**
* NSFWを常に付与
*/
"alwaysMarkNsfw": string;
/**
2024-10-08 18:16:58 +00:00
* Allow users to edit their avatar or banner
*/
"canUpdateBioMedia": string;
/**
*
*/
"pinMax": string;
/**
*
*/
"antennaMax": string;
/**
*
*/
"wordMuteMax": string;
/**
* Webhookの作成可能数
*/
"webhookMax": string;
/**
*
*/
"clipMax": string;
/**
*
*/
"noteEachClipsMax": string;
/**
*
*/
"userListMax": string;
/**
*
*/
"userEachUserListsMax": string;
/**
*
*/
"rateLimitFactor": string;
/**
*
*/
"descriptionOfRateLimitFactor": string;
/**
*
*/
"canHideAds": string;
/**
*
*/
"canSearchNotes": string;
/**
*
*/
"canUseTranslator": string;
/**
*
*/
"avatarDecorationLimit": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"canImportAntennas": string;
/**
*
*/
"canImportBlocking": string;
/**
*
*/
"canImportFollowing": string;
/**
*
*/
"canImportMuting": string;
/**
*
*/
"canImportUserLists": string;
/**
2024-10-08 18:16:58 +00:00
* Can view the bubble timeline
2024-10-07 23:38:42 +00:00
*/
"btlAvailable": string;
/**
2024-10-08 18:16:58 +00:00
* Can import notes
2024-10-07 23:38:42 +00:00
*/
"canImportNotes": string;
};
"_condition": {
2024-03-02 16:36:49 +00:00
/**
*
*/
"roleAssignedTo": string;
/**
*
*/
"isLocal": string;
/**
*
*/
"isRemote": string;
/**
*
*/
"isCat": string;
/**
* botユーザー
*/
"isBot": string;
/**
*
*/
"isSuspended": string;
/**
2024-10-08 18:16:58 +00:00
* Private account
*/
"isLocked": string;
/**
2024-10-08 18:16:58 +00:00
* Account is discoverable
*/
"isExplorable": string;
/**
*
*/
"createdLessThan": string;
/**
*
*/
"createdMoreThan": string;
/**
*
*/
"followersLessThanOrEq": string;
/**
*
*/
"followersMoreThanOrEq": string;
/**
*
*/
"followingLessThanOrEq": string;
/**
*
*/
"followingMoreThanOrEq": string;
/**
* 稿
*/
"notesLessThanOrEq": string;
/**
* 稿
*/
"notesMoreThanOrEq": string;
/**
*
*/
"and": string;
/**
*
*/
"or": string;
/**
*
*/
"not": string;
};
};
"_sensitiveMediaDetection": {
/**
* 使
*/
"description": string;
/**
*
*/
"sensitivity": string;
/**
* ()()
*/
"sensitivityDescription": string;
/**
*
*/
"setSensitiveFlagAutomatically": string;
/**
*
*/
"setSensitiveFlagAutomaticallyDescription": string;
/**
*
*/
"analyzeVideos": string;
/**
*
*/
"analyzeVideosDescription": string;
};
"_emailUnavailable": {
/**
* 使
*/
"used": string;
/**
*
*/
"format": string;
/**
* 使
*/
"disposable": string;
/**
*
*/
"mx": string;
/**
*
*/
"smtp": string;
/**
2024-10-08 18:16:58 +00:00
* This email address is banned
*/
"banned": string;
};
"_ffVisibility": {
/**
*
*/
"public": string;
/**
*
*/
"followers": string;
/**
*
*/
"private": string;
};
"_signup": {
/**
*
*/
"almostThere": string;
/**
* 使
*/
"emailAddressInfo": string;
/**
* ({email})30
*/
"emailSent": ParameterizedString<"email">;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Your account has been created and is awaiting approval.
2024-01-21 12:11:23 +00:00
*/
2023-10-18 01:00:48 +00:00
"approvalPending": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Please enter a reason as to why you want to join the instance.
2024-01-21 12:11:23 +00:00
*/
2023-10-18 01:00:48 +00:00
"reasonInfo": string;
};
"_accountDelete": {
/**
*
*/
"accountDelete": string;
/**
*
*/
"mayTakeTime": string;
/**
*
*/
"sendEmail": string;
/**
*
*/
"requestAccountDelete": string;
/**
*
*/
"started": string;
/**
*
*/
"inProgress": string;
};
"_ad": {
/**
*
*/
"back": string;
/**
*
*/
"reduceFrequencyOfThisAd": string;
/**
*
*/
"hide": string;
/**
*
*/
2023-07-08 03:53:51 +00:00
"timezoneinfo": string;
/**
*
*/
"adsSettings": string;
/**
*
*/
"notesPerOneAd": string;
/**
* 0
*/
"setZeroToDisable": string;
/**
*
*/
"adsTooClose": string;
};
"_forgotPassword": {
/**
*
*/
"enterEmail": string;
/**
*
*/
"ifNoEmail": string;
/**
*
*/
"contactAdmin": string;
};
"_gallery": {
/**
* 稿
*/
"my": string;
/**
* 稿
*/
"liked": string;
/**
*
*/
"like": string;
/**
*
*/
"unlike": string;
};
"_email": {
"_follow": {
/**
*
*/
"title": string;
};
"_receiveFollowRequest": {
/**
*
*/
"title": string;
};
};
"_plugin": {
/**
*
*/
"install": string;
/**
*
*/
"installWarn": string;
/**
*
*/
"manage": string;
/**
*
*/
"viewSource": string;
/**
*
*/
"viewLog": string;
};
"_preferencesBackups": {
/**
*
*/
"list": string;
/**
*
*/
"saveNew": string;
/**
*
*/
"loadFile": string;
/**
*
*/
"apply": string;
/**
*
*/
"save": string;
/**
*
*/
"inputName": string;
/**
*
*/
"cannotSave": string;
/**
* {name}
*/
"nameAlreadyExists": ParameterizedString<"name">;
/**
* {name}
*/
"applyConfirm": ParameterizedString<"name">;
/**
* {name}
*/
"saveConfirm": ParameterizedString<"name">;
/**
* {name}
*/
"deleteConfirm": ParameterizedString<"name">;
/**
* {old}{new}
*/
"renameConfirm": ParameterizedString<"old" | "new">;
/**
*
*/
"noBackups": string;
/**
* : {date} {time}
*/
"createdAt": ParameterizedString<"date" | "time">;
/**
* : {date} {time}
*/
"updatedAt": ParameterizedString<"date" | "time">;
/**
*
*/
"cannotLoad": string;
/**
*
*/
"invalidFile": string;
};
"_registry": {
/**
*
*/
"scope": string;
/**
*
*/
"key": string;
/**
*
*/
"keys": string;
/**
*
*/
"domain": string;
/**
*
*/
"createKey": string;
};
"_aboutMisskey": {
/**
2024-10-08 18:16:58 +00:00
* Sharkey is open-source software based on Misskey which has been in development by syuilo since 2014.
*/
"about": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
"contributors": string;
/**
*
*/
"allContributors": string;
/**
*
*/
"source": string;
/**
2024-10-08 18:16:58 +00:00
* Misskey original
*/
"original": string;
2024-02-20 20:01:31 +00:00
/**
2024-10-08 18:16:58 +00:00
* {name} uses a modified version of the original Sharkey.
*/
"thisIsModifiedVersion": ParameterizedString<"name">;
/**
2024-10-08 18:16:58 +00:00
* Translate Sharkey
*/
"translation": string;
/**
2024-02-20 20:01:31 +00:00
* Misskeyに寄付
*/
"donate": string;
/**
* 🥰
*/
"morePatrons": string;
/**
*
*/
"patrons": string;
/**
*
*/
"projectMembers": string;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* Sharkey original
2024-10-07 23:38:42 +00:00
*/
"original_sharkey": string;
/**
2024-10-08 18:16:58 +00:00
* Donate to Sharkey
2024-10-07 23:38:42 +00:00
*/
"donate_sharkey": string;
2024-06-09 09:11:40 +00:00
/**
2024-10-08 18:16:58 +00:00
* Testers
2024-06-09 09:11:40 +00:00
*/
"testers": string;
};
2023-07-08 03:53:51 +00:00
"_displayOfSensitiveMedia": {
/**
*
*/
"respect": string;
/**
*
*/
"ignore": string;
/**
*
*/
"force": string;
};
"_instanceTicker": {
/**
*
*/
"none": string;
/**
*
*/
"remote": string;
/**
*
*/
"always": string;
};
"_serverDisconnectedBehavior": {
/**
*
*/
"reload": string;
/**
*
*/
"dialog": string;
/**
*
*/
"quiet": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Disable warning
2024-01-21 12:11:23 +00:00
*/
"disabled": string;
};
"_channel": {
/**
*
*/
"create": string;
/**
*
*/
"edit": string;
/**
*
*/
"setBanner": string;
/**
*
*/
"removeBanner": string;
/**
*
*/
"featured": string;
/**
*
*/
"owned": string;
/**
*
*/
"following": string;
/**
* {n}
*/
"usersCount": ParameterizedString<"n">;
/**
* {n}稿
*/
"notesCount": ParameterizedString<"n">;
/**
*
*/
"nameAndDescription": string;
/**
*
*/
"nameOnly": string;
/**
2024-10-08 18:16:58 +00:00
* Allow boosts and quote outside the channel
*/
"allowRenoteToExternal": string;
};
"_menuDisplay": {
/**
*
*/
"sideFull": string;
/**
* ()
*/
"sideIcon": string;
/**
*
*/
"top": string;
/**
*
*/
"hide": string;
};
"_wordMute": {
/**
*
*/
"muteWords": string;
/**
* AND指定になりOR指定になります
*/
"muteWordsDescription": string;
/**
*
*/
"muteWordsDescription2": string;
};
"_instanceMute": {
/**
2024-10-08 18:16:58 +00:00
* This will mute any notes/boosts from the listed instances, including those of users replying to a user from a muted instance.
*/
"instanceMuteDescription": string;
/**
*
*/
"instanceMuteDescription2": string;
/**
*
*/
"title": string;
/**
*
*/
"heading": string;
};
"_theme": {
/**
*
*/
"explore": string;
/**
*
*/
"install": string;
/**
*
*/
"manage": string;
/**
*
*/
"code": string;
/**
*
*/
"description": string;
/**
* {name}
*/
"installed": ParameterizedString<"name">;
/**
*
*/
"installedThemes": string;
/**
*
*/
"builtinThemes": string;
/**
*
*/
"alreadyInstalled": string;
/**
*
*/
"invalid": string;
/**
*
*/
"make": string;
/**
*
*/
"base": string;
/**
*
*/
"addConstant": string;
/**
*
*/
"constant": string;
/**
*
*/
"defaultValue": string;
/**
*
*/
"color": string;
/**
*
*/
"refProp": string;
/**
*
*/
"refConst": string;
/**
*
*/
"key": string;
/**
*
*/
"func": string;
/**
*
*/
"funcKind": string;
/**
*
*/
"argument": string;
/**
*
*/
"basedProp": string;
/**
*
*/
"alpha": string;
/**
*
*/
"darken": string;
/**
*
*/
"lighten": string;
/**
*
*/
"inputConstantName": string;
/**
*
*/
"importInfo": string;
/**
* {const}
*/
"deleteConstantConfirm": ParameterizedString<"const">;
"keys": {
/**
*
*/
"accent": string;
/**
*
*/
"bg": string;
/**
*
*/
"fg": string;
/**
*
*/
"focus": string;
/**
*
*/
"indicator": string;
/**
*
*/
"panel": string;
/**
*
*/
"shadow": string;
/**
*
*/
"header": string;
/**
*
*/
"navBg": string;
/**
*
*/
"navFg": string;
/**
* ()
*/
"navHoverFg": string;
/**
* ()
*/
"navActive": string;
/**
*
*/
"navIndicator": string;
/**
*
*/
"link": string;
/**
*
*/
"hashtag": string;
/**
*
*/
"mention": string;
/**
*
*/
"mentionMe": string;
/**
2024-01-21 12:11:23 +00:00
* Boost
*/
"renote": string;
/**
*
*/
"modalBg": string;
/**
*
*/
"divider": string;
/**
*
*/
"scrollbarHandle": string;
/**
* )
*/
"scrollbarHandleHover": string;
/**
*
*/
"dateLabelFg": string;
/**
*
*/
"infoBg": string;
/**
*
*/
"infoFg": string;
/**
*
*/
"infoWarnBg": string;
/**
*
*/
"infoWarnFg": string;
/**
*
*/
"toastBg": string;
/**
*
*/
"toastFg": string;
/**
*
*/
"buttonBg": string;
/**
* ()
*/
"buttonHoverBg": string;
/**
*
*/
"inputBorder": string;
/**
*
*/
"driveFolderBg": string;
/**
*
*/
"wallpaperOverlay": string;
/**
*
*/
"badge": string;
/**
*
*/
"messageBg": string;
/**
* ()
*/
"accentDarken": string;
/**
* ()
*/
"accentLighten": string;
/**
* 調
*/
"fgHighlighted": string;
};
};
"_sfx": {
/**
*
*/
"note": string;
/**
* ()
*/
"noteMy": string;
/**
*
*/
"notification": string;
/**
*
*/
"reaction": string;
};
"_soundSettings": {
/**
* 使
*/
"driveFile": string;
/**
*
*/
"driveFileWarn": string;
/**
*
*/
"driveFileTypeWarn": string;
/**
*
*/
"driveFileTypeWarnDescription": string;
/**
*
*/
"driveFileDurationWarn": string;
/**
2024-10-08 18:16:58 +00:00
* Long audio may disrupt using Sharkey. Still continue?
*/
"driveFileDurationWarnDescription": string;
/**
2024-10-08 18:16:58 +00:00
* The audio couldn't be loaded. Please make sure you selected an audio file.
*/
"driveFileError": string;
};
"_ago": {
/**
*
*/
"future": string;
/**
*
*/
"justNow": string;
/**
* {n}
*/
"secondsAgo": ParameterizedString<"n">;
/**
* {n}
*/
"minutesAgo": ParameterizedString<"n">;
/**
* {n}
*/
"hoursAgo": ParameterizedString<"n">;
/**
* {n}
*/
"daysAgo": ParameterizedString<"n">;
/**
* {n}
*/
"weeksAgo": ParameterizedString<"n">;
/**
* {n}
*/
"monthsAgo": ParameterizedString<"n">;
/**
* {n}
*/
"yearsAgo": ParameterizedString<"n">;
/**
*
*/
"invalid": string;
};
"_timeIn": {
/**
* {n}
*/
"seconds": ParameterizedString<"n">;
/**
* {n}
*/
"minutes": ParameterizedString<"n">;
/**
* {n}
*/
"hours": ParameterizedString<"n">;
/**
* {n}
*/
"days": ParameterizedString<"n">;
/**
* {n}
*/
"weeks": ParameterizedString<"n">;
/**
* {n}
*/
"months": ParameterizedString<"n">;
/**
* {n}
*/
"years": ParameterizedString<"n">;
};
"_time": {
/**
*
*/
"second": string;
/**
*
*/
"minute": string;
/**
*
*/
"hour": string;
/**
*
*/
"day": string;
};
"_2fa": {
/**
*
*/
"alreadyRegistered": string;
/**
*
*/
"registerTOTP": string;
/**
* {a}{b}使
*/
"step1": ParameterizedString<"a" | "b">;
/**
* QRコードをアプリでスキャンするか
*/
"step2": string;
/**
* 使URIを入力します
*/
"step2Uri": string;
/**
*
*/
"step3Title": string;
/**
*
*/
"step3": string;
/**
*
*/
"setupCompleted": string;
/**
*
*/
"step4": string;
/**
* 使
*/
"securityKeyNotSupported": string;
/**
*
*/
"registerTOTPBeforeKey": string;
/**
* FIDO2をサポートするハードウェアセキュリティキーPINロックWebAuthn由来の鍵を登録します
*/
"securityKeyInfo": string;
/**
*
*/
"registerSecurityKey": string;
/**
*
*/
"securityKeyName": string;
/**
*
*/
"tapSecurityKey": string;
/**
*
*/
"removeKey": string;
/**
* {name}
*/
"removeKeyConfirm": ParameterizedString<"name">;
/**
*
*/
"whyTOTPOnlyRenew": string;
/**
*
*/
"renewTOTP": string;
/**
* 使
*/
"renewTOTPConfirm": string;
/**
*
*/
"renewTOTPOk": string;
/**
*
*/
"renewTOTPCancel": string;
/**
*
*/
"checkBackupCodesBeforeCloseThisWizard": string;
/**
*
*/
"backupCodes": string;
/**
* 使使使
*/
"backupCodesDescription": string;
/**
* 使使
*/
"backupCodeUsedWarning": string;
/**
* 使
*/
"backupCodesExhaustedWarning": string;
/**
2024-10-08 18:16:58 +00:00
* Click here for a detailed guide
*/
"moreDetailedGuideHere": string;
};
"_permissions": {
/**
*
*/
"read:account": string;
/**
*
*/
"write:account": string;
/**
*
*/
"read:blocks": string;
/**
*
*/
"write:blocks": string;
/**
*
*/
"read:drive": string;
/**
*
*/
"write:drive": string;
/**
*
*/
"read:favorites": string;
/**
*
*/
"write:favorites": string;
/**
*
*/
"read:following": string;
/**
*
*/
"write:following": string;
/**
*
*/
"read:messaging": string;
/**
*
*/
"write:messaging": string;
/**
*
*/
"read:mutes": string;
/**
*
*/
"write:mutes": string;
/**
*
*/
"write:notes": string;
/**
*
*/
"read:notifications": string;
/**
*
*/
"write:notifications": string;
/**
*
*/
"read:reactions": string;
/**
*
*/
"write:reactions": string;
/**
*
*/
"write:votes": string;
/**
*
*/
"read:pages": string;
/**
*
*/
"write:pages": string;
/**
*
*/
"read:page-likes": string;
/**
*
*/
"write:page-likes": string;
/**
*
*/
"read:user-groups": string;
/**
*
*/
"write:user-groups": string;
/**
*
*/
"read:channels": string;
/**
*
*/
"write:channels": string;
/**
*
*/
"read:gallery": string;
/**
*
*/
"write:gallery": string;
/**
*
*/
"read:gallery-likes": string;
/**
*
*/
"write:gallery-likes": string;
/**
* Playを見る
*/
"read:flash": string;
/**
* Playを操作する
*/
"write:flash": string;
/**
* Playのいいねを見る
*/
"read:flash-likes": string;
/**
* Playのいいねを操作する
*/
"write:flash-likes": string;
/**
*
*/
"read:admin:abuse-user-reports": string;
/**
*
*/
"write:admin:delete-account": string;
/**
*
*/
"write:admin:delete-all-files-of-a-user": string;
/**
*
*/
"read:admin:index-stats": string;
/**
*
*/
"read:admin:table-stats": string;
/**
* IPアドレスを見る
*/
"read:admin:user-ips": string;
/**
*
*/
"read:admin:meta": string;
/**
*
*/
"write:admin:reset-password": string;
/**
*
*/
"write:admin:resolve-abuse-user-report": string;
/**
*
*/
"write:admin:send-email": string;
/**
*
*/
"read:admin:server-info": string;
/**
*
*/
"read:admin:show-moderation-log": string;
/**
*
*/
"read:admin:show-user": string;
/**
*
*/
"write:admin:suspend-user": string;
/**
*
*/
"write:admin:unset-user-avatar": string;
/**
*
*/
"write:admin:unset-user-banner": string;
/**
*
*/
"write:admin:unsuspend-user": string;
/**
*
*/
"write:admin:meta": string;
/**
*
*/
"write:admin:user-note": string;
/**
*
*/
"write:admin:roles": string;
/**
*
*/
"read:admin:roles": string;
/**
*
*/
"write:admin:relays": string;
/**
*
*/
"read:admin:relays": string;
/**
*
*/
"write:admin:invite-codes": string;
/**
*
*/
"read:admin:invite-codes": string;
/**
*
*/
"write:admin:announcements": string;
/**
*
*/
"read:admin:announcements": string;
/**
*
*/
"write:admin:avatar-decorations": string;
/**
*
*/
"read:admin:avatar-decorations": string;
/**
*
*/
"write:admin:federation": string;
/**
*
*/
"write:admin:account": string;
/**
*
*/
"read:admin:account": string;
/**
*
*/
"write:admin:emoji": string;
/**
*
*/
"read:admin:emoji": string;
/**
*
*/
"write:admin:queue": string;
/**
*
*/
"read:admin:queue": string;
/**
*
*/
"write:admin:promo": string;
/**
*
*/
"write:admin:drive": string;
/**
*
*/
"read:admin:drive": string;
/**
* Websocket APIを使う
*/
"read:admin:stream": string;
/**
*
*/
"write:admin:ad": string;
/**
*
*/
"read:admin:ad": string;
/**
*
*/
"write:invite-codes": string;
/**
*
*/
"read:invite-codes": string;
/**
*
*/
"write:clip-favorite": string;
/**
*
*/
"read:clip-favorite": string;
/**
*
*/
"read:federation": string;
/**
*
*/
"write:report-abuse": string;
};
"_auth": {
/**
*
*/
"shareAccessTitle": string;
/**
* {name}
*/
"shareAccess": ParameterizedString<"name">;
/**
*
*/
"shareAccessAsk": string;
/**
* {name}
*/
"permission": ParameterizedString<"name">;
/**
*
*/
"permissionAsk": string;
/**
*
*/
"pleaseGoBack": string;
/**
*
*/
"callback": string;
/**
*
*/
"denied": string;
/**
*
*/
"pleaseLogin": string;
/**
* Allowed
*/
"allowed": string;
};
"_antennaSources": {
/**
*
*/
"all": string;
/**
*
*/
"homeTimeline": string;
/**
*
*/
"users": string;
/**
*
*/
"userList": string;
/**
*
*/
"userBlacklist": string;
};
"_weekday": {
/**
*
*/
"sunday": string;
/**
*
*/
"monday": string;
/**
*
*/
"tuesday": string;
/**
*
*/
"wednesday": string;
/**
*
*/
"thursday": string;
/**
*
*/
"friday": string;
/**
*
*/
"saturday": string;
};
"_widgets": {
/**
*
*/
"profile": string;
/**
*
*/
"instanceInfo": string;
/**
*
*/
"memo": string;
/**
*
*/
"notifications": string;
/**
*
*/
"timeline": string;
/**
*
*/
"calendar": string;
/**
*
*/
"trends": string;
/**
*
*/
"clock": string;
/**
* RSSリーダー
*/
"rss": string;
/**
* RSSティッカー
*/
"rssTicker": string;
/**
*
*/
"activity": string;
/**
*
*/
"photos": string;
/**
*
*/
"digitalClock": string;
/**
* UNIX時計
*/
"unixClock": string;
/**
*
*/
"federation": string;
/**
*
*/
"instanceCloud": string;
/**
* 稿
*/
"postForm": string;
/**
*
*/
"slideshow": string;
/**
*
*/
"button": string;
/**
*
*/
"onlineUsers": string;
/**
*
*/
"jobQueue": string;
/**
*
*/
"serverMetric": string;
/**
* AiScriptコンソール
*/
"aiscript": string;
/**
* AiScript App
*/
"aiscriptApp": string;
/**
*
*/
"aichan": string;
/**
*
*/
"userList": string;
"_userList": {
/**
*
*/
"chooseList": string;
};
/**
*
*/
"clicker": string;
/**
*
*/
"birthdayFollowings": string;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* Search
2024-10-07 23:38:42 +00:00
*/
"search": string;
};
"_cw": {
/**
*
*/
"hide": string;
/**
*
*/
"show": string;
/**
* {count}
*/
"chars": ParameterizedString<"count">;
/**
* {count}
*/
"files": ParameterizedString<"count">;
};
"_poll": {
/**
* 2
*/
"noOnlyOneChoice": string;
/**
* {n}
*/
"choiceN": ParameterizedString<"n">;
/**
*
*/
"noMore": string;
/**
*
*/
"canMultipleVote": string;
/**
*
*/
"expiration": string;
/**
*
*/
"infinite": string;
/**
*
*/
"at": string;
/**
*
*/
"after": string;
/**
*
*/
"deadlineDate": string;
/**
*
*/
"deadlineTime": string;
/**
*
*/
"duration": string;
/**
* {n}
*/
"votesCount": ParameterizedString<"n">;
/**
* {n}
*/
"totalVotes": ParameterizedString<"n">;
/**
*
*/
"vote": string;
/**
*
*/
"showResult": string;
/**
*
*/
"voted": string;
/**
*
*/
"closed": string;
/**
* {d}{h}
*/
"remainingDays": ParameterizedString<"d" | "h">;
/**
* {h}{m}
*/
"remainingHours": ParameterizedString<"h" | "m">;
/**
* {m}{s}
*/
"remainingMinutes": ParameterizedString<"m" | "s">;
/**
* {s}
*/
"remainingSeconds": ParameterizedString<"s">;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Multiple choices
2024-01-21 12:11:23 +00:00
*/
"multiple": string;
};
"_visibility": {
/**
*
*/
"public": string;
/**
*
*/
"publicDescription": string;
/**
*
*/
"home": string;
/**
*
*/
"homeDescription": string;
/**
*
*/
"followers": string;
/**
*
*/
"followersDescription": string;
/**
*
*/
"specified": string;
/**
*
*/
"specifiedDescription": string;
/**
*
*/
"disableFederation": string;
/**
*
*/
"disableFederationDescription": string;
};
"_postForm": {
/**
* ...
*/
"replyPlaceholder": string;
/**
* ...
*/
"quotePlaceholder": string;
/**
* 稿...
*/
"channelPlaceholder": string;
"_placeholders": {
/**
*
*/
"a": string;
/**
*
*/
"b": string;
/**
*
*/
"c": string;
/**
*
*/
"d": string;
/**
*
*/
"e": string;
/**
* ...
*/
"f": string;
};
};
"_profile": {
/**
*
*/
"name": string;
/**
*
*/
"username": string;
/**
*
*/
"description": string;
/**
*
*/
"youCanIncludeHashtags": string;
/**
*
*/
"metadata": string;
/**
*
*/
"metadataEdit": string;
/**
*
*/
"metadataDescription": string;
/**
*
*/
"metadataLabel": string;
/**
*
*/
"metadataContent": string;
/**
*
*/
"changeAvatar": string;
/**
*
*/
"changeBanner": string;
2024-10-07 23:38:42 +00:00
/**
* URLを設定するとWebサイトに自分のプロフィールへのリンクが含まれている場合に所有者確認済みアイコンを表示させることができます
*/
"verifiedLinkDescription": string;
/**
* {max}
*/
"avatarDecorationMax": ParameterizedString<"max">;
/**
*
*/
"followedMessage": string;
/**
*
*/
"followedMessageDescription": string;
/**
*
*/
"followedMessageDescriptionForLockedAccount": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Update banner
2024-01-21 12:11:23 +00:00
*/
2024-01-02 18:27:24 +00:00
"updateBanner": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Remove banner
2024-01-21 12:11:23 +00:00
*/
2024-01-02 18:27:24 +00:00
"removeBanner": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Change background
2024-01-21 12:11:23 +00:00
*/
2023-10-15 15:47:16 +00:00
"changeBackground": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Update background
2024-01-21 12:11:23 +00:00
*/
2024-01-02 18:27:24 +00:00
"updateBackground": string;
2024-01-21 12:11:23 +00:00
/**
2024-10-08 18:16:58 +00:00
* Remove background
2024-01-21 12:11:23 +00:00
*/
2024-01-02 18:27:24 +00:00
"removeBackground": string;
2024-10-07 23:38:42 +00:00
};
"_exportOrImport": {
/**
*
*/
"allNotes": string;
/**
*
*/
"favoritedNotes": string;
/**
*
*/
"clips": string;
/**
*
*/
"followingList": string;
/**
*
*/
"muteList": string;
/**
*
*/
"blockingList": string;
/**
*
*/
"userLists": string;
/**
*
*/
"excludeMutingUsers": string;
/**
* 使
*/
"excludeInactiveUsers": string;
/**
* TLに含むようにする
*/
新規にフォローした人のwithRepliesをtrueにする機能を追加 (#12048) * feat: add defaultWithReplies to MiUser * feat: use defaultWithReplies when creating MiFollowing * feat: update defaultWithReplies from API * feat: return defaultWithReplies as a part of $i * feat(frontend): configure defaultWithReplies * docs(changelog): 新規にフォローした人のをデフォルトでTL二追加できるように * fix: typo * style: fix lint failure * chore: improve UI text * chore: make optional params of UserFollowingService.follow() object * chore: UserFollowingService.follow() accept withReplies * chore: add withReplies to MiFollowRequest * chore: process withReplies for follow request * feat: accept withReplies on 'following/create' endpoint * feat: store defaultWithReplies in client store * Revert "feat: return defaultWithReplies as a part of $i" This reverts commit f2cc4fe6 * Revert "feat: update defaultWithReplies from API" This reverts commit 95e3cee6 * Revert "feat: add defaultWithReplies to MiUser" This reverts commit 9f5ab14d7063532de2b049bc2ed40a15658168f5. * feat: configuring withReplies in import-following * feat(frontend): configure withReplies * fix(frontend): incorrectly showRepliesToOthersInTimeline can be shown * fix(backend): withReplies of following/create not working * fix(frontend): importFollowing error * fix: withReplies is not working with follow import * fix(frontend): use v-model * style: fix lint --------- Co-authored-by: Sayamame-beans <61457993+sayamame-beans@users.noreply.github.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
2023-10-17 11:56:17 +00:00
"withReplies": string;
};
"_charts": {
/**
*
*/
"federation": string;
/**
*
*/
"apRequest": string;
/**
*
*/
"usersIncDec": string;
/**
*
*/
"usersTotal": string;
/**
*
*/
"activeUsers": string;
/**
*
*/
"notesIncDec": string;
/**
*
*/
"localNotesIncDec": string;
/**
*
*/
"remoteNotesIncDec": string;
/**
*
*/
"notesTotal": string;
/**
*
*/
"filesIncDec": string;
/**
*
*/
"filesTotal": string;
/**
* 使
*/
"storageUsageIncDec": string;
/**
* 使
*/
"storageUsageTotal": string;
};
"_instanceCharts": {
/**
*
*/
"requests": string;
/**
*
*/
"users": string;
/**
*
*/
"usersTotal": string;
/**
*
*/
"notes": string;
/**
*
*/
"notesTotal": string;
/**
* /
*/
"ff": string;
/**
* /
*/
"ffTotal": string;
/**
*
*/
"cacheSize": string;
/**
*
*/
"cacheSizeTotal": string;
/**
*
*/
"files": string;
/**
*
*/
"filesTotal": string;
};
"_timelines": {
/**
*
*/
"home": string;
/**
*
*/
"local": string;
/**
*
*/
"social": string;
/**
*
*/
"global": string;
2024-08-02 12:11:12 +00:00
/**
2024-10-08 18:16:58 +00:00
* Bubble
2024-08-02 12:11:12 +00:00
*/
"bubble": string;
};
"_play": {
/**
* Playの作成
*/
"new": string;
/**
* Playの編集
*/
"edit": string;
/**
* Playを作成しました
*/
"created": string;
/**
* Playを更新しました
*/
"updated": string;
/**
* Playを削除しました
*/
"deleted": string;
/**
* Play設定
*/
"pageSetting": string;
/**
* Playを編集
*/
"editThisPage": string;
/**
*
*/
"viewSource": string;
/**
* Play
*/
"my": string;
/**
* Play
*/
"liked": string;
/**
*
*/
"featured": string;
/**
*
*/
"title": string;
/**
*
*/
"script": string;
/**
*
*/
"summary": string;
/**
* URLを知っている人は引き続きアクセスできます
*/
"visibilityDescription": string;
};
"_pages": {
/**
*
*/
"newPage": string;
/**
*
*/
"editPage": string;
/**
*
*/
"readPage": string;
/**
*
*/
"created": string;
/**
*
*/
"updated": string;
/**
*
*/
"deleted": string;
/**
*
*/
"pageSetting": string;
/**
* URLは既に存在しています
*/
"nameAlreadyExists": string;
/**
* URLです
*/
"invalidNameTitle": string;
/**
*
*/
"invalidNameText": string;
/**
*
*/
"editThisPage": string;
/**
*
*/
"viewSource": string;
/**
*
*/
"viewPage": string;
/**
*
*/
"like": string;
/**
*
*/
"unlike": string;
/**
*
*/
"my": string;
/**
*
*/
"liked": string;
/**
*
*/
"featured": string;
/**
*
*/
"inspector": string;
/**
*
*/
"contents": string;
/**
*
*/
"content": string;
/**
*
*/
"variables": string;
/**
*
*/
"title": string;
/**
* URL
*/
"url": string;
/**
*
*/
"summary": string;
/**
*
*/
"alignCenter": string;
/**
*
*/
"hideTitleWhenPinned": string;
/**
*
*/
"font": string;
/**
*
*/
"fontSerif": string;
/**
*
*/
"fontSansSerif": string;
/**
*
*/
"eyeCatchingImageSet": string;
/**
*
*/
"eyeCatchingImageRemove": string;
/**
*
*/
"chooseBlock": string;
/**
*
*/
"enterSectionTitle": string;
/**
*
*/
"selectType": string;
/**
*
*/
"contentBlocks": string;
/**
*
*/
"inputBlocks": string;
/**
*
*/
"specialBlocks": string;
"blocks": {
/**
*
*/
"text": string;
/**
*
*/
"textarea": string;
/**
*
*/
"section": string;
/**
*
*/
"image": string;
/**
*
*/
"button": string;
/**
*
*/
"dynamic": string;
/**
2024-10-08 18:16:58 +00:00
* This block type has been removed. Please use {play} from now on.
*/
"dynamicDescription": ParameterizedString<"play">;
/**
*
*/
"note": string;
"_note": {
/**
* ID
*/
"id": string;
/**
* URLをペーストして設定することもできます
*/
"idDescription": string;
/**
*
*/
"detailed": string;
};
};
};
"_relayStatus": {
/**
*
*/
"requesting": string;
/**
*
*/
"accepted": string;
/**
*
*/
"rejected": string;
};
"_notification": {
/**
*
*/
"fileUploaded": string;
/**
* {name}
*/
"youGotMention": ParameterizedString<"name">;
/**
* {name}
*/
"youGotReply": ParameterizedString<"name">;
/**
* {name}
*/
"youGotQuote": ParameterizedString<"name">;
/**
2024-10-08 18:16:58 +00:00
* Boost from {name}
*/
"youRenoted": ParameterizedString<"name">;
/**
*
*/
"youWereFollowed": string;
/**
*
*/
"youReceivedFollowRequest": string;
/**
*
*/
"yourFollowRequestAccepted": string;
/**
*
*/
"pollEnded": string;
/**
* 稿
*/
"newNote": string;
/**
* {name}
*/
"unreadAntennaNote": ParameterizedString<"name">;
/**
*
*/
"roleAssigned": string;
/**
*
*/
"emptyPushNotificationMessage": string;
/**
*
*/
"achievementEarned": string;
/**
*
*/
"testNotification": string;
/**
*
*/
"checkNotificationBehavior": string;
/**
*
*/
"sendTestNotification": string;
/**
*
*/
"notificationWillBeDisplayedLikeThis": string;
/**
* {n}
*/
"reactedBySomeUsers": ParameterizedString<"n">;
/**
* {n}
*/
"likedBySomeUsers": ParameterizedString<"n">;
/**
2024-10-08 18:16:58 +00:00
* Boosted by {n} users
*/
"renotedBySomeUsers": ParameterizedString<"n">;
/**
* {n}
*/
"followedBySomeUsers": ParameterizedString<"n">;
2024-03-02 16:36:49 +00:00
/**
*
*/
"flushNotification": string;
2024-10-07 23:38:42 +00:00
/**
* {x}
*/
"exportOfXCompleted": ParameterizedString<"x">;
/**
*
*/
"login": string;
"_types": {
/**
*
*/
"all": string;
/**
* 稿
*/
2023-09-23 00:59:45 +00:00
"note": string;
/**
*
*/
"follow": string;
/**
*
*/
"mention": string;
/**
*
*/
"reply": string;
/**
2024-10-08 18:16:58 +00:00
* Boosts
*/
"renote": string;
/**
*
*/
"quote": string;
/**
*
*/
"reaction": string;
/**
*
*/
"pollEnded": string;
/**
*
*/
"receiveFollowRequest": string;
/**
*
*/
"followRequestAccepted": string;
/**
*
*/
"roleAssigned": string;
/**
*
*/
"achievementEarned": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"exportCompleted": string;
/**
*
*/
"login": string;
/**
*
*/
"test": string;
/**
*
*/
"app": string;
2024-07-15 06:53:01 +00:00
/**
2024-10-08 18:16:58 +00:00
* Edits
2024-07-15 06:53:01 +00:00
*/
"edited": string;
};
"_actions": {
/**
*
*/
"followBack": string;
/**
*
*/
"reply": string;
/**
2024-10-08 18:16:58 +00:00
* Boost
*/
"renote": string;
};
2024-10-08 18:16:58 +00:00
/**
* Note got edited
*/
"edited": string;
};
"_deck": {
/**
*
*/
"alwaysShowMainColumn": string;
/**
*
*/
"columnAlign": string;
/**
*
*/
"addColumn": string;
/**
*
*/
"newNoteNotificationSettings": string;
/**
*
*/
"configureColumn": string;
/**
*
*/
"swapLeft": string;
/**
*
*/
"swapRight": string;
/**
*
*/
"swapUp": string;
/**
*
*/
"swapDown": string;
/**
*
*/
"stackLeft": string;
/**
*
*/
"popRight": string;
/**
*
*/
"profile": string;
/**
*
*/
"newProfile": string;
/**
*
*/
"deleteProfile": string;
/**
*
*/
"introduction": string;
/**
* +
*/
"introduction2": string;
/**
*
*/
"widgetsIntroduction": string;
/**
* UIで表示
*/
"useSimpleUiForNonRootPages": string;
/**
* 調
*/
"usedAsMinWidthWhenFlexible": string;
/**
* 調
*/
"flexible": string;
"_columns": {
/**
*
*/
"main": string;
/**
*
*/
"widgets": string;
/**
*
*/
"notifications": string;
/**
*
*/
"tl": string;
/**
*
*/
"antenna": string;
/**
*
*/
"list": string;
/**
*
*/
"channel": string;
/**
*
*/
"mentions": string;
/**
*
*/
"direct": string;
/**
*
*/
"roleTimeline": string;
};
};
"_dialog": {
/**
* {current} / {max}
*/
"charactersExceeded": ParameterizedString<"current" | "max">;
/**
* {current} / {min}
*/
"charactersBelow": ParameterizedString<"current" | "min">;
};
"_disabledTimeline": {
/**
*
*/
"title": string;
/**
* 使
*/
"description": string;
};
"_drivecleaner": {
/**
*
*/
"orderBySizeDesc": string;
/**
*
*/
"orderByCreatedAtAsc": string;
};
"_webhookSettings": {
/**
* Webhookを作成
*/
"createWebhook": string;
/**
* Webhookを編集
*/
"modifyWebhook": string;
/**
*
*/
"name": string;
/**
*
*/
"secret": string;
/**
*
*/
"trigger": string;
/**
*
*/
"active": string;
"_events": {
/**
*
*/
"follow": string;
/**
*
*/
"followed": string;
/**
* 稿
*/
"note": string;
/**
*
*/
"reply": string;
/**
2024-10-08 18:16:58 +00:00
* When boosted
*/
"renote": string;
/**
*
*/
"reaction": string;
/**
*
*/
"mention": string;
};
"_systemEvents": {
/**
*
*/
"abuseReport": string;
/**
2024-10-08 18:16:58 +00:00
* When resolved abuse reports
*/
"abuseReportResolved": string;
/**
*
*/
"userCreated": string;
2024-10-21 12:26:17 +00:00
/**
*
*/
"inactiveModeratorsWarning": string;
/**
*
*/
"inactiveModeratorsInvitationOnlyChanged": string;
};
/**
* Webhookを削除しますか
*/
"deleteConfirm": string;
2024-10-07 23:38:42 +00:00
/**
* 使Webhookを送信できます
*/
"testRemarks": string;
};
"_abuseReport": {
"_notificationRecipient": {
/**
*
*/
"createRecipient": string;
/**
*
*/
"modifyRecipient": string;
/**
*
*/
"recipientType": string;
"_recipientType": {
/**
*
*/
"mail": string;
/**
* Webhook
*/
"webhook": string;
"_captions": {
/**
2024-10-08 18:16:58 +00:00
* Send an email to the moderators when an abuse report is received.
*/
"mail": string;
/**
2024-10-08 18:16:58 +00:00
* Send a notification to the SystemWebhook when an abuse report is received or resolved.
*/
"webhook": string;
};
};
/**
*
*/
"keywords": string;
/**
*
*/
"notifiedUser": string;
/**
* 使Webhook
*/
"notifiedWebhook": string;
/**
*
*/
"deleteConfirm": string;
};
};
"_moderationLogTypes": {
/**
*
*/
2023-09-25 01:29:12 +00:00
"createRole": string;
/**
*
*/
2023-09-25 01:29:12 +00:00
"deleteRole": string;
/**
*
*/
2023-09-25 01:29:12 +00:00
"updateRole": string;
/**
*
*/
"assignRole": string;
/**
*
*/
"unassignRole": string;
/**
*
*/
"suspend": string;
/**
*
*/
"unsuspend": string;
/**
*
*/
"addCustomEmoji": string;
/**
*
*/
2023-09-24 01:57:24 +00:00
"updateCustomEmoji": string;
/**
*
*/
2023-09-24 01:57:24 +00:00
"deleteCustomEmoji": string;
/**
*
*/
"updateServerSettings": string;
/**
*
*/
"updateUserNote": string;
/**
*
*/
"deleteDriveFile": string;
/**
*
*/
"deleteNote": string;
/**
*
*/
"createGlobalAnnouncement": string;
/**
*
*/
"createUserAnnouncement": string;
/**
*
*/
2023-09-24 01:46:09 +00:00
"updateGlobalAnnouncement": string;
/**
*
*/
2023-09-24 01:46:09 +00:00
"updateUserAnnouncement": string;
/**
*
*/
2023-09-24 01:46:09 +00:00
"deleteGlobalAnnouncement": string;
/**
*
*/
2023-09-24 01:46:09 +00:00
"deleteUserAnnouncement": string;
/**
*
*/
2023-09-24 01:33:30 +00:00
"resetPassword": string;
/**
*
*/
2023-09-24 01:33:30 +00:00
"suspendRemoteInstance": string;
/**
*
*/
2023-09-24 01:33:30 +00:00
"unsuspendRemoteInstance": string;
/**
*
*/
"updateRemoteInstanceNote": string;
/**
*
*/
2023-09-24 06:41:07 +00:00
"markSensitiveDriveFile": string;
/**
*
*/
2023-09-24 06:41:07 +00:00
"unmarkSensitiveDriveFile": string;
/**
*
*/
2023-09-25 07:03:43 +00:00
"resolveAbuseReport": string;
2024-10-07 23:38:42 +00:00
/**
*
*/
"forwardAbuseReport": string;
/**
*
*/
"updateAbuseReportNote": string;
/**
*
*/
2023-09-28 01:02:05 +00:00
"createInvitation": string;
/**
*
*/
2023-09-29 04:26:11 +00:00
"createAd": string;
/**
*
*/
2023-09-29 04:26:11 +00:00
"deleteAd": string;
/**
*
*/
2023-09-29 04:26:11 +00:00
"updateAd": string;
/**
*
*/
"createAvatarDecoration": string;
/**
*
*/
"updateAvatarDecoration": string;
/**
*
*/
"deleteAvatarDecoration": string;
/**
*
*/
2023-11-19 01:18:57 +00:00
"unsetUserAvatar": string;
/**
*
*/
2023-11-19 01:18:57 +00:00
"unsetUserBanner": string;
/**
* SystemWebhookを作成
*/
"createSystemWebhook": string;
/**
* SystemWebhookを更新
*/
"updateSystemWebhook": string;
/**
* SystemWebhookを削除
*/
"deleteSystemWebhook": string;
/**
*
*/
"createAbuseReportNotificationRecipient": string;
/**
*
*/
"updateAbuseReportNotificationRecipient": string;
/**
*
*/
"deleteAbuseReportNotificationRecipient": string;
/**
*
*/
"deleteAccount": string;
/**
*
*/
"deletePage": string;
/**
* Playを削除
*/
"deleteFlash": string;
/**
* 稿
*/
"deleteGalleryPost": string;
/**
2024-10-08 18:16:58 +00:00
* Approved
*/
2024-10-07 23:38:42 +00:00
"approve": string;
/**
2024-10-07 23:38:42 +00:00
* Set remote instance as NSFW
*/
2024-10-07 23:38:42 +00:00
"setRemoteInstanceNSFW": string;
/**
2024-10-07 23:38:42 +00:00
* Set remote instance as NSFW
*/
2024-10-07 23:38:42 +00:00
"unsetRemoteInstanceNSFW": string;
/**
2024-10-07 23:38:42 +00:00
* Rejected reports from remote instance
*/
2024-10-07 23:38:42 +00:00
"rejectRemoteInstanceReports": string;
/**
2024-10-07 23:38:42 +00:00
* Accepted reports from remote instance
*/
2024-10-07 23:38:42 +00:00
"acceptRemoteInstanceReports": string;
};
"_fileViewer": {
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"title": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"type": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"size": string;
/**
2024-10-07 23:38:42 +00:00
* URL
*/
2024-10-07 23:38:42 +00:00
"url": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"uploadedAt": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"attachedNotes": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"thisPageCanBeSeenFromTheAuthor": string;
};
"_externalResourceInstaller": {
/**
2024-10-07 23:38:42 +00:00
*
*/
2024-10-07 23:38:42 +00:00
"title": string;
/**
2024-10-07 23:38:42 +00:00
*
*/
"checkVendorBeforeInstall": string;
"_plugin": {
/**
*
*/
"title": string;
/**
*
*/
"metaTitle": string;
};
"_theme": {
/**
*
*/
"title": string;
/**
*
*/
"metaTitle": string;
};
"_meta": {
/**
*
*/
"base": string;
};
"_vendorInfo": {
/**
*
*/
"title": string;
/**
*
*/
"endpoint": string;
/**
*
*/
"hashVerify": string;
};
"_errors": {
"_invalidParams": {
/**
*
*/
"title": string;
/**
* URLをお確かめください
*/
"description": string;
};
"_resourceTypeNotSupported": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_failedToFetch": {
/**
*
*/
"title": string;
/**
*
*/
"fetchErrorDescription": string;
/**
*
*/
"parseErrorDescription": string;
};
"_hashUnmatched": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_pluginParseFailed": {
/**
* AiScript
*/
"title": string;
/**
* AiScriptの解析時にエラーがあったため読み込めませんでしたJavascriptコンソールをご確認ください
*/
"description": string;
};
"_pluginInstallFailed": {
/**
*
*/
"title": string;
/**
* Javascriptコンソールをご覧ください
*/
"description": string;
};
"_themeParseFailed": {
/**
*
*/
"title": string;
/**
* Javascriptコンソールをご確認ください
*/
"description": string;
};
"_themeInstallFailed": {
/**
*
*/
"title": string;
/**
* Javascriptコンソールをご覧ください
*/
"description": string;
};
};
};
"_dataSaver": {
"_media": {
/**
*
*/
"title": string;
/**
*
*/
"description": string;
};
"_avatar": {
/**
*
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Stop avatar image animation. Animated images can be larger in file size than normal images, potentially leading to further reductions in data traffic.
*/
"description": string;
};
"_urlPreview": {
/**
* URLプレビューのサムネイルを非表示
*/
"title": string;
/**
* URLプレビューのサムネイル画像が読み込まれなくなります
*/
"description": string;
};
"_code": {
/**
*
*/
"title": string;
/**
* MFMなどでコードハイライト記法が使われている場合
*/
"description": string;
};
};
"_hemisphere": {
2024-01-21 12:11:23 +00:00
/**
*
*/
"N": string;
2024-01-21 12:11:23 +00:00
/**
*
*/
"S": string;
2024-01-21 12:11:23 +00:00
/**
* 使
*/
"caption": string;
};
2024-01-19 11:51:49 +00:00
"_reversi": {
/**
*
*/
2024-01-19 11:51:49 +00:00
"reversi": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"gameSettings": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"chooseBoard": string;
/**
* /
*/
2024-01-19 11:51:49 +00:00
"blackOrWhite": string;
/**
* {name}()
*/
2024-01-19 11:51:49 +00:00
"blackIs": ParameterizedString<"name">;
/**
*
*/
2024-01-19 11:51:49 +00:00
"rules": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"thisGameIsStartedSoon": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"waitingForOther": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"waitingForMe": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"waitingBoth": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"ready": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"cancelReady": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"opponentTurn": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"myTurn": string;
/**
* {name}
*/
2024-01-19 11:51:49 +00:00
"turnOf": ParameterizedString<"name">;
/**
* {name}
*/
2024-01-19 11:51:49 +00:00
"pastTurnOf": ParameterizedString<"name">;
/**
*
*/
2024-01-19 11:51:49 +00:00
"surrender": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"surrendered": string;
2024-01-21 01:07:43 +00:00
/**
*
*/
"timeout": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"drawn": string;
/**
* {name}
*/
2024-01-19 11:51:49 +00:00
"won": ParameterizedString<"name">;
/**
*
*/
2024-01-19 11:51:49 +00:00
"black": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"white": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"total": string;
/**
* {count}
*/
2024-01-19 11:51:49 +00:00
"turnCount": ParameterizedString<"count">;
/**
*
*/
2024-01-19 11:51:49 +00:00
"myGames": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"allGames": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"ended": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"playing": string;
/**
* ()
*/
2024-01-19 11:51:49 +00:00
"isLlotheo": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"loopedMap": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"canPutEverywhere": string;
2024-01-21 01:07:43 +00:00
/**
* 1
*/
"timeLimitForEachTurn": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"freeMatch": string;
/**
*
*/
2024-01-19 11:51:49 +00:00
"lookingForPlayer": string;
2024-01-21 03:05:51 +00:00
/**
*
*/
"gameCanceled": string;
/**
* 稿
*/
"shareToTlTheGameWhenStart": string;
/**
* #MisskeyReversi
*/
"iStartedAGame": string;
/**
*
*/
"opponentHasSettingsChanged": string;
/**
* ()
*/
"allowIrregularRules": string;
/**
*
*/
"disallowIrregularRules": string;
/**
*
*/
"showBoardLabels": string;
/**
*
*/
"useAvatarAsStone": string;
2024-01-19 11:51:49 +00:00
};
"_offlineScreen": {
/**
* -
*/
"title": string;
/**
*
*/
"header": string;
};
"_urlPreviewSetting": {
/**
* URLプレビューの設定
*/
"title": string;
/**
* URLプレビューを有効にする
*/
"enable": string;
/**
* (ms)
*/
"timeout": string;
/**
2024-10-08 18:16:58 +00:00
* If it takes longer than this value to get the preview, the preview won't be generated.
*/
"timeoutDescription": string;
/**
* Content-Lengthの最大値(byte)
*/
"maximumContentLength": string;
/**
* Content-Lengthがこの値を超えた場合
*/
"maximumContentLengthDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Generate the preview only if we can get Content-Length
*/
"requireContentLength": string;
/**
* Content-Lengthを返さない場合
*/
"requireContentLengthDescription": string;
/**
* User-Agent
*/
"userAgent": string;
/**
* 使User-Agentを設定しますUser-Agentが使用されます
*/
"userAgentDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Endpoint for proxy to generate previews
*/
"summaryProxy": string;
/**
2024-10-08 18:16:58 +00:00
* Generate previews using Summaly Proxy, instead of Sharkey itself.
*/
"summaryProxyDescription": string;
/**
2024-10-08 18:16:58 +00:00
* The following parameters are sent to the proxy as a query string. If the proxy does not support them, the values are ignored.
*/
"summaryProxyDescription2": string;
};
"_mediaControls": {
/**
*
*/
"pip": string;
/**
*
*/
"playbackRate": string;
/**
*
*/
"loop": string;
};
"_contextMenu": {
/**
*
*/
"title": string;
/**
*
*/
"app": string;
/**
* Shiftキーでアプリケーション
*/
"appWithShift": string;
/**
* UI
*/
"native": string;
};
2024-10-07 23:38:42 +00:00
"_embedCodeGen": {
/**
*
*/
"title": string;
/**
*
*/
"header": string;
/**
*
*/
"autoload": string;
/**
*
*/
"maxHeight": string;
/**
* 0
*/
"maxHeightDescription": string;
/**
* 0
*/
"maxHeightWarn": string;
/**
*
*/
"previewIsNotActual": string;
/**
*
*/
"rounded": string;
/**
*
*/
"border": string;
/**
*
*/
"applyToPreview": string;
/**
*
*/
"generateCode": string;
/**
*
*/
"codeGenerated": string;
/**
*
*/
"codeGeneratedDescription": string;
};
/**
2024-10-08 18:16:58 +00:00
* Approvals
2024-10-07 23:38:42 +00:00
*/
"approvals": string;
/**
2024-10-08 18:16:58 +00:00
* Open remote profile
2024-10-07 23:38:42 +00:00
*/
"openRemoteProfile": string;
/**
2024-10-08 18:16:58 +00:00
* Link to external site warning exclusion list
2024-10-07 23:38:42 +00:00
*/
"trustedLinkUrlPatterns": string;
/**
2024-10-08 18:16:58 +00:00
* Separate with spaces for an AND condition or with line breaks for an OR condition. Using surrounding keywords with slashes will turn them into a regular expression. If you write only the domain name, it will be a backward match.
2024-10-07 23:38:42 +00:00
*/
"trustedLinkUrlPatternsDescription": string;
/**
* Mutuals
*/
"mutuals": string;
/**
* Private account
*/
"isLocked": string;
/**
* Administrator
*/
"isAdmin": string;
/**
* Bot user
*/
"isBot": string;
/**
* Open
*/
"open": string;
/**
* Destination address
*/
"emailDestination": string;
/**
* Date
*/
"date": string;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* Quoted.
2024-10-07 23:38:42 +00:00
*/
"quoted": string;
/**
2024-10-08 18:16:58 +00:00
* Unboosted.
2024-10-07 23:38:42 +00:00
*/
"rmboost": string;
/**
* Muted
*/
"muted": string;
/**
* Boosts muted
*/
"renoteMuted": string;
/**
2024-10-08 18:16:58 +00:00
* Mark all media from user as NSFW
2024-10-07 23:38:42 +00:00
*/
"markAsNSFW": string;
/**
* Mark as NSFW
*/
"markInstanceAsNSFW": string;
/**
2024-10-08 18:16:58 +00:00
* Are you sure that you want to mark all media from this account as NSFW?
2024-10-07 23:38:42 +00:00
*/
"nsfwConfirm": string;
/**
2024-10-08 18:16:58 +00:00
* Are you sure that you want to unmark all media from this account as NSFW?
2024-10-07 23:38:42 +00:00
*/
"unNsfwConfirm": string;
/**
2024-10-08 18:16:58 +00:00
* Are you sure that you want to approve this account?
2024-10-07 23:38:42 +00:00
*/
"approveConfirm": string;
/**
2024-10-08 18:16:58 +00:00
* Speak as a cat
2024-10-07 23:38:42 +00:00
*/
"flagSpeakAsCat": string;
/**
2024-10-08 18:16:58 +00:00
* Your posts will get nyanified when in cat mode. If this isn't working, then please check that you dont have 'Disable cat speak' on under General/Note Display
2024-10-07 23:38:42 +00:00
*/
"flagSpeakAsCatDescription": string;
/**
* Reject reports from this instance
*/
"rejectReports": string;
/**
* This host is blocked implicitly because a base domain is blocked. To unblock this host, first unblock the base domain(s).
*/
"blockedByBase": string;
/**
* This host is silenced implicitly because a base domain is silenced. To un-silence this host, first un-silence the base domain(s).
*/
"silencedByBase": string;
/**
* This host's media is silenced implicitly because a base domain's media is silenced. To un-silence this host, first un-silence the base domain(s).
*/
"mediaSilencedByBase": string;
/**
2024-10-08 18:16:58 +00:00
* Search drive
2024-10-07 23:38:42 +00:00
*/
"driveSearchbarPlaceholder": string;
/**
2024-10-08 18:16:58 +00:00
* Background
2024-10-07 23:38:42 +00:00
*/
"background": string;
/**
2024-10-08 18:16:58 +00:00
* Show content for all replies
2024-10-07 23:38:42 +00:00
*/
"expandAllCws": string;
/**
2024-10-08 18:16:58 +00:00
* Hide content for all replies
2024-10-07 23:38:42 +00:00
*/
"collapseAllCws": string;
/**
2024-10-08 18:16:58 +00:00
* Don't use drawer-style menus
2024-10-07 23:38:42 +00:00
*/
"disableDrawer": string;
/**
2024-10-08 18:16:58 +00:00
* Corner roundness
2024-10-07 23:38:42 +00:00
*/
"cornerRadius": string;
/**
2024-10-08 18:16:58 +00:00
* Warn you when you forget to put alt text
2024-10-07 23:38:42 +00:00
*/
"warnForMissingAltText": string;
/**
2024-10-08 18:16:58 +00:00
* Use DeepLX-JS (No Auth Key)
2024-10-07 23:38:42 +00:00
*/
"deeplFreeMode": string;
/**
2024-10-08 18:16:58 +00:00
* Need Help? Check our documentation to know how to setup DeepLX-JS.
2024-10-07 23:38:42 +00:00
*/
"deeplFreeModeDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Deletion of all files queued
2024-10-07 23:38:42 +00:00
*/
"deleteAllFilesQueued": string;
/**
* This is a system account
*/
"systemAccountTitle": string;
/**
* This account is created and managed automatically by the system, and cannot be logged into.
*/
"systemAccountDescription": string;
/**
* post is hidden by a filter
*/
"postFiltered": string;
/**
2024-10-08 18:16:58 +00:00
* Enable favicon notification dot
2024-10-07 23:38:42 +00:00
*/
"enableFaviconNotificationDot": string;
/**
2024-10-08 18:16:58 +00:00
* Check if the notification dot works on your instance
2024-10-07 23:38:42 +00:00
*/
"verifyNotificationDotWorkingButton": string;
/**
2024-10-08 18:16:58 +00:00
* Unfortunately, this instance does not support the notification dot feature at this time.
2024-10-07 23:38:42 +00:00
*/
"notificationDotNotWorking": string;
/**
2024-10-08 18:16:58 +00:00
* The notification dot is functioning properly on this instance.
2024-10-07 23:38:42 +00:00
*/
"notificationDotWorking": string;
/**
2024-10-08 18:16:58 +00:00
* If the notification dot doesn't work, ask an admin to check our documentation {link}
2024-10-07 23:38:42 +00:00
*/
"notificationDotNotWorkingAdvice": ParameterizedString<"link">;
/**
2024-10-08 18:16:58 +00:00
* Forward report to remote instance
2024-10-07 23:38:42 +00:00
*/
"forwardReport": string;
/**
2024-10-08 18:16:58 +00:00
* Instead of your account, an anonymous system account will be displayed as reporter at the remote instance.
2024-10-07 23:38:42 +00:00
*/
"forwardReportIsAnonymous": string;
/**
2024-10-08 18:16:58 +00:00
* Mark report as resolved
2024-10-07 23:38:42 +00:00
*/
"abuseMarkAsResolved": string;
/**
2024-10-08 18:16:58 +00:00
* Sharkey specific changes are translated in its own {link}.
*/
"i18nInfoSharkey": ParameterizedString<"link">;
/**
* Show instance ticker on replies
2024-10-07 23:38:42 +00:00
*/
"showTickerOnReplies": string;
/**
2024-10-08 18:16:58 +00:00
* Disable cat speak
2024-10-07 23:38:42 +00:00
*/
"disableCatSpeak": string;
/**
2024-10-08 18:16:58 +00:00
* Search Engine For Search MFM
2024-10-07 23:38:42 +00:00
*/
"searchEngine": string;
/**
2024-10-08 18:16:58 +00:00
* Other
2024-10-07 23:38:42 +00:00
*/
"searchEngineOther": string;
/**
2024-10-08 18:16:58 +00:00
* The custom URI must be input in the format like "https://www.google.com/search?q=\{query}" or "https://www.google.com/search?q=%s".
2024-10-07 23:38:42 +00:00
*/
"searchEngineCustomURIDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Custom URI
2024-10-07 23:38:42 +00:00
*/
"searchEngineCusomURI": string;
/**
2024-10-08 18:16:58 +00:00
* Make public notes not indexable
2024-10-07 23:38:42 +00:00
*/
"makeIndexable": string;
/**
2024-10-08 18:16:58 +00:00
* Stop note search from indexing your public notes.
2024-10-07 23:38:42 +00:00
*/
"makeIndexableDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Require approval for new users
2024-10-07 23:38:42 +00:00
*/
"approvalRequiredForSignup": string;
/**
2024-10-08 18:16:58 +00:00
* Confirm your vote for "{choice}"?
*  You can choose more options after confirmation.
2024-10-07 23:38:42 +00:00
*/
"voteConfirmMulti": ParameterizedString<"choice">;
/**
2024-10-08 18:16:58 +00:00
* There are users awaiting approval.
2024-10-07 23:38:42 +00:00
*/
"pendingUserApprovals": string;
/**
2024-10-08 18:16:58 +00:00
* Approve
2024-10-07 23:38:42 +00:00
*/
"approveAccount": string;
/**
2024-10-08 18:16:58 +00:00
* Deny & Delete
2024-10-07 23:38:42 +00:00
*/
"denyAccount": string;
/**
2024-10-08 18:16:58 +00:00
* Approved
2024-10-07 23:38:42 +00:00
*/
"approved": string;
/**
2024-10-08 18:16:58 +00:00
* Not Approved
2024-10-07 23:38:42 +00:00
*/
"notApproved": string;
/**
2024-10-08 18:16:58 +00:00
* Approval Status
2024-10-07 23:38:42 +00:00
*/
"approvalStatus": string;
/**
2024-10-08 18:16:58 +00:00
* Number of replies in a thread
2024-10-07 23:38:42 +00:00
*/
"numberOfReplies": string;
/**
2024-10-08 18:16:58 +00:00
* Increasing this number will display more replies. Setting this too high can cause replies to be cramped and unreadable.
2024-10-07 23:38:42 +00:00
*/
"numberOfRepliesDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Boost Settings
2024-10-07 23:38:42 +00:00
*/
"boostSettings": string;
/**
2024-10-08 18:16:58 +00:00
* Show Visibility Selector
2024-10-07 23:38:42 +00:00
*/
"showVisibilitySelectorOnBoost": string;
/**
2024-10-08 18:16:58 +00:00
* Shows the visiblity selector if enabled when clicking boost, if disabled it will use the default visiblity defined below and the selector will not show up.
2024-10-07 23:38:42 +00:00
*/
"showVisibilitySelectorOnBoostDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Default boost visibility
2024-10-07 23:38:42 +00:00
*/
"visibilityOnBoost": string;
/**
2024-10-08 18:16:58 +00:00
* Default like emoji
2024-10-07 23:38:42 +00:00
*/
"defaultLike": string;
/**
2024-10-08 18:16:58 +00:00
* You can also support {host} directly by donating to your instance administration.
2024-10-07 23:38:42 +00:00
*/
"pleaseDonateInstance": ParameterizedString<"host">;
/**
2024-10-08 18:16:58 +00:00
* Cancel
2024-10-07 23:38:42 +00:00
*/
"thisPostIsMissingAltTextCancel": string;
/**
2024-10-08 18:16:58 +00:00
* Post anyway
2024-10-07 23:38:42 +00:00
*/
"thisPostIsMissingAltTextIgnore": string;
/**
2024-10-08 18:16:58 +00:00
* One of the files attached to this post is missing alt text. Please ensure all the attachments have alt text.
2024-10-07 23:38:42 +00:00
*/
"thisPostIsMissingAltText": string;
/**
2024-10-08 18:16:58 +00:00
* Collapse notes replied to
2024-10-07 23:38:42 +00:00
*/
"collapseNotesRepliedTo": string;
/**
2024-10-08 18:16:58 +00:00
* Collapse files
2024-10-07 23:38:42 +00:00
*/
"collapseFiles": string;
/**
2024-10-08 18:16:58 +00:00
* Uncollapse CWs on notes
2024-10-07 23:38:42 +00:00
*/
"uncollapseCW": string;
/**
2024-10-08 18:16:58 +00:00
* Always expand long notes
2024-10-07 23:38:42 +00:00
*/
"expandLongNote": string;
/**
2024-10-08 18:16:58 +00:00
* Load conversation on replies
2024-10-07 23:38:42 +00:00
*/
"autoloadConversation": string;
/**
2024-10-08 18:16:58 +00:00
* This instance is only accepting users who specify a reason for registration.
2024-10-07 23:38:42 +00:00
*/
"approvalRequiredToRegister": string;
/**
2024-10-08 18:16:58 +00:00
* Cat friend :3
2024-10-07 23:38:42 +00:00
*/
"oneko": string;
/**
2024-10-08 18:16:58 +00:00
* Enable Achievements
2024-10-07 23:38:42 +00:00
*/
"enableAchievements": string;
/**
2024-10-08 18:16:58 +00:00
* Turning this off will disable the achievement system
2024-10-07 23:38:42 +00:00
*/
"turnOffAchievements": string;
/**
2024-10-08 18:16:58 +00:00
* Populate Hashtags with Bots
2024-10-07 23:38:42 +00:00
*/
"enableBotTrending": string;
/**
2024-10-08 18:16:58 +00:00
* Turning this off will stop Bots from populating Hashtags
2024-10-07 23:38:42 +00:00
*/
"turnOffBotTrending": string;
/**
2024-10-08 18:16:58 +00:00
* Click to open notes
2024-10-07 23:38:42 +00:00
*/
"clickToOpen": string;
/**
2024-10-08 18:16:58 +00:00
* Show bots in timeline
2024-10-07 23:38:42 +00:00
*/
"showBots": string;
/**
2024-10-08 18:16:58 +00:00
* Donate
2024-10-07 23:38:42 +00:00
*/
"donation": string;
/**
2024-10-08 18:16:58 +00:00
* Donation URL
2024-10-07 23:38:42 +00:00
*/
"donationUrl": string;
/**
2024-10-08 18:16:58 +00:00
* Show Below Avatar
2024-10-07 23:38:42 +00:00
*/
"showBelowAvatar": string;
/**
2024-10-08 18:16:58 +00:00
* Break following relationships
2024-10-07 23:38:42 +00:00
*/
"severAllFollowRelations": string;
/**
2024-10-08 18:16:58 +00:00
* Really break all follow relationships? This is irreversible! This will break {followingCount} following and {followersCount} follower relations on {instanceName}!
2024-10-07 23:38:42 +00:00
*/
2024-10-08 18:16:58 +00:00
"severAllFollowRelationsConfirm": ParameterizedString<"followingCount" | "followersCount" | "instanceName">;
2024-10-07 23:38:42 +00:00
/**
2024-10-08 18:16:58 +00:00
* Severing all follow relations with {host} queued.
2024-10-07 23:38:42 +00:00
*/
"severAllFollowRelationsQueued": ParameterizedString<"host">;
/**
* Pending follow requests
*/
"pendingFollowRequests": string;
/**
* Show quotes
*/
"showQuotes": string;
/**
* Show replies
*/
"showReplies": string;
/**
* Show non-public
*/
"showNonPublicNotes": string;
2024-10-21 12:26:17 +00:00
/**
* Allow clicking on pop-up notifications
*/
"allowClickingNotifications": string;
/**
* Pinned
*/
"pinnedOnly": string;
/**
* Blocking you
*/
"blockingYou": string;
/**
* Show warning when opening external URLs
*/
"warnExternalUrl": string;
2024-10-07 23:38:42 +00:00
"_mfm": {
/**
2024-10-08 18:16:58 +00:00
* This is not a widespread feature, it may not display properly on most other fedi software, including other Misskey forks
2024-10-07 23:38:42 +00:00
*/
"uncommonFeature": string;
/**
2024-10-08 18:16:58 +00:00
* 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.
2024-10-07 23:38:42 +00:00
*/
"intro": string;
/**
2024-10-08 18:16:58 +00:00
* Sharkey expands the world of the Fediverse
2024-10-07 23:38:42 +00:00
*/
"dummy": string;
/**
2024-10-08 18:16:58 +00:00
* Mention
2024-10-07 23:38:42 +00:00
*/
"mention": string;
/**
2024-10-08 18:16:58 +00:00
* You can specify a user by using an At-Symbol and a username.
2024-10-07 23:38:42 +00:00
*/
"mentionDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Hashtag
2024-10-07 23:38:42 +00:00
*/
"hashtag": string;
/**
2024-10-08 18:16:58 +00:00
* You can specify a hashtag using a number sign and text.
2024-10-07 23:38:42 +00:00
*/
"hashtagDescription": string;
/**
* URL
*/
"url": string;
/**
2024-10-08 18:16:58 +00:00
* URLs can be displayed.
2024-10-07 23:38:42 +00:00
*/
"urlDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Link
2024-10-07 23:38:42 +00:00
*/
"link": string;
/**
2024-10-08 18:16:58 +00:00
* Specific parts of text can be displayed as a URL.
2024-10-07 23:38:42 +00:00
*/
"linkDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Bold
2024-10-07 23:38:42 +00:00
*/
"bold": string;
/**
2024-10-08 18:16:58 +00:00
* Highlights letters by making them thicker.
2024-10-07 23:38:42 +00:00
*/
"boldDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Small
2024-10-07 23:38:42 +00:00
*/
"small": string;
/**
2024-10-08 18:16:58 +00:00
* Displays content small and thin.
2024-10-07 23:38:42 +00:00
*/
"smallDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Center
2024-10-07 23:38:42 +00:00
*/
"center": string;
/**
2024-10-08 18:16:58 +00:00
* Displays content centered.
2024-10-07 23:38:42 +00:00
*/
"centerDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Code (Inline)
2024-10-07 23:38:42 +00:00
*/
"inlineCode": string;
/**
2024-10-08 18:16:58 +00:00
* Displays inline syntax highlighting for (program) code.
2024-10-07 23:38:42 +00:00
*/
"inlineCodeDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Code (Block)
2024-10-07 23:38:42 +00:00
*/
"blockCode": string;
/**
2024-10-08 18:16:58 +00:00
* Displays syntax highlighting for multi-line (program) code in a block.
2024-10-07 23:38:42 +00:00
*/
"blockCodeDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Math (Inline)
2024-10-07 23:38:42 +00:00
*/
"inlineMath": string;
/**
2024-10-08 18:16:58 +00:00
* Display math formulas (KaTeX) in-line
2024-10-07 23:38:42 +00:00
*/
"inlineMathDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Math (Block)
2024-10-07 23:38:42 +00:00
*/
"blockMath": string;
/**
2024-10-08 18:16:58 +00:00
* Display math formulas (KaTeX) in a block
2024-10-07 23:38:42 +00:00
*/
"blockMathDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Quote
2024-10-07 23:38:42 +00:00
*/
"quote": string;
/**
2024-10-08 18:16:58 +00:00
* Displays content as a quote.
2024-10-07 23:38:42 +00:00
*/
"quoteDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Custom Emoji
2024-10-07 23:38:42 +00:00
*/
"emoji": string;
/**
2024-10-08 18:16:58 +00:00
* By surrounding a custom emoji name with colons, custom emoji can be displayed.
2024-10-07 23:38:42 +00:00
*/
"emojiDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Search
2024-10-07 23:38:42 +00:00
*/
"search": string;
/**
2024-10-08 18:16:58 +00:00
* Displays a search box with pre-entered text.
2024-10-07 23:38:42 +00:00
*/
"searchDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Flip
2024-10-07 23:38:42 +00:00
*/
"flip": string;
/**
2024-10-08 18:16:58 +00:00
* Flips content horizontally or vertically.
2024-10-07 23:38:42 +00:00
*/
"flipDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Jelly)
2024-10-07 23:38:42 +00:00
*/
"jelly": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a jelly-like animation.
2024-10-07 23:38:42 +00:00
*/
"jellyDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Tada)
2024-10-07 23:38:42 +00:00
*/
"tada": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a "Tada!"-like animation.
2024-10-07 23:38:42 +00:00
*/
"tadaDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Jump)
2024-10-07 23:38:42 +00:00
*/
"jump": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a jumping animation.
2024-10-07 23:38:42 +00:00
*/
"jumpDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Bounce)
2024-10-07 23:38:42 +00:00
*/
"bounce": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a bouncy animation.
2024-10-07 23:38:42 +00:00
*/
"bounceDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Shake)
2024-10-07 23:38:42 +00:00
*/
"shake": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a shaking animation.
2024-10-07 23:38:42 +00:00
*/
"shakeDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Twitch)
2024-10-07 23:38:42 +00:00
*/
"twitch": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a strongly twitching animation.
2024-10-07 23:38:42 +00:00
*/
"twitchDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Animation (Spin)
2024-10-07 23:38:42 +00:00
*/
"spin": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a spinning animation.
2024-10-07 23:38:42 +00:00
*/
"spinDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Big
2024-10-07 23:38:42 +00:00
*/
"x2": string;
/**
2024-10-08 18:16:58 +00:00
* Displays content bigger.
2024-10-07 23:38:42 +00:00
*/
"x2Description": string;
/**
2024-10-08 18:16:58 +00:00
* Very big
2024-10-07 23:38:42 +00:00
*/
"x3": string;
/**
2024-10-08 18:16:58 +00:00
* Displays content even bigger.
2024-10-07 23:38:42 +00:00
*/
"x3Description": string;
/**
2024-10-08 18:16:58 +00:00
* Unbelievably big
2024-10-07 23:38:42 +00:00
*/
"x4": string;
/**
2024-10-08 18:16:58 +00:00
* Displays content even bigger than bigger than big.
2024-10-07 23:38:42 +00:00
*/
"x4Description": string;
/**
2024-10-08 18:16:58 +00:00
* Blur
2024-10-07 23:38:42 +00:00
*/
"blur": string;
/**
2024-10-08 18:16:58 +00:00
* Blurs content. It will be displayed clearly when hovered over.
2024-10-07 23:38:42 +00:00
*/
"blurDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Font
2024-10-07 23:38:42 +00:00
*/
"font": string;
/**
2024-10-08 18:16:58 +00:00
* Sets the font to display content in.
2024-10-07 23:38:42 +00:00
*/
"fontDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Rainbow
2024-10-07 23:38:42 +00:00
*/
"rainbow": string;
/**
2024-10-08 18:16:58 +00:00
* Makes the content appear in rainbow colors.
2024-10-07 23:38:42 +00:00
*/
"rainbowDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Sparkle
2024-10-07 23:38:42 +00:00
*/
"sparkle": string;
/**
2024-10-08 18:16:58 +00:00
* Gives content a sparkling particle effect.
2024-10-07 23:38:42 +00:00
*/
"sparkleDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Rotate
2024-10-07 23:38:42 +00:00
*/
"rotate": string;
/**
2024-10-08 18:16:58 +00:00
* Turns content by a specified angle.
2024-10-07 23:38:42 +00:00
*/
"rotateDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Position
2024-10-07 23:38:42 +00:00
*/
"position": string;
/**
2024-10-08 18:16:58 +00:00
* Move content by a specified amount.
2024-10-07 23:38:42 +00:00
*/
"positionDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Crop
2024-10-07 23:38:42 +00:00
*/
"crop": string;
/**
2024-10-08 18:16:58 +00:00
* Crop content.
2024-10-07 23:38:42 +00:00
*/
"cropDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Follow Mouse
2024-10-07 23:38:42 +00:00
*/
"followMouse": string;
/**
2024-10-08 18:16:58 +00:00
* Content will follow the mouse. On mobile it will follow wherever the user taps.
2024-10-07 23:38:42 +00:00
*/
"followMouseDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Scale
2024-10-07 23:38:42 +00:00
*/
"scale": string;
/**
2024-10-08 18:16:58 +00:00
* Scale content by a specified amount.
2024-10-07 23:38:42 +00:00
*/
"scaleDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Foreground color
2024-10-07 23:38:42 +00:00
*/
"foreground": string;
/**
2024-10-08 18:16:58 +00:00
* Change the foreground color of text.
2024-10-07 23:38:42 +00:00
*/
"foregroundDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Fade
2024-10-07 23:38:42 +00:00
*/
"fade": string;
/**
2024-10-08 18:16:58 +00:00
* Fade text in and out.
2024-10-07 23:38:42 +00:00
*/
"fadeDescription": string;
/**
2024-10-08 18:16:58 +00:00
* Background color
2024-10-07 23:38:42 +00:00
*/
"background": string;
/**
2024-10-08 18:16:58 +00:00
* Change the background color of text.
2024-10-07 23:38:42 +00:00
*/
"backgroundDescription": string;
/**
* Plain
*/
"plain": string;
/**
2024-10-08 18:16:58 +00:00
* Deactivates the effects of all MFM contained within this MFM effect.
2024-10-07 23:38:42 +00:00
*/
"plainDescription": string;
};
"_animatedMFM": {
/**
2024-10-08 18:16:58 +00:00
* Play MFM Animation
2024-10-07 23:38:42 +00:00
*/
"play": string;
/**
2024-10-08 18:16:58 +00:00
* Stop MFM Animation
2024-10-07 23:38:42 +00:00
*/
"stop": string;
"_alert": {
/**
2024-10-08 18:16:58 +00:00
* Animated MFMs could include flashing lights and fast moving text/emojis.
2024-10-07 23:38:42 +00:00
*/
"text": string;
/**
2024-10-08 18:16:58 +00:00
* Animate
2024-10-07 23:38:42 +00:00
*/
"confirm": string;
};
};
"_dataRequest": {
/**
2024-10-08 18:16:58 +00:00
* Request Data
2024-10-07 23:38:42 +00:00
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Data requests are only possible every 3 days.
2024-10-07 23:38:42 +00:00
*/
"warn": string;
/**
2024-10-08 18:16:58 +00:00
* Once the data is ready to download, an email will be sent to the email address registered to this account.
2024-10-07 23:38:42 +00:00
*/
"text": string;
/**
2024-10-08 18:16:58 +00:00
* Request
2024-10-07 23:38:42 +00:00
*/
"button": string;
};
"_externalNavigationWarning": {
/**
2024-10-08 18:16:58 +00:00
* Navigate to an external site
*/
"title": string;
/**
2024-10-08 18:16:58 +00:00
* Leave {host} and go to an external site
*/
"description": ParameterizedString<"host">;
/**
2024-10-08 18:16:58 +00:00
* Trust this domain on this device in the future
*/
"trustThisDomain": string;
};
/**
* Remote followers may have incomplete or outdated activity
*/
"remoteFollowersWarning": string;
}
declare const locales: {
[lang: string]: Locale;
};
export function build(): Locale;
export default locales;