pixelfed/public/js/spa.js

261 lines
298 KiB
JavaScript
Raw Normal View History

(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([["/js/spa"],{"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=script&lang=js":
/*!*************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=script&lang=js ***!
\*************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>r});var s=o(/*! @trevoreyre/autocomplete-vue */"./node_modules/@trevoreyre/autocomplete-vue/dist/autocomplete.esm.js");o(/*! @trevoreyre/autocomplete-vue/dist/style.css */"./node_modules/@trevoreyre/autocomplete-vue/dist/style.css");function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);"Object"===o&&e.constructor&&(o=e.constructor.name);if("Map"===o||"Set"===o)return Array.from(e);if("Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,s=new Array(t);o<t;o++)s[o]=e[o];return s}const r={components:{Autocomplete:s.default},data:function(){return{brandName:"pixelfed",user:window._sharedData.user,profileLayoutModel:"grid",hasLocalTimeline:!0,hasNetworkTimeline:!1}},computed:{profileLayout:{get:function(){return this.$store.state.profileLayout},set:function(e){this.$store.commit("setProfileLayout",e)}},hideCounts:{get:function(){return this.$store.state.hideCounts},set:function(e){this.$store.commit("setHideCounts",e)}},autoloadComments:{get:function(){return this.$store.state.autoloadComments},set:function(e){this.$store.commit("setAutoloadComments",e)}},newReactions:{get:function(){return this.$store.state.newReactions},set:function(e){this.$store.commit("setNewReactions",e)}},fixedHeight:{get:function(){return this.$store.state.fixedHeight},set:function(e){this.$store.commit("setFixedHeight",e)}},uiColorScheme:{get:function(){return this.$store.state.colorScheme},set:function(e){this.$store.commit("setColorScheme",e)}}},mounted:function(){window.App.config.features.hasOwnProperty("timelines")&&(this.hasLocalTimeline=App.config.features.timelines.local,this.hasNetworkTimeline=App.config.features.timelines.network);var e=new URLSearchParams(window.location.search);e.has("q")&&e.get("q")&&e.has("src")&&"ac"===e.get("src")&&(this.$refs.autocomplete.setValue(e.get("q")),setTimeout((function(){document.querySelector(".autocomplete-input").focus()}),1e3)),this.brandName=window.App.config.site.name},methods:{autocompleteSearch:function(e){var t=this;if(!e||e.length<2)return[];var o=e.startsWith("https://")||e.startsWith("@");return axios.get("/api/v2/search",{params:{q:e,resolve:o,_pe:1}}).then((function(o){var s=[],a=o.data.accounts.map((function(e){var t=e;return t.s_type="account",t})),r=o.data.hashtags.map((function(e){var t=e;return t.s_type="hashtag",t}));if(s.push.apply(s,n(a.slice(0,5))),s.push.apply(s,n(r.slice(0,5))),o.data.statuses)if(Array.isArray(o.data.statuses)){var i=o.data.statuses.map((function(e){var t=e;return t.s_type="status",t}));s.push.apply(s,n(i))}else e===o.data.statuses.url&&(t.$refs.autocomplete.value="",t.$router.push({name:"post",path:"/i/web/post/".concat(o.data.statuses.id),params:{id:o.data.statuses.id,cachedStatus:o.data.statuses,cachedProfile:t.user}}));return s}))},getSearchResultValue:function(e){return e},onSearchSubmit:function(e){if(!(e.length<1))switch(this.$refs.autocomplete.value="",e.s_type){case"account":location.href="/i/web/profile/".concat(e.id);break;case"hashtag":location.href="/i/web/hashtag/".concat(e.name);break;case"status":location.href="/i/web/post/".concat(e.id)}},truncate:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30;return e.length<=t?e:e.slice(0,t)+"..."},timeAgo:function(e){return window.App.util.format.timeAgo(e)},formatCount:function(e){return e?new Intl.NumberFormat("en-CA",{no
/*!***************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=script&lang=js ***!
\***************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>s});const s={props:["status"]}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=script&lang=js":
/*!***************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=script&lang=js ***!
\***************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>n});var s=o(/*! bigpicture */"./node_modules/bigpicture/src/BigPicture.js");const n={props:["status"],data:function(){return{sensitive:this.status.sensitive,cursor:0}},created:function(){},beforeDestroy:function(){},methods:{toggleContentWarning:function(e){this.$emit("togglecw")},toggleLightbox:function(e){(0,s.default)({el:e.target,gallery:"#carousel-"+this.status.id,position:this.$refs.carousel.currentPage})},altText:function(e){var t=e.description;return t||"Photo was not tagged with any alt text."},keypressNavigation:function(e){var t=this.$refs.carousel;if("37"==e.keyCode){e.preventDefault();var o="backward";t.advancePage(o),t.$emit("navigation-click",o)}if("39"==e.keyCode){e.preventDefault();var s="forward";t.advancePage(s),t.$emit("navigation-click",s)}}}}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=script&lang=js":
/*!**********************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=script&lang=js ***!
\**********************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>n});var s=o(/*! bigpicture */"./node_modules/bigpicture/src/BigPicture.js");const n={props:["status"],data:function(){return{sensitive:this.status.sensitive}},mounted:function(){},methods:{altText:function(e){var t=e.media_attachments[0].description;return t||"Photo was not tagged with any alt text."},toggleContentWarning:function(e){this.$emit("togglecw")},toggleLightbox:function(e){(0,s.default)({el:e.target})},width:function(){if(this.status.media_attachments[0].meta&&this.status.media_attachments[0].meta.original&&this.status.media_attachments[0].meta.original.width)return this.status.media_attachments[0].meta.original.width},height:function(){if(this.status.media_attachments[0].meta&&this.status.media_attachments[0].meta.original&&this.status.media_attachments[0].meta.original.height)return this.status.media_attachments[0].meta.original.height}}}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=script&lang=js":
/*!***************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=script&lang=js ***!
\***************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>s});const s={props:["status"]}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=script&lang=js":
/*!**********************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=script&lang=js ***!
\**********************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>s});const s={props:["status"],methods:{altText:function(e){var t=e.media_attachments[0].description;return t||"Video was not tagged with any alt text."},playOrPause:function(e){var t=e.target;1==t.getAttribute("playing")?(t.removeAttribute("playing"),t.pause()):(t.setAttribute("playing",1),t.play())},toggleContentWarning:function(e){this.$emit("togglecw")},poster:function(){var e=this.status.media_attachments[0].preview_url;if(!e.endsWith("no-preview.jpg")&&!e.endsWith("no-preview.png"))return e}}}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/NotificationCard.vue?vue&type=script&lang=js":
/*!*****************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/NotificationCard.vue?vue&type=script&lang=js ***!
\*****************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>r});var s=o(/*! jquery */"./node_modules/jquery/dist/jquery.js");function n(e){return function(e){if(Array.isArray(e))return a(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return a(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);"Object"===o&&e.constructor&&(o=e.constructor.name);if("Map"===o||"Set"===o)return Array.from(e);if("Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return a(e,t)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,s=new Array(t);o<t;o++)s[o]=e[o];return s}const r={data:function(){return{loading:!0,notifications:{},notificationCursor:2,notificationMaxId:0,profile:{locked:!1},followRequests:null,showRefresh:!1,attemptedRefresh:!1}},mounted:function(){var e=this;this.fetchNotifications(),setTimeout((function(){e.profile=window._sharedData.curUser,e.fetchFollowRequests()}),1500)},updated:function(){},methods:{fetchNotifications:function(){var e=this;axios.get("/api/pixelfed/v1/notifications?pg=true").then((function(t){var o=t.data.filter((function(e){return!("share"==e.type&&!e.status)&&(!("comment"==e.type&&!e.status)&&(!("mention"==e.type&&!e.status)&&(!("favourite"==e.type&&!e.status)&&!("follow"==e.type&&!e.account))))})),s=o.map((function(e){return e.id}));e.notificationMaxId=Math.min.apply(Math,n(s)),e.notifications=o,e.loading=!1,0!=o.length||e.attemptedRefresh||(e.showRefresh=!0)}))},infiniteNotifications:function(e){var t=this;this.notificationCursor>5?e.complete():axios.get("/api/pixelfed/v1/notifications",{params:{max_id:this.notificationMaxId}}).then((function(o){if(o.data.length){var s,a=o.data.filter((function(e){return!("share"==e.type&&!e.status)&&(!("comment"==e.type&&!e.status)&&(!("mention"==e.type&&!e.status)&&(!("favourite"==e.type&&!e.status)&&(!("follow"==e.type&&!e.account)&&!_.find(t.notifications,{id:e.id})))))})),r=a.map((function(e){return e.id}));t.notificationMaxId=Math.min.apply(Math,n(r)),(s=t.notifications).push.apply(s,n(a)),t.notificationCursor++,e.loaded()}else e.complete()}))},truncate:function(e){return e.length<=15?e:e.slice(0,15)+"..."},timeAgo:function(e){return window.App.util.format.timeAgo(e)},mentionUrl:function(e){return"/p/"+e.account.username+"/"+e.id},notificationPoll:function(){var e=this.notifications.length>5?15e3:12e4,t=this;setInterval((function(){axios.get("/api/pixelfed/v1/notifications").then((function(e){var o=e.data.filter((function(e){return!("share"==e.type||t.notificationMaxId>=e.id)}));if(o.length){var a,r=o.map((function(e){return e.id}));t.notificationMaxId=Math.max.apply(Math,n(r)),(a=t.notifications).unshift.apply(a,n(o));var i=new Audio("/static/beep.mp3");i.volume=.7,i.play(),s(".notification-card .far.fa-bell").addClass("fas text-danger").removeClass("far text-muted")}}))}),e)},fetchFollowRequests:function(){var e=this;1==window._sharedData.curUser.locked&&axios.get("/account/follow-requests.json").then((function(t){e.followRequests=t.data}))},redirect:function(e){window.location.href=e},notificationPreview:function(e){return e.status&&e.status.hasOwnProperty("media_attachments")&&e.status.media_attachments.length?e.status.media_attachments[0].preview_url:"/storage/no-preview.png"},getProfileUrl:function(e){return 1==e.local?e.url:"/i/web/profile/_/"+e.id},getPostUrl:function(e){if(e)return e.hasOwnProperty("local")&&1!=e.local?"/i/web/post/_/"+e.account.id+"/"+e.id:e.url},refreshNotifications:function(){this.loading=!0,this.attemptedRefresh=!0,this.fetchNotifications()}}}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use
/*!*********************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=script&lang=js ***!
\*********************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>n});var s=o(/*! jquery */"./node_modules/jquery/dist/jquery.js");const n={props:["feed","status","profile","size","modal"],data:function(){return{activeSession:!1}},mounted:function(){var e=document.querySelector("body");this.activeSession=!!e.classList.contains("loggedIn")},methods:{reportUrl:function(e){return"/i/report?type="+(e.in_reply_to?"comment":"post")+"&id="+e.id},timestampFormat:function(e){var t=new Date(e);return t.toDateString()+" "+t.toLocaleTimeString()},editUrl:function(e){return e.url+"/edit"},redirect:function(e){window.location.href=e},replyUrl:function(e){return"/p/"+this.profile.username+"/"+(e.account.id==this.profile.id?e.id:e.in_reply_to_id)},mentionUrl:function(e){return"/p/"+e.account.username+"/"+e.id},statusOwner:function(e){return parseInt(e.account.id)==parseInt(this.profile.id)},deletePost:function(){this.$emit("deletePost"),s("#mt_pid_"+this.status.id).modal("hide")},hidePost:function(e){e.sensitive=!0,s("#mt_pid_"+e.id).modal("hide")},moderatePost:function(e,t,o){var s=e.account.username;switch(t){case"autocw":var n="Are you sure you want to enforce CW for "+s+" ?";swal({title:"Confirm",text:n,icon:"warning",buttons:!0,dangerMode:!0});break;case"suspend":n="Are you sure you want to suspend the account of "+s+" ?",swal({title:"Confirm",text:n,icon:"warning",buttons:!0,dangerMode:!0})}},muteProfile:function(e){0!=s("body").hasClass("loggedIn")&&axios.post("/i/mute",{type:"user",item:e.account.id}).then((function(t){swal("Success","You have successfully muted "+e.account.acct,"success")})).catch((function(e){swal("Error","Something went wrong. Please try again later.","error")}))},blockProfile:function(e){0!=s("body").hasClass("loggedIn")&&axios.post("/i/block",{type:"user",item:e.account.id}).then((function(t){swal("Success","You have successfully blocked "+e.account.acct,"success")})).catch((function(e){swal("Error","Something went wrong. Please try again later.","error")}))},statusUrl:function(e){return 1==e.local?e.url:"/i/web/post/_/"+e.account.id+"/"+e.id},profileUrl:function(e){return 1==e.local?e.account.url:"/i/web/profile/_/"+e.account.id},closeModal:function(){s("#mt_pid_"+this.status.id).modal("hide")}}}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=script&lang=js":
/*!***********************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=script&lang=js ***!
\***********************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>s});const s={props:["list","scope"],data:function(){return{loading:!0,show:!0,stories:{}}},mounted:function(){this.fetchStories()},methods:{fetchStories:function(){var e=this;axios.get("/api/web/stories/v1/recent").then((function(t){t.data;t.data.length?(e.stories=t.data,e.loading=!1):e.show=!1})).catch((function(t){e.loading=!1,e.$bvToast.toast("Cannot load stories. Please try again later.",{title:"Error",variant:"danger",autoHideDelay:5e3}),e.show=!1}))},showStory:function(e){var t;switch(this.scope){case"home":t="/?t=1";break;case"local":t="/?t=2";break;case"network":t="/?t=3"}window.location.href=this.stories[e].url+t}}}},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=template&id=1da66638":
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=template&id=1da66638 ***!
\************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return t("nav",{staticClass:"metro-nav navbar navbar-expand navbar-light navbar-laravel sticky-top shadow-none py-1"},[t("div",{staticClass:"container-fluid"},[t("a",{staticClass:"navbar-brand d-flex align-items-center",attrs:{href:"/i/web",title:"Logo"}},[t("img",{staticClass:"px-2",attrs:{src:"/img/pixelfed-icon-color.svg",height:"30px",loading:"eager",alt:"Pixelfed logo"}}),e._v(" "),t("span",{staticClass:"font-weight-bold mb-0 d-none d-sm-block",staticStyle:{"font-size":"20px"}},[e._v("\n\t\t\t\t\t"+e._s(e.brandName)+"\n\t\t\t\t")])]),e._v(" "),t("div",{staticClass:"collapse navbar-collapse"},[t("div",{staticClass:"navbar-nav ml-auto"},[t("autocomplete",{ref:"autocomplete",staticClass:"searchbox",attrs:{search:e.autocompleteSearch,placeholder:e.$t("navmenu.search"),"aria-label":"Search","get-result-value":e.getSearchResultValue,debounceTime:700},on:{submit:e.onSearchSubmit},scopedSlots:e._u([{key:"result",fn:function(o){var s=o.result,n=o.props;return[t("li",e._b({staticClass:"autocomplete-result sr"},"li",n,!1),["account"===s.s_type?t("div",{staticClass:"media align-items-center my-0"},[t("img",{staticClass:"sr-avatar",staticStyle:{"border-radius":"40px"},attrs:{src:s.avatar,width:"40",height:"40",onerror:"this.src='/storage/avatars/default.png?v=0';this.onerror=null;"}}),e._v(" "),t("div",{staticClass:"media-body sr-account"},[t("div",{staticClass:"sr-account-acct",class:{compact:s.acct&&s.acct.length>24}},[e._v("\n\t\t\t\t\t\t\t\t\t\t\t@"+e._s(s.acct)+"\n\t\t\t\t\t\t\t\t\t\t\t"),s.locked?t("b-button",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.html",modifiers:{html:!0}}],staticClass:"p-0",attrs:{title:"Private Account",variant:"link",size:"sm"}},[t("i",{staticClass:"far fa-lock fa-sm text-lighter ml-1"})]):e._e()],1),e._v(" "),s.is_admin?[t("div",{staticClass:"sr-account-stats"},[t("div",{staticClass:"sr-account-stats-followers text-danger font-weight-bold"},[e._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\tAdmin\n\t\t\t\t\t\t\t\t\t\t\t\t")]),e._v(" "),t("div",[e._v("·")]),e._v(" "),t("div",{staticClass:"sr-account-stats-followers font-weight-bold"},[t("span",[e._v(e._s(e.formatCount(s.followers_count)))]),e._v(" "),t("span",[e._v("Followers")])])])]:[s.local?[t("div",{staticClass:"sr-account-stats"},[s.followers_count?t("div",{staticClass:"sr-account-stats-followers font-weight-bold"},[t("span",[e._v(e._s(e.formatCount(s.followers_count)))]),e._v(" "),t("span",[e._v("Followers")])]):e._e(),e._v(" "),s.followers_count&&s.statuses_count?t("div",[e._v("·")]):e._e(),e._v(" "),s.statuses_count?t("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[t("span",[e._v(e._s(e.formatCount(s.statuses_count)))]),e._v(" "),t("span",[e._v("Posts")])]):e._e(),e._v(" "),!s.followers_count&&s.statuses_count?t("div",[e._v("·")]):e._e(),e._v(" "),t("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[t("i",{staticClass:"far fa-clock fa-sm"}),e._v(" "),t("span",[e._v(e._s(e.timeAgo(s.created_at)))])])])]:[t("div",{staticClass:"sr-account-stats"},[s.followers_count?t("div",{staticClass:"sr-account-stats-followers font-weight-bold"},[t("span",[e._v(e._s(e.formatCount(s.followers_count)))]),e._v(" "),t("span",[e._v("Followers")])]):e._e(),e._v(" "),s.followers_count&&s.statuses_count?t("div",[e._v("·")]):e._e(),e._v(" "),s.statuses_count?t("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[t("span",[e._v(e._s(e.formatCount(s.statuses_count)))]),e._v(" "),t("span",[e._v("Posts")])]):e._e(),e._v(" "),!s.followers_count&&s.statuses_count?t("div",[e._v("·")]):e._e(),e._v(" "),s.followers_count||s.statuses_count?e._e():t("div",{staticClass:"sr-account-stats-statuses font-weight-bold"},[e._v("\n\t\t\t\t\t\
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0 ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return 1==e.status.sensitive?t("div",[t("details",{staticClass:"details-animated"},[t("summary",[t("p",{staticClass:"mb-0 lead font-weight-bold"},[e._v(e._s(e.status.spoiler_text?e.status.spoiler_text:"CW / NSFW / Hidden Media"))]),e._v(" "),t("p",{staticClass:"font-weight-light"},[e._v("(click to show)")])]),e._v(" "),t("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:e.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},e._l(e.status.media_attachments,(function(o,s){return t("b-carousel-slide",{key:o.id+"-media"},["video"==o.type?t("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:o.description,width:"100%",height:"100%"},slot:"img"},[t("source",{attrs:{src:o.url,type:o.mime}})]):"image"==o.type?t("div",{attrs:{slot:"img",title:o.description},slot:"img"},[t("img",{class:o.filter_class+" d-block img-fluid w-100",attrs:{src:o.url,alt:o.description,loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})]):t("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[e._v("Error: Problem rendering preview.")])])})),1)],1)]):t("div",{staticClass:"w-100 h-100 p-0"},[t("carousel",{ref:"carousel",staticClass:"p-0 m-0",attrs:{centerMode:!0,loop:!1,"per-page":1,paginationPosition:"bottom-overlay",paginationActiveColor:"#3897f0",paginationColor:"#dbdbdb"}},e._l(e.status.media_attachments,(function(o,s){return t("slide",{key:"px-carousel-"+o.id+"-"+s,staticClass:"w-100 h-100 d-block mx-auto text-center",staticStyle:{background:"#000",display:"flex","align-items":"center"}},["video"==o.type?t("video",{staticClass:"embed-responsive-item",attrs:{preload:"none",controls:"",loop:"",title:o.description,width:"100%",height:"100%"}},[t("source",{attrs:{src:o.url,type:o.mime}})]):"image"==o.type?t("div",{attrs:{title:o.description}},[t("img",{class:o.filter_class+" img-fluid w-100",attrs:{src:o.url,alt:o.description,loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})]):t("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[e._v("Error: Problem rendering preview.")])])})),1)],1)},n=[];s._withStripped=!0},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true":
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return 1==e.status.sensitive?t("div",{staticClass:"content-label-wrapper"},[t("div",{staticClass:"text-light content-label"},[e._m(0),e._v(" "),t("p",{staticClass:"h4 font-weight-bold text-center"},[e._v("\n\t\t\tSensitive Content\n\t\t")]),e._v(" "),t("p",{staticClass:"text-center py-2 content-label-text"},[e._v("\n\t\t\t"+e._s(e.status.spoiler_text?e.status.spoiler_text:"This album may contain sensitive content.")+"\n\t\t")]),e._v(" "),t("p",{staticClass:"mb-0"},[t("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(t){return e.toggleContentWarning()}}},[e._v("See Post")])])]),e._v(" "),t("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:e.status.media_attachments[0].blurhash,alt:e.altText(e.status)}})],1):t("div",{staticClass:"w-100 h-100 p-0 album-wrapper"},[t("carousel",{ref:"carousel",staticClass:"p-0 m-0",attrs:{centerMode:!0,loop:!1,"per-page":1,paginationPosition:"bottom-overlay",paginationActiveColor:"#3897f0",paginationColor:"#dbdbdb",id:"carousel-"+e.status.id}},e._l(e.status.media_attachments,(function(o,s){return t("slide",{key:"px-carousel-"+o.id+"-"+s,staticStyle:{background:"#000",display:"flex","align-items":"center"},attrs:{title:o.description}},[t("img",{staticClass:"img-fluid w-100 p-0",attrs:{src:o.url,alt:e.altText(o),loading:"lazy","data-bp":o.url,onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})])})),1),e._v(" "),t("div",{staticClass:"album-overlay"},[!e.status.sensitive&&e.sensitive?t("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",top:"0",right:"0","border-top-left-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(t){e.status.sensitive=!0}}},[t("i",{staticClass:"fas fa-eye-slash fa-lg"})]):e._e(),e._v(" "),t("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",left:"0",top:"0","border-bottom-right-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(t){return t.preventDefault(),e.toggleLightbox.apply(null,arguments)}}},[t("i",{staticClass:"fas fa-expand fa-lg"})]),e._v(" "),e.status.media_attachments[0].license?t("p",{staticStyle:{"margin-bottom":"0",padding:"0 5px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",bottom:"0",right:"0","border-top-left-radius":"5px",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"}},[t("a",{staticClass:"font-weight-bold text-light",attrs:{href:e.status.url}},[e._v("Photo")]),e._v(" by "),t("a",{staticClass:"font-weight-bold text-light",attrs:{href:e.status.account.url}},[e._v("@"+e._s(e.status.account.username))]),e._v(" licensed under "),t("a",{staticClass:"font-weight-bold text-light",attrs:{href:e.status.media_attachments[0].license.url}},[e._v(e._s(e.status.media_attachments[0].license.title))])]):e._e()])],1)},n=[function(){var e=this._self._c;return e("p",{staticClass:"text-center"},[e("i",{staticClass:"far fa-eye-slash fa-2x"})])}];s._withStripped=!0},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true":
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return 1==e.status.sensitive?t("div",{staticClass:"content-label-wrapper"},[t("div",{staticClass:"text-light content-label"},[e._m(0),e._v(" "),t("p",{staticClass:"h4 font-weight-bold text-center"},[e._v("\n\t\t\tSensitive Content\n\t\t")]),e._v(" "),t("p",{staticClass:"text-center py-2 content-label-text"},[e._v("\n\t\t\t"+e._s(e.status.spoiler_text?e.status.spoiler_text:"This post may contain sensitive content.")+"\n\t\t")]),e._v(" "),t("p",{staticClass:"mb-0"},[t("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(t){return e.toggleContentWarning()}}},[e._v("See Post")])])]),e._v(" "),t("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:e.status.media_attachments[0].blurhash,alt:e.altText(e.status)}})],1):t("div",[t("div",{staticStyle:{position:"relative"},attrs:{title:e.status.media_attachments[0].description}},[t("img",{staticClass:"card-img-top",attrs:{src:e.status.media_attachments[0].url,loading:"lazy",alt:e.altText(e.status),width:e.width(),height:e.height(),onerror:"this.onerror=null;this.src='/storage/no-preview.png'"},on:{click:function(t){return t.preventDefault(),e.toggleLightbox.apply(null,arguments)}}}),e._v(" "),!e.status.sensitive&&e.sensitive?t("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",top:"0",right:"0","border-top-left-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(t){e.status.sensitive=!0}}},[t("i",{staticClass:"fas fa-eye-slash fa-lg"})]):e._e(),e._v(" "),e.status.media_attachments[0].license?t("p",{staticStyle:{"margin-bottom":"0",padding:"0 5px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",bottom:"0",right:"0","border-top-left-radius":"5px",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"}},[t("a",{staticClass:"font-weight-bold text-light",attrs:{href:e.status.url}},[e._v("Photo")]),e._v(" by "),t("a",{staticClass:"font-weight-bold text-light",attrs:{href:e.status.account.url}},[e._v("@"+e._s(e.status.account.username))]),e._v(" licensed under "),t("a",{staticClass:"font-weight-bold text-light",attrs:{href:e.status.media_attachments[0].license.url}},[e._v(e._s(e.status.media_attachments[0].license.title))])]):e._e()])])},n=[function(){var e=this._self._c;return e("p",{staticClass:"text-center"},[e("i",{staticClass:"far fa-eye-slash fa-2x"})])}];s._withStripped=!0},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=template&id=2fd81398":
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=template&id=2fd81398 ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return 1==e.status.sensitive?t("div",[t("details",{staticClass:"details-animated"},[t("summary",[t("p",{staticClass:"mb-0 lead font-weight-bold"},[e._v(e._s(e.status.spoiler_text?e.status.spoiler_text:"CW / NSFW / Hidden Media"))]),e._v(" "),t("p",{staticClass:"font-weight-light"},[e._v("(click to show)")])]),e._v(" "),t("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:e.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},e._l(e.status.media_attachments,(function(e,o){return t("b-carousel-slide",{key:e.id+"-media"},[t("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:e.description,width:"100%",height:"100%"},slot:"img"},[t("source",{attrs:{src:e.url,type:e.mime}})])])})),1)],1)]):t("div",[t("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:e.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},e._l(e.status.media_attachments,(function(e,o){return t("b-carousel-slide",{key:e.id+"-media"},[t("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:e.description,width:"100%",height:"100%"},slot:"img"},[t("source",{attrs:{src:e.url,type:e.mime}})])])})),1)],1)},n=[];s._withStripped=!0},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true":
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return 1==e.status.sensitive?t("div",{staticClass:"content-label-wrapper"},[t("div",{staticClass:"text-light content-label"},[e._m(0),e._v(" "),t("p",{staticClass:"h4 font-weight-bold text-center"},[e._v("\n\t\t\tSensitive Content\n\t\t")]),e._v(" "),t("p",{staticClass:"text-center py-2 content-label-text"},[e._v("\n\t\t\t"+e._s(e.status.spoiler_text?e.status.spoiler_text:"This post may contain sensitive content.")+"\n\t\t")]),e._v(" "),t("p",{staticClass:"mb-0"},[t("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(t){return e.toggleContentWarning()}}},[e._v("See Post")])])]),e._v(" "),t("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:e.status.media_attachments[0].blurhash,alt:e.altText(e.status)}})],1):t("div",{staticClass:"embed-responsive embed-responsive-16by9"},[t("video",{staticClass:"video",attrs:{controls:"",playsinline:"","webkit-playsinline":"",preload:"metadata",loop:"","data-id":e.status.id,poster:e.poster()}},[t("source",{attrs:{src:e.status.media_attachments[0].url,type:e.status.media_attachments[0].mime}})])])},n=[function(){var e=this._self._c;return e("p",{staticClass:"text-center"},[e("i",{staticClass:"far fa-eye-slash fa-2x"})])}];s._withStripped=!0},"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true":
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return t("div",[t("transition",{attrs:{name:"fade"}},[t("div",{staticClass:"card notification-card shadow-none border"},[e.loading?t("div",{staticClass:"card-body loader text-center",staticStyle:{height:"240px"}},[t("div",{staticClass:"spinner-border",attrs:{role:"status"}},[t("span",{staticClass:"sr-only"},[e._v("Loading...")])])]):e._e(),e._v(" "),!e.loading&&e.notifications.length>0?t("div",{staticClass:"card-body px-0 py-0 contents",staticStyle:{height:"240px","overflow-y":"scroll"}},[e.profile.locked?t("div",{staticClass:"media align-items-center mt-n2 px-3 py-2 border-bottom border-lighter bg-light cursor-pointer",on:{click:function(t){return e.redirect("/account/follow-requests")}}},[t("div",{staticClass:"media-body font-weight-light pt-2 small d-flex align-items-center justify-content-between"},[t("p",{staticClass:"mb-0 text-lighter"},[t("i",{staticClass:"fas fa-cog text-light"})]),e._v(" "),t("p",{staticClass:"text-center pt-1 mb-1 text-dark font-weight-bold"},[t("strong",[e._v(e._s(e.followRequests&&e.followRequests.hasOwnProperty("count")?e.followRequests.count:0))]),e._v(" Follow Requests")]),e._v(" "),t("p",{staticClass:"mb-0 text-lighter"},[t("i",{staticClass:"fas fa-chevron-right"})])])]):e._e(),e._v(" "),e._l(e.notifications,(function(o,s){return e.notifications.length>0?t("div",{staticClass:"media align-items-center px-3 py-2 border-bottom border-light"},[t("img",{staticClass:"mr-2 rounded-circle",staticStyle:{border:"1px solid #ccc"},attrs:{src:o.account.avatar,alt:"",width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png';"}}),e._v(" "),t("div",{staticClass:"media-body font-weight-light small"},["favourite"==o.type?t("div",[t("p",{staticClass:"my-0"},[t("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.getProfileUrl(o.account),title:o.account.username}},[e._v(e._s(0==o.account.local?"@":"")+e._s(e.truncate(o.account.username)))]),e._v(" liked your\n\t\t\t\t\t\t\t\t"),o.status&&o.status.hasOwnProperty("media_attachments")?t("span",[t("a",{staticClass:"font-weight-bold",attrs:{href:e.getPostUrl(o.status),id:"fvn-"+o.id}},[e._v("post")]),e._v(".\n\t\t\t\t\t\t\t\t\t"),t("b-popover",{attrs:{target:"fvn-"+o.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.notificationPreview(o),width:"100px",height:"100px"}})])],1):t("span",[t("a",{staticClass:"font-weight-bold",attrs:{href:e.getPostUrl(o.status)}},[e._v("post")]),e._v(".\n\t\t\t\t\t\t\t\t")])])]):"comment"==o.type?t("div",[t("p",{staticClass:"my-0"},[t("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.getProfileUrl(o.account),title:o.account.username}},[e._v(e._s(0==o.account.local?"@":"")+e._s(e.truncate(o.account.username)))]),e._v(" commented on your\n\t\t\t\t\t\t\t\t"),o.status&&o.status.hasOwnProperty("media_attachments")?t("span",[t("a",{staticClass:"font-weight-bold",attrs:{href:e.getPostUrl(o.status),id:"fvn-"+o.id}},[e._v("post")]),e._v(".\n\t\t\t\t\t\t\t\t\t"),t("b-popover",{attrs:{target:"fvn-"+o.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[t("img",{staticStyle:{"object-fit":"cover"},attrs:{src:e.notificationPreview(o),width:"100px",height:"100px"}})])],1):t("span",[t("a",{staticClass:"font-weight-bold",attrs:{href:e.getPostUrl(o.status)}},[e._v("post")]),e._v(".\n\t\t\t\t\t\t\t\t")])])]):"group:comment"==o.type?t("div",[t("p",{staticClass:"my-0"},[t("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.getProfileUrl(o.account),title:o.account.username}},[e._v(e._s(0==o.account.local?"@":"")+e._s(e.truncate(o.account.username)))]),e._v(" comm
/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=template&id=bb77b854&scoped=true ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return t("div",["true"!=e.modal?t("div",{staticClass:"dropdown"},[t("button",{staticClass:"btn btn-link text-dark no-caret dropdown-toggle py-0",attrs:{type:"button","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false",title:"Post options"}},[t("span",{class:["lg"==e.size?"fas fa-ellipsis-v fa-lg text-muted":"fas fa-ellipsis-v fa-sm text-lighter"]})]),e._v(" "),t("div",{staticClass:"dropdown-menu dropdown-menu-right"},[t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",attrs:{href:e.status.url}},[e._v("Go to post")]),e._v(" "),1==e.activeSession&&0==e.statusOwner(e.status)?t("span",[t("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:e.reportUrl(e.status)}},[e._v("Report")])]):e._e(),e._v(" "),1==e.activeSession&&1==e.statusOwner(e.status)?t("span",[t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return t.preventDefault(),e.muteProfile(e.status)}}},[e._v("Mute Profile")]),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return t.preventDefault(),e.blockProfile(e.status)}}},[e._v("Block Profile")])]):e._e(),e._v(" "),1==e.activeSession&&1==e.profile.is_admin?t("span",[t("div",{staticClass:"dropdown-divider"}),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-danger text-decoration-none",on:{click:function(t){return e.deletePost(e.status)}}},[e._v("Delete")]),e._v(" "),t("div",{staticClass:"dropdown-divider"}),e._v(" "),t("h6",{staticClass:"dropdown-header"},[e._v("Mod Tools")]),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return e.moderatePost(e.status,"autocw")}}},[t("p",{staticClass:"mb-0"},[e._v("Enforce CW")]),e._v(" "),e._m(0)]),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return e.moderatePost(e.status,"noautolink")}}},[t("p",{staticClass:"mb-0"},[e._v("No Autolinking")]),e._v(" "),e._m(1)]),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return e.moderatePost(e.status,"unlisted")}}},[t("p",{staticClass:"mb-0"},[e._v("Unlisted Posts")]),e._v(" "),e._m(2)]),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return e.moderatePost(e.status,"disable")}}},[t("p",{staticClass:"mb-0"},[e._v("Disable Account")]),e._v(" "),e._m(3)]),e._v(" "),t("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(t){return e.moderatePost(e.status,"suspend")}}},[t("p",{staticClass:"mb-0"},[e._v("Suspend Account")]),e._v(" "),e._m(4)])]):e._e()])]):e._e(),e._v(" "),"true"==e.modal?t("div",[t("span",{attrs:{"data-toggle":"modal","data-target":"#mt_pid_"+e.status.id}},[t("span",{class:["lg"==e.size?"fas fa-ellipsis-v fa-lg text-muted":"fas fa-ellipsis-v fa-sm text-lighter"]})]),e._v(" "),t("div",{staticClass:"modal",attrs:{tabindex:"-1",role:"dialog",id:"mt_pid_"+e.status.id}},[t("div",{staticClass:"modal-dialog modal-sm modal-dialog-centered",attrs:{role:"document"}},[t("div",{staticClass:"modal-content"},[t("div",{staticClass:"modal-body text-center"},[t("div",{staticClass:"list-group"},[t("a",{staticClass:"list-group-item text-dark text-decoration-none",attrs:{href:e.statusUrl(e.status)}},[e._v("Go to post")]),e._v(" "),t("a",{staticClass:"list-group-item text-dark text-decoration-none",attrs:{href:"#"},on:{click:function(t){return t.preventDefault(),e.hidePost(e.status)}}},[e._v("Hide")]),e._v(" "),1!=e.activeSession||e.statusOwner(e.status)?e._e():t("a",{staticClass:"list-group-item text-danger font-w
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{render:()=>s,staticRenderFns:()=>n});var s=function(){var e=this,t=e._self._c;return t("div",[e.show?t("div",{staticClass:"card card-body p-0 border mt-md-4 mb-md-3 shadow-none"},[e.loading?t("div",{staticClass:"w-100 h-100 d-flex align-items-center justify-content-center"},[e._m(0)]):t("div",{staticClass:"d-flex align-items-center justify-content-start scrolly"},e._l(e.stories,(function(o,s){return t("div",{staticClass:"px-3 pt-3 text-center cursor-pointer",class:{seen:o.seen},on:{click:function(t){return e.showStory(s)}}},[t("span",{staticClass:"mb-1 ring",class:[o.seen?"not-seen":"",o.local?"":"remote"]},[t("img",{staticClass:"rounded-circle border",attrs:{src:o.avatar,width:"60",height:"60",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}})]),e._v(" "),t("p",{staticClass:"small font-weight-bold text-truncate",class:{"text-lighter":o.seen},staticStyle:{"max-width":"69px"},attrs:{title:o.username}},[e._v("\n\t\t\t\t\t"+e._s(o.username)+"\n\t\t\t\t")])])})),0)]):e._e()])},n=[function(){var e=this._self._c;return e("div",{staticClass:"spinner-border spinner-border-sm text-lighter",attrs:{role:"status"}},[e("span",{staticClass:"sr-only"},[this._v("Loading...")])])}];s._withStripped=!0},"./resources/assets/js/polyfill.js":
/*!*****************************************!*\
!*** ./resources/assets/js/polyfill.js ***!
\*****************************************/function(){function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}!function(){var t="object"===("undefined"==typeof window?"undefined":e(window))?window:"object"===("undefined"==typeof self?"undefined":e(self))?self:this,o=t.BlobBuilder||t.WebKitBlobBuilder||t.MSBlobBuilder||t.MozBlobBuilder;t.URL=t.URL||t.webkitURL||function(e,t){return(t=document.createElement("a")).href=e,t};var s=t.Blob,n=URL.createObjectURL,a=URL.revokeObjectURL,r=t.Symbol&&t.Symbol.toStringTag,i=!1,d=!1,u=!!t.ArrayBuffer,c=o&&o.prototype.append&&o.prototype.getBlob;try{i=2===new Blob(["ä"]).size,d=2===new Blob([new Uint8Array([1,2])]).size}catch(e){}function m(e){return e.map((function(e){if(e.buffer instanceof ArrayBuffer){var t=e.buffer;if(e.byteLength!==t.byteLength){var o=new Uint8Array(e.byteLength);o.set(new Uint8Array(t,e.byteOffset,e.byteLength)),t=o.buffer}return t}return e}))}function p(e,t){t=t||{};var s=new o;return m(e).forEach((function(e){s.append(e)})),t.type?s.getBlob(t.type):s.getBlob()}function f(e,t){return new s(m(e),t||{})}t.Blob&&(p.prototype=Blob.prototype,f.prototype=Blob.prototype);var v="function"==typeof TextEncoder?TextEncoder.prototype.encode.bind(new TextEncoder):function(e){for(var o=0,s=e.length,n=t.Uint8Array||Array,a=0,r=Math.max(32,s+(s>>1)+7),i=new n(r>>3<<3);o<s;){var l=e.charCodeAt(o++);if(l>=55296&&l<=56319){if(o<s){var d=e.charCodeAt(o);56320==(64512&d)&&(++o,l=((1023&l)<<10)+(1023&d)+65536)}if(l>=55296&&l<=56319)continue}if(a+4>i.length){r+=8,r=(r*=1+o/e.length*2)>>3<<3;var u=new Uint8Array(r);u.set(i),i=u}if(4294967168&l){if(4294965248&l)if(4294901760&l){if(4292870144&l)continue;i[a++]=l>>18&7|240,i[a++]=l>>12&63|128,i[a++]=l>>6&63|128}else i[a++]=l>>12&15|224,i[a++]=l>>6&63|128;else i[a++]=l>>6&31|192;i[a++]=63&l|128}else i[a++]=l}return i.slice(0,a)},h="function"==typeof TextDecoder?TextDecoder.prototype.decode.bind(new TextDecoder):function(e){for(var t=e.length,o=[],s=0;s<t;){var n,a,r,i,l=e[s],d=null,u=l>239?4:l>223?3:l>191?2:1;if(s+u<=t)switch(u){case 1:l<128&&(d=l);break;case 2:128==(192&(n=e[s+1]))&&(i=(31&l)<<6|63&n)>127&&(d=i);break;case 3:n=e[s+1],a=e[s+2],128==(192&n)&&128==(192&a)&&(i=(15&l)<<12|(63&n)<<6|63&a)>2047&&(i<55296||i>57343)&&(d=i);break;case 4:n=e[s+1],a=e[s+2],r=e[s+3],128==(192&n)&&128==(192&a)&&128==(192&r)&&(i=(15&l)<<18|(63&n)<<12|(63&a)<<6|63&r)>65535&&i<1114112&&(d=i)}null===d?(d=65533,u=1):d>65535&&(d-=65536,o.push(d>>>10&1023|55296),d=56320|1023&d),o.push(d),s+=u}var c=o.length,m="";for(s=0;s<c;)m+=String.fromCharCode.apply(String,o.slice(s,s+=4096));return m};function g(){var e=!!t.ActiveXObject||"-ms-scroll-limit"in document.documentElement.style&&"-ms-ime-align"in document.documentElement.style,o=t.XMLHttpRequest&&t.XMLHttpRequest.prototype.send;e&&o&&(XMLHttpRequest.prototype.send=function(e){e instanceof Blob?(this.setRequestHeader("Content-Type",e.type),o.call(this,e)):o.call(this,e)});try{new File([],"")}catch(e){try{var s=new Function('class File extends Blob {constructor(chunks, name, opts) {opts = opts || {};super(chunks, opts || {});this.name = name.replace(///g, ":");this.lastModifiedDate = opts.lastModified ? new Date(opts.lastModified) : new Date();this.lastModified = +this.lastModifiedDate;}};return new File([], ""), File')();t.File=s}catch(e){s=function(e,t,o){var s=new Blob(e,o),n=o&&void 0!==o.lastModified?new Date(o.lastModified):new Date;return s.name=t.replace(/\//g,":"),s.lastModifiedDate=n,s.lastModified=+n,s.toString=function(){return"[object File]"},r&&(s[r]="File"),s};t.File=s}}}i?(g(),t.Blob=d?t.Blob:f):c?(g(),t.Blob=p):function(){function e(e){for(var t=new Array(e.byteLength),o=new Uint8Array(e),s=t.length;s--;)t[s]=o[s];return t}function o(e){for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",o=[],s=0;s<e.length;s+=3){var n=e[s],a=s+1<e.length,r=a?e[s+1]:0,i=s+2<e.length,l=i?e[s+2]:0,d=n>>2,u=(3&n)<
/*! @source http://purl.eligrey.com/github/canvas-toBlob.js/blob/master/canvas-toBlob.js */
function(e){"use strict";var t,o=e.Uint8Array,s=e.HTMLCanvasElement,n=s&&s.prototype,a=/\s*;\s*base64\s*(?:;|$)/i,r="toDataURL",i=function(e){for(var s,n,a=e.length,r=new o(a/4*3|0),i=0,l=0,d=[0,0],u=0,c=0;a--;)n=e.charCodeAt(i++),255!==(s=t[n-43])&&undefined!==s&&(d[1]=d[0],d[0]=n,c=c<<6|s,4===++u&&(r[l++]=c>>>16,61!==d[1]&&(r[l++]=c>>>8),61!==d[0]&&(r[l++]=c),u=0));return r};o&&(t=new o([62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,0,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51])),!s||n.toBlob&&n.toBlobHD||(n.toBlob||(n.toBlob=function(e,t){if(t||(t="image/png"),this.mozGetAsFile)e(this.mozGetAsFile("canvas",t));else if(this.msToBlob&&/^\s*image\/png\s*(?:$|;)/i.test(t))e(this.msToBlob());else{var s,n=Array.prototype.slice.call(arguments,1),l=this[r].apply(this,n),d=l.indexOf(","),u=l.substring(d+1),c=a.test(l.substring(0,d));Blob.fake?((s=new Blob).encoding=c?"base64":"URI",s.data=u,s.size=u.length):o&&(s=c?new Blob([i(u)],{type:t}):new Blob([decodeURIComponent(u)],{type:t})),e(s)}}),!n.toBlobHD&&n.toDataURLHD?n.toBlobHD=function(){r="toDataURLHD";var e=this.toBlob();return r="toDataURL",e}:n.toBlobHD=n.toBlob)}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content||this)},"./resources/assets/js/spa.js":
/*!************************************!*\
!*** ./resources/assets/js/spa.js ***!
\************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! vue */"./node_modules/vue/dist/vue.esm.js"),n=o(/*! vue-router */"./node_modules/vue-router/dist/vue-router.esm.js"),a=o(/*! vuex */"./node_modules/vuex/dist/vuex.esm.js"),r=o(/*! vuex-router-sync */"./node_modules/vuex-router-sync/index.js"),i=o(/*! bootstrap-vue */"./node_modules/bootstrap-vue/esm/index.js"),l=o(/*! vue-infinite-loading */"./node_modules/vue-infinite-loading/dist/vue-infinite-loading.js"),d=o.n(l),u=o(/*! vue-loading-overlay */"./node_modules/vue-loading-overlay/dist/vue-loading.js"),c=o.n(u),m=o(/*! vue-timeago */"./node_modules/vue-timeago/dist/vue-timeago.es.js"),p=o(/*! vue-carousel */"./node_modules/vue-carousel/dist/vue-carousel.min.js"),f=o.n(p),v=o(/*! vue-blurhash */"./node_modules/vue-blurhash/dist/vue-blurhash.common.js"),h=o.n(v),g=o(/*! vue-masonry-css */"./node_modules/vue-masonry-css/dist/vue-masonry.es2015.js"),b=o(/*! vue-i18n */"./node_modules/vue-i18n/dist/vue-i18n.esm.js"),y=(o(/*! vue-blurhash/dist/vue-blurhash.css */"./node_modules/vue-blurhash/dist/vue-blurhash.css"),o(/*! sweetalert */"./node_modules/sweetalert/dist/sweetalert.min.js"),o(/*! jquery */"./node_modules/jquery/dist/jquery.js"),o(/*! jquery */"./node_modules/jquery/dist/jquery.js"));function w(e){return w="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},w(e)}o(/*! ./polyfill */"./resources/assets/js/polyfill.js"),window.Vue=s.default,window.pftxt=o(/*! twitter-text */"./node_modules/twitter-text/build/twitter-text.js"),window.filesize=o(/*! filesize */"./node_modules/filesize/lib/filesize.js"),window._=o(/*! lodash */"./node_modules/lodash/lodash.js"),window.Popper=o(/*! popper.js */"./node_modules/popper.js/dist/esm/popper.js").default,window.pixelfed=window.pixelfed||{},window.$=o(/*! jquery */"./node_modules/jquery/dist/jquery.js"),o(/*! bootstrap */"./node_modules/bootstrap/dist/js/bootstrap.js"),window.axios=o(/*! axios */"./node_modules/axios/dist/browser/axios.cjs"),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",o(/*! readmore-js */"./node_modules/readmore-js/readmore.js"),window.blurhash=o(/*! blurhash */"./node_modules/blurhash/dist/esm/index.js"),y('[data-toggle="tooltip"]').tooltip();var C=document.head.querySelector('meta[name="csrf-token"]');C?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=C.content:console.error("CSRF token not found."),s.default.use(n.default),s.default.use(a.default),s.default.use(h()),s.default.use(f()),s.default.use(i.default),s.default.use(d()),s.default.use(c()),s.default.use(g.default),s.default.use(b.default),s.default.use(m.default,{name:"Timeago",locale:"en"}),s.default.component("navbar",o(/*! ./../components/partials/navbar.vue */"./resources/assets/components/partials/navbar.vue").default),s.default.component("notification-card",o(/*! ./components/NotificationCard.vue */"./resources/assets/js/components/NotificationCard.vue").default),s.default.component("photo-presenter",o(/*! ./../components/presenter/PhotoPresenter.vue */"./resources/assets/components/presenter/PhotoPresenter.vue").default),s.default.component("video-presenter",o(/*! ./../components/presenter/VideoPresenter.vue */"./resources/assets/components/presenter/VideoPresenter.vue").default),s.default.component("photo-album-presenter",o(/*! ./../components/presenter/PhotoAlbumPresenter.vue */"./resources/assets/components/presenter/PhotoAlbumPresenter.vue").default),s.default.component("video-album-presenter",o(/*! ./../components/presenter/VideoAlbumPresenter.vue */"./resources/assets/components/presenter/VideoAlbumPresenter.vue").default),s.default.component("mixed-album-presenter",o(/*! ./../components/presenter/MixedAlbumPresenter.vue */"./resources/assets/components/presenter/MixedAlbumPresenter.vue").default),s.default.component("post-menu",o(/*! ./components/PostMenu.vue */"./resources/assets/js/components/PostMenu.vue").default),s.default.co
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! ../../../../node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js */"./node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js"),n=o.n(s)()((function(e){return e[1]}));n.push([e.id,"\n.card-img-top[data-v-0936dd8f] {\n\tborder-top-left-radius: 0 !important;\n\tborder-top-right-radius: 0 !important;\n}\n.content-label-wrapper[data-v-0936dd8f] {\n\tposition: relative;\n}\n.content-label[data-v-0936dd8f] {\n\tmargin: 0;\n\tposition: absolute;\n\ttop:50%;\n\tleft:50%;\n\ttransform: translate(-50%, -50%);\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\theight: 100%;\n\tz-index: 2;\n\tbackground: rgba(0, 0, 0, 0.2)\n}\n.album-wrapper[data-v-0936dd8f] {\n\tposition: relative;\n}\n",""]);const a=n},"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css":
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! ../../../../node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js */"./node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js"),n=o.n(s)()((function(e){return e[1]}));n.push([e.id,"\n.card-img-top[data-v-ed39a7fc] {\n border-top-left-radius: 0 !important;\n border-top-right-radius: 0 !important;\n}\n.content-label-wrapper[data-v-ed39a7fc] {\n\tposition: relative;\n}\n.content-label[data-v-ed39a7fc] {\n\tmargin: 0;\n\tposition: absolute;\n\ttop:50%;\n\tleft:50%;\n\ttransform: translate(-50%, -50%);\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\theight: 100%;\n\tz-index: 2;\n\tbackground: rgba(0, 0, 0, 0.2)\n}\n",""]);const a=n},"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css":
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! ../../../../node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js */"./node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js"),n=o.n(s)()((function(e){return e[1]}));n.push([e.id,"\n.content-label-wrapper[data-v-ff4ed74e] {\n\tposition: relative;\n}\n.content-label[data-v-ff4ed74e] {\n\tmargin: 0;\n\tposition: absolute;\n\ttop:50%;\n\tleft:50%;\n\ttransform: translate(-50%, -50%);\n\tdisplay: flex;\n\tflex-direction: column;\n\talign-items: center;\n\tjustify-content: center;\n\twidth: 100%;\n\theight: 100%;\n\tz-index: 2;\n\tbackground: rgba(0, 0, 0, 0.2)\n}\n",""]);const a=n},"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css":
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! ../../../../node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js */"./node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js"),n=o.n(s)()((function(e){return e[1]}));n.push([e.id,"\n.text-lighter[data-v-bb77b854] {\n\tcolor:#B8C2CC !important;\n}\n.modal-body[data-v-bb77b854] {\n\tpadding: 0;\n}\n",""]);const a=n},"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss":
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! ../../../../node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js */"./node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js"),n=o.n(s)()((function(e){return e[1]}));n.push([e.id,'.metro-nav {\n z-index: 4;\n}\n.metro-nav .dropdown-menu {\n min-width: 18rem;\n padding: 0;\n border: none;\n}\n.metro-nav .dropdown-menu .nav {\n overflow: auto;\n}\n.metro-nav .dropdown-menu .nav-item .nav-link {\n font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;\n font-weight: 500;\n color: rgb(156, 163, 175);\n padding-left: 14px;\n margin-bottom: 5px;\n}\n.metro-nav .dropdown-menu .nav-item .nav-link .icon {\n display: inline-block;\n width: 40px;\n text-align: center;\n}\n.metro-nav .dropdown-menu .nav-item .router-link-exact-active {\n color: var(--primary);\n font-weight: 700;\n padding-left: 14px;\n}\n.metro-nav .dropdown-menu .nav-item .router-link-exact-active:not(.text-center) {\n padding-left: 10px;\n border-left: 4px solid var(--primary);\n}\n.metro-nav .dropdown-menu .nav-item .router-link-exact-active .icon {\n color: var(--primary) !important;\n}\n.metro-nav .dropdown-menu .nav-item.nav-icons .small {\n font-weight: 700 !important;\n}\n.metro-nav .dropdown-menu .nav-item:is(:last-child) .nav-link {\n margin-bottom: 0;\n border-bottom-left-radius: 15px;\n border-bottom-right-radius: 15px;\n}\n.metro-nav .fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.metro-nav .fa-layers .fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n box-sizing: border-box;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: 0.25em;\n right: 0;\n text-overflow: ellipsis;\n top: 0;\n transform: scale(0.5);\n transform-origin: top right;\n display: inline-block;\n position: absolute;\n margin-right: -5px;\n margin-top: -10px;\n}\n.metro-nav .fa-layers .far {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n@media (min-width: 768px) {\n.metro-nav .searchbox {\n width: 300px;\n}\n}\n@media (min-width: 768px) {\n.metro-nav .nav-avatar {\n width: 50px;\n height: 50px;\n}\n}\n.metro-nav .autocomplete[data-loading=true]::after {\n content: "";\n border-right: 3px solid var(--primary);\n}\n.metro-nav .autocomplete-input {\n padding: 0.375rem 0.75rem 0.375rem 2.6rem;\n background-color: var(--light-gray);\n font-size: 0.9rem;\n border-radius: 50rem;\n background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQjhDMkNDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iNSIvPjxwYXRoIGQ9Ik0xOSAxOWwtNC00Ii8+PC9zdmc+");\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;\n}\n.metro-nav .autocomplete-result {\n background-image: none;\n padding: 10px 12px;\n cursor: pointer;\n}\n.metro-nav .autocomplete-result-list {\n box-shadow: 0 0.125rem 0.45rem var(--border-color);\n -ms-overflow-style: none;\n scrollbar-width: none;\n}\n.metro-nav .autocomplete-result-list::-webkit-scrollbar {\n width: 0 !important;\n}\n.metro-nav .autocomplete-result .media-icon {\n display: flex;\n justify-content: center;\n align-items: center;\n width: 40px;\n height: 40px;\n margin-right: 12px;\n background: var(--light-gray);\n bor
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! ../../../../node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js */"./node_modules/laravel-mix/node_modules/css-loader/dist/runtime/api.js"),n=o.n(s)()((function(e){return e[1]}));n.push([e.id,".card[data-v-3ffb4cbe] {\n height: 122px;\n}\n.ring[data-v-3ffb4cbe] {\n display: block;\n width: 66px;\n height: 66px;\n border-radius: 50%;\n padding: 3px;\n background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);\n}\n.ring.remote[data-v-3ffb4cbe] {\n background: radial-gradient(ellipse at 70% 70%, #f64f59 8%, #c471ed 42%, #12c2e9 58%);\n}\n.ring.not-seen[data-v-3ffb4cbe] {\n opacity: 0.55;\n background: #ccc;\n}\n.ring img[data-v-3ffb4cbe] {\n background: #fff;\n padding: 3px;\n}\n.scrolly[data-v-3ffb4cbe] {\n -ms-overflow-style: none;\n scrollbar-width: none;\n overflow-y: scroll;\n}\n.scrolly[data-v-3ffb4cbe]::-webkit-scrollbar {\n display: none;\n}",""]);const a=n},"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css":
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),n=o.n(s),a=o(/*! !!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css */"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css"),r={insert:"head",singleton:!1};n()(a.default,r);const i=a.default.locals||{}},"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css":
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),n=o.n(s),a=o(/*! !!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css */"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css"),r={insert:"head",singleton:!1};n()(a.default,r);const i=a.default.locals||{}},"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css":
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),n=o.n(s),a=o(/*! !!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css */"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css"),r={insert:"head",singleton:!1};n()(a.default,r);const i=a.default.locals||{}},"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css":
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),n=o.n(s),a=o(/*! !!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css */"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css"),r={insert:"head",singleton:!1};n()(a.default,r);const i=a.default.locals||{}},"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss":
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),n=o.n(s),a=o(/*! !!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!../../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss */"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss"),r={insert:"head",singleton:!1};n()(a.default,r);const i=a.default.locals||{}},"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true":
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! !../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js */"./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"),n=o.n(s),a=o(/*! !!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!../../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true */"./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true"),r={insert:"head",singleton:!1};n()(a.default,r);const i=a.default.locals||{}},"./resources/assets/components/partials/navbar.vue":
/*!*********************************************************!*\
!*** ./resources/assets/components/partials/navbar.vue ***!
\*********************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./navbar.vue?vue&type=template&id=1da66638 */"./resources/assets/components/partials/navbar.vue?vue&type=template&id=1da66638"),n=o(/*! ./navbar.vue?vue&type=script&lang=js */"./resources/assets/components/partials/navbar.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);o(/*! ./navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss */"./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss");var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,null,null);r.options.__file="resources/assets/components/partials/navbar.vue";const i=r.exports},"./resources/assets/components/presenter/MixedAlbumPresenter.vue":
/*!***********************************************************************!*\
!*** ./resources/assets/components/presenter/MixedAlbumPresenter.vue ***!
\***********************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0 */"./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0"),n=o(/*! ./MixedAlbumPresenter.vue?vue&type=script&lang=js */"./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,null,null);r.options.__file="resources/assets/components/presenter/MixedAlbumPresenter.vue";const i=r.exports},"./resources/assets/components/presenter/PhotoAlbumPresenter.vue":
/*!***********************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoAlbumPresenter.vue ***!
\***********************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true */"./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true"),n=o(/*! ./PhotoAlbumPresenter.vue?vue&type=script&lang=js */"./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);o(/*! ./PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css */"./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css");var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,"0936dd8f",null);r.options.__file="resources/assets/components/presenter/PhotoAlbumPresenter.vue";const i=r.exports},"./resources/assets/components/presenter/PhotoPresenter.vue":
/*!******************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoPresenter.vue ***!
\******************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true */"./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true"),n=o(/*! ./PhotoPresenter.vue?vue&type=script&lang=js */"./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);o(/*! ./PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css */"./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css");var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,"ed39a7fc",null);r.options.__file="resources/assets/components/presenter/PhotoPresenter.vue";const i=r.exports},"./resources/assets/components/presenter/VideoAlbumPresenter.vue":
/*!***********************************************************************!*\
!*** ./resources/assets/components/presenter/VideoAlbumPresenter.vue ***!
\***********************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./VideoAlbumPresenter.vue?vue&type=template&id=2fd81398 */"./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=template&id=2fd81398"),n=o(/*! ./VideoAlbumPresenter.vue?vue&type=script&lang=js */"./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,null,null);r.options.__file="resources/assets/components/presenter/VideoAlbumPresenter.vue";const i=r.exports},"./resources/assets/components/presenter/VideoPresenter.vue":
/*!******************************************************************!*\
!*** ./resources/assets/components/presenter/VideoPresenter.vue ***!
\******************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true */"./resources/assets/components/presenter/VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true"),n=o(/*! ./VideoPresenter.vue?vue&type=script&lang=js */"./resources/assets/components/presenter/VideoPresenter.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);o(/*! ./VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css */"./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css");var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,"ff4ed74e",null);r.options.__file="resources/assets/components/presenter/VideoPresenter.vue";const i=r.exports},"./resources/assets/js/components/NotificationCard.vue":
/*!*************************************************************!*\
!*** ./resources/assets/js/components/NotificationCard.vue ***!
\*************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true */"./resources/assets/js/components/NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true"),n=o(/*! ./NotificationCard.vue?vue&type=script&lang=js */"./resources/assets/js/components/NotificationCard.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,"0b80af52",null);r.options.__file="resources/assets/js/components/NotificationCard.vue";const i=r.exports},"./resources/assets/js/components/PostMenu.vue":
/*!*****************************************************!*\
!*** ./resources/assets/js/components/PostMenu.vue ***!
\*****************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./PostMenu.vue?vue&type=template&id=bb77b854&scoped=true */"./resources/assets/js/components/PostMenu.vue?vue&type=template&id=bb77b854&scoped=true"),n=o(/*! ./PostMenu.vue?vue&type=script&lang=js */"./resources/assets/js/components/PostMenu.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);o(/*! ./PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css */"./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css");var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,"bb77b854",null);r.options.__file="resources/assets/js/components/PostMenu.vue";const i=r.exports},"./resources/assets/js/components/StoryTimelineComponent.vue":
/*!*******************************************************************!*\
!*** ./resources/assets/js/components/StoryTimelineComponent.vue ***!
\*******************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>i});var s=o(/*! ./StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true */"./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true"),n=o(/*! ./StoryTimelineComponent.vue?vue&type=script&lang=js */"./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=script&lang=js"),a={};for(const e in n)"default"!==e&&(a[e]=()=>n[e]);o.d(t,a);o(/*! ./StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true */"./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true");var r=(0,o(/*! !../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */"./node_modules/vue-loader/lib/runtime/componentNormalizer.js").default)(n.default,s.render,s.staticRenderFns,!1,null,"3ffb4cbe",null);r.options.__file="resources/assets/js/components/StoryTimelineComponent.vue";const i=r.exports},"./resources/assets/components/partials/navbar.vue?vue&type=script&lang=js":
/*!*********************************************************************************!*\
!*** ./resources/assets/components/partials/navbar.vue?vue&type=script&lang=js ***!
\*********************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./navbar.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=script&lang=js":
/*!***********************************************************************************************!*\
!*** ./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=script&lang=js ***!
\***********************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./MixedAlbumPresenter.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=script&lang=js":
/*!***********************************************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=script&lang=js ***!
\***********************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoAlbumPresenter.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=script&lang=js":
/*!******************************************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=script&lang=js ***!
\******************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoPresenter.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=script&lang=js":
/*!***********************************************************************************************!*\
!*** ./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=script&lang=js ***!
\***********************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VideoAlbumPresenter.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/components/presenter/VideoPresenter.vue?vue&type=script&lang=js":
/*!******************************************************************************************!*\
!*** ./resources/assets/components/presenter/VideoPresenter.vue?vue&type=script&lang=js ***!
\******************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VideoPresenter.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/js/components/NotificationCard.vue?vue&type=script&lang=js":
/*!*************************************************************************************!*\
!*** ./resources/assets/js/components/NotificationCard.vue?vue&type=script&lang=js ***!
\*************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NotificationCard.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/NotificationCard.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/js/components/PostMenu.vue?vue&type=script&lang=js":
/*!*****************************************************************************!*\
!*** ./resources/assets/js/components/PostMenu.vue?vue&type=script&lang=js ***!
\*****************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PostMenu.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=script&lang=js":
/*!*******************************************************************************************!*\
!*** ./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=script&lang=js ***!
\*******************************************************************************************/(e,t,o)=>{"use strict";o.r(t),o.d(t,{default:()=>a});var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StoryTimelineComponent.vue?vue&type=script&lang=js */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=script&lang=js"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n);const a=s.default},"./resources/assets/components/partials/navbar.vue?vue&type=template&id=1da66638":
/*!***************************************************************************************!*\
!*** ./resources/assets/components/partials/navbar.vue?vue&type=template&id=1da66638 ***!
\***************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./navbar.vue?vue&type=template&id=1da66638 */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=template&id=1da66638"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0":
/*!*****************************************************************************************************!*\
!*** ./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0 ***!
\*****************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0 */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/MixedAlbumPresenter.vue?vue&type=template&id=8c8aa9d0"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true":
/*!*****************************************************************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true ***!
\*****************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=template&id=0936dd8f&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true":
/*!************************************************************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true ***!
\************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=template&id=ed39a7fc&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=template&id=2fd81398":
/*!*****************************************************************************************************!*\
!*** ./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=template&id=2fd81398 ***!
\*****************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VideoAlbumPresenter.vue?vue&type=template&id=2fd81398 */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoAlbumPresenter.vue?vue&type=template&id=2fd81398"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true":
/*!************************************************************************************************************!*\
!*** ./resources/assets/components/presenter/VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true ***!
\************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=template&id=ff4ed74e&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/js/components/NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true":
/*!*******************************************************************************************************!*\
!*** ./resources/assets/js/components/NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true ***!
\*******************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/NotificationCard.vue?vue&type=template&id=0b80af52&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/js/components/PostMenu.vue?vue&type=template&id=bb77b854&scoped=true":
/*!***********************************************************************************************!*\
!*** ./resources/assets/js/components/PostMenu.vue?vue&type=template&id=bb77b854&scoped=true ***!
\***********************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PostMenu.vue?vue&type=template&id=bb77b854&scoped=true */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=template&id=bb77b854&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true":
/*!*************************************************************************************************************!*\
!*** ./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true ***!
\*************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!../../../../node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true */"./node_modules/babel-loader/lib/index.js??clonedRuleSet-5.use[0]!./node_modules/vue-loader/lib/loaders/templateLoader.js??ruleSet[1].rules[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=template&id=3ffb4cbe&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css":
/*!*******************************************************************************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css ***!
\*******************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/style-loader/dist/cjs.js!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css */"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoAlbumPresenter.vue?vue&type=style&index=0&id=0936dd8f&scoped=true&lang=css"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css":
/*!**************************************************************************************************************************!*\
!*** ./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css ***!
\**************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/style-loader/dist/cjs.js!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css */"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/PhotoPresenter.vue?vue&type=style&index=0&id=ed39a7fc&scoped=true&lang=css"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css":
/*!**************************************************************************************************************************!*\
!*** ./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css ***!
\**************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/style-loader/dist/cjs.js!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css */"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/presenter/VideoPresenter.vue?vue&type=style&index=0&id=ff4ed74e&scoped=true&lang=css"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css":
/*!*************************************************************************************************************!*\
!*** ./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css ***!
\*************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/style-loader/dist/cjs.js!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css */"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/PostMenu.vue?vue&type=style&index=0&id=bb77b854&scoped=true&lang=css"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss":
/*!******************************************************************************************************!*\
!*** ./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss ***!
\******************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/style-loader/dist/cjs.js!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!../../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss */"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/components/partials/navbar.vue?vue&type=style&index=0&id=1da66638&lang=scss"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true":
/*!****************************************************************************************************************************!*\
!*** ./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true ***!
\****************************************************************************************************************************/(e,t,o)=>{"use strict";o.r(t);var s=o(/*! -!../../../../node_modules/style-loader/dist/cjs.js!../../../../node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!../../../../node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true */"./node_modules/style-loader/dist/cjs.js!./node_modules/laravel-mix/node_modules/css-loader/dist/cjs.js??clonedRuleSet-17.use[1]!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-17.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-17.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/assets/js/components/StoryTimelineComponent.vue?vue&type=style&index=0&id=3ffb4cbe&lang=scss&scoped=true"),n={};for(const e in s)"default"!==e&&(n[e]=()=>s[e]);o.d(t,n)},"./resources/assets/js/i18n/ar.json":
/*!******************************************!*\
!*** ./resources/assets/js/i18n/ar.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"تَعليق","commented":"علَّقتَ عليه","comments":"تَعليقات","like":"إعجاب","liked":"أُعجِبتَ بِه","likes":"إعْجابات","share":"مُشارَكَة","shared":"تمَّ مُشارَكَتُه","shares":"مُشارَكَات","unshare":"إلغاء المُشارَكَة","cancel":"إلغاء","copyLink":"نَسخ الرابِط","delete":"حَذف","error":"خطأ","errorMsg":"حَدَثَ خطأٌ ما. يُرجى المُحاولةُ مرةً أُخرى لاحِقًا.","oops":"المَعذِرَة!","other":"اُخرى","readMore":"قراءةُ المزيد","success":"نَجاح","sensitive":"حسَّاس","sensitiveContent":"مُحتَوًى حسَّاس","sensitiveContentWarning":"قد يحتوي هذا المَنشور على مُحتوًى حسَّاس"},"site":{"terms":"شُروطُ الاِستِخدام","privacy":"سِياسَةُ الخُصوصيَّة"},"navmenu":{"search":"البَحث","admin":"لوحَةُ تَحكُّمِ المُشرِف","homeFeed":"التَّغذيَة الرئيسَة","localFeed":"التَّغذيَة المحليَّة","globalFeed":"التَّغذيَة الشّامِلة","discover":"الاِستِكشاف","directMessages":"الرسائِلُ المُباشِرَة","notifications":"الإشعارات","groups":"المَجمُوعات","stories":"القَصَص","profile":"المِلف التَّعريفيّ","drive":"وِحدَةُ التَّخزين","settings":"الإعدَادَات","compose":"إنشاءُ جَديد","logout":"تَسجيلُ الخُرُوج","about":"حَول","help":"المُساعَدَة","language":"اللُّغَة","privacy":"الخُصُوصِيَّة","terms":"الشُّرُوط","backToPreviousDesign":"العودة إلى التصميم السابق"},"directMessages":{"inbox":"صَندوقُ الوارِد","sent":"أُرسِلَت","requests":"الطَّلَبات"},"notifications":{"liked":"أُعجِبَ بِمنشورٍ لَك","commented":"علَّقَ على مَنشورٍ لَك","reacted":"تَفاعَلَ مَعَك","shared":"شَارَكَ مَنشورٍ لَك","tagged":"أشارَ إليكَ فِي","updatedA":"حَدَّثَ","sentA":"أرسَلَ","followed":"تابَعَ","mentioned":"أشارَ إلى","you":"أنت","yourApplication":"طلبُكَ للانضِمام","applicationApproved":"تمَّت الموافقة عليه!","applicationRejected":"تمَّ رفضه. يُمكِنُكَ التقدُمُ بطلبٍ جديدٍ للانضمام بعد 6 شهور.","dm":"الرسائِل المُباشِرَة","groupPost":"مَنشور مَجموعَة","modlog":"سجلات المُشرِف","post":"مَنشور","story":"قَصَّة"},"post":{"shareToFollowers":"المُشاركة مَعَ المُتابِعين","shareToOther":"المُشارَكَة مَعَ الآخرين","noLikes":"لا إعجابات حتَّى الآن","uploading":"الرَّفعُ جارٍ"},"profile":{"posts":"المَنشُورات","followers":"المُتابِعُون","following":"المُتابَعُون","admin":"مُشرِف","collections":"تَجميعات","follow":"مُتابَعَة","unfollow":"إلغاء المُتابَعَة","editProfile":"تحرير المِلَف التَّعريفي","followRequested":"طُلِبَت المُتابَعَة","joined":"انضَم","emptyCollections":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي تَجميعات","emptyPosts":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور"},"menu":{"viewPost":"عَرض المَنشور","viewProfile":"عَرض المِلف التعريفي","moderationTools":"أدوات الإشراف","report":"إبلاغ","archive":"أرشَفَة","unarchive":"إلغاء الأرشَفَة","embed":"تضمين","selectOneOption":"حدِّد أحدَ الخياراتِ التالِيَة","unlistFromTimelines":"الاستثناء من قوائِم الخُطُ
/*!******************************************!*\
!*** ./resources/assets/js/i18n/ca.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentari","comments":"Comentaris","like":"M\'agrada","liked":"M\'ha agradat","likes":"\\"M\'agrada\\"","share":"Comparteix","shared":"S\'han compartit","shares":"S\'han compartit","unshare":"Deixa de compartir","cancel":"Cancel·la","copyLink":"Copia l\'enllaç","delete":"Esborra","error":"Error","errorMsg":"Alguna cosa ha anat malament. Siusplau, intenta-ho més tard.","oops":"Uix!","other":"Altres","readMore":"Llegiu-ne més","success":"Completat amb èxit","sensitive":"Sensible","sensitiveContent":"Contingut sensible","sensitiveContentWarning":"Aquest article pot contenir contingut sensible"},"site":{"terms":"Condicions d\'ús","privacy":"Política de Privacitat"},"navmenu":{"search":"Cercar","admin":"Tauler d\'Administració","homeFeed":"Línia de temps principal","localFeed":"Línia de temps local","globalFeed":"Línia de temps global","discover":"Descobrir","directMessages":"Missatges directes","notifications":"Notificacions","groups":"Grups","stories":"Històries","profile":"Perfil","drive":"Unitat","settings":"Paràmetres","compose":"Crea un nou","logout":"Logout","about":"Quant a","help":"Ajuda","language":"Idioma","privacy":"Privacitat","terms":"Termes","backToPreviousDesign":"Tornar al disseny anterior"},"directMessages":{"inbox":"Safata d\'entrada","sent":"Enviat","requests":"Sol·licitud"},"notifications":{"liked":"li agrada la teva","commented":"comentat el teu","reacted":"ha reaccionat al teu","shared":"ha compartit la teva","tagged":"t\'ha etiquetat en una","updatedA":"actualitzat a","sentA":"enviat a","followed":"seguits","mentioned":"mencionat","you":"vostè","yourApplication":"La teva sol·licitud per unir-te","applicationApproved":"està aprovat!","applicationRejected":"ha estat rebutjat. Pots tornar a sol·licitar unir-te en 6 mesos.","dm":"md","groupPost":"publicacions al grup","modlog":"modlog","post":"publicació","story":"història"},"post":{"shareToFollowers":"Comparteix amb els seguidors","shareToOther":"Compartits per altres","noLikes":"Cap m\'agrada encara","uploading":"Carregant"},"profile":{"posts":"Publicacions","followers":"Seguidors","following":"Seguint","admin":"Administrador","collections":"Col·leccions","follow":"Segueix","unfollow":"Deixeu de seguir","editProfile":"Edita el teu perfil","followRequested":"Sol·licitud de seguidor","joined":"S\'ha unit","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Veure publicació","viewProfile":"Mostra el perfil","moderationTools":"Eines de moderació","report":"Informe","archive":"Arxiu","unarchive":"Desarxiva","embed":"Incrusta","selectOneOption":"Seleccioneu una de les opcions següents","unlistFromTimelines":"Desllista de les línies de temps","addCW":"Afegeix advertència de contingut","removeCW":"Esborra advertència de contingut","markAsSpammer":"Marca com a brossa","markAsSpammerText":"Desllista + CW publicacions existents i futures","spam":"Contingut brossa","sensitive":"Contingut sensible","abusive":"Abusiu o nociu","underageAccount":"Compte de menors d\'edat","copyrightInfringement":"Infracció de drets dautor","impersonation":"Suplantacions","scamOrFraud":"Estafa o Frau","confirmReport":"Confirma l\'informe","confirmReportText":"Esteu segur que voleu informar d\'aquesta publicació?","reportSent":"Informe enviat!","reportSentText":"Hem rebut correctament el vostre informe.","reportSentError":"Hi ha hagut un problema en informar d\'aquesta publicació.","modAddCWConfirm":"Confirmes que vols afegir un avís de contingut a aquesta publicació?","modCWSuccess":"Avís de contingut afegit correctament","modRemoveCWConfirm":"Confirmes que vols esborrar un avís de contingut d\'aquesta publicació?","modRemoveCWSuccess":"Avís de contingut esborrat correctament","modUnlistConfirm":"Esteu segur que voleu desllistar d\'aquesta publicació?","modUnlistSuccess":"Entrada desllistada amb èxit","modMarkAsSpammerConfirm":"Esteu segur qu
/*!******************************************!*\
!*** ./resources/assets/js/i18n/de.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Kommentar","commented":"Kommentiert","comments":"Kommentare","like":"Gefällt mir","liked":"Gefällt","likes":"Gefällt","share":"Teilen","shared":"Geteilt","shares":"Geteilt","unshare":"Teilen rückgängig machen","cancel":"Abbrechen","copyLink":"Link kopieren","delete":"Löschen","error":"Fehler","errorMsg":"Etwas ist schief gelaufen. Bitter versuch es später nochmal.","oops":"Hoppla!","other":"Anderes","readMore":"Weiterlesen","success":"Erfolgreich","sensitive":"Sensibel","sensitiveContent":"Sensibler Inhalt","sensitiveContentWarning":"Dieser Beitrag kann sensible Inhalte enthalten"},"site":{"terms":"Nutzungsbedingungen","privacy":"Datenschutzrichtlinien"},"navmenu":{"search":"Suche","admin":"Administrator-Dashboard","homeFeed":"Startseite","localFeed":"Lokaler Feed","globalFeed":"Globaler Feed","discover":"Entdecken","directMessages":"Direktnachrichten","notifications":"Benachrichtigungen","groups":"Gruppen","stories":"Stories","profile":"Profil","drive":"Festplatte","settings":"Einstellungen","compose":"Neu erstellen","logout":"Ausloggen","about":"Über uns","help":"Hilfe","language":"Sprache","privacy":"Privatsphäre","terms":"AGB","backToPreviousDesign":"Zurück zum vorherigen Design"},"directMessages":{"inbox":"Posteingang","sent":"Gesendet","requests":"Anfragen"},"notifications":{"liked":"gefällt dein","commented":"kommentierte dein","reacted":"reagierte auf dein","shared":"teilte deine","tagged":"markierte dich in einem","updatedA":"aktualisierte ein","sentA":"sendete ein","followed":"gefolgt","mentioned":"erwähnt","you":"du","yourApplication":"Deine Bewerbung um beizutreten","applicationApproved":"wurde genehmigt!","applicationRejected":"wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.","dm":"PN","groupPost":"Gruppen-Post","modlog":"modlog","post":"Beitrag","story":"Story"},"post":{"shareToFollowers":"Mit Folgenden teilen","shareToOther":"Mit anderen teilen","noLikes":"Gefällt bisher noch niemandem","uploading":"Lädt hoch"},"profile":{"posts":"Beiträge","followers":"Folgende","following":"Folgend","admin":"Admin","collections":"Sammlungen","follow":"Folgen","unfollow":"Entfolgen","editProfile":"Profil bearbeiten","followRequested":"Folgeanfragen","joined":"Beigetreten","emptyCollections":"Wir können keine Sammlungen finden","emptyPosts":"Wir können keine Beiträge finden"},"menu":{"viewPost":"Beitrag anzeigen","viewProfile":"Profil anzeigen","moderationTools":"Moderationswerkzeuge","report":"Melden","archive":"Archivieren","unarchive":"Entarchivieren","embed":"Einbetten","selectOneOption":"Wähle eine der folgenden Optionen","unlistFromTimelines":"Nicht in Timelines listen","addCW":"Inhaltswarnung hinzufügen","removeCW":"Inhaltswarnung entfernen","markAsSpammer":"Als Spammer markieren","markAsSpammerText":"Aus der Zeitleiste entfernen und bisherige und zukünftige Beiträge mit einer Inhaltswarnung versehen","spam":"Spam","sensitive":"Sensibler Inhalt","abusive":"missbräuchlich oder schädigend","underageAccount":"Minderjährigen-Konto","copyrightInfringement":"Urheberrechtsverletzung","impersonation":"Identitätsdiebstahl","scamOrFraud":"Betrug oder Missbrauch","confirmReport":"Meldung bestätigen","confirmReportText":"Bist du sicher, dass du diesen Beitrag melden möchtest?","reportSent":"Meldung gesendet!","reportSentText":"Wir haben deinen Bericht erfolgreich erhalten.","reportSentError":"Es gab ein Problem beim Melden dieses Beitrags.","modAddCWConfirm":"Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzufügen möchtest?","modCWSuccess":"Inhaltswarnung erfolgreich hinzugefügt","modRemoveCWConfirm":"Bist du sicher, dass die Inhaltswarnung auf diesem Beitrag entfernt werden soll?","modRemoveCWSuccess":"Inhaltswarnung erfolgreich entfernt","modUnlistConfirm":"Bist du sicher, dass du diesen Beitrag nicht listen möchtest?","modUnlistSuccess":"Beitrag erfolgreich nicht gelistet","modMarkAsSpammerConfirm":"Bist du sicher, dass du diesen Benutzer als
/*!******************************************!*\
!*** ./resources/assets/js/i18n/el.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Σχόλιο","commented":"Σχολιασμένο","comments":"Σχόλια","like":"Μου αρέσει","liked":"Μου άρεσε","likes":"Αρέσει","share":"Κοινοποίηση","shared":"Κοινοποιήθηκε","shares":"Κοινοποιήσεις","unshare":"Αναίρεση κοινοποίησης","cancel":"Ακύρωση","copyLink":"Αντιγραφή Συνδέσμου","delete":"Διαγραφή","error":"Σφάλμα","errorMsg":"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε αργότερα.","oops":"Ουπς!","other":"Άλλο","readMore":"Διαβάστε περισσότερα","success":"Επιτυχής","sensitive":"Ευαίσθητο","sensitiveContent":"Ευαίσθητο περιεχόμενο","sensitiveContentWarning":"Αυτή η δημοσίευση μπορεί να περιέχει ευαίσθητο περιεχόμενο"},"site":{"terms":"Όροι Χρήσης","privacy":"Πολιτική Απορρήτου"},"navmenu":{"search":"Αναζήτηση","admin":"Πίνακας εργαλείων διαχειριστή","homeFeed":"Αρχική ροή","localFeed":"Τοπική Ροή","globalFeed":"Ομοσπονδιακή Ροή","discover":"Ανακαλύψτε","directMessages":"Προσωπικά Μηνύματα","notifications":"Ειδοποιήσεις","groups":"Ομάδες","stories":"Ιστορίες","profile":"Προφίλ","drive":"Χώρος αποθήκευσης","settings":"Ρυθμίσεις","compose":"Δημιουργία νέου","logout":"Αποσύνδεση","about":"Σχετικά με","help":"Βοήθεια","language":"Γλώσσα","privacy":"Ιδιωτικότητα","terms":"Όροι","backToPreviousDesign":"Go back to previous design"},"directMessages":{"inbox":"Εισερχόμενα","sent":"Απεσταλμένο","requests":"Αιτήματα"},"notifications":{"liked":"επισήμανε ότι του αρέσει το","commented":"σχολίασε στο","reacted":"αντέδρασε στο {item} σας","shared":"κοινοποίησε το {item} σας","tagged":"σας πρόσθεσε με ετικέτα σε μια δημοσίευση","updatedA":"ενημέρωσε ένα","sentA":"έστειλε ένα","followed":"followed","mentioned":"αναφέρθηκε","you":"εσύ","yourApplication":"Η αίτησή σας για συμμετοχή","applicationApproved":"εγκρίθηκε!","applicationRejected":"απορρίφθηκε. Μπορείτε να κάνετε εκ νέου αίτηση για να συμμετάσχετε σε 6 μήνες.","dm":"πμ","groupPost":"ομαδική δημοσίευση","modlog":"modlog","post":"δημοσίευση","story":"ιστορία"},"post":{"shareToFollowers":"Μοιραστείτε με τους ακόλουθους","shareToOther":"Share to other","noLikes":"Δεν υπάρχουν likes ακόμα","uploading":"Μεταφόρτωση"},"profile":{"posts":"Δημοσιεύσεις","followers":"Ακόλουθοι","following":"Ακολουθεί","admin":"Διαχειριστής","collections":"Συλλογές","follow":"Ακολούθησε","unfollow":"Διακοπή παρακολούθησης","editProfile":"Επεξεργασία Προφίλ","followRequested":"Ακολουθήστε Το Αίτημα","joined":"Joined","emptyCollections":"Δεν μπορούμε να βρούμε συλλογές","emptyPosts":"Δεν μπορούμε να βρούμε δημοσιεύσεις"},"menu":{"viewPost":"Προβολη Δημοσίευσης","viewProfile":"Προβολή Προφίλ","moderationTools":"Εργαλεία Συντονισμού","report":"Αναφορά","archive":"Αρχειοθέτηση","unarchive":"Αναίρεση αρχειοθέτησης","embed":"Ενσωμάτωση","selectOneOption":"Επιλέξτε μία από τις ακόλουθες επιλογές","unlistFromTimelines":"Unlist from Timelines","addCW":"Προσ
/*!******************************************!*\
!*** ./resources/assets/js/i18n/en.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Comment","commented":"Commented","comments":"Comments","like":"Like","liked":"Liked","likes":"Likes","share":"Share","shared":"Shared","shares":"Shares","unshare":"Unshare","bookmark":"Bookmark","cancel":"Cancel","copyLink":"Copy Link","delete":"Delete","error":"Error","errorMsg":"Something went wrong. Please try again later.","oops":"Oops!","other":"Other","readMore":"Read more","success":"Success","proceed":"Proceed","next":"Next","close":"Close","clickHere":"click here","sensitive":"Sensitive","sensitiveContent":"Sensitive Content","sensitiveContentWarning":"This post may contain sensitive content"},"login":{"header":"Account Login"},"site":{"terms":"Terms of Use","privacy":"Privacy Policy"},"navmenu":{"search":"Search","admin":"Admin Dashboard","homeFeed":"Home Feed","localFeed":"Local Feed","globalFeed":"Global Feed","discover":"Discover","directMessages":"Direct Messages","notifications":"Notifications","groups":"Groups","stories":"Stories","uiSettings":"UI Settings","profile":"Profile","drive":"Drive","settings":"Settings","compose":"Create New Post","login":"Login","register":"Register","logout":"Logout","about":"About","help":"Help","language":"Language","privacy":"Privacy","terms":"Terms","poweredByPixelfed":"Powered by Pixelfed","backToPreviousDesign":"Go back to previous design"},"landing":{"auth":{"login":"Login","signup":"Signup"},"navmenu":{"about":"About","directory":"Directory","explore":"Explore"},"serverbanner":{"alt":"Server banner images"},"about":{"header":"Decentralized photo sharing social media powered by {pixelfedLink}","stats":{"posts":"Posts","activeUsers":"Active Users","totalUsers":"Total Users"},"details":{"about":"About","serverRules":"Server Rules","supportedFeatures":"Supported Features"},"features":{"photoPosts":"Photo Posts","photoAlbums":"Photo Albums","photoFilters":"Photo Filters","collections":"Collections","comments":"Comments","hashtags":"Hashtags","likes":"Likes","notifications":"Notifications","shares":"Shares","federation":"Federation","mobileAppSupport":"Mobile App Support","stories":"Stories","videos":"Videos"}},"discover":{"tagline":"Discover accounts and people","empty":"Nothing to show yet! Check back later."},"explore":{"tagline":"Explore trending posts"},"notfound":{"header":"404 - Not Found","description":"The page you are looking for does not exist","goback":"Go back home"},"footer":{"help":"Help","terms":"Terms","privacy":"Privacy","mobileApps":"Applications mobiles","poweredByPixelfed":"Powered by Pixelfed"}},"uiSettings":{"title":"UI Settings","theme":"Theme","themeAutoMode":"Auto","themeDarkMode":"Dark","themeLightMode":"Light","profileLayout":"Profile Layout","layoutGrid":"Grid","layoutMasonry":"Masonry","layoutFeed":"Feed","compactMediaPreviews":"Compact Media Previews","loadComments":"Load Comments","hideCountsStats":"Hide Counts & Stats"},"directMessages":{"inbox":"Inbox","sent":"Sent","requests":"Requests"},"notifications":{"liked":"liked your","commented":"commented on your","reacted":"reacted to your","shared":"shared your","tagged":"tagged you in a","updatedA":"updated a","sentA":"sent a","followed":"followed","mentioned":"mentioned","you":"you","yourApplication":"Your application to join","applicationApproved":"was approved!","applicationRejected":"was rejected. You can re-apply to join in 6 months.","dm":"dm","groupPost":"group post","modlog":"modlog","post":"post","story":"story","noneFound":"No notifications found"},"post":{"shareToFollowers":"Share to followers","shareToOther":"Share to other","noLikes":"No likes yet","uploading":"Uploading"},"profile":{"actions":{"requestFollow":"Follow","unfollow":"Unfollow","editProfile":"Edit Profile"},"relationship":{"followerCount":"Follower | Followers","followingCount":"Following","following":"Following","followRequested":"Follow Requested","followsYou":"Follows You"},"posts":"Posts","admin":"Admin","collections":"Collections","joined":"Joined","emptyCollections":"We can\'t seem to find any collections",
/*!******************************************!*\
!*** ./resources/assets/js/i18n/es.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Comentario","commented":"Comentado","comments":"Comentarios","like":"Me gusta","liked":"Te gusta","likes":"Me gustas","share":"Compartir","shared":"Compartido","shares":"Compartidos","unshare":"No compartir","cancel":"Cancelar","copyLink":"Copiar Enlace","delete":"Eliminar","error":"Error","errorMsg":"Algo fue mal. Por favor inténtelo de nuevo más tarde.","oops":"Upss!","other":"Otros","readMore":"Ver más","success":"Correcto","sensitive":"Sensible","sensitiveContent":"Contenido Sensible","sensitiveContentWarning":"Este post podría tener contenido sensible"},"site":{"terms":"Términos de Uso","privacy":"Política de Privacidad"},"navmenu":{"search":"Buscar","admin":"Panel de Administrador","homeFeed":"Feed Principal","localFeed":"Feed Local","globalFeed":"Feed Global","discover":"Descubre","directMessages":"Mensajes Directos","notifications":"Notificaciones","groups":"Grupos","stories":"Historias","profile":"Perfil","drive":"Multimedia","settings":"Ajustes","compose":"Crear Nuevo","logout":"Logout","about":"Acerca de","help":"Ayuda","language":"Idioma","privacy":"Privacidad","terms":"Términos","backToPreviousDesign":"Volver al diseño anterior"},"directMessages":{"inbox":"Entrada","sent":"Enviado","requests":"Solicitudes"},"notifications":{"liked":"le gustó tu","commented":"comentó en tu","reacted":"reaccionó a tu","shared":"ha compartido tu","tagged":"te ha etiquetado en","updatedA":"actualizó una","sentA":"envió un","followed":"te siguió","mentioned":"te mencionó","you":"tú","yourApplication":"Tu solicitud para unirse","applicationApproved":"ha sido aprobada!","applicationRejected":"ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.","dm":"md","groupPost":"publicación de grupo","modlog":"modlog","post":"publicación","story":"historia"},"post":{"shareToFollowers":"Compartir a seguidores","shareToOther":"Compartir a otros","noLikes":"No hay me gustas","uploading":"Subiendo"},"profile":{"posts":"Publicaciones","followers":"Seguidores","following":"Siguiendo","admin":"Administrador","collections":"Colecciones","follow":"Seguir","unfollow":"Dejar de seguir","editProfile":"Editar Perfil","followRequested":"Seguimiento Solicitado","joined":"Se unió","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Ver Publicación","viewProfile":"Ver Perfil","moderationTools":"Herramientas de Moderación","report":"Reportar","archive":"Archivar","unarchive":"No Archivar","embed":"Incrustar","selectOneOption":"Escoge una de las siguientes opciones","unlistFromTimelines":"No listar en Líneas Temporales","addCW":"Añadir Spoiler","removeCW":"Quitar Spoiler","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"No listar + Spoiler publicaciones actuales y futuras","spam":"Spam","sensitive":"Contenido Sensible","abusive":"Abusivo o Dañino","underageAccount":"Cuenta de Menor de Edad","copyrightInfringement":"Violación de Copyright","impersonation":"Suplantación","scamOrFraud":"Scam o Fraude","confirmReport":"Confirmar Reporte","confirmReportText":"¿Seguro que quieres reportar esta publicación?","reportSent":"¡Reporte enviado!","reportSentText":"Hemos recibido tu reporte de forma satisfactoria.","reportSentError":"Hubo un problema reportando esta publicación.","modAddCWConfirm":"¿Seguro que desea añadir un spoiler a esta publicación?","modCWSuccess":"Spoiler añadido correctamente","modRemoveCWConfirm":"¿Seguro que desea eliminar el spoiler de esta publicación?","modRemoveCWSuccess":"Spoiler eliminado correctamente","modUnlistConfirm":"¿Seguro que desea no listar esta publicación?","modUnlistSuccess":"Publicación no listada correctamente","modMarkAsSpammerConfirm":"¿Seguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no serán listadas en las líneas temporales y se les agregará un Spoiler o alerta de contenido.","modMarkAsSpammerSuccess":"Cuenta marcada como spam corre
/*!******************************************!*\
!*** ./resources/assets/js/i18n/eu.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Iruzkindu","commented":"Iruzkinduta","comments":"Iruzkinak","like":"Datsegit","liked":"Datsegit","likes":"Atsegite","share":"Partekatu","shared":"Partekatuta","shares":"Partekatze","unshare":"Utzi partekatzeari","cancel":"Utzi","copyLink":"Kopiatu esteka","delete":"Ezabatu","error":"Errorea","errorMsg":"Zerbait oker joan da. Saiatu berriro beranduago.","oops":"Ene!","other":"Bestelakoa","readMore":"Irakurri gehiago","success":"Burutu da","sensitive":"Hunkigarria","sensitiveContent":"Eduki hunkigarria","sensitiveContentWarning":"Bidalketa honek eduki hunkigarria izan dezake"},"site":{"terms":"Erabilera-baldintzak","privacy":"Pribatutasun politika"},"navmenu":{"search":"Bilatu","admin":"Adminaren panela","homeFeed":"Etxeko jarioa","localFeed":"Jario lokala","globalFeed":"Jario globala","discover":"Aurkitu","directMessages":"Mezu zuzenak","notifications":"Jakinarazpenak","groups":"Taldeak","stories":"Istorioak","profile":"Profila","drive":"Unitatea","settings":"Ezarpenak","compose":"Sortu berria","logout":"Saioa itxi","about":"Honi buruz","help":"Laguntza","language":"Hizkuntza","privacy":"Pribatutasuna","terms":"Baldintzak","backToPreviousDesign":"Itzuli aurreko diseinura"},"directMessages":{"inbox":"Sarrera ontzia","sent":"Bidalita","requests":"Eskaerak"},"notifications":{"liked":"datsegi zure","commented":"iruzkindu du zure","reacted":"-(e)k erantzun egin du zure","shared":"partekatu du zure","tagged":"etiketatu zaitu hemen:","updatedA":"-(e)k eguneratu egin du","sentA":"-(e)k bidali egin du","followed":"honi jarraitzen hasi da:","mentioned":"-(e)k aipatu zaitu","you":"zu","yourApplication":"Elkartzeko zure eskaera","applicationApproved":"onartu da!","applicationRejected":"ez da onartu. Berriz eska dezakezu 6 hilabete barru.","dm":"mezu pribatua","groupPost":"talde argitarapena","modlog":"modloga","post":"bidalketa","story":"istorioa"},"post":{"shareToFollowers":"Partekatu jarraitzaileei","shareToOther":"Partekatu besteekin","noLikes":"Atsegiterik ez oraindik","uploading":"Igotzen"},"profile":{"posts":"Bidalketak","followers":"Jarraitzaileak","following":"Jarraitzen","admin":"Admin","collections":"Bildumak","follow":"Jarraitu","unfollow":"Utzi jarraitzeari","editProfile":"Editatu profila","followRequested":"Jarraitzea eskatuta","joined":"Elkartu da","emptyCollections":"Ez dugu topatu bildumarik","emptyPosts":"Ez dugu topatu bidalketarik"},"menu":{"viewPost":"Ikusi bidalketa","viewProfile":"Ikusi profila","moderationTools":"Moderazio tresnak","report":"Salatu","archive":"Artxiboa","unarchive":"Desartxibatu","embed":"Kapsulatu","selectOneOption":"Hautatu aukera hauetako bat","unlistFromTimelines":"Denbora-lerroetatik ezkutatu","addCW":"Gehitu edukiaren abisua","removeCW":"Kendu edukiaren abisua","markAsSpammer":"Markatu zabor-bidaltzaile gisa","markAsSpammerText":"Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei","spam":"Zaborra","sensitive":"Eduki hunkigarria","abusive":"Bortxazko edo Mingarria","underageAccount":"Adin txikiko baten kontua","copyrightInfringement":"Copyrightaren urraketa","impersonation":"Nortasunaren iruzurra","scamOrFraud":"Iruzur edo lapurreta","confirmReport":"Berretsi salaketa","confirmReportText":"Ziur al zaude bidalketa hau salatu nahi duzula?","reportSent":"Salaketa bidali da","reportSentText":"Zure salaketa ondo jaso dugu.","reportSentError":"Arazo bat egon da bidalketa hau salatzean.","modAddCWConfirm":"Ziur al zaude edukiaren abisua jarri nahi duzula bidalketa honetan?","modCWSuccess":"Edukiaren abisua ondo gehitu da","modRemoveCWConfirm":"Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?","modRemoveCWSuccess":"Edukiaren abisua ondo kendu da","modUnlistConfirm":"Ziur al zaude bidalketa hau ezkutatu nahi duzula?","modUnlistSuccess":"Bidalketa ondo ezkutatu da","modMarkAsSpammerConfirm":"Ziur al zaude erabiltzaile hau zabor-bidaltzaile bezala markatu nahi duzula? Dagoeneko bidali dituen eta etorkizunean bidaliko dituen bidalketak denbora-lerroetatik ezkutatuko
/*!******************************************!*\
!*** ./resources/assets/js/i18n/fr.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Commenter","commented":"Commenté","comments":"Commentaires","like":"J\'aime","liked":"Aimé","likes":"J\'aime","share":"Partager","shared":"Partagé","shares":"Partages","unshare":"Ne plus partager","cancel":"Annuler","copyLink":"Copier le lien","delete":"Supprimer","error":"Erreur","errorMsg":"Une erreur est survenue. Veuillez réessayer plus tard.","oops":"Zut !","other":"Autre","readMore":"En savoir plus","success":"Opération réussie","sensitive":"Sensible","sensitiveContent":"Contenu sensible","sensitiveContentWarning":"Le contenu de ce message peut être sensible"},"site":{"terms":"Conditions d\'utilisation","privacy":"Politique de confidentialité"},"navmenu":{"search":"Chercher","admin":"Tableau de bord d\'administration","homeFeed":"Fil principal","localFeed":"Fil local","globalFeed":"Fil global","discover":"Découvrir","directMessages":"Messages Privés","notifications":"Notifications","groups":"Groupes","stories":"Stories","profile":"Profil","drive":"Médiathèque","settings":"Paramètres","compose":"Publier","logout":"Logout","about":"À propos","help":"Aide","language":"Langue","privacy":"Confidentialité","terms":"Conditions","backToPreviousDesign":"Revenir au design précédent"},"directMessages":{"inbox":"Boîte de réception","sent":"Boîte d\'envois","requests":"Demandes"},"notifications":{"liked":"a aimé votre","commented":"a commenté votre","reacted":"a réagi à votre","shared":"a partagé votre","tagged":"vous a tagué·e dans un","updatedA":"mis à jour un·e","sentA":"a envoyé un·e","followed":"s\'est abonné·e à","mentioned":"a mentionné","you":"vous","yourApplication":"Votre candidature à rejoindre","applicationApproved":"a été approuvée !","applicationRejected":"a été rejetée. Vous pouvez refaire une demande dans 6 mois.","dm":"mp","groupPost":"publication de groupe","modlog":"journal de modération","post":"publication","story":"story"},"post":{"shareToFollowers":"Partager avec ses abonné·e·s","shareToOther":"Partager avec d\'autres","noLikes":"Aucun J\'aime pour le moment","uploading":"Envoi en cours"},"profile":{"posts":"Publications","followers":"Abonné·e·s","following":"Abonnements","admin":"Administrateur·rice","collections":"Collections","follow":"S\'abonner","unfollow":"Se désabonner","editProfile":"Modifier votre profil","followRequested":"Demande d\'abonnement","joined":"A rejoint","emptyCollections":"Aucune collection ne semble exister","emptyPosts":"Aucune publication ne semble exister"},"menu":{"viewPost":"Voir la publication","viewProfile":"Voir le profil","moderationTools":"Outils de modération","report":"Signaler","archive":"Archiver","unarchive":"Désarchiver","embed":"Intégrer","selectOneOption":"Sélectionnez l\'une des options suivantes","unlistFromTimelines":"Retirer des flux","addCW":"Ajouter un avertissement de contenu","removeCW":"Enlever lavertissement de contenu","markAsSpammer":"Marquer comme spammeur·euse","markAsSpammerText":"Retirer + avertissements pour les contenus existants et futurs","spam":"Indésirable","sensitive":"Contenu sensible","abusive":"Abusif ou préjudiciable","underageAccount":"Compte d\'un·e mineur·e","copyrightInfringement":"Violation des droits dauteur","impersonation":"Usurpation d\'identité","scamOrFraud":"Arnaque ou fraude","confirmReport":"Confirmer le signalement","confirmReportText":"Êtes-vous sûr·e de vouloir signaler cette publication ?","reportSent":"Signalement envoyé !","reportSentText":"Nous avons bien reçu votre signalement.","reportSentError":"Une erreur s\'est produite lors du signalement de cette publication.","modAddCWConfirm":"Êtes-vous sûr·e de vouloir ajouter un avertissement de contenu à cette publication ?","modCWSuccess":"Avertissement de contenu ajouté avec succès","modRemoveCWConfirm":"Êtes-vous sûr·e de vouloir supprimer l\'avertissement de contenu sur cette publication ?","modRemoveCWSuccess":"Avertissement de contenu supprimé avec succès","modUnlistConfirm":"Ê
/*!*********************************************!*\
!*** ./resources/assets/js/i18n/fr_CA.json ***!
\*********************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Commenter","commented":"Commenté","comments":"Commentaires","like":"J\'aime","liked":"Aimé","likes":"J\'aime","share":"Partager","shared":"Partagé","shares":"Partages","unshare":"Ne plus partager","bookmark":"Signet","cancel":"Annuler","copyLink":"Copier le lien","delete":"Supprimer","error":"Erreur","errorMsg":"Une erreur s\'est produite; veuillez réessayer plus tard.","oops":"Zut!","other":"Autre","readMore":"En savoir plus","success":"Opération réussie","proceed":"Continuer","next":"Suivant","close":"Fermer","clickHere":"cliquez ici","sensitive":"Sensible","sensitiveContent":"Contenu sensible","sensitiveContentWarning":"Le contenu de ce message peut être sensible"},"login":{"header":"Connexion"},"site":{"terms":"Conditions d\'utilisation","privacy":"Politique de confidentialité"},"navmenu":{"search":"Rechercher","admin":"Administration","homeFeed":"Fil personnel","localFeed":"Fil local","globalFeed":"Fil universel","discover":"Découverte","directMessages":"Messages privés","notifications":"Notifications","groups":"Groupes","stories":"Stories","uiSettings":"Paramètres visuels","profile":"Mon profil","drive":"Médiathèque","settings":"Paramètres","login":"Connexion","logout":"Déconnexion","register":"Inscription","compose":"Rédiger une publication","about":"À propos","help":"Aide","language":"Langue","privacy":"Confidentialité","terms":"Conditions","poweredByPixelfed":"Propulsé par Pixelfed","backToPreviousDesign":"Basculer vers l\'ancienne interface"},"landing":{"auth":{"login":"Connexion","signup":"Inscription"},"navmenu":{"about":"À propos","directory":"Bottin","explore":"Découverte"},"about":{"header":"Le partage de photos dans un média social décentralisé, propulsé par {pixelfedLink}","stats":{"posts":"publications","activeUsers":"membre actif|membres actifs","totalUsers":"membre au total|membres au total"},"details":{"about":"À propos de ce site","serverRules":"Règlements","supportedFeatures":"Fonctionnalités offertes"},"features":{"photoPosts":"Publication de photos","photoAlbums":"Albums photos","photoFilters":"Filtres de traitement photo","collections":"Collections","comments":"Commentaires","hashtags":"Mots-clés","likes":"Mentions J\'aime","notifications":"Notifications","shares":"Partages","federation":"Fédération","mobileAppSupport":"Application mobile","stories":"Story","videos":"Contenu vidéo"}},"discover":{"tagline":"À la découverte de gens et d\'histoires","empty":"Rien de neuf, mais revenez jeter un coup d\'oeil plus tard!"},"explore":{"tagline":"Des publications qui font du bruit"},"notfound":{"header":"C\'est vide!","description":"Désolé, pas de contenu à cette addresse.","goback":"Retour à l\'accueil"},"footer":{"help":"Aide","terms":"Conditions","privacy":"Confidentialité","mobileApps":"Applications mobiles","poweredByPixelfed":"Propulsé par Pixelfed"}},"uiSettings":{"title":"Paramètres visuels","theme":"Jeu de couleurs","themeAutoMode":"Auto","themeDarkMode":"Sombre","themeLightMode":"Clair","profileLayout":"Mise en page du profil","layoutGrid":"Grille","layoutMasonry":"Masonry","layoutFeed":"Fil","compactMediaPreviews":"Affichage des aperçus en format compact","loadComments":"Chargement des commentaires","hideCountsStats":"Masquage des décomptes et des statistiques"},"directMessages":{"inbox":"Boîte de réception","sent":"Boîte d\'envoi","requests":"Demandes"},"notifications":{"liked":"a aimé votre","commented":"a commenté votre","reacted":"a réagi à votre","shared":"a partagé votre","tagged":"vous a identifié·e dans un·e","updatedA":"mis à jour un·e","sentA":"a envoyé un·e","followed":"s\'est abonné·e à","mentioned":"a mentionné","you":"vous","yourApplication":"Votre candidature","applicationApproved":"a été approuvée!","applicationRejected":"a été rejetée. Vous pourrez tenter à nouveau dans 6 mois.","dm":"mp","groupPost":"publication de groupe","modlog":"journal de modération","post":"publication","story":"story","noneF
/*!******************************************!*\
!*** ./resources/assets/js/i18n/gd.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Beachd","commented":"Commented","comments":"Comments","like":"Like","liked":"Liked","likes":"Likes","share":"Co-roinn","shared":"Shared","shares":"Shares","unshare":"Unshare","cancel":"Sguir dheth","copyLink":"Dèan lethbhreac dhen cheangal","delete":"Sguab às","error":"Mearachd","errorMsg":"Something went wrong. Please try again later.","oops":"Ìoc!","other":"Other","readMore":"Read more","success":"Success","sensitive":"Frionasach","sensitiveContent":"Susbaint fhrionasach","sensitiveContentWarning":"This post may contain sensitive content"},"site":{"terms":"Terms of Use","privacy":"Privacy Policy"},"navmenu":{"search":"Lorg","admin":"Admin Dashboard","homeFeed":"Inbhir na dachaigh","localFeed":"Inbhir ionadail","globalFeed":"Global Feed","discover":"Discover","directMessages":"Direct Messages","notifications":"Brathan","groups":"Buidhnean","stories":"Sgeulan","profile":"Pròifil","drive":"Draibh","settings":"Roghainnean","compose":"Cruthaich fear ùr","logout":"Logout","about":"Mu dhèidhinn","help":"Cobhair","language":"Cànan","privacy":"Prìobhaideachd","terms":"Teirmichean","backToPreviousDesign":"Go back to previous design"},"directMessages":{"inbox":"Am bogsa a-steach","sent":"Sent","requests":"Iarrtasan"},"notifications":{"liked":"liked your","commented":"commented on your","reacted":"reacted to your","shared":"shared your","tagged":"tagged you in a","updatedA":"updated a","sentA":"sent a","followed":"followed","mentioned":"mentioned","you":"you","yourApplication":"Your application to join","applicationApproved":"was approved!","applicationRejected":"was rejected. You can re-apply to join in 6 months.","dm":"dm","groupPost":"group post","modlog":"modlog","post":"post","story":"sgeul"},"post":{"shareToFollowers":"Share to followers","shareToOther":"Share to other","noLikes":"No likes yet","uploading":"Uploading"},"profile":{"posts":"Posts","followers":"Followers","following":"Following","admin":"Admin","collections":"Cruinneachaidhean","follow":"Lean air","unfollow":"Unfollow","editProfile":"Deasaich a phròifil","followRequested":"Follow Requested","joined":"Joined","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Seall am post","viewProfile":"Seall a phròifil","moderationTools":"Innealan na maorsainneachd","report":"Report","archive":"Archive","unarchive":"Unarchive","embed":"Leabaich","selectOneOption":"Tagh tè dhe na roghainnean seo","unlistFromTimelines":"Unlist from Timelines","addCW":"Cuir rabhadh susbainte ris","removeCW":"Thoir air falbh an rabhadh susbainte","markAsSpammer":"Cuir comharra gur e spamair a th ann","markAsSpammerText":"Unlist + CW existing and future posts","spam":"Spama","sensitive":"Susbaint fhrionasach","abusive":"Abusive or Harmful","underageAccount":"Underage Account","copyrightInfringement":"Copyright Infringement","impersonation":"Impersonation","scamOrFraud":"Scam or Fraud","confirmReport":"Dearbh an gearan","confirmReportText":"Are you sure you want to report this post?","reportSent":"Chaidh an gearan a chur!","reportSentText":"Fhuair sinn do ghearan.","reportSentError":"There was an issue reporting this post.","modAddCWConfirm":"Are you sure you want to add a content warning to this post?","modCWSuccess":"Successfully added content warning","modRemoveCWConfirm":"Are you sure you want to remove the content warning on this post?","modRemoveCWSuccess":"Successfully removed content warning","modUnlistConfirm":"Are you sure you want to unlist this post?","modUnlistSuccess":"Successfully unlisted post","modMarkAsSpammerConfirm":"Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.","modMarkAsSpammerSuccess":"Successfully marked account as spammer","toFollowers":"to Followers","showCaption":"Seall am fo-thiotal","showLikes":"Show Likes","compactMode":"Compact Mode","embedConfirmText":"By usi
/*!******************************************!*\
!*** ./resources/assets/js/i18n/gl.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentou","comments":"Comentarios","like":"Agrádame","liked":"Gustoulle","likes":"Gustoulle","share":"Compartir","shared":"Compartiu","shares":"Compartido","unshare":"Non compartir","cancel":"Cancelar","copyLink":"Copiar ligazón","delete":"Eliminar","error":"Erro","errorMsg":"Algo foi mal. Ténteo de novo máis tarde.","oops":"Vaites!","other":"Outro","readMore":"Ler máis","success":"Éxito","sensitive":"Sensible","sensitiveContent":"Contido sensible","sensitiveContentWarning":"Esta publicación pode conter contido sensible"},"site":{"terms":"Termos de uso","privacy":"Política de Privacidade"},"navmenu":{"search":"Busca","admin":"Panel Administrativo","homeFeed":"Cronoloxía de Inicio","localFeed":"Cronoloxía Local","globalFeed":"Cronoloxía Global","discover":"Descubrir","directMessages":"Mensaxes Directas","notifications":"Notificacións","groups":"Grupos","stories":"Historias","profile":"Perfil","drive":"Drive","settings":"Axustes","compose":"Crear Nova","logout":"Logout","about":"Acerca de","help":"Axuda","language":"Idioma","privacy":"Privacidade","terms":"Termos","backToPreviousDesign":"Volver ó deseño previo"},"directMessages":{"inbox":"Bandexa de entrada","sent":"Enviados","requests":"Peticións"},"notifications":{"liked":"gustoulle a túa","commented":"comentou na túa","reacted":"reaccionou a túa","shared":"compartiu a túa","tagged":"etiquetoute nunca","updatedA":"actualizou unha","sentA":"enviou unha","followed":"seguiu","mentioned":"mencionou","you":"you","yourApplication":"A túa solicitude para unirte","applicationApproved":"foi aprobada!","applicationRejected":"for rexeitada. Podes volver a solicitar unirte en 6 meses.","dm":"md","groupPost":"group post","modlog":"modlog","post":"publicación","story":"historia"},"post":{"shareToFollowers":"Compartir a seguidores","shareToOther":"Compartir a outros","noLikes":"Sen gústame por agora","uploading":"Subindo"},"profile":{"posts":"Publicacións","followers":"Seguidores","following":"Seguindo","admin":"Administrador","collections":"Coleccións","follow":"Seguir","unfollow":"Deixar de seguir","editProfile":"Editar perfil","followRequested":"Seguimento pedido","joined":"Uniuse","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Ver publicación","viewProfile":"Ver perfil","moderationTools":"Ferramentas de moderación","report":"Informar","archive":"Arquivar","unarchive":"Desarquivar","embed":"Incrustar","selectOneOption":"Elixe unha das seguintes opcións","unlistFromTimelines":"Desalistar das cronoloxías","addCW":"Engadir aviso sobre o contido","removeCW":"Retirar o aviso sobre o contido","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"Desalistar + aviso sobre o contido en publicacións existentes e futuras","spam":"Spam","sensitive":"Contido sensible","abusive":"Abusivo ou daniño","underageAccount":"Conta de minor de idade","copyrightInfringement":"Violación dos dereitos de autor","impersonation":"Suplantación de identidade","scamOrFraud":"Estafa ou fraude","confirmReport":"Confirmar reporte","confirmReportText":"Seguro que queres informar sobre esta publicación?","reportSent":"Informe enviado!","reportSentText":"Recibimos correctamente o teu informe.","reportSentError":"Houbo un problema reportando esta publicación.","modAddCWConfirm":"Seguro que queres engadir un aviso de contido sobre esta publicación?","modCWSuccess":"Aviso de contido engadido correctamente","modRemoveCWConfirm":"Seguro que queres eliminar o aviso de contido sobre esta publicación?","modRemoveCWSuccess":"Aviso de contido eliminado correctamente","modUnlistConfirm":"Seguro que queres desalistar esta publicación?","modUnlistSuccess":"Publicación desalistada correctamente","modMarkAsSpammerConfirm":"Seguro que queres marcar a este usuario como spam? Todas as publicacións existentes e futuras serán desalistadas das cronoloxías e un aviso de contido será apl
/*!******************************************!*\
!*** ./resources/assets/js/i18n/he.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"תגובה","commented":"הגיבו","comments":"תגובות","like":"אוהב","liked":"אהבתי","likes":"אהבות","share":"שיתוף","shared":"שיתפו","shares":"שיתופים","unshare":"ביטול-שיתוף","cancel":"ביטול","copyLink":"העתק קישור","delete":"מחק","error":"שגיאה","errorMsg":"משהו השתבש. אנא נסו שוב מאוחר יותר.","oops":"אופס!","other":"אחר","readMore":"קרא עוד","success":"הצלחה","sensitive":"רגיש","sensitiveContent":"תוכן רגיש","sensitiveContentWarning":"פוסט זה עלול להכיל תוכן רגיש"},"site":{"terms":"תנאי שימוש","privacy":"מדיניות פרטיות"},"navmenu":{"search":"חיפוש","admin":"לוח בקרה למנהל","homeFeed":"פיד ביתי","localFeed":"פיד מקומי","globalFeed":"פיד גלובאלי","discover":"גלו","directMessages":"הודעות אישיות","notifications":"התראות","groups":"קבוצות","stories":"סיפורים","profile":"פרופיל","drive":"כונן (דרייב)","settings":"הגדרות","compose":"צרו חדש","logout":"התנתק/י","about":"אודות","help":"עזרה","language":"שפה","privacy":"פרטיות","terms":"תנאים","backToPreviousDesign":"חזרה לעיצוב הקודם"},"directMessages":{"inbox":"הודעות נכנסות","sent":"הודעות יוצאות","requests":"בקשות"},"notifications":{"liked":"אהבו לך","commented":"הגיבו לך על","reacted":"הגיבו לך על","shared":"שיתפו לך","tagged":"תייגו אותך בתוך","updatedA":"עדכנו","sentA":"שלחו","followed":"עוקבים","mentioned":"ציינו","you":"אתכם","yourApplication":"בקשתכם להצטרפות","applicationApproved":"אושרה!","applicationRejected":"נדחתה. ניתן לשלוח בקשה חוזרת לאחר 6 חודשים.","dm":"הודעה אישית","groupPost":"פוסט קבוצתי","modlog":"לוג מנהלים","post":"פוסט","story":"סטורי"},"post":{"shareToFollowers":"שתף לעוקבים","shareToOther":"שתף ל-אחר","noLikes":"אין עדיין סימוני \\"אהבתי\\"","uploading":"מעלה"},"profile":{"posts":"פוסטים","followers":"עוקבים","following":"עוקב/ת","admin":"מנהל מערכת","collections":"אוספים","follow":"עקוב","unfollow":"הפסק מעקב","editProfile":"ערוך פרופיל","followRequested":"בקשת עקיבה","joined":"הצטרפויות","emptyCollections":"לא נמצאו אוספים","emptyPosts":"לא נמצאו פוסטים"},"menu":{"viewPost":"הצג פוסט","viewProfile":"הצג פרופיל","moderationTools":"כלי ניהול","report":"דווח","archive":"ארכיון","unarchive":"הסר מהארכיון","embed":"הטמע","selectOneOption":"בחר באחד מהאפשרויות הבאות","unlistFromTimelines":"העלם מטיימליינים","addCW":"הוסף אזהרת תוכן","removeCW":"הסר אזהרת תוכן","markAsSpammer":"סמן בתור ספאמר (מציף)","markAsSpammerText":"העלם והפעל אזהרת תוכן לפוסטים קיימים ועתידיים","spam":"ספאם","sensitive":"תוכן רגיש","abusive":"תוכן מטריד או מזיק","underageAccount":"תוכן עם קטינים","copyrightInfringement":"הפרת זכויות יוצרים","impersonation":"התחזות","scamOrFraud":"הונאה","confirmReport":"אישור דיווח","confirmReportText":"האם אתם בטוחים שברצונכם לדווח על פוסט זה?","reportSent":"דיווח נשלח!","reportSentText":"התקבלה הדיווח.","reportSentError":"הייתה תקלה בדיווח פוסט זה.","modAddCWConfirm":"אתם בטוחים שברצונכם להוסיף אזהרת תוכן לפוסט זה?","modCWSuccess":"אזהרת תוכן נוספה בהצלחה","modRemoveCWConfirm":"אתם בטוחים שברצונכם להסיר את אזה<EFBFBD>
/*!******************************************!*\
!*** ./resources/assets/js/i18n/id.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Komentar","commented":"Dikomentari","comments":"Komentar","like":"Menyukai","liked":"Disukai","likes":"Suka","share":"Bagikan","shared":"Dibagikan","shares":"Dibagikan","unshare":"Batalkan berbagi","cancel":"Batal","copyLink":"Salin tautan","delete":"Hapus","error":"Kesalahan","errorMsg":"Telah terjadi kesalahan. Silakan coba lagi nanti.","oops":"Oops!","other":"Lainnya","readMore":"Baca selengkapnya","success":"Berhasil","sensitive":"Sensitif","sensitiveContent":"Konten Sensitif","sensitiveContentWarning":"Postingan ini mengandung konten sensitif"},"site":{"terms":"Ketentuan Penggunaan","privacy":"Kebijakan Privasi"},"navmenu":{"search":"Cari","admin":"Dasbor Admin","homeFeed":"Beranda","localFeed":"Umpan lokal","globalFeed":"Umpan global","discover":"Jelajahi","directMessages":"Pesan Langsung","notifications":"Notifikasi","groups":"Grup","stories":"Cerita","profile":"Profil","drive":"Perangkat Keras","settings":"Pengaturan","compose":"Membuat baru","logout":"Keluar","about":"Tentang","help":"Bantuan","language":"Bahasa","privacy":"Privasi","terms":"Ketentuan","backToPreviousDesign":"Kembali ke desain sebelumnya"},"directMessages":{"inbox":"Kotak Masuk","sent":"Terkirim","requests":"Permintaan"},"notifications":{"liked":"menyukai","commented":"mengomentari","reacted":"bereaksi terhadap","shared":"membagikan","tagged":"menandai Anda pada sebuah","updatedA":"mengupdate sebuah","sentA":"mengirim sebuah","followed":"diikuti","mentioned":"disebut","you":"anda","yourApplication":"Aplikasi anda untuk mengikuti","applicationApproved":"telah disetujui!","applicationRejected":"telah ditolak. Anda dapat kembali mengajukan untuk bergabung dalam 6 bulan.","dm":"dm","groupPost":"postingan grup","modlog":"modlog","post":"postingan","story":"cerita"},"post":{"shareToFollowers":"Membagikan kepada pengikut","shareToOther":"Membagikan ke orang lain","noLikes":"Belum ada yang menyukai","uploading":"Mengunggah"},"profile":{"posts":"Postingan","followers":"Pengikut","following":"Mengikuti","admin":"Pengelola","collections":"Koleksi","follow":"Ikuti","unfollow":"Berhenti Ikuti","editProfile":"Ubah Profil","followRequested":"Meminta Permintaan Mengikuti","joined":"Bergabung","emptyCollections":"Sepertinya kami tidak dapat menemukan koleksi apapun","emptyPosts":"Sepertinya kami tidak dapat menemukan postingan apapun"},"menu":{"viewPost":"Lihat Postingan","viewProfile":"Lihat Profil","moderationTools":"Alat Moderasi","report":"Laporkan","archive":"Arsipkan","unarchive":"Keluarkan dari arsip","embed":"Penyemat","selectOneOption":"Pilih salah satu dari opsi berikut","unlistFromTimelines":"Keluarkan dari Timeline","addCW":"Tambahkan peringatan konten","removeCW":"Hapus Peringatan Konten","markAsSpammer":"Tandai sebagai pelaku spam","markAsSpammerText":"Hapus dari daftar dan tambahkan peringatan konten pada konten yang telah ada dan akan datang","spam":"Spam","sensitive":"Konten Sensitif","abusive":"Kasar atau Berbahaya","underageAccount":"Akun di bawah umur","copyrightInfringement":"Pelanggaran Hak Cipta","impersonation":"Peniruan","scamOrFraud":"Penipuan","confirmReport":"Konfirmasi Laporan","confirmReportText":"Apakah Anda yakin ingin melaporkan postingan ini?","reportSent":"Laporan Terkirim!","reportSentText":"Kita telah berhasil menerima laporan Anda.","reportSentError":"Ada masalah saat melaporkan postingan ini.","modAddCWConfirm":"Apakah Anda yakin ingin menambahkan peringatan konten pada postingan ini?","modCWSuccess":"Berhasil menambahkan peringatan konten","modRemoveCWConfirm":"Apakah Anda yakin ingin menghapus peringatan konten pada postingan ini?","modRemoveCWSuccess":"Berhasil menghapus peringatan konten","modUnlistConfirm":"Apakah Anda yakin ingin mengeluarkan postingan ini dari daftar?","modUnlistSuccess":"Berhasil mengeluarkan postingan dari daftar","modMarkAsSpammerConfirm":"Apakah Anda ingin menandai pengguna ini sebagai pelaku spam? Semua postingan yang ada dan akan datang akan dihapus dari timeline dan peringatan konten aka
/*!******************************************!*\
!*** ./resources/assets/js/i18n/it.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Commenta","commented":"Commentato","comments":"Commenti","like":"Like","liked":"Like aggiunto","likes":"Tutti i Like","share":"Condividi","shared":"Condiviso","shares":"Condivisioni","unshare":"Annulla condivisione","cancel":"Annulla","copyLink":"Copia link","delete":"Elimina","error":"Errore","errorMsg":"Qualcosa è andato storto. Sei pregato di riprovare più tardi.","oops":"Ops!","other":"Altro","readMore":"Leggi di più","success":"Riuscito","sensitive":"Sensibile","sensitiveContent":"Contenuto Sensibile","sensitiveContentWarning":"Questo post potrebbe contenere contenuti sensibili"},"site":{"terms":"Termini di Utilizzo","privacy":"Informativa Privacy"},"navmenu":{"search":"Cerca","admin":"Pannello di amministrazione","homeFeed":"Feed Home","localFeed":"Feed Locale","globalFeed":"Feed Globale","discover":"Esplora","directMessages":"Messaggi Diretti","notifications":"Notifiche","groups":"Gruppi","stories":"Storie","profile":"Profilo","drive":"Drive","settings":"Impostazioni","compose":"Crea Nuovo","logout":"Esci","about":"Info","help":"Supporto","language":"Lingua","privacy":"Privacy","terms":"Condizioni","backToPreviousDesign":"Torna al design precedente"},"directMessages":{"inbox":"In arrivo","sent":"Inviata","requests":"Richieste"},"notifications":{"liked":"ha messo like a","commented":"ha commentato","reacted":"ha reagito a","shared":"ha condiviso","tagged":"ti ha taggato in","updatedA":"ha aggiornato un","sentA":"ha inviato un","followed":"stai seguendo","mentioned":"menzionato","you":"tu","yourApplication":"La tua candidatura per unirti","applicationApproved":"è stata approvata!","applicationRejected":"è stata respinta. Puoi richiedere di unirti fra 6 mesi.","dm":"dm","groupPost":"post di gruppo","modlog":"modlog","post":"post","story":"storia"},"post":{"shareToFollowers":"Condividi con i follower","shareToOther":"Condividi con altri","noLikes":"Ancora nessun Like","uploading":"Caricamento in corso"},"profile":{"posts":"Post","followers":"Follower","following":"Seguiti","admin":"Amministrazione","collections":"Collezioni","follow":"Segui","unfollow":"Smetti di seguire","editProfile":"Modifica profilo","followRequested":"Richiesta in attesa","joined":"Iscritto","emptyCollections":"Non riusciamo a trovare alcuna collezione","emptyPosts":"Non riusciamo a trovare alcun post"},"menu":{"viewPost":"Mostra Post","viewProfile":"Mostra Profilo","moderationTools":"Strumenti di moderazione","report":"Segnala","archive":"Archivia","unarchive":"Rimuovi dall\'archivio","embed":"Incorpora","selectOneOption":"Scegli una delle seguenti opzioni","unlistFromTimelines":"Rimuovi dalle Timeline","addCW":"Aggiungi segnalazione","removeCW":"Rimuovi segnalazione","markAsSpammer":"Segna come Spammer","markAsSpammerText":"Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri","spam":"Spam","sensitive":"Contenuto Sensibile","abusive":"Abusivo o Dannoso","underageAccount":"Account di minorenne","copyrightInfringement":"Violazione del copyright","impersonation":"Impersonifica","scamOrFraud":"Truffa o frode","confirmReport":"Conferma Segnalazione","confirmReportText":"Sei sicurə di voler segnalare questo contenuto?","reportSent":"Segnalazione inviata!","reportSentText":"Abbiamo ricevuto la tua segnalazione con successo.","reportSentError":"Si è verificato un problema nella segnalazione di questo post.","modAddCWConfirm":"Sei sicurə di voler segnalare come sensibile questo post?","modCWSuccess":"Segnalazione aggiunta con successo","modRemoveCWConfirm":"Sei sicurə di voler rimuovere la segnalazione da questo post?","modRemoveCWSuccess":"Segnalazione rimossa con successo","modUnlistConfirm":"Sei sicurə di voler rimuovere questo post dallelenco?","modUnlistSuccess":"Post rimosso dallelenco con successo","modMarkAsSpammerConfirm":"Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibil
/*!******************************************!*\
!*** ./resources/assets/js/i18n/ja.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"","commented":"","comments":"","like":"","liked":"","likes":"","share":"","shared":"","shares":"","unshare":"","cancel":"","copyLink":"","delete":"","error":"","errorMsg":"","oops":"","other":"","readMore":"","success":"","sensitive":"","sensitiveContent":"","sensitiveContentWarning":"稿"},"site":{"terms":"","privacy":""},"navmenu":{"search":"","admin":"","homeFeed":"","localFeed":"","globalFeed":"","discover":"","directMessages":"","notifications":"","groups":"","stories":"","profile":"","drive":"","settings":"","compose":"稿","logout":"","about":"","help":"","language":"","privacy":"","terms":"","backToPreviousDesign":""},"directMessages":{"inbox":"","sent":"","requests":""},"notifications":{"liked":"liked your","commented":"commented on your","reacted":"reacted to your","shared":"shared your","tagged":"tagged you in a","updatedA":"updated a","sentA":"sent a","followed":"followed","mentioned":"mentioned","you":"","yourApplication":"Your application to join","applicationApproved":"was approved!","applicationRejected":"was rejected. You can re-apply to join in 6 months.","dm":"dm","groupPost":"稿","modlog":"","post":"稿","story":""},"post":{"shareToFollowers":"","shareToOther":"","noLikes":"","uploading":""},"profile":{"posts":"稿","followers":"","following":"","admin":"","collections":"","follow":"","unfollow":"","editProfile":"","followRequested":"","joined":"","emptyCollections":"","emptyPosts":"稿"},"menu":{"viewPost":"稿","viewProfile":"","moderationTools":"","report":"","archive":"","unarchive":"","embed":"","selectOneOption":"1","unlistFromTimelines":"","addCW":"","removeCW":"","markAsSpammer":"","markAsSpammerText":"稿","spam":"","sensitive":"","abusive":"","underageAccount":"","copyrightInfringement":"","impersonation":"","scamOrFraud":"","confirmReport":"","confirmReportText":"稿","reportSent":"","reportSentText":"","reportSentError":"稿","modAddCWConfirm":"稿<EFBFBD><EFBFBD>
/*!******************************************!*\
!*** ./resources/assets/js/i18n/nl.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Reactie","commented":"Heeft gereageerd","comments":"Reacties","like":"Leuk","liked":"Leuk gevonden","likes":"Leuk gevonden","share":"Delen","shared":"Gedeeld","shares":"Gedeeld door","unshare":"Niet meer delen","cancel":"Annuleren","copyLink":"Link kopiëren","delete":"Verwijderen","error":"Fout","errorMsg":"Er is iets misgegaan. Probeer het later opnieuw.","oops":"Oeps!","other":"Anders","readMore":"Lees meer","success":"Geslaagd","sensitive":"Gevoelig","sensitiveContent":"Gevoelige inhoud","sensitiveContentWarning":"Deze post kan gevoelige inhoud bevatten"},"site":{"terms":"Gebruiksvoorwaarden","privacy":"Privacy beleid"},"navmenu":{"search":"Zoeken","admin":"Beheerdersdashboard","homeFeed":"Thuis Feed","localFeed":"Lokale Feed","globalFeed":"Globale feed","discover":"Ontdekken","directMessages":"Directe berichten","notifications":"Notificaties","groups":"Groepen","stories":"Verhalen","profile":"Profiel","drive":"Drive","settings":"Instellingen","compose":"Nieuwe aanmaken","logout":"Logout","about":"Over","help":"Hulp","language":"Taal","privacy":"Privacy","terms":"Voorwaarden","backToPreviousDesign":"Ga terug naar het vorige ontwerp"},"directMessages":{"inbox":"Inbox","sent":"Verzonden","requests":"Verzoeken"},"notifications":{"liked":"vond leuk je","commented":"reageerde op je","reacted":"heeft gereageerd op je","shared":"deelde je","tagged":"heeft je gatagged in","updatedA":"heeft bijgewerkt een","sentA":"stuurde een","followed":"volgde","mentioned":"noemde","you":"jou","yourApplication":"Uw aanvraag om toe te treden","applicationApproved":"werd goedgekeurd!","applicationRejected":"werd afgekeurd. Je kunt over 6 maanden opnieuw aanmelden.","dm":"dm","groupPost":"groepspost","modlog":"modlogboek","post":"post","story":"verhaal"},"post":{"shareToFollowers":"Deel met volgers","shareToOther":"Deel met anderen","noLikes":"Nog geen leuks","uploading":"Uploaden"},"profile":{"posts":"Posts","followers":"Volgers","following":"Aan het volgen","admin":"Beheerder","collections":"Collecties","follow":"Volgen","unfollow":"Ontvolgen","editProfile":"Profiel bewerken","followRequested":"Volgen verzocht","joined":"Lid geworden","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Post bekijken","viewProfile":"Profiel bekijken","moderationTools":"Moderatiegereedschappen","report":"Rapporteren","archive":"Archief","unarchive":"Dearchiveren","embed":"Insluiten","selectOneOption":"Selecteer een van de volgende opties","unlistFromTimelines":"Uit tijdlijnen halen","addCW":"Inhoudswaarschuwing toevoegen","removeCW":"Inhoudswaarschuwing verwijderen","markAsSpammer":"Markeren als spammer","markAsSpammerText":"Uit lijst halen + inhoudswaarschuwing bestaande en toekomstige posts","spam":"Spam","sensitive":"Gevoelige inhoud","abusive":"Beledigend of Schadelijk","underageAccount":"Minderjarig account","copyrightInfringement":"Auteursrechtenschending","impersonation":"Impersonatie","scamOrFraud":"Oplichting of fraude","confirmReport":"Bevestig Rapport","confirmReportText":"Weet je zeker dat je deze post wilt rapporteren?","reportSent":"Rapport verzonden!","reportSentText":"We hebben uw rapport met succes ontvangen.","reportSentError":"Er is een probleem opgetreden bij het rapporteren van deze post.","modAddCWConfirm":"Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan deze post?","modCWSuccess":"Inhoudswaarschuwing succesvol toegevoegd","modRemoveCWConfirm":"Weet u zeker dat u de waarschuwing voor inhoud wilt verwijderen van deze post?","modRemoveCWSuccess":"Succesvol de inhoudswaarschuwing verwijderd","modUnlistConfirm":"Weet je zeker dat je deze post uit de lijst wilt halen?","modUnlistSuccess":"Post met succes uit de lijst gehaald","modMarkAsSpammerConfirm":"Weet u zeker dat u deze gebruiker wilt markeren als spammer? Alle bestaande en toekomstige posts worden niet vermeld op tijdlijnen en een waarschuwing over de inhoud zal worden toegepast.","mod
/*!******************************************!*\
!*** ./resources/assets/js/i18n/pl.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Skomentuj","commented":"Skomentowane","comments":"Komentarze","like":"Polub","liked":"Polubione","likes":"Polubienia","share":"Udostępnij","shared":"Udostępnione","shares":"Udostępnione","unshare":"Anuluj udostępnianie","cancel":"Anuluj","copyLink":"Kopiuj Link","delete":"Usuń","error":"Błąd","errorMsg":"Coś poszło nie tak. Spróbuj ponownie później.","oops":"Ups!","other":"Inne","readMore":"Czytaj więcej","success":"Sukces","sensitive":"Wrażliwe","sensitiveContent":"Treść wrażliwa","sensitiveContentWarning":"Ten post może zawierać wrażliwe treści"},"site":{"terms":"Warunki Użytkowania","privacy":"Polityka Prywatności"},"navmenu":{"search":"Szukaj","admin":"Panel administracyjny","homeFeed":"Główny kanał","localFeed":"Lokalny kanał","globalFeed":"Globalny kanał","discover":"Odkrywaj","directMessages":"Wiadomości bezpośrednie","notifications":"Powiadomienia","groups":"Grupy","stories":"Opowieści","profile":"Profil","drive":"Dysk","settings":"Ustawienia","compose":"Utwórz nowy","logout":"Logout","about":"O nas","help":"Pomoc","language":"Język","privacy":"Prywatność","terms":"Regulamin","backToPreviousDesign":"Wróć do poprzedniego wyglądu"},"directMessages":{"inbox":"Wiadomości","sent":"Wysłane","requests":"Prośby o kontakt"},"notifications":{"liked":"polubił(a) twoje","commented":"skomentował(a) twoje","reacted":"zareagował(a) na twoje","shared":"udostępnił(-a) twój","tagged":"oznaczono cię w","updatedA":"zaktualizowano","sentA":"wysłano","followed":"zaobserwował(-a)","mentioned":"wspominał(-a)","you":"ciebie","yourApplication":"Twoja prośba o dołączenie","applicationApproved":"została zatwierdzona!","applicationRejected":"została odrzucona. Możesz ponownie ubiegać się o dołączenie za 6 miesięcy.","dm":"Wiadomość prywatna","groupPost":"post grupowy","modlog":"logi","post":"post","story":"opowieść"},"post":{"shareToFollowers":"Udostępnij obserwującym","shareToOther":"Udostępnij innym","noLikes":"Brak polubień","uploading":"Przesyłanie"},"profile":{"posts":"Posty","followers":"Obserwujący","following":"Obserwowane","admin":"Administrator","collections":"Kolekcje","follow":"Obserwuj","unfollow":"Przestań obserwować","editProfile":"Edytuj profil","followRequested":"Prośba o zaobserwowanie","joined":"Dołączono","emptyCollections":"Nie możemy znaleźć żadnych kolekcji","emptyPosts":"Nie możemy znaleźć żadnych postów"},"menu":{"viewPost":"Zobacz post","viewProfile":"Zobacz profil","moderationTools":"Narzędzia moderacyjne","report":"Zgłoś","archive":"Przenieś do archiwum","unarchive":"Usuń z archiwum","embed":"Osadź","selectOneOption":"Wybierz jedną z następujących opcji","unlistFromTimelines":"Usuń z osi czasu","addCW":"Dodaj ostrzeżenie o treści","removeCW":"Usuń ostrzeżenie o treści","markAsSpammer":"Oznacz jako Spamer","markAsSpammerText":"Usuń z listy i dodaj ostrzeżenia o treści do istniejących i przyszłych postów","spam":"Spam","sensitive":"Treść wrażliwa","abusive":"Obraźliwe lub krzywdzące","underageAccount":"Konto dla niepełnoletnich","copyrightInfringement":"Naruszenie praw autorskich","impersonation":"Podszywanie się pod inne osoby","scamOrFraud":"Oszustwo lub próba wyłudzenia","confirmReport":"Potwierdź zgłoszenie","confirmReportText":"Czy na pewno chcesz zgłosić ten post?","reportSent":"Zgłoszenie wysłane!","reportSentText":"Otrzymaliśmy Twój raport.","reportSentError":"Wystąpił błąd podczas zgłaszania tego posta.","modAddCWConfirm":"Czy na pewno chcesz dodać ostrzeżenie o treści do tego wpisu?","modCWSuccess":"Pomyślnie dodano ostrzeżenie o treści","modRemoveCWConfirm":"Czy na pewno chcesz usunąć ostrzeżenie o treści tego wpisu?","modRemoveCWSuccess":"Pomyślnie usunięto ostrzeżenie o treści","modUnlistConfirm":"Czy na pewno chcesz usunąć z listy ten wpis?","modUnlistSuccess":"Pomyślnie usunięto post z listy","modMarkAsSpammerConfirm":"Czy na pewno chcesz oznaczyć te
/*!******************************************!*\
!*** ./resources/assets/js/i18n/pt.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentado","comments":"Comentários","like":"Curtir","liked":"Curtiu","likes":"Curtidas","share":"Compartilhar","shared":"Compartilhado","shares":"Compartilhamentos","unshare":"Desfazer compartilhamento","cancel":"Cancelar","copyLink":"Copiar link","delete":"Apagar","error":"Erro","errorMsg":"Algo deu errado. Por favor, tente novamente mais tarde.","oops":"Opa!","other":"Outro","readMore":"Leia mais","success":"Sucesso","sensitive":"Sensível","sensitiveContent":"Conteúdo sensível","sensitiveContentWarning":"Esta publicação pode conter conteúdo inapropriado"},"site":{"terms":"Termos de Uso","privacy":"Política de Privacidade"},"navmenu":{"search":"Pesquisar","admin":"Painel do Administrador","homeFeed":"Página inicial","localFeed":"Feed local","globalFeed":"Feed global","discover":"Explorar","directMessages":"Mensagens privadas","notifications":"Notificações","groups":"Grupos","stories":"Histórias","profile":"Perfil","drive":"Mídias","settings":"Configurações","compose":"Criar novo","logout":"Sair","about":"Sobre","help":"Ajuda","language":"Idioma","privacy":"Privacidade","terms":"Termos","backToPreviousDesign":"Voltar ao design anterior"},"directMessages":{"inbox":"Caixa de entrada","sent":"Enviadas","requests":"Solicitações"},"notifications":{"liked":"curtiu seu","commented":"comentou em seu","reacted":"reagiu ao seu","shared":"compartilhou seu","tagged":"marcou você em um","updatedA":"atualizou um(a)","sentA":"enviou um","followed":"seguiu","mentioned":"mencionado","you":"você","yourApplication":"Sua inscrição para participar","applicationApproved":"foi aprovado!","applicationRejected":"foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.","dm":"mensagem direta","groupPost":"postagem do grupo","modlog":"histórico de moderação","post":"publicação","story":"história"},"post":{"shareToFollowers":"Compartilhar com os seguidores","shareToOther":"Compartilhar com outros","noLikes":"Ainda sem curtidas","uploading":"Enviando"},"profile":{"posts":"Publicações","followers":"Seguidores","following":"Seguindo","admin":"Administrador","collections":"Coleções","follow":"Seguir","unfollow":"Deixar de seguir","editProfile":"Editar Perfil","followRequested":"Solicitação de seguir enviada","joined":"Entrou","emptyCollections":"Não conseguimos encontrar nenhuma coleção","emptyPosts":"Não encontramos nenhuma publicação"},"menu":{"viewPost":"Ver publicação","viewProfile":"Ver Perfil","moderationTools":"Ferramentas de moderação","report":"Denunciar","archive":"Arquivo","unarchive":"Desarquivar","embed":"Incorporar","selectOneOption":"Selecione uma das opções a seguir","unlistFromTimelines":"Retirar das linhas do tempo","addCW":"Adicionar aviso de conteúdo","removeCW":"Remover aviso de conteúdo","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras","spam":"Lixo Eletrônico","sensitive":"Conteúdo sensível","abusive":"Abusivo ou Prejudicial","underageAccount":"Conta de menor de idade","copyrightInfringement":"Violação de direitos autorais","impersonation":"Roubo de identidade","scamOrFraud":"Golpe ou Fraude","confirmReport":"Confirmar denúncia","confirmReportText":"Você realmente quer denunciar esta publicação?","reportSent":"Denúncia enviada!","reportSentText":"Nós recebemos sua denúncia com sucesso.","reportSentError":"Houve um problema ao denunciar esta publicação.","modAddCWConfirm":"Você realmente quer adicionar um aviso de conteúdo a esta publicação?","modCWSuccess":"Aviso de conteúdo sensível adicionado com sucesso","modRemoveCWConfirm":"Você realmente quer remover o aviso de conteúdo desta publicação?","modRemoveCWSuccess":"Aviso de conteúdo sensível removido com sucesso","modUnlistConfirm":"Você realmente quer definir esta publicação como não listada?","modUnlistSuccess":"A publicação foi definida como não
/*!******************************************!*\
!*** ./resources/assets/js/i18n/ru.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Комментарий","commented":"Прокомментировано","comments":"Комментарии","like":"Мне нравится","liked":"Вы лайкнули","likes":"Лайки","share":"Поделиться","shared":"Поделились","shares":"Поделились","unshare":"Не делиться","cancel":"Отмена","copyLink":"Скопировать ссылку","delete":"Удалить","error":"Ошибка","errorMsg":"Что-то пошло не так. Пожалуйста, попробуйте еще раз позже.","oops":"Упс!","other":"Прочее","readMore":"Читать далее","success":"Успешно","sensitive":"Чувствительный","sensitiveContent":"Чувствительный контент","sensitiveContentWarning":"Этот пост может содержать чувствительный контент"},"site":{"terms":"Условия использования","privacy":"Политика конфиденциальности"},"navmenu":{"search":"Поиск","admin":"Панель администратора","homeFeed":"Домашняя лента","localFeed":"Локальная лента","globalFeed":"Глобальная лента","discover":"Общее","directMessages":"Личные Сообщения","notifications":"Уведомления","groups":"Группы","stories":"Истории","profile":"Профиль","drive":"Диск","settings":"Настройки","compose":"Создать новый пост","logout":"Logout","about":"О нас","help":"Помощь","language":"Язык","privacy":"Конфиденциальность","terms":"Условия использования","backToPreviousDesign":"Вернуться к предыдущему дизайну"},"directMessages":{"inbox":"Входящие","sent":"Отправленные","requests":"Запросы"},"notifications":{"liked":"понравился ваш","commented":"прокомментировал ваш","reacted":"отреагировал на ваш","shared":"поделился вашим","tagged":"отметил вас в публикации","updatedA":"updated a","sentA":"отправил","followed":"подписался","mentioned":"mentioned","you":"вы","yourApplication":"Ваше заявка на вступление","applicationApproved":"было одобрено!","applicationRejected":"было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.","dm":"сообщение","groupPost":"сообщения группы","modlog":"modlog","post":"пост","story":"история"},"post":{"shareToFollowers":"Поделиться с подписчиками","shareToOther":"Поделиться с другими","noLikes":"Пока никому не понравилось","uploading":"Загружается"},"profile":{"posts":"Посты","followers":"Подписчики","following":"Подписки","admin":"Администратор","collections":"Коллекции","follow":"Подписаться","unfollow":"Отписаться","editProfile":"Редактировать профиль","followRequested":"Хочет на Вас подписаться","joined":"Регистрация","emptyCollections":"Похоже, мы не можем найти ни одной коллекции","emptyPosts":"Похоже, мы не можем найти ни одной записи"},"menu":{"viewPost":"Показать пост","viewProfile":"Посмотреть профиль","moderationTools":"Инструменты модерации","report":"Пожаловаться","archive":"Архив","unarchive":"Вернуть из архива","embed":"Встроить","selectOneOption":"Выберите один из вариантов","unlistFromTimelines":"Скрыть из лент","addCW":"Добавить пре
/*!******************************************!*\
!*** ./resources/assets/js/i18n/uk.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Коментувати","commented":"Прокоментовано","comments":"Коментарі","like":"Вподобати","liked":"Вподобано","likes":"Вподобання","share":"Поширити","shared":"Поширено","shares":"Поширення","unshare":"Не поширювати","bookmark":"Закладка","cancel":"Скасувати","copyLink":"Копіювати посилання","delete":"Видалити","error":"Помилка","errorMsg":"Щось пішло не так. Повторіть спробу згодом","oops":"Йой!","other":"Інше","readMore":"Докладніше","success":"Успіх","proceed":"Продовжити","next":"Далі","close":"Закрити","clickHere":"натисніть тут","sensitive":"Чутливе","sensitiveContent":"Чутливий вміст","sensitiveContentWarning":"Цей допис може містити чутливий вміст"},"site":{"terms":"Умови використання","privacy":"Політика приватності"},"navmenu":{"search":"Пошук","admin":"Адмінпанель","homeFeed":"Домашня стрічка","localFeed":"Місцева стрічка","globalFeed":"Світова стрічка","discover":"Цікаве","directMessages":"Прямі листи","notifications":"Сповіщення","groups":"Групи","stories":"Сторі","profile":"Профіль","drive":"Сховище","settings":"Параметри","compose":"Створити","logout":"Вийти","about":"Про застосунок","help":"Довідка","language":"Мова","privacy":"Приватність","terms":"Умови","backToPreviousDesign":"Повернути минулий дизайн"},"directMessages":{"inbox":"Вхідні","sent":"Надіслані","requests":"Запити"},"notifications":{"liked":"ставить уподобання під ваш","commented":"коментує ваш","reacted":"реагує на ваш","shared":"поширює ваш","tagged":"позначає вас через","updatedA":"оновлює","sentA":"надсилає","followed":"відстежує","mentioned":"згадує","you":"вас","yourApplication":"Вашу реєстраційну заявку","applicationApproved":"підтверджено!","applicationRejected":"відхилено. Можете повторити спробу через 6 місяців.","dm":"лист","groupPost":"допис у групі","modlog":"моджурнал","post":"допис","story":"сторі","noneFound":"Сповіщень не знайдено"},"post":{"shareToFollowers":"Поширити авдиторії","shareToOther":"Поширити іншим","noLikes":"Вподобань поки нема","uploading":"Вивантаження"},"profile":{"posts":"Дописи","followers":"Авдиторія","following":"Підписки","admin":"Адміністрація","collections":"Збірки","follow":"Стежити","unfollow":"Не стежити","editProfile":"Редагувати профіль","followRequested":"Запит на стеження","joined":"Долучається","emptyCollections":"Збірок у вас поки нема","emptyPosts":"Дописів у вас поки нема"},"menu":{"viewPost":"Переглянути допис","viewProfile":"Переглянути профіль","moderationTools":"Засоби модерування","report":"Скарга","archive":"Архівувати","unarchive":"Розархівувати","embed":"Експорт","selectOneOption":"Оберіть один із наступних варіантів","unlistFromTimelines":"Сховати зі стрічок","addCW":"Застерегти про вміст","removeCW":"Вилучити застереження","markAsSpammer":"Позначити як спам","markAsSpammerText":"Сховати цей і майбутні дописи, додаюч
/*!******************************************!*\
!*** ./resources/assets/js/i18n/vi.json ***!
\******************************************/e=>{"use strict";e.exports=JSON.parse('{"common":{"comment":"Bình lun","commented":"Đã bình lun","comments":"Bình lun","like":"Thích","liked":"Đã thích","likes":"Lưt thích","share":"Chia s","shared":"Đã chia s","shares":"Lưt chia s","unshare":"Hy chia s","cancel":"Hy","copyLink":"Chép link","delete":"Xóa","error":"Li","errorMsg":"Đã xy ra li. Vui lòng th li sau.","oops":"Rt tiếc!","other":"Khác","readMore":"Xem thêm","success":"Hoàn tt","sensitive":"Nhy cm","sensitiveContent":"Ni dung nhy cm","sensitiveContentWarning":"nh này có th cha ni dung nhy cm"},"site":{"terms":"Điu khon s dng","privacy":"Chính sách bo mt"},"navmenu":{"search":"Tìm kiếm","admin":"Trang qun tr","homeFeed":"Trang chính","localFeed":"Máy ch","globalFeed":"Liên hp","discover":"Khám phá","directMessages":"Nhn riêng","notifications":"Thông báo","groups":"Nhóm","stories":"Khonh khc","profile":"Trang cá nhân","drive":"Lưu tr","settings":"Thiết lp","compose":"nh mi","logout":"Đăng xut","about":"Gii thiu","help":"Tr giúp","language":"Ngôn ng","privacy":"Bo mt","terms":"Quy tc","backToPreviousDesign":"Dùng giao din cũ"},"directMessages":{"inbox":"Hp thư","sent":"Đã gi","requests":"Yêu cu"},"notifications":{"liked":"đã thích nh","commented":"bình lun v nh","reacted":"xem nh","shared":"chia s nh","tagged":"nhc đến bn trong","updatedA":"đã cp nht","sentA":"đã gi mt","followed":"đã theo dõi","mentioned":"nhc đến","you":"bn","yourApplication":"Đăng ký tham gia ca bn","applicationApproved":"đã đưc duyt!","applicationRejected":"đã b t chi. Hãy gi li trong 6 tháng tiếp theo.","dm":"nt","groupPost":"nh đăng nhóm","modlog":"nht ký kim duyt","post":"bài đăng","story":"khonh khc"},"post":{"shareToFollowers":"Chia s đến ngưi theo dõi","shareToOther":"Chia s ti nhng ngưi khác","noLikes":"Chưa có lưt thích","uploading":"Đang ti lên"},"profile":{"posts":"nh","followers":"Ngưi theo dõi","following":"Theo dõi","admin":"Qun tr viên","collections":"B sưu tp","follow":"Theo dõi","unfollow":"Ngưng theo dõi","editProfile":"Sa trang cá nhân","followRequested":"Yêu cu theo dõi","joined":"Đã tham gia","emptyCollections":"Không tìm thy b sưu tp nào","emptyPosts":"Không tìm thy nh nào"},"menu":{"viewPost":"Xem nh","viewProfile":"Xem trang cá nhân","moderationTools":"Kim duyt","report":"Báo cáo","archive":"Lưu tr","unarchive":"B lưu tr","embed":"Nhúng","selectOneOption":"Vui lòng chn mt trong các tùy chn sau","unlistFromTimelines":"n khi trang chung","addCW":"Thêm cnh báo ni dung","removeCW":"Xóa cnh báo ni dung","markAsSpammer":"Đánh du spam","markAsSpammerText":"n khi trang chung và chèn cnh báo ni dung cho tt c nh","spam":"Spam","sensitive":"Ni dung nhy cm","abusive":"Lm dng hoc Gây hi","underageAccount":"Tài khon tr em","copyrightInfringement":"Vi phm bn quyn","impersonation":"Gi mo","scamOrFraud":"La đo hoc Gian ln","confirmReport":"Xác nhn báo cáo","confirmReportText":"Bn có chc mun báo cáo nh này?","reportSent":"Đã gi báo cáo!","reportSentText":"Qun tr viên đã nhn báo cáo ca bn.","reportSentError":"Xy ra li khi báo cáo nh này.","modAddCWConfirm":"Bn có chc mun chèn cnh báo ni dung nh này?","modCWSuccess":"Đã chèn cnh báo ni dung","modRemoveCWConfirm":"Bn có chc mun g cnh báo ni dung nh này?","modRemoveCWSuccess":"Đã g cnh báo ni dung","modUnlistConfirm":"Bn có chc mun n nh này khi trang chung?","modU