locale.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. module.exports = {
  2. strings: {
  3. addBulkFilesFailed: {
  4. 0: 'Failed to add %{smart_count} file due to an internal error',
  5. 1: 'Failed to add %{smart_count} files due to internal errors',
  6. },
  7. youCanOnlyUploadX: {
  8. 0: 'You can only upload %{smart_count} file',
  9. 1: 'You can only upload %{smart_count} files',
  10. },
  11. youHaveToAtLeastSelectX: {
  12. 0: 'You have to select at least %{smart_count} file',
  13. 1: 'You have to select at least %{smart_count} files',
  14. },
  15. exceedsSize: '%{file} exceeds maximum allowed size of %{size}',
  16. missingRequiredMetaField: 'Missing required meta fields',
  17. missingRequiredMetaFieldOnFile:
  18. 'Missing required meta fields in %{fileName}',
  19. inferiorSize: 'This file is smaller than the allowed size of %{size}',
  20. youCanOnlyUploadFileTypes: 'You can only upload: %{types}',
  21. noMoreFilesAllowed: 'Cannot add more files',
  22. noDuplicates:
  23. "Cannot add the duplicate file '%{fileName}', it already exists",
  24. companionError: 'Connection with Companion failed',
  25. authAborted: 'Authentication aborted',
  26. companionUnauthorizeHint:
  27. 'To unauthorize to your %{provider} account, please go to %{url}',
  28. failedToUpload: 'Failed to upload %{file}',
  29. noInternetConnection: 'No Internet connection',
  30. connectedToInternet: 'Connected to the Internet',
  31. // Strings for remote providers
  32. noFilesFound: 'You have no files or folders here',
  33. selectX: {
  34. 0: 'Select %{smart_count}',
  35. 1: 'Select %{smart_count}',
  36. },
  37. allFilesFromFolderNamed: 'All files from folder %{name}',
  38. openFolderNamed: 'Open folder %{name}',
  39. cancel: 'Cancel',
  40. logOut: 'Log out',
  41. filter: 'Filter',
  42. resetFilter: 'Reset filter',
  43. loading: 'Loading...',
  44. authenticateWithTitle:
  45. 'Please authenticate with %{pluginName} to select files',
  46. authenticateWith: 'Connect to %{pluginName}',
  47. signInWithGoogle: 'Sign in with Google',
  48. searchImages: 'Search for images',
  49. enterTextToSearch: 'Enter text to search for images',
  50. backToSearch: 'Back to Search',
  51. emptyFolderAdded: 'No files were added from empty folder',
  52. folderAlreadyAdded: 'The folder "%{folder}" was already added',
  53. folderAdded: {
  54. 0: 'Added %{smart_count} file from %{folder}',
  55. 1: 'Added %{smart_count} files from %{folder}',
  56. },
  57. },
  58. }