File: /home/xedaptot/work.naniguide.com/Modules/LanguagePack/Languages/modules/RestAPI/ja/app.php
<?php
return [
'menu' => [
'restAPISettings' => 'REST APIの設定',
],
'fcmKey' => 'FCMキー',
'applicationSetting' => 'アプリケーションの設定',
'androidRestAPISettings' => 'プッシュ通知設定',
'iosRestAPISettings' => 'IOSプッシュ通知設定',
'testAndroidPushNotification' => 'Android プッシュ通知をテストする',
'testIOSPushNotification' => 'IOS プッシュ通知をテストする',
'sendTestPushNotification' => 'テスト通知を送信する',
'devices' => 'デバイス',
'title' => 'タイトル',
'message' => 'メッセージ',
'selectDevice' => 'デバイスの選択',
'notificationSentSuccessfully' => 'プッシュ通知が正常に送信されました',
'noRegisterDeviceFound' => '登録されたデバイスが見つかりません',
'howToSetIosPush' => 'IOS プッシュ通知のドキュメント',
'howToSetAndroidPush' => 'Android プッシュ通知のドキュメント',
];