Forráskód Böngészése

Add missing Google Picker locale entries (#5552)

Merlijn Vos 4 hónapja
szülő
commit
060734bd11

+ 3 - 1
packages/@uppy/google-drive-picker/src/locale.ts

@@ -1,3 +1,5 @@
 export default {
-  strings: {},
+  strings: {
+    pluginNameGoogleDrive: 'Google Drive',
+  },
 }

+ 3 - 1
packages/@uppy/google-photos-picker/src/locale.ts

@@ -1,3 +1,5 @@
 export default {
-  strings: {},
+  strings: {
+    pluginNameGooglePhotos: 'Google Photos',
+  },
 }

+ 5 - 0
packages/@uppy/locales/src/en_US.ts

@@ -61,6 +61,7 @@ en_US.strings = {
   dashboardTitle: 'Uppy Dashboard',
   dashboardWindowTitle: 'Uppy Dashboard Window (Press escape to close)',
   dataUploadedOfTotal: '%{complete} of %{total}',
+  dataUploadedOfUnknown: '%{complete} of unknown',
   discardRecordedFile: 'Discard recorded file',
   done: 'Done',
   dropHereOr: 'Drop here or %{browse}',
@@ -106,6 +107,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',
@@ -131,6 +133,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',