ソースを参照

Add new en_US i18n strings

Artur Paikin 8 年 前
コミット
ca28fe0ad4
1 ファイル変更10 行追加1 行削除
  1. 10 1
      src/locales/en_US.js

+ 10 - 1
src/locales/en_US.js

@@ -23,8 +23,17 @@ en_US.strings = {
   selectToUpload: 'Select files to upload',
   closeModal: 'Close Modal',
   upload: 'Upload',
+  importFrom: 'Import From',
+  dashboardWindowTitle: 'Uppy Dashboard Window (Press escape to close)',
+  dashboardTitle: 'Uppy Dashboard',
   copyLinkToClipboardSuccess: 'Link copied to clipboard.',
-  copyLinkToClipboardFallback: 'Copy the URL below'
+  copyLinkToClipboardFallback: 'Copy the URL below',
+  done: 'Done',
+  localDisk: 'Local Disk',
+  dropPasteImport: 'Drop files here, paste or import from',
+  fileProgress: 'File progress: upload speed and ETA',
+  numberOfSelectedFiles: 'Number of selected files',
+  uploadAllNewFiles: 'Upload all new files'
 }
 
 en_US.pluralize = function (n) {