mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-03 22:30:40 +02:00
Latest translations and fallbacks
This commit is contained in:
@@ -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": "投稿が削除可能な秒数"
|
||||
}
|
||||
@@ -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 <a href=\"https://activitypub.rocks/\">ActivityPub</a>. 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)",
|
||||
|
||||
Reference in New Issue
Block a user