Open
Description
A couple of strings are hardcoded and therefore cannot be translated:
- 'Edit ' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L278)
- 'New ' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L313)
- 'Logout' is hardcoded (see https://github.com/payloadcms/payload-admin-bar/blob/main/src/index.tsx#L372)
There should be some properties to pass custom values.