Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/elementor/assets/js/common-modules.strings.js
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
__( 'Uploading...' ),
2
+
sticky: true,
3
+
} );
4
+
}
5
+
6
+
return args;
7
+
}
8
+
9
+
applyAfterCreate( data, args ) {
10
+
if ( args.options?.progress ) {
11
+
this.toast.hide();
12
+
}
13
+
14
+
return data;
15
+
}
16
+
17
+
async run() {
18
+
this.file = this.args.file;
19
+
20
+
if ( this.file.size > parseInt( window._wpPluploadSettings.defaults.filters.max_file_size, 10 ) ) {
21
+
throw new Error( __( 'The file exceeds the maximum upload size for this site.', 'elementor' );