upd: add option for reply depth
This commit is contained in:
parent
107cbac914
commit
05166f79e1
8 changed files with 23 additions and 4 deletions
|
@ -944,6 +944,8 @@ approvalStatus: "Approval Status"
|
|||
document: "Documentation"
|
||||
numberOfPageCache: "Number of cached pages"
|
||||
numberOfPageCacheDescription: "Increasing this number will improve convenience for but cause more load as more memory usage on the user's device."
|
||||
numberOfReplies: "Number of replies in a thread"
|
||||
numberOfRepliesDescription: "Increasing this number will display more replies. Setting this too high can cause replies to be cramped and unreadable."
|
||||
logoutConfirm: "Really log out?"
|
||||
lastActiveDate: "Last used at"
|
||||
statusbar: "Status bar"
|
||||
|
|
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
|
@ -947,6 +947,8 @@ export interface Locale {
|
|||
"document": string;
|
||||
"numberOfPageCache": string;
|
||||
"numberOfPageCacheDescription": string;
|
||||
"numberOfReplies": string;
|
||||
"numberOfRepliesDescription": string;
|
||||
"logoutConfirm": string;
|
||||
"lastActiveDate": string;
|
||||
"statusbar": string;
|
||||
|
|
|
@ -944,6 +944,8 @@ approvalStatus: "承認状況"
|
|||
document: "ドキュメント"
|
||||
numberOfPageCache: "ページキャッシュ数"
|
||||
numberOfPageCacheDescription: "多くすると利便性が向上しますが、負荷とメモリ使用量が増えます。"
|
||||
numberOfReplies: ""
|
||||
numberOfRepliesDescription: ""
|
||||
logoutConfirm: "ログアウトしますか?"
|
||||
lastActiveDate: "最終利用日時"
|
||||
statusbar: "ステータスバー"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue