From b5affa5852f16f37af34b018ff90cfcaf6cfcbb0 Mon Sep 17 00:00:00 2001 From: HumHub Translations Date: Thu, 20 Apr 2023 14:51:57 +0000 Subject: [PATCH] Enh: Updated Translations (translate.humhub.org) --- messages/ja/base.php | 17 ++++++++--------- messages/nl/base.php | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/messages/ja/base.php b/messages/ja/base.php index 2e344a1..21d56ee 100644 --- a/messages/ja/base.php +++ b/messages/ja/base.php @@ -1,10 +1,9 @@ FireBase Messaging Configuration' => '', - 'API Key' => '', - 'Cloud Messaging API (Legacy)' => '', - 'Install ID' => '', - 'Sender ID' => '', - 'Service Account (JSON file)' => '', -]; +return array ( + 'FireBase Messaging Configuration' => 'FireBase メッセージング 構成', + 'API Key' => 'API Key', + 'Cloud Messaging API (Legacy)' => 'クラウドメッセージングAPI(Legacy)', + 'Install ID' => 'Install ID', + 'Sender ID' => '送信者 ID', + 'Service Account (JSON file)' => 'サービスアカウント(JSON File)', +); diff --git a/messages/nl/base.php b/messages/nl/base.php index 2e344a1..488f1c7 100644 --- a/messages/nl/base.php +++ b/messages/nl/base.php @@ -1,10 +1,9 @@ FireBase Messaging Configuration' => '', - 'API Key' => '', - 'Cloud Messaging API (Legacy)' => '', - 'Install ID' => '', - 'Sender ID' => '', - 'Service Account (JSON file)' => '', -]; +return array ( + 'FireBase Messaging Configuration' => 'FireBase Messaging-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)', +);