From 0867aa69a90f73b5de110185ae23e5e8555a8958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:30:56 +0900 Subject: [PATCH] i18n (MisskeyIO#954) --- locales/en-US.yml | 5 +++++ locales/index.d.ts | 4 ++-- locales/ja-JP.yml | 4 ++-- locales/ko-KR.yml | 5 +++++ 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index f13ddc7bf..d2712d3f5 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1325,6 +1325,10 @@ scheduled: "Scheduled" unschedule: "Unschedule" setScheduledTime: "Set scheduled time" 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: howToPlay: "How to play" @@ -2499,6 +2503,7 @@ _notification: renotedBySomeUsers: "Renote from {n} users" followedBySomeUsers: "Followed by {n} users" flushNotification: "Clear notifications" + sensitiveFlagAssigned: "Your file has been marked as sensitive" _types: all: "All" note: "New notes" diff --git a/locales/index.d.ts b/locales/index.d.ts index ca4b75b51..7dba79e3b 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5376,7 +5376,7 @@ export interface Locale extends ILocale { */ "flushItAway": string; /** - * 削除をしても全てが水に流れるわけではありませんが + * 削除をしても全てが水に流れるわけではありませんが… */ "deleteNotWash": string; "_bubbleGame": { @@ -9765,7 +9765,7 @@ export interface Locale extends ILocale { */ "flushNotification": string; /** - * ドライブのファイルがセンシティブとして設定されました + * ファイルがセンシティブとして設定されました */ "sensitiveFlagAssigned": string; "_types": { diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 2aad7056b..4c3adfbed 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1337,7 +1337,7 @@ willBePostedAt: "{x}に投稿されます" sensitiveByModerator: "管理者によって、ドライブのファイルがセンシティブとして設定されました。\n詳細については、[NSFWガイドライン](https://go.misskey.io/media-guideline)を確認してください。" thisInfoIsNotVisibleOtherUser: "この情報は他のユーザーには公開されません。" flushItAway: "水に流す" -deleteNotWash: "削除をしても全てが水に流れるわけではありませんが" +deleteNotWash: "削除をしても全てが水に流れるわけではありませんが…" _bubbleGame: howToPlay: "遊び方" @@ -2566,7 +2566,7 @@ _notification: renotedBySomeUsers: "{n}人がリノートしました" followedBySomeUsers: "{n}人にフォローされました" flushNotification: "通知の履歴をリセットする" - sensitiveFlagAssigned: "ドライブのファイルがセンシティブとして設定されました" + sensitiveFlagAssigned: "ファイルがセンシティブとして設定されました" _types: all: "すべて" diff --git a/locales/ko-KR.yml b/locales/ko-KR.yml index 001aeb124..86b0b7e0e 100644 --- a/locales/ko-KR.yml +++ b/locales/ko-KR.yml @@ -1322,6 +1322,10 @@ scheduled: "예약됨" unschedule: "예약 취소" setScheduledTime: "예약 시간 설정" willBePostedAt: "{x}에 게시됩니다" +sensitiveByModerator: "관리자에 의해 드라이브의 파일이 열람주의로 설정되었습니다.\n자세한 내용은 [NSFW 가이드라인](https://go.misskey.io/media-guideline)을 확인해 주세요." +thisInfoIsNotVisibleOtherUser: "이 정보는 다른 사용자에게 공개되지 않습니다." +flushItAway: "묻어두기" +deleteNotWash: "삭제해도 모든 것이 없었던 일이 되는 것은 아닙니다만..." _bubbleGame: howToPlay: "설명" @@ -2484,6 +2488,7 @@ _notification: renotedBySomeUsers: "{n}명이 리노트했습니다" followedBySomeUsers: "{n}명에게 팔로우됨" flushNotification: "알림 이력을 초기화" + sensitiveFlagAssigned: "파일이 열람주의로 설정되었습니다" _types: all: "전부" note: "사용자의 새 글"