ocelot.social/slimsearch.worker.js
2026-03-31 16:32:02 +00:00

3 lines
376 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const{entries:$}=Object,{fromEntries:st}=Object,nt="ENTRIES",D="KEYS",W="VALUES",_="";class S{set;_type;_path;constructor(t,s){const n=t._tree,o=Array.from(n.keys());this.set=t,this._type=s,this._path=o.length>0?[{node:n,keys:o}]:[]}next(){const t=this.dive();return this.backtrack(),t}dive(){if(this._path.length===0)return{done:!0,value:void 0};const{node:t,keys:s}=b(this._path);if(b(s)===_)return{done:!1,value:this.result()};const n=t.get(b(s));return this._path.push({node:n,keys:Array.from(n.keys())}),this.dive()}backtrack(){if(this._path.length===0)return;const t=b(this._path).keys;t.pop(),!(t.length>0)&&(this._path.pop(),this.backtrack())}key(){return this.set._prefix+this._path.map(({keys:t})=>b(t)).filter(t=>t!==_).join("")}value(){return b(this._path).node.get(_)}result(){switch(this._type){case W:return this.value();case D:return this.key();default:return[this.key(),this.value()]}}[Symbol.iterator](){return this}}const b=e=>e[e.length-1],ot=(e,t,s)=>{const n=new Map;if(typeof t!="string")return n;const o=t.length+1,r=o+s,i=new Uint8Array(r*o).fill(s+1);for(let c=0;c<o;++c)i[c]=c;for(let c=1;c<r;++c)i[c*o]=c;return q(e,t,s,n,i,1,o,""),n},q=(e,t,s,n,o,r,i,c)=>{const l=r*i;t:for(const u of e.keys())if(u===_){const h=o[l-1];h<=s&&n.set(c,[e.get(u),h])}else{let h=r;for(let f=0;f<u.length;++f,++h){const m=u[f],g=i*h,y=g-i;let d=o[g];const a=Math.max(0,h-s-1),x=Math.min(i-1,h+s);for(let p=a;p<x;++p){const O=m!==t[p],C=o[y+p]+ +O,k=o[y+p+1]+1,z=o[g+p]+1,v=o[g+p+1]=Math.min(C,k,z);v<d&&(d=v)}if(d>s)continue t}q(e.get(u),t,s,n,o,h,i,c+u)}};class w{_tree;_prefix;_size=void 0;constructor(t=new Map,s=""){this._tree=t,this._prefix=s}atPrefix(t){if(!t.startsWith(this._prefix))throw new Error("Mismatched prefix");const[s,n]=I(this._tree,t.slice(this._prefix.length));if(s===void 0){const[o,r]=L(n);for(const i of o.keys())if(i!==_&&i.startsWith(r)){const c=new Map;return c.set(i.slice(r.length),o.get(i)),new w(c,t)}}return new w(s,t)}clear(){this._size=void 0,this._tree.clear()}delete(t){return this._size=void 0,rt(this._tree,t)}entries(){return new S(this,nt)}forEach(t){for(const[s,n]of this)t(s,n,this)}fuzzyGet(t,s){return ot(this._tree,t,s)}get(t){const s=F(this._tree,t);return s!==void 0?s.get(_):void 0}has(t){return F(this._tree,t)?.has(_)??!1}keys(){return new S(this,D)}set(t,s){if(typeof t!="string")throw new Error("key must be a string");return this._size=void 0,E(this._tree,t).set(_,s),this}get size(){if(this._size)return this._size;this._size=0;const t=this.entries();for(;!t.next().done;)this._size+=1;return this._size}update(t,s){if(typeof t!="string")throw new Error("key must be a string");this._size=void 0;const n=E(this._tree,t);return n.set(_,s(n.get(_))),this}fetch(t,s){if(typeof t!="string")throw new Error("key must be a string");this._size=void 0;const n=E(this._tree,t);let o=n.get(_);return o===void 0&&n.set(_,o=s()),o}values(){return new S(this,W)}[Symbol.iterator](){return this.entries()}static from(t){const s=new w;for(const[n,o]of t)s.set(n,o);return s}static fromObject(t){return w.from(Object.entries(t))}}const I=(e,t,s=[])=>{if(t.length===0||e==null)return[e,s];for(const n of e.keys())if(n!==_&&t.startsWith(n))return s.push([e,n]),I(e.get(n),t.slice(n.length),s);return s.push([e,t]),I(void 0,"",s)},F=(e,t)=>{if(t.length===0||!e)return e;for(const s of e.keys())if(s!==_&&t.startsWith(s))return F(e.get(s),t.slice(s.length))},E=(e,t)=>{const s=t.length;t:for(let n=0;e&&n<s;){for(const r of e.keys())if(r!==_&&t[n]===r[0]){const i=Math.min(s-n,r.length);let c=1;for(;c<i&&t[n+c]===r[c];)++c;const l=e.get(r);if(c===r.length)e=l;else{const u=new Map;u.set(r.slice(c),l),e.set(t.slice(n,n+c),u),e.delete(r),e=u}n+=c;continue t}const o=new Map;return e.set(t.slice(n),o),o}return e},rt=(e,t)=>{const[s,n]=I(e,t);if(s!==void 0){if(s.delete(_),s.size===0)R(n);else if(s.size===1){const[o,r]=s.entries().next().value;A(n,o,r)}}},R=e=>{if(e.length===0)return;const[t,s]=L(e);if(t.delete(s),t.size===0)R(e.slice(0,-1));else if(t.size===1){const[n,o]=t.entries().next().value;n!==_&&A(e.slice(0,-1),n,o)}},A=(e,t,s)=>{if(e.length===0)return;const[n,o]=L(e);n.set(o+t,s),n.delete(o)},L=e=>e[e.length-1],it=(e,t)=>{const s=e._idToShortId.get(t);if(s!=null)return e._storedFields.get(s)},ct=/[\n\r\p{Z}\p{P}]+/u,j="or",N="and",ut="and_not",ht=(e,t)=>{e.includes(t)||e.push(t)},B=(e,t)=>{for(const s of t)e.includes(s)||e.push(s)},P=({score:e},{score:t})=>t-e,lt=()=>new Map,M=e=>{const t=new Map;for(const s of Object.keys(e))t.set(parseInt(s,10),e[s]);return t},G=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)?e[t]:void 0,H={[j]:(e,t)=>{for(const s of t.keys()){const n=e.get(s);if(n==null)e.set(s,t.get(s));else{const{score:o,terms:r,match:i}=t.get(s);n.score=n.score+o,n.match=Object.assign(n.match,i),B(n.terms,r)}}return e},[N]:(e,t)=>{const s=new Map;for(const n of t.keys()){const o=e.get(n);if(o==null)continue;const{score:r,terms:i,match:c}=t.get(n);B(o.terms,i),s.set(n,{score:o.score+r,terms:o.terms,match:Object.assign(o.match,c)})}return s},[ut]:(e,t)=>{for(const s of t.keys())e.delete(s);return e}},dt=(e,t,s,n,o,r)=>{const{k:i,b:c,d:l}=r;return Math.log(1+(s-t+.5)/(t+.5))*(l+e*(i+1)/(e+i*(1-c+c*n/o)))},at=e=>(t,s,n)=>({term:t,fuzzy:typeof e.fuzzy=="function"?e.fuzzy(t,s,n):e.fuzzy??!1,prefix:typeof e.prefix=="function"?e.prefix(t,s,n):e.prefix===!0,termBoost:typeof e.boostTerm=="function"?e.boostTerm(t,s,n):1}),J=(e,t,s,n)=>{for(const o of Object.keys(e._fieldIds))if(e._fieldIds[o]===s){e._options.logger("warn",`SlimSearch: document with ID ${e._documentIds.get(t)} has changed before removal: term "${n}" was not present in field "${o}". Removing a document after it has changed can corrupt the index!`,"version_conflict");return}},ft=(e,t,s,n)=>{if(!e._index.has(n)){J(e,s,t,n);return}const o=e._index.fetch(n,lt),r=o.get(t),i=r?.get(s);!r||typeof i>"u"?J(e,s,t,n):i<=1?r.size<=1?o.delete(t):r.delete(s):r.set(s,i-1),e._index.get(n).size===0&&e._index.delete(n)},mt={k:1.2,b:.7,d:.5},gt={idField:"id",extractField:(e,t)=>e[t],tokenize:e=>e.split(ct),processTerm:e=>e.toLowerCase(),fields:void 0,searchOptions:void 0,storeFields:[],logger:(e,t)=>{console?.[e]?.(t)},autoVacuum:!0},Y={combineWith:j,prefix:!1,fuzzy:!1,maxFuzzy:6,boost:{},weights:{fuzzy:.45,prefix:.375},bm25:mt},pt={combineWith:N,prefix:(e,t,s)=>t===s.length-1},_t={batchSize:1e3,batchWait:10},K={minDirtFactor:.1,minDirtCount:20},yt={..._t,...K},U=Symbol("*"),xt=(e,t)=>{const s=new Map,n={...e._options.searchOptions,...t};for(const[o,r]of e._documentIds){const i=n.boostDocument?n.boostDocument(r,"",e._storedFields.get(o)):1;s.set(o,{score:i,terms:[],match:{}})}return s},Q=(e,t=j)=>{if(e.length===0)return new Map;const s=t.toLowerCase();if(!(s in H))throw new Error(`Invalid combination operator: ${t}`);return e.reduce(H[s])},T=(e,t,s,n,o,r,i,c,l,u=new Map)=>{if(r==null)return u;for(const h of Object.keys(i)){const f=i[h],m=e._fieldIds[h],g=r.get(m);if(g==null)continue;let y=g.size;const d=e._avgFieldLength[m];for(const a of g.keys()){if(!e._documentIds.has(a)){ft(e,m,a,s),y-=1;continue}const x=c?c(e._documentIds.get(a),s,e._storedFields.get(a)):1;if(!x)continue;const p=g.get(a),O=e._fieldLength.get(a)[m],C=dt(p,y,e._documentCount,O,d,l),k=n*o*f*x*C,z=u.get(a);if(z){z.score+=k,ht(z.terms,t);const v=G(z.match,s);v?v.push(h):z.match[s]=[h]}else u.set(a,{score:k,terms:[t],match:{[s]:[h]}})}}return u},zt=(e,t,s)=>{const n={...e._options.searchOptions,...s},o=(n.fields??e._options.fields).reduce((d,a)=>({...d,[a]:G(n.boost,a)||1}),{}),{boostDocument:r,weights:i,maxFuzzy:c,bm25:l}=n,{fuzzy:u,prefix:h}={...Y.weights,...i},f=e._index.get(t.term),m=T(e,t.term,t.term,1,t.termBoost,f,o,r,l);let g,y;if(t.prefix&&(g=e._index.atPrefix(t.term)),t.fuzzy){const d=t.fuzzy===!0?.2:t.fuzzy,a=d<1?Math.min(c,Math.round(t.term.length*d)):d;a&&(y=e._index.fuzzyGet(t.term,a))}if(g)for(const[d,a]of g){const x=d.length-t.term.length;if(!x)continue;y?.delete(d);const p=h*d.length/(d.length+.3*x);T(e,t.term,d,p,t.termBoost,a,o,r,l,m)}if(y)for(const d of y.keys()){const[a,x]=y.get(d);if(!x)continue;const p=u*d.length/(d.length+x);T(e,t.term,d,p,t.termBoost,a,o,r,l,m)}return m},X=(e,t,s={})=>{if(t===U)return xt(e,s);if(typeof t!="string"){const h={...s,...t,queries:void 0},f=t.queries.map(m=>X(e,m,h));return Q(f,h.combineWith)}const{tokenize:n,processTerm:o,searchOptions:r}=e._options,i={tokenize:n,processTerm:o,...r,...s},{tokenize:c,processTerm:l}=i,u=c(t).flatMap(h=>l(h)).filter(h=>!!h).map(at(i)).map(h=>zt(e,h,i));return Q(u,i.combineWith)},Z=(e,t,s={})=>{const{searchOptions:n}=e._options,o={...n,...s},r=X(e,t,s),i=[];for(const[c,{score:l,terms:u,match:h}]of r){const f=u.length||1,m={id:e._documentIds.get(c),score:l*f,terms:Object.keys(h),queryTerms:u,match:h};Object.assign(m,e._storedFields.get(c)),(o.filter==null||o.filter(m))&&i.push(m)}return t===U&&o.boostDocument==null||i.sort(P),i},wt=(e,t,s={})=>{s={...e._options.autoSuggestOptions,...s};const n=new Map;for(const{score:r,terms:i}of Z(e,t,s)){const c=i.join(" "),l=n.get(c);l!=null?(l.score+=r,l.count+=1):n.set(c,{score:r,terms:i,count:1})}const o=[];for(const[r,{score:i,terms:c,count:l}]of n)o.push({suggestion:r,terms:c,score:i/l});return o.sort(P),o};class bt{_options;_index;_documentCount;_documentIds;_idToShortId;_fieldIds;_fieldLength;_avgFieldLength;_nextId;_storedFields;_dirtCount;_currentVacuum;_enqueuedVacuum;_enqueuedVacuumConditions;constructor(t){if(!t?.fields)throw new Error('SlimSearch: option "fields" must be provided');const s=t.autoVacuum==null||t.autoVacuum===!0?yt:t.autoVacuum;this._options={...gt,...t,autoVacuum:s,searchOptions:{...Y,...t.searchOptions},autoSuggestOptions:{...pt,...t.autoSuggestOptions}},this._index=new w,this._documentCount=0,this._documentIds=new Map,this._idToShortId=new Map,this._fieldIds={},this._fieldLength=new Map,this._avgFieldLength=[],this._nextId=0,this._storedFields=new Map,this._dirtCount=0,this._currentVacuum=null,this._enqueuedVacuum=null,this._enqueuedVacuumConditions=K,this.addFields(this._options.fields)}get isVacuuming(){return this._currentVacuum!=null}get dirtCount(){return this._dirtCount}get dirtFactor(){return this._dirtCount/(1+this._documentCount+this._dirtCount)}get documentCount(){return this._documentCount}get termCount(){return this._index.size}toJSON(){const t=[];for(const[s,n]of this._index){const o={};for(const[r,i]of n)o[r]=Object.fromEntries(i);t.push([s,o])}return{documentCount:this._documentCount,nextId:this._nextId,documentIds:Object.fromEntries(this._documentIds),fieldIds:this._fieldIds,fieldLength:Object.fromEntries(this._fieldLength),averageFieldLength:this._avgFieldLength,storedFields:Object.fromEntries(this._storedFields),dirtCount:this._dirtCount,index:t,version:2}}addFields(t){for(let s=0;s<t.length;s++)this._fieldIds[t[s]]=s}}const vt=e=>new bt(e),kt=({documentCount:e,nextId:t,fieldIds:s,averageFieldLength:n,dirtCount:o,version:r},i)=>{if(r!==2)throw new Error("SlimSearch: cannot deserialize an index created with an incompatible version");const c=vt(i);return c._documentCount=e,c._nextId=t,c._idToShortId=new Map,c._fieldIds=s,c._avgFieldLength=n,c._dirtCount=o??0,c._index=new w,c},It=(e,t)=>{const{index:s,documentIds:n,fieldLength:o,storedFields:r}=e,i=kt(e,t);i._documentIds=M(n),i._fieldLength=M(o),i._storedFields=M(r);for(const[c,l]of i._documentIds)i._idToShortId.set(l,c);for(const[c,l]of s){const u=new Map;for(const h of Object.keys(l))u.set(parseInt(h,10),M(l[h]));i._index.set(c,u)}return i},V=(e,t)=>{const s=e.toLowerCase(),n=t.toLowerCase(),o=[];let r=0,i=0;const c=(u,h=!1)=>{let f;i===0?f=u.length>20?`${u.slice(-20)}`:u:h?f=u.length+i>100?`${u.slice(0,100-i)}`:u:f=u.length>20?`${u.slice(0,20)}${u.slice(-20)}`:u,f&&o.push(f),i+=f.length,h||(o.push(["mark",t]),i+=t.length,i>=100&&o.push(" …"))};let l=s.indexOf(n,r);if(l===-1)return null;for(;l>=0;){const u=l+n.length;if(c(e.slice(r,l)),r=u,i>100)break;l=s.indexOf(n,r)}return i<100&&c(e.slice(r),!0),o},Mt=(e,t)=>t.contents.reduce((s,[,n])=>s+n,0)-e.contents.reduce((s,[,n])=>s+n,0),Ot=(e,t)=>Math.max(...t.contents.map(([,s])=>s))-Math.max(...e.contents.map(([,s])=>s)),tt=(e,t,s={})=>{const n={};return Z(t,e,{boost:{h:2,t:1,c:4},prefix:!0,...s}).forEach(o=>{const{id:r,terms:i,score:c}=o,l=r.includes("@"),u=r.includes("#"),[h,f]=r.split(/[#@]/),m=Number(h),g=i.sort((d,a)=>d.length-a.length).filter((d,a)=>i.slice(a+1).every(x=>!x.includes(d))),{contents:y}=n[m]??={title:"",contents:[]};if(l)y.push([{type:"customField",id:m,index:f,display:g.map(d=>o.c.map(a=>V(a,d))).flat().filter(d=>d!==null)},c]);else{const d=g.map(a=>V(o.h,a)).filter(a=>a!==null);if(d.length&&y.push([{type:u?"heading":"title",id:m,...u&&{anchor:f},display:d},c]),"t"in o&&o.t)for(const a of o.t){const x=g.map(p=>V(a,p)).filter(p=>p!==null);x.length&&y.push([{type:"text",id:m,...u&&{anchor:f},display:x},c])}}}),$(n).sort(([,o],[,r])=>"max"==="total"?Mt(o,r):Ot(o,r)).map(([o,{title:r,contents:i}])=>{if(!r){const c=it(t,o);c&&(r=c.h)}return{title:r,contents:i.map(([c])=>c)}})},et=(e,t,s={})=>{const n=wt(t,e,{fuzzy:.2,maxFuzzy:3,...s}).map(({suggestion:o})=>o);return e.includes(" ")?n:n.filter(o=>!o.includes(" "))},Ct=st($(JSON.parse("{\"/\":{\"documentCount\":1,\"nextId\":1,\"documentIds\":{\"0\":\"85\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[1,3]},\"averageFieldLength\":[1,3],\"storedFields\":{\"0\":{\"h\":\"\",\"t\":[\"404 Not Found\"]}},\"dirtCount\":0,\"index\":[[\"found\",{\"1\":{\"0\":1}}],[\"not\",{\"1\":{\"0\":1}}],[\"404\",{\"1\":{\"0\":1}}]],\"version\":2},\"/en/\":{\"documentCount\":123,\"nextId\":123,\"documentIds\":{\"0\":\"1\",\"1\":\"1#benefits\",\"2\":\"1#feature-headline\",\"3\":\"5\",\"4\":\"5#developer-association\",\"5\":\"5#ocelot-social-project\",\"6\":\"6\",\"7\":\"6#how-can-you-contribute-participate-and-support\",\"8\":\"6#support-your-network\",\"9\":\"6#use-the-active-networks\",\"10\":\"6#liven-up-your-network\",\"11\":\"6#other-ways-to-get-involved\",\"12\":\"6#operate-your-own-network\",\"13\":\"6#promote-ocelot-social\",\"14\":\"6#improve-the-network\",\"15\":\"6#would-you-like-to-help-test-new-functions\",\"16\":\"6#do-you-like-writing\",\"17\":\"6#do-you-speak-a-foreign-language\",\"18\":\"6#would-you-like-to-contribute-to-the-design\",\"19\":\"6#do-you-like-organizing\",\"20\":\"6#help-develop-the-software\",\"21\":\"6#other-ideas-for-getting-involved\",\"22\":\"6#donate\",\"23\":\"7\",\"24\":\"7#account-for-donations\",\"25\":\"7#notes-on-intended-use\",\"26\":\"8\",\"27\":\"8#users\",\"28\":\"8#groups\",\"29\":\"8#posts\",\"30\":\"8#post-overview\",\"31\":\"8#chat\",\"32\":\"8#map\",\"33\":\"8#search\",\"34\":\"8#notifications\",\"35\":\"8#moderation\",\"36\":\"8#administration\",\"37\":\"8#languages\",\"38\":\"8#mobile-app\",\"39\":\"8#donate\",\"40\":\"9\",\"41\":\"9#try-it-out\",\"42\":\"10\",\"43\":\"10#responsible-for-the-operation-of-this-website\",\"44\":\"10#contentwise-responsible-editor\",\"45\":\"11\",\"46\":\"11#documentation-for-developers\",\"47\":\"11#user-guide\",\"48\":\"11#faq\",\"49\":\"13\",\"50\":\"13#privacy-information\",\"51\":\"13#responsible-person\",\"52\":\"13#deputy\",\"53\":\"13#applications-and-services\",\"54\":\"13#website\",\"55\":\"13#website-access\",\"56\":\"13#your-rights\",\"57\":\"13#actuality-of-this-privacy-information\",\"58\":\"14\",\"59\":\"45\",\"60\":\"45#the-key-facts-in-a-nutshell\",\"61\":\"45#support-ocelot-social\",\"62\":\"45@0\",\"63\":\"45@1\",\"64\":\"46\",\"65\":\"46#publication\",\"66\":\"46#what-is-it-about\",\"67\":\"46#support-ocelot-social\",\"68\":\"46@0\",\"69\":\"46@1\",\"70\":\"47\",\"71\":\"47#the-key-facts-in-a-nutshell\",\"72\":\"47#support-ocelot-social\",\"73\":\"47@0\",\"74\":\"47@1\",\"75\":\"48\",\"76\":\"48#video-conference-link\",\"77\":\"48#what-is-it-about\",\"78\":\"48#support-ocelot-social\",\"79\":\"48@0\",\"80\":\"48@1\",\"81\":\"49\",\"82\":\"49#what-is-it-about\",\"83\":\"49#support-ocelot-social\",\"84\":\"49@0\",\"85\":\"49@1\",\"86\":\"50\",\"87\":\"50@0\",\"88\":\"50@1\",\"89\":\"51\",\"90\":\"51#what-it-s-all-about\",\"91\":\"51#further-crowdfunding-campaigns-planned\",\"92\":\"51#donations\",\"93\":\"51#notes-on-the-purpose-of-use\",\"94\":\"51@0\",\"95\":\"51@1\",\"96\":\"52\",\"97\":\"52#new-feature\",\"98\":\"52#bug-fixes\",\"99\":\"52#under-the-hood\",\"100\":\"52#changelog-summary\",\"101\":\"52#features\",\"102\":\"52#vue-3-migration\",\"103\":\"52#ui-package-packages-ui\",\"104\":\"52#bug-fixes-1\",\"105\":\"52#refactoring\",\"106\":\"52#workflow-ci\",\"107\":\"52#donations\",\"108\":\"52#support-ocelot-social\",\"109\":\"52@0\",\"110\":\"52@1\",\"111\":\"53\",\"112\":\"53@0\",\"113\":\"53@1\",\"114\":\"54\",\"115\":\"54#new-features\",\"116\":\"54#improved-design\",\"117\":\"54#bug-fixes\",\"118\":\"54#crowdfunding-for-group-chats\",\"119\":\"54#donations\",\"120\":\"54#support-ocelot-social\",\"121\":\"54@0\",\"122\":\"54@1\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[8,10],\"1\":[4],\"2\":[2,7],\"3\":[1],\"4\":[2,23],\"5\":[3,16],\"6\":[1],\"7\":[8,55],\"8\":[3],\"9\":[4,52],\"10\":[4,46],\"11\":[5,25],\"12\":[4,29],\"13\":[1,41],\"14\":[3,33],\"15\":[9,18],\"16\":[5,28],\"17\":[7,26],\"18\":[8,11],\"19\":[5,24],\"20\":[4,65],\"21\":[6,16],\"22\":[1,25],\"23\":[1,44],\"24\":[3,21],\"25\":[4,68],\"26\":[1,27],\"27\":[1,15],\"28\":[1,25],\"29\":[1,23],\"30\":[2,4],\"31\":[1,8],\"32\":[1,9],\"33\":[1,6],\"34\":[1,4],\"35\":[1,21],\"36\":[1,25],\"37\":[1,15],\"38\":[2,21],\"39\":[1,22],\"40\":[2],\"41\":[3],\"42\":[1],\"43\":[7,27],\"44\":[3,19],\"45\":[1,16],\"46\":[3,5],\"47\":[2,10],\"48\":[1,9],\"49\":[2,5],\"50\":[2,37],\"51\":[2,15],\"52\":[1,7],\"53\":[3,36],\"54\":[1,37],\"55\":[2,96],\"56\":[2,66],\"57\":[5,28],\"58\":[1,17],\"59\":[7,20],\"60\":[6,32],\"61\":[1,18],\"62\":[null,null,1],\"63\":[null,null,1],\"64\":[8,39],\"65\":[1,4],\"66\":[5,95],\"67\":[1,2],\"68\":[null,null,1],\"69\":[null,null,2],\"70\":[6,21],\"71\":[6,41],\"72\":[1,18],\"73\":[null,null,1],\"74\":[null,null,1],\"75\":[8,32],\"76\":[3,6],\"77\":[5,71],\"78\":[1,2],\"79\":[null,null,1],\"80\":[null,null,2],\"81\":[8,15],\"82\":[5,66],\"83\":[1,18],\"84\":[null,null,1],\"85\":[null,null,1],\"86\":[5,10],\"87\":[null,null,2],\"88\":[null,null,4],\"89\":[9,15],\"90\":[5,76],\"91\":[4,26],\"92\":[1,48],\"93\":[6,82],\"94\":[null,null,2],\"95\":[null,null,4],\"96\":[12,25],\"97\":[2,50],\"98\":[2,29],\"99\":[3,62],\"100\":[2,10],\"101\":[1,26],\"102\":[3,35],\"103\":[5,18],\"104\":[2,61],\"105\":[1,23],\"106\":[2,39],\"107\":[1,25],\"108\":[1,2],\"109\":[null,null,1],\"110\":[null,null,4],\"111\":[6,19],\"112\":[null,null,2],\"113\":[null,null,3],\"114\":[7,37],\"115\":[2,70],\"116\":[2,49],\"117\":[2,53],\"118\":[4,19],\"119\":[1,25],\"120\":[1,2],\"121\":[null,null,1],\"122\":[null,null,4]},\"averageFieldLength\":[3.1966264588404396,27.783791701502945,0.38803138720390795],\"storedFields\":{\"0\":{\"h\":\"Ocelot.Social - Free software for your social network\",\"t\":[\"Free Open Source Softwarefor your social network Discover more \"]},\"1\":{\"h\":\"Why ocelot.social?\"},\"2\":{\"h\":\"Major functions\",\"t\":[\" View all functions \",\"Try it out\"]},\"3\":{\"h\":\"Contact\"},\"4\":{\"h\":\"Developer Association\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, 2nd chairman Haferstr. 5c 86179 Augsburg, Germany\",\"Phone: +49 173 622 60 91 Discord: https://discord.gg/2b55aHVgpM\"]},\"5\":{\"h\":\"Ocelot.Social Project\",\"t\":[\"Phone: +49 173 622 60 91 E-mail: hello@ocelot.social Discord: https://discord.gg/AJSX9DCSUA\"]},\"6\":{\"h\":\"Contribute\"},\"7\":{\"h\":\"How can you contribute, participate and support?\",\"t\":[\"You can support, co-develop or co-program the free open source software ocelot.social and the active networks in a variety of ways.\",\"Click on the area that interests you:\",\"Support your network\",\"Operate your own network\",\"Promote ocelot.social\",\"Improve the network\",\"Would you like to help test new functions?\",\"Do you like writing?\",\"Do you speak a foreign language?\",\"Do you like organizing?\",\"Help develop the software\",\"Other ideas for getting involved?\",\"Donate\"]},\"8\":{\"h\":\"Support your network\"},\"9\":{\"h\":\"Use the active networks\",\"t\":[\"Join in and become a user of a network that runs with our software.\",\"register as a user\",\"add a profile picture, your approximate location and other information about yourself to your user profile\",\"write readable and reader-friendly posts, add a picture and hashtags\",\"comment on other users posts\",\"recommend posts that are worth reading\",\"follow users\",\"create a group and invite members\",\"help make your network a pleasant and interesting place for you and your friends\"]},\"10\":{\"h\":\"Liven up your network\",\"t\":[\"If you are a member of a network, you want to meet interesting people there. With more users, your network will become dynamic and diverse.\",\"tell your friends and family about the network\",\"invite them to the network (→ instructions in the wiki)\",\"publish the link to the network on your website, your blog or in other social networks\",\"report on the network in front of an audience\"]},\"11\":{\"h\":\"Other ways to get involved\",\"t\":[\"Many networks are participatory networks and are grateful for your help perhaps as a moderator? For more information, visit the operators website or contact them.\"]},\"12\":{\"h\":\"Operate your own network\",\"t\":[\"With the free software ocelot.social and the necessary know-how, you can run your own network.\",\"If you need help with this, our developers will be happy to support you.\"]},\"13\":{\"h\":\"Promote\",\"t\":[\"“Spread the word!”\",\"Whether association, movement or institution ocelot.social can be used as a social network for many types of groups and organizations.\",\"publish the link to ocelot.social on your website, blog or social networks\",\"give the software ocelot.social a Like on the comparison platform alternative.to\",\"give the software a Star on the developer platform GitHub\"]},\"14\":{\"h\":\"Improve the network\",\"t\":[\"if you have found a bug in the network, report it to our developers: \",\"Instructions in the wiki\",\"Create an issue in the repository\",\"if you would like to contribute good ideas and suggestions for improving the software, please contact us\"]},\"15\":{\"h\":\"Would you like to help test new functions?\",\"t\":[\"We are looking for users to test the new functions of the next software version before they are released.\"]},\"16\":{\"h\":\"Do you like writing?\",\"t\":[\"help write the user guide (→ Guide in the wiki).\",\"help maintain the communication channels of the ocelot.social software and our developer community busFaktor() e.V. and animate them in a variety of ways\"]},\"17\":{\"h\":\"Do you speak a foreign language?\",\"t\":[\"The network is available in several languages. If you would like to help translate, complete or improve the user interface or user instructions in the wiki, please contact us.\"]},\"18\":{\"h\":\"Would you like to contribute to the design?\",\"t\":[\"Contact us to improve the design and usability of the network.\"]},\"19\":{\"h\":\"Do you like organizing?\",\"t\":[\"Contact us if you would like to …\",\"… create concepts for new functions, … help organize the financing of the development of new functions … or plan events, meetings etc.\"]},\"20\":{\"h\":\"Help develop the software\",\"t\":[\"The ocelot.social software is free and open source. Would you like to develop and test new functions? Then follow our documentation.\",\"Our Good First Issues on GitHub are suitable for beginners.\",\"We are also happy if you view, comment on or release changes to the program code of other developers on GitHub. Or give the software on GitHub a Star.\",\"You can chat with us on Discord and we can get to know each other in a pair programming session.\"]},\"21\":{\"h\":\"Other ideas for getting involved?\",\"t\":[\"If you would like to get involved in the project in another way, please contact us.\"]},\"22\":{\"h\":\"Donate\",\"t\":[\"The ocelot.social software is freely available but maintenance and further development cost money. You are welcome to support us with a donation: Donate \"]},\"23\":{\"h\":\"Donate\",\"t\":[\"Ocelot.social is open source software that is freely available.\",\"The association busFaktor() e.V. coordinates and promotes the programming of this software and takes care of its maintenance. You can support this project with a one-off or recurrent donation. We are very happy about every contribution.\"]},\"24\":{\"h\":\"Account for Donations\",\"t\":[\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Germany\",\"Location: Haferstr. 5c, 86179 Augsburg, Germany\"]},\"25\":{\"h\":\"Notes on intended use\",\"t\":[\"Please be sure to include Donation and your e-mail address in the reason for payment so that we can contact you. The @ sign is normally not possible for bank transfers, so write it as “ at ”, with a space before and after and without quotation marks.\",\"Example: Donation, john.doe at domain.com\",\"If you would like your donation to go primarily to the ocelot.social software, please also mention its name:\",\"Example: Donation for ocelot.social, john.doe at domain.com\",\"Contact us if you have any questions.\"]},\"26\":{\"h\":\"Features\",\"t\":[\"Ocelot.social offers a growing variety of basic and advanced networking features that can be expanded through community donations.\",\"The following features have been integrated so far:\"]},\"27\":{\"h\":\"Users\",\"t\":[\"user registration\",\"user profile\",\"create post\",\"follow user\",\"block user\",\"mute user\",\"invite user\",\"report user, post or comment\",\"user roles: user, moderator, administrator\"]},\"28\":{\"h\":\"Groups\",\"t\":[\"group profile\",\"visibility: public, closed, hidden\",\"group user roles: member, administrator, owner\",\"manage members: invite, activate, delete\",\"Owner, administrator: Pin post to top of post overview (group feed)\"]},\"29\":{\"h\":\"Posts\",\"t\":[\"post types: Post, event\",\"post image\",\"extensive editor with headings, text styles, embedded third-party content, lists, mentions, hashtags\",\"categories\",\"post language (automatic detection)\",\"commenting\"]},\"30\":{\"h\":\"Post overview\",\"t\":[\"preview (newsfeed)\",\"filter\",\"sort\"]},\"31\":{\"h\":\"Chat\",\"t\":[\"private 1:1 chat: full screen or side window\"]},\"32\":{\"h\":\"Map\",\"t\":[\"locations of users, groups and events\",\"search by location\"]},\"33\":{\"h\":\"Search\",\"t\":[\"by users, groups, posts, events, hashtags\"]},\"34\":{\"h\":\"Notifications\",\"t\":[\"internal\",\"by e-mail\"]},\"35\":{\"h\":\"Moderation\",\"t\":[\"Users with the moderator role can:\",\"moderate\",\"view and edit list of reported users, posts, comments\",\"block and unblock users, posts or comments\",\"view decision log\"]},\"36\":{\"h\":\"Administration\",\"t\":[\"Users with the administrator role can also:\",\"pin posts to the top of the post overview (newsfeed)\",\"view statistics\",\"view user data (except passwords)\",\"activate donation function with donation status\"]},\"37\":{\"h\":\"Languages\",\"t\":[\"The user interface is available in:\",\"Dutch\",\"English\",\"French\",\"German\",\"Italian\",\"Polish\",\"Portuguese\",\"Russian\",\"Spanish\"]},\"38\":{\"h\":\"Mobile App\",\"t\":[\"Ocelot.social networks is available as a so-called Progressive Web App (PWA) for:\",\"Android\",\"iOS\",\"→ Instructions in the wiki\"]},\"39\":{\"h\":\"Donate\",\"t\":[\"The ocelot.social software is freely available however, maintenance and development cost money. Support its continuity with your donation: Donate here \"]},\"40\":{\"h\":\"Get Started\"},\"41\":{\"h\":\"Try it out\"},\"42\":{\"h\":\"Imprint\"},\"43\":{\"h\":\"Responsible for the Operation of this Website\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, 2nd Chairman Haferstr. 5c 86179 Augsburg, Germany\",\"E-Mail: vorstand@busfaktor.org Telefon: +49 173 622 60 91\",\"More contact options.\"]},\"44\":{\"h\":\"Contentwise Responsible Editor\",\"t\":[\"Wolfgang Huß Steinburger Straße 38 22527 Hamburg, Germany\",\"E-Mail: vorstand@busfaktor.org Telefon: +49 173 622 60 91\"]},\"45\":{\"h\":\"Learn\",\"t\":[\"As a user, operator or developer, you can find more information about ocelot.social here.\"]},\"46\":{\"h\":\"Documentation for Developers\",\"t\":[\"https://docs.ocelot.social/\"]},\"47\":{\"h\":\"User Guide\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/en:User-Guide\"]},\"48\":{\"h\":\"FAQ\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/en:FAQ\"]},\"49\":{\"h\":\"Privacy Policy\",\"t\":[\"Updated on May 20, 2024\"]},\"50\":{\"h\":\"Privacy Information\",\"t\":[\"In the following, we inform you about our handling of your personal data and what rights you have against us in accordance with the EU General Data Protection Regulation (GDPR), which has been in force since 25 May 2018.\"]},\"51\":{\"h\":\"Responsible Person\",\"t\":[\"Is responsible for the processing of personal data:\",\"Martin Döring\",\"E-mail: vorstand@busfaktor.org\"]},\"52\":{\"h\":\"Deputy\",\"t\":[\"Wolfgang Huß\",\"E-mail: vorstand@busfaktor.org\"]},\"53\":{\"h\":\"Applications and Services\",\"t\":[\"When using our services, different types of personal data are processed differently. In the following, we will inform you about the applications and services for which there is processing, which personal data is involved, the purpose of the respective processing, how long the data is stored and much more.\"]},\"54\":{\"h\":\"Website\",\"t\":[\"When using our website, different types of personal data are processed in different ways. In the following, we will inform you about the types of processing, which personal data are affected in each case, what the purpose of the respective processing is, how long the data are stored in each case and much more.\"]},\"55\":{\"h\":\"Website access\",\"t\":[\"Purpose: We make our website available to the public so that everyone can inform themselves about our association, its activities and offers.\",\"Personal Data: Depending on the browser used and its settings, the following information is transmitted: date and time of access, if applicable source/reference, from which page you access our website, browser used, operating system used, language information, size of the browser window, IP address used.\",\"Storage Period: This data is not stored by us, but only used when you access our web application.\",\"Legal Basis: Our legitimate interest to present our association publicly, according to art. 6 paragraph 1 lit. f) GDPR.\",\"Recipient: Your browser access data can only be viewed by us as the operator and, if applicable, our provider.\",\"Third Country Transfer: The data will not be stored in a third country.\"]},\"56\":{\"h\":\"Your Rights\",\"t\":[\"Data protection law grants you the following rights with regard to the processing of your personal data, the exact wording of which you can read in the linked articles of the GDPR:\",\"Right to information in accordance with Art. 15 GDPR\",\"Right of rectification under Art. 16 GDPR\",\"Right of deletion in accordance with Art. 17 GDPR\",\"Right to restrict processing in accordance with Art. 18 GDPR\",\"Right to information in accordance with Art. 19 GDPR\",\"Right to data transferability according to Art. 20 GDPR\",\"Right to revoke consents granted under Art. 7 para. 3 GDPR\",\"Right of recourse according to Art. 21 GDPR\",\"Right of appeal under Art. 77 GDPR\",\"Please note that exercising your right to deletion, in particular your registration data, may mean that you can no longer use our services.\"]},\"57\":{\"h\":\"Actuality of this Privacy Information\",\"t\":[\"This privacy information can be adapted from time to time to organizational or technical changes and new legal requirements. It is always valid in the current version published here.\"]},\"58\":{\"h\":\"Roadmap\",\"t\":[\"Here you can see the most important planned features and the current development progress of ocelot.social.\"]},\"59\":{\"h\":\"Version 3.11.0 with numerous improvements\",\"t\":[\"This version of the ocelot.social software improves the stability and usability of the chat. In addition, several bugs have been fixed.\"]},\"60\":{\"h\":\"The key facts in a nutshell\",\"t\":[\"Chat: \",\"fix video player in Safari browser\",\"avoid empty messages on failed file uploads\",\"display text prompt when uploading files\",\"additional bug fixes\",\"additional software updates\",\"For details see this change log.\"]},\"61\":{\"h\":\"Support\",\"t\":[\"If you benefit from using ocelot.social, please help us with your support. Thank you very much!\",\"Contribute\",\"Donate\"]},\"62\":{\"c\":[\"Releases\"]},\"63\":{\"c\":[\"Releases\"]},\"64\":{\"h\":\"Tech-Day Fusion of Utopia and Ocelot!?\",\"t\":[\"This week, another lecture will take place as part of Tech Day organized by busFaktor(), this time on the topic:\",\"Fusion of Utopia and Ocelot!? Speaker: Anton Tranelis Language: German\",\"Thursday, August 21, 2025, at 2 p.m. CEST, online\"]},\"65\":{\"h\":\"Publication\",\"t\":[\"Recording on YouTube\",\"Presentation\"]},\"66\":{\"h\":\"What is it about?\",\"t\":[\"Utopia and Ocelot are two free open source projects maintained and developed by busFaktor() and IT4Change. Both projects have similar goals: they want to bring people together and get them involved in social change.\",\"Although both require largely the same components and services, these have not been shared with each other so far. Improvements to one project do not benefit the other project. In addition, they compete for the same developers. Different tech stacks make it difficult to exploit synergies.\",\"In this presentation, we want to highlight the similarities, look at how we can exploit synergies, and use our available resources effectively to achieve our common goals. This will be followed by a joint discussion on the topic.\",\"We look forward to your participation.\"]},\"67\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"68\":{\"c\":[\"Lectures\"]},\"69\":{\"c\":[\"Tech-Day\"]},\"70\":{\"h\":\"Version 3.12.2 published!\",\"t\":[\"This version of the ocelot.social software speeds up website loading, improves notifications, and fixes several bugs, among other things.\"]},\"71\":{\"h\":\"The key facts in a nutshell\",\"t\":[\"Performance optimization through automatic image reduction for the browser. \",\"Images on pages load faster.\",\"Lower consumption of (mobile) data volume\",\"Beautification of email notifications\",\"Improved delivery of email notifications\",\"Display of distance to own location on user and group profiles\",\"For details see this change log.\"]},\"72\":{\"h\":\"Support\",\"t\":[\"If you benefit from using ocelot.social, please help us with your support. Thank you very much!\",\"Contribute\",\"Donate\"]},\"73\":{\"c\":[\"Releases\"]},\"74\":{\"c\":[\"Releases\"]},\"75\":{\"h\":\"OAuth & OIDC How we get Ocelot SSO-Read\",\"t\":[\"Next presentation on our Tech Day organized by busFaktor().\",\"OAuth & OIDC How we get Ocelot SSO-Ready Speaker: Ulf Gebhardt Language: German\",\"Thursday, September 25, 2025, at 2 p.m. (CEST), online\"]},\"76\":{\"h\":\"Video Conference Link\",\"t\":[\"Here is the link to the presentation\"]},\"77\":{\"h\":\"What is it about?\",\"t\":[\"For quite some time now, there has been a question as to whether ocelot.social can be connected to other apps via a shared login.\",\"This feature makes it easier to use the Utopia Map as a map in ocelot.social, for example, and thus connect both projects. It is also needed to offer ocelot.social for NextCloud and perhaps other collaboration platforms, thereby significantly increasing the range of possible applications and thus the breadth of use. Several other arguments for implementing SSO have been raised over time.\",\"We look forward to your participation.\"]},\"78\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"79\":{\"c\":[\"Lectures\"]},\"80\":{\"c\":[\"Tech-Day\"]},\"81\":{\"h\":\"Version 3.13.0 brings improvements to commenting\",\"t\":[\"The new version 3.13.0 makes it easier for you to enable commenting.\"]},\"82\":{\"h\":\"What is it about?\",\"t\":[\"In some cases, the comment function is disabled for posts:\",\"If you have blocked the author of the post.\",\"If you are not a member of the group in which the post appears.\",\"Previously, you only received a brief notification about this.\",\"Now, with the new version of the ocelot.social software, you can click a button to unblock the author on their profile or join the group directly.\",\" Action to join the group. \",\"In addition, several technical improvements were made to the software and bugs were fixed.\",\"For details see this change log.\"]},\"83\":{\"h\":\"Support\",\"t\":[\"If you benefit from using ocelot.social, please help us with your support. Thank you very much!\",\"Contribute\",\"Donate\"]},\"84\":{\"c\":[\"Releases\"]},\"85\":{\"c\":[\"Releases\"]},\"86\":{\"h\":\"Our first crowdfunding campaign! 🪄✨\",\"t\":[\"Help enable pinning posts in groups with your donation.\"]},\"87\":{\"c\":[\"Funding\",\"Features\"]},\"88\":{\"c\":[\"Funding\",\"Groups\",\"Posts\",\"Pins\"]},\"89\":{\"h\":\"Thank you for the successful first crowdfunding campaign! 💫\",\"t\":[\"Your donation has helped make it possible to pin posts in groups very soon.\"]},\"90\":{\"h\":\"What its all about\",\"t\":[\"At the beginning of November, we launched a crowdfunding campaign for a feature that ensures important information remains more visible in groups (pinned posts in groups).\",\"The donation target of € 1,200 was already reached at the middle of December. By the end of the crowdfunding campaign, € 1,330 had been raised. We would like to express our sincere thanks to all donors. Thats really great!\",\"This paved the way for the development of this feature. It is expected to be completed in early February and will gradually be made available to users of the Ocelot networks.\"]},\"91\":{\"h\":\"Further crowdfunding campaigns planned\",\"t\":[\"Due to this success, we plan to collect donations for further desired features via crowdfunding as soon as possible. You will find information about this here on this website soon.\"]},\"92\":{\"h\":\"Donations\",\"t\":[\"Even outside of crowdfunding campaigns, you are welcome to support the further development and maintenance of the ocelot.social software with your donation:\",\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Germany\",\"Location: Haferstr. 5c, 86179 Augsburg, Germany\",\"For the purpose of use, see below.\"]},\"93\":{\"h\":\"Notes on the purpose of use\",\"t\":[\"Please be sure to include Donation and your e-mail address in the purpose of use so that we can contact you. Usually, the @ symbol is not accepted in bank transfers, so please write it as \\\" at \\\", with a space before and after it and without quotation marks.\",\"Example: Donation from eva.muster at domain.de for ocelot.social\",\"In Germany, donations under € 300 are tax-deductible without a certificate. In other cases, we will be happy to issue a donation receipt upon request.\",\"We welcome recurring donations to the project. ❤️ There are also numerous ways you can get involved.\"]},\"94\":{\"c\":[\"Funding\",\"Features\"]},\"95\":{\"c\":[\"Funding\",\"Groups\",\"Posts\",\"Pins\"]},\"96\":{\"h\":\"Ocelot.social Pi (3.14.1) is here Pin posts in groups\",\"t\":[\"From now on, every version of ocelot.social that contains significant changes will carry a version name. We start with a name derived from the current version number.\"]},\"97\":{\"h\":\"New Feature\",\"t\":[\"With ocelot.social Pi (3.14.1), group owners and administrators can now pin posts in their groups. This allows group members to immediately see important posts such as announcements and events.\",\"This was made possible thanks to donations from our first crowdfunding campaign. A big thank you once again to our donors. You made it happen!\"]},\"98\":{\"h\":\"Bug Fixes\",\"t\":[\"The category filter now works as expected again.\",\"The notification settings display is correct again.\",\"Broken links in notification emails have been fixed.\",\"Information pages (imprint, privacy policy, etc.) are working again.\"]},\"99\":{\"h\":\"Under the Hood\",\"t\":[\"Ocelot.social uses Vue.js version 2 as its frontend framework, which is no longer up to date. The migration to Vue 3 is very complex due to many changes between versions, but it has now been started with ocelot.social Pi.\",\"Due to the scope and complexity, a modular approach was chosen that allows for a gradual migration. In the first step, all buttons were migrated and improved in the process.\"]},\"100\":{\"h\":\"Changelog Summary\",\"t\":[\"AI summary of versions 3.14.0 and 3.14.1:\"]},\"101\":{\"h\":\"Features\",\"t\":[\"Group Pins — Posts can be pinned in groups (#9034)\",\"Admin creation command for production (#9057)\",\"DB script for disabling notifications (#9131)\",\"CodeRabbit integration for PR reviews (#9194)\"]},\"102\":{\"h\":\"Vue 3 Migration\",\"t\":[\"Phase 2 — Setup: Prepared the groundwork for migration (#9161)\",\"Phase 3 — Integration: UI library integrated into webapp (#9180)\",\"Button migration: Icon, circle and loading states migrated (#9208)\",\"Vue updated to 2.7.16 as a prerequisite (#9160)\"]},\"103\":{\"h\":\"UI Package (packages/ui)\",\"t\":[\"ESLint rules extracted to eslint-config-it4c (#9198, #9233)\",\"os-button CSS class for branding compatibility (#9211)\"]},\"104\":{\"h\":\"Bug Fixes\",\"t\":[\"Backend: Category filter fixed (#9209, #9123)\",\"Backend: Pinned posts visible even for muted users (#9200)\",\"Backend: Notification settings for currentUser (#9130)\",\"Backend: Email URL encoding (#9127)\",\"Backend: Permissions for GroupInviteCodes (#9121)\",\"Backend: Group myRole field query (#9102)\",\"Webapp: Language switch on static pages (#9202)\",\"Webapp: Static pages available when logged out (#9201)\",\"Webapp: Internal path for custom button (#9129)\",\"Webapp: CTA-Join-Group crash when group is undefined (#9103)\",\"Webapp: Local frontend tests (#9104, #9125)\"]},\"105\":{\"h\":\"Refactoring\",\"t\":[\"Backend: Reports query parameterization + resolver cleanup (#9156)\",\"Backend: GraphQL linting (#8473)\",\"Backend: Group membership model (#9124)\",\"Backend: Middleware before/after (#9128)\",\"Backend: Test roles (#9157)\"]},\"106\":{\"h\":\"Workflow/CI\",\"t\":[\"E2E tests run in parallel (#9205)\",\"Package caching (#9206)\",\"New PR scope package/ui (#9196)\",\"UI workflow fixes (#9204, #9207)\",\"Auto-approve workflow removed (#9197)\",\"Node.js versions consolidated (#9126)\",\"~80 dependency updates (Node, Nginx, AWS SDK, Cypress, etc.) omitted.\"]},\"107\":{\"h\":\"Donations\",\"t\":[\"If you like ocelot.social, please support the development and maintenance of this free and open-source software with a donation to busFaktor() e.V..\"]},\"108\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"109\":{\"c\":[\"Releases\"]},\"110\":{\"c\":[\"Releases\",\"Vue 3\",\"Groups\"]},\"111\":{\"h\":\"Crowdfunding for Group Chat Rooms 🪄✨\",\"t\":[\"With your donation, you can enable the members of a group to have a shared chat room in the future.\"]},\"112\":{\"c\":[\"Funding\",\"Features\"]},\"113\":{\"c\":[\"Funding\",\"Groups\",\"Chat\"]},\"114\":{\"h\":\"New Release Ocelot.Social v3.15.1\",\"t\":[\"Version 3.15.1 brings new feed view modes, a landscape display for posts, and two new languages (Ukrainian & Albanian). Many UI elements have been modernized and numerous bugs have been fixed — including issues with search, navigation, and the mobile menu.\"]},\"115\":{\"h\":\"New Features\",\"t\":[\"Landscape View — Posts can now be displayed in landscape mode\",\"Feed View Mode — Choose between different display options for your feed\",\"\\\"New Posts\\\" Indicator — An indicator shows you when new content is available without reloading the page\",\"Link Previews — Shared links now show nicer previews on social media platforms\",\"Ukrainian & Albanian — Two new languages have been added, existing translations completed\",\"Email Translations — All system emails are now fully translated into all supported languages\",\"Chat Notifications improved\"]},\"116\":{\"h\":\"Improved Design\",\"t\":[\"Many UI components have been modernized — buttons, cards, badges, menus, input fields, modals, and icons now appear in a more consistent, fresher look\",\"Responsive Mobile Menu — with language switching and filter support directly in the menu\",\"Masonry Layout — Content now arranges more fluidly, including loading animations\",\"Various layout fixes for profile and group views\"]},\"117\":{\"h\":\"Bug Fixes\",\"t\":[\"Search function repaired\",\"Tab navigation works reliably again\",\"Badges can be assigned via drag & drop on desktop devices again\",\"Dropdown menus now close correctly automatically\",\"Date picker no longer crashes with certain language settings\",\"Embedded content is now displayed correctly outside the editor\",\"Time display in user teasers corrected\",\"Stability improvements in the backend (memory leaks fixed)\"]},\"118\":{\"h\":\"Crowdfunding for Group Chats\",\"t\":[\"Check out our crowdfunding for the new group chats feature — with your support we can make group chats a reality!\"]},\"119\":{\"h\":\"Donations\",\"t\":[\"If you like ocelot.social, please support the development and maintenance of this free and open-source software with a donation to busFaktor() e.V..\"]},\"120\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"121\":{\"c\":[\"Releases\"]},\"122\":{\"c\":[\"Releases\",\"Vue 3\",\"Languages\"]}},\"dirtCount\":0,\"index\":[[\"~80\",{\"1\":{\"106\":1}}],[\"8473\",{\"1\":{\"105\":1}}],[\"86179\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"+\",{\"1\":{\"105\":1}}],[\"+49\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"9207\",{\"1\":{\"106\":1}}],[\"9204\",{\"1\":{\"106\":1}}],[\"9206\",{\"1\":{\"106\":1}}],[\"9205\",{\"1\":{\"106\":1}}],[\"9201\",{\"1\":{\"104\":1}}],[\"9202\",{\"1\":{\"104\":1}}],[\"9200\",{\"1\":{\"104\":1}}],[\"9209\",{\"1\":{\"104\":1}}],[\"9208\",{\"1\":{\"102\":1}}],[\"9211\",{\"1\":{\"103\":1}}],[\"9233\",{\"1\":{\"103\":1}}],[\"9057\",{\"1\":{\"101\":1}}],[\"9034\",{\"1\":{\"101\":1}}],[\"9157\",{\"1\":{\"105\":1}}],[\"9156\",{\"1\":{\"105\":1}}],[\"9104\",{\"1\":{\"104\":1}}],[\"9103\",{\"1\":{\"104\":1}}],[\"9102\",{\"1\":{\"104\":1}}],[\"9126\",{\"1\":{\"106\":1}}],[\"9128\",{\"1\":{\"105\":1}}],[\"9124\",{\"1\":{\"105\":1}}],[\"9125\",{\"1\":{\"104\":1}}],[\"9129\",{\"1\":{\"104\":1}}],[\"9121\",{\"1\":{\"104\":1}}],[\"9127\",{\"1\":{\"104\":1}}],[\"9123\",{\"1\":{\"104\":1}}],[\"9130\",{\"1\":{\"104\":1}}],[\"9131\",{\"1\":{\"101\":1}}],[\"9197\",{\"1\":{\"106\":1}}],[\"9196\",{\"1\":{\"106\":1}}],[\"9198\",{\"1\":{\"103\":1}}],[\"9194\",{\"1\":{\"101\":1}}],[\"9160\",{\"1\":{\"102\":1}}],[\"9161\",{\"1\":{\"102\":1}}],[\"9180\",{\"1\":{\"102\":1}}],[\"91\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"js\",{\"1\":{\"99\":1,\"106\":1}}],[\"john\",{\"1\":{\"25\":2}}],[\"joint\",{\"1\":{\"66\":1}}],[\"join\",{\"1\":{\"9\":1,\"82\":2,\"104\":1}}],[\"❤️\",{\"1\":{\"93\":1}}],[\"€\",{\"1\":{\"90\":2,\"93\":1}}],[\"💫\",{\"0\":{\"89\":1}}],[\"🪄✨\",{\"0\":{\"86\":1,\"111\":1}}],[\"key\",{\"0\":{\"60\":1,\"71\":1}}],[\"know\",{\"1\":{\"12\":1,\"20\":1}}],[\"0\",{\"0\":{\"59\":1,\"81\":1},\"1\":{\"81\":1,\"100\":1}}],[\"01\",{\"1\":{\"24\":1,\"92\":1}}],[\"300\",{\"1\":{\"93\":1}}],[\"330\",{\"1\":{\"90\":1}}],[\"3\",{\"0\":{\"59\":1,\"70\":1,\"81\":1,\"96\":1,\"102\":1},\"1\":{\"56\":1,\"81\":1,\"97\":1,\"99\":1,\"100\":2,\"102\":1,\"114\":1},\"2\":{\"110\":1,\"122\":1}}],[\"38\",{\"1\":{\"44\":1}}],[\"77\",{\"1\":{\"56\":1}}],[\"7\",{\"1\":{\"56\":1,\"102\":1}}],[\"query\",{\"1\":{\"104\":1,\"105\":1}}],[\"question\",{\"1\":{\"77\":1}}],[\"questions\",{\"1\":{\"25\":1}}],[\"quite\",{\"1\":{\"77\":1}}],[\"quotation\",{\"1\":{\"25\":1,\"93\":1}}],[\"nicer\",{\"1\":{\"115\":1}}],[\"navigation\",{\"1\":{\"114\":1,\"117\":1}}],[\"name\",{\"1\":{\"25\":1,\"96\":2}}],[\"nginx\",{\"1\":{\"106\":1}}],[\"number\",{\"1\":{\"96\":1}}],[\"numerous\",{\"0\":{\"59\":1},\"1\":{\"93\":1,\"114\":1}}],[\"nutshell\",{\"0\":{\"60\":1,\"71\":1}}],[\"node\",{\"1\":{\"106\":2}}],[\"november\",{\"1\":{\"90\":1}}],[\"now\",{\"1\":{\"77\":1,\"82\":1,\"96\":1,\"97\":1,\"98\":1,\"99\":1,\"115\":3,\"116\":2,\"117\":2}}],[\"no\",{\"1\":{\"56\":1,\"99\":1,\"117\":1}}],[\"notification\",{\"1\":{\"82\":1,\"98\":2,\"104\":1}}],[\"notifications\",{\"0\":{\"34\":1},\"1\":{\"70\":1,\"71\":2,\"101\":1,\"115\":1}}],[\"note\",{\"1\":{\"56\":1}}],[\"notes\",{\"0\":{\"25\":1,\"93\":1}}],[\"not\",{\"1\":{\"25\":1,\"55\":2,\"66\":2,\"82\":1,\"93\":1}}],[\"normally\",{\"1\":{\"25\":1}}],[\"n\",{\"1\":{\"24\":1,\"92\":1}}],[\"nextcloud\",{\"1\":{\"77\":1}}],[\"next\",{\"1\":{\"15\":1,\"75\":1}}],[\"needed\",{\"1\":{\"77\":1}}],[\"need\",{\"1\":{\"12\":1}}],[\"necessary\",{\"1\":{\"12\":1}}],[\"newsfeed\",{\"1\":{\"30\":1,\"36\":1}}],[\"new\",{\"0\":{\"15\":1,\"97\":1,\"114\":1,\"115\":1},\"1\":{\"7\":1,\"15\":1,\"19\":2,\"20\":1,\"57\":1,\"81\":1,\"82\":1,\"106\":1,\"114\":2,\"115\":3,\"118\":1}}],[\"networking\",{\"1\":{\"26\":1}}],[\"networks\",{\"0\":{\"9\":1},\"1\":{\"7\":1,\"10\":1,\"11\":2,\"13\":1,\"38\":1,\"90\":1}}],[\"network\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1,\"14\":1},\"1\":{\"0\":1,\"7\":3,\"9\":2,\"10\":6,\"12\":1,\"13\":1,\"14\":1,\"17\":1,\"18\":1}}],[\"14\",{\"0\":{\"96\":1},\"1\":{\"97\":1,\"100\":2}}],[\"13\",{\"0\":{\"81\":1},\"1\":{\"81\":1}}],[\"12\",{\"0\":{\"70\":1}}],[\"11\",{\"0\":{\"59\":1}}],[\"19\",{\"1\":{\"56\":1}}],[\"18\",{\"1\":{\"56\":1}}],[\"17\",{\"1\":{\"56\":1}}],[\"173\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"16\",{\"1\":{\"56\":1,\"102\":1}}],[\"15\",{\"0\":{\"114\":1},\"1\":{\"56\":1,\"114\":1}}],[\"1\",{\"0\":{\"96\":1,\"114\":1},\"1\":{\"31\":2,\"55\":1,\"90\":2,\"97\":1,\"100\":1,\"114\":1}}],[\"1084\",{\"1\":{\"24\":1,\"92\":1}}],[\"1000\",{\"1\":{\"24\":1,\"92\":1}}],[\"5340\",{\"1\":{\"24\":1,\"92\":1}}],[\"5003\",{\"1\":{\"24\":1,\"92\":1}}],[\"5c\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"→\",{\"1\":{\"10\":1,\"16\":1,\"38\":1}}],[\"ukrainian\",{\"1\":{\"114\":1,\"115\":1}}],[\"url\",{\"1\":{\"104\":1}}],[\"ui\",{\"0\":{\"103\":2},\"1\":{\"102\":1,\"106\":2,\"114\":1,\"116\":1}}],[\"ulf\",{\"1\":{\"75\":1}}],[\"utopia\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"77\":1}}],[\"undefined\",{\"1\":{\"104\":1}}],[\"under\",{\"0\":{\"99\":1},\"1\":{\"56\":3,\"93\":1}}],[\"unblock\",{\"1\":{\"35\":1,\"82\":1}}],[\"usually\",{\"1\":{\"93\":1}}],[\"using\",{\"1\":{\"53\":1,\"54\":1,\"61\":1,\"72\":1,\"83\":1}}],[\"usability\",{\"1\":{\"18\":1,\"59\":1}}],[\"us\",{\"1\":{\"14\":1,\"17\":1,\"18\":1,\"19\":1,\"20\":1,\"21\":1,\"22\":1,\"25\":1,\"50\":1,\"55\":2,\"61\":1,\"72\":1,\"83\":1}}],[\"uses\",{\"1\":{\"99\":1}}],[\"used\",{\"1\":{\"13\":1,\"55\":5}}],[\"users\",{\"0\":{\"27\":1},\"1\":{\"9\":2,\"10\":1,\"15\":1,\"32\":1,\"33\":1,\"35\":3,\"36\":1,\"90\":1,\"104\":1}}],[\"user\",{\"0\":{\"47\":1},\"1\":{\"9\":3,\"16\":1,\"17\":2,\"27\":9,\"28\":1,\"36\":1,\"37\":1,\"45\":1,\"47\":1,\"71\":1,\"117\":1}}],[\"use\",{\"0\":{\"9\":1,\"25\":1,\"93\":1},\"1\":{\"56\":1,\"66\":1,\"77\":2,\"92\":1,\"93\":1}}],[\"upon\",{\"1\":{\"93\":1}}],[\"updates\",{\"1\":{\"60\":1,\"106\":1}}],[\"updated\",{\"1\":{\"49\":1,\"102\":1}}],[\"uploading\",{\"1\":{\"60\":1}}],[\"uploads\",{\"1\":{\"60\":1}}],[\"up\",{\"0\":{\"10\":1},\"1\":{\"70\":1,\"99\":1}}],[\"raised\",{\"1\":{\"77\":1,\"90\":1}}],[\"range\",{\"1\":{\"77\":1}}],[\"room\",{\"1\":{\"111\":1}}],[\"rooms\",{\"0\":{\"111\":1}}],[\"roadmap\",{\"0\":{\"58\":1}}],[\"role\",{\"1\":{\"35\":1,\"36\":1}}],[\"roles\",{\"1\":{\"27\":1,\"28\":1,\"105\":1}}],[\"right\",{\"1\":{\"56\":10}}],[\"rights\",{\"0\":{\"56\":1},\"1\":{\"50\":1,\"56\":1}}],[\"rules\",{\"1\":{\"103\":1}}],[\"russian\",{\"1\":{\"37\":1}}],[\"run\",{\"1\":{\"12\":1,\"106\":1}}],[\"runs\",{\"1\":{\"9\":1}}],[\"repaired\",{\"1\":{\"117\":1}}],[\"repository\",{\"1\":{\"14\":1}}],[\"reports\",{\"1\":{\"105\":1}}],[\"reported\",{\"1\":{\"35\":1}}],[\"report\",{\"1\":{\"10\":1,\"14\":1,\"27\":1}}],[\"reliably\",{\"1\":{\"117\":1}}],[\"reloading\",{\"1\":{\"115\":1}}],[\"releases\",{\"2\":{\"62\":1,\"63\":1,\"73\":1,\"74\":1,\"84\":1,\"85\":1,\"109\":1,\"110\":1,\"121\":1,\"122\":1}}],[\"release\",{\"0\":{\"114\":1},\"1\":{\"20\":1}}],[\"released\",{\"1\":{\"15\":1}}],[\"removed\",{\"1\":{\"106\":1}}],[\"remains\",{\"1\":{\"90\":1}}],[\"refactoring\",{\"0\":{\"105\":1}}],[\"reference\",{\"1\":{\"55\":1}}],[\"reviews\",{\"1\":{\"101\":1}}],[\"revoke\",{\"1\":{\"56\":1}}],[\"request\",{\"1\":{\"93\":1}}],[\"require\",{\"1\":{\"66\":1}}],[\"requirements\",{\"1\":{\"57\":1}}],[\"reduction\",{\"1\":{\"71\":1}}],[\"resolver\",{\"1\":{\"105\":1}}],[\"resources\",{\"1\":{\"66\":1}}],[\"restrict\",{\"1\":{\"56\":1}}],[\"responsive\",{\"1\":{\"116\":1}}],[\"responsible\",{\"0\":{\"43\":1,\"44\":1,\"51\":1},\"1\":{\"51\":1}}],[\"respective\",{\"1\":{\"53\":1,\"54\":1}}],[\"regard\",{\"1\":{\"56\":1}}],[\"regulation\",{\"1\":{\"50\":1}}],[\"registration\",{\"1\":{\"27\":1,\"56\":1}}],[\"register\",{\"1\":{\"9\":1}}],[\"reality\",{\"1\":{\"118\":1}}],[\"really\",{\"1\":{\"90\":1}}],[\"reached\",{\"1\":{\"90\":1}}],[\"reason\",{\"1\":{\"25\":1}}],[\"ready\",{\"1\":{\"75\":1}}],[\"read\",{\"0\":{\"75\":1},\"1\":{\"56\":1}}],[\"reading\",{\"1\":{\"9\":1}}],[\"reader\",{\"1\":{\"9\":1}}],[\"readable\",{\"1\":{\"9\":1}}],[\"recurring\",{\"1\":{\"93\":1}}],[\"recurrent\",{\"1\":{\"23\":1}}],[\"receipt\",{\"1\":{\"93\":1}}],[\"received\",{\"1\":{\"82\":1}}],[\"recording\",{\"1\":{\"65\":1}}],[\"recourse\",{\"1\":{\"56\":1}}],[\"recommend\",{\"1\":{\"9\":1}}],[\"rectification\",{\"1\":{\"56\":1}}],[\"recipient\",{\"1\":{\"55\":1}}],[\"big\",{\"1\":{\"97\":1}}],[\"bic\",{\"1\":{\"24\":1,\"92\":1}}],[\"branding\",{\"1\":{\"103\":1}}],[\"broken\",{\"1\":{\"98\":1}}],[\"browser\",{\"1\":{\"55\":4,\"60\":1,\"71\":1}}],[\"brief\",{\"1\":{\"82\":1}}],[\"brings\",{\"0\":{\"81\":1},\"1\":{\"114\":1}}],[\"bring\",{\"1\":{\"66\":1}}],[\"breadth\",{\"1\":{\"77\":1}}],[\"both\",{\"1\":{\"66\":2,\"77\":1}}],[\"by\",{\"1\":{\"32\":1,\"33\":1,\"34\":1,\"55\":2,\"64\":1,\"66\":2,\"75\":1,\"90\":1}}],[\"blocked\",{\"1\":{\"82\":1}}],[\"block\",{\"1\":{\"27\":1,\"35\":1}}],[\"blog\",{\"1\":{\"10\":1,\"13\":1}}],[\"badges\",{\"1\":{\"116\":1,\"117\":1}}],[\"backend\",{\"1\":{\"104\":6,\"105\":5,\"117\":1}}],[\"basis\",{\"1\":{\"55\":1}}],[\"basic\",{\"1\":{\"26\":1}}],[\"bank\",{\"1\":{\"24\":1,\"25\":1,\"92\":1,\"93\":1}}],[\"buttons\",{\"1\":{\"99\":1,\"116\":1}}],[\"button\",{\"1\":{\"82\":1,\"102\":1,\"103\":1,\"104\":1}}],[\"but\",{\"1\":{\"22\":1,\"55\":1,\"99\":1}}],[\"bugs\",{\"1\":{\"59\":1,\"70\":1,\"82\":1,\"114\":1}}],[\"bug\",{\"0\":{\"98\":1,\"104\":1,\"117\":1},\"1\":{\"14\":1,\"60\":1}}],[\"busfaktor\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":1,\"43\":2,\"44\":1,\"51\":1,\"52\":1,\"64\":1,\"66\":1,\"75\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"between\",{\"1\":{\"99\":1,\"115\":1}}],[\"below\",{\"1\":{\"92\":1}}],[\"beginning\",{\"1\":{\"90\":1}}],[\"beginners\",{\"1\":{\"20\":1}}],[\"beautification\",{\"1\":{\"71\":1}}],[\"benefit\",{\"1\":{\"61\":1,\"66\":1,\"72\":1,\"83\":1}}],[\"been\",{\"1\":{\"26\":1,\"50\":1,\"59\":1,\"66\":1,\"77\":2,\"90\":1,\"98\":1,\"99\":1,\"114\":2,\"115\":1,\"116\":1}}],[\"before\",{\"1\":{\"15\":1,\"25\":1,\"93\":1,\"105\":1}}],[\"be\",{\"1\":{\"12\":1,\"13\":1,\"25\":1,\"26\":1,\"55\":2,\"57\":1,\"66\":1,\"77\":1,\"90\":2,\"93\":2,\"101\":1,\"115\":1,\"117\":1}}],[\"become\",{\"1\":{\"9\":1,\"10\":1}}],[\"layout\",{\"1\":{\"116\":2}}],[\"landscape\",{\"1\":{\"114\":1,\"115\":2}}],[\"languages\",{\"0\":{\"37\":1},\"1\":{\"17\":1,\"114\":1,\"115\":2},\"2\":{\"122\":1}}],[\"language\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"29\":1,\"55\":1,\"64\":1,\"75\":1,\"104\":1,\"116\":1,\"117\":1}}],[\"launched\",{\"1\":{\"90\":1}}],[\"largely\",{\"1\":{\"66\":1}}],[\"law\",{\"1\":{\"56\":1}}],[\"leaks\",{\"1\":{\"117\":1}}],[\"learn\",{\"0\":{\"45\":1}}],[\"lectures\",{\"2\":{\"68\":1,\"79\":1}}],[\"lecture\",{\"1\":{\"64\":1}}],[\"legitimate\",{\"1\":{\"55\":1}}],[\"legal\",{\"1\":{\"55\":1,\"57\":1}}],[\"local\",{\"1\":{\"104\":1}}],[\"locations\",{\"1\":{\"32\":1}}],[\"location\",{\"1\":{\"9\":1,\"24\":1,\"32\":1,\"71\":1,\"92\":1}}],[\"lower\",{\"1\":{\"71\":1}}],[\"load\",{\"1\":{\"71\":1}}],[\"loading\",{\"1\":{\"70\":1,\"102\":1,\"116\":1}}],[\"look\",{\"1\":{\"66\":2,\"77\":1,\"116\":1}}],[\"looking\",{\"1\":{\"15\":1}}],[\"longer\",{\"1\":{\"56\":1,\"99\":1,\"117\":1}}],[\"long\",{\"1\":{\"53\":1,\"54\":1}}],[\"logged\",{\"1\":{\"104\":1}}],[\"login\",{\"1\":{\"77\":1}}],[\"log\",{\"1\":{\"35\":1,\"60\":1,\"71\":1,\"82\":1}}],[\"linting\",{\"1\":{\"105\":1}}],[\"links\",{\"1\":{\"98\":1,\"115\":1}}],[\"linked\",{\"1\":{\"56\":1}}],[\"link\",{\"0\":{\"76\":1},\"1\":{\"10\":1,\"13\":1,\"76\":1,\"115\":1}}],[\"library\",{\"1\":{\"102\":1}}],[\"lit\",{\"1\":{\"55\":1}}],[\"list\",{\"1\":{\"35\":1}}],[\"lists\",{\"1\":{\"29\":1}}],[\"liven\",{\"0\":{\"10\":1}}],[\"like\",{\"0\":{\"15\":1,\"16\":1,\"18\":1,\"19\":1},\"1\":{\"7\":3,\"13\":1,\"14\":1,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"25\":1,\"90\":1,\"107\":1,\"119\":1}}],[\"icons\",{\"1\":{\"116\":1}}],[\"icon\",{\"1\":{\"102\":1}}],[\"ip\",{\"1\":{\"55\":1}}],[\"ios\",{\"1\":{\"38\":1}}],[\"immediately\",{\"1\":{\"97\":1}}],[\"implementing\",{\"1\":{\"77\":1}}],[\"important\",{\"1\":{\"58\":1,\"90\":1,\"97\":1}}],[\"imprint\",{\"0\":{\"42\":1},\"1\":{\"98\":1}}],[\"improving\",{\"1\":{\"14\":1}}],[\"improved\",{\"0\":{\"116\":1},\"1\":{\"71\":1,\"99\":1,\"115\":1}}],[\"improves\",{\"1\":{\"59\":1,\"70\":1}}],[\"improvements\",{\"0\":{\"59\":1,\"81\":1},\"1\":{\"66\":1,\"82\":1,\"117\":1}}],[\"improve\",{\"0\":{\"14\":1},\"1\":{\"7\":1,\"17\":1,\"18\":1}}],[\"images\",{\"1\":{\"71\":1}}],[\"image\",{\"1\":{\"29\":1,\"71\":1}}],[\"iban\",{\"1\":{\"24\":1,\"92\":1}}],[\"is\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"96\":1},\"1\":{\"17\":1,\"20\":1,\"22\":1,\"23\":2,\"25\":1,\"37\":1,\"38\":1,\"39\":1,\"51\":1,\"53\":3,\"54\":1,\"55\":2,\"57\":1,\"76\":1,\"77\":1,\"82\":1,\"90\":1,\"93\":1,\"98\":1,\"99\":2,\"104\":1,\"115\":1,\"117\":1}}],[\"issues\",{\"1\":{\"20\":1,\"114\":1}}],[\"issue\",{\"1\":{\"14\":1,\"93\":1}}],[\"if\",{\"1\":{\"10\":1,\"12\":1,\"14\":2,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"25\":2,\"55\":2,\"61\":1,\"72\":1,\"82\":2,\"83\":1,\"107\":1,\"119\":1}}],[\"ideas\",{\"0\":{\"21\":1},\"1\":{\"7\":1,\"14\":1}}],[\"input\",{\"1\":{\"116\":1}}],[\"indicator\",{\"1\":{\"115\":2}}],[\"into\",{\"1\":{\"102\":1,\"115\":1}}],[\"integration\",{\"1\":{\"101\":1,\"102\":1}}],[\"integrated\",{\"1\":{\"26\":1,\"102\":1}}],[\"intended\",{\"0\":{\"25\":1}}],[\"internal\",{\"1\":{\"34\":1,\"104\":1}}],[\"interface\",{\"1\":{\"17\":1,\"37\":1}}],[\"interest\",{\"1\":{\"55\":1}}],[\"interesting\",{\"1\":{\"9\":1,\"10\":1}}],[\"interests\",{\"1\":{\"7\":1}}],[\"including\",{\"1\":{\"114\":1,\"116\":1}}],[\"include\",{\"1\":{\"25\":1,\"93\":1}}],[\"increasing\",{\"1\":{\"77\":1}}],[\"inform\",{\"1\":{\"50\":1,\"53\":1,\"54\":1,\"55\":1}}],[\"information\",{\"0\":{\"50\":1,\"57\":1},\"1\":{\"9\":1,\"11\":1,\"45\":1,\"55\":2,\"56\":2,\"57\":1,\"90\":1,\"91\":1,\"98\":1}}],[\"institution\",{\"1\":{\"13\":1}}],[\"instructions\",{\"1\":{\"10\":1,\"14\":1,\"17\":1,\"38\":1}}],[\"invite\",{\"1\":{\"9\":1,\"10\":1,\"27\":1,\"28\":1}}],[\"involved\",{\"0\":{\"11\":1,\"21\":1},\"1\":{\"7\":1,\"21\":1,\"53\":1,\"66\":1,\"93\":1}}],[\"in\",{\"0\":{\"60\":1,\"71\":1,\"96\":1},\"1\":{\"7\":1,\"9\":1,\"10\":3,\"14\":3,\"16\":2,\"17\":2,\"20\":1,\"21\":2,\"25\":1,\"37\":1,\"38\":1,\"50\":3,\"53\":1,\"54\":4,\"55\":1,\"56\":6,\"57\":1,\"59\":1,\"60\":1,\"66\":3,\"77\":1,\"82\":3,\"86\":1,\"89\":1,\"90\":3,\"93\":4,\"97\":1,\"98\":1,\"99\":2,\"101\":1,\"106\":1,\"111\":1,\"115\":1,\"116\":2,\"117\":2}}],[\"it4c\",{\"1\":{\"103\":1}}],[\"it4change\",{\"1\":{\"66\":1}}],[\"italian\",{\"1\":{\"37\":1}}],[\"its\",{\"1\":{\"23\":1,\"25\":1,\"39\":1,\"55\":2,\"99\":1}}],[\"it\",{\"0\":{\"41\":1,\"66\":1,\"77\":1,\"82\":1,\"90\":1},\"1\":{\"2\":1,\"14\":1,\"25\":1,\"57\":1,\"66\":1,\"77\":2,\"81\":1,\"89\":1,\"90\":1,\"93\":2,\"97\":1,\"99\":1}}],[\"tab\",{\"1\":{\"117\":1}}],[\"tax\",{\"1\":{\"93\":1}}],[\"target\",{\"1\":{\"90\":1}}],[\"take\",{\"1\":{\"64\":1}}],[\"takes\",{\"1\":{\"23\":1}}],[\"two\",{\"1\":{\"66\":1,\"114\":1,\"115\":1}}],[\"time\",{\"1\":{\"55\":1,\"57\":2,\"64\":1,\"77\":2,\"117\":1}}],[\"tranelis\",{\"1\":{\"64\":1}}],[\"translations\",{\"1\":{\"115\":2}}],[\"translated\",{\"1\":{\"115\":1}}],[\"translate\",{\"1\":{\"17\":1}}],[\"transferability\",{\"1\":{\"56\":1}}],[\"transfer\",{\"1\":{\"55\":1}}],[\"transfers\",{\"1\":{\"25\":1,\"93\":1}}],[\"transmitted\",{\"1\":{\"55\":1}}],[\"triodos\",{\"1\":{\"24\":1,\"92\":1}}],[\"troddef1\",{\"1\":{\"24\":1,\"92\":1}}],[\"try\",{\"0\":{\"41\":1},\"1\":{\"2\":1}}],[\"types\",{\"1\":{\"13\":1,\"29\":1,\"53\":1,\"54\":2}}],[\"teasers\",{\"1\":{\"117\":1}}],[\"tech\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"technical\",{\"1\":{\"57\":1,\"82\":1}}],[\"telefon\",{\"1\":{\"43\":1,\"44\":1}}],[\"tell\",{\"1\":{\"10\":1}}],[\"text\",{\"1\":{\"29\":1,\"60\":1}}],[\"tests\",{\"1\":{\"104\":1,\"106\":1}}],[\"test\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"15\":1,\"20\":1,\"105\":1}}],[\"together\",{\"1\":{\"66\":1}}],[\"topic\",{\"1\":{\"64\":1,\"66\":1}}],[\"top\",{\"1\":{\"28\":1,\"36\":1}}],[\"to\",{\"0\":{\"11\":1,\"15\":1,\"18\":2,\"81\":1},\"1\":{\"7\":1,\"9\":1,\"10\":3,\"12\":1,\"13\":2,\"14\":2,\"15\":1,\"17\":1,\"18\":1,\"19\":1,\"20\":3,\"21\":1,\"22\":1,\"25\":3,\"28\":1,\"36\":1,\"55\":3,\"56\":9,\"57\":2,\"66\":6,\"71\":1,\"76\":1,\"77\":5,\"81\":1,\"82\":3,\"89\":1,\"90\":4,\"91\":2,\"92\":1,\"93\":3,\"97\":3,\"99\":4,\"102\":1,\"103\":1,\"107\":1,\"111\":1,\"119\":1}}],[\"thus\",{\"1\":{\"77\":2}}],[\"thursday\",{\"1\":{\"64\":1,\"75\":1}}],[\"thanks\",{\"1\":{\"90\":1,\"97\":1}}],[\"thank\",{\"0\":{\"89\":1},\"1\":{\"61\":1,\"72\":1,\"83\":1,\"97\":1}}],[\"that\",{\"1\":{\"7\":1,\"9\":2,\"23\":1,\"25\":1,\"26\":1,\"55\":1,\"56\":2,\"90\":2,\"93\":1,\"96\":1,\"99\":1}}],[\"things\",{\"1\":{\"70\":1}}],[\"third\",{\"1\":{\"29\":1,\"55\":2}}],[\"this\",{\"0\":{\"43\":1,\"57\":1},\"1\":{\"12\":1,\"23\":2,\"55\":1,\"57\":1,\"59\":1,\"60\":1,\"64\":2,\"66\":2,\"70\":1,\"71\":1,\"77\":1,\"82\":2,\"90\":2,\"91\":3,\"97\":2,\"107\":1,\"119\":1}}],[\"through\",{\"1\":{\"26\":1,\"71\":1}}],[\"their\",{\"1\":{\"82\":1,\"97\":1}}],[\"these\",{\"1\":{\"66\":1}}],[\"then\",{\"1\":{\"20\":1}}],[\"they\",{\"1\":{\"15\":1,\"66\":2}}],[\"themselves\",{\"1\":{\"55\":1}}],[\"them\",{\"1\":{\"10\":1,\"11\":1,\"16\":1,\"66\":1}}],[\"thereby\",{\"1\":{\"77\":1}}],[\"there\",{\"1\":{\"10\":1,\"53\":1,\"77\":1,\"93\":1}}],[\"the\",{\"0\":{\"9\":1,\"14\":1,\"18\":1,\"20\":1,\"43\":1,\"60\":1,\"71\":1,\"89\":1,\"93\":1,\"99\":1},\"1\":{\"7\":5,\"10\":6,\"11\":1,\"12\":2,\"13\":6,\"14\":4,\"15\":2,\"16\":4,\"17\":3,\"18\":2,\"19\":2,\"20\":3,\"21\":1,\"22\":1,\"23\":2,\"25\":3,\"26\":1,\"35\":1,\"36\":3,\"37\":1,\"38\":1,\"39\":1,\"50\":2,\"51\":1,\"53\":5,\"54\":5,\"55\":6,\"56\":5,\"57\":1,\"58\":2,\"59\":3,\"64\":1,\"66\":5,\"70\":1,\"71\":1,\"76\":2,\"77\":3,\"81\":1,\"82\":11,\"90\":8,\"92\":3,\"93\":3,\"96\":1,\"98\":2,\"99\":4,\"102\":1,\"107\":1,\"111\":2,\"114\":1,\"115\":1,\"116\":1,\"117\":2,\"118\":1,\"119\":1}}],[\"show\",{\"1\":{\"115\":1}}],[\"shows\",{\"1\":{\"115\":1}}],[\"shared\",{\"1\":{\"66\":1,\"77\":1,\"111\":1,\"115\":1}}],[\"sdk\",{\"1\":{\"106\":1}}],[\"switching\",{\"1\":{\"116\":1}}],[\"switch\",{\"1\":{\"104\":1}}],[\"script\",{\"1\":{\"101\":1}}],[\"screen\",{\"1\":{\"31\":1}}],[\"scope\",{\"1\":{\"99\":1,\"106\":1}}],[\"sso\",{\"0\":{\"75\":1},\"1\":{\"75\":1,\"77\":1}}],[\"symbol\",{\"1\":{\"93\":1}}],[\"synergies\",{\"1\":{\"66\":2}}],[\"system\",{\"1\":{\"55\":1,\"115\":1}}],[\"same\",{\"1\":{\"66\":2}}],[\"safari\",{\"1\":{\"60\":1}}],[\"similarities\",{\"1\":{\"66\":1}}],[\"similar\",{\"1\":{\"66\":1}}],[\"size\",{\"1\":{\"55\":1}}],[\"sincere\",{\"1\":{\"90\":1}}],[\"since\",{\"1\":{\"50\":1}}],[\"side\",{\"1\":{\"31\":1}}],[\"significant\",{\"1\":{\"96\":1}}],[\"significantly\",{\"1\":{\"77\":1}}],[\"sign\",{\"1\":{\"25\":1}}],[\"step\",{\"1\":{\"99\":1}}],[\"steinburger\",{\"1\":{\"44\":1}}],[\"storage\",{\"1\":{\"55\":1}}],[\"stored\",{\"1\":{\"53\":1,\"54\":1,\"55\":2}}],[\"straße\",{\"1\":{\"44\":1}}],[\"stacks\",{\"1\":{\"66\":1}}],[\"stability\",{\"1\":{\"59\":1,\"117\":1}}],[\"static\",{\"1\":{\"104\":2}}],[\"statistics\",{\"1\":{\"36\":1}}],[\"states\",{\"1\":{\"102\":1}}],[\"status\",{\"1\":{\"36\":1}}],[\"start\",{\"1\":{\"96\":1}}],[\"started\",{\"0\":{\"40\":1},\"1\":{\"99\":1}}],[\"star\",{\"1\":{\"13\":1,\"20\":1}}],[\"styles\",{\"1\":{\"29\":1}}],[\"setup\",{\"1\":{\"102\":1}}],[\"settings\",{\"1\":{\"55\":1,\"98\":1,\"104\":1,\"117\":1}}],[\"september\",{\"1\":{\"75\":1}}],[\"see\",{\"1\":{\"58\":1,\"60\":1,\"71\":1,\"82\":1,\"92\":1,\"97\":1}}],[\"services\",{\"0\":{\"53\":1},\"1\":{\"53\":2,\"56\":1,\"66\":1}}],[\"search\",{\"0\":{\"33\":1},\"1\":{\"32\":1,\"114\":1,\"117\":1}}],[\"session\",{\"1\":{\"20\":1}}],[\"several\",{\"1\":{\"17\":1,\"59\":1,\"70\":1,\"77\":1,\"82\":1}}],[\"summary\",{\"0\":{\"100\":1},\"1\":{\"100\":1}}],[\"such\",{\"1\":{\"97\":1}}],[\"success\",{\"1\":{\"91\":1}}],[\"successful\",{\"0\":{\"89\":1}}],[\"sure\",{\"1\":{\"25\":1,\"93\":1}}],[\"suitable\",{\"1\":{\"20\":1}}],[\"suggestions\",{\"1\":{\"14\":1}}],[\"supported\",{\"1\":{\"115\":1}}],[\"support\",{\"0\":{\"7\":1,\"8\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"108\":1,\"120\":1},\"1\":{\"7\":2,\"12\":1,\"22\":1,\"23\":1,\"39\":1,\"61\":1,\"72\":1,\"83\":1,\"92\":1,\"107\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"speeds\",{\"1\":{\"70\":1}}],[\"speaker\",{\"1\":{\"64\":1,\"75\":1}}],[\"speak\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"spanish\",{\"1\":{\"37\":1}}],[\"space\",{\"1\":{\"25\":1,\"93\":1}}],[\"spread\",{\"1\":{\"13\":1}}],[\"s\",{\"0\":{\"90\":1},\"1\":{\"11\":1,\"90\":1}}],[\"soon\",{\"1\":{\"89\":1,\"91\":2}}],[\"some\",{\"1\":{\"77\":1,\"82\":1}}],[\"sort\",{\"1\":{\"30\":1}}],[\"so\",{\"1\":{\"25\":2,\"26\":1,\"38\":1,\"55\":1,\"66\":1,\"93\":2}}],[\"source\",{\"1\":{\"0\":1,\"7\":1,\"20\":1,\"23\":1,\"55\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"softwarefor\",{\"1\":{\"0\":1}}],[\"software\",{\"0\":{\"0\":1,\"20\":1},\"1\":{\"7\":2,\"9\":1,\"12\":1,\"13\":2,\"14\":1,\"15\":1,\"16\":1,\"20\":2,\"22\":1,\"23\":2,\"25\":1,\"39\":1,\"59\":1,\"60\":1,\"70\":1,\"82\":2,\"92\":1,\"107\":1,\"119\":1}}],[\"social\",{\"0\":{\"0\":2,\"1\":1,\"5\":1,\"96\":1,\"114\":1},\"1\":{\"0\":1,\"5\":1,\"7\":2,\"10\":1,\"12\":1,\"13\":5,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"61\":1,\"66\":1,\"70\":1,\"72\":1,\"77\":3,\"82\":1,\"83\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"115\":1,\"119\":1}}],[\"youtube\",{\"1\":{\"65\":1}}],[\"you\",{\"0\":{\"7\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":1,\"19\":1,\"89\":1},\"1\":{\"7\":6,\"9\":1,\"10\":2,\"12\":3,\"14\":2,\"17\":1,\"19\":1,\"20\":3,\"21\":1,\"22\":1,\"23\":1,\"25\":3,\"45\":1,\"50\":2,\"53\":1,\"54\":1,\"55\":2,\"56\":3,\"58\":1,\"61\":2,\"72\":2,\"81\":1,\"82\":4,\"83\":2,\"91\":1,\"92\":1,\"93\":2,\"97\":2,\"107\":1,\"111\":1,\"115\":1,\"119\":1}}],[\"yourself\",{\"1\":{\"9\":1}}],[\"your\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1,\"56\":1},\"1\":{\"0\":1,\"7\":2,\"9\":4,\"10\":4,\"11\":1,\"12\":1,\"13\":1,\"25\":2,\"39\":1,\"50\":1,\"55\":1,\"56\":3,\"61\":1,\"66\":1,\"72\":1,\"77\":1,\"83\":1,\"86\":1,\"89\":1,\"92\":1,\"93\":1,\"111\":1,\"115\":1,\"118\":1}}],[\"phase\",{\"1\":{\"102\":2}}],[\"phone\",{\"1\":{\"4\":1,\"5\":1}}],[\"p\",{\"1\":{\"64\":1,\"75\":1}}],[\"purpose\",{\"0\":{\"93\":1},\"1\":{\"53\":1,\"54\":1,\"55\":1,\"92\":1,\"93\":1}}],[\"publication\",{\"0\":{\"65\":1}}],[\"publicly\",{\"1\":{\"55\":1}}],[\"public\",{\"1\":{\"28\":1,\"55\":1}}],[\"published\",{\"0\":{\"70\":1},\"1\":{\"57\":1}}],[\"publish\",{\"1\":{\"10\":1,\"13\":1}}],[\"pwa\",{\"1\":{\"38\":1}}],[\"policy\",{\"0\":{\"49\":1},\"1\":{\"98\":1}}],[\"polish\",{\"1\":{\"37\":1}}],[\"portuguese\",{\"1\":{\"37\":1}}],[\"post\",{\"0\":{\"30\":1},\"1\":{\"27\":2,\"28\":2,\"29\":4,\"36\":1,\"82\":2}}],[\"posts\",{\"0\":{\"29\":1,\"96\":1},\"1\":{\"9\":3,\"33\":1,\"35\":2,\"36\":1,\"82\":1,\"86\":1,\"89\":1,\"90\":1,\"97\":2,\"101\":1,\"104\":1,\"114\":1,\"115\":2},\"2\":{\"88\":1,\"95\":1}}],[\"possible\",{\"1\":{\"25\":1,\"77\":1,\"89\":1,\"91\":1,\"97\":1}}],[\"picker\",{\"1\":{\"117\":1}}],[\"picture\",{\"1\":{\"9\":2}}],[\"pi\",{\"0\":{\"96\":1},\"1\":{\"97\":1,\"99\":1}}],[\"pinned\",{\"1\":{\"90\":1,\"101\":1,\"104\":1}}],[\"pinning\",{\"1\":{\"86\":1}}],[\"pins\",{\"1\":{\"101\":1},\"2\":{\"88\":1,\"95\":1}}],[\"pin\",{\"0\":{\"96\":1},\"1\":{\"28\":1,\"36\":1,\"89\":1,\"97\":1}}],[\"pr\",{\"1\":{\"101\":1,\"106\":1}}],[\"prerequisite\",{\"1\":{\"102\":1}}],[\"prepared\",{\"1\":{\"102\":1}}],[\"previously\",{\"1\":{\"82\":1}}],[\"previews\",{\"1\":{\"115\":2}}],[\"preview\",{\"1\":{\"30\":1}}],[\"presentation\",{\"1\":{\"65\":1,\"66\":1,\"75\":1,\"76\":1}}],[\"present\",{\"1\":{\"55\":1}}],[\"privacy\",{\"0\":{\"49\":1,\"50\":1,\"57\":1},\"1\":{\"57\":1,\"98\":1}}],[\"private\",{\"1\":{\"31\":1}}],[\"primarily\",{\"1\":{\"25\":1}}],[\"production\",{\"1\":{\"101\":1}}],[\"prompt\",{\"1\":{\"60\":1}}],[\"promotes\",{\"1\":{\"23\":1}}],[\"promote\",{\"0\":{\"13\":1},\"1\":{\"7\":1}}],[\"provider\",{\"1\":{\"55\":1}}],[\"process\",{\"1\":{\"99\":1}}],[\"processed\",{\"1\":{\"53\":1,\"54\":1}}],[\"processing\",{\"1\":{\"51\":1,\"53\":2,\"54\":2,\"56\":2}}],[\"protection\",{\"1\":{\"50\":1,\"56\":1}}],[\"progress\",{\"1\":{\"58\":1}}],[\"progressive\",{\"1\":{\"38\":1}}],[\"programming\",{\"1\":{\"20\":1,\"23\":1}}],[\"program\",{\"1\":{\"7\":1,\"20\":1}}],[\"profiles\",{\"1\":{\"71\":1}}],[\"profile\",{\"1\":{\"9\":2,\"27\":1,\"28\":1,\"82\":1,\"116\":1}}],[\"projects\",{\"1\":{\"66\":2,\"77\":1}}],[\"project\",{\"0\":{\"5\":1},\"1\":{\"21\":1,\"23\":1,\"66\":2,\"93\":1}}],[\"path\",{\"1\":{\"104\":1}}],[\"packages\",{\"0\":{\"103\":1}}],[\"package\",{\"0\":{\"103\":1},\"1\":{\"106\":2}}],[\"paved\",{\"1\":{\"90\":1}}],[\"parallel\",{\"1\":{\"106\":1}}],[\"parameterization\",{\"1\":{\"105\":1}}],[\"para\",{\"1\":{\"56\":1}}],[\"paragraph\",{\"1\":{\"55\":1}}],[\"part\",{\"1\":{\"64\":1}}],[\"particular\",{\"1\":{\"56\":1}}],[\"participation\",{\"1\":{\"66\":1,\"77\":1}}],[\"participatory\",{\"1\":{\"11\":1}}],[\"participate\",{\"0\":{\"7\":1}}],[\"party\",{\"1\":{\"29\":1}}],[\"pages\",{\"1\":{\"71\":1,\"98\":1,\"104\":2}}],[\"page\",{\"1\":{\"55\":1,\"115\":1}}],[\"passwords\",{\"1\":{\"36\":1}}],[\"payment\",{\"1\":{\"25\":1}}],[\"pair\",{\"1\":{\"20\":1}}],[\"permissions\",{\"1\":{\"104\":1}}],[\"performance\",{\"1\":{\"71\":1}}],[\"period\",{\"1\":{\"55\":1}}],[\"person\",{\"0\":{\"51\":1}}],[\"personal\",{\"1\":{\"50\":1,\"51\":1,\"53\":2,\"54\":2,\"55\":1,\"56\":1}}],[\"perhaps\",{\"1\":{\"11\":1,\"77\":1}}],[\"people\",{\"1\":{\"10\":1,\"66\":1}}],[\"please\",{\"1\":{\"14\":1,\"17\":1,\"21\":1,\"25\":2,\"56\":1,\"61\":1,\"72\":1,\"83\":1,\"93\":2,\"107\":1,\"119\":1}}],[\"pleasant\",{\"1\":{\"9\":1}}],[\"player\",{\"1\":{\"60\":1}}],[\"planned\",{\"0\":{\"91\":1},\"1\":{\"58\":1}}],[\"plan\",{\"1\":{\"19\":1,\"91\":1}}],[\"platforms\",{\"1\":{\"77\":1,\"115\":1}}],[\"platform\",{\"1\":{\"13\":2}}],[\"place\",{\"1\":{\"9\":1,\"64\":1}}],[\"2\",{\"0\":{\"70\":1},\"1\":{\"64\":1,\"75\":1,\"99\":1,\"102\":2}}],[\"21\",{\"1\":{\"56\":1,\"64\":1}}],[\"25\",{\"1\":{\"50\":1,\"75\":1}}],[\"200\",{\"1\":{\"90\":1}}],[\"2025\",{\"1\":{\"64\":1,\"75\":1}}],[\"2024\",{\"1\":{\"49\":1}}],[\"2018\",{\"1\":{\"50\":1}}],[\"20\",{\"1\":{\"49\":1,\"56\":1}}],[\"22527\",{\"1\":{\"44\":1}}],[\"2b55ahvgpm\",{\"1\":{\"4\":1}}],[\"2nd\",{\"1\":{\"4\":1,\"43\":1}}],[\"gdpr\",{\"1\":{\"50\":1,\"55\":1,\"56\":10}}],[\"goals\",{\"1\":{\"66\":2}}],[\"go\",{\"1\":{\"25\":1}}],[\"good\",{\"1\":{\"14\":1,\"20\":1}}],[\"guide\",{\"0\":{\"47\":1},\"1\":{\"16\":2,\"47\":1}}],[\"github\",{\"1\":{\"13\":1,\"20\":3,\"47\":1,\"48\":1}}],[\"give\",{\"1\":{\"13\":2,\"20\":1}}],[\"great\",{\"1\":{\"90\":1}}],[\"graphql\",{\"1\":{\"105\":1}}],[\"gradual\",{\"1\":{\"99\":1}}],[\"gradually\",{\"1\":{\"90\":1}}],[\"granted\",{\"1\":{\"56\":1}}],[\"grants\",{\"1\":{\"56\":1}}],[\"grateful\",{\"1\":{\"11\":1}}],[\"groundwork\",{\"1\":{\"102\":1}}],[\"groupinvitecodes\",{\"1\":{\"104\":1}}],[\"groups\",{\"0\":{\"28\":1,\"96\":1},\"1\":{\"13\":1,\"32\":1,\"33\":1,\"86\":1,\"89\":1,\"90\":2,\"97\":1,\"101\":1},\"2\":{\"88\":1,\"95\":1,\"110\":1,\"113\":1}}],[\"group\",{\"0\":{\"111\":1,\"118\":1},\"1\":{\"9\":1,\"28\":3,\"71\":1,\"82\":3,\"97\":2,\"101\":1,\"104\":3,\"105\":1,\"111\":1,\"116\":1,\"118\":2}}],[\"growing\",{\"1\":{\"26\":1}}],[\"gebhardt\",{\"1\":{\"75\":1}}],[\"general\",{\"1\":{\"50\":1}}],[\"german\",{\"1\":{\"37\":1,\"64\":1,\"75\":1}}],[\"germany\",{\"1\":{\"4\":1,\"24\":2,\"43\":1,\"44\":1,\"92\":2,\"93\":1}}],[\"get\",{\"0\":{\"11\":1,\"40\":1,\"75\":1},\"1\":{\"20\":1,\"21\":1,\"66\":1,\"75\":1,\"93\":1}}],[\"getting\",{\"0\":{\"21\":1},\"1\":{\"7\":1}}],[\"gg\",{\"1\":{\"4\":1,\"5\":1}}],[\"6\",{\"1\":{\"55\":1}}],[\"60\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"622\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"hood\",{\"0\":{\"99\":1}}],[\"however\",{\"1\":{\"39\":1}}],[\"how\",{\"0\":{\"7\":1,\"75\":1},\"1\":{\"12\":1,\"53\":1,\"54\":1,\"66\":1,\"75\":1}}],[\"highlight\",{\"1\":{\"66\":1}}],[\"hidden\",{\"1\":{\"28\":1}}],[\"here\",{\"0\":{\"96\":1},\"1\":{\"39\":1,\"45\":1,\"57\":1,\"58\":1,\"76\":1,\"91\":1}}],[\"headings\",{\"1\":{\"29\":1}}],[\"helped\",{\"1\":{\"89\":1}}],[\"help\",{\"0\":{\"15\":1,\"20\":1},\"1\":{\"7\":2,\"9\":1,\"11\":1,\"12\":1,\"16\":2,\"17\":1,\"19\":1,\"61\":1,\"72\":1,\"83\":1,\"86\":1}}],[\"hello\",{\"1\":{\"5\":1}}],[\"happen\",{\"1\":{\"97\":1}}],[\"happy\",{\"1\":{\"12\":1,\"20\":1,\"23\":1,\"93\":1}}],[\"had\",{\"1\":{\"90\":1}}],[\"has\",{\"1\":{\"50\":1,\"77\":1,\"89\":1,\"99\":1}}],[\"hashtags\",{\"1\":{\"9\":1,\"29\":1,\"33\":1}}],[\"handling\",{\"1\":{\"50\":1}}],[\"hamburg\",{\"1\":{\"44\":1}}],[\"have\",{\"1\":{\"14\":1,\"25\":1,\"26\":1,\"50\":1,\"59\":1,\"66\":2,\"77\":1,\"82\":1,\"98\":1,\"111\":1,\"114\":2,\"115\":1,\"116\":1}}],[\"haferstr\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"https\",{\"1\":{\"4\":1,\"5\":1,\"46\":1,\"47\":1,\"48\":1}}],[\"huß\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"cypress\",{\"1\":{\"106\":1}}],[\"ci\",{\"0\":{\"106\":1}}],[\"circle\",{\"1\":{\"102\":1}}],[\"cta\",{\"1\":{\"104\":1}}],[\"custom\",{\"1\":{\"104\":1}}],[\"currentuser\",{\"1\":{\"104\":1}}],[\"current\",{\"1\":{\"57\":1,\"58\":1,\"96\":1}}],[\"css\",{\"1\":{\"103\":1}}],[\"check\",{\"1\":{\"118\":1}}],[\"choose\",{\"1\":{\"115\":1}}],[\"chosen\",{\"1\":{\"99\":1}}],[\"chats\",{\"0\":{\"118\":1},\"1\":{\"118\":2}}],[\"chat\",{\"0\":{\"31\":1,\"111\":1},\"1\":{\"20\":1,\"31\":1,\"59\":1,\"60\":1,\"111\":1,\"115\":1},\"2\":{\"113\":1}}],[\"changelog\",{\"0\":{\"100\":1}}],[\"change\",{\"1\":{\"60\":1,\"66\":1,\"71\":1,\"82\":1}}],[\"changes\",{\"1\":{\"20\":1,\"57\":1,\"96\":1,\"99\":1}}],[\"channels\",{\"1\":{\"16\":1}}],[\"chairman\",{\"1\":{\"4\":1,\"43\":1}}],[\"certain\",{\"1\":{\"117\":1}}],[\"certificate\",{\"1\":{\"93\":1}}],[\"cest\",{\"1\":{\"64\":1,\"75\":1}}],[\"crashes\",{\"1\":{\"117\":1}}],[\"crash\",{\"1\":{\"104\":1}}],[\"creation\",{\"1\":{\"101\":1}}],[\"create\",{\"1\":{\"9\":1,\"14\":1,\"19\":1,\"27\":1}}],[\"crowdfunding\",{\"0\":{\"86\":1,\"89\":1,\"91\":1,\"111\":1,\"118\":1},\"1\":{\"90\":2,\"91\":1,\"92\":1,\"97\":1,\"118\":1}}],[\"close\",{\"1\":{\"117\":1}}],[\"closed\",{\"1\":{\"28\":1}}],[\"cleanup\",{\"1\":{\"105\":1}}],[\"class\",{\"1\":{\"103\":1}}],[\"click\",{\"1\":{\"7\":1,\"82\":1}}],[\"caching\",{\"1\":{\"106\":1}}],[\"category\",{\"1\":{\"98\":1,\"104\":1}}],[\"categories\",{\"1\":{\"29\":1}}],[\"cards\",{\"1\":{\"116\":1}}],[\"carry\",{\"1\":{\"96\":1}}],[\"care\",{\"1\":{\"23\":1}}],[\"campaigns\",{\"0\":{\"91\":1},\"1\":{\"92\":1}}],[\"campaign\",{\"0\":{\"86\":1,\"89\":1},\"1\":{\"90\":2,\"97\":1}}],[\"cases\",{\"1\":{\"82\":1,\"93\":1}}],[\"case\",{\"1\":{\"54\":2}}],[\"called\",{\"1\":{\"38\":1}}],[\"can\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"12\":1,\"13\":1,\"20\":2,\"23\":1,\"25\":1,\"26\":1,\"35\":1,\"36\":1,\"45\":1,\"55\":2,\"56\":2,\"57\":1,\"58\":1,\"66\":1,\"77\":1,\"82\":1,\"93\":2,\"97\":1,\"101\":1,\"111\":1,\"115\":1,\"117\":1,\"118\":1}}],[\"corrected\",{\"1\":{\"117\":1}}],[\"correctly\",{\"1\":{\"117\":2}}],[\"correct\",{\"1\":{\"98\":1}}],[\"collect\",{\"1\":{\"91\":1}}],[\"collaboration\",{\"1\":{\"77\":1}}],[\"country\",{\"1\":{\"55\":2}}],[\"coordinates\",{\"1\":{\"23\":1}}],[\"cost\",{\"1\":{\"22\":1,\"39\":1}}],[\"coderabbit\",{\"1\":{\"101\":1}}],[\"code\",{\"1\":{\"20\":1}}],[\"config\",{\"1\":{\"103\":1}}],[\"conference\",{\"0\":{\"76\":1}}],[\"connect\",{\"1\":{\"77\":1}}],[\"connected\",{\"1\":{\"77\":1}}],[\"consistent\",{\"1\":{\"116\":1}}],[\"consolidated\",{\"1\":{\"106\":1}}],[\"consumption\",{\"1\":{\"71\":1}}],[\"consents\",{\"1\":{\"56\":1}}],[\"concepts\",{\"1\":{\"19\":1}}],[\"contains\",{\"1\":{\"96\":1}}],[\"contact\",{\"0\":{\"3\":1},\"1\":{\"11\":1,\"14\":1,\"17\":1,\"18\":1,\"19\":1,\"21\":1,\"25\":2,\"43\":1,\"93\":1}}],[\"continuity\",{\"1\":{\"39\":1}}],[\"contentwise\",{\"0\":{\"44\":1}}],[\"content\",{\"1\":{\"29\":1,\"115\":1,\"116\":1,\"117\":1}}],[\"contribution\",{\"1\":{\"23\":1}}],[\"contribute\",{\"0\":{\"6\":1,\"7\":1,\"18\":1},\"1\":{\"14\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"108\":1,\"120\":1}}],[\"com\",{\"1\":{\"25\":2,\"47\":1,\"48\":1}}],[\"compatibility\",{\"1\":{\"103\":1}}],[\"comparison\",{\"1\":{\"13\":1}}],[\"complexity\",{\"1\":{\"99\":1}}],[\"complex\",{\"1\":{\"99\":1}}],[\"completed\",{\"1\":{\"90\":1,\"115\":1}}],[\"complete\",{\"1\":{\"17\":1}}],[\"compete\",{\"1\":{\"66\":1}}],[\"components\",{\"1\":{\"66\":1,\"116\":1}}],[\"command\",{\"1\":{\"101\":1}}],[\"common\",{\"1\":{\"66\":1}}],[\"community\",{\"1\":{\"16\":1,\"26\":1,\"47\":1,\"48\":1}}],[\"communication\",{\"1\":{\"16\":1}}],[\"comments\",{\"1\":{\"35\":2}}],[\"commenting\",{\"0\":{\"81\":1},\"1\":{\"29\":1,\"81\":1}}],[\"comment\",{\"1\":{\"9\":1,\"20\":1,\"27\":1,\"82\":1}}],[\"co\",{\"1\":{\"7\":2}}],[\"were\",{\"1\":{\"82\":2,\"99\":1}}],[\"week\",{\"1\":{\"64\":1}}],[\"webapp\",{\"1\":{\"102\":1,\"104\":5}}],[\"web\",{\"1\":{\"38\":1,\"55\":1}}],[\"website\",{\"0\":{\"43\":1,\"54\":1,\"55\":1},\"1\":{\"10\":1,\"11\":1,\"13\":1,\"54\":1,\"55\":2,\"70\":1,\"91\":1}}],[\"welcome\",{\"1\":{\"22\":1,\"92\":1,\"93\":1}}],[\"we\",{\"0\":{\"75\":1},\"1\":{\"15\":1,\"20\":2,\"23\":1,\"25\":1,\"50\":1,\"53\":1,\"54\":1,\"55\":1,\"66\":3,\"75\":1,\"77\":1,\"90\":2,\"91\":1,\"93\":3,\"96\":1,\"118\":1}}],[\"when\",{\"1\":{\"53\":1,\"54\":1,\"55\":1,\"60\":1,\"104\":2,\"115\":1}}],[\"whether\",{\"1\":{\"13\":1,\"77\":1}}],[\"which\",{\"1\":{\"50\":1,\"53\":2,\"54\":1,\"55\":1,\"56\":1,\"82\":1,\"99\":1}}],[\"what\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1},\"1\":{\"50\":1,\"54\":1}}],[\"why\",{\"0\":{\"1\":1}}],[\"window\",{\"1\":{\"31\":1,\"55\":1}}],[\"wiki\",{\"1\":{\"10\":1,\"14\":1,\"16\":1,\"17\":1,\"38\":1,\"47\":1,\"48\":1}}],[\"will\",{\"1\":{\"10\":1,\"12\":1,\"53\":1,\"54\":1,\"55\":1,\"64\":1,\"66\":1,\"90\":1,\"91\":1,\"93\":1,\"96\":1}}],[\"without\",{\"1\":{\"25\":1,\"93\":2,\"115\":1}}],[\"with\",{\"0\":{\"59\":1},\"1\":{\"9\":1,\"10\":1,\"12\":2,\"20\":1,\"22\":1,\"23\":1,\"25\":1,\"29\":1,\"35\":1,\"36\":2,\"39\":1,\"50\":1,\"56\":5,\"61\":1,\"66\":1,\"72\":1,\"82\":1,\"83\":1,\"86\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":1,\"107\":1,\"111\":1,\"114\":1,\"116\":1,\"117\":1,\"118\":1,\"119\":1}}],[\"was\",{\"1\":{\"90\":1,\"97\":1,\"99\":1}}],[\"way\",{\"1\":{\"21\":1,\"90\":1}}],[\"ways\",{\"0\":{\"11\":1},\"1\":{\"7\":1,\"16\":1,\"54\":1,\"93\":1}}],[\"want\",{\"1\":{\"10\":1,\"66\":2}}],[\"write\",{\"1\":{\"9\":1,\"16\":1,\"25\":1,\"93\":1}}],[\"writing\",{\"0\":{\"16\":1},\"1\":{\"7\":1}}],[\"workflow\",{\"0\":{\"106\":1},\"1\":{\"106\":2}}],[\"working\",{\"1\":{\"98\":1}}],[\"works\",{\"1\":{\"98\":1,\"117\":1}}],[\"wording\",{\"1\":{\"56\":1}}],[\"word\",{\"1\":{\"13\":1}}],[\"worth\",{\"1\":{\"9\":1}}],[\"would\",{\"0\":{\"15\":1,\"18\":1},\"1\":{\"7\":1,\"14\":1,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"25\":1,\"90\":1}}],[\"wolfgang\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"v3\",{\"0\":{\"114\":1}}],[\"vue\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":1},\"2\":{\"110\":1,\"122\":1}}],[\"volume\",{\"1\":{\"71\":1}}],[\"vorstand\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"various\",{\"1\":{\"116\":1}}],[\"variety\",{\"1\":{\"7\":1,\"16\":1,\"26\":1}}],[\"valid\",{\"1\":{\"57\":1}}],[\"very\",{\"1\":{\"23\":1,\"61\":1,\"72\":1,\"83\":1,\"89\":1,\"99\":1}}],[\"versions\",{\"1\":{\"99\":1,\"100\":1,\"106\":1}}],[\"version\",{\"0\":{\"59\":1,\"70\":1,\"81\":1},\"1\":{\"15\":1,\"57\":1,\"59\":1,\"70\":1,\"81\":1,\"82\":1,\"96\":3,\"99\":1,\"114\":1}}],[\"via\",{\"1\":{\"77\":1,\"91\":1,\"117\":1}}],[\"video\",{\"0\":{\"76\":1},\"1\":{\"60\":1}}],[\"visible\",{\"1\":{\"90\":1,\"104\":1}}],[\"visibility\",{\"1\":{\"28\":1}}],[\"visit\",{\"1\":{\"11\":1}}],[\"views\",{\"1\":{\"116\":1}}],[\"viewed\",{\"1\":{\"55\":1}}],[\"view\",{\"1\":{\"2\":1,\"20\":1,\"35\":2,\"36\":2,\"114\":1,\"115\":2}}],[\"v\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":2,\"43\":1,\"92\":2,\"107\":1,\"119\":1}}],[\"elements\",{\"1\":{\"114\":1}}],[\"e2e\",{\"1\":{\"106\":1}}],[\"eslint\",{\"1\":{\"103\":2}}],[\"eva\",{\"1\":{\"93\":1}}],[\"even\",{\"1\":{\"92\":1,\"104\":1}}],[\"event\",{\"1\":{\"29\":1}}],[\"events\",{\"1\":{\"19\":1,\"32\":1,\"33\":1,\"97\":1}}],[\"everyone\",{\"1\":{\"55\":1}}],[\"every\",{\"1\":{\"23\":1,\"96\":1}}],[\"early\",{\"1\":{\"90\":1}}],[\"easier\",{\"1\":{\"77\":1,\"81\":1}}],[\"each\",{\"1\":{\"20\":1,\"54\":2,\"66\":1}}],[\"effectively\",{\"1\":{\"66\":1}}],[\"emails\",{\"1\":{\"98\":1,\"115\":1}}],[\"email\",{\"1\":{\"71\":2,\"104\":1,\"115\":1}}],[\"empty\",{\"1\":{\"60\":1}}],[\"embedded\",{\"1\":{\"29\":1,\"117\":1}}],[\"eu\",{\"1\":{\"50\":1}}],[\"encoding\",{\"1\":{\"104\":1}}],[\"end\",{\"1\":{\"90\":1}}],[\"ensures\",{\"1\":{\"90\":1}}],[\"enable\",{\"1\":{\"81\":1,\"86\":1,\"111\":1}}],[\"en\",{\"1\":{\"47\":1,\"48\":1}}],[\"english\",{\"1\":{\"37\":1}}],[\"edit\",{\"1\":{\"35\":1}}],[\"editor\",{\"0\":{\"44\":1},\"1\":{\"29\":1,\"117\":1}}],[\"existing\",{\"1\":{\"115\":1}}],[\"extracted\",{\"1\":{\"103\":1}}],[\"extensive\",{\"1\":{\"29\":1}}],[\"expected\",{\"1\":{\"90\":1,\"98\":1}}],[\"express\",{\"1\":{\"90\":1}}],[\"exploit\",{\"1\":{\"66\":2}}],[\"expanded\",{\"1\":{\"26\":1}}],[\"exercising\",{\"1\":{\"56\":1}}],[\"exact\",{\"1\":{\"56\":1}}],[\"example\",{\"1\":{\"25\":2,\"77\":1,\"93\":1}}],[\"except\",{\"1\":{\"36\":1}}],[\"etc\",{\"1\":{\"19\":1,\"98\":1,\"106\":1}}],[\"e\",{\"1\":{\"4\":1,\"5\":1,\"16\":1,\"23\":1,\"24\":1,\"25\":1,\"34\":1,\"43\":2,\"44\":1,\"51\":1,\"52\":1,\"92\":1,\"93\":1,\"107\":1,\"119\":1}}],[\"aws\",{\"1\":{\"106\":1}}],[\"ai\",{\"1\":{\"100\":1}}],[\"again\",{\"1\":{\"97\":1,\"98\":3,\"117\":2}}],[\"against\",{\"1\":{\"50\":1}}],[\"among\",{\"1\":{\"70\":1}}],[\"avoid\",{\"1\":{\"60\":1}}],[\"available\",{\"1\":{\"17\":1,\"22\":1,\"23\":1,\"37\":1,\"38\":1,\"39\":1,\"55\":1,\"66\":1,\"90\":1,\"104\":1,\"115\":1}}],[\"arranges\",{\"1\":{\"116\":1}}],[\"arguments\",{\"1\":{\"77\":1}}],[\"articles\",{\"1\":{\"56\":1}}],[\"art\",{\"1\":{\"55\":1,\"56\":9}}],[\"are\",{\"1\":{\"9\":1,\"10\":1,\"11\":2,\"15\":2,\"20\":2,\"22\":1,\"23\":1,\"53\":1,\"54\":3,\"66\":1,\"82\":1,\"92\":1,\"93\":2,\"98\":1,\"115\":1}}],[\"area\",{\"1\":{\"7\":1}}],[\"affected\",{\"1\":{\"54\":1}}],[\"after\",{\"1\":{\"25\":1,\"93\":1,\"105\":1}}],[\"approve\",{\"1\":{\"106\":1}}],[\"approach\",{\"1\":{\"99\":1}}],[\"approximate\",{\"1\":{\"9\":1}}],[\"appear\",{\"1\":{\"116\":1}}],[\"appears\",{\"1\":{\"82\":1}}],[\"appeal\",{\"1\":{\"56\":1}}],[\"apps\",{\"1\":{\"77\":1}}],[\"application\",{\"1\":{\"55\":1}}],[\"applications\",{\"0\":{\"53\":1},\"1\":{\"53\":1,\"77\":1}}],[\"applicable\",{\"1\":{\"55\":2}}],[\"app\",{\"0\":{\"38\":1},\"1\":{\"38\":1}}],[\"admin\",{\"1\":{\"101\":1}}],[\"administration\",{\"0\":{\"36\":1}}],[\"administrators\",{\"1\":{\"97\":1}}],[\"administrator\",{\"1\":{\"27\":1,\"28\":2,\"36\":1}}],[\"adapted\",{\"1\":{\"57\":1}}],[\"advanced\",{\"1\":{\"26\":1}}],[\"added\",{\"1\":{\"115\":1}}],[\"additional\",{\"1\":{\"60\":2}}],[\"addition\",{\"1\":{\"59\":1,\"66\":1,\"82\":1}}],[\"address\",{\"1\":{\"25\":1,\"55\":1,\"93\":1}}],[\"add\",{\"1\":{\"9\":2}}],[\"at\",{\"1\":{\"25\":3,\"64\":1,\"66\":1,\"75\":1,\"90\":2,\"93\":2}}],[\"achieve\",{\"1\":{\"66\":1}}],[\"action\",{\"1\":{\"82\":1}}],[\"activities\",{\"1\":{\"55\":1}}],[\"activate\",{\"1\":{\"28\":1,\"36\":1}}],[\"active\",{\"0\":{\"9\":1},\"1\":{\"7\":1}}],[\"actuality\",{\"0\":{\"57\":1}}],[\"accepted\",{\"1\":{\"93\":1}}],[\"access\",{\"0\":{\"55\":1},\"1\":{\"55\":4}}],[\"according\",{\"1\":{\"55\":1,\"56\":2}}],[\"accordance\",{\"1\":{\"50\":1,\"56\":4}}],[\"account\",{\"0\":{\"24\":1}}],[\"albanian\",{\"1\":{\"114\":1,\"115\":1}}],[\"already\",{\"1\":{\"90\":1}}],[\"although\",{\"1\":{\"66\":1}}],[\"alternative\",{\"1\":{\"13\":1}}],[\"always\",{\"1\":{\"57\":1}}],[\"also\",{\"1\":{\"20\":1,\"25\":1,\"36\":1,\"77\":1,\"93\":1}}],[\"allows\",{\"1\":{\"97\":1,\"99\":1}}],[\"all\",{\"0\":{\"90\":1},\"1\":{\"2\":1,\"90\":1,\"99\":1,\"115\":2}}],[\"auto\",{\"1\":{\"106\":1}}],[\"automatically\",{\"1\":{\"117\":1}}],[\"automatic\",{\"1\":{\"29\":1,\"71\":1}}],[\"author\",{\"1\":{\"82\":2}}],[\"august\",{\"1\":{\"64\":1}}],[\"augsburg\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"audience\",{\"1\":{\"10\":1}}],[\"animations\",{\"1\":{\"116\":1}}],[\"animate\",{\"1\":{\"16\":1}}],[\"announcements\",{\"1\":{\"97\":1}}],[\"anton\",{\"1\":{\"64\":1}}],[\"any\",{\"1\":{\"25\":1}}],[\"another\",{\"1\":{\"21\":1,\"64\":1}}],[\"an\",{\"1\":{\"10\":1,\"14\":1,\"115\":1}}],[\"android\",{\"1\":{\"38\":1}}],[\"and\",{\"0\":{\"7\":1,\"53\":1,\"64\":1},\"1\":{\"7\":1,\"9\":7,\"10\":2,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"16\":2,\"18\":1,\"20\":3,\"22\":1,\"23\":2,\"25\":3,\"26\":1,\"32\":1,\"35\":2,\"39\":1,\"50\":1,\"53\":2,\"54\":1,\"55\":4,\"57\":1,\"58\":1,\"59\":1,\"64\":1,\"66\":6,\"70\":1,\"71\":1,\"77\":3,\"82\":1,\"90\":1,\"92\":1,\"93\":3,\"97\":2,\"99\":2,\"100\":1,\"102\":1,\"107\":2,\"114\":3,\"116\":3,\"119\":2}}],[\"about\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1},\"1\":{\"9\":1,\"10\":1,\"23\":1,\"45\":1,\"50\":1,\"53\":1,\"54\":1,\"55\":1,\"82\":1,\"91\":1}}],[\"assigned\",{\"1\":{\"117\":1}}],[\"association\",{\"0\":{\"4\":1},\"1\":{\"13\":1,\"23\":1,\"55\":2}}],[\"as\",{\"1\":{\"9\":1,\"11\":1,\"13\":1,\"25\":1,\"38\":1,\"45\":1,\"55\":1,\"64\":1,\"77\":2,\"91\":2,\"93\":1,\"97\":1,\"98\":1,\"99\":1,\"102\":1}}],[\"a\",{\"0\":{\"17\":1,\"60\":1,\"71\":1},\"1\":{\"7\":2,\"9\":7,\"10\":2,\"11\":1,\"13\":3,\"14\":1,\"16\":1,\"20\":2,\"22\":1,\"23\":1,\"25\":1,\"26\":1,\"38\":1,\"45\":1,\"55\":1,\"66\":1,\"77\":3,\"82\":3,\"90\":2,\"93\":3,\"96\":2,\"97\":1,\"99\":2,\"102\":1,\"107\":1,\"111\":2,\"114\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"ajsx9dcsua\",{\"1\":{\"5\":1}}],[\"dropdown\",{\"1\":{\"117\":1}}],[\"drop\",{\"1\":{\"117\":1}}],[\"drag\",{\"1\":{\"117\":1}}],[\"db\",{\"1\":{\"101\":1}}],[\"due\",{\"1\":{\"91\":1,\"99\":2}}],[\"dutch\",{\"1\":{\"37\":1}}],[\"day\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"date\",{\"1\":{\"55\":1,\"99\":1,\"117\":1}}],[\"data\",{\"1\":{\"36\":1,\"50\":2,\"51\":1,\"53\":3,\"54\":3,\"55\":4,\"56\":4,\"71\":1}}],[\"döring\",{\"1\":{\"51\":1}}],[\"devices\",{\"1\":{\"117\":1}}],[\"developed\",{\"1\":{\"66\":1}}],[\"developers\",{\"0\":{\"46\":1},\"1\":{\"12\":1,\"14\":1,\"20\":1,\"66\":1}}],[\"developer\",{\"0\":{\"4\":1},\"1\":{\"13\":1,\"16\":1,\"45\":1}}],[\"development\",{\"1\":{\"19\":1,\"22\":1,\"39\":1,\"58\":1,\"90\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"develop\",{\"0\":{\"20\":1},\"1\":{\"7\":2,\"20\":1}}],[\"desktop\",{\"1\":{\"117\":1}}],[\"desired\",{\"1\":{\"91\":1}}],[\"design\",{\"0\":{\"18\":1,\"116\":1},\"1\":{\"18\":1}}],[\"derived\",{\"1\":{\"96\":1}}],[\"deductible\",{\"1\":{\"93\":1}}],[\"de\",{\"1\":{\"93\":1}}],[\"december\",{\"1\":{\"90\":1}}],[\"decision\",{\"1\":{\"35\":1}}],[\"delivery\",{\"1\":{\"71\":1}}],[\"deletion\",{\"1\":{\"56\":2}}],[\"delete\",{\"1\":{\"28\":1}}],[\"details\",{\"1\":{\"60\":1,\"71\":1,\"82\":1}}],[\"detection\",{\"1\":{\"29\":1}}],[\"dependency\",{\"1\":{\"106\":1}}],[\"depending\",{\"1\":{\"55\":1}}],[\"deputy\",{\"0\":{\"52\":1}}],[\"de81\",{\"1\":{\"24\":1,\"92\":1}}],[\"directly\",{\"1\":{\"82\":1,\"116\":1}}],[\"difficult\",{\"1\":{\"66\":1}}],[\"differently\",{\"1\":{\"53\":1}}],[\"different\",{\"1\":{\"53\":1,\"54\":2,\"66\":1,\"115\":1}}],[\"disabling\",{\"1\":{\"101\":1}}],[\"disabled\",{\"1\":{\"82\":1}}],[\"distance\",{\"1\":{\"71\":1}}],[\"discussion\",{\"1\":{\"66\":1}}],[\"discord\",{\"1\":{\"4\":2,\"5\":2,\"20\":1}}],[\"discover\",{\"1\":{\"0\":1}}],[\"displayed\",{\"1\":{\"115\":1,\"117\":1}}],[\"display\",{\"1\":{\"60\":1,\"71\":1,\"98\":1,\"114\":1,\"115\":1,\"117\":1}}],[\"diverse\",{\"1\":{\"10\":1}}],[\"dynamic\",{\"1\":{\"10\":1}}],[\"donors\",{\"1\":{\"90\":1,\"97\":1}}],[\"donations\",{\"0\":{\"24\":1,\"92\":1,\"107\":1,\"119\":1},\"1\":{\"26\":1,\"91\":1,\"93\":2,\"97\":1}}],[\"donation\",{\"1\":{\"22\":1,\"23\":1,\"25\":4,\"36\":2,\"39\":1,\"86\":1,\"89\":1,\"90\":1,\"92\":1,\"93\":3,\"107\":1,\"111\":1,\"119\":1}}],[\"donate\",{\"0\":{\"22\":1,\"23\":1,\"39\":1},\"1\":{\"7\":1,\"22\":1,\"39\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"108\":1,\"120\":1}}],[\"docs\",{\"1\":{\"46\":1}}],[\"documentation\",{\"0\":{\"46\":1},\"1\":{\"20\":1}}],[\"domain\",{\"1\":{\"25\":2,\"93\":1}}],[\"doe\",{\"1\":{\"25\":2}}],[\"do\",{\"0\":{\"16\":1,\"17\":1,\"19\":1},\"1\":{\"7\":3,\"66\":1}}],[\"myrole\",{\"1\":{\"104\":1}}],[\"migrated\",{\"1\":{\"99\":1,\"102\":1}}],[\"migration\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":2}}],[\"middleware\",{\"1\":{\"105\":1}}],[\"middle\",{\"1\":{\"90\":1}}],[\"m\",{\"1\":{\"64\":1,\"75\":1}}],[\"muster\",{\"1\":{\"93\":1}}],[\"much\",{\"1\":{\"53\":1,\"54\":1,\"61\":1,\"72\":1,\"83\":1}}],[\"muted\",{\"1\":{\"104\":1}}],[\"mute\",{\"1\":{\"27\":1}}],[\"modals\",{\"1\":{\"116\":1}}],[\"mode\",{\"1\":{\"115\":2}}],[\"modernized\",{\"1\":{\"114\":1,\"116\":1}}],[\"moderate\",{\"1\":{\"35\":1}}],[\"moderation\",{\"0\":{\"35\":1}}],[\"moderator\",{\"1\":{\"11\":1,\"27\":1,\"35\":1}}],[\"modes\",{\"1\":{\"114\":1}}],[\"model\",{\"1\":{\"105\":1}}],[\"modular\",{\"1\":{\"99\":1}}],[\"most\",{\"1\":{\"58\":1}}],[\"mobile\",{\"0\":{\"38\":1},\"1\":{\"71\":1,\"114\":1,\"116\":1}}],[\"money\",{\"1\":{\"22\":1,\"39\":1}}],[\"movement\",{\"1\":{\"13\":1}}],[\"more\",{\"1\":{\"0\":1,\"10\":1,\"11\":1,\"43\":1,\"45\":1,\"53\":1,\"54\":1,\"90\":1,\"116\":2}}],[\"memory\",{\"1\":{\"117\":1}}],[\"member\",{\"1\":{\"10\":1,\"28\":1,\"82\":1}}],[\"membership\",{\"1\":{\"105\":1}}],[\"members\",{\"1\":{\"9\":1,\"28\":1,\"97\":1,\"111\":1}}],[\"media\",{\"1\":{\"115\":1}}],[\"menus\",{\"1\":{\"116\":1,\"117\":1}}],[\"menu\",{\"1\":{\"114\":1,\"116\":2}}],[\"mentions\",{\"1\":{\"29\":1}}],[\"mention\",{\"1\":{\"25\":1}}],[\"messages\",{\"1\":{\"60\":1}}],[\"mean\",{\"1\":{\"56\":1}}],[\"meetings\",{\"1\":{\"19\":1}}],[\"meet\",{\"1\":{\"10\":1}}],[\"masonry\",{\"1\":{\"116\":1}}],[\"made\",{\"1\":{\"82\":1,\"90\":1,\"97\":2}}],[\"martin\",{\"1\":{\"51\":1}}],[\"marks\",{\"1\":{\"25\":1,\"93\":1}}],[\"may\",{\"1\":{\"49\":1,\"50\":1,\"56\":1}}],[\"map\",{\"0\":{\"32\":1},\"1\":{\"77\":2}}],[\"manage\",{\"1\":{\"28\":1}}],[\"many\",{\"1\":{\"11\":1,\"13\":1,\"99\":1,\"114\":1,\"116\":1}}],[\"maintenance\",{\"1\":{\"22\":1,\"23\":1,\"39\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"maintained\",{\"1\":{\"66\":1}}],[\"maintain\",{\"1\":{\"16\":1}}],[\"mail\",{\"1\":{\"5\":1,\"25\":1,\"34\":1,\"43\":1,\"44\":1,\"51\":1,\"52\":1,\"93\":1}}],[\"makes\",{\"1\":{\"77\":1,\"81\":1}}],[\"make\",{\"1\":{\"9\":1,\"55\":1,\"66\":1,\"89\":1,\"118\":1}}],[\"major\",{\"0\":{\"2\":1}}],[\"omitted\",{\"1\":{\"106\":1}}],[\"os\",{\"1\":{\"103\":1}}],[\"over\",{\"1\":{\"77\":1}}],[\"overview\",{\"0\":{\"30\":1},\"1\":{\"28\":1,\"36\":1}}],[\"oidc\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"oauth\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"optimization\",{\"1\":{\"71\":1}}],[\"options\",{\"1\":{\"43\":1,\"115\":1}}],[\"operating\",{\"1\":{\"55\":1}}],[\"operation\",{\"0\":{\"43\":1}}],[\"operator\",{\"1\":{\"11\":1,\"45\":1,\"55\":1}}],[\"operate\",{\"0\":{\"12\":1},\"1\":{\"7\":1}}],[\"open\",{\"1\":{\"0\":1,\"7\":1,\"20\":1,\"23\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"our\",{\"0\":{\"86\":1},\"1\":{\"9\":1,\"12\":1,\"14\":1,\"16\":1,\"20\":2,\"50\":1,\"53\":1,\"54\":1,\"55\":7,\"56\":1,\"66\":2,\"75\":1,\"90\":1,\"97\":2,\"118\":1}}],[\"outside\",{\"1\":{\"92\":1,\"117\":1}}],[\"out\",{\"0\":{\"41\":1},\"1\":{\"2\":1,\"104\":1,\"118\":1}}],[\"other\",{\"0\":{\"11\":1,\"21\":1},\"1\":{\"7\":1,\"9\":2,\"10\":1,\"20\":2,\"66\":2,\"70\":1,\"77\":3,\"93\":1}}],[\"owners\",{\"1\":{\"97\":1}}],[\"owner\",{\"1\":{\"28\":2}}],[\"own\",{\"0\":{\"12\":1},\"1\":{\"7\":1,\"12\":1,\"71\":1}}],[\"once\",{\"1\":{\"97\":1}}],[\"online\",{\"1\":{\"64\":1,\"75\":1}}],[\"only\",{\"1\":{\"55\":2,\"82\":1}}],[\"one\",{\"1\":{\"23\":1,\"66\":1}}],[\"on\",{\"0\":{\"25\":1,\"93\":1},\"1\":{\"7\":1,\"9\":1,\"10\":2,\"13\":3,\"20\":5,\"49\":1,\"55\":1,\"60\":1,\"64\":1,\"65\":1,\"66\":1,\"71\":2,\"75\":1,\"82\":1,\"91\":1,\"96\":1,\"104\":1,\"115\":1,\"117\":1}}],[\"offer\",{\"1\":{\"77\":1}}],[\"offers\",{\"1\":{\"26\":1,\"55\":1}}],[\"off\",{\"1\":{\"23\":1}}],[\"of\",{\"0\":{\"43\":1,\"57\":1,\"64\":1,\"93\":1},\"1\":{\"7\":1,\"9\":1,\"10\":2,\"13\":1,\"15\":1,\"16\":2,\"18\":1,\"19\":2,\"20\":1,\"23\":2,\"26\":1,\"28\":1,\"32\":1,\"35\":1,\"36\":1,\"50\":1,\"51\":1,\"53\":2,\"54\":3,\"55\":2,\"56\":7,\"58\":1,\"59\":2,\"64\":2,\"70\":1,\"71\":4,\"77\":2,\"82\":3,\"90\":6,\"92\":3,\"93\":1,\"96\":1,\"100\":1,\"107\":1,\"111\":1,\"119\":1}}],[\"org\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"organizational\",{\"1\":{\"57\":1}}],[\"organizations\",{\"1\":{\"13\":1}}],[\"organized\",{\"1\":{\"64\":1,\"75\":1}}],[\"organize\",{\"1\":{\"19\":1}}],[\"organizing\",{\"0\":{\"19\":1},\"1\":{\"7\":1}}],[\"or\",{\"1\":{\"7\":1,\"10\":1,\"11\":1,\"13\":2,\"17\":2,\"19\":1,\"20\":2,\"23\":1,\"27\":1,\"31\":1,\"35\":1,\"45\":1,\"57\":1,\"82\":1}}],[\"ocelot\",{\"0\":{\"0\":1,\"1\":1,\"5\":1,\"64\":1,\"75\":1,\"96\":1,\"114\":1},\"1\":{\"5\":1,\"7\":2,\"12\":1,\"13\":3,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"61\":1,\"64\":1,\"66\":1,\"70\":1,\"72\":1,\"75\":1,\"77\":3,\"82\":1,\"83\":1,\"90\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"119\":1}}],[\"fluidly\",{\"1\":{\"116\":1}}],[\"f\",{\"1\":{\"55\":1}}],[\"february\",{\"1\":{\"90\":1}}],[\"feature\",{\"0\":{\"97\":1},\"1\":{\"77\":1,\"90\":2,\"118\":1}}],[\"features\",{\"0\":{\"26\":1,\"101\":1,\"115\":1},\"1\":{\"26\":2,\"58\":1,\"91\":1},\"2\":{\"87\":1,\"94\":1,\"112\":1}}],[\"feed\",{\"1\":{\"28\":1,\"114\":1,\"115\":2}}],[\"faster\",{\"1\":{\"71\":1}}],[\"failed\",{\"1\":{\"60\":1}}],[\"facts\",{\"0\":{\"60\":1,\"71\":1}}],[\"faq\",{\"0\":{\"48\":1},\"1\":{\"48\":1}}],[\"far\",{\"1\":{\"26\":1,\"66\":1}}],[\"family\",{\"1\":{\"10\":1}}],[\"future\",{\"1\":{\"111\":1}}],[\"funding\",{\"2\":{\"87\":1,\"88\":1,\"94\":1,\"95\":1,\"112\":1,\"113\":1}}],[\"function\",{\"1\":{\"36\":1,\"82\":1,\"117\":1}}],[\"functions\",{\"0\":{\"2\":1,\"15\":1},\"1\":{\"2\":1,\"7\":1,\"15\":1,\"19\":2,\"20\":1}}],[\"fusion\",{\"0\":{\"64\":1},\"1\":{\"64\":1}}],[\"fully\",{\"1\":{\"115\":1}}],[\"full\",{\"1\":{\"31\":1}}],[\"further\",{\"0\":{\"91\":1},\"1\":{\"22\":1,\"91\":1,\"92\":1}}],[\"fields\",{\"1\":{\"116\":1}}],[\"field\",{\"1\":{\"104\":1}}],[\"files\",{\"1\":{\"60\":1}}],[\"file\",{\"1\":{\"60\":1}}],[\"filter\",{\"1\":{\"30\":1,\"98\":1,\"104\":1,\"116\":1}}],[\"fixes\",{\"0\":{\"98\":1,\"104\":1,\"117\":1},\"1\":{\"60\":1,\"70\":1,\"106\":1,\"116\":1}}],[\"fixed\",{\"1\":{\"59\":1,\"82\":1,\"98\":1,\"104\":1,\"114\":1,\"117\":1}}],[\"fix\",{\"1\":{\"60\":1}}],[\"find\",{\"1\":{\"45\":1,\"91\":1}}],[\"financing\",{\"1\":{\"19\":1}}],[\"first\",{\"0\":{\"86\":1,\"89\":1},\"1\":{\"20\":1,\"97\":1,\"99\":1}}],[\"found\",{\"1\":{\"14\":1}}],[\"followed\",{\"1\":{\"66\":1}}],[\"following\",{\"1\":{\"26\":1,\"50\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1}}],[\"follow\",{\"1\":{\"9\":1,\"20\":1,\"27\":1}}],[\"forward\",{\"1\":{\"66\":1,\"77\":1}}],[\"force\",{\"1\":{\"50\":1}}],[\"foreign\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"for\",{\"0\":{\"0\":1,\"21\":1,\"24\":1,\"43\":1,\"46\":1,\"89\":1,\"111\":1,\"118\":1},\"1\":{\"7\":1,\"9\":1,\"11\":2,\"13\":1,\"14\":1,\"15\":1,\"19\":1,\"20\":1,\"25\":3,\"38\":1,\"51\":1,\"53\":1,\"60\":1,\"66\":1,\"71\":2,\"77\":4,\"81\":1,\"82\":2,\"90\":2,\"91\":1,\"92\":1,\"93\":1,\"99\":1,\"101\":3,\"102\":1,\"103\":1,\"104\":4,\"114\":1,\"115\":1,\"116\":1,\"118\":1}}],[\"framework\",{\"1\":{\"99\":1}}],[\"from\",{\"1\":{\"55\":1,\"57\":1,\"61\":1,\"72\":1,\"83\":1,\"93\":1,\"96\":2,\"97\":1}}],[\"frontend\",{\"1\":{\"99\":1,\"104\":1}}],[\"front\",{\"1\":{\"10\":1}}],[\"fresher\",{\"1\":{\"116\":1}}],[\"french\",{\"1\":{\"37\":1}}],[\"freely\",{\"1\":{\"22\":1,\"23\":1,\"39\":1}}],[\"free\",{\"0\":{\"0\":1},\"1\":{\"0\":1,\"7\":1,\"12\":1,\"20\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"friends\",{\"1\":{\"9\":1,\"10\":1}}],[\"friendly\",{\"1\":{\"9\":1}}]],\"version\":2},\"/de/\":{\"documentCount\":123,\"nextId\":123,\"documentIds\":{\"0\":\"2\",\"1\":\"2#benefits\",\"2\":\"2#feature-headline\",\"3\":\"15\",\"4\":\"15#entwickler-verein\",\"5\":\"15#ocelot-social-projekt\",\"6\":\"16\",\"7\":\"16#wie-kannst-du-beitragen-mitmachen-und-unterstutzen\",\"8\":\"16#unterstutze-dein-netzwerk\",\"9\":\"16#nutze-die-aktiven-netzwerke\",\"10\":\"16#belebe-dein-netzwerk\",\"11\":\"16#weitere-moglichkeiten-dich-zu-engagieren\",\"12\":\"16#betreibe-ein-eigenes-netzwerk\",\"13\":\"16#mach-die-ocelot-social-software-bekannt\",\"14\":\"16#verbessere-die-software\",\"15\":\"16#mochtest-du-neue-funktionen-mittesten\",\"16\":\"16#schreibst-du-gerne\",\"17\":\"16#sprichst-du-eine-fremdsprache\",\"18\":\"16#mochtest-du-zum-design-beitragen\",\"19\":\"16#organisierst-du-gerne\",\"20\":\"16#entwickle-die-software-mit\",\"21\":\"16#weitere-ideen-zum-mitmachen\",\"22\":\"16#spenden\",\"23\":\"17\",\"24\":\"17#spendenkonto\",\"25\":\"17#hinweise-zum-verwendungszweck\",\"26\":\"18\",\"27\":\"18#benutzer\",\"28\":\"18#gruppen\",\"29\":\"18#beitrage\",\"30\":\"18#beitragsubersicht\",\"31\":\"18#chat\",\"32\":\"18#karte\",\"33\":\"18#suche\",\"34\":\"18#benachrichtigungen\",\"35\":\"18#moderation\",\"36\":\"18#administration\",\"37\":\"18#sprachen\",\"38\":\"18#mobile-app\",\"39\":\"18#spenden\",\"40\":\"19\",\"41\":\"19#ausprobieren\",\"42\":\"20\",\"43\":\"20#verantwortlich-fur-den-betrieb-dieser-website\",\"44\":\"20#inhaltlich-verantwortlicher-redakteur\",\"45\":\"21\",\"46\":\"21#dokumentation-fur-entwickler\",\"47\":\"21#benutzeranleitung\",\"48\":\"21#faq\",\"49\":\"23\",\"50\":\"23#datenschutz\",\"51\":\"23#verantwortlicher\",\"52\":\"23#vertreter\",\"53\":\"23#anwendungen-und-services\",\"54\":\"23#webseite\",\"55\":\"23#webseitenzugriff\",\"56\":\"23#deine-rechte\",\"57\":\"23#aktualitat-der-datenschutzinformation\",\"58\":\"24\",\"59\":\"55\",\"60\":\"55#das-wichtigste-in-kurze\",\"61\":\"55#unterstutze-ocelot-social\",\"62\":\"55@0\",\"63\":\"55@1\",\"64\":\"56\",\"65\":\"56#veroffentlichung\",\"66\":\"56#worum-geht-es\",\"67\":\"56#unterstutze-ocelot-social\",\"68\":\"56@0\",\"69\":\"56@1\",\"70\":\"57\",\"71\":\"57#das-wichtigste-in-kurze\",\"72\":\"57#unterstutze-ocelot-social\",\"73\":\"57@0\",\"74\":\"57@1\",\"75\":\"58\",\"76\":\"58#video-konferenz-link\",\"77\":\"58#worum-geht-es\",\"78\":\"58#unterstutze-ocelot-social\",\"79\":\"58@0\",\"80\":\"58@1\",\"81\":\"59\",\"82\":\"59#worum-geht-es\",\"83\":\"59#unterstutze-ocelot-social\",\"84\":\"59@0\",\"85\":\"59@1\",\"86\":\"60\",\"87\":\"60@0\",\"88\":\"60@1\",\"89\":\"61\",\"90\":\"61#worum-geht-es\",\"91\":\"61#weitere-crowdfundings-in-aussicht\",\"92\":\"61#spenden\",\"93\":\"61#hinweise-zum-verwendungszweck\",\"94\":\"61@0\",\"95\":\"61@1\",\"96\":\"62\",\"97\":\"62#neue-funktion\",\"98\":\"62#behobene-fehler\",\"99\":\"62#technisches-unter-der-haube\",\"100\":\"62#changelog-zusammenfassung\",\"101\":\"62#features\",\"102\":\"62#vue-3-migration\",\"103\":\"62#ui-package-packages-ui\",\"104\":\"62#bug-fixes\",\"105\":\"62#refactoring\",\"106\":\"62#workflow-ci\",\"107\":\"62#spenden\",\"108\":\"62#unterstutze-ocelot-social\",\"109\":\"62@0\",\"110\":\"62@1\",\"111\":\"63\",\"112\":\"63@0\",\"113\":\"63@1\",\"114\":\"64\",\"115\":\"64#neue-funktionen\",\"116\":\"64#verbessertes-design\",\"117\":\"64#fehlerbehebungen\",\"118\":\"64#crowdfunding-fur-gruppen-chats\",\"119\":\"64#spenden\",\"120\":\"64#unterstutze-ocelot-social\",\"121\":\"64@0\",\"122\":\"64@1\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[8,10],\"1\":[4],\"2\":[2,7],\"3\":[1],\"4\":[2,23],\"5\":[3,16],\"6\":[1],\"7\":[8,55],\"8\":[3],\"9\":[4,58],\"10\":[3,51],\"11\":[5,24],\"12\":[4,27],\"13\":[4,48],\"14\":[3,31],\"15\":[6,16],\"16\":[4,25],\"17\":[5,25],\"18\":[6,13],\"19\":[4,25],\"20\":[4,63],\"21\":[5,15],\"22\":[1,22],\"23\":[1,42],\"24\":[1,21],\"25\":[3,64],\"26\":[1,24],\"27\":[1,15],\"28\":[1,23],\"29\":[1,21],\"30\":[1,4],\"31\":[1,6],\"32\":[1,9],\"33\":[1,6],\"34\":[1,4],\"35\":[1,19],\"36\":[1,22],\"37\":[1,14],\"38\":[2,20],\"39\":[1,25],\"40\":[1],\"41\":[1],\"42\":[1],\"43\":[6,26],\"44\":[3,19],\"45\":[1,14],\"46\":[3,5],\"47\":[1,10],\"48\":[1,9],\"49\":[1,5],\"50\":[1,31],\"51\":[1,15],\"52\":[1,7],\"53\":[3,45],\"54\":[1,41],\"55\":[1,98],\"56\":[2,66],\"57\":[3,18],\"58\":[1,17],\"59\":[7,21],\"60\":[4,34],\"61\":[1,17],\"62\":[null,null,1],\"63\":[null,null,1],\"64\":[8,35],\"65\":[1,4],\"66\":[4,98],\"67\":[1,2],\"68\":[null,null,1],\"69\":[null,null,2],\"70\":[6,21],\"71\":[4,43],\"72\":[1,17],\"73\":[null,null,1],\"74\":[null,null,1],\"75\":[8,30],\"76\":[3,6],\"77\":[4,74],\"78\":[1,2],\"79\":[null,null,1],\"80\":[null,null,2],\"81\":[8,14],\"82\":[4,69],\"83\":[1,17],\"84\":[null,null,1],\"85\":[null,null,1],\"86\":[4,12],\"87\":[null,null,2],\"88\":[null,null,4],\"89\":[6,14],\"90\":[3,72],\"91\":[4,26],\"92\":[1,43],\"93\":[3,79],\"94\":[null,null,2],\"95\":[null,null,4],\"96\":[12,26],\"97\":[2,56],\"98\":[2,28],\"99\":[4,57],\"100\":[2,10],\"101\":[1,27],\"102\":[3,34],\"103\":[5,18],\"104\":[2,59],\"105\":[1,23],\"106\":[2,38],\"107\":[1,25],\"108\":[1,2],\"109\":[null,null,1],\"110\":[null,null,4],\"111\":[5,15],\"112\":[null,null,2],\"113\":[null,null,3],\"114\":[7,38],\"115\":[2,69],\"116\":[2,42],\"117\":[1,50],\"118\":[4,17],\"119\":[1,25],\"120\":[1,2],\"121\":[null,null,1],\"122\":[null,null,4]},\"averageFieldLength\":[2.8053631327514306,27.370376486312868,0.38803138720390795],\"storedFields\":{\"0\":{\"h\":\"Ocelot.Social - Freie Software für dein soziales Netzwerk\",\"t\":[\"Freie Open-Source-Softwarefür dein soziales Netzwerk Entdecke mehr \"]},\"1\":{\"h\":\"Warum ocelot.social?\"},\"2\":{\"h\":\"Wichtigste Funktionen\",\"t\":[\" Alle Funktionen ansehen \",\"Probier es aus\"]},\"3\":{\"h\":\"Kontakt\"},\"4\":{\"h\":\"Entwickler-Verein\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, 2. Vorsitzender Haferstr. 5c 86179 Augsburg, Deutschland\",\"Telefon: +49 173 622 60 91 Discord: https://discord.gg/2b55aHVgpM\"]},\"5\":{\"h\":\"Ocelot.Social-Projekt\",\"t\":[\"Telefon: +49 173 622 60 91 E-Mail: hello@ocelot.social Discord: https://discord.gg/AJSX9DCSUA\"]},\"6\":{\"h\":\"Mitmachen\"},\"7\":{\"h\":\"Wie kannst du beitragen, mitmachen und unterstützen?\",\"t\":[\"Du kannst die freie Open-Source-Software ocelot.social und die aktiven Netzwerke auf vielfältige Art und Weise unterstützen, mitentwickeln oder mitprogrammieren.\",\"Klicke auf den Bereich, der dich interessiert:\",\"Unterstütze dein Netzwerk\",\"Betreibe ein eigenes Netzwerk\",\"Mach die ocelot.social-Software bekannt\",\"Verbessere die Software\",\"Möchtest du neue Funktionen mittesten?\",\"Schreibst du gerne?\",\"Sprichst du eine Fremdsprache?\",\"Möchtest du zum Design beitragen?\",\"Organisierst du gerne?\",\"Entwickle die Software mit\",\"Weitere Ideen zum Mitmachen?\",\"Spenden\"]},\"8\":{\"h\":\"Unterstütze dein Netzwerk\"},\"9\":{\"h\":\"Nutze die aktiven Netzwerke\",\"t\":[\"Sei mit dabei und werde Nutzer eines Netzwerks, das mit unserer Software läuft.\",\"Registriere dich als Nutzer.\",\"Ergänze dein Benutzerprofil mit einem Profilbild, deinem ungefähren Standort und weiteren Angaben über dich.\",\"Schreibe lesenswerte und lesefreundliche Beiträge. Ergänze sie mit einem Bild und mit Hashtags.\",\"Kommentiere die Beiträge anderer Nutzer.\",\"Empfehle lesenswerte Beiträge.\",\"Folge Nutzern.\",\"Gründe eine Gruppe und lade Mitglieder ein.\",\"Trage dazu bei, dass dein Netzwerk ein angenehmer und interessanter Ort für dich und deine Freunde ist.\"]},\"10\":{\"h\":\"Belebe dein Netzwerk\",\"t\":[\"Bist du Mitglied eines Netzwerks, dann möchtest du dort interessanten Menschen begegnen. Mit mehr Nutzern wird dein Netzwerk dynamisch und vielfältig.\",\"Erzähle deinen Freunden und Verwandten vom Netzwerk.\",\"Lade sie ins Netzwerk ein (→ Anleitung im Wiki).\",\"Veröffentliche den Link zum Netzwerk auf deiner Website, deinem Blog oder in anderen sozialen Netzwerken.\",\"Berichte vor Publikum vom Netzwerk.\"]},\"11\":{\"h\":\"Weitere Möglichkeiten dich zu engagieren\",\"t\":[\"Viele Netzwerke sind Mitmach-Netzwerke und sind dankbar für deine Hilfe vielleicht als Moderator? Für weitere Informationen besuche die Website des Betreibers oder kontaktiere ihn.\"]},\"12\":{\"h\":\"Betreibe ein eigenes Netzwerk\",\"t\":[\"Mit der freien Software ocelot.social und dem nötigen Know-How kannst du ein eigenes Netzwerk betreiben.\",\"Benötigst du dabei Hilfe, dann unterstützen dich unsere Entwickler gerne.\"]},\"13\":{\"h\":\"Mach die -Software bekannt\",\"t\":[\"„Spread the word!“\",\"Ob Verein, Bewegung oder Institution ocelot.social kann als soziales Netzwerk für viele Arten von Gruppen und Organisationen eingesetzt werden.\",\"Veröffentliche den Link zu ocelot.social auf deiner Website, deinem Blog oder in sozialen Netzwerken.\",\"Gib der Software ocelot.social auf der Vergleichsplattform alternative.to ein Like.\",\"Gib der Software auf der Entwicklerplattform GitHub einen Stern.\"]},\"14\":{\"h\":\"Verbessere die Software\",\"t\":[\"Hast du einen Fehler im Netzwerk gefunden, dann melde ihn unseren Entwicklern: \",\"Anleitung im Wiki\",\"Issue im Repository erstellen\",\"Möchtest du gute Ideen und Vorschläge zur Verbesserung der Software einbringen, dann kontaktiere uns gerne.\"]},\"15\":{\"h\":\"Möchtest du neue Funktionen mittesten?\",\"t\":[\"Wir suchen Nutzer, welche die neuen Funktionen der nächsten Softwareversion testen, bevor sie veröffentlicht werden.\"]},\"16\":{\"h\":\"Schreibst du gerne?\",\"t\":[\"Hilf mit, die Benutzeranleitung zu schreiben (→ Anleitung im Wiki).\",\"Hilf mit, die Kommunikationskanäle der Software ocelot.social und unserer Entwicklergemeinschaft busFaktor() e.V. zu pflegen und vielfältig zu beleben.\"]},\"17\":{\"h\":\"Sprichst du eine Fremdsprache?\",\"t\":[\"Das Netzwerk ist in mehreren Sprachen verfügbar. Möchtest du mithelfen die Benutzeroberfläche oder Benutzeranleitung im Wiki zu übersetzen, zu vervollständigen oder zu verbessern, dann kontaktiere uns gerne.\"]},\"18\":{\"h\":\"Möchtest du zum Design beitragen?\",\"t\":[\"Kontaktiere uns, um das Design und die Bedienbarkeit des Netzwerks zu verbessern.\"]},\"19\":{\"h\":\"Organisierst du gerne?\",\"t\":[\"Sprich uns an, wenn du Lust hast, …\",\"… Konzepte für neue Funktionen zu erstellen, … die Finanzierung der Entwicklung neuer Funktionen mitzuorganisieren … oder Veranstaltungen, Meetings etc. zu planen.\"]},\"20\":{\"h\":\"Entwickle die Software mit\",\"t\":[\"Die Software ocelot.social ist frei und quelloffen Open-Source. Möchtest du neue Funktionen entwickeln und testen? Dann folge unserer Dokumentation (auf Englisch).\",\"Für Einsteiger eignen sich unsere Good First Issues auf GitHub.\",\"Wir freuen uns auch, wenn du auf GitHub Änderungen am Programmcode anderer Entwickler sichtest, kommentierst oder freigibst. Oder gib der Software auf GitHub einen Stern.\",\"Du kannst auf Discord mit uns chatten und wir lernen uns in einem Pair-Programming kennen.\"]},\"21\":{\"h\":\"Weitere Ideen zum Mitmachen?\",\"t\":[\"Möchtest du dich noch auf andere Art ins Projekt einbringen, dann kontaktiere uns gerne.\"]},\"22\":{\"h\":\"Spenden\",\"t\":[\"Die Software ocelot.social ist frei verfügbar Instandhaltung und Weiterentwicklung kosten hingegen Geld. Unterstütze uns gerne mit einer Spende: Hier spenden \"]},\"23\":{\"h\":\"Spenden\",\"t\":[\"Ocelot.social ist frei verfügbare Open-Source-Software.\",\"Der Verein busFaktor() e.V. koordiniert und fördert die Programmierung dieser Software und kümmert sich um ihre Instandhaltung. Mit einer Einmal- oder Dauerspende kannst du dieses Projekt unterstützen. Wir freuen uns sehr über jeden Beitrag.\"]},\"24\":{\"h\":\"Spendenkonto\",\"t\":[\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Deutschland\",\"Ort: Haferstr. 5c, 86179 Augsburg, Deutschland\"]},\"25\":{\"h\":\"Hinweise zum Verwendungszweck\",\"t\":[\"Gib bitte unbedingt beim Verwendungszweck Spende und deine E-Mail-Adresse an, damit wir dich kontaktieren können. Bei Überweisungen ist das @-Zeichen normalerweise nicht möglich, daher schreibe es als „ at “, mit Platz davor und dahinter und ohne Anführungszeichen.\",\"Beispiel: Spende, eva.muster at domain.de\",\"Falls du möchtest, dass deine Spende vornehmlich der Software ocelot.social zugute kommt, dann gib auch dessen Namen an:\",\"Beispiel: Spende für ocelot.social, eva.muster at domain.de\",\"Kontaktiere uns gerne bei Fragen.\"]},\"26\":{\"h\":\"Funktionen\",\"t\":[\"Ocelot.social bietet eine wachsende Vielzahl elementarer und weiterführender Netzwerkfunktionen, die durch Spenden der Community erweitert werden können.\",\"Folgende Features sind bisher verfügbar:\"]},\"27\":{\"h\":\"Benutzer\",\"t\":[\"Registrierung\",\"Benutzerprofil\",\"Beitrag erstellen\",\"Benutzer folgen\",\"Benutzer sperren\",\"Benutzer stummschalten\",\"Benutzer einladen\",\"Benutzer, Beitrag oder Kommentar melden\",\"Benutzerrollen: Benutzer, Moderator, Administrator\"]},\"28\":{\"h\":\"Gruppen\",\"t\":[\"Gruppenprofil\",\"Sichtbarkeit: öffentlich, geschlossen, versteckt\",\"Benutzerrollen der Gruppe: Mitglied, Administrator, Inhaber\",\"Mitglieder verwalten: einladen, freischalten, löschen\",\"Inhaber, Administrator: Beitrag in Beitragsübersicht (Gruppen-Feed) oben anpinnen\"]},\"29\":{\"h\":\"Beiträge\",\"t\":[\"Beitragsformen: Beitrag, Veranstaltung\",\"Beitragsbild\",\"Umfangreicher Editor mit Überschriften, Textstilen, eingebetteten Inhalten von Drittanbietern, Listen, Erwähnungen, Hashtags\",\"Kategorien\",\"Beitragssprache (automatische Erkennung)\",\"Kommentieren\"]},\"30\":{\"h\":\"Beitragsübersicht\",\"t\":[\"Vorschau (Newsfeed)\",\"Filtern\",\"Sortieren\"]},\"31\":{\"h\":\"Chat\",\"t\":[\"Privater 1:1-Chat: Vollbild oder Seitenfenster\"]},\"32\":{\"h\":\"Karte\",\"t\":[\"Standorte von Benutzern, Gruppen und Veranstaltungen\",\"Suche nach Ort\"]},\"33\":{\"h\":\"Suche\",\"t\":[\"Nach Benutzern, Gruppen, Beiträgen, Veranstaltungen, Hashtags\"]},\"34\":{\"h\":\"Benachrichtigungen\",\"t\":[\"Intern\",\"Per E-Mail\"]},\"35\":{\"h\":\"Moderation\",\"t\":[\"Benutzer mit der Rolle Moderator können:\",\"Moderieren\",\"Liste gemeldeter Benutzer, Beiträge, Kommentare einsehen und bearbeiten\",\"Benutzer, Beträge oder Kommentare sperren und freigeben\",\"Entscheidungsprotokoll einsehen\"]},\"36\":{\"h\":\"Administration\",\"t\":[\"Benutzer der Rolle Administrator können darüber hinaus:\",\"Beitrag in Beitragsübersicht (Newsfeed) oben anpinnen\",\"Statistiken einsehen\",\"Benutzerdaten einsehen (außer Passwörter)\",\"Spendenfunktion mit Spendenstand aktivieren\"]},\"37\":{\"h\":\"Sprachen\",\"t\":[\"Die Benutzeroberfläche ist verfügbar in:\",\"Deutsch\",\"Englisch\",\"Französisch\",\"Italienisch\",\"Niederländisch\",\"Polnisch\",\"Portugiesisch\",\"Russisch\",\"Spanisch\"]},\"38\":{\"h\":\"Mobile App\",\"t\":[\"Für Netzwerke mit ocelot.social gibt es eine sogenannte Progressive Web App (PWA) für:\",\"Android\",\"iOS\",\"→ Anleitung im Wiki\"]},\"39\":{\"h\":\"Spenden\",\"t\":[\"Die Software ocelot.social des Netzwerks ist frei verfügbar Instandhaltung und Weiterentwicklung kosten hingegen Geld. Mit deiner Spende unterstützt du ihre Beständigkeit: Hier spenden \"]},\"40\":{\"h\":\"Loslegen\"},\"41\":{\"h\":\"Ausprobieren\"},\"42\":{\"h\":\"Impressum\"},\"43\":{\"h\":\"Verantwortlich für den Betrieb dieser Website\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, 2. Vorsitzender Haferstr. 5c 86179 Augsburg, Deutschland\",\"E-Mail: vorstand@busfaktor.org Telefon: +49 173 622 60 91\",\"Weitere Kontakmöglichkeiten.\"]},\"44\":{\"h\":\"Inhaltlich verantwortlicher Redakteur\",\"t\":[\"Wolfgang Huß Steinburger Straße 38 22527 Hamburg, Deutschland\",\"E-Mail: vorstand@busfaktor.org Telefon: +49 173 622 60 91\"]},\"45\":{\"h\":\"Lernen\",\"t\":[\"Hier findest du als Nutzer, Betreiber und Entwickler weitere Informationen zu ocelot.social.\"]},\"46\":{\"h\":\"Dokumentation für Entwickler\",\"t\":[\"https://docs.ocelot.social/\"]},\"47\":{\"h\":\"Benutzeranleitung\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/de:User-Guide\"]},\"48\":{\"h\":\"FAQ\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/de:FAQ\"]},\"49\":{\"h\":\"Datenschutz\",\"t\":[\"Aktualisiert am 20. Mai 2024\"]},\"50\":{\"h\":\"Datenschutz\",\"t\":[\"Im Folgenden informieren wir Dich gemäß der seit dem 25. Mai 2018 geltenden Datenschutzgrundverordnung der EU (DSGVO) über unseren Umgang mit Deinen personenbezogenen Daten und welche Rechte Du uns gegenüber hast.\"]},\"51\":{\"h\":\"Verantwortlicher\",\"t\":[\"Verantwortlich für die Verarbeitung von personenbezogenen Daten ist:\",\"Martin Döring\",\"E-Mail: vorstand@busfaktor.org\"]},\"52\":{\"h\":\"Vertreter\",\"t\":[\"Wolfgang Huß\",\"E-Mail: vorstand@busfaktor.org\"]},\"53\":{\"h\":\"Anwendungen und Services\",\"t\":[\"Bei der Nutzung unseres Angebots werden verschiedene Arten von personenbezogen Daten unterschiedlich verarbeitet. Im Folgenden informieren wir Dich darüber, für welche Anwendungen und Services es jeweils welche Verarbeitungen es gibt, welche personenbezogenen Daten dabei betroffen sind, was der Zweck der jeweiligen Verarbeitung ist, wie lange die Daten jeweils gespeichert werden und noch einiges mehr.\"]},\"54\":{\"h\":\"Webseite\",\"t\":[\"Bei der Nutzung unserer Webseite werden verschiedene Arten von personenbezogen Daten unterschiedlich verarbeitet. Im Folgenden informieren wir Dich darüber, welche Verarbeitungen es gibt, welche personenbezogenen Daten jeweils betroffen sind, was der Zweck der jeweiligen Verarbeitung ist, wie lange die Daten jeweils gespeichert werden und noch einiges mehr.\"]},\"55\":{\"h\":\"Webseitenzugriff\",\"t\":[\"Zweck: Wir stellen unsere Webseite öffentlich zur Verfügung, damit sich jeder über unseren Verein, seine Tätigkeiten und Angebote informieren kann.\",\"Personenbezogene Daten: Übertragen werden u.a., je nach verwendetem Browser und dessen Einstellung: Datum und Uhrzeit des Zugriffes, ggf. Quelle/Verweis, von welcher Seite Du auf unsere jeweilige gelangst, verwendeter Browser, verwendetes Betriebssystem, Sprachinformation, Größe des Browserfensters, verwendete IP-Adresse.\",\"Speicherdauer: Diese Daten werden von uns nicht gespeichert, sondern nur bei Deinem Aufruf unserer Webanwendung verwendet.\",\"Rechtsgrundlage: Unser berechtigtes Interesse, unseren Verein öffentlich zu präsentieren, gem. Art. 6 Abs. 1 lit. f) DSGVO.\",\"Empfänger: Deine Browser-Zugriffsdaten können nur wir als Betreiber und ggf. unser Provider einsehen.\",\"Drittlandtransfer: Die Daten werden nicht in einem Drittland gespeichert.\"]},\"56\":{\"h\":\"Deine Rechte\",\"t\":[\"Das Datenschutzrecht gewährt Dir hinsichtlich der Verarbeitung Deiner personenbezogenen Daten folgende Rechte, deren genauen Wortlaut Du in den verlinkten Artikeln der DSGVO nachlesen kannst:\",\"Auskunftsrecht gemäß Art. 15 DSGVO\",\"Recht auf Berichtigung gemäß Art. 16 DSGVO\",\"Recht auf Löschung gemäß Art. 17 DSGVO\",\"Recht auf Einschränkung der Verarbeitung gemäß Art. 18 DSGVO\",\"Recht auf Unterrichtung gemäß Art. 19 DSGVO\",\"Recht auf Datenübertragbarkeit gemäß Art. 20 DSGVO\",\"Recht auf Widerruf erteilter Einwilligungen gemäß Art. 7 Abs. 3 DSGVO\",\"Wiederspruchsrecht gemäß Art. 21 DSGVO\",\"Recht auf Beschwerde gemäß Art. 77 DSGVO\",\"Bitte beachte, dass die Wahrnehmung Deines Rechts auf Löschung, insbesondere Deiner Anmeldedaten, bedeuten kann, dass Du unser Angebot nicht mehr nutzen kannst.\"]},\"57\":{\"h\":\"Aktualität der Datenschutzinformation\",\"t\":[\"Diese Datenschutzinformation kann von Zeit zu Zeit an organisatorische oder technische Änderungen und neue gesetzliche Gegebenheiten angepasst werden.\"]},\"58\":{\"h\":\"Roadmap\",\"t\":[\"Hier siehst du die wichtigsten geplanten Features und den aktuellen Fortschritt der Entwicklung von ocelot.social.\"]},\"59\":{\"h\":\"Version 3.11.0 mit zahlreichen Verbesserungen\",\"t\":[\"Mit dieser Version der ocelot.social-Software verbessert sich die Stabilität und Nutzung des Chats. Zudem wurden einige Fehler behoben.\"]},\"60\":{\"h\":\"Das Wichtigste in Kürze\",\"t\":[\"Chat: \",\"Fehler im Video-Player des Safari-Browsers behoben\",\"keine leeren Nachrichten mehr, wenn das Hochladen von Dateien fehlschlägt\",\"Texthinweis beim Hochladen von Dateien anzeigen\",\"weitere Fehler behoben\",\"weitere Software-Aktualisierungen\",\"Alle Details findest du in diesem Änderungsprotokoll (in Englisch).\"]},\"61\":{\"h\":\"Unterstütze\",\"t\":[\"Wenn du von der Verwendung von ocelot.social profitierst, hilf bitte mit deiner Unterstützung. Vielen Dank!\",\"Mitmachen\",\"Spenden\"]},\"62\":{\"c\":[\"Releases\"]},\"63\":{\"c\":[\"Releases\"]},\"64\":{\"h\":\"Tech-Day Fusion von Utopia und Ocelot!?\",\"t\":[\"Diese Woche findet im Rahmen des Tech-Days des busFaktor() wieder ein Vortrag statt, diesmal zum Thema:\",\"Fusion von Utopia und Ocelot!? Referent: Anton Tranelis\",\"Am Donnerstag, den 21.8.2025, um 14 Uhr (MESZ), online\"]},\"65\":{\"h\":\"Veröffentlichung\",\"t\":[\"Aufzeichnung auf Youtube\",\"Präsentation\"]},\"66\":{\"h\":\"Worum geht es?\",\"t\":[\"Utopia und Ocelot sind zwei freie Open-Source-Projekte, die vom busFaktor() und IT4Change gepflegt und weiterentwickelt werden. Beide Projekte haben ähnliche Ausrichtungen: Sie wollen Menschen im Sinne des gesellschaftlichen Wandels zusammen und in Aktion bringen.\",\"Obwohl beide weitgehend gleiche Komponenten und Services benötigen, werden diese bisher nicht miteinander geteilt. Verbesserungen an einem Projekt kommen so dem anderen Projekt nicht zugute. Zusätzlich konkurrieren sie um die gleichen Entwickler. Unterschiedliche Tech-Stacks erschweren es, Synergien zu nutzen.\",\"In diesem Vortrag wollen wir die Gemeinsamkeiten beleuchten, schauen wie wir Synergien nutzen und unsere verfügbaren Ressourcen effektiv einsetzen können, um unsere gemeinsamen Ziele zu erreichen. Anschließend findet ein gemeinsamer Austausch dazu statt.\",\"Wir freuen uns auf deine Teilnahme.\"]},\"67\":{\"h\":\"Unterstütze\",\"t\":[\"Mitmachen\",\"Spenden\"]},\"68\":{\"c\":[\"Lectures\"]},\"69\":{\"c\":[\"Tech-Day\"]},\"70\":{\"h\":\"Version 3.12.2 veröffentlicht!\",\"t\":[\"Mit dieser Version der ocelot.social-Software beschleunigt das Laden der Website, verbessert die Benachrichtigungen und behebt unter anderem einige Fehler.\"]},\"71\":{\"h\":\"Das Wichtigste in Kürze\",\"t\":[\"Leistungsoptimierung durch automatische Bildverkleinerung für den Browser. \",\"Bilder auf den Seiten werden schneller geladen.\",\"Geringerer Verbrauch des (mobilen) Datenvolumens\",\"Verschönerung der E-Mail-Benachrichtigungen\",\"Verbesserte Zustellung der E-Mail-Benachrichtigungen\",\"Anzeige der Entfernung zum eigenen Standort auf dem Nutzer- und dem Gruppenprofil\",\"Alle Details findest du in diesem Änderungsprotokoll (in Englisch).\"]},\"72\":{\"h\":\"Unterstütze\",\"t\":[\"Wenn du von der Verwendung von ocelot.social profitierst, hilf bitte mit deiner Unterstützung. Vielen Dank!\",\"Mitmachen\",\"Spenden\"]},\"73\":{\"c\":[\"Releases\"]},\"74\":{\"c\":[\"Releases\"]},\"75\":{\"h\":\"OAuth & OIDC Wie wir Ocelot SSO-Ready bekommen\",\"t\":[\"Nächster Vortrag im Rahmen des Tech-Days des busFaktor().\",\"OAuth & OIDC Wie wir Ocelot SSO-Ready bekommen Referent: Ulf Gebhardt\",\"Am Donnerstag, den 25.9.2025, um 14 Uhr (MESZ), online\"]},\"76\":{\"h\":\"Video-Konferenz-Link\",\"t\":[\"Hier ist der Link zum Vortrag\"]},\"77\":{\"h\":\"Worum geht es?\",\"t\":[\"Schon seit längerem besteht die Frage, ob ocelot.social mit anderen Apps über einen gemeinsamen Login verbunden werden kann.\",\"Dieses Feature vereinfacht es zum Beispiel die Utopia Map als Karte in ocelot.social zu nutzen und damit beide Projekte zu verbinden. Auch wird es gebraucht, um ocelot.social für die NextCloud und vielleicht andere Kollaborations-Plattformen anzubieten und darüber die Anwendungsmöglichkeiten und so die Nutzungsbreite deutlich zu erhöhen. Noch etliche weitere Argumente für die Implementierung von SSO wurden im Laufe der Zeit genannt.\",\"Wir freuen uns auf deine Teilnahme.\"]},\"78\":{\"h\":\"Unterstütze\",\"t\":[\"Mitmachen\",\"Spenden\"]},\"79\":{\"c\":[\"Lectures\"]},\"80\":{\"c\":[\"Tech-Day\"]},\"81\":{\"h\":\"Version 3.13.0 bringt Verbesserungen beim Kommentieren\",\"t\":[\"Die neue Version 3.13.0 macht es dir einfacher, das Kommentieren freizuschalten.\"]},\"82\":{\"h\":\"Worum geht es?\",\"t\":[\"In einigen Fällen ist bei Beiträgen die Kommentarfunktion deaktiviert:\",\"Wenn du den Autor des Beitrags blockiert hast.\",\"Wenn du nicht Mitglied der Gruppe bist, in welcher der Beitrag erscheint.\",\"Bisher bekamst du nur einen kurzen Hinweis darauf.\",\"Jetzt mit der neuen Version der ocelot.social-Software kannst du auf einen Knopf klicken, um den Autor auf seinem Profil zu deblockieren beziehungsweise der Gruppe direkt beizutreten.\",\" Aktion, um der Gruppe beizutreten. \",\"Nebenbei wurden einige technische Verbesserungen in der Software gemacht und Fehler behoben.\",\"Alle Details findest du in diesem Änderungsprotokoll (in Englisch).\"]},\"83\":{\"h\":\"Unterstütze\",\"t\":[\"Wenn du von der Verwendung von ocelot.social profitierst, hilf bitte mit deiner Unterstützung. Vielen Dank!\",\"Mitmachen\",\"Spenden\"]},\"84\":{\"c\":[\"Releases\"]},\"85\":{\"c\":[\"Releases\"]},\"86\":{\"h\":\"Unser erstes Crowdfunding! 🪄✨\",\"t\":[\"Hilf mit deiner Spende, dass Beiträge in Gruppen angepinnt werden können.\"]},\"87\":{\"c\":[\"Funding\",\"Features\"]},\"88\":{\"c\":[\"Funding\",\"Groups\",\"Posts\",\"Pins\"]},\"89\":{\"h\":\"Danke fürs erfolgreiche erste Crowdfunding! 💫\",\"t\":[\"Deine Spende hat geholfen, dass Beiträge sehr bald in Gruppen angepinnt werden können.\"]},\"90\":{\"h\":\"Worum geht es\",\"t\":[\"Anfang November starteten wir ein Crowdfunding für eine Funktion, die dafür sorgt, dass wichtige Information in Gruppen besser sichtbar bleiben (angepinnte Beiträge in Gruppen).\",\"Das Spendenziel von € 1.200 wurde bereits Mitte Dezember erreicht. Bis zum Ende des Crowdfundings kamen € 1.330 zusammen. Wir danken allen Spendern recht herzlich. Echt toll!\",\"Damit wurde der Weg geebnet, diese Funktion zu entwickeln. Sie wird voraussichtlich Anfang Februar fertiggestellt sein und nach und nach den Nutzern der Ocelot-Netzwerke zur Verfügung stehen.\"]},\"91\":{\"h\":\"Weitere Crowdfundings in Aussicht\",\"t\":[\"Aufgrund dieses Erfolgs haben wir vor, möglichst bald Spenden für weitere gewünschte Funktionen über Crowdfundings zu sammeln. Informationen dazu findest du bald hier auf dieser Website.\"]},\"92\":{\"h\":\"Spenden\",\"t\":[\"Auch außerhalb der Crowdfundings kannst du die Weiterentwicklung und Pflege der ocelot.social-Software gerne mit deiner Spende unterstützen:\",\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Deutschland\",\"Ort: Haferstr. 5c, 86179 Augsburg, Deutschland\",\"Verwendungszweck, siehe unten.\"]},\"93\":{\"h\":\"Hinweise zum Verwendungszweck\",\"t\":[\"Gib bitte unbedingt beim Verwendungszweck Spende und deine E-Mail-Adresse an, damit wir dich kontaktieren können. Bei Überweisungen ist das @-Zeichen normalerweise nicht möglich, daher schreibe es als „ at “, mit Platz davor und dahinter und ohne Anführungszeichen.\",\"Beispiel: Spende von eva.muster at domain.de für ocelot.social\",\"In Deutschland sind Spenden unter € 300 ohne Bescheinigung abzugsfähig. In anderen Fällen stellen wir auf Anfrage gerne eine Spendenquittung aus.\",\"Für Dauerspenden fürs Projekt sind wir empfänglich. ❤️ Es gibt auch zahlreiche Möglichkeiten, wie du mitmachen kannst.\"]},\"94\":{\"c\":[\"Funding\",\"Features\"]},\"95\":{\"c\":[\"Funding\",\"Groups\",\"Posts\",\"Pins\"]},\"96\":{\"h\":\"Ocelot.social Pi (3.14.1) ist da Beiträge in Gruppen anheften\",\"t\":[\"Ab nun trägt jede Version von ocelot.social, die wesentliche Änderungen enthält, einen Versionsnamen. Wir starten mit einem Namen, der sich aus der aktuellen Versionsnummer ergibt.\"]},\"97\":{\"h\":\"Neue Funktion\",\"t\":[\"Mit ocelot.social Pi (3.14.1) erhalten Inhaber und Administratoren von Gruppen die Möglichkeit, Beiträge in ihren Gruppen anheften zu können. Dadurch sehen die Gruppenmitglieder sofort die wichtigen Beiträge, wie Ankündigungen und Veranstaltungen.\",\"Dies wurde dank der Spenden im Rahmen unseres ersten Crowdfundings ermöglicht. An dieser Stelle nochmals ein großes Dankeschön an unsere Spender. Ihr habt es möglich gemacht!\"]},\"98\":{\"h\":\"Behobene Fehler\",\"t\":[\"Der Kategorien-Filter funktioniert nun wieder wie gewohnt.\",\"Anzeige der Benachrichtigungseinstellungen ist wieder korrekt.\",\"Fehlerhafte Links in Benachrichtigungs-E-Mails wurden korrigiert.\",\"Die Informationsseiten (Impressum, Datenschutzerklärung etc.) funktionieren nun wieder.\"]},\"99\":{\"h\":\"Technisches unter der Haube\",\"t\":[\"Ocelot.social nutzt als Frontend-Framework Vue.js in der Version 2, welche nicht mehr aktuell ist. Der Umstieg auf Vue 3 ist aufgrund vieler Veränderungen im Versionsübergang sehr aufwendig, wurde nun aber mit ocelot.social Pi angegangen.\",\"Aufgrund des Umfangs und der Komplexität wurde ein modularer Ansatz gewählt, der den schrittweisen Umstieg ermöglicht. Im ersten Schritt wurden alle Buttons übernommen und dabei verbessert.\"]},\"100\":{\"h\":\"Changelog-Zusammenfassung\",\"t\":[\"KI-Zusammenfassung der Versionen 3.14.0 und 3.14.1:\"]},\"101\":{\"h\":\"Features\",\"t\":[\"Group Pins — Beiträge können in Gruppen angepinnt werden (#9034)\",\"Admin-Erstellungsbefehl für Produktion (#9057)\",\"DB-Script zum Deaktivieren von Benachrichtigungen (#9131)\",\"CodeRabbit Integration für PR-Reviews (#9194)\"]},\"102\":{\"h\":\"Vue 3 Migration\",\"t\":[\"Phase 2 — Setup: Grundlagen für die Migration vorbereitet (#9161)\",\"Phase 3 — Integration: UI-Library in Webapp integriert (#9180)\",\"Button Migration: Icon, Circle und Loading-States migriert (#9208)\",\"Vue auf 2.7.16 aktualisiert als Voraussetzung (#9160)\"]},\"103\":{\"h\":\"UI Package (packages/ui)\",\"t\":[\"ESLint-Regeln in eslint-config-it4c extrahiert (#9198, #9233)\",\"os-button CSS-Klasse für Branding-Kompatibilität (#9211)\"]},\"104\":{\"h\":\"Bug Fixes\",\"t\":[\"Backend: Kategorien-Filter repariert (#9209, #9123)\",\"Backend: Gepinnte Beiträge auch bei stummgeschalteten Nutzern sichtbar (#9200)\",\"Backend: Benachrichtigungseinstellungen für currentUser (#9130)\",\"Backend: E-Mail URL-Encoding (#9127)\",\"Backend: Berechtigungen für GroupInviteCodes (#9121)\",\"Backend: Group myRole-Feld Query (#9102)\",\"Webapp: Sprachwechsel auf statischen Seiten (#9202)\",\"Webapp: Statische Seiten auch ausgeloggt verfügbar (#9201)\",\"Webapp: Interner Pfad für Custom Button (#9129)\",\"Webapp: CTA-Join-Group Crash wenn Gruppe undefiniert (#9103)\",\"Webapp: Lokale Frontend-Tests (#9104, #9125)\"]},\"105\":{\"h\":\"Refactoring\",\"t\":[\"Backend: Reports Query Parametrisierung + Resolver Cleanup (#9156)\",\"Backend: GraphQL Linting (#8473)\",\"Backend: Group-Membership Modell (#9124)\",\"Backend: Middleware before/after (#9128)\",\"Backend: Test-Rollen (#9157)\"]},\"106\":{\"h\":\"Workflow/CI\",\"t\":[\"E2E-Tests laufen parallel (#9205)\",\"Package-Caching (#9206)\",\"Neuer PR-Scope package/ui (#9196)\",\"UI-Workflow-Fixes (#9204, #9207)\",\"Auto-Approve Workflow entfernt (#9197)\",\"Node.js Versionen konsolidiert (#9126)\",\"~80 Dependency-Updates (Node, Nginx, AWS SDK, Cypress, etc.) ausgelassen.\"]},\"107\":{\"h\":\"Spenden\",\"t\":[\"Wenn dir ocelot.social gefällt, dann unterstütze die Entwicklung und Pflege dieser freien und Open-Source-Software mit einer Spende an den busFaktor() e.V..\"]},\"108\":{\"h\":\"Unterstütze\",\"t\":[\"Mitmachen\",\"Spenden\"]},\"109\":{\"c\":[\"Releases\"]},\"110\":{\"c\":[\"Releases\",\"Vue 3\",\"Groups\"]},\"111\":{\"h\":\"Crowdfunding für Gruppen-Chaträume 🪄✨\",\"t\":[\"Ermögliche mit deiner Spende, dass zukünftig die Mitglieder einer Gruppe einen gemeinsamen Chatraum haben.\"]},\"112\":{\"c\":[\"Funding\",\"Features\"]},\"113\":{\"c\":[\"Funding\",\"Groups\",\"Chat\"]},\"114\":{\"h\":\"Neuer Release Ocelot.Social v3.15.1\",\"t\":[\"Version 3.15.1 bringt neue Ansichtsmodi für den Feed, eine Querformat-Darstellung für Beiträge und zwei neue Sprachen (Ukrainisch & Albanisch). Dazu wurden viele Oberflächen-Elemente modernisiert und zahlreiche Fehler behoben — unter anderem bei der Suche, Navigation und dem mobilen Menü.\"]},\"115\":{\"h\":\"Neue Funktionen\",\"t\":[\"Querformat-Ansicht — Beiträge können jetzt auch im Landscape-Modus dargestellt werden\",\"Feed-Ansichtsmodus — wähle zwischen verschiedenen Darstellungsoptionen für deinen Feed\",\"\\\"Neue Beiträge\\\"-Anzeige — ein Indikator zeigt dir an, wenn neue Inhalte verfügbar sind, ohne die Seite neu laden zu müssen\",\"Link-Vorschauen — geteilte Links zeigen jetzt schönere Vorschauen auf Social-Media-Plattformen\",\"Ukrainisch & Albanisch — zwei neue Sprachen wurden hinzugefügt, bestehende Übersetzungen vervollständigt\",\"E-Mail-Übersetzungen — alle System-E-Mails sind jetzt vollständig in alle unterstützten Sprachen übersetzt\",\"Chat-Benachrichtigungen verbessert\"]},\"116\":{\"h\":\"Verbessertes Design\",\"t\":[\"Zahlreiche Oberflächen-Komponenten wurden modernisiert — Buttons, Karten, Badges, Menüs, Eingabefelder, Modals und Icons erscheinen jetzt in einem einheitlicheren, frischeren Look\",\"Responsives mobiles Menü — mit Sprachwechsel und Filterunterstützung direkt im Menü\",\"Masonry-Layout — Inhalte ordnen sich jetzt flüssiger an, inklusive Ladeanimationen\",\"Diverse Layout-Korrekturen bei Profil- und Gruppenansichten\"]},\"117\":{\"h\":\"Fehlerbehebungen\",\"t\":[\"Suchfunktion repariert\",\"Tab-Navigation funktioniert wieder zuverlässig\",\"Badges können auf Desktop-Geräten wieder per Drag & Drop zugewiesen werden\",\"Dropdown-Menüs schließen sich jetzt korrekt automatisch\",\"Datumsauswahl stürzt nicht mehr bei bestimmten Spracheinstellungen ab\",\"Eingebettete Inhalte werden auch außerhalb des Editors korrekt angezeigt\",\"Zeitanzeige in Benutzer-Teasern korrigiert\",\"Stabilitätsverbesserungen im Backend (Speicherlecks behoben)\"]},\"118\":{\"h\":\"Crowdfunding für Gruppen-Chats\",\"t\":[\"Beachtet auch unser Crowdfunding für die neue Funktion Gruppen-Chats — mit eurer Unterstützung können wir Gruppen-Chats realisieren!\"]},\"119\":{\"h\":\"Spenden\",\"t\":[\"Wenn dir ocelot.social gefällt, dann unterstütze die Entwicklung und Pflege dieser freien und Open-Source-Software mit einer Spende an den busFaktor() e.V..\"]},\"120\":{\"h\":\"Unterstütze\",\"t\":[\"Mitmachen\",\"Spenden\"]},\"121\":{\"c\":[\"Releases\"]},\"122\":{\"c\":[\"Releases\",\"Vue 3\",\"Sprachen\"]}},\"dirtCount\":0,\"index\":[[\"~80\",{\"1\":{\"106\":1}}],[\"+\",{\"1\":{\"105\":1}}],[\"+49\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"querformat\",{\"1\":{\"114\":1,\"115\":1}}],[\"query\",{\"1\":{\"104\":1,\"105\":1}}],[\"quelle\",{\"1\":{\"55\":1}}],[\"quelloffen\",{\"1\":{\"20\":1}}],[\"join\",{\"1\":{\"104\":1}}],[\"js\",{\"1\":{\"99\":1,\"106\":1}}],[\"jetzt\",{\"1\":{\"82\":1,\"115\":3,\"116\":2,\"117\":1}}],[\"je\",{\"1\":{\"55\":1}}],[\"jede\",{\"1\":{\"96\":1}}],[\"jeder\",{\"1\":{\"55\":1}}],[\"jeden\",{\"1\":{\"23\":1}}],[\"jeweilige\",{\"1\":{\"55\":1}}],[\"jeweiligen\",{\"1\":{\"53\":1,\"54\":1}}],[\"jeweils\",{\"1\":{\"53\":2,\"54\":2}}],[\"❤️\",{\"1\":{\"93\":1}}],[\"€\",{\"1\":{\"90\":2,\"93\":1}}],[\"💫\",{\"0\":{\"89\":1}}],[\"🪄✨\",{\"0\":{\"86\":1,\"111\":1}}],[\"9207\",{\"1\":{\"106\":1}}],[\"9204\",{\"1\":{\"106\":1}}],[\"9206\",{\"1\":{\"106\":1}}],[\"9205\",{\"1\":{\"106\":1}}],[\"9201\",{\"1\":{\"104\":1}}],[\"9202\",{\"1\":{\"104\":1}}],[\"9200\",{\"1\":{\"104\":1}}],[\"9209\",{\"1\":{\"104\":1}}],[\"9208\",{\"1\":{\"102\":1}}],[\"9211\",{\"1\":{\"103\":1}}],[\"9233\",{\"1\":{\"103\":1}}],[\"9057\",{\"1\":{\"101\":1}}],[\"9034\",{\"1\":{\"101\":1}}],[\"9\",{\"1\":{\"75\":1}}],[\"9157\",{\"1\":{\"105\":1}}],[\"9156\",{\"1\":{\"105\":1}}],[\"9104\",{\"1\":{\"104\":1}}],[\"9103\",{\"1\":{\"104\":1}}],[\"9102\",{\"1\":{\"104\":1}}],[\"9126\",{\"1\":{\"106\":1}}],[\"9128\",{\"1\":{\"105\":1}}],[\"9124\",{\"1\":{\"105\":1}}],[\"9125\",{\"1\":{\"104\":1}}],[\"9129\",{\"1\":{\"104\":1}}],[\"9121\",{\"1\":{\"104\":1}}],[\"9127\",{\"1\":{\"104\":1}}],[\"9123\",{\"1\":{\"104\":1}}],[\"9130\",{\"1\":{\"104\":1}}],[\"9131\",{\"1\":{\"101\":1}}],[\"9197\",{\"1\":{\"106\":1}}],[\"9196\",{\"1\":{\"106\":1}}],[\"9198\",{\"1\":{\"103\":1}}],[\"9194\",{\"1\":{\"101\":1}}],[\"9160\",{\"1\":{\"102\":1}}],[\"9161\",{\"1\":{\"102\":1}}],[\"9180\",{\"1\":{\"102\":1}}],[\"91\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"ähnliche\",{\"1\":{\"66\":1}}],[\"änderungsprotokoll\",{\"1\":{\"60\":1,\"71\":1,\"82\":1}}],[\"änderungen\",{\"1\":{\"20\":1,\"57\":1,\"96\":1}}],[\"youtube\",{\"1\":{\"65\":1}}],[\"8473\",{\"1\":{\"105\":1}}],[\"8\",{\"1\":{\"64\":1}}],[\"86179\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"0\",{\"0\":{\"59\":1,\"81\":1},\"1\":{\"81\":1,\"100\":1}}],[\"01\",{\"1\":{\"24\":1,\"92\":1}}],[\"300\",{\"1\":{\"93\":1}}],[\"330\",{\"1\":{\"90\":1}}],[\"3\",{\"0\":{\"59\":1,\"70\":1,\"81\":1,\"96\":1,\"102\":1},\"1\":{\"56\":1,\"81\":1,\"97\":1,\"99\":1,\"100\":2,\"102\":1,\"114\":1},\"2\":{\"110\":1,\"122\":1}}],[\"38\",{\"1\":{\"44\":1}}],[\"77\",{\"1\":{\"56\":1}}],[\"7\",{\"1\":{\"56\":1,\"102\":1}}],[\"rahmen\",{\"1\":{\"64\":1,\"75\":1,\"97\":1}}],[\"roadmap\",{\"0\":{\"58\":1}}],[\"rollen\",{\"1\":{\"105\":1}}],[\"rolle\",{\"1\":{\"35\":1,\"36\":1}}],[\"russisch\",{\"1\":{\"37\":1}}],[\"realisieren\",{\"1\":{\"118\":1}}],[\"ready\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"release\",{\"0\":{\"114\":1}}],[\"releases\",{\"2\":{\"62\":1,\"63\":1,\"73\":1,\"74\":1,\"84\":1,\"85\":1,\"109\":1,\"110\":1,\"121\":1,\"122\":1}}],[\"responsives\",{\"1\":{\"116\":1}}],[\"resolver\",{\"1\":{\"105\":1}}],[\"ressourcen\",{\"1\":{\"66\":1}}],[\"refactoring\",{\"0\":{\"105\":1}}],[\"referent\",{\"1\":{\"64\":1,\"75\":1}}],[\"reports\",{\"1\":{\"105\":1}}],[\"repository\",{\"1\":{\"14\":1}}],[\"repariert\",{\"1\":{\"104\":1,\"117\":1}}],[\"regeln\",{\"1\":{\"103\":1}}],[\"registrierung\",{\"1\":{\"27\":1}}],[\"registriere\",{\"1\":{\"9\":1}}],[\"reviews\",{\"1\":{\"101\":1}}],[\"rechts\",{\"1\":{\"56\":1}}],[\"rechtsgrundlage\",{\"1\":{\"55\":1}}],[\"recht\",{\"1\":{\"56\":7,\"90\":1}}],[\"rechte\",{\"0\":{\"56\":1},\"1\":{\"50\":1,\"56\":1}}],[\"redakteur\",{\"0\":{\"44\":1}}],[\"öffentlich\",{\"1\":{\"28\":1,\"55\":2}}],[\"cypress\",{\"1\":{\"106\":1}}],[\"caching\",{\"1\":{\"106\":1}}],[\"ci\",{\"0\":{\"106\":1}}],[\"circle\",{\"1\":{\"102\":1}}],[\"cleanup\",{\"1\":{\"105\":1}}],[\"crash\",{\"1\":{\"104\":1}}],[\"crowdfundings\",{\"0\":{\"91\":1},\"1\":{\"90\":1,\"91\":1,\"92\":1,\"97\":1}}],[\"crowdfunding\",{\"0\":{\"86\":1,\"89\":1,\"111\":1,\"118\":1},\"1\":{\"90\":1,\"118\":1}}],[\"cta\",{\"1\":{\"104\":1}}],[\"custom\",{\"1\":{\"104\":1}}],[\"currentuser\",{\"1\":{\"104\":1}}],[\"css\",{\"1\":{\"103\":1}}],[\"config\",{\"1\":{\"103\":1}}],[\"coderabbit\",{\"1\":{\"101\":1}}],[\"com\",{\"1\":{\"47\":1,\"48\":1}}],[\"community\",{\"1\":{\"26\":1,\"47\":1,\"48\":1}}],[\"changelog\",{\"0\":{\"100\":1}}],[\"chatraum\",{\"1\":{\"111\":1}}],[\"chaträume\",{\"0\":{\"111\":1}}],[\"chats\",{\"0\":{\"118\":1},\"1\":{\"59\":1,\"118\":2}}],[\"chat\",{\"0\":{\"31\":1},\"1\":{\"31\":1,\"60\":1,\"115\":1},\"2\":{\"113\":1}}],[\"chatten\",{\"1\":{\"20\":1}}],[\"zwischen\",{\"1\":{\"115\":1}}],[\"zwei\",{\"1\":{\"66\":1,\"114\":1,\"115\":1}}],[\"zweck\",{\"1\":{\"53\":1,\"54\":1,\"55\":1}}],[\"zahlreiche\",{\"1\":{\"93\":1,\"114\":1,\"116\":1}}],[\"zahlreichen\",{\"0\":{\"59\":1}}],[\"ziele\",{\"1\":{\"66\":1}}],[\"zeigen\",{\"1\":{\"115\":1}}],[\"zeigt\",{\"1\":{\"115\":1}}],[\"zeitanzeige\",{\"1\":{\"117\":1}}],[\"zeit\",{\"1\":{\"57\":2,\"77\":1}}],[\"zeichen\",{\"1\":{\"25\":1,\"93\":1}}],[\"zuverlässig\",{\"1\":{\"117\":1}}],[\"zukünftig\",{\"1\":{\"111\":1}}],[\"zustellung\",{\"1\":{\"71\":1}}],[\"zusätzlich\",{\"1\":{\"66\":1}}],[\"zusammenfassung\",{\"0\":{\"100\":1},\"1\":{\"100\":1}}],[\"zusammen\",{\"1\":{\"66\":1,\"90\":1}}],[\"zudem\",{\"1\":{\"59\":1}}],[\"zugewiesen\",{\"1\":{\"117\":1}}],[\"zugriffsdaten\",{\"1\":{\"55\":1}}],[\"zugriffes\",{\"1\":{\"55\":1}}],[\"zugute\",{\"1\":{\"25\":1,\"66\":1}}],[\"zur\",{\"1\":{\"14\":1,\"55\":1,\"90\":1}}],[\"zu\",{\"0\":{\"11\":1},\"1\":{\"13\":1,\"16\":3,\"17\":3,\"18\":1,\"19\":2,\"45\":1,\"55\":1,\"57\":1,\"66\":2,\"77\":3,\"82\":1,\"90\":1,\"91\":1,\"97\":1,\"115\":1}}],[\"zum\",{\"0\":{\"18\":1,\"21\":1,\"25\":1,\"93\":1},\"1\":{\"7\":2,\"10\":1,\"64\":1,\"71\":1,\"76\":1,\"77\":1,\"90\":1,\"101\":1}}],[\"13\",{\"0\":{\"81\":1},\"1\":{\"81\":1}}],[\"12\",{\"0\":{\"70\":1}}],[\"14\",{\"0\":{\"96\":1},\"1\":{\"64\":1,\"75\":1,\"97\":1,\"100\":2}}],[\"11\",{\"0\":{\"59\":1}}],[\"19\",{\"1\":{\"56\":1}}],[\"18\",{\"1\":{\"56\":1}}],[\"17\",{\"1\":{\"56\":1}}],[\"173\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"16\",{\"1\":{\"56\":1,\"102\":1}}],[\"15\",{\"0\":{\"114\":1},\"1\":{\"56\":1,\"114\":1}}],[\"1\",{\"0\":{\"96\":1,\"114\":1},\"1\":{\"31\":2,\"55\":1,\"90\":2,\"97\":1,\"100\":1,\"114\":1}}],[\"1084\",{\"1\":{\"24\":1,\"92\":1}}],[\"1000\",{\"1\":{\"24\":1,\"92\":1}}],[\"5340\",{\"1\":{\"24\":1,\"92\":1}}],[\"5003\",{\"1\":{\"24\":1,\"92\":1}}],[\"5c\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"ukrainisch\",{\"1\":{\"114\":1,\"115\":1}}],[\"updates\",{\"1\":{\"106\":1}}],[\"url\",{\"1\":{\"104\":1}}],[\"ui\",{\"0\":{\"103\":2},\"1\":{\"102\":1,\"106\":2}}],[\"ulf\",{\"1\":{\"75\":1}}],[\"uhr\",{\"1\":{\"64\":1,\"75\":1}}],[\"uhrzeit\",{\"1\":{\"55\":1}}],[\"utopia\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"77\":1}}],[\"u\",{\"1\":{\"55\":1}}],[\"user\",{\"1\":{\"47\":1}}],[\"umfangs\",{\"1\":{\"99\":1}}],[\"umfangreicher\",{\"1\":{\"29\":1}}],[\"umstieg\",{\"1\":{\"99\":2}}],[\"umgang\",{\"1\":{\"50\":1}}],[\"um\",{\"1\":{\"18\":1,\"23\":1,\"64\":1,\"66\":2,\"75\":1,\"77\":1,\"82\":2}}],[\"unten\",{\"1\":{\"92\":1}}],[\"unter\",{\"0\":{\"99\":1},\"1\":{\"70\":1,\"93\":1,\"114\":1}}],[\"unterrichtung\",{\"1\":{\"56\":1}}],[\"unterschiedliche\",{\"1\":{\"66\":1}}],[\"unterschiedlich\",{\"1\":{\"53\":1,\"54\":1}}],[\"unterstützung\",{\"1\":{\"61\":1,\"72\":1,\"83\":1,\"118\":1}}],[\"unterstützten\",{\"1\":{\"115\":1}}],[\"unterstützt\",{\"1\":{\"39\":1}}],[\"unterstütze\",{\"0\":{\"8\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"108\":1,\"120\":1},\"1\":{\"7\":1,\"22\":1,\"107\":1,\"119\":1}}],[\"unterstützen\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"12\":1,\"23\":1,\"92\":1}}],[\"unbedingt\",{\"1\":{\"25\":1,\"93\":1}}],[\"unser\",{\"0\":{\"86\":1},\"1\":{\"55\":2,\"56\":1,\"118\":1}}],[\"unseres\",{\"1\":{\"53\":1,\"97\":1}}],[\"unseren\",{\"1\":{\"14\":1,\"50\":1,\"55\":2}}],[\"unsere\",{\"1\":{\"12\":1,\"20\":1,\"55\":2,\"66\":2,\"97\":1}}],[\"unserer\",{\"1\":{\"9\":1,\"16\":1,\"20\":1,\"54\":1,\"55\":1}}],[\"uns\",{\"1\":{\"14\":1,\"17\":1,\"18\":1,\"19\":1,\"20\":3,\"21\":1,\"22\":1,\"23\":1,\"25\":1,\"50\":1,\"55\":1,\"66\":1,\"77\":1}}],[\"ungefähren\",{\"1\":{\"9\":1}}],[\"undefiniert\",{\"1\":{\"104\":1}}],[\"und\",{\"0\":{\"7\":1,\"53\":1,\"64\":1},\"1\":{\"7\":2,\"9\":7,\"10\":2,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"16\":2,\"18\":1,\"20\":3,\"22\":1,\"23\":2,\"25\":3,\"26\":1,\"32\":1,\"35\":2,\"39\":1,\"45\":1,\"50\":1,\"53\":2,\"54\":1,\"55\":4,\"57\":1,\"58\":1,\"59\":1,\"64\":1,\"66\":6,\"70\":1,\"71\":1,\"77\":4,\"82\":1,\"90\":2,\"92\":1,\"93\":3,\"97\":2,\"99\":2,\"100\":1,\"102\":1,\"107\":2,\"114\":3,\"116\":3,\"119\":2}}],[\"pfad\",{\"1\":{\"104\":1}}],[\"pflege\",{\"1\":{\"92\":1,\"107\":1,\"119\":1}}],[\"pflegen\",{\"1\":{\"16\":1}}],[\"phase\",{\"1\":{\"102\":2}}],[\"pi\",{\"0\":{\"96\":1},\"1\":{\"97\":1,\"99\":1}}],[\"pins\",{\"1\":{\"101\":1},\"2\":{\"88\":1,\"95\":1}}],[\"pwa\",{\"1\":{\"38\":1}}],[\"posts\",{\"2\":{\"88\":1,\"95\":1}}],[\"portugiesisch\",{\"1\":{\"37\":1}}],[\"polnisch\",{\"1\":{\"37\":1}}],[\"parallel\",{\"1\":{\"106\":1}}],[\"parametrisierung\",{\"1\":{\"105\":1}}],[\"packages\",{\"0\":{\"103\":1}}],[\"package\",{\"0\":{\"103\":1},\"1\":{\"106\":2}}],[\"passwörter\",{\"1\":{\"36\":1}}],[\"pair\",{\"1\":{\"20\":1}}],[\"personenbezogene\",{\"1\":{\"55\":1}}],[\"personenbezogenen\",{\"1\":{\"50\":1,\"51\":1,\"53\":1,\"54\":1,\"56\":1}}],[\"personenbezogen\",{\"1\":{\"53\":1,\"54\":1}}],[\"per\",{\"1\":{\"34\":1,\"117\":1}}],[\"pr\",{\"1\":{\"101\":1,\"106\":1}}],[\"präsentation\",{\"1\":{\"65\":1}}],[\"präsentieren\",{\"1\":{\"55\":1}}],[\"privater\",{\"1\":{\"31\":1}}],[\"produktion\",{\"1\":{\"101\":1}}],[\"profil\",{\"1\":{\"82\":1,\"116\":1}}],[\"profilbild\",{\"1\":{\"9\":1}}],[\"profitierst\",{\"1\":{\"61\":1,\"72\":1,\"83\":1}}],[\"provider\",{\"1\":{\"55\":1}}],[\"progressive\",{\"1\":{\"38\":1}}],[\"programmierung\",{\"1\":{\"23\":1}}],[\"programming\",{\"1\":{\"20\":1}}],[\"programmcode\",{\"1\":{\"20\":1}}],[\"projekte\",{\"1\":{\"66\":2,\"77\":1}}],[\"projekt\",{\"0\":{\"5\":1},\"1\":{\"21\":1,\"23\":1,\"66\":2,\"93\":1}}],[\"probier\",{\"1\":{\"2\":1}}],[\"plattformen\",{\"1\":{\"77\":1,\"115\":1}}],[\"platz\",{\"1\":{\"25\":1,\"93\":1}}],[\"player\",{\"1\":{\"60\":1}}],[\"planen\",{\"1\":{\"19\":1}}],[\"publikum\",{\"1\":{\"10\":1}}],[\"→\",{\"1\":{\"10\":1,\"16\":1,\"38\":1}}],[\"tab\",{\"1\":{\"117\":1}}],[\"tätigkeiten\",{\"1\":{\"55\":1}}],[\"trägt\",{\"1\":{\"96\":1}}],[\"tranelis\",{\"1\":{\"64\":1}}],[\"trage\",{\"1\":{\"9\":1}}],[\"triodos\",{\"1\":{\"24\":1,\"92\":1}}],[\"troddef1\",{\"1\":{\"24\":1,\"92\":1}}],[\"teasern\",{\"1\":{\"117\":1}}],[\"test\",{\"1\":{\"105\":1}}],[\"tests\",{\"1\":{\"104\":1,\"106\":1}}],[\"testen\",{\"1\":{\"15\":1,\"20\":1}}],[\"teilnahme\",{\"1\":{\"66\":1,\"77\":1}}],[\"tech\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"technisches\",{\"0\":{\"99\":1}}],[\"technische\",{\"1\":{\"57\":1,\"82\":1}}],[\"texthinweis\",{\"1\":{\"60\":1}}],[\"textstilen\",{\"1\":{\"29\":1}}],[\"telefon\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"toll\",{\"1\":{\"90\":1}}],[\"to\",{\"1\":{\"13\":1}}],[\"thema\",{\"1\":{\"64\":1}}],[\"the\",{\"1\":{\"13\":1}}],[\"look\",{\"1\":{\"116\":1}}],[\"lokale\",{\"1\":{\"104\":1}}],[\"loading\",{\"1\":{\"102\":1}}],[\"login\",{\"1\":{\"77\":1}}],[\"loslegen\",{\"0\":{\"40\":1}}],[\"längerem\",{\"1\":{\"77\":1}}],[\"läuft\",{\"1\":{\"9\":1}}],[\"löschung\",{\"1\":{\"56\":2}}],[\"löschen\",{\"1\":{\"28\":1}}],[\"layout\",{\"1\":{\"116\":2}}],[\"landscape\",{\"1\":{\"115\":1}}],[\"lange\",{\"1\":{\"53\":1,\"54\":1}}],[\"laufen\",{\"1\":{\"106\":1}}],[\"laufe\",{\"1\":{\"77\":1}}],[\"ladeanimationen\",{\"1\":{\"116\":1}}],[\"laden\",{\"1\":{\"70\":1,\"115\":1}}],[\"lade\",{\"1\":{\"9\":1,\"10\":1}}],[\"leistungsoptimierung\",{\"1\":{\"71\":1}}],[\"lectures\",{\"2\":{\"68\":1,\"79\":1}}],[\"leeren\",{\"1\":{\"60\":1}}],[\"lernen\",{\"0\":{\"45\":1},\"1\":{\"20\":1}}],[\"lesefreundliche\",{\"1\":{\"9\":1}}],[\"lesenswerte\",{\"1\":{\"9\":2}}],[\"lust\",{\"1\":{\"19\":1}}],[\"linting\",{\"1\":{\"105\":1}}],[\"links\",{\"1\":{\"98\":1,\"115\":1}}],[\"link\",{\"0\":{\"76\":1},\"1\":{\"10\":1,\"13\":1,\"76\":1,\"115\":1}}],[\"library\",{\"1\":{\"102\":1}}],[\"lit\",{\"1\":{\"55\":1}}],[\"liste\",{\"1\":{\"35\":1}}],[\"listen\",{\"1\":{\"29\":1}}],[\"like\",{\"1\":{\"13\":1}}],[\"übernommen\",{\"1\":{\"99\":1}}],[\"übertragen\",{\"1\":{\"55\":1}}],[\"übersetzt\",{\"1\":{\"115\":1}}],[\"übersetzungen\",{\"1\":{\"115\":2}}],[\"übersetzen\",{\"1\":{\"17\":1}}],[\"überschriften\",{\"1\":{\"29\":1}}],[\"überweisungen\",{\"1\":{\"25\":1,\"93\":1}}],[\"über\",{\"1\":{\"9\":1,\"23\":1,\"50\":1,\"55\":1,\"77\":1,\"91\":1}}],[\"nginx\",{\"1\":{\"106\":1}}],[\"nächster\",{\"1\":{\"75\":1}}],[\"nächsten\",{\"1\":{\"15\":1}}],[\"nun\",{\"1\":{\"96\":1,\"98\":2,\"99\":1}}],[\"nur\",{\"1\":{\"55\":2,\"82\":1}}],[\"nutzt\",{\"1\":{\"99\":1}}],[\"nutzungsbreite\",{\"1\":{\"77\":1}}],[\"nutzung\",{\"1\":{\"53\":1,\"54\":1,\"59\":1}}],[\"nutzen\",{\"1\":{\"56\":1,\"66\":2,\"77\":1}}],[\"nutzern\",{\"1\":{\"9\":1,\"10\":1,\"90\":1,\"104\":1}}],[\"nutzer\",{\"1\":{\"9\":3,\"15\":1,\"45\":1,\"71\":1}}],[\"nutze\",{\"0\":{\"9\":1}}],[\"niederländisch\",{\"1\":{\"37\":1}}],[\"nicht\",{\"1\":{\"25\":1,\"55\":2,\"56\":1,\"66\":2,\"82\":1,\"93\":1,\"99\":1,\"117\":1}}],[\"navigation\",{\"1\":{\"114\":1,\"117\":1}}],[\"nachrichten\",{\"1\":{\"60\":1}}],[\"nachlesen\",{\"1\":{\"56\":1}}],[\"nach\",{\"1\":{\"32\":1,\"33\":1,\"55\":1,\"90\":2}}],[\"namen\",{\"1\":{\"25\":1,\"96\":1}}],[\"node\",{\"1\":{\"106\":2}}],[\"november\",{\"1\":{\"90\":1}}],[\"normalerweise\",{\"1\":{\"25\":1,\"93\":1}}],[\"nochmals\",{\"1\":{\"97\":1}}],[\"noch\",{\"1\":{\"21\":1,\"53\":1,\"54\":1,\"77\":1}}],[\"n\",{\"1\":{\"24\":1,\"92\":1}}],[\"nötigen\",{\"1\":{\"12\":1}}],[\"neu\",{\"1\":{\"115\":1}}],[\"neuer\",{\"0\":{\"114\":1},\"1\":{\"19\":1,\"106\":1}}],[\"neuen\",{\"1\":{\"15\":1,\"82\":1}}],[\"neue\",{\"0\":{\"15\":1,\"97\":1,\"115\":1},\"1\":{\"7\":1,\"19\":1,\"20\":1,\"57\":1,\"81\":1,\"114\":2,\"115\":3,\"118\":1}}],[\"nebenbei\",{\"1\":{\"82\":1}}],[\"nextcloud\",{\"1\":{\"77\":1}}],[\"newsfeed\",{\"1\":{\"30\":1,\"36\":1}}],[\"netzwerkfunktionen\",{\"1\":{\"26\":1}}],[\"netzwerks\",{\"1\":{\"9\":1,\"10\":1,\"18\":1,\"39\":1}}],[\"netzwerken\",{\"1\":{\"10\":1,\"13\":1}}],[\"netzwerke\",{\"0\":{\"9\":1},\"1\":{\"7\":1,\"11\":2,\"38\":1,\"90\":1}}],[\"netzwerk\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1},\"1\":{\"0\":1,\"7\":2,\"9\":1,\"10\":5,\"12\":1,\"13\":1,\"14\":1,\"17\":1}}],[\"icons\",{\"1\":{\"116\":1}}],[\"icon\",{\"1\":{\"102\":1}}],[\"it4c\",{\"1\":{\"103\":1}}],[\"it4change\",{\"1\":{\"66\":1}}],[\"italienisch\",{\"1\":{\"37\":1}}],[\"ip\",{\"1\":{\"55\":1}}],[\"ios\",{\"1\":{\"38\":1}}],[\"iban\",{\"1\":{\"24\":1,\"92\":1}}],[\"ihr\",{\"1\":{\"97\":1}}],[\"ihren\",{\"1\":{\"97\":1}}],[\"ihre\",{\"1\":{\"23\":1,\"39\":1}}],[\"ihn\",{\"1\":{\"11\":1,\"14\":1}}],[\"issues\",{\"1\":{\"20\":1}}],[\"issue\",{\"1\":{\"14\":1}}],[\"ist\",{\"0\":{\"96\":1},\"1\":{\"9\":1,\"17\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":1,\"37\":1,\"39\":1,\"51\":1,\"53\":1,\"54\":1,\"76\":1,\"82\":1,\"93\":1,\"98\":1,\"99\":2}}],[\"implementierung\",{\"1\":{\"77\":1}}],[\"impressum\",{\"0\":{\"42\":1},\"1\":{\"98\":1}}],[\"im\",{\"1\":{\"10\":1,\"14\":3,\"16\":1,\"17\":1,\"38\":1,\"50\":1,\"53\":1,\"54\":1,\"60\":1,\"64\":1,\"66\":1,\"75\":1,\"77\":1,\"97\":1,\"99\":2,\"115\":1,\"116\":1,\"117\":1}}],[\"inklusive\",{\"1\":{\"116\":1}}],[\"indikator\",{\"1\":{\"115\":1}}],[\"integriert\",{\"1\":{\"102\":1}}],[\"integration\",{\"1\":{\"101\":1,\"102\":1}}],[\"interner\",{\"1\":{\"104\":1}}],[\"intern\",{\"1\":{\"34\":1}}],[\"interesse\",{\"1\":{\"55\":1}}],[\"interessanten\",{\"1\":{\"10\":1}}],[\"interessanter\",{\"1\":{\"9\":1}}],[\"interessiert\",{\"1\":{\"7\":1}}],[\"informationsseiten\",{\"1\":{\"98\":1}}],[\"information\",{\"1\":{\"90\":1}}],[\"informationen\",{\"1\":{\"11\":1,\"45\":1,\"91\":1}}],[\"informieren\",{\"1\":{\"50\":1,\"53\":1,\"54\":1,\"55\":1}}],[\"inhalte\",{\"1\":{\"115\":1,\"116\":1,\"117\":1}}],[\"inhalten\",{\"1\":{\"29\":1}}],[\"inhaltlich\",{\"0\":{\"44\":1}}],[\"inhaber\",{\"1\":{\"28\":2,\"97\":1}}],[\"in\",{\"0\":{\"60\":1,\"71\":1,\"91\":1,\"96\":1},\"1\":{\"10\":1,\"13\":1,\"17\":1,\"20\":1,\"28\":1,\"36\":1,\"37\":1,\"55\":1,\"56\":1,\"60\":2,\"66\":2,\"71\":2,\"77\":1,\"82\":5,\"86\":1,\"89\":1,\"90\":2,\"93\":2,\"97\":1,\"98\":1,\"99\":1,\"101\":1,\"102\":1,\"103\":1,\"115\":1,\"116\":1,\"117\":1}}],[\"insbesondere\",{\"1\":{\"56\":1}}],[\"instandhaltung\",{\"1\":{\"22\":1,\"23\":1,\"39\":1}}],[\"institution\",{\"1\":{\"13\":1}}],[\"ins\",{\"1\":{\"10\":1,\"21\":1}}],[\"ideen\",{\"0\":{\"21\":1},\"1\":{\"7\":1,\"14\":1}}],[\"gleichen\",{\"1\":{\"66\":1}}],[\"gleiche\",{\"1\":{\"66\":1}}],[\"guide\",{\"1\":{\"47\":1}}],[\"gute\",{\"1\":{\"14\":1}}],[\"good\",{\"1\":{\"20\":1}}],[\"gefällt\",{\"1\":{\"107\":1,\"119\":1}}],[\"gefunden\",{\"1\":{\"14\":1}}],[\"gewählt\",{\"1\":{\"99\":1}}],[\"gewährt\",{\"1\":{\"56\":1}}],[\"gewohnt\",{\"1\":{\"98\":1}}],[\"gewünschte\",{\"1\":{\"91\":1}}],[\"geebnet\",{\"1\":{\"90\":1}}],[\"geholfen\",{\"1\":{\"89\":1}}],[\"geht\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1}}],[\"genannt\",{\"1\":{\"77\":1}}],[\"genauen\",{\"1\":{\"56\":1}}],[\"gebraucht\",{\"1\":{\"77\":1}}],[\"gebhardt\",{\"1\":{\"75\":1}}],[\"geräten\",{\"1\":{\"117\":1}}],[\"geringerer\",{\"1\":{\"71\":1}}],[\"gerne\",{\"0\":{\"16\":1,\"19\":1},\"1\":{\"7\":2,\"12\":1,\"14\":1,\"17\":1,\"21\":1,\"22\":1,\"25\":1,\"92\":1,\"93\":1}}],[\"geteilte\",{\"1\":{\"115\":1}}],[\"geteilt\",{\"1\":{\"66\":1}}],[\"gepinnte\",{\"1\":{\"104\":1}}],[\"gepflegt\",{\"1\":{\"66\":1}}],[\"geplanten\",{\"1\":{\"58\":1}}],[\"gegebenheiten\",{\"1\":{\"57\":1}}],[\"gegenüber\",{\"1\":{\"50\":1}}],[\"gesellschaftlichen\",{\"1\":{\"66\":1}}],[\"gesetzliche\",{\"1\":{\"57\":1}}],[\"gespeichert\",{\"1\":{\"53\":1,\"54\":1,\"55\":2}}],[\"geschlossen\",{\"1\":{\"28\":1}}],[\"geladen\",{\"1\":{\"71\":1}}],[\"gelangst\",{\"1\":{\"55\":1}}],[\"geltenden\",{\"1\":{\"50\":1}}],[\"geld\",{\"1\":{\"22\":1,\"39\":1}}],[\"gemacht\",{\"1\":{\"82\":1,\"97\":1}}],[\"gemeinsamer\",{\"1\":{\"66\":1}}],[\"gemeinsamen\",{\"1\":{\"66\":1,\"77\":1,\"111\":1}}],[\"gemeinsamkeiten\",{\"1\":{\"66\":1}}],[\"gemeldeter\",{\"1\":{\"35\":1}}],[\"gem\",{\"1\":{\"55\":1}}],[\"gemäß\",{\"1\":{\"50\":1,\"56\":9}}],[\"github\",{\"1\":{\"13\":1,\"20\":3,\"47\":1,\"48\":1}}],[\"gibt\",{\"1\":{\"38\":1,\"53\":1,\"54\":1,\"93\":1}}],[\"gib\",{\"1\":{\"13\":2,\"20\":1,\"25\":2,\"93\":1}}],[\"graphql\",{\"1\":{\"105\":1}}],[\"grundlagen\",{\"1\":{\"102\":1}}],[\"gruppenansichten\",{\"1\":{\"116\":1}}],[\"gruppenmitglieder\",{\"1\":{\"97\":1}}],[\"gruppenprofil\",{\"1\":{\"28\":1,\"71\":1}}],[\"gruppen\",{\"0\":{\"28\":1,\"96\":1,\"111\":1,\"118\":1},\"1\":{\"13\":1,\"28\":1,\"32\":1,\"33\":1,\"86\":1,\"89\":1,\"90\":2,\"97\":2,\"101\":1,\"118\":2}}],[\"gruppe\",{\"1\":{\"9\":1,\"28\":1,\"82\":3,\"104\":1,\"111\":1}}],[\"groupinvitecodes\",{\"1\":{\"104\":1}}],[\"group\",{\"1\":{\"101\":1,\"104\":2,\"105\":1}}],[\"groups\",{\"2\":{\"88\":1,\"95\":1,\"110\":1,\"113\":1}}],[\"großes\",{\"1\":{\"97\":1}}],[\"größe\",{\"1\":{\"55\":1}}],[\"gründe\",{\"1\":{\"9\":1}}],[\"ggf\",{\"1\":{\"55\":2}}],[\"gg\",{\"1\":{\"4\":1,\"5\":1}}],[\"suchfunktion\",{\"1\":{\"117\":1}}],[\"suche\",{\"0\":{\"33\":1},\"1\":{\"32\":1,\"114\":1}}],[\"suchen\",{\"1\":{\"15\":1}}],[\"system\",{\"1\":{\"115\":1}}],[\"synergien\",{\"1\":{\"66\":2}}],[\"sdk\",{\"1\":{\"106\":1}}],[\"scope\",{\"1\":{\"106\":1}}],[\"script\",{\"1\":{\"101\":1}}],[\"schließen\",{\"1\":{\"117\":1}}],[\"schönere\",{\"1\":{\"115\":1}}],[\"schritt\",{\"1\":{\"99\":1}}],[\"schrittweisen\",{\"1\":{\"99\":1}}],[\"schreiben\",{\"1\":{\"16\":1}}],[\"schreibe\",{\"1\":{\"9\":1,\"25\":1,\"93\":1}}],[\"schreibst\",{\"0\":{\"16\":1},\"1\":{\"7\":1}}],[\"schon\",{\"1\":{\"77\":1}}],[\"schneller\",{\"1\":{\"71\":1}}],[\"schauen\",{\"1\":{\"66\":1}}],[\"sammeln\",{\"1\":{\"91\":1}}],[\"safari\",{\"1\":{\"60\":1}}],[\"sso\",{\"0\":{\"75\":1},\"1\":{\"75\":1,\"77\":1}}],[\"setup\",{\"1\":{\"102\":1}}],[\"sehen\",{\"1\":{\"97\":1}}],[\"sehr\",{\"1\":{\"23\":1,\"89\":1,\"99\":1}}],[\"services\",{\"0\":{\"53\":1},\"1\":{\"53\":1,\"66\":1}}],[\"sein\",{\"1\":{\"90\":1}}],[\"seinem\",{\"1\":{\"82\":1}}],[\"seine\",{\"1\":{\"55\":1}}],[\"seiten\",{\"1\":{\"71\":1,\"104\":2}}],[\"seitenfenster\",{\"1\":{\"31\":1}}],[\"seite\",{\"1\":{\"55\":1,\"115\":1}}],[\"seit\",{\"1\":{\"50\":1,\"77\":1}}],[\"sei\",{\"1\":{\"9\":1}}],[\"stürzt\",{\"1\":{\"117\":1}}],[\"stummgeschalteten\",{\"1\":{\"104\":1}}],[\"stummschalten\",{\"1\":{\"27\":1}}],[\"straße\",{\"1\":{\"44\":1}}],[\"stelle\",{\"1\":{\"97\":1}}],[\"stellen\",{\"1\":{\"55\":1,\"93\":1}}],[\"stehen\",{\"1\":{\"90\":1}}],[\"steinburger\",{\"1\":{\"44\":1}}],[\"stern\",{\"1\":{\"13\":1,\"20\":1}}],[\"starten\",{\"1\":{\"96\":1}}],[\"starteten\",{\"1\":{\"90\":1}}],[\"stacks\",{\"1\":{\"66\":1}}],[\"statische\",{\"1\":{\"104\":1}}],[\"statischen\",{\"1\":{\"104\":1}}],[\"statistiken\",{\"1\":{\"36\":1}}],[\"states\",{\"1\":{\"102\":1}}],[\"statt\",{\"1\":{\"64\":1,\"66\":1}}],[\"stabilitätsverbesserungen\",{\"1\":{\"117\":1}}],[\"stabilität\",{\"1\":{\"59\":1}}],[\"standorte\",{\"1\":{\"32\":1}}],[\"standort\",{\"1\":{\"9\":1,\"71\":1}}],[\"sinne\",{\"1\":{\"66\":1}}],[\"sind\",{\"1\":{\"11\":2,\"26\":1,\"53\":1,\"54\":1,\"66\":1,\"93\":2,\"115\":2}}],[\"sichtbar\",{\"1\":{\"90\":1,\"104\":1}}],[\"sichtbarkeit\",{\"1\":{\"28\":1}}],[\"sichtest\",{\"1\":{\"20\":1}}],[\"sich\",{\"1\":{\"20\":1,\"23\":1,\"55\":1,\"59\":1,\"96\":1,\"116\":1,\"117\":1}}],[\"siehe\",{\"1\":{\"92\":1}}],[\"siehst\",{\"1\":{\"58\":1}}],[\"sie\",{\"1\":{\"9\":1,\"10\":1,\"15\":1,\"66\":2,\"90\":1}}],[\"spanisch\",{\"1\":{\"37\":1}}],[\"speicherlecks\",{\"1\":{\"117\":1}}],[\"speicherdauer\",{\"1\":{\"55\":1}}],[\"sperren\",{\"1\":{\"27\":1,\"35\":1}}],[\"spender\",{\"1\":{\"97\":1}}],[\"spendern\",{\"1\":{\"90\":1}}],[\"spende\",{\"1\":{\"22\":1,\"25\":4,\"39\":1,\"86\":1,\"89\":1,\"92\":1,\"93\":2,\"107\":1,\"111\":1,\"119\":1}}],[\"spendenquittung\",{\"1\":{\"93\":1}}],[\"spendenziel\",{\"1\":{\"90\":1}}],[\"spendenstand\",{\"1\":{\"36\":1}}],[\"spendenfunktion\",{\"1\":{\"36\":1}}],[\"spendenkonto\",{\"0\":{\"24\":1}}],[\"spenden\",{\"0\":{\"22\":1,\"23\":1,\"39\":1,\"92\":1,\"107\":1,\"119\":1},\"1\":{\"7\":1,\"22\":1,\"26\":1,\"39\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"91\":1,\"93\":1,\"97\":1,\"108\":1,\"120\":1}}],[\"spracheinstellungen\",{\"1\":{\"117\":1}}],[\"sprachen\",{\"0\":{\"37\":1},\"1\":{\"17\":1,\"114\":1,\"115\":2},\"2\":{\"122\":1}}],[\"sprachwechsel\",{\"1\":{\"104\":1,\"116\":1}}],[\"sprachinformation\",{\"1\":{\"55\":1}}],[\"sprich\",{\"1\":{\"19\":1}}],[\"sprichst\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"spread\",{\"1\":{\"13\":1}}],[\"sofort\",{\"1\":{\"97\":1}}],[\"softwareversion\",{\"1\":{\"15\":1}}],[\"softwarefür\",{\"1\":{\"0\":1}}],[\"software\",{\"0\":{\"0\":1,\"13\":1,\"14\":1,\"20\":1},\"1\":{\"7\":4,\"9\":1,\"12\":1,\"13\":2,\"14\":1,\"16\":1,\"20\":2,\"22\":1,\"23\":2,\"25\":1,\"39\":1,\"59\":1,\"60\":1,\"70\":1,\"82\":2,\"92\":1,\"107\":1,\"119\":1}}],[\"sorgt\",{\"1\":{\"90\":1}}],[\"sortieren\",{\"1\":{\"30\":1}}],[\"so\",{\"1\":{\"66\":1,\"77\":1}}],[\"sondern\",{\"1\":{\"55\":1}}],[\"sogenannte\",{\"1\":{\"38\":1}}],[\"sozialen\",{\"1\":{\"10\":1,\"13\":1}}],[\"soziales\",{\"0\":{\"0\":1},\"1\":{\"0\":1,\"13\":1}}],[\"source\",{\"1\":{\"0\":1,\"7\":1,\"20\":1,\"23\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"social\",{\"0\":{\"0\":1,\"1\":1,\"5\":1,\"96\":1,\"114\":1},\"1\":{\"5\":1,\"7\":2,\"12\":1,\"13\":3,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"61\":1,\"70\":1,\"72\":1,\"77\":3,\"82\":1,\"83\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"115\":1,\"119\":1}}],[\"bug\",{\"0\":{\"104\":1}}],[\"button\",{\"1\":{\"102\":1,\"103\":1,\"104\":1}}],[\"buttons\",{\"1\":{\"99\":1,\"116\":1}}],[\"busfaktor\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":1,\"43\":2,\"44\":1,\"51\":1,\"52\":1,\"64\":1,\"66\":1,\"75\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"bleiben\",{\"1\":{\"90\":1}}],[\"blockiert\",{\"1\":{\"82\":1}}],[\"blog\",{\"1\":{\"10\":1,\"13\":1}}],[\"badges\",{\"1\":{\"116\":1,\"117\":1}}],[\"backend\",{\"1\":{\"104\":6,\"105\":5,\"117\":1}}],[\"bald\",{\"1\":{\"89\":1,\"91\":2}}],[\"bank\",{\"1\":{\"24\":1,\"92\":1}}],[\"branding\",{\"1\":{\"103\":1}}],[\"bringt\",{\"0\":{\"81\":1},\"1\":{\"114\":1}}],[\"bringen\",{\"1\":{\"66\":1}}],[\"browsers\",{\"1\":{\"60\":1}}],[\"browserfensters\",{\"1\":{\"55\":1}}],[\"browser\",{\"1\":{\"55\":3,\"71\":1}}],[\"bis\",{\"1\":{\"90\":1}}],[\"bisher\",{\"1\":{\"26\":1,\"66\":1,\"82\":1}}],[\"bist\",{\"1\":{\"10\":1,\"82\":1}}],[\"bietet\",{\"1\":{\"26\":1}}],[\"bitte\",{\"1\":{\"25\":1,\"56\":1,\"61\":1,\"72\":1,\"83\":1,\"93\":1}}],[\"bic\",{\"1\":{\"24\":1,\"92\":1}}],[\"bilder\",{\"1\":{\"71\":1}}],[\"bildverkleinerung\",{\"1\":{\"71\":1}}],[\"bild\",{\"1\":{\"9\":1}}],[\"before\",{\"1\":{\"105\":1}}],[\"beziehungsweise\",{\"1\":{\"82\":1}}],[\"bekamst\",{\"1\":{\"82\":1}}],[\"bekannt\",{\"0\":{\"13\":1},\"1\":{\"7\":1}}],[\"bekommen\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"behebt\",{\"1\":{\"70\":1}}],[\"behobene\",{\"0\":{\"98\":1}}],[\"behoben\",{\"1\":{\"59\":1,\"60\":2,\"82\":1,\"114\":1,\"117\":1}}],[\"beleuchten\",{\"1\":{\"66\":1}}],[\"beleben\",{\"1\":{\"16\":1}}],[\"belebe\",{\"0\":{\"10\":1}}],[\"bedeuten\",{\"1\":{\"56\":1}}],[\"bedienbarkeit\",{\"1\":{\"18\":1}}],[\"beachtet\",{\"1\":{\"118\":1}}],[\"beachte\",{\"1\":{\"56\":1}}],[\"bearbeiten\",{\"1\":{\"35\":1}}],[\"besser\",{\"1\":{\"90\":1}}],[\"bestimmten\",{\"1\":{\"117\":1}}],[\"bestehende\",{\"1\":{\"115\":1}}],[\"besteht\",{\"1\":{\"77\":1}}],[\"beständigkeit\",{\"1\":{\"39\":1}}],[\"bescheinigung\",{\"1\":{\"93\":1}}],[\"beschleunigt\",{\"1\":{\"70\":1}}],[\"beschwerde\",{\"1\":{\"56\":1}}],[\"besuche\",{\"1\":{\"11\":1}}],[\"betroffen\",{\"1\":{\"53\":1,\"54\":1}}],[\"betriebssystem\",{\"1\":{\"55\":1}}],[\"betrieb\",{\"0\":{\"43\":1}}],[\"beträge\",{\"1\":{\"35\":1}}],[\"betreiber\",{\"1\":{\"45\":1,\"55\":1}}],[\"betreibers\",{\"1\":{\"11\":1}}],[\"betreiben\",{\"1\":{\"12\":1}}],[\"betreibe\",{\"0\":{\"12\":1},\"1\":{\"7\":1}}],[\"bevor\",{\"1\":{\"15\":1}}],[\"bewegung\",{\"1\":{\"13\":1}}],[\"benachrichtigungs\",{\"1\":{\"98\":1}}],[\"benachrichtigungseinstellungen\",{\"1\":{\"98\":1,\"104\":1}}],[\"benachrichtigungen\",{\"0\":{\"34\":1},\"1\":{\"70\":1,\"71\":2,\"101\":1,\"115\":1}}],[\"benötigen\",{\"1\":{\"66\":1}}],[\"benötigst\",{\"1\":{\"12\":1}}],[\"benutzerdaten\",{\"1\":{\"36\":1}}],[\"benutzern\",{\"1\":{\"32\":1,\"33\":1}}],[\"benutzerrollen\",{\"1\":{\"27\":1,\"28\":1}}],[\"benutzer\",{\"0\":{\"27\":1},\"1\":{\"27\":6,\"35\":3,\"36\":1,\"117\":1}}],[\"benutzeroberfläche\",{\"1\":{\"17\":1,\"37\":1}}],[\"benutzeranleitung\",{\"0\":{\"47\":1},\"1\":{\"16\":1,\"17\":1}}],[\"benutzerprofil\",{\"1\":{\"9\":1,\"27\":1}}],[\"berichtigung\",{\"1\":{\"56\":1}}],[\"berichte\",{\"1\":{\"10\":1}}],[\"berechtigungen\",{\"1\":{\"104\":1}}],[\"berechtigtes\",{\"1\":{\"55\":1}}],[\"bereits\",{\"1\":{\"90\":1}}],[\"bereich\",{\"1\":{\"7\":1}}],[\"begegnen\",{\"1\":{\"10\":1}}],[\"beizutreten\",{\"1\":{\"82\":2}}],[\"beide\",{\"1\":{\"66\":2,\"77\":1}}],[\"beispiel\",{\"1\":{\"25\":2,\"77\":1,\"93\":1}}],[\"beim\",{\"0\":{\"81\":1},\"1\":{\"25\":1,\"60\":1,\"93\":1}}],[\"bei\",{\"1\":{\"9\":1,\"25\":2,\"53\":1,\"54\":1,\"55\":1,\"82\":1,\"93\":1,\"104\":1,\"114\":1,\"116\":1,\"117\":1}}],[\"beitrags\",{\"1\":{\"82\":1}}],[\"beitragssprache\",{\"1\":{\"29\":1}}],[\"beitragsbild\",{\"1\":{\"29\":1}}],[\"beitragsformen\",{\"1\":{\"29\":1}}],[\"beitragsübersicht\",{\"0\":{\"30\":1},\"1\":{\"28\":1,\"36\":1}}],[\"beitrag\",{\"1\":{\"23\":1,\"27\":2,\"28\":1,\"29\":1,\"36\":1,\"82\":1}}],[\"beitragen\",{\"0\":{\"7\":1,\"18\":1},\"1\":{\"7\":1}}],[\"beiträgen\",{\"1\":{\"33\":1,\"82\":1}}],[\"beiträge\",{\"0\":{\"29\":1,\"96\":1},\"1\":{\"9\":3,\"35\":1,\"86\":1,\"89\":1,\"90\":1,\"97\":2,\"101\":1,\"104\":1,\"114\":1,\"115\":2}}],[\"klasse\",{\"1\":{\"103\":1}}],[\"klicken\",{\"1\":{\"82\":1}}],[\"klicke\",{\"1\":{\"7\":1}}],[\"ki\",{\"1\":{\"100\":1}}],[\"knopf\",{\"1\":{\"82\":1}}],[\"know\",{\"1\":{\"12\":1}}],[\"kurzen\",{\"1\":{\"82\":1}}],[\"keine\",{\"1\":{\"60\":1}}],[\"kennen\",{\"1\":{\"20\":1}}],[\"kürze\",{\"0\":{\"60\":1,\"71\":1}}],[\"kümmert\",{\"1\":{\"23\":1}}],[\"kamen\",{\"1\":{\"90\":1}}],[\"karten\",{\"1\":{\"116\":1}}],[\"karte\",{\"0\":{\"32\":1},\"1\":{\"77\":1}}],[\"kategorien\",{\"1\":{\"29\":1,\"98\":1,\"104\":1}}],[\"kann\",{\"1\":{\"13\":1,\"55\":1,\"56\":1,\"57\":1,\"77\":1}}],[\"kannst\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"12\":1,\"20\":1,\"23\":1,\"56\":2,\"82\":1,\"92\":1,\"93\":1}}],[\"können\",{\"1\":{\"25\":1,\"26\":1,\"35\":1,\"36\":1,\"55\":1,\"66\":1,\"86\":1,\"89\":1,\"93\":1,\"97\":1,\"101\":1,\"115\":1,\"117\":1,\"118\":1}}],[\"korrigiert\",{\"1\":{\"98\":1,\"117\":1}}],[\"korrekturen\",{\"1\":{\"116\":1}}],[\"korrekt\",{\"1\":{\"98\":1,\"117\":2}}],[\"kollaborations\",{\"1\":{\"77\":1}}],[\"kompatibilität\",{\"1\":{\"103\":1}}],[\"komplexität\",{\"1\":{\"99\":1}}],[\"komponenten\",{\"1\":{\"66\":1,\"116\":1}}],[\"kommen\",{\"1\":{\"66\":1}}],[\"kommentarfunktion\",{\"1\":{\"82\":1}}],[\"kommentare\",{\"1\":{\"35\":2}}],[\"kommentar\",{\"1\":{\"27\":1}}],[\"kommentierst\",{\"1\":{\"20\":1}}],[\"kommentieren\",{\"0\":{\"81\":1},\"1\":{\"29\":1,\"81\":1}}],[\"kommentiere\",{\"1\":{\"9\":1}}],[\"kommt\",{\"1\":{\"25\":1}}],[\"kommunikationskanäle\",{\"1\":{\"16\":1}}],[\"koordiniert\",{\"1\":{\"23\":1}}],[\"kosten\",{\"1\":{\"22\":1,\"39\":1}}],[\"konsolidiert\",{\"1\":{\"106\":1}}],[\"konferenz\",{\"0\":{\"76\":1}}],[\"konkurrieren\",{\"1\":{\"66\":1}}],[\"kontakmöglichkeiten\",{\"1\":{\"43\":1}}],[\"kontaktieren\",{\"1\":{\"25\":1,\"93\":1}}],[\"kontaktiere\",{\"1\":{\"11\":1,\"14\":1,\"17\":1,\"18\":1,\"21\":1,\"25\":1}}],[\"kontakt\",{\"0\":{\"3\":1}}],[\"konzepte\",{\"1\":{\"19\":1}}],[\"müssen\",{\"1\":{\"115\":1}}],[\"myrole\",{\"1\":{\"104\":1}}],[\"middleware\",{\"1\":{\"105\":1}}],[\"migriert\",{\"1\":{\"102\":1}}],[\"migration\",{\"0\":{\"102\":1},\"1\":{\"102\":2}}],[\"mitte\",{\"1\":{\"90\":1}}],[\"mittesten\",{\"0\":{\"15\":1},\"1\":{\"7\":1}}],[\"miteinander\",{\"1\":{\"66\":1}}],[\"mitentwickeln\",{\"1\":{\"7\":1}}],[\"mitzuorganisieren\",{\"1\":{\"19\":1}}],[\"mithelfen\",{\"1\":{\"17\":1}}],[\"mitmach\",{\"1\":{\"11\":1}}],[\"mitmachen\",{\"0\":{\"6\":1,\"7\":1,\"21\":1},\"1\":{\"7\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"93\":1,\"108\":1,\"120\":1}}],[\"mitglied\",{\"1\":{\"10\":1,\"28\":1,\"82\":1}}],[\"mitglieder\",{\"1\":{\"9\":1,\"28\":1,\"111\":1}}],[\"mit\",{\"0\":{\"20\":1,\"59\":1},\"1\":{\"7\":1,\"9\":5,\"10\":1,\"12\":1,\"16\":2,\"20\":1,\"22\":1,\"23\":1,\"25\":1,\"29\":1,\"35\":1,\"36\":1,\"38\":1,\"39\":1,\"50\":1,\"59\":1,\"61\":1,\"70\":1,\"72\":1,\"77\":1,\"82\":1,\"83\":1,\"86\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":1,\"107\":1,\"111\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"mitprogrammieren\",{\"1\":{\"7\":1}}],[\"modals\",{\"1\":{\"116\":1}}],[\"modus\",{\"1\":{\"115\":1}}],[\"modularer\",{\"1\":{\"99\":1}}],[\"modell\",{\"1\":{\"105\":1}}],[\"modernisiert\",{\"1\":{\"114\":1,\"116\":1}}],[\"moderieren\",{\"1\":{\"35\":1}}],[\"moderation\",{\"0\":{\"35\":1}}],[\"moderator\",{\"1\":{\"11\":1,\"27\":1,\"35\":1}}],[\"mobiles\",{\"1\":{\"116\":1}}],[\"mobilen\",{\"1\":{\"71\":1,\"114\":1}}],[\"mobile\",{\"0\":{\"38\":1}}],[\"muster\",{\"1\":{\"25\":2,\"93\":1}}],[\"möglichkeit\",{\"1\":{\"97\":1}}],[\"möglichkeiten\",{\"0\":{\"11\":1},\"1\":{\"93\":1}}],[\"möglichst\",{\"1\":{\"91\":1}}],[\"möglich\",{\"1\":{\"25\":1,\"93\":1,\"97\":1}}],[\"möchtest\",{\"0\":{\"15\":1,\"18\":1},\"1\":{\"7\":2,\"10\":1,\"14\":1,\"17\":1,\"20\":1,\"21\":1,\"25\":1}}],[\"media\",{\"1\":{\"115\":1}}],[\"menüs\",{\"1\":{\"116\":1,\"117\":1}}],[\"menü\",{\"1\":{\"114\":1,\"116\":2}}],[\"menschen\",{\"1\":{\"10\":1,\"66\":1}}],[\"membership\",{\"1\":{\"105\":1}}],[\"mesz\",{\"1\":{\"64\":1,\"75\":1}}],[\"meetings\",{\"1\":{\"19\":1}}],[\"melden\",{\"1\":{\"27\":1}}],[\"melde\",{\"1\":{\"14\":1}}],[\"mehreren\",{\"1\":{\"17\":1}}],[\"mehr\",{\"1\":{\"0\":1,\"10\":1,\"53\":1,\"54\":1,\"56\":1,\"60\":1,\"99\":1,\"117\":1}}],[\"masonry\",{\"1\":{\"116\":1}}],[\"map\",{\"1\":{\"77\":1}}],[\"martin\",{\"1\":{\"51\":1}}],[\"mai\",{\"1\":{\"49\":1,\"50\":1}}],[\"mails\",{\"1\":{\"98\":1,\"115\":1}}],[\"mail\",{\"1\":{\"5\":1,\"25\":1,\"34\":1,\"43\":1,\"44\":1,\"51\":1,\"52\":1,\"71\":2,\"93\":1,\"104\":1,\"115\":1}}],[\"macht\",{\"1\":{\"81\":1}}],[\"mach\",{\"0\":{\"13\":1},\"1\":{\"7\":1}}],[\"dropdown\",{\"1\":{\"117\":1}}],[\"drop\",{\"1\":{\"117\":1}}],[\"drag\",{\"1\":{\"117\":1}}],[\"drittland\",{\"1\":{\"55\":1}}],[\"drittlandtransfer\",{\"1\":{\"55\":1}}],[\"drittanbietern\",{\"1\":{\"29\":1}}],[\"db\",{\"1\":{\"101\":1}}],[\"döring\",{\"1\":{\"51\":1}}],[\"dsgvo\",{\"1\":{\"50\":1,\"55\":1,\"56\":10}}],[\"donnerstag\",{\"1\":{\"64\":1,\"75\":1}}],[\"docs\",{\"1\":{\"46\":1}}],[\"domain\",{\"1\":{\"25\":2,\"93\":1}}],[\"dokumentation\",{\"0\":{\"46\":1},\"1\":{\"20\":1}}],[\"dort\",{\"1\":{\"10\":1}}],[\"dynamisch\",{\"1\":{\"10\":1}}],[\"dadurch\",{\"1\":{\"97\":1}}],[\"da\",{\"0\":{\"96\":1}}],[\"dafür\",{\"1\":{\"90\":1}}],[\"dargestellt\",{\"1\":{\"115\":1}}],[\"darstellungsoptionen\",{\"1\":{\"115\":1}}],[\"darstellung\",{\"1\":{\"114\":1}}],[\"darauf\",{\"1\":{\"82\":1}}],[\"darüber\",{\"1\":{\"36\":1,\"53\":1,\"54\":1,\"77\":1}}],[\"days\",{\"1\":{\"64\":1,\"75\":1}}],[\"day\",{\"0\":{\"64\":1},\"2\":{\"69\":1,\"80\":1}}],[\"dateien\",{\"1\":{\"60\":2}}],[\"datenvolumens\",{\"1\":{\"71\":1}}],[\"datenübertragbarkeit\",{\"1\":{\"56\":1}}],[\"daten\",{\"1\":{\"50\":1,\"51\":1,\"53\":3,\"54\":3,\"55\":3,\"56\":1}}],[\"datenschutzerklärung\",{\"1\":{\"98\":1}}],[\"datenschutzinformation\",{\"0\":{\"57\":1},\"1\":{\"57\":1}}],[\"datenschutzrecht\",{\"1\":{\"56\":1}}],[\"datenschutzgrundverordnung\",{\"1\":{\"50\":1}}],[\"datenschutz\",{\"0\":{\"49\":1,\"50\":1}}],[\"datumsauswahl\",{\"1\":{\"117\":1}}],[\"datum\",{\"1\":{\"55\":1}}],[\"dahinter\",{\"1\":{\"25\":1,\"93\":1}}],[\"daher\",{\"1\":{\"25\":1,\"93\":1}}],[\"davor\",{\"1\":{\"25\":1,\"93\":1}}],[\"damit\",{\"1\":{\"25\":1,\"55\":1,\"77\":1,\"90\":1,\"93\":1}}],[\"dauerspenden\",{\"1\":{\"93\":1}}],[\"dauerspende\",{\"1\":{\"23\":1}}],[\"dankeschön\",{\"1\":{\"97\":1}}],[\"danken\",{\"1\":{\"90\":1}}],[\"danke\",{\"0\":{\"89\":1}}],[\"dank\",{\"1\":{\"61\":1,\"72\":1,\"83\":1,\"97\":1}}],[\"dankbar\",{\"1\":{\"11\":1}}],[\"dann\",{\"1\":{\"10\":1,\"12\":1,\"14\":2,\"17\":1,\"20\":1,\"21\":1,\"25\":1,\"107\":1,\"119\":1}}],[\"dazu\",{\"1\":{\"9\":1,\"66\":1,\"91\":1,\"114\":1}}],[\"dass\",{\"1\":{\"9\":1,\"25\":1,\"56\":2,\"86\":1,\"89\":1,\"90\":1,\"111\":1}}],[\"das\",{\"0\":{\"60\":1,\"71\":1},\"1\":{\"9\":1,\"17\":1,\"18\":1,\"25\":1,\"56\":1,\"60\":1,\"70\":1,\"81\":1,\"90\":1,\"93\":1}}],[\"dabei\",{\"1\":{\"9\":1,\"12\":1,\"53\":1,\"99\":1}}],[\"diverse\",{\"1\":{\"116\":1}}],[\"direkt\",{\"1\":{\"82\":1,\"116\":1}}],[\"dir\",{\"1\":{\"56\":1,\"81\":1,\"107\":1,\"115\":1,\"119\":1}}],[\"dich\",{\"0\":{\"11\":1},\"1\":{\"7\":1,\"9\":3,\"12\":1,\"21\":1,\"25\":1,\"50\":1,\"53\":1,\"54\":1,\"93\":1}}],[\"dies\",{\"1\":{\"97\":1}}],[\"diesmal\",{\"1\":{\"64\":1}}],[\"diesem\",{\"1\":{\"60\":1,\"66\":1,\"71\":1,\"82\":1}}],[\"diese\",{\"1\":{\"55\":1,\"57\":1,\"64\":1,\"66\":1,\"90\":1}}],[\"dieses\",{\"1\":{\"23\":1,\"77\":1,\"91\":1}}],[\"dieser\",{\"0\":{\"43\":1},\"1\":{\"23\":1,\"59\":1,\"70\":1,\"91\":1,\"97\":1,\"107\":1,\"119\":1}}],[\"die\",{\"0\":{\"9\":1,\"13\":1,\"14\":1,\"20\":1},\"1\":{\"7\":5,\"9\":1,\"11\":1,\"15\":1,\"16\":2,\"17\":1,\"18\":1,\"19\":1,\"20\":1,\"22\":1,\"23\":1,\"26\":1,\"37\":1,\"39\":1,\"51\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1,\"58\":1,\"59\":1,\"66\":3,\"70\":1,\"77\":6,\"81\":1,\"82\":1,\"90\":1,\"92\":1,\"96\":1,\"97\":3,\"98\":1,\"102\":1,\"107\":1,\"111\":1,\"115\":1,\"118\":1,\"119\":1}}],[\"discord\",{\"1\":{\"4\":2,\"5\":2,\"20\":1}}],[\"durch\",{\"1\":{\"26\":1,\"71\":1}}],[\"du\",{\"0\":{\"7\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":1,\"19\":1},\"1\":{\"7\":6,\"10\":2,\"12\":2,\"14\":2,\"17\":1,\"19\":1,\"20\":3,\"21\":1,\"23\":1,\"25\":1,\"39\":1,\"45\":1,\"50\":1,\"55\":1,\"56\":2,\"58\":1,\"60\":1,\"61\":1,\"71\":1,\"72\":1,\"82\":5,\"83\":1,\"91\":1,\"92\":1,\"93\":1}}],[\"dependency\",{\"1\":{\"106\":1}}],[\"deaktivieren\",{\"1\":{\"101\":1}}],[\"deaktiviert\",{\"1\":{\"82\":1}}],[\"dezember\",{\"1\":{\"90\":1}}],[\"deblockieren\",{\"1\":{\"82\":1}}],[\"deutlich\",{\"1\":{\"77\":1}}],[\"deutsch\",{\"1\":{\"37\":1}}],[\"deutschland\",{\"1\":{\"4\":1,\"24\":2,\"43\":1,\"44\":1,\"92\":2,\"93\":1}}],[\"details\",{\"1\":{\"60\":1,\"71\":1,\"82\":1}}],[\"de\",{\"1\":{\"25\":2,\"47\":1,\"48\":1,\"93\":1}}],[\"de81\",{\"1\":{\"24\":1,\"92\":1}}],[\"dem\",{\"1\":{\"12\":1,\"50\":1,\"66\":1,\"71\":2,\"114\":1}}],[\"desktop\",{\"1\":{\"117\":1}}],[\"dessen\",{\"1\":{\"25\":1,\"55\":1}}],[\"des\",{\"1\":{\"11\":1,\"18\":1,\"39\":1,\"55\":2,\"59\":1,\"60\":1,\"64\":2,\"66\":1,\"71\":1,\"75\":2,\"82\":1,\"90\":1,\"99\":1,\"117\":1}}],[\"design\",{\"0\":{\"18\":1,\"116\":1},\"1\":{\"7\":1,\"18\":1}}],[\"deren\",{\"1\":{\"56\":1}}],[\"der\",{\"0\":{\"57\":1,\"99\":1},\"1\":{\"7\":1,\"12\":1,\"13\":4,\"14\":1,\"15\":1,\"16\":1,\"19\":1,\"20\":1,\"23\":1,\"25\":1,\"26\":1,\"28\":1,\"35\":1,\"36\":1,\"50\":2,\"53\":3,\"54\":3,\"56\":3,\"58\":1,\"59\":1,\"61\":1,\"70\":2,\"71\":3,\"72\":1,\"76\":1,\"77\":1,\"82\":7,\"83\":1,\"90\":2,\"92\":2,\"96\":2,\"97\":1,\"98\":2,\"99\":4,\"100\":1,\"114\":1}}],[\"den\",{\"0\":{\"43\":1},\"1\":{\"7\":1,\"10\":1,\"13\":1,\"56\":1,\"58\":1,\"64\":1,\"71\":2,\"75\":1,\"82\":2,\"90\":1,\"99\":1,\"107\":1,\"114\":1,\"119\":1}}],[\"deines\",{\"1\":{\"56\":1}}],[\"deiner\",{\"1\":{\"10\":1,\"13\":1,\"39\":1,\"56\":2,\"61\":1,\"72\":1,\"83\":1,\"86\":1,\"92\":1,\"111\":1}}],[\"deinen\",{\"1\":{\"10\":1,\"50\":1,\"115\":1}}],[\"deine\",{\"0\":{\"56\":1},\"1\":{\"9\":1,\"11\":1,\"25\":2,\"55\":1,\"66\":1,\"77\":1,\"89\":1,\"93\":1}}],[\"deinem\",{\"1\":{\"9\":1,\"10\":1,\"13\":1,\"55\":1}}],[\"dein\",{\"0\":{\"0\":1,\"8\":1,\"10\":1},\"1\":{\"0\":1,\"7\":1,\"9\":2,\"10\":1}}],[\"6\",{\"1\":{\"55\":1}}],[\"60\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"622\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"herzlich\",{\"1\":{\"90\":1}}],[\"hello\",{\"1\":{\"5\":1}}],[\"hochladen\",{\"1\":{\"60\":2}}],[\"how\",{\"1\":{\"12\":1}}],[\"hinzugefügt\",{\"1\":{\"115\":1}}],[\"hinweis\",{\"1\":{\"82\":1}}],[\"hinweise\",{\"0\":{\"25\":1,\"93\":1}}],[\"hinsichtlich\",{\"1\":{\"56\":1}}],[\"hinaus\",{\"1\":{\"36\":1}}],[\"hingegen\",{\"1\":{\"22\":1,\"39\":1}}],[\"hier\",{\"1\":{\"22\":1,\"39\":1,\"45\":1,\"58\":1,\"76\":1,\"91\":1}}],[\"hilf\",{\"1\":{\"16\":2,\"61\":1,\"72\":1,\"83\":1,\"86\":1}}],[\"hilfe\",{\"1\":{\"11\":1,\"12\":1}}],[\"haube\",{\"0\":{\"99\":1}}],[\"habt\",{\"1\":{\"97\":1}}],[\"haben\",{\"1\":{\"66\":1,\"91\":1,\"111\":1}}],[\"hat\",{\"1\":{\"89\":1}}],[\"hamburg\",{\"1\":{\"44\":1}}],[\"hast\",{\"1\":{\"14\":1,\"19\":1,\"50\":1,\"82\":1}}],[\"hashtags\",{\"1\":{\"9\":1,\"29\":1,\"33\":1}}],[\"haferstr\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"https\",{\"1\":{\"4\":1,\"5\":1,\"46\":1,\"47\":1,\"48\":1}}],[\"huß\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"21\",{\"1\":{\"56\":1,\"64\":1}}],[\"25\",{\"1\":{\"50\":1,\"75\":1}}],[\"200\",{\"1\":{\"90\":1}}],[\"2025\",{\"1\":{\"64\":1,\"75\":1}}],[\"2024\",{\"1\":{\"49\":1}}],[\"2018\",{\"1\":{\"50\":1}}],[\"20\",{\"1\":{\"49\":1,\"56\":1}}],[\"22527\",{\"1\":{\"44\":1}}],[\"2b55ahvgpm\",{\"1\":{\"4\":1}}],[\"2\",{\"0\":{\"70\":1},\"1\":{\"4\":1,\"43\":1,\"99\":1,\"102\":2}}],[\"v3\",{\"0\":{\"114\":1}}],[\"vue\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":1},\"2\":{\"110\":1,\"122\":1}}],[\"video\",{\"0\":{\"76\":1},\"1\":{\"60\":1}}],[\"vielzahl\",{\"1\":{\"26\":1}}],[\"vielleicht\",{\"1\":{\"11\":1,\"77\":1}}],[\"vieler\",{\"1\":{\"99\":1}}],[\"vielen\",{\"1\":{\"61\":1,\"72\":1,\"83\":1}}],[\"viele\",{\"1\":{\"11\":1,\"13\":1,\"114\":1}}],[\"vielfältig\",{\"1\":{\"10\":1,\"16\":1}}],[\"vielfältige\",{\"1\":{\"7\":1}}],[\"vollständig\",{\"1\":{\"115\":1}}],[\"vollbild\",{\"1\":{\"31\":1}}],[\"von\",{\"0\":{\"64\":1},\"1\":{\"13\":1,\"29\":1,\"32\":1,\"51\":1,\"53\":1,\"54\":1,\"55\":2,\"57\":1,\"58\":1,\"60\":2,\"61\":2,\"64\":1,\"72\":2,\"77\":1,\"83\":2,\"90\":1,\"93\":1,\"96\":1,\"97\":1,\"101\":1}}],[\"voraussetzung\",{\"1\":{\"102\":1}}],[\"voraussichtlich\",{\"1\":{\"90\":1}}],[\"vorbereitet\",{\"1\":{\"102\":1}}],[\"vortrag\",{\"1\":{\"64\":1,\"66\":1,\"75\":1,\"76\":1}}],[\"vornehmlich\",{\"1\":{\"25\":1}}],[\"vorstand\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"vorschauen\",{\"1\":{\"115\":2}}],[\"vorschau\",{\"1\":{\"30\":1}}],[\"vorschläge\",{\"1\":{\"14\":1}}],[\"vorsitzender\",{\"1\":{\"4\":1,\"43\":1}}],[\"vor\",{\"1\":{\"10\":1,\"91\":1}}],[\"vom\",{\"1\":{\"10\":2,\"66\":1}}],[\"vervollständigt\",{\"1\":{\"115\":1}}],[\"vervollständigen\",{\"1\":{\"17\":1}}],[\"veränderungen\",{\"1\":{\"99\":1}}],[\"verbinden\",{\"1\":{\"77\":1}}],[\"verbunden\",{\"1\":{\"77\":1}}],[\"verbrauch\",{\"1\":{\"71\":1}}],[\"verbessertes\",{\"0\":{\"116\":1}}],[\"verbesserte\",{\"1\":{\"71\":1}}],[\"verbessert\",{\"1\":{\"59\":1,\"70\":1,\"99\":1,\"115\":1}}],[\"verbessern\",{\"1\":{\"17\":1,\"18\":1}}],[\"verbesserungen\",{\"0\":{\"59\":1,\"81\":1},\"1\":{\"66\":1,\"82\":1}}],[\"verbesserung\",{\"1\":{\"14\":1}}],[\"verbessere\",{\"0\":{\"14\":1},\"1\":{\"7\":1}}],[\"verlinkten\",{\"1\":{\"56\":1}}],[\"verfügung\",{\"1\":{\"55\":1,\"90\":1}}],[\"verfügbaren\",{\"1\":{\"66\":1}}],[\"verfügbare\",{\"1\":{\"23\":1}}],[\"verfügbar\",{\"1\":{\"17\":1,\"22\":1,\"26\":1,\"37\":1,\"39\":1,\"104\":1,\"115\":1}}],[\"verschönerung\",{\"1\":{\"71\":1}}],[\"verschiedenen\",{\"1\":{\"115\":1}}],[\"verschiedene\",{\"1\":{\"53\":1,\"54\":1}}],[\"versionen\",{\"1\":{\"100\":1,\"106\":1}}],[\"versionsübergang\",{\"1\":{\"99\":1}}],[\"versionsnummer\",{\"1\":{\"96\":1}}],[\"versionsnamen\",{\"1\":{\"96\":1}}],[\"version\",{\"0\":{\"59\":1,\"70\":1,\"81\":1},\"1\":{\"59\":1,\"70\":1,\"81\":1,\"82\":1,\"96\":1,\"99\":1,\"114\":1}}],[\"versteckt\",{\"1\":{\"28\":1}}],[\"vertreter\",{\"0\":{\"52\":1}}],[\"verarbeitet\",{\"1\":{\"53\":1,\"54\":1}}],[\"verarbeitungen\",{\"1\":{\"53\":1,\"54\":1}}],[\"verarbeitung\",{\"1\":{\"51\":1,\"53\":1,\"54\":1,\"56\":2}}],[\"verantwortlicher\",{\"0\":{\"44\":1,\"51\":1}}],[\"verantwortlich\",{\"0\":{\"43\":1},\"1\":{\"51\":1}}],[\"veranstaltung\",{\"1\":{\"29\":1}}],[\"veranstaltungen\",{\"1\":{\"19\":1,\"32\":1,\"33\":1,\"97\":1}}],[\"verweis\",{\"1\":{\"55\":1}}],[\"verwendung\",{\"1\":{\"61\":1,\"72\":1,\"83\":1}}],[\"verwendungszweck\",{\"0\":{\"25\":1,\"93\":1},\"1\":{\"25\":1,\"92\":1,\"93\":1}}],[\"verwendet\",{\"1\":{\"55\":1}}],[\"verwendete\",{\"1\":{\"55\":1}}],[\"verwendetes\",{\"1\":{\"55\":1}}],[\"verwendeter\",{\"1\":{\"55\":1}}],[\"verwendetem\",{\"1\":{\"55\":1}}],[\"verwalten\",{\"1\":{\"28\":1}}],[\"verwandten\",{\"1\":{\"10\":1}}],[\"veröffentlichung\",{\"0\":{\"65\":1}}],[\"veröffentlicht\",{\"0\":{\"70\":1},\"1\":{\"15\":1}}],[\"veröffentliche\",{\"1\":{\"10\":1,\"13\":1}}],[\"vergleichsplattform\",{\"1\":{\"13\":1}}],[\"vereinfacht\",{\"1\":{\"77\":1}}],[\"verein\",{\"0\":{\"4\":1},\"1\":{\"13\":1,\"23\":1,\"55\":2}}],[\"v\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":2,\"43\":1,\"92\":2,\"107\":1,\"119\":1}}],[\"elemente\",{\"1\":{\"114\":1}}],[\"elementarer\",{\"1\":{\"26\":1}}],[\"e2e\",{\"1\":{\"106\":1}}],[\"extrahiert\",{\"1\":{\"103\":1}}],[\"echt\",{\"1\":{\"90\":1}}],[\"etliche\",{\"1\":{\"77\":1}}],[\"etc\",{\"1\":{\"19\":1,\"98\":1,\"106\":1}}],[\"effektiv\",{\"1\":{\"66\":1}}],[\"empfänglich\",{\"1\":{\"93\":1}}],[\"empfänger\",{\"1\":{\"55\":1}}],[\"empfehle\",{\"1\":{\"9\":1}}],[\"eurer\",{\"1\":{\"118\":1}}],[\"eu\",{\"1\":{\"50\":1}}],[\"editors\",{\"1\":{\"117\":1}}],[\"editor\",{\"1\":{\"29\":1}}],[\"eva\",{\"1\":{\"25\":2,\"93\":1}}],[\"encoding\",{\"1\":{\"104\":1}}],[\"ende\",{\"1\":{\"90\":1}}],[\"englisch\",{\"1\":{\"20\":1,\"37\":1,\"60\":1,\"71\":1,\"82\":1}}],[\"engagieren\",{\"0\":{\"11\":1}}],[\"entfernt\",{\"1\":{\"106\":1}}],[\"entfernung\",{\"1\":{\"71\":1}}],[\"enthält\",{\"1\":{\"96\":1}}],[\"entscheidungsprotokoll\",{\"1\":{\"35\":1}}],[\"entwickeln\",{\"1\":{\"20\":1,\"90\":1}}],[\"entwicklung\",{\"1\":{\"19\":1,\"58\":1,\"107\":1,\"119\":1}}],[\"entwickle\",{\"0\":{\"20\":1},\"1\":{\"7\":1}}],[\"entwicklergemeinschaft\",{\"1\":{\"16\":1}}],[\"entwicklern\",{\"1\":{\"14\":1}}],[\"entwicklerplattform\",{\"1\":{\"13\":1}}],[\"entwickler\",{\"0\":{\"4\":1,\"46\":1},\"1\":{\"12\":1,\"20\":1,\"45\":1,\"66\":1}}],[\"entdecke\",{\"1\":{\"0\":1}}],[\"ermögliche\",{\"1\":{\"111\":1}}],[\"ermöglicht\",{\"1\":{\"97\":1,\"99\":1}}],[\"erhalten\",{\"1\":{\"97\":1}}],[\"erhöhen\",{\"1\":{\"77\":1}}],[\"ergibt\",{\"1\":{\"96\":1}}],[\"ergänze\",{\"1\":{\"9\":2}}],[\"erfolgs\",{\"1\":{\"91\":1}}],[\"erfolgreiche\",{\"0\":{\"89\":1}}],[\"erreicht\",{\"1\":{\"90\":1}}],[\"erreichen\",{\"1\":{\"66\":1}}],[\"erstellungsbefehl\",{\"1\":{\"101\":1}}],[\"erstellen\",{\"1\":{\"14\":1,\"19\":1,\"27\":1}}],[\"ersten\",{\"1\":{\"97\":1,\"99\":1}}],[\"erste\",{\"0\":{\"89\":1}}],[\"erstes\",{\"0\":{\"86\":1}}],[\"erscheinen\",{\"1\":{\"116\":1}}],[\"erscheint\",{\"1\":{\"82\":1}}],[\"erschweren\",{\"1\":{\"66\":1}}],[\"erteilter\",{\"1\":{\"56\":1}}],[\"erkennung\",{\"1\":{\"29\":1}}],[\"erwähnungen\",{\"1\":{\"29\":1}}],[\"erweitert\",{\"1\":{\"26\":1}}],[\"erzähle\",{\"1\":{\"10\":1}}],[\"eigenen\",{\"1\":{\"71\":1}}],[\"eigenes\",{\"0\":{\"12\":1},\"1\":{\"7\":1,\"12\":1}}],[\"eignen\",{\"1\":{\"20\":1}}],[\"einheitlicheren\",{\"1\":{\"116\":1}}],[\"eingabefelder\",{\"1\":{\"116\":1}}],[\"eingebettete\",{\"1\":{\"117\":1}}],[\"eingebetteten\",{\"1\":{\"29\":1}}],[\"eingesetzt\",{\"1\":{\"13\":1}}],[\"einfacher\",{\"1\":{\"81\":1}}],[\"einigen\",{\"1\":{\"82\":1}}],[\"einige\",{\"1\":{\"59\":1,\"70\":1,\"82\":1}}],[\"einiges\",{\"1\":{\"53\":1,\"54\":1}}],[\"einwilligungen\",{\"1\":{\"56\":1}}],[\"einsetzen\",{\"1\":{\"66\":1}}],[\"einsehen\",{\"1\":{\"35\":2,\"36\":2,\"55\":1}}],[\"einschränkung\",{\"1\":{\"56\":1}}],[\"einstellung\",{\"1\":{\"55\":1}}],[\"einsteiger\",{\"1\":{\"20\":1}}],[\"einladen\",{\"1\":{\"27\":1,\"28\":1}}],[\"einmal\",{\"1\":{\"23\":1}}],[\"einbringen\",{\"1\":{\"14\":1,\"21\":1}}],[\"einer\",{\"1\":{\"22\":1,\"23\":1,\"107\":1,\"111\":1,\"119\":1}}],[\"einen\",{\"1\":{\"13\":1,\"14\":1,\"20\":1,\"77\":1,\"82\":2,\"96\":1,\"111\":1}}],[\"einem\",{\"1\":{\"9\":2,\"20\":1,\"55\":1,\"66\":1,\"96\":1,\"116\":1}}],[\"eines\",{\"1\":{\"9\":1,\"10\":1}}],[\"eine\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"9\":1,\"26\":1,\"38\":1,\"90\":1,\"93\":1,\"114\":1}}],[\"ein\",{\"0\":{\"12\":1},\"1\":{\"7\":1,\"9\":2,\"10\":1,\"12\":1,\"13\":1,\"64\":1,\"66\":1,\"90\":1,\"97\":1,\"99\":1,\"115\":1}}],[\"e\",{\"1\":{\"4\":1,\"5\":1,\"16\":1,\"23\":1,\"24\":1,\"25\":1,\"34\":1,\"43\":2,\"44\":1,\"51\":1,\"52\":1,\"71\":2,\"92\":1,\"93\":1,\"98\":1,\"104\":1,\"107\":1,\"115\":2,\"119\":1}}],[\"eslint\",{\"1\":{\"103\":2}}],[\"es\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1},\"1\":{\"2\":1,\"25\":1,\"38\":1,\"53\":2,\"54\":1,\"66\":1,\"77\":2,\"81\":1,\"93\":2,\"97\":1}}],[\"aws\",{\"1\":{\"106\":1}}],[\"after\",{\"1\":{\"105\":1}}],[\"aber\",{\"1\":{\"99\":1}}],[\"ab\",{\"1\":{\"96\":1,\"117\":1}}],[\"abzugsfähig\",{\"1\":{\"93\":1}}],[\"abs\",{\"1\":{\"55\":1,\"56\":1}}],[\"argumente\",{\"1\":{\"77\":1}}],[\"artikeln\",{\"1\":{\"56\":1}}],[\"arten\",{\"1\":{\"13\":1,\"53\":1,\"54\":1}}],[\"art\",{\"1\":{\"7\":1,\"21\":1,\"55\":1,\"56\":9}}],[\"a\",{\"1\":{\"55\":1}}],[\"aktion\",{\"1\":{\"66\":1,\"82\":1}}],[\"aktivieren\",{\"1\":{\"36\":1}}],[\"aktiven\",{\"0\":{\"9\":1},\"1\":{\"7\":1}}],[\"aktuell\",{\"1\":{\"99\":1}}],[\"aktuellen\",{\"1\":{\"58\":1,\"96\":1}}],[\"aktualisierungen\",{\"1\":{\"60\":1}}],[\"aktualisiert\",{\"1\":{\"49\":1,\"102\":1}}],[\"aktualität\",{\"0\":{\"57\":1}}],[\"approve\",{\"1\":{\"106\":1}}],[\"apps\",{\"1\":{\"77\":1}}],[\"app\",{\"0\":{\"38\":1},\"1\":{\"38\":1}}],[\"admin\",{\"1\":{\"101\":1}}],[\"administration\",{\"0\":{\"36\":1}}],[\"administratoren\",{\"1\":{\"97\":1}}],[\"administrator\",{\"1\":{\"27\":1,\"28\":2,\"36\":1}}],[\"adresse\",{\"1\":{\"25\":1,\"55\":1,\"93\":1}}],[\"at\",{\"1\":{\"25\":3,\"93\":2}}],[\"am\",{\"1\":{\"20\":1,\"49\":1,\"64\":1,\"75\":1}}],[\"ankündigungen\",{\"1\":{\"97\":1}}],[\"anheften\",{\"0\":{\"96\":1},\"1\":{\"97\":1}}],[\"anfrage\",{\"1\":{\"93\":1}}],[\"anfang\",{\"1\":{\"90\":2}}],[\"anführungszeichen\",{\"1\":{\"25\":1,\"93\":1}}],[\"anwendungsmöglichkeiten\",{\"1\":{\"77\":1}}],[\"anwendungen\",{\"0\":{\"53\":1},\"1\":{\"53\":1}}],[\"anzubieten\",{\"1\":{\"77\":1}}],[\"anzeige\",{\"1\":{\"71\":1,\"98\":1,\"115\":1}}],[\"anzeigen\",{\"1\":{\"60\":1}}],[\"ansichtsmodus\",{\"1\":{\"115\":1}}],[\"ansichtsmodi\",{\"1\":{\"114\":1}}],[\"ansicht\",{\"1\":{\"115\":1}}],[\"ansatz\",{\"1\":{\"99\":1}}],[\"anschließend\",{\"1\":{\"66\":1}}],[\"ansehen\",{\"1\":{\"2\":1}}],[\"anton\",{\"1\":{\"64\":1}}],[\"anmeldedaten\",{\"1\":{\"56\":1}}],[\"android\",{\"1\":{\"38\":1}}],[\"anderem\",{\"1\":{\"70\":1,\"114\":1}}],[\"andere\",{\"1\":{\"21\":1,\"77\":1}}],[\"anderen\",{\"1\":{\"10\":1,\"66\":1,\"77\":1,\"93\":1}}],[\"anderer\",{\"1\":{\"9\":1,\"20\":1}}],[\"anpinnen\",{\"1\":{\"28\":1,\"36\":1}}],[\"an\",{\"1\":{\"19\":1,\"25\":2,\"57\":1,\"66\":1,\"93\":1,\"97\":2,\"107\":1,\"115\":1,\"116\":1,\"119\":1}}],[\"anleitung\",{\"1\":{\"10\":1,\"14\":1,\"16\":1,\"38\":1}}],[\"angezeigt\",{\"1\":{\"117\":1}}],[\"angegangen\",{\"1\":{\"99\":1}}],[\"angepinnte\",{\"1\":{\"90\":1}}],[\"angepinnt\",{\"1\":{\"86\":1,\"89\":1,\"101\":1}}],[\"angepasst\",{\"1\":{\"57\":1}}],[\"angebot\",{\"1\":{\"56\":1}}],[\"angebote\",{\"1\":{\"55\":1}}],[\"angebots\",{\"1\":{\"53\":1}}],[\"angenehmer\",{\"1\":{\"9\":1}}],[\"angaben\",{\"1\":{\"9\":1}}],[\"albanisch\",{\"1\":{\"114\":1,\"115\":1}}],[\"alternative\",{\"1\":{\"13\":1}}],[\"als\",{\"1\":{\"9\":1,\"11\":1,\"13\":1,\"25\":1,\"45\":1,\"55\":1,\"77\":1,\"93\":1,\"99\":1,\"102\":1}}],[\"allen\",{\"1\":{\"90\":1}}],[\"alle\",{\"1\":{\"2\":1,\"60\":1,\"71\":1,\"82\":1,\"99\":1,\"115\":2}}],[\"ajsx9dcsua\",{\"1\":{\"5\":1}}],[\"automatisch\",{\"1\":{\"117\":1}}],[\"automatische\",{\"1\":{\"29\":1,\"71\":1}}],[\"auto\",{\"1\":{\"106\":1}}],[\"autor\",{\"1\":{\"82\":2}}],[\"außerhalb\",{\"1\":{\"92\":1,\"117\":1}}],[\"außer\",{\"1\":{\"36\":1}}],[\"auch\",{\"1\":{\"20\":1,\"25\":1,\"77\":1,\"92\":1,\"93\":1,\"104\":2,\"115\":1,\"117\":1,\"118\":1}}],[\"aufwendig\",{\"1\":{\"99\":1}}],[\"aufgrund\",{\"1\":{\"91\":1,\"99\":2}}],[\"aufzeichnung\",{\"1\":{\"65\":1}}],[\"aufruf\",{\"1\":{\"55\":1}}],[\"auf\",{\"1\":{\"7\":2,\"10\":1,\"13\":3,\"20\":5,\"21\":1,\"55\":1,\"56\":8,\"65\":1,\"66\":1,\"71\":2,\"77\":1,\"82\":2,\"91\":1,\"93\":1,\"99\":1,\"102\":1,\"104\":1,\"115\":1,\"117\":1}}],[\"augsburg\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"ausgelassen\",{\"1\":{\"106\":1}}],[\"ausgeloggt\",{\"1\":{\"104\":1}}],[\"aussicht\",{\"0\":{\"91\":1}}],[\"austausch\",{\"1\":{\"66\":1}}],[\"ausrichtungen\",{\"1\":{\"66\":1}}],[\"auskunftsrecht\",{\"1\":{\"56\":1}}],[\"ausprobieren\",{\"0\":{\"41\":1}}],[\"aus\",{\"1\":{\"2\":1,\"93\":1,\"96\":1}}],[\"wähle\",{\"1\":{\"115\":1}}],[\"wurde\",{\"1\":{\"90\":2,\"97\":1,\"99\":2}}],[\"wurden\",{\"1\":{\"59\":1,\"77\":1,\"82\":1,\"98\":1,\"99\":1,\"114\":1,\"115\":1,\"116\":1}}],[\"wandels\",{\"1\":{\"66\":1}}],[\"wahrnehmung\",{\"1\":{\"56\":1}}],[\"was\",{\"1\":{\"53\":1,\"54\":1}}],[\"wachsende\",{\"1\":{\"26\":1}}],[\"warum\",{\"0\":{\"1\":1}}],[\"wollen\",{\"1\":{\"66\":2}}],[\"wolfgang\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"woche\",{\"1\":{\"64\":1}}],[\"workflow\",{\"0\":{\"106\":1},\"1\":{\"106\":2}}],[\"worum\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1}}],[\"wortlaut\",{\"1\":{\"56\":1}}],[\"word\",{\"1\":{\"13\":1}}],[\"wesentliche\",{\"1\":{\"96\":1}}],[\"weg\",{\"1\":{\"90\":1}}],[\"webapp\",{\"1\":{\"102\":1,\"104\":5}}],[\"webanwendung\",{\"1\":{\"55\":1}}],[\"webseitenzugriff\",{\"0\":{\"55\":1}}],[\"webseite\",{\"0\":{\"54\":1},\"1\":{\"54\":1,\"55\":1}}],[\"website\",{\"0\":{\"43\":1},\"1\":{\"10\":1,\"11\":1,\"13\":1,\"70\":1,\"91\":1}}],[\"web\",{\"1\":{\"38\":1}}],[\"wenn\",{\"1\":{\"19\":1,\"20\":1,\"60\":1,\"61\":1,\"72\":1,\"82\":2,\"83\":1,\"104\":1,\"107\":1,\"115\":1,\"119\":1}}],[\"welcher\",{\"1\":{\"55\":1,\"82\":1}}],[\"welche\",{\"1\":{\"15\":1,\"50\":1,\"53\":3,\"54\":2,\"99\":1}}],[\"werden\",{\"1\":{\"13\":1,\"15\":1,\"26\":1,\"53\":2,\"54\":2,\"55\":3,\"57\":1,\"66\":2,\"71\":1,\"77\":1,\"86\":1,\"89\":1,\"101\":1,\"115\":1,\"117\":2}}],[\"werde\",{\"1\":{\"9\":1}}],[\"weitgehend\",{\"1\":{\"66\":1}}],[\"weiterführender\",{\"1\":{\"26\":1}}],[\"weiterentwickelt\",{\"1\":{\"66\":1}}],[\"weiterentwicklung\",{\"1\":{\"22\":1,\"39\":1,\"92\":1}}],[\"weiteren\",{\"1\":{\"9\":1}}],[\"weitere\",{\"0\":{\"11\":1,\"21\":1,\"91\":1},\"1\":{\"7\":1,\"11\":1,\"43\":1,\"45\":1,\"60\":2,\"77\":1,\"91\":1}}],[\"weise\",{\"1\":{\"7\":1}}],[\"wichtigen\",{\"1\":{\"97\":1}}],[\"wichtige\",{\"1\":{\"90\":1}}],[\"wichtigsten\",{\"1\":{\"58\":1}}],[\"wichtigste\",{\"0\":{\"2\":1,\"60\":1,\"71\":1}}],[\"widerruf\",{\"1\":{\"56\":1}}],[\"wir\",{\"0\":{\"75\":1},\"1\":{\"15\":1,\"20\":2,\"23\":1,\"25\":1,\"50\":1,\"53\":1,\"54\":1,\"55\":2,\"66\":3,\"75\":1,\"77\":1,\"90\":2,\"91\":1,\"93\":3,\"96\":1,\"118\":1}}],[\"wird\",{\"1\":{\"10\":1,\"77\":1,\"90\":1}}],[\"wiki\",{\"1\":{\"10\":1,\"14\":1,\"16\":1,\"17\":1,\"38\":1,\"47\":1,\"48\":1}}],[\"wieder\",{\"1\":{\"64\":1,\"98\":3,\"117\":2}}],[\"wiederspruchsrecht\",{\"1\":{\"56\":1}}],[\"wie\",{\"0\":{\"7\":1,\"75\":1},\"1\":{\"53\":1,\"54\":1,\"66\":1,\"75\":1,\"93\":1,\"97\":1,\"98\":1}}],[\"os\",{\"1\":{\"103\":1}}],[\"oidc\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"oauth\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"online\",{\"1\":{\"64\":1,\"75\":1}}],[\"ohne\",{\"1\":{\"25\":1,\"93\":2,\"115\":1}}],[\"oberflächen\",{\"1\":{\"114\":1,\"116\":1}}],[\"oben\",{\"1\":{\"28\":1,\"36\":1}}],[\"obwohl\",{\"1\":{\"66\":1}}],[\"ob\",{\"1\":{\"13\":1,\"77\":1}}],[\"ordnen\",{\"1\":{\"116\":1}}],[\"org\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"organisatorische\",{\"1\":{\"57\":1}}],[\"organisationen\",{\"1\":{\"13\":1}}],[\"organisierst\",{\"0\":{\"19\":1},\"1\":{\"7\":1}}],[\"ort\",{\"1\":{\"9\":1,\"24\":1,\"32\":1,\"92\":1}}],[\"oder\",{\"1\":{\"7\":1,\"10\":1,\"11\":1,\"13\":2,\"17\":2,\"19\":1,\"20\":2,\"23\":1,\"27\":1,\"31\":1,\"35\":1,\"57\":1}}],[\"open\",{\"1\":{\"0\":1,\"7\":1,\"20\":1,\"23\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"ocelot\",{\"0\":{\"0\":1,\"1\":1,\"5\":1,\"64\":1,\"75\":1,\"96\":1,\"114\":1},\"1\":{\"5\":1,\"7\":2,\"12\":1,\"13\":3,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"61\":1,\"64\":1,\"66\":1,\"70\":1,\"72\":1,\"75\":1,\"77\":3,\"82\":1,\"83\":1,\"90\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"119\":1}}],[\"flüssiger\",{\"1\":{\"116\":1}}],[\"fällen\",{\"1\":{\"82\":1,\"93\":1}}],[\"funktionieren\",{\"1\":{\"98\":1}}],[\"funktioniert\",{\"1\":{\"98\":1,\"117\":1}}],[\"funktion\",{\"0\":{\"97\":1},\"1\":{\"90\":2,\"118\":1}}],[\"funktionen\",{\"0\":{\"2\":1,\"15\":1,\"26\":1,\"115\":1},\"1\":{\"2\":1,\"7\":1,\"15\":1,\"19\":2,\"20\":1,\"91\":1}}],[\"funding\",{\"2\":{\"87\":1,\"88\":1,\"94\":1,\"95\":1,\"112\":1,\"113\":1}}],[\"fusion\",{\"0\":{\"64\":1},\"1\":{\"64\":1}}],[\"fortschritt\",{\"1\":{\"58\":1}}],[\"folgen\",{\"1\":{\"27\":1}}],[\"folgenden\",{\"1\":{\"50\":1,\"53\":1,\"54\":1}}],[\"folgende\",{\"1\":{\"26\":1,\"56\":1}}],[\"folge\",{\"1\":{\"9\":1,\"20\":1}}],[\"f\",{\"1\":{\"55\":1}}],[\"faq\",{\"0\":{\"48\":1},\"1\":{\"48\":1}}],[\"falls\",{\"1\":{\"25\":1}}],[\"feld\",{\"1\":{\"104\":1}}],[\"fertiggestellt\",{\"1\":{\"90\":1}}],[\"februar\",{\"1\":{\"90\":1}}],[\"feature\",{\"1\":{\"77\":1}}],[\"features\",{\"0\":{\"101\":1},\"1\":{\"26\":1,\"58\":1},\"2\":{\"87\":1,\"94\":1,\"112\":1}}],[\"fehlschlägt\",{\"1\":{\"60\":1}}],[\"fehlerbehebungen\",{\"0\":{\"117\":1}}],[\"fehlerhafte\",{\"1\":{\"98\":1}}],[\"fehler\",{\"0\":{\"98\":1},\"1\":{\"14\":1,\"59\":1,\"60\":2,\"70\":1,\"82\":1,\"114\":1}}],[\"feed\",{\"1\":{\"28\":1,\"114\":1,\"115\":2}}],[\"frischeren\",{\"1\":{\"116\":1}}],[\"frontend\",{\"1\":{\"99\":1,\"104\":1}}],[\"framework\",{\"1\":{\"99\":1}}],[\"frage\",{\"1\":{\"77\":1}}],[\"fragen\",{\"1\":{\"25\":1}}],[\"französisch\",{\"1\":{\"37\":1}}],[\"freuen\",{\"1\":{\"20\":1,\"23\":1,\"66\":1,\"77\":1}}],[\"freunden\",{\"1\":{\"10\":1}}],[\"freunde\",{\"1\":{\"9\":1}}],[\"freizuschalten\",{\"1\":{\"81\":1}}],[\"freigeben\",{\"1\":{\"35\":1}}],[\"freigibst\",{\"1\":{\"20\":1}}],[\"freischalten\",{\"1\":{\"28\":1}}],[\"frei\",{\"1\":{\"20\":1,\"22\":1,\"23\":1,\"39\":1}}],[\"freien\",{\"1\":{\"12\":1,\"107\":1,\"119\":1}}],[\"freie\",{\"0\":{\"0\":1},\"1\":{\"0\":1,\"7\":1,\"66\":1}}],[\"fremdsprache\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"fördert\",{\"1\":{\"23\":1}}],[\"fixes\",{\"0\":{\"104\":1},\"1\":{\"106\":1}}],[\"filterunterstützung\",{\"1\":{\"116\":1}}],[\"filter\",{\"1\":{\"98\":1,\"104\":1}}],[\"filtern\",{\"1\":{\"30\":1}}],[\"findet\",{\"1\":{\"64\":1,\"66\":1}}],[\"findest\",{\"1\":{\"45\":1,\"60\":1,\"71\":1,\"82\":1,\"91\":1}}],[\"finanzierung\",{\"1\":{\"19\":1}}],[\"first\",{\"1\":{\"20\":1}}],[\"fürs\",{\"0\":{\"89\":1},\"1\":{\"93\":1}}],[\"für\",{\"0\":{\"0\":1,\"43\":1,\"46\":1,\"111\":1,\"118\":1},\"1\":{\"9\":1,\"11\":2,\"13\":1,\"19\":1,\"20\":1,\"25\":1,\"38\":2,\"51\":1,\"53\":1,\"71\":1,\"77\":2,\"90\":1,\"91\":1,\"93\":2,\"101\":2,\"102\":1,\"103\":1,\"104\":3,\"114\":2,\"115\":1,\"118\":1}}]],\"version\":2},\"/es/\":{\"documentCount\":123,\"nextId\":123,\"documentIds\":{\"0\":\"3\",\"1\":\"3#benefits\",\"2\":\"3#feature-headline\",\"3\":\"25\",\"4\":\"25#asociacion-de-desarrolladores\",\"5\":\"25#ocelot-social-project\",\"6\":\"26\",\"7\":\"26#¿como-puedes-contribuir-participar-y-apoyar\",\"8\":\"26#apoya-tu-red\",\"9\":\"26#usa-las-redes-activas\",\"10\":\"26#dinamiza-tu-red\",\"11\":\"26#otras-formas-de-involucrarte\",\"12\":\"26#opera-tu-propia-red\",\"13\":\"26#promociona-ocelot-social\",\"14\":\"26#mejora-la-red\",\"15\":\"26#¿te-gustaria-ayudar-a-probar-nuevas-funciones\",\"16\":\"26#¿te-gusta-escribir\",\"17\":\"26#¿hablas-un-idioma-extranjero\",\"18\":\"26#¿te-gustaria-contribuir-al-diseno\",\"19\":\"26#¿te-gusta-organizar\",\"20\":\"26#ayuda-a-desarrollar-el-software\",\"21\":\"26#¿otras-ideas-para-involucrarte\",\"22\":\"26#donar\",\"23\":\"27\",\"24\":\"27#cuenta-para-donaciones\",\"25\":\"27#notas-sobre-el-uso-previsto\",\"26\":\"28\",\"27\":\"28#usuarios\",\"28\":\"28#grupos\",\"29\":\"28#publicaciones\",\"30\":\"28#vista-general-de-publicaciones\",\"31\":\"28#chat\",\"32\":\"28#mapa\",\"33\":\"28#busqueda\",\"34\":\"28#notificaciones\",\"35\":\"28#moderacion\",\"36\":\"28#administracion\",\"37\":\"28#idiomas\",\"38\":\"28#aplicacion-movil\",\"39\":\"28#donar\",\"40\":\"29\",\"41\":\"29#pruebalo\",\"42\":\"30\",\"43\":\"30#responsable-de-la-operacion-de-este-sitio-web\",\"44\":\"30#editor-responsable-del-contenido\",\"45\":\"31\",\"46\":\"31#documentacion-para-desarrolladores\",\"47\":\"31#guia-del-usuario\",\"48\":\"31#preguntas-frecuentes-faq\",\"49\":\"33\",\"50\":\"33#informacion-de-privacidad\",\"51\":\"33#persona-responsable\",\"52\":\"33#delegado\",\"53\":\"33#aplicaciones-y-servicios\",\"54\":\"33#sitio-web\",\"55\":\"33#acceso-al-sitio-web\",\"56\":\"33#sus-derechos\",\"57\":\"33#actualidad-de-esta-informacion-de-privacidad\",\"58\":\"34\",\"59\":\"65\",\"60\":\"65#lo-mas-importante-en-resumen\",\"61\":\"65#apoya-a-ocelot-social\",\"62\":\"65@0\",\"63\":\"65@1\",\"64\":\"66\",\"65\":\"66#publicacion\",\"66\":\"66#¿de-que-se-trata\",\"67\":\"66#apoya-a-ocelot-social\",\"68\":\"66@0\",\"69\":\"66@1\",\"70\":\"67\",\"71\":\"67#los-datos-clave-en-pocas-palabras\",\"72\":\"67#apoya-a-ocelot-social\",\"73\":\"67@0\",\"74\":\"67@1\",\"75\":\"68\",\"76\":\"68#enlace-de-videoconferencia\",\"77\":\"68#¿de-que-se-trata\",\"78\":\"68#unterstutze-ocelot-social\",\"79\":\"68@0\",\"80\":\"68@1\",\"81\":\"69\",\"82\":\"69#what-is-it-about\",\"83\":\"69#support-ocelot-social\",\"84\":\"69@0\",\"85\":\"69@1\",\"86\":\"70\",\"87\":\"70@0\",\"88\":\"70@1\",\"89\":\"71\",\"90\":\"71#what-it-s-all-about\",\"91\":\"71#further-crowdfunding-campaigns-planned\",\"92\":\"71#donations\",\"93\":\"71#notes-on-the-purpose-of-use\",\"94\":\"71@0\",\"95\":\"71@1\",\"96\":\"72\",\"97\":\"72#nueva-funcion\",\"98\":\"72#errores-corregidos\",\"99\":\"72#bajo-el-capo\",\"100\":\"72#resumen-del-changelog\",\"101\":\"72#features\",\"102\":\"72#migracion-a-vue-3\",\"103\":\"72#ui-package-packages-ui\",\"104\":\"72#correcciones-de-errores\",\"105\":\"72#refactoring\",\"106\":\"72#workflow-ci\",\"107\":\"72#donaciones\",\"108\":\"72#apoya-ocelot-social\",\"109\":\"72@0\",\"110\":\"72@1\",\"111\":\"73\",\"112\":\"73@0\",\"113\":\"73@1\",\"114\":\"74\",\"115\":\"74#new-features\",\"116\":\"74#improved-design\",\"117\":\"74#bug-fixes\",\"118\":\"74#crowdfunding-for-group-chats\",\"119\":\"74#donations\",\"120\":\"74#support-ocelot-social\",\"121\":\"74@0\",\"122\":\"74@1\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[8,12],\"1\":[5],\"2\":[2,6],\"3\":[1],\"4\":[3,23],\"5\":[3,16],\"6\":[1],\"7\":[7,55],\"8\":[3],\"9\":[4,57],\"10\":[3,45],\"11\":[4,25],\"12\":[4,26],\"13\":[1,50],\"14\":[3,31],\"15\":[8,18],\"16\":[4,30],\"17\":[5,27],\"18\":[6,11],\"19\":[4,23],\"20\":[5,59],\"21\":[5,13],\"22\":[1,22],\"23\":[1,43],\"24\":[3,21],\"25\":[5,64],\"26\":[1,28],\"27\":[1,17],\"28\":[1,30],\"29\":[1,25],\"30\":[4,5],\"31\":[1,8],\"32\":[1,9],\"33\":[1,6],\"34\":[1,4],\"35\":[1,22],\"36\":[1,28],\"37\":[1,16],\"38\":[2,21],\"39\":[1,24],\"40\":[1],\"41\":[1],\"42\":[2],\"43\":[7,28],\"44\":[4,19],\"45\":[1,14],\"46\":[3,5],\"47\":[3,10],\"48\":[4,9],\"49\":[3,6],\"50\":[3,36],\"51\":[2,14],\"52\":[1,7],\"53\":[3,39],\"54\":[2,39],\"55\":[4,102],\"56\":[2,70],\"57\":[5,27],\"58\":[1,18],\"59\":[7,21],\"60\":[5,43],\"61\":[2,2],\"62\":[null,null,1],\"63\":[null,null,1],\"64\":[8,42],\"65\":[1,4],\"66\":[5,97],\"67\":[2,2],\"68\":[null,null,1],\"69\":[null,null,2],\"70\":[7,22],\"71\":[6,51],\"72\":[2,18],\"73\":[null,null,1],\"74\":[null,null,1],\"75\":[10,32],\"76\":[3,7],\"77\":[5,70],\"78\":[1,2],\"79\":[null,null,1],\"80\":[null,null,2],\"81\":[8,15],\"82\":[5,66],\"83\":[1,18],\"84\":[null,null,1],\"85\":[null,null,1],\"86\":[7,15],\"87\":[null,null,2],\"88\":[null,null,4],\"89\":[9,15],\"90\":[5,76],\"91\":[4,26],\"92\":[1,48],\"93\":[6,82],\"94\":[null,null,2],\"95\":[null,null,4],\"96\":[13,22],\"97\":[2,51],\"98\":[2,34],\"99\":[3,60],\"100\":[3,13],\"101\":[1,28],\"102\":[4,38],\"103\":[5,19],\"104\":[3,66],\"105\":[1,24],\"106\":[2,42],\"107\":[1,24],\"108\":[1,2],\"109\":[null,null,1],\"110\":[null,null,4],\"111\":[7,20],\"112\":[null,null,2],\"113\":[null,null,3],\"114\":[7,37],\"115\":[2,70],\"116\":[2,49],\"117\":[2,53],\"118\":[4,19],\"119\":[1,25],\"120\":[1,2],\"121\":[null,null,1],\"122\":[null,null,4]},\"averageFieldLength\":[3.3360037709878805,28.418483118390856,0.38803138720390795],\"storedFields\":{\"0\":{\"h\":\"Ocelot.Social software libre para tu red social\",\"t\":[\"Software Libre y de Código Abiertopara tu red social Descubre más \"]},\"1\":{\"h\":\"¿Por qué ocelot.social?\"},\"2\":{\"h\":\"Funciones principales\",\"t\":[\" Ver todas las funciones \",\"Pruébalo\"]},\"3\":{\"h\":\"Contacto\"},\"4\":{\"h\":\"Asociación de desarrolladores\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, 2º Presidente Haferstr. 5c 86179 Augsburg, Alemania\",\"Teléfono: +49 173 622 60 91 Discord: https://discord.gg/2b55aHVgpM\"]},\"5\":{\"h\":\"Ocelot.Social Project\",\"t\":[\"Teléfono: +49 173 622 60 91 E-mail: hello@ocelot.social Discord: https://discord.gg/AJSX9DCSUA\"]},\"6\":{\"h\":\"Contribuir\"},\"7\":{\"h\":\"¿Cómo puedes contribuir, participar y apoyar?\",\"t\":[\"Puedes apoyar, co-desarrollar o co-programar el software libre y de código abierto ocelot.social y las redes activas de diversas maneras.\",\"Haz clic en el área que te interese:\",\"Apoya tu red\",\"Opera tu propia red\",\"Promociona ocelot.social\",\"Mejora la red\",\"¿Te gustaría ayudar a probar nuevas funciones?\",\"¿Te gusta escribir?\",\"¿Hablas un idioma extranjero?\",\"¿Te gusta organizar?\",\"Ayuda a desarrollar el software\",\"¿Otras ideas para involucrarte?\",\"Donar\"]},\"8\":{\"h\":\"Apoya tu red\"},\"9\":{\"h\":\"Usa las redes activas\",\"t\":[\"Únete y conviértete en un usuario de una red que funcione con nuestro software.\",\"regístrate como usuario\",\"agrega una foto de perfil, tu ubicación aproximada y otra información sobre ti en tu perfil de usuario\",\"escribe publicaciones legibles y amigables, añade una foto y hashtags\",\"comenta en las publicaciones de otros usuarios\",\"recomienda publicaciones que valgan la pena leer\",\"sigue a los usuarios\",\"crea un grupo e invita a miembros\",\"ayuda a que tu red sea un lugar agradable e interesante para ti y tus amigos\"]},\"10\":{\"h\":\"Dinamiza tu red\",\"t\":[\"Si eres miembro de una red, querrás conocer a personas interesantes allí. Con más usuarios, tu red se volverá dinámica y diversa.\",\"habla a tus amigos y familiares sobre la red\",\"invítalos a la red (→ instrucciones en el wiki)\",\"publica el enlace a la red en tu sitio web, blog o en otras redes sociales\",\"informa sobre la red frente a una audiencia\"]},\"11\":{\"h\":\"Otras formas de involucrarte\",\"t\":[\"Muchas redes son redes participativas y están agradecidas por tu ayuda ¿quizás como moderador? Para más información, visita el sitio web del operador o contáctalo.\"]},\"12\":{\"h\":\"Opera tu propia red\",\"t\":[\"Con el software libre ocelot.social y el conocimiento necesario, puedes operar tu propia red.\",\"Si necesitas ayuda con esto, nuestros desarrolladores estarán encantados de apoyarte.\"]},\"13\":{\"h\":\"Promociona\",\"t\":[\"“¡Difunde la palabra!”\",\"Ya sea una asociación, movimiento o institución ocelot.social puede ser utilizado como una red social para muchos tipos de grupos y organizaciones.\",\"publica el enlace a ocelot.social en tu sitio web, blog o redes sociales\",\"da un Me gusta al software ocelot.social en la plataforma de comparación alternative.to\",\"dale una Estrella al software en la plataforma de desarrolladores GitHub\"]},\"14\":{\"h\":\"Mejora la red\",\"t\":[\"si has encontrado un error en la red, repórtalo a nuestros desarrolladores: \",\"Instrucciones en el wiki\",\"Crea un problema en el repositorio\",\"si deseas contribuir con buenas ideas y sugerencias para mejorar el software, por favor contáctanos\"]},\"15\":{\"h\":\"¿Te gustaría ayudar a probar nuevas funciones?\",\"t\":[\"Estamos buscando usuarios para probar las nuevas funciones de la próxima versión del software antes de su lanzamiento.\"]},\"16\":{\"h\":\"¿Te gusta escribir?\",\"t\":[\"ayuda a escribir la guía del usuario (→ Guía en el wiki).\",\"ayuda a mantener los canales de comunicación del software ocelot.social y nuestra comunidad de desarrolladores busFaktor() e.V. y anímalos de diversas maneras\"]},\"17\":{\"h\":\"¿Hablas un idioma extranjero?\",\"t\":[\"La red está disponible en varios idiomas. Si deseas ayudar a traducir, completar o mejorar la interfaz de usuario o las instrucciones en el wiki, por favor contáctanos.\"]},\"18\":{\"h\":\"¿Te gustaría contribuir al diseño?\",\"t\":[\"Contáctanos para mejorar el diseño y la usabilidad de la red.\"]},\"19\":{\"h\":\"¿Te gusta organizar?\",\"t\":[\"Contáctanos si te gustaría…\",\"… crear conceptos para nuevas funciones, … ayudar a organizar la financiación del desarrollo de nuevas funciones … o planificar eventos, reuniones, etc.\"]},\"20\":{\"h\":\"Ayuda a desarrollar el software\",\"t\":[\"El software ocelot.social es libre y de código abierto. ¿Te gustaría desarrollar y probar nuevas funciones? Entonces sigue nuestra documentación.\",\"Nuestros Good First Issues en GitHub son adecuados para principiantes.\",\"También estamos contentos si ves, comentas o apruebas cambios en el código del programa de otros desarrolladores en GitHub. O da una Estrella al software en GitHub.\",\"Puedes chatear con nosotros en Discord y conocernos en una sesión de programación en pareja.\"]},\"21\":{\"h\":\"¿Otras ideas para involucrarte?\",\"t\":[\"Si deseas participar en el proyecto de otra manera, por favor contáctanos.\"]},\"22\":{\"h\":\"Donar\",\"t\":[\"El software ocelot.social está disponible gratuitamente pero el mantenimiento y el desarrollo adicional cuestan dinero. Puedes apoyarnos con una donación: Donar \"]},\"23\":{\"h\":\"Donar\",\"t\":[\"Ocelot.social es un software de código abierto que está disponible gratuitamente.\",\"La asociación busFaktor() e.V. coordina y promueve la programación de este software y se encarga de su mantenimiento. Puedes apoyar este proyecto con una donación única o recurrente. Estamos muy agradecidos por cada contribución.\"]},\"24\":{\"h\":\"Cuenta para Donaciones\",\"t\":[\"busFaktor e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Alemania\",\"Ubicación: Haferstr. 5c, 86179 Augsburg, Alemania\"]},\"25\":{\"h\":\"Notas sobre el uso previsto\",\"t\":[\"Asegúrate de incluir Donación y tu dirección de correo electrónico en el motivo del pago para que podamos contactarte. El signo @ normalmente no es posible para transferencias bancarias, por lo que debes escribirlo como “ at ”, con un espacio antes y después y sin comillas.\",\"Ejemplo: Donación, john.doe at domain.com\",\"Si deseas que tu donación se destine principalmente al software ocelot.social, menciona también su nombre:\",\"Ejemplo: Donación para ocelot.social, john.doe at domain.com\",\"Contáctanos si tienes alguna pregunta.\"]},\"26\":{\"h\":\"Características\",\"t\":[\"Ocelot.social ofrece una creciente variedad de características básicas y avanzadas de redes sociales que pueden ampliarse mediante donaciones de la comunidad.\",\"Las siguientes características se han integrado hasta ahora:\"]},\"27\":{\"h\":\"Usuarios\",\"t\":[\"registro de usuario\",\"perfil de usuario\",\"crear publicación\",\"seguir a usuario\",\"bloquear usuario\",\"silenciar usuario\",\"invitar a usuario\",\"reportar usuario, publicación o comentario\",\"roles de usuario: usuario, moderador, administrador\"]},\"28\":{\"h\":\"Grupos\",\"t\":[\"perfil del grupo\",\"visibilidad: público, cerrado, oculto\",\"roles de usuario en el grupo: miembro, administrador, propietario\",\"gestionar miembros: invitar, activar, eliminar\",\"Propietario, administrador: fijar la publicación en la vista general de publicaciones (feed del grupo) en la parte superior\"]},\"29\":{\"h\":\"Publicaciones\",\"t\":[\"tipos de publicación: Publicación, evento\",\"imagen en la publicación\",\"editor extensivo con encabezados, estilos de texto, contenido incrustado de terceros, listas, menciones, hashtags\",\"categorías\",\"idioma de la publicación (detección automática)\",\"comentarios\"]},\"30\":{\"h\":\"Vista general de publicaciones\",\"t\":[\"vista previa (newsfeed)\",\"filtrar\",\"ordenar\"]},\"31\":{\"h\":\"Chat\",\"t\":[\"chat privado 1:1: pantalla completa o ventana lateral\"]},\"32\":{\"h\":\"Mapa\",\"t\":[\"ubicaciones de usuarios, grupos y eventos\",\"búsqueda por ubicación\"]},\"33\":{\"h\":\"Búsqueda\",\"t\":[\"por usuarios, grupos, publicaciones, eventos, hashtags\"]},\"34\":{\"h\":\"Notificaciones\",\"t\":[\"internas\",\"por correo electrónico\"]},\"35\":{\"h\":\"Moderación\",\"t\":[\"Los usuarios con el rol de moderador pueden:\",\"moderar\",\"ver y editar la lista de usuarios, publicaciones y comentarios reportados\",\"bloquear y desbloquear usuarios, publicaciones o comentarios\",\"ver el registro de decisiones\"]},\"36\":{\"h\":\"Administración\",\"t\":[\"Los usuarios con el rol de administrador también pueden:\",\"anclar publicaciones en la parte superior de la vista general de publicaciones (newsfeed)\",\"ver estadísticas\",\"ver datos de usuario (excepto contraseñas)\",\"activar la función de donación con estado de donación\"]},\"37\":{\"h\":\"Idiomas\",\"t\":[\"La interfaz de usuario está disponible en:\",\"Alemán\",\"Español\",\"Francés\",\"Holandés\",\"Inglés\",\"Italiano\",\"Polaco\",\"Portugués\",\"Ruso\"]},\"38\":{\"h\":\"Aplicación móvil\",\"t\":[\"Las redes de Ocelot.social están disponibles como una Aplicación Web Progresiva (PWA) para:\",\"Android\",\"iOS\",\"→ Instrucciones en el wiki\"]},\"39\":{\"h\":\"Donar\",\"t\":[\"El software ocelot.social está disponible gratuitamente sin embargo, el mantenimiento y el desarrollo cuestan dinero. Apoya su continuidad con tu donación: Donar aquí \"]},\"40\":{\"h\":\"Comenzar\"},\"41\":{\"h\":\"Pruébalo\"},\"42\":{\"h\":\"Aviso Legal\"},\"43\":{\"h\":\"Responsable de la Operación de este Sitio Web\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, 2º Presidente Haferstr. 5c 86179 Augsburg, Alemania\",\"Correo electrónico: vorstand@busfaktor.org Teléfono: +49 173 622 60 91\",\"Más opciones de contacto.\"]},\"44\":{\"h\":\"Editor Responsable del Contenido\",\"t\":[\"Wolfgang Huß Steinburger Straße 38 22527 Hamburgo, Alemania\",\"Correo electrónico: vorstand@busfaktor.org Teléfono: +49 173 622 60 91\"]},\"45\":{\"h\":\"Aprender\",\"t\":[\"Como usuario, operador o desarrollador, aquí puedes encontrar más información sobre ocelot.social.\"]},\"46\":{\"h\":\"Documentación para Desarrolladores\",\"t\":[\"https://docs.ocelot.social/\"]},\"47\":{\"h\":\"Guía del Usuario\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/en:User-Guide\"]},\"48\":{\"h\":\"Preguntas Frecuentes (FAQ)\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/en:FAQ\"]},\"49\":{\"h\":\"Política de Privacidad\",\"t\":[\"Actualizado el 20 de mayo de 2024\"]},\"50\":{\"h\":\"Información de Privacidad\",\"t\":[\"A continuación, le informamos sobre el tratamiento de sus datos personales y los derechos que tiene frente a nosotros de acuerdo con el Reglamento General de Protección de Datos (GDPR) de la UE, que está en vigor desde el 25 de mayo de 2018.\"]},\"51\":{\"h\":\"Persona Responsable\",\"t\":[\"Es responsable del tratamiento de datos personales:\",\"Martin Döring\",\"E-mail: vorstand@busfaktor.org\"]},\"52\":{\"h\":\"Delegado\",\"t\":[\"Wolfgang Huß\",\"E-mail: vorstand@busfaktor.org\"]},\"53\":{\"h\":\"Aplicaciones y Servicios\",\"t\":[\"Al utilizar nuestros servicios, se procesan diferentes tipos de datos personales de manera distinta. A continuación, le informaremos sobre las aplicaciones y servicios para los cuales hay procesamiento, qué datos personales están involucrados, el propósito del procesamiento respectivo, cuánto tiempo se almacenan los datos y mucho más.\"]},\"54\":{\"h\":\"Sitio Web\",\"t\":[\"Al utilizar nuestro sitio web, se procesan diferentes tipos de datos personales de diferentes maneras. A continuación, le informaremos sobre los tipos de procesamiento, qué datos personales se ven afectados en cada caso, cuál es el propósito del procesamiento respectivo, cuánto tiempo se almacenan los datos en cada caso y mucho más.\"]},\"55\":{\"h\":\"Acceso al Sitio Web\",\"t\":[\"Propósito: Ponemos nuestro sitio web a disposición del público para que todos puedan informarse sobre nuestra asociación, sus actividades y ofertas.\",\"Datos Personales: Dependiendo del navegador utilizado y su configuración, se transmiten la fecha y hora de acceso, la fuente/referencia, si corresponde, desde qué página accede a nuestro sitio web, navegador utilizado, sistema operativo utilizado, información de idioma, tamaño de la ventana del navegador, dirección IP utilizada.\",\"Período de Almacenamiento: Estos datos no son almacenados por nosotros, sino que solo se utilizan cuando usted accede a nuestra aplicación web.\",\"Base Legal: Nuestro interés legítimo de presentar nuestra asociación públicamente, de acuerdo con el art. 6 párrafo 1 lit. f) GDPR.\",\"Destinatario: Sus datos de acceso del navegador solo pueden ser vistos por nosotros como operadores y, si corresponde, por nuestro proveedor.\",\"Transferencia a Terceros Países: Los datos no se almacenarán en un tercer país.\"]},\"56\":{\"h\":\"Sus Derechos\",\"t\":[\"La ley de protección de datos le otorga los siguientes derechos con respecto al tratamiento de sus datos personales, cuyo texto exacto puede leer en los artículos vinculados del GDPR:\",\"Derecho de información de acuerdo con el Art. 15 GDPR\",\"Derecho de rectificación según el Art. 16 GDPR\",\"Derecho de supresión de acuerdo con el Art. 17 GDPR\",\"Derecho de restricción del tratamiento según el Art. 18 GDPR\",\"Derecho de información de acuerdo con el Art. 19 GDPR\",\"Derecho a la portabilidad de los datos según el Art. 20 GDPR\",\"Derecho a revocar los consentimientos otorgados según el Art. 7 párr. 3 GDPR\",\"Derecho de oposición según el Art. 21 GDPR\",\"Derecho de reclamación según el Art. 77 GDPR\",\"Tenga en cuenta que ejercer su derecho de supresión, especialmente sus datos de registro, puede significar que ya no pueda utilizar nuestros servicios.\"]},\"57\":{\"h\":\"Actualidad de esta Información de Privacidad\",\"t\":[\"Esta información de privacidad puede adaptarse de vez en cuando a cambios organizativos o técnicos y a nuevos requisitos legales. Siempre es válida en la versión actual publicada aquí.\"]},\"58\":{\"h\":\"Roadmap\",\"t\":[\"Aquí puedes ver las funcionalidades más importantes planificadas y el progreso actual del desarrollo de ocelot.social.\"]},\"59\":{\"h\":\"Versión 3.11.0 con numerosas mejoras\",\"t\":[\"Con esta versión del software ocelot.social se mejora la estabilidad y el uso del chat. Además, se han corregido algunos errores.\"]},\"60\":{\"h\":\"Lo más importante en resumen\",\"t\":[\"Chat: \",\"Se ha corregido un error en el reproductor de vídeo del navegador Safari.\",\"No más mensajes vacíos cuando falla la carga de archivos.\",\"Mostrar aviso de texto al cargar archivos.\",\"Se han corregido otros errores.\",\"Más actualizaciones de software.\",\"Encontrarás todos los detalles en este registro de cambios (en inglés).\"]},\"61\":{\"h\":\"Apoya a\",\"t\":[\"Contribuir\",\"Donar\"]},\"62\":{\"c\":[\"Releases\"]},\"63\":{\"c\":[\"Releases\"]},\"64\":{\"h\":\"Tech-Day ¿¡Fusión de Utopia y Ocelot!?\",\"t\":[\"Esta semana tendrá lugar otra conferencia como parte del Tech Day organizado por busFaktor(), esta vez sobre el tema:\",\"Fusión de Utopia y Ocelot!? Orador: Anton Tranelis Idioma: German\",\"Jueves, 21 de agosto de 2025, a las 14:00 h CEST, en línea.\"]},\"65\":{\"h\":\"Publicación\",\"t\":[\"Grabación en YouTube\",\"Publicación\"]},\"66\":{\"h\":\"¿De qué se trata?\",\"t\":[\"Utopia y Ocelot son dos proyectos de código abierto gratuitos mantenidos y desarrollados por busFaktor() e IT4Change. Ambos proyectos tienen objetivos similares: quieren unir a las personas y hacerlas partícipes del cambio social.\",\"Aunque ambos requieren en gran medida los mismos componentes y servicios, hasta ahora no se han compartido entre sí. Las mejoras en un proyecto no benefician al otro. Además, compiten por los mismos desarrolladores. Las diferentes pilas tecnológicas dificultan el aprovechamiento de las sinergias.\",\"En esta presentación, queremos destacar las similitudes, analizar cómo podemos aprovechar las sinergias y utilizar nuestros recursos disponibles de manera eficaz para alcanzar nuestros objetivos comunes. A continuación, se celebrará un debate conjunto sobre el tema.\",\"Esperamos contar con tu participación.\"]},\"67\":{\"h\":\"Apoya a\",\"t\":[\"Participar\",\"Donar\"]},\"68\":{\"c\":[\"Lectures\"]},\"69\":{\"c\":[\"Tech-Day\"]},\"70\":{\"h\":\"¡Publicada la versión 3.12.2!\",\"t\":[\"Esta versión del software ocelot.social acelera la carga del sitio web, mejora las notificaciones y corrige varios errores, entre otras cosas.\"]},\"71\":{\"h\":\"Los datos clave en pocas palabras\",\"t\":[\"Optimización del rendimiento mediante la reducción automática de imágenes para el navegador. \",\"Las imágenes de las páginas se cargan más rápido.\",\"Menor consumo de volumen de datos (móviles)\",\"Embellecimiento de las notificaciones por correo electrónico\",\"Entrega mejorada de notificaciones por correo electrónico\",\"Visualización de la distancia a la propia ubicación en los perfiles de usuario y grupo\",\"Para obtener más detalles, consulte este registro de cambios (en inglés).\"]},\"72\":{\"h\":\"Apoya a\",\"t\":[\"Si te beneficias del uso de ocelot.social, por favor, ayúdanos con tu apoyo. ¡Muchas gracias!\",\"Participar\",\"Donar\"]},\"73\":{\"c\":[\"Releases\"]},\"74\":{\"c\":[\"Releases\"]},\"75\":{\"h\":\"OAuth & OIDC Cómo conseguimos que Ocelot esté listo para SSO\",\"t\":[\"Próxima presentación en el Tech-Day del busFaktor().\",\"OAuth & OIDC Cómo conseguimos que Ocelot esté listo para SSO Orador: Ulf Gebhardt\",\"El jueves, 25.9.2025, a las 14 h (CEST), online\"]},\"76\":{\"h\":\"Enlace de videoconferencia\",\"t\":[\"Aquí está el enlace a la conferencia\"]},\"77\":{\"h\":\"¿De qué se trata?\",\"t\":[\"Desde hace algún tiempo, existe la cuestión de si ocelot.social se puede conectar a otras aplicaciones a través de un inicio de sesión común.\",\"Esta característica facilita, por ejemplo, el uso del Utopia Map como mapa en ocelot.social y así conectar ambos proyectos. También es necesario ofrecer ocelot.social para NextCloud y quizás otras plataformas de colaboración y, por lo tanto, aumentar significativamente las posibilidades de aplicación y, por lo tanto, la amplitud de uso. Con el tiempo, se han presentado varios otros argumentos para implementar SSO.\",\"Esperamos contar con tu participación.\"]},\"78\":{\"h\":\"Unterstütze\",\"t\":[\"Participar\",\"Donar\"]},\"79\":{\"c\":[\"Lectures\"]},\"80\":{\"c\":[\"Tech-Day\"]},\"81\":{\"h\":\"Version 3.13.0 brings improvements to commenting\",\"t\":[\"The new version 3.13.0 makes it easier for you to enable commenting.\"]},\"82\":{\"h\":\"What is it about?\",\"t\":[\"In some cases, the comment function is disabled for posts:\",\"If you have blocked the author of the post.\",\"If you are not a member of the group in which the post appears.\",\"Previously, you only received a brief notification about this.\",\"Now, with the new version of the ocelot.social software, you can click a button to unblock the author on their profile or join the group directly.\",\" Action to join the group. \",\"In addition, several technical improvements were made to the software and bugs were fixed.\",\"For details see this change log.\"]},\"83\":{\"h\":\"Support\",\"t\":[\"If you benefit from using ocelot.social, please help us with your support. Thank you very much!\",\"Contribute\",\"Donate\"]},\"84\":{\"c\":[\"Releases\"]},\"85\":{\"c\":[\"Releases\"]},\"86\":{\"h\":\"¡Nuestra primera campaña de crowdfunding! 🪄✨\",\"t\":[\"Ayuda con tu donación a que las publicaciones se puedan anclar en los grupos.\"]},\"87\":{\"c\":[\"Financiación\",\"Funciones\"]},\"88\":{\"c\":[\"Financiación\",\"Grupos\",\"Publicaciones\",\"Anclar\"]},\"89\":{\"h\":\"Thank you for the successful first crowdfunding campaign! 💫\",\"t\":[\"Your donation has helped make it possible to pin posts in groups very soon.\"]},\"90\":{\"h\":\"What its all about\",\"t\":[\"At the beginning of November, we launched a crowdfunding campaign for a feature that ensures important information remains more visible in groups (pinned posts in groups).\",\"The donation target of € 1,200 was already reached at the middle of December. By the end of the crowdfunding campaign, € 1,330 had been raised. We would like to express our sincere thanks to all donors. Thats really great!\",\"This paved the way for the development of this feature. It is expected to be completed in early February and will gradually be made available to users of the Ocelot networks.\"]},\"91\":{\"h\":\"Further crowdfunding campaigns planned\",\"t\":[\"Due to this success, we plan to collect donations for further desired features via crowdfunding as soon as possible. You will find information about this here on this website soon.\"]},\"92\":{\"h\":\"Donations\",\"t\":[\"Even outside of crowdfunding campaigns, you are welcome to support the further development and maintenance of the ocelot.social software with your donation:\",\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Germany\",\"Location: Haferstr. 5c, 86179 Augsburg, Germany\",\"For the purpose of use, see below.\"]},\"93\":{\"h\":\"Notes on the purpose of use\",\"t\":[\"Please be sure to include Donation and your e-mail address in the purpose of use so that we can contact you. Usually, the @ symbol is not accepted in bank transfers, so please write it as \\\" at \\\", with a space before and after it and without quotation marks.\",\"Example: Donation from eva.muster at domain.de for ocelot.social\",\"In Germany, donations under € 300 are tax-deductible without a certificate. In other cases, we will be happy to issue a donation receipt upon request.\",\"We welcome recurring donations to the project. ❤️ There are also numerous ways you can get involved.\"]},\"94\":{\"c\":[\"Funding\",\"Features\"]},\"95\":{\"c\":[\"Funding\",\"Groups\",\"Posts\",\"Pins\"]},\"96\":{\"h\":\"Ocelot.social Pi (3.14.1) ya está aquí Fijar publicaciones en grupos\",\"t\":[\"A partir de ahora, cada versión de ocelot.social que contenga cambios significativos llevará un nombre de versión. Comenzamos con un nombre derivado del número de versión actual.\"]},\"97\":{\"h\":\"Nueva función\",\"t\":[\"Con ocelot.social Pi (3.14.1), los propietarios y administradores de grupos pueden fijar publicaciones en sus grupos. Esto permite a los miembros del grupo ver de inmediato las publicaciones importantes, como anuncios y eventos.\",\"Esto fue posible gracias a las donaciones de nuestra primera campaña de crowdfunding. Una vez más, un gran agradecimiento a nuestros donantes. ¡Vosotros lo hicisteis posible!\"]},\"98\":{\"h\":\"Errores corregidos\",\"t\":[\"El filtro de categorías vuelve a funcionar correctamente.\",\"La visualización de los ajustes de notificaciones es correcta de nuevo.\",\"Se han corregido los enlaces erróneos en los correos de notificación.\",\"Las páginas de información (aviso legal, política de privacidad, etc.) vuelven a funcionar.\"]},\"99\":{\"h\":\"Bajo el capó\",\"t\":[\"Ocelot.social utiliza Vue.js en su versión 2 como framework de frontend, que ya no está actualizado. La migración a Vue 3 es muy compleja debido a los muchos cambios entre versiones, pero se ha iniciado con ocelot.social Pi.\",\"Debido al alcance y la complejidad, se eligió un enfoque modular que permite una migración gradual. En el primer paso, se migraron y mejoraron todos los botones.\"]},\"100\":{\"h\":\"Resumen del changelog\",\"t\":[\"Resumen generado por IA de las versiones 3.14.0 y 3.14.1:\"]},\"101\":{\"h\":\"Features\",\"t\":[\"Group Pins — Las publicaciones se pueden fijar en grupos (#9034)\",\"Commando de creación de administrador para producción (#9057)\",\"Script de BD para desactivar notificaciones (#9131)\",\"Integración de CodeRabbit para revisiones de PR (#9194)\"]},\"102\":{\"h\":\"Migración a Vue 3\",\"t\":[\"Fase 2 — Setup: Preparación de las bases para la migración (#9161)\",\"Fase 3 — Integración: Librería UI integrada en la webapp (#9180)\",\"Migración de botones: Estados de icono, círculo y carga migrados (#9208)\",\"Vue actualizado a 2.7.16 como requisito previo (#9160)\"]},\"103\":{\"h\":\"UI Package (packages/ui)\",\"t\":[\"Reglas de ESLint extraídas a eslint-config-it4c (#9198, #9233)\",\"Clase CSS os-button para compatibilidad de marca (#9211)\"]},\"104\":{\"h\":\"Correcciones de errores\",\"t\":[\"Backend: Filtro de categorías reparado (#9209, #9123)\",\"Backend: Publicaciones fijadas visibles incluso para usuarios silenciados (#9200)\",\"Backend: Ajustes de notificaciones para currentUser (#9130)\",\"Backend: Codificación de URL en correos (#9127)\",\"Backend: Permisos para GroupInviteCodes (#9121)\",\"Backend: Consulta del campo myRole de grupo (#9102)\",\"Webapp: Cambio de idioma en páginas estáticas (#9202)\",\"Webapp: Páginas estáticas disponibles sin iniciar sesión (#9201)\",\"Webapp: Ruta interna para botón personalizado (#9129)\",\"Webapp: Crash de CTA-Join-Group cuando el grupo no está definido (#9103)\",\"Webapp: Tests locales de frontend (#9104, #9125)\"]},\"105\":{\"h\":\"Refactoring\",\"t\":[\"Backend: Parametrización de consulta de reportes + limpieza de resolver (#9156)\",\"Backend: Linting de GraphQL (#8473)\",\"Backend: Modelo de membresía de grupo (#9124)\",\"Backend: Middleware before/after (#9128)\",\"Backend: Roles de prueba (#9157)\"]},\"106\":{\"h\":\"Workflow/CI\",\"t\":[\"Tests E2E ejecutados en paralelo (#9205)\",\"Caché de paquetes (#9206)\",\"Nuevo scope de PR package/ui (#9196)\",\"Correcciones del workflow de UI (#9204, #9207)\",\"Workflow de auto-aprobación eliminado (#9197)\",\"Versiones de Node.js consolidadas (#9126)\",\"~80 actualizaciones de dependencias (Node, Nginx, AWS SDK, Cypress, etc.) omitidas.\"]},\"107\":{\"h\":\"Donaciones\",\"t\":[\"Si te gusta ocelot.social, apoya el desarrollo y mantenimiento de este software libre y de código abierto con una donación a busFaktor() e.V..\"]},\"108\":{\"h\":\"Apoya\",\"t\":[\"Contribuir\",\"Donar\"]},\"109\":{\"c\":[\"Releases\"]},\"110\":{\"c\":[\"Releases\",\"Vue 3\",\"Groups\"]},\"111\":{\"h\":\"Crowdfunding para salas de chat de grupos 🪄✨\",\"t\":[\"Ayuda con tu donación a que los miembros de un grupo tengan en el futuro una sala de chat compartida.\"]},\"112\":{\"c\":[\"Funding\",\"Features\"]},\"113\":{\"c\":[\"Funding\",\"Groups\",\"Chat\"]},\"114\":{\"h\":\"New Release Ocelot.Social v3.15.1\",\"t\":[\"Version 3.15.1 brings new feed view modes, a landscape display for posts, and two new languages (Ukrainian & Albanian). Many UI elements have been modernized and numerous bugs have been fixed — including issues with search, navigation, and the mobile menu.\"]},\"115\":{\"h\":\"New Features\",\"t\":[\"Landscape View — Posts can now be displayed in landscape mode\",\"Feed View Mode — Choose between different display options for your feed\",\"\\\"New Posts\\\" Indicator — An indicator shows you when new content is available without reloading the page\",\"Link Previews — Shared links now show nicer previews on social media platforms\",\"Ukrainian & Albanian — Two new languages have been added, existing translations completed\",\"Email Translations — All system emails are now fully translated into all supported languages\",\"Chat Notifications improved\"]},\"116\":{\"h\":\"Improved Design\",\"t\":[\"Many UI components have been modernized — buttons, cards, badges, menus, input fields, modals, and icons now appear in a more consistent, fresher look\",\"Responsive Mobile Menu — with language switching and filter support directly in the menu\",\"Masonry Layout — Content now arranges more fluidly, including loading animations\",\"Various layout fixes for profile and group views\"]},\"117\":{\"h\":\"Bug Fixes\",\"t\":[\"Search function repaired\",\"Tab navigation works reliably again\",\"Badges can be assigned via drag & drop on desktop devices again\",\"Dropdown menus now close correctly automatically\",\"Date picker no longer crashes with certain language settings\",\"Embedded content is now displayed correctly outside the editor\",\"Time display in user teasers corrected\",\"Stability improvements in the backend (memory leaks fixed)\"]},\"118\":{\"h\":\"Crowdfunding for Group Chats\",\"t\":[\"Check out our crowdfunding for the new group chats feature — with your support we can make group chats a reality!\"]},\"119\":{\"h\":\"Donations\",\"t\":[\"If you like ocelot.social, please support the development and maintenance of this free and open-source software with a donation to busFaktor() e.V..\"]},\"120\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"121\":{\"c\":[\"Releases\"]},\"122\":{\"c\":[\"Releases\",\"Vue 3\",\"Languages\"]}},\"dirtCount\":0,\"index\":[[\"~80\",{\"1\":{\"106\":1}}],[\"8473\",{\"1\":{\"105\":1}}],[\"86179\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"+\",{\"1\":{\"105\":1}}],[\"+49\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"❤️\",{\"1\":{\"93\":1}}],[\"€\",{\"1\":{\"90\":2,\"93\":1}}],[\"💫\",{\"0\":{\"89\":1}}],[\"🪄✨\",{\"0\":{\"86\":1,\"111\":1}}],[\"9207\",{\"1\":{\"106\":1}}],[\"9204\",{\"1\":{\"106\":1}}],[\"9206\",{\"1\":{\"106\":1}}],[\"9205\",{\"1\":{\"106\":1}}],[\"9201\",{\"1\":{\"104\":1}}],[\"9202\",{\"1\":{\"104\":1}}],[\"9200\",{\"1\":{\"104\":1}}],[\"9209\",{\"1\":{\"104\":1}}],[\"9208\",{\"1\":{\"102\":1}}],[\"9211\",{\"1\":{\"103\":1}}],[\"9233\",{\"1\":{\"103\":1}}],[\"9057\",{\"1\":{\"101\":1}}],[\"9034\",{\"1\":{\"101\":1}}],[\"9\",{\"1\":{\"75\":1}}],[\"9157\",{\"1\":{\"105\":1}}],[\"9156\",{\"1\":{\"105\":1}}],[\"9104\",{\"1\":{\"104\":1}}],[\"9103\",{\"1\":{\"104\":1}}],[\"9102\",{\"1\":{\"104\":1}}],[\"9126\",{\"1\":{\"106\":1}}],[\"9128\",{\"1\":{\"105\":1}}],[\"9124\",{\"1\":{\"105\":1}}],[\"9125\",{\"1\":{\"104\":1}}],[\"9129\",{\"1\":{\"104\":1}}],[\"9121\",{\"1\":{\"104\":1}}],[\"9127\",{\"1\":{\"104\":1}}],[\"9123\",{\"1\":{\"104\":1}}],[\"9130\",{\"1\":{\"104\":1}}],[\"9131\",{\"1\":{\"101\":1}}],[\"9197\",{\"1\":{\"106\":1}}],[\"9196\",{\"1\":{\"106\":1}}],[\"9198\",{\"1\":{\"103\":1}}],[\"9194\",{\"1\":{\"101\":1}}],[\"9160\",{\"1\":{\"102\":1}}],[\"9161\",{\"1\":{\"102\":1}}],[\"9180\",{\"1\":{\"102\":1}}],[\"91\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"js\",{\"1\":{\"99\":1,\"106\":1}}],[\"join\",{\"1\":{\"82\":2,\"104\":1}}],[\"john\",{\"1\":{\"25\":2}}],[\"jueves\",{\"1\":{\"64\":1,\"75\":1}}],[\"00\",{\"1\":{\"64\":1}}],[\"0\",{\"0\":{\"59\":1,\"81\":1},\"1\":{\"81\":1,\"100\":1}}],[\"01\",{\"1\":{\"24\":1,\"92\":1}}],[\"300\",{\"1\":{\"93\":1}}],[\"330\",{\"1\":{\"90\":1}}],[\"3\",{\"0\":{\"59\":1,\"70\":1,\"81\":1,\"96\":1,\"102\":1},\"1\":{\"56\":1,\"81\":1,\"97\":1,\"99\":1,\"100\":2,\"102\":1,\"114\":1},\"2\":{\"110\":1,\"122\":1}}],[\"38\",{\"1\":{\"44\":1}}],[\"77\",{\"1\":{\"56\":1}}],[\"7\",{\"1\":{\"56\":1,\"102\":1}}],[\"ruta\",{\"1\":{\"104\":1}}],[\"ruso\",{\"1\":{\"37\":1}}],[\"raised\",{\"1\":{\"90\":1}}],[\"rápido\",{\"1\":{\"71\":1}}],[\"roadmap\",{\"0\":{\"58\":1}}],[\"rol\",{\"1\":{\"35\":1,\"36\":1}}],[\"roles\",{\"1\":{\"27\":1,\"28\":1,\"105\":1}}],[\"reliably\",{\"1\":{\"117\":1}}],[\"reloading\",{\"1\":{\"115\":1}}],[\"release\",{\"0\":{\"114\":1}}],[\"releases\",{\"2\":{\"62\":1,\"63\":1,\"73\":1,\"74\":1,\"84\":1,\"85\":1,\"109\":1,\"110\":1,\"121\":1,\"122\":1}}],[\"refactoring\",{\"0\":{\"105\":1}}],[\"referencia\",{\"1\":{\"55\":1}}],[\"revisiones\",{\"1\":{\"101\":1}}],[\"revocar\",{\"1\":{\"56\":1}}],[\"request\",{\"1\":{\"93\":1}}],[\"requisito\",{\"1\":{\"102\":1}}],[\"requisitos\",{\"1\":{\"57\":1}}],[\"requieren\",{\"1\":{\"66\":1}}],[\"reality\",{\"1\":{\"118\":1}}],[\"really\",{\"1\":{\"90\":1}}],[\"reached\",{\"1\":{\"90\":1}}],[\"remains\",{\"1\":{\"90\":1}}],[\"rendimiento\",{\"1\":{\"71\":1}}],[\"resolver\",{\"1\":{\"105\":1}}],[\"resumen\",{\"0\":{\"60\":1,\"100\":1},\"1\":{\"100\":1}}],[\"restricción\",{\"1\":{\"56\":1}}],[\"responsive\",{\"1\":{\"116\":1}}],[\"responsable\",{\"0\":{\"43\":1,\"44\":1,\"51\":1},\"1\":{\"51\":1}}],[\"respecto\",{\"1\":{\"56\":1}}],[\"respectivo\",{\"1\":{\"53\":1,\"54\":1}}],[\"reglas\",{\"1\":{\"103\":1}}],[\"reglamento\",{\"1\":{\"50\":1}}],[\"registro\",{\"1\":{\"27\":1,\"35\":1,\"56\":1,\"60\":1,\"71\":1}}],[\"regístrate\",{\"1\":{\"9\":1}}],[\"receipt\",{\"1\":{\"93\":1}}],[\"received\",{\"1\":{\"82\":1}}],[\"recurring\",{\"1\":{\"93\":1}}],[\"recurrente\",{\"1\":{\"23\":1}}],[\"recursos\",{\"1\":{\"66\":1}}],[\"reclamación\",{\"1\":{\"56\":1}}],[\"rectificación\",{\"1\":{\"56\":1}}],[\"recomienda\",{\"1\":{\"9\":1}}],[\"reuniones\",{\"1\":{\"19\":1}}],[\"repaired\",{\"1\":{\"117\":1}}],[\"reparado\",{\"1\":{\"104\":1}}],[\"reproductor\",{\"1\":{\"60\":1}}],[\"reportes\",{\"1\":{\"105\":1}}],[\"reportados\",{\"1\":{\"35\":1}}],[\"reportar\",{\"1\":{\"27\":1}}],[\"repositorio\",{\"1\":{\"14\":1}}],[\"repórtalo\",{\"1\":{\"14\":1}}],[\"reducción\",{\"1\":{\"71\":1}}],[\"redes\",{\"0\":{\"9\":1},\"1\":{\"7\":1,\"10\":1,\"11\":2,\"13\":1,\"26\":1,\"38\":1}}],[\"red\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1,\"14\":1},\"1\":{\"0\":1,\"7\":3,\"9\":2,\"10\":6,\"12\":1,\"13\":1,\"14\":1,\"17\":1,\"18\":1}}],[\"13\",{\"0\":{\"81\":1},\"1\":{\"81\":1}}],[\"12\",{\"0\":{\"70\":1}}],[\"14\",{\"0\":{\"96\":1},\"1\":{\"64\":1,\"75\":1,\"97\":1,\"100\":2}}],[\"11\",{\"0\":{\"59\":1}}],[\"19\",{\"1\":{\"56\":1}}],[\"18\",{\"1\":{\"56\":1}}],[\"17\",{\"1\":{\"56\":1}}],[\"173\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"16\",{\"1\":{\"56\":1,\"102\":1}}],[\"15\",{\"0\":{\"114\":1},\"1\":{\"56\":1,\"114\":1}}],[\"1\",{\"0\":{\"96\":1,\"114\":1},\"1\":{\"31\":2,\"55\":1,\"90\":2,\"97\":1,\"100\":1,\"114\":1}}],[\"1084\",{\"1\":{\"24\":1,\"92\":1}}],[\"1000\",{\"1\":{\"24\":1,\"92\":1}}],[\"5340\",{\"1\":{\"24\":1,\"92\":1}}],[\"5003\",{\"1\":{\"24\":1,\"92\":1}}],[\"5c\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"única\",{\"1\":{\"23\":1}}],[\"únete\",{\"1\":{\"9\":1}}],[\"nicer\",{\"1\":{\"115\":1}}],[\"navigation\",{\"1\":{\"114\":1,\"117\":1}}],[\"navegador\",{\"1\":{\"55\":4,\"60\":1,\"71\":1}}],[\"nginx\",{\"1\":{\"106\":1}}],[\"número\",{\"1\":{\"96\":1}}],[\"numerous\",{\"1\":{\"93\":1,\"114\":1}}],[\"numerosas\",{\"0\":{\"59\":1}}],[\"nuevo\",{\"1\":{\"98\":1,\"106\":1}}],[\"nuevos\",{\"1\":{\"57\":1}}],[\"nueva\",{\"0\":{\"97\":1}}],[\"nuevas\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"15\":1,\"19\":2,\"20\":1}}],[\"nuestra\",{\"0\":{\"86\":1},\"1\":{\"16\":1,\"20\":1,\"55\":3,\"97\":1}}],[\"nuestros\",{\"1\":{\"12\":1,\"14\":1,\"20\":1,\"53\":1,\"56\":1,\"66\":2,\"97\":1}}],[\"nuestro\",{\"1\":{\"9\":1,\"54\":1,\"55\":4}}],[\"networks\",{\"1\":{\"90\":1}}],[\"new\",{\"0\":{\"114\":1,\"115\":1},\"1\":{\"81\":1,\"82\":1,\"114\":2,\"115\":3,\"118\":1}}],[\"newsfeed\",{\"1\":{\"30\":1,\"36\":1}}],[\"nextcloud\",{\"1\":{\"77\":1}}],[\"necesitas\",{\"1\":{\"12\":1}}],[\"necesario\",{\"1\":{\"12\":1,\"77\":1}}],[\"node\",{\"1\":{\"106\":2}}],[\"november\",{\"1\":{\"90\":1}}],[\"now\",{\"1\":{\"82\":1,\"115\":3,\"116\":2,\"117\":2}}],[\"notes\",{\"0\":{\"93\":1}}],[\"notificación\",{\"1\":{\"98\":1}}],[\"notificaciones\",{\"0\":{\"34\":1},\"1\":{\"70\":1,\"71\":2,\"98\":1,\"101\":1,\"104\":1}}],[\"notifications\",{\"1\":{\"115\":1}}],[\"notification\",{\"1\":{\"82\":1}}],[\"not\",{\"1\":{\"82\":1,\"93\":1}}],[\"notas\",{\"0\":{\"25\":1}}],[\"nombre\",{\"1\":{\"25\":1,\"96\":2}}],[\"no\",{\"1\":{\"25\":1,\"55\":2,\"56\":1,\"60\":1,\"66\":2,\"99\":1,\"104\":1,\"117\":1}}],[\"normalmente\",{\"1\":{\"25\":1}}],[\"nosotros\",{\"1\":{\"20\":1,\"50\":1,\"55\":2}}],[\"n\",{\"1\":{\"24\":1,\"92\":1}}],[\"botón\",{\"1\":{\"104\":1}}],[\"botones\",{\"1\":{\"99\":1,\"102\":1}}],[\"bd\",{\"1\":{\"101\":1}}],[\"by\",{\"1\":{\"90\":1}}],[\"between\",{\"1\":{\"115\":1}}],[\"before\",{\"1\":{\"93\":1,\"105\":1}}],[\"below\",{\"1\":{\"92\":1}}],[\"be\",{\"1\":{\"90\":2,\"93\":2,\"115\":1,\"117\":1}}],[\"been\",{\"1\":{\"90\":1,\"114\":2,\"115\":1,\"116\":1}}],[\"beginning\",{\"1\":{\"90\":1}}],[\"benefit\",{\"1\":{\"83\":1}}],[\"beneficias\",{\"1\":{\"72\":1}}],[\"benefician\",{\"1\":{\"66\":1}}],[\"brief\",{\"1\":{\"82\":1}}],[\"brings\",{\"0\":{\"81\":1},\"1\":{\"114\":1}}],[\"badges\",{\"1\":{\"116\":1,\"117\":1}}],[\"backend\",{\"1\":{\"104\":6,\"105\":5,\"117\":1}}],[\"bajo\",{\"0\":{\"99\":1}}],[\"bases\",{\"1\":{\"102\":1}}],[\"base\",{\"1\":{\"55\":1}}],[\"bancarias\",{\"1\":{\"25\":1}}],[\"bank\",{\"1\":{\"24\":1,\"92\":1,\"93\":1}}],[\"búsqueda\",{\"0\":{\"33\":1},\"1\":{\"32\":1}}],[\"blocked\",{\"1\":{\"82\":1}}],[\"bloquear\",{\"1\":{\"27\":1,\"35\":1}}],[\"blog\",{\"1\":{\"10\":1,\"13\":1}}],[\"básicas\",{\"1\":{\"26\":1}}],[\"bic\",{\"1\":{\"24\":1,\"92\":1}}],[\"bug\",{\"0\":{\"117\":1}}],[\"bugs\",{\"1\":{\"82\":1,\"114\":1}}],[\"buttons\",{\"1\":{\"116\":1}}],[\"button\",{\"1\":{\"82\":1,\"103\":1}}],[\"buscando\",{\"1\":{\"15\":1}}],[\"busfaktor\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":1,\"43\":2,\"44\":1,\"51\":1,\"52\":1,\"64\":1,\"66\":1,\"75\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"buenas\",{\"1\":{\"14\":1}}],[\"write\",{\"1\":{\"93\":1}}],[\"ways\",{\"1\":{\"93\":1}}],[\"way\",{\"1\":{\"90\":1}}],[\"was\",{\"1\":{\"90\":1}}],[\"works\",{\"1\":{\"117\":1}}],[\"workflow\",{\"0\":{\"106\":1},\"1\":{\"106\":2}}],[\"would\",{\"1\":{\"90\":1}}],[\"wolfgang\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"welcome\",{\"1\":{\"92\":1,\"93\":1}}],[\"we\",{\"1\":{\"90\":2,\"91\":1,\"93\":3,\"118\":1}}],[\"were\",{\"1\":{\"82\":2}}],[\"webapp\",{\"1\":{\"102\":1,\"104\":5}}],[\"website\",{\"1\":{\"91\":1}}],[\"web\",{\"0\":{\"43\":1,\"54\":1,\"55\":1},\"1\":{\"10\":1,\"11\":1,\"13\":1,\"38\":1,\"54\":1,\"55\":3,\"70\":1}}],[\"will\",{\"1\":{\"90\":1,\"91\":1,\"93\":1}}],[\"without\",{\"1\":{\"93\":2,\"115\":1}}],[\"with\",{\"1\":{\"82\":1,\"83\":1,\"92\":1,\"93\":1,\"114\":1,\"116\":1,\"117\":1,\"118\":1,\"119\":1}}],[\"wiki\",{\"1\":{\"10\":1,\"14\":1,\"16\":1,\"17\":1,\"38\":1,\"47\":1,\"48\":1}}],[\"when\",{\"1\":{\"115\":1}}],[\"which\",{\"1\":{\"82\":1}}],[\"what\",{\"0\":{\"82\":1,\"90\":1}}],[\"→\",{\"1\":{\"10\":1,\"16\":1,\"38\":1}}],[\"switching\",{\"1\":{\"116\":1}}],[\"system\",{\"1\":{\"115\":1}}],[\"symbol\",{\"1\":{\"93\":1}}],[\"show\",{\"1\":{\"115\":1}}],[\"shows\",{\"1\":{\"115\":1}}],[\"shared\",{\"1\":{\"115\":1}}],[\"sala\",{\"1\":{\"111\":1}}],[\"salas\",{\"0\":{\"111\":1}}],[\"safari\",{\"1\":{\"60\":1}}],[\"sdk\",{\"1\":{\"106\":1}}],[\"scope\",{\"1\":{\"106\":1}}],[\"script\",{\"1\":{\"101\":1}}],[\"space\",{\"1\":{\"93\":1}}],[\"s\",{\"0\":{\"90\":1},\"1\":{\"90\":1}}],[\"sso\",{\"0\":{\"75\":1},\"1\":{\"75\":1,\"77\":1}}],[\"sí\",{\"1\":{\"66\":1}}],[\"stability\",{\"1\":{\"117\":1}}],[\"straße\",{\"1\":{\"44\":1}}],[\"steinburger\",{\"1\":{\"44\":1}}],[\"sure\",{\"1\":{\"93\":1}}],[\"success\",{\"1\":{\"91\":1}}],[\"successful\",{\"0\":{\"89\":1}}],[\"supported\",{\"1\":{\"115\":1}}],[\"support\",{\"0\":{\"83\":1,\"120\":1},\"1\":{\"83\":1,\"92\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"supresión\",{\"1\":{\"56\":2}}],[\"superior\",{\"1\":{\"28\":1,\"36\":1}}],[\"sus\",{\"0\":{\"56\":1},\"1\":{\"50\":1,\"55\":2,\"56\":2,\"97\":1}}],[\"su\",{\"1\":{\"15\":1,\"23\":1,\"25\":1,\"39\":1,\"55\":1,\"56\":1,\"99\":1}}],[\"sugerencias\",{\"1\":{\"14\":1}}],[\"settings\",{\"1\":{\"117\":1}}],[\"setup\",{\"1\":{\"102\":1}}],[\"see\",{\"1\":{\"82\":1,\"92\":1}}],[\"several\",{\"1\":{\"82\":1}}],[\"semana\",{\"1\":{\"64\":1}}],[\"según\",{\"1\":{\"56\":6}}],[\"seguir\",{\"1\":{\"27\":1}}],[\"sesión\",{\"1\":{\"20\":1,\"77\":1,\"104\":1}}],[\"servicios\",{\"0\":{\"53\":1},\"1\":{\"53\":2,\"56\":1,\"66\":1}}],[\"ser\",{\"1\":{\"13\":1,\"55\":1}}],[\"se\",{\"0\":{\"66\":1,\"77\":1},\"1\":{\"10\":1,\"23\":1,\"25\":1,\"26\":1,\"53\":2,\"54\":3,\"55\":3,\"59\":2,\"60\":2,\"66\":2,\"71\":1,\"77\":2,\"86\":1,\"98\":1,\"99\":3,\"101\":1}}],[\"search\",{\"1\":{\"114\":1,\"117\":1}}],[\"sea\",{\"1\":{\"9\":1,\"13\":1}}],[\"silenciados\",{\"1\":{\"104\":1}}],[\"silenciar\",{\"1\":{\"27\":1}}],[\"similitudes\",{\"1\":{\"66\":1}}],[\"similares\",{\"1\":{\"66\":1}}],[\"siempre\",{\"1\":{\"57\":1}}],[\"sistema\",{\"1\":{\"55\":1}}],[\"sincere\",{\"1\":{\"90\":1}}],[\"sinergias\",{\"1\":{\"66\":2}}],[\"sino\",{\"1\":{\"55\":1}}],[\"sin\",{\"1\":{\"25\":1,\"39\":1,\"104\":1}}],[\"significativos\",{\"1\":{\"96\":1}}],[\"significativamente\",{\"1\":{\"77\":1}}],[\"significar\",{\"1\":{\"56\":1}}],[\"signo\",{\"1\":{\"25\":1}}],[\"siguientes\",{\"1\":{\"26\":1,\"56\":1}}],[\"sigue\",{\"1\":{\"9\":1,\"20\":1}}],[\"sitio\",{\"0\":{\"43\":1,\"54\":1,\"55\":1},\"1\":{\"10\":1,\"11\":1,\"13\":1,\"54\":1,\"55\":2,\"70\":1}}],[\"si\",{\"1\":{\"10\":1,\"12\":1,\"14\":2,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"25\":2,\"55\":2,\"72\":1,\"77\":1,\"107\":1}}],[\"source\",{\"1\":{\"119\":1}}],[\"so\",{\"1\":{\"93\":2}}],[\"soon\",{\"1\":{\"89\":1,\"91\":2}}],[\"some\",{\"1\":{\"82\":1}}],[\"solo\",{\"1\":{\"55\":2}}],[\"son\",{\"1\":{\"11\":1,\"20\":1,\"55\":1,\"66\":1}}],[\"sobre\",{\"0\":{\"25\":1},\"1\":{\"9\":1,\"10\":2,\"45\":1,\"50\":1,\"53\":1,\"54\":1,\"55\":1,\"64\":1,\"66\":1}}],[\"software\",{\"0\":{\"0\":1,\"20\":1},\"1\":{\"0\":1,\"7\":2,\"9\":1,\"12\":1,\"13\":2,\"14\":1,\"15\":1,\"16\":1,\"20\":2,\"22\":1,\"23\":2,\"25\":1,\"39\":1,\"59\":1,\"60\":1,\"70\":1,\"82\":2,\"92\":1,\"107\":1,\"119\":1}}],[\"sociales\",{\"1\":{\"10\":1,\"13\":1,\"26\":1}}],[\"social\",{\"0\":{\"0\":2,\"1\":1,\"5\":1,\"96\":1,\"114\":1},\"1\":{\"0\":1,\"5\":1,\"7\":2,\"12\":1,\"13\":4,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"66\":1,\"70\":1,\"72\":1,\"77\":3,\"82\":1,\"83\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"115\":1,\"119\":1}}],[\"fluidly\",{\"1\":{\"116\":1}}],[\"f\",{\"1\":{\"55\":1}}],[\"fully\",{\"1\":{\"115\":1}}],[\"futuro\",{\"1\":{\"111\":1}}],[\"fue\",{\"1\":{\"97\":1}}],[\"fuente\",{\"1\":{\"55\":1}}],[\"funding\",{\"2\":{\"94\":1,\"95\":1,\"112\":1,\"113\":1}}],[\"function\",{\"1\":{\"82\":1,\"117\":1}}],[\"funcionar\",{\"1\":{\"98\":2}}],[\"funcionalidades\",{\"1\":{\"58\":1}}],[\"funcione\",{\"1\":{\"9\":1}}],[\"funciones\",{\"0\":{\"2\":1,\"15\":1},\"1\":{\"2\":1,\"7\":1,\"15\":1,\"19\":2,\"20\":1},\"2\":{\"87\":1}}],[\"función\",{\"0\":{\"97\":1},\"1\":{\"36\":1}}],[\"further\",{\"0\":{\"91\":1},\"1\":{\"91\":1,\"92\":1}}],[\"fusión\",{\"0\":{\"64\":1},\"1\":{\"64\":1}}],[\"february\",{\"1\":{\"90\":1}}],[\"features\",{\"0\":{\"101\":1,\"115\":1},\"1\":{\"91\":1},\"2\":{\"94\":1,\"112\":1}}],[\"feature\",{\"1\":{\"90\":2,\"118\":1}}],[\"fecha\",{\"1\":{\"55\":1}}],[\"feed\",{\"1\":{\"28\":1,\"114\":1,\"115\":2}}],[\"frontend\",{\"1\":{\"99\":1,\"104\":1}}],[\"from\",{\"1\":{\"83\":1,\"93\":1}}],[\"framework\",{\"1\":{\"99\":1}}],[\"francés\",{\"1\":{\"37\":1}}],[\"free\",{\"1\":{\"119\":1}}],[\"fresher\",{\"1\":{\"116\":1}}],[\"frecuentes\",{\"0\":{\"48\":1}}],[\"frente\",{\"1\":{\"10\":1,\"50\":1}}],[\"fixes\",{\"0\":{\"117\":1},\"1\":{\"116\":1}}],[\"fixed\",{\"1\":{\"82\":1,\"114\":1,\"117\":1}}],[\"filter\",{\"1\":{\"116\":1}}],[\"filtro\",{\"1\":{\"98\":1,\"104\":1}}],[\"filtrar\",{\"1\":{\"30\":1}}],[\"fields\",{\"1\":{\"116\":1}}],[\"fijadas\",{\"1\":{\"104\":1}}],[\"fijar\",{\"0\":{\"96\":1},\"1\":{\"28\":1,\"97\":1,\"101\":1}}],[\"find\",{\"1\":{\"91\":1}}],[\"financiación\",{\"1\":{\"19\":1},\"2\":{\"87\":1,\"88\":1}}],[\"first\",{\"0\":{\"89\":1},\"1\":{\"20\":1}}],[\"fase\",{\"1\":{\"102\":2}}],[\"facilita\",{\"1\":{\"77\":1}}],[\"falla\",{\"1\":{\"60\":1}}],[\"faq\",{\"0\":{\"48\":1},\"1\":{\"48\":1}}],[\"favor\",{\"1\":{\"14\":1,\"17\":1,\"21\":1,\"72\":1}}],[\"familiares\",{\"1\":{\"10\":1}}],[\"for\",{\"0\":{\"89\":1,\"118\":1},\"1\":{\"81\":1,\"82\":2,\"90\":2,\"91\":1,\"92\":1,\"93\":1,\"114\":1,\"115\":1,\"116\":1,\"118\":1}}],[\"formas\",{\"0\":{\"11\":1}}],[\"foto\",{\"1\":{\"9\":2}}],[\"ukrainian\",{\"1\":{\"114\":1,\"115\":1}}],[\"url\",{\"1\":{\"104\":1}}],[\"ui\",{\"0\":{\"103\":2},\"1\":{\"102\":1,\"106\":2,\"114\":1,\"116\":1}}],[\"upon\",{\"1\":{\"93\":1}}],[\"ulf\",{\"1\":{\"75\":1}}],[\"utopia\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"77\":1}}],[\"utiliza\",{\"1\":{\"99\":1}}],[\"utilizan\",{\"1\":{\"55\":1}}],[\"utilizada\",{\"1\":{\"55\":1}}],[\"utilizado\",{\"1\":{\"13\":1,\"55\":3}}],[\"utilizar\",{\"1\":{\"53\":1,\"54\":1,\"56\":1,\"66\":1}}],[\"ue\",{\"1\":{\"50\":1}}],[\"ubicaciones\",{\"1\":{\"32\":1}}],[\"ubicación\",{\"1\":{\"9\":1,\"24\":1,\"32\":1,\"71\":1}}],[\"usually\",{\"1\":{\"93\":1}}],[\"usuarios\",{\"0\":{\"27\":1},\"1\":{\"9\":2,\"10\":1,\"15\":1,\"32\":1,\"33\":1,\"35\":3,\"36\":1,\"104\":1}}],[\"usuario\",{\"0\":{\"47\":1},\"1\":{\"9\":3,\"16\":1,\"17\":1,\"27\":9,\"28\":1,\"36\":1,\"37\":1,\"45\":1,\"71\":1}}],[\"use\",{\"0\":{\"93\":1},\"1\":{\"92\":1,\"93\":1}}],[\"users\",{\"1\":{\"90\":1}}],[\"user\",{\"1\":{\"47\":1,\"117\":1}}],[\"us\",{\"1\":{\"83\":1}}],[\"using\",{\"1\":{\"83\":1}}],[\"usted\",{\"1\":{\"55\":1}}],[\"uso\",{\"0\":{\"25\":1},\"1\":{\"59\":1,\"72\":1,\"77\":2}}],[\"usabilidad\",{\"1\":{\"18\":1}}],[\"usa\",{\"0\":{\"9\":1}}],[\"under\",{\"1\":{\"93\":1}}],[\"unblock\",{\"1\":{\"82\":1}}],[\"unterstütze\",{\"0\":{\"78\":1}}],[\"unir\",{\"1\":{\"66\":1}}],[\"una\",{\"1\":{\"9\":3,\"10\":2,\"13\":3,\"20\":2,\"22\":1,\"23\":1,\"26\":1,\"38\":1,\"97\":1,\"99\":1,\"107\":1,\"111\":1}}],[\"un\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"9\":3,\"13\":1,\"14\":2,\"23\":1,\"25\":1,\"55\":1,\"60\":1,\"66\":2,\"77\":1,\"96\":2,\"97\":1,\"99\":1,\"111\":1}}],[\"icons\",{\"1\":{\"116\":1}}],[\"icono\",{\"1\":{\"102\":1}}],[\"ia\",{\"1\":{\"100\":1}}],[\"if\",{\"1\":{\"82\":2,\"83\":1,\"119\":1}}],[\"issue\",{\"1\":{\"93\":1}}],[\"issues\",{\"1\":{\"20\":1,\"114\":1}}],[\"is\",{\"0\":{\"82\":1},\"1\":{\"82\":1,\"90\":1,\"93\":1,\"115\":1,\"117\":1}}],[\"it4c\",{\"1\":{\"103\":1}}],[\"it4change\",{\"1\":{\"66\":1}}],[\"it\",{\"0\":{\"82\":1,\"90\":1},\"1\":{\"81\":1,\"89\":1,\"90\":1,\"93\":2}}],[\"italiano\",{\"1\":{\"37\":1}}],[\"improved\",{\"0\":{\"116\":1},\"1\":{\"115\":1}}],[\"improvements\",{\"0\":{\"81\":1},\"1\":{\"82\":1,\"117\":1}}],[\"important\",{\"1\":{\"90\":1}}],[\"importante\",{\"0\":{\"60\":1}}],[\"importantes\",{\"1\":{\"58\":1,\"97\":1}}],[\"implementar\",{\"1\":{\"77\":1}}],[\"imágenes\",{\"1\":{\"71\":2}}],[\"imagen\",{\"1\":{\"29\":1}}],[\"ip\",{\"1\":{\"55\":1}}],[\"ios\",{\"1\":{\"38\":1}}],[\"iban\",{\"1\":{\"24\":1,\"92\":1}}],[\"input\",{\"1\":{\"116\":1}}],[\"into\",{\"1\":{\"115\":1}}],[\"integrada\",{\"1\":{\"102\":1}}],[\"integrado\",{\"1\":{\"26\":1}}],[\"integración\",{\"1\":{\"101\":1,\"102\":1}}],[\"interna\",{\"1\":{\"104\":1}}],[\"internas\",{\"1\":{\"34\":1}}],[\"interés\",{\"1\":{\"55\":1}}],[\"interfaz\",{\"1\":{\"17\":1,\"37\":1}}],[\"interesantes\",{\"1\":{\"10\":1}}],[\"interesante\",{\"1\":{\"9\":1}}],[\"interese\",{\"1\":{\"7\":1}}],[\"indicator\",{\"1\":{\"115\":2}}],[\"iniciar\",{\"1\":{\"104\":1}}],[\"iniciado\",{\"1\":{\"99\":1}}],[\"inicio\",{\"1\":{\"77\":1}}],[\"inmediato\",{\"1\":{\"97\":1}}],[\"in\",{\"1\":{\"82\":3,\"89\":1,\"90\":3,\"93\":4,\"115\":1,\"116\":2,\"117\":2}}],[\"inglés\",{\"1\":{\"37\":1,\"60\":1,\"71\":1}}],[\"including\",{\"1\":{\"114\":1,\"116\":1}}],[\"include\",{\"1\":{\"93\":1}}],[\"incluso\",{\"1\":{\"104\":1}}],[\"incluir\",{\"1\":{\"25\":1}}],[\"incrustado\",{\"1\":{\"29\":1}}],[\"institución\",{\"1\":{\"13\":1}}],[\"instrucciones\",{\"1\":{\"10\":1,\"14\":1,\"17\":1,\"38\":1}}],[\"information\",{\"1\":{\"90\":1,\"91\":1}}],[\"informarse\",{\"1\":{\"55\":1}}],[\"informaremos\",{\"1\":{\"53\":1,\"54\":1}}],[\"informamos\",{\"1\":{\"50\":1}}],[\"informa\",{\"1\":{\"10\":1}}],[\"información\",{\"0\":{\"50\":1,\"57\":1},\"1\":{\"9\":1,\"11\":1,\"45\":1,\"55\":1,\"56\":2,\"57\":1,\"98\":1}}],[\"involved\",{\"1\":{\"93\":1}}],[\"involucrados\",{\"1\":{\"53\":1}}],[\"involucrarte\",{\"0\":{\"11\":1,\"21\":1},\"1\":{\"7\":1}}],[\"invítalos\",{\"1\":{\"10\":1}}],[\"invitar\",{\"1\":{\"27\":1,\"28\":1}}],[\"invita\",{\"1\":{\"9\":1}}],[\"ideas\",{\"0\":{\"21\":1},\"1\":{\"7\":1,\"14\":1}}],[\"idiomas\",{\"0\":{\"37\":1},\"1\":{\"17\":1}}],[\"idioma\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"29\":1,\"55\":1,\"64\":1,\"104\":1}}],[\"gdpr\",{\"1\":{\"50\":1,\"55\":1,\"56\":10}}],[\"generado\",{\"1\":{\"100\":1}}],[\"general\",{\"0\":{\"30\":1},\"1\":{\"28\":1,\"36\":1,\"50\":1}}],[\"get\",{\"1\":{\"93\":1}}],[\"gebhardt\",{\"1\":{\"75\":1}}],[\"germany\",{\"1\":{\"92\":2,\"93\":1}}],[\"german\",{\"1\":{\"64\":1}}],[\"gestionar\",{\"1\":{\"28\":1}}],[\"great\",{\"1\":{\"90\":1}}],[\"groupinvitecodes\",{\"1\":{\"104\":1}}],[\"groups\",{\"1\":{\"89\":1,\"90\":2},\"2\":{\"95\":1,\"110\":1,\"113\":1}}],[\"group\",{\"0\":{\"118\":1},\"1\":{\"82\":3,\"101\":1,\"104\":1,\"116\":1,\"118\":2}}],[\"graphql\",{\"1\":{\"105\":1}}],[\"gradual\",{\"1\":{\"99\":1}}],[\"gradually\",{\"1\":{\"90\":1}}],[\"gracias\",{\"1\":{\"72\":1,\"97\":1}}],[\"gran\",{\"1\":{\"66\":1,\"97\":1}}],[\"gratuitos\",{\"1\":{\"66\":1}}],[\"gratuitamente\",{\"1\":{\"22\":1,\"23\":1,\"39\":1}}],[\"grabación\",{\"1\":{\"65\":1}}],[\"grupos\",{\"0\":{\"28\":1,\"96\":1,\"111\":1},\"1\":{\"13\":1,\"32\":1,\"33\":1,\"86\":1,\"97\":2,\"101\":1},\"2\":{\"88\":1}}],[\"grupo\",{\"1\":{\"9\":1,\"28\":3,\"71\":1,\"97\":1,\"104\":2,\"105\":1,\"111\":1}}],[\"good\",{\"1\":{\"20\":1}}],[\"guide\",{\"1\":{\"47\":1}}],[\"guía\",{\"0\":{\"47\":1},\"1\":{\"16\":2}}],[\"gusta\",{\"0\":{\"16\":1,\"19\":1},\"1\":{\"7\":2,\"13\":1,\"107\":1}}],[\"gustaría\",{\"0\":{\"15\":1,\"18\":1},\"1\":{\"7\":1,\"19\":1,\"20\":1}}],[\"github\",{\"1\":{\"13\":1,\"20\":3,\"47\":1,\"48\":1}}],[\"gg\",{\"1\":{\"4\":1,\"5\":1}}],[\"quotation\",{\"1\":{\"93\":1}}],[\"quieren\",{\"1\":{\"66\":1}}],[\"quizás\",{\"1\":{\"11\":1,\"77\":1}}],[\"queremos\",{\"1\":{\"66\":1}}],[\"querrás\",{\"1\":{\"10\":1}}],[\"que\",{\"0\":{\"75\":1},\"1\":{\"7\":1,\"9\":3,\"23\":1,\"25\":3,\"26\":1,\"50\":2,\"55\":2,\"56\":2,\"75\":1,\"86\":1,\"96\":1,\"99\":2,\"111\":1}}],[\"qué\",{\"0\":{\"1\":1,\"66\":1,\"77\":1},\"1\":{\"53\":1,\"54\":1,\"55\":1}}],[\"área\",{\"1\":{\"7\":1}}],[\"omitidas\",{\"1\":{\"106\":1}}],[\"os\",{\"1\":{\"103\":1}}],[\"out\",{\"1\":{\"118\":1}}],[\"outside\",{\"1\":{\"92\":1,\"117\":1}}],[\"our\",{\"1\":{\"90\":1,\"118\":1}}],[\"on\",{\"0\":{\"93\":1},\"1\":{\"82\":1,\"91\":1,\"115\":1,\"117\":1}}],[\"only\",{\"1\":{\"82\":1}}],[\"online\",{\"1\":{\"75\":1}}],[\"oidc\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"oauth\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"obtener\",{\"1\":{\"71\":1}}],[\"objetivos\",{\"1\":{\"66\":2}}],[\"other\",{\"1\":{\"93\":1}}],[\"otorgados\",{\"1\":{\"56\":1}}],[\"otorga\",{\"1\":{\"56\":1}}],[\"otro\",{\"1\":{\"66\":1}}],[\"otros\",{\"1\":{\"9\":1,\"20\":1,\"60\":1,\"77\":1}}],[\"otra\",{\"1\":{\"9\":1,\"21\":1,\"64\":1}}],[\"otras\",{\"0\":{\"11\":1,\"21\":1},\"1\":{\"7\":1,\"10\":1,\"70\":1,\"77\":2}}],[\"of\",{\"0\":{\"93\":1},\"1\":{\"82\":3,\"90\":6,\"92\":3,\"93\":1,\"119\":1}}],[\"ofertas\",{\"1\":{\"55\":1}}],[\"ofrecer\",{\"1\":{\"77\":1}}],[\"ofrece\",{\"1\":{\"26\":1}}],[\"open\",{\"1\":{\"119\":1}}],[\"operativo\",{\"1\":{\"55\":1}}],[\"operación\",{\"0\":{\"43\":1}}],[\"operar\",{\"1\":{\"12\":1}}],[\"operadores\",{\"1\":{\"55\":1}}],[\"operador\",{\"1\":{\"11\":1,\"45\":1}}],[\"opera\",{\"0\":{\"12\":1},\"1\":{\"7\":1}}],[\"options\",{\"1\":{\"115\":1}}],[\"optimización\",{\"1\":{\"71\":1}}],[\"oposición\",{\"1\":{\"56\":1}}],[\"opciones\",{\"1\":{\"43\":1}}],[\"or\",{\"1\":{\"82\":1}}],[\"orador\",{\"1\":{\"64\":1,\"75\":1}}],[\"org\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"organizado\",{\"1\":{\"64\":1}}],[\"organizativos\",{\"1\":{\"57\":1}}],[\"organizaciones\",{\"1\":{\"13\":1}}],[\"organizar\",{\"0\":{\"19\":1},\"1\":{\"7\":1,\"19\":1}}],[\"ordenar\",{\"1\":{\"30\":1}}],[\"oculto\",{\"1\":{\"28\":1}}],[\"ocelot\",{\"0\":{\"0\":1,\"1\":1,\"5\":1,\"64\":1,\"75\":1,\"96\":1,\"114\":1},\"1\":{\"5\":1,\"7\":2,\"12\":1,\"13\":3,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"64\":1,\"66\":1,\"70\":1,\"72\":1,\"75\":1,\"77\":3,\"82\":1,\"83\":1,\"90\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"119\":1}}],[\"o\",{\"1\":{\"7\":1,\"10\":1,\"11\":1,\"13\":2,\"17\":2,\"19\":1,\"20\":2,\"23\":1,\"27\":1,\"31\":1,\"35\":1,\"45\":1,\"57\":1}}],[\"myrole\",{\"1\":{\"104\":1}}],[\"migrados\",{\"1\":{\"102\":1}}],[\"migraron\",{\"1\":{\"99\":1}}],[\"migración\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":2}}],[\"middleware\",{\"1\":{\"105\":1}}],[\"middle\",{\"1\":{\"90\":1}}],[\"mismos\",{\"1\":{\"66\":2}}],[\"miembro\",{\"1\":{\"10\":1,\"28\":1}}],[\"miembros\",{\"1\":{\"9\":1,\"28\":1,\"97\":1,\"111\":1}}],[\"móviles\",{\"1\":{\"71\":1}}],[\"móvil\",{\"0\":{\"38\":1}}],[\"muster\",{\"1\":{\"93\":1}}],[\"muy\",{\"1\":{\"23\":1,\"99\":1}}],[\"much\",{\"1\":{\"83\":1}}],[\"mucho\",{\"1\":{\"53\":1,\"54\":1}}],[\"muchos\",{\"1\":{\"13\":1,\"99\":1}}],[\"muchas\",{\"1\":{\"11\":1,\"72\":1}}],[\"memory\",{\"1\":{\"117\":1}}],[\"membresía\",{\"1\":{\"105\":1}}],[\"member\",{\"1\":{\"82\":1}}],[\"media\",{\"1\":{\"115\":1}}],[\"mediante\",{\"1\":{\"26\":1,\"71\":1}}],[\"medida\",{\"1\":{\"66\":1}}],[\"menus\",{\"1\":{\"116\":1,\"117\":1}}],[\"menu\",{\"1\":{\"114\":1,\"116\":2}}],[\"menor\",{\"1\":{\"71\":1}}],[\"mensajes\",{\"1\":{\"60\":1}}],[\"menciones\",{\"1\":{\"29\":1}}],[\"menciona\",{\"1\":{\"25\":1}}],[\"me\",{\"1\":{\"13\":1}}],[\"mejorada\",{\"1\":{\"71\":1}}],[\"mejoras\",{\"0\":{\"59\":1},\"1\":{\"66\":1}}],[\"mejoraron\",{\"1\":{\"99\":1}}],[\"mejorar\",{\"1\":{\"14\":1,\"17\":1,\"18\":1}}],[\"mejora\",{\"0\":{\"14\":1},\"1\":{\"7\":1,\"59\":1,\"70\":1}}],[\"mobile\",{\"1\":{\"114\":1,\"116\":1}}],[\"modals\",{\"1\":{\"116\":1}}],[\"mode\",{\"1\":{\"115\":2}}],[\"modernized\",{\"1\":{\"114\":1,\"116\":1}}],[\"moderar\",{\"1\":{\"35\":1}}],[\"moderación\",{\"0\":{\"35\":1}}],[\"moderador\",{\"1\":{\"11\":1,\"27\":1,\"35\":1}}],[\"modes\",{\"1\":{\"114\":1}}],[\"modelo\",{\"1\":{\"105\":1}}],[\"modular\",{\"1\":{\"99\":1}}],[\"more\",{\"1\":{\"90\":1,\"116\":2}}],[\"mostrar\",{\"1\":{\"60\":1}}],[\"motivo\",{\"1\":{\"25\":1}}],[\"movimiento\",{\"1\":{\"13\":1}}],[\"masonry\",{\"1\":{\"116\":1}}],[\"marca\",{\"1\":{\"103\":1}}],[\"marks\",{\"1\":{\"93\":1}}],[\"martin\",{\"1\":{\"51\":1}}],[\"maintenance\",{\"1\":{\"92\":1,\"119\":1}}],[\"mail\",{\"1\":{\"5\":1,\"51\":1,\"52\":1,\"93\":1}}],[\"make\",{\"1\":{\"89\":1,\"118\":1}}],[\"makes\",{\"1\":{\"81\":1}}],[\"made\",{\"1\":{\"82\":1,\"90\":1}}],[\"map\",{\"1\":{\"77\":1}}],[\"mapa\",{\"0\":{\"32\":1},\"1\":{\"77\":1}}],[\"mayo\",{\"1\":{\"49\":1,\"50\":1}}],[\"many\",{\"1\":{\"114\":1,\"116\":1}}],[\"mantenidos\",{\"1\":{\"66\":1}}],[\"mantenimiento\",{\"1\":{\"22\":1,\"23\":1,\"39\":1,\"107\":1}}],[\"mantener\",{\"1\":{\"16\":1}}],[\"manera\",{\"1\":{\"21\":1,\"53\":1,\"66\":1}}],[\"maneras\",{\"1\":{\"7\":1,\"16\":1,\"54\":1}}],[\"más\",{\"0\":{\"60\":1},\"1\":{\"0\":1,\"10\":1,\"11\":1,\"43\":1,\"45\":1,\"53\":1,\"54\":1,\"58\":1,\"60\":2,\"71\":2,\"97\":1}}],[\"2\",{\"0\":{\"70\":1},\"1\":{\"99\":1,\"102\":2}}],[\"21\",{\"1\":{\"56\":1,\"64\":1}}],[\"25\",{\"1\":{\"50\":1,\"75\":1}}],[\"200\",{\"1\":{\"90\":1}}],[\"2025\",{\"1\":{\"64\":1,\"75\":1}}],[\"2024\",{\"1\":{\"49\":1}}],[\"2018\",{\"1\":{\"50\":1}}],[\"20\",{\"1\":{\"49\":1,\"56\":1}}],[\"22527\",{\"1\":{\"44\":1}}],[\"2b55ahvgpm\",{\"1\":{\"4\":1}}],[\"2º\",{\"1\":{\"4\":1,\"43\":1}}],[\"dropdown\",{\"1\":{\"117\":1}}],[\"drop\",{\"1\":{\"117\":1}}],[\"drag\",{\"1\":{\"117\":1}}],[\"due\",{\"1\":{\"91\":1}}],[\"döring\",{\"1\":{\"51\":1}}],[\"donors\",{\"1\":{\"90\":1}}],[\"donantes\",{\"1\":{\"97\":1}}],[\"donations\",{\"0\":{\"92\":1,\"119\":1},\"1\":{\"91\":1,\"93\":2}}],[\"donation\",{\"1\":{\"89\":1,\"90\":1,\"92\":1,\"93\":3,\"119\":1}}],[\"donate\",{\"1\":{\"83\":1,\"120\":1}}],[\"donaciones\",{\"0\":{\"24\":1,\"107\":1},\"1\":{\"26\":1,\"97\":1}}],[\"donación\",{\"1\":{\"22\":1,\"23\":1,\"25\":4,\"36\":2,\"39\":1,\"86\":1,\"107\":1,\"111\":1}}],[\"donar\",{\"0\":{\"22\":1,\"23\":1,\"39\":1},\"1\":{\"7\":1,\"22\":1,\"39\":1,\"61\":1,\"67\":1,\"72\":1,\"78\":1,\"108\":1}}],[\"dos\",{\"1\":{\"66\":1}}],[\"docs\",{\"1\":{\"46\":1}}],[\"documentación\",{\"0\":{\"46\":1},\"1\":{\"20\":1}}],[\"domain\",{\"1\":{\"25\":2,\"93\":1}}],[\"doe\",{\"1\":{\"25\":2}}],[\"date\",{\"1\":{\"117\":1}}],[\"datos\",{\"0\":{\"71\":1},\"1\":{\"36\":1,\"50\":2,\"51\":1,\"53\":3,\"54\":3,\"55\":4,\"56\":4,\"71\":1}}],[\"day\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"dale\",{\"1\":{\"13\":1}}],[\"da\",{\"1\":{\"13\":1,\"20\":1}}],[\"directly\",{\"1\":{\"82\":1,\"116\":1}}],[\"dirección\",{\"1\":{\"25\":1,\"55\":1}}],[\"different\",{\"1\":{\"115\":1}}],[\"dificultan\",{\"1\":{\"66\":1}}],[\"diferentes\",{\"1\":{\"53\":1,\"54\":2,\"66\":1}}],[\"difunde\",{\"1\":{\"13\":1}}],[\"displayed\",{\"1\":{\"115\":1,\"117\":1}}],[\"display\",{\"1\":{\"114\":1,\"115\":1,\"117\":1}}],[\"disposición\",{\"1\":{\"55\":1}}],[\"disponibles\",{\"1\":{\"38\":1,\"66\":1,\"104\":1}}],[\"disponible\",{\"1\":{\"17\":1,\"22\":1,\"23\":1,\"37\":1,\"39\":1}}],[\"disabled\",{\"1\":{\"82\":1}}],[\"distancia\",{\"1\":{\"71\":1}}],[\"distinta\",{\"1\":{\"53\":1}}],[\"diseño\",{\"0\":{\"18\":1},\"1\":{\"18\":1}}],[\"discord\",{\"1\":{\"4\":2,\"5\":2,\"20\":1}}],[\"diversa\",{\"1\":{\"10\":1}}],[\"diversas\",{\"1\":{\"7\":1,\"16\":1}}],[\"dinero\",{\"1\":{\"22\":1,\"39\":1}}],[\"dinámica\",{\"1\":{\"10\":1}}],[\"dinamiza\",{\"0\":{\"10\":1}}],[\"devices\",{\"1\":{\"117\":1}}],[\"development\",{\"1\":{\"90\":1,\"92\":1,\"119\":1}}],[\"dependencias\",{\"1\":{\"106\":1}}],[\"dependiendo\",{\"1\":{\"55\":1}}],[\"definido\",{\"1\":{\"104\":1}}],[\"derivado\",{\"1\":{\"96\":1}}],[\"derecho\",{\"1\":{\"56\":10}}],[\"derechos\",{\"0\":{\"56\":1},\"1\":{\"50\":1,\"56\":1}}],[\"deductible\",{\"1\":{\"93\":1}}],[\"december\",{\"1\":{\"90\":1}}],[\"decisiones\",{\"1\":{\"35\":1}}],[\"debido\",{\"1\":{\"99\":2}}],[\"debate\",{\"1\":{\"66\":1}}],[\"debes\",{\"1\":{\"25\":1}}],[\"details\",{\"1\":{\"82\":1}}],[\"detalles\",{\"1\":{\"60\":1,\"71\":1}}],[\"detección\",{\"1\":{\"29\":1}}],[\"de81\",{\"1\":{\"24\":1,\"92\":1}}],[\"delegado\",{\"0\":{\"52\":1}}],[\"del\",{\"0\":{\"44\":1,\"47\":1,\"100\":1},\"1\":{\"11\":1,\"15\":1,\"16\":2,\"19\":1,\"20\":1,\"25\":1,\"28\":2,\"51\":1,\"53\":1,\"54\":1,\"55\":4,\"56\":2,\"58\":1,\"59\":2,\"60\":1,\"64\":1,\"66\":1,\"70\":2,\"71\":1,\"72\":1,\"75\":1,\"77\":1,\"96\":1,\"97\":1,\"104\":1,\"106\":1}}],[\"desktop\",{\"1\":{\"117\":1}}],[\"design\",{\"0\":{\"116\":1}}],[\"desired\",{\"1\":{\"91\":1}}],[\"desactivar\",{\"1\":{\"101\":1}}],[\"desarrollo\",{\"1\":{\"19\":1,\"22\":1,\"39\":1,\"58\":1,\"107\":1}}],[\"desarrollados\",{\"1\":{\"66\":1}}],[\"desarrollador\",{\"1\":{\"45\":1}}],[\"desarrolladores\",{\"0\":{\"4\":1,\"46\":1},\"1\":{\"12\":1,\"13\":1,\"14\":1,\"16\":1,\"20\":1,\"66\":1}}],[\"desarrollar\",{\"0\":{\"20\":1},\"1\":{\"7\":2,\"20\":1}}],[\"destacar\",{\"1\":{\"66\":1}}],[\"destinatario\",{\"1\":{\"55\":1}}],[\"destine\",{\"1\":{\"25\":1}}],[\"desde\",{\"1\":{\"50\":1,\"55\":1,\"77\":1}}],[\"desbloquear\",{\"1\":{\"35\":1}}],[\"después\",{\"1\":{\"25\":1}}],[\"deseas\",{\"1\":{\"14\":1,\"17\":1,\"21\":1,\"25\":1}}],[\"descubre\",{\"1\":{\"0\":1}}],[\"de\",{\"0\":{\"4\":1,\"11\":1,\"30\":1,\"43\":2,\"49\":1,\"50\":1,\"57\":2,\"64\":1,\"66\":1,\"76\":1,\"77\":1,\"86\":1,\"104\":1,\"111\":2},\"1\":{\"0\":1,\"7\":2,\"9\":4,\"10\":1,\"12\":1,\"13\":3,\"15\":2,\"16\":3,\"17\":1,\"18\":1,\"19\":1,\"20\":3,\"21\":1,\"23\":3,\"25\":2,\"26\":3,\"27\":3,\"28\":2,\"29\":4,\"32\":1,\"35\":3,\"36\":6,\"37\":1,\"38\":1,\"43\":1,\"49\":2,\"50\":7,\"51\":1,\"53\":2,\"54\":3,\"55\":7,\"56\":16,\"57\":2,\"58\":1,\"60\":5,\"64\":3,\"66\":3,\"71\":9,\"72\":1,\"77\":6,\"93\":1,\"96\":4,\"97\":4,\"98\":7,\"99\":1,\"100\":1,\"101\":5,\"102\":3,\"103\":2,\"104\":7,\"105\":7,\"106\":6,\"107\":2,\"111\":2}}],[\"6\",{\"1\":{\"55\":1}}],[\"60\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"622\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"hicisteis\",{\"1\":{\"97\":1}}],[\"here\",{\"1\":{\"91\":1}}],[\"helped\",{\"1\":{\"89\":1}}],[\"help\",{\"1\":{\"83\":1}}],[\"hello\",{\"1\":{\"5\":1}}],[\"h\",{\"1\":{\"64\":1,\"75\":1}}],[\"hora\",{\"1\":{\"55\":1}}],[\"holandés\",{\"1\":{\"37\":1}}],[\"happy\",{\"1\":{\"93\":1}}],[\"had\",{\"1\":{\"90\":1}}],[\"have\",{\"1\":{\"82\":1,\"114\":2,\"115\":1,\"116\":1}}],[\"hace\",{\"1\":{\"77\":1}}],[\"hacerlas\",{\"1\":{\"66\":1}}],[\"ha\",{\"1\":{\"60\":1,\"99\":1}}],[\"hay\",{\"1\":{\"53\":1}}],[\"hamburgo\",{\"1\":{\"44\":1}}],[\"han\",{\"1\":{\"26\":1,\"59\":1,\"60\":1,\"66\":1,\"77\":1,\"98\":1}}],[\"hasta\",{\"1\":{\"26\":1,\"66\":1}}],[\"has\",{\"1\":{\"14\":1,\"89\":1}}],[\"hashtags\",{\"1\":{\"9\":1,\"29\":1,\"33\":1}}],[\"habla\",{\"1\":{\"10\":1}}],[\"hablas\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"haz\",{\"1\":{\"7\":1}}],[\"haferstr\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"https\",{\"1\":{\"4\":1,\"5\":1,\"46\":1,\"47\":1,\"48\":1}}],[\"huß\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"v3\",{\"0\":{\"114\":1}}],[\"vue\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":1},\"2\":{\"110\":1,\"122\":1}}],[\"vuelven\",{\"1\":{\"98\":1}}],[\"vuelve\",{\"1\":{\"98\":1}}],[\"vídeo\",{\"1\":{\"60\":1}}],[\"válida\",{\"1\":{\"57\":1}}],[\"views\",{\"1\":{\"116\":1}}],[\"view\",{\"1\":{\"114\":1,\"115\":2}}],[\"via\",{\"1\":{\"91\":1,\"117\":1}}],[\"videoconferencia\",{\"0\":{\"76\":1}}],[\"vinculados\",{\"1\":{\"56\":1}}],[\"vigor\",{\"1\":{\"50\":1}}],[\"visualización\",{\"1\":{\"71\":1,\"98\":1}}],[\"vistos\",{\"1\":{\"55\":1}}],[\"vista\",{\"0\":{\"30\":1},\"1\":{\"28\":1,\"30\":1,\"36\":1}}],[\"visibles\",{\"1\":{\"104\":1}}],[\"visible\",{\"1\":{\"90\":1}}],[\"visibilidad\",{\"1\":{\"28\":1}}],[\"visita\",{\"1\":{\"11\":1}}],[\"vosotros\",{\"1\":{\"97\":1}}],[\"volumen\",{\"1\":{\"71\":1}}],[\"volverá\",{\"1\":{\"10\":1}}],[\"vorstand\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"vez\",{\"1\":{\"57\":1,\"64\":1,\"97\":1}}],[\"ven\",{\"1\":{\"54\":1}}],[\"ventana\",{\"1\":{\"31\":1,\"55\":1}}],[\"ves\",{\"1\":{\"20\":1}}],[\"very\",{\"1\":{\"83\":1,\"89\":1}}],[\"versiones\",{\"1\":{\"99\":1,\"100\":1,\"106\":1}}],[\"version\",{\"0\":{\"81\":1},\"1\":{\"81\":1,\"82\":1,\"114\":1}}],[\"versión\",{\"0\":{\"59\":1,\"70\":1},\"1\":{\"15\":1,\"57\":1,\"59\":1,\"70\":1,\"96\":3,\"99\":1}}],[\"ver\",{\"1\":{\"2\":1,\"35\":2,\"36\":2,\"58\":1,\"97\":1}}],[\"vacíos\",{\"1\":{\"60\":1}}],[\"various\",{\"1\":{\"116\":1}}],[\"varios\",{\"1\":{\"17\":1,\"70\":1,\"77\":1}}],[\"variedad\",{\"1\":{\"26\":1}}],[\"valgan\",{\"1\":{\"9\":1}}],[\"v\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":2,\"43\":1,\"92\":2,\"107\":1,\"119\":1}}],[\"emails\",{\"1\":{\"115\":1}}],[\"email\",{\"1\":{\"115\":1}}],[\"embedded\",{\"1\":{\"117\":1}}],[\"embellecimiento\",{\"1\":{\"71\":1}}],[\"embargo\",{\"1\":{\"39\":1}}],[\"e2e\",{\"1\":{\"106\":1}}],[\"eva\",{\"1\":{\"93\":1}}],[\"even\",{\"1\":{\"92\":1}}],[\"evento\",{\"1\":{\"29\":1}}],[\"eventos\",{\"1\":{\"19\":1,\"32\":1,\"33\":1,\"97\":1}}],[\"early\",{\"1\":{\"90\":1}}],[\"easier\",{\"1\":{\"81\":1}}],[\"eficaz\",{\"1\":{\"66\":1}}],[\"ejecutados\",{\"1\":{\"106\":1}}],[\"ejercer\",{\"1\":{\"56\":1}}],[\"ejemplo\",{\"1\":{\"25\":2,\"77\":1}}],[\"existing\",{\"1\":{\"115\":1}}],[\"existe\",{\"1\":{\"77\":1}}],[\"example\",{\"1\":{\"93\":1}}],[\"exacto\",{\"1\":{\"56\":1}}],[\"expected\",{\"1\":{\"90\":1}}],[\"express\",{\"1\":{\"90\":1}}],[\"excepto\",{\"1\":{\"36\":1}}],[\"extraídas\",{\"1\":{\"103\":1}}],[\"extranjero\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"extensivo\",{\"1\":{\"29\":1}}],[\"editar\",{\"1\":{\"35\":1}}],[\"editor\",{\"0\":{\"44\":1},\"1\":{\"29\":1,\"117\":1}}],[\"etc\",{\"1\":{\"19\":1,\"98\":1,\"106\":1}}],[\"erróneos\",{\"1\":{\"98\":1}}],[\"errores\",{\"0\":{\"98\":1,\"104\":1},\"1\":{\"59\":1,\"60\":1,\"70\":1}}],[\"error\",{\"1\":{\"14\":1,\"60\":1}}],[\"eres\",{\"1\":{\"10\":1}}],[\"eslint\",{\"1\":{\"103\":2}}],[\"esperamos\",{\"1\":{\"66\":1,\"77\":1}}],[\"especialmente\",{\"1\":{\"56\":1}}],[\"español\",{\"1\":{\"37\":1}}],[\"espacio\",{\"1\":{\"25\":1}}],[\"es\",{\"1\":{\"20\":1,\"23\":1,\"25\":1,\"51\":1,\"54\":1,\"57\":1,\"77\":1,\"98\":1,\"99\":1}}],[\"esté\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"estilos\",{\"1\":{\"29\":1}}],[\"este\",{\"0\":{\"43\":1},\"1\":{\"23\":2,\"60\":1,\"71\":1,\"107\":1}}],[\"estáticas\",{\"1\":{\"104\":2}}],[\"está\",{\"0\":{\"96\":1},\"1\":{\"17\":1,\"22\":1,\"23\":1,\"37\":1,\"39\":1,\"50\":1,\"76\":1,\"99\":1,\"104\":1}}],[\"están\",{\"1\":{\"11\":1,\"38\":1,\"53\":1}}],[\"estabilidad\",{\"1\":{\"59\":1}}],[\"esta\",{\"0\":{\"57\":1},\"1\":{\"57\":1,\"59\":1,\"64\":2,\"66\":1,\"70\":1,\"77\":1}}],[\"estados\",{\"1\":{\"102\":1}}],[\"estado\",{\"1\":{\"36\":1}}],[\"estadísticas\",{\"1\":{\"36\":1}}],[\"estamos\",{\"1\":{\"15\":1,\"20\":1,\"23\":1}}],[\"estarán\",{\"1\":{\"12\":1}}],[\"estrella\",{\"1\":{\"13\":1,\"20\":1}}],[\"estos\",{\"1\":{\"55\":1}}],[\"esto\",{\"1\":{\"12\":1,\"97\":2}}],[\"escribe\",{\"1\":{\"9\":1}}],[\"escribirlo\",{\"1\":{\"25\":1}}],[\"escribir\",{\"0\":{\"16\":1},\"1\":{\"7\":1,\"16\":1}}],[\"enfoque\",{\"1\":{\"99\":1}}],[\"end\",{\"1\":{\"90\":1}}],[\"ensures\",{\"1\":{\"90\":1}}],[\"enable\",{\"1\":{\"81\":1}}],[\"entrega\",{\"1\":{\"71\":1}}],[\"entre\",{\"1\":{\"66\":1,\"70\":1,\"99\":1}}],[\"entonces\",{\"1\":{\"20\":1}}],[\"encontrarás\",{\"1\":{\"60\":1}}],[\"encontrar\",{\"1\":{\"45\":1}}],[\"encontrado\",{\"1\":{\"14\":1}}],[\"encabezados\",{\"1\":{\"29\":1}}],[\"encarga\",{\"1\":{\"23\":1}}],[\"encantados\",{\"1\":{\"12\":1}}],[\"enlaces\",{\"1\":{\"98\":1}}],[\"enlace\",{\"0\":{\"76\":1},\"1\":{\"10\":1,\"13\":1,\"76\":1}}],[\"en\",{\"0\":{\"60\":1,\"71\":1,\"96\":1},\"1\":{\"7\":1,\"9\":3,\"10\":3,\"13\":3,\"14\":3,\"16\":1,\"17\":2,\"20\":7,\"21\":1,\"25\":1,\"28\":3,\"29\":1,\"36\":1,\"37\":1,\"38\":1,\"47\":1,\"48\":1,\"50\":1,\"54\":2,\"55\":1,\"56\":2,\"57\":2,\"60\":3,\"64\":1,\"65\":1,\"66\":3,\"71\":2,\"75\":1,\"77\":1,\"86\":1,\"97\":1,\"98\":1,\"99\":2,\"101\":1,\"102\":1,\"104\":2,\"106\":1,\"111\":1}}],[\"elements\",{\"1\":{\"114\":1}}],[\"electrónico\",{\"1\":{\"25\":1,\"34\":1,\"43\":1,\"44\":1,\"71\":2}}],[\"eliminado\",{\"1\":{\"106\":1}}],[\"eliminar\",{\"1\":{\"28\":1}}],[\"eligió\",{\"1\":{\"99\":1}}],[\"el\",{\"0\":{\"20\":1,\"25\":1,\"99\":1},\"1\":{\"7\":3,\"10\":2,\"11\":1,\"12\":2,\"13\":1,\"14\":3,\"16\":1,\"17\":1,\"18\":1,\"20\":2,\"21\":1,\"22\":3,\"25\":2,\"28\":1,\"35\":2,\"36\":1,\"38\":1,\"39\":3,\"49\":1,\"50\":3,\"53\":1,\"54\":1,\"55\":1,\"56\":9,\"58\":1,\"59\":1,\"60\":1,\"64\":1,\"66\":2,\"71\":1,\"75\":2,\"76\":1,\"77\":2,\"98\":1,\"99\":1,\"104\":1,\"107\":1,\"111\":1}}],[\"e\",{\"1\":{\"4\":1,\"5\":1,\"9\":2,\"16\":1,\"23\":1,\"24\":1,\"43\":1,\"51\":1,\"52\":1,\"66\":1,\"92\":1,\"93\":1,\"107\":1,\"119\":1}}],[\"aws\",{\"1\":{\"106\":1}}],[\"ajustes\",{\"1\":{\"98\":1,\"104\":1}}],[\"ajsx9dcsua\",{\"1\":{\"5\":1}}],[\"after\",{\"1\":{\"93\":1,\"105\":1}}],[\"afectados\",{\"1\":{\"54\":1}}],[\"about\",{\"0\":{\"82\":1,\"90\":1},\"1\":{\"82\":1,\"91\":1}}],[\"abierto\",{\"1\":{\"7\":1,\"20\":1,\"23\":1,\"66\":1,\"107\":1}}],[\"abiertopara\",{\"1\":{\"0\":1}}],[\"ayúdanos\",{\"1\":{\"72\":1}}],[\"ayuda\",{\"0\":{\"20\":1},\"1\":{\"7\":1,\"9\":1,\"11\":1,\"12\":1,\"16\":2,\"86\":1,\"111\":1}}],[\"ayudar\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"17\":1,\"19\":1}}],[\"again\",{\"1\":{\"117\":2}}],[\"agosto\",{\"1\":{\"64\":1}}],[\"agradecimiento\",{\"1\":{\"97\":1}}],[\"agradecidos\",{\"1\":{\"23\":1}}],[\"agradecidas\",{\"1\":{\"11\":1}}],[\"agradable\",{\"1\":{\"9\":1}}],[\"agrega\",{\"1\":{\"9\":1}}],[\"arranges\",{\"1\":{\"116\":1}}],[\"are\",{\"1\":{\"82\":1,\"92\":1,\"93\":2,\"115\":1}}],[\"argumentos\",{\"1\":{\"77\":1}}],[\"archivos\",{\"1\":{\"60\":2}}],[\"artículos\",{\"1\":{\"56\":1}}],[\"art\",{\"1\":{\"55\":1,\"56\":9}}],[\"acelera\",{\"1\":{\"70\":1}}],[\"accepted\",{\"1\":{\"93\":1}}],[\"accede\",{\"1\":{\"55\":2}}],[\"acceso\",{\"0\":{\"55\":1},\"1\":{\"55\":2}}],[\"acuerdo\",{\"1\":{\"50\":1,\"55\":1,\"56\":3}}],[\"action\",{\"1\":{\"82\":1}}],[\"actividades\",{\"1\":{\"55\":1}}],[\"activar\",{\"1\":{\"28\":1,\"36\":1}}],[\"activas\",{\"0\":{\"9\":1},\"1\":{\"7\":1}}],[\"actual\",{\"1\":{\"57\":1,\"58\":1,\"96\":1}}],[\"actualizaciones\",{\"1\":{\"60\":1,\"106\":1}}],[\"actualizado\",{\"1\":{\"49\":1,\"99\":1,\"102\":1}}],[\"actualidad\",{\"0\":{\"57\":1}}],[\"available\",{\"1\":{\"90\":1,\"115\":1}}],[\"avanzadas\",{\"1\":{\"26\":1}}],[\"aviso\",{\"0\":{\"42\":1},\"1\":{\"60\":1,\"98\":1}}],[\"aquí\",{\"0\":{\"96\":1},\"1\":{\"39\":1,\"45\":1,\"57\":1,\"58\":1,\"76\":1}}],[\"ahora\",{\"1\":{\"26\":1,\"66\":1,\"96\":1}}],[\"amplitud\",{\"1\":{\"77\":1}}],[\"ampliarse\",{\"1\":{\"26\":1}}],[\"ambos\",{\"1\":{\"66\":2,\"77\":1}}],[\"amigos\",{\"1\":{\"9\":1,\"10\":1}}],[\"amigables\",{\"1\":{\"9\":1}}],[\"at\",{\"1\":{\"25\":3,\"90\":2,\"93\":2}}],[\"assigned\",{\"1\":{\"117\":1}}],[\"as\",{\"1\":{\"91\":2,\"93\":1}}],[\"así\",{\"1\":{\"77\":1}}],[\"asegúrate\",{\"1\":{\"25\":1}}],[\"asociación\",{\"0\":{\"4\":1},\"1\":{\"13\":1,\"23\":1,\"55\":2}}],[\"added\",{\"1\":{\"115\":1}}],[\"address\",{\"1\":{\"93\":1}}],[\"addition\",{\"1\":{\"82\":1}}],[\"además\",{\"1\":{\"59\":1,\"66\":1}}],[\"adecuados\",{\"1\":{\"20\":1}}],[\"adaptarse\",{\"1\":{\"57\":1}}],[\"administración\",{\"0\":{\"36\":1}}],[\"administradores\",{\"1\":{\"97\":1}}],[\"administrador\",{\"1\":{\"27\":1,\"28\":2,\"36\":1,\"101\":1}}],[\"adicional\",{\"1\":{\"22\":1}}],[\"animations\",{\"1\":{\"116\":1}}],[\"an\",{\"1\":{\"115\":1}}],[\"anuncios\",{\"1\":{\"97\":1}}],[\"and\",{\"1\":{\"82\":1,\"90\":1,\"92\":1,\"93\":3,\"114\":3,\"116\":3,\"119\":2}}],[\"android\",{\"1\":{\"38\":1}}],[\"analizar\",{\"1\":{\"66\":1}}],[\"anton\",{\"1\":{\"64\":1}}],[\"antes\",{\"1\":{\"15\":1,\"25\":1}}],[\"anclar\",{\"1\":{\"36\":1,\"86\":1},\"2\":{\"88\":1}}],[\"anímalos\",{\"1\":{\"16\":1}}],[\"automatically\",{\"1\":{\"117\":1}}],[\"automática\",{\"1\":{\"29\":1,\"71\":1}}],[\"auto\",{\"1\":{\"106\":1}}],[\"author\",{\"1\":{\"82\":2}}],[\"aumentar\",{\"1\":{\"77\":1}}],[\"aunque\",{\"1\":{\"66\":1}}],[\"audiencia\",{\"1\":{\"10\":1}}],[\"augsburg\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"albanian\",{\"1\":{\"114\":1,\"115\":1}}],[\"alcance\",{\"1\":{\"99\":1}}],[\"alcanzar\",{\"1\":{\"66\":1}}],[\"also\",{\"1\":{\"93\":1}}],[\"already\",{\"1\":{\"90\":1}}],[\"all\",{\"0\":{\"90\":1},\"1\":{\"90\":1,\"115\":2}}],[\"allí\",{\"1\":{\"10\":1}}],[\"algún\",{\"1\":{\"77\":1}}],[\"algunos\",{\"1\":{\"59\":1}}],[\"alguna\",{\"1\":{\"25\":1}}],[\"almacenarán\",{\"1\":{\"55\":1}}],[\"almacenados\",{\"1\":{\"55\":1}}],[\"almacenamiento\",{\"1\":{\"55\":1}}],[\"almacenan\",{\"1\":{\"53\":1,\"54\":1}}],[\"alemán\",{\"1\":{\"37\":1}}],[\"alemania\",{\"1\":{\"4\":1,\"24\":2,\"43\":1,\"44\":1}}],[\"alternative\",{\"1\":{\"13\":1}}],[\"al\",{\"0\":{\"18\":1,\"55\":1},\"1\":{\"13\":2,\"20\":1,\"25\":1,\"53\":1,\"54\":1,\"56\":1,\"60\":1,\"66\":1,\"99\":1}}],[\"añade\",{\"1\":{\"9\":1}}],[\"appear\",{\"1\":{\"116\":1}}],[\"appears\",{\"1\":{\"82\":1}}],[\"apoyo\",{\"1\":{\"72\":1}}],[\"apoya\",{\"0\":{\"8\":1,\"61\":1,\"67\":1,\"72\":1,\"108\":1},\"1\":{\"7\":1,\"39\":1,\"107\":1}}],[\"apoyarnos\",{\"1\":{\"22\":1}}],[\"apoyarte\",{\"1\":{\"12\":1}}],[\"apoyar\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"23\":1}}],[\"aplicaciones\",{\"0\":{\"53\":1},\"1\":{\"53\":1,\"77\":1}}],[\"aplicación\",{\"0\":{\"38\":1},\"1\":{\"38\":1,\"55\":1,\"77\":1}}],[\"aprobación\",{\"1\":{\"106\":1}}],[\"aprovechar\",{\"1\":{\"66\":1}}],[\"aprovechamiento\",{\"1\":{\"66\":1}}],[\"aproximada\",{\"1\":{\"9\":1}}],[\"aprender\",{\"0\":{\"45\":1}}],[\"apruebas\",{\"1\":{\"20\":1}}],[\"a\",{\"0\":{\"15\":1,\"20\":1,\"61\":1,\"67\":1,\"72\":1,\"102\":1},\"1\":{\"7\":2,\"9\":3,\"10\":5,\"13\":1,\"14\":1,\"16\":2,\"17\":1,\"19\":1,\"27\":2,\"50\":2,\"53\":1,\"54\":1,\"55\":4,\"56\":2,\"57\":2,\"64\":1,\"66\":2,\"71\":1,\"75\":1,\"76\":1,\"77\":2,\"82\":3,\"86\":1,\"90\":2,\"93\":3,\"96\":1,\"97\":3,\"98\":2,\"99\":2,\"102\":1,\"103\":1,\"107\":1,\"111\":1,\"114\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"check\",{\"1\":{\"118\":1}}],[\"choose\",{\"1\":{\"115\":1}}],[\"changelog\",{\"0\":{\"100\":1}}],[\"change\",{\"1\":{\"82\":1}}],[\"chats\",{\"0\":{\"118\":1},\"1\":{\"118\":2}}],[\"chat\",{\"0\":{\"31\":1,\"111\":1},\"1\":{\"31\":1,\"59\":1,\"60\":1,\"111\":1,\"115\":1},\"2\":{\"113\":1}}],[\"chatear\",{\"1\":{\"20\":1}}],[\"cypress\",{\"1\":{\"106\":1}}],[\"ci\",{\"0\":{\"106\":1}}],[\"cta\",{\"1\":{\"104\":1}}],[\"css\",{\"1\":{\"103\":1}}],[\"círculo\",{\"1\":{\"102\":1}}],[\"crashes\",{\"1\":{\"117\":1}}],[\"crash\",{\"1\":{\"104\":1}}],[\"crowdfunding\",{\"0\":{\"86\":1,\"89\":1,\"91\":1,\"111\":1,\"118\":1},\"1\":{\"90\":2,\"91\":1,\"92\":1,\"97\":1,\"118\":1}}],[\"creciente\",{\"1\":{\"26\":1}}],[\"creación\",{\"1\":{\"101\":1}}],[\"crear\",{\"1\":{\"19\":1,\"27\":1}}],[\"crea\",{\"1\":{\"9\":1,\"14\":1}}],[\"close\",{\"1\":{\"117\":1}}],[\"clase\",{\"1\":{\"103\":1}}],[\"clave\",{\"0\":{\"71\":1}}],[\"click\",{\"1\":{\"82\":1}}],[\"clic\",{\"1\":{\"7\":1}}],[\"certain\",{\"1\":{\"117\":1}}],[\"certificate\",{\"1\":{\"93\":1}}],[\"cerrado\",{\"1\":{\"28\":1}}],[\"celebrará\",{\"1\":{\"66\":1}}],[\"cest\",{\"1\":{\"64\":1,\"75\":1}}],[\"currentuser\",{\"1\":{\"104\":1}}],[\"cuyo\",{\"1\":{\"56\":1}}],[\"cuando\",{\"1\":{\"55\":1,\"57\":1,\"60\":1,\"104\":1}}],[\"cuales\",{\"1\":{\"53\":1}}],[\"cuál\",{\"1\":{\"54\":1}}],[\"cuánto\",{\"1\":{\"53\":1,\"54\":1}}],[\"cuestión\",{\"1\":{\"77\":1}}],[\"cuestan\",{\"1\":{\"22\":1,\"39\":1}}],[\"cuenta\",{\"0\":{\"24\":1},\"1\":{\"56\":1}}],[\"caché\",{\"1\":{\"106\":1}}],[\"capó\",{\"0\":{\"99\":1}}],[\"campo\",{\"1\":{\"104\":1}}],[\"campaigns\",{\"0\":{\"91\":1},\"1\":{\"92\":1}}],[\"campaign\",{\"0\":{\"89\":1},\"1\":{\"90\":2}}],[\"campaña\",{\"0\":{\"86\":1},\"1\":{\"97\":1}}],[\"cambio\",{\"1\":{\"66\":1,\"104\":1}}],[\"cambios\",{\"1\":{\"20\":1,\"57\":1,\"60\":1,\"71\":1,\"96\":1,\"99\":1}}],[\"can\",{\"1\":{\"82\":1,\"93\":2,\"115\":1,\"117\":1,\"118\":1}}],[\"canales\",{\"1\":{\"16\":1}}],[\"cases\",{\"1\":{\"82\":1,\"93\":1}}],[\"caso\",{\"1\":{\"54\":2}}],[\"cards\",{\"1\":{\"116\":1}}],[\"característica\",{\"1\":{\"77\":1}}],[\"características\",{\"0\":{\"26\":1},\"1\":{\"26\":2}}],[\"cargan\",{\"1\":{\"71\":1}}],[\"cargar\",{\"1\":{\"60\":1}}],[\"carga\",{\"1\":{\"60\":1,\"70\":1,\"102\":1}}],[\"categorías\",{\"1\":{\"29\":1,\"98\":1,\"104\":1}}],[\"cada\",{\"1\":{\"23\":1,\"54\":2,\"96\":1}}],[\"codificación\",{\"1\":{\"104\":1}}],[\"coderabbit\",{\"1\":{\"101\":1}}],[\"collect\",{\"1\":{\"91\":1}}],[\"colaboración\",{\"1\":{\"77\":1}}],[\"cosas\",{\"1\":{\"70\":1}}],[\"corrige\",{\"1\":{\"70\":1}}],[\"corrected\",{\"1\":{\"117\":1}}],[\"correctly\",{\"1\":{\"117\":2}}],[\"correcta\",{\"1\":{\"98\":1}}],[\"correctamente\",{\"1\":{\"98\":1}}],[\"correcciones\",{\"0\":{\"104\":1},\"1\":{\"106\":1}}],[\"corregidos\",{\"0\":{\"98\":1}}],[\"corregido\",{\"1\":{\"59\":1,\"60\":2,\"98\":1}}],[\"corresponde\",{\"1\":{\"55\":2}}],[\"correos\",{\"1\":{\"98\":1,\"104\":1}}],[\"correo\",{\"1\":{\"25\":1,\"34\":1,\"43\":1,\"44\":1,\"71\":2}}],[\"coordina\",{\"1\":{\"23\":1}}],[\"commando\",{\"1\":{\"101\":1}}],[\"comment\",{\"1\":{\"82\":1}}],[\"commenting\",{\"0\":{\"81\":1},\"1\":{\"81\":1}}],[\"community\",{\"1\":{\"47\":1,\"48\":1}}],[\"común\",{\"1\":{\"77\":1}}],[\"comunes\",{\"1\":{\"66\":1}}],[\"comunidad\",{\"1\":{\"16\":1,\"26\":1}}],[\"comunicación\",{\"1\":{\"16\":1}}],[\"comenzamos\",{\"1\":{\"96\":1}}],[\"comenzar\",{\"0\":{\"40\":1}}],[\"comentarios\",{\"1\":{\"29\":1,\"35\":2}}],[\"comentario\",{\"1\":{\"27\":1}}],[\"comentas\",{\"1\":{\"20\":1}}],[\"comenta\",{\"1\":{\"9\":1}}],[\"com\",{\"1\":{\"25\":2,\"47\":1,\"48\":1}}],[\"comillas\",{\"1\":{\"25\":1}}],[\"components\",{\"1\":{\"116\":1}}],[\"componentes\",{\"1\":{\"66\":1}}],[\"compatibilidad\",{\"1\":{\"103\":1}}],[\"compartida\",{\"1\":{\"111\":1}}],[\"compartido\",{\"1\":{\"66\":1}}],[\"comparación\",{\"1\":{\"13\":1}}],[\"complejidad\",{\"1\":{\"99\":1}}],[\"compleja\",{\"1\":{\"99\":1}}],[\"completed\",{\"1\":{\"90\":1,\"115\":1}}],[\"completa\",{\"1\":{\"31\":1}}],[\"completar\",{\"1\":{\"17\":1}}],[\"compiten\",{\"1\":{\"66\":1}}],[\"como\",{\"1\":{\"9\":1,\"11\":1,\"13\":1,\"25\":1,\"38\":1,\"45\":1,\"55\":1,\"64\":1,\"77\":1,\"97\":1,\"99\":1,\"102\":1}}],[\"conectar\",{\"1\":{\"77\":2}}],[\"consistent\",{\"1\":{\"116\":1}}],[\"consolidadas\",{\"1\":{\"106\":1}}],[\"conseguimos\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"consentimientos\",{\"1\":{\"56\":1}}],[\"consulta\",{\"1\":{\"104\":1,\"105\":1}}],[\"consulte\",{\"1\":{\"71\":1}}],[\"consumo\",{\"1\":{\"71\":1}}],[\"conjunto\",{\"1\":{\"66\":1}}],[\"config\",{\"1\":{\"103\":1}}],[\"configuración\",{\"1\":{\"55\":1}}],[\"conferencia\",{\"1\":{\"64\":1,\"76\":1}}],[\"conceptos\",{\"1\":{\"19\":1}}],[\"conocimiento\",{\"1\":{\"12\":1}}],[\"conocernos\",{\"1\":{\"20\":1}}],[\"conocer\",{\"1\":{\"10\":1}}],[\"con\",{\"0\":{\"59\":1},\"1\":{\"9\":1,\"10\":1,\"12\":2,\"14\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":1,\"29\":1,\"35\":1,\"36\":2,\"39\":1,\"50\":1,\"55\":1,\"56\":4,\"59\":1,\"66\":1,\"72\":1,\"77\":2,\"86\":1,\"96\":1,\"97\":1,\"99\":1,\"107\":1,\"111\":1}}],[\"conviértete\",{\"1\":{\"9\":1}}],[\"contar\",{\"1\":{\"66\":1,\"77\":1}}],[\"contact\",{\"1\":{\"93\":1}}],[\"contactarte\",{\"1\":{\"25\":1}}],[\"contacto\",{\"0\":{\"3\":1},\"1\":{\"43\":1}}],[\"continuación\",{\"1\":{\"50\":1,\"53\":1,\"54\":1,\"66\":1}}],[\"continuidad\",{\"1\":{\"39\":1}}],[\"contraseñas\",{\"1\":{\"36\":1}}],[\"contribute\",{\"1\":{\"83\":1,\"120\":1}}],[\"contribución\",{\"1\":{\"23\":1}}],[\"contribuir\",{\"0\":{\"6\":1,\"7\":1,\"18\":1},\"1\":{\"14\":1,\"61\":1,\"108\":1}}],[\"content\",{\"1\":{\"115\":1,\"116\":1,\"117\":1}}],[\"contentos\",{\"1\":{\"20\":1}}],[\"contenga\",{\"1\":{\"96\":1}}],[\"contenido\",{\"0\":{\"44\":1},\"1\":{\"29\":1}}],[\"contáctanos\",{\"1\":{\"14\":1,\"17\":1,\"18\":1,\"19\":1,\"21\":1,\"25\":1}}],[\"contáctalo\",{\"1\":{\"11\":1}}],[\"co\",{\"1\":{\"7\":2}}],[\"cómo\",{\"0\":{\"7\":1,\"75\":1},\"1\":{\"66\":1,\"75\":1}}],[\"código\",{\"1\":{\"0\":1,\"7\":1,\"20\":2,\"23\":1,\"66\":1,\"107\":1}}],[\"llevará\",{\"1\":{\"96\":1}}],[\"línea\",{\"1\":{\"64\":1}}],[\"links\",{\"1\":{\"115\":1}}],[\"link\",{\"1\":{\"115\":1}}],[\"linting\",{\"1\":{\"105\":1}}],[\"limpieza\",{\"1\":{\"105\":1}}],[\"like\",{\"1\":{\"90\":1,\"119\":1}}],[\"listo\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"lista\",{\"1\":{\"35\":1}}],[\"listas\",{\"1\":{\"29\":1}}],[\"lit\",{\"1\":{\"55\":1}}],[\"librería\",{\"1\":{\"102\":1}}],[\"libre\",{\"0\":{\"0\":1},\"1\":{\"0\":1,\"7\":1,\"12\":1,\"20\":1,\"107\":1}}],[\"longer\",{\"1\":{\"117\":1}}],[\"loading\",{\"1\":{\"116\":1}}],[\"look\",{\"1\":{\"116\":1}}],[\"locales\",{\"1\":{\"104\":1}}],[\"location\",{\"1\":{\"92\":1}}],[\"log\",{\"1\":{\"82\":1}}],[\"lo\",{\"0\":{\"60\":1},\"1\":{\"25\":1,\"77\":2,\"97\":1}}],[\"los\",{\"0\":{\"71\":1},\"1\":{\"9\":1,\"16\":1,\"35\":1,\"36\":1,\"50\":1,\"53\":2,\"54\":2,\"55\":1,\"56\":4,\"60\":1,\"66\":2,\"71\":1,\"86\":1,\"97\":2,\"98\":3,\"99\":2,\"111\":1}}],[\"lugar\",{\"1\":{\"9\":1,\"64\":1}}],[\"leaks\",{\"1\":{\"117\":1}}],[\"lectures\",{\"2\":{\"68\":1,\"79\":1}}],[\"ley\",{\"1\":{\"56\":1}}],[\"le\",{\"1\":{\"50\":1,\"53\":1,\"54\":1,\"56\":1}}],[\"legítimo\",{\"1\":{\"55\":1}}],[\"legales\",{\"1\":{\"57\":1}}],[\"legal\",{\"0\":{\"42\":1},\"1\":{\"55\":1,\"98\":1}}],[\"legibles\",{\"1\":{\"9\":1}}],[\"leer\",{\"1\":{\"9\":1,\"56\":1}}],[\"layout\",{\"1\":{\"116\":2}}],[\"language\",{\"1\":{\"116\":1,\"117\":1}}],[\"languages\",{\"1\":{\"114\":1,\"115\":2},\"2\":{\"122\":1}}],[\"landscape\",{\"1\":{\"114\":1,\"115\":2}}],[\"lanzamiento\",{\"1\":{\"15\":1}}],[\"launched\",{\"1\":{\"90\":1}}],[\"lateral\",{\"1\":{\"31\":1}}],[\"la\",{\"0\":{\"14\":1,\"43\":1,\"70\":1},\"1\":{\"7\":1,\"9\":1,\"10\":4,\"13\":3,\"14\":1,\"15\":1,\"16\":1,\"17\":2,\"18\":2,\"19\":1,\"23\":2,\"26\":1,\"28\":3,\"29\":2,\"35\":1,\"36\":3,\"37\":1,\"50\":1,\"55\":3,\"56\":2,\"57\":1,\"59\":1,\"60\":1,\"70\":1,\"71\":3,\"76\":1,\"77\":2,\"98\":1,\"99\":2,\"102\":2}}],[\"las\",{\"0\":{\"9\":1},\"1\":{\"2\":1,\"7\":1,\"9\":1,\"15\":1,\"17\":1,\"26\":1,\"38\":1,\"53\":1,\"58\":1,\"64\":1,\"66\":6,\"70\":1,\"71\":3,\"75\":1,\"77\":1,\"86\":1,\"97\":2,\"98\":1,\"100\":1,\"101\":1,\"102\":1}}],[\"two\",{\"1\":{\"114\":1,\"115\":1}}],[\"that\",{\"1\":{\"90\":2,\"93\":1}}],[\"thanks\",{\"1\":{\"90\":1}}],[\"thank\",{\"0\":{\"89\":1},\"1\":{\"83\":1}}],[\"this\",{\"1\":{\"82\":2,\"90\":2,\"91\":3,\"119\":1}}],[\"there\",{\"1\":{\"93\":1}}],[\"their\",{\"1\":{\"82\":1}}],[\"the\",{\"0\":{\"89\":1,\"93\":1},\"1\":{\"81\":1,\"82\":11,\"90\":8,\"92\":3,\"93\":3,\"114\":1,\"115\":1,\"116\":1,\"117\":2,\"118\":1,\"119\":1}}],[\"tab\",{\"1\":{\"117\":1}}],[\"tax\",{\"1\":{\"93\":1}}],[\"target\",{\"1\":{\"90\":1}}],[\"tanto\",{\"1\":{\"77\":2}}],[\"tamaño\",{\"1\":{\"55\":1}}],[\"también\",{\"1\":{\"20\":1,\"25\":1,\"36\":1,\"77\":1}}],[\"técnicos\",{\"1\":{\"57\":1}}],[\"través\",{\"1\":{\"77\":1}}],[\"trata\",{\"0\":{\"66\":1,\"77\":1}}],[\"tratamiento\",{\"1\":{\"50\":1,\"51\":1,\"56\":2}}],[\"tranelis\",{\"1\":{\"64\":1}}],[\"translated\",{\"1\":{\"115\":1}}],[\"translations\",{\"1\":{\"115\":2}}],[\"transfers\",{\"1\":{\"93\":1}}],[\"transferencia\",{\"1\":{\"55\":1}}],[\"transferencias\",{\"1\":{\"25\":1}}],[\"transmiten\",{\"1\":{\"55\":1}}],[\"traducir\",{\"1\":{\"17\":1}}],[\"triodos\",{\"1\":{\"24\":1,\"92\":1}}],[\"troddef1\",{\"1\":{\"24\":1,\"92\":1}}],[\"todos\",{\"1\":{\"55\":1,\"60\":1,\"99\":1}}],[\"todas\",{\"1\":{\"2\":1}}],[\"to\",{\"0\":{\"81\":1},\"1\":{\"13\":1,\"81\":1,\"82\":3,\"89\":1,\"90\":4,\"91\":2,\"92\":1,\"93\":3,\"119\":1}}],[\"time\",{\"1\":{\"117\":1}}],[\"tiempo\",{\"1\":{\"53\":1,\"54\":1,\"77\":2}}],[\"tienen\",{\"1\":{\"66\":1}}],[\"tiene\",{\"1\":{\"50\":1}}],[\"tienes\",{\"1\":{\"25\":1}}],[\"tipos\",{\"1\":{\"13\":1,\"29\":1,\"53\":1,\"54\":2}}],[\"ti\",{\"1\":{\"9\":2}}],[\"teasers\",{\"1\":{\"117\":1}}],[\"tests\",{\"1\":{\"104\":1,\"106\":1}}],[\"tecnológicas\",{\"1\":{\"66\":1}}],[\"technical\",{\"1\":{\"82\":1}}],[\"tech\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"tema\",{\"1\":{\"64\":1,\"66\":1}}],[\"tendrá\",{\"1\":{\"64\":1}}],[\"tengan\",{\"1\":{\"111\":1}}],[\"tenga\",{\"1\":{\"56\":1}}],[\"tercer\",{\"1\":{\"55\":1}}],[\"terceros\",{\"1\":{\"29\":1,\"55\":1}}],[\"texto\",{\"1\":{\"29\":1,\"56\":1,\"60\":1}}],[\"te\",{\"0\":{\"15\":1,\"16\":1,\"18\":1,\"19\":1},\"1\":{\"7\":4,\"19\":1,\"20\":1,\"72\":1,\"107\":1}}],[\"teléfono\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"tus\",{\"1\":{\"9\":1,\"10\":1}}],[\"tu\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1},\"1\":{\"0\":1,\"7\":2,\"9\":3,\"10\":2,\"11\":1,\"12\":1,\"13\":1,\"25\":2,\"39\":1,\"66\":1,\"72\":1,\"77\":1,\"86\":1,\"111\":1}}],[\"picker\",{\"1\":{\"117\":1}}],[\"pi\",{\"0\":{\"96\":1},\"1\":{\"97\":1,\"99\":1}}],[\"pins\",{\"1\":{\"101\":1},\"2\":{\"95\":1}}],[\"pinned\",{\"1\":{\"90\":1}}],[\"pin\",{\"1\":{\"89\":1}}],[\"pilas\",{\"1\":{\"66\":1}}],[\"please\",{\"1\":{\"83\":1,\"93\":2,\"119\":1}}],[\"platforms\",{\"1\":{\"115\":1}}],[\"plataformas\",{\"1\":{\"77\":1}}],[\"plataforma\",{\"1\":{\"13\":2}}],[\"plan\",{\"1\":{\"91\":1}}],[\"planned\",{\"0\":{\"91\":1}}],[\"planificadas\",{\"1\":{\"58\":1}}],[\"planificar\",{\"1\":{\"19\":1}}],[\"párr\",{\"1\":{\"56\":1}}],[\"párrafo\",{\"1\":{\"55\":1}}],[\"páginas\",{\"1\":{\"71\":1,\"98\":1,\"104\":2}}],[\"página\",{\"1\":{\"55\":1}}],[\"públicamente\",{\"1\":{\"55\":1}}],[\"público\",{\"1\":{\"28\":1,\"55\":1}}],[\"pwa\",{\"1\":{\"38\":1}}],[\"possible\",{\"1\":{\"89\":1,\"91\":1}}],[\"post\",{\"1\":{\"82\":2}}],[\"posts\",{\"1\":{\"82\":1,\"89\":1,\"90\":1,\"114\":1,\"115\":2},\"2\":{\"95\":1}}],[\"posibilidades\",{\"1\":{\"77\":1}}],[\"posible\",{\"1\":{\"25\":1,\"97\":2}}],[\"pocas\",{\"0\":{\"71\":1}}],[\"podemos\",{\"1\":{\"66\":1}}],[\"podamos\",{\"1\":{\"25\":1}}],[\"ponemos\",{\"1\":{\"55\":1}}],[\"política\",{\"0\":{\"49\":1},\"1\":{\"98\":1}}],[\"polaco\",{\"1\":{\"37\":1}}],[\"portabilidad\",{\"1\":{\"56\":1}}],[\"portugués\",{\"1\":{\"37\":1}}],[\"por\",{\"0\":{\"1\":1},\"1\":{\"11\":1,\"14\":1,\"17\":1,\"21\":1,\"23\":1,\"25\":1,\"32\":1,\"33\":1,\"34\":1,\"55\":3,\"64\":1,\"66\":2,\"71\":2,\"72\":1,\"77\":3,\"100\":1}}],[\"page\",{\"1\":{\"115\":1}}],[\"pago\",{\"1\":{\"25\":1}}],[\"paquetes\",{\"1\":{\"106\":1}}],[\"packages\",{\"0\":{\"103\":1}}],[\"package\",{\"0\":{\"103\":1},\"1\":{\"106\":1}}],[\"paso\",{\"1\":{\"99\":1}}],[\"paved\",{\"1\":{\"90\":1}}],[\"país\",{\"1\":{\"55\":1}}],[\"países\",{\"1\":{\"55\":1}}],[\"pantalla\",{\"1\":{\"31\":1}}],[\"palabras\",{\"0\":{\"71\":1}}],[\"palabra\",{\"1\":{\"13\":1}}],[\"partir\",{\"1\":{\"96\":1}}],[\"participación\",{\"1\":{\"66\":1,\"77\":1}}],[\"participativas\",{\"1\":{\"11\":1}}],[\"participar\",{\"0\":{\"7\":1},\"1\":{\"21\":1,\"67\":1,\"72\":1,\"78\":1}}],[\"partícipes\",{\"1\":{\"66\":1}}],[\"parte\",{\"1\":{\"28\":1,\"36\":1,\"64\":1}}],[\"pareja\",{\"1\":{\"20\":1}}],[\"paralelo\",{\"1\":{\"106\":1}}],[\"parametrización\",{\"1\":{\"105\":1}}],[\"para\",{\"0\":{\"0\":1,\"21\":1,\"24\":1,\"46\":1,\"75\":1,\"111\":1},\"1\":{\"7\":1,\"9\":1,\"11\":1,\"13\":1,\"14\":1,\"15\":1,\"18\":1,\"19\":1,\"20\":1,\"25\":3,\"38\":1,\"53\":1,\"55\":1,\"66\":1,\"71\":2,\"75\":1,\"77\":2,\"101\":3,\"102\":1,\"103\":1,\"104\":4}}],[\"permisos\",{\"1\":{\"104\":1}}],[\"permite\",{\"1\":{\"97\":1,\"99\":1}}],[\"período\",{\"1\":{\"55\":1}}],[\"personalizado\",{\"1\":{\"104\":1}}],[\"personales\",{\"1\":{\"50\":1,\"51\":1,\"53\":2,\"54\":2,\"55\":1,\"56\":1}}],[\"persona\",{\"0\":{\"51\":1}}],[\"personas\",{\"1\":{\"10\":1,\"66\":1}}],[\"pero\",{\"1\":{\"22\":1,\"99\":1}}],[\"perfiles\",{\"1\":{\"71\":1}}],[\"perfil\",{\"1\":{\"9\":2,\"27\":1,\"28\":1}}],[\"pena\",{\"1\":{\"9\":1}}],[\"purpose\",{\"0\":{\"93\":1},\"1\":{\"92\":1,\"93\":1}}],[\"pueda\",{\"1\":{\"56\":1}}],[\"puedan\",{\"1\":{\"55\":1,\"86\":1}}],[\"pueden\",{\"1\":{\"26\":1,\"35\":1,\"36\":1,\"55\":1,\"97\":1,\"101\":1}}],[\"puede\",{\"1\":{\"13\":1,\"56\":2,\"57\":1,\"77\":1}}],[\"puedes\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"12\":1,\"20\":1,\"22\":1,\"23\":1,\"45\":1,\"58\":1}}],[\"publicada\",{\"0\":{\"70\":1},\"1\":{\"57\":1}}],[\"publicación\",{\"0\":{\"65\":1},\"1\":{\"27\":2,\"28\":1,\"29\":4,\"65\":1}}],[\"publicaciones\",{\"0\":{\"29\":1,\"30\":1,\"96\":1},\"1\":{\"9\":3,\"28\":1,\"33\":1,\"35\":2,\"36\":2,\"86\":1,\"97\":2,\"101\":1,\"104\":1},\"2\":{\"88\":1}}],[\"publica\",{\"1\":{\"10\":1,\"13\":1}}],[\"prueba\",{\"1\":{\"105\":1}}],[\"pruébalo\",{\"0\":{\"41\":1},\"1\":{\"2\":1}}],[\"pr\",{\"1\":{\"101\":1,\"106\":1}}],[\"primer\",{\"1\":{\"99\":1}}],[\"primera\",{\"0\":{\"86\":1},\"1\":{\"97\":1}}],[\"privacidad\",{\"0\":{\"49\":1,\"50\":1,\"57\":1},\"1\":{\"57\":1,\"98\":1}}],[\"privado\",{\"1\":{\"31\":1}}],[\"principalmente\",{\"1\":{\"25\":1}}],[\"principales\",{\"0\":{\"2\":1}}],[\"principiantes\",{\"1\":{\"20\":1}}],[\"preparación\",{\"1\":{\"102\":1}}],[\"presentado\",{\"1\":{\"77\":1}}],[\"presentación\",{\"1\":{\"66\":1,\"75\":1}}],[\"presentar\",{\"1\":{\"55\":1}}],[\"presidente\",{\"1\":{\"4\":1,\"43\":1}}],[\"previews\",{\"1\":{\"115\":2}}],[\"previo\",{\"1\":{\"102\":1}}],[\"previously\",{\"1\":{\"82\":1}}],[\"previa\",{\"1\":{\"30\":1}}],[\"previsto\",{\"0\":{\"25\":1}}],[\"preguntas\",{\"0\":{\"48\":1}}],[\"pregunta\",{\"1\":{\"25\":1}}],[\"próxima\",{\"1\":{\"15\":1,\"75\":1}}],[\"producción\",{\"1\":{\"101\":1}}],[\"profile\",{\"1\":{\"82\":1,\"116\":1}}],[\"proveedor\",{\"1\":{\"55\":1}}],[\"propósito\",{\"1\":{\"53\":1,\"54\":1,\"55\":1}}],[\"propietarios\",{\"1\":{\"97\":1}}],[\"propietario\",{\"1\":{\"28\":2}}],[\"propia\",{\"0\":{\"12\":1},\"1\":{\"7\":1,\"12\":1,\"71\":1}}],[\"procesamiento\",{\"1\":{\"53\":2,\"54\":2}}],[\"procesan\",{\"1\":{\"53\":1,\"54\":1}}],[\"protección\",{\"1\":{\"50\":1,\"56\":1}}],[\"progreso\",{\"1\":{\"58\":1}}],[\"progresiva\",{\"1\":{\"38\":1}}],[\"programación\",{\"1\":{\"20\":1,\"23\":1}}],[\"programa\",{\"1\":{\"20\":1}}],[\"programar\",{\"1\":{\"7\":1}}],[\"promueve\",{\"1\":{\"23\":1}}],[\"promociona\",{\"0\":{\"13\":1},\"1\":{\"7\":1}}],[\"proyectos\",{\"1\":{\"66\":2,\"77\":1}}],[\"proyecto\",{\"1\":{\"21\":1,\"23\":1,\"66\":1}}],[\"problema\",{\"1\":{\"14\":1}}],[\"probar\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"15\":1,\"20\":1}}],[\"project\",{\"0\":{\"5\":1},\"1\":{\"93\":1}}],[\"your\",{\"1\":{\"83\":1,\"89\":1,\"92\":1,\"93\":1,\"115\":1,\"118\":1}}],[\"you\",{\"0\":{\"89\":1},\"1\":{\"81\":1,\"82\":4,\"83\":2,\"91\":1,\"92\":1,\"93\":2,\"115\":1,\"119\":1}}],[\"youtube\",{\"1\":{\"65\":1}}],[\"ya\",{\"0\":{\"96\":1},\"1\":{\"13\":1,\"56\":1,\"99\":1}}],[\"y\",{\"0\":{\"7\":1,\"53\":1,\"64\":1},\"1\":{\"0\":1,\"7\":2,\"9\":5,\"10\":2,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"16\":2,\"18\":1,\"20\":3,\"22\":1,\"23\":2,\"25\":3,\"26\":1,\"32\":1,\"35\":3,\"39\":1,\"50\":1,\"53\":2,\"54\":1,\"55\":4,\"57\":1,\"58\":1,\"59\":1,\"64\":1,\"66\":5,\"70\":1,\"71\":1,\"77\":4,\"97\":2,\"99\":2,\"100\":1,\"102\":1,\"107\":2}}]],\"version\":2},\"/fr/\":{\"documentCount\":123,\"nextId\":123,\"documentIds\":{\"0\":\"4\",\"1\":\"4#benefits\",\"2\":\"4#feature-headline\",\"3\":\"35\",\"4\":\"35#association-des-developpeurs\",\"5\":\"35#projet-ocelot-social\",\"6\":\"36\",\"7\":\"36#comment-peux-tu-contribuer-participer-et-soutenir\",\"8\":\"36#soutiens-ton-reseau\",\"9\":\"36#utilise-les-reseaux-actifs\",\"10\":\"36#animes-ton-reseau\",\"11\":\"36#autres-facons-de-s-impliquer\",\"12\":\"36#gere-ton-propre-reseau\",\"13\":\"36#faire-connaitre-le-logiciel-ocelot-social\",\"14\":\"36#ameliorer-le-reseau\",\"15\":\"36#veux-tu-aider-a-tester-de-nouvelles-fonctions\",\"16\":\"36#tu-aimes-ecrire\",\"17\":\"36#tu-parles-une-langue-etrangere\",\"18\":\"36#tu-souhaites-contribuer-a-la-conception\",\"19\":\"36#tu-aimes-organiser\",\"20\":\"36#aider-a-developper-le-logiciel\",\"21\":\"36#d-autres-idees-pour-participer\",\"22\":\"36#donner\",\"23\":\"37\",\"24\":\"37#compte-de-dons\",\"25\":\"37#remarques-sur-l-usage-prevu\",\"26\":\"38\",\"27\":\"38#utilisateurs\",\"28\":\"38#groupes\",\"29\":\"38#articles\",\"30\":\"38#apercu-de-l-article\",\"31\":\"38#chat\",\"32\":\"38#carte\",\"33\":\"38#recherche\",\"34\":\"38#notifications\",\"35\":\"38#moderation\",\"36\":\"38#administration\",\"37\":\"38#langues\",\"38\":\"38#application-mobile\",\"39\":\"38#donner\",\"40\":\"39\",\"41\":\"39#essaies-le\",\"42\":\"40\",\"43\":\"40#responsable-de-l-exploitation-de-ce-site-web\",\"44\":\"40#editeur-responsable-du-contenu\",\"45\":\"41\",\"46\":\"41#documentation-pour-les-developpeurs-en-anglais\",\"47\":\"41#guide-d-utilisateur-en-anglais\",\"48\":\"41#faq-foire-aux-questions-en-anglais\",\"49\":\"43\",\"50\":\"43#protection-des-donnees\",\"51\":\"43#responsable-du-traitement-des-donnees\",\"52\":\"43#representant\",\"53\":\"43#applications-et-services\",\"54\":\"43#site-web\",\"55\":\"43#acces-au-site-web\",\"56\":\"43#tes-droits\",\"57\":\"43#mise-a-jour-des-informations-sur-la-protection-des-donnees\",\"58\":\"44\",\"59\":\"75\",\"60\":\"75#l-essentiel-en-bref\",\"61\":\"75#soutiens-ocelot-social\",\"62\":\"75@0\",\"63\":\"75@1\",\"64\":\"76\",\"65\":\"76#publication\",\"66\":\"76#what-is-it-about\",\"67\":\"76#support-ocelot-social\",\"68\":\"76@0\",\"69\":\"76@1\",\"70\":\"77\",\"71\":\"77#the-key-facts-in-a-nutshell\",\"72\":\"77#support-ocelot-social\",\"73\":\"77@0\",\"74\":\"77@1\",\"75\":\"78\",\"76\":\"78#video-conference-link\",\"77\":\"78#what-is-it-about\",\"78\":\"78#support-ocelot-social\",\"79\":\"78@0\",\"80\":\"78@1\",\"81\":\"79\",\"82\":\"79#what-is-it-about\",\"83\":\"79#support-ocelot-social\",\"84\":\"79@0\",\"85\":\"79@1\",\"86\":\"80\",\"87\":\"80@0\",\"88\":\"80@1\",\"89\":\"81\",\"90\":\"81#what-it-s-all-about\",\"91\":\"81#further-crowdfunding-campaigns-planned\",\"92\":\"81#donations\",\"93\":\"81#notes-on-the-purpose-of-use\",\"94\":\"81@0\",\"95\":\"81@1\",\"96\":\"82\",\"97\":\"82#nouvelle-fonctionnalite\",\"98\":\"82#corrections-de-bugs\",\"99\":\"82#sous-le-capot\",\"100\":\"82#resume-du-changelog\",\"101\":\"82#features\",\"102\":\"82#migration-vue-3\",\"103\":\"82#ui-package-packages-ui\",\"104\":\"82#corrections-de-bugs-1\",\"105\":\"82#refactoring\",\"106\":\"82#workflow-ci\",\"107\":\"82#dons\",\"108\":\"82#soutenez-ocelot-social\",\"109\":\"82@0\",\"110\":\"82@1\",\"111\":\"83\",\"112\":\"83@0\",\"113\":\"83@1\",\"114\":\"84\",\"115\":\"84#new-features\",\"116\":\"84#improved-design\",\"117\":\"84#bug-fixes\",\"118\":\"84#crowdfunding-for-group-chats\",\"119\":\"84#donations\",\"120\":\"84#support-ocelot-social\",\"121\":\"84@0\",\"122\":\"84@1\"},\"fieldIds\":{\"h\":0,\"t\":1,\"c\":2},\"fieldLength\":{\"0\":[8,11],\"1\":[4],\"2\":[4,6],\"3\":[1],\"4\":[3,23],\"5\":[3,16],\"6\":[1],\"7\":[8,62],\"8\":[3],\"9\":[4,57],\"10\":[3,53],\"11\":[5,30],\"12\":[4,30],\"13\":[4,54],\"14\":[3,36],\"15\":[9,22],\"16\":[4,32],\"17\":[6,32],\"18\":[7,11],\"19\":[4,25],\"20\":[5,65],\"21\":[6,19],\"22\":[1,28],\"23\":[1,42],\"24\":[3,21],\"25\":[5,73],\"26\":[1,33],\"27\":[1,19],\"28\":[1,31],\"29\":[1,25],\"30\":[4,6],\"31\":[1,8],\"32\":[1,9],\"33\":[1,6],\"34\":[1,3],\"35\":[1,23],\"36\":[1,35],\"37\":[1,15],\"38\":[2,23],\"39\":[1,27],\"40\":[1],\"41\":[2],\"42\":[1],\"43\":[7,28],\"44\":[4,18],\"45\":[1,18],\"46\":[7,5],\"47\":[6,10],\"48\":[7,9],\"49\":[3,7],\"50\":[3,37],\"51\":[5,16],\"52\":[1,6],\"53\":[3,48],\"54\":[2,46],\"55\":[4,80],\"56\":[2,83],\"57\":[9,27],\"58\":[1,16],\"59\":[8,21],\"60\":[4,45],\"61\":[1,2],\"62\":[null,null,1],\"63\":[null,null,1],\"64\":[8,39],\"65\":[1,4],\"66\":[5,95],\"67\":[1,2],\"68\":[null,null,1],\"69\":[null,null,2],\"70\":[6,21],\"71\":[6,41],\"72\":[1,18],\"73\":[null,null,1],\"74\":[null,null,1],\"75\":[8,32],\"76\":[3,6],\"77\":[5,71],\"78\":[1,2],\"79\":[null,null,1],\"80\":[null,null,2],\"81\":[8,15],\"82\":[5,66],\"83\":[1,18],\"84\":[null,null,1],\"85\":[null,null,1],\"86\":[5,13],\"87\":[null,null,2],\"88\":[null,null,4],\"89\":[9,15],\"90\":[5,76],\"91\":[4,26],\"92\":[1,48],\"93\":[6,82],\"94\":[null,null,2],\"95\":[null,null,4],\"96\":[14,22],\"97\":[2,59],\"98\":[3,35],\"99\":[3,61],\"100\":[3,12],\"101\":[1,31],\"102\":[3,38],\"103\":[5,20],\"104\":[3,70],\"105\":[1,28],\"106\":[2,47],\"107\":[1,25],\"108\":[1,4],\"109\":[null,null,1],\"110\":[null,null,4],\"111\":[9,19],\"112\":[null,null,2],\"113\":[null,null,3],\"114\":[7,37],\"115\":[2,70],\"116\":[2,49],\"117\":[2,53],\"118\":[4,19],\"119\":[1,25],\"120\":[1,2],\"121\":[null,null,1],\"122\":[null,null,4]},\"averageFieldLength\":[3.5621370155515457,29.603516521155225,0.38803138720390795],\"storedFields\":{\"0\":{\"h\":\"Ocelot.Social - Logiciel libre pour ton réseau social\",\"t\":[\"Logiciel libre et open sourcepour ton réseau social Découvrir plus \"]},\"1\":{\"h\":\"Pourquoi ocelot.social ?\"},\"2\":{\"h\":\"Fonctions les plus importantes\",\"t\":[\" Toutes les fonctions \",\"Essayes-le\"]},\"3\":{\"h\":\"Contact\"},\"4\":{\"h\":\"Association des développeurs\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, vice-président Haferstr. 5c 86179 Augsbourg, Allemagne\",\"Téléphone : +49 173 622 60 91 Discord : https://discord.gg/2b55aHVgpM\"]},\"5\":{\"h\":\"Projet ocelot.social\",\"t\":[\"Téléphone : +49 173 622 60 91 E-mail : hello@ocelot.social Discord : https://discord.gg/AJSX9DCSUA\"]},\"6\":{\"h\":\"Contribuer\"},\"7\":{\"h\":\"Comment peux-tu contribuer, participer et soutenir ?\",\"t\":[\"Tu peux soutenir, participer au développement ou à la programmation du logiciel libre et open-source ocelot.social et des réseaux actifs de différentes manières.\",\"Clique sur le domaine qui tintéresse :\",\"Soutiens ton réseau\",\"Gére ton propre réseau\",\"Faire connaître le logiciel ocelot.social\",\"Améliorer le réseau\",\"Veux-tu aider à tester de nouvelles fonctions ?\",\"Tu aimes écrire ?\",\"Tu parles une langue étrangère ?\",\"Tu souhaites contribuer à la conception ?\",\"Tu aimes organiser ?\",\"Aider à développer le logiciel\",\"Dautres idées pour participer ?\",\"Donner\"]},\"8\":{\"h\":\"Soutiens ton réseau\"},\"9\":{\"h\":\"Utilise les réseaux actifs\",\"t\":[\"Participe et deviens utilisateur dun réseau qui fonctionne avec notre logiciel.\",\"inscris-toi en tant quutilisateur\",\"complète ton profil dutilisateur avec une photo de profil, ta localisation approximative et dautres informations te concernant\",\"rédige des articles agréables à lire et faciles à lire complète-les avec une image et des hashtags\",\"commente les contributions dautres utilisateurs\",\"recommande des articles à lire\",\"suis des utilisateurs\",\"crée un groupe et invite des membres\",\"contribue à faire de ton réseau un lieu agréable et intéressant pour toi et tes amis\"]},\"10\":{\"h\":\"Animes ton réseau\",\"t\":[\"Si tu es membre dun réseau, tu souhaites y rencontrer des personnes intéressantes. Avec plus dutilisateurs, ton réseau deviendra dynamique et diversifié.\",\"parles du réseau à tes amis et à ta famille\",\"invites-les à rejoindre le réseau (→ Instructions dans le wiki, en anglais)\",\"publies le lien vers le réseau sur ton site web, ton blog ou dans dautres réseaux sociaux\",\"fais un rapport sur le réseau devant un public\"]},\"11\":{\"h\":\"Autres façons de simpliquer\",\"t\":[\"De nombreux réseaux sont des réseaux participatifs et sont reconnaissants de ton aide peut-être en tant que modérateur ? Pour plus dinformations, visites le site web de lopérateur ou contactes-le.\"]},\"12\":{\"h\":\"Gére ton propre réseau\",\"t\":[\"Avec le logiciel gratuit ocelot.social et le savoir-faire nécessaire, tu peux gérer ton propre réseau.\",\"Si tu asbesoin daide, nos développeurs se feront un plaisir de taider.\"]},\"13\":{\"h\":\"Faire connaître le logiciel\",\"t\":[\"«Répand la bonne parole !»\",\"Quil sagisse dune association, dun mouvement ou dune institution, ocelot.social peut être utilisé comme un réseau social pour de nombreux types de groupes et dorganisations.\",\"publies le lien vers ocelot.social sur ton site web, ton blog ou tes réseaux sociaux\",\"donnes un Jaime au logiciel ocelot.social sur la plateforme de comparaison alternative.to\",\"donnes une Étoile au logiciel sur la plateforme de développement GitHub\"]},\"14\":{\"h\":\"Améliorer le réseau\",\"t\":[\"si tu as trouvé un bug dans le réseau, signales-le à nos développeurs : \",\"instructions dans le wiki, en anglais\",\"créer un problème dans le référentiel\",\"si tu souhaites apporter de bonnes idées et des suggestions pour améliorer le logiciel, nhésites pas à nous contacter\"]},\"15\":{\"h\":\"Veux-tu aider à tester de nouvelles fonctions ?\",\"t\":[\"Nous recherchons des utilisateurs pour tester les nouvelles fonctions de la prochaine version du logiciel avant quelles ne soient publiées.\"]},\"16\":{\"h\":\"Tu aimes écrire ?\",\"t\":[\"aides à rédiger le guide de lutilisateur (→ Guide dans le wiki, en anglais)\",\"aides à maintenir les canaux de communication du logiciel ocelot.social et de notre communauté de développeurs busFaktor() e.V., en anglais et animes-les de diverses manières\"]},\"17\":{\"h\":\"Tu parles une langue étrangère ?\",\"t\":[\"Le réseau est disponible en plusieurs langues. Si tu souhaites contribuer à traduire, compléter ou améliorer linterface utilisateur ou les instructions dutilisation du wiki (en anglais), contactes-nous s.t.p..\"]},\"18\":{\"h\":\"Tu souhaites contribuer à la conception ?\",\"t\":[\"Contactes-nous pour améliorer la conception et la convivialité du réseau.\"]},\"19\":{\"h\":\"Tu aimes organiser ?\",\"t\":[\"Contactes-nous si tu souhaites …\",\"… créer des concepts pour de nouvelles fonctions, … aider à organiser le financement du développement de nouvelles fonctions … ou planifier des événements, des réunions, etc.\"]},\"20\":{\"h\":\"Aider à développer le logiciel\",\"t\":[\"Le logiciel ocelot.social est gratuit et open source. Tu souhaites développer et tester de nouvelles fonctions ? Suives notre documentation en anglais.\",\"Nos Good First Issues sur GitHub conviennent aux débutants.\",\"Nous sommes également heureux que tu consulte, commente ou apporte des modifications au code dautres développeurs sur GitHub. Ou donne une Étoile au code sur GitHub.\",\"Tu peux discuter avec nous sur Discord et nous pouvons apprendre à nous connaître lors dune session de programmation en binôme.\"]},\"21\":{\"h\":\"Dautres idées pour participer ?\",\"t\":[\"Si tu souhaites vous impliquer dans le projet dune autre manière, nhésites pas à nous contacter.\"]},\"22\":{\"h\":\"Donner\",\"t\":[\"Le logiciel ocelot.social est disponible gratuitement mais la maintenance et le développement ultérieur coûtent de largent. Vous pouvez nous soutenir en faisant un don : Faire un don \"]},\"23\":{\"h\":\"Donner\",\"t\":[\"Ocelot.social est un logiciel libre disponible gratuitement.\",\"Lassociation busFaktor() e.V. (en anglais) coordonne et promeut la programmation de ce logiciel et soccupe de sa maintenance. Tu peux soutenir ce projet par un don unique ou permanent. Nous sommes très heureux de chaque contribution.\"]},\"24\":{\"h\":\"Compte de dons\",\"t\":[\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Allemagne\",\"Lieu: Haferstr. 5c, 86179 Augsbourg, Allemagne\"]},\"25\":{\"h\":\"Remarques sur lusage prévu\",\"t\":[\"Noublies pas dindiquer Don et ton courriel dans le motif du paiement afin que nous puissions te contacter. Le signe @ nest normalement pas possible pour les virements bancaires, il faut donc lécrire sous la forme « at », avec un espace avant et après et sans guillemets.\",\"Exemple : Don, eve.dupont at domaine.fr\",\"Si tu souhaites que ton don aille principalement au logiciel ocelot.social, indiques également son nom, sil te plaît :\",\"Exemple : Don pour ocelot.social, eve.dupont at domaine.fr\",\"Contactes-nous si tu as des questions.\"]},\"26\":{\"h\":\"Fonctions\",\"t\":[\"Ocelot.social offre une variété croissante de fonctions de mise en réseau de base et avancées qui peuvent être étendues grâce aux dons de la communauté.\",\"Les fonctionnalités suivantes ont été intégrées jusquà présent :\"]},\"27\":{\"h\":\"Utilisateurs\",\"t\":[\"enregistrement dun utilisateur\",\"profil de lutilisateur\",\"créer un message\",\"suivre lutilisateur\",\"bloquer lutilisateur\",\"censurer lutilisateur\",\"inviter lutilisateur\",\"signaler un utilisateur, un message ou un commentaire\",\"rôles de lutilisateur : utilisateur, modérateur, administrateur\"]},\"28\":{\"h\":\"Groupes\",\"t\":[\"profil du groupe\",\"visibilité : public, fermé, caché\",\"rôles des utilisateurs du groupe : membre, administrateur, propriétaire\",\"gestion des membres : inviter, activer, supprimer\",\"Propriétaire, administrateur : épingler la publication dans laperçu des publications (fil dactualité du groupe) en haut\"]},\"29\":{\"h\":\"Articles\",\"t\":[\"types darticle : Article, événement\",\"image de larticle\",\"éditeur étendu avec titres, styles de texte, contenu tiers intégré, listes, mentions, hashtags\",\"catégories\",\"langue darticle (détection automatique)\",\"commentaires\"]},\"30\":{\"h\":\"Aperçu de larticle\",\"t\":[\"aperçu (fil dactualité)\",\"filtre\",\"trier\"]},\"31\":{\"h\":\"Chat\",\"t\":[\"chat privé 1:1 : plein écran ou fenêtre latérale\"]},\"32\":{\"h\":\"Carte\",\"t\":[\"emplacement des utilisateurs, des groupes et des événements\",\"recherche par lieu\"]},\"33\":{\"h\":\"Recherche\",\"t\":[\"par utilisateurs, groupes, articles, événements, hashtags\"]},\"34\":{\"h\":\"Notifications\",\"t\":[\"interne\",\"par courriel\"]},\"35\":{\"h\":\"Modération\",\"t\":[\"Les utilisateurs ayant le rôle de modérateur peuvent :\",\"modérer\",\"afficher et modifier la liste des utilisateurs, des articles et des commentaires rapporter\",\"bloquer et débloquer des utilisateurs, des articles ou des commentaires\",\"journal des décisions\"]},\"36\":{\"h\":\"Administration\",\"t\":[\"Les utilisateurs ayant le rôle dadministrateur peuvent également :\",\"épingler des articles en haut de laperçu des articles (fil dactualité)\",\"afficher les statistiques\",\"consulter les données des utilisateurs (à lexception des mots de passe)\",\"activer la fonction de donation avec le statut des dons\"]},\"37\":{\"h\":\"Langues\",\"t\":[\"Linterface utilisateur est disponible en :\",\"allemand\",\"anglais\",\"espagnole\",\"français\",\"italien\",\"néerlandais\",\"polonais\",\"portugais\",\"russe\"]},\"38\":{\"h\":\"Application mobile\",\"t\":[\"Les réseaux ocelot.social sont disponible en tant que Progressive Web App (PWA) pour :\",\"Android\",\"iOS\",\"→ Instructions dans le wiki (en anglais)\"]},\"39\":{\"h\":\"Donner\",\"t\":[\"Le logiciel ocelot.social est libre dutilisation par contre la maintenance et le développement coûtent de largent. Soutiens son continuité par ton don : Faire un don \"]},\"40\":{\"h\":\"Commencer\"},\"41\":{\"h\":\"Essaies-le\"},\"42\":{\"h\":\"Impressum\"},\"43\":{\"h\":\"Responsable de lexploitation de ce site Web\",\"t\":[\"busFaktor() e.V. Wolfgang Huß, vice-président Haferstr. 5c 86179 Augsbourg, Allemagne\",\"Courriel: vorstand@busfaktor.org Téléphone: +49 173 622 60 91\",\"Plus doptions de contact.\"]},\"44\":{\"h\":\"Éditeur responsable du contenu\",\"t\":[\"Wolfgang Huß Steinburger Straße 38 22527 Hambourg, Allemagne\",\"Courriel: vorstand@busfaktor.org Téléphone: +49 173 622 60 91\"]},\"45\":{\"h\":\"Apprendre\",\"t\":[\"En tant quutilisateur, opérateur et développeur, tu peux trouver plus dinformations sur ocelot.social ici.\"]},\"46\":{\"h\":\"Documentation pour les développeurs (en anglais)\",\"t\":[\"https://docs.ocelot.social/\"]},\"47\":{\"h\":\"Guide dutilisateur (en anglais)\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/en:User-Guide\"]},\"48\":{\"h\":\"FAQ (Foire Aux Questions, en anglais)\",\"t\":[\"https://github.com/Ocelot-Social-Community/Ocelot-Social/wiki/en:FAQ\"]},\"49\":{\"h\":\"Protection des données\",\"t\":[\"Mise à jour le 20 mai 2024\"]},\"50\":{\"h\":\"Protection des données\",\"t\":[\"Conformément au Règlement général sur la protection des données (RGPD) de lUE, en vigueur depuis le 25 mai 2018, nous tinformons ci-dessous de la manière dont nous traitons tes données personnelles et des droits dont tu disposes vis-à-vis de nous.\"]},\"51\":{\"h\":\"Responsable du traitement des données\",\"t\":[\"Le responsable du traitement des données à caractère personnel est :\",\"Martin Döring\",\"Courriel: vorstand@busfaktor.org\"]},\"52\":{\"h\":\"Représentant\",\"t\":[\"Wolfgang Huß\",\"Courriel: vorstand@busfaktor.org\"]},\"53\":{\"h\":\"Applications et services\",\"t\":[\"Lors de lutilisation de notre site web, différents types de données personnelles sont traités de différentes manières. Nous tindiquons ci-après quelles applications et quels services sont traités, quelles sont les données à caractère personnel concernées, quelle est la finalité du traitement, combien de temps les données sont conservées dans chaque cas et bien dautres choses encore.\"]},\"54\":{\"h\":\"Site web\",\"t\":[\"Lors de lutilisation de notre site web, différents types de données à caractère personnel sont traités de différentes manières. Dans ce qui suit, nous tinformons sur les types de traitement, les données personnelles concernées dans chaque cas, la finalité du traitement respectif, la durée de conservation des données dans chaque cas et bien dautres choses encore.\"]},\"55\":{\"h\":\"Accès au site web\",\"t\":[\"Objectif : Nous mettons notre site web à la disposition du public afin que chacun puisse sinformer sur notre association, ses activités et ses offres.\",\"Données personnelles : Ces données ne sont pas stockées par nous, mais uniquement utilisées lorsque tu accédes à notre application web.\",\"Base juridique : Notre intérêt légitime à présenter notre association au public conformément à lart. 6 para. 1 lit. f) du RGPD.\",\"Destinataire : Les données daccès à votre navigateur ne peuvent être consultées que par nous en tant quexploitant et, le cas échéant, par notre fournisseur.\",\"Transfert vers un pays tiers : Les données ne sont pas stockées dans un pays tiers.\"]},\"56\":{\"h\":\"Tes droits\",\"t\":[\"La loi sur la protection des données taccorde les droits suivants en ce qui concerne le traitement de tes données personnelles, dont tu peux lire la formulation exacte dans les articles liés du RGPD :\",\"Droit daccès conformément à lart Art. 15 RGPD\",\"Droit de rectification conformément à lart Art. 16 RGPD\",\"Droit à leffacement conformément à lart Art. 17 RGPD\",\"Droit à la limitation du traitement conformément à lart Art. 18 RGPD\",\"Droit à linformation conformément à lart Art. 19 RGPD\",\"Droit à la portabilité des données conformément à lart Art. 20 RGPD\",\"Droit de retirer le consentement accordé conformément à lart Art. 7 para. 3 RGPD\",\"Droit dopposition conformément à lart Art. 21 RGPD\",\"Droit de déposer une plainte conformément à lart Art. 77 RGPD\",\"Veux noter que lexercice de votre droit à leffacement, en particulier de tes données denregistrement, peut avoir pour conséquence que tu ne puissies plus utiliser notre site web.\"]},\"57\":{\"h\":\"Mise à jour des informations sur la protection des données\",\"t\":[\"Les présentes informations sur la protection des données peuvent être adaptées de temps à autre pour tenir compte des changements organisationnels ou techniques et des nouvelles exigences légales.\"]},\"58\":{\"h\":\"Roadmap\",\"t\":[\"Découvrez les fonctionnalités les plus importantes prévues et la progression actuelle du développement docelot.social.\"]},\"59\":{\"h\":\"Version 3.11.0 avec de nombreuses améliorations\",\"t\":[\"Cette version du logiciel ocelot.social améliore la stabilité et lutilisation du chat. De plus, plusieurs bugs ont été corrigés.\"]},\"60\":{\"h\":\"Lessentiel en bref\",\"t\":[\"Chat: \",\"Correction dun bug du lecteur vidéo dans le navigateur safari\",\"Plus de messages vides lorsque le téléchargement de fichiers échoue\",\"Affichage dune note textuelle lors du téléchargement de fichiers\",\"Autres erreurs corrigées\",\"autres mises à jour logicielles\",\"Tu trouveras tous les détails dans ce journal des modifications (en anglais).\"]},\"61\":{\"h\":\"Soutiens\",\"t\":[\"Contribuer\",\"Donner\"]},\"62\":{\"c\":[\"Releases\"]},\"63\":{\"c\":[\"Releases\"]},\"64\":{\"h\":\"Tech-Day Fusion of Utopia and Ocelot!?\",\"t\":[\"This week, another lecture will take place as part of Tech Day organized by busFaktor(), this time on the topic:\",\"Fusion of Utopia and Ocelot!? Speaker: Anton Tranelis Language: German\",\"Thursday, August 21, 2025, at 2 p.m. CEST, online\"]},\"65\":{\"h\":\"Publication\",\"t\":[\"Recording on YouTube\",\"Presentation\"]},\"66\":{\"h\":\"What is it about?\",\"t\":[\"Utopia and Ocelot are two free open source projects maintained and developed by busFaktor() and IT4Change. Both projects have similar goals: they want to bring people together and get them involved in social change.\",\"Although both require largely the same components and services, these have not been shared with each other so far. Improvements to one project do not benefit the other project. In addition, they compete for the same developers. Different tech stacks make it difficult to exploit synergies.\",\"In this presentation, we want to highlight the similarities, look at how we can exploit synergies, and use our available resources effectively to achieve our common goals. This will be followed by a joint discussion on the topic.\",\"We look forward to your participation.\"]},\"67\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"68\":{\"c\":[\"Lectures\"]},\"69\":{\"c\":[\"Tech-Day\"]},\"70\":{\"h\":\"Version 3.12.2 published!\",\"t\":[\"This version of the ocelot.social software speeds up website loading, improves notifications, and fixes several bugs, among other things.\"]},\"71\":{\"h\":\"The key facts in a nutshell\",\"t\":[\"Performance optimization through automatic image reduction for the browser. \",\"Images on pages load faster.\",\"Lower consumption of (mobile) data volume\",\"Beautification of email notifications\",\"Improved delivery of email notifications\",\"Display of distance to own location on user and group profiles\",\"For details see this change log.\"]},\"72\":{\"h\":\"Support\",\"t\":[\"If you benefit from using ocelot.social, please help us with your support. Thank you very much!\",\"Contribute\",\"Donate\"]},\"73\":{\"c\":[\"Releases\"]},\"74\":{\"c\":[\"Releases\"]},\"75\":{\"h\":\"OAuth & OIDC How we get Ocelot SSO-Read\",\"t\":[\"Next presentation on our Tech Day organized by busFaktor().\",\"OAuth & OIDC How we get Ocelot SSO-Ready Speaker: Ulf Gebhardt Language: German\",\"Thursday, September 25, 2025, at 2 p.m. (CEST), online\"]},\"76\":{\"h\":\"Video Conference Link\",\"t\":[\"Here is the link to the presentation\"]},\"77\":{\"h\":\"What is it about?\",\"t\":[\"For quite some time now, there has been a question as to whether ocelot.social can be connected to other apps via a shared login.\",\"This feature makes it easier to use the Utopia Map as a map in ocelot.social, for example, and thus connect both projects. It is also needed to offer ocelot.social for NextCloud and perhaps other collaboration platforms, thereby significantly increasing the range of possible applications and thus the breadth of use. Several other arguments for implementing SSO have been raised over time.\",\"We look forward to your participation.\"]},\"78\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"79\":{\"c\":[\"Lectures\"]},\"80\":{\"c\":[\"Tech-Day\"]},\"81\":{\"h\":\"Version 3.13.0 brings improvements to commenting\",\"t\":[\"The new version 3.13.0 makes it easier for you to enable commenting.\"]},\"82\":{\"h\":\"What is it about?\",\"t\":[\"In some cases, the comment function is disabled for posts:\",\"If you have blocked the author of the post.\",\"If you are not a member of the group in which the post appears.\",\"Previously, you only received a brief notification about this.\",\"Now, with the new version of the ocelot.social software, you can click a button to unblock the author on their profile or join the group directly.\",\" Action to join the group. \",\"In addition, several technical improvements were made to the software and bugs were fixed.\",\"For details see this change log.\"]},\"83\":{\"h\":\"Support\",\"t\":[\"If you benefit from using ocelot.social, please help us with your support. Thank you very much!\",\"Contribute\",\"Donate\"]},\"84\":{\"c\":[\"Releases\"]},\"85\":{\"c\":[\"Releases\"]},\"86\":{\"h\":\"Notre premier financement participatif ! 🪄✨\",\"t\":[\"Aidez-nous à épingler des publications dans les groupes grâce à votre don.\"]},\"87\":{\"c\":[\"Financement\",\"Fonctionnalités\"]},\"88\":{\"c\":[\"Financement\",\"Groupes\",\"Posts\",\"Épingler\"]},\"89\":{\"h\":\"Thank you for the successful first crowdfunding campaign! 💫\",\"t\":[\"Your donation has helped make it possible to pin posts in groups very soon.\"]},\"90\":{\"h\":\"What its all about\",\"t\":[\"At the beginning of November, we launched a crowdfunding campaign for a feature that ensures important information remains more visible in groups (pinned posts in groups).\",\"The donation target of € 1,200 was already reached at the middle of December. By the end of the crowdfunding campaign, € 1,330 had been raised. We would like to express our sincere thanks to all donors. Thats really great!\",\"This paved the way for the development of this feature. It is expected to be completed in early February and will gradually be made available to users of the Ocelot networks.\"]},\"91\":{\"h\":\"Further crowdfunding campaigns planned\",\"t\":[\"Due to this success, we plan to collect donations for further desired features via crowdfunding as soon as possible. You will find information about this here on this website soon.\"]},\"92\":{\"h\":\"Donations\",\"t\":[\"Even outside of crowdfunding campaigns, you are welcome to support the further development and maintenance of the ocelot.social software with your donation:\",\"busFaktor() e.V. IBAN: DE81 5003 1000 1084 5340 01 BIC: TRODDEF1 Triodos Bank N.V., Germany\",\"Location: Haferstr. 5c, 86179 Augsburg, Germany\",\"For the purpose of use, see below.\"]},\"93\":{\"h\":\"Notes on the purpose of use\",\"t\":[\"Please be sure to include Donation and your e-mail address in the purpose of use so that we can contact you. Usually, the @ symbol is not accepted in bank transfers, so please write it as \\\" at \\\", with a space before and after it and without quotation marks.\",\"Example: Donation from eva.muster at domain.de for ocelot.social\",\"In Germany, donations under € 300 are tax-deductible without a certificate. In other cases, we will be happy to issue a donation receipt upon request.\",\"We welcome recurring donations to the project. ❤️ There are also numerous ways you can get involved.\"]},\"94\":{\"c\":[\"Funding\",\"Features\"]},\"95\":{\"c\":[\"Funding\",\"Groups\",\"Posts\",\"Pins\"]},\"96\":{\"h\":\"Ocelot.social Pi (3.14.1) est là Épingler des publications dans les groupes\",\"t\":[\"Désormais, chaque version docelot.social contenant des changements significatifs portera un nom de version. Nous commençons par un nom dérivé du numéro de version actuel.\"]},\"97\":{\"h\":\"Nouvelle fonctionnalité\",\"t\":[\"Avec ocelot.social Pi (3.14.1), les propriétaires et administrateurs de groupes peuvent désormais épingler des publications dans leurs groupes. Cela permet aux membres du groupe de voir immédiatement les publications importantes, comme les annonces et les événements.\",\"Cela a été rendu possible grâce aux dons de notre première campagne de financement participatif. Un grand merci encore une fois à nos donateurs. Cest vous qui lavez rendu possible !\"]},\"98\":{\"h\":\"Corrections de bugs\",\"t\":[\"Le filtre de catégories fonctionne à nouveau correctement.\",\"Laffichage des paramètres de notification est de nouveau correct.\",\"Les liens erronés dans les e-mails de notification ont été corrigés.\",\"Les pages dinformation (mentions légales, politique de confidentialité, etc.) fonctionnent à nouveau.\"]},\"99\":{\"h\":\"Sous le capot\",\"t\":[\"Ocelot.social utilise Vue.js en version 2 comme framework frontend, qui nest plus à jour. La migration vers Vue 3 est très complexe en raison des nombreux changements entre les versions, mais elle a été lancée avec ocelot.social Pi.\",\"En raison de lampleur et de la complexité, une approche modulaire a été choisie permettant une migration progressive. Dans un premier temps, tous les boutons ont été migrés et améliorés.\"]},\"100\":{\"h\":\"Résumé du changelog\",\"t\":[\"Résumé généré par IA des versions 3.14.0 et 3.14.1 :\"]},\"101\":{\"h\":\"Features\",\"t\":[\"Group Pins — Les publications peuvent être épinglées dans les groupes (#9034)\",\"Commande de création dadministrateur pour la production (#9057)\",\"Script BD pour désactiver les notifications (#9131)\",\"Intégration de CodeRabbit pour les revues de PR (#9194)\"]},\"102\":{\"h\":\"Migration Vue 3\",\"t\":[\"Phase 2 — Setup : Préparation des bases pour la migration (#9161)\",\"Phase 3 — Intégration : Bibliothèque UI intégrée dans la webapp (#9180)\",\"Migration des boutons : États icône, cercle et chargement migrés (#9208)\",\"Vue mis à jour vers 2.7.16 comme prérequis (#9160)\"]},\"103\":{\"h\":\"UI Package (packages/ui)\",\"t\":[\"Règles ESLint extraites dans eslint-config-it4c (#9198, #9233)\",\"Classe CSS os-button pour la compatibilité de marque (#9211)\"]},\"104\":{\"h\":\"Corrections de bugs\",\"t\":[\"Backend : Filtre de catégories réparé (#9209, #9123)\",\"Backend : Publications épinglées visibles même pour les utilisateurs masqués (#9200)\",\"Backend : Paramètres de notification pour currentUser (#9130)\",\"Backend : Encodage dURL des e-mails (#9127)\",\"Backend : Permissions pour GroupInviteCodes (#9121)\",\"Backend : Requête du champ myRole de groupe (#9102)\",\"Webapp : Changement de langue sur les pages statiques (#9202)\",\"Webapp : Pages statiques disponibles sans connexion (#9201)\",\"Webapp : Chemin interne pour le bouton personnalisé (#9129)\",\"Webapp : Crash CTA-Join-Group lorsque le groupe nest pas défini (#9103)\",\"Webapp : Tests frontend locaux (#9104, #9125)\"]},\"105\":{\"h\":\"Refactoring\",\"t\":[\"Backend : Paramétrage de la requête de rapports + nettoyage du résolveur (#9156)\",\"Backend : Linting GraphQL (#8473)\",\"Backend : Modèle dadhésion au groupe (#9124)\",\"Backend : Middleware before/after (#9128)\",\"Backend : Rôles de test (#9157)\"]},\"106\":{\"h\":\"Workflow/CI\",\"t\":[\"Tests E2E exécutés en parallèle (#9205)\",\"Mise en cache des paquets (#9206)\",\"Nouveau scope PR package/ui (#9196)\",\"Corrections du workflow UI (#9204, #9207)\",\"Workflow dapprobation automatique supprimé (#9197)\",\"Versions Node.js consolidées (#9126)\",\"~80 mises à jour de dépendances (Node, Nginx, AWS SDK, Cypress, etc.) omises.\"]},\"107\":{\"h\":\"Dons\",\"t\":[\"Si vous aimez ocelot.social, soutenez le développement et la maintenance de ce logiciel libre et open-source par un don à busFaktor() e.V..\"]},\"108\":{\"h\":\"Soutenez\",\"t\":[\"Contribuer\",\"Faire un don\"]},\"109\":{\"c\":[\"Releases\"]},\"110\":{\"c\":[\"Releases\",\"Vue 3\",\"Groups\"]},\"111\":{\"h\":\"Financement participatif pour les salles de chat de groupe 🪄✨\",\"t\":[\"Grâce à votre don, permettez aux membres dun groupe davoir à lavenir une salle de chat commune.\"]},\"112\":{\"c\":[\"Funding\",\"Features\"]},\"113\":{\"c\":[\"Funding\",\"Groups\",\"Chat\"]},\"114\":{\"h\":\"New Release Ocelot.Social v3.15.1\",\"t\":[\"Version 3.15.1 brings new feed view modes, a landscape display for posts, and two new languages (Ukrainian & Albanian). Many UI elements have been modernized and numerous bugs have been fixed — including issues with search, navigation, and the mobile menu.\"]},\"115\":{\"h\":\"New Features\",\"t\":[\"Landscape View — Posts can now be displayed in landscape mode\",\"Feed View Mode — Choose between different display options for your feed\",\"\\\"New Posts\\\" Indicator — An indicator shows you when new content is available without reloading the page\",\"Link Previews — Shared links now show nicer previews on social media platforms\",\"Ukrainian & Albanian — Two new languages have been added, existing translations completed\",\"Email Translations — All system emails are now fully translated into all supported languages\",\"Chat Notifications improved\"]},\"116\":{\"h\":\"Improved Design\",\"t\":[\"Many UI components have been modernized — buttons, cards, badges, menus, input fields, modals, and icons now appear in a more consistent, fresher look\",\"Responsive Mobile Menu — with language switching and filter support directly in the menu\",\"Masonry Layout — Content now arranges more fluidly, including loading animations\",\"Various layout fixes for profile and group views\"]},\"117\":{\"h\":\"Bug Fixes\",\"t\":[\"Search function repaired\",\"Tab navigation works reliably again\",\"Badges can be assigned via drag & drop on desktop devices again\",\"Dropdown menus now close correctly automatically\",\"Date picker no longer crashes with certain language settings\",\"Embedded content is now displayed correctly outside the editor\",\"Time display in user teasers corrected\",\"Stability improvements in the backend (memory leaks fixed)\"]},\"118\":{\"h\":\"Crowdfunding for Group Chats\",\"t\":[\"Check out our crowdfunding for the new group chats feature — with your support we can make group chats a reality!\"]},\"119\":{\"h\":\"Donations\",\"t\":[\"If you like ocelot.social, please support the development and maintenance of this free and open-source software with a donation to busFaktor() e.V..\"]},\"120\":{\"h\":\"Support\",\"t\":[\"Contribute\",\"Donate\"]},\"121\":{\"c\":[\"Releases\"]},\"122\":{\"c\":[\"Releases\",\"Vue 3\",\"Languages\"]}},\"dirtCount\":0,\"index\":[[\"~80\",{\"1\":{\"106\":1}}],[\"8473\",{\"1\":{\"105\":1}}],[\"86179\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"+\",{\"1\":{\"105\":1}}],[\"+49\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"9207\",{\"1\":{\"106\":1}}],[\"9204\",{\"1\":{\"106\":1}}],[\"9206\",{\"1\":{\"106\":1}}],[\"9205\",{\"1\":{\"106\":1}}],[\"9201\",{\"1\":{\"104\":1}}],[\"9202\",{\"1\":{\"104\":1}}],[\"9200\",{\"1\":{\"104\":1}}],[\"9209\",{\"1\":{\"104\":1}}],[\"9208\",{\"1\":{\"102\":1}}],[\"9211\",{\"1\":{\"103\":1}}],[\"9233\",{\"1\":{\"103\":1}}],[\"9057\",{\"1\":{\"101\":1}}],[\"9034\",{\"1\":{\"101\":1}}],[\"9157\",{\"1\":{\"105\":1}}],[\"9156\",{\"1\":{\"105\":1}}],[\"9104\",{\"1\":{\"104\":1}}],[\"9103\",{\"1\":{\"104\":1}}],[\"9102\",{\"1\":{\"104\":1}}],[\"9126\",{\"1\":{\"106\":1}}],[\"9128\",{\"1\":{\"105\":1}}],[\"9124\",{\"1\":{\"105\":1}}],[\"9125\",{\"1\":{\"104\":1}}],[\"9129\",{\"1\":{\"104\":1}}],[\"9121\",{\"1\":{\"104\":1}}],[\"9127\",{\"1\":{\"104\":1}}],[\"9123\",{\"1\":{\"104\":1}}],[\"9130\",{\"1\":{\"104\":1}}],[\"9131\",{\"1\":{\"101\":1}}],[\"9197\",{\"1\":{\"106\":1}}],[\"9196\",{\"1\":{\"106\":1}}],[\"9198\",{\"1\":{\"103\":1}}],[\"9194\",{\"1\":{\"101\":1}}],[\"9160\",{\"1\":{\"102\":1}}],[\"9161\",{\"1\":{\"102\":1}}],[\"9180\",{\"1\":{\"102\":1}}],[\"91\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"❤️\",{\"1\":{\"93\":1}}],[\"€\",{\"1\":{\"90\":2,\"93\":1}}],[\"💫\",{\"0\":{\"89\":1}}],[\"🪄✨\",{\"0\":{\"86\":1,\"111\":1}}],[\"key\",{\"0\":{\"71\":1}}],[\"0\",{\"0\":{\"59\":1,\"81\":1},\"1\":{\"81\":1,\"100\":1}}],[\"01\",{\"1\":{\"24\":1,\"92\":1}}],[\"300\",{\"1\":{\"93\":1}}],[\"330\",{\"1\":{\"90\":1}}],[\"3\",{\"0\":{\"59\":1,\"70\":1,\"81\":1,\"96\":1,\"102\":1},\"1\":{\"56\":1,\"81\":1,\"97\":1,\"99\":1,\"100\":2,\"102\":1,\"114\":1},\"2\":{\"110\":1,\"122\":1}}],[\"38\",{\"1\":{\"44\":1}}],[\"77\",{\"1\":{\"56\":1}}],[\"7\",{\"1\":{\"56\":1,\"102\":1}}],[\"2\",{\"0\":{\"70\":1},\"1\":{\"64\":1,\"75\":1,\"99\":1,\"102\":2}}],[\"21\",{\"1\":{\"56\":1,\"64\":1}}],[\"25\",{\"1\":{\"50\":1,\"75\":1}}],[\"200\",{\"1\":{\"90\":1}}],[\"2025\",{\"1\":{\"64\":1,\"75\":1}}],[\"2024\",{\"1\":{\"49\":1}}],[\"2018\",{\"1\":{\"50\":1}}],[\"20\",{\"1\":{\"49\":1,\"56\":1}}],[\"22527\",{\"1\":{\"44\":1}}],[\"2b55ahvgpm\",{\"1\":{\"4\":1}}],[\"14\",{\"0\":{\"96\":1},\"1\":{\"97\":1,\"100\":2}}],[\"13\",{\"0\":{\"81\":1},\"1\":{\"81\":1}}],[\"12\",{\"0\":{\"70\":1}}],[\"11\",{\"0\":{\"59\":1}}],[\"19\",{\"1\":{\"56\":1}}],[\"18\",{\"1\":{\"56\":1}}],[\"17\",{\"1\":{\"56\":1}}],[\"173\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"16\",{\"1\":{\"56\":1,\"102\":1}}],[\"15\",{\"0\":{\"114\":1},\"1\":{\"56\":1,\"114\":1}}],[\"1\",{\"0\":{\"96\":1,\"114\":1},\"1\":{\"31\":2,\"55\":1,\"90\":2,\"97\":1,\"100\":1,\"114\":1}}],[\"1084\",{\"1\":{\"24\":1,\"92\":1}}],[\"1000\",{\"1\":{\"24\":1,\"92\":1}}],[\"5340\",{\"1\":{\"24\":1,\"92\":1}}],[\"5003\",{\"1\":{\"24\":1,\"92\":1}}],[\"5c\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"js\",{\"1\":{\"99\":1,\"106\":1}}],[\"join\",{\"1\":{\"82\":2,\"104\":1}}],[\"joint\",{\"1\":{\"66\":1}}],[\"jour\",{\"0\":{\"57\":1},\"1\":{\"49\":1,\"60\":1,\"99\":1,\"102\":1,\"106\":1}}],[\"journal\",{\"1\":{\"35\":1,\"60\":1}}],[\"juridique\",{\"1\":{\"55\":1}}],[\"jusqu\",{\"1\":{\"26\":1}}],[\"j\",{\"1\":{\"13\":1}}],[\"nicer\",{\"1\":{\"115\":1}}],[\"navigation\",{\"1\":{\"114\":1,\"117\":1}}],[\"navigateur\",{\"1\":{\"55\":1,\"60\":1}}],[\"nginx\",{\"1\":{\"106\":1}}],[\"numéro\",{\"1\":{\"96\":1}}],[\"numerous\",{\"1\":{\"93\":1,\"114\":1}}],[\"nutshell\",{\"0\":{\"71\":1}}],[\"néerlandais\",{\"1\":{\"37\":1}}],[\"nécessaire\",{\"1\":{\"12\":1}}],[\"nettoyage\",{\"1\":{\"105\":1}}],[\"networks\",{\"1\":{\"90\":1}}],[\"new\",{\"0\":{\"114\":1,\"115\":1},\"1\":{\"81\":1,\"82\":1,\"114\":2,\"115\":3,\"118\":1}}],[\"needed\",{\"1\":{\"77\":1}}],[\"nextcloud\",{\"1\":{\"77\":1}}],[\"next\",{\"1\":{\"75\":1}}],[\"ne\",{\"1\":{\"15\":1,\"55\":3,\"56\":1}}],[\"n\",{\"1\":{\"14\":1,\"21\":1,\"24\":1,\"25\":2,\"92\":1,\"99\":1,\"104\":1}}],[\"no\",{\"1\":{\"117\":1}}],[\"node\",{\"1\":{\"106\":2}}],[\"november\",{\"1\":{\"90\":1}}],[\"now\",{\"1\":{\"77\":1,\"82\":1,\"115\":3,\"116\":2,\"117\":2}}],[\"notification\",{\"1\":{\"82\":1,\"98\":2,\"104\":1}}],[\"notifications\",{\"0\":{\"34\":1},\"1\":{\"70\":1,\"71\":2,\"101\":1,\"115\":1}}],[\"not\",{\"1\":{\"66\":2,\"82\":1,\"93\":1}}],[\"notes\",{\"0\":{\"93\":1}}],[\"note\",{\"1\":{\"60\":1}}],[\"noter\",{\"1\":{\"56\":1}}],[\"notre\",{\"0\":{\"86\":1},\"1\":{\"9\":1,\"16\":1,\"20\":1,\"53\":1,\"54\":1,\"55\":6,\"56\":1,\"97\":1}}],[\"nombreuses\",{\"0\":{\"59\":1}}],[\"nombreux\",{\"1\":{\"11\":1,\"13\":1,\"99\":1}}],[\"nom\",{\"1\":{\"25\":1,\"96\":2}}],[\"normalement\",{\"1\":{\"25\":1}}],[\"nouveau\",{\"1\":{\"98\":3,\"106\":1}}],[\"nouvelle\",{\"0\":{\"97\":1}}],[\"nouvelles\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"15\":1,\"19\":2,\"20\":1,\"57\":1}}],[\"nous\",{\"1\":{\"14\":1,\"15\":1,\"17\":1,\"18\":1,\"19\":1,\"20\":4,\"21\":1,\"22\":1,\"23\":1,\"25\":2,\"50\":3,\"53\":1,\"54\":1,\"55\":3,\"86\":1,\"96\":1}}],[\"nos\",{\"1\":{\"12\":1,\"14\":1,\"20\":1,\"97\":1}}],[\"être\",{\"1\":{\"11\":1,\"13\":1,\"26\":1,\"55\":1,\"57\":1,\"101\":1}}],[\"bd\",{\"1\":{\"101\":1}}],[\"between\",{\"1\":{\"115\":1}}],[\"before\",{\"1\":{\"93\":1,\"105\":1}}],[\"below\",{\"1\":{\"92\":1}}],[\"beginning\",{\"1\":{\"90\":1}}],[\"beautification\",{\"1\":{\"71\":1}}],[\"be\",{\"1\":{\"66\":1,\"77\":1,\"90\":2,\"93\":2,\"115\":1,\"117\":1}}],[\"benefit\",{\"1\":{\"66\":1,\"72\":1,\"83\":1}}],[\"been\",{\"1\":{\"66\":1,\"77\":2,\"90\":1,\"114\":2,\"115\":1,\"116\":1}}],[\"brief\",{\"1\":{\"82\":1}}],[\"brings\",{\"0\":{\"81\":1},\"1\":{\"114\":1}}],[\"bring\",{\"1\":{\"66\":1}}],[\"breadth\",{\"1\":{\"77\":1}}],[\"bref\",{\"0\":{\"60\":1}}],[\"browser\",{\"1\":{\"71\":1}}],[\"bouton\",{\"1\":{\"104\":1}}],[\"boutons\",{\"1\":{\"99\":1,\"102\":1}}],[\"both\",{\"1\":{\"66\":2,\"77\":1}}],[\"bonnes\",{\"1\":{\"14\":1}}],[\"bonne\",{\"1\":{\"13\":1}}],[\"by\",{\"1\":{\"64\":1,\"66\":2,\"75\":1,\"90\":1}}],[\"blocked\",{\"1\":{\"82\":1}}],[\"bloquer\",{\"1\":{\"27\":1,\"35\":1}}],[\"blog\",{\"1\":{\"10\":1,\"13\":1}}],[\"badges\",{\"1\":{\"116\":1,\"117\":1}}],[\"backend\",{\"1\":{\"104\":6,\"105\":5,\"117\":1}}],[\"bases\",{\"1\":{\"102\":1}}],[\"base\",{\"1\":{\"26\":1,\"55\":1}}],[\"bancaires\",{\"1\":{\"25\":1}}],[\"bank\",{\"1\":{\"24\":1,\"92\":1,\"93\":1}}],[\"bibliothèque\",{\"1\":{\"102\":1}}],[\"bien\",{\"1\":{\"53\":1,\"54\":1}}],[\"bic\",{\"1\":{\"24\":1,\"92\":1}}],[\"binôme\",{\"1\":{\"20\":1}}],[\"buttons\",{\"1\":{\"116\":1}}],[\"button\",{\"1\":{\"82\":1,\"103\":1}}],[\"bugs\",{\"0\":{\"98\":1,\"104\":1},\"1\":{\"59\":1,\"70\":1,\"82\":1,\"114\":1}}],[\"bug\",{\"0\":{\"117\":1},\"1\":{\"14\":1,\"60\":1}}],[\"busfaktor\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":1,\"43\":2,\"44\":1,\"51\":1,\"52\":1,\"64\":1,\"66\":1,\"75\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"write\",{\"1\":{\"93\":1}}],[\"works\",{\"1\":{\"117\":1}}],[\"workflow\",{\"0\":{\"106\":1},\"1\":{\"106\":2}}],[\"would\",{\"1\":{\"90\":1}}],[\"wolfgang\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"ways\",{\"1\":{\"93\":1}}],[\"way\",{\"1\":{\"90\":1}}],[\"was\",{\"1\":{\"90\":1}}],[\"want\",{\"1\":{\"66\":2}}],[\"when\",{\"1\":{\"115\":1}}],[\"whether\",{\"1\":{\"77\":1}}],[\"which\",{\"1\":{\"82\":1}}],[\"what\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1}}],[\"without\",{\"1\":{\"93\":2,\"115\":1}}],[\"with\",{\"1\":{\"66\":1,\"72\":1,\"82\":1,\"83\":1,\"92\":1,\"93\":1,\"114\":1,\"116\":1,\"117\":1,\"118\":1,\"119\":1}}],[\"will\",{\"1\":{\"64\":1,\"66\":1,\"90\":1,\"91\":1,\"93\":1}}],[\"wiki\",{\"1\":{\"10\":1,\"14\":1,\"16\":1,\"17\":1,\"38\":1,\"47\":1,\"48\":1}}],[\"welcome\",{\"1\":{\"92\":1,\"93\":1}}],[\"were\",{\"1\":{\"82\":2}}],[\"we\",{\"0\":{\"75\":1},\"1\":{\"66\":3,\"75\":1,\"77\":1,\"90\":2,\"91\":1,\"93\":3,\"118\":1}}],[\"week\",{\"1\":{\"64\":1}}],[\"webapp\",{\"1\":{\"102\":1,\"104\":5}}],[\"website\",{\"1\":{\"70\":1,\"91\":1}}],[\"web\",{\"0\":{\"43\":1,\"54\":1,\"55\":1},\"1\":{\"10\":1,\"11\":1,\"13\":1,\"38\":1,\"53\":1,\"54\":1,\"55\":2,\"56\":1}}],[\"→\",{\"1\":{\"10\":1,\"16\":1,\"38\":1}}],[\"you\",{\"0\":{\"89\":1},\"1\":{\"72\":2,\"81\":1,\"82\":4,\"83\":2,\"91\":1,\"92\":1,\"93\":2,\"115\":1,\"119\":1}}],[\"your\",{\"1\":{\"66\":1,\"72\":1,\"77\":1,\"83\":1,\"89\":1,\"92\":1,\"93\":1,\"115\":1,\"118\":1}}],[\"youtube\",{\"1\":{\"65\":1}}],[\"y\",{\"1\":{\"10\":1}}],[\"myrole\",{\"1\":{\"104\":1}}],[\"même\",{\"1\":{\"104\":1}}],[\"muster\",{\"1\":{\"93\":1}}],[\"much\",{\"1\":{\"72\":1,\"83\":1}}],[\"mis\",{\"1\":{\"102\":1}}],[\"mises\",{\"1\":{\"60\":1,\"106\":1}}],[\"mise\",{\"0\":{\"57\":1},\"1\":{\"26\":1,\"49\":1,\"106\":1}}],[\"migrés\",{\"1\":{\"99\":1,\"102\":1}}],[\"migration\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":2}}],[\"middleware\",{\"1\":{\"105\":1}}],[\"middle\",{\"1\":{\"90\":1}}],[\"m\",{\"1\":{\"64\":1,\"75\":1}}],[\"memory\",{\"1\":{\"117\":1}}],[\"member\",{\"1\":{\"82\":1}}],[\"membre\",{\"1\":{\"10\":1,\"28\":1}}],[\"membres\",{\"1\":{\"9\":1,\"28\":1,\"97\":1,\"111\":1}}],[\"media\",{\"1\":{\"115\":1}}],[\"menus\",{\"1\":{\"116\":1,\"117\":1}}],[\"menu\",{\"1\":{\"114\":1,\"116\":2}}],[\"mentions\",{\"1\":{\"29\":1,\"98\":1}}],[\"merci\",{\"1\":{\"97\":1}}],[\"mettons\",{\"1\":{\"55\":1}}],[\"messages\",{\"1\":{\"60\":1}}],[\"message\",{\"1\":{\"27\":2}}],[\"more\",{\"1\":{\"90\":1,\"116\":2}}],[\"mobile\",{\"0\":{\"38\":1},\"1\":{\"71\":1,\"114\":1,\"116\":1}}],[\"mots\",{\"1\":{\"36\":1}}],[\"motif\",{\"1\":{\"25\":1}}],[\"modals\",{\"1\":{\"116\":1}}],[\"mode\",{\"1\":{\"115\":2}}],[\"modernized\",{\"1\":{\"114\":1,\"116\":1}}],[\"modes\",{\"1\":{\"114\":1}}],[\"modèle\",{\"1\":{\"105\":1}}],[\"modulaire\",{\"1\":{\"99\":1}}],[\"modifier\",{\"1\":{\"35\":1}}],[\"modifications\",{\"1\":{\"20\":1,\"60\":1}}],[\"modérer\",{\"1\":{\"35\":1}}],[\"modération\",{\"0\":{\"35\":1}}],[\"modérateur\",{\"1\":{\"11\":1,\"27\":1,\"35\":1}}],[\"mouvement\",{\"1\":{\"13\":1}}],[\"masonry\",{\"1\":{\"116\":1}}],[\"masqués\",{\"1\":{\"104\":1}}],[\"many\",{\"1\":{\"114\":1,\"116\":1}}],[\"manière\",{\"1\":{\"21\":1,\"50\":1}}],[\"manières\",{\"1\":{\"7\":1,\"16\":1,\"53\":1,\"54\":1}}],[\"marque\",{\"1\":{\"103\":1}}],[\"marks\",{\"1\":{\"93\":1}}],[\"martin\",{\"1\":{\"51\":1}}],[\"made\",{\"1\":{\"82\":1,\"90\":1}}],[\"map\",{\"1\":{\"77\":2}}],[\"makes\",{\"1\":{\"77\":1,\"81\":1}}],[\"make\",{\"1\":{\"66\":1,\"89\":1,\"118\":1}}],[\"maintained\",{\"1\":{\"66\":1}}],[\"maintenance\",{\"1\":{\"22\":1,\"23\":1,\"39\":1,\"92\":1,\"107\":1,\"119\":1}}],[\"maintenir\",{\"1\":{\"16\":1}}],[\"mai\",{\"1\":{\"49\":1,\"50\":1}}],[\"mais\",{\"1\":{\"22\":1,\"55\":1,\"99\":1}}],[\"mails\",{\"1\":{\"98\":1,\"104\":1}}],[\"mail\",{\"1\":{\"5\":1,\"93\":1}}],[\"règles\",{\"1\":{\"103\":1}}],[\"règlement\",{\"1\":{\"50\":1}}],[\"raison\",{\"1\":{\"99\":2}}],[\"raised\",{\"1\":{\"77\":1,\"90\":1}}],[\"range\",{\"1\":{\"77\":1}}],[\"rapports\",{\"1\":{\"105\":1}}],[\"rapporter\",{\"1\":{\"35\":1}}],[\"rapport\",{\"1\":{\"10\":1}}],[\"roadmap\",{\"0\":{\"58\":1}}],[\"rgpd\",{\"1\":{\"50\":1,\"55\":1,\"56\":10}}],[\"russe\",{\"1\":{\"37\":1}}],[\"rôle\",{\"1\":{\"35\":1,\"36\":1}}],[\"rôles\",{\"1\":{\"27\":1,\"28\":1,\"105\":1}}],[\"repaired\",{\"1\":{\"117\":1}}],[\"représentant\",{\"0\":{\"52\":1}}],[\"reliably\",{\"1\":{\"117\":1}}],[\"reloading\",{\"1\":{\"115\":1}}],[\"release\",{\"0\":{\"114\":1}}],[\"releases\",{\"2\":{\"62\":1,\"63\":1,\"73\":1,\"74\":1,\"84\":1,\"85\":1,\"109\":1,\"110\":1,\"121\":1,\"122\":1}}],[\"refactoring\",{\"0\":{\"105\":1}}],[\"revues\",{\"1\":{\"101\":1}}],[\"rendu\",{\"1\":{\"97\":2}}],[\"rencontrer\",{\"1\":{\"10\":1}}],[\"requête\",{\"1\":{\"104\":1,\"105\":1}}],[\"request\",{\"1\":{\"93\":1}}],[\"require\",{\"1\":{\"66\":1}}],[\"reality\",{\"1\":{\"118\":1}}],[\"really\",{\"1\":{\"90\":1}}],[\"reached\",{\"1\":{\"90\":1}}],[\"ready\",{\"1\":{\"75\":1}}],[\"read\",{\"0\":{\"75\":1}}],[\"remains\",{\"1\":{\"90\":1}}],[\"remarques\",{\"0\":{\"25\":1}}],[\"reduction\",{\"1\":{\"71\":1}}],[\"resources\",{\"1\":{\"66\":1}}],[\"responsive\",{\"1\":{\"116\":1}}],[\"responsable\",{\"0\":{\"43\":1,\"44\":1,\"51\":1},\"1\":{\"51\":1}}],[\"respectif\",{\"1\":{\"54\":1}}],[\"retirer\",{\"1\":{\"56\":1}}],[\"recurring\",{\"1\":{\"93\":1}}],[\"receipt\",{\"1\":{\"93\":1}}],[\"received\",{\"1\":{\"82\":1}}],[\"rectification\",{\"1\":{\"56\":1}}],[\"recherche\",{\"0\":{\"33\":1},\"1\":{\"32\":1}}],[\"recherchons\",{\"1\":{\"15\":1}}],[\"recording\",{\"1\":{\"65\":1}}],[\"reconnaissants\",{\"1\":{\"11\":1}}],[\"recommande\",{\"1\":{\"9\":1}}],[\"rejoindre\",{\"1\":{\"10\":1}}],[\"réparé\",{\"1\":{\"104\":1}}],[\"répand\",{\"1\":{\"13\":1}}],[\"résolveur\",{\"1\":{\"105\":1}}],[\"résumé\",{\"0\":{\"100\":1},\"1\":{\"100\":1}}],[\"réseaux\",{\"0\":{\"9\":1},\"1\":{\"7\":1,\"10\":1,\"11\":2,\"13\":1,\"38\":1}}],[\"réseau\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1,\"14\":1},\"1\":{\"0\":1,\"7\":3,\"9\":2,\"10\":6,\"12\":1,\"13\":1,\"14\":1,\"17\":1,\"18\":1,\"26\":1}}],[\"réunions\",{\"1\":{\"19\":1}}],[\"référentiel\",{\"1\":{\"14\":1}}],[\"rédiger\",{\"1\":{\"16\":1}}],[\"rédige\",{\"1\":{\"9\":1}}],[\"quotation\",{\"1\":{\"93\":1}}],[\"question\",{\"1\":{\"77\":1}}],[\"questions\",{\"0\":{\"48\":1},\"1\":{\"25\":1}}],[\"quelle\",{\"1\":{\"53\":1}}],[\"quelles\",{\"1\":{\"53\":2}}],[\"quels\",{\"1\":{\"53\":1}}],[\"que\",{\"1\":{\"11\":1,\"20\":1,\"25\":2,\"38\":1,\"55\":2,\"56\":2}}],[\"qu\",{\"1\":{\"9\":1,\"13\":1,\"15\":1,\"45\":1,\"55\":1}}],[\"quite\",{\"1\":{\"77\":1}}],[\"qui\",{\"1\":{\"7\":1,\"9\":1,\"26\":1,\"54\":1,\"56\":1,\"97\":1,\"99\":1}}],[\"ukrainian\",{\"1\":{\"114\":1,\"115\":1}}],[\"url\",{\"1\":{\"104\":1}}],[\"ui\",{\"0\":{\"103\":2},\"1\":{\"102\":1,\"106\":2,\"114\":1,\"116\":1}}],[\"ulf\",{\"1\":{\"75\":1}}],[\"ultérieur\",{\"1\":{\"22\":1}}],[\"upon\",{\"1\":{\"93\":1}}],[\"up\",{\"1\":{\"70\":1}}],[\"utopia\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"77\":1}}],[\"utilisation\",{\"1\":{\"17\":1,\"39\":1,\"53\":1,\"54\":1,\"59\":1}}],[\"utilisateurs\",{\"0\":{\"27\":1},\"1\":{\"9\":2,\"10\":1,\"15\":1,\"28\":1,\"32\":1,\"33\":1,\"35\":3,\"36\":2,\"104\":1}}],[\"utilisateur\",{\"0\":{\"47\":1},\"1\":{\"9\":3,\"16\":1,\"17\":1,\"27\":9,\"37\":1,\"45\":1}}],[\"utilisées\",{\"1\":{\"55\":1}}],[\"utilisé\",{\"1\":{\"13\":1}}],[\"utiliser\",{\"1\":{\"56\":1}}],[\"utilise\",{\"0\":{\"9\":1},\"1\":{\"99\":1}}],[\"ue\",{\"1\":{\"50\":1}}],[\"usually\",{\"1\":{\"93\":1}}],[\"us\",{\"1\":{\"72\":1,\"83\":1}}],[\"using\",{\"1\":{\"72\":1,\"83\":1}}],[\"use\",{\"0\":{\"93\":1},\"1\":{\"66\":1,\"77\":2,\"92\":1,\"93\":1}}],[\"users\",{\"1\":{\"90\":1}}],[\"user\",{\"1\":{\"47\":1,\"71\":1,\"117\":1}}],[\"usage\",{\"0\":{\"25\":1}}],[\"under\",{\"1\":{\"93\":1}}],[\"unblock\",{\"1\":{\"82\":1}}],[\"uniquement\",{\"1\":{\"55\":1}}],[\"unique\",{\"1\":{\"23\":1}}],[\"un\",{\"1\":{\"9\":3,\"10\":3,\"12\":1,\"13\":3,\"14\":2,\"22\":2,\"23\":2,\"25\":1,\"27\":5,\"39\":1,\"55\":2,\"60\":1,\"96\":2,\"97\":1,\"99\":1,\"107\":1,\"108\":1,\"111\":1}}],[\"une\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"9\":2,\"13\":3,\"20\":2,\"21\":1,\"26\":1,\"56\":1,\"60\":1,\"97\":1,\"99\":2,\"111\":1}}],[\"épinglées\",{\"1\":{\"101\":1,\"104\":1}}],[\"épingler\",{\"0\":{\"96\":1},\"1\":{\"28\":1,\"36\":1,\"86\":1,\"97\":1},\"2\":{\"88\":1}}],[\"échoue\",{\"1\":{\"60\":1}}],[\"échéant\",{\"1\":{\"55\":1}}],[\"écran\",{\"1\":{\"31\":1}}],[\"écrire\",{\"0\":{\"16\":1},\"1\":{\"7\":1,\"25\":1}}],[\"éditeur\",{\"0\":{\"44\":1},\"1\":{\"29\":1}}],[\"événement\",{\"1\":{\"29\":1}}],[\"événements\",{\"1\":{\"19\":1,\"32\":1,\"33\":1,\"97\":1}}],[\"également\",{\"1\":{\"20\":1,\"25\":1,\"36\":1}}],[\"états\",{\"1\":{\"102\":1}}],[\"étendu\",{\"1\":{\"29\":1}}],[\"étendues\",{\"1\":{\"26\":1}}],[\"été\",{\"1\":{\"26\":1,\"59\":1,\"97\":1,\"98\":1,\"99\":3}}],[\"étoile\",{\"1\":{\"13\":1,\"20\":1}}],[\"étrangère\",{\"0\":{\"17\":1},\"1\":{\"7\":1}}],[\"fluidly\",{\"1\":{\"116\":1}}],[\"fully\",{\"1\":{\"115\":1}}],[\"funding\",{\"2\":{\"94\":1,\"95\":1,\"112\":1,\"113\":1}}],[\"function\",{\"1\":{\"82\":1,\"117\":1}}],[\"further\",{\"0\":{\"91\":1},\"1\":{\"91\":1,\"92\":1}}],[\"fusion\",{\"0\":{\"64\":1},\"1\":{\"64\":1}}],[\"f\",{\"1\":{\"55\":1}}],[\"feed\",{\"1\":{\"114\":1,\"115\":2}}],[\"february\",{\"1\":{\"90\":1}}],[\"features\",{\"0\":{\"101\":1,\"115\":1},\"1\":{\"91\":1},\"2\":{\"94\":1,\"112\":1}}],[\"feature\",{\"1\":{\"77\":1,\"90\":2,\"118\":1}}],[\"fenêtre\",{\"1\":{\"31\":1}}],[\"fermé\",{\"1\":{\"28\":1}}],[\"feront\",{\"1\":{\"12\":1}}],[\"fresher\",{\"1\":{\"116\":1}}],[\"free\",{\"1\":{\"66\":1,\"119\":1}}],[\"frontend\",{\"1\":{\"99\":1,\"104\":1}}],[\"from\",{\"1\":{\"72\":1,\"83\":1,\"93\":1}}],[\"framework\",{\"1\":{\"99\":1}}],[\"français\",{\"1\":{\"37\":1}}],[\"fr\",{\"1\":{\"25\":2}}],[\"fois\",{\"1\":{\"97\":1}}],[\"foire\",{\"0\":{\"48\":1}}],[\"followed\",{\"1\":{\"66\":1}}],[\"forward\",{\"1\":{\"66\":1,\"77\":1}}],[\"for\",{\"0\":{\"89\":1,\"118\":1},\"1\":{\"66\":1,\"71\":2,\"77\":4,\"81\":1,\"82\":2,\"90\":2,\"91\":1,\"92\":1,\"93\":1,\"114\":1,\"115\":1,\"116\":1,\"118\":1}}],[\"formulation\",{\"1\":{\"56\":1}}],[\"forme\",{\"1\":{\"25\":1}}],[\"fournisseur\",{\"1\":{\"55\":1}}],[\"fonction\",{\"1\":{\"36\":1}}],[\"fonctionnalité\",{\"0\":{\"97\":1}}],[\"fonctionnalités\",{\"1\":{\"26\":1,\"58\":1},\"2\":{\"87\":1}}],[\"fonctionnent\",{\"1\":{\"98\":1}}],[\"fonctionne\",{\"1\":{\"9\":1,\"98\":1}}],[\"fonctions\",{\"0\":{\"2\":1,\"15\":1,\"26\":1},\"1\":{\"2\":1,\"7\":1,\"15\":1,\"19\":2,\"20\":1,\"26\":1}}],[\"fields\",{\"1\":{\"116\":1}}],[\"find\",{\"1\":{\"91\":1}}],[\"finalité\",{\"1\":{\"53\":1,\"54\":1}}],[\"financement\",{\"0\":{\"86\":1,\"111\":1},\"1\":{\"19\":1,\"97\":1},\"2\":{\"87\":1,\"88\":1}}],[\"fixed\",{\"1\":{\"82\":1,\"114\":1,\"117\":1}}],[\"fixes\",{\"0\":{\"117\":1},\"1\":{\"70\":1,\"116\":1}}],[\"fichiers\",{\"1\":{\"60\":2}}],[\"filter\",{\"1\":{\"116\":1}}],[\"filtre\",{\"1\":{\"30\":1,\"98\":1,\"104\":1}}],[\"fil\",{\"1\":{\"28\":1,\"30\":1,\"36\":1}}],[\"first\",{\"0\":{\"89\":1},\"1\":{\"20\":1}}],[\"faster\",{\"1\":{\"71\":1}}],[\"facts\",{\"0\":{\"71\":1}}],[\"faciles\",{\"1\":{\"9\":1}}],[\"far\",{\"1\":{\"66\":1}}],[\"faq\",{\"0\":{\"48\":1},\"1\":{\"48\":1}}],[\"faut\",{\"1\":{\"25\":1}}],[\"façons\",{\"0\":{\"11\":1}}],[\"faisant\",{\"1\":{\"22\":1}}],[\"fais\",{\"1\":{\"10\":1}}],[\"faire\",{\"0\":{\"13\":1},\"1\":{\"7\":1,\"9\":1,\"12\":1,\"22\":1,\"39\":1,\"108\":1}}],[\"famille\",{\"1\":{\"10\":1}}],[\"goals\",{\"1\":{\"66\":2}}],[\"good\",{\"1\":{\"20\":1}}],[\"gebhardt\",{\"1\":{\"75\":1}}],[\"get\",{\"0\":{\"75\":1},\"1\":{\"66\":1,\"75\":1,\"93\":1}}],[\"germany\",{\"1\":{\"92\":2,\"93\":1}}],[\"german\",{\"1\":{\"64\":1,\"75\":1}}],[\"gestion\",{\"1\":{\"28\":1}}],[\"généré\",{\"1\":{\"100\":1}}],[\"général\",{\"1\":{\"50\":1}}],[\"gérer\",{\"1\":{\"12\":1}}],[\"gére\",{\"0\":{\"12\":1},\"1\":{\"7\":1}}],[\"guillemets\",{\"1\":{\"25\":1}}],[\"guide\",{\"0\":{\"47\":1},\"1\":{\"16\":2,\"47\":1}}],[\"github\",{\"1\":{\"13\":1,\"20\":3,\"47\":1,\"48\":1}}],[\"graphql\",{\"1\":{\"105\":1}}],[\"grand\",{\"1\":{\"97\":1}}],[\"gradually\",{\"1\":{\"90\":1}}],[\"gratuitement\",{\"1\":{\"22\":1,\"23\":1}}],[\"gratuit\",{\"1\":{\"12\":1,\"20\":1}}],[\"great\",{\"1\":{\"90\":1}}],[\"groupinvitecodes\",{\"1\":{\"104\":1}}],[\"groups\",{\"1\":{\"89\":1,\"90\":2},\"2\":{\"95\":1,\"110\":1,\"113\":1}}],[\"group\",{\"0\":{\"118\":1},\"1\":{\"71\":1,\"82\":3,\"101\":1,\"104\":1,\"116\":1,\"118\":2}}],[\"groupes\",{\"0\":{\"28\":1,\"96\":1},\"1\":{\"13\":1,\"32\":1,\"33\":1,\"86\":1,\"97\":2,\"101\":1},\"2\":{\"88\":1}}],[\"groupe\",{\"0\":{\"111\":1},\"1\":{\"9\":1,\"28\":3,\"97\":1,\"104\":2,\"105\":1,\"111\":1}}],[\"grâce\",{\"1\":{\"26\":1,\"86\":1,\"97\":1,\"111\":1}}],[\"gg\",{\"1\":{\"4\":1,\"5\":1}}],[\"icons\",{\"1\":{\"116\":1}}],[\"icône\",{\"1\":{\"102\":1}}],[\"ici\",{\"1\":{\"45\":1}}],[\"ia\",{\"1\":{\"100\":1}}],[\"if\",{\"1\":{\"72\":1,\"82\":2,\"83\":1,\"119\":1}}],[\"it4c\",{\"1\":{\"103\":1}}],[\"it4change\",{\"1\":{\"66\":1}}],[\"it\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1},\"1\":{\"66\":1,\"77\":2,\"81\":1,\"89\":1,\"90\":1,\"93\":2}}],[\"italien\",{\"1\":{\"37\":1}}],[\"issue\",{\"1\":{\"93\":1}}],[\"issues\",{\"1\":{\"20\":1,\"114\":1}}],[\"is\",{\"0\":{\"66\":1,\"77\":1,\"82\":1},\"1\":{\"76\":1,\"77\":1,\"82\":1,\"90\":1,\"93\":1,\"115\":1,\"117\":1}}],[\"ios\",{\"1\":{\"38\":1}}],[\"iban\",{\"1\":{\"24\":1,\"92\":1}}],[\"il\",{\"1\":{\"13\":1,\"25\":2}}],[\"immédiatement\",{\"1\":{\"97\":1}}],[\"important\",{\"1\":{\"90\":1}}],[\"importantes\",{\"0\":{\"2\":1},\"1\":{\"58\":1,\"97\":1}}],[\"implementing\",{\"1\":{\"77\":1}}],[\"impliquer\",{\"0\":{\"11\":1},\"1\":{\"21\":1}}],[\"improved\",{\"0\":{\"116\":1},\"1\":{\"71\":1,\"115\":1}}],[\"improves\",{\"1\":{\"70\":1}}],[\"improvements\",{\"0\":{\"81\":1},\"1\":{\"66\":1,\"82\":1,\"117\":1}}],[\"impressum\",{\"0\":{\"42\":1}}],[\"images\",{\"1\":{\"71\":1}}],[\"image\",{\"1\":{\"9\":1,\"29\":1,\"71\":1}}],[\"input\",{\"1\":{\"116\":1}}],[\"indicator\",{\"1\":{\"115\":2}}],[\"indiquons\",{\"1\":{\"53\":1}}],[\"indiques\",{\"1\":{\"25\":1}}],[\"indiquer\",{\"1\":{\"25\":1}}],[\"including\",{\"1\":{\"114\":1,\"116\":1}}],[\"include\",{\"1\":{\"93\":1}}],[\"increasing\",{\"1\":{\"77\":1}}],[\"in\",{\"0\":{\"71\":1},\"1\":{\"66\":3,\"77\":1,\"82\":3,\"89\":1,\"90\":3,\"93\":4,\"115\":1,\"116\":2,\"117\":2}}],[\"involved\",{\"1\":{\"66\":1,\"93\":1}}],[\"inviter\",{\"1\":{\"27\":1,\"28\":1}}],[\"invites\",{\"1\":{\"10\":1}}],[\"invite\",{\"1\":{\"9\":1}}],[\"information\",{\"1\":{\"56\":1,\"90\":1,\"91\":1,\"98\":1}}],[\"informations\",{\"0\":{\"57\":1},\"1\":{\"9\":1,\"11\":1,\"45\":1,\"57\":1}}],[\"informer\",{\"1\":{\"55\":1}}],[\"informons\",{\"1\":{\"50\":1,\"54\":1}}],[\"into\",{\"1\":{\"115\":1}}],[\"interne\",{\"1\":{\"34\":1,\"104\":1}}],[\"interface\",{\"1\":{\"17\":1,\"37\":1}}],[\"intégration\",{\"1\":{\"101\":1,\"102\":1}}],[\"intégrée\",{\"1\":{\"102\":1}}],[\"intégrées\",{\"1\":{\"26\":1}}],[\"intégré\",{\"1\":{\"29\":1}}],[\"intérêt\",{\"1\":{\"55\":1}}],[\"intéressantes\",{\"1\":{\"10\":1}}],[\"intéressant\",{\"1\":{\"9\":1}}],[\"intéresse\",{\"1\":{\"7\":1}}],[\"institution\",{\"1\":{\"13\":1}}],[\"instructions\",{\"1\":{\"10\":1,\"14\":1,\"17\":1,\"38\":1}}],[\"inscris\",{\"1\":{\"9\":1}}],[\"idées\",{\"0\":{\"21\":1},\"1\":{\"7\":1,\"14\":1}}],[\"switching\",{\"1\":{\"116\":1}}],[\"show\",{\"1\":{\"115\":1}}],[\"shows\",{\"1\":{\"115\":1}}],[\"shared\",{\"1\":{\"66\":1,\"77\":1,\"115\":1}}],[\"sdk\",{\"1\":{\"106\":1}}],[\"scope\",{\"1\":{\"106\":1}}],[\"script\",{\"1\":{\"101\":1}}],[\"space\",{\"1\":{\"93\":1}}],[\"speeds\",{\"1\":{\"70\":1}}],[\"speaker\",{\"1\":{\"64\":1,\"75\":1}}],[\"system\",{\"1\":{\"115\":1}}],[\"symbol\",{\"1\":{\"93\":1}}],[\"synergies\",{\"1\":{\"66\":2}}],[\"sso\",{\"0\":{\"75\":1},\"1\":{\"75\":1,\"77\":1}}],[\"stability\",{\"1\":{\"117\":1}}],[\"stabilité\",{\"1\":{\"59\":1}}],[\"stacks\",{\"1\":{\"66\":1}}],[\"statiques\",{\"1\":{\"104\":2}}],[\"statistiques\",{\"1\":{\"36\":1}}],[\"statut\",{\"1\":{\"36\":1}}],[\"stockées\",{\"1\":{\"55\":2}}],[\"straße\",{\"1\":{\"44\":1}}],[\"steinburger\",{\"1\":{\"44\":1}}],[\"styles\",{\"1\":{\"29\":1}}],[\"salle\",{\"1\":{\"111\":1}}],[\"salles\",{\"0\":{\"111\":1}}],[\"same\",{\"1\":{\"66\":2}}],[\"safari\",{\"1\":{\"60\":1}}],[\"sans\",{\"1\":{\"25\":1,\"104\":1}}],[\"sa\",{\"1\":{\"23\":1}}],[\"savoir\",{\"1\":{\"12\":1}}],[\"settings\",{\"1\":{\"117\":1}}],[\"setup\",{\"1\":{\"102\":1}}],[\"search\",{\"1\":{\"114\":1,\"117\":1}}],[\"september\",{\"1\":{\"75\":1}}],[\"see\",{\"1\":{\"71\":1,\"82\":1,\"92\":1}}],[\"several\",{\"1\":{\"70\":1,\"77\":1,\"82\":1}}],[\"ses\",{\"1\":{\"55\":2}}],[\"session\",{\"1\":{\"20\":1}}],[\"services\",{\"0\":{\"53\":1},\"1\":{\"53\":1,\"66\":1}}],[\"se\",{\"1\":{\"12\":1}}],[\"s\",{\"0\":{\"11\":1,\"90\":1},\"1\":{\"13\":1,\"17\":1,\"23\":1,\"25\":1,\"55\":1,\"90\":1}}],[\"sincere\",{\"1\":{\"90\":1}}],[\"similarities\",{\"1\":{\"66\":1}}],[\"similar\",{\"1\":{\"66\":1}}],[\"significatifs\",{\"1\":{\"96\":1}}],[\"significantly\",{\"1\":{\"77\":1}}],[\"signaler\",{\"1\":{\"27\":1}}],[\"signales\",{\"1\":{\"14\":1}}],[\"signe\",{\"1\":{\"25\":1}}],[\"site\",{\"0\":{\"43\":1,\"54\":1,\"55\":1},\"1\":{\"10\":1,\"11\":1,\"13\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1}}],[\"si\",{\"1\":{\"10\":1,\"12\":1,\"14\":2,\"17\":1,\"19\":1,\"21\":1,\"25\":2,\"107\":1}}],[\"success\",{\"1\":{\"91\":1}}],[\"successful\",{\"0\":{\"89\":1}}],[\"supprimé\",{\"1\":{\"106\":1}}],[\"supprimer\",{\"1\":{\"28\":1}}],[\"supported\",{\"1\":{\"115\":1}}],[\"support\",{\"0\":{\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"120\":1},\"1\":{\"72\":1,\"83\":1,\"92\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"suit\",{\"1\":{\"54\":1}}],[\"suivants\",{\"1\":{\"56\":1}}],[\"suivantes\",{\"1\":{\"26\":1}}],[\"suivre\",{\"1\":{\"27\":1}}],[\"suives\",{\"1\":{\"20\":1}}],[\"suis\",{\"1\":{\"9\":1}}],[\"suggestions\",{\"1\":{\"14\":1}}],[\"sure\",{\"1\":{\"93\":1}}],[\"sur\",{\"0\":{\"25\":1,\"57\":1},\"1\":{\"7\":1,\"10\":2,\"13\":3,\"20\":4,\"45\":1,\"50\":1,\"54\":1,\"55\":1,\"56\":1,\"57\":1,\"104\":1}}],[\"soon\",{\"1\":{\"89\":1,\"91\":2}}],[\"some\",{\"1\":{\"77\":1,\"82\":1}}],[\"sommes\",{\"1\":{\"20\":1,\"23\":1}}],[\"software\",{\"1\":{\"70\":1,\"82\":2,\"92\":1,\"119\":1}}],[\"so\",{\"1\":{\"66\":1,\"93\":2}}],[\"son\",{\"1\":{\"25\":1,\"39\":1}}],[\"sont\",{\"1\":{\"11\":2,\"38\":1,\"53\":4,\"54\":1,\"55\":2}}],[\"soient\",{\"1\":{\"15\":1}}],[\"sociaux\",{\"1\":{\"10\":1,\"13\":1}}],[\"social\",{\"0\":{\"0\":2,\"1\":1,\"5\":1,\"96\":1,\"114\":1},\"1\":{\"0\":1,\"5\":1,\"7\":2,\"12\":1,\"13\":4,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"66\":1,\"70\":1,\"72\":1,\"77\":3,\"82\":1,\"83\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"115\":1,\"119\":1}}],[\"sous\",{\"0\":{\"99\":1},\"1\":{\"25\":1}}],[\"souhaites\",{\"0\":{\"18\":1},\"1\":{\"7\":1,\"10\":1,\"14\":1,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"25\":1}}],[\"soutenez\",{\"0\":{\"108\":1},\"1\":{\"107\":1}}],[\"soutenir\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"22\":1,\"23\":1}}],[\"soutiens\",{\"0\":{\"8\":1,\"61\":1},\"1\":{\"7\":1,\"39\":1}}],[\"source\",{\"1\":{\"7\":1,\"20\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"sourcepour\",{\"1\":{\"0\":1}}],[\"cypress\",{\"1\":{\"106\":1}}],[\"cta\",{\"1\":{\"104\":1}}],[\"currentuser\",{\"1\":{\"104\":1}}],[\"css\",{\"1\":{\"103\":1}}],[\"close\",{\"1\":{\"117\":1}}],[\"classe\",{\"1\":{\"103\":1}}],[\"click\",{\"1\":{\"82\":1}}],[\"clique\",{\"1\":{\"7\":1}}],[\"c\",{\"1\":{\"97\":1}}],[\"check\",{\"1\":{\"118\":1}}],[\"chemin\",{\"1\":{\"104\":1}}],[\"choose\",{\"1\":{\"115\":1}}],[\"choisie\",{\"1\":{\"99\":1}}],[\"choses\",{\"1\":{\"53\":1,\"54\":1}}],[\"champ\",{\"1\":{\"104\":1}}],[\"chargement\",{\"1\":{\"102\":1}}],[\"changement\",{\"1\":{\"104\":1}}],[\"changements\",{\"1\":{\"57\":1,\"96\":1,\"99\":1}}],[\"changelog\",{\"0\":{\"100\":1}}],[\"change\",{\"1\":{\"66\":1,\"71\":1,\"82\":1}}],[\"chacun\",{\"1\":{\"55\":1}}],[\"chats\",{\"0\":{\"118\":1},\"1\":{\"118\":2}}],[\"chat\",{\"0\":{\"31\":1,\"111\":1},\"1\":{\"31\":1,\"59\":1,\"60\":1,\"111\":1,\"115\":1},\"2\":{\"113\":1}}],[\"chaque\",{\"1\":{\"23\":1,\"53\":1,\"54\":2,\"96\":1}}],[\"ci\",{\"0\":{\"106\":1},\"1\":{\"50\":1,\"53\":1}}],[\"cache\",{\"1\":{\"106\":1}}],[\"caché\",{\"1\":{\"28\":1}}],[\"capot\",{\"0\":{\"99\":1}}],[\"campagne\",{\"1\":{\"97\":1}}],[\"campaigns\",{\"0\":{\"91\":1},\"1\":{\"92\":1}}],[\"campaign\",{\"0\":{\"89\":1},\"1\":{\"90\":2}}],[\"can\",{\"1\":{\"66\":1,\"77\":1,\"82\":1,\"93\":2,\"115\":1,\"117\":1,\"118\":1}}],[\"canaux\",{\"1\":{\"16\":1}}],[\"cases\",{\"1\":{\"82\":1,\"93\":1}}],[\"cas\",{\"1\":{\"53\":1,\"54\":2,\"55\":1}}],[\"cards\",{\"1\":{\"116\":1}}],[\"caractère\",{\"1\":{\"51\":1,\"53\":1,\"54\":1}}],[\"carte\",{\"0\":{\"32\":1}}],[\"catégories\",{\"1\":{\"29\":1,\"98\":1,\"104\":1}}],[\"crashes\",{\"1\":{\"117\":1}}],[\"crash\",{\"1\":{\"104\":1}}],[\"création\",{\"1\":{\"101\":1}}],[\"créer\",{\"1\":{\"14\":1,\"19\":1,\"27\":1}}],[\"crée\",{\"1\":{\"9\":1}}],[\"crowdfunding\",{\"0\":{\"89\":1,\"91\":1,\"118\":1},\"1\":{\"90\":2,\"91\":1,\"92\":1,\"118\":1}}],[\"croissante\",{\"1\":{\"26\":1}}],[\"certain\",{\"1\":{\"117\":1}}],[\"certificate\",{\"1\":{\"93\":1}}],[\"cercle\",{\"1\":{\"102\":1}}],[\"cela\",{\"1\":{\"97\":2}}],[\"cette\",{\"1\":{\"59\":1}}],[\"cest\",{\"1\":{\"64\":1,\"75\":1}}],[\"ces\",{\"1\":{\"55\":1}}],[\"censurer\",{\"1\":{\"27\":1}}],[\"ce\",{\"0\":{\"43\":1},\"1\":{\"23\":2,\"54\":1,\"56\":1,\"60\":1,\"107\":1}}],[\"collect\",{\"1\":{\"91\":1}}],[\"collaboration\",{\"1\":{\"77\":1}}],[\"corrected\",{\"1\":{\"117\":1}}],[\"correctement\",{\"1\":{\"98\":1}}],[\"correctly\",{\"1\":{\"117\":2}}],[\"correct\",{\"1\":{\"98\":1}}],[\"corrections\",{\"0\":{\"98\":1,\"104\":1},\"1\":{\"106\":1}}],[\"correction\",{\"1\":{\"60\":1}}],[\"corrigées\",{\"1\":{\"60\":1}}],[\"corrigés\",{\"1\":{\"59\":1,\"98\":1}}],[\"courriel\",{\"1\":{\"25\":1,\"34\":1,\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"coordonne\",{\"1\":{\"23\":1}}],[\"coûtent\",{\"1\":{\"22\":1,\"39\":1}}],[\"coderabbit\",{\"1\":{\"101\":1}}],[\"code\",{\"1\":{\"20\":2}}],[\"combien\",{\"1\":{\"53\":1}}],[\"com\",{\"1\":{\"47\":1,\"48\":1}}],[\"commande\",{\"1\":{\"101\":1}}],[\"common\",{\"1\":{\"66\":1}}],[\"commune\",{\"1\":{\"111\":1}}],[\"community\",{\"1\":{\"47\":1,\"48\":1}}],[\"communication\",{\"1\":{\"16\":1}}],[\"communauté\",{\"1\":{\"16\":1,\"26\":1}}],[\"commençons\",{\"1\":{\"96\":1}}],[\"commencer\",{\"0\":{\"40\":1}}],[\"commenting\",{\"0\":{\"81\":1},\"1\":{\"81\":1}}],[\"commentaires\",{\"1\":{\"29\":1,\"35\":2}}],[\"commentaire\",{\"1\":{\"27\":1}}],[\"commente\",{\"1\":{\"9\":1,\"20\":1}}],[\"comment\",{\"0\":{\"7\":1},\"1\":{\"82\":1}}],[\"comme\",{\"1\":{\"13\":1,\"97\":1,\"99\":1,\"102\":1}}],[\"compatibilité\",{\"1\":{\"103\":1}}],[\"comparaison\",{\"1\":{\"13\":1}}],[\"compete\",{\"1\":{\"66\":1}}],[\"components\",{\"1\":{\"66\":1,\"116\":1}}],[\"compte\",{\"0\":{\"24\":1},\"1\":{\"57\":1}}],[\"complexité\",{\"1\":{\"99\":1}}],[\"complexe\",{\"1\":{\"99\":1}}],[\"completed\",{\"1\":{\"90\":1,\"115\":1}}],[\"compléter\",{\"1\":{\"17\":1}}],[\"complète\",{\"1\":{\"9\":2}}],[\"connexion\",{\"1\":{\"104\":1}}],[\"connect\",{\"1\":{\"77\":1}}],[\"connected\",{\"1\":{\"77\":1}}],[\"connaître\",{\"0\":{\"13\":1},\"1\":{\"7\":1,\"20\":1}}],[\"config\",{\"1\":{\"103\":1}}],[\"confidentialité\",{\"1\":{\"98\":1}}],[\"conference\",{\"0\":{\"76\":1}}],[\"conformément\",{\"1\":{\"50\":1,\"55\":1,\"56\":9}}],[\"consistent\",{\"1\":{\"116\":1}}],[\"consolidées\",{\"1\":{\"106\":1}}],[\"consumption\",{\"1\":{\"71\":1}}],[\"consultées\",{\"1\":{\"55\":1}}],[\"consulter\",{\"1\":{\"36\":1}}],[\"consulte\",{\"1\":{\"20\":1}}],[\"conséquence\",{\"1\":{\"56\":1}}],[\"consentement\",{\"1\":{\"56\":1}}],[\"conservation\",{\"1\":{\"54\":1}}],[\"conservées\",{\"1\":{\"53\":1}}],[\"conviennent\",{\"1\":{\"20\":1}}],[\"convivialité\",{\"1\":{\"18\":1}}],[\"concerne\",{\"1\":{\"56\":1}}],[\"concernées\",{\"1\":{\"53\":1,\"54\":1}}],[\"concernant\",{\"1\":{\"9\":1}}],[\"concepts\",{\"1\":{\"19\":1}}],[\"conception\",{\"0\":{\"18\":1},\"1\":{\"7\":1,\"18\":1}}],[\"content\",{\"1\":{\"115\":1,\"116\":1,\"117\":1}}],[\"contenant\",{\"1\":{\"96\":1}}],[\"contenu\",{\"0\":{\"44\":1},\"1\":{\"29\":1}}],[\"continuité\",{\"1\":{\"39\":1}}],[\"contre\",{\"1\":{\"39\":1}}],[\"contribute\",{\"1\":{\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"120\":1}}],[\"contribution\",{\"1\":{\"23\":1}}],[\"contributions\",{\"1\":{\"9\":1}}],[\"contribue\",{\"1\":{\"9\":1}}],[\"contribuer\",{\"0\":{\"6\":1,\"7\":1,\"18\":1},\"1\":{\"7\":1,\"17\":1,\"61\":1,\"108\":1}}],[\"contacter\",{\"1\":{\"14\":1,\"21\":1,\"25\":1}}],[\"contactes\",{\"1\":{\"11\":1,\"17\":1,\"18\":1,\"19\":1,\"25\":1}}],[\"contact\",{\"0\":{\"3\":1},\"1\":{\"43\":1,\"93\":1}}],[\"à\",{\"0\":{\"15\":1,\"18\":1,\"20\":1,\"57\":1},\"1\":{\"7\":4,\"9\":4,\"10\":3,\"14\":2,\"16\":2,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"26\":1,\"36\":1,\"49\":1,\"50\":1,\"51\":1,\"53\":1,\"54\":1,\"55\":5,\"56\":14,\"57\":1,\"60\":1,\"86\":2,\"97\":1,\"98\":2,\"99\":1,\"102\":1,\"106\":1,\"107\":1,\"111\":2}}],[\"6\",{\"1\":{\"55\":1}}],[\"60\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"622\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"two\",{\"1\":{\"66\":1,\"114\":1,\"115\":1}}],[\"that\",{\"1\":{\"90\":2,\"93\":1}}],[\"thanks\",{\"1\":{\"90\":1}}],[\"thank\",{\"0\":{\"89\":1},\"1\":{\"72\":1,\"83\":1}}],[\"thus\",{\"1\":{\"77\":2}}],[\"thursday\",{\"1\":{\"64\":1,\"75\":1}}],[\"through\",{\"1\":{\"71\":1}}],[\"things\",{\"1\":{\"70\":1}}],[\"this\",{\"1\":{\"64\":2,\"66\":2,\"70\":1,\"71\":1,\"77\":1,\"82\":2,\"90\":2,\"91\":3,\"119\":1}}],[\"their\",{\"1\":{\"82\":1}}],[\"thereby\",{\"1\":{\"77\":1}}],[\"there\",{\"1\":{\"77\":1,\"93\":1}}],[\"these\",{\"1\":{\"66\":1}}],[\"them\",{\"1\":{\"66\":1}}],[\"they\",{\"1\":{\"66\":2}}],[\"the\",{\"0\":{\"71\":1,\"89\":1,\"93\":1},\"1\":{\"64\":1,\"66\":5,\"70\":1,\"71\":1,\"76\":2,\"77\":3,\"81\":1,\"82\":11,\"90\":8,\"92\":3,\"93\":3,\"114\":1,\"115\":1,\"116\":1,\"117\":2,\"118\":1,\"119\":1}}],[\"téléchargement\",{\"1\":{\"60\":2}}],[\"téléphone\",{\"1\":{\"4\":1,\"5\":1,\"43\":1,\"44\":1}}],[\"time\",{\"1\":{\"64\":1,\"77\":2,\"117\":1}}],[\"tiers\",{\"1\":{\"29\":1,\"55\":2}}],[\"titres\",{\"1\":{\"29\":1}}],[\"translated\",{\"1\":{\"115\":1}}],[\"translations\",{\"1\":{\"115\":2}}],[\"transfers\",{\"1\":{\"93\":1}}],[\"transfert\",{\"1\":{\"55\":1}}],[\"tranelis\",{\"1\":{\"64\":1}}],[\"traités\",{\"1\":{\"53\":2,\"54\":1}}],[\"traitement\",{\"0\":{\"51\":1},\"1\":{\"51\":1,\"53\":1,\"54\":2,\"56\":2}}],[\"traitons\",{\"1\":{\"50\":1}}],[\"traduire\",{\"1\":{\"17\":1}}],[\"trier\",{\"1\":{\"30\":1}}],[\"triodos\",{\"1\":{\"24\":1,\"92\":1}}],[\"trouveras\",{\"1\":{\"60\":1}}],[\"trouver\",{\"1\":{\"45\":1}}],[\"trouvé\",{\"1\":{\"14\":1}}],[\"troddef1\",{\"1\":{\"24\":1,\"92\":1}}],[\"très\",{\"1\":{\"23\":1,\"99\":1}}],[\"types\",{\"1\":{\"13\":1,\"29\":1,\"53\":1,\"54\":2}}],[\"teasers\",{\"1\":{\"117\":1}}],[\"technical\",{\"1\":{\"82\":1}}],[\"techniques\",{\"1\":{\"57\":1}}],[\"tech\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"textuelle\",{\"1\":{\"60\":1}}],[\"texte\",{\"1\":{\"29\":1}}],[\"tenir\",{\"1\":{\"57\":1}}],[\"temps\",{\"1\":{\"53\":1,\"57\":1,\"99\":1}}],[\"test\",{\"1\":{\"105\":1}}],[\"tests\",{\"1\":{\"104\":1,\"106\":1}}],[\"tester\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"15\":1,\"20\":1}}],[\"tes\",{\"0\":{\"56\":1},\"1\":{\"9\":1,\"10\":1,\"13\":1,\"50\":1,\"56\":2}}],[\"te\",{\"1\":{\"9\":1,\"25\":2}}],[\"tab\",{\"1\":{\"117\":1}}],[\"tax\",{\"1\":{\"93\":1}}],[\"target\",{\"1\":{\"90\":1}}],[\"take\",{\"1\":{\"64\":1}}],[\"ta\",{\"1\":{\"9\":1,\"10\":1}}],[\"tant\",{\"1\":{\"9\":1,\"11\":1,\"38\":1,\"45\":1,\"55\":1}}],[\"t\",{\"1\":{\"7\":1,\"12\":1,\"17\":1,\"50\":1,\"53\":1,\"54\":1,\"56\":1}}],[\"tu\",{\"0\":{\"7\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":1,\"19\":1},\"1\":{\"7\":6,\"10\":2,\"12\":2,\"14\":2,\"17\":1,\"19\":1,\"20\":3,\"21\":1,\"23\":1,\"25\":2,\"45\":1,\"50\":1,\"55\":1,\"56\":2,\"60\":1}}],[\"together\",{\"1\":{\"66\":1}}],[\"topic\",{\"1\":{\"64\":1,\"66\":1}}],[\"tous\",{\"1\":{\"60\":1,\"99\":1}}],[\"toutes\",{\"1\":{\"2\":1}}],[\"to\",{\"0\":{\"81\":1},\"1\":{\"13\":1,\"66\":6,\"71\":1,\"76\":1,\"77\":5,\"81\":1,\"82\":3,\"89\":1,\"90\":4,\"91\":2,\"92\":1,\"93\":3,\"119\":1}}],[\"toi\",{\"1\":{\"9\":2}}],[\"ton\",{\"0\":{\"0\":1,\"8\":1,\"10\":1,\"12\":1},\"1\":{\"0\":1,\"7\":2,\"9\":2,\"10\":3,\"11\":1,\"12\":1,\"13\":2,\"25\":2,\"39\":1}}],[\"aws\",{\"1\":{\"106\":1}}],[\"a\",{\"0\":{\"71\":1},\"1\":{\"66\":1,\"77\":3,\"82\":3,\"90\":2,\"93\":3,\"97\":1,\"99\":2,\"114\":1,\"116\":1,\"118\":1,\"119\":1}}],[\"about\",{\"0\":{\"66\":1,\"77\":1,\"82\":1,\"90\":1},\"1\":{\"82\":1,\"91\":1}}],[\"adhésion\",{\"1\":{\"105\":1}}],[\"added\",{\"1\":{\"115\":1}}],[\"address\",{\"1\":{\"93\":1}}],[\"addition\",{\"1\":{\"66\":1,\"82\":1}}],[\"adaptées\",{\"1\":{\"57\":1}}],[\"administration\",{\"0\":{\"36\":1}}],[\"administrateurs\",{\"1\":{\"97\":1}}],[\"administrateur\",{\"1\":{\"27\":1,\"28\":2,\"36\":1,\"101\":1}}],[\"achieve\",{\"1\":{\"66\":1}}],[\"accepted\",{\"1\":{\"93\":1}}],[\"accordé\",{\"1\":{\"56\":1}}],[\"accorde\",{\"1\":{\"56\":1}}],[\"accédes\",{\"1\":{\"55\":1}}],[\"accès\",{\"0\":{\"55\":1},\"1\":{\"55\":1,\"56\":1}}],[\"actuel\",{\"1\":{\"96\":1}}],[\"actuelle\",{\"1\":{\"58\":1}}],[\"actualité\",{\"1\":{\"28\":1,\"30\":1,\"36\":1}}],[\"action\",{\"1\":{\"82\":1}}],[\"activités\",{\"1\":{\"55\":1}}],[\"activer\",{\"1\":{\"28\":1,\"36\":1}}],[\"actifs\",{\"0\":{\"9\":1},\"1\":{\"7\":1}}],[\"after\",{\"1\":{\"93\":1,\"105\":1}}],[\"affichage\",{\"1\":{\"60\":1,\"98\":1}}],[\"afficher\",{\"1\":{\"35\":1,\"36\":1}}],[\"afin\",{\"1\":{\"25\":1,\"55\":1}}],[\"ayant\",{\"1\":{\"35\":1,\"36\":1}}],[\"aperçu\",{\"0\":{\"30\":1},\"1\":{\"28\":1,\"30\":1,\"36\":1}}],[\"après\",{\"1\":{\"25\":1,\"53\":1}}],[\"appear\",{\"1\":{\"116\":1}}],[\"appears\",{\"1\":{\"82\":1}}],[\"apps\",{\"1\":{\"77\":1}}],[\"app\",{\"1\":{\"38\":1}}],[\"applications\",{\"0\":{\"53\":1},\"1\":{\"53\":1,\"77\":1}}],[\"application\",{\"0\":{\"38\":1},\"1\":{\"55\":1}}],[\"approbation\",{\"1\":{\"106\":1}}],[\"approche\",{\"1\":{\"99\":1}}],[\"approximative\",{\"1\":{\"9\":1}}],[\"apprendre\",{\"0\":{\"45\":1},\"1\":{\"20\":1}}],[\"apporte\",{\"1\":{\"20\":1}}],[\"apporter\",{\"1\":{\"14\":1}}],[\"at\",{\"1\":{\"25\":3,\"64\":1,\"66\":1,\"75\":1,\"90\":2,\"93\":2}}],[\"arranges\",{\"1\":{\"116\":1}}],[\"arguments\",{\"1\":{\"77\":1}}],[\"argent\",{\"1\":{\"22\":1,\"39\":1}}],[\"are\",{\"1\":{\"66\":1,\"82\":1,\"92\":1,\"93\":2,\"115\":1}}],[\"art\",{\"1\":{\"55\":1,\"56\":18}}],[\"article\",{\"0\":{\"30\":1},\"1\":{\"29\":4}}],[\"articles\",{\"0\":{\"29\":1},\"1\":{\"9\":2,\"33\":1,\"35\":2,\"36\":2,\"56\":1}}],[\"avenir\",{\"1\":{\"111\":1}}],[\"avez\",{\"1\":{\"97\":1}}],[\"avec\",{\"0\":{\"59\":1},\"1\":{\"9\":3,\"10\":1,\"12\":1,\"20\":1,\"25\":1,\"29\":1,\"36\":1,\"97\":1,\"99\":1}}],[\"available\",{\"1\":{\"66\":1,\"90\":1,\"115\":1}}],[\"avancées\",{\"1\":{\"26\":1}}],[\"avant\",{\"1\":{\"15\":1,\"25\":1}}],[\"avoir\",{\"1\":{\"56\":1,\"111\":1}}],[\"albanian\",{\"1\":{\"114\":1,\"115\":1}}],[\"already\",{\"1\":{\"90\":1}}],[\"all\",{\"0\":{\"90\":1},\"1\":{\"90\":1,\"115\":2}}],[\"allemand\",{\"1\":{\"37\":1}}],[\"allemagne\",{\"1\":{\"4\":1,\"24\":2,\"43\":1,\"44\":1}}],[\"also\",{\"1\":{\"77\":1,\"93\":1}}],[\"although\",{\"1\":{\"66\":1}}],[\"alternative\",{\"1\":{\"13\":1}}],[\"again\",{\"1\":{\"117\":2}}],[\"agisse\",{\"1\":{\"13\":1}}],[\"agréable\",{\"1\":{\"9\":1}}],[\"agréables\",{\"1\":{\"9\":1}}],[\"assigned\",{\"1\":{\"117\":1}}],[\"association\",{\"0\":{\"4\":1},\"1\":{\"13\":1,\"23\":1,\"55\":2}}],[\"as\",{\"1\":{\"14\":1,\"25\":1,\"64\":1,\"77\":2,\"91\":2,\"93\":1}}],[\"asbesoin\",{\"1\":{\"12\":1}}],[\"animations\",{\"1\":{\"116\":1}}],[\"animes\",{\"0\":{\"10\":1},\"1\":{\"16\":1}}],[\"an\",{\"1\":{\"115\":1}}],[\"annonces\",{\"1\":{\"97\":1}}],[\"anton\",{\"1\":{\"64\":1}}],[\"another\",{\"1\":{\"64\":1}}],[\"and\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"66\":6,\"70\":1,\"71\":1,\"77\":3,\"82\":1,\"90\":1,\"92\":1,\"93\":3,\"114\":3,\"116\":3,\"119\":2}}],[\"android\",{\"1\":{\"38\":1}}],[\"anglais\",{\"0\":{\"46\":1,\"47\":1,\"48\":1},\"1\":{\"10\":1,\"14\":1,\"16\":2,\"17\":1,\"20\":1,\"23\":1,\"37\":1,\"38\":1,\"60\":1}}],[\"ampleur\",{\"1\":{\"99\":1}}],[\"among\",{\"1\":{\"70\":1}}],[\"améliorés\",{\"1\":{\"99\":1}}],[\"améliore\",{\"1\":{\"59\":1}}],[\"améliorer\",{\"0\":{\"14\":1},\"1\":{\"7\":1,\"14\":1,\"17\":1,\"18\":1}}],[\"améliorations\",{\"0\":{\"59\":1}}],[\"amis\",{\"1\":{\"9\":1,\"10\":1}}],[\"aille\",{\"1\":{\"25\":1}}],[\"aimez\",{\"1\":{\"107\":1}}],[\"aime\",{\"1\":{\"13\":1}}],[\"aimes\",{\"0\":{\"16\":1,\"19\":1},\"1\":{\"7\":2}}],[\"aidez\",{\"1\":{\"86\":1}}],[\"aides\",{\"1\":{\"16\":2}}],[\"aide\",{\"1\":{\"11\":1,\"12\":1}}],[\"aider\",{\"0\":{\"15\":1,\"20\":1},\"1\":{\"7\":2,\"12\":1,\"19\":1}}],[\"augsburg\",{\"1\":{\"92\":1}}],[\"augsbourg\",{\"1\":{\"4\":1,\"24\":1,\"43\":1}}],[\"august\",{\"1\":{\"64\":1}}],[\"author\",{\"1\":{\"82\":2}}],[\"automatically\",{\"1\":{\"117\":1}}],[\"automatic\",{\"1\":{\"71\":1}}],[\"automatique\",{\"1\":{\"29\":1,\"106\":1}}],[\"autre\",{\"1\":{\"21\":1,\"57\":1}}],[\"autres\",{\"0\":{\"11\":1,\"21\":1},\"1\":{\"7\":1,\"9\":2,\"10\":1,\"20\":1,\"53\":1,\"54\":1,\"60\":2}}],[\"aux\",{\"0\":{\"48\":1},\"1\":{\"20\":1,\"26\":1,\"97\":2,\"111\":1}}],[\"au\",{\"0\":{\"55\":1},\"1\":{\"7\":1,\"13\":2,\"20\":2,\"25\":1,\"50\":1,\"55\":1,\"105\":1}}],[\"ajsx9dcsua\",{\"1\":{\"5\":1}}],[\"how\",{\"0\":{\"75\":1},\"1\":{\"66\":1,\"75\":1}}],[\"highlight\",{\"1\":{\"66\":1}}],[\"here\",{\"1\":{\"76\":1,\"91\":1}}],[\"helped\",{\"1\":{\"89\":1}}],[\"help\",{\"1\":{\"72\":1,\"83\":1}}],[\"hello\",{\"1\":{\"5\":1}}],[\"heureux\",{\"1\":{\"20\":1,\"23\":1}}],[\"hésites\",{\"1\":{\"14\":1,\"21\":1}}],[\"happy\",{\"1\":{\"93\":1}}],[\"had\",{\"1\":{\"90\":1}}],[\"has\",{\"1\":{\"77\":1,\"89\":1}}],[\"hashtags\",{\"1\":{\"9\":1,\"29\":1,\"33\":1}}],[\"have\",{\"1\":{\"66\":2,\"77\":1,\"82\":1,\"114\":2,\"115\":1,\"116\":1}}],[\"hambourg\",{\"1\":{\"44\":1}}],[\"haut\",{\"1\":{\"28\":1,\"36\":1}}],[\"haferstr\",{\"1\":{\"4\":1,\"24\":1,\"43\":1,\"92\":1}}],[\"https\",{\"1\":{\"4\":1,\"5\":1,\"46\":1,\"47\":1,\"48\":1}}],[\"huß\",{\"1\":{\"4\":1,\"43\":1,\"44\":1,\"52\":1}}],[\"various\",{\"1\":{\"116\":1}}],[\"variété\",{\"1\":{\"26\":1}}],[\"v3\",{\"0\":{\"114\":1}}],[\"vue\",{\"0\":{\"102\":1},\"1\":{\"99\":2,\"102\":1},\"2\":{\"110\":1,\"122\":1}}],[\"voir\",{\"1\":{\"97\":1}}],[\"volume\",{\"1\":{\"71\":1}}],[\"votre\",{\"1\":{\"55\":1,\"56\":1,\"86\":1,\"111\":1}}],[\"vorstand\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"vous\",{\"1\":{\"21\":1,\"22\":1,\"97\":1,\"107\":1}}],[\"views\",{\"1\":{\"116\":1}}],[\"view\",{\"1\":{\"114\":1,\"115\":2}}],[\"via\",{\"1\":{\"77\":1,\"91\":1,\"117\":1}}],[\"video\",{\"0\":{\"76\":1}}],[\"vides\",{\"1\":{\"60\":1}}],[\"vidéo\",{\"1\":{\"60\":1}}],[\"vis\",{\"1\":{\"50\":2}}],[\"visibles\",{\"1\":{\"104\":1}}],[\"visible\",{\"1\":{\"90\":1}}],[\"visibilité\",{\"1\":{\"28\":1}}],[\"visites\",{\"1\":{\"11\":1}}],[\"vigueur\",{\"1\":{\"50\":1}}],[\"virements\",{\"1\":{\"25\":1}}],[\"vice\",{\"1\":{\"4\":1,\"43\":1}}],[\"very\",{\"1\":{\"72\":1,\"83\":1,\"89\":1}}],[\"versions\",{\"1\":{\"99\":1,\"100\":1,\"106\":1}}],[\"version\",{\"0\":{\"59\":1,\"70\":1,\"81\":1},\"1\":{\"15\":1,\"59\":1,\"70\":1,\"81\":1,\"82\":1,\"96\":3,\"99\":1,\"114\":1}}],[\"vers\",{\"1\":{\"10\":1,\"13\":1,\"55\":1,\"99\":1,\"102\":1}}],[\"veux\",{\"0\":{\"15\":1},\"1\":{\"7\":1,\"56\":1}}],[\"v\",{\"1\":{\"4\":1,\"16\":1,\"23\":1,\"24\":2,\"43\":1,\"92\":2,\"107\":1,\"119\":1}}],[\"dropdown\",{\"1\":{\"117\":1}}],[\"drop\",{\"1\":{\"117\":1}}],[\"droit\",{\"1\":{\"56\":10}}],[\"droits\",{\"0\":{\"56\":1},\"1\":{\"50\":1,\"56\":1}}],[\"drag\",{\"1\":{\"117\":1}}],[\"date\",{\"1\":{\"117\":1}}],[\"data\",{\"1\":{\"71\":1}}],[\"day\",{\"0\":{\"64\":1},\"1\":{\"64\":1,\"75\":1},\"2\":{\"69\":1,\"80\":1}}],[\"dans\",{\"0\":{\"96\":1},\"1\":{\"10\":2,\"14\":3,\"16\":1,\"21\":1,\"25\":1,\"28\":1,\"38\":1,\"53\":1,\"54\":3,\"55\":1,\"56\":1,\"60\":2,\"86\":1,\"97\":1,\"98\":1,\"99\":1,\"101\":1,\"102\":1,\"103\":1}}],[\"döring\",{\"1\":{\"51\":1}}],[\"dynamique\",{\"1\":{\"10\":1}}],[\"domain\",{\"1\":{\"93\":1}}],[\"domaine\",{\"1\":{\"7\":1,\"25\":2}}],[\"do\",{\"1\":{\"66\":1}}],[\"docs\",{\"1\":{\"46\":1}}],[\"documentation\",{\"0\":{\"46\":1},\"1\":{\"20\":1}}],[\"donors\",{\"1\":{\"90\":1}}],[\"donateurs\",{\"1\":{\"97\":1}}],[\"donate\",{\"1\":{\"67\":1,\"72\":1,\"78\":1,\"83\":1,\"120\":1}}],[\"donations\",{\"0\":{\"92\":1,\"119\":1},\"1\":{\"91\":1,\"93\":2}}],[\"donation\",{\"1\":{\"36\":1,\"89\":1,\"90\":1,\"92\":1,\"93\":3,\"119\":1}}],[\"dont\",{\"1\":{\"50\":2,\"56\":1}}],[\"données\",{\"0\":{\"49\":1,\"50\":1,\"51\":1,\"57\":1},\"1\":{\"36\":1,\"50\":2,\"51\":1,\"53\":3,\"54\":3,\"55\":4,\"56\":4,\"57\":1}}],[\"donne\",{\"1\":{\"20\":1}}],[\"donnes\",{\"1\":{\"13\":2}}],[\"donner\",{\"0\":{\"22\":1,\"23\":1,\"39\":1},\"1\":{\"7\":1,\"61\":1}}],[\"donc\",{\"1\":{\"25\":1}}],[\"dons\",{\"0\":{\"24\":1,\"107\":1},\"1\":{\"26\":1,\"36\":1,\"97\":1}}],[\"don\",{\"1\":{\"22\":2,\"23\":1,\"25\":4,\"39\":2,\"86\":1,\"107\":1,\"108\":1,\"111\":1}}],[\"d\",{\"0\":{\"21\":1,\"47\":1},\"1\":{\"7\":1,\"9\":4,\"10\":3,\"11\":1,\"12\":1,\"13\":4,\"17\":1,\"20\":2,\"21\":1,\"25\":1,\"27\":1,\"28\":1,\"29\":2,\"30\":1,\"36\":2,\"39\":1,\"43\":1,\"45\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":3,\"58\":1,\"60\":2,\"96\":1,\"98\":1,\"101\":1,\"104\":1,\"105\":1,\"106\":1,\"111\":2}}],[\"directly\",{\"1\":{\"82\":1,\"116\":1}}],[\"difficult\",{\"1\":{\"66\":1}}],[\"different\",{\"1\":{\"66\":1,\"115\":1}}],[\"différents\",{\"1\":{\"53\":1,\"54\":1}}],[\"différentes\",{\"1\":{\"7\":1,\"53\":1,\"54\":1}}],[\"disabled\",{\"1\":{\"82\":1}}],[\"distance\",{\"1\":{\"71\":1}}],[\"displayed\",{\"1\":{\"115\":1,\"117\":1}}],[\"display\",{\"1\":{\"71\":1,\"114\":1,\"115\":1,\"117\":1}}],[\"disposition\",{\"1\":{\"55\":1}}],[\"disposes\",{\"1\":{\"50\":1}}],[\"disponibles\",{\"1\":{\"104\":1}}],[\"disponible\",{\"1\":{\"17\":1,\"22\":1,\"23\":1,\"37\":1,\"38\":1}}],[\"discussion\",{\"1\":{\"66\":1}}],[\"discuter\",{\"1\":{\"20\":1}}],[\"discord\",{\"1\":{\"4\":2,\"5\":2,\"20\":1}}],[\"diverses\",{\"1\":{\"16\":1}}],[\"diversifié\",{\"1\":{\"10\":1}}],[\"deductible\",{\"1\":{\"93\":1}}],[\"december\",{\"1\":{\"90\":1}}],[\"details\",{\"1\":{\"71\":1,\"82\":1}}],[\"delivery\",{\"1\":{\"71\":1}}],[\"depuis\",{\"1\":{\"50\":1}}],[\"de81\",{\"1\":{\"24\":1,\"92\":1}}],[\"devices\",{\"1\":{\"117\":1}}],[\"deviendra\",{\"1\":{\"10\":1}}],[\"deviens\",{\"1\":{\"9\":1}}],[\"development\",{\"1\":{\"90\":1,\"92\":1,\"119\":1}}],[\"developers\",{\"1\":{\"66\":1}}],[\"developed\",{\"1\":{\"66\":1}}],[\"devant\",{\"1\":{\"10\":1}}],[\"de\",{\"0\":{\"11\":1,\"15\":1,\"24\":1,\"30\":1,\"43\":2,\"59\":1,\"98\":1,\"104\":1,\"111\":2},\"1\":{\"7\":2,\"9\":2,\"11\":3,\"12\":1,\"13\":4,\"14\":1,\"15\":1,\"16\":5,\"19\":2,\"20\":2,\"22\":1,\"23\":3,\"26\":4,\"27\":2,\"29\":2,\"35\":1,\"36\":3,\"39\":1,\"43\":1,\"50\":3,\"53\":5,\"54\":6,\"56\":6,\"57\":1,\"59\":1,\"60\":3,\"93\":1,\"96\":2,\"97\":4,\"98\":5,\"99\":2,\"101\":3,\"103\":1,\"104\":4,\"105\":3,\"106\":1,\"107\":1,\"111\":1}}],[\"desktop\",{\"1\":{\"117\":1}}],[\"design\",{\"0\":{\"116\":1}}],[\"desired\",{\"1\":{\"91\":1}}],[\"destinataire\",{\"1\":{\"55\":1}}],[\"dessous\",{\"1\":{\"50\":1}}],[\"des\",{\"0\":{\"4\":1,\"49\":1,\"50\":1,\"51\":1,\"57\":2,\"96\":1},\"1\":{\"7\":1,\"9\":5,\"10\":1,\"11\":1,\"14\":1,\"15\":1,\"19\":3,\"20\":1,\"25\":1,\"28\":3,\"32\":3,\"35\":7,\"36\":5,\"50\":2,\"51\":1,\"54\":1,\"56\":2,\"57\":3,\"60\":1,\"86\":1,\"96\":1,\"97\":1,\"98\":1,\"99\":1,\"100\":1,\"102\":2,\"104\":1,\"106\":1}}],[\"due\",{\"1\":{\"91\":1}}],[\"durée\",{\"1\":{\"54\":1}}],[\"dupont\",{\"1\":{\"25\":2}}],[\"du\",{\"0\":{\"44\":1,\"51\":1,\"100\":1},\"1\":{\"7\":1,\"10\":1,\"15\":1,\"16\":1,\"17\":1,\"18\":1,\"19\":1,\"25\":1,\"28\":3,\"51\":1,\"53\":1,\"54\":1,\"55\":2,\"56\":2,\"58\":1,\"59\":2,\"60\":2,\"96\":1,\"97\":1,\"104\":1,\"105\":1,\"106\":1}}],[\"dépendances\",{\"1\":{\"106\":1}}],[\"déposer\",{\"1\":{\"56\":1}}],[\"défini\",{\"1\":{\"104\":1}}],[\"désactiver\",{\"1\":{\"101\":1}}],[\"désormais\",{\"1\":{\"96\":1,\"97\":1}}],[\"dérivé\",{\"1\":{\"96\":1}}],[\"détails\",{\"1\":{\"60\":1}}],[\"détection\",{\"1\":{\"29\":1}}],[\"découvrez\",{\"1\":{\"58\":1}}],[\"découvrir\",{\"1\":{\"0\":1}}],[\"décisions\",{\"1\":{\"35\":1}}],[\"débloquer\",{\"1\":{\"35\":1}}],[\"débutants\",{\"1\":{\"20\":1}}],[\"développeur\",{\"1\":{\"45\":1}}],[\"développeurs\",{\"0\":{\"4\":1,\"46\":1},\"1\":{\"12\":1,\"14\":1,\"16\":1,\"20\":1}}],[\"développer\",{\"0\":{\"20\":1},\"1\":{\"7\":1,\"20\":1}}],[\"développement\",{\"1\":{\"7\":1,\"13\":1,\"19\":1,\"22\":1,\"39\":1,\"58\":1,\"107\":1}}],[\"editor\",{\"1\":{\"117\":1}}],[\"elements\",{\"1\":{\"114\":1}}],[\"elle\",{\"1\":{\"99\":1}}],[\"elles\",{\"1\":{\"15\":1}}],[\"e2e\",{\"1\":{\"106\":1}}],[\"erronés\",{\"1\":{\"98\":1}}],[\"erreurs\",{\"1\":{\"60\":1}}],[\"eva\",{\"1\":{\"93\":1}}],[\"even\",{\"1\":{\"92\":1}}],[\"eve\",{\"1\":{\"25\":2}}],[\"early\",{\"1\":{\"90\":1}}],[\"easier\",{\"1\":{\"77\":1,\"81\":1}}],[\"each\",{\"1\":{\"66\":1}}],[\"embedded\",{\"1\":{\"117\":1}}],[\"emails\",{\"1\":{\"115\":1}}],[\"email\",{\"1\":{\"71\":2,\"115\":1}}],[\"emplacement\",{\"1\":{\"32\":1}}],[\"effectively\",{\"1\":{\"66\":1}}],[\"effacement\",{\"1\":{\"56\":2}}],[\"existing\",{\"1\":{\"115\":1}}],[\"exigences\",{\"1\":{\"57\":1}}],[\"exécutés\",{\"1\":{\"106\":1}}],[\"extraites\",{\"1\":{\"103\":1}}],[\"expected\",{\"1\":{\"90\":1}}],[\"express\",{\"1\":{\"90\":1}}],[\"exploit\",{\"1\":{\"66\":2}}],[\"exploitant\",{\"1\":{\"55\":1}}],[\"exploitation\",{\"0\":{\"43\":1}}],[\"example\",{\"1\":{\"77\":1,\"93\":1}}],[\"exacte\",{\"1\":{\"56\":1}}],[\"exercice\",{\"1\":{\"56\":1}}],[\"exemple\",{\"1\":{\"25\":2}}],[\"exception\",{\"1\":{\"36\":1}}],[\"eslint\",{\"1\":{\"103\":2}}],[\"essentiel\",{\"0\":{\"60\":1}}],[\"essaies\",{\"0\":{\"41\":1}}],[\"essayes\",{\"1\":{\"2\":1}}],[\"espagnole\",{\"1\":{\"37\":1}}],[\"espace\",{\"1\":{\"25\":1}}],[\"est\",{\"0\":{\"96\":1},\"1\":{\"17\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":1,\"37\":1,\"39\":1,\"51\":1,\"53\":1,\"97\":1,\"98\":1,\"99\":2,\"104\":1}}],[\"es\",{\"1\":{\"10\":1}}],[\"encodage\",{\"1\":{\"104\":1}}],[\"encore\",{\"1\":{\"53\":1,\"54\":1,\"97\":1}}],[\"entre\",{\"1\":{\"99\":1}}],[\"end\",{\"1\":{\"90\":1}}],[\"ensures\",{\"1\":{\"90\":1}}],[\"enable\",{\"1\":{\"81\":1}}],[\"enregistrement\",{\"1\":{\"27\":1,\"56\":1}}],[\"en\",{\"0\":{\"46\":1,\"47\":1,\"48\":1,\"60\":1},\"1\":{\"9\":1,\"10\":1,\"11\":1,\"14\":1,\"16\":2,\"17\":2,\"20\":2,\"22\":1,\"23\":1,\"26\":1,\"28\":1,\"36\":1,\"37\":1,\"38\":2,\"45\":1,\"47\":1,\"48\":1,\"50\":1,\"55\":1,\"56\":2,\"60\":1,\"99\":3,\"106\":2}}],[\"e\",{\"1\":{\"4\":1,\"5\":1,\"16\":1,\"23\":1,\"24\":1,\"43\":1,\"92\":1,\"93\":1,\"98\":1,\"104\":1,\"107\":1,\"119\":1}}],[\"etc\",{\"1\":{\"19\":1,\"98\":1,\"106\":1}}],[\"et\",{\"0\":{\"7\":1,\"53\":1},\"1\":{\"0\":1,\"7\":2,\"9\":7,\"10\":2,\"11\":1,\"12\":1,\"13\":1,\"14\":1,\"16\":2,\"18\":1,\"20\":3,\"22\":1,\"23\":2,\"25\":3,\"26\":1,\"32\":1,\"35\":3,\"39\":1,\"45\":1,\"50\":1,\"53\":2,\"54\":1,\"55\":2,\"57\":1,\"58\":1,\"59\":1,\"97\":2,\"99\":2,\"100\":1,\"102\":1,\"107\":2}}],[\"phase\",{\"1\":{\"102\":2}}],[\"photo\",{\"1\":{\"9\":1}}],[\"picker\",{\"1\":{\"117\":1}}],[\"pi\",{\"0\":{\"96\":1},\"1\":{\"97\":1,\"99\":1}}],[\"pins\",{\"1\":{\"101\":1},\"2\":{\"95\":1}}],[\"pinned\",{\"1\":{\"90\":1}}],[\"pin\",{\"1\":{\"89\":1}}],[\"pwa\",{\"1\":{\"38\":1}}],[\"politique\",{\"1\":{\"98\":1}}],[\"polonais\",{\"1\":{\"37\":1}}],[\"post\",{\"1\":{\"82\":2}}],[\"posts\",{\"1\":{\"82\":1,\"89\":1,\"90\":1,\"114\":1,\"115\":2},\"2\":{\"88\":1,\"95\":1}}],[\"possible\",{\"1\":{\"25\":1,\"77\":1,\"89\":1,\"91\":1,\"97\":2}}],[\"portera\",{\"1\":{\"96\":1}}],[\"portabilité\",{\"1\":{\"56\":1}}],[\"portugais\",{\"1\":{\"37\":1}}],[\"pouvez\",{\"1\":{\"22\":1}}],[\"pouvons\",{\"1\":{\"20\":1}}],[\"pourquoi\",{\"0\":{\"1\":1}}],[\"pour\",{\"0\":{\"0\":1,\"21\":1,\"46\":1,\"111\":1},\"1\":{\"7\":1,\"9\":1,\"11\":1,\"13\":1,\"14\":1,\"15\":1,\"18\":1,\"19\":1,\"25\":2,\"38\":1,\"56\":1,\"57\":1,\"101\":3,\"102\":1,\"103\":1,\"104\":4}}],[\"purpose\",{\"0\":{\"93\":1},\"1\":{\"92\":1,\"93\":1}}],[\"puissies\",{\"1\":{\"56\":1}}],[\"puissions\",{\"1\":{\"25\":1}}],[\"puisse\",{\"1\":{\"55\":1}}],[\"published\",{\"0\":{\"70\":1}}],[\"publiées\",{\"1\":{\"15\":1}}],[\"publications\",{\"0\":{\"96\":1},\"1\":{\"28\":1,\"86\":1,\"97\":2,\"101\":1,\"104\":1}}],[\"publication\",{\"0\":{\"65\":1},\"1\":{\"28\":1}}],[\"public\",{\"1\":{\"10\":1,\"28\":1,\"55\":2}}],[\"publies\",{\"1\":{\"10\":1,\"13\":1}}],[\"p\",{\"1\":{\"17\":1,\"64\":1,\"75\":1}}],[\"page\",{\"1\":{\"115\":1}}],[\"pages\",{\"1\":{\"71\":1,\"98\":1,\"104\":2}}],[\"paquets\",{\"1\":{\"106\":1}}],[\"packages\",{\"0\":{\"103\":1}}],[\"package\",{\"0\":{\"103\":1},\"1\":{\"106\":1}}],[\"paved\",{\"1\":{\"90\":1}}],[\"pays\",{\"1\":{\"55\":2}}],[\"paiement\",{\"1\":{\"25\":1}}],[\"passe\",{\"1\":{\"36\":1}}],[\"pas\",{\"1\":{\"14\":1,\"21\":1,\"25\":2,\"55\":2,\"104\":1}}],[\"part\",{\"1\":{\"64\":1}}],[\"particulier\",{\"1\":{\"56\":1}}],[\"participatif\",{\"0\":{\"86\":1,\"111\":1},\"1\":{\"97\":1}}],[\"participatifs\",{\"1\":{\"11\":1}}],[\"participation\",{\"1\":{\"66\":1,\"77\":1}}],[\"participe\",{\"1\":{\"9\":1}}],[\"participer\",{\"0\":{\"7\":1,\"21\":1},\"1\":{\"7\":2}}],[\"parallèle\",{\"1\":{\"106\":1}}],[\"paramétrage\",{\"1\":{\"105\":1}}],[\"paramètres\",{\"1\":{\"98\":1,\"104\":1}}],[\"para\",{\"1\":{\"55\":1,\"56\":1}}],[\"par\",{\"1\":{\"23\":1,\"32\":1,\"33\":1,\"34\":1,\"39\":2,\"55\":3,\"96\":1,\"100\":1,\"107\":1}}],[\"parole\",{\"1\":{\"13\":1}}],[\"parles\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"10\":1}}],[\"please\",{\"1\":{\"72\":1,\"83\":1,\"93\":2,\"119\":1}}],[\"plein\",{\"1\":{\"31\":1}}],[\"plan\",{\"1\":{\"91\":1}}],[\"planned\",{\"0\":{\"91\":1}}],[\"planifier\",{\"1\":{\"19\":1}}],[\"platforms\",{\"1\":{\"77\":1,\"115\":1}}],[\"plateforme\",{\"1\":{\"13\":2}}],[\"place\",{\"1\":{\"64\":1}}],[\"plainte\",{\"1\":{\"56\":1}}],[\"plaisir\",{\"1\":{\"12\":1}}],[\"plaît\",{\"1\":{\"25\":1}}],[\"plusieurs\",{\"1\":{\"17\":1,\"59\":1}}],[\"plus\",{\"0\":{\"2\":1},\"1\":{\"0\":1,\"10\":1,\"11\":1,\"43\":1,\"45\":1,\"56\":1,\"58\":1,\"59\":1,\"60\":1,\"99\":1}}],[\"people\",{\"1\":{\"66\":1}}],[\"personnalisé\",{\"1\":{\"104\":1}}],[\"personnel\",{\"1\":{\"51\":1,\"53\":1,\"54\":1}}],[\"personnelles\",{\"1\":{\"50\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":1}}],[\"personnes\",{\"1\":{\"10\":1}}],[\"permissions\",{\"1\":{\"104\":1}}],[\"permettez\",{\"1\":{\"111\":1}}],[\"permettant\",{\"1\":{\"99\":1}}],[\"permet\",{\"1\":{\"97\":1}}],[\"permanent\",{\"1\":{\"23\":1}}],[\"perhaps\",{\"1\":{\"77\":1}}],[\"performance\",{\"1\":{\"71\":1}}],[\"peuvent\",{\"1\":{\"26\":1,\"35\":1,\"36\":1,\"55\":1,\"57\":1,\"97\":1,\"101\":1}}],[\"peut\",{\"1\":{\"11\":1,\"13\":1,\"56\":1}}],[\"peux\",{\"0\":{\"7\":1},\"1\":{\"7\":1,\"12\":1,\"20\":1,\"23\":1,\"45\":1,\"56\":1}}],[\"pr\",{\"1\":{\"101\":1,\"106\":1}}],[\"previews\",{\"1\":{\"115\":2}}],[\"previously\",{\"1\":{\"82\":1}}],[\"première\",{\"1\":{\"97\":1}}],[\"premier\",{\"0\":{\"86\":1},\"1\":{\"99\":1}}],[\"presentation\",{\"1\":{\"65\":1,\"66\":1,\"75\":1,\"76\":1}}],[\"privé\",{\"1\":{\"31\":1}}],[\"principalement\",{\"1\":{\"25\":1}}],[\"prérequis\",{\"1\":{\"102\":1}}],[\"préparation\",{\"1\":{\"102\":1}}],[\"présentes\",{\"1\":{\"57\":1}}],[\"présenter\",{\"1\":{\"55\":1}}],[\"présent\",{\"1\":{\"26\":1}}],[\"président\",{\"1\":{\"4\":1,\"43\":1}}],[\"prévues\",{\"1\":{\"58\":1}}],[\"prévu\",{\"0\":{\"25\":1}}],[\"production\",{\"1\":{\"101\":1}}],[\"project\",{\"1\":{\"66\":2,\"93\":1}}],[\"projects\",{\"1\":{\"66\":2,\"77\":1}}],[\"projet\",{\"0\":{\"5\":1},\"1\":{\"21\":1,\"23\":1}}],[\"protection\",{\"0\":{\"49\":1,\"50\":1,\"57\":1},\"1\":{\"50\":1,\"56\":1,\"57\":1}}],[\"progression\",{\"1\":{\"58\":1}}],[\"progressive\",{\"1\":{\"38\":1,\"99\":1}}],[\"programmation\",{\"1\":{\"7\":1,\"20\":1,\"23\":1}}],[\"propriétaires\",{\"1\":{\"97\":1}}],[\"propriétaire\",{\"1\":{\"28\":2}}],[\"propre\",{\"0\":{\"12\":1},\"1\":{\"7\":1,\"12\":1}}],[\"promeut\",{\"1\":{\"23\":1}}],[\"prochaine\",{\"1\":{\"15\":1}}],[\"problème\",{\"1\":{\"14\":1}}],[\"profile\",{\"1\":{\"82\":1,\"116\":1}}],[\"profiles\",{\"1\":{\"71\":1}}],[\"profil\",{\"1\":{\"9\":2,\"27\":1,\"28\":1}}],[\"omises\",{\"1\":{\"106\":1}}],[\"os\",{\"1\":{\"103\":1}}],[\"or\",{\"1\":{\"82\":1}}],[\"organized\",{\"1\":{\"64\":1,\"75\":1}}],[\"organisationnels\",{\"1\":{\"57\":1}}],[\"organisations\",{\"1\":{\"13\":1}}],[\"organiser\",{\"0\":{\"19\":1},\"1\":{\"7\":1,\"19\":1}}],[\"org\",{\"1\":{\"43\":1,\"44\":1,\"51\":1,\"52\":1}}],[\"over\",{\"1\":{\"77\":1}}],[\"oidc\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"oauth\",{\"0\":{\"75\":1},\"1\":{\"75\":1}}],[\"own\",{\"1\":{\"71\":1}}],[\"other\",{\"1\":{\"66\":2,\"70\":1,\"77\":3,\"93\":1}}],[\"only\",{\"1\":{\"82\":1}}],[\"online\",{\"1\":{\"64\":1,\"75\":1}}],[\"one\",{\"1\":{\"66\":1}}],[\"on\",{\"0\":{\"93\":1},\"1\":{\"64\":1,\"65\":1,\"66\":1,\"71\":2,\"75\":1,\"82\":1,\"91\":1,\"115\":1,\"117\":1}}],[\"ont\",{\"1\":{\"26\":1,\"59\":1,\"98\":1,\"99\":1}}],[\"offer\",{\"1\":{\"77\":1}}],[\"offres\",{\"1\":{\"55\":1}}],[\"offre\",{\"1\":{\"26\":1}}],[\"of\",{\"0\":{\"64\":1,\"93\":1},\"1\":{\"64\":2,\"70\":1,\"71\":4,\"77\":2,\"82\":3,\"90\":6,\"92\":3,\"93\":1,\"119\":1}}],[\"objectif\",{\"1\":{\"55\":1}}],[\"occupe\",{\"1\":{\"23\":1}}],[\"ocelot\",{\"0\":{\"0\":1,\"1\":1,\"5\":1,\"64\":1,\"75\":1,\"96\":1,\"114\":1},\"1\":{\"5\":1,\"7\":2,\"12\":1,\"13\":3,\"16\":1,\"20\":1,\"22\":1,\"23\":1,\"25\":2,\"26\":1,\"38\":1,\"39\":1,\"45\":1,\"46\":1,\"47\":2,\"48\":2,\"58\":1,\"59\":1,\"64\":1,\"66\":1,\"70\":1,\"72\":1,\"75\":1,\"77\":3,\"82\":1,\"83\":1,\"90\":1,\"92\":1,\"93\":1,\"96\":1,\"97\":1,\"99\":2,\"107\":1,\"119\":1}}],[\"optimization\",{\"1\":{\"71\":1}}],[\"options\",{\"1\":{\"43\":1,\"115\":1}}],[\"opposition\",{\"1\":{\"56\":1}}],[\"opérateur\",{\"1\":{\"11\":1,\"45\":1}}],[\"open\",{\"1\":{\"0\":1,\"7\":1,\"20\":1,\"66\":1,\"107\":1,\"119\":1}}],[\"out\",{\"1\":{\"118\":1}}],[\"outside\",{\"1\":{\"92\":1,\"117\":1}}],[\"our\",{\"1\":{\"66\":2,\"75\":1,\"90\":1,\"118\":1}}],[\"oublies\",{\"1\":{\"25\":1}}],[\"ou\",{\"1\":{\"7\":1,\"10\":1,\"11\":1,\"13\":2,\"17\":2,\"19\":1,\"20\":2,\"23\":1,\"27\":1,\"31\":1,\"35\":1,\"57\":1}}],[\"là\",{\"0\":{\"96\":1}}],[\"légales\",{\"1\":{\"57\":1,\"98\":1}}],[\"légitime\",{\"1\":{\"55\":1}}],[\"l\",{\"0\":{\"25\":1,\"30\":1,\"43\":1,\"60\":1},\"1\":{\"11\":1,\"16\":1,\"17\":1,\"22\":1,\"23\":1,\"25\":1,\"27\":6,\"28\":1,\"29\":1,\"36\":2,\"37\":1,\"39\":1,\"50\":1,\"53\":1,\"54\":1,\"55\":1,\"56\":13,\"59\":1,\"97\":1,\"98\":1,\"99\":1,\"111\":1}}],[\"linting\",{\"1\":{\"105\":1}}],[\"links\",{\"1\":{\"115\":1}}],[\"link\",{\"0\":{\"76\":1},\"1\":{\"76\":1,\"115\":1}}],[\"like\",{\"1\":{\"90\":1,\"119\":1}}],[\"limitation\",{\"1\":{\"56\":1}}],[\"liés\",{\"1\":{\"56\":1}}],[\"lit\",{\"1\":{\"55\":1}}],[\"liste\",{\"1\":{\"35\":1}}],[\"listes\",{\"1\":{\"29\":1}}],[\"liens\",{\"1\":{\"98\":1}}],[\"lien\",{\"1\":{\"10\":1,\"13\":1}}],[\"lieu\",{\"1\":{\"9\":1,\"24\":1,\"32\":1}}],[\"lire\",{\"1\":{\"9\":3,\"56\":1}}],[\"libre\",{\"0\":{\"0\":1},\"1\":{\"0\":1,\"7\":1,\"23\":1,\"39\":1,\"107\":1}}],[\"longer\",{\"1\":{\"117\":1}}],[\"login\",{\"1\":{\"77\":1}}],[\"logicielles\",{\"1\":{\"60\":1}}],[\"logiciel\",{\"0\":{\"0\":1,\"13\":1,\"20\":1},\"1\":{\"0\":1,\"7\":3,\"9\":1,\"12\":1,\"13\":2,\"14\":1,\"15\":1,\"16\":1,\"20\":1,\"22\":1,\"23\":2,\"25\":1,\"39\":1,\"59\":1,\"107\":1}}],[\"log\",{\"1\":{\"71\":1,\"82\":1}}],[\"locaux\",{\"1\":{\"104\":1}}],[\"location\",{\"1\":{\"71\":1,\"92\":1}}],[\"localisation\",{\"1\":{\"9\":1}}],[\"lower\",{\"1\":{\"71\":1}}],[\"load\",{\"1\":{\"71\":1}}],[\"loading\",{\"1\":{\"70\":1,\"116\":1}}],[\"look\",{\"1\":{\"66\":2,\"77\":1,\"116\":1}}],[\"loi\",{\"1\":{\"56\":1}}],[\"lorsque\",{\"1\":{\"55\":1,\"60\":1,\"104\":1}}],[\"lors\",{\"1\":{\"20\":1,\"53\":1,\"54\":1,\"60\":1}}],[\"layout\",{\"1\":{\"116\":2}}],[\"landscape\",{\"1\":{\"114\":1,\"115\":2}}],[\"lancée\",{\"1\":{\"99\":1}}],[\"languages\",{\"1\":{\"114\":1,\"115\":2},\"2\":{\"122\":1}}],[\"language\",{\"1\":{\"64\":1,\"75\":1,\"116\":1,\"117\":1}}],[\"langues\",{\"0\":{\"37\":1},\"1\":{\"17\":1}}],[\"langue\",{\"0\":{\"17\":1},\"1\":{\"7\":1,\"29\":1,\"104\":1}}],[\"launched\",{\"1\":{\"90\":1}}],[\"largely\",{\"1\":{\"66\":1}}],[\"latérale\",{\"1\":{\"31\":1}}],[\"la\",{\"0\":{\"18\":1,\"57\":1},\"1\":{\"7\":2,\"13\":3,\"15\":1,\"18\":2,\"22\":1,\"23\":1,\"25\":1,\"26\":1,\"28\":1,\"35\":1,\"36\":1,\"39\":1,\"50\":2,\"53\":1,\"54\":2,\"55\":1,\"56\":5,\"57\":1,\"58\":1,\"59\":1,\"99\":2,\"101\":1,\"102\":2,\"103\":1,\"105\":1,\"107\":1}}],[\"leaks\",{\"1\":{\"117\":1}}],[\"leurs\",{\"1\":{\"97\":1}}],[\"lectures\",{\"2\":{\"68\":1,\"79\":1}}],[\"lecture\",{\"1\":{\"64\":1}}],[\"lecteur\",{\"1\":{\"60\":1}}],[\"le\",{\"0\":{\"13\":1,\"14\":1,\"20\":1,\"41\":1,\"99\":1},\"1\":{\"2\":1,\"7\":4,\"10\":5,\"11\":2,\"12\":2,\"13\":1,\"14\":5,\"16\":2,\"17\":1,\"19\":1,\"20\":1,\"21\":1,\"22\":2,\"25\":2,\"35\":1,\"36\":2,\"38\":1,\"39\":2,\"49\":1,\"50\":1,\"51\":1,\"55\":1,\"56\":2,\"60\":2,\"98\":1,\"104\":2,\"107\":1}}],[\"les\",{\"0\":{\"2\":1,\"9\":1,\"46\":1,\"96\":1,\"111\":1},\"1\":{\"2\":1,\"9\":2,\"10\":1,\"15\":1,\"16\":2,\"17\":1,\"25\":1,\"26\":1,\"35\":1,\"36\":3,\"38\":1,\"53\":2,\"54\":2,\"55\":2,\"56\":2,\"57\":1,\"58\":2,\"60\":1,\"86\":1,\"97\":4,\"98\":3,\"99\":2,\"101\":4,\"104\":2}}]],\"version\":2}}")).map(([e,t])=>[e,It(t,{fields:["h","t","c"],storeFields:["h","t","c"]})]));self.onmessage=({data:{type:e="all",query:t,locale:s,options:n,id:o}})=>{const r=Ct[s];e==="suggest"?self.postMessage([e,o,et(t,r,n)]):e==="search"?self.postMessage([e,o,tt(t,r,n)]):self.postMessage({suggestions:[e,o,et(t,r,n)],results:[e,o,tt(t,r,n)]})};
//# sourceMappingURL=index.js.map