i18n (MisskeyIO#954)
This commit is contained in:
parent
00a550387f
commit
0867aa69a9
4 changed files with 14 additions and 4 deletions
|
@ -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"
|
||||
|
|
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -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": {
|
||||
|
|
|
@ -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: "すべて"
|
||||
|
|
|
@ -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: "사용자의 새 글"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue