File: /home/xedaptot/be.naniguide.com/resources/lang/zh/refactor/admin_remote_plan_mappings.php
<?php return array (
'banner.desc' => '此页面让您将本地套餐与远程支付提供商套餐(Stripe Price、Braintree Plan)关联。关联后,系统可以在应用与提供商之间同步定价、周期和订阅生命周期。本地与远程值之间的不匹配会被高亮显示以便您解决。',
'banner.title' => '远程订阅套餐映射',
'buttons.back_to_plans' => '返回套餐',
'buttons.close' => '关闭',
'buttons.map' => '映射',
'buttons.refresh' => '刷新',
'buttons.sync' => '同步',
'buttons.sync_all' => '全部同步',
'buttons.unmap' => '取消映射',
'cell.in_sync' => '已同步',
'cell.last_synced' => '已同步于',
'cell.select_remote_plan' => '-- 选择远程套餐 --',
'confirm.unmap_btn' => '移除',
'confirm.unmap_msg' => '确定要移除此套餐映射吗?这不会影响现有订阅。',
'confirm.unmap_title' => '移除映射',
'empty.no_gateways' => '未找到远程订阅网关。请先配置 Stripe Subscription 或 Braintree Subscription 网关。',
'empty.no_plans' => '未找到活跃套餐。请先创建套餐再设置远程映射。',
'flash.cannot_fetch_remote' => '无法获取远程套餐::error',
'flash.free_plan_cannot_map' => '免费套餐无法映射到远程网关。免费套餐会绕过付款结账,因此提供商不会创建远程订阅。',
'flash.mapping_removed' => '套餐映射已移除。',
'flash.mapping_saved' => '套餐映射保存成功。',
'flash.mapping_saved_mismatches' => '映射已保存,但检测到不匹配::details',
'flash.select_remote_plan_first' => '请先选择一个远程套餐。',
'gateway.error' => '错误',
'gateway.plans_found' => '找到 :count 个套餐',
'page.subtitle' => '将本地套餐映射到远程 Stripe/Braintree 套餐以进行订阅同步。',
'page.title' => '远程套餐映射',
'stat.gateways' => '远程网关',
'stat.plans' => '活跃套餐',
'stat.total_mappings' => '映射总数',
'sync.already_in_sync' => '已是最新。',
'sync.currency_not_found' => '本地数据库中未找到货币 :currency。',
'sync.failed_fetch' => '获取远程套餐 :id 失败::error',
'sync.fetched_remote' => '已获取远程套餐::name(:price :currency / :interval)',
'sync.log_title' => '同步日志',
'sync.no_mappings' => '此网关未找到映射。',
'sync.nothing_to_sync' => '没有需要同步的内容。',
'sync.plan_in_sync' => '套餐已与远程同步。',
'sync.plan_updated' => '已更新::detail',
'sync.plan_updated_from_remote' => '本地套餐已从远程数据更新。',
'sync.remaining_mismatch' => '剩余不匹配::message',
'sync.skipped' => '已跳过::detail',
'sync.skipped_currency_error' => '已跳过(货币错误)::detail',
'sync.sync_errors' => '同步完成,但有错误。',
'sync.sync_failed_fetch' => '同步失败:无法获取远程套餐数据。',
'sync.synced_gateway' => '已同步 :gateway::in_sync 已同步,:updated 已更新,:errors 个错误。',
'sync.updated_mapping' => '已从远程更新映射元数据。',
'table.loading' => '加载远程套餐中...',
'table.local_plan' => '本地套餐',
) ?>