vuefilemanager v1.5-alpha.1

This commit is contained in:
carodej
2020-04-29 11:32:08 +02:00
parent 2614efe601
commit 0f3cbaec3d
50 changed files with 426 additions and 355 deletions
+2 -2
View File
@@ -2,14 +2,14 @@ import Vue from 'vue';
import VueI18n from 'vue-i18n';
import en from './lang/en.json'
import sk from './lang/sk.json'
//import sk from './lang/sk.json'
Vue.use(VueI18n);
const i18n = new VueI18n({
locale: config.locale,
messages: Object.assign({
en, sk
en
}),
});
+49 -2
View File
@@ -24,6 +24,13 @@
"button_create_account": "Create Account",
"have_an_account": "Do you have an account?"
},
"page_shared": {
"subtitle": "Please type the password to get shared content:",
"title": "Your Share Link is Protected",
"placeholder_pass": "Type password",
"download_file": "Download File",
"submit": "Submit"
},
"page_create_password": {
"title": "Only One Step to Log In",
"subtitle": "Create your new password here:",
@@ -71,11 +78,15 @@
"nothing_was_found": "Nothing was found"
},
"locations": {
"home": "Home",
"trash": "Trash"
"shared": "Shared",
"trash": "Trash",
"home": "Home"
},
"file_detail": {
"author_participant": "Public Participant",
"created_at": "Created at",
"shared": "Shared",
"author": "Author",
"where": "Where",
"size": "Size"
},
@@ -117,6 +128,7 @@
"profile_settings": "Profile Settings",
"create_folder": "Create Folder",
"empty_trash": "Empty Trash",
"share_edit": "Edit Sharing",
"add_folder": "Add Folder",
"download": "Download",
"log_out": "Log Out",
@@ -129,6 +141,7 @@
"move": "Move"
},
"sidebar": {
"shared": "Shared",
"locations": "Locations",
"favourites": "Favourites",
"favourites_empty": "Drag here your favourite folder.",
@@ -162,5 +175,39 @@
"popup_exceed_limit": {
"title": "Whooops, you exceed your storage limit :(",
"message": "Please contact your administrator to change your limit."
},
"popup_share_create": {
"title": "Share Your {item}"
},
"popup_share_edit": {
"title": "Update sharing options",
"change_pass": "Change Password",
"save": "Save Changes",
"stop": "Stop Sharing",
"confirm": "Confirm"
},
"shared": {
"empty_shared": "You Haven't Shared Anything Yet",
"editor": "Can edit and upload files",
"visitor": "Can only view and download",
"can_download": "Can download file"
},
"shared_form": {
"placeholder_permission": "Select your permission",
"label_password_protection": "Password Protected",
"button_done": "Awesome, Im done!",
"button_generate": "Generate Link",
"label_permission": "Permission",
"label_shared_url": "Share url"
},
"actions": {
"create_folder": "Create folder",
"preview": "Change preview",
"upload": "Upload file",
"delete": "Delete item"
},
"types": {
"folder": "Folder",
"file": "File"
}
}
+49 -2
View File
@@ -24,6 +24,13 @@
"button_create_account": "Vytvoriť účet",
"have_an_account": "Máš už účet?"
},
"page_shared": {
"subtitle": "Prosím vložte heslo pre získanie prístupu k obsahu:",
"title": "Zdieľaný odkaz je chránený",
"placeholder_pass": "Vložte heslo",
"download_file": "Stiahnúť súbor",
"submit": "Potvrdiť"
},
"page_create_password": {
"title": "Iba jeden krok pre prihlásenie",
"subtitle": "Vytvorte si nové heslo tu:",
@@ -71,12 +78,16 @@
"nothing_was_found": "Nič sa nenašlo"
},
"locations": {
"shared": "Zdieľané",
"home": "Domov",
"trash": "Kôš"
},
"file_detail": {
"author_participant": "Verejný účastník",
"created_at": "Vytvorené",
"where": "Umiestnenie",
"shared": "Zdieľané",
"author": "Autor",
"size": "Veľkosť"
},
"empty_page": {
@@ -116,19 +127,21 @@
"add_to_favourites": "Pridať do obľúbených",
"profile_settings": "Nastavenia profilu",
"create_folder": "Vytvoriť priečinok",
"share_edit": "Upraviť zdieľanie",
"empty_trash": "Vyprázdniť kôš",
"add_folder": "Nový priečinok",
"download": "Stiahnúť",
"log_out": "Odhlásiť sa",
"download": "Stiahnúť",
"rename": "Premenovať",
"restore": "Obnoviť",
"upload": "Nahrať",
"detail": "Detail",
"rename": "Premenovať",
"delete": "Vymazať",
"share": "Zdieľať",
"move": "Presunúť"
},
"sidebar": {
"shared": "Zdieľané",
"locations": "Umiestnenie",
"favourites": "Obľúbené",
"favourites_empty": "Presuňte sem svoj obľúbený priečinok.",
@@ -162,5 +175,39 @@
"popup_exceed_limit": {
"title": "Ups, presiahli ste limit úložiska",
"message": "Prosím, kontaktujte administrátora pre navyšenie limitu."
},
"popup_share_create": {
"title": "Zdieľaj {item}"
},
"popup_share_edit": {
"title": "Upraviť nastavenia zdieľania",
"change_pass": "Zmeniť heslo",
"save": "Uložiť zmeny",
"stop": "Zastaviť zdieľanie",
"confirm": "Potvrdiť"
},
"shared": {
"empty_shared": "Zatiaľ ste nič nezdieľali",
"editor": "Môže upravovať a nahrávať súbory",
"visitor": "Môže len vidieť a sťahovať súbory",
"can_download": "Môže stiahnúť súbor"
},
"shared_form": {
"placeholder_permission": "Zvoľte oprávnenia",
"label_password_protection": "Chrániť heslom",
"button_done": "Super, som hotový!",
"button_generate": "Vygenerovať link",
"label_permission": "Oprávnenie",
"label_shared_url": "Zdieľací odkaz"
},
"actions": {
"create_folder": "Vytvoriť priečinok",
"preview": "Zmeniť náhľad",
"upload": "Nahrať súbory",
"delete": "Vymazať položku"
},
"types": {
"folder": "Priečinok",
"file": "Súbor"
}
}