@@ -191,6 +191,15 @@ export default {
191191 ******************************************/
192192 /** BASE */
193193 "settings_default_values" : "Restore default values" ,
194+ "settings_automation_section" : "Automations related to the table" ,
195+ "settings_column_section" : "Configuration about columns" ,
196+ "settings_csv_section" : "Configuration about CSV I/O" ,
197+ "settings_developer_section" : "Configuration about developer tools" ,
198+ "settings_editing_engine_section" : "Configuration about editing engine" ,
199+ "settings_folder_section" : "Configuration about folder structure" ,
200+ "settings_helper_section" : "Helpers/Commands related to the table" ,
201+ "settings_media_section" : "Embedded media adjustments" ,
202+ "settings_row_section" : "Rows related configuration" ,
194203 /** FORMULA SETTINGS */
195204 "settings_formula_title" : "Formula Settings" ,
196205 "settings_formula_desc" : "Select the destination of the formula JS files." ,
@@ -282,4 +291,33 @@ export default {
282291 /** ROWS */
283292 "settings_font_size_title" : "Select the size of the font" ,
284293 "settings_font_size_desc" : "Use the slider to select the size of the font (in pixels)" ,
294+ "settings_footer_toggle_title" : "Show footer" ,
295+ "settings_footer_toggle_desc" : "Show/hide footer of the database" ,
296+ "settings_pagination_size_title" : "Pagination size" ,
297+ "settings_pagination_size_desc" : "The number of rows to show per page" ,
298+ "settings_row_shadow_toggle_title" : "Row shadow" ,
299+ "settings_row_shadow_toggle_desc" : "Enable the row shadow to make it easier to distinguish between rows" ,
300+ "settings_template_folder_title" : "Folder to read the templates" ,
301+ "settings_template_folder_desc" : "Select folder to read the available templates for the database" ,
302+ "settings_template_folder_placeholder" : "Example: folder1/folder2" ,
303+ /** SOURCE */
304+ "settings_source_title" : "Select the source of database data" ,
305+ "settings_source_desc" : "Select from which source you want to get the data to be displayed in the table." ,
306+ "settings_source_form_title" : "Form in function of source data" ,
307+ "settings_source_form_tag_title" : "Select a tag" ,
308+ "settings_source_form_tag_desc" : "Select a tag to use as source of data" ,
309+ "settings_source_form_tag_placeholder" : "Select a tag..." ,
310+ "settings_source_form_file_title" : "Select a file" ,
311+ "settings_source_form_file_desc" : "Select a file to use as source of data" ,
312+ "settings_source_form_file_placeholder" : "Example: folder1/template_file" ,
313+ "settings_source_form_query_title" : "Dataview query" ,
314+ "settings_source_form_query_desc" : "Enter a dataview query starting with FROM (the plugin autocomplete the query with TABLE & the column fields)" ,
315+ "settings_source_form_query_placeholder" : "FROM table WHERE..." ,
316+ "settings_source_form_query_button_tooltip" : "Validate query" ,
317+ "settings_source_form_query_notice_validate" : "Dataview query '{0}' is valid!" ,
318+ "settings_source_form_query_notice_error" : "Dataview query '{0}' is invalid: {1}" ,
319+ "settings_source_form_destination_title" : "Select destination folder" ,
320+ "settings_source_form_destination_desc" : "Select the destination of new entries for this source" ,
321+ "settings_source_form_destination_placeholder" : "Example: folder1/folder2" ,
322+
285323} ;
0 commit comments