Merge remote-tracking branch 'mattyateaFork/develop' into develop

# Conflicts:
#	CHANGELOG.md
#	README.md
#	locales/index.d.ts
#	locales/ja-JP.yml
#	package.json
#	packages/backend/src/core/activitypub/models/ApNoteService.ts
#	packages/backend/src/server/api/endpoints/admin/avatar-decorations/list.ts
#	packages/backend/src/server/api/endpoints/get-avatar-decorations.ts
#	packages/backend/test/unit/entities/UserEntityService.ts
#	packages/frontend/src/components/MkFollowButton.vue
#	packages/frontend/src/components/MkTimeline.vue
#	packages/frontend/src/pages/about.vue
#	packages/frontend/src/pages/emoji-edit-dialog.vue
#	packages/frontend/src/ui/universal.vue
This commit is contained in:
mattyatea 2024-07-15 14:59:54 +09:00
commit 71382a6f85
297 changed files with 60420 additions and 4574 deletions

View file

@ -9,6 +9,8 @@ notifications: "Notifications"
username: "Username"
password: "Password"
forgotPassword: "Forgot password"
setDefaultProfileConfirm: "Do you want to make this profile the default?"
emojiPickerProfile: "Emoji picker profile"
fetchingAsApObject: "Fetching from the Fediverse..."
ok: "OK"
gotIt: "Got it!"
@ -175,6 +177,8 @@ flagAsCat: "Mark this account as a cat"
flagAsCatDescription: "Enable this option to mark this account as a cat."
flagShowTimelineReplies: "Show replies in timeline"
flagShowTimelineRepliesDescription: "Shows replies of users to notes of other users in the timeline if turned on."
showMediaTimeline: "Show Media timeline"
showMediaTimelineInfo: "When on, the media timeline is displayed on the top bar. When turned off, it will not be displayed."
autoAcceptFollowed: "Automatically approve follow requests from users you're following"
addAccount: "Add account"
reloadAccountsList: "Reload account list"
@ -305,6 +309,8 @@ location: "Location"
theme: "Themes"
themeForLightMode: "Theme to use in Light Mode"
themeForDarkMode: "Theme to use in Dark Mode"
gamingMode: "Gaming Mode"
gamingModeInfo: "It makes a nice gradation of buttons and other decorations. There is no intense blinking, etc."
light: "Light"
dark: "Dark"
lightThemes: "Light themes"
@ -1072,6 +1078,9 @@ videos: "Videos"
audio: "Audio"
audioFiles: "Audio"
dataSaver: "Data Saver"
cellularWithDataSaver: "Turn on Data Saver in Mobile Data Communications"
UltimatedataSaver: "Ultimate Data Saver"
cellularWithUltimateDataSaver: "Turn on Ultimate Data Saver in Mobile Data Communications"
accountMigration: "Account Migration"
accountMoved: "This user has moved to a new account:"
accountMovedShort: "This account has been migrated."
@ -1811,6 +1820,7 @@ _aboutType4ny:
contributors: "Main contributors"
allContributors: "All contributors"
source: "Source code"
forksource: "Source code for this fork"
original: "Original"
thisIsModifiedVersion: "{name} uses a modified version of the original Misskey."
translation: "Translate Misskey"
@ -1852,6 +1862,7 @@ _wordMute:
muteWords: "Muted words"
muteWordsDescription: "Separate with spaces for an AND condition or with line breaks for an OR condition."
muteWordsDescription2: "Surround keywords with slashes to use regular expressions."
hideMutedNotes: "Hide notes containing muted words"
_instanceMute:
instanceMuteDescription: "This will mute any notes/renotes from the listed instances, including those of users replying to a user from a muted instance."
instanceMuteDescription2: "Separate with newlines"
@ -1966,6 +1977,17 @@ _time:
minute: "Minute(s)"
hour: "Hour(s)"
day: "Day(s)"
_timelineTutorial:
title: "How to use Misskey"
step1_1: "This is the \"timeline\". All \"notes\" submitted on {name} will be chronologically displayed here."
step1_2: "There are a few different timelines. For example, the \"Home timeline\" will contain notes of users you follow, and the \"Local timeline\" will contain notes from all users of {name}."
step1_3: 'Besides these two, "Social Timeline" is like Home TL + Local TL, and "Media Timeline" is a stream of notes posted with some file at {name}.'
step2_1: "Let's try posting a note next. You can do so by pressing the button with a pencil icon."
step2_2: "How about writing a self-introduction, or just \"Hello {name}!\" if you don't feel like it?"
step3_1: "Finished posting your first note?"
step3_2: "Your first note should now be displayed on your timeline."
step4_1: "You can also attach \"Reactions\" to notes."
step4_2: "To attach a reaction, press the \"+\" mark on a note and choose an emoji you'd like to react with."
_2fa:
alreadyRegistered: "You have already registered a 2-factor authentication device."
registerTOTP: "Register authenticator app"
@ -2238,6 +2260,7 @@ _instanceCharts:
_timelines:
home: "Home"
local: "Local"
media: "Media"
social: "Social"
global: "Global"
_play:

