File: /home/xedaptot/work.naniguide.com/Modules/LanguagePack/Languages/modules/RestAPI/zh-CN/app.php
<?php
return [
'menu' => [
'restAPISettings' => '休息 API 设置',
],
'fcmKey' => 'FCM 密钥',
'applicationSetting' => '应用程序设置',
'androidRestAPISettings' => '推送通知设置',
'iosRestAPISettings' => 'iOS推送通知设置',
'testAndroidPushNotification' => '测试 Android 推送通知',
'testIOSPushNotification' => '测试 IOS 推送通知',
'sendTestPushNotification' => '发送测试通知',
'devices' => '设备',
'title' => '标题',
'message' => '信息',
'selectDevice' => '选择设备',
'notificationSentSuccessfully' => '推送通知发送成功',
'noRegisterDeviceFound' => '未找到已注册设备',
'howToSetIosPush' => 'iOS推送通知文档',
'howToSetAndroidPush' => 'Android推送通知文档',
];