Skip to content

Commit dd2efec

Browse files
committed
update i18n dictionnary
1 parent 285faf2 commit dd2efec

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"require-dev": {
2929
"magento/magento-coding-standard": "^5",
30+
"magento/marketplace-eqp": "^4.0",
3031
"roave/security-advisories": "dev-master"
3132
},
3233
"type": "magento2-module",

i18n/en_US.csv

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Processor,Processor
1616
GDPR,GDPR
1717
"Please correct the data sent.","Please correct the data sent."
1818
"Action with ID ""%1"": %2","Action with ID ""%1"": %2"
19+
"A total of %1 record(s) have been deleted.","A total of %1 record(s) have been deleted."
1920
"Execute New Action","Execute New Action"
2021
"You erased the order.","You erased the order."
2122
"You erased the customer.","You erased the customer."
@@ -28,6 +29,7 @@ GDPR,GDPR
2829
"A document is already available in your order page.","A document is already available in your order page."
2930
"You canceled your personal data deletion.","You canceled your personal data deletion."
3031
"Your account is already being removed.","Your account is already being removed."
32+
"The session initialization has failed.","The session initialization has failed."
3133
"You did not sign in correctly or your account is temporarily disabled.","You did not sign in correctly or your account is temporarily disabled."
3234
"A document is already available in your account.","A document is already available in your account."
3335
"You canceled your account deletion.","You canceled your account deletion."
@@ -60,7 +62,6 @@ Information,Information
6062
"%name,","%name,"
6163
"We have received a request to cancel the erasure of the information associated with your account at %store_name.","We have received a request to cancel the erasure of the information associated with your account at %store_name."
6264
"If you have not authorized this action, please contact us immediately at <a href=""mailto:%store_email"">%store_email</a>","If you have not authorized this action, please contact us immediately at <a href=""mailto:%store_email"">%store_email</a>"
63-
"or call us at <a href=""tel:%store_phone"">%store_phone</a>","or call us at <a href=""tel:%store_phone"">%store_phone</a>"
6465
"Thanks,<br>%store_name","Thanks,<br>%store_name"
6566
"Erase your %store_name information","Erase your %store_name information"
6667
"We have received a request to erase the information associated with your account at %store_name.","We have received a request to erase the information associated with your account at %store_name."
@@ -81,12 +82,16 @@ Accept,Accept
8182
"GDPR Actions","GDPR Actions"
8283
"Execute Actions","Execute Actions"
8384
"Edit Actions","Edit Actions"
84-
"Cancel Actions","Cancel Actions"
85+
"Delete Actions","Delete Actions"
8586
"GDPR Compliance Section","GDPR Compliance Section"
86-
Actions,Actions
87+
"Action Logs","Action Logs"
8788
"GDPR Compliance","GDPR Compliance"
89+
"User Action","User Action"
8890
"Action Settings","Action Settings"
91+
"Cookie Policy","Cookie Policy"
8992
"Cookie Settings","Cookie Settings"
93+
"It will enable the cookie disclosure popin to the storefront.","It will enable the cookie disclosure popin to the storefront."
94+
"Data Erasure","Data Erasure"
9095
"Right To Erasure","Right To Erasure"
9196
Erasure,Erasure
9297
"It will enable the erase action to the storefront.","It will enable the erase action to the storefront."
@@ -124,14 +129,15 @@ Anonymization,Anonymization
124129
"Order Address Custom Attributes Anonymizers","Order Address Custom Attributes Anonymizers"
125130
"Order Address Extensible Data Anonymizers","Order Address Extensible Data Anonymizers"
126131
"Subscriber Attributes Anonymizers","Subscriber Attributes Anonymizers"
132+
"Data Export","Data Export"
127133
"Export Settings","Export Settings"
128134
Export,Export
129135
"It will enable the export action to the storefront.","It will enable the export action to the storefront."
130136
Renderers,Renderers
131137
"Select formats of the export. Notice: At least one human and one machine readable format should be selected.","Select formats of the export. Notice: At least one human and one machine readable format should be selected."
132138
"Export File Name","Export File Name"
133139
"We will use this value as file name of the document export.","We will use this value as file name of the document export."
134-
"Export Schedule","Export Schedule"
140+
"Export Scheduler","Export Scheduler"
135141
"Export Life Time","Export Life Time"
136142
"Export life time in minute before it is removed from the server.","Export life time in minute before it is removed from the server."
137143
"Erase Expired Export Schedule","Erase Expired Export Schedule"
@@ -157,10 +163,13 @@ Comma-separated,Comma-separated
157163
"Order Address Custom Attributes","Order Address Custom Attributes"
158164
"Order Address Extensible Data","Order Address Extensible Data"
159165
"Subscriber Attributes","Subscriber Attributes"
166+
Global,Global
160167
General,General
161168
Enabled,Enabled
169+
"It will enable the module features in the admin and frontend ui.","It will enable the module features in the admin and frontend ui."
162170
"Information page","Information page"
163171
"This page should store information about privacy and GDPR policy.","This page should store information about privacy and GDPR policy."
172+
"User Notification","User Notification"
164173
Notification,Notification
165174
"Pending Action","Pending Action"
166175
"Email Sender","Email Sender"
@@ -175,7 +184,6 @@ Notification,Notification
175184
"Canceled Action","Canceled Action"
176185
"Canceled Erasure Template","Canceled Erasure Template"
177186
"Canceled Erasure Template for Guest","Canceled Erasure Template for Guest"
178-
"Export Mail Notification","Export Mail Notification"
179187
"Pending Export Template","Pending Export Template"
180188
"Pending Export Template for Guest","Pending Export Template for Guest"
181189
"Ready Action","Ready Action"
@@ -195,6 +203,9 @@ Parameters,Parameters
195203
Name,Name
196204
Value,Value
197205
Edit,Edit
206+
"Are you sure you want to delete the action log?","Are you sure you want to delete the action log?"
207+
"Delete items","Delete items"
208+
Delete,Delete
198209
ID,ID
199210
"Performed From","Performed From"
200211
"Performed By","Performed By"

0 commit comments

Comments
 (0)