Improve description when providing an invalid handle/slug
This commit is contained in:
@@ -5,7 +5,7 @@ editor:
|
||||
deletedAt: Deleted at
|
||||
enabled: Enabled
|
||||
handle: Handle
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
id: ID
|
||||
name: Name *
|
||||
openBuilder: Open builder
|
||||
|
||||
@@ -19,7 +19,7 @@ editor:
|
||||
disabledFootnote: Unable to change the handle of the default auth client
|
||||
label: Handle
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
name: Name *
|
||||
no-time: No time selected
|
||||
profile: Allow client access to user's profile
|
||||
|
||||
@@ -40,7 +40,7 @@ editor:
|
||||
label: Handle
|
||||
placeholder: simplified_connection_name
|
||||
description:
|
||||
invalid-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
location-name:
|
||||
label: Location name
|
||||
placeholder: Name of the location where the data is stored
|
||||
|
||||
@@ -7,7 +7,7 @@ editor:
|
||||
dispatch_events: Dispatch events
|
||||
dispatch_events_desc: Dispatch events notifies the eventbus of queue message changes (new, processed, ...)
|
||||
name: Queue name *
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
poll_delay: Polling changes delay
|
||||
poll_delay_empty: 'Poll delay will not be used; to enable, use duration format (ie: 1h / 1m15s / 1h90s)'
|
||||
poll_delay_set: Poll delay will be used; if empty, it will not be used.
|
||||
|
||||
@@ -7,7 +7,7 @@ editor:
|
||||
deletedAt: Deleted at
|
||||
handle: Handle
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
name: Role name *
|
||||
title: Basic information
|
||||
unarchive: Unarchive
|
||||
|
||||
@@ -8,7 +8,7 @@ editor:
|
||||
handle:
|
||||
label: Handle
|
||||
placeholder: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
name: Name *
|
||||
description: Description
|
||||
level: Level {{level}}
|
||||
|
||||
@@ -28,7 +28,7 @@ editor:
|
||||
deletedAt: Deleted at
|
||||
handle: Handle
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
meta:
|
||||
description: Description
|
||||
short: Short name *
|
||||
|
||||
@@ -11,7 +11,7 @@ editor:
|
||||
email: Email *
|
||||
handle: Handle
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
name: Full name
|
||||
revokeAllSession: Revoke all active sessions
|
||||
suspend: Suspend
|
||||
|
||||
@@ -44,7 +44,7 @@ editor:
|
||||
links:
|
||||
title: Custom links
|
||||
handle: Name
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
url: URL
|
||||
new-tab: New tab
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ general:
|
||||
value: Value
|
||||
placeholder:
|
||||
handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
edit:
|
||||
animation:
|
||||
enabled: Animation enabled
|
||||
|
||||
@@ -72,7 +72,7 @@ edit:
|
||||
systemFields: 'System fields:'
|
||||
tooltip:
|
||||
attributes: Select if the field can hold multiple values, if it's required field or if contains sensitive data
|
||||
name: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
name: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
private: Sensitive data
|
||||
required: Required field
|
||||
title: The name displayed in form input / data lists
|
||||
@@ -204,7 +204,7 @@ general:
|
||||
placeholder:
|
||||
handle: Handle
|
||||
sample: Sample
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
import: Module import
|
||||
navigation:
|
||||
module: Modules
|
||||
|
||||
@@ -44,7 +44,7 @@ slug:
|
||||
description: The short name will be used in the URL
|
||||
label: Short name
|
||||
placeholder: Enter a short name for the namespace
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
subtitle:
|
||||
label: Subtitle
|
||||
placeholder: Enter namespace subtitle
|
||||
|
||||
@@ -10,7 +10,7 @@ block:
|
||||
handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
sample: Sample
|
||||
title: Add new block
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
changeBlock: Change existing block
|
||||
copyOf: "Copy of {{title}}"
|
||||
build:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
description: Description
|
||||
handle-with-star: Handle
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
name: Name
|
||||
name-with-star: 'Name*'
|
||||
new-report: New Report
|
||||
|
||||
@@ -8,7 +8,7 @@ tooltip:
|
||||
workflow:
|
||||
'run-as': Run as
|
||||
'not-setup-properly': When not explicitly set, workflow will be executed by user that invoked it
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
|
||||
invalid-handle-characters: Should be at least 2 characters long. Can contain only letters, numbers, dashes, underscores and dots. Must end with letter or number
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
sub-workflow:
|
||||
label: Subworkflow
|
||||
|
||||
Reference in New Issue
Block a user