chore(locale): update locale for new strings
This commit is contained in:
parent
e85a9dc8e0
commit
15990d584d
@ -1074,6 +1074,7 @@ retryAllQueuesConfirmText: "This will temporarily increase the server load."
|
||||
enableChartsForRemoteUser: "Generate remote user data charts"
|
||||
enableChartsForFederatedInstances: "Generate remote instance data charts"
|
||||
showClipButtonInNoteFooter: "Add \"Clip\" to note action menu"
|
||||
showTranslateButtonInNoteFooter: "Add \"Translate\" to note action menu"
|
||||
reactionsDisplaySize: "Reaction display size"
|
||||
limitWidthOfReaction: "Limits the maximum width of reactions and display them in reduced size."
|
||||
noteIdOrUrl: "Note ID or URL"
|
||||
@ -1726,6 +1727,7 @@ _role:
|
||||
canCreateContent: "Can create contents"
|
||||
canUpdateContent: "Can edit contents"
|
||||
canDeleteContent: "Can delete contents"
|
||||
canUseAccountRemoval: "Can delete account"
|
||||
canPurgeAccount: "Can delete account completely"
|
||||
canUpdateAvatar: "Can change avatar"
|
||||
canUpdateBanner: "Can change banner"
|
||||
@ -1805,6 +1807,7 @@ _accountDelete:
|
||||
requestAccountDelete: "Request account deletion"
|
||||
started: "Deletion has been started."
|
||||
inProgress: "Deletion is currently in progress"
|
||||
youCantUseThisTime: "You can't request account deletion for now."
|
||||
_ad:
|
||||
back: "Back"
|
||||
reduceFrequencyOfThisAd: "Show this ad less"
|
||||
|
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
@ -4320,6 +4320,10 @@ export interface Locale extends ILocale {
|
||||
* ノートのアクションにクリップを追加
|
||||
*/
|
||||
"showClipButtonInNoteFooter": string;
|
||||
/**
|
||||
* ノートのアクション翻訳にを追加
|
||||
*/
|
||||
"showTranslateButtonInNoteFooter": string;
|
||||
/**
|
||||
* リアクションの表示サイズ
|
||||
*/
|
||||
|
@ -1076,6 +1076,7 @@ retryAllQueuesConfirmText: "一時的にサーバーの負荷が増大するこ
|
||||
enableChartsForRemoteUser: "リモートユーザーのチャートを生成"
|
||||
enableChartsForFederatedInstances: "リモートサーバーのチャートを生成"
|
||||
showClipButtonInNoteFooter: "ノートのアクションにクリップを追加"
|
||||
showTranslateButtonInNoteFooter: "ノートのアクション翻訳にを追加"
|
||||
reactionsDisplaySize: "リアクションの表示サイズ"
|
||||
limitWidthOfReaction: "リアクションの最大横幅を制限し、縮小して表示する"
|
||||
noteIdOrUrl: "ノートIDまたはURL"
|
||||
|
@ -1073,6 +1073,7 @@ retryAllQueuesConfirmText: "일시적으로 서버의 부하가 증가할 수
|
||||
enableChartsForRemoteUser: "리모트 유저의 차트를 생성"
|
||||
enableChartsForFederatedInstances: "리모트 서버의 차트를 생성"
|
||||
showClipButtonInNoteFooter: "노트 동작에 클립을 추가"
|
||||
showTranslateButtonInNoteFooter: "노트 동작에 번역을 추가"
|
||||
reactionsDisplaySize: "리액션 표시 크기"
|
||||
limitWidthOfReaction: "리액션의 최대 폭을 제한하고 작게 표시하기"
|
||||
noteIdOrUrl: "노트 ID 및 URL"
|
||||
@ -1715,6 +1716,7 @@ _role:
|
||||
gtlAvailable: "글로벌 타임라인 보이기"
|
||||
ltlAvailable: "로컬 타임라인 보이기"
|
||||
canPublicNote: "공개 노트 허용"
|
||||
canInitiateConversation: "멘션, 답글, 인용 허용"
|
||||
mentionMax: "노트에 넣을 수 있는 멘션 수"
|
||||
canCreateContent: "컨텐츠 생성 허용"
|
||||
canUpdateContent: "컨텐츠 수정 허용"
|
||||
|
Loading…
Reference in New Issue
Block a user