forked from singerdmx/flutter-quill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquill_en.arb
145 lines (145 loc) · 4.94 KB
/
quill_en.arb
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
{
"@@locale": "en",
"pasteLink": "Paste a link",
"ok": "Ok",
"selectColor": "Select Color",
"gallery": "Gallery",
"link": "Link",
"open": "Open",
"copy": "Copy",
"remove": "Remove",
"save": "Save",
"zoom": "Zoom",
"saved": "Saved",
"text": "Text",
"resize": "Resize",
"width": "Width",
"height": "Height",
"size": "Size",
"small": "Small",
"large": "Large",
"huge": "Huge",
"clear": "Clear",
"font": "Font",
"search": "Search",
"camera": "Camera",
"video": "Video",
"undo": "Undo",
"redo": "Redo",
"fontFamily": "Font family",
"fontSize": "Font size",
"bold": "Bold",
"subscript": "Subscript",
"superscript": "Superscript",
"italic": "Italic",
"underline": "Underline",
"strikeThrough": "Strike through",
"inlineCode": "Inline code",
"fontColor": "Font color",
"backgroundColor": "Background color",
"clearFormat": "Clear format",
"alignLeft": "Align left",
"alignCenter": "Align center",
"alignRight": "Align right",
"alignJustify": "Align justify",
"@alignJustify": {
"description": "Justify the text over the full window width"
},
"justifyWinWidth": "Justify win width",
"textDirection": "Text direction",
"headerStyle": "Header style",
"normal": "Normal",
"heading1": "Heading 1",
"heading2": "Heading 2",
"heading3": "Heading 3",
"heading4": "Heading 4",
"heading5": "Heading 5",
"heading6": "Heading 6",
"numberedList": "Numbered list",
"bulletList": "Bullet list",
"checkedList": "Checked list",
"codeBlock": "Code block",
"quote": "Quote",
"increaseIndent": "Increase indent",
"decreaseIndent": "Decrease indent",
"insertURL": "Insert URL",
"visitLink": "Visit link",
"enterLink": "Enter link",
"enterMedia": "Enter media",
"edit": "Edit",
"apply": "Apply",
"hex": "Hex",
"material": "Material",
"color": "Color",
"lineheight": "Line height",
"findText": "Find text",
"moveToPreviousOccurrence": "Move to previous occurrence",
"moveToNextOccurrence": "Move to next occurrence",
"savedUsingTheNetwork": "Saved using the network",
"savedUsingLocalStorage": "Saved using the local storage",
"theImageHasBeenSavedAt": "The image has been saved at: {imagePath}",
"@theImageHasBeenSavedAt": {
"description": "A message with a single parameter",
"placeholders": {
"imagePath": {
"type": "String",
"example": "path/to/location"
}
}
},
"errorWhileSavingImage": "Error while saving image",
"pleaseEnterTextForYourLink": "Please enter a text for your link (e.g., 'Learn more')",
"pleaseEnterTheLinkURL": "Please enter the link URL (e.g., 'https://example.com')",
"pleaseEnterAValidImageURL": "Please enter a valid image URL",
"pleaseEnterAValidVideoURL": "Please enter a valid video url",
"photo": "Photo",
"image": "Image",
"caseSensitivityAndWholeWordSearch": "Case sensitivity and whole word search",
"caseSensitive": "Case sensitive",
"wholeWord": "Whole word",
"insertImage": "Insert image",
"pickAPhotoFromYourGallery": "Pick a photo from your gallery",
"takeAPhotoUsingYourCamera": "Take a photo using your camera",
"pasteAPhotoUsingALink": "Paste a photo using a link",
"pickAVideoFromYourGallery": "Pick a video from your gallery",
"recordAVideoUsingYourCamera": "Record a video using your camera",
"pasteAVideoUsingALink": "Paste a video using a link",
"close": "Close",
"searchSettings": "Search settings",
"cut": "Cut",
"paste": "Paste",
"insertTable": "Insert table",
"insertVideo": "Insert video",
"errorUnexpectedSavingImage": "An unexpected error occurred while saving the image. Please try again.",
"@errorUnexpectedSavingImage": {
"description": "A generic error message shown when an image cannot be saved due to an unknown issue"
},
"successImageSavedGallery": "Image saved to your gallery.",
"@successImageSavedGallery": {
"description": "Message shown when an image is successfully saved to the system gallery"
},
"successImageSaved": "Image saved successfully.",
"@successImageSaved": {
"description": "Message shown on desktop when an image is successfully saved. The user is prompted to open the file location"
},
"successImageDownloaded": "Image downloaded successfully.",
"@successImageDownloaded": {
"description": "Message shown on web when an image is successfully downloaded"
},
"openGallery": "Open Gallery",
"@openGallery": {
"description": "Label for the button that opens the system gallery"
},
"openFileLocation": "Open File Location",
"@openFileLocation": {
"description": "Label for the button that opens the file explorer to the file's location"
},
"openFile": "Open File",
"@openFile": {
"description": "Label for the button that opens the file"
},
"saveImagePermissionDenied": "Couldn’t save the image due to missing permission",
"@saveImagePermissionDenied": {
"description": "Message shown when the app is unable to save an image because a required permission was denied or skipped"
}
}