mirror of
https://github.com/strapi/strapi.git
synced 2025-11-04 11:54:10 +00:00
Fix spaces in translations
This commit is contained in:
parent
ab87379d48
commit
0b4f2572ba
@ -186,11 +186,11 @@
|
||||
"Settings.permissions.auditLogs.details": "Log Details",
|
||||
"Settings.permissions.auditLogs.payload": "Payload",
|
||||
"Settings.permissions.auditLogs.listview.header.subtitle": "Logs of all the activities that happened in your environment",
|
||||
"Settings.permissions.auditLogs.entry.create": "Create entry {model, select, undefined {} other {({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.update": "Update entry {model, select, undefined {} other {({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.delete": "Delete entry {model, select, undefined {} other {({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.create": "Create entry{model, select, undefined {} other { ({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.update": "Update entry{model, select, undefined {} other { ({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.delete": "Delete entry{model, select, undefined {} other { ({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.publish": "Publish entry {model, select, undefined {} other {({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.unpublish": "Unpublish entry {model, select, undefined {} other {({model})}}",
|
||||
"Settings.permissions.auditLogs.entry.unpublish": "Unpublish entry{model, select, undefined {} other { ({model})}}",
|
||||
"Settings.permissions.auditLogs.media.create": "Create media",
|
||||
"Settings.permissions.auditLogs.media.update": "Update media",
|
||||
"Settings.permissions.auditLogs.media.delete": "Delete media",
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
export const actionTypes = {
|
||||
'entry.create': 'Create entry {model, select, undefined {} other {({model})}}',
|
||||
'entry.update': 'Update entry {model, select, undefined {} other {({model})}}',
|
||||
'entry.delete': 'Delete entry {model, select, undefined {} other {({model})}}',
|
||||
'entry.publish': 'Publish entry {model, select, undefined {} other {({model})}}',
|
||||
'entry.unpublish': 'Unpublish entry {model, select, undefined {} other {({model})}}',
|
||||
'entry.create': 'Create entry{model, select, undefined {} other { ({model})}}',
|
||||
'entry.update': 'Update entry{model, select, undefined {} other { ({model})}}',
|
||||
'entry.delete': 'Delete entry{model, select, undefined {} other { ({model})}}',
|
||||
'entry.publish': 'Publish entry{model, select, undefined {} other { ({model})}}',
|
||||
'entry.unpublish': 'Unpublish entry{model, select, undefined {} other { ({model})}}',
|
||||
'media.create': 'Create media',
|
||||
'media.update': 'Update media',
|
||||
'media.delete': 'Delete media',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user