i18n (MisskeyIO#954)

This commit is contained in:
あわわわとーにゅ 2025-03-31 10:30:56 +09:00 committed by GitHub
parent 00a550387f
commit 0867aa69a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 4 deletions

View file

@ -1325,6 +1325,10 @@ scheduled: "Scheduled"
unschedule: "Unschedule" unschedule: "Unschedule"
setScheduledTime: "Set scheduled time" setScheduledTime: "Set scheduled time"
willBePostedAt: "Note will be posted at {x}" willBePostedAt: "Note will be posted at {x}"
sensitiveByModerator: "This file has been marked as sensitive by the administrator.\nFor more information, please check the [NSFW Guidelines](https://go.misskey.io/media-guideline)."
thisInfoIsNotVisibleOtherUser: "This information is not visible to other users."
flushItAway: "Let it go"
deleteNotWash: "Deleting this won't make everything let bygones be bygones, but..."
_bubbleGame: _bubbleGame:
howToPlay: "How to play" howToPlay: "How to play"
@ -2499,6 +2503,7 @@ _notification:
renotedBySomeUsers: "Renote from {n} users" renotedBySomeUsers: "Renote from {n} users"
followedBySomeUsers: "Followed by {n} users" followedBySomeUsers: "Followed by {n} users"
flushNotification: "Clear notifications" flushNotification: "Clear notifications"
sensitiveFlagAssigned: "Your file has been marked as sensitive"
_types: _types:
all: "All" all: "All"
note: "New notes" note: "New notes"

4
locales/index.d.ts vendored
View file

@ -5376,7 +5376,7 @@ export interface Locale extends ILocale {
*/ */
"flushItAway": string; "flushItAway": string;
/** /**
* *
*/ */
"deleteNotWash": string; "deleteNotWash": string;
"_bubbleGame": { "_bubbleGame": {
@ -9765,7 +9765,7 @@ export interface Locale extends ILocale {
*/ */
"flushNotification": string; "flushNotification": string;
/** /**
* *
*/ */
"sensitiveFlagAssigned": string; "sensitiveFlagAssigned": string;
"_types": { "_types": {

View file

@ -1337,7 +1337,7 @@ willBePostedAt: "{x}に投稿されます"
sensitiveByModerator: "管理者によって、ドライブのファイルがセンシティブとして設定されました。\n詳細については、[NSFWガイドライン](https://go.misskey.io/media-guideline)を確認してください。" sensitiveByModerator: "管理者によって、ドライブのファイルがセンシティブとして設定されました。\n詳細については、[NSFWガイドライン](https://go.misskey.io/media-guideline)を確認してください。"
thisInfoIsNotVisibleOtherUser: "この情報は他のユーザーには公開されません。" thisInfoIsNotVisibleOtherUser: "この情報は他のユーザーには公開されません。"
flushItAway: "水に流す" flushItAway: "水に流す"
deleteNotWash: "削除をしても全てが水に流れるわけではありませんが" deleteNotWash: "削除をしても全てが水に流れるわけではありませんが"
_bubbleGame: _bubbleGame:
howToPlay: "遊び方" howToPlay: "遊び方"
@ -2566,7 +2566,7 @@ _notification:
renotedBySomeUsers: "{n}人がリノートしました" renotedBySomeUsers: "{n}人がリノートしました"
followedBySomeUsers: "{n}人にフォローされました" followedBySomeUsers: "{n}人にフォローされました"
flushNotification: "通知の履歴をリセットする" flushNotification: "通知の履歴をリセットする"
sensitiveFlagAssigned: "ドライブのファイルがセンシティブとして設定されました" sensitiveFlagAssigned: "ファイルがセンシティブとして設定されました"
_types: _types:
all: "すべて" all: "すべて"

View file

@ -1322,6 +1322,10 @@ scheduled: "예약됨"
unschedule: "예약 취소" unschedule: "예약 취소"
setScheduledTime: "예약 시간 설정" setScheduledTime: "예약 시간 설정"
willBePostedAt: "{x}에 게시됩니다" willBePostedAt: "{x}에 게시됩니다"
sensitiveByModerator: "관리자에 의해 드라이브의 파일이 열람주의로 설정되었습니다.\n자세한 내용은 [NSFW 가이드라인](https://go.misskey.io/media-guideline)을 확인해 주세요."
thisInfoIsNotVisibleOtherUser: "이 정보는 다른 사용자에게 공개되지 않습니다."
flushItAway: "묻어두기"
deleteNotWash: "삭제해도 모든 것이 없었던 일이 되는 것은 아닙니다만..."
_bubbleGame: _bubbleGame:
howToPlay: "설명" howToPlay: "설명"
@ -2484,6 +2488,7 @@ _notification:
renotedBySomeUsers: "{n}명이 리노트했습니다" renotedBySomeUsers: "{n}명이 리노트했습니다"
followedBySomeUsers: "{n}명에게 팔로우됨" followedBySomeUsers: "{n}명에게 팔로우됨"
flushNotification: "알림 이력을 초기화" flushNotification: "알림 이력을 초기화"
sensitiveFlagAssigned: "파일이 열람주의로 설정되었습니다"
_types: _types:
all: "전부" all: "전부"
note: "사용자의 새 글" note: "사용자의 새 글"