Skip to content

Commit 85f989f

Browse files
committed
fix: typo and indentation
1 parent a3b2fbd commit 85f989f

File tree

1 file changed

+97
-97
lines changed

1 file changed

+97
-97
lines changed

src/lib/edra/strings.ts

Lines changed: 97 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -36,80 +36,80 @@ const strings = {
3636
formatGroup: 'Format',
3737
insertGroup: 'Insert'
3838
},
39-
dragHandle: {
40-
title: 'Drag Handle',
41-
turnInto: 'Turn into',
42-
insertNext: 'Insert Next',
43-
removeFormatting: 'Remove Formatting',
44-
duplicate: 'Duplicate',
45-
copy: 'Copy',
46-
delete: 'Delete Node',
47-
},
48-
editor: {
49-
headingPlaceholder: "What's the title?",
50-
paragraphPlaceholder: 'Write, press space for AI or / for commands',
51-
contentErrorTitle: 'Unable to load the content',
52-
contentErrorDescription: 'The content of this page might be corrupted.'
53-
},
39+
dragHandle: {
40+
title: 'Drag Handle',
41+
turnInto: 'Turn into',
42+
insertNext: 'Insert Next',
43+
removeFormatting: 'Remove Formatting',
44+
duplicate: 'Duplicate',
45+
copy: 'Copy',
46+
delete: 'Delete Node'
47+
},
48+
editor: {
49+
headingPlaceholder: "What's the title?",
50+
paragraphPlaceholder: 'Write, press space for AI or / for commands',
51+
contentErrorTitle: 'Unable to load the content',
52+
contentErrorDescription: 'The content of this page might be corrupted.'
53+
},
5454
extension: {
5555
audio: {
56-
multiplePasteWarningTitle: 'Can not paste multple files at once!',
56+
multiplePasteWarningTitle: 'Can not paste multiple files at once!',
5757
multiplePasteWarningDescription:
5858
'You can only paste one file at a time. Only the first file will be pasted.',
5959
pasteProcessing: 'Processing Pasted Audio',
6060
pasteError: 'Could not paste audio',
61-
multipleDropWarningTitle: 'Can not drop multple files at once!',
61+
multipleDropWarningTitle: 'Can not drop multiple files at once!',
6262
multipleDropWarningDescription:
6363
'You can only drop one file at a time. Only the first file will be dropped.',
6464
dropProcessing: 'Processing Dropped Audio',
6565
dropError: 'Could not upload audio',
6666
enterURLPrompt: 'Enter Audio URL',
6767
insertPlaceholder: 'Insert an audio',
68-
uploadProcessing: 'Uploading Audio File',
69-
openButton: 'Open',
70-
openError: 'Could not process audio files.',
71-
uploadTab: 'Upload',
72-
embedLinkTab: 'Embed Link',
73-
uploadButton: 'Upload Audio',
74-
embedLinkButton: 'Insert',
75-
embedLinkPlaceholder: 'Embed Audio'
68+
uploadProcessing: 'Uploading Audio File',
69+
openButton: 'Open',
70+
openError: 'Could not process audio files.',
71+
uploadTab: 'Upload',
72+
embedLinkTab: 'Embed Link',
73+
uploadButton: 'Upload Audio',
74+
embedLinkButton: 'Insert',
75+
embedLinkPlaceholder: 'Embed Audio'
7676
},
7777
code: {
7878
copy: 'Copy',
7979
copied: 'Copied!',
80-
plainText: 'Plain Text',
81-
searchLanguagePlaceholder: 'Search language...',
82-
searchLanguageEmpty: 'No Language found.'
80+
plainText: 'Plain Text',
81+
searchLanguagePlaceholder: 'Search language...',
82+
searchLanguageEmpty: 'No Language found.'
8383
},
8484
iframe: {
8585
enterURLPrompt: 'Please enter the iframe URL',
8686
insertPlaceholder: 'Insert an iframe',
87-
openButton: 'Open',
88-
embedLinkPlaceholder: 'Embed Iframe',
89-
embedLinkButton: 'Insert'
87+
openButton: 'Open',
88+
embedLinkPlaceholder: 'Embed Iframe',
89+
embedLinkButton: 'Insert'
9090
},
9191
image: {
9292
enterURLPrompt: 'Please enter the image URL',
9393
insertPlaceholder: 'Insert an image',
94-
uploadProcessing: 'Uploading Image File',
95-
openButton: 'Open',
96-
openError: 'Could not process image files.',
97-
uploadTab: 'Upload',
98-
embedLinkTab: 'Embed Link',
99-
uploadButton: 'Upload Image',
100-
embedLinkButton: 'Insert',
101-
embedLinkPlaceholder: 'Embed Image'
94+
uploadProcessing: 'Uploading Image File',
95+
openButton: 'Open',
96+
openError: 'Could not process image files.',
97+
uploadTab: 'Upload',
98+
embedLinkTab: 'Embed Link',
99+
uploadButton: 'Upload Image',
100+
embedLinkButton: 'Insert',
101+
embedLinkPlaceholder: 'Embed Image'
102102
},
103103
media: {
104-
back: 'Back',
104+
back: 'Back',
105105
resizeLeft: 'Resize Left',
106106
resizeRight: 'Resize Right',
107107
alignLeft: 'Align Left',
108108
alignCenter: 'Align Center',
109109
alignRight: 'Align Right',
110-
moreOptions: 'More Options',
110+
moreOptions: 'More Options',
111111
caption: 'Caption',
112-
captionPlaceholder: 'Your Media Caption',
112+
captionPlaceholder: 'Your Media Caption',
113113
duplicate: 'Duplicate',
114114
fullscreen: 'Full Screen',
115115
delete: 'Delete'
@@ -119,35 +119,35 @@ const strings = {
119119
selectRow: 'Select Row',
120120
addRow: 'Add Row',
121121
addRowAfter: 'Add Row After',
122-
addRowBefore: 'Add Row Before',
123-
deleteRow: 'Delete Row',
122+
addRowBefore: 'Add Row Before',
123+
deleteRow: 'Delete Row',
124124
selectColumn: 'Select Column',
125125
addColumn: 'Add Column',
126126
addColumnAfter: 'Add Column After',
127-
addColumnBefore: 'Add Column Before',
128-
deleteColumn: 'Delete Column',
127+
addColumnBefore: 'Add Column Before',
128+
deleteColumn: 'Delete Column'
129129
},
130130
video: {
131-
multiplePasteWarningTitle: 'Can not paste multple files at once!',
131+
multiplePasteWarningTitle: 'Can not paste multiple files at once!',
132132
multiplePasteWarningDescription:
133133
'You can only paste one file at a time. Only the first file will be pasted.',
134134
pasteProcessing: 'Processing Pasted Video',
135135
pasteError: 'Could not handle pasted video',
136-
multipleDropWarningTitle: 'Can not drop multple files at once!',
136+
multipleDropWarningTitle: 'Can not drop multiple files at once!',
137137
multipleDropWarningDescription:
138138
'You can only drop one file at a time. Only the first file will be processed.',
139139
dropProcessing: 'Processing Dropped Video',
140140
dropError: 'Could not upload video',
141141
enterURLPrompt: 'Please enter the video URL',
142142
insertPlaceholder: 'Insert a video',
143-
uploadProcessing: 'Uploading Video',
144-
openButton: 'Open',
145-
openError: 'Could not process video files.',
146-
uploadTab: 'Upload',
147-
embedLinkTab: 'Embed Link',
148-
uploadButton: 'Upload Video',
149-
embedLinkButton: 'Insert',
150-
embedLinkPlaceholder: 'Embed Video'
143+
uploadProcessing: 'Uploading Video',
144+
openButton: 'Open',
145+
openError: 'Could not process video files.',
146+
uploadTab: 'Upload',
147+
embedLinkTab: 'Embed Link',
148+
uploadButton: 'Upload Video',
149+
embedLinkButton: 'Insert',
150+
embedLinkPlaceholder: 'Embed Video'
151151
}
152152
},
153153
menu: {
@@ -157,38 +157,38 @@ const strings = {
157157
remove: 'Remove Link',
158158
save: 'Save',
159159
enterLinkPlaceholder: 'Type or paste a link',
160-
enterLinkButton: 'Set new link',
160+
enterLinkButton: 'Set new link'
161161
},
162162
math: {
163-
enterExpressionPlaceholder: 'Enter Math Expression',
163+
enterExpressionPlaceholder: 'Enter Math Expression'
164164
},
165-
table: {
166-
headerColumn: 'Header Column',
167-
addColumnAfter: 'Add Column After',
168-
addColumnBefore: 'Add Column Before',
169-
moveColumnLeft: 'Move Column Left',
170-
moveColumnRight: 'Move Column Right',
171-
deleteColumn: 'Delete This Column',
172-
headerRow: 'Header Row',
173-
addRowAfter: 'Add Row After',
174-
addRowBefore: 'Add Row Before',
175-
moveRowUp: 'Move Row Up',
176-
moveRowDown: 'Move Row Down',
177-
deleteRow: 'Delete This Row',
178-
}
165+
table: {
166+
headerColumn: 'Header Column',
167+
addColumnAfter: 'Add Column After',
168+
addColumnBefore: 'Add Column Before',
169+
moveColumnLeft: 'Move Column Left',
170+
moveColumnRight: 'Move Column Right',
171+
deleteColumn: 'Delete This Column',
172+
headerRow: 'Header Row',
173+
addRowAfter: 'Add Row After',
174+
addRowBefore: 'Add Row Before',
175+
moveRowUp: 'Move Row Up',
176+
moveRowDown: 'Move Row Down',
177+
deleteRow: 'Delete This Row'
178+
}
179179
},
180180
toolbar: {
181-
alignment: {
182-
buttonTitle: 'Alignment',
183-
dropdownTitle: 'Alignments'
184-
},
181+
alignment: {
182+
buttonTitle: 'Alignment',
183+
dropdownTitle: 'Alignments'
184+
},
185185
color: {
186-
buttonTitle: 'Quick Colors',
186+
buttonTitle: 'Quick Colors',
187187
textColor: 'Text Color',
188-
textColors: 'Text Colors',
188+
textColors: 'Text Colors',
189189
highlightColor: 'Highlight Color',
190-
highlightColors: 'Highlight Colors',
191-
templateCharacter: 'A',
190+
highlightColors: 'Highlight Colors',
191+
templateCharacter: 'A',
192192
default: 'Default',
193193
blue: 'Blue',
194194
red: 'Red',
@@ -202,35 +202,35 @@ const strings = {
202202
},
203203
font: {
204204
buttonTitle: 'Font Size',
205-
dropdownTitle: 'Font Size',
205+
dropdownTitle: 'Font Size',
206206
tiny: 'Tiny',
207207
smaller: 'Smaller',
208208
small: 'Small',
209209
default: 'Default',
210210
large: 'Large',
211211
extraLarge: 'Extra Large'
212212
},
213-
heading: {
214-
buttonTitle: 'Headings',
215-
},
216-
link: {
217-
buttonTitle: 'Link',
218-
insertLinkPlaceholder: 'Insert Link',
219-
insertLink: 'Insert Link',
220-
},
221-
list: {
222-
buttonTitle: 'Lists',
223-
dropdownTitle: 'Lists'
224-
},
213+
heading: {
214+
buttonTitle: 'Headings'
215+
},
216+
link: {
217+
buttonTitle: 'Link',
218+
insertLinkPlaceholder: 'Insert Link',
219+
insertLink: 'Insert Link'
220+
},
221+
list: {
222+
buttonTitle: 'Lists',
223+
dropdownTitle: 'Lists'
224+
},
225225
searchAndReplace: {
226-
buttonTitle: 'Search and Replace',
227-
showMore: 'Show More',
226+
buttonTitle: 'Search and Replace',
227+
showMore: 'Show More',
228228
goBack: 'Go Back',
229229
searchAndReplace: 'Search and Replace',
230230
searchPlaceholder: 'Search...',
231231
caseSensitive: 'Case Sensitive',
232-
goToPrevious: 'Go to Previous',
233-
goToNext: 'Go to Next',
232+
goToPrevious: 'Go to Previous',
233+
goToNext: 'Go to Next',
234234
previous: 'Previous',
235235
next: 'Next',
236236
replacePlaceholder: 'Replace...',

0 commit comments

Comments
 (0)