From ab3c9fae9a4b11acf2e544e9c38b808a980cbd8e Mon Sep 17 00:00:00 2001 From: Misty Release Bot Date: Mon, 9 Mar 2026 09:07:39 +0000 Subject: [PATCH] Latest translations and fallbacks --- public/language/ja/admin/settings/chat.json | 12 ++++++------ public/language/tr/admin/settings/activitypub.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/language/ja/admin/settings/chat.json b/public/language/ja/admin/settings/chat.json index bd74261bd1..26617ee3d1 100644 --- a/public/language/ja/admin/settings/chat.json +++ b/public/language/ja/admin/settings/chat.json @@ -5,11 +5,11 @@ "disable-editing": "チャットメッセージの編集/削除を無効にする", "disable-editing-help": "管理者およびグローバルモデレーターはこの制限を免除されます", "max-length": "チャットメッセージの最大の長さ", - "max-length-remote": "Maximum length of remote chat messages", - "max-length-remote-help": "This value is usually set higher than the chat message maximum for local users as remote messages tend to be longer (with @ mentions, etc.)", - "max-chat-room-name-length": "Maximum length of chat room names", + "max-length-remote": "リモートチャットメッセージの最大長", + "max-length-remote-help": "リモートメッセージは通常長いため(@メンションなど)、この値はローカルユーザー用のチャットメッセージ最大値より高く設定されることが多いです。", + "max-chat-room-name-length": "チャットルーム名の最大長", "max-room-size": "チャットルームの最大ユーザー数", - "delay": "Time between chat messages (ms)", - "restrictions.seconds-edit-after": "Number of seconds a chat message will remain editable.", - "restrictions.seconds-delete-after": "Number of seconds a chat message will remain deletable." + "delay": "チャットメッセージ間の時間(ミリ秒)", + "restrictions.seconds-edit-after": "投稿が編集可能な秒数", + "restrictions.seconds-delete-after": "投稿が削除可能な秒数" } \ No newline at end of file diff --git a/public/language/tr/admin/settings/activitypub.json b/public/language/tr/admin/settings/activitypub.json index 0486870db1..b3b553f336 100644 --- a/public/language/tr/admin/settings/activitypub.json +++ b/public/language/tr/admin/settings/activitypub.json @@ -1,7 +1,7 @@ { "intro-lead": "What is Federation?", "intro-body": "NodeBB is able to communicate with other NodeBB instances that support it. This is achieved through a protocol called ActivityPub. If enabled, NodeBB will also be able to communicate with other apps and websites that use ActivityPub (e.g. Mastodon, Peertube, etc.)", - "general": "General", + "general": "Genel", "pruning": "Content Pruning", "content-pruning": "Days to keep remote content", "content-pruning-help": "Note that remote content that has received engagement (a reply or a upvote/downvote) will be preserved. (0 for disabled)",