Skip to content

Commit d55c3cb

Browse files
fix: add missing localization strings
1 parent 93e824b commit d55c3cb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

specifyweb/frontend/js_src/lib/localization/preferences.behavior.ts

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,44 @@ export const preferencesBehaviorDictionary = {
10031003
'uk-ua': 'Налаштування',
10041004
'pt-br': 'Preferências de coleção',
10051005
},
1006+
auditing: {
1007+
'en-us': 'Auditing',
1008+
},
1009+
formatting: {
1010+
'en-us': 'Formatting',
1011+
},
1012+
enableAuditLog: {
1013+
'en-us': 'Enable Audit Log',
1014+
},
1015+
enableAuditLogDescription: {
1016+
'en-us':
1017+
'Globally enables or disables the audit log feature for all collections.',
1018+
},
1019+
logFieldLevelChanges: {
1020+
'en-us': 'Log field-level changes',
1021+
},
1022+
logFieldLevelChangesDescription: {
1023+
'en-us':
1024+
'When auditing is enabled, record changes to individual field values in addition to record creation and deletion.',
1025+
},
1026+
fullDateFormat: {
1027+
'en-us': 'Full date format',
1028+
},
1029+
fullDateFormatDescription: {
1030+
'en-us': 'Select the display format for complete dates across the application.',
1031+
},
1032+
monthYearDateFormat: {
1033+
'en-us': 'Month/year date format',
1034+
},
1035+
monthYearDateFormatDescription: {
1036+
'en-us': 'Choose how partial dates that only include a month and year should be displayed.',
1037+
},
1038+
attachmentThumbnailSize: {
1039+
'en-us': 'Attachment thumbnail size (px)',
1040+
},
1041+
attachmentThumbnailSizeDescription: {
1042+
'en-us': 'Set the pixel dimensions used when generating attachment preview thumbnails.',
1043+
},
10061044
rememberDialogSizes: {
10071045
'en-us': 'Remember dialog window sizes',
10081046
'ru-ru': 'Запомните размеры диалоговых окон',

0 commit comments

Comments
 (0)