mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-08 03:15:14 +00:00
Certificates react table basis
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
"action.view-details": "View Details",
|
||||
"auditlog.title": "Audit Log",
|
||||
"cancel": "Cancel",
|
||||
"certificates.actions-title": "Certificate #{id}",
|
||||
"certificates.add": "Add Certificate",
|
||||
"certificates.custom": "Custom Certificate",
|
||||
"certificates.empty": "There are no Certificates",
|
||||
"certificates.title": "SSL Certificates",
|
||||
"close": "Close",
|
||||
"column.access": "Access",
|
||||
@@ -22,10 +26,12 @@
|
||||
"column.destination": "Destination",
|
||||
"column.email": "Email",
|
||||
"column.event": "Event",
|
||||
"column.expires": "Expires",
|
||||
"column.http-code": "Access",
|
||||
"column.incoming-port": "Incoming Port",
|
||||
"column.name": "Name",
|
||||
"column.protocol": "Protocol",
|
||||
"column.provider": "Provider",
|
||||
"column.roles": "Roles",
|
||||
"column.satisfy": "Satisfy",
|
||||
"column.scheme": "Scheme",
|
||||
|
||||
@@ -47,6 +47,18 @@
|
||||
"cancel": {
|
||||
"defaultMessage": "Cancel"
|
||||
},
|
||||
"certificates.actions-title": {
|
||||
"defaultMessage": "Certificate #{id}"
|
||||
},
|
||||
"certificates.add": {
|
||||
"defaultMessage": "Add Certificate"
|
||||
},
|
||||
"certificates.custom": {
|
||||
"defaultMessage": "Custom Certificate"
|
||||
},
|
||||
"certificates.empty": {
|
||||
"defaultMessage": "There are no Certificates"
|
||||
},
|
||||
"certificates.title": {
|
||||
"defaultMessage": "SSL Certificates"
|
||||
},
|
||||
@@ -71,6 +83,9 @@
|
||||
"column.event": {
|
||||
"defaultMessage": "Event"
|
||||
},
|
||||
"column.expires": {
|
||||
"defaultMessage": "Expires"
|
||||
},
|
||||
"column.http-code": {
|
||||
"defaultMessage": "Access"
|
||||
},
|
||||
@@ -83,6 +98,9 @@
|
||||
"column.protocol": {
|
||||
"defaultMessage": "Protocol"
|
||||
},
|
||||
"column.provider": {
|
||||
"defaultMessage": "Provider"
|
||||
},
|
||||
"column.roles": {
|
||||
"defaultMessage": "Roles"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user