vuefinder 1.0.5 → 1.0.7
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/README.md +1 -1
- package/dist/{en.fee60fe4.js → en.c102e439.js} +2 -1
- package/dist/{tr.df99b8f1.js → tr.78c5046b.js} +2 -1
- package/dist/vuefinder.js +1321 -1315
- package/dist/vuefinder.umd.cjs +9 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ current progress :
|
|
|
55
55
|
- [x] multi-language (en/tr atm. will be more. PRs are welcomed.)
|
|
56
56
|
- [x] thumbnails
|
|
57
57
|
- [x] update npm package
|
|
58
|
-
- [
|
|
58
|
+
- [x] validation & error messages
|
|
59
59
|
- [ ] code refactoring
|
|
60
60
|
- [ ] test for different adapters (especially check if zip/archive works)
|
|
61
61
|
- [ ] test for different OS (windows directory seperator is different)
|
|
@@ -58,7 +58,8 @@ const e = `{
|
|
|
58
58
|
"The file unarchived." : "The file unarchived.",
|
|
59
59
|
"The file(s) archived." : "The file(s) archived.",
|
|
60
60
|
"Updated." : "Updated.",
|
|
61
|
-
"No search result found." : "No search result found."
|
|
61
|
+
"No search result found." : "No search result found.",
|
|
62
|
+
"Are you sure you want to move these files?" : "Are you sure you want to move these files?"
|
|
62
63
|
}
|
|
63
64
|
`;
|
|
64
65
|
export {
|
|
@@ -58,7 +58,8 @@ const e = `{
|
|
|
58
58
|
"The file is unarchived." : "Dosya ar\u015Fivden \xE7\u0131kar\u0131ld\u0131.",
|
|
59
59
|
"The file(s) is archived." : "Dosyalar ar\u015Fivlendi.",
|
|
60
60
|
"Updated." : "G\xFCncellendi.",
|
|
61
|
-
"No search result found." : "Arama sonucu bulunamad\u0131."
|
|
61
|
+
"No search result found." : "Arama sonucu bulunamad\u0131.",
|
|
62
|
+
"Are you sure you want to move these files?" : "Bu dosyalar\u0131 ta\u015F\u0131mak istedi\u011Finize emin misiniz?"
|
|
62
63
|
}
|
|
63
64
|
`;
|
|
64
65
|
export {
|