Skip to content

Commit

Permalink
docs: update default values in upload i18n (#8037) (#8039)
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Ißbrücker <[email protected]>
  • Loading branch information
vaadin-bot and sissbruecker authored Oct 30, 2024
1 parent cec1366 commit bba83bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/upload/src/vaadin-upload-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export declare class UploadMixinClass {
* many: 'Drop files here'
* },
* addFiles: {
* one: 'Select File...',
* one: 'Upload File...',
* many: 'Upload Files...'
* },
* error: {
Expand All @@ -218,9 +218,9 @@ export declare class UploadMixinClass {
* unknown: 'unknown remaining time'
* },
* error: {
* serverUnavailable: 'Server Unavailable',
* unexpectedServerError: 'Unexpected Server Error',
* forbidden: 'Forbidden'
* serverUnavailable: 'Upload failed, please try again later',
* unexpectedServerError: 'Upload failed due to server error',
* forbidden: 'Upload forbidden'
* }
* },
* file: {
Expand Down
8 changes: 4 additions & 4 deletions packages/upload/src/vaadin-upload-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const UploadMixin = (superClass) =>
* many: 'Drop files here'
* },
* addFiles: {
* one: 'Select File...',
* one: 'Upload File...',
* many: 'Upload Files...'
* },
* error: {
Expand All @@ -296,9 +296,9 @@ export const UploadMixin = (superClass) =>
* unknown: 'unknown remaining time'
* },
* error: {
* serverUnavailable: 'Server Unavailable',
* unexpectedServerError: 'Unexpected Server Error',
* forbidden: 'Forbidden'
* serverUnavailable: 'Upload failed, please try again later',
* unexpectedServerError: 'Upload failed due to server error',
* forbidden: 'Upload forbidden'
* }
* },
* file: {
Expand Down

0 comments on commit bba83bc

Please sign in to comment.