Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Apr 20, 2023
1 parent c34d755 commit b5affa5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
17 changes: 8 additions & 9 deletions messages/ja/base.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

return [
'<strong>FireBase Messaging</strong> Configuration' => '',
'API Key' => '',
'Cloud Messaging API (Legacy)' => '',
'Install ID' => '',
'Sender ID' => '',
'Service Account (JSON file)' => '',
];
return array (
'<strong>FireBase Messaging</strong> Configuration' => '<strong>FireBase メッセージング</strong> 構成',
'API Key' => 'API Key',
'Cloud Messaging API (Legacy)' => 'クラウドメッセージングAPI(Legacy)',
'Install ID' => 'Install ID',
'Sender ID' => '送信者 ID',
'Service Account (JSON file)' => 'サービスアカウント(JSON File)',
);
17 changes: 8 additions & 9 deletions messages/nl/base.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

return [
'<strong>FireBase Messaging</strong> Configuration' => '',
'API Key' => '',
'Cloud Messaging API (Legacy)' => '',
'Install ID' => '',
'Sender ID' => '',
'Service Account (JSON file)' => '',
];
return array (
'<strong>FireBase Messaging</strong> Configuration' => '<strong>FireBase Messaging</strong>-configuratie',
'API Key' => 'API sleutel',
'Cloud Messaging API (Legacy)' => 'Cloud Messaging-API (verouderd)',
'Install ID' => 'Installatie ID',
'Sender ID' => 'Zender ID',
'Service Account (JSON file)' => 'Serviceaccount (JSON-bestand)',
);

0 comments on commit b5affa5

Please sign in to comment.