@@ -1373,5 +1373,124 @@ export default {
1373
1373
"validation_disabled_conditions_display_empty_text" : "No conditions for disabled" ,
1374
1374
"validation_readonly_conditions_display_empty_text" : "No conditions for readonly" ,
1375
1375
"condition_modal_title_disabled" : "/ disabled" ,
1376
- "condition_modal_title_readonly" : "/ readonly"
1376
+ "condition_modal_title_readonly" : "/ readonly" ,
1377
+ "matrix_label" : "Matrix" ,
1378
+ "matrix_description" : "A matrix of input fields" ,
1379
+ "matrix_cols_1" : "Column 1" ,
1380
+ "matrix_cols_2" : "Column 2" ,
1381
+ "matrix_rows_1" : "Row 1" ,
1382
+ "matrix_rows_2" : "Row 2" ,
1383
+ "section_matrix_rows" : "Options" ,
1384
+ "condition_modal_title_column" : "/ Column condition" ,
1385
+ "condition_modal_title_row" : "/ Row condition" ,
1386
+ "col_wrap_col_wrap_label" : "Allow multi-line columns" ,
1387
+ "matrix_gap_gap_label" : "Cell gap" ,
1388
+ "matrix_rows_rows_wrapper_item_static" : "Static rows" ,
1389
+ "matrix_rows_rows_wrapper_item_dynamic" : "Dynamic rows" ,
1390
+ "matrix_rows_rows_count_label" : "Initial rows count" ,
1391
+ "matrix_rows_min_label" : "Min rows" ,
1392
+ "matrix_rows_min_placeholder" : "none" ,
1393
+ "matrix_rows_max_label" : "Max rows" ,
1394
+ "matrix_rows_max_placeholder" : "none" ,
1395
+ "matrix_rows_can_add_label" : "Can add rows" ,
1396
+ "matrix_rows_add_text_label" : "Add button text" ,
1397
+ "matrix_rows_can_remove_label" : "Can remove rows" ,
1398
+ "matrix_rows_rows_list_add_text" : "+ Add row" ,
1399
+ "matrix_rows_rows_list_label_placeholder" : "Text" ,
1400
+ "matrix_rows_rows_list_value_placeholder" : "Value" ,
1401
+ "matrix_rows_rows_list_button_conditions" : "Conditions" ,
1402
+ "matrix_cols_cols_add_text" : "+ Add column" ,
1403
+ "matrix_cols_label_placeholder" : "Text" ,
1404
+ "matrix_cols_value_placeholder" : "Value" ,
1405
+ "matrix_cols_input_type_placeholder" : "Type" ,
1406
+ "matrix_cols_width_placeholder" : "Width" ,
1407
+ "matrix_cols_button_conditions" : "Conditions" ,
1408
+ "matrix_cols_items_label" : "Options" ,
1409
+ "matrix_cols_items_add_text" : "+ Add option" ,
1410
+ "matrix_cols_items_label_placeholder" : "Text" ,
1411
+ "matrix_cols_items_value_placeholder" : "Value" ,
1412
+ "matrix_items_items_label" : "Options" ,
1413
+ "matrix_items_items_add_text" : "+ Add option" ,
1414
+ "matrix_items_items_label_placeholder" : "Text" ,
1415
+ "matrix_items_items_value_placeholder" : "Value" ,
1416
+ "matrix_input_type_input_type_label" : "Default type" ,
1417
+ "matrix_max_width_max_width_label" : "Max column width" ,
1418
+ "matrix_max_width_max_width_placeholder" : "auto" ,
1419
+ "matrix_min_width_min_width_label" : "Min column width" ,
1420
+ "matrix_min_width_min_width_placeholder" : "auto" ,
1421
+ "hide_cols_hide_cols_label" : "Hide column labels" ,
1422
+ "hide_rows_hide_rows_label" : "Hide row labels" ,
1423
+ "padding_padding_label" : "Horizontal padding" ,
1424
+ "row_wrap_row_wrap_label" : "Allow multi-line rows" ,
1425
+ "scrollable_scrollable_label" : "Allow scroll" ,
1426
+ "sticky_cols_sticky_cols_label" : "Sticky columns headers" ,
1427
+ "sticky_rows_sticky_rows_label" : "Sticky row labels" ,
1428
+ "view_matrix_view_label" : "View" ,
1429
+ "view_matrix_view_item_table" : "Table" ,
1430
+ "save" : "Save" ,
1431
+ "cancel" : "Cancel" ,
1432
+ "delete" : "Delete" ,
1433
+ "category_custom" : "Custom" ,
1434
+ "custom_element_modal_title_save" : "Save element" ,
1435
+ "custom_element_modal_title_edit" : "Save element" ,
1436
+ "custom_element_modal_subtitle_edit" : "Saving existing element will not update existing copies!" ,
1437
+ "custom_element_modal_form_label_label" : "Name" ,
1438
+ "custom_element_modal_form_label_description" : "This is how it will appear in the list of elements." ,
1439
+ "custom_element_modal_form_label_placeholder" : "Eg. Text element" ,
1440
+ "custom_element_modal_form_description_label" : "Description" ,
1441
+ "custom_element_modal_form_description_description" : "This should briefly describe what an element does." ,
1442
+ "custom_element_modal_form_description_placeholder" : "Eg. Single line text input" ,
1443
+ "custom_element_modal_form_key_label" : "Key" ,
1444
+ "custom_element_modal_form_key_description" : "Unique identifier and initial name of the element." ,
1445
+ "custom_element_modal_error_restricted" : "The key <b>%key%</b> is restricted, please choose another." ,
1446
+ "custom_element_modal_error_used" : "The key <b>%key%</b> is already in use." ,
1447
+ "custom_element_modal_form_note" : "Please note that updating a custom element type will not update instances that are already added to the form!" ,
1448
+ "delete_element_confirm" : "Are you sure you want to delete this element?" ,
1449
+ "column_text_label" : "Text" ,
1450
+ "column_number_label" : "Number" ,
1451
+ "column_email_label" : "Email" ,
1452
+ "column_phone_label" : "Phone" ,
1453
+ "column_password_label" : "Password" ,
1454
+ "column_url_label" : "URL" ,
1455
+ "column_location_label" : "Location" ,
1456
+ "column_textarea_label" : "Textarea" ,
1457
+ "column_editor_label" : "Editor" ,
1458
+ "column_checkbox_label" : "Checkbox" ,
1459
+ "column_checkboxgroup_label" : "Checkbox group" ,
1460
+ "column_checkboxgroup_tabs_label" : "Checkbox tabs" ,
1461
+ "column_checkboxgroup_blocks_label" : "Checkbox blocks" ,
1462
+ "column_radiogroup_label" : "Radio group" ,
1463
+ "column_radiogroup_tabs_label" : "Radio tabs" ,
1464
+ "column_radiogroup_blocks_label" : "Radio blocks" ,
1465
+ "column_toggle_label" : "Toggle" ,
1466
+ "column_select_label" : "Select" ,
1467
+ "column_multiselect_label" : "Multiselect" ,
1468
+ "column_tags_label" : "Tags" ,
1469
+ "column_date_label" : "Date" ,
1470
+ "column_time_label" : "Time" ,
1471
+ "column_datetime_label" : "Date-time" ,
1472
+ "column_week_label" : "Week" ,
1473
+ "column_month_label" : "Month" ,
1474
+ "column_file_label" : "File upload" ,
1475
+ "column_image_label" : "Image upload" ,
1476
+ "simple_matrix_label" : "Single choice matrix" ,
1477
+ "simple_matrix_description" : "Matrix of single choice options" ,
1478
+ "simple_matrix_multi_label" : "Multiple choice matrix" ,
1479
+ "simple_matrix_multi_description" : "Matrix of multiple choice options" ,
1480
+ "element_save_button_tooltip" : "Save as new element" ,
1481
+ "element_edit_button_tooltip" : "Save" ,
1482
+ "section_rows" : "Rows" ,
1483
+ "section_columns" : "Columns" ,
1484
+ "simple_section_rows" : "Rows" ,
1485
+ "simple_section_columns" : "Columns" ,
1486
+ "matrix_default_option_label" : "Option" ,
1487
+ "matrix_default_option_value" : "option" ,
1488
+ "table_label" : "Table" ,
1489
+ "table_description" : "Spreadsheet-like table of text inputs" ,
1490
+ "table_cols_1" : "Column 1" ,
1491
+ "table_cols_2" : "Column 2" ,
1492
+ "table_rows_1" : "Row 1" ,
1493
+ "table_rows_2" : "Row 2" ,
1494
+ "simple_table_label" : "Table" ,
1495
+ "simple_table_description" : "Spreadsheet-like table of text inputs"
1377
1496
} ;
0 commit comments