mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-23 22:56:53 +09:00
enhance e902193f
This commit is contained in:
parent
8ecfe444d8
commit
a3bc7bb694
@ -3,7 +3,7 @@ _lang_: "한국어"
|
||||
youBlocked: "앗.. 차단당했어요.."
|
||||
youBlockedDescription: "{user} 님을 팔로우하거나 해당 사용자의 게시물을 볼 수 없어요."
|
||||
schedulePost: "노트 게시 예약"
|
||||
schedulePostList: "게시가 예약된 노트 목록"
|
||||
schedulePostList: "노트 게시 예약 목록"
|
||||
welcomeBackToast: "일정 시간이 지난 후 접속했을 때 환영 메시지 표시"
|
||||
invalidTextLengthError: "입력된 문자수가 너무 많아요"
|
||||
invalidTextLengthDescription: "문자수가 {limitValue}자로 제한되어 있어요. 현재 입력된 문자수는 {value}자예요."
|
||||
|
@ -1143,7 +1143,7 @@ function showOtherMenu(ev: MouseEvent) {
|
||||
});
|
||||
|
||||
if ($i.policies.scheduleNoteMax > 0) {
|
||||
menuItems.push({
|
||||
menuItems.push({ type: 'divider' }, {
|
||||
type: 'button',
|
||||
text: i18n.ts.schedulePost,
|
||||
icon: 'ti ti-calendar-time',
|
||||
|
@ -1172,7 +1172,7 @@ function showOtherMenu(ev: MouseEvent) {
|
||||
});
|
||||
|
||||
if ($i.policies.scheduleNoteMax > 0) {
|
||||
menuItems.push({
|
||||
menuItems.push({ type: 'divider' }, {
|
||||
type: 'button',
|
||||
text: i18n.ts.schedulePost,
|
||||
icon: 'ti ti-calendar-time',
|
||||
|
Loading…
Reference in New Issue
Block a user