From b407dcbb633e8a4ed2abcdf7c9de106f150b316b Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Tue, 5 Sep 2023 13:38:38 +0100 Subject: [PATCH] feat: Add Notification Administration Label - MEED-2445 - Meeds-io/MIPs#76 (#402) --- translations.properties | 1 + .../locale/portlet/NotificationAdministration_en.properties | 4 ++++ .../locale/portlet/NotificationAdministration_fr.properties | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties create mode 100644 wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties diff --git a/translations.properties b/translations.properties index 1bd5811896..da338d5e40 100644 --- a/translations.properties +++ b/translations.properties @@ -25,3 +25,4 @@ Gamification.properties=wallet-services/src/main/resources/locale/addon/Gamifica Portlets.properties=wallet-services/src/main/resources/locale/portlet/Portlets_en.properties webui_en.properties=wallet-webapps/src/main/resources/locale/navigation/portal/global_en.properties RewardingGroupNavigation.properties=wallet-webapps/src/main/resources/locale/navigation/group/platform/rewarding_en.properties +NotificationAdministration.properties=wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties diff --git a/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties new file mode 100644 index 0000000000..8d462fa947 --- /dev/null +++ b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_en.properties @@ -0,0 +1,4 @@ +NotificationAdmin.RewardSuccessNotificationPlugin=Reward payment has been proceed successfully +NotificationAdmin.FundsRequestNotificationPlugin=Funds request has been received +NotificationAdmin.EtherSenderNotificationPlugin=Funds have been sent +NotificationAdmin.EtherReceiverNotificationPlugin=Funds have been received diff --git a/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties new file mode 100644 index 0000000000..151b8f1719 --- /dev/null +++ b/wallet-webapps/src/main/resources/locale/portlet/NotificationAdministration_fr.properties @@ -0,0 +1,4 @@ +NotificationAdmin.RewardSuccessNotificationPlugin=Le paiement des r\u00E9compenses a \u00E9t\u00E9 envoy\u00E9 avec succ\u00E8s +NotificationAdmin.FundsRequestNotificationPlugin=Une demande de fonds a \u00E9t\u00E9 reçue +NotificationAdmin.EtherSenderNotificationPlugin=Les fonds ont \u00E9t\u00E9 transmis +NotificationAdmin.EtherReceiverNotificationPlugin=Les fonds ont \u00E9t\u00E9 reçus