Skip to main content

defaultTranslations

const defaultTranslations: object

Default configuration of translatable strings.

Type declaration

addGroup

addGroup: object

addGroup.label

readonly label: "+ Group" = '+ Group'

addGroup.title

readonly title: "Add group" = 'Add group'

addRule

addRule: object

addRule.label

readonly label: "+ Rule" = '+ Rule'

addRule.title

readonly title: "Add rule" = 'Add rule'

cloneRule

cloneRule: object

cloneRule.label

readonly label: "⧉" = '⧉'

cloneRule.title

readonly title: "Clone rule" = 'Clone rule'

cloneRuleGroup

cloneRuleGroup: object

cloneRuleGroup.label

readonly label: "⧉" = '⧉'

cloneRuleGroup.title

readonly title: "Clone group" = 'Clone group'

combinators

combinators: object

combinators.title

readonly title: "Combinators" = 'Combinators'

dragHandle

dragHandle: object

dragHandle.label

readonly label: "⁞⁞" = '⁞⁞'

dragHandle.title

readonly title: "Drag handle" = 'Drag handle'

fields

fields: object

fields.placeholderGroupLabel

readonly placeholderGroupLabel: "------" = defaultPlaceholderFieldGroupLabel

fields.placeholderLabel

readonly placeholderLabel: "------" = defaultPlaceholderFieldLabel

fields.placeholderName

readonly placeholderName: "~" = defaultPlaceholderFieldName

fields.title

readonly title: "Fields" = 'Fields'

lockGroup

lockGroup: object

lockGroup.label

readonly label: "🔓" = '🔓'

lockGroup.title

readonly title: "Lock group" = 'Lock group'

lockGroupDisabled

lockGroupDisabled: object

lockGroupDisabled.label

readonly label: "🔒" = '🔒'

lockGroupDisabled.title

readonly title: "Unlock group" = 'Unlock group'

lockRule

lockRule: object

lockRule.label

readonly label: "🔓" = '🔓'

lockRule.title

readonly title: "Lock rule" = 'Lock rule'

lockRuleDisabled

lockRuleDisabled: object

lockRuleDisabled.label

readonly label: "🔒" = '🔒'

lockRuleDisabled.title

readonly title: "Unlock rule" = 'Unlock rule'

notToggle

notToggle: object

notToggle.label

readonly label: "Not" = 'Not'

notToggle.title

readonly title: "Invert this group" = 'Invert this group'

operators

operators: object

operators.placeholderGroupLabel

readonly placeholderGroupLabel: "------" = defaultPlaceholderOperatorGroupLabel

operators.placeholderLabel

readonly placeholderLabel: "------" = defaultPlaceholderOperatorLabel

operators.placeholderName

readonly placeholderName: "~" = defaultPlaceholderOperatorName

operators.title

readonly title: "Operators" = 'Operators'

removeGroup

removeGroup: object

removeGroup.label

readonly label: "⨯" = '⨯'

removeGroup.title

readonly title: "Remove group" = 'Remove group'

removeRule

removeRule: object

removeRule.label

readonly label: "⨯" = '⨯'

removeRule.title

readonly title: "Remove rule" = 'Remove rule'

shiftActionDown

shiftActionDown: object

shiftActionDown.label

readonly label: "˅" = '˅'

shiftActionDown.title

readonly title: "Shift down" = 'Shift down'

shiftActionUp

shiftActionUp: object

shiftActionUp.label

readonly label: "˄" = '˄'

shiftActionUp.title

readonly title: "Shift up" = 'Shift up'

value

value: object

value.title

readonly title: "Value" = 'Value'

valueSourceSelector

valueSourceSelector: object

valueSourceSelector.title

readonly title: "Value source" = 'Value source'

Source

packages/react-querybuilder/src/defaults.ts:49


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.