feat(emoji): 管理用のカスタム絵文字フィールドの追加 (MisskeyIO#397)
This commit is contained in:
parent
c4cc9dae87
commit
8befa531a5
18 changed files with 168 additions and 23 deletions
|
|
@ -1052,6 +1052,7 @@ hiddenTags: "Hidden hashtags"
|
|||
hiddenTagsDescription: "Select tags which will not shown on trend list.\nMultiple tags could be registered by lines."
|
||||
notesSearchNotAvailable: "Note search is unavailable."
|
||||
license: "License"
|
||||
request: "Request"
|
||||
unfavoriteConfirm: "Really remove from favorites?"
|
||||
myClips: "My clips"
|
||||
drivecleaner: "Drive Cleaner"
|
||||
|
|
|
|||
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -4220,6 +4220,10 @@ export interface Locale extends ILocale {
|
|||
* ライセンス
|
||||
*/
|
||||
"license": string;
|
||||
/**
|
||||
* リクエスト
|
||||
*/
|
||||
"request": string;
|
||||
/**
|
||||
* お気に入り解除しますか?
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1051,6 +1051,7 @@ hiddenTags: "非表示ハッシュタグ"
|
|||
hiddenTagsDescription: "設定したタグをトレンドに表示させないようにします。改行で区切って複数設定できます。"
|
||||
notesSearchNotAvailable: "ノート検索は利用できません。"
|
||||
license: "ライセンス"
|
||||
request: "リクエスト"
|
||||
unfavoriteConfirm: "お気に入り解除しますか?"
|
||||
myClips: "自分のクリップ"
|
||||
drivecleaner: "ドライブクリーナー"
|
||||
|
|
|
|||
|
|
@ -1051,6 +1051,7 @@ hiddenTags: "숨긴 해시태그"
|
|||
hiddenTagsDescription: "설정한 태그를 트렌드에 표시하지 않도록 합니다. 줄 바꿈으로 하나씩 나눠서 설정할 수 있습니다."
|
||||
notesSearchNotAvailable: "노트 검색을 이용하실 수 없습니다."
|
||||
license: "라이선스"
|
||||
request: "요청"
|
||||
unfavoriteConfirm: "즐겨찾기를 해제하시겠습니까?"
|
||||
myClips: "내 클립"
|
||||
drivecleaner: "드라이브 정리"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue