mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Add configuration for uploading FCM v1 service account private key file
This commit is contained in:
parent
dee7ed34e9
commit
2c8ae717e1
7 changed files with 174 additions and 74 deletions
|
|
@ -38,7 +38,8 @@ $lang->cmd_advanced_mailer_api_type_free = 'Free account';
|
|||
$lang->cmd_advanced_mailer_api_type_paid = 'Paid account';
|
||||
$lang->cmd_advanced_mailer_api_user = 'Username';
|
||||
$lang->cmd_advanced_mailer_api_pass = 'Password';
|
||||
$lang->cmd_advanced_mailer_fcm_api_key = 'Google FCM API key';
|
||||
$lang->cmd_advanced_mailer_fcm_api_key = 'FCM Legacy API key';
|
||||
$lang->cmd_advanced_mailer_fcm_service_account = 'FCM service account file';
|
||||
$lang->cmd_advanced_mailer_apns_certificate = 'APNs certificate file';
|
||||
$lang->cmd_advanced_mailer_apns_passphrase = 'APNs certificate passphrase';
|
||||
$lang->cmd_advanced_mailer_allow_guest_device = 'Register Guest Devices';
|
||||
|
|
@ -150,3 +151,5 @@ $lang->cmd_advanced_mailer_success_count = 'Success';
|
|||
$lang->cmd_advanced_mailer_deleted_count = 'Deleted';
|
||||
$lang->cmd_advanced_mailer_updated_count = 'Updated';
|
||||
$lang->cmd_advanced_mailer_not_rhymix = 'This module is for XE. It is incompatible with Rhymix. Please use the version included with Rhymix.';
|
||||
$lang->msg_advanced_mailer_about_fcm_legacy = 'The Legacy API will stop working after June 2024. Please change to the HTTP v1 API.';
|
||||
$lang->msg_advanced_mailer_about_fcm_service_account = 'Generate a new private key in the "Service accounts" menu of the Firebase console.<br>Then paste the contents of the downloaded JSON file above.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue