文档图示 模块文档[查看] [编辑] [历史] [清除缓存]

本转换组旨在用于电信领域协议和电信相关的转换。由于常常需要结合IT转换组使用,和Communication转换组关系反而不大,故独立设置转换组。

return {
	
-- 填写下面的两个参数
name = 'Telcom',
description = '电信',
content = {
	
{ type = 'text', text = [[
== 基础 ==
]] },
{ type = 'item', original = 'telecommunication', rule = 'zh-hans:电信; zh-hk:電訊; zh-tw:電信;' },
{ type = 'item', original = 'Communication', rule = 'zh-cn:通信;zh-tw:通訊;' },
{ type = 'item', original = 'digital', rule = 'zh-hans:数字;zh-hk:數碼;zh-tw:數位;' },
{ type = 'item', original = 'analog', rule = 'zh-hans:模拟; zh-hant:類比;' },
{ type = 'item', original = 'network', rule = 'zh-cn:网络; zh-tw:網路; zh-hk:網絡;' },
{ type = 'item', original = 'Integrated Services Digital Network', rule = 'zh-hans:综合业务数字网;zh-hk:綜合服務數碼網絡;zh-tw:整合服務數位網路;' },
{ type = 'item', original = 'calling party', rule = 'zh-cn:呼叫方; zh-tw:發話方; ' },
{ type = 'item', original = 'called party', rule = 'zh-cn:被叫方; zh-tw:受話方; ' },
{ type = 'item', original = 'gateway', rule = 'zh-cn:网关; zh-tw:閘道; ' },
{ type = 'item', original = 'quality', rule = 'zh-hans:质量; zh-hant:品質; ' },
{ type = 'item', original = 'missing', rule = 'zh-hans:丢失; zh-hant:遺失; ' },
{ type = 'item', original = 'message', rule = 'zh-hans:报文; zh-hant:封包; ' },
{ type = 'item', original = 'message', rule = 'zh-hans:消息; zh-hant:訊息; ' },
{ type = 'item', original = 'Private Branch Exchange', rule = 'zh-hans:专用小交换机; zh-hant:專用交換機; ' },
{ type = 'item', original = 'Public Switched Telephone Network', rule = 'zh-cn:公共交换电话网; zh-tw:公用交換電話網路; ' },

{ type = 'text', text = [[
== 协议 ==
]] },
{ type = 'item', original = 'protocol', rule = 'zh-hans:协议; zh-hant:協定;' },
{ type = 'item', original = 'Protocol stack', rule = 'zh-hans:协议栈; zh-hant:協定疊;' },
{ type = 'item', original = 'Protocol Suite', rule = 'zh-hans:协议族; zh-hant:協定套組;' },
{ type = 'item', original = 'Real-time Transport Protocol', rule = 'zh-cn:实时传输协议; zh-tw:即時傳輸協定; zh-hk:實時傳輸協定;' },
{ type = 'item', original = 'Session Initiation Protocol', rule = 'zh-cn:会话发起协议; zh-tw:對話啟動協定;' },
{ type = 'item', original = 'Internet Protocol', rule = 'zh-cn:网际协议; zh-hk:網際網絡協定;zh-tw:網際網路協定;' },

},
}