add field conditions placeholder
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
const en = {
|
||||
unchecked: 'Unchecked',
|
||||
equal: 'Equal',
|
||||
not_equal: 'Not equal',
|
||||
contains: 'Contains',
|
||||
does_not_contain: 'Does not contain',
|
||||
not_empty: 'Not empty',
|
||||
empty: 'Empty',
|
||||
select_field_: 'Select field...',
|
||||
select_value_: 'Select value...',
|
||||
remove_condition: 'Remove condition',
|
||||
are_you_sure: 'Are you sure?',
|
||||
sign_yourself: 'Sign Yourself',
|
||||
set_signing_date: 'Set signing date',
|
||||
@@ -31,6 +41,7 @@ const en = {
|
||||
copy_to_all_pages: 'Copy to All Pages',
|
||||
add_option: 'Add option',
|
||||
option: 'Option',
|
||||
condition: 'Condition',
|
||||
first_party: 'First Party',
|
||||
second_party: 'Second Party',
|
||||
third_party: 'Third Party',
|
||||
|
||||
Reference in New Issue
Block a user