vue-image-crop-upload
Advanced tools
Comparing version 2.3.2 to 2.3.3
{ | ||
"name": "vue-image-crop-upload", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)", | ||
@@ -5,0 +5,0 @@ "main": "upload-2.vue", |
@@ -17,2 +17,6 @@ # vue-image-crop-upload | ||
## Change log | ||
#### @2.3.3 | ||
- Added the **Swedish** language pack (thanks @hekin1) | ||
- Added the **Myanmar** language pack (thanks @tintnaingwinn) | ||
#### @2.3.2 | ||
@@ -144,2 +148,4 @@ - Added the **Thai** language pack (thanks @godxavia) | ||
| Thai | th | godxavia | | ||
| Myanmar | mm | tintnaingwinn | | ||
| Swedish | se | hekin1 | | ||
@@ -146,0 +152,0 @@ ```js |
@@ -326,3 +326,41 @@ export default { | ||
} | ||
}, | ||
mm: { | ||
hint: 'ဖိုင်ကို ဤနေရာတွင် နှိပ်၍ (သို့) ဆွဲထည့်၍ တင်ပါ', | ||
loading: 'တင်နေသည်…', | ||
noSupported: 'ဤဘရောက်ဇာကို အထောက်အပံ့ မပေးပါ၊ ကျေးဇူးပြု၍ IE10+ သို့မဟုတ် အခြား ဘရောက်ဇာ ကို အသုံးပြုပါ', | ||
success: 'ဖိုင်တင်နေမှု မပြီးမြောက်ပါ', | ||
fail: 'ဖိုင်တင်နေမှု မအောင်မြင်ပါ', | ||
preview: 'အစမ်းကြည့်', | ||
btn: { | ||
off: 'မလုပ်တော့ပါ', | ||
close: 'ပိတ်မည်', | ||
back: 'နောက်သို့', | ||
save: 'သိမ်းမည်' | ||
}, | ||
error: { | ||
onlyImg: 'ဓာတ်ပုံ သီးသန့်သာ', | ||
outOfSize: 'ဓာတ်ပုံဆိုဒ် ကြီးလွန်းသည် ။ အများဆုံး ဆိုဒ် : ', | ||
lowestPx: 'ဓာတ်ပုံဆိုဒ် သေးလွန်းသည်။ အနည်းဆုံး ဆိုဒ် : ' | ||
} | ||
}, | ||
se: { | ||
hint: 'Klicka eller dra en fil hit för att ladda upp den', | ||
loading: 'Laddar upp…', | ||
noSupported: 'Din webbläsare stöds inte, vänligen använd IE10+ eller andra webbläsare', | ||
success: 'Uppladdning lyckades', | ||
fail: 'Uppladdning misslyckades', | ||
preview: 'Förhandsgranska', | ||
btn: { | ||
off: 'Avbryt', | ||
close: 'Stäng', | ||
back: 'Tillbaka', | ||
save: 'Spara' | ||
}, | ||
error: { | ||
onlyImg: 'Endast bilder', | ||
outOfSize: 'Bilden är större än max-gränsen: ', | ||
lowestPx: 'Bilden är för liten. Minimum är: ' | ||
} | ||
} | ||
}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1982237
40468
595