-
-
Notifications
You must be signed in to change notification settings - Fork 332
/
dict.json
702 lines (702 loc) · 45.9 KB
/
dict.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
{
"access_custom_help": "Custom permissions",
"access_for_roles_saved_successfully": "Access for roles have been saved successfully.",
"access_level_cannot_remove_warning": "This access level cannot be removed.",
"access_level_inheritance_help": "This access level is inherited from the {aclObject} permissions.",
"access_level_inheritance_is_overridden_help": "This access level is inherited from the {aclObject} permissions and is overridden by the {comparedAclObject} permissions.",
"access_level_is_overridden_help": "This access level is overridden by the {comparedAclObject} permissions.",
"access_level_overrides_help": "This access level overrides the {comparedAclObject} permissions.",
"access_level_precedence_help": "If a user has different access levels on the database and the schema, the access level of schema will take precedence.",
"access_not_granted_for_any_role": "Access has not been granted for any role.",
"account_details": "Account Details",
"action_cannot_be_undone": "This action cannot be undone",
"actions": "Actions",
"add": "Add",
"add_child_roles": "Add Child Role(s)",
"add_collaborator": "Add Collaborator",
"add_columns_to_exploration_empty_message": "This exploration does not contain any columns. Edit the exploration to add columns to it.",
"add_field": "Add Field",
"add_filter": "Add Filter",
"add_foreign_key_constraint": "Add Foreign Key Constraint",
"add_new_filter": "Add New Filter",
"add_new_grouping": "Add New Grouping",
"add_new_sort_condition": "Add new sort condition",
"add_roles": "Add Role(s)",
"add_tables_to_new_schema": "You've created a new schema, now add tables to it.",
"add_transformation_step": "Add transformation step",
"add_unique_constraint": "Add Unique Constraint",
"add_user": "Add User",
"admin": "Admin",
"admin_access": "Admin Access",
"administration": "Administration",
"advanced": "Advanced",
"after_upgrading": "After Upgrading",
"aggregate": "Aggregate",
"aggregate_column_as_function": "[column] as [function]",
"aggregated_from": "Aggregated from",
"all_changes_saved": "All Changes Saved",
"all_objects_related_to_column_affected": "All objects related to this column will be affected.",
"append_column": "Append Column",
"are_you_sure_to_proceed": "Are you sure you want to proceed?",
"ascending": "Ascending",
"ascending_id": "Ascending ID",
"attempt_exploration_recovery": "Attempt Exploration recovery",
"authenticate": "Authenticate",
"automatically": "Automatically",
"base_table_exploration_help": "The base table is the table that is being explored and determines the columns that are available for exploration.",
"based_on": "Based on",
"before_upgrading": "Before Upgrading",
"bootstrap_connection_help": "These connection credentials will be used to create the new user. The existing user will need to have the CREATEROLE privilege.",
"build_your_exploration": "Build your Exploration",
"cancel": "Cancel",
"cancel_upload": "Cancel upload",
"cannot_modify_own_access_warning": "You cannot modify your own access levels. Please contact an administrator.",
"cannot_move_linked_column_to_linked_table": "Cannot move linking column \"{columnName}\" to its linked table \"{tableName}\".",
"cell": "Cell",
"change_password": "Change Password",
"check_for_updates": "Check for Updates",
"child_roles": "Child Roles",
"child_roles_count": "{count, plural, one {{count} child role} other {{count} child roles}}",
"child_roles_saved_successfully": "The Child Roles have been successfully saved.",
"choose_database": "Choose a Database",
"choose_schema": "Choose a Schema",
"choose_table_or_exploration": "Choose a Table or Exploration",
"cleaning_up": "Cleaning up",
"clear": "Clear",
"clear_value": "Clear value",
"click_save_button_to_save_changes": "Click Save button to save changes.",
"collaborator": "Collaborator",
"collaborator_added_successfully": "Collaborator added successfully",
"collaborator_removed_successfully": "Collaborator removed successfully",
"collaborator_role_help": "This role determines permissions for this collaborator. Mathesar will use this PostgreSQL role for all database interactions by this user.",
"collaborator_role_updated_successfully": "Role updated successfully for collaborator.",
"collaborators": "Collaborators",
"column": "Column",
"column_added_number_of_times": "{count, plural, one {This column has been added once.} other {This column has been added {count} times.}}",
"column_data_types": "Column Data Types",
"column_field_options": "{columnName} Field Options",
"column_from_table": "[columnName] [fromSlot](from) [tableName]",
"column_id_references_column_name": "[columnId] references the column [columnName].",
"column_moved_to_table": "Column {columnName} has been moved to table {tableName}",
"column_name": "Column Name",
"column_name_already_exists": "A column with that name already exists.",
"column_name_cannot_be_empty": "Column name cannot be empty.",
"column_names": "Column Names",
"column_number_name": "Column {number} Name",
"column_references_target_table": "The column in this table which references the target table.",
"column_will_allow_duplicates": "Column {columnName} will allow duplicates.",
"column_will_allow_null": "Column {columnName} will allow NULL",
"column_will_not_allow_duplicates": "Column {columnName} will no longer allow duplicates.",
"column_will_not_allow_null": "Column {columnName} will no longer allow NULL",
"columns": "Columns",
"columns_moved_to_table": "Columns {columnNames} have been moved to table {tableName}",
"columns_removed_from_table_added_to_new_table": "{count, plural, one {The column above will be removed from [tableName] and added to the new table} other {The columns above will be removed from [tableName] and added to the new table}}",
"columns_removed_from_table_added_to_target": "{count, plural, one {The column above will be removed from [tableName] and added to [targetTableName]} other {The columns above will be removed from [tableName] and added to [targetTableName]}}",
"columns_to_extract": "Columns to Extract",
"columns_to_move": "Columns to Move",
"columns_unique_values_help": "The columns in this table that should contain unique values.",
"configure_in_mathesar": "Configure in Mathesar",
"configure_password": "Configure Password",
"configure_value": "Configure ''{value}''",
"confirm_and_create_table": "Confirm & create table",
"confirm_delete_table": "To confirm the deletion of the [tableName] table, please enter the table name into the input field below.",
"confirm_password": "Confirm Password",
"connect": "Connect",
"connect_database": "Connect Database",
"connect_existing_database": "Connect to an Existing Database",
"connect_with_community_help": "Connect with Mathesar users and contributors in our community chat. Share ideas, get help, and contribute to discussions.",
"constraint": "Constraint",
"constraint_name": "Constraint Name",
"constraint_name_already_exists": "A constraint with that name already exists",
"constraint_name_cannot_be_empty": "Constraint name cannot be empty",
"constraint_name_unique_help": "At the database level, each constraint must have a unique name across all the constraints, tables, views, and indexes within the schema.",
"constraint_name_unique_mathesar_relevance_help": "In Mathesar however, the name of the constraint will likely never be relevant, — so we recommend allowing Mathesar to automatically generate constraint names when adding new constraints.",
"constraints": "Constraints",
"constraints_info_help": "Use constraints to define relationships between records in different tables or ensure uniqueness within a column.",
"constraints_info_help_mini": "Constraints are rules that apply to the data in a column to ensure that it is valid.",
"content": "Content",
"continue": "Continue",
"copy_and_paste_text": "Copy and Paste Text",
"could_break_tables_views": "This could break existing tables and views.",
"could_not_fetch_profile_error": "Could not fetch user profile details. Try refreshing your page.",
"count_explorations": "{count, plural, one {{count} exploration} other {{count} explorations}}",
"count_new_records": "{count, plural, one {{count} new record} other {{count} new records}}",
"count_records_deleted_successfully": "{count, plural, one {{count} record deleted successfully!} other {{count} records deleted successfully!}}",
"count_tables": "{count, plural, one {{count} table} other {{count} tables}}",
"create": "Create",
"create_a_table_by_importing": "Create a table by importing your data",
"create_database": "Create Database",
"create_database_mathesar_internal_server": "Create a new PostgreSQL database on Mathesar's internal server",
"create_db_if_not_exists": "Create this database if it does not already exist",
"create_exploration_empty_state_help": "Use Data Explorer to analyze and share your data. Explorations are based on tables in your schema, to get started choose a table and start adding columns and transformations.",
"create_link": "Create Link",
"create_new_database": "Create a New Database",
"create_new_pg_user": "Create a new PostgreSQL user",
"create_new_schema": "Create New Schema",
"create_record_from_search": "Create Record From Search Criteria",
"create_role": "Create Role",
"create_schema": "Create Schema",
"create_share_explorations_of_your_data": "Create and Share Explorations of Your Data",
"create_table_move_columns": "Create Table and Move Columns",
"create_user_via": "Create user via",
"currently_installed": "Currently Installed",
"custom": "Custom",
"custom_default": "Custom Default",
"custom_fields": "Custom Fields",
"customization": "Customization",
"customize_fields": "Customize Fields",
"customize_names_types_preview": "You can customize column names and types within the preview below.",
"data_explorer": "Data Explorer",
"data_loss_warning_alert": "Data loss can result from changing the data type of a column. This action cannot be undone.",
"data_source": "Data Source",
"data_tabular_format_help": "The data must be in tabular format (CSV, TSV etc) or JSON. See relevant [documentationLink](documenation).",
"data_type": "Data Type",
"data_type_linked_column_restricted": "The data type of this column must match the referenced column and cannot be changed.",
"data_type_pk_column_restricted": "The data type of the primary key column is restricted and cannot be changed.",
"database": "Database",
"database_access_connect_help": "Can access the database",
"database_access_create_help": "Can access the database and create new schemas",
"database_disconnect_failed": "Unable to disconnect database",
"database_disconnect_success": "The database has been disconnected successfully",
"database_name": "Database Name",
"database_not_found": "Database with id [connectionId] is not found.",
"database_ownership_updated_successfully": "Database ownership has been updated successfully.",
"database_permissions": "Database Permissions",
"database_privilege_connect_help": "Allow connections to the database.",
"database_privilege_create_help": "Allow creation of new schemas.",
"database_privilege_temporary_help": "Allow creation of temporary tables.",
"database_server_credentials": "Database server credentials",
"database_type": "Database Type",
"databases": "Databases",
"databases_matching_search": "{count, plural, one {{count} database matches [searchValue]} other {{count} databases match [searchValue]}}",
"days": "Days",
"db_server": "DB server",
"default_template": "Default Template",
"default_value": "Default Value",
"delete": "Delete",
"delete_account": "Delete Account",
"delete_account_contact_admin": "Please contact your administrator to request permanent deletion of your account.",
"delete_associated_mathesar_schemas_help": "Delete associated Mathesar schemas (includes all dependent database objects)",
"delete_column": "Delete Column",
"delete_columns_count": "{count, plural, one {Delete Column} other {Delete Columns}}",
"delete_database": "Delete Database",
"delete_exploration": "Delete Exploration",
"delete_import": "Delete Import",
"delete_item": "Delete {item}",
"delete_item_question": "Delete {item}?",
"delete_item_question_with_identifier": "Delete {item} [identifier]?",
"delete_records": "{count, plural, one {Delete Record} other {Delete {count} Records}}",
"delete_schema": "Delete Schema",
"delete_table": "Delete Table",
"delete_user": "Delete User",
"deleted_column": "Deleted column",
"deleted_records_cannot_be_recovered": "{count, plural, one {Once deleted, the record cannot be recovered.} other {Once deleted, the records cannot be recovered.}}",
"descending": "Descending",
"descending_id": "Descending ID",
"description": "Description",
"disable_link": "Disable Link",
"disable_link_question": "Disable Link?",
"disallow_null_values": "Disallow [null] Values",
"disallow_null_values_help": "Prevents null values in this column. Null values are empty values that are not the same as zero or an empty string.",
"discard_changes": "Discard Changes",
"disconnect": "Disconnect",
"disconnect_database": "Disconnect Database",
"disconnect_database_db_delete_info": "If you would like to delete the database too, you will need to do so from outside Mathesar by deleting it directly in PostgreSQL.",
"disconnect_database_info": "The database will not be deleted and will still be accessible outside Mathesar. You may choose to reconnect to it in the future; however, upon disconnecting you will lose Mathesar-specific metadata such as saved explorations, customized column display options, and customized record summary templates.",
"disconnect_database_with_name": "Disconnect Database [identifier]?",
"display_language": "Display Language",
"display_name": "Display Name",
"documentation_and_resources": "Documentation & Resources",
"drop_role": "Drop Role",
"drop_role_warning": "This role will be dropped on the database server and will not be available for any databases configured on the same server.",
"drop_role_with_identifier": "Drop Role [identifier]?",
"edit": "Edit",
"edit_child_roles_for_parent": "Edit Child Roles for ''{parent}''",
"edit_connection": "Edit Connection",
"edit_connection_with_name": "Edit Connection: [connectionName]",
"edit_exploration_attempt_recovery": "You can edit the exploration in the Data Explorer to attempt recovering it.",
"edit_in_data_explorer": "Edit in Data Explorer",
"edit_role_for_collaborator_value": "Edit Role for ''{collaborator}''",
"edit_schema": "Edit Schema",
"edit_schema_with_name": "Edit Schema [schemaName]",
"edit_table": "Edit Table",
"edit_table_with_name": "Edit Table [tableName]",
"edit_user": "Edit User",
"editor": "Editor",
"editor_access": "Editor Access",
"email": "Email",
"email_address_invalid": "The email address is invalid.",
"enter_new_credentials": "Enter new credentials",
"enter_url_import_file": "Enter the URL of the file you want to import",
"error": "Error",
"error_fetching_joinable_links": "There was an error fetching joinable links",
"error_saving_query": "An error occurred while trying to save the query",
"error_upgrading": "Error Upgrading",
"existing_pg_user_privileges_help": "The user will need to have CONNECT and CREATE privileges on the database.",
"exploration": "Exploration",
"exploration_name_cannot_be_empty": "The Exploration name cannot be empty.",
"exploration_not_found": "Exploration not found.",
"exploration_not_shared": "This exploration is currently not shared.",
"exploration_with_name_already_exists": "An Exploration with that name already exists.",
"explorations": "Explorations",
"explorations_matching_search": "{count, plural, one {{count} exploration matches [searchValue]} other {{count} explorations match [searchValue]}}",
"explore_data": "Explore Data",
"explore_table": "Explore Table",
"explore_your_data": "Explore your Data",
"exploring_from": "Exploring from",
"extract_columns_to_new_table": "{count, plural, one {Extract Column Into a New Table} other {Extract Columns Into a New Table}}",
"failed_load_preview": "Failed to load preview",
"failed_to_fetch_column_information": "Failed to fetch column information.",
"faster_for_large_imports": "faster for large imports",
"feel_stuck_or_feedback": "Feel stuck or have feedback?",
"fetching_user_details": "Fetching user details",
"filter": "Filter",
"filter_column": "Filter Column",
"filter_records": "Filter records",
"find_record": "Find a Record",
"finish_setting_up_table": "Finish setting up your table",
"first_ten_records_shown": "The first 10 records are shown. Filter to see more.",
"foreign_key_help": "A foreign key constraint links records in two tables.",
"foreign_keys": "Foreign Keys",
"format_displayer": "Format: [format]",
"formatting": "Formatting",
"from_base_table": "From Base Table",
"from_data_import": "From Data Import",
"from_linked_tables": "From Linked Tables",
"from_other_tables": "From other tables",
"from_scratch": "From Scratch",
"get_started_by_adding_columns_from_left": "Get started by adding columns from the left",
"get_started_by_adding_table_and_columns": "Get started by selecting a table and adding columns",
"getting_started": "Getting Started",
"getting_started_help": "Read our user guide to get an overview of what you can do with Mathesar, including importing data, syncing databases, and managing users & access levels.",
"give_readonly_access_table_via_link": "Give read-only access to this table to anyone via a link.",
"go_to_database": "Go to Database",
"go_to_homepage": "Go to homepage",
"go_to_linked_record": "Go To Linked Record",
"go_to_record": "Go To Record",
"go_to_record_page": "Go to Record Page",
"go_to_record_with_value": "Go To Record {value}",
"granted_access": "Granted Access",
"group": "Group",
"group_by_column": "Group by Column",
"group_records_by": "Group records by",
"hide_columns": "Hide Columns",
"host": "Host",
"host_name": "Host name",
"hours": "Hours",
"how_do_you_want_to_create_table": "How do you want to create your table?",
"how_would_you_like_to_connect_db": "How would you like to connect your database?",
"id_is_reserved_column": "The name \"id\" is reserved for the primary key column that will be created when creating the table.",
"if_upgrade_fails_help": "If the upgrade fails, the update status screen will still show that an upgrade is available, and you will need to refer to our [documentationLink](documentation) for further troubleshooting.",
"if_upgrade_succeeds_help": "If the upgrade succeeds, you will see that you're running the latest version.",
"import": "Import",
"import_from_file": "Import from a File",
"in_mathesar": "In Mathesar",
"in_this_table": "In this table",
"individual_permissions_admin_modify_warning": "Individual permissions cannot be modified for users with Admin access.",
"inherited": "Inherited",
"inherited_access_level_cannot_remove_warning": "This access level is inherited and cannot be removed from this panel.",
"inspector": "Inspector",
"internal_database": "Internal Database",
"internal_schema_help": "These schemas are necessary for Mathesar to function and will automatically be installed on the database after connecting.",
"join_community_chat": "Join Community Chat",
"join_email_list": "Join Email List",
"keep_first_row_as_data": "Set generic column names, keeping the first row as data",
"known_connection": "Known connection",
"large_data_takes_time_warning": "Large data sets can sometimes take several minutes to process. Please do not leave this page or close the browser tab while the import is in progress.",
"last_checked": "Last checked",
"latest_availabe_version_not_installed": "Latest Available Version (not installed)",
"learn_implications_deleting_mathesar_schemas": "Learn more about the implications of deleting Mathesar schemas.",
"link_copied": "Link copied",
"link_successfully_regenerated": "The link has been successfully regenerated",
"link_table_description": "Use links to connect related tables in your database, automatically setting up the necessary foreign key columns.",
"link_table_to": "Create link between [tablePill] and",
"linked_from_base_table": "Linked from Base Table",
"linked_record_summary": "Linked Record Summary",
"linked_table": "Linked Table",
"linked_to": "Linked To",
"linked_to_base_table": "Linked to Base Table",
"linked_via_column": "Linked via [columnName]",
"linked_via_foreign_key_column": "It is linked via a foreign key column",
"linking_table": "Linking Table",
"links": "Links",
"links_info": "For existing columns, add foreign key constraints in the \"Advanced\" section to turn them into links",
"loading": "Loading",
"loading_release_data": "Loading release data",
"loading_spinner_no_progress_bar": "You will see a loading spinner but no progress bar.",
"log_out": "Log Out",
"make_sure_database_exists": "Make sure this database already exists.",
"manage_database_access": "Manage [databaseName] Database Access",
"manage_databases": "Manage Databases",
"manage_schema_access": "Manage [databaseName] Schema Access",
"manager": "Manager",
"manager_access": "Manager Access",
"manually": "Manually",
"many_to_many": "Many to Many",
"many_to_many_link_description": "Multiple [baseTable] and [targetTable] records can link to each other through a new [mappingTable]",
"many_to_many_self_referential_link_description": "Multiple [baseTable] records can link to each other through a new [mapping]",
"many_to_one": "Many to One",
"many_to_one_link_description": "Multiple [baseTable] records can link to the same [targetTable] record.",
"mathesar": "Mathesar",
"mathesar_user": "Mathesar User",
"max_time_unit": "Max Time Unit",
"milliseconds": "Milliseconds",
"min_time_unit": "Min Time Unit",
"minutes": "Minutes",
"move_columns": "Move Columns",
"move_columns_to_linked_table": "{count, plural, one {Move Column To Linked Table} other {Move Columns To Linked Table}}",
"multiple_column_delete_error_last_base_column": "Some of the selected columns cannot be deleted because atleast one column from the base table is required. Please add another column from the base table before deleting them.",
"multiple_column_delete_error_used_in_transformations": "Some of the selected columns cannot be deleted because they're either used in transformations or results of transformations. Please remove them from the transformations before deleting them.",
"multiple_columns_selected": "{count, plural, one {{count} column selected} other {{count} columns selected}}",
"multiple_records": "{count, plural, one {{count} Record} other {{count} Records}}",
"multiple_records_selected": "{count, plural, one {{count} record selected} other {{count} records selected}}",
"name": "Name",
"name_of_link_column": "Name of Link Column",
"name_of_new_column": "Name of New Column",
"name_of_new_table": "Name of New Table",
"name_your_schema_help": "Name your schema to reflect its purpose. For example, your personal financial schema may be called \"Personal Finances\" and your movie collection \"Movies.\" Add a description to your schema to remember what it's for.",
"navigate_to_record": "Navigate to a record",
"navigate_to_table_record": "Navigate to a {tableName} record",
"needs_import_confirmation": "Needs Import Confirmation",
"new_column": "New Column",
"new_column_added_to_table": "A new column will be added to [tableName]",
"new_foreign_key_constraint": "New Foreign Key Constraint",
"new_link_wont_work_once_regenerated": "Once you regenerate a new link, the old link will no longer work.",
"new_owner": "New Owner",
"new_password": "New Password",
"new_pg_user_privileges_help": "The user will be granted CONNECT and CREATE privileges on the database.",
"new_record": "New Record",
"new_records_reposition_refresh": "New records will be repositioned on refresh",
"new_table": "New Table",
"new_table_created_with_extracted_column": "{count, plural, one {A new table {newTableName} has been created with the extracted column} other {A new table {newTableName} has been created with the extracted columns}}",
"new_table_from_data_import": "New Table from Data Import",
"new_table_from_scratch": "New Table from Scratch",
"new_table_that_will_be_linked_to_table": "The new table that will be linked to [tableName]",
"new_unique_constraint": "New Unique Constraint",
"new_user": "New User",
"new_user_name": "New user name",
"new_version_available": "New Version Available",
"newest_to_oldest_sort": "Newest-Oldest",
"no": "No",
"no_actions_selected_record": "There are no actions to perform on the selected record(s).",
"no_collaborators_added": "No collaborators have been added to this database.",
"no_constraints": "No Constraints",
"no_continue_without_summarization": "No, continue without summarizing",
"no_databases_connected": "No Databases Connected",
"no_default_value": "No Default Value",
"no_existing_records": "No existing records",
"no_explorations": "No Explorations",
"no_fields_added_yet": "No fields added yet",
"no_file_uploaded": "No file uploaded",
"no_filters_added": "No filters have been added",
"no_formatting_option_data_type": "No formatting option for the column data type",
"no_grouping_condition_added": "No grouping condition has been added",
"no_matches": "No matches for [searchValue]",
"no_matching_records": "No matching records",
"no_privileges_view_record": "Your role does not have the privileges to view this record.",
"no_privileges_view_table": "Your role does not have the privileges to view this table.",
"no_records_found": "No records found",
"no_results_found": "No results found",
"no_sorting_condition_added": "No sorting condition has been added",
"no_tables": "No Tables",
"no_target_table_selected": "No target table selected",
"no_type_constraints": "No {constraintType} Constraints",
"no_users_found": "No users found",
"not_aggregated": "Not Aggregated",
"now": "Now",
"number_of_matches": "{count, plural, one {{count} match for [searchValue]} other {{count} matches for [searchValue]}}",
"number_of_matches_in_category": "{count, plural, one {{count} match for [searchValue] in [categoryName]} other {{count} matches for [searchValue] in [categoryName]}}",
"old_password": "Old Password",
"oldest_to_newest_sort": "Oldest-Newest",
"on_the_server": "On The Server",
"one_column_from_base_is_required": "At least one column from the base table is required to add columns from linked tables.",
"one_to_many": "One to Many",
"one_to_many_link_desc": "One [baseTable] record can be linked from multiple [targetTable] records.",
"open": "Open",
"open_data_explorer": "Open Data Explorer",
"open_named_record": "Open [recordName]",
"open_named_table": "Open [tableName] table",
"open_record": "Open Record",
"open_table_in_data_explorer": "Open this table in Data Explorer to query and analyze your data.",
"open_table_record": "Open a Record from [tableName]",
"operation_requires_pg_user_have_createdb": "This operation requires the \"{username}\" PostgreSQL user to have CREATEDB privileges.",
"or": "or",
"overridden": "Overridden",
"overview": "Overview",
"owner": "Owner",
"page_automatic_reload_update": "This page will automatically reload, showing the software update status again.",
"page_doesnt_exist": "The page you're looking for doesn't exist.",
"password": "Password",
"password_encryption_help": "This password will be AES encrypted with Mathesar's secret key and stored in Mathesar's internal database.",
"password_encryption_help_plus_storage": "This password will be AES encrypted with Mathesar's secret key and stored in Mathesar's internal database. Save it elsewhere so that you may also connect to this database from outside Mathesar.",
"passwords_do_not_match": "Passwords do not match",
"paste_data_import": "Paste the data you want to import",
"permission": "Permission",
"pick": "Pick",
"pick_best_data_type_column": "Pick the best data type for each column",
"pick_record": "Pick a record",
"pick_table_record": "Pick a Record from [tableName]",
"port": "Port",
"port_invalid": "The port is invalid",
"prepare_downtime": "Prepare your users for up to five minutes of downtime.",
"preview": "Preview",
"preview_truncated_at_limit": "Preview is truncated at {limit} rows",
"primary_key": "Primary Key",
"primary_key_column_cannot_be_moved": "The primary key column cannot be moved.",
"primary_key_help": "A primary key constraint uniquely identifies each record in a table.",
"primary_keys": "Primary Keys",
"processing_data": "Processing Data",
"prompt_new_password_next_login": "Resetting the password will prompt the user to change their password on their next login.",
"properties": "Properties",
"provide_details_connect_existing_database": "Provide the details to connect an existing PostgreSQL database to Mathesar",
"provide_url_to_file": "Provide a URL to the file",
"public_schema_info": "Every PostgreSQL database includes the \"public\" schema. This protected schema can be read by anybody who accesses the database.",
"read": "Read",
"read_release_notes": "Read the [releaseNotesLink](release notes) to see if this release requires any special upgrade instructions.",
"readonly_access": "Read-Only Access",
"record": "Record",
"record_deleted_successfully": "Record deleted successfully!",
"record_in_table": "Record in [tableName]",
"record_summary": "Record Summary",
"record_summary_config_help": "Configure [tableName] record summaries here.",
"record_summary_detail_help_1": "Mathesar helps you identify records in a table by generating a short piece of text to summarize each record. These record summaries display in various places throughout the app, such as foreign key cells and record page titles.",
"record_summary_detail_help_2": "Use the form below to customize the fields included in the [tableName] record summary.",
"record_summary_no_pk_error": "The [tableName] table's record summaries cannot be configured because it does not have a primary key column.",
"record_summary_preview_help": "This is how the currently selected [tableName] record will be summarized.",
"recover_query_click_button": "You can attempt to recover the query by clicking on the button below.",
"redirected_login_page_password_change": "You'll be redirected to the login page once you change your password.",
"redo": "Redo",
"referencing_column": "Referencing Column",
"refresh": "Refresh",
"regenerate_link": "Regenerate Link",
"related_records": "Related Records",
"related_records_help": "Each of the following records links to [recordSummary] from another table.",
"release_data_store_not_found": "Release data store not found in context.",
"release_notes": "Release Notes",
"release_notes_and_upgrade_instructions": "Release Notes and Upgrade Instructions",
"released_date": "Released {date}",
"remove": "Remove",
"remove_configuration": "Remove Configuration",
"remove_configuration_for_identifier": "Remove Configuration for [identifier]?",
"remove_filters": "{count, plural, one {Remove Filter} other {Remove {count} Filters}}",
"remove_grouping": "Remove Grouping",
"remove_old_link_create_new": "Remove old link and create a new link?",
"remove_sorting_type": "Remove {sortingType} Sorting",
"removing_role_configuration_warning": "Removing this configuration will prevent collaborators assigned to this role from accessing databases on server ''{server}''.",
"reset": "Reset",
"restrict_to_unique": "Restrict to Unique",
"restrict_to_unique_help": "Ensures all values in this column are unique. Ideal for IDs, usernames, and other unique identifiers.",
"result": "Result",
"result_could_not_be_displayed": "The result could not be displayed.",
"retry": "Retry",
"reuse_credentials_from_known_connection": "Reuse credentials from a known connection",
"role": "Role",
"role_configuration": "Role Configuration",
"role_configuration_removed": "The role configuration has been removed successfully",
"role_configured_all_databases_in_server": "This role will be configured for all databases on DB Server ''{server}''",
"role_configured_successfully": "Role configured successfully",
"role_configured_successfully_new_password": "Role configured successfully with new password",
"role_created_successfully": "The Role has been created successfully",
"role_dropped_successfully": "The Role has been dropped successfully",
"role_has_no_child_roles": "The Role does not have any Child Roles",
"role_name": "Role Name",
"role_permissions": "Role Permissions",
"roles": "Roles",
"row": "Row",
"running_latest_version": "You are running the latest version",
"sample_data_library_help": "Sample data from a fictional library.",
"sample_data_movies_help": "Sample data from a collection of movies.",
"save": "Save",
"save_and_close": "Save and Close",
"save_exploration": "Save Exploration",
"saved_explorations": "Saved Explorations",
"saving": "Saving",
"saving_changes": "Saving Changes",
"schema": "Schema",
"schema_access_create_help": "Can acccess the schema and create new tables",
"schema_access_read_help": "Can access the schema",
"schema_delete_warning": "All objects in this schema will be deleted permanently, including (but not limited to) tables and views. Some of these objects may not be visible in the Mathesar UI.",
"schema_description": "Use schemas to organize related tables into logical groups within your database.",
"schema_name_already_exists": "A schema with that name already exists.",
"schema_name_cannot_be_empty": "Schema name cannot be empty",
"schema_name_placeholder": "Eg. Personal Finances, Movies",
"schema_not_found": "Schema not found.",
"schema_ownership_updated_successfully": "Schema ownership has been updated successfully.",
"schema_permissions": "Schema Permissions",
"schema_privilege_create_help": "Allow creation of objects within the schema.",
"schema_privilege_usage_help": "Allow usage of the schema.",
"schemas": "Schemas",
"schemas_matching_search": "{count, plural, one {{count} schema matches [searchValue]} other {{count} schemas match [searchValue]}}",
"schemas_to_install": "Schemas to install",
"search_databases": "Search Databases",
"search_explorations": "Search Explorations",
"search_schemas": "Search Schemas",
"search_tables": "Search Tables",
"search_users": "Search Users",
"seconds": "Seconds",
"section_affects_database_config": "This section affects the configuration of the database.",
"select_cell_view_properties": "Select a cell to view it's properties.",
"select_cells_view_record_props": "Select one or more cells to view associated record properties.",
"select_columns": "Select Columns",
"select_columns_cells_view_properties": "Select one or more columns or cells to view the associated column properties and actions.",
"select_columns_extract": "Select the columns you want to extract",
"select_columns_extract_into_table": "Select the columns you want to extract into [targetTableName]",
"select_columns_for_exploration_help": "Select the columns that will be used for the exploration. Columns are limited to those from the base table and its linked tables.",
"select_columns_move": "Select the columns you want to move",
"select_columns_move_into_table": "Select the columns you want to move into [targetTableName]",
"select_columns_to_hide": "Select Columns to Hide",
"select_columns_view_properties": "Select a column to view it's properties.",
"select_permission": "Select Permission",
"select_role": "Select Role",
"select_table": "Select Table",
"select_type": "Select Type",
"select_user": "Select User",
"set_constraint_name": "Set Constraint Name",
"set_to": "Set to",
"settings": "Settings",
"setup_connections_help": "Seems you haven't set up any databases. To use Mathesar, you'll need to connect one.",
"share": "Share",
"share_exploration": "Share Exploration",
"share_exploration_help": "Give read-only access to this exploration to anyone via a link.",
"share_table": "Share Table",
"shortcuts": "Shortcuts",
"showing_n_to_m_of_total": "Showing {leftBound}-{rightBound} of {totalCount}",
"showing_n_to_m_of_total_records": "{totalCount, plural, one {Showing {leftBound}-{rightBound} of {totalCount} record} other {Showing {leftBound}-{rightBound} of {totalCount} records}}",
"signed_in_as": "Signed in as",
"single_column_delete_error_last_base_column": "This column cannot be deleted because atleast one column from the base table is required. Please add another column from the base table before deleting this column.",
"single_column_delete_error_used_in_transformations": "This column cannot be deleted because it is either used in transformations or a result of transformations. Please remove the column from the transformations before deleting it.",
"slower_for_large_imports": "slower for large imports",
"software_update": "Software Update",
"some_columns_in_query_missing": "Some of the columns present in the query are missing in the underlying base table.",
"sort": "Sort",
"sort_type": "Sort {sortingType}",
"source_column": "Source Column",
"standard": "Standard",
"start_over": "Start Over",
"start_working_with_mathesar": "Start Working with Mathesar",
"static_record_summary_template_error": "Record summary cannot be static. Add at least one column field in order to save.",
"summarization": "Summarization",
"summarize": "Summarize",
"summarize_column_configure": "You can manually configure a summarization later via the \"Transform Results\" pane.",
"summarize_column_recommendation": "By default, Mathesar shows only one related record per row when adding a column with multiple related records. We recommend adding a summarization step if you'd like to see related records as a list instead.",
"summarize_column_with_identifier": "Summarize the [identifier] column?",
"summarize_in_data_explorer": "Summarize in Data Explorer",
"summarize_in_data_explorer_help": "Open a pre-configured exploration based on the current table display.",
"sync_external_changes": "Sync External Changes",
"sync_external_changes_data_help": "External changes to data (e.g. adding or editing rows) will be automatically reflected without clicking this button.",
"sync_external_changes_structure_help": "If you make structural changes to the database outside Mathesar (e.g. using another tool to add a schema, table, or column), those changes will not be reflected in Mathesar until you manually sync them with this button.",
"table": "Table",
"table_access_read_help": "Can read table records",
"table_access_write_help": "Can read, update, delete, and create table records",
"table_delete_permanent_warning": "Warning: This action is permanent and once deleted, the table cannot be recovered.",
"table_does_not_link": "This table does not link to any other tables",
"table_name": "Table Name",
"table_name_already_exists": "A table with that name already exists.",
"table_name_cannot_be_empty": "The table name cannot be empty.",
"table_not_found": "Table not found.",
"table_not_shared": "This table is currently not shared.",
"table_ownership_updated_successfully": "Table ownership has been updated successfully.",
"table_permissions": "Table Permissions",
"table_preview": "Table Preview",
"table_privilege_delete_help": "Allow deletion of records within the table.",
"table_privilege_insert_help": "Allow creation of new records within the table.",
"table_privilege_references_help": "Allow creation of foreign key references to the table.",
"table_privilege_select_help": "Allow reading data from the table.",
"table_privilege_trigger_help": "Allow creation of triggers on the table.",
"table_privilege_truncate_help": "Allow truncation (removal of all records) of the table.",
"table_privilege_update_help": "Allow updating of records within the table.",
"table_with_name_already_exists": "A table with that name already exists.",
"tables": "Tables",
"tables_matching_search": "{count, plural, one {{count} table matches [searchValue]} other {{count} tables match [searchValue]}}",
"take_first_row_as_column_names": "Take the first row as column names",
"target": "Target",
"target_column_in_table": "Table Column in [tableName] Table",
"target_table": "Target Table",
"template": "Template",
"template_refer_atleast_one_column_error": "The template must reference at least one column, otherwise the record summary will be the same for all records.",
"ten_best_matches_shown": "The 10 best matches are shown. Continue filtering to see more.",
"text": "Text",
"the_credentials_will_be_copied_from_this_connection": "The username, password, host, and port will be copied from this connection.",
"this_will_remove_following_columns": "This will remove the following column(s):",
"this_will_remove_following_transformations": "This will remove the following transformation(s):",
"time_to_create_exploration": "It's time to use your tables. Create your first exploration.",
"today": "Today",
"transfer_ownership": "Transfer Ownership",
"transform_results": "Transform Results",
"transform_results_help": "Transformations can be used to summarize data, filter data, and more. Note that transformations are applied in the order they are listed.",
"two_columns_cannot_have_same_name": "The two columns cannot have the same name.",
"type_of_link_to": "Type of Link to",
"unable_to_add_constraint": "Unable to add constraint.",
"unable_to_change_column_type": "Unable to change column type",
"unable_to_change_display_options": "Unable to change column display options.",
"unable_to_change_display_opts": "Unable to change column display options.",
"unable_to_delete_item": "Unable to delete {item}.",
"unable_to_fetch_table_constraints": "Unable to fetch table constraints",
"unable_to_load_data_latest_release": "Unable to load data about the latest release.",
"unable_to_load_preview": "Unable to load table preview",
"unable_to_load_release_data": "The currently-installed version is [version] but we were unable to load data about this release.",
"unable_to_rename_column": "Unable to rename column.",
"unable_to_save_changes": "Unable to save changes",
"unable_to_save_exploration": "Unable to save Exploration.",
"unable_to_update_allow_duplicates_column": "Unable to update \"Allow Duplicates\" of column {columnName}.",
"unable_to_update_allow_null_column": "Unable to update \"Allow NULL\" of column {columnName}.",
"unable_to_update_column_desc": "Unable to update column description.",
"unable_to_update_user": "Unable to update user",
"undo": "Undo",
"unique": "Unique",
"unique_key_help": "A unique constraint ensures that each record in a column is unique.",
"unknown_column": "unknown column",
"unknown_error": "An unknown error occurred.",
"unsaved_changes": "Unsaved Changes",
"update": "Update",
"update_connection": "Update Connection",
"upgrade": "Upgrade",
"upgrade_in_progress_do_not_navigate": "A Mathesar upgrade is currently in progress. It is important that you do not navigate away from this page until the upgrade is complete.",
"upgrade_to_version": "Upgrade to {version}",
"upgrading": "Upgrading",
"upgrading_to_version": "Upgrading to {version}",
"upload_a_file": "Upload a file",
"use_custom_template": "Use Custom Template",
"use_default": "Use Default",
"use_existing_pg_user": "Use an existing PostgreSQL user",
"use_text_for_all_columns": "Use \"Text\" for all column data types",
"user": "User",
"user_name": "User name",
"user_needs_create_connect_privileges": "The user needs CONNECT and CREATE privileges on the database.",
"user_not_found": "User not found",
"user_profile": "User Profile",
"user_type": "User type",
"username": "Username",
"username_max_length_error": "Username cannot be longer than {maxLength} characters.",
"username_restrict_chars_error": "Username can only contain alphanumeric characters, , _, @, +, ., and -.",
"users": "Users",
"users_matching_search": "{count, plural, one {{count} user matches [searchValue]} other {{count} users match [searchValue]}}",
"users_with_access": "Users with access",
"using_custom_types": "Using custom types?",
"value": "Value",
"value_already_exists": "This value already exists.",
"value_cannot_be_empty": "Value cannot be empty.",
"value_lowerbound_error": "Value must be at least {lowerBound}.",
"value_maxlength_error": "Value cannot be longer than {limit} characters.",
"value_upperbound_error": "Value must be at most {upperBound}.",
"via_column": "via {columnName}",
"via_column_component": "via [columnComponent]",
"viewer": "Viewer",
"we_can_install_new_version": "We can install this new version for you",
"we_will_add_a_column_in_x_to_y": "We'll add a column in [baseTable] which links to [targetTable].",
"we_will_add_two_columns_in_x_to_y": "We'll add two columns in [mappingTable] each linking to [targetTable].",
"we_will_create_a_new_table": "We'll create a new table [mappingTable].",
"welcome_to_mathesar_user": "Welcome to Mathesar, {user}!",
"what_is_a_table": "Tables store your data. It's good to have one table per entity. An entity is a thing you wish to keep data about. For example, in your personal financial schema, you may have a table for your bank accounts and another for your transactions. You can have as many tables as you wish.",
"what_is_an_exploration": "Explorations let you query your data to uncover trends and insights. They may be stored and run anytime to see the latest data. Explorations make great reports. You might, for example, create an exploration that shows your monthly spending.",
"what_is_an_exploration_mini": "Explorations let you query your data to uncover trends and insights.",
"whats_changing": "What's Changing",
"where": "where",
"while_upgrading": "While Upgrading",
"why_is_this_needed": "Why is this needed?",
"window_remains_open_mathesar_unusable": "This window will remain open but all features within Mathesar will be unusable.",
"write": "Write",
"yes": "Yes",
"yes_summarize_as_list": "Yes, summarize as a list",
"yesterday": "Yesterday"
}