-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Jun 18, 2024
1 parent
73bd3e7
commit 94ef419
Showing
1 changed file
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
<?php | ||
|
||
return [ | ||
'API Key' => 'API Key', | ||
'<strong>FireBase Messaging</strong> Configuration' => '', | ||
'Cloud Messaging API (Legacy)' => '', | ||
'Disable AuthChoices on iOS App' => '', | ||
'Enable Link Redirection Service. In order for links to open in the app on mobile devices, rather than in the mobile browser, all links (e.g. notification emails) need to be routed through the HumHub proxy server. (Experimental Features // <a href="{url}">Privacy Policy</a>)' => '', | ||
'Firebase Cloud Messaging (required for browser & PWA notifications)' => '', | ||
'For HumHub mobile app users, push notifications can be sent via the HumHub push service. If you want to use this service, please enter your access key below.<br/>Please note, this push gateway is only available for the users of the official HumHub mobile app.' => '', | ||
'Hide third-party login options for app users with iOS.' => '', | ||
'Install ID' => '', | ||
'Link Redirection Service' => '', | ||
'Push Service (required for the mobile app) (Beta)' => '', | ||
'Sender ID' => '', | ||
'Service Account (JSON file)' => '', | ||
'To send Firebase push notifications with your own Firebase project, enter your access details here.' => '', | ||
]; | ||
return array ( | ||
'<strong>FireBase Messaging</strong> Configuration' => '<strong>FireBase Messaging</strong> Konfiguration', | ||
'API Key' => 'API Key', | ||
'Cloud Messaging API (Legacy)' => 'Cloud Messaging API (Legacy)', | ||
'Disable AuthChoices on iOS App' => 'AuthChoices für iOS App deaktivieren', | ||
'Enable Link Redirection Service. In order for links to open in the app on mobile devices, rather than in the mobile browser, all links (e.g. notification emails) need to be routed through the HumHub proxy server. (Experimental Features // <a href="{url}">Privacy Policy</a>)' => 'Aktiviere den Link-Umleitungsdienst. Damit Links auf mobilen Geräten in der App und nicht im mobilen Browser geöffnet werden, müssen alle Links (z. B. Benachrichtigungs-E-Mails) über den HumHub-Proxyserver umgeleitet werden. (Experimentelle Funktionen // <a href="{url}">Privacy Policy</a>)', | ||
'Firebase Cloud Messaging (required for browser & PWA notifications)' => 'Firebase Cloud Messaging (erforderlich für Browser- und PWA-Benachrichtigungen)', | ||
'For HumHub mobile app users, push notifications can be sent via the HumHub push service. If you want to use this service, please enter your access key below.<br/>Please note, this push gateway is only available for the users of the official HumHub mobile app.' => 'Für Nutzer der HumHub-Mobil-App können Push-Benachrichtigungen über den HumHub-Push-Dienst gesendet werden. Wenn du diesen Dienst nutzen möchtest, gib bitte unten deinen Zugangsschlüssel ein.<br>Bitte beachte, dass dieses Push-Gateway nur für die Nutzer der offiziellen HumHub Mobile App verfügbar ist.', | ||
'Hide third-party login options for app users with iOS.' => 'Blende die Anmeldeoptionen von Drittanbietern für App-Nutzer mit iOS aus.', | ||
'Install ID' => 'Installations ID', | ||
'Link Redirection Service' => 'Link-Umleitungsdienst', | ||
'Push Service (required for the mobile app) (Beta)' => 'Push-Dienst (erforderlich für mobile App) (Beta)', | ||
'Sender ID' => 'Absender ID', | ||
'Service Account (JSON file)' => 'Service Account (JSON file)', | ||
'To send Firebase push notifications with your own Firebase project, enter your access details here.' => 'Um Firebase-Push-Benachrichtigungen mit deinem eigenen Firebase-Projekt zu versenden, gib hier deine Zugangsdaten ein.', | ||
); |