1
0

merge from misskey-develop

This commit is contained in:
Hazelnoot
2025-04-02 22:29:14 -04:00
54 changed files with 614 additions and 118 deletions
+12
View File
@@ -1714,6 +1714,10 @@ export interface Locale extends ILocale {
*
*/
"withFileAntenna": string;
/**
*
*/
"hideNotesInSensitiveChannel": string;
/**
*
*/
@@ -5375,6 +5379,10 @@ export interface Locale extends ILocale {
*
*/
"top": string;
/**
*
*/
"embed": string;
"_chat": {
/**
*
@@ -5663,6 +5671,10 @@ export interface Locale extends ILocale {
*
*/
"ifOff": string;
/**
*
*/
"enableSyncThemesBetweenDevices": string;
"_chat": {
/**
*
+3
View File
@@ -424,6 +424,7 @@ antennaExcludeBots: "Botアカウントを除外"
antennaKeywordsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります"
notifyAntenna: "新しいノートを通知する"
withFileAntenna: "ファイルが添付されたノートのみ"
hideNotesInSensitiveChannel: "センシティブなチャンネルのノートを非表示"
enableServiceworker: "ブラウザへのプッシュ通知を有効にする"
antennaUsersDescription: "ユーザー名を改行で区切って指定します"
caseSensitive: "大文字小文字を区別する"
@@ -1339,6 +1340,7 @@ compress: "圧縮"
right: "右"
bottom: "下"
top: "上"
embed: "埋め込み"
_chat:
noMessagesYet: "まだメッセージはありません"
@@ -1416,6 +1418,7 @@ _settings:
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
ifOn: "オンのとき"
ifOff: "オフのとき"
enableSyncThemesBetweenDevices: "デバイス間でインストールしたテーマを同期"
_chat:
showSenderName: "送信者の名前を表示"