upd: add locales for client settings

This commit is contained in:
Mar0xy 2023-10-15 19:25:21 +02:00
parent 2f1f463009
commit 18f7067103
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 12 additions and 3 deletions

View file

@ -998,6 +998,8 @@ thisPostMayBeAnnoyingHome: "Post to home timeline"
thisPostMayBeAnnoyingCancel: "Cancel"
thisPostMayBeAnnoyingIgnore: "Post anyway"
collapseRenotes: "Collapse renotes you've already seen"
collapseFiles: "Collapse files"
autoloadConversation: "Load conversation on replies"
internalServerError: "Internal Server Error"
internalServerErrorDescription: "The server has run into an unexpected error."
copyErrorInfo: "Copy error details"
@ -1121,6 +1123,7 @@ loadReplies: "Show replies"
loadConversation: "Show conversation"
pinnedList: "Pinned list"
keepScreenOn: "Keep screen on"
clickToOpen: "Click to open notes"
verifiedLink: "Link ownership has been verified"
notifyNotes: "Notify about new notes"
unnotifyNotes: "Stop notifying about new notes"

3
locales/index.d.ts vendored
View file

@ -1001,6 +1001,8 @@ export interface Locale {
"thisPostMayBeAnnoyingCancel": string;
"thisPostMayBeAnnoyingIgnore": string;
"collapseRenotes": string;
"collapseFiles": string;
"autoloadConversation": string;
"internalServerError": string;
"internalServerErrorDescription": string;
"copyErrorInfo": string;
@ -1124,6 +1126,7 @@ export interface Locale {
"loadConversation": string;
"pinnedList": string;
"keepScreenOn": string;
"clickToOpen": string;
"verifiedLink": string;
"notifyNotes": string;
"unnotifyNotes": string;

View file

@ -998,6 +998,8 @@ thisPostMayBeAnnoyingHome: "ホームに投稿"
thisPostMayBeAnnoyingCancel: "やめる"
thisPostMayBeAnnoyingIgnore: "このまま投稿"
collapseRenotes: "見たことのあるリノートを省略して表示"
collapseFiles: "ファイルを折りたたむ"
autoloadConversation: "返信に会話を読み込む"
internalServerError: "サーバー内部エラー"
internalServerErrorDescription: "サーバー内部で予期しないエラーが発生しました。"
copyErrorInfo: "エラー情報をコピー"
@ -1121,6 +1123,7 @@ loadReplies: "返信を見る"
loadConversation: "会話を見る"
pinnedList: "ピン留めされたリスト"
keepScreenOn: "デバイスの画面を常にオンにする"
clickToOpen: "クリックしてノートを開く"
verifiedLink: "このリンク先の所有者であることが確認されました"
notifyNotes: "投稿を通知"
unnotifyNotes: "投稿の通知を解除"