|
7 | 7 | "navSingle": "Single", |
8 | 8 | "navCustom": "Custom", |
9 | 9 | "selectedAssetsText": "Selected Assets", |
| 10 | + "pickMethodNotice": "Pickers in this page are located at the {dist}, defined by `pickMethods`.", |
10 | 11 | "pickMethodImageName": "Image picker", |
11 | 12 | "pickMethodImageDescription": "Only pick image from device.", |
12 | 13 | "pickMethodVideoName": "Video picker", |
|
33 | 34 | "pickMethodChangeLanguagesDescription": "Pass AssetPickerTextDelegate to change between languages (e.g. EnglishAssetPickerTextDelegate).", |
34 | 35 | "pickMethodPreventGIFPickedName": "Prevent GIF being picked", |
35 | 36 | "pickMethodPreventGIFPickedDescription": "Use selectPredicate to banned GIF picking when tapped.", |
36 | | - "pickMethodCustomizableThemeName": "Customizable theme", |
| 37 | + "pickMethodCustomizableThemeName": "Customizable theme (ThemeData)", |
37 | 38 | "pickMethodCustomizableThemeDescription": "Picking assets with the light theme or with a different color.", |
38 | 39 | "pickMethodPathNameBuilderName": "Path name builder", |
39 | 40 | "pickMethodPathNameBuilderDescription": "Add \uD83C\uDF6D after paths name.", |
40 | 41 | "pickMethodWeChatMomentName": "WeChat Moment", |
41 | 42 | "pickMethodWeChatMomentDescription": "Pick assets with images or only 1 video.", |
42 | 43 | "pickMethodCustomImagePreviewThumbSizeName": "Custom image preview thumb size", |
43 | 44 | "pickMethodCustomImagePreviewThumbSizeDescription": "You can reduce the thumb size to get faster load speed.", |
44 | | - "customPickerNotice": "This page contains customized pickers with different asset types, different UI layouts, or some use case for specific apps. Contribute to add your custom picker are welcomed.", |
| 45 | + "customPickerNotice": "This page contains customized pickers with different asset types, different UI layouts, or some use case for specific apps. Contribute to add your custom picker are welcomed.\nPickers in this page are located at the lib/customs/pickers folder.", |
45 | 46 | "customPickerCallThePickerButton": "\uD83C\uDF81 Call the Picker", |
46 | 47 | "customPickerDirectoryAndFileName": "Directory+File picker", |
47 | 48 | "customPickerDirectoryAndFileDescription": "This is a custom picker built for `File`.\nBy browsing this picker, we want you to know that you can build your own picker components using the entity's type you desired.\n\nIn this page, picker will grab files from `getExternalStorageDirectory`, then check whether it contains images. Put files into the path to see how this custom picker work.", |
|
0 commit comments