File: /home/xedaptot/work.naniguide.com/Modules/LanguagePack/Languages/modules/RestAPI/it/app.php
<?php
return [
'menu' => [
'restAPISettings' => 'Impostazione API Resto',
],
'fcmKey' => 'Chiave FCM',
'applicationSetting' => 'Impostazioni dell\'applicazione',
'androidRestAPISettings' => 'Impostazione notifica push',
'iosRestAPISettings' => 'Impostazione notifica push IOS',
'testAndroidPushNotification' => 'Prova la notifica push Android',
'testIOSPushNotification' => 'Prova la notifica push IOS',
'sendTestPushNotification' => 'Invia notifica di prova',
'devices' => 'Dispositivi',
'title' => 'Titolo',
'message' => 'Messaggio',
'selectDevice' => 'Seleziona dispositivo',
'notificationSentSuccessfully' => 'Notifica push inviata con successo',
'noRegisterDeviceFound' => 'Nessun dispositivo registrato trovato',
'howToSetIosPush' => 'Documentazione sulle notifiche push IOS',
'howToSetAndroidPush' => 'Documentazione sulle notifiche push Android',
];