app_en.arb 2.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "@@locale": "en",
  3. "appTitle": "WeChat Camera Picker Demo",
  4. "appVersion": "Version: {version}",
  5. "appVersionUnknown": "unknown",
  6. "selectedAssetsText": "Selected Assets",
  7. "pickMethodNotice": "Pickers in this page are located at the {dist}, defined by `pickMethods`.",
  8. "pickMethodPhotosName": "Taking photos",
  9. "pickMethodPhotosDescription": "Use cameras only to take photos.",
  10. "pickMethodPhotosAndVideosName": "Taking photos and videos",
  11. "pickMethodPhotosAndVideosDescription": "Use cameras to take photos and videos.",
  12. "pickMethodVideosName": "Taking videos",
  13. "pickMethodVideosDescription": "Use cameras only to take videos.",
  14. "pickMethodVideosByTapName": "Taking videos by tap",
  15. "pickMethodVideosByTapDescription": "Use cameras only to take videos, but not with long-press, just a single tap.",
  16. "pickMethodSilenceRecordingName": "Silence recording",
  17. "pickMethodSilenceRecordingDescription": "Make recordings silent.",
  18. "pickMethodNoDurationLimitName": "No duration limit",
  19. "pickMethodNoDurationLimitDescription": "Record as long as you with (if your device stays alive)...",
  20. "pickMethodCustomizableThemeName": "Customizable theme (ThemeData)",
  21. "pickMethodCustomizableThemeDescription": "Picking assets with the light theme or with a different color.",
  22. "pickMethodRotateInTurnsName": "Rotate picker in turns",
  23. "pickMethodRotateInTurnsDescription": "Rotate the picker layout in quarter turns, without the camera preview.",
  24. "pickMethodScalingPreviewName": "Scaling for camera preview",
  25. "pickMethodScalingPreviewDescription": "Camera preview will be scaled to cover the whole screen of the device with the original aspect ratio.",
  26. "pickMethodLowerResolutionName": "Lower resolutions",
  27. "pickMethodLowerResolutionDescription": "Use a lower resolution preset might be helpful in some specific scenarios.",
  28. "pickMethodPreferFrontCameraName": "Prefer front camera",
  29. "pickMethodPreferFrontCameraDescription": "Use the front camera as the preferred lens direction if the device supports.",
  30. "pickMethodPreferFlashlightOnName": "Prefer flashlight always on",
  31. "pickMethodPreferFlashlightOnDescription": "Prefer to keep using the flashlight during captures.",
  32. "pickMethodForegroundBuilderName": "Foreground builder",
  33. "pickMethodForegroundBuilderDescription": "Build your widgets with the given CameraController on the top of the camera preview."
  34. }