@uploadcare/file-uploader 1.25.0-alpha.3 → 1.25.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abstract/loadFileUploaderFrom.js +4 -79
- package/dist/env.js +4 -33
- package/dist/index.css +5 -2664
- package/dist/index.d.ts +925 -928
- package/dist/index.js +6 -13630
- package/dist/index.layered.css +4 -2720
- package/dist/index.ssr.js +33 -29
- package/dist/locales/file-uploader/ar.js +4 -165
- package/dist/locales/file-uploader/az.js +4 -157
- package/dist/locales/file-uploader/ca.js +4 -159
- package/dist/locales/file-uploader/cs.js +4 -161
- package/dist/locales/file-uploader/da.js +4 -157
- package/dist/locales/file-uploader/de.js +4 -157
- package/dist/locales/file-uploader/el.js +4 -157
- package/dist/locales/file-uploader/en.js +4 -157
- package/dist/locales/file-uploader/es.js +4 -159
- package/dist/locales/file-uploader/et.js +4 -157
- package/dist/locales/file-uploader/fi.js +4 -157
- package/dist/locales/file-uploader/fr.js +4 -159
- package/dist/locales/file-uploader/he.js +4 -159
- package/dist/locales/file-uploader/hy.js +4 -157
- package/dist/locales/file-uploader/is.js +4 -157
- package/dist/locales/file-uploader/it.js +4 -159
- package/dist/locales/file-uploader/ja.js +4 -157
- package/dist/locales/file-uploader/ka.js +4 -157
- package/dist/locales/file-uploader/kk.js +4 -157
- package/dist/locales/file-uploader/ko.js +4 -157
- package/dist/locales/file-uploader/lv.js +4 -159
- package/dist/locales/file-uploader/nb.js +4 -157
- package/dist/locales/file-uploader/nl.js +4 -157
- package/dist/locales/file-uploader/pl.js +4 -161
- package/dist/locales/file-uploader/pt.js +4 -159
- package/dist/locales/file-uploader/ro.js +4 -159
- package/dist/locales/file-uploader/ru.js +4 -161
- package/dist/locales/file-uploader/sk.js +4 -161
- package/dist/locales/file-uploader/sr.js +4 -159
- package/dist/locales/file-uploader/sv.js +4 -157
- package/dist/locales/file-uploader/tr.js +4 -157
- package/dist/locales/file-uploader/uk.js +4 -161
- package/dist/locales/file-uploader/vi.js +4 -157
- package/dist/locales/file-uploader/zh-TW.js +4 -157
- package/dist/locales/file-uploader/zh.js +4 -157
- package/package.json +19 -18
- package/types/jsx.d.ts +75 -48
- package/web/file-uploader.iife.min.d.ts +927 -930
- package/web/file-uploader.iife.min.js +6 -31
- package/web/file-uploader.iife.min.js.LEGAL.txt +71 -0
- package/web/file-uploader.min.d.ts +927 -930
- package/web/file-uploader.min.js +5 -29
- package/web/file-uploader.min.js.LEGAL.txt +71 -0
- package/web/uc-basic.layered.min.css +4 -23
- package/web/uc-basic.min.css +4 -23
- package/web/uc-cloud-image-editor.layered.min.css +4 -23
- package/web/uc-cloud-image-editor.min.css +4 -23
- package/web/uc-cloud-image-editor.min.d.ts +489 -495
- package/web/uc-cloud-image-editor.min.js +5 -29
- package/web/uc-cloud-image-editor.min.js.LEGAL.txt +70 -0
- package/web/uc-file-uploader-inline.layered.min.css +4 -23
- package/web/uc-file-uploader-inline.min.css +4 -23
- package/web/uc-file-uploader-inline.min.d.ts +927 -930
- package/web/uc-file-uploader-inline.min.js +5 -29
- package/web/uc-file-uploader-inline.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-minimal.layered.min.css +4 -23
- package/web/uc-file-uploader-minimal.min.css +4 -23
- package/web/uc-file-uploader-minimal.min.d.ts +927 -930
- package/web/uc-file-uploader-minimal.min.js +5 -29
- package/web/uc-file-uploader-minimal.min.js.LEGAL.txt +71 -0
- package/web/uc-file-uploader-regular.layered.min.css +4 -23
- package/web/uc-file-uploader-regular.min.css +4 -23
- package/web/uc-file-uploader-regular.min.d.ts +927 -930
- package/web/uc-file-uploader-regular.min.js +5 -29
- package/web/uc-file-uploader-regular.min.js.LEGAL.txt +71 -0
- package/web/uc-img.min.d.ts +28 -38
- package/web/uc-img.min.js +5 -25
- package/web/uc-img.min.js.LEGAL.txt +24 -0
|
@@ -1,162 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.6 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-12T00:37:30.012Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/fr.ts
|
|
28
|
-
var fr_default = {
|
|
29
|
-
"locale-id": "fr",
|
|
30
|
-
"social-source-lang": "fr",
|
|
31
|
-
"upload-file": "T\xE9l\xE9charger un fichier",
|
|
32
|
-
"upload-files": "T\xE9l\xE9charger des fichiers",
|
|
33
|
-
"choose-file": "Choisir un fichier",
|
|
34
|
-
"choose-files": "Choisir des fichiers",
|
|
35
|
-
"drop-files-here": "D\xE9posez les fichiers ici",
|
|
36
|
-
"select-file-source": "S\xE9lectionnez la source du fichier",
|
|
37
|
-
selected: "S\xE9lectionn\xE9",
|
|
38
|
-
upload: "T\xE9l\xE9charger",
|
|
39
|
-
"add-more": "Ajouter plus",
|
|
40
|
-
cancel: "Annuler",
|
|
41
|
-
"start-from-cancel": "Annuler",
|
|
42
|
-
clear: "Effacer",
|
|
43
|
-
"camera-shot": "Prendre une photo",
|
|
44
|
-
"upload-url": "Importer",
|
|
45
|
-
"upload-url-placeholder": "Collez le lien ici",
|
|
46
|
-
"edit-image": "\xC9diter l'image",
|
|
47
|
-
"edit-detail": "D\xE9tails",
|
|
48
|
-
back: "Retour",
|
|
49
|
-
done: "Termin\xE9",
|
|
50
|
-
ok: "Ok",
|
|
51
|
-
"remove-from-list": "Retirer",
|
|
52
|
-
no: "Non",
|
|
53
|
-
yes: "Oui",
|
|
54
|
-
"confirm-your-action": "Confirmez votre action",
|
|
55
|
-
"are-you-sure": "\xCAtes-vous s\xFBr?",
|
|
56
|
-
"selected-count": "S\xE9lectionn\xE9 :",
|
|
57
|
-
"upload-error": "Erreur de t\xE9l\xE9chargement",
|
|
58
|
-
"validation-error": "Erreur de validation",
|
|
59
|
-
"no-files": "Aucun fichier s\xE9lectionn\xE9",
|
|
60
|
-
browse: "Parcourir",
|
|
61
|
-
"not-uploaded-yet": "Pas encore t\xE9l\xE9charg\xE9...",
|
|
62
|
-
file__one: "fichier",
|
|
63
|
-
file__many: "fichiers",
|
|
64
|
-
file__other: "fichiers",
|
|
65
|
-
error__one: "erreur",
|
|
66
|
-
error__many: "erreurs",
|
|
67
|
-
error__other: "erreurs",
|
|
68
|
-
"header-uploading": "T\xE9l\xE9chargement de {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} t\xE9l\xE9charg\xE9(s)",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} s\xE9lectionn\xE9(s)",
|
|
72
|
-
"src-type-local": "Depuis l'appareil",
|
|
73
|
-
"src-type-from-url": "Depuis le lien",
|
|
74
|
-
"src-type-camera": "Appareil photo",
|
|
75
|
-
"src-type-draw": "Dessiner",
|
|
76
|
-
"src-type-facebook": "Facebook",
|
|
77
|
-
"src-type-dropbox": "Dropbox",
|
|
78
|
-
"src-type-gdrive": "Google Drive",
|
|
79
|
-
"src-type-ngdrive": "Google Drive",
|
|
80
|
-
"src-type-gphotos": "Google Photos",
|
|
81
|
-
"src-type-flickr": "Flickr",
|
|
82
|
-
"src-type-vk": "VK",
|
|
83
|
-
"src-type-evernote": "Evernote",
|
|
84
|
-
"src-type-box": "Box",
|
|
85
|
-
"src-type-onedrive": "OneDrive",
|
|
86
|
-
"src-type-huddle": "Huddle",
|
|
87
|
-
"src-type-other": "Autre",
|
|
88
|
-
"src-type-mobile-video-camera": "Vid\xE9o",
|
|
89
|
-
"src-type-mobile-photo-camera": "Photo",
|
|
90
|
-
"caption-from-url": "Importer depuis le lien",
|
|
91
|
-
"caption-camera": "Appareil photo",
|
|
92
|
-
"caption-draw": "Dessiner",
|
|
93
|
-
"caption-edit-file": "\xC9diter le fichier",
|
|
94
|
-
"file-no-name": "Sans nom...",
|
|
95
|
-
"toggle-fullscreen": "Basculer en plein \xE9cran",
|
|
96
|
-
"toggle-guides": "Basculer les guides",
|
|
97
|
-
rotate: "Pivoter",
|
|
98
|
-
"flip-vertical": "Retourner verticalement",
|
|
99
|
-
"flip-horizontal": "Retourner horizontalement",
|
|
100
|
-
apply: "Appliquer",
|
|
101
|
-
brightness: "Luminosit\xE9",
|
|
102
|
-
contrast: "Contraste",
|
|
103
|
-
saturation: "Saturation",
|
|
104
|
-
exposure: "Exposition",
|
|
105
|
-
gamma: "Gamma",
|
|
106
|
-
vibrance: "Vibrance",
|
|
107
|
-
warmth: "Chaleur",
|
|
108
|
-
enhance: "Am\xE9liorer",
|
|
109
|
-
original: "Original",
|
|
110
|
-
resize: "Redimensionner l'image",
|
|
111
|
-
crop: "Rogner",
|
|
112
|
-
"select-color": "S\xE9lectionner la couleur",
|
|
113
|
-
text: "Texte",
|
|
114
|
-
draw: "Dessiner",
|
|
115
|
-
"cancel-edit": "Annuler l'\xE9dition",
|
|
116
|
-
"tab-view": "Aper\xE7u",
|
|
117
|
-
"tab-details": "D\xE9tails",
|
|
118
|
-
"file-name": "Nom",
|
|
119
|
-
"file-size": "Taille",
|
|
120
|
-
"cdn-url": "URL CDN",
|
|
121
|
-
"file-size-unknown": "Inconnu",
|
|
122
|
-
"camera-permissions-denied": "Acc\xE8s \xE0 la cam\xE9ra refus\xE9",
|
|
123
|
-
"camera-permissions-prompt": "Veuillez autoriser l'acc\xE8s \xE0 la cam\xE9ra",
|
|
124
|
-
"camera-permissions-request": "Demander l'acc\xE8s",
|
|
125
|
-
"files-count-limit-error-title": "Limite du nombre de fichiers d\xE9pass\xE9e",
|
|
126
|
-
"files-count-limit-error-too-few": "Vous avez choisi {{total}} {{plural:file(total)}}. Au moins {{min}} {{plural:file(min)}} requis.",
|
|
127
|
-
"files-count-limit-error-too-many": "Vous avez choisi trop de fichiers. {{max}} {{plural:file(max)}} maximum.",
|
|
128
|
-
"files-max-size-limit-error": "Le fichier est trop gros. La taille maximale du fichier est de {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "Une erreur de validation de fichier s'est produite. Veuillez v\xE9rifier vos fichiers avant de les t\xE9l\xE9charger.",
|
|
130
|
-
"images-only-accepted": "Seuls les fichiers image sont accept\xE9s.",
|
|
131
|
-
"file-type-not-allowed": "Le t\xE9l\xE9chargement de ces types de fichiers n'est pas autoris\xE9.",
|
|
132
|
-
"some-files-were-not-uploaded": "Certains fichiers n'ont pas \xE9t\xE9 t\xE9l\xE9charg\xE9s.",
|
|
133
|
-
"file-item-edit-button": "Modifier",
|
|
134
|
-
"file-item-remove-button": "Supprimer",
|
|
135
|
-
"a11y-activity-header-button-close": "Fermer",
|
|
136
|
-
"a11y-editor-tab-filters": "Filtres",
|
|
137
|
-
"a11y-editor-tab-tuning": "R\xE9glage",
|
|
138
|
-
"a11y-editor-tab-crop": "Recadrer",
|
|
139
|
-
flip: "Retourner",
|
|
140
|
-
mirror: "Miroir",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "Appliquer le filtre {{name}}",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "Appliquer l'op\xE9ration {{name}}",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "Appliquer le r\xE9glage {{name}}",
|
|
144
|
-
finished: "Termin\xE9",
|
|
145
|
-
failed: "\xC9chou\xE9",
|
|
146
|
-
uploading: "T\xE9l\xE9chargement",
|
|
147
|
-
idle: "Inactif",
|
|
148
|
-
"a11y-file-item-status": "Le fichier {{fileName}} est en statut {{status}}",
|
|
149
|
-
"select-all": "Tout s\xE9lectionner",
|
|
150
|
-
"deselect-all": "Tout d\xE9s\xE9lectionner",
|
|
151
|
-
"waiting-for": "En attente de {{source}}",
|
|
152
|
-
"queued-uploading": "En file d\u2019attente pour l\u2019envoi",
|
|
153
|
-
"queued-validation": "En file d\u2019attente pour la validation",
|
|
154
|
-
validation: "Validation en cours",
|
|
155
|
-
"a11y-cloud-editor-apply-aspect-ratio": "Appliquer l'op\xE9ration {{name}} {{value}}",
|
|
156
|
-
"crop-to-shape": "Rogner en {{value}}",
|
|
157
|
-
custom: "Forme libre",
|
|
158
|
-
"freeform-crop": "Recadrage libre"
|
|
159
|
-
};
|
|
160
|
-
export {
|
|
161
|
-
fr_default as default
|
|
162
|
-
};
|
|
7
|
+
var e={"locale-id":"fr","social-source-lang":"fr","upload-file":"T\xE9l\xE9charger un fichier","upload-files":"T\xE9l\xE9charger des fichiers","choose-file":"Choisir un fichier","choose-files":"Choisir des fichiers","drop-files-here":"D\xE9posez les fichiers ici","select-file-source":"S\xE9lectionnez la source du fichier",selected:"S\xE9lectionn\xE9",upload:"T\xE9l\xE9charger","add-more":"Ajouter plus",cancel:"Annuler","start-from-cancel":"Annuler",clear:"Effacer","camera-shot":"Prendre une photo","upload-url":"Importer","upload-url-placeholder":"Collez le lien ici","edit-image":"\xC9diter l'image","edit-detail":"D\xE9tails",back:"Retour",done:"Termin\xE9",ok:"Ok","remove-from-list":"Retirer",no:"Non",yes:"Oui","confirm-your-action":"Confirmez votre action","are-you-sure":"\xCAtes-vous s\xFBr?","selected-count":"S\xE9lectionn\xE9 :","upload-error":"Erreur de t\xE9l\xE9chargement","validation-error":"Erreur de validation","no-files":"Aucun fichier s\xE9lectionn\xE9",browse:"Parcourir","not-uploaded-yet":"Pas encore t\xE9l\xE9charg\xE9...",file__one:"fichier",file__many:"fichiers",file__other:"fichiers",error__one:"erreur",error__many:"erreurs",error__other:"erreurs","header-uploading":"T\xE9l\xE9chargement de {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} t\xE9l\xE9charg\xE9(s)","header-total":"{{count}} {{plural:file(count)}} s\xE9lectionn\xE9(s)","src-type-local":"Depuis l'appareil","src-type-from-url":"Depuis le lien","src-type-camera":"Appareil photo","src-type-draw":"Dessiner","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"Autre","src-type-mobile-video-camera":"Vid\xE9o","src-type-mobile-photo-camera":"Photo","caption-from-url":"Importer depuis le lien","caption-camera":"Appareil photo","caption-draw":"Dessiner","caption-edit-file":"\xC9diter le fichier","file-no-name":"Sans nom...","toggle-fullscreen":"Basculer en plein \xE9cran","toggle-guides":"Basculer les guides",rotate:"Pivoter","flip-vertical":"Retourner verticalement","flip-horizontal":"Retourner horizontalement",apply:"Appliquer",brightness:"Luminosit\xE9",contrast:"Contraste",saturation:"Saturation",exposure:"Exposition",gamma:"Gamma",vibrance:"Vibrance",warmth:"Chaleur",enhance:"Am\xE9liorer",original:"Original",resize:"Redimensionner l'image",crop:"Rogner","select-color":"S\xE9lectionner la couleur",text:"Texte",draw:"Dessiner","cancel-edit":"Annuler l'\xE9dition","tab-view":"Aper\xE7u","tab-details":"D\xE9tails","file-name":"Nom","file-size":"Taille","cdn-url":"URL CDN","file-size-unknown":"Inconnu","camera-permissions-denied":"Acc\xE8s \xE0 la cam\xE9ra refus\xE9","camera-permissions-prompt":"Veuillez autoriser l'acc\xE8s \xE0 la cam\xE9ra","camera-permissions-request":"Demander l'acc\xE8s","files-count-limit-error-title":"Limite du nombre de fichiers d\xE9pass\xE9e","files-count-limit-error-too-few":"Vous avez choisi {{total}} {{plural:file(total)}}. Au moins {{min}} {{plural:file(min)}} requis.","files-count-limit-error-too-many":"Vous avez choisi trop de fichiers. {{max}} {{plural:file(max)}} maximum.","files-max-size-limit-error":"Le fichier est trop gros. La taille maximale du fichier est de {{maxFileSize}}.","has-validation-errors":"Une erreur de validation de fichier s'est produite. Veuillez v\xE9rifier vos fichiers avant de les t\xE9l\xE9charger.","images-only-accepted":"Seuls les fichiers image sont accept\xE9s.","file-type-not-allowed":"Le t\xE9l\xE9chargement de ces types de fichiers n'est pas autoris\xE9.","some-files-were-not-uploaded":"Certains fichiers n'ont pas \xE9t\xE9 t\xE9l\xE9charg\xE9s.","file-item-edit-button":"Modifier","file-item-remove-button":"Supprimer","a11y-activity-header-button-close":"Fermer","a11y-editor-tab-filters":"Filtres","a11y-editor-tab-tuning":"R\xE9glage","a11y-editor-tab-crop":"Recadrer",flip:"Retourner",mirror:"Miroir","a11y-cloud-editor-apply-filter":"Appliquer le filtre {{name}}","a11y-cloud-editor-apply-crop":"Appliquer l'op\xE9ration {{name}}","a11y-cloud-editor-apply-tuning":"Appliquer le r\xE9glage {{name}}",finished:"Termin\xE9",failed:"\xC9chou\xE9",uploading:"T\xE9l\xE9chargement",idle:"Inactif","a11y-file-item-status":"Le fichier {{fileName}} est en statut {{status}}","select-all":"Tout s\xE9lectionner","deselect-all":"Tout d\xE9s\xE9lectionner","waiting-for":"En attente de {{source}}","queued-uploading":"En file d\u2019attente pour l\u2019envoi","queued-validation":"En file d\u2019attente pour la validation",validation:"Validation en cours","a11y-cloud-editor-apply-aspect-ratio":"Appliquer l'op\xE9ration {{name}} {{value}}","crop-to-shape":"Rogner en {{value}}",custom:"Forme libre","freeform-crop":"Recadrage libre"};export{e as default};
|
|
@@ -1,162 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.6 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-12T00:37:30.012Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/he.ts
|
|
28
|
-
var he_default = {
|
|
29
|
-
"locale-id": "he",
|
|
30
|
-
"social-source-lang": "he",
|
|
31
|
-
"upload-file": "\u05D4\u05E2\u05DC\u05D4 \u05E7\u05D5\u05D1\u05E5",
|
|
32
|
-
"upload-files": "\u05D4\u05E2\u05DC\u05D4 \u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
33
|
-
"choose-file": "\u05D1\u05D7\u05E8 \u05E7\u05D5\u05D1\u05E5",
|
|
34
|
-
"choose-files": "\u05D1\u05D7\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
35
|
-
"drop-files-here": "\u05E9\u05D7\u05E8\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DB\u05D0\u05DF",
|
|
36
|
-
"select-file-source": "\u05D1\u05D7\u05E8 \u05DE\u05E7\u05D5\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
37
|
-
selected: "\u05E0\u05D1\u05D7\u05E8",
|
|
38
|
-
upload: "\u05D4\u05E2\u05DC\u05D4",
|
|
39
|
-
"add-more": "\u05D4\u05D5\u05E1\u05E3 \u05E2\u05D5\u05D3",
|
|
40
|
-
cancel: "\u05D1\u05D8\u05DC",
|
|
41
|
-
"start-from-cancel": "\u05D1\u05D8\u05DC",
|
|
42
|
-
clear: "\u05E0\u05E7\u05D4",
|
|
43
|
-
"camera-shot": "\u05E6\u05D9\u05DC\u05D5\u05DD",
|
|
44
|
-
"upload-url": "\u05D9\u05D9\u05D1\u05D5\u05D0",
|
|
45
|
-
"upload-url-placeholder": "\u05D4\u05D3\u05D1\u05E7 \u05E7\u05D9\u05E9\u05D5\u05E8 \u05DB\u05D0\u05DF",
|
|
46
|
-
"edit-image": "\u05E2\u05E8\u05D5\u05DA \u05EA\u05DE\u05D5\u05E0\u05D4",
|
|
47
|
-
"edit-detail": "\u05E4\u05E8\u05D8\u05D9\u05DD",
|
|
48
|
-
back: "\u05D7\u05D6\u05D5\u05E8",
|
|
49
|
-
done: "\u05E1\u05D9\u05D5\u05DD",
|
|
50
|
-
ok: "\u05D0\u05D9\u05E9\u05D5\u05E8",
|
|
51
|
-
"remove-from-list": "\u05D4\u05E1\u05E8",
|
|
52
|
-
no: "\u05DC\u05D0",
|
|
53
|
-
yes: "\u05DB\u05DF",
|
|
54
|
-
"confirm-your-action": "\u05D0\u05E9\u05E8 \u05E4\u05E2\u05D5\u05DC\u05D4 \u05D6\u05D5",
|
|
55
|
-
"are-you-sure": "\u05D4\u05D0\u05DD \u05D0\u05EA\u05D4 \u05D1\u05D8\u05D5\u05D7?",
|
|
56
|
-
"selected-count": "\u05E0\u05D1\u05D7\u05E8\u05D5:",
|
|
57
|
-
"upload-error": "\u05E9\u05D2\u05D9\u05D0\u05EA \u05D4\u05E2\u05DC\u05D0\u05D4",
|
|
58
|
-
"validation-error": "\u05E9\u05D2\u05D9\u05D0\u05EA \u05D0\u05D9\u05DE\u05D5\u05EA",
|
|
59
|
-
"no-files": "\u05DC\u05D0 \u05E0\u05D1\u05D7\u05E8\u05D5 \u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
60
|
-
browse: "\u05E2\u05D9\u05D9\u05DF",
|
|
61
|
-
"not-uploaded-yet": "\u05D8\u05E8\u05DD \u05D4\u05D5\u05E2\u05DC\u05D4...",
|
|
62
|
-
file__one: "\u05E7\u05D5\u05D1\u05E5",
|
|
63
|
-
file__two: "\u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
64
|
-
file__other: "\u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
65
|
-
error__one: "\u05E9\u05D2\u05D9\u05D0\u05D4",
|
|
66
|
-
error__two: "\u05E9\u05D2\u05D9\u05D0\u05D5\u05EA",
|
|
67
|
-
error__other: "\u05E9\u05D2\u05D9\u05D0\u05D5\u05EA",
|
|
68
|
-
"header-uploading": "\u05DE\u05E2\u05DC\u05D4 {{count}} {{plural:file(count)}}",
|
|
69
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
70
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \u05D4\u05D5\u05E2\u05DC\u05D5",
|
|
71
|
-
"header-total": "{{count}} {{plural:file(count)}} \u05E0\u05D1\u05D7\u05E8\u05D5",
|
|
72
|
-
"src-type-local": "\u05DE\u05D4\u05DE\u05DB\u05E9\u05D9\u05E8",
|
|
73
|
-
"src-type-from-url": "\u05DE\u05E7\u05D9\u05E9\u05D5\u05E8",
|
|
74
|
-
"src-type-camera": "\u05DE\u05E6\u05DC\u05DE\u05D4",
|
|
75
|
-
"src-type-draw": "\u05E6\u05D9\u05D9\u05E8",
|
|
76
|
-
"src-type-facebook": "Facebook",
|
|
77
|
-
"src-type-dropbox": "Dropbox",
|
|
78
|
-
"src-type-gdrive": "Google Drive",
|
|
79
|
-
"src-type-ngdrive": "Google Drive",
|
|
80
|
-
"src-type-gphotos": "Google Photos",
|
|
81
|
-
"src-type-flickr": "Flickr",
|
|
82
|
-
"src-type-vk": "VK",
|
|
83
|
-
"src-type-evernote": "Evernote",
|
|
84
|
-
"src-type-box": "Box",
|
|
85
|
-
"src-type-onedrive": "OneDrive",
|
|
86
|
-
"src-type-huddle": "Huddle",
|
|
87
|
-
"src-type-other": "\u05D0\u05D7\u05E8",
|
|
88
|
-
"src-type-mobile-video-camera": "\u05D5\u05D9\u05D3\u05D0\u05D5",
|
|
89
|
-
"src-type-mobile-photo-camera": "\u05EA\u05DE\u05D5\u05E0\u05D4",
|
|
90
|
-
"caption-from-url": "\u05D9\u05D9\u05D1\u05D5\u05D0 \u05DE\u05E7\u05D9\u05E9\u05D5\u05E8",
|
|
91
|
-
"caption-camera": "\u05DE\u05E6\u05DC\u05DE\u05D4",
|
|
92
|
-
"caption-draw": "\u05E6\u05D9\u05D5\u05E8",
|
|
93
|
-
"caption-edit-file": "\u05E2\u05E8\u05D5\u05DA \u05E7\u05D5\u05D1\u05E5",
|
|
94
|
-
"file-no-name": "\u05DC\u05DC\u05D0 \u05E9\u05DD...",
|
|
95
|
-
"toggle-fullscreen": "\u05DE\u05E1\u05DA \u05DE\u05DC\u05D0",
|
|
96
|
-
"toggle-guides": "\u05D4\u05E6\u05D2 \u05DE\u05D3\u05E8\u05D9\u05DB\u05D9\u05DD",
|
|
97
|
-
rotate: "\u05E1\u05D5\u05D1\u05D1",
|
|
98
|
-
"flip-vertical": "\u05D4\u05E4\u05D5\u05DA \u05D0\u05E0\u05DB\u05D9\u05EA",
|
|
99
|
-
"flip-horizontal": "\u05D4\u05E4\u05D5\u05DA \u05D0\u05D5\u05E4\u05E7\u05D9\u05EA",
|
|
100
|
-
apply: "\u05D4\u05D7\u05DC",
|
|
101
|
-
brightness: "\u05D1\u05D4\u05D9\u05E8\u05D5\u05EA",
|
|
102
|
-
contrast: "\u05E0\u05D9\u05D2\u05D5\u05D3\u05D9\u05D5\u05EA",
|
|
103
|
-
saturation: "\u05E8\u05D5\u05D5\u05D9\u05D4",
|
|
104
|
-
exposure: "\u05D7\u05E9\u05D9\u05E4\u05D4",
|
|
105
|
-
gamma: "\u05D2\u05DE\u05D0",
|
|
106
|
-
vibrance: "\u05D7\u05D9\u05D5\u05E0\u05D9\u05D5\u05EA",
|
|
107
|
-
warmth: "\u05D7\u05D5\u05DD",
|
|
108
|
-
enhance: "\u05E9\u05E4\u05E8",
|
|
109
|
-
original: "\u05DE\u05E7\u05D5\u05E8\u05D9",
|
|
110
|
-
resize: "\u05E9\u05E0\u05D4 \u05D2\u05D5\u05D3\u05DC \u05EA\u05DE\u05D5\u05E0\u05D4",
|
|
111
|
-
crop: "\u05D7\u05EA\u05D5\u05DA",
|
|
112
|
-
"select-color": "\u05D1\u05D7\u05E8 \u05E6\u05D1\u05E2",
|
|
113
|
-
text: "\u05D8\u05E7\u05E1\u05D8",
|
|
114
|
-
draw: "\u05E6\u05D9\u05D9\u05E8",
|
|
115
|
-
"cancel-edit": "\u05D1\u05D8\u05DC \u05E2\u05E8\u05D9\u05DB\u05D4",
|
|
116
|
-
"tab-view": "\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4",
|
|
117
|
-
"tab-details": "\u05E4\u05E8\u05D8\u05D9\u05DD",
|
|
118
|
-
"file-name": "\u05E9\u05DD",
|
|
119
|
-
"file-size": "\u05D2\u05D5\u05D3\u05DC",
|
|
120
|
-
"cdn-url": "\u05DB\u05EA\u05D5\u05D1\u05EA CDN",
|
|
121
|
-
"file-size-unknown": "\u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2",
|
|
122
|
-
"camera-permissions-denied": "\u05D2\u05D9\u05E9\u05D4 \u05DC\u05DE\u05E6\u05DC\u05DE\u05D4 \u05E0\u05D3\u05D7\u05EA\u05D4",
|
|
123
|
-
"camera-permissions-prompt": "\u05D0\u05E0\u05D0 \u05D0\u05E4\u05E9\u05E8 \u05D2\u05D9\u05E9\u05D4 \u05DC\u05DE\u05E6\u05DC\u05DE\u05D4",
|
|
124
|
-
"camera-permissions-request": "\u05D1\u05E7\u05E9 \u05D2\u05D9\u05E9\u05D4",
|
|
125
|
-
"files-count-limit-error-title": "\u05D7\u05E8\u05D9\u05D2\u05D4 \u05DE\u05DE\u05D2\u05D1\u05DC\u05EA \u05DB\u05DE\u05D5\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD",
|
|
126
|
-
"files-count-limit-error-too-few": "\u05D1\u05D7\u05E8\u05EA {{total}} {{plural:file(total)}}. \u05DC\u05E4\u05D7\u05D5\u05EA {{min}} {{plural:file(min)}} \u05E0\u05D3\u05E8\u05E9\u05D9\u05DD.",
|
|
127
|
-
"files-count-limit-error-too-many": "\u05D1\u05D7\u05E8\u05EA \u05D9\u05D5\u05EA\u05E8 \u05DE\u05D3\u05D9 \u05E7\u05D1\u05E6\u05D9\u05DD. \u05DE\u05E7\u05E1\u05D9\u05DE\u05D5\u05DD {{max}} {{plural:file(max)}}.",
|
|
128
|
-
"files-max-size-limit-error": "\u05D4\u05E7\u05D5\u05D1\u05E5 \u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9. \u05D4\u05D2\u05D5\u05D3\u05DC \u05D4\u05DE\u05E7\u05E1\u05D9\u05DE\u05DC\u05D9 \u05D4\u05D5\u05D0 {{maxFileSize}}.",
|
|
129
|
-
"has-validation-errors": "\u05D0\u05D9\u05E8\u05E2\u05D4 \u05E9\u05D2\u05D9\u05D0\u05EA \u05D0\u05D9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD. \u05D0\u05E0\u05D0 \u05D1\u05D3\u05D5\u05E7 \u05D0\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05DC\u05E4\u05E0\u05D9 \u05D4\u05D4\u05E2\u05DC\u05D0\u05D4.",
|
|
130
|
-
"images-only-accepted": "\u05DE\u05EA\u05E7\u05D1\u05DC\u05D9\u05DD \u05E8\u05E7 \u05E7\u05D1\u05E6\u05D9 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA.",
|
|
131
|
-
"file-type-not-allowed": "\u05D4\u05E2\u05DC\u05D0\u05EA \u05E1\u05D5\u05D2\u05D9 \u05E7\u05D1\u05E6\u05D9\u05DD \u05D0\u05DC\u05D5 \u05D0\u05D9\u05E0\u05D4 \u05DE\u05D5\u05E8\u05E9\u05D9\u05EA.",
|
|
132
|
-
"some-files-were-not-uploaded": "\u05D7\u05DC\u05E7 \u05DE\u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05DC\u05D0 \u05D4\u05D5\u05E2\u05DC\u05D5.",
|
|
133
|
-
"file-item-edit-button": "\u05E2\u05E8\u05D5\u05DA",
|
|
134
|
-
"file-item-remove-button": "\u05D4\u05E1\u05E8",
|
|
135
|
-
"a11y-activity-header-button-close": "\u05E1\u05D2\u05D5\u05E8",
|
|
136
|
-
"a11y-editor-tab-filters": "\u05DE\u05E1\u05E0\u05E0\u05D9\u05DD",
|
|
137
|
-
"a11y-editor-tab-tuning": "\u05DB\u05D9\u05D5\u05D5\u05DF",
|
|
138
|
-
"a11y-editor-tab-crop": "\u05D7\u05D9\u05EA\u05D5\u05DA",
|
|
139
|
-
flip: "\u05D4\u05D9\u05E4\u05D5\u05DA",
|
|
140
|
-
mirror: "\u05DE\u05E8\u05D0\u05D4",
|
|
141
|
-
"a11y-cloud-editor-apply-filter": "\u05D4\u05D7\u05DC \u05DE\u05E1\u05E0\u05DF {{name}}",
|
|
142
|
-
"a11y-cloud-editor-apply-crop": "\u05D4\u05D7\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4 {{name}}",
|
|
143
|
-
"a11y-cloud-editor-apply-tuning": "\u05D4\u05D7\u05DC \u05DB\u05D9\u05D5\u05D5\u05DF {{name}}",
|
|
144
|
-
finished: "\u05D4\u05D5\u05E9\u05DC\u05DD",
|
|
145
|
-
failed: "\u05E0\u05DB\u05E9\u05DC",
|
|
146
|
-
uploading: "\u05DE\u05E2\u05DC\u05D4",
|
|
147
|
-
idle: "\u05D1\u05D8\u05DC\u05D4",
|
|
148
|
-
"a11y-file-item-status": "\u05D4\u05E7\u05D5\u05D1\u05E5 {{fileName}} \u05D1\u05DE\u05E6\u05D1 {{status}}",
|
|
149
|
-
"select-all": "\u05D1\u05D7\u05E8 \u05D4\u05DB\u05DC",
|
|
150
|
-
"deselect-all": "\u05D1\u05D8\u05DC \u05D1\u05D7\u05D9\u05E8\u05EA \u05D4\u05DB\u05DC",
|
|
151
|
-
"waiting-for": "\u05DE\u05DE\u05EA\u05D9\u05DF \u05DC{{source}}",
|
|
152
|
-
"queued-uploading": "\u05D1\u05EA\u05D5\u05E8 \u05DC\u05D4\u05E2\u05DC\u05D0\u05D4",
|
|
153
|
-
"queued-validation": "\u05D1\u05EA\u05D5\u05E8 \u05DC\u05D0\u05D9\u05DE\u05D5\u05EA",
|
|
154
|
-
validation: "\u05DE\u05EA\u05D1\u05E6\u05E2 \u05D0\u05D9\u05DE\u05D5\u05EA",
|
|
155
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u05D4\u05D7\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4 {{name}} {{value}}",
|
|
156
|
-
"crop-to-shape": "\u05D7\u05D9\u05EA\u05D5\u05DA \u05DC{{value}}",
|
|
157
|
-
custom: "\u05E6\u05D5\u05E8\u05D4 \u05D7\u05D5\u05E4\u05E9\u05D9\u05EA",
|
|
158
|
-
"freeform-crop": "\u05D7\u05D9\u05EA\u05D5\u05DA \u05D7\u05D5\u05E4\u05E9\u05D9"
|
|
159
|
-
};
|
|
160
|
-
export {
|
|
161
|
-
he_default as default
|
|
162
|
-
};
|
|
7
|
+
var e={"locale-id":"he","social-source-lang":"he","upload-file":"\u05D4\u05E2\u05DC\u05D4 \u05E7\u05D5\u05D1\u05E5","upload-files":"\u05D4\u05E2\u05DC\u05D4 \u05E7\u05D1\u05E6\u05D9\u05DD","choose-file":"\u05D1\u05D7\u05E8 \u05E7\u05D5\u05D1\u05E5","choose-files":"\u05D1\u05D7\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD","drop-files-here":"\u05E9\u05D7\u05E8\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD \u05DB\u05D0\u05DF","select-file-source":"\u05D1\u05D7\u05E8 \u05DE\u05E7\u05D5\u05E8 \u05E7\u05D1\u05E6\u05D9\u05DD",selected:"\u05E0\u05D1\u05D7\u05E8",upload:"\u05D4\u05E2\u05DC\u05D4","add-more":"\u05D4\u05D5\u05E1\u05E3 \u05E2\u05D5\u05D3",cancel:"\u05D1\u05D8\u05DC","start-from-cancel":"\u05D1\u05D8\u05DC",clear:"\u05E0\u05E7\u05D4","camera-shot":"\u05E6\u05D9\u05DC\u05D5\u05DD","upload-url":"\u05D9\u05D9\u05D1\u05D5\u05D0","upload-url-placeholder":"\u05D4\u05D3\u05D1\u05E7 \u05E7\u05D9\u05E9\u05D5\u05E8 \u05DB\u05D0\u05DF","edit-image":"\u05E2\u05E8\u05D5\u05DA \u05EA\u05DE\u05D5\u05E0\u05D4","edit-detail":"\u05E4\u05E8\u05D8\u05D9\u05DD",back:"\u05D7\u05D6\u05D5\u05E8",done:"\u05E1\u05D9\u05D5\u05DD",ok:"\u05D0\u05D9\u05E9\u05D5\u05E8","remove-from-list":"\u05D4\u05E1\u05E8",no:"\u05DC\u05D0",yes:"\u05DB\u05DF","confirm-your-action":"\u05D0\u05E9\u05E8 \u05E4\u05E2\u05D5\u05DC\u05D4 \u05D6\u05D5","are-you-sure":"\u05D4\u05D0\u05DD \u05D0\u05EA\u05D4 \u05D1\u05D8\u05D5\u05D7?","selected-count":"\u05E0\u05D1\u05D7\u05E8\u05D5:","upload-error":"\u05E9\u05D2\u05D9\u05D0\u05EA \u05D4\u05E2\u05DC\u05D0\u05D4","validation-error":"\u05E9\u05D2\u05D9\u05D0\u05EA \u05D0\u05D9\u05DE\u05D5\u05EA","no-files":"\u05DC\u05D0 \u05E0\u05D1\u05D7\u05E8\u05D5 \u05E7\u05D1\u05E6\u05D9\u05DD",browse:"\u05E2\u05D9\u05D9\u05DF","not-uploaded-yet":"\u05D8\u05E8\u05DD \u05D4\u05D5\u05E2\u05DC\u05D4...",file__one:"\u05E7\u05D5\u05D1\u05E5",file__two:"\u05E7\u05D1\u05E6\u05D9\u05DD",file__other:"\u05E7\u05D1\u05E6\u05D9\u05DD",error__one:"\u05E9\u05D2\u05D9\u05D0\u05D4",error__two:"\u05E9\u05D2\u05D9\u05D0\u05D5\u05EA",error__other:"\u05E9\u05D2\u05D9\u05D0\u05D5\u05EA","header-uploading":"\u05DE\u05E2\u05DC\u05D4 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \u05D4\u05D5\u05E2\u05DC\u05D5","header-total":"{{count}} {{plural:file(count)}} \u05E0\u05D1\u05D7\u05E8\u05D5","src-type-local":"\u05DE\u05D4\u05DE\u05DB\u05E9\u05D9\u05E8","src-type-from-url":"\u05DE\u05E7\u05D9\u05E9\u05D5\u05E8","src-type-camera":"\u05DE\u05E6\u05DC\u05DE\u05D4","src-type-draw":"\u05E6\u05D9\u05D9\u05E8","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"\u05D0\u05D7\u05E8","src-type-mobile-video-camera":"\u05D5\u05D9\u05D3\u05D0\u05D5","src-type-mobile-photo-camera":"\u05EA\u05DE\u05D5\u05E0\u05D4","caption-from-url":"\u05D9\u05D9\u05D1\u05D5\u05D0 \u05DE\u05E7\u05D9\u05E9\u05D5\u05E8","caption-camera":"\u05DE\u05E6\u05DC\u05DE\u05D4","caption-draw":"\u05E6\u05D9\u05D5\u05E8","caption-edit-file":"\u05E2\u05E8\u05D5\u05DA \u05E7\u05D5\u05D1\u05E5","file-no-name":"\u05DC\u05DC\u05D0 \u05E9\u05DD...","toggle-fullscreen":"\u05DE\u05E1\u05DA \u05DE\u05DC\u05D0","toggle-guides":"\u05D4\u05E6\u05D2 \u05DE\u05D3\u05E8\u05D9\u05DB\u05D9\u05DD",rotate:"\u05E1\u05D5\u05D1\u05D1","flip-vertical":"\u05D4\u05E4\u05D5\u05DA \u05D0\u05E0\u05DB\u05D9\u05EA","flip-horizontal":"\u05D4\u05E4\u05D5\u05DA \u05D0\u05D5\u05E4\u05E7\u05D9\u05EA",apply:"\u05D4\u05D7\u05DC",brightness:"\u05D1\u05D4\u05D9\u05E8\u05D5\u05EA",contrast:"\u05E0\u05D9\u05D2\u05D5\u05D3\u05D9\u05D5\u05EA",saturation:"\u05E8\u05D5\u05D5\u05D9\u05D4",exposure:"\u05D7\u05E9\u05D9\u05E4\u05D4",gamma:"\u05D2\u05DE\u05D0",vibrance:"\u05D7\u05D9\u05D5\u05E0\u05D9\u05D5\u05EA",warmth:"\u05D7\u05D5\u05DD",enhance:"\u05E9\u05E4\u05E8",original:"\u05DE\u05E7\u05D5\u05E8\u05D9",resize:"\u05E9\u05E0\u05D4 \u05D2\u05D5\u05D3\u05DC \u05EA\u05DE\u05D5\u05E0\u05D4",crop:"\u05D7\u05EA\u05D5\u05DA","select-color":"\u05D1\u05D7\u05E8 \u05E6\u05D1\u05E2",text:"\u05D8\u05E7\u05E1\u05D8",draw:"\u05E6\u05D9\u05D9\u05E8","cancel-edit":"\u05D1\u05D8\u05DC \u05E2\u05E8\u05D9\u05DB\u05D4","tab-view":"\u05EA\u05E6\u05D5\u05D2\u05D4 \u05DE\u05E7\u05D3\u05D9\u05DE\u05D4","tab-details":"\u05E4\u05E8\u05D8\u05D9\u05DD","file-name":"\u05E9\u05DD","file-size":"\u05D2\u05D5\u05D3\u05DC","cdn-url":"\u05DB\u05EA\u05D5\u05D1\u05EA CDN","file-size-unknown":"\u05DC\u05D0 \u05D9\u05D3\u05D5\u05E2","camera-permissions-denied":"\u05D2\u05D9\u05E9\u05D4 \u05DC\u05DE\u05E6\u05DC\u05DE\u05D4 \u05E0\u05D3\u05D7\u05EA\u05D4","camera-permissions-prompt":"\u05D0\u05E0\u05D0 \u05D0\u05E4\u05E9\u05E8 \u05D2\u05D9\u05E9\u05D4 \u05DC\u05DE\u05E6\u05DC\u05DE\u05D4","camera-permissions-request":"\u05D1\u05E7\u05E9 \u05D2\u05D9\u05E9\u05D4","files-count-limit-error-title":"\u05D7\u05E8\u05D9\u05D2\u05D4 \u05DE\u05DE\u05D2\u05D1\u05DC\u05EA \u05DB\u05DE\u05D5\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD","files-count-limit-error-too-few":"\u05D1\u05D7\u05E8\u05EA {{total}} {{plural:file(total)}}. \u05DC\u05E4\u05D7\u05D5\u05EA {{min}} {{plural:file(min)}} \u05E0\u05D3\u05E8\u05E9\u05D9\u05DD.","files-count-limit-error-too-many":"\u05D1\u05D7\u05E8\u05EA \u05D9\u05D5\u05EA\u05E8 \u05DE\u05D3\u05D9 \u05E7\u05D1\u05E6\u05D9\u05DD. \u05DE\u05E7\u05E1\u05D9\u05DE\u05D5\u05DD {{max}} {{plural:file(max)}}.","files-max-size-limit-error":"\u05D4\u05E7\u05D5\u05D1\u05E5 \u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9. \u05D4\u05D2\u05D5\u05D3\u05DC \u05D4\u05DE\u05E7\u05E1\u05D9\u05DE\u05DC\u05D9 \u05D4\u05D5\u05D0 {{maxFileSize}}.","has-validation-errors":"\u05D0\u05D9\u05E8\u05E2\u05D4 \u05E9\u05D2\u05D9\u05D0\u05EA \u05D0\u05D9\u05DE\u05D5\u05EA \u05E7\u05D1\u05E6\u05D9\u05DD. \u05D0\u05E0\u05D0 \u05D1\u05D3\u05D5\u05E7 \u05D0\u05EA \u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05DC\u05E4\u05E0\u05D9 \u05D4\u05D4\u05E2\u05DC\u05D0\u05D4.","images-only-accepted":"\u05DE\u05EA\u05E7\u05D1\u05DC\u05D9\u05DD \u05E8\u05E7 \u05E7\u05D1\u05E6\u05D9 \u05EA\u05DE\u05D5\u05E0\u05D5\u05EA.","file-type-not-allowed":"\u05D4\u05E2\u05DC\u05D0\u05EA \u05E1\u05D5\u05D2\u05D9 \u05E7\u05D1\u05E6\u05D9\u05DD \u05D0\u05DC\u05D5 \u05D0\u05D9\u05E0\u05D4 \u05DE\u05D5\u05E8\u05E9\u05D9\u05EA.","some-files-were-not-uploaded":"\u05D7\u05DC\u05E7 \u05DE\u05D4\u05E7\u05D1\u05E6\u05D9\u05DD \u05DC\u05D0 \u05D4\u05D5\u05E2\u05DC\u05D5.","file-item-edit-button":"\u05E2\u05E8\u05D5\u05DA","file-item-remove-button":"\u05D4\u05E1\u05E8","a11y-activity-header-button-close":"\u05E1\u05D2\u05D5\u05E8","a11y-editor-tab-filters":"\u05DE\u05E1\u05E0\u05E0\u05D9\u05DD","a11y-editor-tab-tuning":"\u05DB\u05D9\u05D5\u05D5\u05DF","a11y-editor-tab-crop":"\u05D7\u05D9\u05EA\u05D5\u05DA",flip:"\u05D4\u05D9\u05E4\u05D5\u05DA",mirror:"\u05DE\u05E8\u05D0\u05D4","a11y-cloud-editor-apply-filter":"\u05D4\u05D7\u05DC \u05DE\u05E1\u05E0\u05DF {{name}}","a11y-cloud-editor-apply-crop":"\u05D4\u05D7\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4 {{name}}","a11y-cloud-editor-apply-tuning":"\u05D4\u05D7\u05DC \u05DB\u05D9\u05D5\u05D5\u05DF {{name}}",finished:"\u05D4\u05D5\u05E9\u05DC\u05DD",failed:"\u05E0\u05DB\u05E9\u05DC",uploading:"\u05DE\u05E2\u05DC\u05D4",idle:"\u05D1\u05D8\u05DC\u05D4","a11y-file-item-status":"\u05D4\u05E7\u05D5\u05D1\u05E5 {{fileName}} \u05D1\u05DE\u05E6\u05D1 {{status}}","select-all":"\u05D1\u05D7\u05E8 \u05D4\u05DB\u05DC","deselect-all":"\u05D1\u05D8\u05DC \u05D1\u05D7\u05D9\u05E8\u05EA \u05D4\u05DB\u05DC","waiting-for":"\u05DE\u05DE\u05EA\u05D9\u05DF \u05DC{{source}}","queued-uploading":"\u05D1\u05EA\u05D5\u05E8 \u05DC\u05D4\u05E2\u05DC\u05D0\u05D4","queued-validation":"\u05D1\u05EA\u05D5\u05E8 \u05DC\u05D0\u05D9\u05DE\u05D5\u05EA",validation:"\u05DE\u05EA\u05D1\u05E6\u05E2 \u05D0\u05D9\u05DE\u05D5\u05EA","a11y-cloud-editor-apply-aspect-ratio":"\u05D4\u05D7\u05DC \u05E4\u05E2\u05D5\u05DC\u05D4 {{name}} {{value}}","crop-to-shape":"\u05D7\u05D9\u05EA\u05D5\u05DA \u05DC{{value}}",custom:"\u05E6\u05D5\u05E8\u05D4 \u05D7\u05D5\u05E4\u05E9\u05D9\u05EA","freeform-crop":"\u05D7\u05D9\u05EA\u05D5\u05DA \u05D7\u05D5\u05E4\u05E9\u05D9"};export{e as default};
|
|
@@ -1,160 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
|
-
* MIT
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
* in the Software without restriction, including without limitation the rights
|
|
10
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
-
* furnished to do so, subject to the following conditions:
|
|
13
|
-
*
|
|
14
|
-
* The above copyright notice and this permission notice shall be included in all
|
|
15
|
-
* copies or substantial portions of the Software.
|
|
16
|
-
*
|
|
17
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
23
|
-
* SOFTWARE.
|
|
24
|
-
*
|
|
3
|
+
* Package: @uploadcare/file-uploader@1.25.0-alpha.6 (MIT)
|
|
4
|
+
* License: https://github.com/uploadcare/file-uploader/blob/main/LICENSE
|
|
5
|
+
* Built: 2025-12-12T00:37:30.012Z
|
|
25
6
|
*/
|
|
26
|
-
|
|
27
|
-
// src/locales/file-uploader/hy.ts
|
|
28
|
-
var hy_default = {
|
|
29
|
-
"locale-id": "hy",
|
|
30
|
-
"social-source-lang": "hy",
|
|
31
|
-
"upload-file": "\u0556\u0561\u0575\u056C \u0562\u0565\u057C\u0576\u0565\u056C",
|
|
32
|
-
"upload-files": "\u0556\u0561\u0575\u056C\u0565\u0580 \u0562\u0565\u057C\u0576\u0565\u056C",
|
|
33
|
-
"choose-file": "\u0538\u0576\u057F\u0580\u0565\u0584 \u0586\u0561\u0575\u056C\u0568",
|
|
34
|
-
"choose-files": "\u0538\u0576\u057F\u0580\u0565\u0584 \u0586\u0561\u0575\u056C\u0565\u0580\u0568",
|
|
35
|
-
"drop-files-here": "\u0539\u0578\u0572\u0561\u0580\u056F\u0565\u0584 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0561\u0575\u057D\u057F\u0565\u0572",
|
|
36
|
-
"select-file-source": "\u0538\u0576\u057F\u0580\u0565\u0584 \u0586\u0561\u0575\u056C\u056B \u0561\u0572\u0562\u0575\u0578\u0582\u0580\u0568",
|
|
37
|
-
selected: "\u0538\u0576\u057F\u0580\u057E\u0561\u056E \u0567",
|
|
38
|
-
upload: "\u0532\u0565\u057C\u0576\u0565\u056C",
|
|
39
|
-
"add-more": "\u0531\u057E\u0565\u056C\u0561\u0581\u0576\u0565\u056C",
|
|
40
|
-
cancel: "\u0540\u0580\u0561\u056A\u0561\u0580\u057E\u0565\u056C",
|
|
41
|
-
"start-from-cancel": "\u0540\u0580\u0561\u056A\u0561\u0580\u057E\u0565\u056C",
|
|
42
|
-
clear: "\u0544\u0561\u0584\u0580\u0565\u056C",
|
|
43
|
-
"camera-shot": "\u053C\u0578\u0582\u057D\u0561\u0576\u056F\u0561\u0580\u0565\u056C",
|
|
44
|
-
"upload-url": "\u053B\u0574\u057A\u0578\u0580\u057F\u0565\u056C",
|
|
45
|
-
"upload-url-placeholder": "\u054A\u0561\u057F\u0573\u0565\u0576\u0565\u0584 \u0570\u0572\u0578\u0582\u0574\u0568 \u0561\u0575\u057D\u057F\u0565\u0572",
|
|
46
|
-
"edit-image": "\u053D\u0574\u0562\u0561\u0563\u0580\u0565\u056C \u057A\u0561\u057F\u056F\u0565\u0580\u0568",
|
|
47
|
-
"edit-detail": "\u0544\u0561\u0576\u0580\u0561\u0574\u0561\u057D\u0576\u0565\u0580\u0568",
|
|
48
|
-
back: "\u0540\u0565\u057F",
|
|
49
|
-
done: "\u053F\u0561\u057F\u0561\u0580\u057E\u0561\u056E \u0567",
|
|
50
|
-
ok: "\u053C\u0561\u057E",
|
|
51
|
-
"remove-from-list": "\u0540\u0565\u057C\u0561\u0581\u0576\u0565\u056C",
|
|
52
|
-
no: "\u0548\u0579",
|
|
53
|
-
yes: "\u0531\u0575\u0578",
|
|
54
|
-
"confirm-your-action": "\u0540\u0561\u057D\u057F\u0561\u057F\u0565\u0584 \u0571\u0565\u0580 \u0561\u0580\u0561\u0580\u0584\u0568",
|
|
55
|
-
"are-you-sure": "\u0540\u0561\u0574\u0578\u0566\u057E\u0561\u056E \u0565\u0584\u055E",
|
|
56
|
-
"selected-count": "\u0538\u0576\u057F\u0580\u057E\u0561\u056E \u0567\u055D",
|
|
57
|
-
"upload-error": "\u0532\u0565\u057C\u0576\u0574\u0561\u0576 \u057D\u056D\u0561\u056C",
|
|
58
|
-
"validation-error": "\u054D\u056D\u0561\u056C\u0574\u0578\u0582\u0576\u0584\u056B \u057D\u056D\u0561\u056C",
|
|
59
|
-
"no-files": "\u0556\u0561\u0575\u056C\u0565\u0580 \u0568\u0576\u057F\u0580\u057E\u0561\u056E \u0579\u0565\u0576",
|
|
60
|
-
browse: "\u0553\u0576\u057F\u0580\u0565\u056C",
|
|
61
|
-
"not-uploaded-yet": "\u0534\u0565\u057C \u0562\u0565\u057C\u0576\u057E\u0561\u056E \u0579\u0567...",
|
|
62
|
-
file__one: "\u0586\u0561\u0575\u056C",
|
|
63
|
-
file__other: "\u0586\u0561\u0575\u056C\u0565\u0580",
|
|
64
|
-
error__one: "\u057D\u056D\u0561\u056C",
|
|
65
|
-
error__other: "\u057D\u056D\u0561\u056C\u0576\u0565\u0580",
|
|
66
|
-
"header-uploading": "\u0532\u0565\u057C\u0576\u057E\u0578\u0582\u0574 \u0567 {{count}} {{plural:file(count)}}",
|
|
67
|
-
"header-failed": "{{count}} {{plural:error(count)}}",
|
|
68
|
-
"header-succeed": "{{count}} {{plural:file(count)}} \u0562\u0565\u057C\u0576\u057E\u0561\u056E \u0567",
|
|
69
|
-
"header-total": "{{count}} {{plural:file(count)}} \u0568\u0576\u057F\u0580\u057E\u0561\u056E \u0567",
|
|
70
|
-
"src-type-local": "\u054D\u0561\u0580\u0584\u056B\u0581",
|
|
71
|
-
"src-type-from-url": "\u0540\u0572\u0578\u0582\u0574\u0578\u057E",
|
|
72
|
-
"src-type-camera": "\u053F\u0561\u0574\u0565\u0580\u0561",
|
|
73
|
-
"src-type-draw": "\u0546\u056F\u0561\u0580\u0565\u056C",
|
|
74
|
-
"src-type-facebook": "Facebook",
|
|
75
|
-
"src-type-dropbox": "Dropbox",
|
|
76
|
-
"src-type-gdrive": "Google Drive",
|
|
77
|
-
"src-type-ngdrive": "Google Drive",
|
|
78
|
-
"src-type-gphotos": "Google Photos",
|
|
79
|
-
"src-type-flickr": "Flickr",
|
|
80
|
-
"src-type-vk": "VK",
|
|
81
|
-
"src-type-evernote": "Evernote",
|
|
82
|
-
"src-type-box": "Box",
|
|
83
|
-
"src-type-onedrive": "OneDrive",
|
|
84
|
-
"src-type-huddle": "Huddle",
|
|
85
|
-
"src-type-other": "\u0531\u0575\u056C",
|
|
86
|
-
"src-type-mobile-video-camera": "\u054F\u0565\u057D\u0561\u0576\u0575\u0578\u0582\u0569",
|
|
87
|
-
"src-type-mobile-photo-camera": "\u053C\u0578\u0582\u057D\u0561\u0576\u056F\u0561\u0580",
|
|
88
|
-
"caption-from-url": "\u053B\u0574\u057A\u0578\u0580\u057F\u0565\u056C \u0570\u0572\u0578\u0582\u0574\u0578\u057E",
|
|
89
|
-
"caption-camera": "\u053F\u0561\u0574\u0565\u0580\u0561",
|
|
90
|
-
"caption-draw": "\u0546\u056F\u0561\u0580\u0565\u056C",
|
|
91
|
-
"caption-edit-file": "\u053D\u0574\u0562\u0561\u0563\u0580\u0565\u056C \u0586\u0561\u0575\u056C\u0568",
|
|
92
|
-
"file-no-name": "\u0531\u0576\u057E\u0561\u0576\u0578\u0582\u0574 \u0579\u056F\u0561...",
|
|
93
|
-
"toggle-fullscreen": "\u0553\u0578\u056D\u0561\u0580\u056B\u0576\u0565\u056C \u056C\u056B\u0561\u0567\u056F\u0580\u0561\u0576 \u057C\u0565\u056A\u056B\u0574\u0568",
|
|
94
|
-
"toggle-guides": "\u0553\u0578\u056D\u0561\u0580\u056B\u0576\u0565\u056C \u0578\u0582\u0572\u0565\u0581\u0578\u0582\u0575\u0581\u0576\u0565\u0580\u0568",
|
|
95
|
-
rotate: "\u054A\u057F\u057F\u0565\u056C",
|
|
96
|
-
"flip-vertical": "\u054E\u0565\u0580\u0561\u0564\u0561\u0580\u0571\u0565\u056C \u0578\u0582\u0572\u0572\u0561\u0570\u0561\u0575\u0561\u0581",
|
|
97
|
-
"flip-horizontal": "\u054E\u0565\u0580\u0561\u0564\u0561\u0580\u0571\u0565\u056C \u0570\u0578\u0580\u056B\u0566\u0578\u0576\u0561\u056F\u0561\u0576",
|
|
98
|
-
apply: "\u053F\u056B\u0580\u0561\u057C\u0565\u056C",
|
|
99
|
-
brightness: "\u053C\u0578\u0582\u0575\u057D\u056B \u0562\u0561\u0580\u0571\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
|
|
100
|
-
contrast: "\u053F\u0578\u0576\u057F\u0580\u0561\u057D\u057F",
|
|
101
|
-
saturation: "\u0540\u0561\u0563\u0565\u0581\u0578\u0582\u0574",
|
|
102
|
-
exposure: "\u0545\u0561\u0575\u057F\u0576\u0574\u0561\u0576 \u0564\u0565\u057A\u0584",
|
|
103
|
-
gamma: "\u0533\u0561\u0574\u0574\u0561",
|
|
104
|
-
vibrance: "\u053F\u0565\u0576\u0564\u0561\u0576\u056B\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
|
|
105
|
-
warmth: "\u054B\u0565\u0580\u0574\u0578\u0582\u0569\u0575\u0578\u0582\u0576",
|
|
106
|
-
enhance: "\u0532\u0561\u0580\u0565\u056C\u0561\u057E\u0565\u056C",
|
|
107
|
-
original: "\u0555\u0580\u056B\u0563\u056B\u0576\u0561\u056C",
|
|
108
|
-
resize: "\u0553\u0578\u056D\u0565\u056C \u057A\u0561\u057F\u056F\u0565\u0580\u056B \u0579\u0561\u0583\u057D\u0565\u0580\u0568",
|
|
109
|
-
crop: "\u053F\u057F\u0580\u0565\u056C",
|
|
110
|
-
"select-color": "\u0538\u0576\u057F\u0580\u0565\u0584 \u0563\u0578\u0582\u0575\u0576\u0568",
|
|
111
|
-
text: "\u054F\u0565\u0584\u057D\u057F",
|
|
112
|
-
draw: "\u0546\u056F\u0561\u0580\u0565\u056C",
|
|
113
|
-
"cancel-edit": "\u0549\u0565\u0572\u0561\u0580\u056F\u0565\u056C \u056D\u0574\u0562\u0561\u0563\u0580\u0578\u0582\u0574\u0568",
|
|
114
|
-
"tab-view": "\u0546\u0561\u056D\u0561\u0564\u056B\u057F\u0578\u0582\u0574",
|
|
115
|
-
"tab-details": "\u0544\u0561\u0576\u0580\u0561\u0574\u0561\u057D\u0576\u0565\u0580",
|
|
116
|
-
"file-name": "\u0531\u0576\u0578\u0582\u0576",
|
|
117
|
-
"file-size": "\u0549\u0561\u0583\u057D",
|
|
118
|
-
"cdn-url": "CDN URL",
|
|
119
|
-
"file-size-unknown": "\u0531\u0576\u0570\u0561\u0575\u057F \u0567",
|
|
120
|
-
"camera-permissions-denied": "\u053F\u0561\u0574\u0565\u0580\u0561\u0575\u056B \u0574\u0578\u0582\u057F\u0584\u056B \u0574\u0565\u0580\u056A\u0578\u0582\u0574",
|
|
121
|
-
"camera-permissions-prompt": "\u053D\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584 \u057F\u0580\u0561\u0574\u0561\u0564\u0580\u0565\u056C \u0574\u0578\u0582\u057F\u0584 \u056F\u0561\u0574\u0565\u0580\u0561\u0575\u056B\u0576",
|
|
122
|
-
"camera-permissions-request": "\u0540\u0561\u0580\u0581\u0578\u0582\u0574 \u0574\u0578\u0582\u057F\u0584\u056B \u0570\u0561\u0574\u0561\u0580",
|
|
123
|
-
"files-count-limit-error-title": "\u0556\u0561\u0575\u056C\u0565\u0580\u056B \u0584\u0561\u0576\u0561\u056F\u056B \u0563\u0565\u0580\u0561\u0566\u0561\u0576\u0581\u0578\u0582\u0574",
|
|
124
|
-
"files-count-limit-error-too-few": "\u0534\u0578\u0582\u0584 \u0568\u0576\u057F\u0580\u0565\u056C \u0565\u0584 {{total}} {{plural:file(total)}}\u0589 \u054A\u0565\u057F\u0584 \u0567 \u0568\u0576\u057F\u0580\u057E\u0565\u0576 \u0561\u057C\u0576\u057E\u0561\u0566\u0576 {{min}} {{plural:file(min)}}\u0589",
|
|
125
|
-
"files-count-limit-error-too-many": "\u0534\u0578\u0582\u0584 \u0577\u0561\u057F \u0577\u0561\u057F \u0586\u0561\u0575\u056C\u0565\u0580 \u0565\u0584 \u0568\u0576\u057F\u0580\u0565\u056C\u0589 \u0544\u0561\u0584\u057D\u056B\u0574\u0578\u0582\u0574\u0568 {{max}} {{plural:file(max)}} \u0567\u0589",
|
|
126
|
-
"files-max-size-limit-error": "\u0556\u0561\u0575\u056C\u0568 \u0577\u0561\u057F \u0574\u0565\u056E \u0567\u0589 \u0544\u0561\u0584\u057D\u056B\u0574\u0561\u056C \u0586\u0561\u0575\u056C\u056B \u0579\u0561\u0583\u057D\u0568 {{maxFileSize}} \u0567\u0589",
|
|
127
|
-
"has-validation-errors": "\u0556\u0561\u0575\u056C\u056B \u057D\u056D\u0561\u056C\u0574\u0578\u0582\u0576\u0584\u056B \u057D\u056D\u0561\u056C \u0567 \u057D\u057F\u0561\u0581\u057E\u0565\u056C\u0589 \u053D\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584, \u057D\u057F\u0578\u0582\u0563\u0565\u0584 \u0571\u0565\u0580 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0562\u0565\u057C\u0576\u0574\u0561\u0576 \u0561\u057C\u0561\u057B\u0589",
|
|
128
|
-
"images-only-accepted": "\u0544\u056B\u0561\u0575\u0576 \u057A\u0561\u057F\u056F\u0565\u0580\u0561\u0575\u056B\u0576 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0568\u0576\u0564\u0578\u0582\u0576\u057E\u0578\u0582\u0574 \u0565\u0576\u0589",
|
|
129
|
-
"file-type-not-allowed": "\u0531\u0575\u057D \u0586\u0561\u0575\u056C\u056B \u057F\u0565\u057D\u0561\u056F\u0576\u0565\u0580\u056B \u0562\u0565\u057C\u0576\u0578\u0582\u0574\u0568 \u0569\u0578\u0582\u0575\u056C\u0561\u057F\u0580\u057E\u0561\u056E \u0579\u0567\u0589",
|
|
130
|
-
"some-files-were-not-uploaded": "\u0548\u0580\u0578\u0577 \u0586\u0561\u0575\u056C\u0565\u0580 \u0562\u0565\u057C\u0576\u057E\u0561\u056E \u0579\u0565\u0576\u0589",
|
|
131
|
-
"file-item-edit-button": "\u053D\u0574\u0562\u0561\u0563\u0580\u0565\u056C",
|
|
132
|
-
"file-item-remove-button": "\u0540\u0565\u057C\u0561\u0581\u0576\u0565\u056C",
|
|
133
|
-
"a11y-activity-header-button-close": "\u0553\u0561\u056F\u0565\u056C",
|
|
134
|
-
"a11y-editor-tab-filters": "\u0536\u057F\u056B\u0579\u0576\u0565\u0580",
|
|
135
|
-
"a11y-editor-tab-tuning": "\u053F\u0561\u0580\u0563\u0561\u057E\u0578\u0580\u0578\u0582\u0574",
|
|
136
|
-
"a11y-editor-tab-crop": "\u053F\u057F\u0580\u0565\u056C",
|
|
137
|
-
flip: "\u0547\u0580\u057B\u0565\u056C",
|
|
138
|
-
mirror: "\u0540\u0561\u0575\u0565\u056C",
|
|
139
|
-
"a11y-cloud-editor-apply-filter": "\u053F\u056B\u0580\u0561\u057C\u0565\u056C {{name}} \u0566\u057F\u056B\u0579\u0568",
|
|
140
|
-
"a11y-cloud-editor-apply-crop": "\u053F\u056B\u0580\u0561\u057C\u0565\u056C {{name}} \u0563\u0578\u0580\u056E\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568",
|
|
141
|
-
"a11y-cloud-editor-apply-tuning": "\u053F\u056B\u0580\u0561\u057C\u0565\u056C {{name}} \u056F\u0561\u0580\u0563\u0561\u057E\u0578\u0580\u0578\u0582\u0574\u0568",
|
|
142
|
-
finished: "\u0531\u057E\u0561\u0580\u057F\u057E\u0561\u056E",
|
|
143
|
-
failed: "\u0549\u0570\u0561\u057B\u0578\u0572\u057E\u0565\u0581",
|
|
144
|
-
uploading: "\u0532\u0565\u057C\u0576\u057E\u0578\u0582\u0574 \u0567",
|
|
145
|
-
idle: "\u0531\u0576\u0563\u0578\u0580\u056E",
|
|
146
|
-
"a11y-file-item-status": "\u0556\u0561\u0575\u056C\u0568 {{fileName}} {{status}} \u056F\u0561\u0580\u0563\u0561\u057E\u056B\u0573\u0561\u056F\u0578\u0582\u0574 \u0567",
|
|
147
|
-
"select-all": "\u0538\u0576\u057F\u0580\u0565\u056C \u0562\u0578\u056C\u0578\u0580\u0568",
|
|
148
|
-
"deselect-all": "\u0540\u0580\u0561\u056A\u0561\u0580\u057E\u0565\u056C \u0562\u0578\u056C\u0578\u0580\u056B\u0581",
|
|
149
|
-
"waiting-for": "\u054D\u057A\u0561\u057D\u0578\u0582\u0574 \u0565\u0574 {{source}}",
|
|
150
|
-
"queued-uploading": "\u0540\u0565\u0580\u0569\u0578\u0582\u0574\u055D \u0562\u0565\u057C\u0576\u0574\u0561\u0576 \u0570\u0561\u0574\u0561\u0580",
|
|
151
|
-
"queued-validation": "\u0540\u0565\u0580\u0569\u0578\u0582\u0574\u055D \u057D\u057F\u0578\u0582\u0563\u0574\u0561\u0576 \u0570\u0561\u0574\u0561\u0580",
|
|
152
|
-
validation: "\u054D\u057F\u0578\u0582\u0563\u057E\u0578\u0582\u0574 \u0567",
|
|
153
|
-
"a11y-cloud-editor-apply-aspect-ratio": "\u053F\u056B\u0580\u0561\u057C\u0565\u056C \u0563\u0578\u0580\u056E\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576 {{name}} {{value}}",
|
|
154
|
-
"crop-to-shape": "\u053F\u057F\u0580\u0565\u056C \u0574\u056B\u0576\u0579\u0587 {{value}}",
|
|
155
|
-
custom: "\u0531\u0566\u0561\u057F \u0571\u0587",
|
|
156
|
-
"freeform-crop": "\u0531\u0566\u0561\u057F \u056F\u057F\u0580\u0578\u0582\u0574"
|
|
157
|
-
};
|
|
158
|
-
export {
|
|
159
|
-
hy_default as default
|
|
160
|
-
};
|
|
7
|
+
var e={"locale-id":"hy","social-source-lang":"hy","upload-file":"\u0556\u0561\u0575\u056C \u0562\u0565\u057C\u0576\u0565\u056C","upload-files":"\u0556\u0561\u0575\u056C\u0565\u0580 \u0562\u0565\u057C\u0576\u0565\u056C","choose-file":"\u0538\u0576\u057F\u0580\u0565\u0584 \u0586\u0561\u0575\u056C\u0568","choose-files":"\u0538\u0576\u057F\u0580\u0565\u0584 \u0586\u0561\u0575\u056C\u0565\u0580\u0568","drop-files-here":"\u0539\u0578\u0572\u0561\u0580\u056F\u0565\u0584 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0561\u0575\u057D\u057F\u0565\u0572","select-file-source":"\u0538\u0576\u057F\u0580\u0565\u0584 \u0586\u0561\u0575\u056C\u056B \u0561\u0572\u0562\u0575\u0578\u0582\u0580\u0568",selected:"\u0538\u0576\u057F\u0580\u057E\u0561\u056E \u0567",upload:"\u0532\u0565\u057C\u0576\u0565\u056C","add-more":"\u0531\u057E\u0565\u056C\u0561\u0581\u0576\u0565\u056C",cancel:"\u0540\u0580\u0561\u056A\u0561\u0580\u057E\u0565\u056C","start-from-cancel":"\u0540\u0580\u0561\u056A\u0561\u0580\u057E\u0565\u056C",clear:"\u0544\u0561\u0584\u0580\u0565\u056C","camera-shot":"\u053C\u0578\u0582\u057D\u0561\u0576\u056F\u0561\u0580\u0565\u056C","upload-url":"\u053B\u0574\u057A\u0578\u0580\u057F\u0565\u056C","upload-url-placeholder":"\u054A\u0561\u057F\u0573\u0565\u0576\u0565\u0584 \u0570\u0572\u0578\u0582\u0574\u0568 \u0561\u0575\u057D\u057F\u0565\u0572","edit-image":"\u053D\u0574\u0562\u0561\u0563\u0580\u0565\u056C \u057A\u0561\u057F\u056F\u0565\u0580\u0568","edit-detail":"\u0544\u0561\u0576\u0580\u0561\u0574\u0561\u057D\u0576\u0565\u0580\u0568",back:"\u0540\u0565\u057F",done:"\u053F\u0561\u057F\u0561\u0580\u057E\u0561\u056E \u0567",ok:"\u053C\u0561\u057E","remove-from-list":"\u0540\u0565\u057C\u0561\u0581\u0576\u0565\u056C",no:"\u0548\u0579",yes:"\u0531\u0575\u0578","confirm-your-action":"\u0540\u0561\u057D\u057F\u0561\u057F\u0565\u0584 \u0571\u0565\u0580 \u0561\u0580\u0561\u0580\u0584\u0568","are-you-sure":"\u0540\u0561\u0574\u0578\u0566\u057E\u0561\u056E \u0565\u0584\u055E","selected-count":"\u0538\u0576\u057F\u0580\u057E\u0561\u056E \u0567\u055D","upload-error":"\u0532\u0565\u057C\u0576\u0574\u0561\u0576 \u057D\u056D\u0561\u056C","validation-error":"\u054D\u056D\u0561\u056C\u0574\u0578\u0582\u0576\u0584\u056B \u057D\u056D\u0561\u056C","no-files":"\u0556\u0561\u0575\u056C\u0565\u0580 \u0568\u0576\u057F\u0580\u057E\u0561\u056E \u0579\u0565\u0576",browse:"\u0553\u0576\u057F\u0580\u0565\u056C","not-uploaded-yet":"\u0534\u0565\u057C \u0562\u0565\u057C\u0576\u057E\u0561\u056E \u0579\u0567...",file__one:"\u0586\u0561\u0575\u056C",file__other:"\u0586\u0561\u0575\u056C\u0565\u0580",error__one:"\u057D\u056D\u0561\u056C",error__other:"\u057D\u056D\u0561\u056C\u0576\u0565\u0580","header-uploading":"\u0532\u0565\u057C\u0576\u057E\u0578\u0582\u0574 \u0567 {{count}} {{plural:file(count)}}","header-failed":"{{count}} {{plural:error(count)}}","header-succeed":"{{count}} {{plural:file(count)}} \u0562\u0565\u057C\u0576\u057E\u0561\u056E \u0567","header-total":"{{count}} {{plural:file(count)}} \u0568\u0576\u057F\u0580\u057E\u0561\u056E \u0567","src-type-local":"\u054D\u0561\u0580\u0584\u056B\u0581","src-type-from-url":"\u0540\u0572\u0578\u0582\u0574\u0578\u057E","src-type-camera":"\u053F\u0561\u0574\u0565\u0580\u0561","src-type-draw":"\u0546\u056F\u0561\u0580\u0565\u056C","src-type-facebook":"Facebook","src-type-dropbox":"Dropbox","src-type-gdrive":"Google Drive","src-type-ngdrive":"Google Drive","src-type-gphotos":"Google Photos","src-type-flickr":"Flickr","src-type-vk":"VK","src-type-evernote":"Evernote","src-type-box":"Box","src-type-onedrive":"OneDrive","src-type-huddle":"Huddle","src-type-other":"\u0531\u0575\u056C","src-type-mobile-video-camera":"\u054F\u0565\u057D\u0561\u0576\u0575\u0578\u0582\u0569","src-type-mobile-photo-camera":"\u053C\u0578\u0582\u057D\u0561\u0576\u056F\u0561\u0580","caption-from-url":"\u053B\u0574\u057A\u0578\u0580\u057F\u0565\u056C \u0570\u0572\u0578\u0582\u0574\u0578\u057E","caption-camera":"\u053F\u0561\u0574\u0565\u0580\u0561","caption-draw":"\u0546\u056F\u0561\u0580\u0565\u056C","caption-edit-file":"\u053D\u0574\u0562\u0561\u0563\u0580\u0565\u056C \u0586\u0561\u0575\u056C\u0568","file-no-name":"\u0531\u0576\u057E\u0561\u0576\u0578\u0582\u0574 \u0579\u056F\u0561...","toggle-fullscreen":"\u0553\u0578\u056D\u0561\u0580\u056B\u0576\u0565\u056C \u056C\u056B\u0561\u0567\u056F\u0580\u0561\u0576 \u057C\u0565\u056A\u056B\u0574\u0568","toggle-guides":"\u0553\u0578\u056D\u0561\u0580\u056B\u0576\u0565\u056C \u0578\u0582\u0572\u0565\u0581\u0578\u0582\u0575\u0581\u0576\u0565\u0580\u0568",rotate:"\u054A\u057F\u057F\u0565\u056C","flip-vertical":"\u054E\u0565\u0580\u0561\u0564\u0561\u0580\u0571\u0565\u056C \u0578\u0582\u0572\u0572\u0561\u0570\u0561\u0575\u0561\u0581","flip-horizontal":"\u054E\u0565\u0580\u0561\u0564\u0561\u0580\u0571\u0565\u056C \u0570\u0578\u0580\u056B\u0566\u0578\u0576\u0561\u056F\u0561\u0576",apply:"\u053F\u056B\u0580\u0561\u057C\u0565\u056C",brightness:"\u053C\u0578\u0582\u0575\u057D\u056B \u0562\u0561\u0580\u0571\u0580\u0578\u0582\u0569\u0575\u0578\u0582\u0576",contrast:"\u053F\u0578\u0576\u057F\u0580\u0561\u057D\u057F",saturation:"\u0540\u0561\u0563\u0565\u0581\u0578\u0582\u0574",exposure:"\u0545\u0561\u0575\u057F\u0576\u0574\u0561\u0576 \u0564\u0565\u057A\u0584",gamma:"\u0533\u0561\u0574\u0574\u0561",vibrance:"\u053F\u0565\u0576\u0564\u0561\u0576\u056B\u0578\u0582\u0569\u0575\u0578\u0582\u0576",warmth:"\u054B\u0565\u0580\u0574\u0578\u0582\u0569\u0575\u0578\u0582\u0576",enhance:"\u0532\u0561\u0580\u0565\u056C\u0561\u057E\u0565\u056C",original:"\u0555\u0580\u056B\u0563\u056B\u0576\u0561\u056C",resize:"\u0553\u0578\u056D\u0565\u056C \u057A\u0561\u057F\u056F\u0565\u0580\u056B \u0579\u0561\u0583\u057D\u0565\u0580\u0568",crop:"\u053F\u057F\u0580\u0565\u056C","select-color":"\u0538\u0576\u057F\u0580\u0565\u0584 \u0563\u0578\u0582\u0575\u0576\u0568",text:"\u054F\u0565\u0584\u057D\u057F",draw:"\u0546\u056F\u0561\u0580\u0565\u056C","cancel-edit":"\u0549\u0565\u0572\u0561\u0580\u056F\u0565\u056C \u056D\u0574\u0562\u0561\u0563\u0580\u0578\u0582\u0574\u0568","tab-view":"\u0546\u0561\u056D\u0561\u0564\u056B\u057F\u0578\u0582\u0574","tab-details":"\u0544\u0561\u0576\u0580\u0561\u0574\u0561\u057D\u0576\u0565\u0580","file-name":"\u0531\u0576\u0578\u0582\u0576","file-size":"\u0549\u0561\u0583\u057D","cdn-url":"CDN URL","file-size-unknown":"\u0531\u0576\u0570\u0561\u0575\u057F \u0567","camera-permissions-denied":"\u053F\u0561\u0574\u0565\u0580\u0561\u0575\u056B \u0574\u0578\u0582\u057F\u0584\u056B \u0574\u0565\u0580\u056A\u0578\u0582\u0574","camera-permissions-prompt":"\u053D\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584 \u057F\u0580\u0561\u0574\u0561\u0564\u0580\u0565\u056C \u0574\u0578\u0582\u057F\u0584 \u056F\u0561\u0574\u0565\u0580\u0561\u0575\u056B\u0576","camera-permissions-request":"\u0540\u0561\u0580\u0581\u0578\u0582\u0574 \u0574\u0578\u0582\u057F\u0584\u056B \u0570\u0561\u0574\u0561\u0580","files-count-limit-error-title":"\u0556\u0561\u0575\u056C\u0565\u0580\u056B \u0584\u0561\u0576\u0561\u056F\u056B \u0563\u0565\u0580\u0561\u0566\u0561\u0576\u0581\u0578\u0582\u0574","files-count-limit-error-too-few":"\u0534\u0578\u0582\u0584 \u0568\u0576\u057F\u0580\u0565\u056C \u0565\u0584 {{total}} {{plural:file(total)}}\u0589 \u054A\u0565\u057F\u0584 \u0567 \u0568\u0576\u057F\u0580\u057E\u0565\u0576 \u0561\u057C\u0576\u057E\u0561\u0566\u0576 {{min}} {{plural:file(min)}}\u0589","files-count-limit-error-too-many":"\u0534\u0578\u0582\u0584 \u0577\u0561\u057F \u0577\u0561\u057F \u0586\u0561\u0575\u056C\u0565\u0580 \u0565\u0584 \u0568\u0576\u057F\u0580\u0565\u056C\u0589 \u0544\u0561\u0584\u057D\u056B\u0574\u0578\u0582\u0574\u0568 {{max}} {{plural:file(max)}} \u0567\u0589","files-max-size-limit-error":"\u0556\u0561\u0575\u056C\u0568 \u0577\u0561\u057F \u0574\u0565\u056E \u0567\u0589 \u0544\u0561\u0584\u057D\u056B\u0574\u0561\u056C \u0586\u0561\u0575\u056C\u056B \u0579\u0561\u0583\u057D\u0568 {{maxFileSize}} \u0567\u0589","has-validation-errors":"\u0556\u0561\u0575\u056C\u056B \u057D\u056D\u0561\u056C\u0574\u0578\u0582\u0576\u0584\u056B \u057D\u056D\u0561\u056C \u0567 \u057D\u057F\u0561\u0581\u057E\u0565\u056C\u0589 \u053D\u0576\u0564\u0580\u0578\u0582\u0574 \u0565\u0576\u0584, \u057D\u057F\u0578\u0582\u0563\u0565\u0584 \u0571\u0565\u0580 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0562\u0565\u057C\u0576\u0574\u0561\u0576 \u0561\u057C\u0561\u057B\u0589","images-only-accepted":"\u0544\u056B\u0561\u0575\u0576 \u057A\u0561\u057F\u056F\u0565\u0580\u0561\u0575\u056B\u0576 \u0586\u0561\u0575\u056C\u0565\u0580\u0568 \u0568\u0576\u0564\u0578\u0582\u0576\u057E\u0578\u0582\u0574 \u0565\u0576\u0589","file-type-not-allowed":"\u0531\u0575\u057D \u0586\u0561\u0575\u056C\u056B \u057F\u0565\u057D\u0561\u056F\u0576\u0565\u0580\u056B \u0562\u0565\u057C\u0576\u0578\u0582\u0574\u0568 \u0569\u0578\u0582\u0575\u056C\u0561\u057F\u0580\u057E\u0561\u056E \u0579\u0567\u0589","some-files-were-not-uploaded":"\u0548\u0580\u0578\u0577 \u0586\u0561\u0575\u056C\u0565\u0580 \u0562\u0565\u057C\u0576\u057E\u0561\u056E \u0579\u0565\u0576\u0589","file-item-edit-button":"\u053D\u0574\u0562\u0561\u0563\u0580\u0565\u056C","file-item-remove-button":"\u0540\u0565\u057C\u0561\u0581\u0576\u0565\u056C","a11y-activity-header-button-close":"\u0553\u0561\u056F\u0565\u056C","a11y-editor-tab-filters":"\u0536\u057F\u056B\u0579\u0576\u0565\u0580","a11y-editor-tab-tuning":"\u053F\u0561\u0580\u0563\u0561\u057E\u0578\u0580\u0578\u0582\u0574","a11y-editor-tab-crop":"\u053F\u057F\u0580\u0565\u056C",flip:"\u0547\u0580\u057B\u0565\u056C",mirror:"\u0540\u0561\u0575\u0565\u056C","a11y-cloud-editor-apply-filter":"\u053F\u056B\u0580\u0561\u057C\u0565\u056C {{name}} \u0566\u057F\u056B\u0579\u0568","a11y-cloud-editor-apply-crop":"\u053F\u056B\u0580\u0561\u057C\u0565\u056C {{name}} \u0563\u0578\u0580\u056E\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576\u0568","a11y-cloud-editor-apply-tuning":"\u053F\u056B\u0580\u0561\u057C\u0565\u056C {{name}} \u056F\u0561\u0580\u0563\u0561\u057E\u0578\u0580\u0578\u0582\u0574\u0568",finished:"\u0531\u057E\u0561\u0580\u057F\u057E\u0561\u056E",failed:"\u0549\u0570\u0561\u057B\u0578\u0572\u057E\u0565\u0581",uploading:"\u0532\u0565\u057C\u0576\u057E\u0578\u0582\u0574 \u0567",idle:"\u0531\u0576\u0563\u0578\u0580\u056E","a11y-file-item-status":"\u0556\u0561\u0575\u056C\u0568 {{fileName}} {{status}} \u056F\u0561\u0580\u0563\u0561\u057E\u056B\u0573\u0561\u056F\u0578\u0582\u0574 \u0567","select-all":"\u0538\u0576\u057F\u0580\u0565\u056C \u0562\u0578\u056C\u0578\u0580\u0568","deselect-all":"\u0540\u0580\u0561\u056A\u0561\u0580\u057E\u0565\u056C \u0562\u0578\u056C\u0578\u0580\u056B\u0581","waiting-for":"\u054D\u057A\u0561\u057D\u0578\u0582\u0574 \u0565\u0574 {{source}}","queued-uploading":"\u0540\u0565\u0580\u0569\u0578\u0582\u0574\u055D \u0562\u0565\u057C\u0576\u0574\u0561\u0576 \u0570\u0561\u0574\u0561\u0580","queued-validation":"\u0540\u0565\u0580\u0569\u0578\u0582\u0574\u055D \u057D\u057F\u0578\u0582\u0563\u0574\u0561\u0576 \u0570\u0561\u0574\u0561\u0580",validation:"\u054D\u057F\u0578\u0582\u0563\u057E\u0578\u0582\u0574 \u0567","a11y-cloud-editor-apply-aspect-ratio":"\u053F\u056B\u0580\u0561\u057C\u0565\u056C \u0563\u0578\u0580\u056E\u0578\u0572\u0578\u0582\u0569\u0575\u0578\u0582\u0576 {{name}} {{value}}","crop-to-shape":"\u053F\u057F\u0580\u0565\u056C \u0574\u056B\u0576\u0579\u0587 {{value}}",custom:"\u0531\u0566\u0561\u057F \u0571\u0587","freeform-crop":"\u0531\u0566\u0561\u057F \u056F\u057F\u0580\u0578\u0582\u0574"};export{e as default};
|