File tree 5 files changed +85
-2
lines changed
5 files changed +85
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ A beautiful vue component for image crop and upload. (vue图片剪裁上传组
14
14
## 中文文档在后面
15
15
16
16
## Change log
17
+ #### @2 .3.3
18
+ - Added the ** Swedish** language pack (thanks @hekin1 )
19
+ - Added the ** Myanmar** language pack (thanks @tintnaingwinn )
20
+
17
21
#### @2 .3.2
18
22
- Added the ** Thai** language pack (thanks @godxavia )
19
23
@@ -140,6 +144,8 @@ $ npm install vue-image-crop-upload
140
144
| ukrainian | ua | dvomaks |
141
145
| Uyghur | ug | oyghan |
142
146
| Thai | th | godxavia |
147
+ | Myanmar | mm | tintnaingwinn |
148
+ | Swedish | se | hekin1 |
143
149
144
150
``` js
145
151
// example
Original file line number Diff line number Diff line change 13134
13134
outOfSize : 'ไฟล์ใหญ่เกินกำหนด: ' ,
13135
13135
lowestPx : 'ไฟล์เล็กเกินไป. อย่างน้อยต้องมีขนาด: '
13136
13136
}
13137
+ } ,
13138
+ mm : {
13139
+ hint : 'ဖိုင်ကို ဤနေရာတွင် နှိပ်၍ (သို့) ဆွဲထည့်၍ တင်ပါ' ,
13140
+ loading : 'တင်နေသည်…' ,
13141
+ noSupported : 'ဤဘရောက်ဇာကို အထောက်အပံ့ မပေးပါ၊ ကျေးဇူးပြု၍ IE10+ သို့မဟုတ် အခြား ဘရောက်ဇာ ကို အသုံးပြုပါ' ,
13142
+ success : 'ဖိုင်တင်နေမှု မပြီးမြောက်ပါ' ,
13143
+ fail : 'ဖိုင်တင်နေမှု မအောင်မြင်ပါ' ,
13144
+ preview : 'အစမ်းကြည့်' ,
13145
+ btn : {
13146
+ off : 'မလုပ်တော့ပါ' ,
13147
+ close : 'ပိတ်မည်' ,
13148
+ back : 'နောက်သို့' ,
13149
+ save : 'သိမ်းမည်'
13150
+ } ,
13151
+ error : {
13152
+ onlyImg : 'ဓာတ်ပုံ သီးသန့်သာ' ,
13153
+ outOfSize : 'ဓာတ်ပုံဆိုဒ် ကြီးလွန်းသည် ။ အများဆုံး ဆိုဒ် : ' ,
13154
+ lowestPx : 'ဓာတ်ပုံဆိုဒ် သေးလွန်းသည်။ အနည်းဆုံး ဆိုဒ် : '
13155
+ }
13156
+ } ,
13157
+ se : {
13158
+ hint : 'Klicka eller dra en fil hit för att ladda upp den' ,
13159
+ loading : 'Laddar upp…' ,
13160
+ noSupported : 'Din webbläsare stöds inte, vänligen använd IE10+ eller andra webbläsare' ,
13161
+ success : 'Uppladdning lyckades' ,
13162
+ fail : 'Uppladdning misslyckades' ,
13163
+ preview : 'Förhandsgranska' ,
13164
+ btn : {
13165
+ off : 'Avbryt' ,
13166
+ close : 'Stäng' ,
13167
+ back : 'Tillbaka' ,
13168
+ save : 'Spara'
13169
+ } ,
13170
+ error : {
13171
+ onlyImg : 'Endast bilder' ,
13172
+ outOfSize : 'Bilden är större än max-gränsen: ' ,
13173
+ lowestPx : 'Bilden är för liten. Minimum är: '
13174
+ }
13137
13175
}
13138
13176
} ;
13139
13177
Original file line number Diff line number Diff line change 23584
23584
outOfSize: 'ไฟล์ใหญ่เกินกำหนด: ',
23585
23585
lowestPx: 'ไฟล์เล็กเกินไป. อย่างน้อยต้องมีขนาด: '
23586
23586
}
23587
+ },
23588
+ mm: {
23589
+ hint: 'ဖိုင်ကို ဤနေရာတွင် နှိပ်၍ (သို့) ဆွဲထည့်၍ တင်ပါ',
23590
+ loading: 'တင်နေသည်…',
23591
+ noSupported: 'ဤဘရောက်ဇာကို အထောက်အပံ့ မပေးပါ၊ ကျေးဇူးပြု၍ IE10+ သို့မဟုတ် အခြား ဘရောက်ဇာ ကို အသုံးပြုပါ',
23592
+ success: 'ဖိုင်တင်နေမှု မပြီးမြောက်ပါ',
23593
+ fail: 'ဖိုင်တင်နေမှု မအောင်မြင်ပါ',
23594
+ preview: 'အစမ်းကြည့်',
23595
+ btn: {
23596
+ off: 'မလုပ်တော့ပါ',
23597
+ close: 'ပိတ်မည်',
23598
+ back: 'နောက်သို့',
23599
+ save: 'သိမ်းမည်'
23600
+ },
23601
+ error: {
23602
+ onlyImg: 'ဓာတ်ပုံ သီးသန့်သာ',
23603
+ outOfSize: 'ဓာတ်ပုံဆိုဒ် ကြီးလွန်းသည် ။ အများဆုံး ဆိုဒ် : ',
23604
+ lowestPx: 'ဓာတ်ပုံဆိုဒ် သေးလွန်းသည်။ အနည်းဆုံး ဆိုဒ် : '
23605
+ }
23606
+ },
23607
+ se: {
23608
+ hint: 'Klicka eller dra en fil hit för att ladda upp den',
23609
+ loading: 'Laddar upp…',
23610
+ noSupported: 'Din webbläsare stöds inte, vänligen använd IE10+ eller andra webbläsare',
23611
+ success: 'Uppladdning lyckades',
23612
+ fail: 'Uppladdning misslyckades',
23613
+ preview: 'Förhandsgranska',
23614
+ btn: {
23615
+ off: 'Avbryt',
23616
+ close: 'Stäng',
23617
+ back: 'Tillbaka',
23618
+ save: 'Spara'
23619
+ },
23620
+ error: {
23621
+ onlyImg: 'Endast bilder',
23622
+ outOfSize: 'Bilden är större än max-gränsen: ',
23623
+ lowestPx: 'Bilden är för liten. Minimum är: '
23624
+ }
23587
23625
}
23588
23626
};
23589
23627
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-image-crop-upload" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"description" : " a vue plgin for image upload and crop(vue图片剪裁上传插件)" ,
5
5
"main" : " upload-2.vue" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -341,7 +341,8 @@ export default {
341
341
onlyImg : 'ဓာတ်ပုံ သီးသန့်သာ' ,
342
342
outOfSize : 'ဓာတ်ပုံဆိုဒ် ကြီးလွန်းသည် ။ အများဆုံး ဆိုဒ် : ' ,
343
343
lowestPx : 'ဓာတ်ပုံဆိုဒ် သေးလွန်းသည်။ အနည်းဆုံး ဆိုဒ် : '
344
- } ,
344
+ }
345
+ } ,
345
346
se : {
346
347
hint : 'Klicka eller dra en fil hit för att ladda upp den' ,
347
348
loading : 'Laddar upp…' ,
You can’t perform that action at this time.
0 commit comments