Skip to content

Commit 0583c6c

Browse files
committedMar 11, 2024·
Merge branch '1' into 2.1
2 parents 0f5eefb + 88dc141 commit 0583c6c

File tree

3 files changed

+64
-4
lines changed

3 files changed

+64
-4
lines changed
 

‎client/dist/js/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎client/lang/src/en.json

+62-2
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,73 @@
11
{
2+
"Admin.ACTIONS": "View actions",
3+
"Admin.ADD_TO_CAMPAIGN": "Add to campaign",
4+
"Admin.ADVANCED": "Advanced",
25
"Admin.ANY": "Any",
36
"Admin.ARCHIVECONFIRMMESSAGE": "Are you sure you want to archive this record?",
47
"Admin.ARCHIVE_CONFIRM_MESSAGE": "Archived",
8+
"Admin.BACK": "Back",
59
"Admin.BATCH_ARCHIVE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to archive these pages?\n\nThese pages and all of their children pages will be unpublished and sent to the archive.",
610
"Admin.BATCH_DELETELIVE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete these pages from live?",
711
"Admin.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nAre you sure you want to delete these pages?\n\nThese pages and all of their children pages will be deleted and sent to the archive.",
812
"Admin.BATCH_PUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to publish?",
913
"Admin.BATCH_RESTORE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to restore to stage?\n\nChildren of archived pages will be restored to the root level, unless those pages are also being restored.",
1014
"Admin.BATCH_UNPUBLISH_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to unpublish",
15+
"Admin.CLEAR": "Clear",
1116
"Admin.CLOSE": "Close",
17+
"Admin.CMS_LOGIN_TITLE": "Login",
1218
"Admin.COLLAPSEPANEL": "Collapse panel",
1319
"Admin.CONFIRMUNSAVED": "Are you sure you want to navigate away from this page?\n\nWARNING: Your changes have not been saved.\n\nPress OK to continue, or Cancel to stay on the current page.",
1420
"Admin.CONFIRMUNSAVEDSHORT": "WARNING: Your changes have not been saved.",
1521
"Admin.DELETECONFIRMMESSAGE": "Are you sure you want to delete this record?",
1622
"Admin.DELETE_CONFIRM_MESSAGE": "Deleted",
23+
"Admin.DISABLESPLITVIEW": "Screen too small to show site preview in split mode",
24+
"Admin.DISMISS": "Dismiss",
1725
"Admin.EDIT": "Edit",
1826
"Admin.EDIT_LINK": "Edit link",
27+
"Admin.EDIT_MODE": "Edit mode",
28+
"Admin.ENTER": "Enter",
1929
"Admin.ENTER_PASSWORD": "Enter your password",
20-
"Admin.ERRORINTRANSACTION": "An error occured while fetching data from the server\n Please try again later.",
30+
"Admin.ERRORINTRANSACTION": "An error occurred while fetching data from the server\n Please try again later.",
2131
"Admin.EXPANDPANEL": "Expand panel",
2232
"Admin.FormatExample": "Example: {format}",
33+
"Admin.IMPORTANT_TIP": "Important tip",
34+
"Admin.INSERT_LINK": "Insert link",
35+
"Admin.INSERT_LINK_WITH_SHORTCUT": "Insert link {shortcut}",
36+
"Admin.LINK_EMAIL": "Insert email link",
37+
"Admin.LINK_EXTERNAL": "Insert external link",
38+
"Admin.LINKLABEL_EMAIL": "Link to email address",
39+
"Admin.LINKLABEL_EXTERNALURL": "Link to external URL",
40+
"Admin.LOADING_ERROR": "As error occurred when loading the data: {message}",
2341
"Admin.NONE": "None",
42+
"Admin.NORMAL_TIP": "Tip",
43+
"Admin.NOT_AVAILABLE_USED_DATA": "The usage data is currently unavailable.",
44+
"Admin.NOT_FOUND_COMPONENT": "The component here ({component}) failed to load, there is a chance that you may lose data when saving due to this.",
45+
"Admin.NOT_USED": "This file is currently not in use.",
46+
"Admin.NO_ITEM_PREVIEW": "There is no preview available for this item.",
2447
"Admin.NO_OPTIONS": "No options",
48+
"Admin.NO_PREVIEW": "No preview available.",
2549
"Admin.NO_SIZE": "N/A",
50+
"Admin.OWNED_WARNING_1": "You are unpublishing content that is being used in {count} other published section(s).",
51+
"Admin.OWNED_WARNING_2": "This could cause a published page to have missing components on the live site.",
52+
"Admin.OWNED_WARNING_3": "Do you want to unpublish anyway?",
53+
"Admin.PREVIEW_MODE": "Preview mode",
2654
"Admin.REMOVE_LINK": "Remove link",
55+
"Admin.REMOVE_TAG": "Remove Tag",
56+
"Admin.SCREEN_TOO_SMALL": "Screen size too small",
57+
"Admin.SEARCH": "Search",
58+
"Admin.SEARCH_OPTIONS": "Search options",
2759
"Admin.SELECTONEPAGE": "Please select at least one page",
60+
"Admin.SHOW_SEARCH": "Show search",
61+
"Admin.SPLIT_MODE": "Split mode",
62+
"Admin.SUMMARY_TAG_LABEL": "filters",
63+
"Admin.TIP_LABEL": "{description} for {fieldTitle}",
64+
"Admin.TREEDROPDOWN_FAILED": "Failed to load",
65+
"Admin.TREEDROPDOWN_LOADING": "Loading...",
66+
"Admin.TREEDROPDOWN_NO_CHILDREN": "No children",
2867
"Admin.TYPE_TO_SEARCH": "Type to search",
68+
"Admin.UNKNOWN_ERROR": "An unknown error has occurred.",
69+
"Admin.USED_ON": "Used on",
70+
"Admin.USED_ON_NUM": "#",
2971
"Admin.VALIDATIONERROR": "Validation Error",
3072
"Admin.VALIDATION_ERRORS_IN_TAB": "This tab contains validation errors.",
3173
"Admin.VALIDATION_ERRORS_IN_TAB_SCREEN_READER": "(Has validation errors)",
@@ -40,5 +82,23 @@
4082
"Admin.VERIFY": "Verify",
4183
"Admin.VERIFY_ITS_YOU": "Verify it's you first.",
4284
"Admin.VERIFY_TO_CONTINUE": "Verify to continue",
43-
"Admin.WHATS_THIS": "What is this?"
85+
"Admin.WHATS_THIS": "What is this?",
86+
"Admin.WRITTEN_NUMBER_EIGHT": "eight",
87+
"Admin.WRITTEN_NUMBER_FIVE": "five",
88+
"Admin.WRITTEN_NUMBER_FOUR": "four",
89+
"Admin.WRITTEN_NUMBER_NINE": "nine",
90+
"Admin.WRITTEN_NUMBER_ONE": "one",
91+
"Admin.WRITTEN_NUMBER_SEVEN": "seven",
92+
"Admin.WRITTEN_NUMBER_SIX": "six",
93+
"Admin.WRITTEN_NUMBER_THREE": "three",
94+
"Admin.WRITTEN_NUMBER_TWO": "two",
95+
"Admin.WRITTEN_NUMBER_ZERO": "zero",
96+
"Boolean.ANY": "Any",
97+
"PopoverOptionSet.CLEAR": "Clear",
98+
"PopoverOptionSet.NO_RESULTS": "No results found",
99+
"PopoverOptionSet.SEARCH_PLACEHOLDER": "Search",
100+
"PopoverOptionSetToggle.TOGGLE": "Toggle",
101+
"SilverStripe\\Admin\\FileStatusIcon.TRACKED_FORM_UPLOAD_RESTRICTED": "Form submission",
102+
"SilverStripe\\Admin\\FileStatusIcon.TRACKED_FORM_UPLOAD_UNRESTRICTED": "Form submission, unrestricted access",
103+
"SilverStripe\\Admin\\FileStatusIcon.ACCESS_RESTRICTED": "Restricted access"
44104
}

‎client/src/components/Search/SearchBox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ class SearchBox extends Component {
289289
className={classes}
290290
title={i18n._t('Admin.ADVANCED', 'Advanced')}
291291
>
292-
<span className={spanClass}>Search options</span>
292+
<span className={spanClass}>{i18n._t('Admin.SEARCH_OPTIONS', 'Search options')}</span>
293293
</Button>);
294294
}
295295

0 commit comments

Comments
 (0)
Please sign in to comment.