Skip to content

Commit

Permalink
Generate locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Dec 16, 2024
1 parent 07397a5 commit e41a86d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/@uppy/locales/src/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ en_US.strings = {
inferiorSize: 'This file is smaller than the allowed size of %{size}',
loadedXFiles: 'Loaded %{numFiles} files',
loading: 'Loading...',
logIn: 'Log in',
logOut: 'Log out',
micDisabled: 'Microphone access denied by user',
missingRequiredMetaField: 'Missing required meta fields',
Expand All @@ -131,6 +132,9 @@ en_US.strings = {
pause: 'Pause',
paused: 'Paused',
pauseUpload: 'Pause upload',
pickFiles: 'Pick files',
pickPhotos: 'Pick photos',
pleaseWait: 'Please wait',
pluginNameAudio: 'Audio',
pluginNameBox: 'Box',
pluginNameCamera: 'Camera',
Expand All @@ -143,12 +147,16 @@ en_US.strings = {
pluginNameScreenCapture: 'Screencast',
pluginNameUnsplash: 'Unsplash',
pluginNameUrl: 'Link',
pluginNameWebdav: 'WebDAV',
pluginNameZoom: 'Zoom',
poweredBy: 'Powered by %{uppy}',
processingXFiles: {
'0': 'Processing %{smart_count} file',
'1': 'Processing %{smart_count} files',
},
publicLinkURLDescription:
'WebDAV url or an ownCloud or Nextcloud public link',
publicLinkURLLabel: 'URL',
recording: 'Recording',
recordingLength: 'Recording length %{recording_length}',
recordingStoppedMaxSize:
Expand Down

0 comments on commit e41a86d

Please sign in to comment.