mirror of
https://github.com/directus/directus.git
synced 2026-02-16 05:15:03 -05:00
Various style updates (#7972)
* fix card selection dot always being on * new mapbox styles * updated styles for field notes * update bookmark icon * increase currrent user avatar opactiy * Clean up info notes * divider style updates * divider rule styling * notice styling * update revision drawer pane order * tighten up revision drawer list * notice copy updates * revision spacing * revision date divider styling * shorter revision date in drawer dropdown * add no value to revision diffs * v-detail icons * revisions styling * fix sort icon hover * adjust global and private vertical form spacing * reduce navigation and v-list sizing * slightly reduce module and info sidebar size
This commit is contained in:
@@ -150,9 +150,9 @@ fields_for_role: 'Fields the {role} Role can {action}.'
|
||||
validation_for_role: 'Field {action} rules the {role} Role must obey.'
|
||||
presets_for_role: 'Field value defaults for the {role} Role.'
|
||||
presentation_and_aliases: Presentation & Aliases
|
||||
revision_post_update: Here is what this item looked like after the update...
|
||||
changes_made: These are the specific changes that were made...
|
||||
no_relational_data: Keep in mind that this does not include relational data.
|
||||
revision_post_update: Here is what this item looked like after the update.
|
||||
changes_made: Below are the specific changes made in this revision.
|
||||
no_relational_data: Keep in mind that relational data is not included here.
|
||||
hide_field_on_detail: Hide Field on Detail
|
||||
show_field_on_detail: Show Field on Detail
|
||||
delete_field: Delete Field
|
||||
@@ -391,7 +391,7 @@ no_files_copy: There are no files here.
|
||||
user_count: 'No Users | One User | {count} Users'
|
||||
no_users_copy: There are no users in this role yet.
|
||||
webhooks_count: 'No Webhooks | One Webhook | {count} Webhooks'
|
||||
no_webhooks_copy: There are no webhooks yet.
|
||||
no_webhooks_copy: No webhooks have been configured yet. Get started by creating one below.
|
||||
all_items: All Items
|
||||
any: Any
|
||||
csv: CSV
|
||||
@@ -992,6 +992,7 @@ field_options:
|
||||
actions_delete: Delete
|
||||
actions_login: Login
|
||||
no_fields_in_collection: 'There are no fields in "{collection}" yet'
|
||||
no_value: No value
|
||||
do_nothing: Do Nothing
|
||||
generate_and_save_uuid: Generate and Save UUID
|
||||
save_current_user_id: Save Current User ID
|
||||
|
||||
Reference in New Issue
Block a user