462
locales/index.d.ts vendored
View file

@ -60,6 +60,46 @@ export interface Locale extends ILocale {
* OK
*/
"ok": string;
/**
* 稿
*/
"disableNoteDraftingDescription": string;
/**
*
*/
"setDefaultProfileConfirm": string;
/**
*
*/
"emojiPickerProfile": string;
/**
*
*/
"notificationIndicator": string;
/**
*
*/
"hanntenn": string;
/**
*
*/
"hanntennInfo": string;
/**
*
*/
"ruby": string;
/**
*
*/
"disableNoteDrafting": string;
/**
*
*/
"kakuregaFeature": string;
/**
*
*/
"pinnedChannel": string;
/**
*
*/
@ -68,6 +108,10 @@ export interface Locale extends ILocale {
*
*/
"cancel": string;
/**
*
*/
"myLists": string;
/**
*
*/
@ -76,6 +120,30 @@ export interface Locale extends ILocale {
*
*/
"enterUsername": string;
/**
*
*/
"showGlobalTimeline": string;
/**
*
*/
"showHomeTimeline": string;
/**
*
*/
"showLocalTimeline": string;
/**
*
*/
"topbarCustom": string;
/**
*
*/
"showSocialTimeline": string;
/**
* TLの名前を省略して表示する
*/
"topBarNameShown": string;
/**
* {user}
*/
@ -100,6 +168,14 @@ export interface Locale extends ILocale {
*
*/
"notificationSettings": string;
/**
*
*/
"localListList": string;
/**
*
*/
"favoriteLists": string;
/**
*
*/
@ -320,6 +396,22 @@ export interface Locale extends ILocale {
* {name}使
*/
"driveFileDeleteConfirm": ParameterizedString<"name">;
/**
* {name}使
*/
"driveFilesDeleteConfirm": ParameterizedString<"name">;
/**
* {name}
*/
"driveFilesSensitiveonConfirm": ParameterizedString<"name">;
/**
* {name}
*/
"driveFilesSensitiveoffConfirm": ParameterizedString<"name">;
/**
* {name}使
*/
"driveFolderDeleteConfirm": ParameterizedString<"name">;
/**
* {name}
*/
@ -356,6 +448,10 @@ export interface Locale extends ILocale {
*
*/
"followers": string;
/**
*
*/
"points": string;
/**
*
*/
@ -704,14 +800,30 @@ export interface Locale extends ILocale {
*
*/
"flagAsCat": string;
/**
*
*/
"flagAsGorilla": string;
/**
*
*/
"flagAsCatDescription": string;
/**
*
*/
"flagAsGorillaDescription": string;
/**
*
*/
"flagShowTimelineReplies": string;
/**
*
*/
"showMediaTimeline": string;
/**
*
*/
"showMediaTimelineInfo": string;
/**
*
*/
@ -1084,6 +1196,10 @@ export interface Locale extends ILocale {
*
*/
"removed": string;
/**
* {x}
*/
"requestApprovalAreYouSure": ParameterizedString<"x">;
/**
* {x}
*/
@ -1092,6 +1208,10 @@ export interface Locale extends ILocale {
* {x}
*/
"deleteAreYouSure": ParameterizedString<"x">;
/**
* {x}
*/
"undraftAreYouSure": ParameterizedString<"x">;
/**
*
*/
@ -1116,6 +1236,10 @@ export interface Locale extends ILocale {
*
*/
"keepOriginalUploading": string;
/**
* 稿
*/
"isNotifyIsHome": string;
/**
* Web公開用画像を生成します
*/
@ -1236,6 +1360,14 @@ export interface Locale extends ILocale {
* 使
*/
"themeForDarkMode": string;
/**
*
*/
"gamingMode": string;
/**
*
*/
"gamingModeInfo": string;
/**
*
*/
@ -1248,6 +1380,10 @@ export interface Locale extends ILocale {
*
*/
"lightThemes": string;
/**
*
*/
"remoteUserInfoUpdate": string;
/**
*
*/
@ -1304,6 +1440,10 @@ export interface Locale extends ILocale {
*
*/
"deleteFolder": string;
/**
*
*/
"Folder": string;
/**
*
*/
@ -2120,6 +2260,10 @@ export interface Locale extends ILocale {
*
*/
"accountSettings": string;
/**
*
*/
"timelineHeader": string;
/**
*
*/
@ -2228,6 +2372,14 @@ export interface Locale extends ILocale {
* 稿()
*/
"showFixedPostFormInChannel": string;
/**
*
*/
"FeaturedOrNote": string;
/**
*
*/
"FeaturedOrNoteInfo": string;
/**
* TLに含むようにする
*/
@ -2476,6 +2628,10 @@ export interface Locale extends ILocale {
*
*/
"poll": string;
/**
* 稿
*/
"schedulePost": string;
/**
*
*/
@ -2568,6 +2724,10 @@ export interface Locale extends ILocale {
*
*/
"generateAccessToken": string;
/**
*
*/
"accessToken": string;
/**
*
*/
@ -2704,6 +2864,10 @@ export interface Locale extends ILocale {
*
*/
"logs": string;
/**
* mfm
*/
"mfm": string;
/**
*
*/
@ -2756,6 +2920,14 @@ export interface Locale extends ILocale {
*
*/
"setMultipleBySeparatingWithSpace": string;
/**
* _が利用できます
*/
"emojiNameValidation": string;
/**
*
*/
"isSensitive": string;
/**
* IDまたはURL
*/
@ -2816,6 +2988,14 @@ export interface Locale extends ILocale {
*
*/
"send": string;
/**
*
*/
"fileAttachedOnly": string;
/**
*
*/
"reportedNote": string;
/**
*
*/
@ -2944,6 +3124,14 @@ export interface Locale extends ILocale {
*
*/
"pollVotesCount": string;
/**
*
*/
"onlyAndWithSave": string;
/**
*
*/
"onlyAndWithSaveInfo": string;
/**
*
*/
@ -3432,6 +3620,18 @@ export interface Locale extends ILocale {
*
*/
"low": string;
/**
*
*/
"list": string;
/**
* 調
*/
"GamingSpeedChange": string;
/**
*
*/
"GamingSpeedChangeInfo": string;
/**
*
*/
@ -3440,6 +3640,18 @@ export interface Locale extends ILocale {
*
*/
"ratio": string;
/**
*
*/
"showVisibilityColor": string;
/**
*
*/
"newEmojis": string;
/**
*
*/
"draftEmojis": string;
/**
*
*/
@ -3568,6 +3780,10 @@ export interface Locale extends ILocale {
*
*/
"emailRequiredForSignup": string;
/**
* GDPRモードを有効にする
*/
"enableGDPRMode": string;
/**
*
*/
@ -4052,6 +4268,10 @@ export interface Locale extends ILocale {
*
*/
"manageCustomEmojis": string;
/**
*
*/
"requestCustomEmojis": string;
/**
*
*/
@ -4248,6 +4468,26 @@ export interface Locale extends ILocale {
*
*/
"license": string;
/**
*
*/
"requestPending": string;
/**
*
*/
"approval": string;
/**
*
*/
"requestingEmojis": string;
/**
*
*/
"draft": string;
/**
*
*/
"undrafted": string;
/**
*
*/
@ -4316,6 +4556,18 @@ export interface Locale extends ILocale {
*
*/
"dataSaver": string;
/**
*
*/
"cellularWithDataSaver": string;
/**
*
*/
"UltimateDataSaver": string;
/**
*
*/
"cellularWithUltimateDataSaver": string;
/**
*
*/
@ -4680,6 +4932,10 @@ export interface Locale extends ILocale {
*
*/
"showRenotes": string;
/**
* CWを非表示
*/
"showCw": string;
/**
*
*/
@ -4696,10 +4952,6 @@ export interface Locale extends ILocale {
*
*/
"followingOrFollower": string;
/**
*
*/
"fileAttachedOnly": string;
/**
* TLに他の人への返信を含める
*/
@ -4984,6 +5236,74 @@ export interface Locale extends ILocale {
*
*/
"inquiry": string;
/**
*
*/
"scheduledNoteDelete": string;
/**
* {time}
*/
"noteDeletationAt": ParameterizedString<"time">;
/**
* 1
*/
"cannotScheduleLaterThanOneYear": string;
/**
*
*/
"hideActivity": string;
/**
* (/)
*/
"hideActivityDescription": string;
/**
* 12
*/
"channelAnnouncementDescription": string;
/**
* 稿
*/
"postForm": string;
/**
* 稿
*/
"postFormBottomSettingsDescription": string;
/**
* 稿
*/
"clearPost": string;
/**
*
*/
"addToEmojiPicker": string;
/**
*
*/
"hideReactionCount": string;
/**
*
*/
"hideReactionUsers": string;
/**
*
*/
"hideReactionUsersDescription": string;
/**
*
*/
"drafts": string;
/**
*
*/
"draftSavingBehavior": string;
/**
*
*/
"saveAsDraft": string;
/**
*
*/
"draftOverwriteConfirm": string;
"_delivery": {
/**
*
@ -6550,6 +6870,10 @@ export interface Locale extends ILocale {
*
*/
"gtlAvailable": string;
/**
* (5)
*/
"emojiPickerProfileLimit": string;
/**
*
*/
@ -6558,6 +6882,14 @@ export interface Locale extends ILocale {
* 稿
*/
"canPublicNote": string;
/**
*
*/
"canEditNote": string;
/**
* 稿
*/
"canScheduleNote": string;
/**
*
*/
@ -6582,6 +6914,10 @@ export interface Locale extends ILocale {
*
*/
"canManageCustomEmojis": string;
/**
*
*/
"canRequestCustomEmojis": string;
/**
*
*/
@ -6650,6 +6986,14 @@ export interface Locale extends ILocale {
*
*/
"avatarDecorationLimit": string;
/**
*
*/
"listPinnedLimit": string;
/**
* TL除けるやつ(5)
*/
"localTimelineAnyLimit": string;
};
"_condition": {
/**
@ -7203,6 +7547,10 @@ export interface Locale extends ILocale {
*
*/
"muteWordsDescription2": string;
/**
*
*/
"hideMutedNotes": string;
};
"_instanceMute": {
/**
@ -7644,6 +7992,48 @@ export interface Locale extends ILocale {
*/
"day": string;
};
"_timelineTutorial": {
/**
* Misskeyの使い方
*/
"title": string;
/**
* {name}稿
*/
"step1_1": ParameterizedString<"name">;
/**
* {name}
*/
"step1_2": ParameterizedString<"name">;
/**
* 2 TL + TL {name}稿
*/
"step1_3": ParameterizedString<"name">;
/**
* 稿
*/
"step2_1": string;
/**
* {name}
*/
"step2_2": ParameterizedString<"name">;
/**
* 稿
*/
"step3_1": string;
/**
*
*/
"step3_2": string;
/**
*
*/
"step4_1": string;
/**
* +
*/
"step4_2": string;
};
"_2fa": {
/**
*
@ -8203,6 +8593,14 @@ export interface Locale extends ILocale {
*
*/
"notifications": string;
/**
*
*/
"gamingMode": string;
/**
*
*/
"gyakubariMode": string;
/**
*
*/
@ -8697,6 +9095,10 @@ export interface Locale extends ILocale {
*
*/
"local": string;
/**
*
*/
"media": string;
/**
*
*/
@ -9037,6 +9439,10 @@ export interface Locale extends ILocale {
*
*/
"achievementEarned": string;
/**
*
*/
"loginbonus": string;
/**
*
*/
@ -9126,6 +9532,10 @@ export interface Locale extends ILocale {
*
*/
"achievementEarned": string;
/**
*
*/
"loginbonus": string;
/**
*
*/
@ -9758,6 +10168,40 @@ export interface Locale extends ILocale {
};
};
};
"_schedulePost": {
/**
* 稿
*/
"list": string;
/**
*
*/
"postDate": string;
/**
*
*/
"postTime": string;
/**
* 稿
*/
"localTime": string;
/**
*
*/
"addSchedule": string;
/**
* {date}稿
*/
"willBePostedAtX": ParameterizedString<"date">;
/**
* 稿
*/
"deleteAreYouSure": string;
/**
* 稿
*/
"deleteAndEditConfirm": string;
};
"_dataSaver": {
"_media": {
/**
@ -10070,6 +10514,16 @@ export interface Locale extends ILocale {
*
*/
"etcContributor": string;
"_draftSavingBehavior": {
/**
*
*/
"auto": string;
/**
*
*/
"manual": string;
};
}
declare const locales: {
[lang: string]: Locale;

View file

@ -11,16 +11,36 @@ password: "パスワード"
forgotPassword: "パスワードを忘れた"
fetchingAsApObject: "連合に照会中"
ok: "OK"
disableNoteDraftingDescription: "ノートの投稿フォームを開き直した際に、下書きを復元しないようにします。"
setDefaultProfileConfirm: "このプロファイルをデフォルトにしますか?"
emojiPickerProfile: "絵文字ピッカーのプロファイル"
notificationIndicator: "通知のインジケーターの数字を表示する"
hanntenn: "アイコンとバナーを反転させる"
hanntennInfo: "ダークだったらライトのアイコンに、ライトだったらダークのアイコンに。"
ruby: "ルビ"
disableNoteDrafting: "ノートの下書きの復元を無効化"
kakuregaFeature: "隠れ家"
pinnedChannel: "ピン留めされたチャンネル"
gotIt: "わかった"
cancel: "キャンセル"
myLists: "自分の作成したリスト"
noThankYou: "やめておく"
enterUsername: "ユーザー名を入力"
showGlobalTimeline: "グローバルタイムラインを表示する"
showHomeTimeline: "ホームタイムラインを表示する"
showLocalTimeline: "ローカルタイムラインを表示する"
topbarCustom: "トップバーのカスタムをする"
showSocialTimeline: "ソーシャルタイムラインを表示する"
topBarNameShown: "上のバーにTLの名前を省略して表示する"
renotedBy: "{user}がリノート"
noNotes: "ノートはありません"
noNotifications: "通知はありません"
instance: "サーバー"
settings: "設定"
notificationSettings: "通知の設定"
localListList: "このサーバーの公開のリスト"
favoriteLists: "お気に入りのリスト"
basicSettings: "基本設定"
otherSettings: "その他の設定"
openInWindow: "ウィンドウで開く"
@ -76,6 +96,10 @@ export: "エクスポート"
files: "ファイル"
download: "ダウンロード"
driveFileDeleteConfirm: "ファイル「{name}」を削除しますか?このファイルを使用した一部のコンテンツも削除されます。"
driveFilesDeleteConfirm: "{name}つのファイルを削除しますか?このファイルを使用した一部のコンテンツも削除されます。"
driveFilesSensitiveonConfirm: "{name}つのファイルをセンシティブにしますか?"
driveFilesSensitiveoffConfirm: "{name}つのファイルのセンシティブを解除しますか?"
driveFolderDeleteConfirm: "フォルダ「{name}」を削除しますか?このフォルダの中に存在するファイルを使用した一部のコンテンツも削除されます。"
unfollowConfirm: "{name}のフォローを解除しますか?"
exportRequested: "エクスポートをリクエストしました。これには時間がかかる場合があります。エクスポートが終わると、「ドライブ」に追加されます。"
importRequested: "インポートをリクエストしました。これには時間がかかる場合があります。"
@ -85,6 +109,7 @@ note: "ノート"
notes: "ノート"
following: "フォロー"
followers: "フォロワー"
points: "プリズム"
followsYou: "フォローされています"
createList: "リスト作成"
manageLists: "リストの管理"
@ -172,8 +197,12 @@ cacheRemoteSensitiveFilesDescription: "この設定を無効にすると、リ
flagAsBot: "Botとして設定"
flagAsBotDescription: "このアカウントがプログラムによって運用される場合は、このフラグをオンにします。オンにすると、反応の連鎖を防ぐためのフラグとして他の開発者に役立ったり、Type4nyのシステム上での扱いがBotに合ったものになります。"
flagAsCat: "にゃああああああああああああああ!!!!!!!!!!!!"
flagAsGorilla: "ウホウホウホホウホウホウホウホホホ!!!!!!!!!!!"
flagAsCatDescription: "にゃにゃにゃ??"
flagAsGorillaDescription: "ウホウホウホ??"
flagShowTimelineReplies: "タイムラインにノートへの返信を表示する"
showMediaTimeline: "メディアタイムラインを表示する"
showMediaTimelineInfo: "オンにするとメディアタイムラインを上のバーに表示します。 オフにすると表示しなくなります。"
flagShowTimelineRepliesDescription: "オンにすると、タイムラインにユーザーのノート以外にもそのユーザーの他のノートへの返信を表示します。"
autoAcceptFollowed: "フォロー中ユーザーからのフォロリクを自動承認"
addAccount: "アカウントを追加"
@ -267,14 +296,17 @@ announcements: "お知らせ"
imageUrl: "画像URL"
remove: "削除"
removed: "削除しました"
requestApprovalAreYouSure: "「{x}」のリクエストを承認しますか?"
removeAreYouSure: "「{x}」を削除しますか?"
deleteAreYouSure: "「{x}」を削除しますか?"
undraftAreYouSure: "「{x}」をドラフト解除しますか?"
resetAreYouSure: "リセットしますか?"
areYouSure: "よろしいですか?"
saved: "保存しました"
messaging: "チャット"
upload: "アップロード"
keepOriginalUploading: "オリジナル画像を保持"
isNotifyIsHome: "ホーム投稿で通知する"
keepOriginalUploadingDescription: "画像をアップロードする時にオリジナル版を保持します。オフにするとアップロード時にブラウザでWeb公開用画像を生成します。"
fromDrive: "ドライブから"
fromUrl: "URLから"
@ -305,9 +337,12 @@ location: "場所"
theme: "テーマ"
themeForLightMode: "ライトモードで使うテーマ"
themeForDarkMode: "ダークモードで使うテーマ"
gamingMode: 'ゲーミングモード'
gamingModeInfo: "ボタンなどの装飾をいい感じのグラデーションにします。 激しい点滅などはございません。"
light: "ライト"
dark: "ダーク"
lightThemes: "明るいテーマ"
remoteUserInfoUpdate: "アイコンなどが正常に表示されない場合にここをクリックしてください。"
darkThemes: "暗いテーマ"
syncDeviceDarkMode: "デバイスのダークモードと同期する"
drive: "ドライブ"
@ -322,6 +357,7 @@ folderName: "フォルダー名"
createFolder: "フォルダーを作成"
renameFolder: "フォルダー名を変更"
deleteFolder: "フォルダーを削除"
Folder: "フォルダー"
folder: "フォルダー"
addFile: "ファイルを追加"
emptyDrive: "ドライブは空です"
@ -526,6 +562,7 @@ dayOverDayChanges: "前日比"
appearance: "アピアランス"
clientSettings: "クライアント設定"
accountSettings: "アカウント設定"
timelineHeader: "タイムラインのヘッダー"
promotion: "プロモーション"
promote: "プロモート"
numberOfDays: "日数"
@ -553,6 +590,8 @@ serverLogs: "サーバーログ"
deleteAll: "全て削除"
showFixedPostForm: "タイムライン上部に投稿フォームを表示する"
showFixedPostFormInChannel: "タイムライン上部に投稿フォームを表示する(チャンネル)"
FeaturedOrNote: "ユーザーのページで最新のノートを表示する"
FeaturedOrNoteInfo: "ユーザーのページに行ったときにハイライトか最新のノートを表示するかを選択することができます。 オフでハイライト オンで最新のノート です"
withRepliesByDefaultForNewlyFollowed: "フォローする際、デフォルトで返信をTLに含むようにする"
newNoteRecived: "新しいノートがあります"
sounds: "サウンド"
@ -615,6 +654,7 @@ invisibleNote: "非公開の投稿"
enableInfiniteScroll: "自動でもっと見る"
visibility: "公開範囲"
poll: "アンケート"
schedulePost: "予約投稿"
useCw: "内容を隠す"
enablePlayer: "プレイヤーを開く"
disablePlayer: "プレイヤーを閉じる"
@ -638,6 +678,7 @@ large: "大"
medium: "中"
small: "小"
generateAccessToken: "アクセストークンの発行"
accessToken: "アクセストークン"
permission: "権限"
adminPermission: "管理者権限"
enableAll: "全て有効にする"
@ -672,6 +713,7 @@ copy: "コピー"
metrics: "メトリクス"
overview: "概要"
logs: "ログ"
mfm: 'mfm 装飾'
delayed: "遅延"
database: "データベース"
channel: "チャンネル"
@ -685,6 +727,8 @@ regenerateLoginToken: "ログイントークンを再生成"
regenerateLoginTokenDescription: "ログインに使用される内部トークンを再生成します。通常この操作を行う必要はありません。再生成すると、全てのデバイスでログアウトされます。"
theKeywordWhenSearchingForCustomEmoji: "カスタム絵文字を検索する時のキーワードになります。"
setMultipleBySeparatingWithSpace: "スペースで区切って複数設定できます。"
emojiNameValidation: "名前には英数字と_が利用できます。"
isSensitive: "センシティブ"
fileIdOrUrl: "ファイルIDまたはURL"
behavior: "動作"
sample: "サンプル"
@ -700,6 +744,8 @@ reporterOrigin: "通報元"
forwardReport: "リモートサーバーに通報を転送する"
forwardReportIsAnonymous: "リモートサーバーからはあなたの情報は見れず、匿名のシステムアカウントとして表示されます。"
send: "送信"
fileAttachedOnly: "ファイル付きのみ"
reportedNote: "通報されたノート"
abuseMarkAsResolved: "対応済みにする"
openInNewTab: "新しいタブで開く"
openInSideView: "サイドビューで開く"
@ -732,6 +778,8 @@ followersCount: "フォロワー数"
sentReactionsCount: "リアクションした数"
receivedReactionsCount: "リアクションされた数"
pollVotesCount: "アンケートに投票した数"
onlyAndWithSave: "タイムラインの絞り込みを保存する"
onlyAndWithSaveInfo: "ファイルのみ や リプライのみ などが保存されるようになります"
pollVotedCount: "アンケートに投票された数"
yes: "はい"
no: "いいえ"
@ -854,8 +902,14 @@ priority: "優先度"
high: "高"
middle: "中"
low: "低"
list: "一覧"
GamingSpeedChange: "ゲーミングの光るスピードの調整"
GamingSpeedChangeInfo: "左にすれば早くなる、右にすれば遅くなる。それだけ。"
emailNotConfiguredWarning: "メールアドレスの設定がされていません。"
ratio: "比率"
showVisibilityColor: "ノートの公開範囲を色付けする"
newEmojis: "新しい絵文字"
draftEmojis: "申請されている絵文字"
previewNoteText: "本文をプレビュー"
customCss: "カスタムCSS"
customCssWarn: "この設定は必ず知識のある方が行ってください。不適切な設定を行うとクライアントが正常に使用できなくなる恐れがあります。"
@ -888,6 +942,7 @@ itsOff: "オフになっています"
on: "オン"
off: "オフ"
emailRequiredForSignup: "アカウント登録にメールアドレスを必須にする"
enableGDPRMode: "GDPRモードを有効にする"
unread: "未読"
filter: "フィルタ"
controlPanel: "コントロールパネル"
@ -1009,6 +1064,7 @@ assign: "アサイン"
unassign: "アサインを解除"
color: "色"
manageCustomEmojis: "カスタム絵文字の管理"
requestCustomEmojis: "カスタム絵文字のリクエスト"
manageAvatarDecorations: "アバターデコレーションの管理"
youCannotCreateAnymore: "これ以上作成することはできません。"
cannotPerformTemporary: "一時的に利用できません"
@ -1058,6 +1114,11 @@ hiddenTags: "非表示ハッシュタグ"
hiddenTagsDescription: "設定したタグをトレンドに表示させないようにします。改行で区切って複数設定できます。"
notesSearchNotAvailable: "ノート検索は利用できません。"
license: "ライセンス"
requestPending: "申請中"
approval: "承認"
requestingEmojis: "リクエストされている絵文字"
draft: "ドラフト"
undrafted: "ドラフト解除"
unfavoriteConfirm: "お気に入り解除しますか?"
myClips: "自分のクリップ"
drivecleaner: "ドライブクリーナー"
@ -1075,6 +1136,9 @@ videos: "動画"
audio: "音声"
audioFiles: "音声"
dataSaver: "データセーバー"
cellularWithDataSaver: "モバイルデータ通信でデータセーバーをオンにする"
UltimateDataSaver: "究極のデータセーバー"
cellularWithUltimateDataSaver: "モバイルデータ通信で究極のデータセーバーをオンにする"
accountMigration: "アカウントの移行"
accountMoved: "このユーザーは新しいアカウントに移行しました:"
accountMovedShort: "このアカウントは移行されています"
@ -1166,11 +1230,11 @@ authentication: "認証"
authenticationRequiredToContinue: "続けるには認証を行ってください"
dateAndTime: "日時"
showRenotes: "リノートを表示"
showCw: "CWを非表示"
edited: "編集済み"
notificationRecieveConfig: "通知の受信設定"
mutualFollow: "相互フォロー"
followingOrFollower: "フォロー中またはフォロワー"
fileAttachedOnly: "ファイル付きのみ"
showRepliesToOthersInTimeline: "TLに他の人への返信を含める"
hideRepliesToOthersInTimeline: "TLに他の人への返信を含めない"
showRepliesToOthersInTimelineAll: "TLに現在フォロー中の人全員の返信を含めるようにする"
@ -1242,6 +1306,23 @@ keepOriginalFilenameDescription: "この設定をオフにすると、アップ
noDescription: "説明文はありません"
alwaysConfirmFollow: "フォローの際常に確認する"
inquiry: "お問い合わせ"
scheduledNoteDelete: "ノートの自己消滅"
noteDeletationAt: "このノートは{time}に消滅します"
cannotScheduleLaterThanOneYear: "1年以上先の日時を指定することはできません"
hideActivity: "アクティビティを非公開にする"
hideActivityDescription: "自分のプロフィールのアクティビティ (概要/アクティビティタブ) を他人が見れないようにします。このオプションを有効にしても、自分であればプロフィールのアクティビティタブから引き続き閲覧できます。"
channelAnnouncementDescription: "このお知らせはチャンネルのタイムライン上部に表示されます。最初の1行がタイトルとして表示され、2行目以降はお知らせをタップすることで表示されるようになります。"
postForm: "投稿フォーム"
postFormBottomSettingsDescription: "投稿フォームの下部に表示される項目の並び替えが出来ます。項目をクリックすると削除できます。"
clearPost: "投稿フォームをリセット"
addToEmojiPicker: "絵文字ピッカーに追加"
hideReactionCount: "リアクション数の非表示"
hideReactionUsers: "誰がリアクションをしたのかを非表示にする"
hideReactionUsersDescription: "リアクションをホバーした際のユーザー一覧と、ノート詳細ページのリアクションタブにあるリアクションをしたユーザー一覧を非表示にします"
drafts: "下書き"
draftSavingBehavior: "下書きの保存に関する動作"
saveAsDraft: "下書きとして保存"
draftOverwriteConfirm: "下書きを適用すると現在入力されている内容はリセットされます。よろしいですか?"
_delivery:
status: "配信状態"
@ -1694,14 +1775,18 @@ _role:
high: "高"
_options:
gtlAvailable: "グローバルタイムラインの閲覧"
emojiPickerProfileLimit: "絵文字ピッカーのプロファイルの上限数(最大5)"
ltlAvailable: "ローカルタイムラインの閲覧"
canPublicNote: "パブリック投稿の許可"
canEditNote: "ノートの編集"
canScheduleNote: "予約投稿の許可"
mentionMax: "ノート内の最大メンション数"
canInvite: "サーバー招待コードの発行"
inviteLimit: "招待コードの作成可能数"
inviteLimitCycle: "招待コードの発行間隔"
inviteExpirationTime: "招待コードの有効期限"
canManageCustomEmojis: "カスタム絵文字の管理"
canRequestCustomEmojis: "カスタム絵文字のリクエスト"
canManageAvatarDecorations: "アバターデコレーションの管理"
driveCapacity: "ドライブ容量"
alwaysMarkNsfw: "ファイルにNSFWを常に付与"
@ -1719,6 +1804,8 @@ _role:
canSearchNotes: "ノート検索の利用"
canUseTranslator: "翻訳機能の利用"
avatarDecorationLimit: "アイコンデコレーションの最大取付個数"
listPinnedLimit: "ピン留めリストの最大数"
localTimelineAnyLimit: "他鯖のローカルTL除けるやつ(最大値5)"
_condition:
roleAssignedTo: "マニュアルロールにアサイン済み"
isLocal: "ローカルユーザー"
@ -1842,6 +1929,7 @@ _aboutType4ny:
source: "ソースコード"
original: "オリジナル"
thisIsModifiedVersion: "{name}はオリジナルのType4nyを改変したバージョンを使用しています。"
forksource: "当フォークのソースコード"
translation: "Type4nyを翻訳"
donate: "Type4nyに寄付"
morePatrons: "他にも多くの方が支援してくれています。ありがとうございます🥰"
@ -1887,6 +1975,7 @@ _wordMute:
muteWords: "ミュートするワード"
muteWordsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります。"
muteWordsDescription2: "キーワードをスラッシュで囲むと正規表現になります。"
hideMutedNotes: "ミュートされた単語を含むノートを非表示にする"
_instanceMute:
instanceMuteDescription: "ミュートしたサーバーのユーザーへの返信を含めて、設定したサーバーの全てのートとRenoteをミュートします。"
@ -2010,6 +2099,18 @@ _time:
hour: "時間"
day: "日"
_timelineTutorial:
title: "Misskeyの使い方"
step1_1: "この画面は「タイムライン」です。{name}に投稿された「ノート」が時系列で表示されます。"
step1_2: "タイムラインにはいくつか種類があり、例えば「ホームタイムライン」にはあなたがフォローしている人のノートが流れ、「ローカルタイムライン」には{name}全体のノートが流れます。"
step1_3: "この2つ以外にも、「ソーシャルタイムライン」は ホームTL + ローカルTL のようなもので、 「メディアタイムライン」 には{name}で何かしらのファイル付きで投稿されたノートが流れます。"
step2_1: "試しに、何かノートを投稿してみましょう。画面上にある鉛筆マークのボタンを押すとフォームが開きます。"
step2_2: "初めてのノートの内容は、あなたの自己紹介や「{name}始めました」などがおすすめです。"
step3_1: "投稿できましたか?"
step3_2: "あなたのノートがタイムラインに表示されていれば成功です。"
step4_1: "ノートには、「リアクション」を付けることができます。"
step4_2: "リアクションを付けるには、ノートの「+」マークをクリックして、好きな絵文字を選択します。"
_2fa:
alreadyRegistered: "既に設定は完了しています。"
registerTOTP: "認証アプリの設定を開始"
@ -2158,6 +2259,8 @@ _widgets:
instanceInfo: "サーバー情報"
memo: "付箋"
notifications: "通知"
gamingMode: "ゲーミングモード"
gyakubariMode: "反転モード"
timeline: "タイムライン"
calendar: "カレンダー"
trends: "トレンド"
@ -2296,6 +2399,7 @@ _instanceCharts:
_timelines:
home: "ホーム"
local: "ローカル"
media: "メディア"
social: "ソーシャル"
global: "グローバル"
@ -2389,6 +2493,7 @@ _notification:
roleAssigned: "ロールが付与されました"
emptyPushNotificationMessage: "プッシュ通知の更新をしました"
achievementEarned: "実績を獲得"
loginbonus: "ログインボーナス"
testNotification: "通知テスト"
checkNotificationBehavior: "通知の表示を確かめる"
sendTestNotification: "テスト通知を送信する"
@ -2413,6 +2518,7 @@ _notification:
followRequestAccepted: "フォローが受理された"
roleAssigned: "ロールが付与された"
achievementEarned: "実績の獲得"
loginbonus: "ログインボーナス"
app: "連携アプリからの通知"
_actions:
@ -2597,6 +2703,16 @@ _externalResourceInstaller:
title: "テーマのインストールに失敗しました"
description: "テーマのインストール中に問題が発生しました。もう一度お試しください。エラーの詳細はJavascriptコンソールをご覧ください。"
_schedulePost:
list: "予約投稿一覧"
postDate: "日付"
postTime: "時刻"
localTime: "端末に設定されているタイムゾーンの時刻で投稿されます。"
addSchedule: "予約設定"
willBePostedAtX: "{date}に投稿予約しました。"
deleteAreYouSure: "予約投稿を削除しますか?"
deleteAndEditConfirm: "予約投稿を削除して編集しますか?"
_dataSaver:
_media:
title: "メディアの読み込みを無効化"
@ -2686,3 +2802,7 @@ _mediaControls:
loop: "ループ再生"
etcContributor: "その他の貢献者"
_draftSavingBehavior:
auto: "自動的に保存する"
manual: "都度確認する"