File: /home/xedaptot/be.naniguide.com/resources/lang/zh/refactor/admin_webhooks.php
<?php return array (
'action.delete' => '删除',
'action.disable' => '禁用',
'action.edit' => '编辑',
'action.enable' => '启用',
'action.setup' => 'HTTP 设置',
'banner.desc' => 'Webhook 允许您的应用在特定事件发生时(如订阅者操作、活动事件)向外部 URL 发送 HTTP 通知。',
'banner.title' => '事件通知',
'buttons.cancel' => '取消',
'buttons.create' => '添加 Webhook',
'buttons.save' => '保存 Webhook',
'buttons.update' => '更新 Webhook',
'col.created' => '创建时间',
'col.event' => '事件',
'col.name' => '名称',
'col.status' => '状态',
'confirm.delete_btn' => '删除',
'confirm.delete_msg' => '此 Webhook 将被永久删除。',
'confirm.delete_title' => '删除 Webhook?',
'create.desc' => '选择名称和事件触发器来创建新的 Webhook。创建后可配置 HTTP 端点。',
'create.title' => '添加 Webhook',
'edit.title' => '编辑 Webhook',
'empty.desc' => '创建您的第一个 Webhook 以开始接收事件通知。',
'empty.title' => '暂无 Webhook',
'fields.endpoint_url' => '端点 URL',
'fields.event' => '事件',
'fields.event_help' => '将触发此 Webhook 的事件。',
'fields.method' => 'HTTP 方法',
'fields.name' => 'Webhook 名称',
'fields.name_placeholder' => '我的 Webhook',
'fields.select_event' => '选择事件...',
'filter.active' => '已启用',
'filter.all_statuses' => '所有状态',
'filter.inactive' => '已禁用',
'filter.search' => '搜索 Webhook...',
'flash.created' => 'Webhook 创建成功。',
'flash.deleted' => 'Webhook 已删除。',
'flash.disabled' => 'Webhook 已禁用。',
'flash.enabled' => 'Webhook 已启用。',
'flash.updated' => 'Webhook 更新成功。',
'page.subtitle' => '管理系统级 Webhook 端点。',
'page.title' => 'Webhook',
'setup.desc' => '为 Webhook ":name" 配置 HTTP 端点。',
'setup.title' => 'HTTP 设置',
'stat.active' => '已启用',
'stat.inactive' => '已禁用',
'stat.total' => 'Webhook 总数',
'status.active' => '已启用',
'status.inactive' => '已禁用',
) ?>