Skip to content

Commit

Permalink
Translate monitoringservice_i18n.properties in zh_CN
Browse files Browse the repository at this point in the history
100% translated source file: 'monitoringservice_i18n.properties'
on 'zh_CN'.
  • Loading branch information
transifex-integration[bot] authored and guusdk committed Jun 27, 2024
1 parent c1ab99e commit a9247d7
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/i18n/monitoringservice_i18n_zh_CN.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## I18N file for the Openfire monitoring plugin, but only for it's properties
## Due to an inconvenient inconsistency between plugin name and plugin file name, Openfire will use different values
## to look up translations for properties.
## to look up translations for properties.
system_property.archive.FORCE_RSM=强制将结果集管理应用于 MAM 查询(XEP-0313)
system_property.archive.ignore-retrieval-exceptions=检索 MAM 结果时抑制任何数据库错误(XEP-0313)
system_property.archive.settings.logapi.enabled=启用日志 API
system_property.conversation.archiver.conversation.grace-period=在将批量进行永久存储之前,等待更多对话到达的最长毫秒数。
system_property.conversation.archiver.conversation.max-purge-interval=在数据库中存储对话数据之前,延迟时间不得超过此值
system_property.conversation.archiver.conversation.max-work-queue-size=提交到数据库前的最多对话次数
system_property.conversation.archiver.message.grace-period=在将批量进行永久存储之前,等待更多消息工作到达的最长毫秒数。
system_property.conversation.archiver.message.max-purge-interval=在数据库中存储消息数据之前,延迟时间不得超过此值
system_property.conversation.archiver.message.max-work-queue-size=提交到数据库前的最多消息数
system_property.conversation.archiver.participant.grace-period=在将批量进行永久存储之前,等待更多参与者到达的最长毫秒数。
system_property.conversation.archiver.participant.max-purge-interval=在数据库中存储参与者数据之前,延迟时间不得超过此值
system_property.conversation.archiver.participant.max-work-queue-size=提交到数据库之前的最大参与者数
system_property.conversation.database.jid-columns-have-been-migrated=一次性迁移,将完整的 JID 值拆分为裸 JID 和资源部分组件
system_property.conversation.database.use-openfire-tables=将存档的消息存储在第一方 Openfire 表中,而不是监控插件创建的表中
system_property.conversation.idleTime=对话结束前可以空闲的最大分钟数
system_property.conversation.maxAge=从数据库中清除消息之前保留消息的最大天数
system_property.conversation.maxRetrievable=允许用户检索消息的天数
system_property.conversation.maxTime=对话在结束之前可以持续的最大分钟数
system_property.conversation.messageArchiving=启用一对一消息的存档
system_property.conversation.metadataArchiving=启用对话元数据的存档
system_property.conversation.roomArchiving=启用 MUC 消息的存档
system_property.conversation.roomArchiving.PMinPersonalArchive=控制 MUC 私信是否存储在个人存档中,以便进行消息存档(XEP-0313)
system_property.conversation.roomArchiving.PMinRoomArchive=控制 MUC 私信是否存储在房间存档中,以便进行消息存档(XEP-0313)
system_property.conversation.roomArchivingStanzas=在存档 MUC 消息时启用完整节的存储
system_property.conversation.roomsArchived=要存档消息的 MUC 房间列表。空的时候,所有房间都会存档。
system_property.conversation.search.updateInterval=更新搜索索引的频率(分钟)
system_property.monitoring.search.allow-unrecognized-fields=如果为“true”,则会忽略查询中无法识别的搜索筛选器,否则会导致错误响应。
system_property.stats.mock.viewer=在监控插件管理页面中显示随机统计

0 comments on commit a9247d7

Please sign in to comment.