diff --git a/app/src/lang/en-US/index.json b/app/src/lang/en-US/index.json index 182be512bf..f2d5ec9073 100644 --- a/app/src/lang/en-US/index.json +++ b/app/src/lang/en-US/index.json @@ -1,965 +1,766 @@ { - "edit_field": "Edit Field", - "item_revision": "Item Revision", - "item_revision_updates_made": "Here are the differences in the raw field values...", - "duplicate_field": "Duplicate Field", - "half_width": "Half Width", - "full_width": "Full Width", - "fill_width": "Fill Width", - "extension_only": "Extension Only", - "only_show_the_file_extension": "Only show the file extension", - "textarea": "Textarea", - - "collection_name_translations": "Collection Name Translations", - "field_name_translations": "Field Name Translations", - - "enter_password_to_enable_tfa": "Enter your password to enable Two-Factor Authentication", - - "add_field": "Add Field", - - "role_name": "Role Name", - - "db_only_click_to_configure": "Database Only: Click to Configure ", - - "show_archived_items": "Show Archived Items", - - "required": "Required", - "requires_value": "Requires value", - - "create_preset": "Create Preset", - "create_role": "Create Role", - "create_user": "Create User", - "create_webhook": "Create Webhook", - - "invite_users": "Invite Users", - "email_examples": "admin@example.com, user@example.com...", - "invite": "Invite", - "emails": "Emails", - - "connection_excellent": "Excellent Connection", - "connection_good": "Good Connection", - "connection_fair": "Fair Connection", - "connection_poor": "Poor Connection", - - "rename_folder": "Rename Folder", - "delete_folder": "Delete Folder", - "reset_bookmark": "Reset Bookmark", - "rename_bookmark": "Rename Bookmark", - "update_bookmark": "Update Bookmark", - "delete_bookmark": "Delete Bookmark", - "delete_bookmark_copy": "Are you sure you want to delete the \"{bookmark}\" bookmark? This action cannot be undone.", - - "field_order_updated": "Fields Reordered", - - "logoutReason": { - "SIGN_OUT": "Signed out", - "SESSION_EXPIRED": "Session expired" - }, - - "public": "Public", - "public_description": "Controls what API data is available without authenticating.", - - "not_allowed": "Not Allowed", - - "directus_version": "Directus Version", - "node_version": "Node Version", - "node_uptime": "Node Uptime", - "os_type": "OS Type", - "os_version": "OS Version", - "os_uptime": "OS Uptime", - "os_totalmem": "OS Memory", - - "archive": "Archive", - "archive_confirm": "Are you sure you want to archive this item?", - "archive_confirm_count": "No Items Selected | Are you sure you want to archive this item? | Are you sure you want to archive these {count} items?", - - "reset_system_permissions": "Reset System Permissions", - "reset_system_permissions_copy": "Reset all all system permissions to their defaults", - - "unarchive": "Unarchive", - "unarchive_confirm": "Are you sure you want to unarchive this item?", - "unarchive_confirm_count": "No Items Selected | Are you sure you want to unarchive this item? | Are you sure you want to unarchive these {count} items?", - - "nested_files_folders_will_be_moved": "Nested files and folders will be moved one level up.", - - "markdown": "Markdown", - "tabbed": "Tabbed", - - "validationError": { - "eq": "Value has to be {valid}", - "neq": "Value can't be {invalid}", - "in": "Value has to be one of {valid}", - "nin": "Value can't be one of {invalid}", - "contains": "Value has to contain {substring}", - "ncontains": "Value can't contain {substring}", - "gt": "Value has to be greater than {valid}", - "gte": "Value has to be greater than or equal to {valid}", - "lt": "Value has to be less than {valid}", - "lte": "Value has to be less than or equal to {valid}", - "empty": "Value has to be empty", - "nempty": "Value can't be empty", - "null": "Value has to be null", - "nnull": "Value can't be null", - "required": "Value is required" - }, - - "all_access": "All Access", - "no_access": "No Access", - "use_custom": "Use Custom", - "edit_custom": "Edit Custom", - - "item_permissions": "Item Permissions", - "field_permissions": "Field Permissions", - "field_validation": "Field Validation", - "field_presets": "Field Presets", - - "permissions_for_role": "Items the {role} Role can {action}.", - "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.", - - "uploaded_by": "Uploaded By", - "hide_field_on_detail": "Hide Field on Detail", - "show_field_on_detail": "Show Field on Detail", - "delete_field": "Delete Field", - "fields_and_layout": "Fields & Layout", - "field_create_success": "Created Field: \"{field}\"", - "field_update_success": "Updated Field: \"{field}\"", - "field_delete_success": "Deleted Field: \"{field}\"", - "field_create_failure": "Could not create \"{field}\"", - "field_update_failure": "Could not update \"{field}\"", - "field_delete_failure": "Could not delete \"{field}\"", - "fields_update_success": "Fields Updated", - "fields_update_failure": "Could not update fields", - "duplicate_where_to": "Where would you like to duplicate this field to?", - "editing_field": "Editing {field}", - "within_collectoin": "within {collection}", - - "line_number": "Line Number", - "language": "Language", - - "preset_colors": "Preset Colors", - - "color_dot": "Color Dot", - "default_color": "Default Color", - - "labels": "Labels", - - "global": "Global", - - "admins_have_all_permissions": "Admins have all permissions", - - "camera": "Camera", - "exposure": "Exposure", - "shutter": "Shutter", - "iso": "ISO", - "focal_length": "Focal Length", - - "schema_setup_title": "How should this field save to the database?", - "schema_field_title": "How should this field behave in the app?", - - "create_field": "Create Field", - "update_field": "Update Field", - - "creating_new_field": "New Field ({collection})", - "updating_field_field": "{field} ({collection})", - "within_collection": "Within {collection}", - - "field_standard": "Standard", - "field_presentation": "Presentation & Aliases", - "field_file": "Single File", - "field_files": "Multiple Files", - "field_m2o": "M2O Relationship", - "field_o2m": "O2M Relationship", - "field_m2m": "M2M Relationship", - "field_translations": "Translations", - "languages": "Languages", - - "reset_page_preferences": "Reset Page Preferences", - - "visible_fields": "Visible Fields", - "hidden_fields": "Hidden Fields", - "hidden_field": "Hidden Field", - - "hidden_on_detail": "Hidden on Detail", - - "disabled_editing_value": "Disable editing value", - - "key": "Key", - - "alias": "Alias", - "bigInteger": "Big Integer", - "boolean": "Boolean", - "date": "Date", - "dateTime": "DateTime", - "datetime": "DateTime", - "decimal": "Decimal", - "float": "Float", - "integer": "Integer", - "json": "JSON", - "string": "String", - "text": "Text", - "time": "Time", - "timestamp": "Timestamp", - "binary": "Binary", - "uuid": "UUID", - "unknown": "Unknown", - - "not_available_for_type": "Not Available for this Type", - - "create_translations": "Create Translations", - - "auto_generate": "Auto-Generate", - "this_will_auto_setup_fields_relations": "This will automatically setup all required fields and relations.", - "click_here": "Click here", - "to_manually_setup_translations": "to manually setup translations.", - - "click_to_manage_translated_fields": "There are no translated fields yet. Click here to create them. | There is one translated field. Click here to manage it. | There are {count} translated fields. Click here to manage them.", - - "fields_group": "Fields Group", - - "configure_m2o": "Configure your Many-to-One Relationship...", - "configure_o2m": "Configure your One-to-Many Relationship...", - "configure_m2m": "Configure your Many-to-Many Relationship...", - "configure_translations": "Configure your Translations...", - "configure_languages": "Configure your Languages...", - - "add_m2o_to_collection": "Add Many-to-One to \"{collection}\"", - "add_o2m_to_collection": "Add One-to-Many to \"{collection}\"", - "add_m2m_to_collection": "Add Many-to-Many to \"{collection}\"", - - "choose_a_type": "Choose a Type...", - "determined_by_relationship": "Determined by Relationship", - - "include_seconds": "Include Seconds", - - "add_note": "Add a helpful note for users...", - - "default_value": "Default Value", - "add_a_default_value": "Add a default value...", - - "allow_null": "Allow NULL", - "allow_null_label": "Can be set to \"NULL\"", - - "interface_setup_title": "How will users interact with this field?", - - "field_setup_title": "What type of field are you creating?", - "relationship_setup_title": "What kind of relationship are you creating?", - "display_setup_title": "How should this field’s value be displayed?", - "schema_options_title": "All set! Below are some optional configuration options...", - "creating_field": "Creating New Field", - "enter_field_name": "Enter a field name...", - - "standard_field": "Standard Field", - "single_file": "Single File", - "multiple_files": "Multiple Files", - "m2o_relationship": "Many to One Relationship", - "o2m_relationship": "One to Many Relationship", - "m2m_relationship": "Many to Many Relationship", - - "next": "Next", - "previous": "Previous", - "field_name": "Field Name", - "database_column_name": "Database Column Name", - "translations": "Translations", - "note": "Note", - "enter_a_value": "Enter a value...", - "enter_a_placeholder": "Enter a placeholder...", - "length": "Length", - "precision_scale": "Precision & Scale", - "readonly": "Readonly", - "hide_on_detail": "Hide on Detail", - "hide_on_browse": "Hide on Browse", - "unique": "Unique", - "primary_key": "Primary Key", - "foreign_key": "Foreign Key", - "validation_regex": "Validation RegEx", - "validation_message": "Validation Message", - "directus_type": "Directus Type", - "database_type": "Database Datatype", - "finish_setup": "Finish Setup", - "dismiss": "Dismiss", - "raw_value": "Raw value", - "edit_raw_value": "Edit Raw Value", - "enter_raw_value": "Enter raw value...", - "clear_value": "Clear value", - "reset_to_default": "Reset to default", - "undo_changes": "Undo changes", - "page_info": "Page Information", - "notifications": "Notifications", - "show_all_activity": "Show All Activity", - "page_not_found": "Page Not Found", - "page_not_found_body": "The page you are looking for doesn't seem to exist.", - "confirm_revert": "Confirm Revert", - "confirm_revert_body": "This will revert the item to the selected state.", - - "display": "Display", - - "mime_type": "MIME Type", - "filesize": "Filesize", - - "code": "Code", - "loc": "No lines of {lang} | One line of {lang} | {count} lines of {lang}", - - "setting_update_success": "Setting {setting} updated", - "setting_update_failed": "Updating setting {setting} failed", - "settings_update_success": "Settings updated", - "settings_update_failed": "Updating settings failed", - - "php_api": "PHP API", - "php_version": "PHP Version", - "max_upload_size": "Max Upload Size", - - "title": "Title", - - "revision_delta_created": "Created", - "revision_delta_created_externally": "Created Externally", - "revision_delta_updated": "Updated 1 Field | Updated {count} Fields", - "revision_delta_soft_deleted": "Soft Deleted", - "revision_delta_deleted": "Deleted", - "revision_delta_reverted": "Reverted", - "revision_delta_other": "Revision", - "revision_delta_by": "{date} by {user}", - "private_user": "Private User", - "revision_unknown": "Created Outside System", - "revision_preview": "Revision Preview", - "updates_made": "Updates Made", - - "leave_comment": "Leave a comment...", - "post_comment_success": "Comment posted", - "post_comment_failed": "Couldn't post comment", - - "item_create_success": "Item Created | Items Created", - "item_create_failed": "Couldn't Create Item | Couldn't Create Items", - "item_update_success": "Item Updated | Items Updated", - "item_update_failed": "Couldn't Update Item | Couldn't Update Items", - "item_delete_success": "Item Deleted | Items Deleted", - "item_delete_failed": "Couldn't Delete Item | Couldn't Delete Items", - "item_in": "Item {primaryKey} in {collection} | Items {primaryKey} in {collection}", - "this_collection": "This Collection", - "related_collection": "Related Collection", - "translations_collection": "Translations Collection", - "languages_collection": "Languages Collection", - - "export_data": "Export Data", - "format": "Format", - "use_current_filters_settings": "Use Current Filters & Settings", - - "export_collection": "Export {collection}", - - "related_values": "Related Values", - - "last_page": "Last Page", - "last_access": "Last Access", - - "fill_template": "Fill with Template Value", - - "a_unique_table_name": "A unique table name...", - "a_unique_column_name": "A unique column name...", - - "select_one": "Select one...", - - "text_shown_when_no_value": "Text shown when no value...", - - "enable_custom_values": "Enable custom values", - - "submit": "Submit", - - "move_to_folder": "Move to Folder", - "select_folder": "Select Folder", - "move": "Move", - - "system": "System", - "include_system_collections": "Include System Collections", - - "add_field_related": "Add Field to Related Collection", - "create_corresponding_field": "Create Corresponding Field", - "corresponding_field_name": "Corresponding Field Name", - - "interface": "Interface", - "interfaces": "Interfaces", - "interface_count": "No Interfaces | One Interface | {count} Interfaces", - - "today": "Today", - "yesterday": "Yesterday", - - "delete_comment": "Delete Comment", - - "date-fns_datetime": "PPP h:mma", - "date-fns_date": "PPP", - "date-fns_time": "h:mm:ss a", - "date-fns_date_short": "MMM d, u", - "date-fns_time_short": "h:mma", - "date-fns_date_short_no_year": "MMM d", - "month": "Month", - "year": "Year", - - "select_all": "Select All", - "dropdown_multiple": "Dropdown (Multiple)", - "notice": "Notice", - "slug": "Slug", - "repeater": "Repeater", - "max-amount": "Max Amount", - "select_mode": "Select Mode", - - "months": { - "january": "January", - "february": "February", - "march": "March", - "april": "April", - "may": "May", - "june": "June", - "july": "July", - "august": "August", - "september": "September", - "october": "October", - "november": "November", - "december": "December" - }, - - "drag_mode": "Drag Mode", - "cancel_crop": "Cancel Crop", - - "many_to_many": "Many to Many (M2M)", - "one_to_many": "One to Many (O2M)", - "many_to_one": "Many to One (M2O)", - "original": "Original", - "url": "URL", - "import": "Import", - - "file_details": "File Details", - "dimensions": "Dimensions", - "size": "Size", - "created": "Created", - "modified": "Modified", - "checksum": "Checksum", - "owner": "Owner", - "edited_by": "Edited by", - "folder": "Folder", - - "set_to_now": "Set to Now", - - "zoom": "Zoom", - "download": "Download", - "open": "Open", - - "foreground_color": "Foreground Color", - "background_color": "Background Color", - - "default_foreground": "Default Foreground", - "default_background": "Default Background", - - "upload_from_device": "Upload File from Device", - "choose_from_library": "Choose File from Library", - "import_from_url": "Import File from URL", - "no_file_selected": "No File Selected", - "download_file": "Download File", - "replace_from_device": "Replace File from Device", - "replace_from_library": "Replace File from Library", - "replace_from_url": "Replace File from URL", - - "name": "Name", - "primary_key_field": "Primary Key Field", - "type": "Type", - "number": "Number", - "true": "True", - "false": "False", - "creating_new_collection": "Creating New Collection", - "creating_new_role": "Creating New Role", - "status": "Status", - "sort": "Sort", - "created_by": "Created By", - "created_on": "Created On", - "updated_by": "Updated By", - "updated_on": "Updated On", - "creating_collection_info": "Name the collection and setup its unique “key” field...", - "creating_collection_system": "Enable and rename any of these optional fields.", - "auto_increment_integer": "Auto-incremented integer", - "generated_uuid": "Generated UUID", - "manual_string": "Manually entered string", - - "save_and_create_new": "Save and Create New", - "save_and_stay": "Save and Stay", - "save_as_copy": "Save as Copy", - - "add_existing": "Add Existing", - - "comments": "Comments", - "no_comments": "No Comments Yet", - "click_to_expand": "Click to Expand", - - "select_item": "Select Item", - - "no_items": "No items", - - "disabled": "Disabled", - "information": "Information", - - "report_bug": "Report Bug", - "request_feature": "Request Feature", - - "interface_not_found": "Interface \"{interface}\" not found.", - "reset_interface": "Reset Interface", - - "relative": "Relative", - - "display_not_found": "Display \"{display}\" not found.", - "reset_display": "Reset Display", - - "item_count": "No Items | One Item | {count} Items", - "no_items_copy": "There are no items in this collection yet.", - - "file_count": "No Files | One File | {count} Files", - "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.", - - "all_items": "All Items", - - "csv": "CSV", - - "no_collections": "No Collections", - "create_collection": "Create Collection", - "no_collections_copy_admin": "You don’t have any Collections yet. Click the button below to get started.", - "no_collections_copy": "You don’t have any Collections yet. Please contact your system administrator.", - - "text_input": "Text Input", - "radio_buttons": "Radio Buttons", - "checkboxes": "Checkboxes", - - "relationship_not_setup": "The relationship hasn't been configured correctly", - "display_template_not_setup": "The display template option is misconfigured", - "collection_field_not_setup": "The collection field option is misconfigured", - "select_a_collection": "Select a Collection", - - "active": "Active", - - "choose_status": "Choose a status...", - - "users": "Users", - "files": "Files", - "activity": "Activity", - "webhooks": "Webhooks", - "roles": "User Roles", - - "field_width": "Field Width", - "field_width_half": "Half Width (Wraps)", - "field_width_left": "Half Width (Left Only)", - "field_width_right": "Half Width (Right Only)", - "field_width_full": "Full Width", - "field_width_fill": "Fill the Page", - - "add_a_new_item": "Add a new item...", - - "add_filter": "Add Filter", - "upper_limit": "Upper limit...", - "lower_limit": "Lower limit...", - - "user_directory": "User Directory", - "help_and_docs": "Help & Docs", - - "documentation": "Documentation", - - "card_size": "Card Size", - "sort_field": "Sort Field", - - "toggle_manual_sorting": "Toggle Manual Sorting", - - "bookmark_doesnt_exist": "Bookmark Doesn't Exist", - "bookmark_doesnt_exist_copy": "The bookmark you're trying to open couldn't be found.", - "bookmark_doesnt_exist_cta": "Return to collection", - - "select_an_item": "Select an item...", - "edit": "Edit", - "preview": "Preview", - - "enabled": "Enabled", - - "enable_tfa": "Enable 2FA", - "disable_tfa": "Disable 2FA", - "tfa_scan_code": "Scan the code in your authenticator app to finish setting up 2FA", - "enter_otp_to_disable_tfa": "Enter the OTP to disable 2FA", - - "use_bold_style": "Use bold style", - - "formatted_value": "Formatted Value", - "format_title": "Format Title", - "inline_title": "Inline Title", - "auto_format_casing": "Auto-format casing", - - "auto_fill": "Auto Fill", - - "corresponding_field": "Corresponding Field", - - "errors": { - "COLLECTION_NOT_FOUND": "Collection doesn't exist.", - "FIELD_NOT_FOUND": "Field not found.", - "FORBIDDEN": "Forbidden.", - "INVALID_CREDENTIALS": "Wrong username or password.", - "INVALID_OTP": "Wrong one-time password.", - "INVALID_PAYLOAD": "Invalid payload.", - "INVALID_QUERY": "Invalid query.", - "ITEM_LIMIT_REACHED": "Item limit reached.", - "ITEM_NOT_FOUND": "Item not found.", - "ROUTE_NOT_FOUND": "Not found.", - "-1": "Couldn't Reach API" - }, - - "no_additional_info": "No Additional Info", - - "hash": "Hash", - "masked": "Masked", - "value_hashed": "Value Securely Hashed", - - "bookmark_name": "Bookmark name...", - "create_bookmark": "Create Bookmark", - "edit_bookmark": "Edit Bookmark", - "bookmarks": "Bookmarks", - - "presets": "Presets", - - "unexpected_error": "Unexpected Error", - "unexpected_error_copy": "An unexpected error has occured. Please try again later.", - "copy_details": "Copy Details", - - "no_app_access": "No App Access", - "no_app_access_copy": "This user isn't allowed to use the admin app.", - - "password_reset_sent": "We've sent you a secure link to reset your password", - "password_reset_successful": "Password successfully reset", - "create_project": "Create Project", - - "welcome_to_directus": "Welcome to Directus", - "welcome_to_directus_copy": "Please make sure you have your database information handy to set up your first project.", - - "back": "Back", - - "editing_image": "Editing Image", - "square": "Square", - "free": "Free", - "flip_horizontal": "Flip Horizontal", - "flip_vertical": "Flip Vertical", - "aspect_ratio": "Aspect Ratio", - "rotate": "Rotate", - - "project_info": "Project Information", - - "database_connection": "Database Connection", - "requirements": "Requirements", - - "host": "Host", - "port": "Port", - "db_password": "Database User Password", - "db_user": "Database User", - "db_name": "Database Name", - "db_type": "Database Type", - "creating_project": "Creating Project...", - "creating_project_failed": "Couldn't Create Project", - "creating_project_success": "Project Created", - - "creating_project_success_copy": "The project has successfully been created. You can now sign in to the App with the admin credentials you entered.", - "creating_project_success_super_admin_password": "Make sure to copy the generated Super-Admin password below. You won't be able to see it again!", - "create_new_project": "Create New Project", - "create_new_project_copy": "Make sure you have your database information handy, then enter your API's Super-Admin password to continue.", - "super_admin_token": "Super-Admin Token", - - "all_users": "All Users", - - "delete_collection": "Delete Collection", - "unmanage_collection": "Unmanage Collection", - - "update_collection_success": "Updated Collection", - "update_collection_failed": "Couldn't Update Collection", - "delete_collection_success": "Deleted Collection", - "delete_collection_failed": "Couldn't Delete Collection", - - "start_end_of_count_items": "{start}-{end} of {count} items", - - "delete_collection_are_you_sure": "Are you sure you want to delete this collection? This will delete the collection and all items in it. This action is permanent.", - - "collections_shown": "Collections Shown", - "visible_collections": "Visible Collections", - "hidden_collections": "Hidden Collections", - "unmanaged_collections": "Unconfigured Collections", - "system_collections": "System Collections", - - "slider": "Slider", - "min": "Min", - "max": "Max", - "minimum_value": "Minimum Value", - "maximum_value": "Maximum Value", - "placeholder": "Placeholder", - "step_interval": "Step Interval", - "icon_left": "Icon Left", - "icon_right": "Icon Right", - "trimed": "Trimed", - "font_family": "Font Family", - "font": "Font", - "numeric": "Numeric", - "sans_serif": "Sans Serif", - "serif": "Serif", - "monospace": "Monospace", - "divider": "Divider", - "color": "Color", - "circle": "Circle", - - - - "empty_item": "Empty Item", - - "log_in_with": "Log In with {provider}", - - "filter": "Filter", - "advanced_filter": "Advanced Filter", - "operators": { - "eq": "Equals", - "neq": "Doesn't equal", - "lt": "Less than", - "gt": "Greater than", - "lte": "Less than or equal to", - "gte": "Greater than or equal to", - "in": "Is one of", - "nin": "Is not one of", - "null": "Is null", - "nnull": "Isn't null", - "contains": "Contains", - "ncontains": "Doesn't contain", - "between": "Is between", - "nbetween": "Isn't between", - "empty": "Is empty", - "nempty": "Isn't empty", - "all": "Contains these keys", - "has": "Contains some of these keys" - }, - - "loading": "Loading...", - - "alphabetize": "Alphabetize", - "force_alphabetical_order": "Force alphabetical order", - - "lowercase": "Lowercase", - "force_lowercase": "Force lowercase", - - "search_for_icon": "Search for icon...", - - "drop_to_upload": "Drop to Upload", - "upload_file": "Upload File", - "upload_file_indeterminate": "Uploading File...", - "upload_file_success": "File Uploaded", - "upload_file_failed": "Couldn't Upload File", - "upload_files_indeterminate": "Uploading files {done}/{total}", - "upload_files_success": "{count} Files Uploaded", - "upload_files_failed": "Couldn't Upload Files", - "upload_pending": "Upload Pending", - "drag_file_here": "Drag & Drop a File Here", - "click_to_browse": "Click to Browse", - "layout_type": "{layout} Layout", - "layout_options": "Layout Options", - "setup": "Setup", - "collection_setup": "Collection Setup", - "optional_system_fields": "Optional System Fields", - - "value_unique": "Value has to be unique", - - "all_activity": "All Activity", - - "badge": "Badge", - - "none": "None", - - "choose_a_color": "Choose a Color...", - - "create_item": "Create Item", - - "many-to-one": "Many to One", - "display_template": "Display Template", - - "n_items_selected": "No Items Selected | 1 Item Selected | {n} Items Selected", - "per_page": "Per Page", - "all_files": "All Files", - "my_files": "My Files", - "recent_files": "Recent Files", - "create_folder": "Create Folder", - "folder_name": "Folder Name...", - "add_file": "Add File", - "replace_file": "Replace File", - - "no_results": "No Results", - "no_results_copy": "Adjust or clear search filters to see results.", - "clear_filters": "Clear Filters", - - "saves_automatically": "Saves Automatically", - - "show_system_collections": "Show System Collections", - "hide_system_collections": "Hide System Collections", - - "role": "Role", - "user": "User", - - "no_presets": "No Presets", - "no_presets_copy": "No presets or bookmarks have been saved yet.", - "no_presets_cta": "Add Preset", - - "always": "Always", - "create": "Create", - "add_tags": "Add tags...", - "full": "All", - "mine": "Mine Only", - "on_create": "On Create", - "on_update": "On Update", - "read": "Read", - "role_only": "Role Only", - "update": "Update", - - "edit_fields": "Edit Fields", - "select_fields": "Select Fields", - "readable_fields": "Readable Fields", - "writable_fields": "Writable Fields", - - "select_statuses": "Select Statuses", - - "status_dot": "Status (Dot)", - "status_badge": "Status (Badge)", - "tags": "Tags", - "format_text": "Format Text", - - "bold": "Bold", - "subdued": "Subdued", - - "toggle": "Toggle", - "icon_on": "Icon On", - "icon_off": "Icon Off", - "label": "Label", - "wysiwyg": "WYSIWYG", - "toolbar": "Toolbar", - "wysiwyg_options": { - "aligncenter": "Align Center", - "alignjustify": "Align Justify", - "alignleft": "Align Left", - "alignnone": "Align None", - "alignright": "Align Right", - "forecolor": "Foreground Color", - "backcolor": "Background Color", - "bold": "Bold", - "italic": "Italic", - "underline": "Underline", - "strikethrough": "Strikethrough", - "subscript": "Subscript", - "superscript": "Superscript", - "blockquote": "Blockquote", - "bullist": "Bullet List", - "numlist": "Numbered List", - "hr": "Horizontal Rule", - "link": "Add Link", - "unlink": "Remove Link", - "media": "Add Media", - "image": "Add Image", - "copy": "Copy", - "cut": "Cut", - "paste": "Paste", - "h1": "Heading 1", - "h2": "Heading 2", - "h3": "Heading 3", - "h4": "Heading 4", - "h5": "Heading 5", - "h6": "Heading 6", - "fontselect": "Select Font", - "fontsizeselect": "Select Font Size", - "indent": "Indent", - "outdent": "Outdent", - "undo": "Undo", - "redo": "Redo", - "remove": "Remove", - "removeformat": "Remove Format", - "selectall": "Select All", - "table": "Table", - "visualaid": "View invisible elements", - "code": "View Source", - "fullscreen": "Full Screen", - "directionality": "Directionality" - }, - "custom_formats": "Custom Formats", - "options_override": "Options Override", - - "dropdown": "Dropdown", - "dropdown_multiselect": "Dropdown (Multiselect)", - "allow_other": "Allow Other", - "allow_none": "Allow None", - "choices": "Choices", - "use_double_colon_for_key": "Use double colon for dedicated keys, eg: `value_saved::Option Displayed`", - "choices_option_configured_incorrectly": "Choices configured incorrectly", - "deselect": "Deselect", - "deselect_all": "Deselect All", - - "other": "Other...", - - "adding_user": "Adding User", - - "statuses_not_configured": "Status mapping configured incorrectly", - "status_mapping": "Status Mapping", - - "unknown_user": "Unknown User", - - "creating_in": "Creating Item in {collection}", - "editing_in": "Editing Item in {collection}", - "editing_in_batch": "Batch Editing {count} Items", - - "no_options_available": "No options available", - - "settings_data_model": "Data Model", - "settings_collections_fields": "Collections & Fields", - "settings_extensions": "Extensions", - "settings_permissions": "Roles & Permissions", - "settings_project": "Project Settings", - "settings_saved": "Settings Saved", - "settings_webhooks": "Webhooks", - "settings_presets": "Presets & Bookmarks", - - "scope": "Scope", - "layout": "Layout", - "editing_file": "Editing File: {title}", - "changes_are_permanent": "Changes are permanent", - - "preset_name_placeholder": "Name of bookmark...", - "editing_preset": "Editing Preset", - "layout_preview": "Layout Preview", - "layout_setup": "Layout Setup", - - "unsaved_changes": "Unsaved Changes", - "unsaved_changes_copy": "Are you sure you want to leave this page?", - "discard_changes": "Discard Changes", - "keep_editing": "Keep Editing", - - "page_help_collections_overview": "**Collections Overview** — Lists of all collections you have access to.", - "page_help_collections_collection": "**Browse Items** — Lists all {collection} items you have access to. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", - "page_help_collections_item": "**Item Detail** — A form for viewing and managing this item. This sidebar also contains a full history of revisions, and embedded comments.", - "page_help_activity_collection": "**Browse Activity** — A comprehensive listing of all your user's system and content activity.", - "page_help_activity_detail": "**Activity Detail** — Shows accountability info, revision data, and the update message for this activity record.", - "page_help_docs_global": "**Documentation Overview** — Docs tailored specifically to this project's version and schema.", - "page_help_files_collection": "**File Library** — Lists all file assets uploaded to this project. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", - "page_help_files_item": "**File Detail** — A form for managing file metadata, editing the original asset, and updating access settings.", - "page_help_settings_project": "**Project Settings** — Your project's global configuration options.", - "page_help_settings_datamodel_collections": "**Data Model: Collections** — Lists all collections available. This includes visible, hidden, and system collections, as well as unmanaged database tables that can be added.", - "page_help_settings_datamodel_fields": "**Data Model: Collection** — A form for managing this collection and its fields.", - "page_help_settings_roles_collection": "**Browse Roles** — Lists the Admin, Public and custom User Roles.", - "page_help_settings_roles_item": "**Role Detail** — Manage a role's permissions and other settings.", - "page_help_settings_presets_collection": "**Browse Presets** — Lists all presets in the project, including: user, role, and global bookmarks, as well as default views.", - "page_help_settings_presets_item": "**Preset Detail** — A form for managing bookmarks and default collection presets.", - "page_help_settings_webhooks_collection": "**Browse Webhooks** — Lists all webhooks within the project.", - "page_help_settings_webhooks_item": "**Webhook Detail** — A form for creating and managing project webhooks.", - "page_help_users_collection": "**User Directory** — Lists all system users within this project.", - "page_help_users_item": "**User Detail** — Manage your account information, or view the details of other users.", - + "edit_field": "Edit Field", + "item_revision": "Item Revision", + "item_revision_updates_made": "Here are the differences in the raw field values...", + "duplicate_field": "Duplicate Field", + "half_width": "Half Width", + "full_width": "Full Width", + "fill_width": "Fill Width", + "extension_only": "Extension Only", + "only_show_the_file_extension": "Only show the file extension", + "textarea": "Textarea", + "collection_name_translations": "Collection Name Translations", + "field_name_translations": "Field Name Translations", + "enter_password_to_enable_tfa": "Enter your password to enable Two-Factor Authentication", + "add_field": "Add Field", + "role_name": "Role Name", + "db_only_click_to_configure": "Database Only: Click to Configure ", + "show_archived_items": "Show Archived Items", + "required": "Required", + "requires_value": "Requires value", + "create_preset": "Create Preset", + "create_role": "Create Role", + "create_user": "Create User", + "create_webhook": "Create Webhook", + "invite_users": "Invite Users", + "email_examples": "admin@example.com, user@example.com...", + "invite": "Invite", + "emails": "Emails", + "connection_excellent": "Excellent Connection", + "connection_good": "Good Connection", + "connection_fair": "Fair Connection", + "connection_poor": "Poor Connection", + "rename_folder": "Rename Folder", + "delete_folder": "Delete Folder", + "reset_bookmark": "Reset Bookmark", + "rename_bookmark": "Rename Bookmark", + "update_bookmark": "Update Bookmark", + "delete_bookmark": "Delete Bookmark", + "delete_bookmark_copy": "Are you sure you want to delete the \"{bookmark}\" bookmark? This action cannot be undone.", + "field_order_updated": "Fields Reordered", + "logoutReason": { + "SIGN_OUT": "Signed out", + "SESSION_EXPIRED": "Session expired" + }, + "public": "Public", + "public_description": "Controls what API data is available without authenticating.", + "not_allowed": "Not Allowed", + "directus_version": "Directus Version", + "node_version": "Node Version", + "node_uptime": "Node Uptime", + "os_type": "OS Type", + "os_version": "OS Version", + "os_uptime": "OS Uptime", + "os_totalmem": "OS Memory", + "archive": "Archive", + "archive_confirm": "Are you sure you want to archive this item?", + "archive_confirm_count": "No Items Selected | Are you sure you want to archive this item? | Are you sure you want to archive these {count} items?", + "reset_system_permissions": "Reset System Permissions", + "reset_system_permissions_copy": "Reset all all system permissions to their defaults", + "unarchive": "Unarchive", + "unarchive_confirm": "Are you sure you want to unarchive this item?", + "unarchive_confirm_count": "No Items Selected | Are you sure you want to unarchive this item? | Are you sure you want to unarchive these {count} items?", + "nested_files_folders_will_be_moved": "Nested files and folders will be moved one level up.", + "markdown": "Markdown", + "tabbed": "Tabbed", + "validationError": { + "eq": "Value has to be {valid}", + "neq": "Value can't be {invalid}", + "in": "Value has to be one of {valid}", + "nin": "Value can't be one of {invalid}", + "contains": "Value has to contain {substring}", + "ncontains": "Value can't contain {substring}", + "gt": "Value has to be greater than {valid}", + "gte": "Value has to be greater than or equal to {valid}", + "lt": "Value has to be less than {valid}", + "lte": "Value has to be less than or equal to {valid}", + "empty": "Value has to be empty", + "nempty": "Value can't be empty", + "null": "Value has to be null", + "nnull": "Value can't be null", + "required": "Value is required" + }, + "all_access": "All Access", + "no_access": "No Access", + "use_custom": "Use Custom", + "edit_custom": "Edit Custom", + "item_permissions": "Item Permissions", + "field_permissions": "Field Permissions", + "field_validation": "Field Validation", + "field_presets": "Field Presets", + "permissions_for_role": "Items the {role} Role can {action}.", + "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.", + "uploaded_by": "Uploaded By", + "hide_field_on_detail": "Hide Field on Detail", + "show_field_on_detail": "Show Field on Detail", + "delete_field": "Delete Field", + "fields_and_layout": "Fields & Layout", + "field_create_success": "Created Field: \"{field}\"", + "field_update_success": "Updated Field: \"{field}\"", + "field_delete_success": "Deleted Field: \"{field}\"", + "field_create_failure": "Could not create \"{field}\"", + "field_update_failure": "Could not update \"{field}\"", + "field_delete_failure": "Could not delete \"{field}\"", + "fields_update_success": "Fields Updated", + "fields_update_failure": "Could not update fields", + "duplicate_where_to": "Where would you like to duplicate this field to?", + "editing_field": "Editing {field}", + "within_collectoin": "within {collection}", + "line_number": "Line Number", + "language": "Language", + "preset_colors": "Preset Colors", + "color_dot": "Color Dot", + "default_color": "Default Color", + "labels": "Labels", + "global": "Global", + "admins_have_all_permissions": "Admins have all permissions", + "camera": "Camera", + "exposure": "Exposure", + "shutter": "Shutter", + "iso": "ISO", + "focal_length": "Focal Length", + "schema_setup_title": "How should this field save to the database?", + "schema_field_title": "How should this field behave in the app?", + "create_field": "Create Field", + "update_field": "Update Field", + "creating_new_field": "New Field ({collection})", + "updating_field_field": "{field} ({collection})", + "within_collection": "Within {collection}", + "field_standard": "Standard", + "field_presentation": "Presentation & Aliases", + "field_file": "Single File", + "field_files": "Multiple Files", + "field_m2o": "M2O Relationship", + "field_o2m": "O2M Relationship", + "field_m2m": "M2M Relationship", + "field_translations": "Translations", + "languages": "Languages", + "reset_page_preferences": "Reset Page Preferences", + "visible_fields": "Visible Fields", + "hidden_fields": "Hidden Fields", + "hidden_field": "Hidden Field", + "hidden_on_detail": "Hidden on Detail", + "disabled_editing_value": "Disable editing value", + "key": "Key", + "alias": "Alias", + "bigInteger": "Big Integer", + "boolean": "Boolean", + "date": "Date", + "dateTime": "DateTime", + "datetime": "DateTime", + "decimal": "Decimal", + "float": "Float", + "integer": "Integer", + "json": "JSON", + "string": "String", + "text": "Text", + "time": "Time", + "timestamp": "Timestamp", + "binary": "Binary", + "uuid": "UUID", + "unknown": "Unknown", + "not_available_for_type": "Not Available for this Type", + "create_translations": "Create Translations", + "auto_generate": "Auto-Generate", + "this_will_auto_setup_fields_relations": "This will automatically setup all required fields and relations.", + "click_here": "Click here", + "to_manually_setup_translations": "to manually setup translations.", + "click_to_manage_translated_fields": "There are no translated fields yet. Click here to create them. | There is one translated field. Click here to manage it. | There are {count} translated fields. Click here to manage them.", + "fields_group": "Fields Group", + "configure_m2o": "Configure your Many-to-One Relationship...", + "configure_o2m": "Configure your One-to-Many Relationship...", + "configure_m2m": "Configure your Many-to-Many Relationship...", + "configure_translations": "Configure your Translations...", + "configure_languages": "Configure your Languages...", + "add_m2o_to_collection": "Add Many-to-One to \"{collection}\"", + "add_o2m_to_collection": "Add One-to-Many to \"{collection}\"", + "add_m2m_to_collection": "Add Many-to-Many to \"{collection}\"", + "choose_a_type": "Choose a Type...", + "determined_by_relationship": "Determined by Relationship", + "include_seconds": "Include Seconds", + "add_note": "Add a helpful note for users...", + "default_value": "Default Value", + "add_a_default_value": "Add a default value...", + "allow_null": "Allow NULL", + "allow_null_label": "Can be set to \"NULL\"", + "interface_setup_title": "How will users interact with this field?", + "field_setup_title": "What type of field are you creating?", + "relationship_setup_title": "What kind of relationship are you creating?", + "display_setup_title": "How should this field’s value be displayed?", + "schema_options_title": "All set! Below are some optional configuration options...", + "creating_field": "Creating New Field", + "enter_field_name": "Enter a field name...", + "standard_field": "Standard Field", + "single_file": "Single File", + "multiple_files": "Multiple Files", + "m2o_relationship": "Many to One Relationship", + "o2m_relationship": "One to Many Relationship", + "m2m_relationship": "Many to Many Relationship", + "next": "Next", + "previous": "Previous", + "field_name": "Field Name", + "database_column_name": "Database Column Name", + "translations": "Translations", + "note": "Note", + "enter_a_value": "Enter a value...", + "enter_a_placeholder": "Enter a placeholder...", + "length": "Length", + "precision_scale": "Precision & Scale", + "readonly": "Readonly", + "hide_on_detail": "Hide on Detail", + "hide_on_browse": "Hide on Browse", + "unique": "Unique", + "primary_key": "Primary Key", + "foreign_key": "Foreign Key", + "validation_regex": "Validation RegEx", + "validation_message": "Validation Message", + "directus_type": "Directus Type", + "database_type": "Database Datatype", + "finish_setup": "Finish Setup", + "dismiss": "Dismiss", + "raw_value": "Raw value", + "edit_raw_value": "Edit Raw Value", + "enter_raw_value": "Enter raw value...", + "clear_value": "Clear value", + "reset_to_default": "Reset to default", + "undo_changes": "Undo changes", + "page_info": "Page Information", + "notifications": "Notifications", + "show_all_activity": "Show All Activity", + "page_not_found": "Page Not Found", + "page_not_found_body": "The page you are looking for doesn't seem to exist.", + "confirm_revert": "Confirm Revert", + "confirm_revert_body": "This will revert the item to the selected state.", + "display": "Display", + "mime_type": "MIME Type", + "filesize": "Filesize", + "code": "Code", + "loc": "No lines of {lang} | One line of {lang} | {count} lines of {lang}", + "setting_update_success": "Setting {setting} updated", + "setting_update_failed": "Updating setting {setting} failed", + "settings_update_success": "Settings updated", + "settings_update_failed": "Updating settings failed", + "php_api": "PHP API", + "php_version": "PHP Version", + "max_upload_size": "Max Upload Size", + "title": "Title", + "revision_delta_created": "Created", + "revision_delta_created_externally": "Created Externally", + "revision_delta_updated": "Updated 1 Field | Updated {count} Fields", + "revision_delta_soft_deleted": "Soft Deleted", + "revision_delta_deleted": "Deleted", + "revision_delta_reverted": "Reverted", + "revision_delta_other": "Revision", + "revision_delta_by": "{date} by {user}", + "private_user": "Private User", + "revision_unknown": "Created Outside System", + "revision_preview": "Revision Preview", + "updates_made": "Updates Made", + "leave_comment": "Leave a comment...", + "post_comment_success": "Comment posted", + "post_comment_failed": "Couldn't post comment", + "item_create_success": "Item Created | Items Created", + "item_create_failed": "Couldn't Create Item | Couldn't Create Items", + "item_update_success": "Item Updated | Items Updated", + "item_update_failed": "Couldn't Update Item | Couldn't Update Items", + "item_delete_success": "Item Deleted | Items Deleted", + "item_delete_failed": "Couldn't Delete Item | Couldn't Delete Items", + "item_in": "Item {primaryKey} in {collection} | Items {primaryKey} in {collection}", + "this_collection": "This Collection", + "related_collection": "Related Collection", + "translations_collection": "Translations Collection", + "languages_collection": "Languages Collection", + "export_data": "Export Data", + "format": "Format", + "use_current_filters_settings": "Use Current Filters & Settings", + "export_collection": "Export {collection}", + "related_values": "Related Values", + "last_page": "Last Page", + "last_access": "Last Access", + "fill_template": "Fill with Template Value", + "a_unique_table_name": "A unique table name...", + "a_unique_column_name": "A unique column name...", + "select_one": "Select one...", + "text_shown_when_no_value": "Text shown when no value...", + "enable_custom_values": "Enable custom values", + "submit": "Submit", + "move_to_folder": "Move to Folder", + "select_folder": "Select Folder", + "move": "Move", + "system": "System", + "include_system_collections": "Include System Collections", + "add_field_related": "Add Field to Related Collection", + "create_corresponding_field": "Create Corresponding Field", + "corresponding_field_name": "Corresponding Field Name", + "interface": "Interface", + "interfaces": "Interfaces", + "interface_count": "No Interfaces | One Interface | {count} Interfaces", + "today": "Today", + "yesterday": "Yesterday", + "delete_comment": "Delete Comment", + "date-fns_datetime": "PPP h:mma", + "date-fns_date": "PPP", + "date-fns_time": "h:mm:ss a", + "date-fns_date_short": "MMM d, u", + "date-fns_time_short": "h:mma", + "date-fns_date_short_no_year": "MMM d", + "month": "Month", + "year": "Year", + "select_all": "Select All", + "dropdown_multiple": "Dropdown (Multiple)", + "notice": "Notice", + "slug": "Slug", + "repeater": "Repeater", + "max-amount": "Max Amount", + "select_mode": "Select Mode", + "months": { + "january": "January", + "february": "February", + "march": "March", + "april": "April", + "may": "May", + "june": "June", + "july": "July", + "august": "August", + "september": "September", + "october": "October", + "november": "November", + "december": "December" + }, + "drag_mode": "Drag Mode", + "cancel_crop": "Cancel Crop", + "many_to_many": "Many to Many (M2M)", + "one_to_many": "One to Many (O2M)", + "many_to_one": "Many to One (M2O)", + "original": "Original", + "url": "URL", + "import": "Import", + "file_details": "File Details", + "dimensions": "Dimensions", + "size": "Size", + "created": "Created", + "modified": "Modified", + "checksum": "Checksum", + "owner": "Owner", + "edited_by": "Edited by", + "folder": "Folder", + "set_to_now": "Set to Now", + "zoom": "Zoom", + "download": "Download", + "open": "Open", + "foreground_color": "Foreground Color", + "background_color": "Background Color", + "default_foreground": "Default Foreground", + "default_background": "Default Background", + "upload_from_device": "Upload File from Device", + "choose_from_library": "Choose File from Library", + "import_from_url": "Import File from URL", + "no_file_selected": "No File Selected", + "download_file": "Download File", + "replace_from_device": "Replace File from Device", + "replace_from_library": "Replace File from Library", + "replace_from_url": "Replace File from URL", + "name": "Name", + "primary_key_field": "Primary Key Field", + "type": "Type", + "number": "Number", + "true": "True", + "false": "False", + "creating_new_collection": "Creating New Collection", + "creating_new_role": "Creating New Role", + "status": "Status", + "sort": "Sort", + "created_by": "Created By", + "created_on": "Created On", + "updated_by": "Updated By", + "updated_on": "Updated On", + "creating_collection_info": "Name the collection and setup its unique “key” field...", + "creating_collection_system": "Enable and rename any of these optional fields.", + "auto_increment_integer": "Auto-incremented integer", + "generated_uuid": "Generated UUID", + "manual_string": "Manually entered string", + "save_and_create_new": "Save and Create New", + "save_and_stay": "Save and Stay", + "save_as_copy": "Save as Copy", + "add_existing": "Add Existing", + "comments": "Comments", + "no_comments": "No Comments Yet", + "click_to_expand": "Click to Expand", + "select_item": "Select Item", + "no_items": "No items", + "disabled": "Disabled", + "information": "Information", + "report_bug": "Report Bug", + "request_feature": "Request Feature", + "interface_not_found": "Interface \"{interface}\" not found.", + "reset_interface": "Reset Interface", + "relative": "Relative", + "display_not_found": "Display \"{display}\" not found.", + "reset_display": "Reset Display", + "item_count": "No Items | One Item | {count} Items", + "no_items_copy": "There are no items in this collection yet.", + "file_count": "No Files | One File | {count} Files", + "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.", + "all_items": "All Items", + "csv": "CSV", + "no_collections": "No Collections", + "create_collection": "Create Collection", + "no_collections_copy_admin": "You don’t have any Collections yet. Click the button below to get started.", + "no_collections_copy": "You don’t have any Collections yet. Please contact your system administrator.", + "text_input": "Text Input", + "radio_buttons": "Radio Buttons", + "checkboxes": "Checkboxes", + "relationship_not_setup": "The relationship hasn't been configured correctly", + "display_template_not_setup": "The display template option is misconfigured", + "collection_field_not_setup": "The collection field option is misconfigured", + "select_a_collection": "Select a Collection", + "active": "Active", + "choose_status": "Choose a status...", + "users": "Users", + "files": "Files", + "activity": "Activity", + "webhooks": "Webhooks", + "roles": "User Roles", + "field_width": "Field Width", + "field_width_half": "Half Width (Wraps)", + "field_width_left": "Half Width (Left Only)", + "field_width_right": "Half Width (Right Only)", + "field_width_full": "Full Width", + "field_width_fill": "Fill the Page", + "add_a_new_item": "Add a new item...", + "add_filter": "Add Filter", + "upper_limit": "Upper limit...", + "lower_limit": "Lower limit...", + "user_directory": "User Directory", + "help_and_docs": "Help & Docs", + "documentation": "Documentation", + "card_size": "Card Size", + "sort_field": "Sort Field", + "toggle_manual_sorting": "Toggle Manual Sorting", + "bookmark_doesnt_exist": "Bookmark Doesn't Exist", + "bookmark_doesnt_exist_copy": "The bookmark you're trying to open couldn't be found.", + "bookmark_doesnt_exist_cta": "Return to collection", + "select_an_item": "Select an item...", + "edit": "Edit", + "preview": "Preview", + "enabled": "Enabled", + "enable_tfa": "Enable 2FA", + "disable_tfa": "Disable 2FA", + "tfa_scan_code": "Scan the code in your authenticator app to finish setting up 2FA", + "enter_otp_to_disable_tfa": "Enter the OTP to disable 2FA", + "use_bold_style": "Use bold style", + "formatted_value": "Formatted Value", + "format_title": "Format Title", + "inline_title": "Inline Title", + "auto_format_casing": "Auto-format casing", + "auto_fill": "Auto Fill", + "corresponding_field": "Corresponding Field", + "errors": { + "COLLECTION_NOT_FOUND": "Collection doesn't exist.", + "FIELD_NOT_FOUND": "Field not found.", + "FORBIDDEN": "Forbidden.", + "INVALID_CREDENTIALS": "Wrong username or password.", + "INVALID_OTP": "Wrong one-time password.", + "INVALID_PAYLOAD": "Invalid payload.", + "INVALID_QUERY": "Invalid query.", + "ITEM_LIMIT_REACHED": "Item limit reached.", + "ITEM_NOT_FOUND": "Item not found.", + "ROUTE_NOT_FOUND": "Not found.", + "-1": "Couldn't Reach API" + }, + "no_additional_info": "No Additional Info", + "hash": "Hash", + "masked": "Masked", + "value_hashed": "Value Securely Hashed", + "bookmark_name": "Bookmark name...", + "create_bookmark": "Create Bookmark", + "edit_bookmark": "Edit Bookmark", + "bookmarks": "Bookmarks", + "presets": "Presets", + "unexpected_error": "Unexpected Error", + "unexpected_error_copy": "An unexpected error has occured. Please try again later.", + "copy_details": "Copy Details", + "no_app_access": "No App Access", + "no_app_access_copy": "This user isn't allowed to use the admin app.", + "password_reset_sent": "We've sent you a secure link to reset your password", + "password_reset_successful": "Password successfully reset", + "create_project": "Create Project", + "welcome_to_directus": "Welcome to Directus", + "welcome_to_directus_copy": "Please make sure you have your database information handy to set up your first project.", + "back": "Back", + "editing_image": "Editing Image", + "square": "Square", + "free": "Free", + "flip_horizontal": "Flip Horizontal", + "flip_vertical": "Flip Vertical", + "aspect_ratio": "Aspect Ratio", + "rotate": "Rotate", + "project_info": "Project Information", + "database_connection": "Database Connection", + "requirements": "Requirements", + "host": "Host", + "port": "Port", + "db_password": "Database User Password", + "db_user": "Database User", + "db_name": "Database Name", + "db_type": "Database Type", + "creating_project": "Creating Project...", + "creating_project_failed": "Couldn't Create Project", + "creating_project_success": "Project Created", + "creating_project_success_copy": "The project has successfully been created. You can now sign in to the App with the admin credentials you entered.", + "creating_project_success_super_admin_password": "Make sure to copy the generated Super-Admin password below. You won't be able to see it again!", + "create_new_project": "Create New Project", + "create_new_project_copy": "Make sure you have your database information handy, then enter your API's Super-Admin password to continue.", + "super_admin_token": "Super-Admin Token", + "all_users": "All Users", + "delete_collection": "Delete Collection", + "unmanage_collection": "Unmanage Collection", + "update_collection_success": "Updated Collection", + "update_collection_failed": "Couldn't Update Collection", + "delete_collection_success": "Deleted Collection", + "delete_collection_failed": "Couldn't Delete Collection", + "start_end_of_count_items": "{start}-{end} of {count} items", + "delete_collection_are_you_sure": "Are you sure you want to delete this collection? This will delete the collection and all items in it. This action is permanent.", + "collections_shown": "Collections Shown", + "visible_collections": "Visible Collections", + "hidden_collections": "Hidden Collections", + "unmanaged_collections": "Unconfigured Collections", + "system_collections": "System Collections", + "slider": "Slider", + "min": "Min", + "max": "Max", + "minimum_value": "Minimum Value", + "maximum_value": "Maximum Value", + "placeholder": "Placeholder", + "step_interval": "Step Interval", + "icon_left": "Icon Left", + "icon_right": "Icon Right", + "trimed": "Trimed", + "font_family": "Font Family", + "font": "Font", + "numeric": "Numeric", + "sans_serif": "Sans Serif", + "serif": "Serif", + "monospace": "Monospace", + "divider": "Divider", + "color": "Color", + "circle": "Circle", + "empty_item": "Empty Item", + "log_in_with": "Log In with {provider}", + "filter": "Filter", + "advanced_filter": "Advanced Filter", + "operators": { + "eq": "Equals", + "neq": "Doesn't equal", + "lt": "Less than", + "gt": "Greater than", + "lte": "Less than or equal to", + "gte": "Greater than or equal to", + "in": "Is one of", + "nin": "Is not one of", + "null": "Is null", + "nnull": "Isn't null", + "contains": "Contains", + "ncontains": "Doesn't contain", + "between": "Is between", + "nbetween": "Isn't between", + "empty": "Is empty", + "nempty": "Isn't empty", + "all": "Contains these keys", + "has": "Contains some of these keys" + }, + "loading": "Loading...", + "alphabetize": "Alphabetize", + "force_alphabetical_order": "Force alphabetical order", + "lowercase": "Lowercase", + "force_lowercase": "Force lowercase", + "search_for_icon": "Search for icon...", + "drop_to_upload": "Drop to Upload", + "upload_file": "Upload File", + "upload_file_indeterminate": "Uploading File...", + "upload_file_success": "File Uploaded", + "upload_file_failed": "Couldn't Upload File", + "upload_files_indeterminate": "Uploading files {done}/{total}", + "upload_files_success": "{count} Files Uploaded", + "upload_files_failed": "Couldn't Upload Files", + "upload_pending": "Upload Pending", + "drag_file_here": "Drag & Drop a File Here", + "click_to_browse": "Click to Browse", + "layout_type": "{layout} Layout", + "layout_options": "Layout Options", + "setup": "Setup", + "collection_setup": "Collection Setup", + "optional_system_fields": "Optional System Fields", + "value_unique": "Value has to be unique", + "all_activity": "All Activity", + "badge": "Badge", + "none": "None", + "choose_a_color": "Choose a Color...", + "create_item": "Create Item", + "many-to-one": "Many to One", + "display_template": "Display Template", + "n_items_selected": "No Items Selected | 1 Item Selected | {n} Items Selected", + "per_page": "Per Page", + "all_files": "All Files", + "my_files": "My Files", + "recent_files": "Recent Files", + "create_folder": "Create Folder", + "folder_name": "Folder Name...", + "add_file": "Add File", + "replace_file": "Replace File", + "no_results": "No Results", + "no_results_copy": "Adjust or clear search filters to see results.", + "clear_filters": "Clear Filters", + "saves_automatically": "Saves Automatically", + "show_system_collections": "Show System Collections", + "hide_system_collections": "Hide System Collections", + "role": "Role", + "user": "User", + "no_presets": "No Presets", + "no_presets_copy": "No presets or bookmarks have been saved yet.", + "no_presets_cta": "Add Preset", + "always": "Always", + "create": "Create", + "add_tags": "Add tags...", + "full": "All", + "mine": "Mine Only", + "on_create": "On Create", + "on_update": "On Update", + "read": "Read", + "role_only": "Role Only", + "update": "Update", + "edit_fields": "Edit Fields", + "select_fields": "Select Fields", + "readable_fields": "Readable Fields", + "writable_fields": "Writable Fields", + "select_statuses": "Select Statuses", + "status_dot": "Status (Dot)", + "status_badge": "Status (Badge)", + "tags": "Tags", + "format_text": "Format Text", + "bold": "Bold", + "subdued": "Subdued", + "toggle": "Toggle", + "icon_on": "Icon On", + "icon_off": "Icon Off", + "label": "Label", + "wysiwyg": "WYSIWYG", + "toolbar": "Toolbar", + "wysiwyg_options": { + "aligncenter": "Align Center", + "alignjustify": "Align Justify", + "alignleft": "Align Left", + "alignnone": "Align None", + "alignright": "Align Right", + "forecolor": "Foreground Color", + "backcolor": "Background Color", + "bold": "Bold", + "italic": "Italic", + "underline": "Underline", + "strikethrough": "Strikethrough", + "subscript": "Subscript", + "superscript": "Superscript", + "blockquote": "Blockquote", + "bullist": "Bullet List", + "numlist": "Numbered List", + "hr": "Horizontal Rule", + "link": "Add Link", + "unlink": "Remove Link", + "media": "Add Media", + "image": "Add Image", + "copy": "Copy", + "cut": "Cut", + "paste": "Paste", + "h1": "Heading 1", + "h2": "Heading 2", + "h3": "Heading 3", + "h4": "Heading 4", + "h5": "Heading 5", + "h6": "Heading 6", + "fontselect": "Select Font", + "fontsizeselect": "Select Font Size", + "indent": "Indent", + "outdent": "Outdent", + "undo": "Undo", + "redo": "Redo", + "remove": "Remove", + "removeformat": "Remove Format", + "selectall": "Select All", + "table": "Table", + "visualaid": "View invisible elements", + "code": "View Source", + "fullscreen": "Full Screen", + "directionality": "Directionality" + }, + "custom_formats": "Custom Formats", + "options_override": "Options Override", + "dropdown": "Dropdown", + "dropdown_multiselect": "Dropdown (Multiselect)", + "allow_other": "Allow Other", + "allow_none": "Allow None", + "choices": "Choices", + "use_double_colon_for_key": "Use double colon for dedicated keys, eg: `value_saved::Option Displayed`", + "choices_option_configured_incorrectly": "Choices configured incorrectly", + "deselect": "Deselect", + "deselect_all": "Deselect All", + "other": "Other...", + "adding_user": "Adding User", + "statuses_not_configured": "Status mapping configured incorrectly", + "status_mapping": "Status Mapping", + "unknown_user": "Unknown User", + "creating_in": "Creating Item in {collection}", + "editing_in": "Editing Item in {collection}", + "editing_in_batch": "Batch Editing {count} Items", + "no_options_available": "No options available", + "settings_data_model": "Data Model", + "settings_collections_fields": "Collections & Fields", + "settings_extensions": "Extensions", + "settings_permissions": "Roles & Permissions", + "settings_project": "Project Settings", + "settings_saved": "Settings Saved", + "settings_webhooks": "Webhooks", + "settings_presets": "Presets & Bookmarks", + "scope": "Scope", + "layout": "Layout", + "editing_file": "Editing File: {title}", + "changes_are_permanent": "Changes are permanent", + "preset_name_placeholder": "Name of bookmark...", + "editing_preset": "Editing Preset", + "layout_preview": "Layout Preview", + "layout_setup": "Layout Setup", + "unsaved_changes": "Unsaved Changes", + "unsaved_changes_copy": "Are you sure you want to leave this page?", + "discard_changes": "Discard Changes", + "keep_editing": "Keep Editing", + "page_help_collections_overview": "**Collections Overview** — Lists of all collections you have access to.", + "page_help_collections_collection": "**Browse Items** — Lists all {collection} items you have access to. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", + "page_help_collections_item": "**Item Detail** — A form for viewing and managing this item. This sidebar also contains a full history of revisions, and embedded comments.", + "page_help_activity_collection": "**Browse Activity** — A comprehensive listing of all your user's system and content activity.", + "page_help_activity_detail": "**Activity Detail** — Shows accountability info, revision data, and the update message for this activity record.", + "page_help_docs_global": "**Documentation Overview** — Docs tailored specifically to this project's version and schema.", + "page_help_files_collection": "**File Library** — Lists all file assets uploaded to this project. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", + "page_help_files_item": "**File Detail** — A form for managing file metadata, editing the original asset, and updating access settings.", + "page_help_settings_project": "**Project Settings** — Your project's global configuration options.", + "page_help_settings_datamodel_collections": "**Data Model: Collections** — Lists all collections available. This includes visible, hidden, and system collections, as well as unmanaged database tables that can be added.", + "page_help_settings_datamodel_fields": "**Data Model: Collection** — A form for managing this collection and its fields.", + "page_help_settings_roles_collection": "**Browse Roles** — Lists the Admin, Public and custom User Roles.", + "page_help_settings_roles_item": "**Role Detail** — Manage a role's permissions and other settings.", + "page_help_settings_presets_collection": "**Browse Presets** — Lists all presets in the project, including: user, role, and global bookmarks, as well as default views.", + "page_help_settings_presets_item": "**Preset Detail** — A form for managing bookmarks and default collection presets.", + "page_help_settings_webhooks_collection": "**Browse Webhooks** — Lists all webhooks within the project.", + "page_help_settings_webhooks_item": "**Webhook Detail** — A form for creating and managing project webhooks.", + "page_help_users_collection": "**User Directory** — Lists all system users within this project.", + "page_help_users_item": "**User Detail** — Manage your account information, or view the details of other users.", "about_directus": "About Directus", "activity_feed": "Activity Feed", "add_field_filter": "Add a field filter", @@ -1001,7 +802,6 @@ "collections_and_fields": "Collection & Fields", "singleton": "Singleton", "singleton_label": "Treat as single object", - "fields": { "directus_activity": { "action": "Action", @@ -1014,10 +814,10 @@ "ip": "IP Address", "user_agent": "User Agent", "comment": "Comment" - }, - "directus_collections": { - "translations": "Collection Name Translations" - }, + }, + "directus_collections": { + "translations": "Collection Name Translations" + }, "directus_files": { "title": "Title", "tags": "Tags", @@ -1050,55 +850,51 @@ "avatar": "Avatar", "theme": "Theme", "tfa_secret": "Two-Factor Authentication" - }, - "directus_settings": { - "project_name": "Project Name", - "project_url": "Project URL", - "project_color": "Project Color", - "project_logo": "Project Logo", - "public_foreground": "Public Foreground", - "public_background": "Public Background", - "public_note": "Public Note", - "auth_password_policy": "Auth Password Policy", - "auth_idle_timeout": "Auth Idle Timeout", - "auth_login_attempts": "Auth Login Attempts", - "storage_asset_presets": "Storage Asset Presets", - "storage_asset_transform": "Storage Asset Transform", - "telemetry": "Telemetry" - }, - "directus_fields": { - "collection": "Collection Name", - "icon": "Collection Icon", - "note": "Note", - "hidden": "Hidden", - "singleton": "Singleton", - "translation": "Field Name Translations", - "display_template": "Template" - }, - "directus_roles": { - "name": "Role Name", - "icon": "Role Icon", - "description": "Description", - "ip_access": "IP Access", - "app_access": "App Access", - "admin_access": "Admin Access", - "enforce_tfa": "Require 2FA", - "users": "Users in Role", - "module_list": "Module Navigation", - "collection_list": "Collection Navigation" - } + }, + "directus_settings": { + "project_name": "Project Name", + "project_url": "Project URL", + "project_color": "Project Color", + "project_logo": "Project Logo", + "public_foreground": "Public Foreground", + "public_background": "Public Background", + "public_note": "Public Note", + "auth_password_policy": "Auth Password Policy", + "auth_idle_timeout": "Auth Idle Timeout", + "auth_login_attempts": "Auth Login Attempts", + "storage_asset_presets": "Storage Asset Presets", + "storage_asset_transform": "Storage Asset Transform", + "telemetry": "Telemetry" + }, + "directus_fields": { + "collection": "Collection Name", + "icon": "Collection Icon", + "note": "Note", + "hidden": "Hidden", + "singleton": "Singleton", + "translation": "Field Name Translations", + "display_template": "Template" + }, + "directus_roles": { + "name": "Role Name", + "icon": "Role Icon", + "description": "Description", + "ip_access": "IP Access", + "app_access": "App Access", + "admin_access": "Admin Access", + "enforce_tfa": "Require 2FA", + "users": "Users in Role", + "module_list": "Module Navigation", + "collection_list": "Collection Navigation" + } }, - "no_fields_in_collection": "There are no fields in \"{collection}\" yet", - "do_nothing": "Do Nothing", "generate_and_save_uuid": "Generate and Save UUID", "save_current_user_id": "Save Current User ID", "save_current_user_role": "Save Current User Role", "save_current_datetime": "Save Current Date/Time", - "modules": {}, - "coming_soon": "Coming Soon", "comment": "Comment", "config_error": "Missing Config", @@ -1147,7 +943,6 @@ "db_updated": "Database successfully updated", "default": "Default", "delete": "Delete", - "delete_are_you_sure": "This action is permanent and can not be undone. Are you sure you would like to proceed?", "delete_confirmation": "Delete Confirmation", "delete_field_are_you_sure": "Are you sure you want to delete the field \"{field}\"? This action can not be undone.", @@ -1229,12 +1024,12 @@ "uuid": "A Universally Unique Identifier" }, "js_types": { - "object": "Object", - "array": "Array", - "string": "String", - "number": "Number", - "boolean": "Boolean", - "undefined": "Undefined" + "object": "Object", + "array": "Array", + "string": "String", + "number": "Number", + "boolean": "Boolean", + "undefined": "Undefined" }, "file": "File", "file_library": "File Library", @@ -1423,5 +1218,6 @@ "wrapping_up": "Wrapping Up", "wrong_super_admin_password": "The super admin password you provided is incorrect.", "writable_fields_copy": "Select the fields that the user can edit", - "yes": "Yes" + "yes": "Yes", + "allow_all": "Allow All" } diff --git a/app/src/modules/settings/routes/roles/item/components/permissions-overview-row.vue b/app/src/modules/settings/routes/roles/item/components/permissions-overview-row.vue index 93cea7f4c7..b8a6304180 100644 --- a/app/src/modules/settings/routes/roles/item/components/permissions-overview-row.vue +++ b/app/src/modules/settings/routes/roles/item/components/permissions-overview-row.vue @@ -2,43 +2,50 @@