File: /home/xedaptot/work.naniguide.com/Modules/LanguagePack/Languages/modules/RestAPI/zh-TW/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推播通知文檔',
];