From 5ae4eb9b8f2b03baebbb9da1eb2a6bee642c610d Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Mon, 14 Feb 2022 02:56:05 -0800 Subject: [PATCH 001/204] Super messy initial working version. To clean up. --- bookwyrm/static/js/bookwyrm.js | 59 ++++++++++++++++++++ bookwyrm/static/js/vendor/quagga.min.js | 1 + bookwyrm/templates/layout.html | 7 +++ bookwyrm/templates/search/barcode_modal.html | 14 +++++ 4 files changed, 81 insertions(+) create mode 100644 bookwyrm/static/js/vendor/quagga.min.js create mode 100644 bookwyrm/templates/search/barcode_modal.html diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index cf3ce3032..b826a54e2 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -47,6 +47,10 @@ let BookWyrm = new (class { .forEach((node) => node.addEventListener("toggle", this.handleDetailsDropdown.bind(this)) ); + + document + .querySelector("#barcode_scanner_modal") + .addEventListener("open", this.openBarcodeScanner.bind(this)); } /** @@ -427,9 +431,11 @@ let BookWyrm = new (class { }); modalElement.addEventListener("keydown", handleFocusTrap); + modalElement.dispatchEvent(new Event('open')); } function handleModalClose(modalElement) { + modalElement.dispatchEvent(new Event('close')); modalElement.removeEventListener("keydown", handleFocusTrap); htmlElement.classList.remove("is-clipped"); modalElement.classList.remove("is-active"); @@ -632,4 +638,57 @@ let BookWyrm = new (class { } } } + + openBarcodeScanner(event) { + /*function onScanSuccess(decodedText, decodedResult) { + alert(`${decodedText}`, decodedResult); + } + + function onScanFailure(error) { + alert(error); + }*/ + + Quagga.init({ + inputStream : { + name: "Live", + type: "LiveStream", + target: "#barcode_scanner" + }, + decoder : { + readers: [ + "ean_reader", + { + format: "ean_reader", + config: { + supplements: [ "ean_2_reader", "ean_5_reader" ] + } + } + ], + debug: { + drawBoundingBox: true, + drawScanline: true, + showPattern: true, + }, + multiple: false + }, + debug: true + }, function(err) { + if (err) { + console.log(err); + return; + } + + console.log('started'); + Quagga.start(); + }); + + Quagga.onDetected(function(result) { + var code = result.codeResult.code; + + location.href = `search?q=${code}`; + Quagga.stop(); + + console.log(code); + }); + } })(); diff --git a/bookwyrm/static/js/vendor/quagga.min.js b/bookwyrm/static/js/vendor/quagga.min.js new file mode 100644 index 000000000..f7a30f41b --- /dev/null +++ b/bookwyrm/static/js/vendor/quagga.min.js @@ -0,0 +1 @@ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(e.toString()).default:"object"==typeof exports?exports.Quagga=e(e.toString()).default:t.Quagga=e(e.toString()).default}(this,function(t){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=166)}([function(t,e){function n(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}t.exports=n},function(t,e,n){"use strict";function r(t,e){return this._row=[],this.config=t||{},this.supplements=e,this}var o=n(3);r.prototype._nextUnset=function(t,e){var n;for(void 0===e&&(e=0),n=e;nn)return Number.MAX_VALUE;u+=c}return u/f},r.prototype._nextSet=function(t,e){var n;for(e=e||0,n=e;n1&&(t[n[r]]=o)},r.prototype._matchTrace=function(t,e){var n,r,o=[],i=this,a=i._nextSet(i._row),u=!i._row[a],c=0,s={error:Number.MAX_VALUE,code:-1,start:0};if(t){for(n=0;n=0;r--)e=Math.floor(Math.random()*r),n=t[r],t[r]=t[e],t[e]=n;return t},toPointList:function(t){var e,n,r=[],o=[];for(e=0;e=e&&o.push(t[r]);return o},maxIndex:function(t){var e,n=0;for(e=0;et[n]&&(n=e);return n},max:function t(e){var n,t=0;for(n=0;nt&&(t=e[n]);return t},sum:function t(e){for(var n=e.length,t=0;n--;)t+=e[n];return t}}},function(t,e,n){"use strict";function r(t,e){t=a()(o(),t),u.a.call(this,t,e)}function o(){var t={};return Object.keys(r.CONFIG_KEYS).forEach(function(e){t[e]=r.CONFIG_KEYS[e].default}),t}var i=n(28),a=n.n(i),u=n(1),c=Object.assign||function(t){for(var e=1;ea.AVG_CODE_ERROR?null:f}s++,i[s]=1,c=!c}return null},r.prototype._findPattern=function(t,e,n,r,o){var i,a,u,c,s=[],f=this,l=0,d={error:Number.MAX_VALUE,code:-1,start:0,end:0};for(e||(e=f._nextSet(f._row)),void 0===n&&(n=!1),void 0===r&&(r=!0),void 0===o&&(o=f.AVG_CODE_ERROR),i=0;i=0&&n._matchRange(t,e.start,0))return e;r=e.end,e=null}},r.prototype._verifyTrailingWhitespace=function(t){var e,n=this;return e=t.end+(t.end-t.start),e=i.CODE_G_START?(t.code=t.code-i.CODE_G_START,a|=1<<5-r):a|=0<<5-r,e.push(t.code),n.push(t)}if(null===(o=i._calculateFirstDigit(a)))return null;if(e.unshift(o),null===(t=i._findPattern(i.MIDDLE_PATTERN,t.end,!0,!1)))return null;for(n.push(t),r=0;r<6;r++){if(!(t=i._decodeCode(t.end,i.CODE_G_START)))return null;n.push(t),e.push(t.code)}return t},r.prototype._decode=function(){var t,e,n=this,r=[],o=[],i={};if(!(t=n._findStart()))return null;if(e={code:t.code,start:t.start,end:t.end},o.push(e),!(e=n._decodePayload(e,r,o)))return null;if(!(e=n._findEnd(e.end,!1)))return null;if(o.push(e),!n._checksum(r))return null;if(this.supplements.length>0){var a=this._decodeExtensions(e.end);if(!a)return null;var u=a.decodedCodes[a.decodedCodes.length-1],s={start:u.start+((u.end-u.start)/2|0),end:u.end};if(!n._verifyTrailingWhitespace(s))return null;i={supplement:a,code:r.join("")+a.code}}return c({code:r.join(""),start:t.start,end:e.end,codeset:"",startInfo:t,decodedCodes:o},i)},r.prototype._decodeExtensions=function(t){var e,n,r=this._nextSet(this._row,t),o=this._findPattern(this.EXTENSION_START_PATTERN,r,!1,!1);if(null===o)return null;for(e=0;e=0;e-=2)n+=t[e];for(n*=3,e=t.length-1;e>=0;e-=2)n+=t[e];return n%10==0},r.CONFIG_KEYS={supplements:{type:"arrayOf(string)",default:[],description:"Allowed extensions to be decoded (2 and/or 5)"}},e.a=r},function(t,e,n){var r=n(38),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},function(t,e){function n(t){return null!=t&&"object"==typeof t}t.exports=n},function(t,e){function n(t){var e=new Float32Array(2);return e[0]=t[0],e[1]=t[1],e}t.exports=n},function(t,e,n){function r(t){return null==t?void 0===t?c:u:s&&s in Object(t)?i(t):a(t)}var o=n(11),i=n(119),a=n(146),u="[object Null]",c="[object Undefined]",s=o?o.toStringTag:void 0;t.exports=r},function(t,e,n){"use strict";e.a={drawRect:function(t,e,n,r){n.strokeStyle=r.color,n.fillStyle=r.color,n.lineWidth=1,n.beginPath(),n.strokeRect(t.x,t.y,e.x,e.y)},drawPath:function(t,e,n,r){n.strokeStyle=r.color,n.fillStyle=r.color,n.lineWidth=r.lineWidth,n.beginPath(),n.moveTo(t[0][e.x],t[0][e.y]);for(var o=1;o-1&&t%1==0&&t0?Math.floor(this.x+.5):Math.floor(this.x-.5),this.y=this.y>0?Math.floor(this.y+.5):Math.floor(this.y-.5),this}}}function o(t,e,n){n||(n=t);for(var r=t.data,o=r.length,i=n.data;o--;)i[o]=r[o]>o]++;return a}function a(t,e){function n(t,e){var n,r=0;for(n=t;n<=e;n++)r+=a[n];return r}function r(t,e){var n,r=0;for(n=t;n<=e;n++)r+=n*a[n];return r}function o(){var o,u,c,s,f,l,d,h=[0],p=(1<c)for(i=s[u],i.score=o,i.item=t[r],c=Number.MAX_VALUE,a=0;ae[r]?r++:n++;return o}function _(t,e){function n(t){for(var e=0,n=t[Math.floor(t.length/2)];e0&&(n=Math.abs(t[e]-d)>Math.abs(t[e-1]-d)?t[e-1]:t[e]),d/nc[f-1]/c[f]?{x:n,y:n}:null}var r,o=p(e.x),i=p(e.y),a=Math.max(e.x,e.y),u=v(o,i),c=[8,10,15,20,32,60,80],s={"x-small":5,small:4,medium:3,large:2,"x-large":1},f=s[t]||s.medium,l=c[f],d=Math.floor(a/l);return r=n(u),r||(r=n(p(a)))||(r=n(p(d*l))),r}function g(t){return{value:parseFloat(t),unit:(t.indexOf("%"),t.length,"%")}}function y(t,e,n){var r={width:t,height:e},o=Object.keys(n).reduce(function(t,e){var o=n[e],i=g(o),a=C[e](i,r);return t[e]=a,t},{});return{sx:o.left,sy:o.top,sw:o.right-o.left,sh:o.bottom-o.top}}var m=n(50),x=n(3);e.b=r,e.f=u,e.g=c,e.h=s,e.c=f,e.d=l,e.i=d,e.a=h,e.e=_,e.j=y;var b={clone:n(7)},E={clone:n(83)},C={top:function(t,e){if("%"===t.unit)return Math.floor(e.height*(t.value/100))},right:function(t,e){if("%"===t.unit)return Math.floor(e.width-e.width*(t.value/100))},bottom:function(t,e){if("%"===t.unit)return Math.floor(e.height-e.height*(t.value/100))},left:function(t,e){if("%"===t.unit)return Math.floor(e.width*(t.value/100))}}},function(t,e,n){"use strict";function r(t,e,n,r){e?this.data=e:n?(this.data=new n(t.x*t.y),n===Array&&r&&a.a.init(this.data,0)):(this.data=new Uint8Array(t.x*t.y),Uint8Array===Array&&r&&a.a.init(this.data,0)),this.size=t}var o=n(53),i=n(19),a=n(3),u={clone:n(7)};r.prototype.inImageWithBorder=function(t,e){return t.x>=e&&t.y>=e&&t.x0&&(a=g[r-1],a.m00+=1,a.m01+=n,a.m10+=e,a.m11+=e*n,a.m02+=o,a.m20+=e*e);for(i=0;i=0?x:-x)+m,a.theta=(180*h/m+90)%180-90,a.theta<0&&(a.theta+=180),a.rad=h>m?h-m:h,a.vec=u.clone([Math.cos(h),Math.sin(h)]),y.push(a));return y},r.prototype.show=function(t,e){var n,r,o,i,a,u,c;for(e||(e=1),n=t.getContext("2d"),t.width=this.size.x,t.height=this.size.y,r=n.getImageData(0,0,t.width,t.height),o=r.data,i=0,c=0;c360)&&(e=360);for(var o=[0,1,1],a=[0,0,0],u=[255,255,255],c=[0,0,0],s=[],f=t.getContext("2d"),l=f.getImageData(r.x,r.y,this.size.x,this.size.y),d=l.data,h=this.data.length;h--;)o[0]=this.data[h]*e,s=o[0]<=0?u:o[0]>=360?c:n.i(i.a)(o,a),d[4*h+0]=s[0],d[4*h+1]=s[1],d[4*h+2]=s[2],d[4*h+3]=255;f.putImageData(l,r.x,r.y)},e.a=r},function(t,e,n){function r(t,e,n){"__proto__"==e&&o?o(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}var o=n(37);t.exports=r},function(t,e,n){function r(t,e){var n=i(t,e);return o(n)?n:void 0}var o=n(97),i=n(120);t.exports=r},function(t,e,n){function r(t){if("string"==typeof t||o(t))return t;var e=t+"";return"0"==e&&1/t==-i?"-0":e}var o=n(27),i=1/0;t.exports=r},function(t,e,n){function r(t){return null!=t&&i(t.length)&&!o(t)}var o=n(25),i=n(26);t.exports=r},function(t,e,n){function r(t){if(!i(t))return!1;var e=o(t);return e==u||e==c||e==a||e==s}var o=n(8),i=n(0),a="[object AsyncFunction]",u="[object Function]",c="[object GeneratorFunction]",s="[object Proxy]";t.exports=r},function(t,e){function n(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=r}var r=9007199254740991;t.exports=n},function(t,e,n){function r(t){return"symbol"==typeof t||i(t)&&o(t)==a}var o=n(8),i=n(6),a="[object Symbol]";t.exports=r},function(t,e,n){var r=n(100),o=n(116),i=o(function(t,e,n){r(t,e,n)});t.exports=i},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";var r={searchDirections:[[0,1],[1,1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,1]],create:function(t,e){function n(t,e,n,r){var o,f,l;for(o=0;o<7;o++){if(f=t.cy+c[t.dir][0],l=t.cx+c[t.dir][1],i=f*s+l,a[i]===e&&(0===u[i]||u[i]===n))return u[i]=n,t.cy=f,t.cx=l,!0;0===u[i]&&(u[i]=r),t.dir=(t.dir+1)%8}return!1}function r(t,e,n){return{dir:n,x:t,y:e,next:null,prev:null}}function o(t,e,o,i,a){var u,c,s,f=null,l={cx:e,cy:t,dir:0};if(n(l,i,o,a)){f=r(e,t,l.dir),u=f,s=l.dir,c=r(l.cx,l.cy,0),c.prev=u,u.next=c,c.next=null,u=c;do l.dir=(l.dir+6)%8,n(l,i,o,a),s!==l.dir?(u.dir=l.dir,c=r(l.cx,l.cy,0),c.prev=u,u.next=c,c.next=null,u=c):(u.dir=s,u.x=l.cx,u.y=l.cy),s=l.dir;while(l.cx!==e||l.cy!==t);f.prev=u.prev,u.prev.next=f}return f}var i,a=t.data,u=e.data,c=this.searchDirections,s=t.size.x;return{trace:function(t,e,r,o){return n(t,e,r,o)},contourTracing:function(t,e,n,r,i){return o(t,e,n,r,i)}}}};e.a=r},function(t,e,n){"use strict";function r(){o.a.call(this)}var o=n(1),i=n(3),a={ALPHABETH_STRING:{value:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. *$/+%"},ALPHABET:{value:[48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,45,46,32,42,36,47,43,37]},CHARACTER_ENCODINGS:{value:[52,289,97,352,49,304,112,37,292,100,265,73,328,25,280,88,13,268,76,28,259,67,322,19,274,82,7,262,70,22,385,193,448,145,400,208,133,388,196,148,168,162,138,42]},ASTERISK:{value:148},FORMAT:{value:"code_39",writeable:!1}};r.prototype=Object.create(o.a.prototype,a),r.prototype.constructor=r,r.prototype._decode=function(){var t,e,n,r,o=this,a=[0,0,0,0,0,0,0,0,0],u=[],c=o._findStart();if(!c)return null;r=o._nextSet(o._row,c.end);do{if(a=o._toCounters(r,a),(n=o._toPattern(a))<0)return null;if((t=o._patternToChar(n))<0)return null;u.push(t),e=r,r+=i.a.sum(a),r=o._nextSet(o._row,r)}while("*"!==t);return u.pop(),u.length&&o._verifyTrailingWhitespace(e,r,a)?{code:u.join(""),start:c.start,end:r,startInfo:c,decodedCodes:u}:null},r.prototype._verifyTrailingWhitespace=function(t,e,n){var r=i.a.sum(n);return 3*(e-t-r)>=r},r.prototype._patternToChar=function(t){var e,n=this;for(e=0;ee&&(r=t[n]);return r},r.prototype._toPattern=function(t){for(var e,n,r=t.length,o=0,i=r,a=0,u=this;i>3;){for(o=u._findNextWidth(t,o),i=0,e=0,n=0;no&&(e|=1<0;n++)if(t[n]>o&&(i--,2*t[n]>=a))return-1;return e}}return-1},r.prototype._findStart=function(){var t,e,n,r=this,o=r._nextSet(r._row),i=o,a=[0,0,0,0,0,0,0,0,0],u=0,c=!1;for(t=o;t0)for(r=0;r0){if(!(t=Y.filter(function(t){return!t.busy})[0]))return;w.attachData(t.imageData)}else w.attachData(S.data);w.grab()&&(t?(t.busy=!0,t.worker.postMessage({cmd:"process",imageData:t.imageData},[t.imageData.buffer])):_())}else _()}function y(){var t=null,e=1e3/($.frequency||60);T=!1,function n(r){t=t||r,T||(r>=t&&(t+=e,g()),window.requestAnimFrame(n))}(performance.now())}function m(){Q&&"LiveStream"===$.inputStream.type?y():g()}function x(t){var e,n={worker:void 0,imageData:new Uint8Array(R.getWidth()*R.getHeight()),busy:!0};e=C(),n.worker=new Worker(e),n.worker.onmessage=function(r){if("initialized"===r.data.event)return URL.revokeObjectURL(e),n.busy=!1,n.imageData=new Uint8Array(r.data.imageData),t(n);"processed"===r.data.event?(n.imageData=new Uint8Array(r.data.imageData),n.busy=!1,v(r.data.result,n.imageData)):r.data.event},n.worker.postMessage({cmd:"init",size:{x:R.getWidth(),y:R.getHeight()},imageData:n.imageData,config:b($)},[n.imageData.buffer])}function b(t){return X({},t,{inputStream:X({},t.inputStream,{target:null})})}function E(t){function e(t){self.postMessage({event:"processed",imageData:o.data,result:t},[o.data.buffer])}function n(){self.postMessage({event:"initialized",imageData:o.data},[o.data.buffer])}if(t){var r=t().default;if(!r)return void self.postMessage({event:"error",message:"Quagga could not be created"})}var o;self.onmessage=function(t){if("init"===t.data.cmd){var i=t.data.config;i.numOfWorkers=0,o=new r.ImageWrapper({x:t.data.size.x,y:t.data.size.y},new Uint8Array(t.data.imageData)),r.init(i,n,o),r.onProcessed(e)}else"process"===t.data.cmd?(o.data=new Uint8Array(t.data.imageData),r.start()):"setReaders"===t.data.cmd&&r.setReaders(t.data.readers)}}function C(){var e,n;return void 0!==t&&(n=t),e=new Blob(["("+E.toString()+")("+n+");"],{type:"text/javascript"}),window.URL.createObjectURL(e)}function O(t){P?P.setReaders(t):Q&&Y.length>0&&Y.forEach(function(e){e.worker.postMessage({cmd:"setReaders",readers:t})})}function A(t,e){var n=t-Y.length;if(0===n)return e&&e();if(n<0){return Y.slice(n).forEach(function(t){t.worker.terminate()}),Y=Y.slice(0,n),e&&e()}for(var r=function(n){Y.push(n),Y.length>=t&&e&&e()},o=0;oe},getPoints:function(){return a},getCenter:function(){return u}}},createPoint:function(t,e,n){return{rad:t[n],point:t,id:e}}}},function(t,e,n){"use strict";e.a=function(){function t(t){return o[t]||(o[t]={subscribers:[]}),o[t]}function e(){o={}}function n(t,e){t.async?setTimeout(function(){t.callback(e)},4):t.callback(e)}function r(e,n,r){var o;if("function"==typeof n)o={callback:n,async:r};else if(o=n,!o.callback)throw"Callback was not specified on options";t(e).subscribers.push(o)}var o={};return{subscribe:function(t,e,n){return r(t,e,n)},publish:function(e,r){var o=t(e),i=o.subscribers;i.filter(function(t){return!!t.once}).forEach(function(t){n(t,r)}),o.subscribers=i.filter(function(t){return!t.once}),o.subscribers.forEach(function(t){n(t,r)})},once:function(t,e,n){r(t,{callback:e,async:n,once:!0})},unsubscribe:function(n,r){var o;n?(o=t(n),o.subscribers=o&&r?o.subscribers.filter(function(t){return t.callback!==r}):[]):e()}}}()},function(t,e,n){"use strict";function r(){return navigator.mediaDevices&&"function"==typeof navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices():Promise.reject(new Error("enumerateDevices is not defined"))}function o(t){return navigator.mediaDevices&&"function"==typeof navigator.mediaDevices.getUserMedia?navigator.mediaDevices.getUserMedia(t):Promise.reject(new Error("getUserMedia is not defined"))}e.b=r,e.a=o},function(t,e,n){"use strict";function r(t,e,n){n||(n={data:null,size:e}),this.data=n.data,this.originalSize=n.size,this.I=n,this.from=t,this.size=e}r.prototype.show=function(t,e){var n,r,o,i,a,u,c;for(e||(e=1),n=t.getContext("2d"),t.width=this.size.x,t.height=this.size.y,r=n.getImageData(0,0,t.width,t.height),o=r.data,i=0,a=0;a>>16&65535,r=65535&t,o=e>>>16&65535,i=65535&e;return r*i+(n*i+r*o<<16>>>0)|0},"function"!=typeof Object.assign&&(Object.assign=function(t){"use strict";if(null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),n=1;n1&&(!e.inImageWithBorder(t[0],0)||!e.inImageWithBorder(t[1],0));)r-=Math.ceil(r/2),o(-r);return t}function u(t){return[{x:(t[1][0]-t[0][0])/2+t[0][0],y:(t[1][1]-t[0][1])/2+t[0][1]},{x:(t[3][0]-t[2][0])/2+t[2][0],y:(t[3][1]-t[2][1])/2+t[2][1]}]}function c(t){var n,o=null,i=r.a.getBarcodeLine(e,t[0],t[1]);for(r.a.toBinaryLine(i),n=0;nE?l:E,g.push(l)}var o,i,a,u,c,s,f,l,d=0|e.x,h=0|e.y,p=0|n.x,v=0|n.y,_=Math.abs(v-h)>Math.abs(p-d),g=[],y=t.data,m=t.size.x,x=0,b=255,E=0;for(_&&(s=d,d=h,h=s,s=p,p=v,v=s),d>p&&(s=d,d=p,p=s,s=h,h=v,v=s),o=p-d,i=Math.abs(v-h),a=o/2|0,c=h,u=hl?o.DIR.UP:o.DIR.DOWN,d.push({pos:0,val:f[0]}),a=0;ah&&f[a+1]>.5*l?o.DIR.UP:r,r!==i&&(d.push({pos:a,val:f[a]}),r=i);for(d.push({pos:f.length,val:f[f.length-1]}),u=d[0].pos;ul?0:1;for(a=1;ad[a].val?d[a].val+(d[a+1].val-d[a].val)/3*2|0:d[a+1].val+(d[a].val-d[a+1].val)/3|0,u=d[a].pos;uh?0:1;return{line:f,threshold:h}},r.debug={printFrequency:function(t,e){var n,r=e.getContext("2d");for(e.width=t.length,e.height=256,r.beginPath(),r.strokeStyle="blue",n=0;n0?t.videoWidth>10&&t.videoHeight>10?e():window.setTimeout(r,500):n("Unable to play video stream. Is webcam working?"),o--}var o=10;r()})}function o(t,e){return n.i(d.a)(e).then(function(e){return new Promise(function(n){s=e,t.setAttribute("autoplay",!0),t.setAttribute("muted",!0),t.setAttribute("playsinline",!0),t.srcObject=e,t.addEventListener("loadedmetadata",function(){t.play(),n()})})}).then(r.bind(null,t))}function i(t){var e=l()(t,["width","height","facingMode","aspectRatio","deviceId"]);return void 0!==t.minAspectRatio&&t.minAspectRatio>0&&(e.aspectRatio=t.minAspectRatio,console.log("WARNING: Constraint 'minAspectRatio' is deprecated; Use 'aspectRatio' instead")),void 0!==t.facing&&(e.facingMode=t.facing,console.log("WARNING: Constraint 'facing' is deprecated. Use 'facingMode' instead'")),e}function a(t){var e={audio:!1,video:i(t)};return e.video.deviceId&&e.video.facingMode&&delete e.video.facingMode,Promise.resolve(e)}function u(){return n.i(d.b)().then(function(t){return t.filter(function(t){return"videoinput"===t.kind})})}function c(){if(s){var t=s.getVideoTracks();if(t&&t.length)return t[0]}}var s,f=n(162),l=n.n(f),d=n(52);e.a={request:function(t,e){return a(e).then(o.bind(null,t))},release:function(){var t=s&&s.getVideoTracks();t&&t.length&&t[0].stop(),s=null},enumerateVideoDevices:u,getActiveStreamLabel:function(){var t=c();return t?t.label:""},getActiveTrack:c}},function(t,e,n){"use strict";function r(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d;return/^blob\:/i.test(t)?i(t).then(o).then(function(t){return a(t,e)}):Promise.resolve(null)}function o(t){return new Promise(function(e){var n=new FileReader;n.onload=function(t){return e(t.target.result)},n.readAsArrayBuffer(t)})}function i(t){return new Promise(function(e,n){var r=new XMLHttpRequest;r.open("GET",t,!0),r.responseType="blob",r.onreadystatechange=function(){r.readyState!==XMLHttpRequest.DONE||200!==r.status&&0!==r.status||e(this.response)},r.onerror=n,r.send()})}function a(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d,n=new DataView(t),r=t.byteLength,o=e.reduce(function(t,e){var n=Object.keys(l).filter(function(t){return l[t]===e})[0];return n&&(t[n]=e),t},{}),i=2;if(255!==n.getUint8(0)||216!==n.getUint8(1))return!1;for(;i1?i.size:Math.floor(e/o*i.size):e,r=i.size?e/o>1?Math.floor(o/e*i.size):i.size:o,s.x=n,s.y=r}var n,r,o={},i=null,a=["canrecord","ended"],u={},c={x:0,y:0},s={x:0,y:0};return o.getRealWidth=function(){return t.videoWidth},o.getRealHeight=function(){return t.videoHeight},o.getWidth=function(){return n},o.getHeight=function(){return r},o.setWidth=function(t){n=t},o.setHeight=function(t){r=t},o.setInputStream=function(e){i=e,t.src=void 0!==e.src?e.src:""},o.ended=function(){return t.ended},o.getConfig=function(){return i},o.setAttribute=function(e,n){t.setAttribute(e,n)},o.pause=function(){t.pause()},o.play=function(){t.play()},o.setCurrentTime=function(e){"LiveStream"!==i.type&&(t.currentTime=e)},o.addEventListener=function(e,n,r){a.indexOf(e)!==-1?(u[e]||(u[e]=[]),u[e].push(n)):t.addEventListener(e,n,r)},o.clearEventHandlers=function(){a.forEach(function(e){var n=u[e];n&&n.length>0&&n.forEach(function(n){t.removeEventListener(e,n)})})},o.trigger=function(t,n){var r,i=u[t];if("canrecord"===t&&e(),i&&i.length>0)for(r=0;r1?a.size:Math.floor(u/c*a.size):u,o=a.size?u/c>1?Math.floor(c/u*a.size):a.size:c,x.x=n,x.y=o,l=!0,s=0,setTimeout(function(){e("canrecord",[])},0)},p,h,a.sequence)}function e(t,e){var n,r=y[t];if(r&&r.length>0)for(n=0;nf&&(f=o.box[r][0]),o.box[r][1]l&&(l=o.box[r][1]);for(a=[[c,s],[f,s],[f,l],[c,l]],u=p.halfSample?2:1,i=M.invert(i,i),r=0;r<4;r++)I.transformMat2(a[r],a[r],i);for(r=0;r<4;r++)I.scale(a[r],a[r],u);return a}function a(){n.i(w.f)(v,E),E.zeroBorder()}function u(){var t,e,n,r,o,i,a,u=[];for(t=0;t0&&r[x.data[n]-1]++;return r=r.map(function(t,e){return{val:t,label:e+1}}),r.sort(function(t,e){return e.val-t.val}),r.filter(function(t){return t.val>=5})}function s(t,e){var n,r,o,a,u=[],c=[];for(n=0;n=2){for(o=0;ol&&c.push(t[o]);if(c.length>=2){for(a=f(c),i=0,o=0;o1&&a.length>=c.length/4*3&&a.length>t.length/4&&(i/=a.length,u={index:e[1]*z.x+e[0],pos:{x:n,y:r},box:[I.clone([n,r]),I.clone([n+g.size.x,r]),I.clone([n+g.size.x,r+g.size.y]),I.clone([n,r+g.size.y])],moments:a,rad:i,vec:I.clone([Math.cos(i),Math.sin(i)])},s.push(u))}}return s}function h(t){function e(){var t;for(t=0;ta&&n(u):x.data[u]=Number.MAX_VALUE}var r,o,i=0,a=.95,u=0;for(T.a.init(m.data,0),T.a.init(x.data,0),T.a.init(b.data,null),r=0;r0) {length=length - 1|0;images[outImagePtr+length|0]=(images[aImagePtr+length|0]|0) - (images[bImagePtr+length|0]|0)|0;}}function bitwiseOr(aImagePtr, bImagePtr, outImagePtr) {aImagePtr=aImagePtr|0;bImagePtr=bImagePtr|0;outImagePtr=outImagePtr|0;var length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;images[outImagePtr+length|0]=images[aImagePtr+length|0]|0|(images[bImagePtr+length|0]|0)|0;}}function countNonZero(imagePtr) {imagePtr=imagePtr|0;var sum=0,length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;sum=(sum|0)+(images[imagePtr+length|0]|0)|0;}return sum|0;}function init(imagePtr, value) {imagePtr=imagePtr|0;value=value|0;var length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;images[imagePtr+length|0]=value;}}function dilate(inImagePtr, outImagePtr) {inImagePtr=inImagePtr|0;outImagePtr=outImagePtr|0;var v=0,u=0,sum=0,yStart1=0,yStart2=0,xStart1=0,xStart2=0,offset=0;for (v=1; (v|0)<(size - 1|0); v=v+1|0) {offset=offset+size|0;for (u=1; (u|0)<(size - 1|0); u=u+1|0) {yStart1=offset - size|0;yStart2=offset+size|0;xStart1=u - 1|0;xStart2=u+1|0;sum=(images[inImagePtr+yStart1+xStart1|0]|0)+(images[inImagePtr+yStart1+xStart2|0]|0)+(images[inImagePtr+offset+u|0]|0)+(images[inImagePtr+yStart2+xStart1|0]|0)+(images[inImagePtr+yStart2+xStart2|0]|0)|0;if ((sum|0)>(0|0)) {images[outImagePtr+offset+u|0]=1;} else {images[outImagePtr+offset+u|0]=0;}}}return;}function memcpy(srcImagePtr, dstImagePtr) {srcImagePtr=srcImagePtr|0;dstImagePtr=dstImagePtr|0;var length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;images[dstImagePtr+length|0]=images[srcImagePtr+length|0]|0;}}function zeroBorder(imagePtr) {imagePtr=imagePtr|0;var x=0,y=0;for (x=0; (x|0)<(size - 1|0); x=x+1|0) {images[imagePtr+x|0]=0;images[imagePtr+y|0]=0;y=y+size - 1|0;images[imagePtr+y|0]=0;y=y+1|0;}for (x=0; (x|0)<(size|0); x=x+1|0) {images[imagePtr+y|0]=0;y=y+1|0;}}function skeletonize() {var subImagePtr=0,erodedImagePtr=0,tempImagePtr=0,skelImagePtr=0,sum=0,done=0;erodedImagePtr=imul(size, size)|0;tempImagePtr=erodedImagePtr+erodedImagePtr|0;skelImagePtr=tempImagePtr+erodedImagePtr|0;init(skelImagePtr, 0);zeroBorder(subImagePtr);do {erode(subImagePtr, erodedImagePtr);dilate(erodedImagePtr, tempImagePtr);subtract(subImagePtr, tempImagePtr, tempImagePtr);bitwiseOr(skelImagePtr, tempImagePtr, skelImagePtr);memcpy(erodedImagePtr, subImagePtr);sum=countNonZero(subImagePtr)|0;done=(sum|0) == 0|0;} while (!done);}return {skeletonize: skeletonize};} __webpack_exports__["a"]=Skeletonizer; },function(t,e,n){"use strict";function r(t){o.a.call(this,t),this.barSpaceRatio=[1,1]}var o=n(1),i=1,a=3,u={START_PATTERN:{value:[a,i,a,i,i,i]},STOP_PATTERN:{value:[a,i,i,i,a]},CODE_PATTERN:{value:[[i,i,a,a,i],[a,i,i,i,a],[i,a,i,i,a],[a,a,i,i,i],[i,i,a,i,a],[a,i,a,i,i],[i,a,a,i,i],[i,i,i,a,a],[a,i,i,a,i],[i,a,i,a,i]]},SINGLE_CODE_ERROR:{value:.78,writable:!0},AVG_CODE_ERROR:{value:.3,writable:!0},FORMAT:{value:"2of5"}},c=u.START_PATTERN.value.reduce(function(t,e){return t+e},0);r.prototype=Object.create(o.a.prototype,u),r.prototype.constructor=r,r.prototype._findPattern=function(t,e,n,r){var o,i,a,u,c=[],s=this,f=0,l={error:Number.MAX_VALUE,code:-1,start:0,end:0},d=s.AVG_CODE_ERROR;for(n=n||!1,r=r||!1,e||(e=s._nextSet(s._row)),o=0;o=0&&n._matchRange(t,e.start,0))return e;r=e.end,e=null}},r.prototype._verifyTrailingWhitespace=function(t){var e,n=this;return e=t.end+(t.end-t.start)/2,e1&&i._isStartEnd(n))break}while(ri._counters.length?i._counters.length:r,o=t.start+i._sumCounters(t.startCounter,r-8),{code:a.join(""),start:t.start,end:o,startInfo:t,decodedCodes:a}):null},r.prototype._verifyWhitespace=function(t,e){return(t-1<=0||this._counters[t-1]>=this._calculatePatternLength(t)/2)&&(e+8>=this._counters.length||this._counters[e+7]>=this._calculatePatternLength(e)/2)},r.prototype._calculatePatternLength=function(t){var e,n=0;for(e=t;e=0;i--)n=2==(1&i)?c.bar:c.space,r=1==(1&a)?n.wide:n.narrow,r.size+=u._counters[s+i],r.counts++,a>>=1;s+=8}return["space","bar"].forEach(function(t){var e=c[t];e.wide.min=Math.floor((e.narrow.size/e.narrow.counts+e.wide.size/e.wide.counts)/2),e.narrow.max=Math.ceil(e.wide.min),e.wide.max=Math.ceil((e.wide.size*u.MAX_ACCEPTABLE+u.PADDING)/e.wide.counts)}),c},r.prototype._charToPattern=function(t){var e,n=this,r=t.charCodeAt(0);for(e=0;e=0;r--){if(o=0==(1&r)?s.bar:s.space,i=1==(1&u)?o.wide:o.narrow,(a=c._counters[f+r])i.max)return!1;u>>=1}f+=8}return!0},r.prototype._patternToChar=function(t){var e,n=this;for(e=0;ei&&(i=r),rthis._counters.length)return-1;for(e=this._computeAlternatingThreshold(t,a),n=this._computeAlternatingThreshold(t+1,a),r=0;ro&&(c|=u),u>>=1;return c},r.prototype._isStartEnd=function(t){var e;for(e=0;eu.AVG_CODE_ERROR?null:(u.CODE_PATTERN[l.code]&&(l.correction.bar=o(u.CODE_PATTERN[l.code],a,this.MODULE_INDICES.bar),l.correction.space=o(u.CODE_PATTERN[l.code],a,this.MODULE_INDICES.space)),l)}f++,a[f]=1,s=!s}return null},r.prototype._correct=function(t,e){this._correctBars(t,e.bar,this.MODULE_INDICES.bar),this._correctBars(t,e.space,this.MODULE_INDICES.space)},r.prototype._findStart=function(){var t,e,n,r,i,a=[0,0,0,0,0,0],u=this,c=u._nextSet(u._row),s=!1,f=0,l={error:Number.MAX_VALUE,code:-1,start:0,end:0,correction:{bar:1,space:1}};for(t=c;t4)return-1;if(0==(1&i))for(var u=0;u="a"&&o<="d"){if(r>e-2)return null;var i=t[++r],a=i.charCodeAt(0),u=void 0;switch(o){case"a":if(!(i>="A"&&i<="Z"))return null;u=String.fromCharCode(a-64);break;case"b":if(i>="A"&&i<="E")u=String.fromCharCode(a-38);else if(i>="F"&&i<="J")u=String.fromCharCode(a-11);else if(i>="K"&&i<="O")u=String.fromCharCode(a+16);else if(i>="P"&&i<="S")u=String.fromCharCode(a+43);else{if(!(i>="T"&&i<="Z"))return null;u=String.fromCharCode(127)}break;case"c":if(i>="A"&&i<="O")u=String.fromCharCode(a-32);else{if("Z"!==i)return null;u=":"}break;case"d":if(!(i>="A"&&i<="Z"))return null;u=String.fromCharCode(a+32)}n.push(u)}else n.push(o)}return n},r.prototype._verifyChecksums=function(t){return this._matchCheckChar(t,t.length-2,20)&&this._matchCheckChar(t,t.length-1,15)},r.prototype._matchCheckChar=function(t,e,n){var r=this,o=t.slice(0,e),i=o.length,a=o.reduce(function(t,e,o){return t+((o*-1+(i-1))%n+1)*r.ALPHABET.indexOf(e.charCodeAt(0))},0);return this.ALPHABET[a%47]===t[e].charCodeAt(0)},e.a=r},function(t,e,n){"use strict";function r(){o.a.call(this)}var o=n(4),i={FORMAT:{value:"ean_2",writeable:!1}};r.prototype=Object.create(o.a.prototype,i),r.prototype.constructor=r,r.prototype.decode=function(t,e){this._row=t;var n,r=0,o=0,i=e,a=this._row.length,u=[],c=[];for(o=0;o<2&&i=this.CODE_G_START&&(r|=1<<1-o),1!=o&&(i=this._nextSet(this._row,n.end),i=this._nextUnset(this._row,i))}return 2!=u.length||parseInt(u.join(""))%4!==r?null:{code:u.join(""),decodedCodes:c,end:n.end}},e.a=r},function(t,e,n){"use strict";function r(){a.a.call(this)}function o(t){var e;for(e=0;e<10;e++)if(t===c[e])return e;return null}function i(t){var e,n=t.length,r=0;for(e=n-2;e>=0;e-=2)r+=t[e];for(r*=3,e=n-1;e>=0;e-=2)r+=t[e];return(r*=3)%10}var a=n(4),u={FORMAT:{value:"ean_5",writeable:!1}},c=[24,20,18,17,12,6,3,10,9,5];r.prototype=Object.create(a.a.prototype,u),r.prototype.constructor=r,r.prototype.decode=function(t,e){this._row=t;var n,r=0,a=0,u=e,c=this._row.length,s=[],f=[];for(a=0;a<5&&u=this.CODE_G_START&&(r|=1<<4-a),4!=a&&(u=this._nextSet(this._row,n.end),u=this._nextUnset(this._row,u))}return 5!=s.length?null:i(s)!==o(r)?null:{code:s.join(""),decodedCodes:f,end:n.end}},e.a=r},function(t,e,n){"use strict";function r(t,e){o.a.call(this,t,e)}var o=n(4),i={FORMAT:{value:"ean_8",writeable:!1}};r.prototype=Object.create(o.a.prototype,i),r.prototype.constructor=r,r.prototype._decodePayload=function(t,e,n){var r,o=this;for(r=0;r<4;r++){if(!(t=o._decodeCode(t.end,o.CODE_G_START)))return null;e.push(t.code),n.push(t)}if(null===(t=o._findPattern(o.MIDDLE_PATTERN,t.end,!0,!1)))return null;for(n.push(t),r=0;r<4;r++){if(!(t=o._decodeCode(t.end,o.CODE_G_START)))return null;n.push(t),e.push(t.code)}return t},e.a=r},function(t,e,n){"use strict";function r(t){t=a()(o(),t),u.a.call(this,t),this.barSpaceRatio=[1,1],t.normalizeBarSpaceWidth&&(this.SINGLE_CODE_ERROR=.38,this.AVG_CODE_ERROR=.09)}function o(){var t={};return Object.keys(r.CONFIG_KEYS).forEach(function(e){t[e]=r.CONFIG_KEYS[e].default}),t}var i=n(28),a=n.n(i),u=n(1),c=1,s=3,f={START_PATTERN:{value:[c,c,c,c]},STOP_PATTERN:{value:[c,c,s]},CODE_PATTERN:{value:[[c,c,s,s,c],[s,c,c,c,s],[c,s,c,c,s],[s,s,c,c,c],[c,c,s,c,s],[s,c,s,c,c],[c,s,s,c,c],[c,c,c,s,s],[s,c,c,s,c],[c,s,c,s,c]]},SINGLE_CODE_ERROR:{value:.78,writable:!0},AVG_CODE_ERROR:{value:.38,writable:!0},MAX_CORRECTION_FACTOR:{value:5},FORMAT:{value:"i2of5"}};r.prototype=Object.create(u.a.prototype,f),r.prototype.constructor=r,r.prototype._matchPattern=function(t,e){if(this.config.normalizeBarSpaceWidth){var n,r=[0,0],o=[0,0],i=[0,0],a=this.MAX_CORRECTION_FACTOR,c=1/a;for(n=0;n=0&&n._matchRange(t,e.start,0))return e;r=e.end,e=null}},r.prototype._verifyTrailingWhitespace=function(t){var e,n=this;return e=t.end+(t.end-t.start)/2,e=o.CODE_G_START&&(t.code=t.code-o.CODE_G_START,i|=1<<5-r),e.push(t.code),n.push(t)}return o._determineParity(i,e)?t:null},r.prototype._determineParity=function(t,e){var n,r;for(r=0;r0&&n(f)?e>1?r(f,e-1,n,a,u):o(u,f):a||(u[u.length]=f)}return u}var o=n(90),i=n(128);t.exports=r},function(t,e,n){var r=n(117),o=r();t.exports=o},function(t,e,n){function r(t,e){e=o(e,t);for(var n=0,r=e.length;null!=t&&n1?n[o-1]:void 0,u=o>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(o--,a):void 0,u&&i(n[0],n[1],u)&&(a=o<3?void 0:a,o=1),e=Object(e);++r-1}var o=n(12);t.exports=r},function(t,e,n){function r(t,e){var n=this.__data__,r=o(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}var o=n(12);t.exports=r},function(t,e,n){function r(){this.size=0,this.__data__={hash:new o,map:new(a||i),string:new o}}var o=n(84),i=n(10),a=n(33);t.exports=r},function(t,e,n){function r(t){var e=o(this,t).delete(t);return this.size-=e?1:0,e}var o=n(14);t.exports=r},function(t,e,n){function r(t){return o(this,t).get(t)}var o=n(14);t.exports=r},function(t,e,n){function r(t){return o(this,t).has(t)}var o=n(14);t.exports=r},function(t,e,n){function r(t,e){var n=o(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}var o=n(14);t.exports=r},function(t,e,n){function r(t){var e=o(t,function(t){return n.size===i&&n.clear(),t}),n=e.cache;return e}var o=n(161),i=500;t.exports=r},function(t,e){function n(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}t.exports=n},function(t,e,n){(function(t){var r=n(38),o="object"==typeof e&&e&&!e.nodeType&&e,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=i&&i.exports===o,u=a&&r.process,c=function(){try{return u&&u.binding&&u.binding("util")}catch(t){}}();t.exports=c}).call(e,n(29)(t))},function(t,e){function n(t){return o.call(t)}var r=Object.prototype,o=r.toString;t.exports=n},function(t,e){function n(t,e){return function(n){return t(e(n))}}t.exports=n},function(t,e){function n(t){var e=0,n=0;return function(){var a=i(),u=o-(a-n);if(n=a,u>0){if(++e>=r)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}var r=800,o=16,i=Date.now;t.exports=n},function(t,e,n){function r(){this.__data__=new o,this.size=0}var o=n(10);t.exports=r},function(t,e){function n(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}t.exports=n},function(t,e){function n(t){return this.__data__.get(t)}t.exports=n},function(t,e){function n(t){return this.__data__.has(t)}t.exports=n},function(t,e,n){function r(t,e){var n=this.__data__;if(n instanceof o){var r=n.__data__;if(!i||r.length{% trans "Search" %} + + {% include "search/barcode_modal.html" with id="barcode_scanner_modal" %} - {% endblock %} From 82cb170a9112193ed8040f5f0a47bae63e7ffeff Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Tue, 15 Feb 2022 02:39:16 -0800 Subject: [PATCH 003/204] Switch version of quagga to new fork quagga2 --- bookwyrm/static/js/vendor/quagga.min.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bookwyrm/static/js/vendor/quagga.min.js b/bookwyrm/static/js/vendor/quagga.min.js index f7a30f41b..84ccb74fc 100644 --- a/bookwyrm/static/js/vendor/quagga.min.js +++ b/bookwyrm/static/js/vendor/quagga.min.js @@ -1 +1,3 @@ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(e.toString()).default:"object"==typeof exports?exports.Quagga=e(e.toString()).default:t.Quagga=e(e.toString()).default}(this,function(t){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="/",e(e.s=166)}([function(t,e){function n(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}t.exports=n},function(t,e,n){"use strict";function r(t,e){return this._row=[],this.config=t||{},this.supplements=e,this}var o=n(3);r.prototype._nextUnset=function(t,e){var n;for(void 0===e&&(e=0),n=e;nn)return Number.MAX_VALUE;u+=c}return u/f},r.prototype._nextSet=function(t,e){var n;for(e=e||0,n=e;n1&&(t[n[r]]=o)},r.prototype._matchTrace=function(t,e){var n,r,o=[],i=this,a=i._nextSet(i._row),u=!i._row[a],c=0,s={error:Number.MAX_VALUE,code:-1,start:0};if(t){for(n=0;n=0;r--)e=Math.floor(Math.random()*r),n=t[r],t[r]=t[e],t[e]=n;return t},toPointList:function(t){var e,n,r=[],o=[];for(e=0;e=e&&o.push(t[r]);return o},maxIndex:function(t){var e,n=0;for(e=0;et[n]&&(n=e);return n},max:function t(e){var n,t=0;for(n=0;nt&&(t=e[n]);return t},sum:function t(e){for(var n=e.length,t=0;n--;)t+=e[n];return t}}},function(t,e,n){"use strict";function r(t,e){t=a()(o(),t),u.a.call(this,t,e)}function o(){var t={};return Object.keys(r.CONFIG_KEYS).forEach(function(e){t[e]=r.CONFIG_KEYS[e].default}),t}var i=n(28),a=n.n(i),u=n(1),c=Object.assign||function(t){for(var e=1;ea.AVG_CODE_ERROR?null:f}s++,i[s]=1,c=!c}return null},r.prototype._findPattern=function(t,e,n,r,o){var i,a,u,c,s=[],f=this,l=0,d={error:Number.MAX_VALUE,code:-1,start:0,end:0};for(e||(e=f._nextSet(f._row)),void 0===n&&(n=!1),void 0===r&&(r=!0),void 0===o&&(o=f.AVG_CODE_ERROR),i=0;i=0&&n._matchRange(t,e.start,0))return e;r=e.end,e=null}},r.prototype._verifyTrailingWhitespace=function(t){var e,n=this;return e=t.end+(t.end-t.start),e=i.CODE_G_START?(t.code=t.code-i.CODE_G_START,a|=1<<5-r):a|=0<<5-r,e.push(t.code),n.push(t)}if(null===(o=i._calculateFirstDigit(a)))return null;if(e.unshift(o),null===(t=i._findPattern(i.MIDDLE_PATTERN,t.end,!0,!1)))return null;for(n.push(t),r=0;r<6;r++){if(!(t=i._decodeCode(t.end,i.CODE_G_START)))return null;n.push(t),e.push(t.code)}return t},r.prototype._decode=function(){var t,e,n=this,r=[],o=[],i={};if(!(t=n._findStart()))return null;if(e={code:t.code,start:t.start,end:t.end},o.push(e),!(e=n._decodePayload(e,r,o)))return null;if(!(e=n._findEnd(e.end,!1)))return null;if(o.push(e),!n._checksum(r))return null;if(this.supplements.length>0){var a=this._decodeExtensions(e.end);if(!a)return null;var u=a.decodedCodes[a.decodedCodes.length-1],s={start:u.start+((u.end-u.start)/2|0),end:u.end};if(!n._verifyTrailingWhitespace(s))return null;i={supplement:a,code:r.join("")+a.code}}return c({code:r.join(""),start:t.start,end:e.end,codeset:"",startInfo:t,decodedCodes:o},i)},r.prototype._decodeExtensions=function(t){var e,n,r=this._nextSet(this._row,t),o=this._findPattern(this.EXTENSION_START_PATTERN,r,!1,!1);if(null===o)return null;for(e=0;e=0;e-=2)n+=t[e];for(n*=3,e=t.length-1;e>=0;e-=2)n+=t[e];return n%10==0},r.CONFIG_KEYS={supplements:{type:"arrayOf(string)",default:[],description:"Allowed extensions to be decoded (2 and/or 5)"}},e.a=r},function(t,e,n){var r=n(38),o="object"==typeof self&&self&&self.Object===Object&&self,i=r||o||Function("return this")();t.exports=i},function(t,e){function n(t){return null!=t&&"object"==typeof t}t.exports=n},function(t,e){function n(t){var e=new Float32Array(2);return e[0]=t[0],e[1]=t[1],e}t.exports=n},function(t,e,n){function r(t){return null==t?void 0===t?c:u:s&&s in Object(t)?i(t):a(t)}var o=n(11),i=n(119),a=n(146),u="[object Null]",c="[object Undefined]",s=o?o.toStringTag:void 0;t.exports=r},function(t,e,n){"use strict";e.a={drawRect:function(t,e,n,r){n.strokeStyle=r.color,n.fillStyle=r.color,n.lineWidth=1,n.beginPath(),n.strokeRect(t.x,t.y,e.x,e.y)},drawPath:function(t,e,n,r){n.strokeStyle=r.color,n.fillStyle=r.color,n.lineWidth=r.lineWidth,n.beginPath(),n.moveTo(t[0][e.x],t[0][e.y]);for(var o=1;o-1&&t%1==0&&t0?Math.floor(this.x+.5):Math.floor(this.x-.5),this.y=this.y>0?Math.floor(this.y+.5):Math.floor(this.y-.5),this}}}function o(t,e,n){n||(n=t);for(var r=t.data,o=r.length,i=n.data;o--;)i[o]=r[o]>o]++;return a}function a(t,e){function n(t,e){var n,r=0;for(n=t;n<=e;n++)r+=a[n];return r}function r(t,e){var n,r=0;for(n=t;n<=e;n++)r+=n*a[n];return r}function o(){var o,u,c,s,f,l,d,h=[0],p=(1<c)for(i=s[u],i.score=o,i.item=t[r],c=Number.MAX_VALUE,a=0;ae[r]?r++:n++;return o}function _(t,e){function n(t){for(var e=0,n=t[Math.floor(t.length/2)];e0&&(n=Math.abs(t[e]-d)>Math.abs(t[e-1]-d)?t[e-1]:t[e]),d/nc[f-1]/c[f]?{x:n,y:n}:null}var r,o=p(e.x),i=p(e.y),a=Math.max(e.x,e.y),u=v(o,i),c=[8,10,15,20,32,60,80],s={"x-small":5,small:4,medium:3,large:2,"x-large":1},f=s[t]||s.medium,l=c[f],d=Math.floor(a/l);return r=n(u),r||(r=n(p(a)))||(r=n(p(d*l))),r}function g(t){return{value:parseFloat(t),unit:(t.indexOf("%"),t.length,"%")}}function y(t,e,n){var r={width:t,height:e},o=Object.keys(n).reduce(function(t,e){var o=n[e],i=g(o),a=C[e](i,r);return t[e]=a,t},{});return{sx:o.left,sy:o.top,sw:o.right-o.left,sh:o.bottom-o.top}}var m=n(50),x=n(3);e.b=r,e.f=u,e.g=c,e.h=s,e.c=f,e.d=l,e.i=d,e.a=h,e.e=_,e.j=y;var b={clone:n(7)},E={clone:n(83)},C={top:function(t,e){if("%"===t.unit)return Math.floor(e.height*(t.value/100))},right:function(t,e){if("%"===t.unit)return Math.floor(e.width-e.width*(t.value/100))},bottom:function(t,e){if("%"===t.unit)return Math.floor(e.height-e.height*(t.value/100))},left:function(t,e){if("%"===t.unit)return Math.floor(e.width*(t.value/100))}}},function(t,e,n){"use strict";function r(t,e,n,r){e?this.data=e:n?(this.data=new n(t.x*t.y),n===Array&&r&&a.a.init(this.data,0)):(this.data=new Uint8Array(t.x*t.y),Uint8Array===Array&&r&&a.a.init(this.data,0)),this.size=t}var o=n(53),i=n(19),a=n(3),u={clone:n(7)};r.prototype.inImageWithBorder=function(t,e){return t.x>=e&&t.y>=e&&t.x0&&(a=g[r-1],a.m00+=1,a.m01+=n,a.m10+=e,a.m11+=e*n,a.m02+=o,a.m20+=e*e);for(i=0;i=0?x:-x)+m,a.theta=(180*h/m+90)%180-90,a.theta<0&&(a.theta+=180),a.rad=h>m?h-m:h,a.vec=u.clone([Math.cos(h),Math.sin(h)]),y.push(a));return y},r.prototype.show=function(t,e){var n,r,o,i,a,u,c;for(e||(e=1),n=t.getContext("2d"),t.width=this.size.x,t.height=this.size.y,r=n.getImageData(0,0,t.width,t.height),o=r.data,i=0,c=0;c360)&&(e=360);for(var o=[0,1,1],a=[0,0,0],u=[255,255,255],c=[0,0,0],s=[],f=t.getContext("2d"),l=f.getImageData(r.x,r.y,this.size.x,this.size.y),d=l.data,h=this.data.length;h--;)o[0]=this.data[h]*e,s=o[0]<=0?u:o[0]>=360?c:n.i(i.a)(o,a),d[4*h+0]=s[0],d[4*h+1]=s[1],d[4*h+2]=s[2],d[4*h+3]=255;f.putImageData(l,r.x,r.y)},e.a=r},function(t,e,n){function r(t,e,n){"__proto__"==e&&o?o(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}var o=n(37);t.exports=r},function(t,e,n){function r(t,e){var n=i(t,e);return o(n)?n:void 0}var o=n(97),i=n(120);t.exports=r},function(t,e,n){function r(t){if("string"==typeof t||o(t))return t;var e=t+"";return"0"==e&&1/t==-i?"-0":e}var o=n(27),i=1/0;t.exports=r},function(t,e,n){function r(t){return null!=t&&i(t.length)&&!o(t)}var o=n(25),i=n(26);t.exports=r},function(t,e,n){function r(t){if(!i(t))return!1;var e=o(t);return e==u||e==c||e==a||e==s}var o=n(8),i=n(0),a="[object AsyncFunction]",u="[object Function]",c="[object GeneratorFunction]",s="[object Proxy]";t.exports=r},function(t,e){function n(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=r}var r=9007199254740991;t.exports=n},function(t,e,n){function r(t){return"symbol"==typeof t||i(t)&&o(t)==a}var o=n(8),i=n(6),a="[object Symbol]";t.exports=r},function(t,e,n){var r=n(100),o=n(116),i=o(function(t,e,n){r(t,e,n)});t.exports=i},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";var r={searchDirections:[[0,1],[1,1],[1,0],[1,-1],[0,-1],[-1,-1],[-1,0],[-1,1]],create:function(t,e){function n(t,e,n,r){var o,f,l;for(o=0;o<7;o++){if(f=t.cy+c[t.dir][0],l=t.cx+c[t.dir][1],i=f*s+l,a[i]===e&&(0===u[i]||u[i]===n))return u[i]=n,t.cy=f,t.cx=l,!0;0===u[i]&&(u[i]=r),t.dir=(t.dir+1)%8}return!1}function r(t,e,n){return{dir:n,x:t,y:e,next:null,prev:null}}function o(t,e,o,i,a){var u,c,s,f=null,l={cx:e,cy:t,dir:0};if(n(l,i,o,a)){f=r(e,t,l.dir),u=f,s=l.dir,c=r(l.cx,l.cy,0),c.prev=u,u.next=c,c.next=null,u=c;do l.dir=(l.dir+6)%8,n(l,i,o,a),s!==l.dir?(u.dir=l.dir,c=r(l.cx,l.cy,0),c.prev=u,u.next=c,c.next=null,u=c):(u.dir=s,u.x=l.cx,u.y=l.cy),s=l.dir;while(l.cx!==e||l.cy!==t);f.prev=u.prev,u.prev.next=f}return f}var i,a=t.data,u=e.data,c=this.searchDirections,s=t.size.x;return{trace:function(t,e,r,o){return n(t,e,r,o)},contourTracing:function(t,e,n,r,i){return o(t,e,n,r,i)}}}};e.a=r},function(t,e,n){"use strict";function r(){o.a.call(this)}var o=n(1),i=n(3),a={ALPHABETH_STRING:{value:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. *$/+%"},ALPHABET:{value:[48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,45,46,32,42,36,47,43,37]},CHARACTER_ENCODINGS:{value:[52,289,97,352,49,304,112,37,292,100,265,73,328,25,280,88,13,268,76,28,259,67,322,19,274,82,7,262,70,22,385,193,448,145,400,208,133,388,196,148,168,162,138,42]},ASTERISK:{value:148},FORMAT:{value:"code_39",writeable:!1}};r.prototype=Object.create(o.a.prototype,a),r.prototype.constructor=r,r.prototype._decode=function(){var t,e,n,r,o=this,a=[0,0,0,0,0,0,0,0,0],u=[],c=o._findStart();if(!c)return null;r=o._nextSet(o._row,c.end);do{if(a=o._toCounters(r,a),(n=o._toPattern(a))<0)return null;if((t=o._patternToChar(n))<0)return null;u.push(t),e=r,r+=i.a.sum(a),r=o._nextSet(o._row,r)}while("*"!==t);return u.pop(),u.length&&o._verifyTrailingWhitespace(e,r,a)?{code:u.join(""),start:c.start,end:r,startInfo:c,decodedCodes:u}:null},r.prototype._verifyTrailingWhitespace=function(t,e,n){var r=i.a.sum(n);return 3*(e-t-r)>=r},r.prototype._patternToChar=function(t){var e,n=this;for(e=0;ee&&(r=t[n]);return r},r.prototype._toPattern=function(t){for(var e,n,r=t.length,o=0,i=r,a=0,u=this;i>3;){for(o=u._findNextWidth(t,o),i=0,e=0,n=0;no&&(e|=1<0;n++)if(t[n]>o&&(i--,2*t[n]>=a))return-1;return e}}return-1},r.prototype._findStart=function(){var t,e,n,r=this,o=r._nextSet(r._row),i=o,a=[0,0,0,0,0,0,0,0,0],u=0,c=!1;for(t=o;t0)for(r=0;r0){if(!(t=Y.filter(function(t){return!t.busy})[0]))return;w.attachData(t.imageData)}else w.attachData(S.data);w.grab()&&(t?(t.busy=!0,t.worker.postMessage({cmd:"process",imageData:t.imageData},[t.imageData.buffer])):_())}else _()}function y(){var t=null,e=1e3/($.frequency||60);T=!1,function n(r){t=t||r,T||(r>=t&&(t+=e,g()),window.requestAnimFrame(n))}(performance.now())}function m(){Q&&"LiveStream"===$.inputStream.type?y():g()}function x(t){var e,n={worker:void 0,imageData:new Uint8Array(R.getWidth()*R.getHeight()),busy:!0};e=C(),n.worker=new Worker(e),n.worker.onmessage=function(r){if("initialized"===r.data.event)return URL.revokeObjectURL(e),n.busy=!1,n.imageData=new Uint8Array(r.data.imageData),t(n);"processed"===r.data.event?(n.imageData=new Uint8Array(r.data.imageData),n.busy=!1,v(r.data.result,n.imageData)):r.data.event},n.worker.postMessage({cmd:"init",size:{x:R.getWidth(),y:R.getHeight()},imageData:n.imageData,config:b($)},[n.imageData.buffer])}function b(t){return X({},t,{inputStream:X({},t.inputStream,{target:null})})}function E(t){function e(t){self.postMessage({event:"processed",imageData:o.data,result:t},[o.data.buffer])}function n(){self.postMessage({event:"initialized",imageData:o.data},[o.data.buffer])}if(t){var r=t().default;if(!r)return void self.postMessage({event:"error",message:"Quagga could not be created"})}var o;self.onmessage=function(t){if("init"===t.data.cmd){var i=t.data.config;i.numOfWorkers=0,o=new r.ImageWrapper({x:t.data.size.x,y:t.data.size.y},new Uint8Array(t.data.imageData)),r.init(i,n,o),r.onProcessed(e)}else"process"===t.data.cmd?(o.data=new Uint8Array(t.data.imageData),r.start()):"setReaders"===t.data.cmd&&r.setReaders(t.data.readers)}}function C(){var e,n;return void 0!==t&&(n=t),e=new Blob(["("+E.toString()+")("+n+");"],{type:"text/javascript"}),window.URL.createObjectURL(e)}function O(t){P?P.setReaders(t):Q&&Y.length>0&&Y.forEach(function(e){e.worker.postMessage({cmd:"setReaders",readers:t})})}function A(t,e){var n=t-Y.length;if(0===n)return e&&e();if(n<0){return Y.slice(n).forEach(function(t){t.worker.terminate()}),Y=Y.slice(0,n),e&&e()}for(var r=function(n){Y.push(n),Y.length>=t&&e&&e()},o=0;oe},getPoints:function(){return a},getCenter:function(){return u}}},createPoint:function(t,e,n){return{rad:t[n],point:t,id:e}}}},function(t,e,n){"use strict";e.a=function(){function t(t){return o[t]||(o[t]={subscribers:[]}),o[t]}function e(){o={}}function n(t,e){t.async?setTimeout(function(){t.callback(e)},4):t.callback(e)}function r(e,n,r){var o;if("function"==typeof n)o={callback:n,async:r};else if(o=n,!o.callback)throw"Callback was not specified on options";t(e).subscribers.push(o)}var o={};return{subscribe:function(t,e,n){return r(t,e,n)},publish:function(e,r){var o=t(e),i=o.subscribers;i.filter(function(t){return!!t.once}).forEach(function(t){n(t,r)}),o.subscribers=i.filter(function(t){return!t.once}),o.subscribers.forEach(function(t){n(t,r)})},once:function(t,e,n){r(t,{callback:e,async:n,once:!0})},unsubscribe:function(n,r){var o;n?(o=t(n),o.subscribers=o&&r?o.subscribers.filter(function(t){return t.callback!==r}):[]):e()}}}()},function(t,e,n){"use strict";function r(){return navigator.mediaDevices&&"function"==typeof navigator.mediaDevices.enumerateDevices?navigator.mediaDevices.enumerateDevices():Promise.reject(new Error("enumerateDevices is not defined"))}function o(t){return navigator.mediaDevices&&"function"==typeof navigator.mediaDevices.getUserMedia?navigator.mediaDevices.getUserMedia(t):Promise.reject(new Error("getUserMedia is not defined"))}e.b=r,e.a=o},function(t,e,n){"use strict";function r(t,e,n){n||(n={data:null,size:e}),this.data=n.data,this.originalSize=n.size,this.I=n,this.from=t,this.size=e}r.prototype.show=function(t,e){var n,r,o,i,a,u,c;for(e||(e=1),n=t.getContext("2d"),t.width=this.size.x,t.height=this.size.y,r=n.getImageData(0,0,t.width,t.height),o=r.data,i=0,a=0;a>>16&65535,r=65535&t,o=e>>>16&65535,i=65535&e;return r*i+(n*i+r*o<<16>>>0)|0},"function"!=typeof Object.assign&&(Object.assign=function(t){"use strict";if(null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),n=1;n1&&(!e.inImageWithBorder(t[0],0)||!e.inImageWithBorder(t[1],0));)r-=Math.ceil(r/2),o(-r);return t}function u(t){return[{x:(t[1][0]-t[0][0])/2+t[0][0],y:(t[1][1]-t[0][1])/2+t[0][1]},{x:(t[3][0]-t[2][0])/2+t[2][0],y:(t[3][1]-t[2][1])/2+t[2][1]}]}function c(t){var n,o=null,i=r.a.getBarcodeLine(e,t[0],t[1]);for(r.a.toBinaryLine(i),n=0;nE?l:E,g.push(l)}var o,i,a,u,c,s,f,l,d=0|e.x,h=0|e.y,p=0|n.x,v=0|n.y,_=Math.abs(v-h)>Math.abs(p-d),g=[],y=t.data,m=t.size.x,x=0,b=255,E=0;for(_&&(s=d,d=h,h=s,s=p,p=v,v=s),d>p&&(s=d,d=p,p=s,s=h,h=v,v=s),o=p-d,i=Math.abs(v-h),a=o/2|0,c=h,u=hl?o.DIR.UP:o.DIR.DOWN,d.push({pos:0,val:f[0]}),a=0;ah&&f[a+1]>.5*l?o.DIR.UP:r,r!==i&&(d.push({pos:a,val:f[a]}),r=i);for(d.push({pos:f.length,val:f[f.length-1]}),u=d[0].pos;ul?0:1;for(a=1;ad[a].val?d[a].val+(d[a+1].val-d[a].val)/3*2|0:d[a+1].val+(d[a].val-d[a+1].val)/3|0,u=d[a].pos;uh?0:1;return{line:f,threshold:h}},r.debug={printFrequency:function(t,e){var n,r=e.getContext("2d");for(e.width=t.length,e.height=256,r.beginPath(),r.strokeStyle="blue",n=0;n0?t.videoWidth>10&&t.videoHeight>10?e():window.setTimeout(r,500):n("Unable to play video stream. Is webcam working?"),o--}var o=10;r()})}function o(t,e){return n.i(d.a)(e).then(function(e){return new Promise(function(n){s=e,t.setAttribute("autoplay",!0),t.setAttribute("muted",!0),t.setAttribute("playsinline",!0),t.srcObject=e,t.addEventListener("loadedmetadata",function(){t.play(),n()})})}).then(r.bind(null,t))}function i(t){var e=l()(t,["width","height","facingMode","aspectRatio","deviceId"]);return void 0!==t.minAspectRatio&&t.minAspectRatio>0&&(e.aspectRatio=t.minAspectRatio,console.log("WARNING: Constraint 'minAspectRatio' is deprecated; Use 'aspectRatio' instead")),void 0!==t.facing&&(e.facingMode=t.facing,console.log("WARNING: Constraint 'facing' is deprecated. Use 'facingMode' instead'")),e}function a(t){var e={audio:!1,video:i(t)};return e.video.deviceId&&e.video.facingMode&&delete e.video.facingMode,Promise.resolve(e)}function u(){return n.i(d.b)().then(function(t){return t.filter(function(t){return"videoinput"===t.kind})})}function c(){if(s){var t=s.getVideoTracks();if(t&&t.length)return t[0]}}var s,f=n(162),l=n.n(f),d=n(52);e.a={request:function(t,e){return a(e).then(o.bind(null,t))},release:function(){var t=s&&s.getVideoTracks();t&&t.length&&t[0].stop(),s=null},enumerateVideoDevices:u,getActiveStreamLabel:function(){var t=c();return t?t.label:""},getActiveTrack:c}},function(t,e,n){"use strict";function r(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d;return/^blob\:/i.test(t)?i(t).then(o).then(function(t){return a(t,e)}):Promise.resolve(null)}function o(t){return new Promise(function(e){var n=new FileReader;n.onload=function(t){return e(t.target.result)},n.readAsArrayBuffer(t)})}function i(t){return new Promise(function(e,n){var r=new XMLHttpRequest;r.open("GET",t,!0),r.responseType="blob",r.onreadystatechange=function(){r.readyState!==XMLHttpRequest.DONE||200!==r.status&&0!==r.status||e(this.response)},r.onerror=n,r.send()})}function a(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:d,n=new DataView(t),r=t.byteLength,o=e.reduce(function(t,e){var n=Object.keys(l).filter(function(t){return l[t]===e})[0];return n&&(t[n]=e),t},{}),i=2;if(255!==n.getUint8(0)||216!==n.getUint8(1))return!1;for(;i1?i.size:Math.floor(e/o*i.size):e,r=i.size?e/o>1?Math.floor(o/e*i.size):i.size:o,s.x=n,s.y=r}var n,r,o={},i=null,a=["canrecord","ended"],u={},c={x:0,y:0},s={x:0,y:0};return o.getRealWidth=function(){return t.videoWidth},o.getRealHeight=function(){return t.videoHeight},o.getWidth=function(){return n},o.getHeight=function(){return r},o.setWidth=function(t){n=t},o.setHeight=function(t){r=t},o.setInputStream=function(e){i=e,t.src=void 0!==e.src?e.src:""},o.ended=function(){return t.ended},o.getConfig=function(){return i},o.setAttribute=function(e,n){t.setAttribute(e,n)},o.pause=function(){t.pause()},o.play=function(){t.play()},o.setCurrentTime=function(e){"LiveStream"!==i.type&&(t.currentTime=e)},o.addEventListener=function(e,n,r){a.indexOf(e)!==-1?(u[e]||(u[e]=[]),u[e].push(n)):t.addEventListener(e,n,r)},o.clearEventHandlers=function(){a.forEach(function(e){var n=u[e];n&&n.length>0&&n.forEach(function(n){t.removeEventListener(e,n)})})},o.trigger=function(t,n){var r,i=u[t];if("canrecord"===t&&e(),i&&i.length>0)for(r=0;r1?a.size:Math.floor(u/c*a.size):u,o=a.size?u/c>1?Math.floor(c/u*a.size):a.size:c,x.x=n,x.y=o,l=!0,s=0,setTimeout(function(){e("canrecord",[])},0)},p,h,a.sequence)}function e(t,e){var n,r=y[t];if(r&&r.length>0)for(n=0;nf&&(f=o.box[r][0]),o.box[r][1]l&&(l=o.box[r][1]);for(a=[[c,s],[f,s],[f,l],[c,l]],u=p.halfSample?2:1,i=M.invert(i,i),r=0;r<4;r++)I.transformMat2(a[r],a[r],i);for(r=0;r<4;r++)I.scale(a[r],a[r],u);return a}function a(){n.i(w.f)(v,E),E.zeroBorder()}function u(){var t,e,n,r,o,i,a,u=[];for(t=0;t0&&r[x.data[n]-1]++;return r=r.map(function(t,e){return{val:t,label:e+1}}),r.sort(function(t,e){return e.val-t.val}),r.filter(function(t){return t.val>=5})}function s(t,e){var n,r,o,a,u=[],c=[];for(n=0;n=2){for(o=0;ol&&c.push(t[o]);if(c.length>=2){for(a=f(c),i=0,o=0;o1&&a.length>=c.length/4*3&&a.length>t.length/4&&(i/=a.length,u={index:e[1]*z.x+e[0],pos:{x:n,y:r},box:[I.clone([n,r]),I.clone([n+g.size.x,r]),I.clone([n+g.size.x,r+g.size.y]),I.clone([n,r+g.size.y])],moments:a,rad:i,vec:I.clone([Math.cos(i),Math.sin(i)])},s.push(u))}}return s}function h(t){function e(){var t;for(t=0;ta&&n(u):x.data[u]=Number.MAX_VALUE}var r,o,i=0,a=.95,u=0;for(T.a.init(m.data,0),T.a.init(x.data,0),T.a.init(b.data,null),r=0;r0) {length=length - 1|0;images[outImagePtr+length|0]=(images[aImagePtr+length|0]|0) - (images[bImagePtr+length|0]|0)|0;}}function bitwiseOr(aImagePtr, bImagePtr, outImagePtr) {aImagePtr=aImagePtr|0;bImagePtr=bImagePtr|0;outImagePtr=outImagePtr|0;var length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;images[outImagePtr+length|0]=images[aImagePtr+length|0]|0|(images[bImagePtr+length|0]|0)|0;}}function countNonZero(imagePtr) {imagePtr=imagePtr|0;var sum=0,length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;sum=(sum|0)+(images[imagePtr+length|0]|0)|0;}return sum|0;}function init(imagePtr, value) {imagePtr=imagePtr|0;value=value|0;var length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;images[imagePtr+length|0]=value;}}function dilate(inImagePtr, outImagePtr) {inImagePtr=inImagePtr|0;outImagePtr=outImagePtr|0;var v=0,u=0,sum=0,yStart1=0,yStart2=0,xStart1=0,xStart2=0,offset=0;for (v=1; (v|0)<(size - 1|0); v=v+1|0) {offset=offset+size|0;for (u=1; (u|0)<(size - 1|0); u=u+1|0) {yStart1=offset - size|0;yStart2=offset+size|0;xStart1=u - 1|0;xStart2=u+1|0;sum=(images[inImagePtr+yStart1+xStart1|0]|0)+(images[inImagePtr+yStart1+xStart2|0]|0)+(images[inImagePtr+offset+u|0]|0)+(images[inImagePtr+yStart2+xStart1|0]|0)+(images[inImagePtr+yStart2+xStart2|0]|0)|0;if ((sum|0)>(0|0)) {images[outImagePtr+offset+u|0]=1;} else {images[outImagePtr+offset+u|0]=0;}}}return;}function memcpy(srcImagePtr, dstImagePtr) {srcImagePtr=srcImagePtr|0;dstImagePtr=dstImagePtr|0;var length=0;length=imul(size, size)|0;while ((length|0)>0) {length=length - 1|0;images[dstImagePtr+length|0]=images[srcImagePtr+length|0]|0;}}function zeroBorder(imagePtr) {imagePtr=imagePtr|0;var x=0,y=0;for (x=0; (x|0)<(size - 1|0); x=x+1|0) {images[imagePtr+x|0]=0;images[imagePtr+y|0]=0;y=y+size - 1|0;images[imagePtr+y|0]=0;y=y+1|0;}for (x=0; (x|0)<(size|0); x=x+1|0) {images[imagePtr+y|0]=0;y=y+1|0;}}function skeletonize() {var subImagePtr=0,erodedImagePtr=0,tempImagePtr=0,skelImagePtr=0,sum=0,done=0;erodedImagePtr=imul(size, size)|0;tempImagePtr=erodedImagePtr+erodedImagePtr|0;skelImagePtr=tempImagePtr+erodedImagePtr|0;init(skelImagePtr, 0);zeroBorder(subImagePtr);do {erode(subImagePtr, erodedImagePtr);dilate(erodedImagePtr, tempImagePtr);subtract(subImagePtr, tempImagePtr, tempImagePtr);bitwiseOr(skelImagePtr, tempImagePtr, skelImagePtr);memcpy(erodedImagePtr, subImagePtr);sum=countNonZero(subImagePtr)|0;done=(sum|0) == 0|0;} while (!done);}return {skeletonize: skeletonize};} __webpack_exports__["a"]=Skeletonizer; },function(t,e,n){"use strict";function r(t){o.a.call(this,t),this.barSpaceRatio=[1,1]}var o=n(1),i=1,a=3,u={START_PATTERN:{value:[a,i,a,i,i,i]},STOP_PATTERN:{value:[a,i,i,i,a]},CODE_PATTERN:{value:[[i,i,a,a,i],[a,i,i,i,a],[i,a,i,i,a],[a,a,i,i,i],[i,i,a,i,a],[a,i,a,i,i],[i,a,a,i,i],[i,i,i,a,a],[a,i,i,a,i],[i,a,i,a,i]]},SINGLE_CODE_ERROR:{value:.78,writable:!0},AVG_CODE_ERROR:{value:.3,writable:!0},FORMAT:{value:"2of5"}},c=u.START_PATTERN.value.reduce(function(t,e){return t+e},0);r.prototype=Object.create(o.a.prototype,u),r.prototype.constructor=r,r.prototype._findPattern=function(t,e,n,r){var o,i,a,u,c=[],s=this,f=0,l={error:Number.MAX_VALUE,code:-1,start:0,end:0},d=s.AVG_CODE_ERROR;for(n=n||!1,r=r||!1,e||(e=s._nextSet(s._row)),o=0;o=0&&n._matchRange(t,e.start,0))return e;r=e.end,e=null}},r.prototype._verifyTrailingWhitespace=function(t){var e,n=this;return e=t.end+(t.end-t.start)/2,e1&&i._isStartEnd(n))break}while(ri._counters.length?i._counters.length:r,o=t.start+i._sumCounters(t.startCounter,r-8),{code:a.join(""),start:t.start,end:o,startInfo:t,decodedCodes:a}):null},r.prototype._verifyWhitespace=function(t,e){return(t-1<=0||this._counters[t-1]>=this._calculatePatternLength(t)/2)&&(e+8>=this._counters.length||this._counters[e+7]>=this._calculatePatternLength(e)/2)},r.prototype._calculatePatternLength=function(t){var e,n=0;for(e=t;e=0;i--)n=2==(1&i)?c.bar:c.space,r=1==(1&a)?n.wide:n.narrow,r.size+=u._counters[s+i],r.counts++,a>>=1;s+=8}return["space","bar"].forEach(function(t){var e=c[t];e.wide.min=Math.floor((e.narrow.size/e.narrow.counts+e.wide.size/e.wide.counts)/2),e.narrow.max=Math.ceil(e.wide.min),e.wide.max=Math.ceil((e.wide.size*u.MAX_ACCEPTABLE+u.PADDING)/e.wide.counts)}),c},r.prototype._charToPattern=function(t){var e,n=this,r=t.charCodeAt(0);for(e=0;e=0;r--){if(o=0==(1&r)?s.bar:s.space,i=1==(1&u)?o.wide:o.narrow,(a=c._counters[f+r])i.max)return!1;u>>=1}f+=8}return!0},r.prototype._patternToChar=function(t){var e,n=this;for(e=0;ei&&(i=r),rthis._counters.length)return-1;for(e=this._computeAlternatingThreshold(t,a),n=this._computeAlternatingThreshold(t+1,a),r=0;ro&&(c|=u),u>>=1;return c},r.prototype._isStartEnd=function(t){var e;for(e=0;eu.AVG_CODE_ERROR?null:(u.CODE_PATTERN[l.code]&&(l.correction.bar=o(u.CODE_PATTERN[l.code],a,this.MODULE_INDICES.bar),l.correction.space=o(u.CODE_PATTERN[l.code],a,this.MODULE_INDICES.space)),l)}f++,a[f]=1,s=!s}return null},r.prototype._correct=function(t,e){this._correctBars(t,e.bar,this.MODULE_INDICES.bar),this._correctBars(t,e.space,this.MODULE_INDICES.space)},r.prototype._findStart=function(){var t,e,n,r,i,a=[0,0,0,0,0,0],u=this,c=u._nextSet(u._row),s=!1,f=0,l={error:Number.MAX_VALUE,code:-1,start:0,end:0,correction:{bar:1,space:1}};for(t=c;t4)return-1;if(0==(1&i))for(var u=0;u="a"&&o<="d"){if(r>e-2)return null;var i=t[++r],a=i.charCodeAt(0),u=void 0;switch(o){case"a":if(!(i>="A"&&i<="Z"))return null;u=String.fromCharCode(a-64);break;case"b":if(i>="A"&&i<="E")u=String.fromCharCode(a-38);else if(i>="F"&&i<="J")u=String.fromCharCode(a-11);else if(i>="K"&&i<="O")u=String.fromCharCode(a+16);else if(i>="P"&&i<="S")u=String.fromCharCode(a+43);else{if(!(i>="T"&&i<="Z"))return null;u=String.fromCharCode(127)}break;case"c":if(i>="A"&&i<="O")u=String.fromCharCode(a-32);else{if("Z"!==i)return null;u=":"}break;case"d":if(!(i>="A"&&i<="Z"))return null;u=String.fromCharCode(a+32)}n.push(u)}else n.push(o)}return n},r.prototype._verifyChecksums=function(t){return this._matchCheckChar(t,t.length-2,20)&&this._matchCheckChar(t,t.length-1,15)},r.prototype._matchCheckChar=function(t,e,n){var r=this,o=t.slice(0,e),i=o.length,a=o.reduce(function(t,e,o){return t+((o*-1+(i-1))%n+1)*r.ALPHABET.indexOf(e.charCodeAt(0))},0);return this.ALPHABET[a%47]===t[e].charCodeAt(0)},e.a=r},function(t,e,n){"use strict";function r(){o.a.call(this)}var o=n(4),i={FORMAT:{value:"ean_2",writeable:!1}};r.prototype=Object.create(o.a.prototype,i),r.prototype.constructor=r,r.prototype.decode=function(t,e){this._row=t;var n,r=0,o=0,i=e,a=this._row.length,u=[],c=[];for(o=0;o<2&&i=this.CODE_G_START&&(r|=1<<1-o),1!=o&&(i=this._nextSet(this._row,n.end),i=this._nextUnset(this._row,i))}return 2!=u.length||parseInt(u.join(""))%4!==r?null:{code:u.join(""),decodedCodes:c,end:n.end}},e.a=r},function(t,e,n){"use strict";function r(){a.a.call(this)}function o(t){var e;for(e=0;e<10;e++)if(t===c[e])return e;return null}function i(t){var e,n=t.length,r=0;for(e=n-2;e>=0;e-=2)r+=t[e];for(r*=3,e=n-1;e>=0;e-=2)r+=t[e];return(r*=3)%10}var a=n(4),u={FORMAT:{value:"ean_5",writeable:!1}},c=[24,20,18,17,12,6,3,10,9,5];r.prototype=Object.create(a.a.prototype,u),r.prototype.constructor=r,r.prototype.decode=function(t,e){this._row=t;var n,r=0,a=0,u=e,c=this._row.length,s=[],f=[];for(a=0;a<5&&u=this.CODE_G_START&&(r|=1<<4-a),4!=a&&(u=this._nextSet(this._row,n.end),u=this._nextUnset(this._row,u))}return 5!=s.length?null:i(s)!==o(r)?null:{code:s.join(""),decodedCodes:f,end:n.end}},e.a=r},function(t,e,n){"use strict";function r(t,e){o.a.call(this,t,e)}var o=n(4),i={FORMAT:{value:"ean_8",writeable:!1}};r.prototype=Object.create(o.a.prototype,i),r.prototype.constructor=r,r.prototype._decodePayload=function(t,e,n){var r,o=this;for(r=0;r<4;r++){if(!(t=o._decodeCode(t.end,o.CODE_G_START)))return null;e.push(t.code),n.push(t)}if(null===(t=o._findPattern(o.MIDDLE_PATTERN,t.end,!0,!1)))return null;for(n.push(t),r=0;r<4;r++){if(!(t=o._decodeCode(t.end,o.CODE_G_START)))return null;n.push(t),e.push(t.code)}return t},e.a=r},function(t,e,n){"use strict";function r(t){t=a()(o(),t),u.a.call(this,t),this.barSpaceRatio=[1,1],t.normalizeBarSpaceWidth&&(this.SINGLE_CODE_ERROR=.38,this.AVG_CODE_ERROR=.09)}function o(){var t={};return Object.keys(r.CONFIG_KEYS).forEach(function(e){t[e]=r.CONFIG_KEYS[e].default}),t}var i=n(28),a=n.n(i),u=n(1),c=1,s=3,f={START_PATTERN:{value:[c,c,c,c]},STOP_PATTERN:{value:[c,c,s]},CODE_PATTERN:{value:[[c,c,s,s,c],[s,c,c,c,s],[c,s,c,c,s],[s,s,c,c,c],[c,c,s,c,s],[s,c,s,c,c],[c,s,s,c,c],[c,c,c,s,s],[s,c,c,s,c],[c,s,c,s,c]]},SINGLE_CODE_ERROR:{value:.78,writable:!0},AVG_CODE_ERROR:{value:.38,writable:!0},MAX_CORRECTION_FACTOR:{value:5},FORMAT:{value:"i2of5"}};r.prototype=Object.create(u.a.prototype,f),r.prototype.constructor=r,r.prototype._matchPattern=function(t,e){if(this.config.normalizeBarSpaceWidth){var n,r=[0,0],o=[0,0],i=[0,0],a=this.MAX_CORRECTION_FACTOR,c=1/a;for(n=0;n=0&&n._matchRange(t,e.start,0))return e;r=e.end,e=null}},r.prototype._verifyTrailingWhitespace=function(t){var e,n=this;return e=t.end+(t.end-t.start)/2,e=o.CODE_G_START&&(t.code=t.code-o.CODE_G_START,i|=1<<5-r),e.push(t.code),n.push(t)}return o._determineParity(i,e)?t:null},r.prototype._determineParity=function(t,e){var n,r;for(r=0;r0&&n(f)?e>1?r(f,e-1,n,a,u):o(u,f):a||(u[u.length]=f)}return u}var o=n(90),i=n(128);t.exports=r},function(t,e,n){var r=n(117),o=r();t.exports=o},function(t,e,n){function r(t,e){e=o(e,t);for(var n=0,r=e.length;null!=t&&n1?n[o-1]:void 0,u=o>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(o--,a):void 0,u&&i(n[0],n[1],u)&&(a=o<3?void 0:a,o=1),e=Object(e);++r-1}var o=n(12);t.exports=r},function(t,e,n){function r(t,e){var n=this.__data__,r=o(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}var o=n(12);t.exports=r},function(t,e,n){function r(){this.size=0,this.__data__={hash:new o,map:new(a||i),string:new o}}var o=n(84),i=n(10),a=n(33);t.exports=r},function(t,e,n){function r(t){var e=o(this,t).delete(t);return this.size-=e?1:0,e}var o=n(14);t.exports=r},function(t,e,n){function r(t){return o(this,t).get(t)}var o=n(14);t.exports=r},function(t,e,n){function r(t){return o(this,t).has(t)}var o=n(14);t.exports=r},function(t,e,n){function r(t,e){var n=o(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}var o=n(14);t.exports=r},function(t,e,n){function r(t){var e=o(t,function(t){return n.size===i&&n.clear(),t}),n=e.cache;return e}var o=n(161),i=500;t.exports=r},function(t,e){function n(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}t.exports=n},function(t,e,n){(function(t){var r=n(38),o="object"==typeof e&&e&&!e.nodeType&&e,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=i&&i.exports===o,u=a&&r.process,c=function(){try{return u&&u.binding&&u.binding("util")}catch(t){}}();t.exports=c}).call(e,n(29)(t))},function(t,e){function n(t){return o.call(t)}var r=Object.prototype,o=r.toString;t.exports=n},function(t,e){function n(t,e){return function(n){return t(e(n))}}t.exports=n},function(t,e){function n(t){var e=0,n=0;return function(){var a=i(),u=o-(a-n);if(n=a,u>0){if(++e>=r)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}var r=800,o=16,i=Date.now;t.exports=n},function(t,e,n){function r(){this.__data__=new o,this.size=0}var o=n(10);t.exports=r},function(t,e){function n(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}t.exports=n},function(t,e){function n(t){return this.__data__.get(t)}t.exports=n},function(t,e){function n(t){return this.__data__.has(t)}t.exports=n},function(t,e,n){function r(t,e){var n=this.__data__;if(n instanceof o){var r=n.__data__;if(!i||r.length=0;e--){var n=Math.floor(Math.random()*e),r=t[e];t[e]=t[n],t[n]=r}return t},toPointList:function(t){var e=t.reduce((function(t,e){var n="[".concat(e.join(","),"]");return t.push(n),t}),[]);return"[".concat(e.join(",\r\n"),"]")},threshold:function(t,e,n){return t.reduce((function(r,o){return n.apply(t,[o])>=e&&r.push(o),r}),[])},maxIndex:function(t){for(var e=0,n=0;nt[e]&&(e=n);return e},max:function(t){for(var e=0,n=0;ne&&(e=t[n]);return e},sum:function(t){for(var e=t.length,n=0;e--;)n+=t[e];return n}}},function(t,e,n){"use strict";n.d(e,"h",(function(){return l})),n.d(e,"i",(function(){return d})),n.d(e,"b",(function(){return p})),n.d(e,"j",(function(){return v})),n.d(e,"e",(function(){return y})),n.d(e,"c",(function(){return g})),n.d(e,"f",(function(){return x})),n.d(e,"g",(function(){return _})),n.d(e,"a",(function(){return b})),n.d(e,"d",(function(){return O}));var r=n(7),o=n(84),i={clone:r.clone,dot:r.dot},a=function(t,e){var n=[],r={rad:0,vec:i.clone([0,0])},o={};function a(t){o[t.id]=t,n.push(t)}function u(){var t,e=0;for(t=0;te},getPoints:function(){return n},getCenter:function(){return r}}},u=function(t,e,n){return{rad:t[n],point:t,id:e}},c=n(8),s={clone:r.clone},f={clone:o.clone};function l(t,e){return{x:t,y:e,toVec2:function(){return s.clone([this.x,this.y])},toVec3:function(){return f.clone([this.x,this.y,1])},round:function(){return this.x=this.x>0?Math.floor(this.x+.5):Math.floor(this.x-.5),this.y=this.y>0?Math.floor(this.y+.5):Math.floor(this.y-.5),this}}}function h(t,e){e||(e=8);for(var n=t.data,r=n.length,o=8-e,i=new Int32Array(1<>o]++;return i}function d(t,e){var n=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:8,r=8-n;function o(t,n){for(var r=0,o=t;o<=n;o++)r+=e[o];return r}function i(t,n){for(var r=0,o=t;o<=n;o++)r+=o*e[o];return r}function a(){var r,a,u,s,f=[0],l=(1<c)for((i=s[u]).score=o,i.item=t[r],c=Number.MAX_VALUE,a=0;a1&&void 0!==arguments[1]?arguments[1]:[0,0,0],n=t[0],r=t[1],o=t[2],i=o*r,a=i*(1-Math.abs(n/60%2-1)),u=o-i,c=0,s=0,f=0;return n<60?(c=i,s=a):n<120?(c=a,s=i):n<180?(s=i,f=a):n<240?(s=a,f=i):n<300?(c=a,f=i):n<360&&(c=i,f=a),e[0]=255*(c+u)|0,e[1]=255*(s+u)|0,e[2]=255*(f+u)|0,e}function m(t){for(var e=[],n=[],r=1;re[r]?r++:n++;return o}(r,o),u=[8,10,15,20,32,60,80],c={"x-small":5,small:4,medium:3,large:2,"x-large":1},s=c[t]||c.medium,f=u[s],l=Math.floor(i/f);function h(t){for(var e=0,n=t[Math.floor(t.length/2)];e0&&(n=Math.abs(t[e]-l)>Math.abs(t[e-1]-l)?t[e-1]:t[e]),l/nu[s-1]/u[s]?{x:n,y:n}:null}return(n=h(a))||(n=h(m(i)))||(n=h(m(l*f))),n}var w={top:function(t,e){return"%"===t.unit?Math.floor(e.height*(t.value/100)):null},right:function(t,e){return"%"===t.unit?Math.floor(e.width-e.width*(t.value/100)):null},bottom:function(t,e){return"%"===t.unit?Math.floor(e.height-e.height*(t.value/100)):null},left:function(t,e){return"%"===t.unit?Math.floor(e.width*(t.value/100)):null}};function O(t,e,n){var r={width:t,height:e},o=Object.keys(n).reduce((function(t,e){var o=function(t){return{value:parseFloat(t),unit:(t.indexOf("%"),t.length,"%")}}(n[e]),i=w[e](o,r);return t[e]=i,t}),{});return{sx:o.left,sy:o.top,sw:o.right-o.left,sh:o.bottom-o.top}}},function(t,e,n){"use strict";var r=n(83),o=n.n(r),i=n(3),a=n.n(i),u=n(4),c=n.n(u),s=n(0),f=n.n(s),l=n(7),h=n(9),d=n(8),p={clone:l.clone};function v(t){if(t<0)throw new Error("expected positive number, received ".concat(t))}var y=function(){function t(e,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Uint8Array,o=arguments.length>3?arguments[3]:void 0;a()(this,t),f()(this,"data",void 0),f()(this,"size",void 0),f()(this,"indexMapping",void 0),n?this.data=n:(this.data=new r(e.x*e.y),o&&d.a.init(this.data,0)),this.size=e}return c()(t,[{key:"inImageWithBorder",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;return v(e),t.x>=0&&t.y>=0&&t.x0&&((a=v[r-1]).m00+=1,a.m01+=n,a.m10+=e,a.m11+=e*n,a.m02+=o,a.m20+=e*e);for(i=0;i=0?x:-x)+g,a.theta=(180*f/g+90)%180-90,a.theta<0&&(a.theta+=180),a.rad=f>g?f-g:f,a.vec=p.clone([Math.cos(f),Math.sin(f)]),y.push(a));return y}},{key:"getAsRGBA",value:function(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=new Uint8ClampedArray(4*this.size.x*this.size.y),n=0;n1&&void 0!==arguments[1]?arguments[1]:1,n=t.getContext("2d");if(!n)throw new Error("Unable to get canvas context");var r=n.getImageData(0,0,t.width,t.height),o=this.getAsRGBA(e);t.width=this.size.x,t.height=this.size.y;var i=new ImageData(o,r.width,r.height);n.putImageData(i,0,0)}},{key:"overlay",value:function(t,e,n){var r=e<0||e>360?360:e,i=[0,1,1],a=[0,0,0],u=[255,255,255],c=[0,0,0],s=t.getContext("2d");if(!s)throw new Error("Unable to get canvas context");for(var f=s.getImageData(n.x,n.y,this.size.x,this.size.y),l=f.data,d=this.data.length;d--;){i[0]=this.data[d]*r;var p=4*d,v=i[0]<=0?u:i[0]>=360?c:Object(h.g)(i,a),y=o()(v,3);l[p]=y[0],l[p+1]=y[1],l[p+2]=y[2],l[p+3]=255}s.putImageData(f,n.x,n.y)}}]),t}();e.a=y},function(t,e,n){t.exports=n(228)},function(t,e,n){var r=n(227);function o(e,n,i){return"undefined"!=typeof Reflect&&Reflect.get?(t.exports=o=Reflect.get,t.exports.default=t.exports,t.exports.__esModule=!0):(t.exports=o=function(t,e,n){var o=r(t,e);if(o){var i=Object.getOwnPropertyDescriptor(o,e);return i.get?i.get.call(n):i.value}},t.exports.default=t.exports,t.exports.__esModule=!0),o(e,n,i||e)}t.exports=o,t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){"use strict";e.a={drawRect:function(t,e,n,r){n.strokeStyle=r.color,n.fillStyle=r.color,n.lineWidth=r.lineWidth||1,n.beginPath(),n.strokeRect(t.x,t.y,e.x,e.y)},drawPath:function(t,e,n,r){n.strokeStyle=r.color,n.fillStyle=r.color,n.lineWidth=r.lineWidth,n.beginPath(),n.moveTo(t[0][e.x],t[0][e.y]);for(var o=1;oh&&(h=i.box[o][0]),i.box[o][1]d&&(d=i.box[o][1]);for(u=[[s,f],[h,f],[h,d],[s,d]],c=r.halfSample?2:1,a=y.invert(a,a),o=0;o<4;o++)v.transformMat2(u[o],u[o],a);for(o=0;o<4;o++)v.scale(u[o],u[o],c);return u}function E(t,e){l.subImageAsCopy(a,Object(x.h)(t,e)),p.skeletonize()}function M(t,e,n,r){var o,i,u,c,s=[],f=[],l=Math.ceil(h.x/3);if(t.length>=2){for(o=0;ol&&s.push(t[o]);if(s.length>=2){for(u=function(t){var e=Object(x.b)(t,.9),n=Object(x.j)(e,1,(function(t){return t.getPoints().length})),r=[],o=[];if(1===n.length){r=n[0].item.getPoints();for(var i=0;i1&&u.length>=s.length/4*3&&u.length>t.length/4&&(i/=u.length,c={index:e[1]*R.x+e[0],pos:{x:n,y:r},box:[v.clone([n,r]),v.clone([n+a.size.x,r]),v.clone([n+a.size.x,r+a.size.y]),v.clone([n,r+a.size.y])],moments:u,rad:i,vec:v.clone([Math.cos(i),Math.sin(i)])},f.push(c))}}return f}e.a={init:function(e,n){r=n,d=e,function(){o=r.halfSample?new g.a({x:d.size.x/2|0,y:d.size.y/2|0}):d,h=Object(x.a)(r.patchSize,o.size),R.x=o.size.x/h.x|0,R.y=o.size.y/h.y|0,l=new g.a(o.size,void 0,Uint8Array,!1),u=new g.a(h,void 0,Array,!0);var e=new ArrayBuffer(65536);a=new g.a(h,new Uint8Array(e,0,h.x*h.y)),i=new g.a(h,new Uint8Array(e,h.x*h.y*3,h.x*h.y),void 0,!0),p=Object(w.a)("undefined"!=typeof window?window:"undefined"!=typeof self?self:t,{size:h.x},e),f=new g.a({x:o.size.x/a.size.x|0,y:o.size.y/a.size.y|0},void 0,Array,!0),c=new g.a(f.size,void 0,void 0,!0),s=new g.a(f.size,void 0,Int32Array,!0)}(),r.useWorker||"undefined"==typeof document||(O.dom.binary=document.createElement("canvas"),O.dom.binary.className="binaryBuffer",O.ctx.binary=O.dom.binary.getContext("2d"),O.dom.binary.width=l.size.x,O.dom.binary.height=l.size.y)},locate:function(){r.halfSample&&Object(x.f)(d,o),Object(x.i)(o,l),l.zeroBorder();var t=function(){var t,e,n,r,o,c,s=[];for(t=0;t.95&&a(i):s.data[i]=Number.MAX_VALUE}for(_.a.init(c.data,0),_.a.init(s.data,0),_.a.init(f.data,null),e=0;e0&&r[s.data[n]-1]++;return(r=r.map((function(t,e){return{val:t,label:e+1}}))).sort((function(t,e){return e.val-t.val})),r.filter((function(t){return t.val>=5}))}(e);return 0===n.length?null:function(t,e){var n,r,o,i,a=[],u=[];for(n=0;n-1&&t%1==0&&t-1&&t%1==0&&t<=9007199254740991}},function(t,e){function n(e,r){return t.exports=n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},t.exports.default=t.exports,t.exports.__esModule=!0,n(e,r)}t.exports=n,t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){var r=n(22),o=n(18);t.exports=function(t){return"symbol"==typeof t||o(t)&&"[object Symbol]"==r(t)}},function(t,e,n){var r=n(42);t.exports=function(t){if("string"==typeof t||r(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},function(t,e,n){var r=n(35)(n(17),"Map");t.exports=r},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(46))},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r=n(109),o=n(116),i=n(118),a=n(119),u=n(120);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++et.length)&&(e=t.length);for(var n=0,r=new Array(e);n0&&(i=1/Math.sqrt(i),t[0]=e[0]*i,t[1]=e[1]*i,t[2]=e[2]*i);return t}},function(t,e){t.exports=function(t,e){return t[0]*e[0]+t[1]*e[1]+t[2]*e[2]}},function(t,e){t.exports=function(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t[2]=e[2]-n[2],t}},function(t,e){t.exports=function(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t[2]=e[2]*n[2],t}},function(t,e){t.exports=function(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t[2]=e[2]/n[2],t}},function(t,e){t.exports=function(t,e){var n=e[0]-t[0],r=e[1]-t[1],o=e[2]-t[2];return Math.sqrt(n*n+r*r+o*o)}},function(t,e){t.exports=function(t,e){var n=e[0]-t[0],r=e[1]-t[1],o=e[2]-t[2];return n*n+r*r+o*o}},function(t,e){t.exports=function(t){var e=t[0],n=t[1],r=t[2];return Math.sqrt(e*e+n*n+r*r)}},function(t,e){t.exports=function(t){var e=t[0],n=t[1],r=t[2];return e*e+n*n+r*r}},function(t,e,n){var r=n(153),o=n(154),i=n(60),a=n(155);t.exports=function(t,e){return r(t)||o(t,e)||i(t,e)||a()},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){t.exports={EPSILON:n(71),create:n(72),clone:n(191),angle:n(192),fromValues:n(73),copy:n(193),set:n(194),equals:n(195),exactEquals:n(196),add:n(197),subtract:n(76),sub:n(198),multiply:n(77),mul:n(199),divide:n(78),div:n(200),min:n(201),max:n(202),floor:n(203),ceil:n(204),round:n(205),scale:n(206),scaleAndAdd:n(207),distance:n(79),dist:n(208),squaredDistance:n(80),sqrDist:n(209),length:n(81),len:n(210),squaredLength:n(82),sqrLen:n(211),negate:n(212),inverse:n(213),normalize:n(74),dot:n(75),cross:n(214),lerp:n(215),random:n(216),transformMat4:n(217),transformMat3:n(218),transformQuat:n(219),rotateX:n(220),rotateY:n(221),rotateZ:n(222),forEach:n(223)}},function(t,e,n){var r=n(229),o=n(243)((function(t,e){return null==t?{}:r(t,e)}));t.exports=o},function(t,e,n){var r=n(2),o=n(41),i=n(248),a=n(249);function u(e){var n="function"==typeof Map?new Map:void 0;return t.exports=u=function(t){if(null===t||!i(t))return t;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==n){if(n.has(t))return n.get(t);n.set(t,e)}function e(){return a(t,arguments,r(this).constructor)}return e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),o(e,t)},t.exports.default=t.exports,t.exports.__esModule=!0,u(e)}t.exports=u,t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){"use strict";var r=n(21),o={createContour2D:function(){return{dir:null,index:null,firstVertex:null,insideContours:null,nextpeer:null,prevpeer:null}},CONTOUR_DIR:{CW_DIR:0,CCW_DIR:1,UNKNOWN_DIR:2},DIR:{OUTSIDE_EDGE:-32767,INSIDE_EDGE:-32766},create:function(t,e){var n=t.data,i=e.data,a=t.size.x,u=t.size.y,c=r.a.create(t,e);return{rasterize:function(t){var e,r,s,f,l,h,d,p,v,y,g,x,_=[],m=0;for(x=0;x<400;x++)_[x]=0;for(_[0]=n[0],v=null,h=1;h0){a=a-1|0;r[n+a|0]=(r[t+a|0]|0)-(r[e+a|0]|0)|0}}function c(t,e,n){t|=0;e|=0;n|=0;var a=0;a=i(o,o)|0;while((a|0)>0){a=a-1|0;r[n+a|0]=r[t+a|0]|0|(r[e+a|0]|0)|0}}function s(t){t|=0;var e=0;var n=0;n=i(o,o)|0;while((n|0)>0){n=n-1|0;e=(e|0)+(r[t+n|0]|0)|0}return e|0}function f(t,e){t|=0;e|=0;var n=0;n=i(o,o)|0;while((n|0)>0){n=n-1|0;r[t+n|0]=e}}function l(t,e){t|=0;e|=0;var n=0;var i=0;var a=0;var u=0;var c=0;var s=0;var f=0;var l=0;for(n=1;(n|0)<(o-1|0);n=n+1|0){l=l+o|0;for(i=1;(i|0)<(o-1|0);i=i+1|0){u=l-o|0;c=l+o|0;s=i-1|0;f=i+1|0;a=(r[t+u+s|0]|0)+(r[t+u+f|0]|0)+(r[t+l+i|0]|0)+(r[t+c+s|0]|0)+(r[t+c+f|0]|0)|0;if((a|0)>(0|0)){r[e+l+i|0]=1}else{r[e+l+i|0]=0}}}}function h(t,e){t|=0;e|=0;var n=0;n=i(o,o)|0;while((n|0)>0){n=n-1|0;r[e+n|0]=r[t+n|0]|0}}function d(t){t|=0;var e=0;var n=0;for(e=0;(e|0)<(o-1|0);e=e+1|0){r[t+e|0]=0;r[t+n|0]=0;n=n+o-1|0;r[t+n|0]=0;n=n+1|0}for(e=0;(e|0)<(o|0);e=e+1|0){r[t+n|0]=0;n=n+1|0}}function p(){var t=0;var e=0;var n=0;var r=0;var p=0;var v=0;e=i(o,o)|0;n=e+e|0;r=n+e|0;f(r,0);d(t);do{a(t,e);l(e,n);u(t,n,n);c(r,n,r);h(e,t);p=s(t)|0;v=(p|0)==0|0}while(!v)}return{skeletonize:p}}},function(t,e,n){t.exports=n(263)},function(t,e,n){var r=n(91),o=n(48),i=n(121),a=n(123),u=n(13),c=n(56),s=n(54);t.exports=function t(e,n,f,l,h){e!==n&&i(n,(function(i,c){if(h||(h=new r),u(i))a(e,n,c,f,t,l,h);else{var d=l?l(s(e,c),i,c+"",e,n,h):void 0;void 0===d&&(d=i),o(e,c,d)}}),c)}},function(t,e,n){var r=n(24),o=n(97),i=n(98),a=n(99),u=n(100),c=n(101);function s(t){var e=this.__data__=new r(t);this.size=e.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=a,s.prototype.has=u,s.prototype.set=c,t.exports=s},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,n){var r=n(25),o=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=r(e,t);return!(n<0)&&(n==e.length-1?e.pop():o.call(e,n,1),--this.size,!0)}},function(t,e,n){var r=n(25);t.exports=function(t){var e=this.__data__,n=r(e,t);return n<0?void 0:e[n][1]}},function(t,e,n){var r=n(25);t.exports=function(t){return r(this.__data__,t)>-1}},function(t,e,n){var r=n(25);t.exports=function(t,e){var n=this.__data__,o=r(n,t);return o<0?(++this.size,n.push([t,e])):n[o][1]=e,this}},function(t,e,n){var r=n(24);t.exports=function(){this.__data__=new r,this.size=0}},function(t,e){t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},function(t,e){t.exports=function(t){return this.__data__.get(t)}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e,n){var r=n(24),o=n(44),i=n(47);t.exports=function(t,e){var n=this.__data__;if(n instanceof r){var a=n.__data__;if(!o||a.length<199)return a.push([t,e]),this.size=++n.size,this;n=this.__data__=new i(a)}return n.set(t,e),this.size=n.size,this}},function(t,e,n){var r=n(36),o=n(105),i=n(13),a=n(107),u=/^\[object .+?Constructor\]$/,c=Function.prototype,s=Object.prototype,f=c.toString,l=s.hasOwnProperty,h=RegExp("^"+f.call(l).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!i(t)||o(t))&&(r(t)?h:u).test(a(t))}},function(t,e,n){var r=n(27),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,u=r?r.toStringTag:void 0;t.exports=function(t){var e=i.call(t,u),n=t[u];try{t[u]=void 0;var r=!0}catch(t){}var o=a.call(t);return r&&(e?t[u]=n:delete t[u]),o}},function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},function(t,e,n){var r,o=n(106),i=(r=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"";t.exports=function(t){return!!i&&i in t}},function(t,e,n){var r=n(17)["__core-js_shared__"];t.exports=r},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e,n){var r=n(110),o=n(24),i=n(44);t.exports=function(){this.size=0,this.__data__={hash:new r,map:new(i||o),string:new r}}},function(t,e,n){var r=n(111),o=n(112),i=n(113),a=n(114),u=n(115);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e1?n[i-1]:void 0,u=i>2?n[2]:void 0;for(a=t.length>3&&"function"==typeof a?(i--,a):void 0,u&&o(n[0],n[1],u)&&(a=i<3?void 0:a,i=1),e=Object(e);++r0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}},function(t,e,n){var r=n(26),o=n(39),i=n(31),a=n(13);t.exports=function(t,e,n){if(!a(n))return!1;var u=typeof e;return!!("number"==u?o(n)&&i(e,n.length):"string"==u&&e in n)&&r(n[e],t)}},function(t,e){"undefined"!=typeof window&&(window.requestAnimationFrame||(window.requestAnimationFrame=window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)})),"function"!=typeof Math.imul&&(Math.imul=function(t,e){var n=65535&t,r=65535&e;return n*r+((t>>>16&65535)*r+n*(e>>>16&65535)<<16>>>0)|0}),"function"!=typeof Object.assign&&(Object.assign=function(t){"use strict";if(null===t)throw new TypeError("Cannot convert undefined or null to object");for(var e=Object(t),n=1;n0&&(o=1/Math.sqrt(o),t[0]=e[0]*o,t[1]=e[1]*o);return t}},function(t,e){t.exports=function(t,e){return t[0]*e[0]+t[1]*e[1]}},function(t,e){t.exports=function(t,e,n){var r=e[0]*n[1]-e[1]*n[0];return t[0]=t[1]=0,t[2]=r,t}},function(t,e){t.exports=function(t,e,n,r){var o=e[0],i=e[1];return t[0]=o+r*(n[0]-o),t[1]=i+r*(n[1]-i),t}},function(t,e){t.exports=function(t,e){e=e||1;var n=2*Math.random()*Math.PI;return t[0]=Math.cos(n)*e,t[1]=Math.sin(n)*e,t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1];return t[0]=n[0]*r+n[2]*o,t[1]=n[1]*r+n[3]*o,t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1];return t[0]=n[0]*r+n[2]*o+n[4],t[1]=n[1]*r+n[3]*o+n[5],t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1];return t[0]=n[0]*r+n[3]*o+n[6],t[1]=n[1]*r+n[4]*o+n[7],t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1];return t[0]=n[0]*r+n[4]*o+n[12],t[1]=n[1]*r+n[5]*o+n[13],t}},function(t,e,n){t.exports=function(t,e,n,o,i,a){var u,c;e||(e=2);n||(n=0);c=o?Math.min(o*e+n,t.length):t.length;for(u=n;un*n){var o=Math.sqrt(r);t[0]=e[0]/o*n,t[1]=e[1]/o*n}else t[0]=e[0],t[1]=e[1];return t}},function(t,e){t.exports=function(t){var e=new Float32Array(3);return e[0]=t[0],e[1]=t[1],e[2]=t[2],e}},function(t,e,n){t.exports=function(t,e){var n=r(t[0],t[1],t[2]),a=r(e[0],e[1],e[2]);o(n,n),o(a,a);var u=i(n,a);return u>1?0:Math.acos(u)};var r=n(73),o=n(74),i=n(75)},function(t,e){t.exports=function(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t}},function(t,e){t.exports=function(t,e,n,r){return t[0]=e,t[1]=n,t[2]=r,t}},function(t,e,n){t.exports=function(t,e){var n=t[0],o=t[1],i=t[2],a=e[0],u=e[1],c=e[2];return Math.abs(n-a)<=r*Math.max(1,Math.abs(n),Math.abs(a))&&Math.abs(o-u)<=r*Math.max(1,Math.abs(o),Math.abs(u))&&Math.abs(i-c)<=r*Math.max(1,Math.abs(i),Math.abs(c))};var r=n(71)},function(t,e){t.exports=function(t,e){return t[0]===e[0]&&t[1]===e[1]&&t[2]===e[2]}},function(t,e){t.exports=function(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t[2]=e[2]+n[2],t}},function(t,e,n){t.exports=n(76)},function(t,e,n){t.exports=n(77)},function(t,e,n){t.exports=n(78)},function(t,e){t.exports=function(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t[2]=Math.min(e[2],n[2]),t}},function(t,e){t.exports=function(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t[2]=Math.max(e[2],n[2]),t}},function(t,e){t.exports=function(t,e){return t[0]=Math.floor(e[0]),t[1]=Math.floor(e[1]),t[2]=Math.floor(e[2]),t}},function(t,e){t.exports=function(t,e){return t[0]=Math.ceil(e[0]),t[1]=Math.ceil(e[1]),t[2]=Math.ceil(e[2]),t}},function(t,e){t.exports=function(t,e){return t[0]=Math.round(e[0]),t[1]=Math.round(e[1]),t[2]=Math.round(e[2]),t}},function(t,e){t.exports=function(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t[2]=e[2]*n,t}},function(t,e){t.exports=function(t,e,n,r){return t[0]=e[0]+n[0]*r,t[1]=e[1]+n[1]*r,t[2]=e[2]+n[2]*r,t}},function(t,e,n){t.exports=n(79)},function(t,e,n){t.exports=n(80)},function(t,e,n){t.exports=n(81)},function(t,e,n){t.exports=n(82)},function(t,e){t.exports=function(t,e){return t[0]=-e[0],t[1]=-e[1],t[2]=-e[2],t}},function(t,e){t.exports=function(t,e){return t[0]=1/e[0],t[1]=1/e[1],t[2]=1/e[2],t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1],i=e[2],a=n[0],u=n[1],c=n[2];return t[0]=o*c-i*u,t[1]=i*a-r*c,t[2]=r*u-o*a,t}},function(t,e){t.exports=function(t,e,n,r){var o=e[0],i=e[1],a=e[2];return t[0]=o+r*(n[0]-o),t[1]=i+r*(n[1]-i),t[2]=a+r*(n[2]-a),t}},function(t,e){t.exports=function(t,e){e=e||1;var n=2*Math.random()*Math.PI,r=2*Math.random()-1,o=Math.sqrt(1-r*r)*e;return t[0]=Math.cos(n)*o,t[1]=Math.sin(n)*o,t[2]=r*e,t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1],i=e[2],a=n[3]*r+n[7]*o+n[11]*i+n[15];return a=a||1,t[0]=(n[0]*r+n[4]*o+n[8]*i+n[12])/a,t[1]=(n[1]*r+n[5]*o+n[9]*i+n[13])/a,t[2]=(n[2]*r+n[6]*o+n[10]*i+n[14])/a,t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1],i=e[2];return t[0]=r*n[0]+o*n[3]+i*n[6],t[1]=r*n[1]+o*n[4]+i*n[7],t[2]=r*n[2]+o*n[5]+i*n[8],t}},function(t,e){t.exports=function(t,e,n){var r=e[0],o=e[1],i=e[2],a=n[0],u=n[1],c=n[2],s=n[3],f=s*r+u*i-c*o,l=s*o+c*r-a*i,h=s*i+a*o-u*r,d=-a*r-u*o-c*i;return t[0]=f*s+d*-a+l*-c-h*-u,t[1]=l*s+d*-u+h*-a-f*-c,t[2]=h*s+d*-c+f*-u-l*-a,t}},function(t,e){t.exports=function(t,e,n,r){var o=n[1],i=n[2],a=e[1]-o,u=e[2]-i,c=Math.sin(r),s=Math.cos(r);return t[0]=e[0],t[1]=o+a*s-u*c,t[2]=i+a*c+u*s,t}},function(t,e){t.exports=function(t,e,n,r){var o=n[0],i=n[2],a=e[0]-o,u=e[2]-i,c=Math.sin(r),s=Math.cos(r);return t[0]=o+u*c+a*s,t[1]=e[1],t[2]=i+u*s-a*c,t}},function(t,e){t.exports=function(t,e,n,r){var o=n[0],i=n[1],a=e[0]-o,u=e[1]-i,c=Math.sin(r),s=Math.cos(r);return t[0]=o+a*s-u*c,t[1]=i+a*c+u*s,t[2]=e[2],t}},function(t,e,n){t.exports=function(t,e,n,o,i,a){var u,c;e||(e=3);n||(n=0);c=o?Math.min(o*e+n,t.length):t.length;for(u=n;u=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var u=n.call(i,"catchLoc"),c=n.call(i,"finallyLoc");if(u&&c){if(this.prev=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),b(n),s}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;b(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:O(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),s}},t}(t.exports);try{regeneratorRuntime=r}catch(t){Function("r","regeneratorRuntime = r")(r)}},function(t,e,n){var r=n(230),o=n(240);t.exports=function(t,e){return r(t,e,(function(e,n){return o(t,n)}))}},function(t,e,n){var r=n(231),o=n(239),i=n(32);t.exports=function(t,e,n){for(var a=-1,u=e.length,c={};++a0&&i(f)?n>1?t(f,n-1,i,a,u):r(u,f):a||(u[u.length]=f)}return u}},function(t,e){t.exports=function(t,e){for(var n=-1,r=e.length,o=t.length;++nMath.abs(f-c),d=[],p=t.data,v=t.size.x,y=255,g=0;function x(t,e){u=p[e*v+t],y=ug?u:g,d.push(u)}h&&(i=c,c=s,s=i,i=f,f=l,l=i),c>f&&(i=c,c=f,f=i,i=s,s=l,l=i);var _=f-c,m=Math.abs(l-s);r=_/2|0,o=s;var b=sl?f.UP:f.DOWN,h.push({pos:0,val:s[0]}),i=0;id&&s[i+1]>.5*l?f.UP:r)&&(h.push({pos:i,val:s[i]}),r=o);for(h.push({pos:s.length,val:s[s.length-1]}),a=h[0].pos;al?0:1;for(i=1;ih[i].val?h[i].val+(h[i+1].val-h[i].val)/3*2|0:h[i+1].val+(h[i].val-h[i+1].val)/3|0,a=h[i].pos;ad?0:1;return{line:s,threshold:d}},s.debug={printFrequency:function(t,e){var n,r=e.getContext("2d");for(e.width=t.length,e.height=256,r.beginPath(),r.strokeStyle="blue",n=0;n1&&void 0!==arguments[1]?arguments[1]:0,n=e;nn)return Number.MAX_VALUE;o+=i}return o/u}},{key:"_nextSet",value:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e;n1&&(t[n[r]]=o)}},{key:"decodePattern",value:function(t){this._row=t;var e=this.decode();return null===e?(this._row.reverse(),(e=this.decode())&&(e.direction=l.Reverse,e.start=this._row.length-e.start,e.end=this._row.length-e.end)):e.direction=l.Forward,e&&(e.format=this.FORMAT),e}},{key:"_matchRange",value:function(t,e,n){var r;for(r=t=t<0?0:t;r0&&void 0!==arguments[0]?arguments[0]:this._nextUnset(this._row),e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this._row.length,n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=[],o=0;r[o]=0;for(var i=t;ithis.AVG_CODE_ERROR?null:(this.CODE_PATTERN[n.code]&&(n.correction.bar=this.calculateCorrection(this.CODE_PATTERN[n.code],r,this.MODULE_INDICES.bar),n.correction.space=this.calculateCorrection(this.CODE_PATTERN[n.code],r,this.MODULE_INDICES.space)),n)}r[++a]=1,i=!i}return null}},{key:"_correct",value:function(t,e){this._correctBars(t,e.bar,this.MODULE_INDICES.bar),this._correctBars(t,e.space,this.MODULE_INDICES.space)}},{key:"_findStart",value:function(){for(var t=[0,0,0,0,0,0],e=this._nextSet(this._row),n={error:Number.MAX_VALUE,code:-1,start:0,end:0,correction:{bar:1,space:1}},r=!1,o=0,i=e;i.48?null:o}n[++a]=1,i=!i}return null}},{key:"_findStart",value:function(){for(var t=this._nextSet(this._row),e=null;!e;){if(!(e=this._findPattern(I,t,!1,!0)))return null;var n=e.start-(e.end-e.start);if(n>=0&&this._matchRange(n,e.start,0))return e;t=e.end,e=null}return null}},{key:"_calculateFirstDigit",value:function(t){for(var e=0;e=10?(r.code-=10,o|=1<<5-i):o|=0<<5-i,e.push(r.code),n.push(r)}var a=this._calculateFirstDigit(o);if(null===a)return null;e.unshift(a);var u=this._findPattern(z,r.end,!0,!1);if(null===u||!u.end)return null;n.push(u);for(var c=0;c<6;c++){if(!(u=this._decodeCode(u.end,10)))return null;n.push(u),e.push(u.code)}return u}},{key:"_verifyTrailingWhitespace",value:function(t){var e=t.end+(t.end-t.start);return e=0;n-=2)e+=t[n];e*=3;for(var r=t.length-1;r>=0;r-=2)e+=t[r];return e%10==0}},{key:"_decodeExtensions",value:function(t){var e=this._nextSet(this._row,t),n=this._findPattern(U,e,!1,!1);if(null===n)return null;for(var r=0;r0){var u=this._decodeExtensions(a.end);if(!u)return null;if(!u.decodedCodes)return null;var c=u.decodedCodes[u.decodedCodes.length-1],s={start:c.start+((c.end-c.start)/2|0),end:c.end};if(!this._verifyTrailingWhitespace(s))return null;o={supplement:u,code:n.join("")+u.code}}return T(T({code:n.join(""),start:i.start,end:a.end,startInfo:i,decodedCodes:r},o),{},{format:this.FORMAT})}}]),n}(A),W=n(33),F=n.n(W);function V(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var q=new Uint16Array(F()("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-. *$/+%").map((function(t){return t.charCodeAt(0)}))),G=new Uint16Array([52,289,97,352,49,304,112,37,292,100,265,73,328,25,280,88,13,268,76,28,259,67,322,19,274,82,7,262,70,22,385,193,448,145,400,208,133,388,196,148,168,162,138,42]),H=function(t){b()(n,t);var e=V(n);function n(){var t;v()(this,n);for(var r=arguments.length,o=new Array(r),i=0;i3;){n=this._findNextWidth(t,n),r=0;for(var i=0,a=0;an&&(i|=1<0;u++)if(t[u]>n&&(r--,2*t[u]>=o))return-1;return i}}return-1}},{key:"_findNextWidth",value:function(t,e){for(var n=Number.MAX_VALUE,r=0;re&&(n=t[r]);return n}},{key:"_patternToChar",value:function(t){for(var e=0;e=r}},{key:"decode",value:function(t,e){var n=new Uint16Array([0,0,0,0,0,0,0,0,0]),r=[];if(!(e=this._findStart()))return null;var o,i,a=this._nextSet(this._row,e.end);do{n=this._toCounters(a,n);var u=this._toPattern(n);if(u<0)return null;if(null===(o=this._patternToChar(u)))return null;r.push(o),i=a,a+=S.a.sum(n),a=this._nextSet(this._row,a)}while("*"!==o);return r.pop(),r.length&&this._verifyTrailingWhitespace(i,a,n)?{code:r.join(""),start:e.start,end:a,startInfo:e,decodedCodes:r,format:this.FORMAT}:null}}]),n}(A),X=n(12),Q=n.n(X);function Y(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var $=/[IOQ]/g,Z=/[A-Z0-9]{17}/,K=function(t){b()(n,t);var e=Y(n);function n(){var t;v()(this,n);for(var r=arguments.length,o=new Array(r),i=0;ir&&(r=o),othis._counters.length)return-1;for(var n=this._computeAlternatingThreshold(t,e),r=this._computeAlternatingThreshold(t+1,e),o=64,i=0,a=0,u=0;u<7;u++)i=0==(1&u)?n:r,this._counters[t+u]>i&&(a|=o),o>>=1;return a}},{key:"_isStartEnd",value:function(t){for(var e=0;e=this._calculatePatternLength(t)/2)&&(e+8>=this._counters.length||this._counters[e+7]>=this._calculatePatternLength(e)/2)}},{key:"_charToPattern",value:function(t){for(var e=t.charCodeAt(0),n=0;n=0;a--){var u=2==(1&a)?r.bar:r.space,c=1==(1&n)?u.wide:u.narrow;c.size+=this._counters[o+a],c.counts++,n>>=1}o+=8}return["space","bar"].forEach((function(t){var e=r[t];e.wide.min=Math.floor((e.narrow.size/e.narrow.counts+e.wide.size/e.wide.counts)/2),e.narrow.max=Math.ceil(e.wide.min),e.wide.max=Math.ceil((2*e.wide.size+1.5)/e.wide.counts)})),r}},{key:"_validateResult",value:function(t,e){for(var n,r=this._thresholdResultPattern(t,e),o=e,i=0;i=0;a--){var u=0==(1&a)?r.bar:r.space,c=1==(1&n)?u.wide:u.narrow,s=this._counters[o+a];if(sc.max)return!1;n>>=1}o+=8}return!0}},{key:"decode",value:function(t,e){if(this._counters=this._fillCounters(),!(e=this._findStart()))return null;var n,r=e.startCounter,o=[];do{if((n=this._toPattern(r))<0)return null;var i=this._patternToChar(n);if(null===i)return null;if(o.push(i),r+=8,o.length>1&&this._isStartEnd(n))break}while(rthis._counters.length?this._counters.length:r;var a=e.start+this._sumCounters(e.startCounter,r-8);return{code:o.join(""),start:e.start,end:a,startInfo:e,decodedCodes:o,format:this.FORMAT}}}]),n}(A);function ot(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var it=function(t){b()(n,t);var e=ot(n);function n(){var t;v()(this,n);for(var r=arguments.length,o=new Array(r),i=0;i=10&&(n|=1<<1-c),1!==c&&(r=this._nextSet(this._row,u.end),r=this._nextUnset(this._row,r))}if(2!==i.length||parseInt(i.join(""))%4!==n)return null;var s=this._findStart();return{code:i.join(""),decodedCodes:a,end:u.end,format:this.FORMAT,startInfo:s,start:s.start}}}]),n}(B);function ft(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var lt=[24,20,18,17,12,6,3,10,9,5];var ht=function(t){b()(n,t);var e=ft(n);function n(){var t;v()(this,n);for(var r=arguments.length,o=new Array(r),i=0;i=10&&(n|=1<<4-c),4!==c&&(r=this._nextSet(this._row,i.end),r=this._nextUnset(this._row,r))}if(5!==a.length)return null;if(function(t){for(var e=t.length,n=0,r=e-2;r>=0;r-=2)n+=t[r];n*=3;for(var o=e-1;o>=0;o-=2)n+=t[o];return(n*=3)%10}(a)!==function(t){for(var e=0;e<10;e++)if(t===lt[e])return e;return null}(n))return null;var s=this._findStart();return{code:a.join(""),decodedCodes:u,end:i.end,format:this.FORMAT,startInfo:s,start:s.start}}}]),n}(B);function dt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function pt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var vt=function(t){b()(n,t);var e=pt(n);function n(){var t;v()(this,n);for(var r=arguments.length,o=new Array(r),i=0;i=10&&(r.code=r.code-10,o|=1<<5-i),e.push(r.code),n.push(r)}return this._determineParity(o,e)?r:null}},{key:"_determineParity",value:function(t,e){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=new Array(t.length).fill(0),i=0,a={error:Number.MAX_VALUE,start:0,end:0},u=this.AVG_CODE_ERROR;n=n||!1,r=r||!1,e||(e=this._nextSet(this._row));for(var c=e;c=0&&this._matchRange(t,n.start,0))return n;e=n.end,n=null}return null}},{key:"_verifyTrailingWhitespace",value:function(t){var e=t.end+(t.end-t.start)/2;return e2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3],o=[],i=0,a={error:Number.MAX_VALUE,code:-1,start:0,end:0},u=0,c=0,s=this.AVG_CODE_ERROR;e||(e=this._nextSet(this._row));for(var f=0;f=0&&this._matchRange(r,t.start,0))return t;e=t.end,t=null}return t}},{key:"_verifyTrailingWhitespace",value:function(t){var e=t.end+(t.end-t.start)/2;return e4)return-1;if(0==(1&o))for(var a=0;a="a"&&o<="d"){if(r>e-2)return null;var i=t[++r],a=i.charCodeAt(0),u=void 0;switch(o){case"a":if(!(i>="A"&&i<="Z"))return null;u=String.fromCharCode(a-64);break;case"b":if(i>="A"&&i<="E")u=String.fromCharCode(a-38);else if(i>="F"&&i<="J")u=String.fromCharCode(a-11);else if(i>="K"&&i<="O")u=String.fromCharCode(a+16);else if(i>="P"&&i<="S")u=String.fromCharCode(a+43);else{if(!(i>="T"&&i<="Z"))return null;u=String.fromCharCode(127)}break;case"c":if(i>="A"&&i<="O")u=String.fromCharCode(a-32);else{if("Z"!==i)return null;u=":"}break;case"d":if(!(i>="A"&&i<="Z"))return null;u=String.fromCharCode(a+32);break;default:return console.warn("* code_93_reader _decodeExtended hit default case, this may be an error",u),null}n.push(u)}else n.push(o)}return n}},{key:"_matchCheckChar",value:function(t,e,n){var r=t.slice(0,e),o=r.length,i=r.reduce((function(t,e,r){return t+((-1*r+(o-1))%n+1)*Ct.indexOf(e.charCodeAt(0))}),0);return Ct[i%47]===t[e].charCodeAt(0)}},{key:"_verifyChecksums",value:function(t){return this._matchCheckChar(t,t.length-2,20)&&this._matchCheckChar(t,t.length-1,15)}},{key:"decode",value:function(t,e){if(!(e=this._findStart()))return null;var n,r,o=new Uint16Array([0,0,0,0,0,0]),i=[],a=this._nextSet(this._row,e.end);do{o=this._toCounters(a,o);var u=this._toPattern(o);if(u<0)return null;if(null===(r=this._patternToChar(u)))return null;i.push(r),n=a,a+=S.a.sum(o),a=this._nextSet(this._row,a)}while("*"!==r);return i.pop(),i.length&&this._verifyEnd(n,a)&&this._verifyChecksums(i)?(i=i.slice(0,i.length-2),null===(i=this._decodeExtended(i))?null:{code:i.join(""),start:e.start,end:a,startInfo:e,decodedCodes:i,format:this.FORMAT}):null}}]),n}(A);function St(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var At=/[AEIO]/g,kt=function(t){b()(n,t);var e=St(n);function n(){var t;v()(this,n);for(var r=arguments.length,o=new Array(r),i=0;i1&&(!e.inImageWithBorder(t[0])||!e.inImageWithBorder(t[1]));)o(-(r-=Math.ceil(r/2)));return t}(r,u,Math.floor(.1*i)))?null:(null===(o=a(r))&&(o=function(t,e,n){var r,o,i,u=Math.sqrt(Math.pow(t[1][0]-t[0][0],2)+Math.pow(t[1][1]-t[0][1],2)),c=null,s=Math.sin(n),f=Math.cos(n);for(r=1;r<16&&null===c;r++)i={y:(o=u/16*r*(r%2==0?-1:1))*s,x:o*f},e[0].y+=i.x,e[0].x-=i.y,e[1].y+=i.x,e[1].x-=i.y,c=a(e);return c}(t,r,u)),null===o?null:{codeResult:o.codeResult,line:r,angle:u,pattern:o.barcodeLine.line,threshold:o.barcodeLine.threshold})}return o(),{decodeFromBoundingBox:function(t){return u(t)},decodeFromBoundingBoxes:function(e){var n,r,o=[],i=t.multiple;for(n=0;n2&&void 0!==arguments[2]&&arguments[2];r(t,{callback:e,async:n,once:!0})},unsubscribe:function(n,r){if(n){var o=e(n);o.subscribers=o&&r?o.subscribers.filter((function(t){return t.callback!==r})):[]}else t={}}}}(),jt=n(20),It=n.n(jt),zt=n(11),Ut=n.n(zt),Lt=n(85),Nt=n.n(Lt),Bt=n(86);function Wt(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,r=C()(t);if(e){var o=C()(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return O()(this,n)}}var Ft,Vt=function(t){b()(n,t);var e=Wt(n);function n(t,r){var o;return v()(this,n),o=e.call(this,t),M()(_()(o),"code",void 0),o.code=r,Object.setPrototypeOf(_()(o),n.prototype),o}return n}(n.n(Bt)()(Error)),qt="This may mean that the user has declined camera access, or the browser does not support media APIs. If you are running in iOS, you must use Safari.";function Gt(){try{return navigator.mediaDevices.enumerateDevices()}catch(e){var t=new Vt("enumerateDevices is not defined. ".concat(qt),-1);return Promise.reject(t)}}function Ht(t){try{return navigator.mediaDevices.getUserMedia(t)}catch(t){var e=new Vt("getUserMedia is not defined. ".concat(qt),-1);return Promise.reject(e)}}function Xt(t){return new Promise((function(e,n){var r=10;!function o(){r>0?t.videoWidth>10&&t.videoHeight>10?e():window.setTimeout(o,500):n(new Vt("Unable to play video stream. Is webcam working?",-1)),r--}()}))}function Qt(t,e){return Yt.apply(this,arguments)}function Yt(){return(Yt=It()(Ut.a.mark((function t(e,n){var r;return Ut.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Ht(n);case 2:if(r=t.sent,Ft=r,!e){t.next=11;break}return e.setAttribute("autoplay","true"),e.setAttribute("muted","true"),e.setAttribute("playsinline","true"),e.srcObject=r,e.addEventListener("loadedmetadata",(function(){e.play()})),t.abrupt("return",Xt(e));case 11:return t.abrupt("return",Promise.resolve());case 12:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function $t(t){var e=Nt()(t,["width","height","facingMode","aspectRatio","deviceId"]);return void 0!==t.minAspectRatio&&t.minAspectRatio>0&&(e.aspectRatio=t.minAspectRatio,console.log("WARNING: Constraint 'minAspectRatio' is deprecated; Use 'aspectRatio' instead")),void 0!==t.facing&&(e.facingMode=t.facing,console.log("WARNING: Constraint 'facing' is deprecated. Use 'facingMode' instead'")),e}function Zt(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=$t(t);return e&&e.deviceId&&e.facingMode&&delete e.facingMode,Promise.resolve({audio:!1,video:e})}function Kt(){return(Kt=It()(Ut.a.mark((function t(){var e;return Ut.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Gt();case 2:return e=t.sent,t.abrupt("return",e.filter((function(t){return"videoinput"===t.kind})));case 4:case"end":return t.stop()}}),t)})))).apply(this,arguments)}function Jt(){if(!Ft)return null;var t=Ft.getVideoTracks();return t&&null!=t&&t.length?t[0]:null}var te={requestedVideoElement:null,request:function(t,e){return It()(Ut.a.mark((function n(){var r;return Ut.a.wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return te.requestedVideoElement=t,n.next=3,Zt(e);case 3:return r=n.sent,n.abrupt("return",Qt(t,r));case 5:case"end":return n.stop()}}),n)})))()},release:function(){var t=Ft&&Ft.getVideoTracks();return null!==te.requestedVideoElement&&te.requestedVideoElement.pause(),new Promise((function(e){setTimeout((function(){t&&t.length&&t[0].stop(),Ft=null,te.requestedVideoElement=null,e()}),0)}))},enumerateVideoDevices:function(){return Kt.apply(this,arguments)},getActiveStreamLabel:function(){var t=Jt();return t?t.label:""},getActiveTrack:Jt},ee=te;var ne={create:function(t){var e,n=document.createElement("canvas"),r=n.getContext("2d"),o=[],i=null!==(e=t.capacity)&&void 0!==e?e:20,a=!0===t.capture;function u(e){return!!i&&e&&!function(t,e){return e&&e.some((function(e){return Object.keys(e).every((function(n){return e[n]===t[n]}))}))}(e,t.blacklist)&&function(t,e){return"function"!=typeof e||e(t)}(e,t.filter)}return{addResult:function(t,e,c){var s={};u(c)&&(i--,s.codeResult=c,a&&(n.width=e.x,n.height=e.y,d.a.drawImage(t,e,r),s.frame=n.toDataURL()),o.push(s))},getResults:function(){return o}}}},re={inputStream:{name:"Live",type:"LiveStream",constraints:{width:640,height:480,facingMode:"environment"},area:{top:"0%",right:"0%",left:"0%",bottom:"0%"},singleChannel:!1},locate:!0,numOfWorkers:4,decoder:{readers:["code_128_reader"]},locator:{halfSample:!0,patchSize:"medium"}},oe=n(7),ie=function t(){v()(this,t),M()(this,"config",void 0),M()(this,"inputStream",void 0),M()(this,"framegrabber",void 0),M()(this,"inputImageWrapper",void 0),M()(this,"stopped",!1),M()(this,"boxSize",void 0),M()(this,"resultCollector",void 0),M()(this,"decoder",void 0),M()(this,"workerPool",[]),M()(this,"onUIThread",!0),M()(this,"canvasContainer",new ue)},ae=function t(){v()(this,t),M()(this,"image",void 0),M()(this,"overlay",void 0)},ue=function t(){v()(this,t),M()(this,"ctx",void 0),M()(this,"dom",void 0),this.ctx=new ae,this.dom=new ae},ce=n(23);function se(t){if("undefined"==typeof document)return null;if(t instanceof HTMLElement&&t.nodeName&&1===t.nodeType)return t;var e="string"==typeof t?t:"#interactive.viewport";return document.querySelector(e)}function fe(t,e){var n=function(t,e){var n=document.querySelector(t);return n||((n=document.createElement("canvas")).className=e),n}(t,e),r=n.getContext("2d");return{canvas:n,context:r}}function le(t){var e,n,r,o,i=se(null==t||null===(e=t.config)||void 0===e||null===(n=e.inputStream)||void 0===n?void 0:n.target),a=null==t||null===(r=t.config)||void 0===r||null===(o=r.inputStream)||void 0===o?void 0:o.type;if(!a)return null;var u=function(t){if("undefined"!=typeof document){var e=fe("canvas.imgBuffer","imgBuffer"),n=fe("canvas.drawingBuffer","drawingBuffer");return e.canvas.width=n.canvas.width=t.x,e.canvas.height=n.canvas.height=t.y,{dom:{image:e.canvas,overlay:n.canvas},ctx:{image:e.context,overlay:n.context}}}return null}(t.inputStream.getCanvasSize());if(!u)return{dom:{image:null,overlay:null},ctx:{image:null,overlay:null}};var c=u.dom;return"undefined"!=typeof document&&i&&("ImageStream"!==a||i.contains(c.image)||i.appendChild(c.image),i.contains(c.overlay)||i.appendChild(c.overlay)),u}var he={274:"orientation"},de=Object.keys(he).map((function(t){return he[t]}));function pe(t){return new Promise((function(e){var n=new FileReader;n.onload=function(t){return e(t.target.result)},n.readAsArrayBuffer(t)}))}function ve(t){return new Promise((function(e,n){var r=new XMLHttpRequest;r.open("GET",t,!0),r.responseType="blob",r.onreadystatechange=function(){r.readyState!==XMLHttpRequest.DONE||200!==r.status&&0!==r.status||e(this.response)},r.onerror=n,r.send()}))}function ye(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:de,n=new DataView(t),r=t.byteLength,o=e.reduce((function(t,e){var n=Object.keys(he).filter((function(t){return he[t]===e}))[0];return n&&(t[n]=e),t}),{}),i=2;if(255!==n.getUint8(0)||216!==n.getUint8(1))return!1;for(;i1&&void 0!==arguments[1]?arguments[1]:de;return/^blob:/i.test(t)?ve(t).then(pe).then((function(t){return ye(t,e)})):Promise.resolve(null)}(t,["orientation"]).then((function(t){s[0].tags=t,e(s)})).catch((function(t){console.log(t),e(s)})):e(s))},i=0;i0&&n.forEach((function(n){t.removeEventListener(e,n)}))}))},trigger:function(o,a){var s,f,l,h,d,p=i[o];if("canrecord"===o&&(h=t.videoWidth,d=t.videoHeight,e=null!==(f=r)&&void 0!==f&&f.size?h/d>1?r.size:Math.floor(h/d*r.size):h,n=null!==(l=r)&&void 0!==l&&l.size?h/d>1?Math.floor(d/h*r.size):r.size:d,u.x=e,u.y=n),p&&p.length>0)for(s=0;s0)for(n=0;n1?n.size:Math.floor(r/o*n.size):r,e=null!==(f=n)&&void 0!==f&&f.size?r/o>1?Math.floor(o/r*n.size):n.size:o,v.x=t,v.y=e,u=!0,i=0,setTimeout((function(){y("canrecord",[])}),0)}),1,s,null===(l=n)||void 0===l?void 0:l.sequence)},ended:function(){return l},setAttribute:function(){},getConfig:function(){return n},pause:function(){a=!0},play:function(){a=!1},setCurrentTime:function(t){i=t},addEventListener:function(t,e){-1!==h.indexOf(t)&&(d[t]||(d[t]=[]),d[t].push(e))},clearEventHandlers:function(){Object.keys(d).forEach((function(t){return delete d[t]}))},setTopRight:function(t){p.x=t.x,p.y=t.y},getTopRight:function(){return p},setCanvasSize:function(t){v.x=t.x,v.y=t.y},getCanvasSize:function(){return v},getFrame:function(){var t,e;if(!u)return null;a||(t=null===(e=c)||void 0===e?void 0:e[i],i=t&&r&&r()};if(e)for(var a=0;a0&&void 0!==arguments[0]?arguments[0]:"LiveStream",e=arguments.length>1?arguments[1]:void 0,n=arguments.length>2?arguments[2]:void 0;switch(t){case"VideoStream":var r=document.createElement("video");return{video:r,inputStream:n.createVideoStream(r)};case"ImageStream":return{inputStream:n.createImageStream()};case"LiveStream":var o=null;return e&&((o=e.querySelector("video"))||(o=document.createElement("video"),e.appendChild(o))),{video:o,inputStream:n.createLiveStream(o)};default:return console.error("* setupInputStream invalid type ".concat(t)),{video:null,inputStream:null}}}(n,this.getViewPort(),Oe),i=o.video,a=o.inputStream;"LiveStream"===n&&i&&ee.request(i,r).then((function(){return a.trigger("canrecord")})).catch((function(e){return t(e)})),a.setAttribute("preload","auto"),a.setInputStream(this.context.config.inputStream),a.addEventListener("canrecord",this.canRecord.bind(void 0,t)),this.context.inputStream=a}}},{key:"getBoundingBoxes",value:function(){var t;return null!==(t=this.context.config)&&void 0!==t&&t.locate?ce.a.locate():[[Object(oe.clone)(this.context.boxSize[0]),Object(oe.clone)(this.context.boxSize[1]),Object(oe.clone)(this.context.boxSize[2]),Object(oe.clone)(this.context.boxSize[3])]]}},{key:"transformResult",value:function(t){var e=this,n=this.context.inputStream.getTopRight(),r=n.x,o=n.y;if((0!==r||0!==o)&&(t.barcodes&&t.barcodes.forEach((function(t){return e.transformResult(t)})),t.line&&2===t.line.length&&function(t,e,n){t[0].x+=e,t[0].y+=n,t[1].x+=e,t[1].y+=n}(t.line,r,o),t.box&&Ie(t.box,r,o),t.boxes&&t.boxes.length>0))for(var i=0;i0&&void 0!==arguments[0]?arguments[0]:null,e=arguments.length>1?arguments[1]:void 0,n=t;t&&this.context.onUIThread&&(this.transformResult(t),this.addResult(t,e),n=t.barcodes||t),Tt.publish("processed",n),this.hasCodeResult(t)&&Tt.publish("detected",n)}},{key:"locateAndDecode",value:function(){var t=this.getBoundingBoxes();if(t){var e,n=this.context.decoder.decodeFromBoundingBoxes(t)||{};n.boxes=t,this.publishResult(n,null===(e=this.context.inputImageWrapper)||void 0===e?void 0:e.data)}else{var r,o=this.context.decoder.decodeFromImage(this.context.inputImageWrapper);if(o)this.publishResult(o,null===(r=this.context.inputImageWrapper)||void 0===r?void 0:r.data);else this.publishResult()}}},{key:"startContinuousUpdate",value:function(){var t,e=this,n=null,r=1e3/((null===(t=this.context.config)||void 0===t?void 0:t.frequency)||60);this.context.stopped=!1;var o=this.context;!function t(i){n=n||i,o.stopped||(i>=n&&(n+=r,e.update()),window.requestAnimationFrame(t))}(performance.now())}},{key:"start",value:function(){var t,e;this.context.onUIThread&&"LiveStream"===(null===(t=this.context.config)||void 0===t||null===(e=t.inputStream)||void 0===e?void 0:e.type)?this.startContinuousUpdate():this.update()}},{key:"stop",value:(e=It()(Ut.a.mark((function t(){var e;return Ut.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(this.context.stopped=!0,je(0),null===(e=this.context.config)||void 0===e||!e.inputStream||"LiveStream"!==this.context.config.inputStream.type){t.next=6;break}return t.next=5,ee.release();case 5:this.context.inputStream.clearEventHandlers();case 6:case"end":return t.stop()}}),t,this)}))),function(){return e.apply(this,arguments)})},{key:"setReaders",value:function(t){this.context.decoder&&this.context.decoder.setReaders(t),function(t){ke.forEach((function(e){return e.worker.postMessage({cmd:"setReaders",readers:t})}))}(t)}},{key:"registerReader",value:function(t,e){Dt.registerReader(t,e),this.context.decoder&&this.context.decoder.registerReader(t,e),function(t,e){ke.forEach((function(n){return n.worker.postMessage({cmd:"registerReader",name:t,reader:e})}))}(t,e)}}]),t}(),Ue=new ze,Le=Ue.context,Ne={init:function(t,e,n){var r,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Ue;return e||(r=new Promise((function(t,n){e=function(e){e?n(e):t()}}))),o.context.config=u()({},re,t),o.context.config.numOfWorkers>0&&(o.context.config.numOfWorkers=0),n?(o.context.onUIThread=!1,o.initializeData(n),e&&e()):o.initInputStream(e),r},start:function(){return Ue.start()},stop:function(){return Ue.stop()},pause:function(){Le.stopped=!0},onDetected:function(t){t&&("function"==typeof t||"object"===i()(t)&&t.callback)?Tt.subscribe("detected",t):console.trace("* warning: Quagga.onDetected called with invalid callback, ignoring")},offDetected:function(t){Tt.unsubscribe("detected",t)},onProcessed:function(t){t&&("function"==typeof t||"object"===i()(t)&&t.callback)?Tt.subscribe("processed",t):console.trace("* warning: Quagga.onProcessed called with invalid callback, ignoring")},offProcessed:function(t){Tt.unsubscribe("processed",t)},setReaders:function(t){t?Ue.setReaders(t):console.trace("* warning: Quagga.setReaders called with no readers, ignoring")},registerReader:function(t,e){t?e?Ue.registerReader(t,e):console.trace("* warning: Quagga.registerReader called with no reader, ignoring"):console.trace("* warning: Quagga.registerReader called with no name, ignoring")},registerResultCollector:function(t){t&&"function"==typeof t.addResult&&(Le.resultCollector=t)},get canvas(){return Le.canvasContainer},decodeSingle:function(t,e){var n=this,r=new ze;return(t=u()({inputStream:{type:"ImageStream",sequence:!1,size:800,src:t.src},numOfWorkers:1,locator:{halfSample:!1}},t)).numOfWorkers>0&&(t.numOfWorkers=0),t.numOfWorkers>0&&("undefined"==typeof Blob||"undefined"==typeof Worker)&&(console.warn("* no Worker and/or Blob support - forcing numOfWorkers to 0"),t.numOfWorkers=0),new Promise((function(o,i){try{n.init(t,(function(){Tt.once("processed",(function(t){r.stop(),e&&e.call(null,t),o(t)}),!0),r.start()}),null,r)}catch(t){i(t)}}))},get default(){return Ne},Readers:r,CameraAccess:ee,ImageDebug:d.a,ImageWrapper:c.a,ResultCollector:ne};e.default=Ne}]).default})); \ No newline at end of file From 6d1d62cf2f388040fd618cacdcf30a79059a18b5 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 11:50:25 -0800 Subject: [PATCH 004/204] View for starting to edit a book with existing data --- bookwyrm/views/books/edit_book.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bookwyrm/views/books/edit_book.py b/bookwyrm/views/books/edit_book.py index 755c25b4c..0b81acf8f 100644 --- a/bookwyrm/views/books/edit_book.py +++ b/bookwyrm/views/books/edit_book.py @@ -9,6 +9,7 @@ from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse from django.utils.datastructures import MultiValueDictKeyError from django.utils.decorators import method_decorator +from django.views.decorators.http import require_POST from django.views import View from bookwyrm import book_search, forms, models @@ -145,6 +146,15 @@ class EditBook(View): return redirect(f"/book/{book.id}") +@require_POST +@permission_required("bookwyrm.edit_book", raise_exception=True) +def create_book_from_data(request): + """create a book with starter data""" + data = {"form": forms.EditionForm(request.POST)} + return TemplateResponse(request, "book/edit/edit_book.html", data) + + + @method_decorator(login_required, name="dispatch") @method_decorator( permission_required("bookwyrm.edit_book", raise_exception=True), name="dispatch" From 8ca2b55e7ef17c8ca9bf152e701cebebba53961a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 12:04:21 -0800 Subject: [PATCH 005/204] Sort author books by rating --- bookwyrm/views/author.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bookwyrm/views/author.py b/bookwyrm/views/author.py index b4eb7ef56..a2f5d03ba 100644 --- a/bookwyrm/views/author.py +++ b/bookwyrm/views/author.py @@ -1,7 +1,7 @@ """ the good people stuff! the authors! """ from django.contrib.auth.decorators import login_required, permission_required from django.core.paginator import Paginator -from django.db.models import Q +from django.db.models import Avg, Q from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse from django.utils.decorators import method_decorator @@ -28,7 +28,8 @@ class Author(View): books = ( models.Work.objects.filter(Q(authors=author) | Q(editions__authors=author)) - .order_by("-published_date") + .annotate(Avg("editions__review__rating")) + .order_by("editions__review__rating__avg") .distinct() ) From ee8c1659abb394ab0b0ee1da741a4f412985fdc9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 12:13:20 -0800 Subject: [PATCH 006/204] Updates locales --- locale/de_DE/LC_MESSAGES/django.mo | Bin 84130 -> 30883 bytes locale/de_DE/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/en_US/LC_MESSAGES/django.po | 136 +++++--- locale/es_ES/LC_MESSAGES/django.mo | Bin 83977 -> 83977 bytes locale/es_ES/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/fr_FR/LC_MESSAGES/django.mo | Bin 85996 -> 44850 bytes locale/fr_FR/LC_MESSAGES/django.po | 393 +++++++++++++++-------- locale/gl_ES/LC_MESSAGES/django.mo | Bin 82074 -> 86630 bytes locale/gl_ES/LC_MESSAGES/django.po | 411 ++++++++++++++++-------- locale/it_IT/LC_MESSAGES/django.mo | Bin 83701 -> 87959 bytes locale/it_IT/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/lt_LT/LC_MESSAGES/django.mo | Bin 85112 -> 85112 bytes locale/lt_LT/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/no_NO/LC_MESSAGES/django.mo | Bin 80093 -> 80093 bytes locale/no_NO/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/pt_BR/LC_MESSAGES/django.mo | Bin 83047 -> 87238 bytes locale/pt_BR/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/pt_PT/LC_MESSAGES/django.mo | Bin 72802 -> 72802 bytes locale/pt_PT/LC_MESSAGES/django.po | 375 +++++++++++++++------- locale/sv_SE/LC_MESSAGES/django.mo | Bin 82953 -> 87594 bytes locale/sv_SE/LC_MESSAGES/django.po | 393 +++++++++++++++-------- locale/zh_Hans/LC_MESSAGES/django.mo | Bin 77673 -> 44096 bytes locale/zh_Hans/LC_MESSAGES/django.po | 463 +++++++++++++++++---------- locale/zh_Hant/LC_MESSAGES/django.mo | Bin 36376 -> 38839 bytes locale/zh_Hant/LC_MESSAGES/django.po | 375 +++++++++++++++------- 25 files changed, 3274 insertions(+), 1522 deletions(-) diff --git a/locale/de_DE/LC_MESSAGES/django.mo b/locale/de_DE/LC_MESSAGES/django.mo index 08b0badf299ab5c5b0cb5a80147f667f3e3b2837..4ce83f72b3f3850c58528f13afcd23442a75a515 100644 GIT binary patch literal 30883 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\n" "Language-Team: German\n" "Language: de\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "" -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Ein Tag" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Eine Woche" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Ein Monat" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Läuft nicht ab" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i}-mal verwendbar" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Unbegrenzt" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Reihenfolge der Liste" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Buchtitel" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Bewertung" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Sortieren nach" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Aufsteigend" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Absteigend" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "Enddatum darf nicht vor dem Startdatum liegen." @@ -139,23 +143,23 @@ msgstr "Moderator*in löschen" msgid "Domain block" msgstr "Domainsperrung" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Hörbuch" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "E-Book" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Graphic Novel" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Hardcover" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Taschenbuch" @@ -183,7 +187,7 @@ msgstr "%(value)s ist keine gültige remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s ist kein gültiger Benutzer*inname" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "Benutzer*inname" @@ -257,73 +261,73 @@ msgstr "Zitate" msgid "Everything else" msgstr "Alles andere" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Start-Zeitleiste" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Startseite" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Bücher-Zeitleiste" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Bücher" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Englisch)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (Spanisch)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Galizisch)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (Italienisch)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Französisch)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Litauisch)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (Norwegisch)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (brasilianisches Portugiesisch)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugiesisch)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Schwedisch)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (vereinfachtes Chinesisch)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinesisch, traditionell)" @@ -395,7 +399,7 @@ msgstr "Die Moderator*innen und Administrator*innen von %(site_name)s halten die msgid "Moderator" msgstr "Moderator*in" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Administration" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Veröffentlichte Statusmeldungen:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Softwareversion:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Über %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Orte" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Vorschau des Titelbilds" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Dieser Link führt zu: %(link_url)s.
Möchtest du dorthin wechseln?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Weiter" @@ -1284,7 +1290,7 @@ msgstr "Bestätigungscode:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Absenden" @@ -1301,7 +1307,7 @@ msgstr "Bestätigungslink erneut senden" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "E-Mail-Adresse:" @@ -1323,7 +1329,7 @@ msgstr "Föderierte Gemeinschaft" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Verzeichnis" @@ -1443,7 +1449,7 @@ msgstr "%(username)s hat %(username)s" msgstr "Direktnachrichten mit %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Direktnachrichten" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Updates" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Deine Bücher" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "Was liest du gerade?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Nach einem Buch suchen" @@ -1703,8 +1710,8 @@ msgstr "Du kannst Bücher hinzufügen, wenn du %(site_name)s benutzt." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Regal" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Besprechen" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Anmeldung" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Anmelden" @@ -2178,7 +2185,7 @@ msgstr "Anmelden" msgid "Success! Email address confirmed." msgstr "Alles klar! E-Mail-Adresse bestätigt." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Benutzer*inname:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Passwort:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Passwort vergessen?" @@ -2219,23 +2226,23 @@ msgstr "Passwort zurücksetzen" msgid "%(site_name)s search" msgstr "%(site_name)s-Suche" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Nach einem Buch, einem*r Benutzer*in oder einer Liste suchen" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Navigations-Hauptmenü" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Einstellungen" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Einstellungen" msgid "Invites" msgstr "Einladungen" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Abmelden" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Benachrichtigungen" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "Passwort" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Beitreten" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Status veröffentlicht" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Fehler beim veröffentlichen des Status" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Handbuch" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "%(site_name)s auf %(support_title)s unterstützen" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm ist open source Software. Du kannst dich auf GitHub beteiligen oder etwas melden." @@ -2915,6 +2922,11 @@ msgstr "„%(book_title)s“ abschließen" msgid "Start \"%(book_title)s\"" msgstr "„%(book_title)s“ beginnen" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Nein" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Startdatum:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Enddatum:" @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Übersicht" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Benutzer*innen insgesamt" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s offene Meldung" msgstr[1] "%(display_count)s offene Meldungen" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s Domain muss überprüft werden" msgstr[1] "%(display_count)s Domains müssen überprüft werden" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s Einladungsanfrage" msgstr[1] "%(display_count)s Einladungsanfragen" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Instanzaktivität" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervall:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Tage" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Wochen" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Neuanmeldungen" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Statusaktivitäten" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Erstellte Werke" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Moderator*innenkommentare" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Kommentieren" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Keine Meldungen gefunden." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Instanzinformationen" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Bilder" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Inhalt der Fußzeile" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registrierung" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Instanzname:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Motto:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Instanzbeschreibung:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Kurzbeschreibung:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Wird verwendet, wenn die Instanz auf joinbookwyrm.com in der Vorschau angezeigt wird. Unterstützt weder HTML noch Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Verhaltenskodex:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Datenschutzerklärung:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Kleines Logo:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Support-Link:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Support-Titel:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "E-Mail-Adresse des*r Administrator*in:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Zusätzliche Angaben:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Selbstregistrierung zulassen" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Einladungsanfragen zulassen" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Benutzer*innen müssen ihre E-Mail-Adresse bestätigen" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(empfohlen, falls Selbstregistrierung zulässig ist)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Hinweis, wenn Selbtregistrierung nicht erlaubt ist:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Hinweis für Einladungsanfragen:" @@ -3928,6 +3953,118 @@ msgstr "Vorläufige Sperre für Benutzer*in aufheben" msgid "Access level:" msgstr "Zugriffsstufe:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Regal erstellen" @@ -4019,7 +4156,7 @@ msgstr[1] "und %(remainder_count_display)s Andere" msgid "No cover" msgstr "Kein Titelbild" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s von" @@ -4034,7 +4171,7 @@ msgstr "Teilen" msgid "Un-boost" msgstr "Teilen zurücknehmen" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Zitieren" @@ -4324,7 +4461,11 @@ msgstr "„%(book_title)s“ beginnen" msgid "Want to Read \"%(book_title)s\"" msgstr "„%(book_title)s“ auf Leseliste setzen" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Registrieren" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 7997af3ea..ff6cef87f 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"POT-Creation-Date: 2022-02-25 20:12+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -122,6 +122,10 @@ msgstr "" msgid "Danger" msgstr "" +#: bookwyrm/models/antispam.py:106 bookwyrm/models/antispam.py:140 +msgid "Automatically generated report" +msgstr "" + #: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 #: bookwyrm/templates/import/import_status.html:200 #: bookwyrm/templates/settings/link_domains/link_domains.html:19 @@ -262,73 +266,73 @@ msgstr "" msgid "Everything else" msgstr "" -#: bookwyrm/settings.py:195 +#: bookwyrm/settings.py:211 msgid "Home Timeline" msgstr "" -#: bookwyrm/settings.py:195 +#: bookwyrm/settings.py:211 msgid "Home" msgstr "" -#: bookwyrm/settings.py:196 +#: bookwyrm/settings.py:212 msgid "Books Timeline" msgstr "" -#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:212 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:284 msgid "English" msgstr "" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:285 msgid "Deutsch (German)" msgstr "" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:286 msgid "Español (Spanish)" msgstr "" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:287 msgid "Galego (Galician)" msgstr "" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:288 msgid "Italiano (Italian)" msgstr "" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:289 msgid "Français (French)" msgstr "" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:290 msgid "Lietuvių (Lithuanian)" msgstr "" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:291 msgid "Norsk (Norwegian)" msgstr "" -#: bookwyrm/settings.py:278 +#: bookwyrm/settings.py:292 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "" -#: bookwyrm/settings.py:279 +#: bookwyrm/settings.py:293 msgid "Português Europeu (European Portuguese)" msgstr "" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:294 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:295 msgid "简体中文 (Simplified Chinese)" msgstr "" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:296 msgid "繁體中文 (Traditional Chinese)" msgstr "" @@ -2922,11 +2926,6 @@ msgstr "" msgid "Start \"%(book_title)s\"" msgstr "" -#: bookwyrm/templates/reading_progress/stop.html:5 -#, python-format -msgid "Stop \"%(book_title)s\"" -msgstr "" - #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3061,7 +3060,7 @@ msgstr "" #: bookwyrm/templates/settings/announcements/announcements.html:3 #: bookwyrm/templates/settings/announcements/announcements.html:5 #: bookwyrm/templates/settings/announcements/edit_announcement.html:15 -#: bookwyrm/templates/settings/layout.html:78 +#: bookwyrm/templates/settings/layout.html:82 msgid "Announcements" msgstr "" @@ -3152,6 +3151,67 @@ msgstr "" msgid "Color:" msgstr "" +#: bookwyrm/templates/settings/automod/rules.html:6 +#: bookwyrm/templates/settings/automod/rules.html:10 +#: bookwyrm/templates/settings/layout.html:61 +msgid "Auto-moderation rules" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:17 +msgid "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:18 +msgid "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:19 +msgid "At this time, reports are not being generated automatically, and you must manually trigger a scan." +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:23 +msgid "Run scan" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:31 +msgid "Successfully added rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:37 +msgid "Add Rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:46 +#: bookwyrm/templates/settings/automod/rules.html:90 +msgid "String match" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:56 +#: bookwyrm/templates/settings/automod/rules.html:93 +msgid "Flag users" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:63 +#: bookwyrm/templates/settings/automod/rules.html:96 +msgid "Flag statuses" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:70 +msgid "Add rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:77 +msgid "Current Rules" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:81 +msgid "Show rules" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:118 +msgid "Remove rule" +msgstr "" + #: bookwyrm/templates/settings/dashboard/dashboard.html:6 #: bookwyrm/templates/settings/dashboard/dashboard.html:8 #: bookwyrm/templates/settings/layout.html:28 @@ -3254,7 +3314,7 @@ msgstr "" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:61 +#: bookwyrm/templates/settings/layout.html:65 msgid "Email Blocklist" msgstr "" @@ -3540,7 +3600,7 @@ msgstr "" #: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 #: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 -#: bookwyrm/templates/settings/layout.html:65 +#: bookwyrm/templates/settings/layout.html:69 msgid "IP Address Blocklist" msgstr "" @@ -3578,17 +3638,17 @@ msgstr "" msgid "Reports" msgstr "" -#: bookwyrm/templates/settings/layout.html:69 +#: bookwyrm/templates/settings/layout.html:73 #: bookwyrm/templates/settings/link_domains/link_domains.html:5 #: bookwyrm/templates/settings/link_domains/link_domains.html:7 msgid "Link Domains" msgstr "" -#: bookwyrm/templates/settings/layout.html:74 +#: bookwyrm/templates/settings/layout.html:78 msgid "Instance Settings" msgstr "" -#: bookwyrm/templates/settings/layout.html:82 +#: bookwyrm/templates/settings/layout.html:86 #: bookwyrm/templates/settings/site.html:4 #: bookwyrm/templates/settings/site.html:6 msgid "Site Settings" @@ -3627,35 +3687,35 @@ msgstr "" msgid "No links available for this domain." msgstr "" -#: bookwyrm/templates/settings/reports/report.html:11 +#: bookwyrm/templates/settings/reports/report.html:12 msgid "Back to reports" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:23 +#: bookwyrm/templates/settings/reports/report.html:24 msgid "Message reporter" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:27 +#: bookwyrm/templates/settings/reports/report.html:28 msgid "Update on your report:" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:35 -msgid "Reported statuses" +#: bookwyrm/templates/settings/reports/report.html:36 +msgid "Reported status" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:40 +#: bookwyrm/templates/settings/reports/report.html:38 msgid "Status has been deleted" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:52 +#: bookwyrm/templates/settings/reports/report.html:47 msgid "Reported links" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:68 +#: bookwyrm/templates/settings/reports/report.html:63 msgid "Moderator Comments" msgstr "" -#: bookwyrm/templates/settings/reports/report.html:89 +#: bookwyrm/templates/settings/reports/report.html:84 #: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index 41cd76156416160ccf923fab551a153add56fe07..23dbbc0fa596bd8dab2816d702703c73b8ab37a5 100644 GIT binary patch delta 22 ecmeC2z}h*1b;F!P>=p_JrdGyAn-?ESYXtydiwLm* delta 22 ecmeC2z}h*1b;F!P?B)uFmR81=n-?ESYXtyd*9g1- diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index 3826ea65c..e5cac9b90 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-18 05:32\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Spanish\n" "Language: es\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "Este dominio está bloqueado. Póngase en contacto con su administrador si cree que esto es un error." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "Este enlace con ese tipo de archivo ya ha sido añadido a este libro. Si no es visible es porque el dominio todavía está pendiente." -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Ya existe un usuario con ese correo electrónico." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Una semana" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "No expira" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Sin límite" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Orden de la lista" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Título" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Valoración" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "La fecha final de lectura no puede ser anterior a la fecha de inicio." @@ -139,23 +143,23 @@ msgstr "Eliminación de moderador" msgid "Domain block" msgstr "Bloqueo de dominio" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Audio libro" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "Libro electrónico" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Novela gráfica" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Tapa dura" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Tapa blanda" @@ -183,7 +187,7 @@ msgstr "%(value)s no es un remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s no es un usuario válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nombre de usuario" @@ -257,73 +261,73 @@ msgstr "Citas" msgid "Everything else" msgstr "Todo lo demás" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Línea de tiempo principal" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Inicio" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Línea temporal de libros" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Libros" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Inglés)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch (Alemán)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Gallego)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Francés)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituano)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (Noruego)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portugués brasileño)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugués europeo)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Sueco)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chino simplificado)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chino tradicional)" @@ -395,7 +399,7 @@ msgstr "Los moderadores y administradores de %(site_name)s mantienen el sitio en msgid "Moderator" msgstr "Moderador" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Administrador" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Estados publicados:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Versión del software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Sobre %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Lugares" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Vista previa de la portada del libro" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Este enlace te lleva a: %(link_url)s.
¿Es ahí adonde quieres ir?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuar" @@ -1284,7 +1290,7 @@ msgstr "Código de confirmación:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Enviar" @@ -1301,7 +1307,7 @@ msgstr "Reenviar enlace de confirmación" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "Dirección de correo electrónico:" @@ -1323,7 +1329,7 @@ msgstr "Comunidad federalizada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Directorio" @@ -1443,7 +1449,7 @@ msgstr "%(username)s citó %(username)s" msgstr "Mensajes directos con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Mensajes directos" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Actualizaciones" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Tus libros" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "¿Qué estás leyendo?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Buscar libros" @@ -1703,8 +1710,8 @@ msgstr "Puedes agregar libros cuando comiences a usar %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Estantería" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Reseña" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Iniciar sesión" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Iniciar sesión" @@ -2178,7 +2185,7 @@ msgstr "Iniciar sesión" msgid "Success! Email address confirmed." msgstr "¡Éxito! Dirección de correo electrónico confirmada." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Nombre de usuario:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Contraseña:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "¿Olvidaste tu contraseña?" @@ -2219,23 +2226,23 @@ msgstr "Restablecer contraseña" msgid "%(site_name)s search" msgstr "Busqueda en %(site_name)s" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Buscar un libro o un usuario o una lista" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Menú de navigación central" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Actividad" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configuración" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Configuración" msgid "Invites" msgstr "Invitaciones" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Cerrar sesión" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificaciones" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "contraseña" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Unirse" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Estado publicado con éxito" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Error al publicar el estado" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Documentación de Django" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoyar %(site_name)s en %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm es software de código abierto. Puedes contribuir o reportar problemas en GitHub." @@ -2915,6 +2922,11 @@ msgstr "Terminar \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Empezar \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Falso" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Fecha de inicio:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Fecha final:" @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Tablero" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Número de usuarios" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s informe abierto" msgstr[1] "%(display_count)s informes abiertos" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s dominio necesita revisión" msgstr[1] "%(display_count)s dominios necesitan revisión" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s solicitación de invitado" msgstr[1] "%(display_count)s solicitaciones de invitado" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Actividad de instancia" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervalo:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Dias" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Semanas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Actividad de inscripciones de usuarios" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Actividad de estado" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Obras creadas" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Comentarios de moderador" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Comentario" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "No se encontró ningún informe." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Información de instancia" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Imagenes" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Contenido del pie de página" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registración" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Nombre de instancia:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Lema:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Descripción de instancia:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Descripción corta:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Se utiliza cuando se obtiene una vista previa de la instancia en joinbookwyrm.com. No es compatible con HTML ni Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Código de conducta:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Política de privacidad:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Logo pequeño:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Enlace de apoyo:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Título de apoyo:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Correo electrónico de administradorx:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Más informacion:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Permitir registración" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Permitir solicitudes de invitación" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Requerir a usuarios a confirmar dirección de correo electrónico" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Recomendado si la registración es abierta)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Texto de registración cerrada:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Texto de solicitud de invitación:" @@ -3928,6 +3953,118 @@ msgstr "Des-suspender usuario" msgid "Access level:" msgstr "Nivel de acceso:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Crear Estantería" @@ -4019,7 +4156,7 @@ msgstr[1] "y %(remainder_count_display)s otros" msgid "No cover" msgstr "Sin portada" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s por" @@ -4034,7 +4171,7 @@ msgstr "Difundir" msgid "Un-boost" msgstr "Deshacer difusión" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Cita" @@ -4324,7 +4461,11 @@ msgstr "Empezar \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Quiero leer \"%(book_title)s\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Inscribirse" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index e3a6d8e8147ce082250d9e75f3969622823c20a1..4cdcbf8ea2a3ffdeed740317a055f435e5954b7c 100644 GIT binary patch delta 17775 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 diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index 7c001f755..32e83e983 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-18 11:36\n" "Last-Translator: Mouse Reeve \n" "Language-Team: French\n" "Language: fr\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "Un compte du même nom existe déjà" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "Ce domaine est bloqué. Contactez l’admin de votre instance si vous pensez que c’est une erreur." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "Le lien avec ce type de fichier a déjà été ajouté pour ce livre. S’il n’est pas visible, le domaine est encore en attente." -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Cet email est déjà associé à un compte." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Un jour" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Une semaine" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Un mois" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Sans expiration" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} utilisations" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Sans limite" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Ordre de la liste" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Titre du livre" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Note" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Trier par" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Ordre croissant" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Ordre décroissant" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "La date de fin de lecture ne peut pas être antérieure à la date de début." @@ -94,15 +98,15 @@ msgstr "Impossible de trouver une correspondance pour le livre" #: bookwyrm/models/announcement.py:11 msgid "None" -msgstr "" +msgstr "Aucun" #: bookwyrm/models/announcement.py:12 msgid "Primary" -msgstr "" +msgstr "Primaire" #: bookwyrm/models/announcement.py:13 msgid "Success" -msgstr "" +msgstr "Succès" #: bookwyrm/models/announcement.py:14 #: bookwyrm/templates/settings/invites/manage_invites.html:47 @@ -111,11 +115,11 @@ msgstr "Lien" #: bookwyrm/models/announcement.py:15 msgid "Warning" -msgstr "" +msgstr "Avertissement" #: bookwyrm/models/announcement.py:16 msgid "Danger" -msgstr "" +msgstr "Danger" #: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 #: bookwyrm/templates/import/import_status.html:200 @@ -139,23 +143,23 @@ msgstr "Suppression du modérateur" msgid "Domain block" msgstr "Blocage de domaine" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Livre audio" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "eBook" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Roman Graphique" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Couverture rigide" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Couverture souple" @@ -183,7 +187,7 @@ msgstr "%(value)s n’est pas une remote_id valide." msgid "%(value)s is not a valid username" msgstr "%(value)s n’est pas un nom de compte valide." -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nom du compte :" @@ -257,73 +261,73 @@ msgstr "Citations" msgid "Everything else" msgstr "Tout le reste" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Mon fil d’actualité" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Accueil" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Actualité de mes livres" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Livres" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Galicien)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (italien)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituanien)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (norvégien)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portugais brésilien)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugais européen)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Suédois)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简化字" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "Infos supplémentaires :" @@ -395,7 +399,7 @@ msgstr "L’administration et la modération de %(site_name)s maintiennent le si msgid "Moderator" msgstr "Modérateur/modératrice" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Admin" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Statuts publiés :" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Version logicielle :" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "À propos de %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI :" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Lieux" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Aperçu de la couverture" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Ce lien vous amène à %(link_url)s.
Est-ce là que vous souhaitez aller ?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuer" @@ -1284,7 +1290,7 @@ msgstr "Code de confirmation :" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Valider" @@ -1301,7 +1307,7 @@ msgstr "Envoyer le lien de confirmation de nouveau" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "Adresse email :" @@ -1323,7 +1329,7 @@ msgstr "Communauté fédérée" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Répertoire" @@ -1443,7 +1449,7 @@ msgstr "%(username)s a cité un passage de %(username)s" msgstr "Messages directs avec %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Messages directs" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Mises à jour" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Vos Livres" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "Que lisez‑vous ?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Chercher un livre" @@ -1703,8 +1710,8 @@ msgstr "Vous pourrez ajouter des livres lorsque vous commencerez à utiliser %(s #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Étagère" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Critique" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Connexion" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Se connecter" @@ -2178,7 +2185,7 @@ msgstr "Se connecter" msgid "Success! Email address confirmed." msgstr "Bravo ! L’adresse email a été confirmée." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Nom du compte :" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Mot de passe :" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Mot de passe oublié ?" @@ -2219,23 +2226,23 @@ msgstr "Changer de mot de passe" msgid "%(site_name)s search" msgstr "Recherche %(site_name)s" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Rechercher un livre, un utilisateur ou une liste" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Menu de navigation principal " -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Fil d’actualité" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Paramètres" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Paramètres" msgid "Invites" msgstr "Invitations" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Se déconnecter" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifications" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "Mot de passe" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Rejoindre" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Publié !" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Erreur lors de la publication" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Documentation" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Soutenez %(site_name)s avec %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm est un logiciel libre. Vous pouvez contribuer ou faire des rapports de bogues via GitHub." @@ -2915,6 +2922,11 @@ msgstr "Terminer \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Commencer \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "Arrêter \"%(book_title)s\"" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Faux" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Date de début :" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Date de fin :" @@ -3122,11 +3134,11 @@ msgstr "Modifier l’annonce" #: bookwyrm/templates/settings/announcements/edit_announcement.html:45 msgid "Announcement content" -msgstr "" +msgstr "Contenu de l’annonce" #: bookwyrm/templates/settings/announcements/edit_announcement.html:57 msgid "Details:" -msgstr "" +msgstr "Détails :" #: bookwyrm/templates/settings/announcements/edit_announcement.html:65 msgid "Event date:" @@ -3134,11 +3146,11 @@ msgstr "Date de l'événement :" #: bookwyrm/templates/settings/announcements/edit_announcement.html:73 msgid "Display settings" -msgstr "" +msgstr "Paramètres d’affichage" #: bookwyrm/templates/settings/announcements/edit_announcement.html:98 msgid "Color:" -msgstr "" +msgstr "Couleur :" #: bookwyrm/templates/settings/dashboard/dashboard.html:6 #: bookwyrm/templates/settings/dashboard/dashboard.html:8 @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Tableau de bord" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Nombre total d'utilisateurs·rices" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s signalement ouvert" msgstr[1] "%(display_count)s signalements ouverts" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s domaine doit être vérifié" msgstr[1] "%(display_count)s domaines doivent être vérifiés" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s demande d'invitation" msgstr[1] "%(display_count)s demandes d'invitation" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "Une mise à jour est disponible ! Vous utilisez la version%(current)s et la dernière version est %(available)s." + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Activité de l'instance" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervalle :" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Jours" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Semaines" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Nouvelles inscriptions" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Nouveaux statuts" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Œuvres créées" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Commentaires de l’équipe de modération" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Commentaire" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Aucun signalement trouvé." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Information sur l’instance" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Images" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Contenu du pied de page" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Inscription" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Paramètres enregistrés" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "Impossible d’enregistrer les paramètres" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Nom de l’instance :" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Slogan :" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Description de l’instance :" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Description courte :" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Utilisé dans l'aperçu de l'instance sur joinbookwyrm.com. Ne prend pas en charge l'HTML ou le Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Code de conduite :" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Politique de vie privée :" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo :" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Logo réduit :" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon :" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "URL pour soutenir l’instance :" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Titre pour soutenir l’instance :" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Email de l’administrateur :" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Infos supplémentaires :" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Autoriser les inscriptions" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Autoriser les demandes d’invitation" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Demander aux utilisateurs et utilisatrices de confirmer leur adresse email" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Recommandé si les inscriptions sont ouvertes)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Texte affiché lorsque les inscriptions sont closes :" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Texte de la demande d'invitation :" @@ -3928,6 +3953,118 @@ msgstr "Rétablir le compte" msgid "Access level:" msgstr "Niveau d’accès :" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "Configurer BookWyrm" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "Votre compte en tant qu’utilisateur et admin" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "Créer votre compte" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "Clé admin :" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "Une clé admin a été créée lorsque vous avez installé BookWyrm. Vous pouvez obtenir votre clé admin en exécutant ./bw-dev admin_code depuis la ligne de commande sur votre serveur." + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "En tant qu’admin, vous serez en mesure de configurer le nom et les informations de l’instance et de modérer votre instance. Cela signifie que vous aurez accès à des informations privées sur les comptes de votre instance et que vous serez responsable de répondre aux signalements de mauvais comportements ou de spam." + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "Une fois l'instance configurée, vous pouvez promouvoir d'autres comptes en tant que mod ou admin depuis le panneau d'administration." + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "En savoir plus sur la modération" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "Configuration de l’instance" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "Assurez-vous que tout semble juste avant de continuer" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "Vous faites fonctionner BookWyrm en mode debug. Ce mode ne doit jamais être utilisé dans un environnement de production." + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "Votre domaine semble être mal configuré. Il ne doit pas inclure de protocole ou de slashs." + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "Vous utilisez BookWyrm en mode production sans https. USE_HTTPS doit être activé en production." + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "Domaine de l'instance :" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "Protocole :" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "Utilisation de S3 :" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "Affichage" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "Langue par défaut de l'interface :" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "Expéditeur de l'e-mail :" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "Activation des images d’aperçu :" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "Activation de la réduction de taille des images :" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "Est-ce que tout a l’air correct ?" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "C'est votre dernière chance de configurer votre domaine et votre protocole." + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "Vous pouvez modifier les paramètres de votre instance dans le fichier .env sur votre serveur." + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "Voir les instructions d'installation" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "Configuration de l’instance" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "Installation de BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "Besoin d’aide ?" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Créer une étagère" @@ -4019,7 +4156,7 @@ msgstr[1] "et %(remainder_count_display)s autres" msgid "No cover" msgstr "Pas de couverture" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s de" @@ -4034,7 +4171,7 @@ msgstr "Partager" msgid "Un-boost" msgstr "Annuler le partage" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Citation" @@ -4324,7 +4461,11 @@ msgstr "Commencer « %(book_title)s »" msgid "Want to Read \"%(book_title)s\"" msgstr "Ajouter « %(book_title)s » aux envies de lecture" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "Choisissez bien ! Votre nom d’utilisateur ne peut pas être changé." + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "S’enregistrer" diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index e0feb3c82ddbf8276d49bf94469376dd47c0a8aa..2e70e150f45f91dcc68c61e87b1a1f6f7cea1be3 100644 GIT binary patch delta 26269 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 delta 21909 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 K+v>PBhyD-fJ@1hK diff --git a/locale/gl_ES/LC_MESSAGES/django.po b/locale/gl_ES/LC_MESSAGES/django.po index f186499bc..0e29c152e 100644 --- a/locale/gl_ES/LC_MESSAGES/django.po +++ b/locale/gl_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-22 05:34\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Galician\n" "Language: gl\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "Xa existe unha usuaria con este identificador" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "Este dominio está bloqueado. Contacta coa administración se cres que é un erro." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "Esta ligazón co tipo de ficheiro xa foi engadida para este libro. Se non é visible, o dominio aínda está pendente." -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Xa existe unha usuaria con este email." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Unha semana" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Non caduca" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Sen límite" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Orde da listaxe" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Título do libro" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Puntuación" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "A data final da lectura non pode ser anterior á de inicio." @@ -94,15 +98,15 @@ msgstr "Non se atopan coincidencias para o libro" #: bookwyrm/models/announcement.py:11 msgid "None" -msgstr "" +msgstr "Ningún" #: bookwyrm/models/announcement.py:12 msgid "Primary" -msgstr "" +msgstr "Principal" #: bookwyrm/models/announcement.py:13 msgid "Success" -msgstr "" +msgstr "Feito" #: bookwyrm/models/announcement.py:14 #: bookwyrm/templates/settings/invites/manage_invites.html:47 @@ -111,11 +115,11 @@ msgstr "Ligazón" #: bookwyrm/models/announcement.py:15 msgid "Warning" -msgstr "" +msgstr "Advertencia" #: bookwyrm/models/announcement.py:16 msgid "Danger" -msgstr "" +msgstr "Perigo" #: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 #: bookwyrm/templates/import/import_status.html:200 @@ -139,23 +143,23 @@ msgstr "Eliminado pola moderación" msgid "Domain block" msgstr "Bloqueo de dominio" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Audiolibro" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "eBook" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Novela gráfica" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Portada dura" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "En rústica" @@ -183,7 +187,7 @@ msgstr "%(value)s non é un remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s non é un nome de usuaria válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de usuaria" @@ -257,73 +261,73 @@ msgstr "Citas" msgid "Everything else" msgstr "As outras cousas" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Cronoloxía de Inicio" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Inicio" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Cronoloxía de libros" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Libros" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Inglés)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Alemán (Alemaña)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (España)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Galician)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (Italian)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Francés (Francia)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lithuanian)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Noruegués (Norwegian)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portugués brasileiro)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugués europeo)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Sueco (Swedish)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chinés simplificado)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinés tradicional)" @@ -395,7 +399,7 @@ msgstr "A moderación e administración de %(site_name)s coidan e xestionan o si msgid "Moderator" msgstr "Moderación" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Admin" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Estados publicados:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Versión do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Acerca de %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Lugares" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Vista previa da portada" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Esta ligazón vaite levar a: %(link_url)s.
É ahí a onde queres ir?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuar" @@ -1284,7 +1290,7 @@ msgstr "Código de confirmación:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Enviar" @@ -1301,7 +1307,7 @@ msgstr "Reenviar ligazón de confirmación" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "Enderezo de email:" @@ -1323,7 +1329,7 @@ msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Directorio" @@ -1443,7 +1449,7 @@ msgstr "%(username)s citou %(confirmation_code)s\" at login." -msgstr "Ou escribe o código \"%(confirmation_code)s\" na páxina de conexión." +msgstr "Ou escribe o código \"%(confirmation_code)s\" na páxina de acceso." #: bookwyrm/templates/email/confirm/subject.html:2 msgid "Please confirm your email" @@ -1479,7 +1485,7 @@ msgstr "Por favor confirma o teu email" #: bookwyrm/templates/email/confirm/text_content.html:10 #, python-format msgid "Or enter the code \"%(confirmation_code)s\" at login." -msgstr "Ou escribe o código \"%(confirmation_code)s\" na páxina de conexión." +msgstr "Ou escribe o código \"%(confirmation_code)s\" na páxina de acceso." #: bookwyrm/templates/email/html_layout.html:15 #: bookwyrm/templates/email/text_layout.html:2 @@ -1540,7 +1546,7 @@ msgstr "Nova denuncia en %(site_name)s" #: bookwyrm/templates/email/password_reset/text_content.html:4 #, python-format msgid "You requested to reset your %(site_name)s password. Click the link below to set a new password and log in to your account." -msgstr "Solicitaches restablecer o contrasinal en %(site_name)s. Preme na ligazón para establecer un novo contrasinal e conectarte á túa conta." +msgstr "Solicitaches restablecer o contrasinal en %(site_name)s. Preme na ligazón para establecer un novo contrasinal e acceder á túa conta." #: bookwyrm/templates/email/password_reset/html_content.html:9 #: bookwyrm/templates/landing/password_reset.html:4 @@ -1560,12 +1566,13 @@ msgstr "Se non solicitaches cambiar o contrasinal podes ignorar este email." msgid "Reset your %(site_name)s password" msgstr "Restablece o contrasinal en %(site_name)s" -#: bookwyrm/templates/embed-layout.html:21 bookwyrm/templates/layout.html:39 +#: bookwyrm/templates/embed-layout.html:21 bookwyrm/templates/layout.html:40 +#: bookwyrm/templates/setup/layout.html:12 #, python-format msgid "%(site_name)s home page" msgstr "Páxina de inicio de %(site_name)s" -#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:233 +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:234 msgid "Contact site admin" msgstr "Contacta coa administración" @@ -1579,7 +1586,7 @@ msgid "Direct Messages with %(username)s" msgstr "Mensaxes Directas con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Mensaxes Directas" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Actualizacións" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Os teus libros" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "Que estás a ler?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Buscar un libro" @@ -1703,8 +1710,8 @@ msgstr "Podes engadir libros cando comeces a usar %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Estante" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Revisar" @@ -2166,19 +2173,19 @@ msgstr "A túa Conta" #: bookwyrm/templates/landing/login.html:4 msgid "Login" -msgstr "Conectar" +msgstr "Acceder" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" -msgstr "Conecta" +msgstr "Accede" #: bookwyrm/templates/landing/login.html:15 msgid "Success! Email address confirmed." msgstr "Correcto! Enderezo de email confirmado." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Nome de usuaria:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Contrasinal:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueceches o contrasinal?" @@ -2219,23 +2226,23 @@ msgstr "Restablecer contrasinal" msgid "%(site_name)s search" msgstr "Busca en %(site_name)s" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Busca un libro, usuaria ou lista" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Menú principal de navegación" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Fonte" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Axustes" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Axustes" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Desconectar" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificacións" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "contrasinal" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Únete" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Publicación correcta" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Erro ao publicar" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Documentación" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Axuda a %(site_name)s en %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código fonte de BookWyrm é público. Podes colaborar ou informar de problemas en GitHub." @@ -2778,7 +2785,7 @@ msgstr "Esta ligazón abre unha ventá emerxente" #: bookwyrm/templates/ostatus/subscribe.html:8 #, python-format msgid "Log in to %(sitename)s" -msgstr "Conectar con %(sitename)s" +msgstr "Entrar en %(sitename)s" #: bookwyrm/templates/ostatus/subscribe.html:10 #, python-format @@ -2797,7 +2804,7 @@ msgstr "Oioioi..." #: bookwyrm/templates/ostatus/subscribe.html:20 msgid "Let's log in first..." -msgstr "Primeiro hai que conectar..." +msgstr "Primeiro hai que acceder..." #: bookwyrm/templates/ostatus/subscribe.html:51 #, python-format @@ -2915,6 +2922,11 @@ msgstr "Acabei \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Comecei \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "Deixar \"%(book_title)s\"" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3009,7 +3021,7 @@ msgstr "Engadir un libro manualmente" #: bookwyrm/templates/search/book.html:115 msgid "Log in to import or add books." -msgstr "Conéctate para importar ou engadir libros." +msgstr "Accede para importar ou engadir libros." #: bookwyrm/templates/search/layout.html:16 msgid "Search query" @@ -3067,13 +3079,13 @@ msgstr "Falso" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Data de inicio:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Data de fin:" @@ -3122,11 +3134,11 @@ msgstr "Editar anuncio" #: bookwyrm/templates/settings/announcements/edit_announcement.html:45 msgid "Announcement content" -msgstr "" +msgstr "Contido do anuncio" #: bookwyrm/templates/settings/announcements/edit_announcement.html:57 msgid "Details:" -msgstr "" +msgstr "Detalles:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:65 msgid "Event date:" @@ -3134,11 +3146,11 @@ msgstr "Data do evento:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:73 msgid "Display settings" -msgstr "" +msgstr "Axustes da pantalla" #: bookwyrm/templates/settings/announcements/edit_announcement.html:98 msgid "Color:" -msgstr "" +msgstr "Cor:" #: bookwyrm/templates/settings/dashboard/dashboard.html:6 #: bookwyrm/templates/settings/dashboard/dashboard.html:8 @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Taboleiro" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Total de usuarias" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s denuncia aberta" msgstr[1] "%(display_count)s denuncias abertas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "hai que revisar %(display_count)s dominio" msgstr[1] "hai que revisar %(display_count)s dominios" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s solicitude de convite" msgstr[1] "%(display_count)s solicitudes de convite" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "Hai unha actualización dispoñible! Estás a executar v%(current)s e a última versión é %(available)s." + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Actividade na instancia" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervalo:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Días" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Semanas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Rexistros de usuarias" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Actividade do estado" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Traballos creados" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Comentarios da moderación" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Comentario" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Non hai denuncias." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Info da instancia" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Imaxes" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Contido web do pé" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Rexistro" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Axustes gardados" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "Non se gardaron os axustes" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Nome da instancia:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Lema:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Descrición da instancia:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Descrición curta:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Utilizado na vista previa da instancia en joinbookwyrm.com. Non admite HTML ou Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Código de conduta:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Política de privacidade:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Logo pequeno:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Ligazón de axuda:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Título de axuda:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Email de Admin:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Info adicional:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Abrir rexistro" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Permitir solicitudes de convite" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Requerir que a usuaria confirme o enderezo de email" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Recomendable se o rexistro está aberto)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Texto se o rexistro está pechado:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Texto para a solicitude do convite:" @@ -3928,6 +3953,118 @@ msgstr "Usuaria reactivada" msgid "Access level:" msgstr "Nivel de acceso:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "Configurar BookWyrm" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "A túa conta como admin e usuaria" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "Crea a túa conta" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "Chave de admin:" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "Creouse unha chave de Admin ao instalar BookWyrm. Podes obter a túa chave executando ./bw-dev admin_code desde a liña de comandos do teu servidor." + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "Como Admin, poderás configurar o nome da instancia e a descrición, así como moderar a instancia. Esto significa que terás acceso a información privada das usuarias e terás a responsabilidade de xestionar as denuncias e loitar contra malos comportamentos e spam." + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "Unha vez configurada a instancia, poderás conceder a outras usuarias o rol de administración ou moderación desde o panel de administración." + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "Aprende máis acerca da moderación" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "Configuración da Instancia" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "Comproba que todo é correcto antes de continuar" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "Estás executando BookWyrm en modo depuración. Esto non debería acontecer nunca nun entorno de produción." + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "Semella non está ben configurado o dominio. Non debería incluír o protocolo nin barras." + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "Estás executando BookWyrm en modo produción sen https. En produción, USE_HTTPS debería estar activado." + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "Dominio da instancia:" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "Protocolo:" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "Usando S3:" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "Idioma por defecto da interface:" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "Remitente do email:" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "Activar vista previa de imaxes:" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "Activar miniaturas das imaxes:" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "Está todo ben?" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "Esta é a última oportunidade para establecer o dominio e protocolo." + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "Podes cambiar os axustes da instancia no ficheiro .env no teu servidor." + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "Ver instruccións de instalación" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "Axustes da Instancia" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "Instalando BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "Precisas axuda?" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Crear Estante" @@ -4019,7 +4156,7 @@ msgstr[1] "e %(remainder_count_display)s outros" msgid "No cover" msgstr "Sen portada" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s por" @@ -4034,7 +4171,7 @@ msgstr "Promover" msgid "Un-boost" msgstr "Retirar promoción" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Cita" @@ -4324,7 +4461,11 @@ msgstr "Comecei a ler \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Quero ler \"%(book_title)s\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "Elixe ben! Non poderás cambiar o identificador de usuaria." + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Inscribirse" @@ -4694,7 +4835,7 @@ msgstr "Non é un ficheiro csv válido" #: bookwyrm/views/landing/login.py:70 msgid "Username or password are incorrect" -msgstr "O nome de usuaria ou contrasinal non son correctos" +msgstr "As credenciais non son correctas" #: bookwyrm/views/landing/password.py:32 msgid "No user with that email address was found." diff --git a/locale/it_IT/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo index 8cd0eb41eb2ef8b15702440005605ad51b8475ec..49d2321d5a6630f87c20e0871f26bcc5b0707c1a 100644 GIT binary patch delta 25999 zcma*v37k#!bo28->HI-~-$r4GK zgcOMqDJd!yQrW2}OZm$G^**1^NZ;RoJCFaz^Ru1Le$Kh{{r#`Z$uoaLp2)G{xu18q z^5u4%ia5;UIKDiNv$zupuEv81*aYig0+zx#SP55PZ`_Gpu<&5VX@~tV4(A|6&bv4Q zOAK+G4={x194F$me86!kkWqE0<21$gsE*RHG%mtwxDlJ-VeEwYAEXoPg&N=@tb+S7 z7B65K{11Atyn^W(6Bykn{-a0Su7tnCLk1_&Scn=p@#k;3V<~tLl7=?1od_XGZui zY7f6f?s4*uVwRYO4e2VoVO6j&7RJ&TgEdg)4aTtk z%4lXY?n2F|3+jdesPY6KeT0c?bmQ5~;CJ=RB2PeajwS+QEk z7Dt>mM3z$!L=P4ZI!;S$hI&j!qZ;0WdfX0SVLXdP@EU4hdD9(-#dHc_RUC)v_(fFx zPf#;Hf|}3?e4hTDb3`-fM;VwBYTcWTU?EL9DhXJ*p7#K9`;6c_&qBBM^p!wY<{kB zW+3@d^-5zYtcY5%rl<+E!B*H4TjR8GtbZdS?~tL9pF_>)I%;5f#+wnBMR&%i1{4FnX zM~hGcS%F&GY*fd)ZTY9D2^~h&`w^?)Wz>XMYHJT*92VfctEZ$5Y9Nu7M6{$IqLywys)Iu|{}gKJE}{<2 zHPk?(C!2IEYQW`fx(;ff%}|G~3zo#YQ3D-@s-J=t^!$$_qQmkmY9MP+4QxPlv>kQh zC#Z(Lw)q!O4gHB_FlLH*da9tdtTk#Py|Ds5gg%^zn#gf1pjMF6N=g^BmPXa9ikexR&F_HfuqSF@15qoMjymnHqUvuzZSjr>Eoh?-`~OQU8`88v_!r~x!YJ#MY6y-`~+0<~gESOtSNJr{NVLR7yiB1F`{ zI#kCyuqy6Ht;8>=(|rX!Sa`Y_XdJ4c_NW!?f!h1QsQc1T?S^qM&cYh_18QPjvBxWY>IPHEARnorh8EXKZcd? z4CcnXk1C)2FGxfUltL9$MRi;Y)j)Gw-qV&3L@oVLYa-?$ooda%dq__}4P+;33qQ8$ zAFQXbDE&LX5YgV>LUml|F>~6>qgJK~YJgo)?}PhLOFITNkjbbeo{1mfQ>gm!kDKxl zsQM|Wt(kyY>8CNG4we%sjc=g_@CjZpXZDyoA_RJ|u=v;KXFEF?qE=~>hg=YPU9ToZL;bJSzj3AFT?qd>tpvG56Pf+6<@>79syG)K>ID4Ls7HNM#}^sI7P$)$v?(XJXUKP#v#E z&HP=|ihPE8?2cnAEI!xFxEIEe9*k=DG1PreqrMGGk(G`(+lc60|21k4|3Ec-6I)=B zc_zObD!-3S4@a$BGHN9i02 z>hupnjWh!_!)H(pzkq6R4VJ`>sJ-2TTCoGD!*v+7Qr}}CJcruaYd9MDdzX9P82$ZA z4Ti{2g@;iU9zz|TOQ?oDFPMSULVc|2V=Q*F4#1+MlTZW7#Af&~cEUGN?O#R>@CK^i z==rR_B8BFg8%v``UKw>t8(9y94s6+J*Y9;n!O*~@DZ&_m&nEPW<122mj zNIh$$IT6jE1L{z8$Ku!@YhV)UOw2}gv=a4HY(mw4-=_DYw(4tCdq+_N{~2|LF53Ld zsEPfFOd#S!Ei`YoqNs}ZqL!vVHpbzoEtzZcm!M|87B!%)s0R1i@`G58^fAHmj0b;HlwMV!SjjQf}W@u4!7yis2N634Lpk4vZt^G?!dZu1xsU<#ipH> zsK>iEsy#nyVwqS(&;KeS+M7+Nne0I=-2p6*-=G@)9ZO-QC1wwsVJ*__u`DK`I(Qhh zLbI(eqTUm$(OoH2`v)K)IdK+t?Ut0`{z+l#}({?k=PaHC)fR0pNvUZ4OgKW-ix~N zAZnoBp&Gn^T7kb&r@hE4<`+~=)cc`3YT*4)0~>~FZ#3$@4CD+%oar`WHkP4a0qRu0 ziMrt%)J%Rr-FOz=6+=A@1y-7J59(0WMGd$y>i)L2ybD$(-5YgZ8kX1dKZA%WzJ&E~ z6>7u>Q4JkOw`0^9`4csuysOM_xL8zuKWgd6qv}0|TB$753av!l_b#fR53wozJHHW8 z2h~^e^1)_!5YueB;~Mk)PsE1guRyKTL7RUTJ)}##%I`XCZjE3Z>3vuU|HL6!X05qD z9U~jbm_#lX?RQ5v+BoT+=64aTvj$^UHYvyT~gE~ZOQTJcO0vNsCoc6+)mvjl# z3YWL})vzGxI_p{gaZ!wz46VSr*UfXf4F{5bA9G>p4JN-l<|AFjTF2T1^ON5e)loO= zy%bM1} zetY~7d!tsQ*qe^?AXdaeI004f(TL5+vM$966s))Dy{M)A3N^6vSPQS9W>As+)7I2P zmEVJT@P5?N55d|v!j?ady6+h*ijjpjV;vSF<1H+LAE6pPY}40Kk4;Rr8BisxOu8v* zCjC(}9f4|RG#1Axs0qx)68H*g@3$Bu&Tb;Q;d9i;eng$t^Qf8Tf6FXcW7HD2M|IR4 zHPe1Je-P@;HXJq32{;#@#uu>iCNt1YsFm7CWN zNH4>2SZ%ZU?k_-{g##Fmf8jRlyT$wm#{yd!6zRdJ6?+?-;$iHp=Re;&>=*XJhPVW) z;3udz)_I(Sg=w`u&cep{7M8-3s6%-JYhuB7&A^*rFVfSo1b&JQ@C51*7I}~T*HTs> zqCKgFN;k#o*d8;`ix1)r2Lspy$6^Amz~Y$q1JhnP z)Jj!BowY_EM9dzxCSw#C0n|tjV;%ev)nUP1W+{haSJEp{13GKdt#-4Qq$i^qeh+)& zN2nDk{-K#*W$PGJ`IZO~?Pczd%+j>5K7m@=akmD)30M5(g#oj zIE*oP%;ulM`lK)5Ff9AANk=k?JWIwh)Q!#ens7i;b_k68m8NxBEB zqt)0PH=qxH#)q-jC#KzxQCoEo6EXLGH$UQ}5YZlu#i}?HtKllV6vYn^Y(#q7XXb32 zN1f)<2h3@&hoedN!=9>#oiNYm<}CC;l~2Ga_!Az)k^E6j|NXz|7v^g=@JsWfG6Oa9 zRag=aVNE=XEiv{Ge_O&HsI&1XcEm$i2}>R}6Kaa(NO#BTI0F0Q3@n3(v2uhNUL;bA zj6z?t-&hS*A^IEBV0j!sx;1JK=b%<-E9$=Qu?AkoT3F_Y`G#~rt>{qH0H&Z;dMT>C zY>dPb$@i`KD_B`9NO}Mk!;#nkGq5DSjOFny4B!Erjvc-;9qdHy@ktC}+3(Gp@+llo zI@eM2S)Ytv(g%<7{HG9Uc8uTtxEM#^UpNwnvK(=^4gGiylW@Qf=1gowt-x8Fgtt&D zH0gx-0kaAxll}p#;;XV} zGLKUM)Yg>1ve*eVfCsQB`cd~!vd%_r;ftshTW|9tyNIa6FHkq0M9tu;O_w}v(lxO( z`CU;jo}s9YQ&1~04K>4TRJ}c@vvdrb<2lp>s+=+R)kV?~rwfrh6x@p%+5M;nQcyFB zU|yVys`mnFW{Xh+S%(#HD{2CVQ3E=Kt+4D_^Vs&oiliS$wf_pXqkm@`k%MGh$11q* zoO$J*!vxaR&zk`}hI%aLU<|HA4P-s$$9HiieuQz@`+_-ylTh{ELe<-4{S=?2f9Go= z@8IZ*ycVN)+5BQE*89~whRv}6tUh?XwqH?sm|QD>mFbr7n9Fc!rKs)KnLi}O(puD0nnP%HI57R7H+TXz<9 zW`4E#`7W{k>Zsf$^EqvW50ZWq)$j>ihL=zcWL-9gbpaM5{TeENI~K&_gN5en55jtF4gdig~PRqKEu8xEP0`I=F@VDV^gXj)$1ra?)>rqR%&AJD*=U>|LW2gaMKyA$pRQ-b2OuaIw zcB)|sY;5g@ElCf-IGl?qxE*V;Ku+!JW@-Cc2couM7-|4%sF6;v>FKC}%t6&#j9P*9 zHvNH3e~CJzXHd`muc-S9{b?pp0c+^_uTMmWuphd6Xe*3E-S8M{X3t}BT!HHNZCkzv zwX|QM_Vfyt#ZrHn&vG1U0P#2#(@`t;D;A=E=LQk&S-u-)ro~WuRsl7GhNupkV{7b= zT9K*NS*Uu?S{Gn#(o0bteT-`F5NhjAp(b(_Bjt(Y|Bo4Y4b+Ugp*o1i()bW+Wx}W% zr=SKr7pvlnHvJBkBfSgN;ZanFzoI5^3)Ozno2H#AH(7sGXiA0(x}YldM>UXuDi32R zoQc|sg{XRKP)ofPRsRcAJ3pf)_B(3Diu`Tf6L+J|N*~ny34gQxiiF5eM>A1N`5e~7 zMOXoMT90BO(tn}`lJ}PBxFl91T?;+f6D#9r)YC89-y0N0{caBGB!mihzK$o8XV zdIGhy*H9gmbE4cgU2W8j4XrIv6X=NAntqrY6H)D@U_E>o)y^8!K;A}8G_s3`8rX+A zEZ?CH&uLUgu~AX(5|>2{s0nJR<57>N&!*F{BI)UrhL$33VuUqXxPkHRHqR!E>mUESSrbS4EZAL$%)# z3+VapK|~|%kJ_sw)C?!s{3mRB32F&9pc;4&Rev{XNx#9ac+!^F1%D9rbh! zLJc?_W9Z+RNJJe@L+xD_YQ`_3mUIoO;}325m#7B5v7SIJ`8n%vs3pIO8ff10VShW;1QcY z2erh@tgoV0@=eqV>_N42EJEZyB9~E1-lc#U*%;IfPoWOaa%(o~&9)o0QpZsZ{ec=_ zzJg|kMNns{4r&D&qPC_TCSl1!QH~cQ6NzZ#-=PlO8B~YYQ4QuVY&wX=&ZMhjCG??| zcm`_4=Hh3#$vU%$S=snlbGC+}29knW@$tw6BhFMJn)!365x-|Ee1JNXdr<@V8mr(@ zEQ2>uOJAyJl=~NqIBZKg5jByQFb-cwor$BUfuBMT<}Rie8qZ%%H^P78Ma|rgdgo6< z&G-dW1K*&Q`h-niL9M{ws5fDO;$~o_P>*dx)K>Mv$>>9^)CtrZHl_qCujjuJ5iLzS zWngdAjEA7kz;IMUVbsj#qCPG!qdMM>TEV@jGjSPp%415J0aZoix4|0N7qwC$bpQ81 zuiJw6QBT21o6cV<%KZiVZ`pNII%~ z4(f4TRhsADLu3mX9qqQ&dN}E1H2-MBP}++5|PjcBqcJp$_M8 zY=skT`J2|Qs4d%x+WSvYTXM?eN1We@XhgSAr#)XKbI2;APIU{^UJtkVlTr1bMK!bt zwSsG`8&Ly(7gcW$>TG;(%yc$fItw-6HP{&6!HAyc^F(y0qN|#L6i0Pb9<|5S zu`aepy&02HGn#=da1MHK7pk3~Q62wbjj0yp{=;N>)I>X5d+Og`wTJy}#&Fbl zj2d7B7vKx1kvFbx_R@>0mxkKo3D^T4M!g4iqgHYss^jCR_D|dLE7c=r$#0OMr=U;` z^Wv$1nn`EWlJ!SD6^S-~GU|o(Bx=j{p|z-LffP@tB18fu{G^+7H12-FH@pk^9D4d6L!fUlv>#t~FM#cLZYpze>< zAfgvcE7apL2(=OkSO>?VI#`I>`_-t1cVR>P4RsbO*D(XDgW9sTs1Ezv^iWj2v8V}6 z#$NRAJWr%H89$&J&R5sGh+3fbHWf91@urKY*r{hGQUtYP zl~4m}WYeuNkDmWtM6?wBP%}(K4J3kk%w9tsrfk$+Z$&k@5A{a-9yPNosCu_h1I|<5 zOrSVwWhpQ5G%-`5-aZB`(9*)|o-Hmzv&k#99h7QGnCgxp#7WOLVMs3|H)cqS#?}7L6S3Haw$cL?? z-2cFN1hqn)+L(4D@kBK8F{n4vB-DVOu=%fIEz(fU8K>VR5_VOSTZpk}lR zwNhKH2T|>uMQuTJJ99=Vp_aZCmeBLxlZXz}L#UBO(1Wv4FQ&DqnSFtp*>Ti>Poe5x zLaoFN)C6MMnV>=@;| zjEOh{b9FL5QXj`oq<7+AjP4xeY{#KE0?TzVKWZnU{s#0H>a$(8E6>0FBG8veFPx29 z(nF{Y|Hdj@is~ruJ?70f!kUiSifLFAm!S517wSLh z97e5p>z+LSd;O_ zFK$5nFe!GgX|FWu@vVqDL(L*Yv;`e-G)}Y?enu_j4eW!}`b4?^gMoDHLi$~d$6I(e z#`iT_xCr%vI)wx9SJYRt+kNJ23`I>~BWePXg8j@p--pUri4Wo}9EK0}H$O7Bpk5?b z(Srr=YSf29kw(s$RxXcmQMc{I?uz zULYM%GwE*)V-)G`(fU_W{vwi#M~3)DOeL-BG~rb$jdfGzk2N-~cZ1%f7pcD#y@bMQ z&|WV|`gbpVHgm4Vbdq!BBJQVwl>}X%(ZGkq=VBF`mqDHVgr=191KGWrQx-+uWm0p9 ze@gzZ1ReIS1g)fAPLZKhdYpm@c!Ka2mGetN&Q*x=RPw*J8QLaYYY9auyYu3+;Qk+= zC@+Kfbqo;R)%~=25@+B%TpP{&YmoShig)AVgl!ZYLtXzN^mAkU#wTBwPV-gb34}V- z3vll$x8$EcHc_TmcNNMHV^!+tYKh-bc9Hm(ghjdR`rk`tS1J!6j3ln>LF+2=bTz>H z$eU#w+l%=~Uo*wdZ^ZZ6ctfmc@0(BlW2DcJew+9Ow3tl4@Pbpc!RLfE&1nzENqIMn zA%8OFX7;nld!6r(Q^Z!TglEYth&{NG7oYPel@F4q@3$^KaJR2>E+*kaR%NWX6fr}`y`Hz$+h(OHw8OYiz`fckI<34Y)r@e)LDXAgc`(u z;{H>_dDXjDA@WAq_%d>~lYSdVlQ+dwaULcwo8a#MR3hC7?FqcJoNs6>ium7zIMNT< zo5T;~{;aJxlC)mkE6FQFc#3#M${G+NpOK;KCLQG=<3HGf zJiRJU5})msl5gwr<#fIv?>EA8vpAq`xQV zw?fW!p8I!@$FDZ$H~f>Js|)$={<|su;EQ|v`uKLtL_(0x4g8XFuj2eU&P1K6oirj+UncL zn@ibf!e5jvvUS{w{BeMK+X+R9AEnM@;+O2bo2XlqJYA3BZbBLI-oeN{Cg1Uq*h0Jk zH(e)w5c!qh3?hDt@H`=rbY5=MZ=_1Nkh~WN>E!Pw=$dYD%8{=hZ>#VeWvx(G9joFW z>K*t5g(d9G*D#ra+%$fLcpUL{#J?jvOlV6eNnR#pKCDM*MfmBCMkCa@LHLWj#gyH| zH}M9cGeOrF?$^~z-#`zQpEv2-e^w)}oUJs%<_2sh{5*E*68{~W*gC563VD^e?<{#w z67Ov5*CpMT;HS&h<6*?;|uP#8SS7d%95Q#WuFS>J}mW7a@ifdyTqp5ZCoI@fw6_#6A2S z%(+ZKO)>^@vmd+YCgM-y2-3p{7pVL@VHSD2a0uZM^8Y6N13_0QJV5xv4&n&q`ukCB z+(+I_TW<$>)yZp1-n0B2O#k-o{786!kg1lqRuDemhOem9hwy}(YyN0r8=8t=Q+ApA zrVwV>I)CF~Tc;{+CLM>5KFUrIA58vS;-8Y2bNR@RkiKz8-e<(8P_GeXO|kkNWn0M0x$0^Ebv;U@ zc-)2GQ2CUt^nzRZ&mZ>@&CAT5rp^ND%qRUi_w*uum3R|dwHf6r?&wI_OYI;&Abya0 z-chFde}?cF86Of35idx^4R{#0l6RNAaS?gX(`ZxDF~lcfe_J+*dUMGei_z5Sk9!DT z5-w5aY06TFk07KFUuOpw`Id}d3AzeXaUKQyt&Cy_uG0$@NL3#whdM5NjwjE4-=n2{W=5>d8Y}#lOId^f*zOiBy@$a3J#@0 zJA$seDF2P1>s5o(h_dm7wYHAUc9v4_mQ8$*6)3Mo9{<|lJV5*_Ornq0lzmM6Rq`Sq zk$8{9aEzz$BB;9{{*l5damis@v$i!fKnZ^h&~XZf=Kb$scIzR z@@H`l_r#OG#pZpX=f6IUDP4e|D;Md#gcK^iNkJ>ykjm~S|03yZ@^=v*M|hX`qqfcz z((Z+S*t`VXrw;D84p1ITI!*guo5EvcgozIz^Jn7U6TT%pWgEHUUguLK$p3&4BJ?L5 zCwxYBd)oS(`+gzaj_@LJT|oFe|#|4Bk1YO+?PF>rnO*-FFcQ1KwQ126c|8G(rKeOZ+vw+jcac^po~J@r#W=N&b6;$<#Z4N4cUM$S+OEul@gljz^NX^YYrp zmG>;60_BIu>p*zTmU+k@OuPctAY>5#lD48TWb2UajOO0LSnQ5IHdC)GVVS;MYY5W_ z<)}~%gSw0B3F1r1TWFH*zwoUiFN@HgJpF%L`VH12T@X{S7NH~!ze6ZT-Xnx%#6QRV zl&z<|mq{-tt}8Oxj_M(Nj)F8YrxUMEc)*saVh?U;O=wK0e@FgR?&(PRRMge`jkQY_c+FJudW#4M+xgp(*5%-o&QcY;|hfh3A(Zf*)*ujZ}Se5?oIl8EI{4|G(3*@ z1$@}nRbOurUr8uWVi@7FGPzdRb`&o~-ZAPF*R%VRa_+cZy`$n0@?Rj`o_d{eC~3Cc zz0QyqZyQ%e2hzQwv$x0pRXVq4jBjH0o1^)U4Bn(Pe?UpkcyGv)nBnt=eMz42DZYSb zVldO=4}`+r)Ks#%1cPG+Ps~V*^E^O)qBr14_Jvg^!}CuY2@^dTnSp>mknCxf7)jxC7w|k!8DI2oZ|B&2Gi2Kfh13=Kj8BO-HtOnAz#KgUq)Qk z?_(Z(z>}Gt#JD{EkjFdD>reG2r249A9JMoiw>unHvrb}WMusmCu1htVQ`4#377BYZ ze5pQf$Zeozo!d>+4Q2OA9T^>=wi#ao&8K#1swctcQ6HXgkii8;`I9s0NbR}n5lHlT z0^T(0(2GAXDwvVx4f}(E25v?gbIj0a-L=WNAzr%?tH%(M%g$)bczFJ8^u7fKHXLVk^uLD+PXR-d*qeCffAaL5xJ zO82J4Ih{j^z5une-w3>zt6@qo$O4V`hkU6M-L=i|s5^I_>~~AneN+B5qF$a$15^G)wND z1UnG3U*-YJ2&S@*?qj1yO=h|`;7g5j?&Hbn=AG!;Cm0B)xUuYZbKlAplMxID6N9PQ z7oRPhuLgbJUMPnp2{Z1{?T9DDflSK2weY1}CBwmVPqmtL64eZdMp74}#I6V}1yWfHF-ACLr zU_ih4fBLo~V+cO?VQ@$BPjl+myqUd8S&wcQ(aSun|9%hMUUkht$H=~?8UO7Uv!D0L zzhA@I-){IjcWFKlUUzfct<8C9X0_i`E$hNt`}^i>dwROho8cZ}Mw;di-F|~6#d&&$ zJ$4p)q4)!dshKQ6&M9%!P18w98(bR?)x*X=b6^Ac;o07U7Wm)ZG~1O8F|M6D&Aj#D4@dl%#|{j1fSk6$R$ua)t8 zGTDhR^X09i`|Rh=>uwV(nc*%K-whgO8IuFvRQCWdK6jb*`7;a0Ja|VWaW;aUpeMIJ zf7us*8k4(Ie4;No)txncBq#eOP4ZUt^fVje&fOgXUwiIP&)l_+<6hoRnR+$&l6<2$mYhGcT=x5z==ZkGUT|@KbnGC1DASwjr%(6T zW;OaPrF6V6Eg{3p^usJ(VvwIRL^@`_@LRFy*gk$8O+FPqK3}PAvsPV>Yt@;>P#1at zykUK;{QQ6iz8|9)s@rgmY)JCNHcWw1>*m(rZIdL1!zIby*p5~o- z==jaXJKQ}UX4WA;hsDmEWz@LUjJ~qk>&Mg1qb)IA)C1b--)9H4(*0sc(ZY4a0# zqtbKpZWtF#)#J~RyL}|}R=9n-!`=o;|MS$-d|GCZ=Z3SC8fN77?Bxtv4+%#nBQwZx zQGfq>d^|kj9=^nUic^E068|c9ryIBVT7jrY?h^KEm>O*B^vg_0NcATM=l>QPReEz) zY*d&0&2O*r?fr0irZLE{IoJP6a9~sQTXFM=vQa&AmmT2CU^Be`PMv)8W`r>PMQ?dmwbMe22qzP>vmq@ znOZM*iF01n?gDPk-7soAA|8h<(?-3m?9wyD@fB%WMuOxRv|Er>&?xf(j3}1pi zSR5?-lxLbj@(Hou;7D=@b*1+*&%gUDnxmQI4%-*!{C^GbU-$6l(p&WZ{q<*rHO&z1 z@bn_&+2=*UnB1QM=B&-%**I!iEbHOEc|NQFz`+Kzct|n2_ z@>Jww#qS;a*7>hPKfg(SM@ofC_;05D6eeYau`xAgs X=KKiY3F5n9VZ6A$4GpRA(*KF0SjUc{0htCV*C-w!h!nzrR*n;hrBExViaD?eCdUz|otlbWaXpU4H0*0OoQK-M zeb@`1T3dhZI6X<9K~B#p-Ntcdsejt4cvWbMouc18Z@%;yiP zI{#u`Y)#{oI2B`YDdxeD4rW2+Q4<}A5qJwLqHjmX8G=&?<(>Xeuqo{-agdX15Y|A|Z-Pm%4eCg{p^kE>&7b79k=dvYmY@b+ zkLoA^gYgIJB}_v4E~=xyF&BQsq?n8S)&dHmCQu3UV{O!mN22;0k6M^}9uaNfGSq-; zP#t?v9UMlj_#|rJGuEr972QU)dx81T>1GCuL0!hSsJCDaYNs}!j`jdX=>305qzD-y z-AzX|QLj}~)K2t7O=uWuB9oCO&UDOz?@S5~FMXjtAY5^T_4)($o=-<;UWF01D zd}q7OIDp!snYTwykyIN$CRY+p?2!6HE}sqXy1`Dvw01r~s;784Slds0H=H)EJAZ zHxV_Vxu_#vW%IYXiRdi$qh@}}7TiEpd}!0JQ62ilnzKxY(WL96-iA@A2|PjVWby%K zq9Le$GokYHp?0hY>W;X}644B6*o-EqnYOd(KBx%}LtV1TmP~U!&umi3^tsrQS86Yj{ zXtJY@Di7+C6-FINWzdza4>4?wxb&CMxE(#)Ye`` zt?)i(#HXm83mR%B9D-VLIBF+zp^mf~>JGFR%Kj^(4;h-k7}P*BPz{$^*P#a9idw-z zR0pSQ`5&l>{)L*rQ`C;VK^>9LFk>j{5=WvIo^KfYuh*u8&1i<|paW_GJy9JDKn*+z zwUT($%D=<3cnBl#3TmQnQT+rAH#?OQb;Maw?TVrLE#oHAm`HuhjvG)bJB!+hJD3h% zp&BF~VJ4Opbyp%$^}a-{xF%`>jcmFDYG-@d{Gq6cOhUDDFC(IrZbco%Zqyc?M6KW~ zYM`sA2|Pq?-AB}I4`c^5U^-Mf7wRYqqxvg}nm}zVfXz@lFcn#-+nG&7GhdIH(1V)5 zIh+3rs)L(0{}F1SXQ-X}Xv@=#H0>f#6VG9dMop-wwG>t*T>%s6{hvZaXBg+r;0UbS zQMdd%)Y<=p8u&7X;vLk^d_YYw`8VbRDh#!?MNku|jN0Kk_#-w()z3VNa>jQeiKszA z)Y()(b=(v+U^mnj54QOeQ1up|Cb$({=-lBFc$!PXpGs{dQ z8|K7ZSRHkCeNihIi#n2NsDa|F%TWVtLDf5e8sHdeB9~Ejfj{m2(F_azC_i3Yt#N?&5;G-7V^_#4LpWTG4(hz zu^!{te+@W@46STD`r{nbZC{8baSLk89->y}j5mMh3&gD?^WtW_foeZ>f|*bps{f^! z2sfi9z7sR!DL0YCL>{6VzCiCvY}$XK88|6w0_t)O#b}&>>MsFR{~(6p zIn02MFe3&`GDqglK|~!!V__^~3u0~l2%Dacft1g~B)AfFM>bgxp?2s3cES5LU2n1( zuoG&cW2`fge%#IyB3k)6)Ru2X9mQePOwXdu_%UX|=ctvXnPMi86SbwqQCnRXwY9A= zFOI+f+=%*o*@^1+f>+M}Zz5UANH*1c4#c2VR@K@ZHE>VNhBHtT*n#=*N7Rn|WAmM9 zraToUB|kexU<^j$SE!>HhMD#L&m*E0CZIarhwAV&YD=%6&h#;Ar(U5h(|b&YKGV(C z2BTJ*2~|HQs-I|^UktmFE{D;$5#8$WHzJzAAE+;zyO;t$T2st0cO)FuaSRs3VptZt zqXyoDn%FMX!27MoQ0>m4CVUljDeukT{Pof6Gt-=X7-|QiZMrO~!v>fho1-Qei@9+c zMqvVKz}x7(D;Pxjx%DIJ%O_}-+0inn2{o9-{%htfY(@ub4@^#eENUmlU=EyZ%lB9h zquT$3De(eoB6m;|e~P*T|6nTgi8EjGA*ef0!c9a2G{Qjah-%QsriY`BXacIkX{Z6` zpjNuX=C4Gp=v&mpx1&C|zDL#j7qufkv(0bIQlO5)U6zOnYNHx9M@^_Js>30+d=%;k zrlT6JM@=ZfrVrTkDOCFlHhtTsA7C2t-=P+mVvaZMb}|sr3S&?m7Qq5o3JYUz`~ugY z-t)7lj_#q}=MSh3!{(ZmMT!TYCMM;;0|gB9-;<#jXHw=P&<%(zWD%(K&8u}CRiWc+RCqqsDoH6 zh~L->J5eh>j5_mksDXb+)qjDS&_~RHehW$CVA z8QQuh*4L;NI19~t9*i+0i=$TD6*WL_)N3^e)!}5+5iYW>!3fe@Q4>CgTJUwuj?Wje z|C)K)MW(}2sFhYit-L;JVr@}d*9|qma7>Tmu{FR+wvEN;YU=xu%+hPEh}oGwNU*uM-A8k zbr)jM`<7r+#&;$YQG+|EEq{Tk=(EghQ3}+~WI;77hLKnf^*PZUHNa9Vj$7~?{$}{*GC(#A-gyu_b22GguxUVH!7)d~3{ES44l(bx=pq5Vf@}Y<_#xUFeDfTm;n0 zAFnm9;lJ3Bw9h*8x-~&RwMXq-8*5iL_yC{2Hj8Zn%N{Pei0S8M&}6s=*}G>k((ut5EOj zCe$T8i0bgPO+Q1u70yO8fl$7f{j+i)*l!|JD3?OZZofKJ1nR7e=d=F6kNf) z7{xmkj!iKO4#pw45Th{EW4;T@qgK=pQ{Y6*f%8!lJc!jXc!$~H=9q_cFVxO0!a&A% z))Udz@9<{ut%Q9^pF~~4(mT!8E zM%|%GSQu+#M;wE0&GaFW-1r7HV3s{*>w04a(tA-8`e@U&IAG4snThK70@lE5s2$0@ z&#bVJ^&3?AX^g?J{bpxs>}UTQkg<%6`uGZqVYLHhC8IEc^c>XI@3QG1P?z%#Y61^Y zJNMG&f50fxJ_q^q!)R1`GS0#TRJ-bj+~%{o{vmVuHe)LauA$DXG%c~Abk(pVb~FqKLT|`<1q^^a1+T&WFJ0r@uh+JNS`}uUMJU& z=Jw`6-R`p36+2=z)x)xw;h4D#El}mta2USDb2#8QXP%uW&x5#fO-g3HbhO-j=MV zS*+gwVnkFS-5Jwi4C+qQ#wc8g+MzQTg3mEK2AnmYgn2Oo=?17R?TwniEYw!-LiKk7 zQ($Jcqa;S7_uv1z5=lwM0L+6EP&=^`!|*5UiFa@mHaKqvxQqozzsG(UeSto31rEgY z7tPo4Ol(8?9(KlRm-tx#w_|JWpA-Cxxm>+5n)EsBg3e{fX%Ag7AD%(&z(*W{Ay>=} z&A{TM_u)|d2elJ@ukuBMv+)~zh@G&JR&1GenfSY{JQBV6!o4) zppNDXOoxq76X=D(=ti}lVO@$k!p*21J7V*%qQ<+AYWMy+`=5zO&<&FjiAtBmP;83& z;OUJTcm(Fhc+?6{pz2-6r1%mGp{}-eqA;pm8Jli`+QGJ{iFI}p(Mm?3wrHBIFbB1w zg{TR9iy3e?YUUSF6S;#$G3`zBy4Jyrq{pEqwi3U@Js6I!u^6WP!;I&yOC&8BjZs_Q z3pMaS)C$Jo7@UF87;?*8wu-2FBT)6GTH|pR>E*Zw3*9#5PcbFww-|^?|MX74?SvB1 zR%Al$L_t)A3K)j9Q9IMcmiI>O#7NYH7oqORD$IUT}QYj8Q~UFeTZ z?r|9z-)TieThj+sFdB84CZZ-X2eaW4n?8)He-d@J*Rd3a-8VPR=^#`(#HPbhTbvtpR8>)Tq8)0$zP5Y<>TOwv z5x5T*;q|}R|0G0)JTUL;7*xags0nPb?nbTnd(;_Uz=HT3)jsD#^OnS*cCNIwItG$% zgnEnGpeEQ0y>Hz^_CF~Z)5uW81*nRvQ8V^n5j=*v{r_QS%=^fE`OHOa>3-`EsI5PV z>hBtAg7<9t8EOI_Q1z0!ADfkDL}lc+>GG(K8>8OmR;Y$UQ8S-}x@-$jN4DGMA41hT zi^=eJ)F<9!RR7KsQ=SsFlkNy2I>R!kJJ1@l;~><)i*W?*!K7IHsrl))66%QRp;p)& zbwnLd6Ca2ga0KcDXF96haqD@cp4+)*BF=5hMTG~bfl~c#I?Rk(K@94WRX|O+6(+|K zsE((ib|M~Ce<^B$+c697wdw1ap7dQzsrTP`X0|jH29wN+>bM}Pqw==Aq0R4rs@ES= z;#f?9@u;k#8;^P6F+A`8b6eXwkSX9{qKtU_Ueu5V61g6YHQbG z4&01Eco8+=AE*JIVpep$Ft1y7)LBl*Jgk))C#ho2F`=2 zu?*@=>)ZSeHa!Tng_BSdoQJBv6t$xstbm7Xx!)Tzp`@sVM4;XRcYY$8aShZ88lVPj zfjYaMs1^4^ZRu##z{_m;W>kBRbsuWWk6KS+W76kP6aC_?=_dwh=XPol(ZG#RTht0Q zK!4OujKbVF$Ce+k)C5z%H)cfjn*&4j{ud*nv#Mil zZz~MO^yE*mu0c)k5Nd~hL3Ml|by=UG?!v#Ql?HtAa}?+NiJPhL}U||6n5C zvqN?0L2cnan}68)3#KFg0cwT5|C)Bes2$91&4Zd~A=J)PNA=$Z>tHNuM~|Xg6`v5% zrSSXD7=mG>bE0;p9IAsxsEKt&?M!df9hrn$`E=BlFTwUW;G_AQ&u^#+mvUU*yHp)D zUNeXP{#qS&BSQo9!E!hjGvP7R*51J!_zX{DT9@%IYD;(exV(2}A8H~$q4KYy7I+i2 z;(t&R4)-!S!`Ik|*{ew+M1h~BaoL33CLvE)R5#7>>sI6ay`SFnTIqC?qCvkaydsPZ` zSNfrLVmzvR6>8x97=dT7H2#g6K)yh;L-kR2V=#KZ|3?zhR?k9pxCHe9v=?<*PN25z zH0m?|B5G@ISRdN_H>lUpC#h*4h$Bg-!{Rs})!zl{70l))<2n%?fh)-6{bWjsT48on zhsE$qEQ{4}IO>Rw+4A$KJM$}Qg14=YQJ3yD>WBi8nIq1NI>MUh{ri7=BAP&d)Ygo_ z2%L<1&o^Q&{1Nlu6VwDUBsT-+L=BV=b=k^d5v+q6XdG%{OHl3BSv|>l|FyycWN4rt zQMd9Y7RC3d@`5RhB~eFJ0d?keP)E@jwF9xJ_k9HFPR&ML;ti;yy=e2Fq3Q<&^Zu)Y zl)+|(nXS1|GcACsSPFG^l~EI@f!e9Ys1>%t+Bg7pSB|3Ij+0mgZ=xoaJEgfBrBUTI z-9&V2+n@&OXDbXtHJD`6%TQam*}5Awfy1aRKY`k*E2yKmi5lP;Y9WbInLCvdHBJsx zdv`REQbY=4G3`K4h=$0WCCiS8K|S3 zk6)k%^$B<#S&-X#OQbLvzG=**D~{@@8EW9J*5R0w^bFJh3D$$CBRpo)7g4Y8HPp%< zpeFbV=VMTanfMy?{{HVW5mmg6I^!o;8DF5zvP7ua%Ce||8=?kii7M}g+VVcAqZoxb za3*RY38)=AhPo?PZT>SXt@q!R)^t!7_1=Gls@TCg9JRtZs0pkt79l+vb(DKh6F7=`i_W7KcptUHPDYbXlacpd-_v=>(3#dot)vBNV%<;^ z8gA3$P-i|5wG&HFE8K=!;m@eo>K&?{E0a0e#Hjw#p;jJ=DlgKEO>_0p~@S`qxmO7Xew!4&_EoxFSYkEY{Zhzsy9O zr>HF~ozA#!-Pne_a6iop|-|1%5)rxnsGGhgQgT}LbYsu zchpDnP@7(X8gLux$M^l{oha(9xR2VAr>M*QI*RvSTM?1R%sdjc!g8qBswV1tzBB6b ze1lrScJ%)J0JZWvsEPaMH4{%~jX|}qirV2es5>wWwZn7sy3Gf|Ix=)w_Ms+p10(Q0 z>Vqapv{^}h)JjUDCRzzqzbZzayc_F2NuO$)+eYBqMU_|rBG+z0Gr@Ytcn*=Tb!wg`SH6b>JAM+-G#BJ z%Q(xVdH;!wA!8Hvzyd{0#bu~Vw+Z!0wcmOgwZ*?<4t$R~%PhrQ-hTxzh}y}yI1m?O z6$~kER@@Tx(K{X!>+kJnbVHkhoWdEa}XI_!_y zp&_WdF%z}ri?AzRw&mr&G&|Q6Ycakvl1L3ajpZ?{l*{|C;Vn@!--gxkE$V}%VriH6 zUo>l>zTH+}W895eKyVqefG${u^bwo(E$j0BgG5VgLH>8>*3W*S<;-nufDxoSqqcq` zX2toaE!~Hjz!B7KKZW{<=?X^Sb!>}C%9{_M?zo)v5>)%L70e~Ag8G13TY>jq4X%=* zE&Q^gd0)$8Ytqe81MbC=_ycxBr;@od-BA;HhI(86#g3S_viYEyje5Hlp%${mdLCV* zr}(n}x;*zuX~kdgK|bDxw?U;m;iNke3J~H*Z^apue|j$1dY{r6C<`O(rrvPWaWuv0 zcpCLgBpjt&PbQuJYQk4!T*0$cx<Ottx^h+idN zkIr6C4ck`n8~TH1f~~Ld|KFoCjHU4t8uZ4cR7y|ym9W>=ipA2DpTXnQX-{0AaC$Zp z>Ud-S|Bv#Nzoq>xvc9$1KjCoNGC2SKONH@dJg|k?DL6xevgo2L2|@4sr>8z?J>i5o z#Jf>X&k&nGg0^}pk`AWqKjLQz{fK8(0Z%!?63X*v3SCKjMfj0W)OPYU@ijI+oeuL5 zUx^RN*K?P+KCC8_pM$ub|A?m})Up#&UP|J;_D)BfLYbal2y@AssCL@_wS-R(za?>A z67H#x$B#zmY5WiAXyQj~CoOR^`3bh(cc!}cb0VJnFq^OJNL!Yde7!AvOgQZcjS22V zWDX(BCUJ-G>1j#iJM!J+g)>+-(tC;Pvs;he`xoT*BX1b-Im+bWXA$p{1ZUA+&kF)? zxD!XXNIW}s!nRs}eme1xp=TfQy2MM<@E7C*&$&eSmUKZv9N`6NJ#%o9jhh^f%tk)Y zPa?`P6CM)k6HeN)$JVO!<=y{G6t?ju_$Vg6jd&Pg8*x27u`X_>(;39i67muM{7Fmw zK*Ao%R$aMftDB^kskxu2vsqP?(T|^aa9p%JsCzaoCIYM+p2Z=^fu`Nae{C zw7`b8^UZ2upDg6vxABg|uM!U=WTwNvXw!`N30vO64i;kj@sK~(##QBkjX(3s_)TeW zm`?5z^!!V~T=FUrntaw!WechEGoHbf*p@mY@Er9z6TeQ#Mp-h_J1`Sr3FV)jX+#c@ zH;JHUfX;suiPZ!*jrANNFB$0xgi!L@U|B*Ff}YU^@1Ob}*R$7_Dc+6nHGOm;Zz}Qr z^bt?`8R?URW}nq{m!WVSl^PJ9Q0XWhB+Mk}`G!0_`axp^4f*EuJ{O6vGEt{Bd9#VD z-)0X!s%byWU<}zU!as5pw6>&Xps56WPdx(#> z^_B1cSv)uC2Bg2CO*z|cKY6~i8%$E+~#ejdbU=8K7?;cr$zpD?aU+WBeWxYMQB9+ zD_lhVG}xE)c;fYN8R;U#OVjUjf``0#LJ{H)W!))Tj5$Bu|D|N;$$@!I)Tu^;>QvHm zkFbogi-f~Aucx->#3>G&Jkogx$`orZL0;(9vKrWK)!NjiIMyFL2M|B;Y| zP|$X4>o^N+dI4pZ2eW>$)J-x{+NmxK|m#5M! zB2@@C?5xt!(Qo8WB^`vRNN*wN>18{ejNehd!nP?u*#K`1-V*9&B&;Akih7%gk0I`Z zrEGguP08Osoep#`i%_17NGja56{eG?XP-g8-17dmYbE8!h!?{RlqDtp($)#EZ6{f4 zQ5H#ujh%Y7VCp`dbP@ao;0-*uvtc2`@Ii#=A&mY9A5r2((+|`MUAY%ijB)Etl zA$)p<+sFa(UQ%9xFxKWxp~I85Zg)G$&Xns3w3?Lpvx?1YZQC5v``^+wRFxuB*hJwb z;x!3FiT5C^rp_AMXef1>Q?`h_V#FJf|I~JTg}g4dUOG%dy=dG271HmCucGcS;wv#q zfB)B0h>S)QCJ;Yr8#Kq+&q|q%$~)$sbK#5B&7xr~WkZ`s@9_K_ahhv=KKERuOjE23u*>nD{wd zN@zg+t{RX!^YDK^U2VHq%KxM=9Jf%fD4{&@FKu~k;&%O}i~VHe@@Dd3LFH+-;!W}{ z5(ZN3EcyG%&q&x|nmNgd52O4mTmKL8j}yjG_e(-!;)k#UK~GWYRwN`l(qn9$fy56JuZc03igJ%Ft51A1`FieP3G$EQDO>)Qcmg4m zpr;;_ysY#0K2#b>B*?C$43*B1w}jAv{3ZwOwK3iYucZ8p4cUTFYrnam; z^&@XJ;JYaq~|rEC}9+#7J2RQ82&=2 zO?)2yig)N|0O1Yk%Y*~;cN^1FrsoHJ|K}t45k7zBk+@B$M3_mV{xtghN%L7En)m_2 zW9t0yS-s4}^VxcJi9e#B=Y(5~)dvSr)=}l5gc@Y%`JQl-%6_ER+DYZLo&JM6ZC)ht z#l-6nzP07CID__`a5?P<;}mu3c%mD<3-uK2QN|S)(yOuOM6VV;o=p9g_<9}=IPT*) zHaNlMSunJOPu#WPH9ZwaEOW&@cW3cb7+E)Q+}iP>aTmwui%T^jm#6xK!!A$mN&Eaf zX{UGf@l2UHz}M4b&T(H)nfZYM{{6f3?9|WGV>!KMSzRTOXT^ped_5z!4E2eN*xo5_ z=JpMq=AP=laf=f=cpB|~=@-{?|4q+|0|SyLE*eoFrbM9_Px#N(GI-qghq~fUJ!tG1 z_i&kyC+cZuKhLEXoqRoYU;pOv)O|bGC+?s3ojm*>(RSczy588bm`TzOF~>uS2e$cSCOvJ#0gCcxC;3tY%Ag_l&HRx}0l>fBd8>uCVy\n" "Language-Team: Italian\n" "Language: it\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "Esiste già un utente con questo nome utente" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "Questo dominio è bloccato. Per favore contatta l'amministratore se pensi che si tratti di un errore." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "Questo collegamento è già stato aggiunto per questo libro. Se non è visibile, il dominio è ancora in sospeso." -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Esiste già un'utenza con questo indirizzo email." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Un giorno" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Una settimana" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Un mese" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Non scade" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} usi" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Illimitato" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Ordina Lista" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Titolo del libro" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Valutazione" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Ordina per" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Decrescente" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "La data di fine lettura non può essere precedente alla data di inizio." @@ -139,23 +143,23 @@ msgstr "Cancellazione del moderatore" msgid "Domain block" msgstr "Blocco del dominio" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Audiolibro" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "eBook" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Graphic novel" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Copertina rigida" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Brossura" @@ -183,7 +187,7 @@ msgstr "%(value)s non è un Id remoto valido" msgid "%(value)s is not a valid username" msgstr "%(value)s non è un nome utente valido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome utente" @@ -257,73 +261,73 @@ msgstr "Citazioni" msgid "Everything else" msgstr "Tutto il resto" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "La tua timeline" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Home" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Timeline dei libri" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Libri" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Inglese)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch (Tedesco)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (Spagnolo)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Galiziano)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (Italiano)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Francese)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituano)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (Norvegese)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portoghese Brasiliano)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portoghese europeo)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Svedese)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Cinese Semplificato)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Cinese Tradizionale)" @@ -395,7 +399,7 @@ msgstr "I moderatori e gli amministratori di %(site_name)s mantengono il sito at msgid "Moderator" msgstr "Moderatori" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Admin" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Stati pubblicati:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Versione del software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Informazioni su %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Luoghi" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Anteprima copertina del libro" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Questo link ti sta portando a: %(link_url)s.
È qui che vuoi andare?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continua" @@ -1284,7 +1290,7 @@ msgstr "Codice di conferma:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Invia" @@ -1301,7 +1307,7 @@ msgstr "Invia di nuovo email di conferma" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "Indirizzo Email:" @@ -1323,7 +1329,7 @@ msgstr "Comunità federata" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Directory" @@ -1443,7 +1449,7 @@ msgstr "
%(username)s ha citato %(username)s" msgstr "Messaggi diretti con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Messaggi Diretti" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Aggiornamenti" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "I Tuoi Libri" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "Cosa stai leggendo?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Cerca un libro" @@ -1703,8 +1710,8 @@ msgstr "Puoi aggiungere libri quando inizi a usare %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Scaffale" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Recensione" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Accedi" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Accedi" @@ -2178,7 +2185,7 @@ msgstr "Accedi" msgid "Success! Email address confirmed." msgstr "Indirizzo email confermato con successo." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Nome utente:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Password:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Hai dimenticato la tua password?" @@ -2219,23 +2226,23 @@ msgstr "Reimposta password" msgid "%(site_name)s search" msgstr "Ricerca %(site_name)s" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Cerca un libro, un utente o una lista" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Barra di navigazione principale" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Impostazioni" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Impostazioni" msgid "Invites" msgstr "Inviti" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Esci" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifiche" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "password" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Entra" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Stato pubblicato correttamente" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Errore nel pubblicare lo stato" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Documentazione" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Supporta %(site_name)s su %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "Il codice sorgente di BookWyrm è disponibile liberamente. Puoi contribuire o segnalare problemi su GitHub." @@ -2915,6 +2922,11 @@ msgstr "Termina \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Inizia \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "Termina \"%(book_title)s\"" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Falso" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Data d'inizio:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Data di fine:" @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Dashboard" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Totale utenti" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s report aperto" msgstr[1] "%(display_count)s reports aperti" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s dominio necessita di una revisione" msgstr[1] "%(display_count)s domini necessitano di una revisione" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s richiesta d'invito" msgstr[1] "%(display_count)s richieste d'invito" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "È disponibile un aggiornamento! Stai eseguendo v%(current)s e l'ultima versione è %(available)s." + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Attività di Istanza" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervallo:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Giorni" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Settimane" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Attività di registrazione dell'utente" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Attività di stato" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Opere create" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Commenti del moderatore" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Commenta" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Nessun rapporto trovato." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Informazioni istanza" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Immagini" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Contenuto del footer" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registrazione" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Impostazioni salvate" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "Impossibile salvare le impostazioni" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Nome dell'istanza:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Tagline:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Descrizione dell'istanza:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Breve descrizione:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Usato quando l'istanza è visualizzata in anteprima su joinbookwyrm.com. Non supporta HTML o Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Codice di comportamento:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Informativa sulla privacy:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Logo piccolo:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Link supporto:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Titolo supporto:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Email amministratore:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Informazioni aggiuntive:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Consenti registrazioni" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Consenti richieste di invito" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Richiedi agli utenti per confermare l'indirizzo email" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Raccomandato se la registrazione è aperta)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Registrazioni chiuse:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Testo della richiesta di invito:" @@ -3928,6 +3953,118 @@ msgstr "Annulla sospensione utente" msgid "Access level:" msgstr "Livello di accesso:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "Configura BookWyrm" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "Il tuo account come utente e amministratore" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "Crea il tuo account" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "Chiave amministratore:" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "Una chiave di amministrazione è stata creata quando hai installato BookWyrm. È possibile ottenere la chiave di amministrazione eseguendo ./bw-dev admin_code dalla riga di comando sul tuo server." + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "Come amministratore, potrai configurare il nome e le informazioni dell'istanza e moderare l'istanza. Questo significa che avrai accesso a informazioni private sui tuoi utenti e sarai responsabile di rispondere a segnalazioni di comportamento non idoneo o spam." + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "Una volta che l'istanza è configurata, è possibile promuovere altri utenti a moderatore o ruoli di amministratore dal pannello di amministrazione." + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "Scopri di più sulla moderazione" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "Configurazione Istanza" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "Assicurati che tutto sia corretto prima di procedere" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "Stai eseguendo BookWyrm in modalità debug. Questa modalità non dovrebbe mai essere utilizzata in un ambiente di produzione." + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "Il tuo dominio sembra essere mal configurato. Non dovrebbe includere protocollo o slash." + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "Stai eseguendo BookWyrm in modalità di produzione senza https. USE_HTTPS dovrebbe essere abilitato in produzione." + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "Dominio dell'istanza:" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "Protocollo:" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "Utilizzo S3:" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "Visualizzazione" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "Lingua predefinita dell'interfaccia:" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "Mittente email:" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "Abilita anteprima immagini:" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "Abilita miniature immagini:" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "Sembra tutto corretto?" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "Questa è la tua ultima possibilità d'impostare il tuo dominio e protocollo." + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "Puoi modificare le impostazioni dell'istanza nel file .env sul tuo server." + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "Visualizza le istruzioni di installazione" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "Configurazione Istanza" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "Installare BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "Hai bisogno di aiuto?" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Crea Scaffale" @@ -4019,7 +4156,7 @@ msgstr[1] "e %(remainder_count_display)s altri" msgid "No cover" msgstr "Nessuna copertina" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s da" @@ -4034,7 +4171,7 @@ msgstr "Boost" msgid "Un-boost" msgstr "Un-boost" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Citazione" @@ -4324,7 +4461,11 @@ msgstr "Inizia \"%(book_title)s \"" msgid "Want to Read \"%(book_title)s\"" msgstr "Vuoi leggere \"%(book_title)s \"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "Scegli con saggezza! Il tuo nome utente non può essere cambiato." + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Iscriviti" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index a51eac201557dc1ecf38e77eeb7661cf8c739dbd..a58ec0c8dda427b63ebbfedb462e1476a4ee5879 100644 GIT binary patch delta 22 ecmew{gZ0M@)(smEvRfz^m|7VdZr*Y5Ko\n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "" -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Vartotojas su šiuo el. pašto adresu jau yra." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Diena" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Savaitė" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Mėnuo" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Galiojimas nesibaigia" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} naudoja" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Neribota" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Kaip pridėta į sąrašą" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Knygos antraštė" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Įvertinimas" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Rūšiuoti pagal" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Didėjančia tvarka" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Mažėjančia tvarka" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "Skaitymo pabaigos data negali būti prieš skaitymo pradžios datą." @@ -139,23 +143,23 @@ msgstr "Moderatorius ištrynė" msgid "Domain block" msgstr "Blokuoti pagal domeną" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Audioknyga" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "Elektroninė knyga" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Grafinė novelė" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Knyga kietais viršeliais" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Knyga minkštais viršeliais" @@ -183,7 +187,7 @@ msgstr "%(value)s yra negaliojantis remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s yra negaliojantis naudotojo vardas" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "naudotojo vardas" @@ -257,73 +261,73 @@ msgstr "Citatos" msgid "Everything else" msgstr "Visa kita" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Pagrindinė siena" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Pagrindinis" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Knygų siena" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Knygos" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Anglų)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch (Vokiečių)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (Ispanų)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (galisų)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italų (Italian)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Prancūzų)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norvegų (Norwegian)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português brasileiro (Brazilijos portugalų)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Europos portugalų)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Švedų)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Supaprastinta kinų)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Tradicinė kinų)" @@ -395,7 +399,7 @@ msgstr "Svetainės %(site_name)s moderatoriai ir administratoriai nuolat atnauji msgid "Moderator" msgstr "Moderatorius" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Administravimas" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Publikuotos būsenos:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Serverio programinės įrangos versija:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Apie %(site_name)s" @@ -741,7 +746,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -864,7 +869,7 @@ msgid "Places" msgstr "Vietos" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -923,7 +928,7 @@ msgstr "Peržiūrėti knygos viršelį" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1220,6 +1225,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Nuoroda veda į: %(link_url)s.
Ar tikrai norite ten nueiti?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Tęsti" @@ -1293,7 +1299,7 @@ msgstr "Patvirtinimo kodas:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Siųsti" @@ -1310,7 +1316,7 @@ msgstr "Dar kartą išsiųsti patvirtinimo nuorodą" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "El. pašto adresas:" @@ -1332,7 +1338,7 @@ msgstr "Sujungta bendruomenė" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Bendruomenė" @@ -1456,7 +1462,7 @@ msgstr "%(username)s citavo %(username)s" msgstr "Asmeninis susirašinėjimas su %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Asmeninės žinutės" @@ -1629,7 +1636,7 @@ msgid "Updates" msgstr "Atnaujinimai" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Jūsų knygos" @@ -1697,7 +1704,7 @@ msgid "What are you reading?" msgstr "Ką skaitome?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Ieškoti knygos" @@ -1716,8 +1723,8 @@ msgstr "Kai pradedate naudotis %(site_name)s, galite pridėti knygų." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2045,7 +2052,7 @@ msgstr "Lentyna" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Apžvalga" @@ -2190,7 +2197,7 @@ msgid "Login" msgstr "Prisijungti" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Prisijunkite" @@ -2199,7 +2206,7 @@ msgstr "Prisijunkite" msgid "Success! Email address confirmed." msgstr "Džiugu, el. pašto adresas patvirtintas." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2207,12 +2214,12 @@ msgstr "Naudotojo vardas:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Slaptažodis:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Pamiršote slaptažodį?" @@ -2240,23 +2247,23 @@ msgstr "Atstatyti slaptažodį" msgid "%(site_name)s search" msgstr "%(site_name)s paieška" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Ieškoti knygos, naudotojo arba sąrašo" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Pagrindinis navigacijos meniu" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Srautas" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Nustatymai" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2264,42 +2271,42 @@ msgstr "Nustatymai" msgid "Invites" msgstr "Pakvietimai" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Atsijungti" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Pranešimai" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "slaptažodis" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Prisijungti" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Būsena publikuota sėkmingai" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Klaida, publikuojant būseną" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Dokumentacija" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Paremkite %(site_name)s per %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "„BookWyrm“ šaltinio kodas yra laisvai prieinamas. Galite prisidėti arba pranešti apie klaidas per GitHub." @@ -2936,6 +2943,11 @@ msgstr "Užbaigti „%(book_title)s“" msgid "Start \"%(book_title)s\"" msgstr "Pradėti „%(book_title)s“" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3088,13 +3100,13 @@ msgstr "Netiesa" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Pradžios data:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Pabaigos data:" @@ -3168,7 +3180,7 @@ msgid "Dashboard" msgstr "Suvestinė" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Iš viso naudotojų" @@ -3195,7 +3207,7 @@ msgstr[1] "%(display_count)s atviros ataskaitos" msgstr[2] "%(display_count)s atviros ataskaitos" msgstr[3] "%(display_count)s atvirų ataskaitų" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" @@ -3204,7 +3216,7 @@ msgstr[1] "%(display_count)s domenus reikia peržiūrėti" msgstr[2] "%(display_count)s domenus reikia peržiūrėti" msgstr[3] "%(display_count)s domenus reikia peržiūrėti" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" @@ -3213,31 +3225,36 @@ msgstr[1] "%(display_count)s prašymai pakviesti" msgstr[2] "%(display_count)s prašymų pakviesti" msgstr[3] "%(display_count)s prašymai pakviesti" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Serverio statistika" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervalas:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Dienos" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Savaitės" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Naudotojo prisijungimo veikla" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Būsenos" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Darbai sukurti" @@ -3668,7 +3685,7 @@ msgid "Moderator Comments" msgstr "Moderatoriaus komentarai" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Komentuoti" @@ -3731,102 +3748,110 @@ msgid "No reports found." msgstr "Pranešimų nerasta." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Serverio informacija" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Paveikslėliai" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Poraštės turinys" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registracija" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Serverio pavadinimas:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Žymos linija:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Serverio aprašymas:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Trumpas aprašymas:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Naudota, kai turinys buvo peržiūrimas per joinbookwyrm.com. Nepalaiko HTML arba „Markdown“." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Elgesio kodeksas:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Privatumo politika:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logotipas:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Mažas logotipas:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Puslapio ikonėlė:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Paramos nuoroda:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Paramos pavadinimas:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Administratoriaus el. paštas:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Papildoma informacija:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Leisti registruotis" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Leisti prašyti kvietimų" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Reikalauti el. pašto patvirtinimo" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Rekomenduojama, jei leidžiama registruotis)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Užrakintos registracijos tekstas:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Kvietimo prašymo tekstas:" @@ -3957,6 +3982,118 @@ msgstr "Atblokuoti narį" msgid "Access level:" msgstr "Priėjimo lygis:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Sukurti lentyną" @@ -4052,7 +4189,7 @@ msgstr[3] "ir %(remainder_count_display)s kitų" msgid "No cover" msgstr "Nėra viršelio" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s" @@ -4067,7 +4204,7 @@ msgstr "Populiarinti" msgid "Un-boost" msgstr "Nepopuliarinti" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Citata" @@ -4367,7 +4504,11 @@ msgstr "Pradėti „%(book_title)s“" msgid "Want to Read \"%(book_title)s\"" msgstr "Noriu perskaityti „%(book_title)s“" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Registruotis" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index 294ff6ad47735b6cbf782d6805a8eba343a54fbf..a37ff8fb7f43bbcdd5f1d0a30981940871a8c1d3 100644 GIT binary patch delta 22 ecmccnk>&13mJJ&ZvRfz^m|7VdZr*WFwHyF`i3#xl delta 22 ecmccnk>&13mJJ&ZvYRUyT3Q)fZr*WFwHyF`+X?*u diff --git a/locale/no_NO/LC_MESSAGES/django.po b/locale/no_NO/LC_MESSAGES/django.po index 3cbb7b5fa..913913a00 100644 --- a/locale/no_NO/LC_MESSAGES/django.po +++ b/locale/no_NO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-18 05:31\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Norwegian\n" "Language: no\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "" -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Den e-postadressen er allerede registrert." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Én dag" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Én uke" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Én måned" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Uendelig" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} ganger" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Ubegrenset" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Liste rekkefølge" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Boktittel" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Vurdering" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Sorter etter" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Stigende" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Synkende" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "Sluttdato kan ikke være før startdato." @@ -139,23 +143,23 @@ msgstr "Moderatør sletting" msgid "Domain block" msgstr "Domeneblokkering" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Lydbok" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "e-bok" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Tegneserie" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Innbundet" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Paperback" @@ -183,7 +187,7 @@ msgstr "%(value)s er en ugyldig remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s er et ugyldig brukernavn" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "brukernavn" @@ -257,73 +261,73 @@ msgstr "Sitater" msgid "Everything else" msgstr "Andre ting" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Lokal tidslinje" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Hjem" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Boktidslinja" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Bøker" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Engelsk)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch (Tysk)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (Spansk)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Gallisk)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (Italiensk)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Fransk)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Litauisk)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (Norsk)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português - Brasil (Brasiliansk portugisisk)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Europeisk Portugisisk)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Svensk)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Forenklet kinesisk)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Tradisjonelt kinesisk)" @@ -395,7 +399,7 @@ msgstr "%(site_name)s sine moderatorer og administratorer holder nettsida oppe o msgid "Moderator" msgstr "Moderator" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Admin" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Statuser lagt ut:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Programvareversjon:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Om %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Steder" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Bokomslag forhåndsvisning" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Denne lenka sender deg til: %(link_url)s.
Er det dit du vil dra?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Fortsett" @@ -1284,7 +1290,7 @@ msgstr "Bekreftelseskode:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Send inn" @@ -1301,7 +1307,7 @@ msgstr "Send e-post på nytt" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "E-post adresse:" @@ -1323,7 +1329,7 @@ msgstr "Føderte samfunn" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Katalog" @@ -1443,7 +1449,7 @@ msgstr "%(username)s siterte %(username)s" msgstr "Direktemeldinger med %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Direktemeldinger" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Oppdateringer" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Bøkene dine" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "Hva er det du leser nå?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Søk etter en bok" @@ -1703,8 +1710,8 @@ msgstr "Du kan legge til bøker når du begynner å bruke %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Hylle" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Anmeldelse" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Logg inn" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Logg inn" @@ -2178,7 +2185,7 @@ msgstr "Logg inn" msgid "Success! Email address confirmed." msgstr "Vellykket! E-postadressen din er bekreftet." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Brukernavn:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Passord:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Glemt passord?" @@ -2219,23 +2226,23 @@ msgstr "Nullstill passordet" msgid "%(site_name)s search" msgstr "%(site_name)s søk" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Søk etter bok, medlem eller liste" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Hovednavigasjonsmeny" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Strøm" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Innstillinger" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Innstillinger" msgid "Invites" msgstr "Invitasjoner" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Logg ut" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Varsler" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "passord" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Delta" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Status ble opprettet" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Feil ved lagring av status" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Dokumentasjon" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Støtt %(site_name)s på %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrms kildekode er fritt tilgjengelig. Du kan bidra eller rapportere problemer på GitHub." @@ -2915,6 +2922,11 @@ msgstr "Fullfør \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Start \"%(book_title)s" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Usant" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Startdato:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Sluttdato:" @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Kontrollpanel" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Totalt antall brukere" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s åpen rapport" msgstr[1] "%(display_count)s åpne rapporter" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s domene må godkjennes" msgstr[1] "%(display_count)s domener må godkjennes" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s invitasjonsforespørsel" msgstr[1] "%(display_count)s invitasjonsforespørsler" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Instansaktivitet" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervall:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Dager" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Uker" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Brukerregistreringsaktivitet" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Statusaktivitet" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Verker laget" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Moderatorkommentarer" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Kommentar" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Ingen rapporter funnet." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Instansinformasjon" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Bilder" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Bunntekst Innhold" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registrering" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Instansnavn:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Slagord:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Instansbeskrivelse:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Kort beskrivelse:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Brukes når instansen blir forhåndsvist på joinbookwyrm.com. Støtter ikke HTML eller Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Atferdsregler:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Personvernregler:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Logo liten:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Lenke til brukerstøtte:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Tittel på brukerstøtte:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Admin e-post:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Ytterligere info:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Tillat registrering" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Tillat invitasjonsforespørsler" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Medlemmer må bekrefte e-postadresse" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(anbefales for åpen registrering)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Registrering lukket tekst:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Invitasjonsforespørsel tekst:" @@ -3928,6 +3953,118 @@ msgstr "Reaktivér bruker" msgid "Access level:" msgstr "Tilgangsnivå:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Lag hylle" @@ -4019,7 +4156,7 @@ msgstr[1] "og %(remainder_count_display)s andre" msgid "No cover" msgstr "Intet omslag" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s av" @@ -4034,7 +4171,7 @@ msgstr "Støtt" msgid "Un-boost" msgstr "Fjern støtte" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Sitat" @@ -4324,7 +4461,11 @@ msgstr "Start \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Har lyst til å lese \"%(book_title)s\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Registrer deg" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index be5cb9652d35fe9b5b0b8a347999f58eb1855b75..f3b2856b74be2a1faa670b899c2e53777bf9c560 100644 GIT binary patch delta 25912 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

m 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 diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index ea43ca2bf..2334c5a3e 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 20:40\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-18 07:52\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "Um usuário com este nome já existe" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "Este domínio está bloqueado. Entre em contato com a administração se você acha que isso é um engano." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "Este link e tipo de arquivo já foram adicionados ao livro. Se não estiverem visíveis, o domínio ainda está em processo de análise." -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Já existe um usuário com este endereço de e-mail." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Um dia" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Uma semana" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Um mês" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Não expira" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Ordem de inserção" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Avaliação" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Organizar por" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Decrescente" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "A data de término da leitura não pode ser anterior a de início." @@ -139,23 +143,23 @@ msgstr "Exclusão de moderador" msgid "Domain block" msgstr "Bloqueio de domínio" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Audiolivro" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "e-book" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Graphic novel" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Capa dura" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Capa mole" @@ -183,7 +187,7 @@ msgstr "%(value)s não é um remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s não é um nome de usuário válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de usuário" @@ -257,73 +261,73 @@ msgstr "Citações" msgid "Everything else" msgstr "Todo o resto" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Linha do tempo" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Página inicial" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Linha do tempo dos livros" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Livros" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English (Inglês)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch (Alemão)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (Espanhol)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Galego)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (Italiano)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Francês)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituano)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (Norueguês)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Português do Brasil)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Português Europeu)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Sueco)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chinês simplificado)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinês tradicional)" @@ -395,7 +399,7 @@ msgstr "Moderadores/as e administradores/as de %(site_name)s mantêm o site func msgid "Moderator" msgstr "Moderador/a" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Admin" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Publicações:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Versão do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Sobre %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Lugares" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Pré-visualização da capa" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Este link te levará a: %(link_url)s.
Você quer mesmo ir?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuar" @@ -1284,7 +1290,7 @@ msgstr "Código de confirmação:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Enviar" @@ -1301,7 +1307,7 @@ msgstr "Reenviar link de confirmação" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "Endereço de e-mail:" @@ -1323,7 +1329,7 @@ msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Diretório" @@ -1443,7 +1449,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensagens diretas com %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Mensagens diretas" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Atualizações" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Seus livros" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "O que você está lendo?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Pesquisar livro" @@ -1703,8 +1710,8 @@ msgstr "Você pode adicionar livros quando começar a usar o %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Estante" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Resenhar" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Entrar" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Entrar" @@ -2178,7 +2185,7 @@ msgstr "Entrar" msgid "Success! Email address confirmed." msgstr "Endereço de e-mail confirmado com sucesso." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Usuário:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Senha:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueceu sua senha?" @@ -2219,23 +2226,23 @@ msgstr "Redefinir senha" msgid "%(site_name)s search" msgstr "Busca %(site_name)s" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Pesquisar livro, usuário ou lista" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Menu de navegação principal" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Novidades" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configurações" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Configurações" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Sair" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificações" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "senha" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Registrar" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Publicação feita com sucesso" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Erro ao publicar" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Documentação" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoie a instância %(site_name)s: %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código-fonte da BookWyrm está disponível gratuitamente. Você pode contribuir ou reportar problemas no GitHub." @@ -2915,6 +2922,11 @@ msgstr "Terminar \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Começar \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "Parar \"%(book_title)s\"" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Falso" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Data de início:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Data final:" @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Painel" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Total de usuários" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s denúncia aberta" msgstr[1] "%(display_count)s denúncias abertas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s domínio precisa ser analisado" msgstr[1] "%(display_count)s domínios precisam ser analisados" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s pedido de convite" msgstr[1] "%(display_count)s pedidos de convite" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "Há uma atualização disponível! Você está usando a v%(current)s e o último lançamento é %(available)s." + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Atividade da instância" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervalo:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Dias" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Semanas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Novos usuários" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Publicações" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Obras criadas" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Comentários da moderação" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Comentar" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Nenhuma denúncia encontrada." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Informações da instância" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Imagens" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Conteúdo do rodapé" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Cadastro" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Configurações salvas" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "Configurações não salvas" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Nome da instância:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Subtítulo:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Descrição da instância:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Descrição curta:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Mostrado quando a instância é vista em joinbookwyrm.com. Não é compatível com HTML ou Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Código de conduta:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Política de privacidade:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Logo pequeno:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Link de suporte:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Título de suporte:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "E-mail da administração:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Informações adicionais:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Permitir cadastro" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Permitir solicitação de convites" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Exigir que usuários confirmem o e-mail" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Recomendado se o cadastro estiver aberto)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Texto quando o cadastro está fechado:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Texto solicitação de convite:" @@ -3928,6 +3953,118 @@ msgstr "Reativar usuário" msgid "Access level:" msgstr "Nível de acesso:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "Configurar a BookWyrm" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "Sua conta enquanto usuário e administrador" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "Crie sua conta" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "Chave de administração:" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "Uma chave de administração foi criada quando você instalou a BookWyrm. Você pode consultar a sua executando ./bw-dev admin_code na linha de comando de seu servidor." + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "Como administrador/a você poderá configurar o nome da instância e a descrição, além de moderá-la. Isso quer dizer que você terá acesso a informações particulares de seus usuários e se tornará responsável por analisar denúncias de mau comportamento e spam." + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "Uma vez configurada a instância você poderá promover outros usuários a papeis de moderação ou administração no painel administrativo." + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "Aprenda mais sobre moderação" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "Configuração da instância" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "Certifique-se de que tudo está correto antes de prosseguir" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "Você está rodando a BookWyrm no modo debug, que nunca deve ser usado em um ambiente de produção." + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "Seu domínio parece estar mal configurado. Ele não deve incluir protocolo nem barras." + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "Você está rodando a BookWyrm em produção sem https. USE_HTTPS deve ser habilitado em produção." + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "Domínio da instância:" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "Protocolo:" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "Usar S3:" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "Exibir" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "Idioma padrão da interface:" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "Remetente dos emails:" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "Ativar imagens na pré-visualização:" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "Ativar miniaturas de imagens:" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "Tudo está correto?" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "Esta é sua última chance de configurar seu domínio e protocolo." + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "Você pode mudar as configurações da instância no arquivo .env em seu servidor." + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "Ver instruções da instalação" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "Configuração da instância" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "Instalando a BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "Precisa de ajuda?" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Criar estante" @@ -4019,7 +4156,7 @@ msgstr[1] "e %(remainder_count_display)s outros" msgid "No cover" msgstr "Sem capa" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s de" @@ -4034,7 +4171,7 @@ msgstr "Compartilhar" msgid "Un-boost" msgstr "Descompartilhar" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Citar" @@ -4324,7 +4461,11 @@ msgstr "Começar \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Quero ler \"%(book_title)s\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "Escolha com sabedoria! Seu nome de usuário não poderá ser mudado." + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Cadastrar" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo index 8a538498b66539a828ab40519528909ae8649144..028fb43db5b68ed7f22fca449c4d668c4e447bc2 100644 GIT binary patch delta 22 ecmaE~gXPf\n" "Language-Team: Portuguese\n" "Language: pt\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "" -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "Já existe um utilizador com este E-Mail." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "Um Dia" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "Uma Semana" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "Um Mês" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Não Expira" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} utilizações" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Ordem da Lista" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Classificação" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Ordenar Por" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "" @@ -139,23 +143,23 @@ msgstr "Exclusão do moderador" msgid "Domain block" msgstr "Bloqueio de domínio" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Livro-áudio" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "eBook" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Novela gráfica" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Capa dura" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Capa mole" @@ -183,7 +187,7 @@ msgstr "%(value)s não é um remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s não é um nome de utilizador válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de utilizador" @@ -257,73 +261,73 @@ msgstr "Citações" msgid "Everything else" msgstr "Tudo o resto" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Cronograma Inicial" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Início" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Cronograma de Livros" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Livros" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "Inglês" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch (Alemão)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español (Espanhol)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Galician)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano (Italiano)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français (Francês)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (lituano)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk (Norueguês)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Português brasileiro)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português (Português Europeu)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chinês simplificado)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinês tradicional)" @@ -395,7 +399,7 @@ msgstr "" msgid "Moderator" msgstr "Moderador" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Admin" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Estados publicados:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Versão do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Acerca de %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Lugares" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Visualização da capa" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1209,6 +1214,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "" @@ -1282,7 +1288,7 @@ msgstr "Código de confirmação:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Submeter" @@ -1299,7 +1305,7 @@ msgstr "Reenviar um E-Mail de confirmação" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "E-Mail:" @@ -1321,7 +1327,7 @@ msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Diretório" @@ -1441,7 +1447,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensagens Diretas com %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Mensagens Diretas" @@ -1614,7 +1621,7 @@ msgid "Updates" msgstr "Atualizações" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Os teus Livros" @@ -1682,7 +1689,7 @@ msgid "What are you reading?" msgstr "O que andas a ler?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Pesquisar por um livro" @@ -1701,8 +1708,8 @@ msgstr "Podes adicionar livros quando começas a usar %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2022,7 +2029,7 @@ msgstr "Estante" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Critica" @@ -2167,7 +2174,7 @@ msgid "Login" msgstr "Login" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Iniciar sessão" @@ -2176,7 +2183,7 @@ msgstr "Iniciar sessão" msgid "Success! Email address confirmed." msgstr "Sucesso! O teu E-Mail está confirmado." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2184,12 +2191,12 @@ msgstr "Nome de utilizador:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Palavra-passe:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueces-te a tua palavra-passe?" @@ -2217,23 +2224,23 @@ msgstr "Redefinir palavra-passe" msgid "%(site_name)s search" msgstr "%(site_name)s pesquisa" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Procurar por um livro, utilizador, ou lista" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Menu principal" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configurações" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2241,42 +2248,42 @@ msgstr "Configurações" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Terminar sessão" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificações" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "palavra-passe" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Junta-te" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Estado publicado com sucesso" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Erro ao publicar estado" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Documentação" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoia %(site_name)s em %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código de fonte do BookWyrm está disponível gratuitamente. E também podes contribuir ou reportar problemas no GitHub." @@ -2913,6 +2920,11 @@ msgstr "Concluir \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Começar \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3065,13 +3077,13 @@ msgstr "Falso" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Data de início:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Data de conclusão:" @@ -3145,7 +3157,7 @@ msgid "Dashboard" msgstr "Painel de controlo" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Total de utilizadores" @@ -3170,45 +3182,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s denúncia aberta" msgstr[1] "%(display_count)s denúncias abertas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "" msgstr[1] "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s pedido de convite" msgstr[1] "%(display_count)s pedidos de convite" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Atividade do domínio" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervalo:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Dias" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Semanas" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Atividade de inscrição do utilizador" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Atividade de estado" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Obras criadas" @@ -3637,7 +3654,7 @@ msgid "Moderator Comments" msgstr "Comentários do Moderador" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Comentar" @@ -3700,102 +3717,110 @@ msgid "No reports found." msgstr "Nenhuma denúncia encontrada." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Informação do domínio" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Imagens" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Conteúdo do Rodapé" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registo" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Nome do domínio:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Lema / Slogan:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Descrição do domínio:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Breve descrição:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Usado quando o domínio é pré-visualizado em joinbookwyrm.com. Não suporta HTML ou Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Código de Conduta:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Política de Privacidade:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logotipo:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Pequeno logótipo:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Links de suporte:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Título de suporte:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "E-Mail da administração:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Informação adicional:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Permitir novos registos" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Permitir solicitações de convite" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Requir utilizadores confirmarem o E-Mail" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Recomendado se o registo estiver aberto)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Mensagem caso o registo esteja fechado:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Texto da solicitação de convite:" @@ -3926,6 +3951,118 @@ msgstr "Retirar a suspensão do utilizador" msgid "Access level:" msgstr "Nível de acesso:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Criar prateleira" @@ -4017,7 +4154,7 @@ msgstr[1] "e %(remainder_count_display)s outros" msgid "No cover" msgstr "Sem capa" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s por" @@ -4032,7 +4169,7 @@ msgstr "Partilhar" msgid "Un-boost" msgstr "Despartilhar" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Citação" @@ -4322,7 +4459,11 @@ msgstr "Começar \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Queres ler \"%(book_title)s\"\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Criar conta" diff --git a/locale/sv_SE/LC_MESSAGES/django.mo b/locale/sv_SE/LC_MESSAGES/django.mo index fb443cc375c3f7aa9e1d248a2d24911ba66981d0..b8312cdf4945f1be8572eece60e861eef9e600e9 100644 GIT binary patch delta 26112 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 delta 21771 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 diff --git a/locale/sv_SE/LC_MESSAGES/django.po b/locale/sv_SE/LC_MESSAGES/django.po index 570313515..8538850b0 100644 --- a/locale/sv_SE/LC_MESSAGES/django.po +++ b/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-21 11:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Swedish\n" "Language: sv\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "En användare med det användarnamnet existerar redan" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "Den här domänen är blockerad. Vänligen kontakta din administratör om du tror att det här är felaktigt." -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "Denna länk med filtyp har redan lagts till för denna bok. Om den inte är synlig så är domänen fortfarande väntande." -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "En användare med den här e-postadressen existerar redan." -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "En dag" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "En vecka" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "En månad" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "Slutar inte gälla" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} använder" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "Obegränsad" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "Listordning" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "Bokens titel" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Betyg" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "Sortera efter" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "Stigande" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "Fallande" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "Slutdatum för läsning kan inte vara före startdatum." @@ -94,15 +98,15 @@ msgstr "Kunde inte hitta en träff för boken" #: bookwyrm/models/announcement.py:11 msgid "None" -msgstr "" +msgstr "Inget" #: bookwyrm/models/announcement.py:12 msgid "Primary" -msgstr "" +msgstr "Primär" #: bookwyrm/models/announcement.py:13 msgid "Success" -msgstr "" +msgstr "Klart" #: bookwyrm/models/announcement.py:14 #: bookwyrm/templates/settings/invites/manage_invites.html:47 @@ -111,11 +115,11 @@ msgstr "Länk" #: bookwyrm/models/announcement.py:15 msgid "Warning" -msgstr "" +msgstr "Varning" #: bookwyrm/models/announcement.py:16 msgid "Danger" -msgstr "" +msgstr "Observera" #: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 #: bookwyrm/templates/import/import_status.html:200 @@ -139,23 +143,23 @@ msgstr "Borttagning av moderator" msgid "Domain block" msgstr "Domänblockering" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "Ljudbok" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "eBok" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "Grafisk novell" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "Inbunden" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "Pocketbok" @@ -183,7 +187,7 @@ msgstr "%(value)s är inte ett giltigt remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s är inte ett giltigt användarnamn" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "användarnamn" @@ -257,73 +261,73 @@ msgstr "Citationer" msgid "Everything else" msgstr "Allt annat" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "Tidslinje för Hem" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "Hem" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "Tidslinjer för böcker" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Böcker" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "Engelska" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Tyska (Tysk)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Spanska (Spansk)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego (Gallisk)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italienska (Italiensk)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Franska (Fransk)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Litauiska (Litauisk)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norska (Norska)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português d Brasil (Brasiliansk Portugisiska)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Europeisk Portugisiska)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska (Svenska)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Förenklad Kinesiska)" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Traditionell Kinesiska)" @@ -395,7 +399,7 @@ msgstr "%(site_name)s's moderatorer och administratörer håller hemsidan uppe o msgid "Moderator" msgstr "Moderator" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "Administratör" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "Utlagda statusar:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "Programvaruversion:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "Om %(site_name)s" @@ -733,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -854,7 +859,7 @@ msgid "Places" msgstr "Platser" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -913,7 +918,7 @@ msgstr "Förhandsvisning av bokomslag" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1211,6 +1216,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "Den här länken tar dig till: %(link_url)s.
Är det dit du vill åka?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Fortsätt" @@ -1284,7 +1290,7 @@ msgstr "Bekräftelsekod:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "Skicka in" @@ -1301,7 +1307,7 @@ msgstr "Skicka bekräftelselänken igen" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "E-postadress:" @@ -1323,7 +1329,7 @@ msgstr "Federerad gemenskap" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "Mapp" @@ -1443,7 +1449,7 @@ msgstr "%(username)s citerade %(username)s" msgstr "Direktmeddelanden med %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "Direktmeddelanden" @@ -1616,7 +1623,7 @@ msgid "Updates" msgstr "Uppdateringar" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "Dina böcker" @@ -1684,7 +1691,7 @@ msgid "What are you reading?" msgstr "Vad läser du?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "Sök efter en bok" @@ -1703,8 +1710,8 @@ msgstr "Du kan lägga till böcker när du börjar använda %(site_name)s." #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2024,7 +2031,7 @@ msgstr "Hylla" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "Recension" @@ -2169,7 +2176,7 @@ msgid "Login" msgstr "Inloggning" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Logga in" @@ -2178,7 +2185,7 @@ msgstr "Logga in" msgid "Success! Email address confirmed." msgstr "Lyckades! E-postadressen bekräftades." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2186,12 +2193,12 @@ msgstr "Användarnamn:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Lösenord:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Glömt ditt lösenord?" @@ -2219,23 +2226,23 @@ msgstr "Återställ lösenordet" msgid "%(site_name)s search" msgstr "%(site_name)s sök" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "Sök efter en bok, användare eller lista" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "Huvudsaklig navigeringsmeny" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "Flöde" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Inställningar" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2243,42 +2250,42 @@ msgstr "Inställningar" msgid "Invites" msgstr "Inbjudningar" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "Logga ut" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Aviseringar" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "lösenord" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "Gå med" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "Statusen har publicerats" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "Fel uppstod när statusen skulle publiceras" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "Dokumentation" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Stötta %(site_name)s på %(support_title)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm's källkod är fritt tillgängligt. Du kan bidra eller rapportera problem på GitHub." @@ -2915,6 +2922,11 @@ msgstr "Avsluta \"%(book_title)s\"" msgid "Start \"%(book_title)s\"" msgstr "Påbörja \"%(book_title)s\"" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "Påbörja \"%(book_title)s\"" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3067,13 +3079,13 @@ msgstr "Falskt" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "Startdatum:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "Slutdatum:" @@ -3122,11 +3134,11 @@ msgstr "Redigera tillkännagivandet" #: bookwyrm/templates/settings/announcements/edit_announcement.html:45 msgid "Announcement content" -msgstr "" +msgstr "Fyll i meddelandeinnehåll" #: bookwyrm/templates/settings/announcements/edit_announcement.html:57 msgid "Details:" -msgstr "" +msgstr "Detaljer:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:65 msgid "Event date:" @@ -3134,11 +3146,11 @@ msgstr "Datum för evenemang:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:73 msgid "Display settings" -msgstr "" +msgstr "Visningsinställningar" #: bookwyrm/templates/settings/announcements/edit_announcement.html:98 msgid "Color:" -msgstr "" +msgstr "Färg:" #: bookwyrm/templates/settings/dashboard/dashboard.html:6 #: bookwyrm/templates/settings/dashboard/dashboard.html:8 @@ -3147,7 +3159,7 @@ msgid "Dashboard" msgstr "Översiktspanel" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "Totalt antal användare" @@ -3172,45 +3184,50 @@ msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s öppen rapport" msgstr[1] "%(display_count)s öppna rapporter" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s domänen behöver granskning" msgstr[1] "%(display_count)s domänerna behöver granskning" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s inbjudningsförfrågning" msgstr[1] "%(display_count)s inbjudningsförfrågningar" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "En uppdatering är tillgänglig! Du kör v%(current)s och den senaste versionen är %(available)s." + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "Instansaktivitet" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "Intervall:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "Dagar" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "Veckor" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "Användarens registreringsaktivitet" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "Statusaktivitet" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "Skapade verk" @@ -3639,7 +3656,7 @@ msgid "Moderator Comments" msgstr "Moderatorns kommentarer" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "Kommentar" @@ -3702,102 +3719,110 @@ msgid "No reports found." msgstr "Inga rapporter hittades." #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "Info om instans" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "Bilder" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "Sidfotens innehåll" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "Registrering" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Inställningarna sparades" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "Det gick inte att spara inställningarna" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "Namn på instansen:" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "Tagglinje:" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "Beskrivning av instans:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "Kort beskrivning:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "Används när instansen förhandsgranskas på joinbookwyrm.com. Stödjer inte HTML eller Markdown." -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "Uppförandekod:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "Integritetspolicy:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "Logga:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "Liten logga:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favikon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "Länk för support:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "Supporttitel:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "Administratörens e-postadress:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "Ytterligare info:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "Tillåt registrering" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "Tillåt inbjudningsförfrågningar" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "Kräv att användarna ska bekräfta e-postadressen" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(Rekommenderas om registreringen är öppen)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "Text för stängd registrering:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "Text för inbjudningsförfrågning:" @@ -3928,6 +3953,118 @@ msgstr "Ta bort avstängning för användaren" msgid "Access level:" msgstr "Åtkomstnivå:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "Konfigurera BookWyrm" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "Ditt konto som användare och administratör" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "Skapa konto" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "Admin-nyckel:" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "En administratörsnyckel skapades när du installerade BookWyrm. Du kan få din administratörsnyckel genom att köra ./bw-dev admin_code från kommandotolken på din server." + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "Som administratör kommer du att kunna konfigurera instansens namn och information, samt moderera din instans. Det betyder att du har tillgång till privat information om dina användare och ansvarar för att svara på rapporter om dåligt beteende eller skräppost." + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "När instansen är konfigurerad kan du befordra andra användare till moderator eller administratörsroller från adminpanelen." + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "Lär dig mer om moderering" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "Instanskonfigurering" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "Se till att allt ser rätt ut innan du går vidare" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "Du kör BookWyrm i debug -läge. Detta bör aldrig användas i en produktionsmiljö." + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "Din domän verkar vara felkonfigurerad. Den bör inte inkludera protokoll eller snedstreck." + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "Du kör BookWyrm i produktionsläge utan https. USE_HTTPS bör aktiveras i konfigureringen." + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "Domän för instansen:" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "Protokoll:" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "Användning av S3:" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "Visa" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "Standardspråk för gränssnittet:" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "E-postavsändare:" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "Aktivera förhandsgranskning av bilder:" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "Aktivera bildminiatyrer:" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "Ser allt rätt ut?" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "Detta är din sista chans att ställa in din domän och protokoll." + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "Du kan ändra dina instansinställningar i filen .env på din server." + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "Visa installationsanvisningar" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "Instansinställningar" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "Installerar BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "Behöver du hjälp?" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "Skapa hylla" @@ -4019,7 +4156,7 @@ msgstr[1] "och %(remainder_count_display)s andra" msgid "No cover" msgstr "Inget omslag" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s av" @@ -4034,7 +4171,7 @@ msgstr "Öka" msgid "Un-boost" msgstr "Öka inte" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "Citat" @@ -4324,7 +4461,11 @@ msgstr "Börja \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "Vill läsa \"%(book_title)s\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "Observera! Ditt användarnamn kan inte ändras efter att kontot skapats." + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "Registrera" diff --git a/locale/zh_Hans/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo index 64ef00a88d95a9a80af82ef716f92a2a7fc59840..1d1227f8092b70c68bb692fb532759090142aa83 100644 GIT binary patch literal 44096 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 S0TOg?KN0&d0;IH0jQ%f4%`RX7 literal 77673 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%0D5IHp|T&e-|;Ob&bE|lBuA8?4vTiRC9d|Qn6W(m} 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 diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index faf2aa8c4..503da2590 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-25 15:34\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "使用此用户名的用户已存在" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "此域名已被屏蔽。如果您认为这是一个错误,请联系您的管理员。" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "此文件类型的链接已经被添加到这本书。如果不可见,域名仍在等待处理中。" -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "已经存在使用该邮箱的用户。" -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "一周" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "一个月" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "{i} 次使用" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "列表顺序" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "书名" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "评价" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "降序" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "阅读完成日期不能早于开始日期。" @@ -94,15 +98,15 @@ msgstr "找不到匹配的书" #: bookwyrm/models/announcement.py:11 msgid "None" -msgstr "" +msgstr "暂无" #: bookwyrm/models/announcement.py:12 msgid "Primary" -msgstr "" +msgstr "初级" #: bookwyrm/models/announcement.py:13 msgid "Success" -msgstr "" +msgstr "成功" #: bookwyrm/models/announcement.py:14 #: bookwyrm/templates/settings/invites/manage_invites.html:47 @@ -111,11 +115,11 @@ msgstr "链接" #: bookwyrm/models/announcement.py:15 msgid "Warning" -msgstr "" +msgstr "警告" #: bookwyrm/models/announcement.py:16 msgid "Danger" -msgstr "" +msgstr "危险" #: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 #: bookwyrm/templates/import/import_status.html:200 @@ -139,23 +143,23 @@ msgstr "仲裁员删除" msgid "Domain block" msgstr "域名屏蔽" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "有声书籍" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "电子书" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "图像小说" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "精装" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "平装" @@ -183,7 +187,7 @@ msgstr "%(value)s 不是有效的 remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s 不是有效的用户名" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "用户名" @@ -257,73 +261,73 @@ msgstr "引用" msgid "Everything else" msgstr "所有其它内容" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "主页时间线" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "主页" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "书目时间线" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "书目" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English(英语)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch(德语)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español(西班牙语)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "Galego(加利西亚语)" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "Italiano(意大利语)" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français(法语)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių(立陶宛语)" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "Norsk(挪威语)" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil(巴西葡萄牙语)" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu(欧洲葡萄牙语)" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "Svenska(瑞典语)" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文(繁体中文)" @@ -376,7 +380,7 @@ msgstr "%(site_name)s 上的最用户想读的书籍是 %(title)s has the most divisive ratings of any book on %(site_name)s." -msgstr "在 %(site_name)s 上,%(title)s 这本书有着分裂程度最大的评分。" +msgstr "在 %(site_name)s 上,对 %(title)s 这本书的评分争议较大。" #: bookwyrm/templates/about/about.html:89 msgid "Track your reading, talk about books, write reviews, and discover what to read next. Always ad-free, anti-corporate, and community-oriented, BookWyrm is human-scale software, designed to stay small and personal. If you have feature requests, bug reports, or grand dreams, reach out and make yourself heard." @@ -395,7 +399,7 @@ msgstr "%(site_name)s 的仲裁员和管理员负责维持站点运行, 执行 msgid "Moderator" msgstr "仲裁员" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "管理员" @@ -414,18 +418,19 @@ msgstr "行为准则" #: bookwyrm/templates/about/layout.html:11 msgid "Active users:" -msgstr "活跃用户:" +msgstr "活跃用户:" #: bookwyrm/templates/about/layout.html:15 msgid "Statuses posted:" -msgstr "发布的状态:" +msgstr "发布的状态:" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" -msgstr "软件版本:" +msgstr "软件版本:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "关于 %(site_name)s" @@ -566,7 +571,7 @@ msgstr "TA 评分最好的评论" #: bookwyrm/templates/annual_summary/layout.html:251 #, python-format msgid "Their rating: %(rating)s" -msgstr "TA 的评分:%(rating)s" +msgstr "他们的评分:%(rating)s" #: bookwyrm/templates/annual_summary/layout.html:268 #, python-format @@ -713,7 +718,7 @@ msgstr "Goodreads key:" #: bookwyrm/templates/author/edit_author.html:105 msgid "ISNI:" -msgstr "ISNI:" +msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 @@ -729,7 +734,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -809,7 +814,7 @@ msgstr "%(count)s 个版本" #: bookwyrm/templates/book/book.html:211 msgid "You have shelved this edition in:" -msgstr "此版本已在你的书架上:" +msgstr "此版本已在你的书架上:" #: bookwyrm/templates/book/book.html:226 #, python-format @@ -849,7 +854,7 @@ msgid "Places" msgstr "地点" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -908,7 +913,7 @@ msgstr "书籍封面预览" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1050,7 +1055,7 @@ msgstr "格式:" #: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Format details:" -msgstr "装订细节:" +msgstr "装订细节:" #: bookwyrm/templates/book/edit/edit_book_form.html:222 msgid "Pages:" @@ -1106,15 +1111,15 @@ msgstr "来自未知域名的链接在添加之前需要由仲裁员批准。" #: bookwyrm/templates/book/file_links/add_link_modal.html:24 msgid "URL:" -msgstr "URL:" +msgstr "URL:" #: bookwyrm/templates/book/file_links/add_link_modal.html:29 msgid "File type:" -msgstr "文件类型:" +msgstr "文件类型:" #: bookwyrm/templates/book/file_links/add_link_modal.html:48 msgid "Availability:" -msgstr "可用状态:" +msgstr "可用状态:" #: bookwyrm/templates/book/file_links/edit_links.html:5 #: bookwyrm/templates/book/file_links/edit_links.html:21 @@ -1203,9 +1208,10 @@ msgstr "离开 BookWyrm" #: bookwyrm/templates/book/file_links/verification_modal.html:11 #, python-format msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" -msgstr "此链接将会前往:%(link_url)s
这是您想前往的网址吗?" +msgstr "此链接将跳转至:%(link_url)s
这是您想跳转的网址吗?" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "继续" @@ -1279,7 +1285,7 @@ msgstr "确认代码:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "提交" @@ -1296,7 +1302,7 @@ msgstr "重新发送确认链接" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "邮箱地址:" @@ -1318,7 +1324,7 @@ msgstr "跨站社区" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "目录" @@ -1436,7 +1442,7 @@ msgstr "%(username)s 引用了 %(username)s" msgstr "与 %(username)s 私信" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "私信" @@ -1609,7 +1616,7 @@ msgid "Updates" msgstr "更新" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "你的书目" @@ -1677,7 +1684,7 @@ msgid "What are you reading?" msgstr "你在阅读什么?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "搜索书目" @@ -1696,8 +1703,8 @@ msgstr "你可以在开始使用 %(site_name)s 后添加书目。" #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -1830,11 +1837,11 @@ msgstr "编辑群组" #: bookwyrm/templates/groups/form.html:8 msgid "Group Name:" -msgstr "群组名称:" +msgstr "群组名称:" #: bookwyrm/templates/groups/form.html:12 msgid "Group Description:" -msgstr "群组描述" +msgstr "群组描述:" #: bookwyrm/templates/groups/form.html:21 msgid "Delete group" @@ -2013,7 +2020,7 @@ msgstr "书架" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "书评" @@ -2158,7 +2165,7 @@ msgid "Login" msgstr "登录" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "登录" @@ -2167,7 +2174,7 @@ msgstr "登录" msgid "Success! Email address confirmed." msgstr "成功!邮箱地址已确认。" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2175,12 +2182,12 @@ msgstr "用户名:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "密码:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "忘记了密码?" @@ -2208,23 +2215,23 @@ msgstr "重设密码" msgid "%(site_name)s search" msgstr "%(site_name)s 搜索" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "搜索书籍、用户或列表" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "主导航菜单" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "动态" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "设置" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2232,42 +2239,42 @@ msgstr "设置" msgid "Invites" msgstr "邀请" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "登出" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "密码" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "加入" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "成功发布的状态" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "发布状态时出错" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "文档" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "在 %(support_title)s 上支持 %(site_name)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm 是开源软件。你可以在 GitHub 贡献或报告问题。" @@ -2750,7 +2757,7 @@ msgstr "从另一个联邦宇宙帐户关注 %(username)s ,如 BookWyrm、Mast #: bookwyrm/templates/ostatus/remote_follow.html:40 msgid "User handle to follow from:" -msgstr "要关注此用户的用户代号:" +msgstr "用来关注的用户代号:" #: bookwyrm/templates/ostatus/remote_follow.html:42 msgid "Follow!" @@ -2904,6 +2911,11 @@ msgstr "完成《%(book_title)s》" msgid "Start \"%(book_title)s\"" msgstr "开始《%(book_title)s》" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "停止《%(book_title)s》" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3056,13 +3068,13 @@ msgstr "否" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "开始日期:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "结束日期:" @@ -3111,23 +3123,23 @@ msgstr "编辑公告" #: bookwyrm/templates/settings/announcements/edit_announcement.html:45 msgid "Announcement content" -msgstr "" +msgstr "公告内容" #: bookwyrm/templates/settings/announcements/edit_announcement.html:57 msgid "Details:" -msgstr "" +msgstr "详细:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:65 msgid "Event date:" -msgstr "事件日期:" +msgstr "事件日期:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:73 msgid "Display settings" -msgstr "" +msgstr "显示设置" #: bookwyrm/templates/settings/announcements/edit_announcement.html:98 msgid "Color:" -msgstr "" +msgstr "颜色:" #: bookwyrm/templates/settings/dashboard/dashboard.html:6 #: bookwyrm/templates/settings/dashboard/dashboard.html:8 @@ -3136,7 +3148,7 @@ msgid "Dashboard" msgstr "仪表盘" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "用户总数" @@ -3160,43 +3172,48 @@ msgid "%(display_count)s open report" msgid_plural "%(display_count)s open reports" msgstr[0] "%(display_count)s 条待处理报告" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "%(display_count)s 个域名需要审核" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "%(display_count)s 条邀请请求" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "有可用的更新!最新版本为:%(available)s,但你当前运行的版本为:%(current)s。" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "实例活动" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" -msgstr "区段:" +msgstr "区段:" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "天" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "周" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "用户注册活动" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "状态动态" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "创建的作品" @@ -3219,7 +3236,7 @@ msgstr "添加域名" #: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 msgid "Domain:" -msgstr "域名:" +msgstr "域名:" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 @@ -3504,7 +3521,7 @@ msgstr "请谨慎使用 IP 地址屏蔽,并尽可能只使用暂时的屏蔽 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 msgid "IP Address:" -msgstr "IP 地址:" +msgstr "IP 地址:" #: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 #: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 @@ -3605,7 +3622,7 @@ msgstr "消息报告者" #: bookwyrm/templates/settings/reports/report.html:27 msgid "Update on your report:" -msgstr "您报告的更新:" +msgstr "您报告的更新:" #: bookwyrm/templates/settings/reports/report.html:35 msgid "Reported statuses" @@ -3624,7 +3641,7 @@ msgid "Moderator Comments" msgstr "监察员评论" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "评论" @@ -3687,104 +3704,112 @@ msgid "No reports found." msgstr "没有找到报告" #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "实例信息" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "图像" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "页脚内容" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "注册" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "设置已保存" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "无法保存设置" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "实例名称" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "标语" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "实例描述:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" -msgstr "简要描述:" +msgstr "简要描述:" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "在 joinbookwyrm.com 上预览实例时使用。不支持 HTML 或 Markdown。" -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "行为准则:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "隐私政策:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "图标:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "小号图标:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "支持链接:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "支持标题:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "管理员邮件:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "附加信息:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "允许注册" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "允许请求邀请" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "要求用户确认邮箱地址" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "(当开放注册时推荐)" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "注册关闭文字:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" -msgstr "邀请请求文本:" +msgstr "邀请请求文本:" #: bookwyrm/templates/settings/users/delete_user_form.html:5 #: bookwyrm/templates/settings/users/user_moderation_actions.html:32 @@ -3798,7 +3823,7 @@ msgstr "你确定要删除 %(username)s 的帐号吗?此操 #: bookwyrm/templates/settings/users/delete_user_form.html:17 msgid "Your password:" -msgstr "你的密码:" +msgstr "你的密码:" #: bookwyrm/templates/settings/users/user.html:7 msgid "Back to users" @@ -3859,7 +3884,7 @@ msgstr "用户详情" #: bookwyrm/templates/settings/users/user_info.html:51 msgid "Email:" -msgstr "邮箱:" +msgstr "邮箱:" #: bookwyrm/templates/settings/users/user_info.html:61 msgid "(View reports)" @@ -3867,23 +3892,23 @@ msgstr "(查看报告)" #: bookwyrm/templates/settings/users/user_info.html:67 msgid "Blocked by count:" -msgstr "被屏蔽次数:" +msgstr "被屏蔽次数:" #: bookwyrm/templates/settings/users/user_info.html:70 msgid "Last active date:" -msgstr "最后活跃日期:" +msgstr "最后活跃日期:" #: bookwyrm/templates/settings/users/user_info.html:73 msgid "Manually approved followers:" -msgstr "手动批准关注者:" +msgstr "手动通过的关注者:" #: bookwyrm/templates/settings/users/user_info.html:76 msgid "Discoverable:" -msgstr "可发现:" +msgstr "可发现:" #: bookwyrm/templates/settings/users/user_info.html:80 msgid "Deactivation reason:" -msgstr "停用原因:" +msgstr "停用原因:" #: bookwyrm/templates/settings/users/user_info.html:95 msgid "Instance details" @@ -3913,6 +3938,118 @@ msgstr "取消停用用户" msgid "Access level:" msgstr "访问级别:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "设置BookWyrm" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "您作为用户和管理员的账户" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "创建您的账号" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "管理员密钥:" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "当您安装BookWyrm后会创建一个管理员密钥。您可以通过来自你的服务器上的命令行运行bw-dev admin_code获取你的管理员密钥。" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "作为管理员,您能够配置实例的名称和信息,并管理您的实例。 这意味着您可以访问有关您的用户的私密信息,并且有责任应对不良行为或垃圾信息。" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "一旦实例设置后,您可以从管理面板中提升其他用户到仲裁员或管理员权限。" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "进一步了解仲裁员" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "实例配置" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "在进行之前,请确保一切都没问题" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "您在调试模式下运行BookWyrm 。这应该永远不可能在出现实际使用的环境中。" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "你的域名似乎配置出错了。它不应该包括协议或斜杠。" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "您正在没有https的实际使用模式下运行BookWyrm,USE_HTTPS应该在实际使用中启用。" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "实例域名:" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "协议:" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "使用 S3:" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "显示" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "默认界面语言:" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "电子邮件发件人:" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "启用预览图像:" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "启用图像缩略图:" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "你确定你将所有的都设置好了?" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "这是您最后一次设置域名和协议的机会。" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "您可以更改您服务器上的.env文件中的实例设置。" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "查看安装说明" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "实例设置" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "正在安装 BookWyrm" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "需要帮助?" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "创建书架" @@ -4002,7 +4139,7 @@ msgstr[0] "与其它 %(remainder_count_display)s 位" msgid "No cover" msgstr "没有封面" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "%(title)s 来自" @@ -4017,7 +4154,7 @@ msgstr "转发" msgid "Un-boost" msgstr "取消转发" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "引用" @@ -4058,7 +4195,7 @@ msgstr "内容" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 msgid "Content warning:" -msgstr "内容警告:" +msgstr "内容警告:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers ahead!" @@ -4088,15 +4225,15 @@ msgstr "摘自《%(book_title)s》的节录" #: bookwyrm/templates/snippets/create_status/quotation.html:31 msgid "Position:" -msgstr "位置:" +msgstr "位置:" #: bookwyrm/templates/snippets/create_status/quotation.html:44 msgid "On page:" -msgstr "页码:" +msgstr "页码:" #: bookwyrm/templates/snippets/create_status/quotation.html:50 msgid "At percent:" -msgstr "百分比:" +msgstr "百分比:" #: bookwyrm/templates/snippets/create_status/review.html:24 #, python-format @@ -4302,7 +4439,11 @@ msgstr "开始《%(book_title)s》" msgid "Want to Read \"%(book_title)s\"" msgstr "想要阅读《%(book_title)s》" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "好好起名!您的用户名在之后无法更改。" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "注册" @@ -4553,7 +4694,7 @@ msgstr "您的群组" #: bookwyrm/templates/user/groups.html:11 #, python-format msgid "Groups: %(username)s" -msgstr "群组: %(username)s" +msgstr "群组: %(username)s" #: bookwyrm/templates/user/groups.html:17 msgid "Create group" diff --git a/locale/zh_Hant/LC_MESSAGES/django.mo b/locale/zh_Hant/LC_MESSAGES/django.mo index 45fc07cbc027782814f247679bb2b1ca0942cf35..f9ca27be9b891b3b13c30e68d084e0cd54184a43 100644 GIT binary patch delta 14961 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 delta 13256 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 GI{yQr?G&y6 diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 7ba9c7bc2..8de0a3781 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-17 16:58+0000\n" -"PO-Revision-Date: 2022-02-17 19:39\n" +"POT-Creation-Date: 2022-02-18 03:55+0000\n" +"PO-Revision-Date: 2022-02-18 05:31\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -17,70 +17,74 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:245 +#: bookwyrm/forms.py:62 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms.py:252 msgid "This domain is blocked. Please contact your administrator if you think this is an error." msgstr "" -#: bookwyrm/forms.py:255 +#: bookwyrm/forms.py:262 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." msgstr "" -#: bookwyrm/forms.py:394 +#: bookwyrm/forms.py:401 msgid "A user with this email already exists." msgstr "已經存在使用該郵箱的使用者。" -#: bookwyrm/forms.py:408 +#: bookwyrm/forms.py:415 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:409 +#: bookwyrm/forms.py:416 msgid "One Week" msgstr "一週" -#: bookwyrm/forms.py:410 +#: bookwyrm/forms.py:417 msgid "One Month" msgstr "一個月" -#: bookwyrm/forms.py:411 +#: bookwyrm/forms.py:418 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:415 +#: bookwyrm/forms.py:422 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:416 +#: bookwyrm/forms.py:423 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:518 +#: bookwyrm/forms.py:525 msgid "List Order" msgstr "列表順序" -#: bookwyrm/forms.py:519 +#: bookwyrm/forms.py:526 msgid "Book Title" msgstr "書名" -#: bookwyrm/forms.py:520 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms.py:527 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "評價" -#: bookwyrm/forms.py:522 bookwyrm/templates/lists/list.html:175 +#: bookwyrm/forms.py:529 bookwyrm/templates/lists/list.html:175 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:526 +#: bookwyrm/forms.py:533 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:527 +#: bookwyrm/forms.py:534 msgid "Descending" msgstr "降序" -#: bookwyrm/forms.py:540 +#: bookwyrm/forms.py:547 msgid "Reading finish date cannot be before start date." msgstr "" @@ -139,23 +143,23 @@ msgstr "" msgid "Domain block" msgstr "" -#: bookwyrm/models/book.py:253 +#: bookwyrm/models/book.py:262 msgid "Audiobook" msgstr "" -#: bookwyrm/models/book.py:254 +#: bookwyrm/models/book.py:263 msgid "eBook" msgstr "" -#: bookwyrm/models/book.py:255 +#: bookwyrm/models/book.py:264 msgid "Graphic novel" msgstr "" -#: bookwyrm/models/book.py:256 +#: bookwyrm/models/book.py:265 msgid "Hardcover" msgstr "" -#: bookwyrm/models/book.py:257 +#: bookwyrm/models/book.py:266 msgid "Paperback" msgstr "" @@ -183,7 +187,7 @@ msgstr "%(value)s 不是有效的 remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s 不是有效的使用者名稱" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:170 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "使用者名稱" @@ -257,73 +261,73 @@ msgstr "" msgid "Everything else" msgstr "" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home Timeline" msgstr "主頁時間線" -#: bookwyrm/settings.py:190 +#: bookwyrm/settings.py:195 msgid "Home" msgstr "主頁" -#: bookwyrm/settings.py:191 +#: bookwyrm/settings.py:196 msgid "Books Timeline" msgstr "" -#: bookwyrm/settings.py:191 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:196 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "書目" -#: bookwyrm/settings.py:265 +#: bookwyrm/settings.py:270 msgid "English" msgstr "English(英語)" -#: bookwyrm/settings.py:266 +#: bookwyrm/settings.py:271 msgid "Deutsch (German)" msgstr "Deutsch(德語)" -#: bookwyrm/settings.py:267 +#: bookwyrm/settings.py:272 msgid "Español (Spanish)" msgstr "Español(西班牙語)" -#: bookwyrm/settings.py:268 +#: bookwyrm/settings.py:273 msgid "Galego (Galician)" msgstr "" -#: bookwyrm/settings.py:269 +#: bookwyrm/settings.py:274 msgid "Italiano (Italian)" msgstr "" -#: bookwyrm/settings.py:270 +#: bookwyrm/settings.py:275 msgid "Français (French)" msgstr "Français(法語)" -#: bookwyrm/settings.py:271 +#: bookwyrm/settings.py:276 msgid "Lietuvių (Lithuanian)" msgstr "" -#: bookwyrm/settings.py:272 +#: bookwyrm/settings.py:277 msgid "Norsk (Norwegian)" msgstr "" -#: bookwyrm/settings.py:273 +#: bookwyrm/settings.py:278 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "" -#: bookwyrm/settings.py:274 +#: bookwyrm/settings.py:279 msgid "Português Europeu (European Portuguese)" msgstr "" -#: bookwyrm/settings.py:275 +#: bookwyrm/settings.py:280 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:276 +#: bookwyrm/settings.py:281 msgid "简体中文 (Simplified Chinese)" msgstr "簡體中文" -#: bookwyrm/settings.py:277 +#: bookwyrm/settings.py:282 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文" @@ -395,7 +399,7 @@ msgstr "" msgid "Moderator" msgstr "" -#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:131 +#: bookwyrm/templates/about/about.html:115 bookwyrm/templates/layout.html:132 msgid "Admin" msgstr "管理員" @@ -421,11 +425,12 @@ msgid "Statuses posted:" msgstr "" #: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 msgid "Software version:" msgstr "" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:229 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 #, python-format msgid "About %(site_name)s" msgstr "關於 %(site_name)s" @@ -729,7 +734,7 @@ msgstr "" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:82 #: bookwyrm/templates/settings/federation/instance.html:87 -#: bookwyrm/templates/settings/site.html:133 +#: bookwyrm/templates/settings/site.html:151 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -849,7 +854,7 @@ msgid "Places" msgstr "地點" #: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:74 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -908,7 +913,7 @@ msgstr "" #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 #: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:62 +#: bookwyrm/templates/feed/suggested_books.html:55 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1204,6 +1209,7 @@ msgid "This link is taking you to: %(link_url)s.
Is that where msgstr "" #: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "" @@ -1277,7 +1283,7 @@ msgstr "" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 -#: bookwyrm/templates/settings/dashboard/dashboard.html:104 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:52 msgid "Submit" msgstr "提交" @@ -1294,7 +1300,7 @@ msgstr "" #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 -#: bookwyrm/templates/snippets/register_form.html:12 +#: bookwyrm/templates/snippets/register_form.html:27 msgid "Email address:" msgstr "郵箱地址:" @@ -1316,7 +1322,7 @@ msgstr "跨站社群" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:100 +#: bookwyrm/templates/layout.html:101 msgid "Directory" msgstr "目錄" @@ -1434,7 +1440,7 @@ msgstr "" #: bookwyrm/templates/discover/discover.html:4 #: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:77 +#: bookwyrm/templates/layout.html:78 msgid "Discover" msgstr "" @@ -1551,12 +1557,13 @@ msgstr "如果你沒有請求重設密碼,你可以忽略這封郵件。" msgid "Reset your %(site_name)s password" msgstr "重置你在 %(site_name)s 的密碼" -#: bookwyrm/templates/embed-layout.html:21 bookwyrm/templates/layout.html:39 +#: bookwyrm/templates/embed-layout.html:21 bookwyrm/templates/layout.html:40 +#: bookwyrm/templates/setup/layout.html:12 #, python-format msgid "%(site_name)s home page" msgstr "" -#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:233 +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:234 msgid "Contact site admin" msgstr "聯絡網站管理員" @@ -1570,7 +1577,7 @@ msgid "Direct Messages with %(username)s" msgstr "與 %(username)s 私信" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:110 +#: bookwyrm/templates/layout.html:111 msgid "Direct Messages" msgstr "私信" @@ -1607,7 +1614,7 @@ msgid "Updates" msgstr "更新" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:105 +#: bookwyrm/templates/layout.html:106 msgid "Your Books" msgstr "你的書目" @@ -1675,7 +1682,7 @@ msgid "What are you reading?" msgstr "你在閱讀什麼?" #: bookwyrm/templates/get_started/books.html:9 -#: bookwyrm/templates/layout.html:47 bookwyrm/templates/lists/list.html:203 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:203 msgid "Search for a book" msgstr "搜尋書目" @@ -1694,8 +1701,8 @@ msgstr "你可以在開始使用 %(site_name)s 後新增書目。" #: bookwyrm/templates/get_started/users.html:18 #: bookwyrm/templates/get_started/users.html:19 #: bookwyrm/templates/groups/members.html:15 -#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:53 -#: bookwyrm/templates/layout.html:54 bookwyrm/templates/lists/list.html:207 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:207 #: bookwyrm/templates/search/layout.html:4 #: bookwyrm/templates/search/layout.html:9 msgid "Search" @@ -2011,7 +2018,7 @@ msgstr "" #: bookwyrm/templates/import/import_status.html:120 #: bookwyrm/templates/import/manual_review.html:13 -#: bookwyrm/templates/snippets/create_status.html:17 +#: bookwyrm/templates/snippets/create_status.html:16 msgid "Review" msgstr "書評" @@ -2156,7 +2163,7 @@ msgid "Login" msgstr "登入" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "登入" @@ -2165,7 +2172,7 @@ msgstr "登入" msgid "Success! Email address confirmed." msgstr "" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:169 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2173,12 +2180,12 @@ msgstr "使用者名稱:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:173 bookwyrm/templates/ostatus/error.html:32 -#: bookwyrm/templates/snippets/register_form.html:20 +#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "密碼:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:175 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "忘記了密碼?" @@ -2206,23 +2213,23 @@ msgstr "重設密碼" msgid "%(site_name)s search" msgstr "" -#: bookwyrm/templates/layout.html:45 +#: bookwyrm/templates/layout.html:46 msgid "Search for a book, user, or list" msgstr "" -#: bookwyrm/templates/layout.html:63 +#: bookwyrm/templates/layout.html:64 msgid "Main navigation menu" msgstr "主導航選單" -#: bookwyrm/templates/layout.html:71 +#: bookwyrm/templates/layout.html:72 msgid "Feed" msgstr "動態" -#: bookwyrm/templates/layout.html:115 +#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "設定" -#: bookwyrm/templates/layout.html:124 +#: bookwyrm/templates/layout.html:125 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2230,42 +2237,42 @@ msgstr "設定" msgid "Invites" msgstr "邀請" -#: bookwyrm/templates/layout.html:138 +#: bookwyrm/templates/layout.html:139 msgid "Log out" msgstr "登出" -#: bookwyrm/templates/layout.html:146 bookwyrm/templates/layout.html:147 +#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "密碼" -#: bookwyrm/templates/layout.html:186 +#: bookwyrm/templates/layout.html:187 msgid "Join" msgstr "加入" -#: bookwyrm/templates/layout.html:220 +#: bookwyrm/templates/layout.html:221 msgid "Successfully posted status" msgstr "" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:222 msgid "Error posting status" msgstr "" -#: bookwyrm/templates/layout.html:237 +#: bookwyrm/templates/layout.html:238 msgid "Documentation" msgstr "文件:" -#: bookwyrm/templates/layout.html:244 +#: bookwyrm/templates/layout.html:245 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "在 %(support_title)s 上支援 %(site_name)s" -#: bookwyrm/templates/layout.html:248 +#: bookwyrm/templates/layout.html:249 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm 是開源軟體。你可以在 GitHub 貢獻或報告問題。" @@ -2902,6 +2909,11 @@ msgstr "" msgid "Start \"%(book_title)s\"" msgstr "" +#: bookwyrm/templates/reading_progress/stop.html:5 +#, python-format +msgid "Stop \"%(book_title)s\"" +msgstr "" + #: bookwyrm/templates/reading_progress/want.html:5 #, python-format msgid "Want to Read \"%(book_title)s\"" @@ -3054,13 +3066,13 @@ msgstr "否" #: bookwyrm/templates/settings/announcements/announcement.html:57 #: bookwyrm/templates/settings/announcements/edit_announcement.html:79 -#: bookwyrm/templates/settings/dashboard/dashboard.html:82 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 msgid "Start date:" msgstr "開始日期:" #: bookwyrm/templates/settings/announcements/announcement.html:62 #: bookwyrm/templates/settings/announcements/edit_announcement.html:89 -#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 msgid "End date:" msgstr "結束日期:" @@ -3134,7 +3146,7 @@ msgid "Dashboard" msgstr "" #: bookwyrm/templates/settings/dashboard/dashboard.html:15 -#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 msgid "Total users" msgstr "" @@ -3158,43 +3170,48 @@ msgid "%(display_count)s open report" msgid_plural "%(display_count)s open reports" msgstr[0] "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:54 +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 #, python-format msgid "%(display_count)s domain needs review" msgid_plural "%(display_count)s domains need review" msgstr[0] "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:65 +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 #, python-format msgid "%(display_count)s invite request" msgid_plural "%(display_count)s invite requests" msgstr[0] "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:76 +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 msgid "Instance Activity" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 msgid "Interval:" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:98 +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 msgid "Days" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:99 +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 msgid "Weeks" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:117 +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 msgid "User signup activity" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 msgid "Status activity" msgstr "" -#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 msgid "Works created" msgstr "" @@ -3622,7 +3639,7 @@ msgid "Moderator Comments" msgstr "監察員評論" #: bookwyrm/templates/settings/reports/report.html:89 -#: bookwyrm/templates/snippets/create_status.html:28 +#: bookwyrm/templates/snippets/create_status.html:26 msgid "Comment" msgstr "評論" @@ -3685,102 +3702,110 @@ msgid "No reports found." msgstr "沒有找到舉報" #: bookwyrm/templates/settings/site.html:10 -#: bookwyrm/templates/settings/site.html:21 +#: bookwyrm/templates/settings/site.html:39 msgid "Instance Info" msgstr "實例資訊" #: bookwyrm/templates/settings/site.html:11 -#: bookwyrm/templates/settings/site.html:54 +#: bookwyrm/templates/settings/site.html:72 msgid "Images" msgstr "圖片" #: bookwyrm/templates/settings/site.html:12 -#: bookwyrm/templates/settings/site.html:74 +#: bookwyrm/templates/settings/site.html:92 msgid "Footer Content" msgstr "頁尾內容" #: bookwyrm/templates/settings/site.html:13 -#: bookwyrm/templates/settings/site.html:98 +#: bookwyrm/templates/settings/site.html:116 msgid "Registration" msgstr "註冊" -#: bookwyrm/templates/settings/site.html:24 +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "" + +#: bookwyrm/templates/settings/site.html:42 msgid "Instance Name:" msgstr "實例名稱" -#: bookwyrm/templates/settings/site.html:28 +#: bookwyrm/templates/settings/site.html:46 msgid "Tagline:" msgstr "標語" -#: bookwyrm/templates/settings/site.html:32 +#: bookwyrm/templates/settings/site.html:50 msgid "Instance description:" msgstr "實例描述:" -#: bookwyrm/templates/settings/site.html:36 +#: bookwyrm/templates/settings/site.html:54 msgid "Short description:" msgstr "" -#: bookwyrm/templates/settings/site.html:37 +#: bookwyrm/templates/settings/site.html:55 msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." msgstr "" -#: bookwyrm/templates/settings/site.html:41 +#: bookwyrm/templates/settings/site.html:59 msgid "Code of conduct:" msgstr "行為準則:" -#: bookwyrm/templates/settings/site.html:45 +#: bookwyrm/templates/settings/site.html:63 msgid "Privacy Policy:" msgstr "隱私政策:" -#: bookwyrm/templates/settings/site.html:57 +#: bookwyrm/templates/settings/site.html:75 msgid "Logo:" msgstr "圖示:" -#: bookwyrm/templates/settings/site.html:61 +#: bookwyrm/templates/settings/site.html:79 msgid "Logo small:" msgstr "小號圖示:" -#: bookwyrm/templates/settings/site.html:65 +#: bookwyrm/templates/settings/site.html:83 msgid "Favicon:" msgstr "Favicon:" -#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/settings/site.html:95 msgid "Support link:" msgstr "支援連結:" -#: bookwyrm/templates/settings/site.html:81 +#: bookwyrm/templates/settings/site.html:99 msgid "Support title:" msgstr "支援標題:" -#: bookwyrm/templates/settings/site.html:85 +#: bookwyrm/templates/settings/site.html:103 msgid "Admin email:" msgstr "管理員郵件:" -#: bookwyrm/templates/settings/site.html:89 +#: bookwyrm/templates/settings/site.html:107 msgid "Additional info:" msgstr "附加資訊:" -#: bookwyrm/templates/settings/site.html:103 +#: bookwyrm/templates/settings/site.html:121 msgid "Allow registration" msgstr "" -#: bookwyrm/templates/settings/site.html:109 +#: bookwyrm/templates/settings/site.html:127 msgid "Allow invite requests" msgstr "" -#: bookwyrm/templates/settings/site.html:115 +#: bookwyrm/templates/settings/site.html:133 msgid "Require users to confirm email address" msgstr "" -#: bookwyrm/templates/settings/site.html:117 +#: bookwyrm/templates/settings/site.html:135 msgid "(Recommended if registration is open)" msgstr "" -#: bookwyrm/templates/settings/site.html:120 +#: bookwyrm/templates/settings/site.html:138 msgid "Registration closed text:" msgstr "註冊關閉文字:" -#: bookwyrm/templates/settings/site.html:124 +#: bookwyrm/templates/settings/site.html:142 msgid "Invite request text:" msgstr "" @@ -3911,6 +3936,118 @@ msgstr "取消停用使用者" msgid "Access level:" msgstr "訪問權限:" +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + #: bookwyrm/templates/shelf/create_shelf_form.html:5 msgid "Create Shelf" msgstr "建立書架" @@ -4000,7 +4137,7 @@ msgstr[0] "" msgid "No cover" msgstr "沒有封面" -#: bookwyrm/templates/snippets/book_titleby.html:10 +#: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" msgstr "" @@ -4015,7 +4152,7 @@ msgstr "轉發" msgid "Un-boost" msgstr "取消轉發" -#: bookwyrm/templates/snippets/create_status.html:39 +#: bookwyrm/templates/snippets/create_status.html:36 msgid "Quote" msgstr "引用" @@ -4300,7 +4437,11 @@ msgstr "開始 \"%(book_title)s\"" msgid "Want to Read \"%(book_title)s\"" msgstr "想要閱讀 \"%(book_title)s\"" -#: bookwyrm/templates/snippets/register_form.html:30 +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" msgstr "註冊" From 5d4efd457a9ac404334948bd1e271b5e26f07486 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 12:39:44 -0800 Subject: [PATCH 007/204] Removes scrollIntoView script behavior for tabs --- bookwyrm/static/js/vendor/tabs.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bookwyrm/static/js/vendor/tabs.js b/bookwyrm/static/js/vendor/tabs.js index 0535cc869..884fb08f6 100644 --- a/bookwyrm/static/js/vendor/tabs.js +++ b/bookwyrm/static/js/vendor/tabs.js @@ -56,10 +56,6 @@ class TabGroup { tab.addEventListener('keydown', this.keydownEventListener.bind(this)); tab.addEventListener('keyup', this.keyupEventListener.bind(this)); - if (isSelected) { - tab.scrollIntoView(); - } - tab.index = count++; } } From cec7625e1eed97ab3259735a6dcd8c354f69ac0a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 12:47:46 -0800 Subject: [PATCH 008/204] Moves tabs script to main scripts directory It's our own custom script at this point --- bookwyrm/static/js/{vendor => }/tabs.js | 0 bookwyrm/templates/book/book.html | 2 +- bookwyrm/templates/feed/layout.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bookwyrm/static/js/{vendor => }/tabs.js (100%) diff --git a/bookwyrm/static/js/vendor/tabs.js b/bookwyrm/static/js/tabs.js similarity index 100% rename from bookwyrm/static/js/vendor/tabs.js rename to bookwyrm/static/js/tabs.js diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index e15b656cf..60e3d4fd8 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -386,6 +386,6 @@ {% endblock %} {% block scripts %} - + {% endblock %} diff --git a/bookwyrm/templates/feed/layout.html b/bookwyrm/templates/feed/layout.html index 5697f2669..5083c0ab8 100644 --- a/bookwyrm/templates/feed/layout.html +++ b/bookwyrm/templates/feed/layout.html @@ -31,5 +31,5 @@ {% endblock %} {% block scripts %} - + {% endblock %} From 65bd3945e70db3224ce953e4b0acea6db0f288e5 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 12:52:35 -0800 Subject: [PATCH 009/204] Prettify tabs file --- bookwyrm/static/js/tabs.js | 72 ++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 38 deletions(-) diff --git a/bookwyrm/static/js/tabs.js b/bookwyrm/static/js/tabs.js index 884fb08f6..f284e5484 100644 --- a/bookwyrm/static/js/tabs.js +++ b/bookwyrm/static/js/tabs.js @@ -1,11 +1,11 @@ /* exported TabGroup */ /* -* The content below is licensed according to the W3C Software License at -* https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document -* Heavily modified to web component by Zach Leatherman -* Modified back to vanilla JavaScript with support for Bulma markup and nested tabs by Ned Zimmerman -*/ + * The content below is licensed according to the W3C Software License at + * https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document + * Heavily modified to web component by Zach Leatherman + * Modified back to vanilla JavaScript with support for Bulma markup and nested tabs by Ned Zimmerman + */ class TabGroup { constructor(container) { this.container = container; @@ -15,7 +15,7 @@ class TabGroup { this.panels = this.container.querySelectorAll(':scope > [role="tabpanel"]'); this.delay = this.determineDelay(); - if(!this.tablist || !this.tabs.length || !this.panels.length) { + if (!this.tablist || !this.tabs.length || !this.panels.length) { return; } @@ -32,7 +32,7 @@ class TabGroup { left: 37, up: 38, right: 39, - down: 40 + down: 40, }; } @@ -42,19 +42,19 @@ class TabGroup { 37: -1, 38: -1, 39: 1, - 40: 1 + 40: 1, }; } initTabs() { let count = 0; - for(let tab of this.tabs) { + for (let tab of this.tabs) { let isSelected = tab.getAttribute("aria-selected") === "true"; tab.setAttribute("tabindex", isSelected ? "0" : "-1"); - tab.addEventListener('click', this.clickEventListener.bind(this)); - tab.addEventListener('keydown', this.keydownEventListener.bind(this)); - tab.addEventListener('keyup', this.keyupEventListener.bind(this)); + tab.addEventListener("click", this.clickEventListener.bind(this)); + tab.addEventListener("keydown", this.keydownEventListener.bind(this)); + tab.addEventListener("keyup", this.keyupEventListener.bind(this)); tab.index = count++; } @@ -64,8 +64,8 @@ class TabGroup { let selectedPanelId = this.tablist .querySelector('[role="tab"][aria-selected="true"]') .getAttribute("aria-controls"); - for(let panel of this.panels) { - if(panel.getAttribute("id") !== selectedPanelId) { + for (let panel of this.panels) { + if (panel.getAttribute("id") !== selectedPanelId) { panel.setAttribute("hidden", ""); } panel.setAttribute("tabindex", "0"); @@ -122,7 +122,7 @@ class TabGroup { // In all other cases only left and right arrow function. determineOrientation(event) { var key = event.keyCode; - var vertical = this.tablist.getAttribute('aria-orientation') == 'vertical'; + var vertical = this.tablist.getAttribute("aria-orientation") == "vertical"; var proceed = false; if (vertical) { @@ -130,8 +130,7 @@ class TabGroup { event.preventDefault(); proceed = true; } - } - else { + } else { if (key === this.keys.left || key === this.keys.right) { proceed = true; } @@ -148,7 +147,7 @@ class TabGroup { var pressed = event.keyCode; for (let tab of this.tabs) { - tab.addEventListener('focus', this.focusEventHandler.bind(this)); + tab.addEventListener("focus", this.focusEventHandler.bind(this)); } if (this.direction[pressed]) { @@ -156,11 +155,9 @@ class TabGroup { if (target.index !== undefined) { if (this.tabs[target.index + this.direction[pressed]]) { this.tabs[target.index + this.direction[pressed]].focus(); - } - else if (pressed === this.keys.left || pressed === this.keys.up) { + } else if (pressed === this.keys.left || pressed === this.keys.up) { this.focusLastTab(); - } - else if (pressed === this.keys.right || pressed == this.keys.down) { + } else if (pressed === this.keys.right || pressed == this.keys.down) { this.focusFirstTab(); } } @@ -168,8 +165,8 @@ class TabGroup { } // Activates any given tab panel - activateTab (tab, setFocus) { - if(tab.getAttribute("role") !== "tab") { + activateTab(tab, setFocus) { + if (tab.getAttribute("role") !== "tab") { tab = tab.closest('[role="tab"]'); } @@ -179,19 +176,19 @@ class TabGroup { this.deactivateTabs(); // Remove tabindex attribute - tab.removeAttribute('tabindex'); + tab.removeAttribute("tabindex"); // Set the tab as selected - tab.setAttribute('aria-selected', 'true'); + tab.setAttribute("aria-selected", "true"); // Give the tab is-active class - tab.classList.add('is-active'); + tab.classList.add("is-active"); // Get the value of aria-controls (which is an ID) - var controls = tab.getAttribute('aria-controls'); + var controls = tab.getAttribute("aria-controls"); // Remove hidden attribute from tab panel to make it visible - document.getElementById(controls).removeAttribute('hidden'); + document.getElementById(controls).removeAttribute("hidden"); // Set focus when required if (setFocus) { @@ -202,14 +199,14 @@ class TabGroup { // Deactivate all tabs and tab panels deactivateTabs() { for (let tab of this.tabs) { - tab.classList.remove('is-active'); - tab.setAttribute('tabindex', '-1'); - tab.setAttribute('aria-selected', 'false'); - tab.removeEventListener('focus', this.focusEventHandler.bind(this)); + tab.classList.remove("is-active"); + tab.setAttribute("tabindex", "-1"); + tab.setAttribute("aria-selected", "false"); + tab.removeEventListener("focus", this.focusEventHandler.bind(this)); } for (let panel of this.panels) { - panel.setAttribute('hidden', 'hidden'); + panel.setAttribute("hidden", "hidden"); } } @@ -224,15 +221,14 @@ class TabGroup { // Determine whether there should be a delay // when user navigates with the arrow keys determineDelay() { - var hasDelay = this.tablist.hasAttribute('data-delay'); + var hasDelay = this.tablist.hasAttribute("data-delay"); var delay = 0; if (hasDelay) { - var delayValue = this.tablist.getAttribute('data-delay'); + var delayValue = this.tablist.getAttribute("data-delay"); if (delayValue) { delay = delayValue; - } - else { + } else { // If no value is specified, default to 300ms delay = 300; } From 02808f88e6888230704f193f3238648dbee072f2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 12:59:49 -0800 Subject: [PATCH 010/204] eslint fixes --- bookwyrm/settings.py | 2 +- bookwyrm/static/js/tabs.js | 31 +++++++++++++++++++------------ 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index 7a37499ef..0fbe3b731 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -21,7 +21,7 @@ RELEASE_API = env( PAGE_LENGTH = env("PAGE_LENGTH", 15) DEFAULT_LANGUAGE = env("DEFAULT_LANGUAGE", "English") -JS_CACHE = "a60e5a55" +JS_CACHE = "c7144efb" # email EMAIL_BACKEND = env("EMAIL_BACKEND", "django.core.mail.backends.smtp.EmailBackend") diff --git a/bookwyrm/static/js/tabs.js b/bookwyrm/static/js/tabs.js index f284e5484..1dcb0cace 100644 --- a/bookwyrm/static/js/tabs.js +++ b/bookwyrm/static/js/tabs.js @@ -48,8 +48,10 @@ class TabGroup { initTabs() { let count = 0; + for (let tab of this.tabs) { let isSelected = tab.getAttribute("aria-selected") === "true"; + tab.setAttribute("tabindex", isSelected ? "0" : "-1"); tab.addEventListener("click", this.clickEventListener.bind(this)); @@ -64,6 +66,7 @@ class TabGroup { let selectedPanelId = this.tablist .querySelector('[role="tab"][aria-selected="true"]') .getAttribute("aria-controls"); + for (let panel of this.panels) { if (panel.getAttribute("id") !== selectedPanelId) { panel.setAttribute("hidden", ""); @@ -82,16 +85,18 @@ class TabGroup { // Handle keydown on tabs keydownEventListener(event) { - var key = event.keyCode; + const key = event.keyCode; switch (key) { case this.keys.end: event.preventDefault(); + // Activate last tab this.activateTab(this.tabs[this.tabs.length - 1]); break; case this.keys.home: event.preventDefault(); + // Activate first tab this.activateTab(this.tabs[0]); break; @@ -107,7 +112,7 @@ class TabGroup { // Handle keyup on tabs keyupEventListener(event) { - var key = event.keyCode; + const key = event.keyCode; switch (key) { case this.keys.left: @@ -121,9 +126,9 @@ class TabGroup { // only up and down arrow should function. // In all other cases only left and right arrow function. determineOrientation(event) { - var key = event.keyCode; - var vertical = this.tablist.getAttribute("aria-orientation") == "vertical"; - var proceed = false; + const key = event.keyCode; + const vertical = this.tablist.getAttribute("aria-orientation") == "vertical"; + let proceed = false; if (vertical) { if (key === this.keys.up || key === this.keys.down) { @@ -144,14 +149,15 @@ class TabGroup { // Either focus the next, previous, first, or last tab // depending on key pressed switchTabOnArrowPress(event) { - var pressed = event.keyCode; + const pressed = event.keyCode; for (let tab of this.tabs) { tab.addEventListener("focus", this.focusEventHandler.bind(this)); } if (this.direction[pressed]) { - var target = event.target; + const target = event.target; + if (target.index !== undefined) { if (this.tabs[target.index + this.direction[pressed]]) { this.tabs[target.index + this.direction[pressed]].focus(); @@ -185,7 +191,7 @@ class TabGroup { tab.classList.add("is-active"); // Get the value of aria-controls (which is an ID) - var controls = tab.getAttribute("aria-controls"); + const controls = tab.getAttribute("aria-controls"); // Remove hidden attribute from tab panel to make it visible document.getElementById(controls).removeAttribute("hidden"); @@ -221,11 +227,12 @@ class TabGroup { // Determine whether there should be a delay // when user navigates with the arrow keys determineDelay() { - var hasDelay = this.tablist.hasAttribute("data-delay"); - var delay = 0; + const hasDelay = this.tablist.hasAttribute("data-delay"); + let delay = 0; if (hasDelay) { - var delayValue = this.tablist.getAttribute("data-delay"); + const delayValue = this.tablist.getAttribute("data-delay"); + if (delayValue) { delay = delayValue; } else { @@ -238,7 +245,7 @@ class TabGroup { } focusEventHandler(event) { - var target = event.target; + const target = event.target; setTimeout(this.checkTabFocus.bind(this), this.delay, target); } From 1d99e455e83caac8804ff0a809d0002816b982b7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 16:40:21 -0800 Subject: [PATCH 011/204] Adds link to add edition to editions page --- .../templates/book/editions/editions.html | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/book/editions/editions.html b/bookwyrm/templates/book/editions/editions.html index a3ff08022..5d674d47d 100644 --- a/bookwyrm/templates/book/editions/editions.html +++ b/bookwyrm/templates/book/editions/editions.html @@ -46,7 +46,25 @@ {% endfor %} -

+
{% include 'snippets/pagination.html' with page=editions path=request.path %}
+ +
+

+ {% trans "Can't find the edition you're looking for?" %} +

+ +
+ {% csrf_token %} + {{ work_form }} + +
+ +
+
+
+ {% endblock %} From c67f92af465fc12473bc9becbe3a4520c2efd346 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 25 Feb 2022 16:40:34 -0800 Subject: [PATCH 012/204] Add editions view --- bookwyrm/forms.py | 27 ++- bookwyrm/templates/book/edit/edit_book.html | 16 +- .../templates/book/edit/edit_book_form.html | 5 + bookwyrm/urls.py | 3 +- bookwyrm/views/__init__.py | 2 +- bookwyrm/views/books/edit_book.py | 217 ++++++++++++------ bookwyrm/views/books/editions.py | 3 +- 7 files changed, 196 insertions(+), 77 deletions(-) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 7ae4e446f..9e6941569 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -264,17 +264,40 @@ class FileLinkForm(CustomForm): ) +class EditionFromWorkForm(CustomForm): + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + # make all fields hidden + for visible in self.visible_fields(): + visible.field.widget = forms.HiddenInput() + + class Meta: + model = models.Work + fields = [ + "title", + "subtitle", + "authors", + "description", + "languages", + "series", + "series_number", + "subjects", + "subject_places", + "cover", + "first_published_date", + ] + class EditionForm(CustomForm): class Meta: model = models.Edition exclude = [ + "authors", + "parent_work", "remote_id", "origin_id", "created_date", "updated_date", "edition_rank", - "authors", - "parent_work", "shelves", "connector", "search_vector", diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index 3d41058e3..79ed1cc0d 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -3,18 +3,24 @@ {% load humanize %} {% load utilities %} -{% block title %}{% if book %}{% blocktrans with book_title=book.title %}Edit "{{ book_title }}"{% endblocktrans %}{% else %}{% trans "Add Book" %}{% endif %}{% endblock %} +{% block title %} + {% if book.title %} + {% blocktrans with book_title=book.title %}Edit "{{ book_title }}"{% endblocktrans %} + {% else %} + {% trans "Add Book" %} + {% endif %} +{% endblock %} {% block content %}

- {% if book %} + {% if book.title %} {% blocktrans with book_title=book.title %}Edit "{{ book_title }}"{% endblocktrans %} {% else %} {% trans "Add Book" %} {% endif %}

- {% if book %} + {% if book.created_date %}
{% trans "Added:" %}
{{ book.created_date | naturaltime }}
@@ -33,7 +39,7 @@
- {% if book %} + {% if book.id %} {% trans "Cancel" %} {% else %} diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index fd2516a66..e2d7121ff 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -9,6 +9,8 @@ {% csrf_token %} + +
@@ -123,8 +125,11 @@
{% if book.authors.exists %} + {# preserve authors if the book is unsaved #} + {{ form.authors.as_hidden }}
{% for author in book.authors.all %} + {{ form.authors.as_hidden }}
+ +
+
+ {% csrf_token %} + +
+
+ {% csrf_token %} + +

{% trans "Last run date will not be updated" %}

+
+
+ {% else %}
{% csrf_token %} diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py index 5abe7ac2e..b458084e0 100644 --- a/bookwyrm/urls.py +++ b/bookwyrm/urls.py @@ -226,6 +226,11 @@ urlpatterns = [ views.schedule_automod_task, name="settings-automod-schedule", ), + re_path( + r"^settings/automod/unschedule/(?P\d+)/?$", + views.unschedule_automod_task, + name="settings-automod-unschedule", + ), re_path( r"^settings/automod/run/?$", views.run_automod, name="settings-automod-run" ), diff --git a/bookwyrm/views/__init__.py b/bookwyrm/views/__init__.py index aa4d72999..f93928152 100644 --- a/bookwyrm/views/__init__.py +++ b/bookwyrm/views/__init__.py @@ -2,7 +2,8 @@ # site admin from .admin.announcements import Announcements, Announcement from .admin.announcements import EditAnnouncement, delete_announcement -from .admin.automod import AutoMod, automod_delete, run_automod, schedule_automod_task +from .admin.automod import AutoMod, automod_delete, run_automod +from .admin.automod import schedule_automod_task, unschedule_automod_task from .admin.dashboard import Dashboard from .admin.federation import Federation, FederatedServer from .admin.federation import AddFederatedServer, ImportServerBlocklist diff --git a/bookwyrm/views/admin/automod.py b/bookwyrm/views/admin/automod.py index fbe6408c6..f8c3e8e67 100644 --- a/bookwyrm/views/admin/automod.py +++ b/bookwyrm/views/admin/automod.py @@ -64,14 +64,23 @@ def schedule_automod_task(request): return redirect("settings-automod") +@require_POST +@permission_required("bookwyrm.moderate_user", raise_exception=True) +@permission_required("bookwyrm.moderate_post", raise_exception=True) +# pylint: disable=unused-argument +def unschedule_automod_task(request, task_id): + """unscheduler""" + get_object_or_404(PeriodicTask, id=task_id).delete() + return redirect("settings-automod") + + @require_POST @permission_required("bookwyrm.moderate_user", raise_exception=True) @permission_required("bookwyrm.moderate_post", raise_exception=True) # pylint: disable=unused-argument def automod_delete(request, rule_id): """Remove a rule""" - rule = get_object_or_404(models.AutoMod, id=rule_id) - rule.delete() + get_object_or_404(models.AutoMod, id=rule_id).delete() return redirect("settings-automod") From 6b5bebdf781e067e97683507639343d35e6ade45 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Feb 2022 10:44:50 -0800 Subject: [PATCH 019/204] Cleans up scheduler form --- bookwyrm/forms.py | 5 ++++ .../templates/settings/automod/rules.html | 28 +++++++++++++++++-- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 00e6d5d8c..561a86d00 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -563,3 +563,8 @@ class IntervalScheduleForm(CustomForm): class Meta: model = IntervalSchedule fields = ["every", "period"] + + widgets = { + "every": forms.NumberInput(attrs={"aria-describedby": "desc_every"}), + "period": forms.Select(attrs={"aria-describedby": "desc_period"}), + } diff --git a/bookwyrm/templates/settings/automod/rules.html b/bookwyrm/templates/settings/automod/rules.html index 0a1b1c3f9..ef0a49beb 100644 --- a/bookwyrm/templates/settings/automod/rules.html +++ b/bookwyrm/templates/settings/automod/rules.html @@ -18,8 +18,10 @@ {% trans "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." %} {% trans "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." %}

+
+
{% if task %} -
+
{% trans "Schedule:" %}
@@ -51,7 +53,7 @@
-
+
{% csrf_token %} @@ -64,9 +66,29 @@
{% else %} +

{% trans "Schedule scan" %}

{% csrf_token %} - {{ task_form.as_p }} +
+ + {{ task_form.every }} +

+ {{ task_form.every.help_text }} +

+
+
+ +
+ {{ task_form.period }} +
+

+ {{ task_form.period.help_text }} +

+
{% endif %} From e15193e1000193a64742b91c02688b78c2eaec58 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Feb 2022 12:43:27 -0800 Subject: [PATCH 020/204] Adds themes --- .../migrations/0142_auto_20220226_2024.py | 73 +++++++++++++++++++ bookwyrm/models/site.py | 27 +++++++ .../{themes/dark.scss => bookwyrm-dark.scss} | 0 .../light.scss => bookwyrm-light.scss} | 4 +- bookwyrm/static/css/bookwyrm.scss | 1 - bookwyrm/templates/layout.html | 2 +- bookwyrm/templates/settings/site.html | 43 +++++++---- 7 files changed, 133 insertions(+), 17 deletions(-) create mode 100644 bookwyrm/migrations/0142_auto_20220226_2024.py rename bookwyrm/static/css/{themes/dark.scss => bookwyrm-dark.scss} (100%) rename bookwyrm/static/css/{themes/light.scss => bookwyrm-light.scss} (93%) diff --git a/bookwyrm/migrations/0142_auto_20220226_2024.py b/bookwyrm/migrations/0142_auto_20220226_2024.py new file mode 100644 index 000000000..662cd9bdc --- /dev/null +++ b/bookwyrm/migrations/0142_auto_20220226_2024.py @@ -0,0 +1,73 @@ +# Generated by Django 3.2.12 on 2022-02-26 20:24 + +import django.core.validators +from django.db import migrations, models +import django.db.models.deletion + + +def add_default_themes(apps, schema_editor): + """add light and dark themes""" + db_alias = schema_editor.connection.alias + theme_model = apps.get_model("bookwyrm", "Theme") + theme_model.objects.using(db_alias).bulk_create( + [ + theme_model.objects.using(db_alias)( + name="BookWyrm Light", + path="bookwyrm-light.scss", + ), + theme_model.objects.using(db_alias)( + name="BookWyrm Dark", + path="bookwyrm-dark.scss", + ), + ] + ) + + +class Migration(migrations.Migration): + + dependencies = [ + ("bookwyrm", "0141_alter_report_status"), + ] + + operations = [ + migrations.CreateModel( + name="Theme", + fields=[ + ( + "id", + models.AutoField( + auto_created=True, + primary_key=True, + serialize=False, + verbose_name="ID", + ), + ), + ("created_date", models.DateTimeField(auto_now_add=True)), + ("name", models.CharField(max_length=10, unique=True)), + ( + "theme_file", + models.FileField( + upload_to="css/", + validators=[ + django.core.validators.FileExtensionValidator( + ["scss", "sass"] + ) + ], + ), + ), + ], + ), + migrations.AddField( + model_name="sitesettings", + name="default_theme", + field=models.ForeignKey( + blank=True, + null=True, + on_delete=django.db.models.deletion.SET_NULL, + to="bookwyrm.theme", + ), + ), + migrations.RunPython( + add_default_themes, reversed_code=migrations.RunPython.noop + ), + ] diff --git a/bookwyrm/models/site.py b/bookwyrm/models/site.py index a40d295bc..602a3f59f 100644 --- a/bookwyrm/models/site.py +++ b/bookwyrm/models/site.py @@ -3,6 +3,7 @@ import datetime from urllib.parse import urljoin import uuid +from django.core.validators import FileExtensionValidator from django.db import models, IntegrityError from django.dispatch import receiver from django.utils import timezone @@ -24,6 +25,9 @@ class SiteSettings(models.Model): ) instance_description = models.TextField(default="This instance has no description.") instance_short_description = models.CharField(max_length=255, blank=True, null=True) + default_theme = models.ForeignKey( + "Theme", null=True, blank=True, on_delete=models.SET_NULL + ) # admin setup options install_mode = models.BooleanField(default=False) @@ -104,6 +108,29 @@ class SiteSettings(models.Model): super().save(*args, **kwargs) +class Theme(models.Model): + """Theme files""" + + created_date = models.DateTimeField(auto_now_add=True) + name = models.CharField(max_length=10, unique=True) + theme_file = models.FileField( + upload_to="css/", + validators=[FileExtensionValidator(["scss", "sass"])], + null=True, + ) + path = models.CharField(max_length=50, blank=True, null=True) + + @classmethod + def get_theme(cls, user): + """get the theme given the user/site""" + if user and user.theme: + return user.theme.path + site = SiteSettings.objects.get() + if site.theme: + return site.theme.path + return "light.scss" + + class SiteInvite(models.Model): """gives someone access to create an account on the instance""" diff --git a/bookwyrm/static/css/themes/dark.scss b/bookwyrm/static/css/bookwyrm-dark.scss similarity index 100% rename from bookwyrm/static/css/themes/dark.scss rename to bookwyrm/static/css/bookwyrm-dark.scss diff --git a/bookwyrm/static/css/themes/light.scss b/bookwyrm/static/css/bookwyrm-light.scss similarity index 93% rename from bookwyrm/static/css/themes/light.scss rename to bookwyrm/static/css/bookwyrm-light.scss index 339fc2c36..6b7b5b349 100644 --- a/bookwyrm/static/css/themes/light.scss +++ b/bookwyrm/static/css/bookwyrm-light.scss @@ -1,4 +1,4 @@ -@import "../vendor/bulma/sass/utilities/derived-variables.sass"; +@import "vendor/bulma/sass/utilities/derived-variables.sass"; /* Colors ******************************************************************************/ @@ -51,3 +51,5 @@ $menu-item-active-background-color: $link-background; ******************************************************************************/ $family-primary: $family-sans-serif; $family-secondary: $family-sans-serif; + +@import "bookwyrm.scss"; diff --git a/bookwyrm/static/css/bookwyrm.scss b/bookwyrm/static/css/bookwyrm.scss index 6b5e7e6b5..ee25b7287 100644 --- a/bookwyrm/static/css/bookwyrm.scss +++ b/bookwyrm/static/css/bookwyrm.scss @@ -1,7 +1,6 @@ @charset "utf-8"; @import "instance-settings"; -@import "themes/light.scss"; @import "vendor/bulma/bulma.sass"; @import "vendor/icons.css"; @import "bookwyrm/all.scss"; diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 0e8740724..a31499966 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -8,7 +8,7 @@ {% block title %}BookWyrm{% endblock %} - {{ site.name }} - + diff --git a/bookwyrm/templates/settings/site.html b/bookwyrm/templates/settings/site.html index 2ecd988ea..0afbd64f6 100644 --- a/bookwyrm/templates/settings/site.html +++ b/bookwyrm/templates/settings/site.html @@ -8,7 +8,7 @@ {% block site-subtabs %}
@@ -68,20 +68,35 @@ -
-

{% trans "Images" %}

-
-
- - {{ site_form.logo }} +
+

{% trans "Display" %}

+
+

{% trans "Images" %}

+
+
+ + {{ site_form.logo }} +
+
+ + {{ site_form.logo_small }} +
+
+ + {{ site_form.favicon }} +
-
- - {{ site_form.logo_small }} -
-
- - {{ site_form.favicon }} + +

{% trans "Themes" %}

+
+ +
+ {{ site_form.default_theme }} +
+ +
From 43269429acdec88d1c369a142543d124ef060427 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Feb 2022 13:38:45 -0800 Subject: [PATCH 021/204] Use selected theme --- ...226_2024.py => 0142_auto_20220226_2047.py} | 36 +++++++++++-------- bookwyrm/models/__init__.py | 2 +- bookwyrm/models/site.py | 16 ++++----- bookwyrm/models/user.py | 14 ++++++++ bookwyrm/static/css/bookwyrm-dark.scss | 4 ++- bookwyrm/templates/layout.html | 4 ++- 6 files changed, 50 insertions(+), 26 deletions(-) rename bookwyrm/migrations/{0142_auto_20220226_2024.py => 0142_auto_20220226_2047.py} (67%) diff --git a/bookwyrm/migrations/0142_auto_20220226_2024.py b/bookwyrm/migrations/0142_auto_20220226_2047.py similarity index 67% rename from bookwyrm/migrations/0142_auto_20220226_2024.py rename to bookwyrm/migrations/0142_auto_20220226_2047.py index 662cd9bdc..928d556c7 100644 --- a/bookwyrm/migrations/0142_auto_20220226_2024.py +++ b/bookwyrm/migrations/0142_auto_20220226_2047.py @@ -1,4 +1,4 @@ -# Generated by Django 3.2.12 on 2022-02-26 20:24 +# Generated by Django 3.2.12 on 2022-02-26 20:47 import django.core.validators from django.db import migrations, models @@ -9,17 +9,13 @@ def add_default_themes(apps, schema_editor): """add light and dark themes""" db_alias = schema_editor.connection.alias theme_model = apps.get_model("bookwyrm", "Theme") - theme_model.objects.using(db_alias).bulk_create( - [ - theme_model.objects.using(db_alias)( - name="BookWyrm Light", - path="bookwyrm-light.scss", - ), - theme_model.objects.using(db_alias)( - name="BookWyrm Dark", - path="bookwyrm-dark.scss", - ), - ] + theme_model.objects.using(db_alias).create( + name="BookWyrm Light", + path="bookwyrm-light.scss", + ) + theme_model.objects.using(db_alias).create( + name="BookWyrm Dark", + path="bookwyrm-dark.scss", ) @@ -43,10 +39,11 @@ class Migration(migrations.Migration): ), ), ("created_date", models.DateTimeField(auto_now_add=True)), - ("name", models.CharField(max_length=10, unique=True)), + ("name", models.CharField(max_length=50, unique=True)), ( "theme_file", models.FileField( + null=True, upload_to="css/", validators=[ django.core.validators.FileExtensionValidator( @@ -55,6 +52,7 @@ class Migration(migrations.Migration): ], ), ), + ("path", models.CharField(blank=True, max_length=50, null=True)), ], ), migrations.AddField( @@ -67,7 +65,17 @@ class Migration(migrations.Migration): to="bookwyrm.theme", ), ), + migrations.AddField( + model_name="user", + name="theme", + field=models.ForeignKey( + blank=True, + null=True, + on_delete=django.db.models.deletion.SET_NULL, + to="bookwyrm.theme", + ), + ), migrations.RunPython( - add_default_themes, reversed_code=migrations.RunPython.noop + add_default_themes, reverse_code=migrations.RunPython.noop ), ] diff --git a/bookwyrm/models/__init__.py b/bookwyrm/models/__init__.py index 440d18d95..a8a84f095 100644 --- a/bookwyrm/models/__init__.py +++ b/bookwyrm/models/__init__.py @@ -26,7 +26,7 @@ from .group import Group, GroupMember, GroupMemberInvitation from .import_job import ImportJob, ImportItem -from .site import SiteSettings, SiteInvite +from .site import SiteSettings, Theme, SiteInvite from .site import PasswordReset, InviteRequest from .announcement import Announcement from .antispam import EmailBlocklist, IPBlocklist, AutoMod, automod_task diff --git a/bookwyrm/models/site.py b/bookwyrm/models/site.py index 602a3f59f..30ebfe742 100644 --- a/bookwyrm/models/site.py +++ b/bookwyrm/models/site.py @@ -112,7 +112,7 @@ class Theme(models.Model): """Theme files""" created_date = models.DateTimeField(auto_now_add=True) - name = models.CharField(max_length=10, unique=True) + name = models.CharField(max_length=50, unique=True) theme_file = models.FileField( upload_to="css/", validators=[FileExtensionValidator(["scss", "sass"])], @@ -120,15 +120,13 @@ class Theme(models.Model): ) path = models.CharField(max_length=50, blank=True, null=True) - @classmethod - def get_theme(cls, user): + def __str__(self): + return self.name + + @property + def theme_path(self): """get the theme given the user/site""" - if user and user.theme: - return user.theme.path - site = SiteSettings.objects.get() - if site.theme: - return site.theme.path - return "light.scss" + return self.theme_file.path if self.theme_file else self.path class SiteInvite(models.Model): diff --git a/bookwyrm/models/user.py b/bookwyrm/models/user.py index 6367dcaef..3d12e6044 100644 --- a/bookwyrm/models/user.py +++ b/bookwyrm/models/user.py @@ -136,6 +136,7 @@ class User(OrderedCollectionPageMixin, AbstractUser): updated_date = models.DateTimeField(auto_now=True) last_active_date = models.DateTimeField(default=timezone.now) manually_approves_followers = fields.BooleanField(default=False) + theme = models.ForeignKey("Theme", null=True, blank=True, on_delete=models.SET_NULL) # options to turn features on and off show_goal = models.BooleanField(default=True) @@ -172,6 +173,19 @@ class User(OrderedCollectionPageMixin, AbstractUser): property_fields = [("following_link", "following")] field_tracker = FieldTracker(fields=["name", "avatar"]) + @property + def get_theme(self): + """get the theme given the user/site""" + if self.theme: + path = self.theme.theme_path + else: + site_model = apps.get_model("bookwyrm", "SiteSettings", require_ready=True) + site = site_model.objects.get() + if site.default_theme: + path = site.default_theme.theme_path + path = path or "light.scss" + return f"css/{path}" + @property def confirmation_link(self): """helper for generating confirmation links""" diff --git a/bookwyrm/static/css/bookwyrm-dark.scss b/bookwyrm/static/css/bookwyrm-dark.scss index 8df4ce500..957187ffd 100644 --- a/bookwyrm/static/css/bookwyrm-dark.scss +++ b/bookwyrm/static/css/bookwyrm-dark.scss @@ -1,4 +1,4 @@ -@import "../vendor/bulma/sass/utilities/derived-variables.sass"; +@import "vendor/bulma/sass/utilities/derived-variables.sass"; /* Colors ******************************************************************************/ @@ -53,3 +53,5 @@ $menu-item-active-background-color: $link-background; ******************************************************************************/ $family-primary: $family-sans-serif; $family-secondary: $family-sans-serif; + +@import "bookwyrm.scss"; diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index a31499966..444241e5b 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -8,7 +8,9 @@ {% block title %}BookWyrm{% endblock %} - {{ site.name }} - + {% with theme_path=user.get_theme %} + + {% endwith %} From 340b306d2e6cc6e6fad36a51f15e4fe8bbe3e3e0 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 18:08:07 -0800 Subject: [PATCH 022/204] Fix path --- bookwyrm/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 54ccbe276..b059af6d2 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -272,7 +272,7 @@ - + {% block scripts %}{% endblock %} From fcc8b6aaabe7df427038d485b3b1a07cf94fd193 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 18:19:12 -0800 Subject: [PATCH 023/204] Move to sass --- bookwyrm/static/css/bookwyrm.css | 1319 ----------------- bookwyrm/static/css/bookwyrm/_all.scss | 1 + .../css/bookwyrm/components/_barcode.scss | 14 + 3 files changed, 15 insertions(+), 1319 deletions(-) delete mode 100644 bookwyrm/static/css/bookwyrm.css create mode 100644 bookwyrm/static/css/bookwyrm/components/_barcode.scss diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css deleted file mode 100644 index f1faf30c1..000000000 --- a/bookwyrm/static/css/bookwyrm.css +++ /dev/null @@ -1,1319 +0,0 @@ -html { - scroll-behavior: smooth; -} - -body { - min-height: 100vh; - display: flex; - flex-direction: column; -} - -button { - border: none; - margin: 0; - padding: 0; - width: auto; - overflow: visible; - background: transparent; - - /* inherit font, color & alignment from ancestor */ - color: inherit; - font: inherit; - text-align: inherit; - - /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */ - line-height: normal; - - /* Corrects font smoothing for webkit */ - -webkit-font-smoothing: inherit; - -moz-osx-font-smoothing: inherit; - - /* Corrects inability to style clickable `input` types in iOS */ - -webkit-appearance: none; - - /* Generalizes pointer cursor */ - cursor: pointer; -} - -button::-moz-focus-inner { - /* Remove excess padding and border in Firefox 4+ */ - border: 0; - padding: 0; -} - -/* Better accessibility for keyboard users */ -*:focus-visible { - outline-style: auto !important; -} - -.image { - overflow: hidden; -} - -.navbar .logo { - max-height: 50px; -} - -.card { - overflow: visible; -} - -.card.has-border { - border: 1px solid #eee; -} - -.scroll-x { - overflow: hidden; - overflow-x: auto; -} - -.modal-card { - pointer-events: none; -} - -.modal-card > * { - pointer-events: all; -} - -/* stylelint-disable no-descending-specificity */ -.modal-card:focus { - outline-style: auto; -} - -.modal-card:focus:not(:focus-visible) { - outline-style: initial; -} - -.modal-card:focus-visible { - outline-style: auto; -} -/* stylelint-enable no-descending-specificity */ - -.modal-card.is-fullwidth { - min-width: 75% !important; -} - -@media only screen and (min-width: 769px) { - .modal-card.is-thin { - width: 350px !important; - } -} - -.modal-card-body { - max-height: 70vh; -} - -.clip-text { - max-height: 35em; - overflow: hidden; -} - -/** Utilities not covered by Bulma - ******************************************************************************/ - -@media only screen and (max-width: 768px) { - .is-sr-only-mobile { - border: none !important; - clip: rect(0, 0, 0, 0) !important; - height: 0.01em !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - white-space: nowrap !important; - width: 0.01em !important; - } - - .m-0-mobile { - margin: 0 !important; - } - - .card-footer.is-stacked-mobile { - flex-direction: column; - } - - .card-footer.is-stacked-mobile .card-footer-item:not(:last-child) { - border-bottom: 1px solid #ededed; - border-right: 0; - } - - .is-flex-direction-row-mobile { - flex-direction: row !important; - } - - .is-flex-direction-column-mobile { - flex-direction: column !important; - } -} - -.tag.is-small { - height: auto; -} - -.button.is-transparent { - background-color: transparent; -} - -.card.is-stretchable { - display: flex; - flex-direction: column; - height: 100%; -} - -.card.is-stretchable .card-content { - flex-grow: 1; -} - -.preserve-whitespace p { - white-space: pre-wrap !important; -} - -.display-inline p { - display: inline !important; -} - -button .button-invisible-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - padding: 1rem; - box-sizing: border-box; - display: flex; - align-items: center; - flex-direction: column; - justify-content: center; - background: rgba(0, 0, 0, 66%); - color: white; - opacity: 0; - transition: opacity 0.2s ease; -} - -button:hover .button-invisible-overlay, -button:active .button-invisible-overlay, -button:focus-visible .button-invisible-overlay { - opacity: 1; -} - -/** File input styles - ******************************************************************************/ - -input[type="file"]::file-selector-button { - -moz-appearance: none; - -webkit-appearance: none; - background-color: #fff; - border-radius: 4px; - border: 1px solid #dbdbdb; - box-shadow: none; - color: #363636; - cursor: pointer; - font-size: 1rem; - height: 2.5em; - justify-content: center; - line-height: 1.5; - padding-bottom: calc(0.5em - 1px); - padding-left: 1em; - padding-right: 1em; - padding-top: calc(0.5em - 1px); - text-align: center; - white-space: nowrap; -} - -input[type="file"]::file-selector-button:hover { - border-color: #b5b5b5; - color: #363636; -} - -/** General `details` element styles - ******************************************************************************/ - -details summary { - cursor: pointer; -} - -summary::-webkit-details-marker { - display: none; -} - -details summary::marker { - content: none; -} - -details.detail-pinned-button summary { - position: absolute; - right: 0; -} - -details.detail-pinned-button form { - float: left; - width: 100%; - margin-top: 1em; -} - -/** Dropdown w/ Details element - ******************************************************************************/ - -details.dropdown[open] summary.dropdown-trigger::before { - content: ""; - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; -} - -details.dropdown .dropdown-menu { - display: block !important; -} - -details.dropdown .dropdown-menu button { - /* Fix weird Safari defaults */ - box-sizing: border-box; -} - -details.dropdown .dropdown-menu button:focus-visible, -details.dropdown .dropdown-menu a:focus-visible { - outline-style: auto; - outline-offset: -2px; -} - -@media only screen and (max-width: 768px) { - details.dropdown[open] summary.dropdown-trigger::before { - background-color: rgba(0, 0, 0, 50%); - z-index: 30; - } - - details .dropdown-menu { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - display: flex !important; - align-items: center; - justify-content: center; - pointer-events: none; - z-index: 100; - } - - details .dropdown-menu > * { - pointer-events: all; - } -} - -/** Details panel - ******************************************************************************/ - -details.details-panel { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 10%); - transition: box-shadow 0.2s ease; - padding: 0.75rem; -} - -details[open].details-panel, -details.details-panel:hover { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 20%); -} - -details.details-panel summary { - position: relative; -} - -details.details-panel summary .details-close { - position: absolute; - right: 0; - top: 0; - transform: rotate(45deg); - transition: transform 0.2s ease; -} - -details[open].details-panel summary .details-close { - transform: rotate(0deg); -} - -@media only screen and (min-width: 769px) { - .details-panel .filters-field:not(:last-child) { - border-right: 1px solid rgba(0, 0, 0, 10%); - margin-top: 0.75rem; - margin-bottom: 0.75rem; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - } -} - -/** Shelving - ******************************************************************************/ - -/** @todo Replace icons with SVG symbols. - @see https://www.youtube.com/watch?v=9xXBYcWgCHA */ -.shelf-option:disabled > *::after { - font-family: icomoon; /* stylelint-disable font-family-no-missing-generic-family-keyword */ - content: "\e919"; /* icon-check */ - margin-left: 0.5em; -} - -/** Toggles - ******************************************************************************/ - -.toggle-button[aria-pressed="true"], -.toggle-button[aria-pressed="true"]:hover { - background-color: hsl(171deg, 100%, 41%); - color: white; -} - -.hide-active[aria-pressed="true"], -.hide-inactive[aria-pressed="false"] { - display: none; -} - -.transition-x.is-hidden, -.transition-y.is-hidden { - display: block !important; - visibility: hidden !important; - height: 0 !important; - width: 0 !important; - margin: 0 !important; - padding: 0 !important; - overflow: auto; -} - -.transition-x, -.transition-y { - transition-duration: 0.5s; - transition-timing-function: ease; -} - -.transition-x { - transition-property: width, margin-left, margin-right, padding-left, padding-right; -} - -.transition-y { - transition-property: height, margin-top, margin-bottom, padding-top, padding-bottom; -} - -@media (prefers-reduced-motion: reduce) { - .transition-x, - .transition-y { - transition-duration: 0.001ms !important; - } -} - -/** Stars - ******************************************************************************/ - -.stars { - white-space: nowrap; -} - -/** Stars in a review form - * - * Specificity makes hovering taking over checked inputs. - * - * \e9d9: filled star - * \e9d7: empty star; - * -------------------------------------------------------------------------- */ - -.form-rate-stars { - width: max-content; -} - -/* All stars are visually filled by default. */ -.form-rate-stars .icon::before { - content: "\e9d9"; /* icon-star-full */ -} - -/* Icons directly following half star inputs are marked as half */ -.form-rate-stars input.half:checked ~ .icon::before { - content: "\e9d8"; /* icon-star-half */ -} - -/* stylelint-disable no-descending-specificity */ -.form-rate-stars input.half:checked + input + .icon:hover::before { - content: "\e9d8" !important; /* icon-star-half */ -} - -/* Icons directly following half check inputs that follow the checked input are emptied. */ -.form-rate-stars input.half:checked + input + .icon ~ .icon::before { - content: "\e9d7"; /* icon-star-empty */ -} - -/* Icons directly following inputs that follow the checked input are emptied. */ -.form-rate-stars input:checked ~ input + .icon::before { - content: "\e9d7"; /* icon-star-empty */ -} - -/* When a label is hovered, repeat the fill-all-then-empty-following pattern. */ -.form-rate-stars:hover .icon.icon::before { - content: "\e9d9" !important; /* icon-star-full */ -} - -.form-rate-stars .icon:hover ~ .icon::before { - content: "\e9d7" !important; /* icon-star-empty */ -} - -/** Book covers - * - * - .is-cover gives the behaviour of the cover and its surrounding. (optional) - * - .cover-container gives the dimensions and position (for borders, image and other elements). - * - .book-cover is positioned and sized based on its container. - * - * To have the cover within specific dimensions, specify a width or height for - * standard bulma’s named breapoints: - * - * `is-(w|h)-(auto|xs|s|m|l|xl|xxl)[-(mobile|tablet|desktop)]` - * - * The cover will be centered horizontally and vertically within those dimensions. - * - * When using `.column.is-N`, add `.is-w-auto` to the container so that the flex - * calculations are not biased by the default `max-content`. - ******************************************************************************/ - -.column.is-cover { - flex-grow: 0 !important; -} - -.column.is-cover, -.column.is-cover + .column { - flex-basis: auto !important; -} - -.cover-container { - display: flex; - justify-content: center; - align-items: center; - position: relative; - width: max-content; - max-width: 100%; - overflow: hidden; -} - -/* Book cover - * -------------------------------------------------------------------------- */ - -.book-cover { - display: block; - max-width: 100%; - max-height: 100%; - - /* Useful when stretching under-sized images. */ - image-rendering: optimizequality; - image-rendering: smooth; -} - -/* Cover caption - * -------------------------------------------------------------------------- */ - -.no-cover .cover-caption { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 0.5em; - font-size: 0.75em; - color: white; - background-color: #002549; - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; - gap: 1em; - white-space: initial; - text-align: center; -} - -/** Avatars - ******************************************************************************/ - -.avatar { - vertical-align: middle; - display: inline; -} - -/** Statuses: Quotes - * - * \e906: icon-quote-open - * \e905: icon-quote-close - * - * The `content` class on the blockquote allows to apply styles to markdown - * generated HTML in the quote: https://bulma.io/documentation/elements/content/ - * - * ```html - *
- *
- * User generated quote in markdown… - *
- * - *

Book Title by Author

- *
- * ``` - ******************************************************************************/ - -.quote > blockquote { - position: relative; - padding-left: 2em; -} - -.quote > blockquote::before, -.quote > blockquote::after { - font-family: icomoon; - position: absolute; -} - -.quote > blockquote::before { - content: "\e907"; /* icon-quote-open */ - top: 0; - left: 0; -} - -.quote > blockquote::after { - content: "\e906"; /* icon-quote-close */ - right: 0; -} - -/** Animations and transitions - ******************************************************************************/ - -@keyframes turning { - from { transform: rotateZ(0deg); } - to { transform: rotateZ(360deg); } -} - -.is-processing .icon-spinner::before { - animation: turning 1.5s infinite linear; -} - -.icon-spinner { - display: none; -} - -.is-processing .icon-spinner { - display: flex; -} - -@media (prefers-reduced-motion: reduce) { - .is-processing .icon::before { - transition-duration: 0.001ms !important; - } -} - -/** Transient notification - ******************************************************************************/ - -#live-messages { - position: fixed; - bottom: 1em; - right: 1em; -} - -/** Tooltips - ******************************************************************************/ - -.tooltip { - width: 100%; -} - -/** States - ******************************************************************************/ - -/* "disabled" for non-buttons */ - -.is-disabled { - background-color: #dbdbdb; - border-color: #dbdbdb; - box-shadow: none; - color: #7a7a7a; - opacity: 0.5; - cursor: not-allowed; -} - -/* Book preview table - ******************************************************************************/ - -.book-preview td { - vertical-align: middle; -} - -@media only screen and (max-width: 768px) { - table.is-mobile, - table.is-mobile tbody { - display: block; - } - - table.is-mobile tr { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - border-top: 1px solid #dbdbdb; - } - - table.is-mobile td { - display: block; - box-sizing: border-box; - flex: 1 0 100%; - order: 2; - border-bottom: 0; - } - - table.is-mobile td.book-preview-top-row { - order: 1; - flex-basis: auto; - } - - table.is-mobile td[data-title]:not(:empty)::before { - content: attr(data-title); - display: block; - font-size: 0.75em; - font-weight: bold; - } - - table.is-mobile td:empty { - padding: 0; - } - - table.is-mobile th, - table.is-mobile thead { - display: none; - } -} - -/* Book list - ******************************************************************************/ - -ol.ordered-list { - list-style: none; - counter-reset: list-counter; -} - -ol.ordered-list li { - counter-increment: list-counter; -} - -ol.ordered-list li::before { - content: counter(list-counter); - position: absolute; - left: -20px; - width: 20px; - height: 24px; - background-color: #fff; - border: 1px solid #dbdbdb; - border-right: 0; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - display: flex; - justify-content: center; - align-items: center; - color: #888; - font-size: 0.8em; - font-weight: bold; -} - -@media only screen and (max-width: 768px) { - ol.ordered-list li::before { - left: 0; - z-index: 1; - border: 0; - border-right: 1px solid #dbdbdb; - border-bottom: 1px solid #dbdbdb; - border-radius: 0; - border-bottom-right-radius: 2px; - } -} - -.overflow-wrap-anywhere { - overflow-wrap: anywhere; - min-width: 10em; -} - -/* Threads - ******************************************************************************/ - -.thread .is-main .card { - box-shadow: 0 0.5em 1em -0.125em rgb(50 115 220 / 35%), 0 0 0 1px rgb(50 115 220 / 2%); -} - -.thread::after { - content: ""; - position: absolute; - z-index: -1; - top: 0; - bottom: 0; - left: 2.5em; - border-left: 2px solid #e0e0e0; -} - -/* Breadcrumbs - ******************************************************************************/ - -.breadcrumb li:first-child * { - padding-left: 0; -} - -.breadcrumb li > * { - align-items: center; - display: flex; - justify-content: center; - padding: 0 0.75em; -} - -/* Notifications page - ******************************************************************************/ - -.notification a.icon { - text-decoration: none !important; -} - -/* Breadcrumbs - ******************************************************************************/ - -.books-grid { - display: grid; - grid-template-columns: repeat(2, 1fr); - gap: 1rem; - align-items: end; - justify-items: stretch; -} - -.books-grid > .is-big { - grid-column: span 2; - grid-row: span 2; - justify-self: stretch; -} - -.books-grid .book-cover { - width: 100%; -} - -.books-grid .book-title { - --height-basis: 1.35rem; - - display: block; - margin-top: 0.5rem; - line-height: var(--height-basis); - min-height: calc(2 * var(--height-basis)); -} - -@media only screen and (min-width: 769px) { - .books-grid { - gap: 1.5rem; - grid-template-columns: repeat(auto-fill, minmax(8em, 1fr)); - } -} - -/* Copy - ******************************************************************************/ - -.horizontal-copy { - display: flex; - flex-direction: row; - align-items: center; - gap: 0.75rem; -} - -.horizontal-copy textarea { - min-width: initial; - white-space: nowrap; -} - -.horizontal-copy button { - align-self: stretch; - height: unset; -} - -.vertical-copy { - display: flex; - flex-direction: column; - align-items: stretch; - gap: 0.75rem; -} - -.vertical-copy button { - width: 100%; -} - -/* Dimensions - * @todo These could be in rem. - ******************************************************************************/ - -.is-32x32 { - min-width: 32px !important; - min-height: 32px !important; -} - -.is-96x96 { - min-width: 96px !important; - min-height: 96px !important; -} - -.is-w-auto { - width: auto !important; -} - -.is-w-xs { - width: 80px !important; -} - -.is-w-s { - width: 100px !important; -} - -.is-w-m { - width: 150px !important; -} - -.is-w-l { - width: 200px !important; -} - -.is-w-xl { - width: 250px !important; -} - -.is-w-xxl { - width: 500px !important; -} - -.is-h-xs { - height: 80px !important; -} - -.is-h-s { - height: 100px !important; -} - -.is-h-m { - height: 150px !important; -} - -.is-h-l { - height: 200px !important; -} - -.is-h-xl { - height: 250px !important; -} - -.is-h-xxl { - height: 500px !important; -} - -@media only screen and (max-width: 768px) { - .is-w-auto-mobile { - width: auto !important; - } - - .is-w-xs-mobile { - width: 80px !important; - } - - .is-w-s-mobile { - width: 100px !important; - } - - .is-w-m-mobile { - width: 150px !important; - } - - .is-w-l-mobile { - width: 200px !important; - } - - .is-w-xl-mobile { - width: 250px !important; - } - - .is-w-xxl-mobile { - width: 500px !important; - } - - .is-h-xs-mobile { - height: 80px !important; - } - - .is-h-s-mobile { - height: 100px !important; - } - - .is-h-m-mobile { - height: 150px !important; - } - - .is-h-l-mobile { - height: 200px !important; - } - - .is-h-xl-mobile { - height: 250px !important; - } - - .is-h-xxl-mobile { - height: 500px !important; - } -} - -@media only screen and (min-width: 769px) { - .is-w-auto-tablet { - width: auto !important; - } - - .is-w-xs-tablet { - width: 80px !important; - } - - .is-w-s-tablet { - width: 100px !important; - } - - .is-w-m-tablet { - width: 150px !important; - } - - .is-w-l-tablet { - width: 200px !important; - } - - .is-w-xl-tablet { - width: 250px !important; - } - - .is-w-xxl-tablet { - width: 500px !important; - } - - .is-h-xs-tablet { - height: 80px !important; - } - - .is-h-s-tablet { - height: 100px !important; - } - - .is-h-m-tablet { - height: 150px !important; - } - - .is-h-l-tablet { - height: 200px !important; - } - - .is-h-xl-tablet { - height: 250px !important; - } - - .is-h-xxl-tablet { - height: 500px !important; - } -} - -@media only screen and (min-width: 1024px) { - .is-w-auto-desktop { - width: auto !important; - } - - .is-w-xs-desktop { - width: 80px !important; - } - - .is-w-s-desktop { - width: 100px !important; - } - - .is-w-m-desktop { - width: 150px !important; - } - - .is-w-l-desktop { - width: 200px !important; - } - - .is-w-xl-desktop { - width: 250px !important; - } - - .is-w-xxl-desktop { - width: 500px !important; - } - - .is-h-xs-desktop { - height: 80px !important; - } - - .is-h-s-desktop { - height: 100px !important; - } - - .is-h-m-desktop { - height: 150px !important; - } - - .is-h-l-desktop { - height: 200px !important; - } - - .is-h-xl-desktop { - height: 250px !important; - } - - .is-h-xxl-desktop { - height: 500px !important; - } -} - -/* Alignments - * - * Use them with `.align.to-(c|t|r|b|l)[-(mobile|tablet)]` - ******************************************************************************/ - -/* Flex item position - * -------------------------------------------------------------------------- */ - -.align { - display: flex !important; - flex-direction: row !important; -} - -.align.to-c { - justify-content: center !important; -} - -.align.to-t { - align-items: flex-start !important; -} - -.align.to-r { - justify-content: flex-end !important; -} - -.align.to-b { - align-items: flex-end !important; -} - -.align.to-l { - justify-content: flex-start !important; -} - -@media screen and (max-width: 768px) { - .align.to-c-mobile { - justify-content: center !important; - } - - .align.to-t-mobile { - align-items: flex-start !important; - } - - .align.to-r-mobile { - justify-content: flex-end !important; - } - - .align.to-b-mobile { - align-items: flex-end !important; - } - - .align.to-l-mobile { - justify-content: flex-start !important; - } -} - -@media screen and (min-width: 769px) { - .align.to-c-tablet { - justify-content: center !important; - } - - .align.to-t-tablet { - align-items: flex-start !important; - } - - .align.to-r-tablet { - justify-content: flex-end !important; - } - - .align.to-b-tablet { - align-items: flex-end !important; - } - - .align.to-l-tablet { - justify-content: flex-start !important; - } -} - -/* Spacings - * - * Those are supplementary rules to Bulma’s. They follow the same conventions. - * Add those you’ll need. - ******************************************************************************/ - -.mr-auto { - margin-right: auto !important; -} - -.ml-auto { - margin-left: auto !important; -} - -@media screen and (max-width: 768px) { - .m-0-mobile { - margin: 0 !important; - } - - .mr-auto-mobile { - margin-right: auto !important; - } - - .ml-auto-mobile { - margin-left: auto !important; - } - - .mt-3-mobile { - margin-top: 0.75rem !important; - } - - .ml-3-mobile { - margin-left: 0.75rem !important; - } - - .mx-3-mobile { - margin-right: 0.75rem !important; - margin-left: 0.75rem !important; - } - - .my-3-mobile { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } -} - -@media screen and (min-width: 769px) { - .m-0-tablet { - margin: 0 !important; - } - - .mr-auto-tablet { - margin-right: auto !important; - } - - .ml-auto-tablet { - margin-left: auto !important; - } - - .mt-3-tablet { - margin-top: 0.75rem !important; - } - - .ml-3-tablet { - margin-left: 0.75rem !important; - } - - .mx-3-tablet { - margin-right: 0.75rem !important; - margin-left: 0.75rem !important; - } - - .my-3-tablet { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; - } -} - -/* Gaps (for Flexbox and Grid) - * - * Those are supplementary rules to Bulma’s. They follow the same conventions. - * Add those you’ll need. - ******************************************************************************/ - -.is-gap-0 { - gap: 0; -} - -.is-gap-1 { - gap: 0.25rem; -} - -.is-gap-2 { - gap: 0.5rem; -} - -.is-gap-3 { - gap: 0.75rem; -} - -.is-gap-4 { - gap: 1rem; -} - -.is-gap-5 { - gap: 1.5rem; -} - -.is-gap-6 { - gap: 3rem; -} - -.is-row-gap-0 { - row-gap: 0; -} - -.is-row-gap-1 { - row-gap: 0.25rem; -} - -.is-row-gap-2 { - row-gap: 0.5rem; -} - -.is-row-gap-3 { - row-gap: 0.75rem; -} - -.is-row-gap-4 { - row-gap: 1rem; -} - -.is-row-gap-5 { - row-gap: 1.5rem; -} - -.is-row-gap-6 { - row-gap: 3rem; -} - -.is-column-gap-0 { - column-gap: 0; -} - -.is-column-gap-1 { - column-gap: 0.25rem; -} - -.is-column-gap-2 { - column-gap: 0.5rem; -} - -.is-column-gap-3 { - column-gap: 0.75rem; -} - -.is-column-gap-4 { - column-gap: 1rem; -} - -.is-column-gap-5 { - column-gap: 1.5rem; -} - -.is-column-gap-6 { - column-gap: 3rem; -} - -/* Barcode scanner CSS */ -#barcode-scanner { - position: relative; - min-height: 200px; -} - -#barcode-scanner .drawingBuffer { - position: absolute; - top: 0; - left: 0; - height: auto; - width: 100%; -} diff --git a/bookwyrm/static/css/bookwyrm/_all.scss b/bookwyrm/static/css/bookwyrm/_all.scss index 11d7e403d..e9333bd19 100644 --- a/bookwyrm/static/css/bookwyrm/_all.scss +++ b/bookwyrm/static/css/bookwyrm/_all.scss @@ -1,6 +1,7 @@ /** Imports ******************************************************************************/ @import "components/avatar"; +@import "components/barcode"; @import "components/book_cover"; @import "components/book_grid"; @import "components/book_list"; diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss new file mode 100644 index 000000000..da1aa721c --- /dev/null +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -0,0 +1,14 @@ + +/* Barcode scanner CSS */ +#barcode-scanner { + position: relative; + min-height: 200px; + + .drawingBuffer { + position: absolute; + top: 0; + left: 0; + height: auto; + width: 100%; + } +} From 649ffe571a96b0bb25249cc846fd8468ea73661a Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 18:29:38 -0800 Subject: [PATCH 024/204] Fix typos with searching --- bookwyrm/static/js/bookwyrm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index 10032c557..d7ba9ffe0 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -689,7 +689,7 @@ let BookWyrm = new (class { statusNode.querySelector('.isbn').innerText = code; toggleStatus('found'); - const search = new Url('search'); + const search = new URL('/search', document.location); search.searchParams.set('q', code); cleanup(); From 8d0e5494808137d8763ee3f001c629de5c07ffb7 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 20:19:26 -0800 Subject: [PATCH 025/204] Improve visuals and quality of scanning --- .../css/bookwyrm/components/_barcode.scss | 10 +++++++++ bookwyrm/static/js/bookwyrm.js | 22 +++++++++++-------- bookwyrm/templates/search/barcode_modal.html | 4 ++-- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index da1aa721c..1abbf5d40 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -12,3 +12,13 @@ width: 100%; } } + +#barcode-status { + :dir(ltr) .select { + float: right; + } + + :dir(rtl) .select { + float: left; + } +} diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index d7ba9ffe0..4944ada65 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -655,10 +655,13 @@ let BookWyrm = new (class { } } - function cleanup() { + function cleanup(clearDrawing = true) { Quagga.stop(); - scannerNode.replaceChildren(); cameraListNode.removeEventListener('change', changeListener); + + if (clearDrawing) { + scannerNode.replaceChildren(); + } } Quagga.onProcessed((result) => { @@ -683,7 +686,14 @@ let BookWyrm = new (class { } }); + let lastDetection = null; Quagga.onDetected((result) => { + // Detect the same code twice as an extra check to avoid bogus scans. + if (lastDetection === null || lastDetection !== result.codeResult.code) { + lastDetection = result.codeResult.code; + return; + } + const code = result.codeResult.code; statusNode.querySelector('.isbn').innerText = code; @@ -692,7 +702,7 @@ let BookWyrm = new (class { const search = new URL('/search', document.location); search.searchParams.set('q', code); - cleanup(); + cleanup(false); location.assign(search); }); @@ -711,12 +721,6 @@ let BookWyrm = new (class { constraints: { facingMode: "environment", }, - area: { - top: "25%", - right: "25%", - left: "25%", - bottom: "25%", - } }, decoder : { readers: [ diff --git a/bookwyrm/templates/search/barcode_modal.html b/bookwyrm/templates/search/barcode_modal.html index 17eb8829e..00cc7c027 100644 --- a/bookwyrm/templates/search/barcode_modal.html +++ b/bookwyrm/templates/search/barcode_modal.html @@ -12,7 +12,7 @@
@@ -25,7 +25,7 @@ {% trans "Align your book's barcode with the camera." %}
From fee6ffcbd858b0a54bdadc236d17c448d78a5ba8 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 21:29:18 -0800 Subject: [PATCH 026/204] Fix formatting in chrome Was using experimental selector, forget about it. Also reduce jumping around of video size --- .../static/css/bookwyrm/components/_barcode.scss | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index 1abbf5d40..c12d59ea4 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -2,7 +2,7 @@ /* Barcode scanner CSS */ #barcode-scanner { position: relative; - min-height: 200px; + min-height: 450px; .drawingBuffer { position: absolute; @@ -13,12 +13,6 @@ } } -#barcode-status { - :dir(ltr) .select { - float: right; - } - - :dir(rtl) .select { - float: left; - } +#barcode-status .select { + float: right; } From 464050deaa4911bca518a43ee3568df296c257ad Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 21:32:01 -0800 Subject: [PATCH 027/204] Implement switching cameras Also, use session storage to remember last selected camera deviceId, if any --- bookwyrm/static/js/bookwyrm.js | 119 +++++++++++++++++++-------------- 1 file changed, 67 insertions(+), 52 deletions(-) diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index 4944ada65..0ae950447 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -645,8 +645,7 @@ let BookWyrm = new (class { const cameraListNode = document.getElementById("barcode-camera-list"); let changeListener = cameraListNode.addEventListener('change', (event) => { - // TODO - //event.target.value + initBarcodes(event.target.value); }); function toggleStatus(status) { @@ -655,6 +654,71 @@ let BookWyrm = new (class { } } + function initBarcodes(cameraId = null) { + if (!cameraId) { + cameraId = sessionStorage.getItem('preferredCam'); + } else { + sessionStorage.setItem('preferredCam', cameraId); + } + + scannerNode.replaceChildren(); + Quagga.stop(); + Quagga.init({ + inputStream : { + name: "Live", + type: "LiveStream", + target: scannerNode, + constraints: { + facingMode: "environment", + deviceId: cameraId, + }, + }, + decoder : { + readers: [ + "ean_reader", + { + format: "ean_reader", + config: { + supplements: [ "ean_2_reader", "ean_5_reader" ] + } + } + ], + multiple: false + }, + }, (err) => { + if (err) { + console.log(err); + toggleStatus('access-denied'); + return; + } + + let activeId = null; + const track = Quagga.CameraAccess.getActiveTrack(); + if (track) { + activeId = track.getSettings().deviceId; + } + + Quagga.CameraAccess.enumerateVideoDevices().then((devices) => { + cameraListNode.replaceChildren(); + + for (const device of devices) { + const child = document.createElement('option'); + child.value = device.deviceId; + child.innerText = device.label.slice(0, 30); + + if (activeId === child.value) { + child.selected = true; + } + + cameraListNode.appendChild(child); + } + }); + + toggleStatus('scanning'); + Quagga.start(); + }); + } + function cleanup(clearDrawing = true) { Quagga.stop(); cameraListNode.removeEventListener('change', changeListener); @@ -709,55 +773,6 @@ let BookWyrm = new (class { event.target.addEventListener('close', cleanup, { once: true }); toggleStatus('grant-access'); - - // Clear camera list - cameraListNode.replaceChildren(); - - Quagga.init({ - inputStream : { - name: "Live", - type: "LiveStream", - target: scannerNode, - constraints: { - facingMode: "environment", - }, - }, - decoder : { - readers: [ - "ean_reader", - { - format: "ean_reader", - config: { - supplements: [ "ean_2_reader", "ean_5_reader" ] - } - } - ], - multiple: false - }, - }, (err) => { - if (err) { - console.log(err); - toggleStatus('access-denied'); - return; - } - - const stream = Quagga.CameraAccess.getActiveStreamLabel(); - Quagga.CameraAccess.enumerateVideoDevices().then((devices) => { - for (const device of devices) { - const child = document.createElement('option'); - child.value = device.deviceId || device.id; - child.innerText = device.label.slice(0, 30); - - if (stream === child.value) { - child.selected = true; - } - - cameraListNode.appendChild(child); - } - }); - - Quagga.start(); - toggleStatus('scanning'); - }); + initBarcodes(); } })(); From cdddf73e29ea23b72ab988b57dae1647cef8d1b8 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sat, 26 Feb 2022 23:22:44 -0800 Subject: [PATCH 028/204] Improve layout for some camera types --- .../static/css/bookwyrm/components/_barcode.scss | 14 +++++++++++--- bookwyrm/static/js/bookwyrm.js | 6 +++++- bookwyrm/templates/search/barcode_modal.html | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index c12d59ea4..b6b416977 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -2,14 +2,22 @@ /* Barcode scanner CSS */ #barcode-scanner { position: relative; - min-height: 450px; + max-width: 100%; + text-align: center; + + video { + height: calc(70vh - 200px); + max-width: 100%; + } .drawingBuffer { position: absolute; top: 0; left: 0; - height: auto; - width: 100%; + right: 0; + margin: auto; + height: calc(70vh - 200px); + max-width: 100%; } } diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index 0ae950447..f6811614b 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -751,11 +751,15 @@ let BookWyrm = new (class { }); let lastDetection = null; + let numDetected = 0; Quagga.onDetected((result) => { - // Detect the same code twice as an extra check to avoid bogus scans. + // Detect the same code 3 times as an extra check to avoid bogus scans. if (lastDetection === null || lastDetection !== result.codeResult.code) { + numDetected = 1; lastDetection = result.codeResult.code; return; + } else if (numDetected++ < 3) { + return; } const code = result.codeResult.code; diff --git a/bookwyrm/templates/search/barcode_modal.html b/bookwyrm/templates/search/barcode_modal.html index 00cc7c027..93789ae3f 100644 --- a/bookwyrm/templates/search/barcode_modal.html +++ b/bookwyrm/templates/search/barcode_modal.html @@ -8,7 +8,7 @@ {% endblock %} {% block modal-body %} -
+
+
{% endblock %} From e71a5e3bdfe6a4077ddcbbffcf392f09519c44bc Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 00:00:22 -0800 Subject: [PATCH 031/204] Add barcode icon and use other icons Minor formatting and messaging tweaks --- .../css/bookwyrm/components/_barcode.scss | 1 + bookwyrm/static/css/fonts/icomoon.eot | Bin 10460 -> 10688 bytes bookwyrm/static/css/fonts/icomoon.svg | 1 + bookwyrm/static/css/fonts/icomoon.ttf | Bin 10296 -> 10524 bytes bookwyrm/static/css/fonts/icomoon.woff | Bin 10372 -> 10600 bytes bookwyrm/static/css/vendor/icons.css | 3 +++ bookwyrm/static/js/bookwyrm.js | 1 + bookwyrm/templates/search/barcode_modal.html | 9 ++++++++- 8 files changed, 14 insertions(+), 1 deletion(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index b6b416977..8c77d5252 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -4,6 +4,7 @@ position: relative; max-width: 100%; text-align: center; + height: calc(70vh - 200px); video { height: calc(70vh - 200px); diff --git a/bookwyrm/static/css/fonts/icomoon.eot b/bookwyrm/static/css/fonts/icomoon.eot index 7b1f2d9d9f9d3ff8805e56d83c6c2ceba7654a8f..69628662beb9b527fe62d38c0d177366773ad879 100644 GIT binary patch delta 613 zcmaKoPe>F|9LK+J->74Ia7Wu2YZrHP++8IsVq<5avIp5E5{wKz1U0DbB90EYko^JY zw5JGUPTdv?jJgEVDI%tGm+BITcCuhOqEud-Ol^n<>*oP{Al;j@Eoal-oCR2#_-WZ%b;uLMugK-{(!=`~-j|k%-vYy> z%7QhY*=@MZS3KitIWCA&zc(`I$*ItfyUnQO(ez&wTX9Z6_-yr@&e8;xd9E_ih z(Z}-BRM3|#d*S)@?!Uw|l+~P-)hak87->W~IREO+v&XliWA)R)IAk#BVKUT1Gkg@* z!mYg%d&TB{vl(?!f>3KG-wzYk{Gmx2SAVK+)VeyQ4kmxoB<6h@IptrAU1pLoG-UWS zo*7uDe}|C31#Rd;96jiRh7>X|kjELELjfi(;tJ4LP>iEuZH}CiBJU_94YRE*d8B;X z;ktnkt`PKQXxYI`pzHLox~@0strF!-{8!+*2P7``-I#m4sN={2{1=0Yluk`9mhbjl z`h~dEx~(0tedykotjWeaIp=kN(vnxtX`Y{(O7$mRD<_o+#ZjIq-+JZVG#E9F#ZDvP I59B|xf82kgdjJ3c delta 369 zcmX>Qd?%3Yjs^pRg~miSGnPQzr#B}$l-C&V3Yy!ThbGY z3xKo$kiP&(bEM}~rs-XX-vQ*WU|>*A$Vg30kr$E&s#oOz%9~{X1vt1_%z%6cAYUaT zx1?f$9j7ypp917>$jMJm+`ntbGzJDW5gp$3c?M?Y3zJhAtF<$LJTaidm>Jj@7#S2^ioR5MS@p8*<*ip- zugw1c{r?}N2Pn?)QhYKWlQ`!pvH4>DVhW;PCmS$HZ}w%fWn@uOR#w{F$1E?mxmAgu zMds#H-N1N$o39MqEMUENujbAHF+lX>4Ql3$I+I_hO`cq@o}pwXutMO5Ad8@qV4C0@ e!3{t~j6kfzB*g#<1qKEthKUX$n`Jc?GXemcjbGRR diff --git a/bookwyrm/static/css/fonts/icomoon.svg b/bookwyrm/static/css/fonts/icomoon.svg index 7dbbe0dc5..c67c8b225 100644 --- a/bookwyrm/static/css/fonts/icomoon.svg +++ b/bookwyrm/static/css/fonts/icomoon.svg @@ -39,6 +39,7 @@ + diff --git a/bookwyrm/static/css/fonts/icomoon.ttf b/bookwyrm/static/css/fonts/icomoon.ttf index 151f2b782e011873be7120240fc65777f3771917..12c79d551739bdbfe9e7246ae713b4d23545fdce 100644 GIT binary patch delta 595 zcmaJU9_nZ0RBhqb_2X~G7O7tX17r1h zXRfr-ZUE*6^P_bdskCANgF5v<-EFKq8Sg$#JxTp)VQKc16W)Dymc}m{)2_4PVO-+R zDwnDCMaP|gc&7U|H9soWyrty^8)Xc&lRRYk{e$pMKIy8LeaT319zDuOdSnIX#r}#F z-Hz6xkDGfpN8_zHhKRowl!B~%(_UyzZAvTWf3ivh<)K3Bv6v8w(cf>hzDT8ms~i)y z0@>z)F0Lqp917?|2?i=Sgb`F>;RGgtTvau8Lv(b)GLi6}YTmFqFv$rj9ft3Rw(Z+C z-vT?deI?X&KBB4X?dFcfys-Zw^!;r@wzquA|36rP2y=Hw5g6^;pf zwm<#j;IL_l;b6`T1cLA8&2n$gb9J9Ose0;t^+Pt5Epo}guyi1~3Ji(s%e8{Rr{WLv CgOqUq delta 367 zcmbOev?HLNfsuiMft#U$ftkU;KUm+0Ux?iRD6$8L6OwZi3ofsnxQ2m&Q3l9wNlz>; z0MY_L{sJJ)k)BhTrgtHJ2avylfk8PTBQ-HaUPvCOUX=qVZy_F6zyJR;F#dlm&LYk%wn}Win7^2U=vSb6#>o>I#W$~Hv}I&bQdU;l{EA6lZu3J$ zeioUVPjv(1`E9;3aI=6cWVm}ZcMgo6%%f(`s599`Z8D?9p+9LIa$+?LI3=E7JK&c)OUY@%= zB0aGfB=!Z!=YV2?^qk5xpx7S<1{DhsHrZv7myw#7!oZ+r0#suL!tyWvlw<$}fnqs8 zz6uC)aI=_a zCYij%+*F|00ifk=AUxBH^LIghaS6~z9&mNcKo&Fe#mPL3)uBKW7$g`37?^>MXJk-# zDf&|3rTNRMmu)X^z2bUh_W$qy|3DQ$8(uQJ6o<-Ohs!Yje=N=-&Mfv;Y_-?|u>dhe z(QiPL7-39C) zX3%FaW-w>4X0T^q5H=Q6M#hX#K8R)pVi3)0EUIh{#i~FWgw>%mLqo#>2Zsg+2O!DF z0H*$hA5c&LBE|&@3V#-Wg@E#m4iJ2xq2V78GduikU~0gRfjW=?1H)!-ML`xBY2U2$ zcz&C&4BRZ>5WDAa2To6}P&H@NoxDMHG9$xe2eoWP34v9DB7!c01%iEomxMTkWEdEM ViglT!fKdSgOrRj#d|z!TBLME8r#Aoq delta 413 zcmaD6)DkFC?(gQtz{mgu8Z8XmVA^7Gpr-glZIOC|0tal-PM@DL53Il^`2vCg~2+Iq}ugL%k0>yfOd=(Jp z;ASz)$StV=ifsV$!FYikr*lqzGEkkLS^`io3WWFX+A%FRu>xqZ+8!WZ0gO$VWbzVo zQ-NZ4fR?v`@Juhx-v#-_B|zT*Er+UO2C|r$FHGiPtQH1&MT|j!fti5~=xc?SqAwLD z&ta5Qu6o(_^7<>TS7!hJ{{PRw`2Vpui#W5`DzW)u{$dKEUxDfwL7}qwE2AwVi;}Xk z(q=PedAZHHO8hJ`H=pVT#`D{JW#DE3n$Ey*_iFAO7(F>c&74tZ@&vWXlhxHT6zv37 n2;2~45mXXP6PzOm@-HJ0>o7@y!;*o4Y4Srx;mwEDmofqX)LCPK diff --git a/bookwyrm/static/css/vendor/icons.css b/bookwyrm/static/css/vendor/icons.css index 4bc7cca55..6477aee5c 100644 --- a/bookwyrm/static/css/vendor/icons.css +++ b/bookwyrm/static/css/vendor/icons.css @@ -149,3 +149,6 @@ .icon-download:before { content: "\ea36"; } +.icon-barcode:before { + content: "\e937"; +} diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index f6811614b..efd5cfff0 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -687,6 +687,7 @@ let BookWyrm = new (class { }, }, (err) => { if (err) { + scannerNode.replaceChildren(); console.log(err); toggleStatus('access-denied'); return; diff --git a/bookwyrm/templates/search/barcode_modal.html b/bookwyrm/templates/search/barcode_modal.html index 9480197f8..3f7b01cea 100644 --- a/bookwyrm/templates/search/barcode_modal.html +++ b/bookwyrm/templates/search/barcode_modal.html @@ -12,19 +12,26 @@
- + From 9f67a74340737a902ffcb6317e03535196804402 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 00:04:25 -0800 Subject: [PATCH 032/204] Show grant access dialog every time we initialize --- bookwyrm/static/js/bookwyrm.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index efd5cfff0..01c13091a 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -655,6 +655,8 @@ let BookWyrm = new (class { } function initBarcodes(cameraId = null) { + toggleStatus('grant-access'); + if (!cameraId) { cameraId = sessionStorage.getItem('preferredCam'); } else { @@ -777,7 +779,6 @@ let BookWyrm = new (class { event.target.addEventListener('close', cleanup, { once: true }); - toggleStatus('grant-access'); initBarcodes(); } })(); From 43f62ef5d7add5d3a4fc8bc146ea5ed15693812e Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 00:18:38 -0800 Subject: [PATCH 033/204] d'oh, fix event leak --- bookwyrm/static/js/bookwyrm.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index 01c13091a..39d5f6647 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -644,9 +644,11 @@ let BookWyrm = new (class { const statusNode = document.getElementById("barcode-status"); const cameraListNode = document.getElementById("barcode-camera-list"); - let changeListener = cameraListNode.addEventListener('change', (event) => { + cameraListNode.addEventListener('change', onChangeCamera); + + function onChangeCamera(event) { initBarcodes(event.target.value); - }); + } function toggleStatus(status) { for (const child of statusNode.children) { @@ -724,7 +726,7 @@ let BookWyrm = new (class { function cleanup(clearDrawing = true) { Quagga.stop(); - cameraListNode.removeEventListener('change', changeListener); + cameraListNode.removeEventListener('change', onChangeCamera); if (clearDrawing) { scannerNode.replaceChildren(); From f5c66b5b4a9e983426a1ebf2389697224c965df3 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 00:33:54 -0800 Subject: [PATCH 034/204] Adjust layout more Ensure camera select box is never hidden. --- .../static/css/bookwyrm/components/_barcode.scss | 2 +- bookwyrm/static/js/bookwyrm.js | 2 +- bookwyrm/templates/search/barcode_modal.html | 14 +++++++++----- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index 8c77d5252..c000a1a89 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -22,6 +22,6 @@ } } -#barcode-status .select { +#barcode-camera-list { float: right; } diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index 39d5f6647..a9cc5c6ca 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -642,7 +642,7 @@ let BookWyrm = new (class { openBarcodeScanner(event) { const scannerNode = document.getElementById("barcode-scanner"); const statusNode = document.getElementById("barcode-status"); - const cameraListNode = document.getElementById("barcode-camera-list"); + const cameraListNode = document.querySelector("#barcode-camera-list > select"); cameraListNode.addEventListener('change', onChangeCamera); diff --git a/bookwyrm/templates/search/barcode_modal.html b/bookwyrm/templates/search/barcode_modal.html index 3f7b01cea..cfbb4e1c8 100644 --- a/bookwyrm/templates/search/barcode_modal.html +++ b/bookwyrm/templates/search/barcode_modal.html @@ -8,9 +8,17 @@ {% endblock %} {% block modal-body %} -
+
+
+
+ +
+ +
+
- {% endif %} -
+ {% csrf_token %}

{% trans "Instance Info" %}

@@ -95,8 +100,6 @@
{{ site_form.default_theme }}
- -
diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html new file mode 100644 index 000000000..6e9eb61c5 --- /dev/null +++ b/bookwyrm/templates/settings/themes.html @@ -0,0 +1,109 @@ +{% extends 'settings/layout.html' %} +{% load i18n %} + +{% block title %}{% trans "Themes" %}{% endblock %} + +{% block header %}{% trans "Themes" %}{% endblock %} + +{% block panel %} +{% if success %} +
+ + + {% trans "Successfully added theme" %} + +
+{% endif %} + +
+
+

+ {% trans "Default theme:" %} {{ site.default_theme.name }} +

+ +

+ + {% trans "Set default theme" %} + +

+
+
+ +
+

{% trans "Upload theme" %}

+ + {% if theme_form.errors %} +
+ + + {% trans "Unable to save theme" %} + +
+ {% endif %} + + + {% csrf_token %} +
+
+ +
+ {{ theme_form.name }} + {% include 'snippets/form_errors.html' with errors_list=theme_form.name.errors id="desc_name" %} +
+
+ +
+ +
+ {{ theme_form.theme_file }} + {% include 'snippets/form_errors.html' with errors_list=theme_form.theme_file.errors id="desc_theme_file" %} +
+
+
+ + + +
+ +
+

{% trans "Available Themes" %}

+
+ + + + + + + {% for theme in themes %} + + + + + + {% endfor %} +
+ {% trans "Theme name" %} + + {% trans "File" %} + + {% trans "Actions" %} +
{{ theme.name }}{{ theme.theme_path }} + {% if theme.theme_file %} +
+ +
+ {% endif %} +
+
+
+ +{% endblock %} diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py index d2caa76ea..bef6786d7 100644 --- a/bookwyrm/urls.py +++ b/bookwyrm/urls.py @@ -86,6 +86,7 @@ urlpatterns = [ r"^settings/dashboard/?$", views.Dashboard.as_view(), name="settings-dashboard" ), re_path(r"^settings/site-settings/?$", views.Site.as_view(), name="settings-site"), + re_path(r"^settings/themes/?$", views.Themes.as_view(), name="settings-themes"), re_path( r"^settings/announcements/?$", views.Announcements.as_view(), diff --git a/bookwyrm/views/__init__.py b/bookwyrm/views/__init__.py index 76e9ff024..675221cb8 100644 --- a/bookwyrm/views/__init__.py +++ b/bookwyrm/views/__init__.py @@ -21,6 +21,7 @@ from .admin.reports import ( moderator_delete_user, ) from .admin.site import Site +from .admin.themes import Themes from .admin.user_admin import UserAdmin, UserAdminList # user preferences diff --git a/bookwyrm/views/admin/site.py b/bookwyrm/views/admin/site.py index 7e75a8204..f345d9970 100644 --- a/bookwyrm/views/admin/site.py +++ b/bookwyrm/views/admin/site.py @@ -29,7 +29,7 @@ class Site(View): if not form.is_valid(): data = {"site_form": form} return TemplateResponse(request, "settings/site.html", data) - form.save() + site = form.save() data = {"site_form": forms.SiteForm(instance=site), "success": True} return TemplateResponse(request, "settings/site.html", data) diff --git a/bookwyrm/views/admin/themes.py b/bookwyrm/views/admin/themes.py new file mode 100644 index 000000000..cf11bc6d0 --- /dev/null +++ b/bookwyrm/views/admin/themes.py @@ -0,0 +1,38 @@ +""" manage themes """ +from django.contrib.auth.decorators import login_required, permission_required +from django.template.response import TemplateResponse +from django.utils.decorators import method_decorator +from django.views import View + +from bookwyrm import forms, models + + +# pylint: disable= no-self-use +@method_decorator(login_required, name="dispatch") +@method_decorator( + permission_required("bookwyrm.edit_instance_settings", raise_exception=True), + name="dispatch", +) +class Themes(View): + """manage things like the instance name""" + + def get(self, request): + """view existing themes and set defaults""" + data = { + "themes": models.Theme.objects.all(), + "theme_form": forms.ThemeForm(), + } + return TemplateResponse(request, "settings/themes.html", data) + + def post(self, request): + """edit the site settings""" + form = forms.ThemeForm(request.POST, request.FILES) + data = { + "themes": models.Theme.objects.all(), + "theme_form": form, + } + if form.is_valid(): + form.save() + data["success"] = True + data["theme_form"] = forms.ThemeForm() + return TemplateResponse(request, "settings/themes.html", data) From cc015536faff14908017da89cdcb98e47b4c74e6 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 27 Feb 2022 10:12:47 -0800 Subject: [PATCH 040/204] Adds theme instructions --- bookwyrm/forms.py | 4 +-- bookwyrm/templates/settings/themes.html | 41 +++++++++++++------------ 2 files changed, 22 insertions(+), 23 deletions(-) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 926aaecf3..4e6bab16e 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -466,9 +466,7 @@ class ThemeForm(CustomForm): fields = ["name", "path"] widgets = { "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "path": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_path"} - ), + "path": forms.TextInput(attrs={"aria-describedby": "desc_path", "placeholder": _("example-theme.scss")}), } diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index 6e9eb61c5..3eac261d2 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -16,21 +16,24 @@ {% endif %}
-
-

- {% trans "Default theme:" %} {{ site.default_theme.name }} -

- -

- - {% trans "Set default theme" %} - -

+
+

{% trans "How to add a theme" %}

+
    +
  1. + {% trans "Copy the theme file into the bookwyrm/static/css/ directory on your server from the command line." %} +
  2. +
  3. + {% trans "Run ./bw-dev compilescss." %} +
  4. +
  5. + {% trans "Add the file name using the form below to make it available in the application interface." %} +
  6. +
-

{% trans "Upload theme" %}

+

{% trans "Add theme" %}

{% if theme_form.errors %}
@@ -60,17 +63,17 @@
-
- + @@ -92,13 +95,11 @@ {% for theme in themes %} {{ theme.name }} - {{ theme.theme_path }} + {{ theme.path }} - {% if theme.theme_file %}
- +
- {% endif %} {% endfor %} From 8850b68b5224db3ade4cb9606bf66f11eb442e6a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 27 Feb 2022 10:46:01 -0800 Subject: [PATCH 041/204] Show theme options --- bookwyrm/forms.py | 13 ++++++++++++- bookwyrm/migrations/0142_auto_20220227_1752.py | 4 ++-- bookwyrm/models/user.py | 14 ++++++-------- .../static/css/{ => themes}/bookwyrm-dark.scss | 4 ++-- .../static/css/{ => themes}/bookwyrm-light.scss | 4 ++-- bookwyrm/templates/layout.html | 2 +- bookwyrm/templates/settings/themes.html | 6 ++++-- 7 files changed, 29 insertions(+), 18 deletions(-) rename bookwyrm/static/css/{ => themes}/bookwyrm-dark.scss (92%) rename bookwyrm/static/css/{ => themes}/bookwyrm-light.scss (92%) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 4e6bab16e..81061f964 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -4,6 +4,8 @@ from collections import defaultdict from urllib.parse import urlparse from django import forms +from django.contrib.staticfiles.utils import get_files +from django.contrib.staticfiles.storage import StaticFilesStorage from django.forms import ModelForm, PasswordInput, widgets, ChoiceField from django.forms.widgets import Textarea from django.utils import timezone @@ -460,13 +462,22 @@ class SiteThemeForm(CustomForm): fields = ["default_theme"] +def get_theme_choices(): + """static files""" + choices = list(get_files(StaticFilesStorage(), location="css/themes")) + current = models.Theme.objects.values_list("path", flat=True) + return [(c, c) for c in choices if c not in current and c[-5:] == ".scss"] + + class ThemeForm(CustomForm): class Meta: model = models.Theme fields = ["name", "path"] widgets = { "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "path": forms.TextInput(attrs={"aria-describedby": "desc_path", "placeholder": _("example-theme.scss")}), + "path": forms.Select( + attrs={"aria-describedby": "desc_path"}, choices=get_theme_choices() + ), } diff --git a/bookwyrm/migrations/0142_auto_20220227_1752.py b/bookwyrm/migrations/0142_auto_20220227_1752.py index 75f0e1e75..2282679da 100644 --- a/bookwyrm/migrations/0142_auto_20220227_1752.py +++ b/bookwyrm/migrations/0142_auto_20220227_1752.py @@ -10,11 +10,11 @@ def add_default_themes(apps, schema_editor): theme_model = apps.get_model("bookwyrm", "Theme") theme_model.objects.using(db_alias).create( name="BookWyrm Light", - path="bookwyrm-light.scss", + path="css/themes/bookwyrm-light.scss", ) theme_model.objects.using(db_alias).create( name="BookWyrm Dark", - path="bookwyrm-dark.scss", + path="css/themes/bookwyrm-dark.scss", ) diff --git a/bookwyrm/models/user.py b/bookwyrm/models/user.py index 85702ae56..1198717e6 100644 --- a/bookwyrm/models/user.py +++ b/bookwyrm/models/user.py @@ -176,15 +176,13 @@ class User(OrderedCollectionPageMixin, AbstractUser): @property def get_theme(self): """get the theme given the user/site""" - path = "bookwyrm-light.scss" if self.theme: - path = self.theme.path - else: - site_model = apps.get_model("bookwyrm", "SiteSettings", require_ready=True) - site = site_model.objects.get() - if site.default_theme: - path = site.default_theme.path - return f"css/{path}" + return self.theme.path + site_model = apps.get_model("bookwyrm", "SiteSettings", require_ready=True) + site = site_model.objects.get() + if site.default_theme: + return site.default_theme.path + return "css/themes/bookwyrm-light.scss" @property def confirmation_link(self): diff --git a/bookwyrm/static/css/bookwyrm-dark.scss b/bookwyrm/static/css/themes/bookwyrm-dark.scss similarity index 92% rename from bookwyrm/static/css/bookwyrm-dark.scss rename to bookwyrm/static/css/themes/bookwyrm-dark.scss index 957187ffd..32e33907a 100644 --- a/bookwyrm/static/css/bookwyrm-dark.scss +++ b/bookwyrm/static/css/themes/bookwyrm-dark.scss @@ -1,4 +1,4 @@ -@import "vendor/bulma/sass/utilities/derived-variables.sass"; +@import "../vendor/bulma/sass/utilities/derived-variables.sass"; /* Colors ******************************************************************************/ @@ -54,4 +54,4 @@ $menu-item-active-background-color: $link-background; $family-primary: $family-sans-serif; $family-secondary: $family-sans-serif; -@import "bookwyrm.scss"; +@import "../bookwyrm.scss"; diff --git a/bookwyrm/static/css/bookwyrm-light.scss b/bookwyrm/static/css/themes/bookwyrm-light.scss similarity index 92% rename from bookwyrm/static/css/bookwyrm-light.scss rename to bookwyrm/static/css/themes/bookwyrm-light.scss index 6b7b5b349..08e6a2917 100644 --- a/bookwyrm/static/css/bookwyrm-light.scss +++ b/bookwyrm/static/css/themes/bookwyrm-light.scss @@ -1,4 +1,4 @@ -@import "vendor/bulma/sass/utilities/derived-variables.sass"; +@import "../vendor/bulma/sass/utilities/derived-variables.sass"; /* Colors ******************************************************************************/ @@ -52,4 +52,4 @@ $menu-item-active-background-color: $link-background; $family-primary: $family-sans-serif; $family-secondary: $family-sans-serif; -@import "bookwyrm.scss"; +@import "../bookwyrm.scss"; diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 444241e5b..aaf21717c 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -9,7 +9,7 @@ {% block title %}BookWyrm{% endblock %} - {{ site.name }} {% with theme_path=user.get_theme %} - + {% endwith %} diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index 3eac261d2..a06193693 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -20,7 +20,7 @@

{% trans "How to add a theme" %}

  1. - {% trans "Copy the theme file into the bookwyrm/static/css/ directory on your server from the command line." %} + {% trans "Copy the theme file into the bookwyrm/static/css/themes directory on your server from the command line." %}
  2. {% trans "Run ./bw-dev compilescss." %} @@ -67,7 +67,9 @@ {% trans "Theme filename" %}
    - {{ theme_form.path }} +
    + {{ theme_form.path }} +
    {% include 'snippets/form_errors.html' with errors_list=theme_form.path.errors id="desc_path" %}
From fd0f7394182c864bd96244d92b81a1fa44cb3422 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 27 Feb 2022 10:51:49 -0800 Subject: [PATCH 042/204] Rename light.scss to bookwyrm-light.scss --- bookwyrm/static/css/themes/{light.scss => bookwyrm-light.scss} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bookwyrm/static/css/themes/{light.scss => bookwyrm-light.scss} (100%) diff --git a/bookwyrm/static/css/themes/light.scss b/bookwyrm/static/css/themes/bookwyrm-light.scss similarity index 100% rename from bookwyrm/static/css/themes/light.scss rename to bookwyrm/static/css/themes/bookwyrm-light.scss From c8d3222c33ffc918c71dcf5d74f6129d0981dc3b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 27 Feb 2022 10:52:07 -0800 Subject: [PATCH 043/204] Rename dark.scss to bookwyrm-dark.scss --- bookwyrm/static/css/themes/{dark.scss => bookwyrm-dark.scss} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bookwyrm/static/css/themes/{dark.scss => bookwyrm-dark.scss} (100%) diff --git a/bookwyrm/static/css/themes/dark.scss b/bookwyrm/static/css/themes/bookwyrm-dark.scss similarity index 100% rename from bookwyrm/static/css/themes/dark.scss rename to bookwyrm/static/css/themes/bookwyrm-dark.scss From 8259d16ee9b4b13fa6218f3ee8d374627a7b774b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 27 Feb 2022 11:19:09 -0800 Subject: [PATCH 044/204] Check available themes in form --- bookwyrm/forms.py | 13 +---------- bookwyrm/templates/settings/themes.html | 20 ++++++++++++++++- bookwyrm/views/admin/themes.py | 30 ++++++++++++++++--------- 3 files changed, 40 insertions(+), 23 deletions(-) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 81061f964..01228b8e8 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -4,8 +4,6 @@ from collections import defaultdict from urllib.parse import urlparse from django import forms -from django.contrib.staticfiles.utils import get_files -from django.contrib.staticfiles.storage import StaticFilesStorage from django.forms import ModelForm, PasswordInput, widgets, ChoiceField from django.forms.widgets import Textarea from django.utils import timezone @@ -462,22 +460,13 @@ class SiteThemeForm(CustomForm): fields = ["default_theme"] -def get_theme_choices(): - """static files""" - choices = list(get_files(StaticFilesStorage(), location="css/themes")) - current = models.Theme.objects.values_list("path", flat=True) - return [(c, c) for c in choices if c not in current and c[-5:] == ".scss"] - - class ThemeForm(CustomForm): class Meta: model = models.Theme fields = ["name", "path"] widgets = { "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "path": forms.Select( - attrs={"aria-describedby": "desc_path"}, choices=get_theme_choices() - ), + "path": forms.Select(attrs={"aria-describedby": "desc_path"}), } diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index a06193693..11c344052 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -50,6 +50,12 @@ class="box" enctype="multipart/form-data" > + {% if not choices %} +
+ {% trans "No available theme files detected" %} +
+ {% endif %} +
{% csrf_token %}
@@ -68,7 +74,18 @@
- {{ theme_form.path }} +
{% include 'snippets/form_errors.html' with errors_list=theme_form.path.errors id="desc_path" %}
@@ -76,6 +93,7 @@
+
diff --git a/bookwyrm/views/admin/themes.py b/bookwyrm/views/admin/themes.py index cf11bc6d0..c1eacf44b 100644 --- a/bookwyrm/views/admin/themes.py +++ b/bookwyrm/views/admin/themes.py @@ -1,5 +1,7 @@ """ manage themes """ from django.contrib.auth.decorators import login_required, permission_required +from django.contrib.staticfiles.utils import get_files +from django.contrib.staticfiles.storage import StaticFilesStorage from django.template.response import TemplateResponse from django.utils.decorators import method_decorator from django.views import View @@ -18,21 +20,29 @@ class Themes(View): def get(self, request): """view existing themes and set defaults""" - data = { - "themes": models.Theme.objects.all(), - "theme_form": forms.ThemeForm(), - } - return TemplateResponse(request, "settings/themes.html", data) + return TemplateResponse(request, "settings/themes.html", get_view_data()) def post(self, request): """edit the site settings""" form = forms.ThemeForm(request.POST, request.FILES) - data = { - "themes": models.Theme.objects.all(), - "theme_form": form, - } if form.is_valid(): form.save() + + data = get_view_data() + + if not form.is_valid(): + data["theme_form"] = form + else: data["success"] = True - data["theme_form"] = forms.ThemeForm() return TemplateResponse(request, "settings/themes.html", data) + + +def get_view_data(): + """data for view""" + choices = list(get_files(StaticFilesStorage(), location="css/themes")) + current = models.Theme.objects.values_list("path", flat=True) + return { + "themes": models.Theme.objects.all(), + "choices": [c for c in choices if c not in current and c[-5:] == ".scss"], + "theme_form": forms.ThemeForm(), + } From fbe7e860e8a97ba356b38cbd7458d559e1460036 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 14:01:25 -0800 Subject: [PATCH 045/204] Prettier --- bookwyrm/static/js/bookwyrm.js | 159 ++++++++++++++++++--------------- 1 file changed, 89 insertions(+), 70 deletions(-) diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index a9cc5c6ca..1ca6bfc25 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -431,11 +431,11 @@ let BookWyrm = new (class { }); modalElement.addEventListener("keydown", handleFocusTrap); - modalElement.dispatchEvent(new Event('open')); + modalElement.dispatchEvent(new Event("open")); } function handleModalClose(modalElement) { - modalElement.dispatchEvent(new Event('close')); + modalElement.dispatchEvent(new Event("close")); modalElement.removeEventListener("keydown", handleFocusTrap); htmlElement.classList.remove("is-clipped"); modalElement.classList.remove("is-active"); @@ -644,10 +644,10 @@ let BookWyrm = new (class { const statusNode = document.getElementById("barcode-status"); const cameraListNode = document.querySelector("#barcode-camera-list > select"); - cameraListNode.addEventListener('change', onChangeCamera); + cameraListNode.addEventListener("change", onChangeCamera); function onChangeCamera(event) { - initBarcodes(event.target.value); + initBarcodes(event.target.value); } function toggleStatus(status) { @@ -657,76 +657,79 @@ let BookWyrm = new (class { } function initBarcodes(cameraId = null) { - toggleStatus('grant-access'); + toggleStatus("grant-access"); if (!cameraId) { - cameraId = sessionStorage.getItem('preferredCam'); + cameraId = sessionStorage.getItem("preferredCam"); } else { - sessionStorage.setItem('preferredCam', cameraId); + sessionStorage.setItem("preferredCam", cameraId); } scannerNode.replaceChildren(); Quagga.stop(); - Quagga.init({ - inputStream : { - name: "Live", - type: "LiveStream", - target: scannerNode, - constraints: { - facingMode: "environment", - deviceId: cameraId, + Quagga.init( + { + inputStream: { + name: "Live", + type: "LiveStream", + target: scannerNode, + constraints: { + facingMode: "environment", + deviceId: cameraId, + }, + }, + decoder: { + readers: [ + "ean_reader", + { + format: "ean_reader", + config: { + supplements: ["ean_2_reader", "ean_5_reader"], + }, + }, + ], + multiple: false, }, }, - decoder : { - readers: [ - "ean_reader", - { - format: "ean_reader", - config: { - supplements: [ "ean_2_reader", "ean_5_reader" ] - } - } - ], - multiple: false - }, - }, (err) => { - if (err) { - scannerNode.replaceChildren(); - console.log(err); - toggleStatus('access-denied'); - return; - } - - let activeId = null; - const track = Quagga.CameraAccess.getActiveTrack(); - if (track) { - activeId = track.getSettings().deviceId; - } - - Quagga.CameraAccess.enumerateVideoDevices().then((devices) => { - cameraListNode.replaceChildren(); - - for (const device of devices) { - const child = document.createElement('option'); - child.value = device.deviceId; - child.innerText = device.label.slice(0, 30); - - if (activeId === child.value) { - child.selected = true; - } - - cameraListNode.appendChild(child); + (err) => { + if (err) { + scannerNode.replaceChildren(); + console.log(err); + toggleStatus("access-denied"); + return; } - }); - toggleStatus('scanning'); - Quagga.start(); - }); + let activeId = null; + const track = Quagga.CameraAccess.getActiveTrack(); + if (track) { + activeId = track.getSettings().deviceId; + } + + Quagga.CameraAccess.enumerateVideoDevices().then((devices) => { + cameraListNode.replaceChildren(); + + for (const device of devices) { + const child = document.createElement("option"); + child.value = device.deviceId; + child.innerText = device.label.slice(0, 30); + + if (activeId === child.value) { + child.selected = true; + } + + cameraListNode.appendChild(child); + } + }); + + toggleStatus("scanning"); + Quagga.start(); + } + ); } function cleanup(clearDrawing = true) { Quagga.stop(); - cameraListNode.removeEventListener('change', onChangeCamera); + cameraListNode.removeEventListener("change", onChangeCamera); if (clearDrawing) { scannerNode.replaceChildren(); @@ -739,18 +742,34 @@ let BookWyrm = new (class { if (result) { if (result.boxes) { - drawingCtx.clearRect(0, 0, parseInt(drawingCanvas.getAttribute("width")), parseInt(drawingCanvas.getAttribute("height"))); - result.boxes.filter((box) => box !== result.box).forEach((box) => { - Quagga.ImageDebug.drawPath(box, {x: 0, y: 1}, drawingCtx, {color: "green", lineWidth: 2}); - }); + drawingCtx.clearRect( + 0, + 0, + parseInt(drawingCanvas.getAttribute("width")), + parseInt(drawingCanvas.getAttribute("height")) + ); + result.boxes + .filter((box) => box !== result.box) + .forEach((box) => { + Quagga.ImageDebug.drawPath(box, { x: 0, y: 1 }, drawingCtx, { + color: "green", + lineWidth: 2, + }); + }); } if (result.box) { - Quagga.ImageDebug.drawPath(result.box, {x: 0, y: 1}, drawingCtx, {color: "#00F", lineWidth: 2}); + Quagga.ImageDebug.drawPath(result.box, { x: 0, y: 1 }, drawingCtx, { + color: "#00F", + lineWidth: 2, + }); } if (result.codeResult && result.codeResult.code) { - Quagga.ImageDebug.drawPath(result.line, {x: 'x', y: 'y'}, drawingCtx, {color: 'red', lineWidth: 3}); + Quagga.ImageDebug.drawPath(result.line, { x: "x", y: "y" }, drawingCtx, { + color: "red", + lineWidth: 3, + }); } } }); @@ -769,17 +788,17 @@ let BookWyrm = new (class { const code = result.codeResult.code; - statusNode.querySelector('.isbn').innerText = code; - toggleStatus('found'); + statusNode.querySelector(".isbn").innerText = code; + toggleStatus("found"); - const search = new URL('/search', document.location); - search.searchParams.set('q', code); + const search = new URL("/search", document.location); + search.searchParams.set("q", code); cleanup(false); location.assign(search); }); - event.target.addEventListener('close', cleanup, { once: true }); + event.target.addEventListener("close", cleanup, { once: true }); initBarcodes(); } From 1d4539c4c0b087834ec482b2456a43836b8a1537 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 14:03:45 -0800 Subject: [PATCH 046/204] Don't pretty the min.js file --- .prettierignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..dbbfd978b --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +*.min.js From c0380cca5ae1fd6a058fc4d11cf9f4a958383974 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 14:04:30 -0800 Subject: [PATCH 047/204] stylelint --- bookwyrm/static/css/bookwyrm/components/_barcode.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index c000a1a89..c34f0d355 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -1,4 +1,3 @@ - /* Barcode scanner CSS */ #barcode-scanner { position: relative; From 3a9ff2c2ea6ccc8c9ebc3535e2dfc3639ff00cf2 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 27 Feb 2022 14:08:11 -0800 Subject: [PATCH 048/204] Refer to canvas by type - Fixes stylelint without adding an exclusion --- bookwyrm/static/css/bookwyrm/components/_barcode.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_barcode.scss b/bookwyrm/static/css/bookwyrm/components/_barcode.scss index c34f0d355..c9c67e8e5 100644 --- a/bookwyrm/static/css/bookwyrm/components/_barcode.scss +++ b/bookwyrm/static/css/bookwyrm/components/_barcode.scss @@ -10,7 +10,7 @@ max-width: 100%; } - .drawingBuffer { + canvas { position: absolute; top: 0; left: 0; From 4d3e709b2a425f0ac078ddaf39b70c72eb837a7f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:23:03 -0800 Subject: [PATCH 049/204] Update layout.html --- bookwyrm/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index aaf21717c..444241e5b 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -9,7 +9,7 @@ {% block title %}BookWyrm{% endblock %} - {{ site.name }} {% with theme_path=user.get_theme %} - + {% endwith %} From f5fb5ae04572b1ea6175c954ceb9ca64055a9521 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:34:30 -0800 Subject: [PATCH 050/204] Removes instance config file I'd be happy to re-add this if it's useful, but I think it's confusing to have in addition to themes --- .css-config-sample/_instance-settings.scss | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .css-config-sample/_instance-settings.scss diff --git a/.css-config-sample/_instance-settings.scss b/.css-config-sample/_instance-settings.scss deleted file mode 100644 index e86c1ce00..000000000 --- a/.css-config-sample/_instance-settings.scss +++ /dev/null @@ -1,3 +0,0 @@ -@charset "utf-8"; - -// Copy this file to bookwyrm/static/css/ and set your instance custom styles. From 2d516812b4a445e3b4e6dc562b6582fa52cdec04 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:34:54 -0800 Subject: [PATCH 051/204] Fixes icons by moving import to theme --- bookwyrm/static/css/bookwyrm.scss | 2 -- bookwyrm/static/css/themes/bookwyrm-dark.scss | 1 + bookwyrm/static/css/themes/bookwyrm-light.scss | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm.scss b/bookwyrm/static/css/bookwyrm.scss index ee25b7287..437795457 100644 --- a/bookwyrm/static/css/bookwyrm.scss +++ b/bookwyrm/static/css/bookwyrm.scss @@ -1,6 +1,4 @@ @charset "utf-8"; -@import "instance-settings"; @import "vendor/bulma/bulma.sass"; -@import "vendor/icons.css"; @import "bookwyrm/all.scss"; diff --git a/bookwyrm/static/css/themes/bookwyrm-dark.scss b/bookwyrm/static/css/themes/bookwyrm-dark.scss index 32e33907a..b2a6f582e 100644 --- a/bookwyrm/static/css/themes/bookwyrm-dark.scss +++ b/bookwyrm/static/css/themes/bookwyrm-dark.scss @@ -55,3 +55,4 @@ $family-primary: $family-sans-serif; $family-secondary: $family-sans-serif; @import "../bookwyrm.scss"; +@import "../vendor/icons.css"; diff --git a/bookwyrm/static/css/themes/bookwyrm-light.scss b/bookwyrm/static/css/themes/bookwyrm-light.scss index 08e6a2917..02992bff2 100644 --- a/bookwyrm/static/css/themes/bookwyrm-light.scss +++ b/bookwyrm/static/css/themes/bookwyrm-light.scss @@ -53,3 +53,4 @@ $family-primary: $family-sans-serif; $family-secondary: $family-sans-serif; @import "../bookwyrm.scss"; +@import "../vendor/icons.css"; From f54d4863fe968d0e28b32bb320bacc2fbfb5d5e3 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:37:51 -0800 Subject: [PATCH 052/204] Updates .gitignore for themes --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 92fc85bc0..ec2a08f80 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,8 @@ .env /images/ bookwyrm/static/css/bookwyrm.css -bookwyrm/static/css/_instance-settings.scss +bookwyrm/static/css/themes/ +!bookwyrm/static/css/themes/bookwyrm-*.scss # Testing .coverage From a00ee8a7062df15104fafeb4ce054e011d4e901b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:43:31 -0800 Subject: [PATCH 053/204] Adds link to set instance-wide theme --- bookwyrm/templates/settings/themes.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index 11c344052..e3035b2ff 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -5,6 +5,12 @@ {% block header %}{% trans "Themes" %}{% endblock %} +{% block breadcrumbs %} + + {% trans "Set instance default theme" %} + +{% endblock %} + {% block panel %} {% if success %}
From 295d9c42d79c4a33a162fc0ddbc481eb857c9390 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:45:34 -0800 Subject: [PATCH 054/204] Adds theme to user settings form --- bookwyrm/forms.py | 1 + bookwyrm/templates/preferences/edit_user.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 01228b8e8..0baaaa212 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -155,6 +155,7 @@ class EditUserForm(CustomForm): "discoverable", "preferred_timezone", "preferred_language", + "theme", ] help_texts = {f: None for f in fields} widgets = { diff --git a/bookwyrm/templates/preferences/edit_user.html b/bookwyrm/templates/preferences/edit_user.html index 642d177cb..e55311aea 100644 --- a/bookwyrm/templates/preferences/edit_user.html +++ b/bookwyrm/templates/preferences/edit_user.html @@ -97,6 +97,12 @@ {{ form.preferred_language }}
+
+ +
+ {{ form.theme }} +
+
From 106ef2e3a49139ec8575529c0644caca7918cce1 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:46:05 -0800 Subject: [PATCH 055/204] Fixes reference to theme in layout --- bookwyrm/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index aaf21717c..444241e5b 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -9,7 +9,7 @@ {% block title %}BookWyrm{% endblock %} - {{ site.name }} {% with theme_path=user.get_theme %} - + {% endwith %} From c82042f5060ff5976d0814ae3c2ae15584fabd06 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 09:54:07 -0800 Subject: [PATCH 056/204] Delete themes --- bookwyrm/templates/settings/themes.html | 8 ++++++-- bookwyrm/urls.py | 5 +++++ bookwyrm/views/__init__.py | 2 +- bookwyrm/views/admin/themes.py | 11 +++++++++++ 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index e3035b2ff..d3dac804f 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -123,8 +123,12 @@ {{ theme.name }} {{ theme.path }} -
- + + {% csrf_token %} +
diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py index bef6786d7..415af912b 100644 --- a/bookwyrm/urls.py +++ b/bookwyrm/urls.py @@ -87,6 +87,11 @@ urlpatterns = [ ), re_path(r"^settings/site-settings/?$", views.Site.as_view(), name="settings-site"), re_path(r"^settings/themes/?$", views.Themes.as_view(), name="settings-themes"), + re_path( + r"^settings/themes/(?P\d+)/delete/?$", + views.delete_theme, + name="settings-themes-delete", + ), re_path( r"^settings/announcements/?$", views.Announcements.as_view(), diff --git a/bookwyrm/views/__init__.py b/bookwyrm/views/__init__.py index 675221cb8..957a0f6e7 100644 --- a/bookwyrm/views/__init__.py +++ b/bookwyrm/views/__init__.py @@ -21,7 +21,7 @@ from .admin.reports import ( moderator_delete_user, ) from .admin.site import Site -from .admin.themes import Themes +from .admin.themes import Themes, delete_theme from .admin.user_admin import UserAdmin, UserAdminList # user preferences diff --git a/bookwyrm/views/admin/themes.py b/bookwyrm/views/admin/themes.py index c1eacf44b..12b449afb 100644 --- a/bookwyrm/views/admin/themes.py +++ b/bookwyrm/views/admin/themes.py @@ -2,9 +2,11 @@ from django.contrib.auth.decorators import login_required, permission_required from django.contrib.staticfiles.utils import get_files from django.contrib.staticfiles.storage import StaticFilesStorage +from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse from django.utils.decorators import method_decorator from django.views import View +from django.views.decorators.http import require_POST from bookwyrm import forms, models @@ -46,3 +48,12 @@ def get_view_data(): "choices": [c for c in choices if c not in current and c[-5:] == ".scss"], "theme_form": forms.ThemeForm(), } + + +@require_POST +@permission_required("bookwyrm.edit_instance_settings", raise_exception=True) +# pylint: disable=unused-argument +def delete_theme(request, theme_id): + """Remove a theme""" + get_object_or_404(models.Theme, id=theme_id).delete() + return redirect("settings-themes") From 202696f913e8cd4b2b347cb2e9b958e1d0f65866 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 10:03:24 -0800 Subject: [PATCH 057/204] Don't show lists a book is already on in add form --- bookwyrm/templates/book/book.html | 4 ++-- bookwyrm/views/books/books.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 60e3d4fd8..0e2fd5d39 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -352,7 +352,7 @@ {% endfor %} - {% if request.user.list_set.exists %} + {% if list_options.exists %}
{% csrf_token %} @@ -361,7 +361,7 @@
diff --git a/bookwyrm/views/books/books.py b/bookwyrm/views/books/books.py index e04230bac..ad7ee9436 100644 --- a/bookwyrm/views/books/books.py +++ b/bookwyrm/views/books/books.py @@ -83,6 +83,7 @@ class Book(View): } if request.user.is_authenticated: + data["list_options"] = request.user.list_set.exclude(id__in=data["lists"]) data["file_link_form"] = forms.FileLinkForm() readthroughs = models.ReadThrough.objects.filter( user=request.user, From b2b3ba653e1d1139ac36e51d38541c0c9cd83a46 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 10:29:58 -0800 Subject: [PATCH 058/204] Refactors how success/failure messages how on list page --- bookwyrm/templates/lists/list.html | 25 ++++++++++++++++++------- bookwyrm/views/list/list.py | 23 ++++++++--------------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 1c26733d5..73ea7dba5 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -30,13 +30,24 @@
- {% if request.GET.updated %} -
- {% if list.curation != "open" and request.user != list.user and not list.group|is_member:request.user %} - {% trans "You successfully suggested a book for this list!" %} - {% else %} - {% trans "You successfully added a book to this list!" %} - {% endif %} + {% if add_succeeded %} +
+ + + {% if list.curation != "open" and request.user != list.user and not list.group|is_member:request.user %} + {% trans "You successfully suggested a book for this list!" %} + {% else %} + {% trans "You successfully added a book to this list!" %} + {% endif %} + +
+ {% endif %} + {% if add_failed %} +
+ + + {% trans "That book is already on this list." %} +
{% endif %} diff --git a/bookwyrm/views/list/list.py b/bookwyrm/views/list/list.py index fbbbee9fe..0b228200c 100644 --- a/bookwyrm/views/list/list.py +++ b/bookwyrm/views/list/list.py @@ -1,11 +1,10 @@ """ book list views""" from typing import Optional -from urllib.parse import urlencode from django.contrib.auth.decorators import login_required from django.core.exceptions import PermissionDenied from django.core.paginator import Paginator -from django.db import IntegrityError, transaction +from django.db import transaction from django.db.models import Avg, DecimalField, Q, Max from django.db.models.functions import Coalesce from django.http import HttpResponseBadRequest, HttpResponse @@ -26,7 +25,7 @@ from bookwyrm.views.helpers import is_api_request class List(View): """book list page""" - def get(self, request, list_id): + def get(self, request, list_id, add_failed=False, add_succeeded=True): """display a book list""" book_list = get_object_or_404(models.List, id=list_id) book_list.raise_visible_to_user(request.user) @@ -110,6 +109,8 @@ class List(View): {"direction": direction, "sort_by": sort_by} ), "embed_url": embed_url, + "add_failed": add_failed, + "add_succeeded": add_succeeded, } return TemplateResponse(request, "lists/list.html", data) @@ -179,8 +180,8 @@ def add_book(request): form = forms.ListItemForm(request.POST) if not form.is_valid(): - # this shouldn't happen, there aren't validated fields - raise Exception(form.errors) + return List().get(request, book_list.id, add_failed=True) + item = form.save(commit=False) if book_list.curation == "curated": @@ -196,17 +197,9 @@ def add_book(request): ) or 0 increment_order_in_reverse(book_list.id, order_max + 1) item.order = order_max + 1 + item.save() - try: - item.save() - except IntegrityError: - # if the book is already on the list, don't flip out - pass - - path = reverse("list", args=[book_list.id]) - params = request.GET.copy() - params["updated"] = True - return redirect(f"{path}?{urlencode(params)}") + return List().get(request, book_list.id, add_succeeded=True) @require_POST From 99fc3aaf25873eca683f8db6e2b3eee7c2448f2a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 10:31:58 -0800 Subject: [PATCH 059/204] Avoid showing success and failure --- bookwyrm/templates/lists/list.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 73ea7dba5..1d5abd89e 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -30,7 +30,14 @@
- {% if add_succeeded %} + {% if add_failed %} +
+ + + {% trans "That book is already on this list." %} + +
+ {% elif add_succeeded %}
@@ -42,14 +49,6 @@
{% endif %} - {% if add_failed %} -
- - - {% trans "That book is already on this list." %} - -
- {% endif %} {% if not items.object_list.exists %}

{% trans "This list is currently empty" %}

From 142cc5437ae6f874e2cebe26cf9dfa7e883f26c2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 10:41:40 -0800 Subject: [PATCH 060/204] Move sorting to separate function --- bookwyrm/views/list/list.py | 67 ++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/bookwyrm/views/list/list.py b/bookwyrm/views/list/list.py index 0b228200c..dc1843fa1 100644 --- a/bookwyrm/views/list/list.py +++ b/bookwyrm/views/list/list.py @@ -25,7 +25,7 @@ from bookwyrm.views.helpers import is_api_request class List(View): """book list page""" - def get(self, request, list_id, add_failed=False, add_succeeded=True): + def get(self, request, list_id, add_failed=False, add_succeeded=False): """display a book list""" book_list = get_object_or_404(models.List, id=list_id) book_list.raise_visible_to_user(request.user) @@ -36,33 +36,10 @@ class List(View): query = request.GET.get("q") suggestions = None - # sort_by shall be "order" unless a valid alternative is given - sort_by = request.GET.get("sort_by", "order") - if sort_by not in ("order", "title", "rating"): - sort_by = "order" - - # direction shall be "ascending" unless a valid alternative is given - direction = request.GET.get("direction", "ascending") - if direction not in ("ascending", "descending"): - direction = "ascending" - - directional_sort_by = { - "order": "order", - "title": "book__title", - "rating": "average_rating", - }[sort_by] - if direction == "descending": - directional_sort_by = "-" + directional_sort_by - - items = book_list.listitem_set.prefetch_related("user", "book", "book__authors") - if sort_by == "rating": - items = items.annotate( - average_rating=Avg( - Coalesce("book__review__rating", 0.0), - output_field=DecimalField(), - ) - ) - items = items.filter(approved=True).order_by(directional_sort_by) + items = book_list.listitem_set.filter(approved=True).prefetch_related( + "user", "book", "book__authors" + ) + items = sort_list(request, items) paginated = Paginator(items, PAGE_LENGTH) @@ -105,9 +82,7 @@ class List(View): "suggested_books": suggestions, "list_form": forms.ListForm(instance=book_list), "query": query or "", - "sort_form": forms.SortListForm( - {"direction": direction, "sort_by": sort_by} - ), + "sort_form": forms.SortListForm(request.GET), "embed_url": embed_url, "add_failed": add_failed, "add_succeeded": add_succeeded, @@ -132,6 +107,36 @@ class List(View): return redirect(book_list.local_path) +def sort_list(request, items): + """helper to handle the surprisngly involved sorting""" + # sort_by shall be "order" unless a valid alternative is given + sort_by = request.GET.get("sort_by", "order") + if sort_by not in ("order", "title", "rating"): + sort_by = "order" + + # direction shall be "ascending" unless a valid alternative is given + direction = request.GET.get("direction", "ascending") + if direction not in ("ascending", "descending"): + direction = "ascending" + + directional_sort_by = { + "order": "order", + "title": "book__title", + "rating": "average_rating", + }[sort_by] + if direction == "descending": + directional_sort_by = "-" + directional_sort_by + + if sort_by == "rating": + items = items.annotate( + average_rating=Avg( + Coalesce("book__review__rating", 0.0), + output_field=DecimalField(), + ) + ) + return items.order_by(directional_sort_by) + + @require_POST @login_required def save_list(request, list_id): From 374dd24fa839fd1e6712e3d68936ebaf53a50423 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 10:47:08 -0800 Subject: [PATCH 061/204] Remove reviews from deleted users --- bookwyrm/models/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/models/status.py b/bookwyrm/models/status.py index 29b3ba9cc..17fcd4587 100644 --- a/bookwyrm/models/status.py +++ b/bookwyrm/models/status.py @@ -227,7 +227,7 @@ class Status(OrderedCollectionPageMixin, BookWyrmModel): @classmethod def privacy_filter(cls, viewer, privacy_levels=None): queryset = super().privacy_filter(viewer, privacy_levels=privacy_levels) - return queryset.filter(deleted=False) + return queryset.filter(deleted=False, user__is_active=True) @classmethod def direct_filter(cls, queryset, viewer): From 0f5fd6be155533000ca35ec12970cb1afc6144e9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 11:05:12 -0800 Subject: [PATCH 062/204] Move translations to filter --- .../snippets/translated_shelf_name.html | 14 +++----------- bookwyrm/templatetags/shelf_tags.py | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/bookwyrm/templates/snippets/translated_shelf_name.html b/bookwyrm/templates/snippets/translated_shelf_name.html index 4da47e370..966135f51 100644 --- a/bookwyrm/templates/snippets/translated_shelf_name.html +++ b/bookwyrm/templates/snippets/translated_shelf_name.html @@ -1,12 +1,4 @@ {% load i18n %} -{% if shelf.identifier == 'all' %} - {% trans "All books" %} -{% elif shelf.identifier == 'to-read' %} - {% trans "To Read" %} -{% elif shelf.identifier == 'reading' %} - {% trans "Currently Reading" %} -{% elif shelf.identifier == 'read' %} - {% trans "Read" %} -{% else %} - {{ shelf.name }} -{% endif %} +{% load shelf_tags %} + +{{ shelf|translate_shelf_name }} diff --git a/bookwyrm/templatetags/shelf_tags.py b/bookwyrm/templatetags/shelf_tags.py index 6c4f59c36..a2788826b 100644 --- a/bookwyrm/templatetags/shelf_tags.py +++ b/bookwyrm/templatetags/shelf_tags.py @@ -1,5 +1,6 @@ """ Filters and tags related to shelving books """ from django import template +from django.utils.translation import gettext_lazy as _ from bookwyrm import models from bookwyrm.utils import cache @@ -32,6 +33,23 @@ def get_next_shelf(current_shelf): return "to-read" +@register.filter(name="translate_shelf_name") +def get_translated_shelf_name(shelf): + """produced translated shelf nidentifierame""" + if not shelf: + return "" + identifier = shelf.identifier + if identifier == "all": + return _("All books") + if identifier == "to-read": + return _("To Read") + if identifier == "reading": + return _("Currently Reading") + if identifier == "read": + return _("Read") + return shelf.name + + @register.simple_tag(takes_context=True) def active_shelf(context, book): """check what shelf a user has a book on, if any""" From ffb4098cfb565423deeec5b2bf7e2e6ecef0ed63 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 11:07:12 -0800 Subject: [PATCH 063/204] Fixes translation of "remove from shelf" string --- bookwyrm/templates/snippets/shelf_selector.html | 4 +++- .../shelve_button/shelve_button_dropdown_options.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/snippets/shelf_selector.html b/bookwyrm/templates/snippets/shelf_selector.html index 4b3ad4bdc..a5f768a75 100644 --- a/bookwyrm/templates/snippets/shelf_selector.html +++ b/bookwyrm/templates/snippets/shelf_selector.html @@ -71,7 +71,9 @@ {% csrf_token %} - + {% endif %} diff --git a/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html b/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html index 1fa26a886..75dad0c80 100644 --- a/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html +++ b/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html @@ -63,7 +63,7 @@ From 7d6032e1102956758c32fe7a7348abcb0beef0c7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 11:17:52 -0800 Subject: [PATCH 064/204] Fixes calls to filter --- bookwyrm/templates/snippets/shelf_selector.html | 2 +- .../shelve_button/shelve_button_dropdown_options.html | 2 +- bookwyrm/templatetags/shelf_tags.py | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/snippets/shelf_selector.html b/bookwyrm/templates/snippets/shelf_selector.html index a5f768a75..2d1f2a83c 100644 --- a/bookwyrm/templates/snippets/shelf_selector.html +++ b/bookwyrm/templates/snippets/shelf_selector.html @@ -72,7 +72,7 @@ diff --git a/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html b/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html index 75dad0c80..2b87e21f3 100644 --- a/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html +++ b/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html @@ -63,7 +63,7 @@ diff --git a/bookwyrm/templatetags/shelf_tags.py b/bookwyrm/templatetags/shelf_tags.py index a2788826b..4c15786a1 100644 --- a/bookwyrm/templatetags/shelf_tags.py +++ b/bookwyrm/templatetags/shelf_tags.py @@ -38,7 +38,8 @@ def get_translated_shelf_name(shelf): """produced translated shelf nidentifierame""" if not shelf: return "" - identifier = shelf.identifier + # support obj or dict + identifier = shelf["identifier"] if isinstance(shelf, dict) else shelf.identifier if identifier == "all": return _("All books") if identifier == "to-read": @@ -47,7 +48,7 @@ def get_translated_shelf_name(shelf): return _("Currently Reading") if identifier == "read": return _("Read") - return shelf.name + return shelf["name"] if isinstance(shelf, dict) else shelf.name @register.simple_tag(takes_context=True) From e90cb52f2339f3d6f70c1d323349573bcc49d130 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 11:48:49 -0800 Subject: [PATCH 065/204] Add option to hide follows --- bookwyrm/activitypub/person.py | 1 + bookwyrm/forms.py | 1 + bookwyrm/migrations/0142_user_hide_follows.py | 19 +++++++++++++++++++ bookwyrm/models/user.py | 1 + bookwyrm/templates/preferences/edit_user.html | 6 ++++++ 5 files changed, 28 insertions(+) create mode 100644 bookwyrm/migrations/0142_user_hide_follows.py diff --git a/bookwyrm/activitypub/person.py b/bookwyrm/activitypub/person.py index 576e7f9a6..61c15a579 100644 --- a/bookwyrm/activitypub/person.py +++ b/bookwyrm/activitypub/person.py @@ -39,4 +39,5 @@ class Person(ActivityObject): bookwyrmUser: bool = False manuallyApprovesFollowers: str = False discoverable: str = False + hideFollows: str = False type: str = "Person" diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py index 7ae4e446f..33d453e60 100644 --- a/bookwyrm/forms.py +++ b/bookwyrm/forms.py @@ -153,6 +153,7 @@ class EditUserForm(CustomForm): "manually_approves_followers", "default_post_privacy", "discoverable", + "hide_follows", "preferred_timezone", "preferred_language", ] diff --git a/bookwyrm/migrations/0142_user_hide_follows.py b/bookwyrm/migrations/0142_user_hide_follows.py new file mode 100644 index 000000000..f052d7ef5 --- /dev/null +++ b/bookwyrm/migrations/0142_user_hide_follows.py @@ -0,0 +1,19 @@ +# Generated by Django 3.2.12 on 2022-02-28 19:44 + +import bookwyrm.models.fields +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("bookwyrm", "0141_alter_report_status"), + ] + + operations = [ + migrations.AddField( + model_name="user", + name="hide_follows", + field=bookwyrm.models.fields.BooleanField(default=False), + ), + ] diff --git a/bookwyrm/models/user.py b/bookwyrm/models/user.py index 6367dcaef..7ebe9b964 100644 --- a/bookwyrm/models/user.py +++ b/bookwyrm/models/user.py @@ -136,6 +136,7 @@ class User(OrderedCollectionPageMixin, AbstractUser): updated_date = models.DateTimeField(auto_now=True) last_active_date = models.DateTimeField(default=timezone.now) manually_approves_followers = fields.BooleanField(default=False) + hide_follows = fields.BooleanField(default=False) # options to turn features on and off show_goal = models.BooleanField(default=True) diff --git a/bookwyrm/templates/preferences/edit_user.html b/bookwyrm/templates/preferences/edit_user.html index 642d177cb..13cbd1392 100644 --- a/bookwyrm/templates/preferences/edit_user.html +++ b/bookwyrm/templates/preferences/edit_user.html @@ -111,6 +111,12 @@ {% trans "Manually approve followers" %}
+
+ +
{% if user != request.user %} - {% if user.mutuals %} + {% if user.mutuals and not user.hide_follows %} diff --git a/bookwyrm/views/admin/federation.py b/bookwyrm/views/admin/federation.py index 19bba30d6..1eb778cd1 100644 --- a/bookwyrm/views/admin/federation.py +++ b/bookwyrm/views/admin/federation.py @@ -37,6 +37,12 @@ class Federation(View): page = paginated.get_page(request.GET.get("page")) data = { + "federated_count": models.FederatedServer.objects.filter( + status="federated" + ).count(), + "blocked_count": models.FederatedServer.objects.filter( + status="blocked" + ).count(), "servers": page, "page_range": paginated.get_elided_page_range( page.number, on_each_side=2, on_ends=1 From c91b08303bc03c013d0390aef3e89b40b384ccab Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 12:31:28 -0800 Subject: [PATCH 073/204] More breadcrumbs --- .../settings/federation/edit_instance.html | 14 +++++++++++++- .../settings/federation/instance_blocklist.html | 14 +++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/settings/federation/edit_instance.html b/bookwyrm/templates/settings/federation/edit_instance.html index 8a554dc97..3d9b031b3 100644 --- a/bookwyrm/templates/settings/federation/edit_instance.html +++ b/bookwyrm/templates/settings/federation/edit_instance.html @@ -4,7 +4,19 @@ {% block header %} {% trans "Add instance" %} -{% trans "Back to instance list" %} +{% endblock %} + +{% block breadcrumbs %} + {% endblock %} {% block panel %} diff --git a/bookwyrm/templates/settings/federation/instance_blocklist.html b/bookwyrm/templates/settings/federation/instance_blocklist.html index abd580918..4f1fe9cb1 100644 --- a/bookwyrm/templates/settings/federation/instance_blocklist.html +++ b/bookwyrm/templates/settings/federation/instance_blocklist.html @@ -4,7 +4,19 @@ {% block header %} {% trans "Import Blocklist" %} -{% trans "Back to instance list" %} +{% endblock %} + +{% block breadcrumbs %} + {% endblock %} {% block panel %} From 81cfcff939931fc8cdb021263c8b3f761e260cff Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 28 Feb 2022 13:09:43 -0800 Subject: [PATCH 074/204] Reload instance data --- bookwyrm/models/user.py | 19 ++++++++++++------- .../settings/federation/instance.html | 7 +++++++ bookwyrm/urls.py | 5 +++++ bookwyrm/views/__init__.py | 2 +- bookwyrm/views/admin/federation.py | 12 ++++++++++++ 5 files changed, 37 insertions(+), 8 deletions(-) diff --git a/bookwyrm/models/user.py b/bookwyrm/models/user.py index 6367dcaef..6f58c300a 100644 --- a/bookwyrm/models/user.py +++ b/bookwyrm/models/user.py @@ -478,10 +478,13 @@ def set_remote_server(user_id): get_remote_reviews.delay(user.outbox) -def get_or_create_remote_server(domain): +def get_or_create_remote_server(domain, refresh=False): """get info on a remote server""" + server = FederatedServer() try: - return FederatedServer.objects.get(server_name=domain) + server = FederatedServer.objects.get(server_name=domain) + if not refresh: + return server except FederatedServer.DoesNotExist: pass @@ -496,13 +499,15 @@ def get_or_create_remote_server(domain): application_type = data.get("software", {}).get("name") application_version = data.get("software", {}).get("version") except ConnectorException: + if server.id: + return server application_type = application_version = None - server = FederatedServer.objects.create( - server_name=domain, - application_type=application_type, - application_version=application_version, - ) + server.server_name = domain + server.application_type = application_type + server.application_version = application_version + + server.save() return server diff --git a/bookwyrm/templates/settings/federation/instance.html b/bookwyrm/templates/settings/federation/instance.html index e5ea882d1..cb6b1fc37 100644 --- a/bookwyrm/templates/settings/federation/instance.html +++ b/bookwyrm/templates/settings/federation/instance.html @@ -11,6 +11,13 @@ {% endif %} {% endblock %} +{% block edit-button %} +
+ {% csrf_token %} + +
+{% endblock %} + {% block breadcrumbs %}
-{% include 'settings/users/user_admin_filters.html' %} +{% include 'settings/reports/report_filters.html' %}
{% if not reports %} diff --git a/bookwyrm/templates/settings/users/email_filter.html b/bookwyrm/templates/settings/users/email_filter.html new file mode 100644 index 000000000..5d49d615e --- /dev/null +++ b/bookwyrm/templates/settings/users/email_filter.html @@ -0,0 +1,16 @@ +{% extends 'snippets/filters_panel/filter_field.html' %} +{% load i18n %} + +{% block filter %} + +
+ +
+{% endblock %} + diff --git a/bookwyrm/templates/settings/users/user_admin_filters.html b/bookwyrm/templates/settings/users/user_admin_filters.html index 48a3b7c8a..c5ab2dabe 100644 --- a/bookwyrm/templates/settings/users/user_admin_filters.html +++ b/bookwyrm/templates/settings/users/user_admin_filters.html @@ -2,6 +2,11 @@ {% block filter_fields %} {% include 'settings/users/username_filter.html' %} -{% include 'directory/community_filter.html' %} + +{% if status != "local" %} {% include 'settings/users/server_filter.html' %} +{% else %} +{% include 'settings/users/email_filter.html' %} +{% endif %} + {% endblock %} From bfb8fc800a0d10277cfdb5dfe017a8f022b2d109 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 10:59:24 -0700 Subject: [PATCH 142/204] Moves duplicate field script into its own file --- bookwyrm/static/js/bookwyrm.js | 24 -------------- bookwyrm/static/js/forms.js | 32 +++++++++++++++++++ .../templates/book/edit/edit_book_form.html | 5 +++ 3 files changed, 37 insertions(+), 24 deletions(-) create mode 100644 bookwyrm/static/js/forms.js diff --git a/bookwyrm/static/js/bookwyrm.js b/bookwyrm/static/js/bookwyrm.js index 100daa039..95271795d 100644 --- a/bookwyrm/static/js/bookwyrm.js +++ b/bookwyrm/static/js/bookwyrm.js @@ -38,10 +38,6 @@ let BookWyrm = new (class { .querySelectorAll("[data-modal-open]") .forEach((node) => node.addEventListener("click", this.handleModalButton.bind(this))); - document - .querySelectorAll("[data-duplicate]") - .forEach((node) => node.addEventListener("click", this.duplicateInput.bind(this))); - document .querySelectorAll("details.dropdown") .forEach((node) => @@ -495,26 +491,6 @@ let BookWyrm = new (class { window.open(url, windowName, "left=100,top=100,width=430,height=600"); } - duplicateInput(event) { - const trigger = event.currentTarget; - const input_id = trigger.dataset.duplicate; - const orig = document.getElementById(input_id); - const parent = orig.parentNode; - const new_count = parent.querySelectorAll("input").length + 1; - - let input = orig.cloneNode(); - - input.id += "-" + new_count; - input.value = ""; - - let label = parent.querySelector("label").cloneNode(); - - label.setAttribute("for", input.id); - - parent.appendChild(label); - parent.appendChild(input); - } - /** * Set up a "click-to-copy" component from a textarea element * with `data-copytext`, `data-copytext-label`, `data-copytext-success` diff --git a/bookwyrm/static/js/forms.js b/bookwyrm/static/js/forms.js new file mode 100644 index 000000000..7d946d147 --- /dev/null +++ b/bookwyrm/static/js/forms.js @@ -0,0 +1,32 @@ +(function () { + "use strict"; + + /** + * Duplicate an input field + * + * @param {event} the click even on the associated button + */ + function duplicateInput(event) { + const trigger = event.currentTarget; + const input_id = trigger.dataset.duplicate; + const orig = document.getElementById(input_id); + const parent = orig.parentNode; + const new_count = parent.querySelectorAll("input").length + 1; + + let input = orig.cloneNode(); + + input.id += "-" + new_count; + input.value = ""; + + let label = parent.querySelector("label").cloneNode(); + + label.setAttribute("for", input.id); + + parent.appendChild(label); + parent.appendChild(input); + } + + document + .querySelectorAll("[data-duplicate]") + .forEach((node) => node.addEventListener("click", duplicateInput)); +})(); diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index d95aa725e..38a7fe35d 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -1,4 +1,5 @@ {% load i18n %} +{% load static %} {% if form.non_field_errors %}
@@ -302,3 +303,7 @@
+ +{% block scripts %} + +{% endblock %} From 7169f7ba2030eef10023f3518b0a5e45a52b7219 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 11:43:58 -0700 Subject: [PATCH 143/204] Creates forms directory --- bookwyrm/forms/__init__.py | 3 +++ bookwyrm/{ => forms}/forms.py | 0 2 files changed, 3 insertions(+) create mode 100644 bookwyrm/forms/__init__.py rename bookwyrm/{ => forms}/forms.py (100%) diff --git a/bookwyrm/forms/__init__.py b/bookwyrm/forms/__init__.py new file mode 100644 index 000000000..dac2007b8 --- /dev/null +++ b/bookwyrm/forms/__init__.py @@ -0,0 +1,3 @@ +""" make forms available to the app """ +# site admin +from .forms import * diff --git a/bookwyrm/forms.py b/bookwyrm/forms/forms.py similarity index 100% rename from bookwyrm/forms.py rename to bookwyrm/forms/forms.py From d3f723a07dd95ddf96c5b96d7fb23fea6abd54c2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 11:46:08 -0700 Subject: [PATCH 144/204] Splits forms into separate files --- bookwyrm/forms/__init__.py | 9 + bookwyrm/forms/admin.py | 129 +++++++++ bookwyrm/forms/author.py | 47 +++ bookwyrm/forms/books.py | 81 ++++++ bookwyrm/forms/custom_form.py | 26 ++ bookwyrm/forms/edit_user.py | 68 +++++ bookwyrm/forms/forms.py | 529 +--------------------------------- bookwyrm/forms/groups.py | 16 + bookwyrm/forms/landing.py | 45 +++ bookwyrm/forms/links.py | 48 +++ bookwyrm/forms/lists.py | 37 +++ bookwyrm/forms/status.py | 82 ++++++ 12 files changed, 590 insertions(+), 527 deletions(-) create mode 100644 bookwyrm/forms/admin.py create mode 100644 bookwyrm/forms/author.py create mode 100644 bookwyrm/forms/books.py create mode 100644 bookwyrm/forms/custom_form.py create mode 100644 bookwyrm/forms/edit_user.py create mode 100644 bookwyrm/forms/groups.py create mode 100644 bookwyrm/forms/landing.py create mode 100644 bookwyrm/forms/links.py create mode 100644 bookwyrm/forms/lists.py create mode 100644 bookwyrm/forms/status.py diff --git a/bookwyrm/forms/__init__.py b/bookwyrm/forms/__init__.py index dac2007b8..a6f704339 100644 --- a/bookwyrm/forms/__init__.py +++ b/bookwyrm/forms/__init__.py @@ -1,3 +1,12 @@ """ make forms available to the app """ # site admin +from .admin import * +from .author import * +from .books import * from .forms import * +from .groups import * +from .landing import * +from .links import * +from .lists import * +from .status import * +from .user import * diff --git a/bookwyrm/forms/admin.py b/bookwyrm/forms/admin.py new file mode 100644 index 000000000..6b2984b3b --- /dev/null +++ b/bookwyrm/forms/admin.py @@ -0,0 +1,129 @@ +""" using django model forms """ +import datetime + +from django import forms +from django.forms import widgets +from django.utils import timezone +from django.utils.translation import gettext_lazy as _ + +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class ExpiryWidget(widgets.Select): + def value_from_datadict(self, data, files, name): + """human-readable exiration time buckets""" + selected_string = super().value_from_datadict(data, files, name) + + if selected_string == "day": + interval = datetime.timedelta(days=1) + elif selected_string == "week": + interval = datetime.timedelta(days=7) + elif selected_string == "month": + interval = datetime.timedelta(days=31) # Close enough? + elif selected_string == "forever": + return None + else: + return selected_string # This will raise + + return timezone.now() + interval + + +class CreateInviteForm(CustomForm): + class Meta: + model = models.SiteInvite + exclude = ["code", "user", "times_used", "invitees"] + widgets = { + "expiry": ExpiryWidget( + choices=[ + ("day", _("One Day")), + ("week", _("One Week")), + ("month", _("One Month")), + ("forever", _("Does Not Expire")), + ] + ), + "use_limit": widgets.Select( + choices=[(i, _(f"{i} uses")) for i in [1, 5, 10, 25, 50, 100]] + + [(None, _("Unlimited"))] + ), + } + + +class SiteForm(CustomForm): + class Meta: + model = models.SiteSettings + exclude = ["admin_code", "install_mode"] + widgets = { + "instance_short_description": forms.TextInput( + attrs={"aria-describedby": "desc_instance_short_description"} + ), + "require_confirm_email": forms.CheckboxInput( + attrs={"aria-describedby": "desc_require_confirm_email"} + ), + "invite_request_text": forms.Textarea( + attrs={"aria-describedby": "desc_invite_request_text"} + ), + } + + +class ThemeForm(CustomForm): + class Meta: + model = models.Theme + fields = ["name", "path"] + widgets = { + "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), + "path": forms.TextInput( + attrs={ + "aria-describedby": "desc_path", + "placeholder": "css/themes/theme-name.scss", + } + ), + } + + +class AnnouncementForm(CustomForm): + class Meta: + model = models.Announcement + exclude = ["remote_id"] + widgets = { + "preview": forms.TextInput(attrs={"aria-describedby": "desc_preview"}), + "content": forms.Textarea(attrs={"aria-describedby": "desc_content"}), + "event_date": forms.SelectDateWidget( + attrs={"aria-describedby": "desc_event_date"} + ), + "start_date": forms.SelectDateWidget( + attrs={"aria-describedby": "desc_start_date"} + ), + "end_date": forms.SelectDateWidget( + attrs={"aria-describedby": "desc_end_date"} + ), + "active": forms.CheckboxInput(attrs={"aria-describedby": "desc_active"}), + } + + +class EmailBlocklistForm(CustomForm): + class Meta: + model = models.EmailBlocklist + fields = ["domain"] + widgets = { + "avatar": forms.TextInput(attrs={"aria-describedby": "desc_domain"}), + } + + +class IPBlocklistForm(CustomForm): + class Meta: + model = models.IPBlocklist + fields = ["address"] + + +class ServerForm(CustomForm): + class Meta: + model = models.FederatedServer + exclude = ["remote_id"] + + +class AutoModRuleForm(CustomForm): + class Meta: + model = models.AutoMod + fields = ["string_match", "flag_users", "flag_statuses", "created_by"] diff --git a/bookwyrm/forms/author.py b/bookwyrm/forms/author.py new file mode 100644 index 000000000..ca59426de --- /dev/null +++ b/bookwyrm/forms/author.py @@ -0,0 +1,47 @@ +""" using django model forms """ +from django import forms + +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class AuthorForm(CustomForm): + class Meta: + model = models.Author + fields = [ + "last_edited_by", + "name", + "aliases", + "bio", + "wikipedia_link", + "born", + "died", + "openlibrary_key", + "inventaire_id", + "librarything_key", + "goodreads_key", + "isni", + ] + widgets = { + "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), + "aliases": forms.TextInput(attrs={"aria-describedby": "desc_aliases"}), + "bio": forms.Textarea(attrs={"aria-describedby": "desc_bio"}), + "wikipedia_link": forms.TextInput( + attrs={"aria-describedby": "desc_wikipedia_link"} + ), + "born": forms.SelectDateWidget(attrs={"aria-describedby": "desc_born"}), + "died": forms.SelectDateWidget(attrs={"aria-describedby": "desc_died"}), + "oepnlibrary_key": forms.TextInput( + attrs={"aria-describedby": "desc_oepnlibrary_key"} + ), + "inventaire_id": forms.TextInput( + attrs={"aria-describedby": "desc_inventaire_id"} + ), + "librarything_key": forms.TextInput( + attrs={"aria-describedby": "desc_librarything_key"} + ), + "goodreads_key": forms.TextInput( + attrs={"aria-describedby": "desc_goodreads_key"} + ), + } diff --git a/bookwyrm/forms/books.py b/bookwyrm/forms/books.py new file mode 100644 index 000000000..64b85d0b2 --- /dev/null +++ b/bookwyrm/forms/books.py @@ -0,0 +1,81 @@ +""" using django model forms """ +from django import forms + +from bookwyrm import models +from bookwyrm.models.fields import ClearableFileInputWithWarning +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class CoverForm(CustomForm): + class Meta: + model = models.Book + fields = ["cover"] + help_texts = {f: None for f in fields} + + +class EditionForm(CustomForm): + class Meta: + model = models.Edition + exclude = [ + "remote_id", + "origin_id", + "created_date", + "updated_date", + "edition_rank", + "authors", + "parent_work", + "shelves", + "connector", + "search_vector", + "links", + "file_links", + ] + widgets = { + "title": forms.TextInput(attrs={"aria-describedby": "desc_title"}), + "subtitle": forms.TextInput(attrs={"aria-describedby": "desc_subtitle"}), + "description": forms.Textarea( + attrs={"aria-describedby": "desc_description"} + ), + "series": forms.TextInput(attrs={"aria-describedby": "desc_series"}), + "series_number": forms.TextInput( + attrs={"aria-describedby": "desc_series_number"} + ), + "languages": forms.TextInput( + attrs={"aria-describedby": "desc_languages_help desc_languages"} + ), + "subjects": forms.TextInput( + attrs={"aria-describedby": "desc_subjects_help desc_subjects"} + ), + "publishers": forms.TextInput( + attrs={"aria-describedby": "desc_publishers_help desc_publishers"} + ), + "first_published_date": forms.SelectDateWidget( + attrs={"aria-describedby": "desc_first_published_date"} + ), + "published_date": forms.SelectDateWidget( + attrs={"aria-describedby": "desc_published_date"} + ), + "cover": ClearableFileInputWithWarning( + attrs={"aria-describedby": "desc_cover"} + ), + "physical_format": forms.Select( + attrs={"aria-describedby": "desc_physical_format"} + ), + "physical_format_detail": forms.TextInput( + attrs={"aria-describedby": "desc_physical_format_detail"} + ), + "pages": forms.NumberInput(attrs={"aria-describedby": "desc_pages"}), + "isbn_13": forms.TextInput(attrs={"aria-describedby": "desc_isbn_13"}), + "isbn_10": forms.TextInput(attrs={"aria-describedby": "desc_isbn_10"}), + "openlibrary_key": forms.TextInput( + attrs={"aria-describedby": "desc_openlibrary_key"} + ), + "inventaire_id": forms.TextInput( + attrs={"aria-describedby": "desc_inventaire_id"} + ), + "oclc_number": forms.TextInput( + attrs={"aria-describedby": "desc_oclc_number"} + ), + "ASIN": forms.TextInput(attrs={"aria-describedby": "desc_ASIN"}), + } diff --git a/bookwyrm/forms/custom_form.py b/bookwyrm/forms/custom_form.py new file mode 100644 index 000000000..74a3417a2 --- /dev/null +++ b/bookwyrm/forms/custom_form.py @@ -0,0 +1,26 @@ +""" Overrides django's default form class """ +from collections import defaultdict +from django.forms import ModelForm +from django.forms.widgets import Textarea + + +class CustomForm(ModelForm): + """add css classes to the forms""" + + def __init__(self, *args, **kwargs): + css_classes = defaultdict(lambda: "") + css_classes["text"] = "input" + css_classes["password"] = "input" + css_classes["email"] = "input" + css_classes["number"] = "input" + css_classes["checkbox"] = "checkbox" + css_classes["textarea"] = "textarea" + # pylint: disable=super-with-arguments + super(CustomForm, self).__init__(*args, **kwargs) + for visible in self.visible_fields(): + if hasattr(visible.field.widget, "input_type"): + input_type = visible.field.widget.input_type + if isinstance(visible.field.widget, Textarea): + input_type = "textarea" + visible.field.widget.attrs["rows"] = 5 + visible.field.widget.attrs["class"] = css_classes[input_type] diff --git a/bookwyrm/forms/edit_user.py b/bookwyrm/forms/edit_user.py new file mode 100644 index 000000000..d609f15dc --- /dev/null +++ b/bookwyrm/forms/edit_user.py @@ -0,0 +1,68 @@ +""" using django model forms """ +from django import forms + +from bookwyrm import models +from bookwyrm.models.fields import ClearableFileInputWithWarning +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class EditUserForm(CustomForm): + class Meta: + model = models.User + fields = [ + "avatar", + "name", + "email", + "summary", + "show_goal", + "show_suggested_users", + "manually_approves_followers", + "default_post_privacy", + "discoverable", + "hide_follows", + "preferred_timezone", + "preferred_language", + "theme", + ] + help_texts = {f: None for f in fields} + widgets = { + "avatar": ClearableFileInputWithWarning( + attrs={"aria-describedby": "desc_avatar"} + ), + "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), + "summary": forms.Textarea(attrs={"aria-describedby": "desc_summary"}), + "email": forms.EmailInput(attrs={"aria-describedby": "desc_email"}), + "discoverable": forms.CheckboxInput( + attrs={"aria-describedby": "desc_discoverable"} + ), + } + + +class LimitedEditUserForm(CustomForm): + class Meta: + model = models.User + fields = [ + "avatar", + "name", + "summary", + "manually_approves_followers", + "discoverable", + ] + help_texts = {f: None for f in fields} + widgets = { + "avatar": ClearableFileInputWithWarning( + attrs={"aria-describedby": "desc_avatar"} + ), + "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), + "summary": forms.Textarea(attrs={"aria-describedby": "desc_summary"}), + "discoverable": forms.CheckboxInput( + attrs={"aria-describedby": "desc_discoverable"} + ), + } + + +class DeleteUserForm(CustomForm): + class Meta: + model = models.User + fields = ["password"] diff --git a/bookwyrm/forms/forms.py b/bookwyrm/forms/forms.py index ff35a9486..8af8fb812 100644 --- a/bookwyrm/forms/forms.py +++ b/bookwyrm/forms/forms.py @@ -1,212 +1,14 @@ """ using django model forms """ -import datetime -from collections import defaultdict -from urllib.parse import urlparse - from django import forms -from django.forms import ModelForm, PasswordInput, widgets, ChoiceField -from django.forms.widgets import Textarea -from django.utils import timezone +from django.forms import widgets from django.utils.translation import gettext_lazy as _ from bookwyrm import models -from bookwyrm.models.fields import ClearableFileInputWithWarning from bookwyrm.models.user import FeedFilterChoices - - -class CustomForm(ModelForm): - """add css classes to the forms""" - - def __init__(self, *args, **kwargs): - css_classes = defaultdict(lambda: "") - css_classes["text"] = "input" - css_classes["password"] = "input" - css_classes["email"] = "input" - css_classes["number"] = "input" - css_classes["checkbox"] = "checkbox" - css_classes["textarea"] = "textarea" - # pylint: disable=super-with-arguments - super(CustomForm, self).__init__(*args, **kwargs) - for visible in self.visible_fields(): - if hasattr(visible.field.widget, "input_type"): - input_type = visible.field.widget.input_type - if isinstance(visible.field.widget, Textarea): - input_type = "textarea" - visible.field.widget.attrs["rows"] = 5 - visible.field.widget.attrs["class"] = css_classes[input_type] +from .custom_form import CustomForm # pylint: disable=missing-class-docstring -class LoginForm(CustomForm): - class Meta: - model = models.User - fields = ["localname", "password"] - help_texts = {f: None for f in fields} - widgets = { - "password": PasswordInput(), - } - - -class RegisterForm(CustomForm): - class Meta: - model = models.User - fields = ["localname", "email", "password"] - help_texts = {f: None for f in fields} - widgets = {"password": PasswordInput()} - - def clean(self): - """Check if the username is taken""" - cleaned_data = super().clean() - localname = cleaned_data.get("localname").strip() - if models.User.objects.filter(localname=localname).first(): - self.add_error("localname", _("User with this username already exists")) - - -class RatingForm(CustomForm): - class Meta: - model = models.ReviewRating - fields = ["user", "book", "rating", "privacy"] - - -class ReviewForm(CustomForm): - class Meta: - model = models.Review - fields = [ - "user", - "book", - "name", - "content", - "rating", - "content_warning", - "sensitive", - "privacy", - ] - - -class CommentForm(CustomForm): - class Meta: - model = models.Comment - fields = [ - "user", - "book", - "content", - "content_warning", - "sensitive", - "privacy", - "progress", - "progress_mode", - "reading_status", - ] - - -class QuotationForm(CustomForm): - class Meta: - model = models.Quotation - fields = [ - "user", - "book", - "quote", - "content", - "content_warning", - "sensitive", - "privacy", - "position", - "position_mode", - ] - - -class ReplyForm(CustomForm): - class Meta: - model = models.Status - fields = [ - "user", - "content", - "content_warning", - "sensitive", - "reply_parent", - "privacy", - ] - - -class StatusForm(CustomForm): - class Meta: - model = models.Status - fields = ["user", "content", "content_warning", "sensitive", "privacy"] - - -class DirectForm(CustomForm): - class Meta: - model = models.Status - fields = ["user", "content", "content_warning", "sensitive", "privacy"] - - -class EditUserForm(CustomForm): - class Meta: - model = models.User - fields = [ - "avatar", - "name", - "email", - "summary", - "show_goal", - "show_suggested_users", - "manually_approves_followers", - "default_post_privacy", - "discoverable", - "hide_follows", - "preferred_timezone", - "preferred_language", - "theme", - ] - help_texts = {f: None for f in fields} - widgets = { - "avatar": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_avatar"} - ), - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "summary": forms.Textarea(attrs={"aria-describedby": "desc_summary"}), - "email": forms.EmailInput(attrs={"aria-describedby": "desc_email"}), - "discoverable": forms.CheckboxInput( - attrs={"aria-describedby": "desc_discoverable"} - ), - } - - -class LimitedEditUserForm(CustomForm): - class Meta: - model = models.User - fields = [ - "avatar", - "name", - "summary", - "manually_approves_followers", - "discoverable", - ] - help_texts = {f: None for f in fields} - widgets = { - "avatar": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_avatar"} - ), - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "summary": forms.Textarea(attrs={"aria-describedby": "desc_summary"}), - "discoverable": forms.CheckboxInput( - attrs={"aria-describedby": "desc_discoverable"} - ), - } - - -class DeleteUserForm(CustomForm): - class Meta: - model = models.User - fields = ["password"] - - -class UserGroupForm(CustomForm): - class Meta: - model = models.User - fields = ["groups"] - - class FeedStatusTypesForm(CustomForm): class Meta: model = models.User @@ -219,217 +21,10 @@ class FeedStatusTypesForm(CustomForm): } -class CoverForm(CustomForm): - class Meta: - model = models.Book - fields = ["cover"] - help_texts = {f: None for f in fields} - - -class LinkDomainForm(CustomForm): - class Meta: - model = models.LinkDomain - fields = ["name"] - - -class FileLinkForm(CustomForm): - class Meta: - model = models.FileLink - fields = ["url", "filetype", "availability", "book", "added_by"] - - def clean(self): - """make sure the domain isn't blocked or pending""" - cleaned_data = super().clean() - url = cleaned_data.get("url") - filetype = cleaned_data.get("filetype") - book = cleaned_data.get("book") - domain = urlparse(url).netloc - if models.LinkDomain.objects.filter(domain=domain).exists(): - status = models.LinkDomain.objects.get(domain=domain).status - if status == "blocked": - # pylint: disable=line-too-long - self.add_error( - "url", - _( - "This domain is blocked. Please contact your administrator if you think this is an error." - ), - ) - elif models.FileLink.objects.filter( - url=url, book=book, filetype=filetype - ).exists(): - # pylint: disable=line-too-long - self.add_error( - "url", - _( - "This link with file type has already been added for this book. If it is not visible, the domain is still pending." - ), - ) - - -class EditionForm(CustomForm): - class Meta: - model = models.Edition - exclude = [ - "remote_id", - "origin_id", - "created_date", - "updated_date", - "edition_rank", - "authors", - "parent_work", - "shelves", - "connector", - "search_vector", - "links", - "file_links", - ] - widgets = { - "title": forms.TextInput(attrs={"aria-describedby": "desc_title"}), - "subtitle": forms.TextInput(attrs={"aria-describedby": "desc_subtitle"}), - "description": forms.Textarea( - attrs={"aria-describedby": "desc_description"} - ), - "series": forms.TextInput(attrs={"aria-describedby": "desc_series"}), - "series_number": forms.TextInput( - attrs={"aria-describedby": "desc_series_number"} - ), - "languages": forms.TextInput( - attrs={"aria-describedby": "desc_languages_help desc_languages"} - ), - "subjects": forms.TextInput( - attrs={"aria-describedby": "desc_subjects_help desc_subjects"} - ), - "publishers": forms.TextInput( - attrs={"aria-describedby": "desc_publishers_help desc_publishers"} - ), - "first_published_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_first_published_date"} - ), - "published_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_published_date"} - ), - "cover": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_cover"} - ), - "physical_format": forms.Select( - attrs={"aria-describedby": "desc_physical_format"} - ), - "physical_format_detail": forms.TextInput( - attrs={"aria-describedby": "desc_physical_format_detail"} - ), - "pages": forms.NumberInput(attrs={"aria-describedby": "desc_pages"}), - "isbn_13": forms.TextInput(attrs={"aria-describedby": "desc_isbn_13"}), - "isbn_10": forms.TextInput(attrs={"aria-describedby": "desc_isbn_10"}), - "openlibrary_key": forms.TextInput( - attrs={"aria-describedby": "desc_openlibrary_key"} - ), - "inventaire_id": forms.TextInput( - attrs={"aria-describedby": "desc_inventaire_id"} - ), - "oclc_number": forms.TextInput( - attrs={"aria-describedby": "desc_oclc_number"} - ), - "ASIN": forms.TextInput(attrs={"aria-describedby": "desc_ASIN"}), - } - - -class AuthorForm(CustomForm): - class Meta: - model = models.Author - fields = [ - "last_edited_by", - "name", - "aliases", - "bio", - "wikipedia_link", - "born", - "died", - "openlibrary_key", - "inventaire_id", - "librarything_key", - "goodreads_key", - "isni", - ] - widgets = { - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "aliases": forms.TextInput(attrs={"aria-describedby": "desc_aliases"}), - "bio": forms.Textarea(attrs={"aria-describedby": "desc_bio"}), - "wikipedia_link": forms.TextInput( - attrs={"aria-describedby": "desc_wikipedia_link"} - ), - "born": forms.SelectDateWidget(attrs={"aria-describedby": "desc_born"}), - "died": forms.SelectDateWidget(attrs={"aria-describedby": "desc_died"}), - "oepnlibrary_key": forms.TextInput( - attrs={"aria-describedby": "desc_oepnlibrary_key"} - ), - "inventaire_id": forms.TextInput( - attrs={"aria-describedby": "desc_inventaire_id"} - ), - "librarything_key": forms.TextInput( - attrs={"aria-describedby": "desc_librarything_key"} - ), - "goodreads_key": forms.TextInput( - attrs={"aria-describedby": "desc_goodreads_key"} - ), - } - - class ImportForm(forms.Form): csv_file = forms.FileField() -class ExpiryWidget(widgets.Select): - def value_from_datadict(self, data, files, name): - """human-readable exiration time buckets""" - selected_string = super().value_from_datadict(data, files, name) - - if selected_string == "day": - interval = datetime.timedelta(days=1) - elif selected_string == "week": - interval = datetime.timedelta(days=7) - elif selected_string == "month": - interval = datetime.timedelta(days=31) # Close enough? - elif selected_string == "forever": - return None - else: - return selected_string # This will raise - - return timezone.now() + interval - - -class InviteRequestForm(CustomForm): - def clean(self): - """make sure the email isn't in use by a registered user""" - cleaned_data = super().clean() - email = cleaned_data.get("email") - if email and models.User.objects.filter(email=email).exists(): - self.add_error("email", _("A user with this email already exists.")) - - class Meta: - model = models.InviteRequest - fields = ["email"] - - -class CreateInviteForm(CustomForm): - class Meta: - model = models.SiteInvite - exclude = ["code", "user", "times_used", "invitees"] - widgets = { - "expiry": ExpiryWidget( - choices=[ - ("day", _("One Day")), - ("week", _("One Week")), - ("month", _("One Month")), - ("forever", _("Does Not Expire")), - ] - ), - "use_limit": widgets.Select( - choices=[(i, _(f"{i} uses")) for i in [1, 5, 10, 25, 50, 100]] - + [(None, _("Unlimited"))] - ), - } - - class ShelfForm(CustomForm): class Meta: model = models.Shelf @@ -442,126 +37,12 @@ class GoalForm(CustomForm): fields = ["user", "year", "goal", "privacy"] -class SiteForm(CustomForm): - class Meta: - model = models.SiteSettings - exclude = ["admin_code", "install_mode"] - widgets = { - "instance_short_description": forms.TextInput( - attrs={"aria-describedby": "desc_instance_short_description"} - ), - "require_confirm_email": forms.CheckboxInput( - attrs={"aria-describedby": "desc_require_confirm_email"} - ), - "invite_request_text": forms.Textarea( - attrs={"aria-describedby": "desc_invite_request_text"} - ), - } - - -class SiteThemeForm(CustomForm): - class Meta: - model = models.SiteSettings - fields = ["default_theme"] - - -class ThemeForm(CustomForm): - class Meta: - model = models.Theme - fields = ["name", "path"] - widgets = { - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "path": forms.TextInput( - attrs={ - "aria-describedby": "desc_path", - "placeholder": "css/themes/theme-name.scss", - } - ), - } - - -class AnnouncementForm(CustomForm): - class Meta: - model = models.Announcement - exclude = ["remote_id"] - widgets = { - "preview": forms.TextInput(attrs={"aria-describedby": "desc_preview"}), - "content": forms.Textarea(attrs={"aria-describedby": "desc_content"}), - "event_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_event_date"} - ), - "start_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_start_date"} - ), - "end_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_end_date"} - ), - "active": forms.CheckboxInput(attrs={"aria-describedby": "desc_active"}), - } - - -class ListForm(CustomForm): - class Meta: - model = models.List - fields = ["user", "name", "description", "curation", "privacy", "group"] - - -class ListItemForm(CustomForm): - class Meta: - model = models.ListItem - fields = ["user", "book", "book_list", "notes"] - - -class GroupForm(CustomForm): - class Meta: - model = models.Group - fields = ["user", "privacy", "name", "description"] - - class ReportForm(CustomForm): class Meta: model = models.Report fields = ["user", "reporter", "status", "links", "note"] -class EmailBlocklistForm(CustomForm): - class Meta: - model = models.EmailBlocklist - fields = ["domain"] - widgets = { - "avatar": forms.TextInput(attrs={"aria-describedby": "desc_domain"}), - } - - -class IPBlocklistForm(CustomForm): - class Meta: - model = models.IPBlocklist - fields = ["address"] - - -class ServerForm(CustomForm): - class Meta: - model = models.FederatedServer - exclude = ["remote_id"] - - -class SortListForm(forms.Form): - sort_by = ChoiceField( - choices=( - ("order", _("List Order")), - ("title", _("Book Title")), - ("rating", _("Rating")), - ), - label=_("Sort By"), - ) - direction = ChoiceField( - choices=( - ("ascending", _("Ascending")), - ("descending", _("Descending")), - ), - ) - - class ReadThroughForm(CustomForm): def clean(self): """make sure the email isn't in use by a registered user""" @@ -576,9 +57,3 @@ class ReadThroughForm(CustomForm): class Meta: model = models.ReadThrough fields = ["user", "book", "start_date", "finish_date"] - - -class AutoModRuleForm(CustomForm): - class Meta: - model = models.AutoMod - fields = ["string_match", "flag_users", "flag_statuses", "created_by"] diff --git a/bookwyrm/forms/groups.py b/bookwyrm/forms/groups.py new file mode 100644 index 000000000..15b27c0ae --- /dev/null +++ b/bookwyrm/forms/groups.py @@ -0,0 +1,16 @@ +""" using django model forms """ +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class UserGroupForm(CustomForm): + class Meta: + model = models.User + fields = ["groups"] + + +class GroupForm(CustomForm): + class Meta: + model = models.Group + fields = ["user", "privacy", "name", "description"] diff --git a/bookwyrm/forms/landing.py b/bookwyrm/forms/landing.py new file mode 100644 index 000000000..61b92ee83 --- /dev/null +++ b/bookwyrm/forms/landing.py @@ -0,0 +1,45 @@ +""" Forms for the landing pages """ +from django.forms import PasswordInput +from django.utils.translation import gettext_lazy as _ + +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class LoginForm(CustomForm): + class Meta: + model = models.User + fields = ["localname", "password"] + help_texts = {f: None for f in fields} + widgets = { + "password": PasswordInput(), + } + + +class RegisterForm(CustomForm): + class Meta: + model = models.User + fields = ["localname", "email", "password"] + help_texts = {f: None for f in fields} + widgets = {"password": PasswordInput()} + + def clean(self): + """Check if the username is taken""" + cleaned_data = super().clean() + localname = cleaned_data.get("localname").strip() + if models.User.objects.filter(localname=localname).first(): + self.add_error("localname", _("User with this username already exists")) + + +class InviteRequestForm(CustomForm): + def clean(self): + """make sure the email isn't in use by a registered user""" + cleaned_data = super().clean() + email = cleaned_data.get("email") + if email and models.User.objects.filter(email=email).exists(): + self.add_error("email", _("A user with this email already exists.")) + + class Meta: + model = models.InviteRequest + fields = ["email"] diff --git a/bookwyrm/forms/links.py b/bookwyrm/forms/links.py new file mode 100644 index 000000000..de229bc2d --- /dev/null +++ b/bookwyrm/forms/links.py @@ -0,0 +1,48 @@ +""" using django model forms """ +from urllib.parse import urlparse + +from django.utils.translation import gettext_lazy as _ + +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class LinkDomainForm(CustomForm): + class Meta: + model = models.LinkDomain + fields = ["name"] + + +class FileLinkForm(CustomForm): + class Meta: + model = models.FileLink + fields = ["url", "filetype", "availability", "book", "added_by"] + + def clean(self): + """make sure the domain isn't blocked or pending""" + cleaned_data = super().clean() + url = cleaned_data.get("url") + filetype = cleaned_data.get("filetype") + book = cleaned_data.get("book") + domain = urlparse(url).netloc + if models.LinkDomain.objects.filter(domain=domain).exists(): + status = models.LinkDomain.objects.get(domain=domain).status + if status == "blocked": + # pylint: disable=line-too-long + self.add_error( + "url", + _( + "This domain is blocked. Please contact your administrator if you think this is an error." + ), + ) + elif models.FileLink.objects.filter( + url=url, book=book, filetype=filetype + ).exists(): + # pylint: disable=line-too-long + self.add_error( + "url", + _( + "This link with file type has already been added for this book. If it is not visible, the domain is still pending." + ), + ) diff --git a/bookwyrm/forms/lists.py b/bookwyrm/forms/lists.py new file mode 100644 index 000000000..647db3bfe --- /dev/null +++ b/bookwyrm/forms/lists.py @@ -0,0 +1,37 @@ +""" using django model forms """ +from django import forms +from django.forms import ChoiceField +from django.utils.translation import gettext_lazy as _ + +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class ListForm(CustomForm): + class Meta: + model = models.List + fields = ["user", "name", "description", "curation", "privacy", "group"] + + +class ListItemForm(CustomForm): + class Meta: + model = models.ListItem + fields = ["user", "book", "book_list", "notes"] + + +class SortListForm(forms.Form): + sort_by = ChoiceField( + choices=( + ("order", _("List Order")), + ("title", _("Book Title")), + ("rating", _("Rating")), + ), + label=_("Sort By"), + ) + direction = ChoiceField( + choices=( + ("ascending", _("Ascending")), + ("descending", _("Descending")), + ), + ) diff --git a/bookwyrm/forms/status.py b/bookwyrm/forms/status.py new file mode 100644 index 000000000..0800166bf --- /dev/null +++ b/bookwyrm/forms/status.py @@ -0,0 +1,82 @@ +""" using django model forms """ +from bookwyrm import models +from .custom_form import CustomForm + + +# pylint: disable=missing-class-docstring +class RatingForm(CustomForm): + class Meta: + model = models.ReviewRating + fields = ["user", "book", "rating", "privacy"] + + +class ReviewForm(CustomForm): + class Meta: + model = models.Review + fields = [ + "user", + "book", + "name", + "content", + "rating", + "content_warning", + "sensitive", + "privacy", + ] + + +class CommentForm(CustomForm): + class Meta: + model = models.Comment + fields = [ + "user", + "book", + "content", + "content_warning", + "sensitive", + "privacy", + "progress", + "progress_mode", + "reading_status", + ] + + +class QuotationForm(CustomForm): + class Meta: + model = models.Quotation + fields = [ + "user", + "book", + "quote", + "content", + "content_warning", + "sensitive", + "privacy", + "position", + "position_mode", + ] + + +class ReplyForm(CustomForm): + class Meta: + model = models.Status + fields = [ + "user", + "content", + "content_warning", + "sensitive", + "reply_parent", + "privacy", + ] + + +class StatusForm(CustomForm): + class Meta: + model = models.Status + fields = ["user", "content", "content_warning", "sensitive", "privacy"] + + +class DirectForm(CustomForm): + class Meta: + model = models.Status + fields = ["user", "content", "content_warning", "sensitive", "privacy"] From 19202e2cd77fddb0cd267e911d713e3562ba4617 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 12:12:51 -0700 Subject: [PATCH 145/204] Fixes name of user forms file --- bookwyrm/forms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/forms/__init__.py b/bookwyrm/forms/__init__.py index a6f704339..075752936 100644 --- a/bookwyrm/forms/__init__.py +++ b/bookwyrm/forms/__init__.py @@ -3,10 +3,10 @@ from .admin import * from .author import * from .books import * +from .edit_user import * from .forms import * from .groups import * from .landing import * from .links import * from .lists import * from .status import * -from .user import * From 486f70c7fbd9147ca1ed4a58cee162676b7a5404 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 12:31:29 -0700 Subject: [PATCH 146/204] Adds scanner translation strings --- locale/de_DE/LC_MESSAGES/django.po | 122 +++++----- locale/en_US/LC_MESSAGES/django.po | 348 +++++++++++++++------------ locale/es_ES/LC_MESSAGES/django.mo | Bin 83719 -> 83594 bytes locale/es_ES/LC_MESSAGES/django.po | 130 +++++----- locale/fr_FR/LC_MESSAGES/django.po | 128 +++++----- locale/gl_ES/LC_MESSAGES/django.mo | Bin 89448 -> 89154 bytes locale/gl_ES/LC_MESSAGES/django.po | 126 +++++----- locale/it_IT/LC_MESSAGES/django.mo | Bin 90758 -> 90522 bytes locale/it_IT/LC_MESSAGES/django.po | 126 +++++----- locale/lt_LT/LC_MESSAGES/django.mo | Bin 84886 -> 84689 bytes locale/lt_LT/LC_MESSAGES/django.po | 122 +++++----- locale/no_NO/LC_MESSAGES/django.mo | Bin 79871 -> 79689 bytes locale/no_NO/LC_MESSAGES/django.po | 122 +++++----- locale/pt_BR/LC_MESSAGES/django.mo | Bin 90058 -> 89997 bytes locale/pt_BR/LC_MESSAGES/django.po | 124 +++++----- locale/pt_PT/LC_MESSAGES/django.mo | Bin 72909 -> 72742 bytes locale/pt_PT/LC_MESSAGES/django.po | 124 +++++----- locale/sv_SE/LC_MESSAGES/django.mo | Bin 87935 -> 87729 bytes locale/sv_SE/LC_MESSAGES/django.po | 122 +++++----- locale/zh_Hans/LC_MESSAGES/django.po | 126 +++++----- locale/zh_Hant/LC_MESSAGES/django.po | 122 +++++----- 21 files changed, 909 insertions(+), 933 deletions(-) diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index f7ed0969d..31e44a7b9 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:16\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-13 19:52\n" "Last-Translator: Mouse Reeve \n" "Language-Team: German\n" "Language: de\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Follower*innen" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Zitate" msgid "Everything else" msgstr "Alles andere" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Start-Zeitleiste" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Startseite" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Bücher-Zeitleiste" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Bücher" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Englisch)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (Spanisch)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Galizisch)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (Italienisch)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Französisch)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Litauisch)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (Norwegisch)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (brasilianisches Portugiesisch)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugiesisch)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Schwedisch)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (vereinfachtes Chinesisch)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinesisch, traditionell)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Speichern" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Abbrechen" @@ -770,9 +770,9 @@ msgstr "Abbrechen" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Das Laden von Daten wird eine Verbindung zu %(source_name)s aufbauen und überprüfen, ob Autor*in-Informationen vorliegen, die hier noch nicht bekannt sind. Bestehende Informationen werden nicht überschrieben." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Zur Liste hinzufügen" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Aktionen" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Spam melden" @@ -1216,7 +1216,7 @@ msgstr "BookWyrm verlassen" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Dieser Link führt zu: %(link_url)s.
Möchtest du dorthin wechseln?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Weiter" @@ -1292,7 +1292,7 @@ msgstr "Bestätigungscode:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Absenden" @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Keine Benutzer*innen für „%(query)s“ gefunden" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Gruppe erstellen" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "Diese Gruppe löschen?" msgid "This action cannot be un-done" msgstr "Diese Aktion kann nicht rückgängig gemacht werden" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "\"%(title)s\" zu dieser Liste hinzufügen" msgid "Suggest \"%(title)s\" for this list" msgstr "\"%(title)s\" für diese Liste vorschlagen" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Vorschlagen" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Listenposition" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Übernehmen" @@ -3923,7 +3924,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4200,7 +4201,8 @@ msgid "Need help?" msgstr "" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Regal erstellen" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4216,10 +4218,6 @@ msgstr "Benutzer*inprofil" msgid "All books" msgstr "Alle Bücher" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Regal erstellen" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Antworten" msgid "Content" msgstr "Inhalt" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Inhaltswarnung:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Spoileralarm!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Spoileralarm aktivieren" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Spoileralarm!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Kommentar:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Veröffentlichen" @@ -4851,10 +4849,6 @@ msgstr "Deine Gruppen" msgid "Groups: %(username)s" msgstr "Gruppen: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Gruppe erstellen" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Benutzer*inprofil" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 76cfb32bd..c5d3ad3fa 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -18,77 +18,77 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "" - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "" + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "" @@ -188,7 +188,7 @@ msgstr "" msgid "%(value)s is not a valid username" msgstr "" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "" @@ -246,7 +246,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "" @@ -400,7 +400,7 @@ msgstr "" msgid "Moderator" msgstr "" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "" @@ -431,7 +431,7 @@ msgid "Software version:" msgstr "" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "" @@ -534,7 +534,7 @@ msgstr "" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -619,18 +619,18 @@ msgstr "" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "" @@ -667,7 +667,7 @@ msgid "Last edited by:" msgstr "" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "" @@ -679,8 +679,9 @@ msgid "Name:" msgstr "" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "" @@ -709,7 +710,7 @@ msgid "Openlibrary key:" msgstr "" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "" @@ -726,7 +727,7 @@ msgid "ISNI:" msgstr "" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -748,7 +749,7 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -760,6 +761,7 @@ msgstr "" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -780,87 +782,91 @@ msgstr "" msgid "Confirm" msgstr "" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "" msgstr[1] "" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "" -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "" -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -869,11 +875,11 @@ msgstr "" msgid "Lists" msgstr "" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -887,12 +893,12 @@ msgid "ISBN:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "" @@ -901,12 +907,12 @@ msgid "Add cover" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "" @@ -976,110 +982,114 @@ msgstr "" msgid "Back" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "" @@ -1168,7 +1178,7 @@ msgstr "" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "" @@ -1177,7 +1187,7 @@ msgstr "" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "" @@ -1450,7 +1462,7 @@ msgstr "" #: bookwyrm/templates/discover/discover.html:4 #: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 +#: bookwyrm/templates/layout.html:86 msgid "Discover" msgstr "" @@ -1573,7 +1585,7 @@ msgstr "" msgid "%(site_name)s home page" msgstr "" -#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:234 +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:242 msgid "Contact site admin" msgstr "" @@ -1587,7 +1599,7 @@ msgid "Direct Messages with %(username)s" msgstr "" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "" @@ -2185,7 +2197,7 @@ msgstr "" msgid "Success! Email address confirmed." msgstr "" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "" @@ -2230,19 +2242,23 @@ msgstr "" msgid "Search for a book, user, or list" msgstr "" -#: bookwyrm/templates/layout.html:64 -msgid "Main navigation menu" +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" msgstr "" #: bookwyrm/templates/layout.html:72 +msgid "Main navigation menu" +msgstr "" + +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "" msgid "Invites" msgstr "" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "" @@ -3013,6 +3029,44 @@ msgstr "" msgid "Report" msgstr "" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "" +"\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "" @@ -3046,8 +3100,9 @@ msgstr "" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "" @@ -3514,6 +3569,7 @@ msgid "Date accepted" msgstr "" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "" @@ -3932,7 +3988,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3996,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4031,39 @@ msgstr "" msgid "Your password:" msgstr "" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index 43db15d9d564c104654b5a2f27f668fb4ecbd918..ff4ad1d4996bb4a39f8a210854b7bfa648db2dfc 100644 GIT binary patch delta 21021 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 z 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 OKKoyyIR954>i-{pfg{`i delta 21094 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 DOhGAq diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index 98d4e124f..b68cde705 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:16\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-13 20:49\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Spanish\n" "Language: es\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Seguidores" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citas" msgid "Everything else" msgstr "Todo lo demás" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Línea de tiempo principal" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Inicio" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Línea temporal de libros" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Libros" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Inglés)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch (Alemán)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Gallego)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Francés)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituano)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (Noruego)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portugués brasileño)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugués europeo)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Sueco)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chino simplificado)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chino tradicional)" @@ -598,11 +598,11 @@ msgstr "Alias:" #: bookwyrm/templates/author/author.html:48 msgid "Born:" -msgstr "Nacido:" +msgstr "Fecha de nacimiento:" #: bookwyrm/templates/author/author.html:55 msgid "Died:" -msgstr "Muerto:" +msgstr "Fecha de defunción:" #: bookwyrm/templates/author/author.html:65 msgid "External links" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Guardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Cancelar" @@ -770,9 +770,9 @@ msgstr "Cancelar" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "La carga de datos se conectará a %(source_name)s y comprobará si hay metadatos sobre este autor que no están presentes aquí. Los metadatos existentes no serán sobrescritos." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Agregar a lista" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Acciones" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Denunciar spam" @@ -1216,7 +1216,7 @@ msgstr "Saliendo de BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Este enlace te lleva a: %(link_url)s.
¿Es ahí adonde quieres ir?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuar" @@ -1292,7 +1292,7 @@ msgstr "Código de confirmación:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Enviar" @@ -1326,7 +1326,7 @@ msgstr "Usuarios locales" #: bookwyrm/templates/directory/community_filter.html:12 msgid "Federated community" -msgstr "Comunidad federalizada" +msgstr "Comunidad federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "No se encontró ningún usuario correspondiente a \"%(query)s\"" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Crear grupo" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "¿Eliminar este grupo?" msgid "This action cannot be un-done" msgstr "Esta acción no se puede deshacer" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Añadir «%(title)s» a esta lista" msgid "Suggest \"%(title)s\" for this list" msgstr "Sugerir «%(title)s» para esta lista" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Sugerir" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Posición" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Establecido" @@ -3923,7 +3924,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4200,8 +4201,9 @@ msgid "Need help?" msgstr "" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "Crear Estantería" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" +msgstr "Crear estantería" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 msgid "Edit Shelf" @@ -4216,10 +4218,6 @@ msgstr "Perfil de usuario" msgid "All books" msgstr "Todos los libros" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Crear estantería" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Responder" msgid "Content" msgstr "Contenido" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Advertencia de contenido:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "¡Advertencia, ya vienen spoilers!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Incluir alerta de spoiler" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "¡Advertencia, ya vienen spoilers!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Comentario:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Compartir" @@ -4851,10 +4849,6 @@ msgstr "Tus grupos" msgid "Groups: %(username)s" msgstr "Grupos: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Crear grupo" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Perfil de usuario" diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index 6c5d17c4d..4e3d049b6 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:16\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-14 16:32\n" "Last-Translator: Mouse Reeve \n" "Language-Team: French\n" "Language: fr\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Abonné(e)s" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citations" msgid "Everything else" msgstr "Tout le reste" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Mon fil d’actualité" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Accueil" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Actualité de mes livres" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Livres" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Galicien)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (italien)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituanien)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (norvégien)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portugais brésilien)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugais européen)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Suédois)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简化字" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "Infos supplémentaires :" @@ -727,14 +727,14 @@ msgstr "ISNI :" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Enregistrer" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Annuler" @@ -770,9 +770,9 @@ msgstr "Annuler" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Le chargement des données se connectera à %(source_name)s et vérifiera les métadonnées de cet auteur ou autrice qui ne sont pas présentes ici. Les métadonnées existantes ne seront pas écrasées." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Ajouter à la liste" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Actions" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Signaler un spam" @@ -1216,7 +1216,7 @@ msgstr "Vous quittez BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Ce lien vous amène à %(link_url)s.
Est-ce là que vous souhaitez aller ?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuer" @@ -1292,7 +1292,7 @@ msgstr "Code de confirmation :" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Valider" @@ -1806,8 +1806,9 @@ msgid "No users found for \"%(query)s\"" msgstr "Aucun compte trouvé pour « %(query)s »" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" -msgstr "Créer un Groupe" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" +msgstr "Créer un groupe" #: bookwyrm/templates/groups/created_text.html:4 #, python-format @@ -1824,9 +1825,9 @@ msgstr "Supprimer ce groupe ?" msgid "This action cannot be un-done" msgstr "Cette action ne peut pas être annulée" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Ajouter « %(title)s » à cette liste" msgid "Suggest \"%(title)s\" for this list" msgstr "Suggérer « %(title)s » pour cette liste" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Suggérer" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Position" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Appliquer" @@ -3923,8 +3924,8 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "Copiez le fichier de thème dans le répertoire bookwyrm/static/css/themes de votre serveur depuis la ligne de commande." #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." -msgstr "Exécutez ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." +msgstr "Exécutez ./bw-dev collectstatic." #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." @@ -4200,7 +4201,8 @@ msgid "Need help?" msgstr "Besoin d’aide ?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Créer une étagère" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4216,10 +4218,6 @@ msgstr "Profil utilisateur·rice" msgid "All books" msgstr "Tous les livres" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Créer une étagère" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Répondre" msgid "Content" msgstr "Contenu" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Avertissement sur le contenu :" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Attention spoilers !" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Afficher une alerte spoiler" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "Avertissements de contenu/spoilers :" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Attention spoilers !" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Commentaire :" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Publier" @@ -4497,7 +4495,7 @@ msgstr "Critique de « %(book_title)s » : %(review_title)s" #: bookwyrm/templates/snippets/goal_form.html:4 #, python-format msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." -msgstr "Définissez un nombre de livre à lire comme objectif pour %(year)s, et suivezvotre progression au fil de l’année." +msgstr "Définissez un nombre de livres à lire comme objectif pour %(year)s, et suivez votre progression au fil de l’année." #: bookwyrm/templates/snippets/goal_form.html:16 msgid "Reading goal:" @@ -4851,10 +4849,6 @@ msgstr "Vos Groupes" msgid "Groups: %(username)s" msgstr "Groupes : %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Créer un groupe" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Profil" diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index 691d4246e087603ac0f44e63c0f842b22202e1a0..8958c625aa2159fb6d31240e3ad57c6309aa0a96 100644 GIT binary patch delta 22785 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 delta 23057 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\n" "Language-Team: Galician\n" "Language: gl\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Seguidoras" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citas" msgid "Everything else" msgstr "As outras cousas" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Cronoloxía de Inicio" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Inicio" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Cronoloxía de libros" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Libros" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Inglés)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Alemán (Alemaña)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (España)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Galician)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (Italian)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Francés (Francia)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lithuanian)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Noruegués (Norwegian)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portugués brasileiro)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portugués europeo)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Sueco (Swedish)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chinés simplificado)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinés tradicional)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Gardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Cancelar" @@ -770,9 +770,9 @@ msgstr "Cancelar" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Ao cargar os datos vas conectar con %(source_name)s e comprobar se existen metadatos desta persoa autora que non están aquí presentes. Non se sobrescribirán os datos existentes." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Engadir a listaxe" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Accións" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Denunciar spam" @@ -1216,7 +1216,7 @@ msgstr "Saír de BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Esta ligazón vaite levar a: %(link_url)s.
É ahí a onde queres ir?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuar" @@ -1292,7 +1292,7 @@ msgstr "Código de confirmación:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Enviar" @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Non se atopan usuarias para \"%(query)s\"" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Crear grupo" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "Eliminar este grupo?" msgid "This action cannot be un-done" msgstr "Esta acción non ten volta atrás" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Engadir \"%(title)s\" a esta lista" msgid "Suggest \"%(title)s\" for this list" msgstr "Suxerir \"%(title)s\" para esta lista" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Suxire" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Posición da lista" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Establecer" @@ -3923,8 +3924,8 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "Copia o ficheiro do decorado no cartafol bookwyrm/static/css/themes do teu servidor usando a liña de comandos." #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." -msgstr "Executa ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." +msgstr "" #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." @@ -4200,8 +4201,9 @@ msgid "Need help?" msgstr "Precisas axuda?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "Crear Estante" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" +msgstr "Crear estante" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 msgid "Edit Shelf" @@ -4216,10 +4218,6 @@ msgstr "Perfil da usuaria" msgid "All books" msgstr "Tódolos libros" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Crear estante" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Responder" msgid "Content" msgstr "Contido" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Aviso sobre o contido:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Contén Spoilers!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Incluír alerta de spoiler" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Contén Spoilers!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Comentario:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Publicación" @@ -4851,10 +4849,6 @@ msgstr "Os teus grupos" msgid "Groups: %(username)s" msgstr "Grupos: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Crear grupo" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Perfil da usuaria" diff --git a/locale/it_IT/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo index 2be0c3ac01a7057cabd8b69e3f99520ca5e585ef..911ed76e7d249a6e33903385d49658f07dc52aed 100644 GIT binary patch delta 22663 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 G6!U+qLv;%P delta 22885 zcmajncYMwFqsQ^@K?o8OD|Qkhc8D3VV$axnlpr=ii0#zgGe&FAqSPp=_AaINR;yLD zYLB9&_w_!Xk9+-hzmLbK&(Gf9a}Iv@&OhWe?ueKBX1Zi^9G=i*j*}hh20PAlFUJ{H zS-Fn$V++SAiaW3XKE#Zev8ChWz=Bu@YoVIV!E$&7!!Tnj$7zODu^leJgZK|VbR4&{ zx3%MBBV%nF$0>$KPy@ZiOqjc^^%=Kp|dcL6oQ2N;Y#9ULbo zhM{&U8na+Wn;wp=%}KF4x-TA{>X)po`;hY|c8=486LVGwgtj<;+AD z>Ac3m*u0zL_~Td{fb*~r`Z7B$C=xZ%IQ|oa*RU%7gF`T?2j{N=cl9u5nz5%j^JZ9* z{9c$JS73cSY127+nWLzI+*PNywLhjOJp_~EH1x(f=!=Un1+GVxZ|%kYD`S_1qZX&8M**XW+ z(Gv8Np>2XT#CcKc*%<2erUusCw=#M8b*eMs3Lx z)IhIMD^K3XY;hXYL^7Zz7>pXY5UQiHsGX^b8nC9d5vC>G2GzbN7Qw;DxNc`H5#8Ef zQLjsyzGh29PiHpsEH+ucO0&n2N)2 zBKuG~cM3D(RZOAx{{<1P{5`S>j^9A@0WuObv8CvT8&DnYLrwG?Cc|r}4sW5h`Yo!R z_aIZA33c|_P;X0K)Q%NKw>pX>q6U@G9~+=%+yON}U(^H=P%9XZn#e4S#8s%vb{o|$ zaxfo8SPM1aHB|m>RR2$HzH12kubHIa(?At7pmriFY72{^R#X~GV-1WzH|i4oh?@9) zR6lP}6H7YOOgIyIR*dSeFsi>2w!G?4_Fn}}$XQ7f2$8hE~S zjm`f7vyy)dHIX~kH#nVi%3)@luTc|O<|d-8-HaOepsjEMwW9N=ino#b=RCtej2&)P zHWt&9o{Xx$1U0ess59Sb^M67e!FkjIez*DVS433NHNte@i|R0|H4Gz3SH>_Lj=JsZ zQ4`5*cQ69AgB4K|sDT=&sV(n<+R5IiJ2VKHu-h4JGiIO~F0kpfs2OiXUBW}C_xl)X z!Z%R$A7D288+CWme`(s~M;&d1O;<$iP(4)p)|f%>e-|Pu7>4R_A_m|*%#0gRXL$^@ zqF+%1KE_x~Int~s4%N>P)J}{?9qDw`5r2icjB8Oxx)HT&&ORdAnzz;@qf7@rs17n< zFy=r_up+91Xw*P$ZGJ3jpm>`egQ_y!X)P&1gtD(-czD>76)$3&Q`&x%t$6IHOw(tKUGBnd~ZNW~|8681Q>@4cN z{|mK+dB&Lf1yOgTENbPoQ9INcwbE{w9s8h;aw=xRZ%{kCXAJwVmHb48w(<;WtFNHW z{5|T@`HnT|T&RhaL`}F7s$D~COVos7P&?2E)qc1wpM_qe=c6XD)J;SaSc`h?wpfp1 zGSa_VZ=<&OE(YQ=oAw)LI?9HcNC>K*LZ}Hup%xU4$uSOfxf3u5-P4F@#v4&H+KbxC zqo_M@1+}G5P!sqUlVghUW}r0KoOCV>!6B#>FG20lR@BxXMosJnroiXO-Euqch^S)f z31%m;zRZBQ%ih$(Rp=D<;?2`shwt1vI=ji`Pu+wwc; ztM~st5zYJ!s>76%OvRk2jtZbR7O_U4CRoW@18b6wMonxk>WmlJ^fv2m)X^S7-Hi+A z*4h3>M6bnD)K(>*Y$lKy^}!K>+Uh9OL>i#Bye0mGF_;?jO)=#qQ1#2Bjw%|p^&L_D z4@8YOaSHpd2`nW;N3g+G*kjYDQ61bw&HRL>zH6A#6lSROeFx6_7*2JVEOmDqFwYT#k$k2BE^S70&Rily-$YQ=%G z%@349s55SjYS$6<9Wns5(=$-t3G2~Y@Bhz4)bTkiiFZ5&{F!}@$Y~?|)??+JU;L0UBX?Y>PUYzNik|s54)P z`b=MjTHztoL@r_`ypJmX4|T@D^URhP#locPqZTwA-TK5DM??dxv>rg6@l6as*H>nM zEY?D(0V<+iqZrgg#$pkihuWc|Hvg>k4(fiI;x*h9iB!Fd)iW^;-{fU`JH{BhjrDPbH!i z?nTY)Bx;2>P+NKzbvd7)I!?LVd?^)2ooy`)#m1=1I0Q97BC6jd)(sd;dJn4qTg%yh z4RDVPt?U_UWgl!h=?b$#KU8@DPQwr^gj-M@-L~Gxq@Ww$E=8?q9co9m zV+j6&dGI-=z<@PoCjyZPxt+p9yeTM$+UjbkftsUUrx>h^LoqMz#e(=J=E8JqO~)ls z?aHGjTm#i#3)D_@M}0dE!9bjesr3GDCZd_|MxD_y)J!j-8s5a@_{64Pqdua&zBQLD z2daKm^v1fVc1=+eiA5b@f-N77>Te2qzW)=6sDnke!Yb5jvH>;F8PscaA2XtBojKzG zRJ&qW03%Tgh{co`kDADE)C8uYCO98k;tKTq{{KKkmm~FhQ!y)Q>++(utPHAQ1Jpn* zQCmL-^}(|mHPAIIgAeg6hJ0tzZ!kaUq8rQ)kXERLP1wNxt6(V^L3kX~;3G_h?@?Rj zwbAH!r7Oc>KrK546Y-REOd(o5V# z^j^QV1@BN>{n46Yn@Rhj&NK^ZpxoAisE&)HR$K)$U~AL|O&?T$V^Bvq)uvaX`g4D0 zGq$5H&wfc#bqR#v^s-vJE%mnhI>WAYItccnfuk8$ue&~ZeQS}Df^myxR^v8>s4)3ArzegQG+MVVuW%CbU7ScbXCVB^_<2#&-6L*=32JJRG z5r#U_2vk2c(ewV-BT|ZtHrN0YQCs*2eu+MN%ob0@lBAREwI4Xxm~<>Mma_xv;(&ep zQ5z3pP7K~}J}08E66ttsgxmJB|AmQoA26TEr7)OuGaQ10upqv~q8ND4th51YC7m%3 zCZHz15NqRO)YeBFGQSh*qIPsJYA45GYMgn9{a3~!GIHY@?1#UgZgIuKrhEbF%)ddc zcq{78cpotx1)z=~HwI!E)POCq33f(Z&RwYf52ALer28kcm7~y$jPFoqz6GOk7uLg+ zM@_l~79;%)Ccj@PjRra5LVVP8~#V^BLa3B7SX>Ihe0XLMgBqM1hhY<>_#qXtYs zZRHWHf_}%%1e&1I%dryviRw7t3G){X;i#=0j#}YF>m{s1I`=Q;DC3ZwaXU**#CeU{ z+S(^MH(ZSA@G=JBL-fVer%XBvYK4)g2}EHEtYz~XVnNc)u?>#4>DxGqw9jd^UJ#Iz~lbpG%KfjIPp*onftp|`9D)^aGuFdrSP?7!YCgE! zs1+?j?bIgBjmNPeKEVKty3XeT6KH`MNe{fi{@)@p^@gd?>!#^&Eb6scfjYyts2vKS zvKrRF5NwN~I101jS`5Y`s0rLdO)T|o(_c-lQXO6s|=LQ0RAa#tkr@^k_`Lzi}Y;zGJ@U|HK&5<^JFwtZ^~6#T4$l=6@Cw zi|xrcf?*i?r};~yrr3$}KGdBExo38u2@WCM9koMuu?+g(=a(|p!C*X!&F}$^#Ha`S z8p4C9*U??zq1loIj3Q$kR=}g!5tBbMccVM%a(#tfcpSBrXD|oe#uWGwQ)2SJ%%$~1 z<%eK$EMzTibUTqmbVijh4K_hF=!oj52YTZGEQBL4Gp<8T;4u2(1yuXH)>o(_O#0aD zSY}lHFjTz?m`?A1G!b>s9<`FbHa*>@mtrRJ_o6ReL`~ohYDfM>PsdNpkyJp{+ktv* zkD}WDimCAhmcWnb`Tbw~sp+shYQ@b^TihOX+dHE=7=~#v5w(>oQ1!mWG`I;h@IKVr za1yn!2dIg@$I@8nnR%@{p*uSn3y5fdAF&*s#+QVVJ0vi^ogS*P;m-!FUPP@GbhG_gk}- zSx_r1iMovCF%YYx?o4Ov7}SK8quPIm8gMVF-y^8@7j62cn@9i|Pf!h#zcXhVfSF0> zK;@T04O9c8F&10n7F5S+-*XHYh`JL8FdZI6f4pY%|3c3tL`}r~kw|VLDgH4T1yK!3 zpzcC-ERUnH5*|REUDAKe#L}VK=SI&*Git?ct({N{?15U)Xw*(FL?+;NRua+Ke`hkB z?KZvNrjMhx`aEXEm#7J(`CtajfhsSK>9H{eVHaG86Hxu<`Di{5il8Q16+PeotvnGv za8N7ni8*lu_Qyq79Mk=0I;xI(%^IM#@(XKs)Y&K4@{y>CPDdTlVpRPNsCqlm^Y4F0 zh-l{Lt@p4L>3=W`i#aaOmqrYRl0J^w;^)@4sDb`N-IX*hmuG-L)XEFkbO}_wil}<^ z(5;Wib~d9wDm@l8zPeL+}RXz$8gro}CLqooz8xy+~BM+Nd3CiMo_s zP!kxE#O3x>m`sMYd_D%^4%B72iW=wzY9awiUCszBf!fL~=!5%ExA_;;iZ7y$@)mk_ z3N_$cjKGw9sHk4$WNs6wONJ^ov$n;&q&uMonu6-^E7Z!qMXh8fYQiT`D}9XW_+QL~ z$-T^uhq?O+h%mcEM)XV4Kxll&{wFLuR#s41J%(nTmGxfe}t;{9@Rc| za??Hs>b4g~9YGaTy@seAc6T76218K;OhvtB3sGCO9rc0o40Si&pgKsM!k8U3(ZZ-5 zERT7xDrUp()^Vt#T8^5?Mr2&Kvxi77GEQRq5n%FJWj=NIvnliqVo`^DXqHcLn)Iiaw&xO{g6~v(? zIslvF1PsF4Hs6)n>_7%<0aX1c)I=MjCfW*hWIfQWEgVWjTRRr@{?10td?9KFR$&nC zL~Ze}w*0v*e~%g7`1>Bs0G%v`K@famk;m1R_Z209ZW?vn2p-vHCP3= z+46U&2|2!IB^gm~O(<%@QK$vfLLFH{)WE|~M>`F*@^pLj-Rm!s^hk(c70GgIUcoR3vB)-n?8!F@4ik%TlmygNa=6V zL8zHWS{tCYvNLMnL8#k45Td-G;U1fR6ZJdcF6#3kWjfCU-A)lA>aYrG zi|d*Kr;)WY>h&3d+JQuyzZA8_TdliM6F!XEforH8c#ieaE4|tBrWize1ZLFxzl4Zh zi*44QP@jO8QCs%{)lrHJW`fyJD-1?msIk2qCjJhCFd(b> z#EY=DLalrl>bqfTR^ETDcr6*~;1OykUfHyFHnRi%sGm$ZP!r3CdflQ>N7WXG;vm#c zy~4bhHM`mR%BY>GZ_{6(7ThB{@4vRFFB$4+JZfdjQC~veqXs^U+QRFoJK>eX+<~m9 z36((YTwPRoPYl74s2%$T_4fQ`^IxLghRkmMK13DEVSbE3U9QQfTf7R@@oo&q>((@Z z=4hg@B>62-J2xG*Gb?QQe$>EMF$f=F1@s9r6L8ldqAiOL}Ks zKB;!0R(J~4;qO=uA7U-co7)^!UsU-p)SViGn#fe^Jk%vzh9P?YzbB%zzKlA{H>iQr zgcx(8UZ*e&!jh;XYKFRGeXtOIg}N(8Py?Sq4RjTC`5s~^e1{sRXdWiU_)bkCYS_ry z7PW$|sDb*RF6SgHjjL?=4eMRhkv&FzQochSNxD#zABdVzLDXe0fx26@(XCq@Lqumi z$rh|eHQ0;l=qPFnFIaD)CVU@N?*g=$yNraPe~+Rr)+b#&uUM=%w&vkOs2vofFC z%w!uGTG4UTCA)}f@Bp;~Z&4HQ%5OSMgXKwQMEy!`jJmW_P)D^1b!ktaUf-Ljx9cMo zMZW^(2r9XW=(4py&zYkJ>VrD_!I&QtQ6HImP%FHOdhhRG5N0W8`iVphT-(|fLrM2R z^*_(L1hp{tYMZeYwY9s^vlFOGauL7AzfdzDSIC_4c2vDXsIxzXn&^4df<9n%^et@8 zyb0>eTcIWrhm7ZT2HFZ^QD-t4we<^8A57~|9iByP;cuu*_0s024l|!<*--6Up^mTz zs-D|A54GZrs0r-G{CfWn6VU)qP+R{IHBgEoreYQxL^>FCB=a#JZbj9*Vbf1hTc5e8 z8K@v?#Sy59L}MY0MctWM==t}*6N->=0oB0`)CbZt)a#Ts-0Vm;)W8K$N7Wd$q8QZO z=#3g+5*EhosJn6(HPNT2BXt!s<7Gy-GJ=VyVgzc1m9aLq!MwN{)$wU8h5w??zIbsn zfeNVCunuaaF{mRLY|~RQnDi>t#E+tm_+oM1f6eRDxB_0#*M%Y=x;xnU%+)CfwgmL>-K^&O>eCTGWml zz=C)jwS{l67-lYQCSC_Cl5UO> zi%?s&8uea(hxPD#t1HqRK?Bs?7>=>H3N^vhWnIpFER4EKnaY_REsD{kqp>M2Ko;V5 zo)hUyMo4+n!CX|uA5k47uV5w^ggW!$sP{J#wY8OPel+TGHNiP9{(b=UZTPmLS%`m> z%kz)UnJ_8&-O%&D|La9WTip-U@lcx{jk={%P&=~#b*opQKI3pjN&bwNu}tj^9?N9{ja@IvntTzVXpc=gYy2W3Up_v~* zt?(3T#urfyZliYOA!-G0P#veM>2elfC@#mtsCr#$nRfB0i4RBhI|DV&JS>7M-9%av zxq!M%VYOY(5^RK{@dcK_ggP$IKhJH#=A@tFUaVEu<+MZZX!EnWE9%G|pne~usAv8F zQXXrQ9)#M_L#XlGkBMlj{p-6t|2LcASeo=f>wDB07HeRvg}O8Cu?3FDns^(v_4yl` zuj4AHJ2eWm;+d$oV6jcF$AWtQcMusv!CmZy-5Z$(S5UY1E^46HsE^Egjg9S4N6`oK z;1tv+>G!CAq&ke+^1Mx4o_~rB!y2T&LG8d3^wRf#=BDNr=fq|dgrWuXXuGZaz7^P&<|yb%%0cBo@Z**wvPw$56(19ukR0{}wLKzsa`4 z%B0s}V|;>|dF7Vo3@4#Jur6W~yovhyE#Au9jasM$EJH2eJyygftxbA1wkG`q-ED}} zZexDUu14MJyBLJ;P)Crpt@$h30;nyGMopjz>bAE$Z1!{@uPQ_8>hIb$33XCNe6O=X{I3+~Tz{gO@L8cI z_YdI*!jHCbZpt5!ZjjiwN_zJMn@fhSzw;#_fiTtPXHfyqvCn!PNSWS;&g9+ql(O%{ zb;XxbR^GNv$;|2!Uqya6<^0}vekVQ@?c;W?63a}*?1WoXs!ljZqZ{~A#5U8B6#`50?nDsIwRgQSL`bM$j|U;4H;q)LCis%TQNO1?)=rmQOjS zB8BH{K@uvDxAC8;*om-=JUvCJ*NYHB`ijjvjHRhxfKZ(HY}>Z79dHBb%BHzA@WX<-h~}Ve}#2u zla@HY1Du=q`IC-aok`vXw=H;p52)x*CpD>ggLn}_B>5L?%ge-nC)^_}pW&9qAAT`Sb)3PeI)w)EPp#o;;*I>#s+~U=kh3+=Iz&hY8ruQO1dRdY(es&5*QZSN&taS92kb;iK;9A>B z3d;37v9`1MNvv7O-$S|nUnR95KA8NUZCNn=+#-*k*3Mc?#DfGqIg_ydgJkL{gO4Z} zNXSq4mJY^}r=PVA@xE;oWjju(Gy^I*lQ`Y&;(DeK){ys>^g+UW+KoqV@-&0}m??2;t!(ap$>5ix)0Y}0 zC^y`8v#FrSXT!~v*hgW-Sw`xUWp z${teZ1brnXR3YybdB^avtyxnCI*P(_gip^QB2Ni*B@MRNK~(;N(34K95cJf-Gq$`w zecU0B-$)LBs&G=0ennVh%d-+6Lpi^%otA|C#Q*v9LKAlm>p%7hrsL&y5dAc)NQ0s_ ztttnIFC(w{XL+M+TfuK|&+{+kp$z;3;SG5wY`!UF=k?RRD4FM|kdDfGF@vpio3hvB z<>b7MlK(w%J$(o{N%Kb+&$FL+7hUs$S?{f5i*jIjkKQ3ILUUVv_B2?^q|hC=QZU`2>oom?=dv7Z*+S7 zZ&94d>e-h3WP4T1wUoWZQ1Tkt{GQ~^CGYTOy$`i*)uy(s*OYj<&-zkXFVa5~ej!vM zT|kFA&35z$nQzEkMEHXaClk6*md7rKZ093&+S|c)5YI;02-M>yf4Ye}uW8qYcm-Sc zFVd%M*(aLO?oYkcEs4A%6sJ-HO7q(eRWXvh1#}Wmh$20Jvb)5u5YJ8gEb0j(?^_e~ z{C5pyUW6yKpGa6tyc#9#i3bwb6C)Yl$wlK7%HgR_<_E$QDt>ylP@a*z?1WilRwLaF z%TlKb@zmt6Lp_&qKI&JZ{@!OAWebVVQ6W!5LPzS9@ua9%iVAbdcxMNEL)wdNy+wsz z$-8dzGgGHDVTo-hT2WWeI_g}Y>}$dcLU!`H;SEnI-*3dX5|5%@SK4gFFGy$BpLx^U z^KC@NdJ10JMzOYYKk_ya^oLMAKN*~4l6ZHH+@MVN) zq|XqKqfR(=zr&TJUC3XXc>b5Ci>Z@|vX65nLYsiGgy zd^r*l3CAhehg}KdiNB{&`v0r!Y$Sf3vJr$JI{P)zzhQt|@3)@+tf%oJrCG`APY-vL zkJSjz2-68YDPKhXF2Wt+)ztw{J=NvuPFO>DOx^T&k~(_+u^zy-r1K^5+(cecD(d-@ zf(68XCPdrH`7nsR^rt+M_-4xHFi=lV3-*`1o3`$5I|2Rz$9YM76@Gg1kWNLt?d1JV z2q2V9(u4gVGm64OWXz-XFSfI0xZZXc$OK9gUqYSQztGIh)^w)bYC2l%*r@tUmel{6I!aDtsVhB0MBaB|jsb zRix}sPc8GG(VxXnP_~;6s}nwdu93fkyrYD8!b|%5^eiPli@eule6LTafn;POyr7Yu zKtgZAJexjCSsTJk!a(vj;5LGu$+Uln#cjF+=`ey1;V$hL5`1kxs=t){;yA$8ul9nB zgDSC42n7WRRcZ7Tk76Fm783dro)H3RbDR8<#A^}!6Yn+&^i9TI>FGnO?1}zO)BBbp zc8t2gI5jc6X@EPCRu>6l$oZQRHCasPM|?G*K4p5!6aVz|CO*;TSEXIB9VdeP3{={O zzYz-C25BjuLH+hNU57R^2)Fg8VLexEXNB>UjaRnXHco0f{DMY$IvPCxoydR3lAoGE zG7`^4yRS$$#ZiPn;;Cr6k}!qzD}tUFg1`ROWG@-rDg5+wCUTtgCR}MNx3GmLu>c+F zNpAhZ)`=spla2SKeO<~2+w=~~?%Vi0JJt&F!t~?$IT`s#e0ox`lFcNRP_~;+!if)~ z&ICdyJE-dRCO*h^8uwZL>CfV-cYt$!*T5}!8@s8x;Joz(KiHRN6+K8_kbgdD^_Jw=E#rMw|w z3w4VT%92;p);W~eutk9HdrI@#oJ%VPv-FkP4Ozbo4u2+qIaRd4! zMi0;B)wpYH&(2%A3=a*>Rjy-Pr`QT%MLG;D+$lC8sAF8OKHYl8#&?X5FIU7AZJDs5 zYZ33F5kbYmBg0E=d3$bWfsBonv~&Zu#Y7wZi$U#m9CT&@JfypU8H\n" "Language-Team: Italian\n" "Language: it\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Followers" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citazioni" msgid "Everything else" msgstr "Tutto il resto" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "La tua timeline" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Home" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Timeline dei libri" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Libri" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Inglese)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch (Tedesco)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (Spagnolo)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Galiziano)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (Italiano)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Francese)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituano)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (Norvegese)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Portoghese Brasiliano)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Portoghese europeo)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Svedese)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Cinese Semplificato)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Cinese Tradizionale)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Salva" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Cancella" @@ -770,9 +770,9 @@ msgstr "Cancella" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Il caricamento dei dati si collegherà a %(source_name)s e verificherà eventuali metadati relativi a questo autore che non sono presenti qui. I metadati esistenti non vengono sovrascritti." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Aggiungi all'elenco" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Azioni" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Segnala come spam" @@ -1216,7 +1216,7 @@ msgstr "Esci da BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Questo link ti sta portando a: %(link_url)s.
È qui che vuoi andare?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continua" @@ -1292,7 +1292,7 @@ msgstr "Codice di conferma:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Invia" @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Nessun utente trovato per \"%(query)s\"" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Crea gruppo" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "Eliminare questo gruppo?" msgid "This action cannot be un-done" msgstr "Questa azione non può essere annullata" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Aggiungi \"%(title)s\" a questa lista" msgid "Suggest \"%(title)s\" for this list" msgstr "Suggerisci \"%(title)s\" per questa lista" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Suggerisci" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Posizione elenco" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Imposta" @@ -3923,8 +3924,8 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "Copia il file del tema nella directory bookwyrm/static/css/themes sul tuo server dalla riga di comando." #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." -msgstr "Esegui ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." +msgstr "" #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." @@ -4200,8 +4201,9 @@ msgid "Need help?" msgstr "Hai bisogno di aiuto?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" -msgstr "Crea Scaffale" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" +msgstr "Crea scaffale" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 msgid "Edit Shelf" @@ -4216,10 +4218,6 @@ msgstr "Profilo utente" msgid "All books" msgstr "Tutti i libri" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Crea scaffale" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Rispondi" msgid "Content" msgstr "Contenuto" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Avviso sul contenuto:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Attenzione Spoiler!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Includi avviso spoiler" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Attenzione Spoiler!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Commenta:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Pubblica" @@ -4851,10 +4849,6 @@ msgstr "I tuoi gruppi" msgid "Groups: %(username)s" msgstr "Gruppi: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Crea gruppo" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Profilo utente" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index b4885e93b693c8909b1476f861f3aaecba0a2b0a..08a3fe6ac5ff76c87f1cb315f558e204008ad0bd 100644 GIT binary patch delta 21120 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 delta 21291 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 X9-BKo=4IYQUFm61_n7N1KR5e7W@QCP diff --git a/locale/lt_LT/LC_MESSAGES/django.po b/locale/lt_LT/LC_MESSAGES/django.po index b272ecf09..b74de2d2f 100644 --- a/locale/lt_LT/LC_MESSAGES/django.po +++ b/locale/lt_LT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:15\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-13 19:51\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Sekėjai" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citatos" msgid "Everything else" msgstr "Visa kita" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Pagrindinė siena" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Pagrindinis" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Knygų siena" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Knygos" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Anglų)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch (Vokiečių)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (Ispanų)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (galisų)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italų (Italian)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Prancūzų)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norvegų (Norwegian)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português brasileiro (Brazilijos portugalų)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Europos portugalų)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Švedų)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Supaprastinta kinų)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Tradicinė kinų)" @@ -735,14 +735,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -756,20 +756,20 @@ msgstr "Išsaugoti" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Atšaukti" @@ -778,9 +778,9 @@ msgstr "Atšaukti" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Duomenų įkėlimas prisijungs prie %(source_name)s ir patikrins ar nėra naujos informacijos. Esantys metaduomenys nebus perrašomi." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -883,8 +883,8 @@ msgid "Add to list" msgstr "Pridėti prie sąrašo" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1191,7 +1191,7 @@ msgid "Actions" msgstr "Veiksmai" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Pranešti apie brukalą" @@ -1225,7 +1225,7 @@ msgstr "Tęsti naršymą ne BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Nuoroda veda į: %(link_url)s.
Ar tikrai norite ten nueiti?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Tęsti" @@ -1301,7 +1301,7 @@ msgstr "Patvirtinimo kodas:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Siųsti" @@ -1819,7 +1819,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Pagal paiešką „%(query)s“ nieko nerasta" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Sukurti grupę" #: bookwyrm/templates/groups/created_text.html:4 @@ -1837,9 +1838,9 @@ msgstr "Ištrinti šią grupę?" msgid "This action cannot be un-done" msgstr "Nebegalite atšaukti šio veiksmo" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2319,7 +2320,7 @@ msgstr "Pridėti \"%(title)s\" į šį sąrašą" msgid "Suggest \"%(title)s\" for this list" msgstr "Siūlyti \"%(title)s\" į šį sąrašą" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Siūlyti" @@ -2489,7 +2490,7 @@ msgid "List position" msgstr "Sąrašo pozicija" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Nustatyti" @@ -3952,7 +3953,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4229,7 +4230,8 @@ msgid "Need help?" msgstr "" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Sukurti lentyną" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4245,10 +4247,6 @@ msgstr "Nario paskyra" msgid "All books" msgstr "Visos knygos" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Sukurti lentyną" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4376,24 +4374,24 @@ msgstr "Atsakyti" msgid "Content" msgstr "Turinys" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Įspėjimas dėl turinio:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Galimas turinio atskleidimas!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Įdėti įspėjimą apie turinio atskleidimą" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Galimas turinio atskleidimas!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Komentuoti:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Publikuoti" @@ -4894,10 +4892,6 @@ msgstr "Jūsų grupės" msgid "Groups: %(username)s" msgstr "Grupės: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Sukurti grupę" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Nario paskyra" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index dbfe5ea07ba28095af217223c694380ae67f9888..7f23bb1a85ac630404dea8c769addd4f5b1fa79c 100644 GIT binary patch delta 21120 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 A3;+NC delta 21308 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\n" "Language-Team: Norwegian\n" "Language: no\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Følgere" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Sitater" msgid "Everything else" msgstr "Andre ting" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Lokal tidslinje" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Hjem" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Boktidslinja" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Bøker" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Engelsk)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch (Tysk)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (Spansk)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Gallisk)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (Italiensk)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Fransk)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Litauisk)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (Norsk)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português - Brasil (Brasiliansk portugisisk)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Europeisk Portugisisk)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Svensk)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Forenklet kinesisk)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Tradisjonelt kinesisk)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Lagre" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Avbryt" @@ -770,9 +770,9 @@ msgstr "Avbryt" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Laster inn data kobler til %(source_name)s og finner metadata om denne forfatteren som enda ikke finnes her. Eksisterende metadata vil ikke bli overskrevet." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Legg til i liste" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Handlinger" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Rapporter spam" @@ -1216,7 +1216,7 @@ msgstr "Forlater BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Denne lenka sender deg til: %(link_url)s.
Er det dit du vil dra?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Fortsett" @@ -1292,7 +1292,7 @@ msgstr "Bekreftelseskode:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Send inn" @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Ingen medlemmer funnet for \"%(query)s\"" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Opprett gruppe" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "Slette denne gruppa?" msgid "This action cannot be un-done" msgstr "Denne handlingen er endelig" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Legg til \"%(title)s\" på denne lista" msgid "Suggest \"%(title)s\" for this list" msgstr "Foreslå \"%(title)s\" for denne lista" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Foreslå" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Listeposisjon" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Bruk" @@ -3923,7 +3924,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4200,7 +4201,8 @@ msgid "Need help?" msgstr "" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Lag hylle" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4216,10 +4218,6 @@ msgstr "Brukerprofil" msgid "All books" msgstr "Alle bøker" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Lag hylle" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Svar" msgid "Content" msgstr "Innhold" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Innholdsadvarsel:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Spoilers forut!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Inkluder spoiler-varsel" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Spoilers forut!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Kommentar:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Innlegg" @@ -4851,10 +4849,6 @@ msgstr "Gruppene dine" msgid "Groups: %(username)s" msgstr "Grupper: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Opprett gruppe" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Brukerprofil" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index 064c6caebac3129eca39164512621959f106f161..6ca75c4db9b5ada99f48b342c3be40dd2877a95c 100644 GIT binary patch delta 22778 zcmYk^1#}h1!-wI$2|<%Uf&@Yc0YcCa+>2{**W&IFyueZ@?gV!&ZpEcI#flgB1I3}m ziJ>1g69{m=2RPa-1rd4RuQ&ERH)c7rw#z7}?lyn&bC)5U=4Q$8ntnO&ljJ z8Dp9{PF`G&>ga!%3VpwGoQxQX`S2Sog*~w*{)`%+Z!^b9kNGhv*2NHPgAq6gtKxi{ z|44dV$MIoUDJTeS;W%3`26f{-Ootz^E{3*roG9#$%AbL{ZwqRG$1wvw!Eg+0WmYO0 z(~vG})88R;b7C7*n=3Gl;;;WTkM2C;Bb6`nXpG2vx3vG zJL#j=LTw$V8|f8T2UE3koEF##UFtX|iLf0`?)Hwub~)ovBfO8=!!jKlhd!L1$mE=h z7>$KGI!+L_#Xi^%bK+CfghCmm23mvvMBpwghu3f*Ms#NX)#2REW>4Rs_Pk&h$0>l- zFdGiX8o17;KccoGOIOF?tUA@Lbul^V#uy*FVM6SK0XPH`;CNK|w63hbGUnQhrKlOL z#sJ)dDnEg0=sf!3HPqJJ#9;JeeG_A9^v6u7`nfR?7C{}#vKWYUQ01*$BC62Y+6UE; z@&j-zs=-;943}HCq3%11fp`wH;4M_c2{`~-*&y_`k4Z@PK~3-nR6RG2NFE~dP)l+e z)zL-N%>P6!@iWvwUZV!+>0vtdM>UidwK9>Y4zpVGVp7t@QTJEH7;J>}>pEkI=(*pG zda*o1Eor=-<_v`364KQ$0-s|+4C-YLX(d#{%TbTx j+gTQGhp3V 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 TZ`X-DUfq)JYEa0lbiV%sW{8sQ diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 60b192c6a..4b5ce5865 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:16\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-13 20:49\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Seguidores" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citações" msgid "Everything else" msgstr "Todo o resto" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Linha do tempo" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Página inicial" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Linha do tempo dos livros" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Livros" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English (Inglês)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch (Alemão)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (Espanhol)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Galego)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (Italiano)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Francês)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (Lituano)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (Norueguês)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Português do Brasil)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Português Europeu)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Sueco)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chinês simplificado)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinês tradicional)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Cancelar" @@ -770,9 +770,9 @@ msgstr "Cancelar" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Para carregar informações nos conectaremos a %(source_name)s e buscaremos metadados que ainda não temos sobre este/a autor/a. Metadados já existentes não serão substituídos." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Adicionar à lista" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Ações" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Denunciar spam" @@ -1216,7 +1216,7 @@ msgstr "Saindo da BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Este link te levará a: %(link_url)s.
Você quer mesmo ir?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Continuar" @@ -1292,7 +1292,7 @@ msgstr "Código de confirmação:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Enviar" @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Nenhum usuário encontrado para \"%(query)s\"" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Criar grupo" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "Deletar grupo?" msgid "This action cannot be un-done" msgstr "Esta ação não pode ser desfeita" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Adicionar \"%(title)s\" a esta lista" msgid "Suggest \"%(title)s\" for this list" msgstr "Sugerir \"%(title)s\" para esta lista" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Sugerir" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Posição na lista" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Definir" @@ -3923,8 +3924,8 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "Copie o arquivo do tema para a pasta bookwyrm/static/css/themes em seu servidor pela linha de comando." #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." -msgstr "Execute ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." +msgstr "Execute ./bw-dev collectstatic." #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." @@ -4200,7 +4201,8 @@ msgid "Need help?" msgstr "Precisa de ajuda?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Criar estante" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4216,10 +4218,6 @@ msgstr "Perfil do usuário" msgid "All books" msgstr "Todos os livros" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Criar estante" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Responder" msgid "Content" msgstr "Conteúdo" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Aviso de conteúdo:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Alerta de spoiler!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Incluir alerta de spoiler" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "Avisos de spoiler/conteúdo:" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Alerta de spoiler!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Comentário:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Publicar" @@ -4851,10 +4849,6 @@ msgstr "Seus grupos" msgid "Groups: %(username)s" msgstr "Grupos: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Criar grupo" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Perfil do usuário" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo index 85e167660be76978d3eae5b1408af98292516f36..d943b0f6c1cfbde56d1ccb7ab5d70b864c5f4d81 100644 GIT binary patch delta 19660 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%0Dq2@1mZ-C!>e^7f(ji>-QDv5LUM32DaQ1 za})1|di`eO0^EFtG56a57C-a(gB$@d$#5iKZ$*;p7@oQ2vdDqu8ilp$Gr0Xc@CiyT@ zYtlO#pHI9TZL3h$GV7W{c{;YRZ6 zmcU&aZXxk7?n|#tHQSjV?j}A4%aQ)E@qs##T)pf)Q*2zZs?@c?+tigJuD69V?Y?R! zXZ^Kz3#j;w;B}mjM~Lx# zMR^+e@3|*8>eTlmbtT@0*mTlM;zO_$>T>0#@Q8GTKtUQdC*Q}^IlmB_MC>-@X{4g$ z`NVbpqK&Q=lmke$NDXa=yuI#gC;x3`^MST~2gsQ-uz3qoL%zgEu+?dptdwSYBef+LUX4ii& zghYUZyNQc;v;DnDGO;kNteF8!f4ZjG=%(1QcLo?xL23AwHJB5g`EV-o#?L%d0ksb zLp3SeE?Dn>KU?_AHgdPL{~1f&Dbir-lDKgI@n1>bQvS}iUrPNu+x|JRxugcPU5Ihi z?ZUy>m^N*RAEKNeb+z-z%ju?4R|vsyTuk{-1-SmBadyh($k#}obUH4*UYIgOXWA~* zY7gZCq<+Nypgh^u{lT4+Df83E$z(^FNnTep!ab5Zi z*2uOUg8nA%avIp1VrcM#&F8{9l>KS=Gx=!JCek+2B+}=rsqOF1S>Y}z}2l8-0<3-M#*kCC5Z>jv9< zRNP0su0*^{n)pTCCCdKXTbcUo#6M{N8<3h%*odF6RbW1-;^imYG!a=*tU!C88KJoFFN1)MMpnSS%VZp{Qy!i+s==Hv)gv> zaW?Vk#8!TBuLrTK+*_Jh0(I}n4=4Rb{1oasXZmwF?a5sK;^xlWaDZ4Z)Rh`9QeW4$ zsYu;n;$^WC$&=LF-IAZFwEdBMHhZta-ARd*AJb0PPxu(?(_dfxg7Ts=tG%I+ZKQ@B zNlj=}%+|f-eGPQwr$u8T!>E}-i&>OoY>RffjcYdPq&vqCSnBlayBp4=ZC%nL(q{WO zrO7X)zC7NuG2NP<^f$5em{S3+h5CZ)KqdzbV@MNd5a_Nl{~667sfqW;5u~)_i%?aT ze0{~pXW*W>$e&rA3Zzk_2x56ix{^`OOWXg*UnZ|>h4qcT;JVsETW%Od!_%l^tm_rY zi*(+$seyxN)8BTUo4l@+SdA1->Peg3)UU!;rrH@zxdL?$h^@D=;uxuczNX?M4NBs6 z+p)XN7x|^!=tJ;t)YZ{?m^SIS?>q((PlH2A>umi~@=3&tV|~1XJxHIgq|0&st^zi2 zoSSOWS#eSrEoxCtMqPEvpKOOGD37&wSH(}Hg4As%Eu^jwshX|tOuh+8*Hnxl=}&4+ zZC`cim&@h!rou(=J}HRc8KNz0BX<+~pSHvnkoU56oyeyopNf>1KIV}Y5&MqRmZU3) z*a<8^dP2L43UbXNzYI6)41A!`I0jyUUlXiC|3v*V^8Lv-CAFiEwK@ZJ2=CuEykbsSGIv zm8(e`sJlX$UjoiJtfj_ZT!m>p5#MEZQqBa@!;N*hScy#ts)Fy*7f|HVkk-z9T8 zx&JOGr=8vRRHmY`7B>_pUye9`8{@v_6U#^Xnbeg?E9zd7*A+{CE%`#G=*+>Z+&6;Q zbbPL#CrN+D`M8SN-qdg$`De6v`$epbok?}u(|ELlxc^>H;g+-s#W$og+?$Vb2GTTA z31UyUp&RiLqncnBC!9pNw{5$La#hM> zX|F32PQ*}RIY^ty*Q4z=tVz=Km~tOd8rnA3pXnpW_?bFq2NmB^PC>dx{w|$Fk=K<4 zClV`6OjjfF-`Kp$S;&tjrt3ZVLiWCal-p50NXlyK)#fDmn>ub!RpR=d|hmXX_4P66q1~7Am&+@|v^}Nf(X>c*G_>I6m9EZ;$XQi8LQ@BEq*\n" "Language-Team: Portuguese\n" "Language: pt\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Seguidores" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citações" msgid "Everything else" msgstr "Tudo o resto" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Cronograma Inicial" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Início" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Cronograma de Livros" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Livros" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "Inglês" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch (Alemão)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español (Espanhol)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Galician)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano (Italiano)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français (Francês)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių (lituano)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk (Norueguês)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil (Português brasileiro)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português (Português Europeu)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Chinês simplificado)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Chinês tradicional)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Cancelar" @@ -770,9 +770,9 @@ msgstr "Cancelar" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Carregar os dados irá conectar a %(source_name)s e verificar se há metadados sobre este autor que não estão aqui presentes. Os metadados existentes não serão substituídos." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Adicionar à lista" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1180,7 +1180,7 @@ msgid "Actions" msgstr "Acções" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "" @@ -1214,7 +1214,7 @@ msgstr "" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "" @@ -1290,7 +1290,7 @@ msgstr "Código de confirmação:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Submeter" @@ -1804,8 +1804,9 @@ msgid "No users found for \"%(query)s\"" msgstr "Nenhum utilizador encontrado para \"%(query)s\"" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" -msgstr "Criar um Grupo" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" +msgstr "Criar grupo" #: bookwyrm/templates/groups/created_text.html:4 #, python-format @@ -1822,9 +1823,9 @@ msgstr "Apagar este grupo?" msgid "This action cannot be un-done" msgstr "Esta ação não pode ser desfeita" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2296,7 +2297,7 @@ msgstr "" msgid "Suggest \"%(title)s\" for this list" msgstr "" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Sugerir" @@ -2466,7 +2467,7 @@ msgid "List position" msgstr "Posição da lista" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Definir" @@ -3921,7 +3922,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4198,7 +4199,8 @@ msgid "Need help?" msgstr "" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Criar prateleira" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4214,10 +4216,6 @@ msgstr "" msgid "All books" msgstr "Todos os livros" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Criar prateleira" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4341,24 +4339,24 @@ msgstr "Responder" msgid "Content" msgstr "Conteúdo" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Aviso de Conteúdo:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Alerta de spoiler!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Incluir aviso de spoiler" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Alerta de spoiler!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Comentar:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Publicação" @@ -4849,10 +4847,6 @@ msgstr "Os Teus Grupos" msgid "Groups: %(username)s" msgstr "Grupos: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Criar grupo" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Perfil de Utilizador" diff --git a/locale/sv_SE/LC_MESSAGES/django.mo b/locale/sv_SE/LC_MESSAGES/django.mo index eb44d9bf9529fbb561ab36fe4271c235c2e19ff6..d540a049d16db15db4469482f05fbdfed044b8b1 100644 GIT binary patch delta 22292 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 delta 22509 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 NeU)lU=~qMB{U2`ObeRAE diff --git a/locale/sv_SE/LC_MESSAGES/django.po b/locale/sv_SE/LC_MESSAGES/django.po index 303495c60..691eb7ccb 100644 --- a/locale/sv_SE/LC_MESSAGES/django.po +++ b/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:15\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-13 19:51\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Swedish\n" "Language: sv\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "Följare" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "Citationer" msgid "Everything else" msgstr "Allt annat" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "Tidslinje för Hem" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "Hem" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "Tidslinjer för böcker" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "Böcker" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "Engelska" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Tyska (Tysk)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Spanska (Spansk)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego (Gallisk)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italienska (Italiensk)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Franska (Fransk)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Litauiska (Litauisk)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norska (Norska)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português d Brasil (Brasiliansk Portugisiska)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu (Europeisk Portugisiska)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska (Svenska)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文 (Förenklad Kinesiska)" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文 (Traditionell Kinesiska)" @@ -727,14 +727,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -748,20 +748,20 @@ msgstr "Spara" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "Avbryt" @@ -770,9 +770,9 @@ msgstr "Avbryt" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "Att ladda in data kommer att ansluta till %(source_name)s och kontrollera eventuella metadata om den här författaren som inte finns här. Befintliga metadata kommer inte att skrivas över." -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -873,8 +873,8 @@ msgid "Add to list" msgstr "Lägg till i listan" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1182,7 +1182,7 @@ msgid "Actions" msgstr "Åtgärder" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "Rapportera skräppost" @@ -1216,7 +1216,7 @@ msgstr "Lämnar BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "Den här länken tar dig till: %(link_url)s.
Är det dit du vill åka?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "Fortsätt" @@ -1292,7 +1292,7 @@ msgstr "Bekräftelsekod:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "Skicka in" @@ -1806,7 +1806,8 @@ msgid "No users found for \"%(query)s\"" msgstr "Ingen användare \"%(query)s\" hittades" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "Skapa grupp" #: bookwyrm/templates/groups/created_text.html:4 @@ -1824,9 +1825,9 @@ msgstr "Ta bort den här gruppen?" msgid "This action cannot be un-done" msgstr "Den här åtgärden kan inte ångras" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2298,7 +2299,7 @@ msgstr "Lägg till \"%(title)s\" i den här listan" msgid "Suggest \"%(title)s\" for this list" msgstr "Föreslå \"%(title)s\" för den här listan" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "Föreslå" @@ -2468,7 +2469,7 @@ msgid "List position" msgstr "Listans plats" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "Ställ in" @@ -3923,7 +3924,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4200,7 +4201,8 @@ msgid "Need help?" msgstr "Behöver du hjälp?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "Skapa hylla" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4216,10 +4218,6 @@ msgstr "Användarprofil" msgid "All books" msgstr "Alla böcker" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "Skapa hylla" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4343,24 +4341,24 @@ msgstr "Svara" msgid "Content" msgstr "Innehåll" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "Innehållsvarning:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "Varning för spoiler!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "Inkludera spoilervarning" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "Varning för spoiler!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "Kommentar:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "Inlägg" @@ -4851,10 +4849,6 @@ msgstr "Dina grupper" msgid "Groups: %(username)s" msgstr "Grupper: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "Skapa grupp" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "Användarprofil" diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 4acf1dce3..b4b67c957 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:16\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-14 00:10\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "关注者" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "引用" msgid "Everything else" msgstr "所有其它内容" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "主页时间线" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "主页" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "书目时间线" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "书目" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English(英语)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch(德语)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español(西班牙语)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "Galego(加利西亚语)" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "Italiano(意大利语)" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français(法语)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "Lietuvių(立陶宛语)" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "Norsk(挪威语)" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "Português do Brasil(巴西葡萄牙语)" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "Português Europeu(欧洲葡萄牙语)" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "Svenska(瑞典语)" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "简体中文" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文(繁体中文)" @@ -476,7 +476,7 @@ msgstr "共享状态:公开(需要密钥)" #: bookwyrm/templates/annual_summary/layout.html:78 msgid "The page can be seen by anyone with the complete address." -msgstr "有完整地址的任何人都可以看到该页面。" +msgstr "任何有完整地址的人都可以看到该页面。" #: bookwyrm/templates/annual_summary/layout.html:83 msgid "Make page private" @@ -723,14 +723,14 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -744,20 +744,20 @@ msgstr "保存" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "取消" @@ -766,9 +766,9 @@ msgstr "取消" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "加载数据会连接到 %(source_name)s 并检查这里还没有记录的与作者相关的元数据。现存的元数据不会被覆盖。" -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -868,8 +868,8 @@ msgid "Add to list" msgstr "添加到列表" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1177,7 +1177,7 @@ msgid "Actions" msgstr "动作" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "举报垃圾信息" @@ -1211,7 +1211,7 @@ msgstr "离开 BookWyrm" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "此链接将跳转至:%(link_url)s
这是您想跳转的网址吗?" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "继续" @@ -1287,7 +1287,7 @@ msgstr "确认代码:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "提交" @@ -1799,7 +1799,8 @@ msgid "No users found for \"%(query)s\"" msgstr "没有找到 \"%(query)s\" 的用户" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "创建群组" #: bookwyrm/templates/groups/created_text.html:4 @@ -1817,9 +1818,9 @@ msgstr "删除该群组?" msgid "This action cannot be un-done" msgstr "此操作无法被撤销" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2287,7 +2288,7 @@ msgstr "将 “%(title)s” 添加到这个列表" msgid "Suggest \"%(title)s\" for this list" msgstr "推荐 “%(title)s” 到这个列表" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "推荐" @@ -2457,7 +2458,7 @@ msgid "List position" msgstr "列表位置:" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "设定" @@ -3908,8 +3909,8 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "从命令行将主题文件复制到您服务器上的 bookwym/static/css/themes 目录。" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." -msgstr "运行 ./bw-dev compilescsss。" +msgid "Run ./bw-dev collectstatic." +msgstr "" #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." @@ -4185,7 +4186,8 @@ msgid "Need help?" msgstr "需要帮助?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "创建书架" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4201,10 +4203,6 @@ msgstr "用户个人资料" msgid "All books" msgstr "所有书目" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "创建书架" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4326,24 +4324,24 @@ msgstr "回复" msgid "Content" msgstr "内容" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "内容警告:" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "前有剧透!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "加入剧透警告" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "剧透/内容警告:" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "前有剧透!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "评论:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "发布" @@ -4829,10 +4827,6 @@ msgstr "您的群组" msgid "Groups: %(username)s" msgstr "群组: %(username)s" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "创建群组" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "用户个人资料" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index a410c4fed..7e25b4b92 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-08 19:55+0000\n" -"PO-Revision-Date: 2022-03-08 21:16\n" +"POT-Creation-Date: 2022-03-13 18:56+0000\n" +"PO-Revision-Date: 2022-03-13 19:52\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -220,7 +220,7 @@ msgid "Followers" msgstr "關注者" #: bookwyrm/models/fields.py:208 -#: bookwyrm/templates/snippets/create_status/post_options_block.html:8 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 #: bookwyrm/templates/snippets/privacy-icons.html:15 #: bookwyrm/templates/snippets/privacy-icons.html:16 #: bookwyrm/templates/snippets/privacy_select.html:20 @@ -261,73 +261,73 @@ msgstr "" msgid "Everything else" msgstr "" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home Timeline" msgstr "主頁時間線" -#: bookwyrm/settings.py:207 +#: bookwyrm/settings.py:208 msgid "Home" msgstr "主頁" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Books Timeline" msgstr "" -#: bookwyrm/settings.py:208 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "書目" -#: bookwyrm/settings.py:280 +#: bookwyrm/settings.py:281 msgid "English" msgstr "English(英語)" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "Deutsch (German)" msgstr "Deutsch(德語)" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Español (Spanish)" msgstr "Español(西班牙語)" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Galego (Galician)" msgstr "" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Italiano (Italian)" msgstr "" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Français (French)" msgstr "Français(法語)" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Lietuvių (Lithuanian)" msgstr "" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Norsk (Norwegian)" msgstr "" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português Europeu (European Portuguese)" msgstr "" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "简体中文 (Simplified Chinese)" msgstr "簡體中文" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "繁體中文 (Traditional Chinese)" msgstr "繁體中文" @@ -723,14 +723,14 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:193 #: bookwyrm/templates/book/edit/edit_book.html:121 -#: bookwyrm/templates/book/file_links/add_link_modal.html:58 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 -#: bookwyrm/templates/groups/form.html:30 +#: bookwyrm/templates/groups/form.html:32 #: bookwyrm/templates/lists/bookmark_button.html:15 #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:72 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -744,20 +744,20 @@ msgstr "儲存" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:194 -#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 -#: bookwyrm/templates/book/file_links/verification_modal.html:21 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 -#: bookwyrm/templates/groups/delete_group_modal.html:17 -#: bookwyrm/templates/lists/add_item_modal.html:42 -#: bookwyrm/templates/lists/delete_list_modal.html:18 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 -#: bookwyrm/templates/snippets/report_modal.html:53 +#: bookwyrm/templates/snippets/report_modal.html:52 msgid "Cancel" msgstr "取消" @@ -766,9 +766,9 @@ msgstr "取消" msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." msgstr "" -#: bookwyrm/templates/author/sync_modal.html:22 +#: bookwyrm/templates/author/sync_modal.html:24 #: bookwyrm/templates/book/edit/edit_book.html:108 -#: bookwyrm/templates/book/sync_modal.html:22 +#: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 #: bookwyrm/templates/snippets/remove_from_group_button.html:17 @@ -868,8 +868,8 @@ msgid "Add to list" msgstr "新增到列表" #: bookwyrm/templates/book/book.html:370 -#: bookwyrm/templates/book/cover_add_modal.html:31 -#: bookwyrm/templates/lists/add_item_modal.html:37 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 #: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 @@ -1175,7 +1175,7 @@ msgid "Actions" msgstr "動作" #: bookwyrm/templates/book/file_links/edit_links.html:53 -#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 msgid "Report spam" msgstr "" @@ -1209,7 +1209,7 @@ msgstr "" msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" msgstr "" -#: bookwyrm/templates/book/file_links/verification_modal.html:20 +#: bookwyrm/templates/book/file_links/verification_modal.html:26 #: bookwyrm/templates/setup/config.html:139 msgid "Continue" msgstr "" @@ -1285,7 +1285,7 @@ msgstr "" #: bookwyrm/templates/confirm_email/confirm_email.html:25 #: bookwyrm/templates/landing/layout.html:73 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 -#: bookwyrm/templates/snippets/report_modal.html:52 +#: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" msgstr "提交" @@ -1797,7 +1797,8 @@ msgid "No users found for \"%(query)s\"" msgstr "沒有找到 \"%(query)s\" 的使用者" #: bookwyrm/templates/groups/create_form.html:5 -msgid "Create Group" +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" msgstr "" #: bookwyrm/templates/groups/created_text.html:4 @@ -1815,9 +1816,9 @@ msgstr "" msgid "This action cannot be un-done" msgstr "" -#: bookwyrm/templates/groups/delete_group_modal.html:15 -#: bookwyrm/templates/lists/delete_list_modal.html:15 -#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:21 +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 #: bookwyrm/templates/settings/announcements/announcement.html:23 #: bookwyrm/templates/settings/announcements/announcements.html:56 #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 @@ -2285,7 +2286,7 @@ msgstr "" msgid "Suggest \"%(title)s\" for this list" msgstr "" -#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/add_item_modal.html:41 #: bookwyrm/templates/lists/list.html:257 msgid "Suggest" msgstr "推薦" @@ -2455,7 +2456,7 @@ msgid "List position" msgstr "列表位置:" #: bookwyrm/templates/lists/list.html:152 -#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:21 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 msgid "Set" msgstr "設定" @@ -3906,7 +3907,7 @@ msgid "Copy the theme file into the bookwyrm/static/css/themes dire msgstr "" #: bookwyrm/templates/settings/themes.html:32 -msgid "Run ./bw-dev compilescss." +msgid "Run ./bw-dev collectstatic." msgstr "" #: bookwyrm/templates/settings/themes.html:35 @@ -4183,7 +4184,8 @@ msgid "Need help?" msgstr "" #: bookwyrm/templates/shelf/create_shelf_form.html:5 -msgid "Create Shelf" +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" msgstr "建立書架" #: bookwyrm/templates/shelf/edit_shelf_form.html:5 @@ -4199,10 +4201,6 @@ msgstr "" msgid "All books" msgstr "所有書目" -#: bookwyrm/templates/shelf/shelf.html:72 -msgid "Create shelf" -msgstr "建立書架" - #: bookwyrm/templates/shelf/shelf.html:96 #, python-format msgid "%(formatted_count)s book" @@ -4324,24 +4322,24 @@ msgstr "回覆" msgid "Content" msgstr "內容" -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:10 -msgid "Content warning:" -msgstr "" - -#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 -msgid "Spoilers ahead!" -msgstr "前有劇透!" - -#: bookwyrm/templates/snippets/create_status/content_warning_toggle.html:13 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 msgid "Include spoiler alert" msgstr "加入劇透警告" -#: bookwyrm/templates/snippets/create_status/layout.html:47 +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "前有劇透!" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 #: bookwyrm/templates/snippets/reading_modals/form.html:7 msgid "Comment:" msgstr "評論:" -#: bookwyrm/templates/snippets/create_status/post_options_block.html:21 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 msgid "Post" msgstr "釋出" @@ -4827,10 +4825,6 @@ msgstr "" msgid "Groups: %(username)s" msgstr "" -#: bookwyrm/templates/user/groups.html:17 -msgid "Create group" -msgstr "" - #: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 msgid "User Profile" msgstr "使用者使用者資料" From a2f2104a08743610d85df3f0c30055ddc8a62813 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 10:42:53 -0700 Subject: [PATCH 147/204] Create non-functional UI for editing array fields --- .../templates/book/edit/edit_book_form.html | 70 ++++++++++++------- 1 file changed, 45 insertions(+), 25 deletions(-) diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index 38a7fe35d..d886d12f7 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -22,7 +22,7 @@ {% trans "Title:" %} - + {% include 'snippets/form_errors.html' with errors_list=form.title.errors id="desc_title" %}
@@ -31,7 +31,7 @@ {% trans "Subtitle:" %} - + {% include 'snippets/form_errors.html' with errors_list=form.subtitle.errors id="desc_subtitle" %} @@ -40,7 +40,7 @@ {% trans "Description:" %} {{ form.description }} - + {% include 'snippets/form_errors.html' with errors_list=form.description.errors id="desc_description" %} @@ -51,7 +51,7 @@ {% trans "Series:" %} - + {% include 'snippets/form_errors.html' with errors_list=form.series.errors id="desc_series" %} @@ -61,7 +61,7 @@ {% trans "Series number:" %} {{ form.series_number }} - + {% include 'snippets/form_errors.html' with errors_list=form.series_number.errors id="desc_series_number" %} @@ -75,21 +75,41 @@ {% trans "Separate multiple values with commas." %} - + {% include 'snippets/form_errors.html' with errors_list=form.languages.errors id="desc_languages" %} -
-
@@ -106,7 +126,7 @@ {% trans "Separate multiple values with commas." %} - + {% include 'snippets/form_errors.html' with errors_list=form.publishers.errors id="desc_publishers" %} @@ -115,7 +135,7 @@ {% trans "First published date:" %} - + {% include 'snippets/form_errors.html' with errors_list=form.first_published_date.errors id="desc_first_published_date" %} @@ -124,7 +144,7 @@ {% trans "Published date:" %} - + {% include 'snippets/form_errors.html' with errors_list=form.published_date.errors id="desc_published_date" %} @@ -193,7 +213,7 @@ - + {% include 'snippets/form_errors.html' with errors_list=form.cover.errors id="desc_cover" %} @@ -214,7 +234,7 @@
{{ form.physical_format }}
- + {% include 'snippets/form_errors.html' with errors_list=form.physical_format.errors id="desc_physical_format" %} @@ -224,7 +244,7 @@ {% trans "Format details:" %} {{ form.physical_format_detail }} - + {% include 'snippets/form_errors.html' with errors_list=form.physical_format_detail.errors id="desc_physical_format_detail" %} @@ -235,7 +255,7 @@ {% trans "Pages:" %} {{ form.pages }} - + {% include 'snippets/form_errors.html' with errors_list=form.pages.errors id="desc_pages" %} @@ -251,7 +271,7 @@ {% trans "ISBN 13:" %} {{ form.isbn_13 }} - + {% include 'snippets/form_errors.html' with errors_list=form.isbn_13.errors id="desc_isbn_13" %} @@ -260,7 +280,7 @@ {% trans "ISBN 10:" %} {{ form.isbn_10 }} - + {% include 'snippets/form_errors.html' with errors_list=form.isbn_10.errors id="desc_isbn_10" %} @@ -269,7 +289,7 @@ {% trans "Openlibrary ID:" %} {{ form.openlibrary_key }} - + {% include 'snippets/form_errors.html' with errors_list=form.openlibrary_key.errors id="desc_openlibrary_key" %} @@ -278,7 +298,7 @@ {% trans "Inventaire ID:" %} {{ form.inventaire_id }} - + {% include 'snippets/form_errors.html' with errors_list=form.inventaire_id.errors id="desc_inventaire_id" %} @@ -287,7 +307,7 @@ {% trans "OCLC Number:" %} {{ form.oclc_number }} - + {% include 'snippets/form_errors.html' with errors_list=form.oclc_number.errors id="desc_oclc_number" %} @@ -296,7 +316,7 @@ {% trans "ASIN:" %} {{ form.asin }} - + {% include 'snippets/form_errors.html' with errors_list=form.ASIN.errors id="desc_ASIN" %} From 35e6dede098b46c1d0b851281657b5e03c82061d Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 11:34:14 -0700 Subject: [PATCH 148/204] Script to remove input fields --- bookwyrm/static/js/forms.js | 17 +++++++++++++++++ .../templates/book/edit/edit_book_form.html | 8 ++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/bookwyrm/static/js/forms.js b/bookwyrm/static/js/forms.js index 7d946d147..998873898 100644 --- a/bookwyrm/static/js/forms.js +++ b/bookwyrm/static/js/forms.js @@ -1,6 +1,19 @@ (function () { "use strict"; + /** + * Remoev input field + * + * @param {event} the button click event + */ + function removeInput(event) { + const trigger = event.currentTarget; + const input_id = trigger.dataset.remove; + const input = document.getElementById(input_id); + + input.remove(); + } + /** * Duplicate an input field * @@ -29,4 +42,8 @@ document .querySelectorAll("[data-duplicate]") .forEach((node) => node.addEventListener("click", duplicateInput)); + + document + .querySelectorAll("[data-remove]") + .forEach((node) => node.addEventListener("click", removeInput)); })(); diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index d886d12f7..fc15d26ae 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -87,12 +87,16 @@ -
+
-
{% endfor %} - + {% include 'snippets/form_errors.html' with errors_list=form.subjects.errors id="desc_subjects" %}
@@ -186,7 +201,12 @@ {% endfor %} - + + + From a37f83c458594219efc9722c1fe182ddf6520a77 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 14 Mar 2022 14:55:41 -0700 Subject: [PATCH 150/204] Get the field working --- bookwyrm/forms/books.py | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bookwyrm/forms/books.py b/bookwyrm/forms/books.py index 91d9b8f00..72df1371c 100644 --- a/bookwyrm/forms/books.py +++ b/bookwyrm/forms/books.py @@ -14,6 +14,14 @@ class CoverForm(CustomForm): help_texts = {f: None for f in fields} +class ArrayWidget(forms.widgets.TextInput): + # pylint: disable=unused-argument + # pylint: disable=no-self-use + def value_from_datadict(self, data, files, name): + """get all values for this name""" + return [i for i in data.getlist(name) if i] + + class EditionForm(CustomForm): class Meta: model = models.Edition @@ -41,12 +49,10 @@ class EditionForm(CustomForm): "series_number": forms.TextInput( attrs={"aria-describedby": "desc_series_number"} ), + "subjects": ArrayWidget(), "languages": forms.TextInput( attrs={"aria-describedby": "desc_languages_help desc_languages"} ), - "subjects": forms.TextInput( - attrs={"aria-describedby": "desc_subjects"} - ), "publishers": forms.TextInput( attrs={"aria-describedby": "desc_publishers_help desc_publishers"} ), From 820279166af24dd8051f4829822fe44528c88b3f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 12:39:49 -0700 Subject: [PATCH 151/204] Adds update script --- .../management/commands/instance_version.py | 54 +++++++++++++++++++ .../migrations/0145_sitesettings_version.py | 18 +++++++ bookwyrm/models/site.py | 1 + 3 files changed, 73 insertions(+) create mode 100644 bookwyrm/management/commands/instance_version.py create mode 100644 bookwyrm/migrations/0145_sitesettings_version.py diff --git a/bookwyrm/management/commands/instance_version.py b/bookwyrm/management/commands/instance_version.py new file mode 100644 index 000000000..ca150d640 --- /dev/null +++ b/bookwyrm/management/commands/instance_version.py @@ -0,0 +1,54 @@ +""" Get your admin code to allow install """ +from django.core.management.base import BaseCommand + +from bookwyrm import models +from bookwyrm.settings import VERSION + + +# pylint: disable=no-self-use +class Command(BaseCommand): + """command-line options""" + + help = "What version is this?" + + def add_arguments(self, parser): + """specify which function to run""" + parser.add_argument( + "--current", + action="store_true", + help="Version stored in database", + ) + parser.add_argument( + "--target", + action="store_true", + help="Version stored in settings", + ) + parser.add_argument( + "--update", + action="store_true", + help="Update database version", + ) + + # pylint: disable=unused-argument + def handle(self, *args, **options): + """execute init""" + site = models.SiteSettings.objects.get() + current = site.version or "0.0.1" + target = VERSION + if options.get("current"): + print(current) + return + + if options.get("target"): + print(target) + return + + if options.get("update"): + site.version = target + site.save() + return + + if current != target: + print(f"{current}/{target}") + else: + print(current) diff --git a/bookwyrm/migrations/0145_sitesettings_version.py b/bookwyrm/migrations/0145_sitesettings_version.py new file mode 100644 index 000000000..649f90abe --- /dev/null +++ b/bookwyrm/migrations/0145_sitesettings_version.py @@ -0,0 +1,18 @@ +# Generated by Django 3.2.12 on 2022-03-16 18:10 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ("bookwyrm", "0144_alter_announcement_display_type"), + ] + + operations = [ + migrations.AddField( + model_name="sitesettings", + name="version", + field=models.CharField(blank=True, max_length=10, null=True), + ), + ] diff --git a/bookwyrm/models/site.py b/bookwyrm/models/site.py index c6c53f765..cbad6c4b7 100644 --- a/bookwyrm/models/site.py +++ b/bookwyrm/models/site.py @@ -27,6 +27,7 @@ class SiteSettings(models.Model): default_theme = models.ForeignKey( "Theme", null=True, blank=True, on_delete=models.SET_NULL ) + version = models.CharField(null=True, blank=True, max_length=10) # admin setup options install_mode = models.BooleanField(default=False) From 78b03efe451db87c6ad4ff2a7b4210608e6d3212 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 12:53:05 -0700 Subject: [PATCH 152/204] Updates bw-dev command and ticks version number --- bookwyrm/settings.py | 2 +- bw-dev | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index ec30bd678..f8d4c397f 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -11,7 +11,7 @@ from django.utils.translation import gettext_lazy as _ env = Env() env.read_env() DOMAIN = env("DOMAIN") -VERSION = "0.3.3" +VERSION = "0.3.4" RELEASE_API = env( "RELEASE_API", diff --git a/bw-dev b/bw-dev index 9751219a7..b610758fe 100755 --- a/bw-dev +++ b/bw-dev @@ -163,6 +163,7 @@ case "$CMD" in update) git pull docker-compose build + ./update.sh runweb python manage.py migrate runweb python manage.py collectstatic --no-input docker-compose up -d From ee973c7d7266f9b31103fe132e2474f00766d719 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 12:53:27 -0700 Subject: [PATCH 153/204] Adds celerybeat update script --- updates/0.3.4.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 updates/0.3.4.sh diff --git a/updates/0.3.4.sh b/updates/0.3.4.sh new file mode 100755 index 000000000..fe7f94dd6 --- /dev/null +++ b/updates/0.3.4.sh @@ -0,0 +1 @@ +./bw-dev migrate django_celery_beat From ea69f9087fe4501159e11f0801fca964a2abd55f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 13:32:37 -0700 Subject: [PATCH 154/204] Adds missing update script --- update.sh | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 000000000..a394eed81 --- /dev/null +++ b/update.sh @@ -0,0 +1,37 @@ +#!/bin/bash +set -e + +# determine inital and target versions +initial_version="`./bw-dev runweb python manage.py instance_version --current`" +target_version="`./bw-dev runweb python manage.py instance_version --target`" + +initial_version="`echo $initial_version | tail -n 1 | xargs`" +target_version="`echo $target_version | tail -n 1 | xargs`" +if [[ "$initial_version" = "$target_version" ]]; then + echo "Already up to date; version $initial_version" + exit +fi + +echo "---------------------------------------" +echo "Updating from version: $initial_version" +echo ".......... to version: $target_version" +echo "---------------------------------------" + +function version_gt() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"; } + +# execute scripts between initial and target +for version in `ls -A updates/ | sort -V `; do + if version_gt $initial_version $version; then + # too early + continue + fi + if version_gt $version $target_version; then + # too late + continue + fi + echo "Running tasks for version $version" + ./updates/$version +done + +./bw-dev runweb python manage.py instance_version --update +echo "✨ ----------- Done! --------------- ✨" From da100cd114befd97082443d7a87314bc468b0ca9 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 16:13:15 -0700 Subject: [PATCH 155/204] Adds context and fixes whitespace in translation strings Also updates locales --- .../templates/book/file_links/edit_links.html | 2 +- .../templates/snippets/goal_progress.html | 2 +- locale/de_DE/LC_MESSAGES/django.po | 349 +++++++++-------- locale/en_US/LC_MESSAGES/django.po | 203 ++++++---- locale/es_ES/LC_MESSAGES/django.mo | Bin 83594 -> 83546 bytes locale/es_ES/LC_MESSAGES/django.po | 349 +++++++++-------- locale/fr_FR/LC_MESSAGES/django.po | 351 +++++++++-------- locale/gl_ES/LC_MESSAGES/django.mo | Bin 89154 -> 90099 bytes locale/gl_ES/LC_MESSAGES/django.po | 355 +++++++++-------- locale/it_IT/LC_MESSAGES/django.mo | Bin 90522 -> 91439 bytes locale/it_IT/LC_MESSAGES/django.po | 359 ++++++++++-------- locale/lt_LT/LC_MESSAGES/django.mo | Bin 84689 -> 84629 bytes locale/lt_LT/LC_MESSAGES/django.po | 349 +++++++++-------- locale/no_NO/LC_MESSAGES/django.mo | Bin 79689 -> 79637 bytes locale/no_NO/LC_MESSAGES/django.po | 349 +++++++++-------- locale/pt_BR/LC_MESSAGES/django.mo | Bin 89997 -> 90728 bytes locale/pt_BR/LC_MESSAGES/django.po | 353 +++++++++-------- locale/pt_PT/LC_MESSAGES/django.mo | Bin 72742 -> 72690 bytes locale/pt_PT/LC_MESSAGES/django.po | 349 +++++++++-------- locale/sv_SE/LC_MESSAGES/django.mo | Bin 87729 -> 87673 bytes locale/sv_SE/LC_MESSAGES/django.po | 349 +++++++++-------- locale/zh_Hans/LC_MESSAGES/django.po | 349 +++++++++-------- locale/zh_Hant/LC_MESSAGES/django.po | 349 +++++++++-------- 23 files changed, 2513 insertions(+), 1904 deletions(-) diff --git a/bookwyrm/templates/book/file_links/edit_links.html b/bookwyrm/templates/book/file_links/edit_links.html index 9048ce7a2..a088a40d5 100644 --- a/bookwyrm/templates/book/file_links/edit_links.html +++ b/bookwyrm/templates/book/file_links/edit_links.html @@ -8,7 +8,7 @@

- {% blocktrans with title=book|book_title %} + {% blocktrans trimmed with title=book|book_title %} Links for "{{ title }}" {% endblocktrans %}

diff --git a/bookwyrm/templates/snippets/goal_progress.html b/bookwyrm/templates/snippets/goal_progress.html index d0229b689..bc8fd53b7 100644 --- a/bookwyrm/templates/snippets/goal_progress.html +++ b/bookwyrm/templates/snippets/goal_progress.html @@ -4,7 +4,7 @@ {% with goal.progress as progress %}

{% if progress.percent >= 100 %} - {% trans "Success!" %} + {% trans "Success!" context "Goal successfully completed" %} {% elif progress.percent %} {% blocktrans with percent=progress.percent %}{{ percent }}% complete!{% endblocktrans %} {% endif %} diff --git a/locale/de_DE/LC_MESSAGES/django.po b/locale/de_DE/LC_MESSAGES/django.po index 31e44a7b9..6b8502b58 100644 --- a/locale/de_DE/LC_MESSAGES/django.po +++ b/locale/de_DE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:52\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: German\n" "Language: de\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Ein Benutzer mit diesem Benutzernamen existiert bereits" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Diese Domain ist blockiert. Bitte kontaktiere einen Administrator, wenn du denkst, dass dies ein Fehler ist." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Ein Tag" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Eine Woche" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Ein Monat" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Läuft nicht ab" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i}-mal verwendbar" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Unbegrenzt" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Enddatum darf nicht vor dem Startdatum liegen." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Ein Benutzer mit diesem Benutzernamen existiert bereits" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Es existiert bereits ein Benutzer*inkonto mit dieser E-Mail-Adresse." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Diese Domain ist blockiert. Bitte kontaktiere einen Administrator, wenn du denkst, dass dies ein Fehler ist." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Reihenfolge der Liste" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Buchtitel" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Bewertung" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Sortieren nach" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Aufsteigend" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Absteigend" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Enddatum darf nicht vor dem Startdatum liegen." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Fehler beim Laden des Buches" @@ -187,7 +187,7 @@ msgstr "%(value)s ist keine gültige remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s ist kein gültiger Benutzer*inname" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "Benutzer*inname" @@ -245,7 +245,7 @@ msgstr "Zum Liehen erhältlich" msgid "Approved" msgstr "Bestätigt" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Besprechungen" @@ -399,7 +399,7 @@ msgstr "Die Moderator*innen und Administrator*innen von %(site_name)s halten die msgid "Moderator" msgstr "Moderator*in" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administration" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Softwareversion:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Über %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Das am schnellsten gelesene Buch dieses Jahr …" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "ISNI-Datensatz anzeigen" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Lade Daten" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Auf OpenLibrary ansehen" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Auf Inventaire anzeigen" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Zuletzt bearbeitet von:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadaten" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Name:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Mehrere Werte durch Kommas getrennt eingeben." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary-Schlüssel:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire-ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Speichern" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Speichern" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Das Laden von Daten wird eine Verbindung zu %(source_name)s%(count)s editions" msgstr "%(count)s Ausgaben" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Du hast diese Ausgabe im folgenden Regal:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Eine andere Ausgabe dieses Buches befindet sich in deinem %(shelf_name)s Regal." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Deine Leseaktivität" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Lesedaten hinzufügen" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Du hast keine Leseaktivität für dieses Buch." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Deine Besprechungen" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Deine Kommentare" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Deine Zitate" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Themen" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Orte" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Orte" msgid "Lists" msgstr "Listen" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Zur Liste hinzufügen" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC-Nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Titelbild hinzufügen" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Titelbild hochladen:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Titelbild von URL laden:" @@ -975,110 +981,114 @@ msgstr "Dies ist ein neues Werk." msgid "Back" msgstr "Zurück" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Untertitel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Nummer in der Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Sprachen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Veröffentlichung" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Verlag:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Erstveröffentlichungsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Veröffentlichungsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autor*innen" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "%(name)s entfernen" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Autor*inseite für %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Autor*innen hinzufügen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Autor*in hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Lisa Musterfrau" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Weitere*n Autor*in hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Titelbild" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Physikalische Eigenschaften" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Formatdetails:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Seiten:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Buch-Identifikatoren" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "OpenLibrary-ID:" @@ -1168,7 +1178,7 @@ msgstr "Domain" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Status" @@ -1177,7 +1187,7 @@ msgstr "Status" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Aktionen" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Gemeinschaft" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Lokale Benutzer*innen" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Föderierte Gemeinschaft" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Verzeichnis" @@ -1450,7 +1462,7 @@ msgstr "%(username)s hat %(username)s" msgstr "Direktnachrichten mit %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Direktnachrichten" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Updates" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Deine Bücher" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Anmeldung" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Anmelden" @@ -2185,7 +2197,7 @@ msgstr "Anmelden" msgid "Success! Email address confirmed." msgstr "Alles klar! E-Mail-Adresse bestätigt." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Benutzer*inname:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Passwort:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Passwort vergessen?" @@ -2230,19 +2242,23 @@ msgstr "%(site_name)s-Suche" msgid "Search for a book, user, or list" msgstr "Nach einem Buch, einem*r Benutzer*in oder einer Liste suchen" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Navigations-Hauptmenü" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Einstellungen" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Einstellungen" msgid "Invites" msgstr "Einladungen" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Abmelden" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Benachrichtigungen" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "Passwort" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Beitreten" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Status veröffentlicht" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Fehler beim veröffentlichen des Status" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Handbuch" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "%(site_name)s auf %(support_title)s unterstützen" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm ist open source Software. Du kannst dich auf GitHub beteiligen oder etwas melden." @@ -3013,6 +3029,43 @@ msgstr "Lesedaten für „%(title)s“ hinzufügen" msgid "Report" msgstr "Melden" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Ergebnisse von" @@ -3046,8 +3099,9 @@ msgstr "Suchart" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Benutzer*innen" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Datum der Bestätigung" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-Mail" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "Bist du sicher, dass du das Benutzer*inkonto „%(username)s%(instance_name)s" msgstr "Benutzer*innen: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Benutzer*inname" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Hinzugefügt am" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Zuletzt aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Entfernte Instanz" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inaktiv" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Nicht festgelegt" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index c5d3ad3fa..b344e4aaf 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"POT-Creation-Date: 2022-03-16 23:12+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -18,28 +18,28 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: bookwyrm/forms/admin.py:40 +#: bookwyrm/forms/admin.py:41 msgid "One Day" msgstr "" -#: bookwyrm/forms/admin.py:41 +#: bookwyrm/forms/admin.py:42 msgid "One Week" msgstr "" -#: bookwyrm/forms/admin.py:42 +#: bookwyrm/forms/admin.py:43 msgid "One Month" msgstr "" -#: bookwyrm/forms/admin.py:43 +#: bookwyrm/forms/admin.py:44 msgid "Does Not Expire" msgstr "" -#: bookwyrm/forms/admin.py:47 +#: bookwyrm/forms/admin.py:48 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms/admin.py:48 +#: bookwyrm/forms/admin.py:49 msgid "Unlimited" msgstr "" @@ -262,73 +262,73 @@ msgstr "" msgid "Everything else" msgstr "" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Home Timeline" msgstr "" -#: bookwyrm/settings.py:208 +#: bookwyrm/settings.py:209 msgid "Home" msgstr "" -#: bookwyrm/settings.py:209 +#: bookwyrm/settings.py:210 msgid "Books Timeline" msgstr "" -#: bookwyrm/settings.py:209 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/settings.py:210 bookwyrm/templates/search/layout.html:21 #: bookwyrm/templates/search/layout.html:42 #: bookwyrm/templates/user/layout.html:91 msgid "Books" msgstr "" -#: bookwyrm/settings.py:281 +#: bookwyrm/settings.py:282 msgid "English" msgstr "" -#: bookwyrm/settings.py:282 +#: bookwyrm/settings.py:283 msgid "Deutsch (German)" msgstr "" -#: bookwyrm/settings.py:283 +#: bookwyrm/settings.py:284 msgid "Español (Spanish)" msgstr "" -#: bookwyrm/settings.py:284 +#: bookwyrm/settings.py:285 msgid "Galego (Galician)" msgstr "" -#: bookwyrm/settings.py:285 +#: bookwyrm/settings.py:286 msgid "Italiano (Italian)" msgstr "" -#: bookwyrm/settings.py:286 +#: bookwyrm/settings.py:287 msgid "Français (French)" msgstr "" -#: bookwyrm/settings.py:287 +#: bookwyrm/settings.py:288 msgid "Lietuvių (Lithuanian)" msgstr "" -#: bookwyrm/settings.py:288 +#: bookwyrm/settings.py:289 msgid "Norsk (Norwegian)" msgstr "" -#: bookwyrm/settings.py:289 +#: bookwyrm/settings.py:290 msgid "Português do Brasil (Brazilian Portuguese)" msgstr "" -#: bookwyrm/settings.py:290 +#: bookwyrm/settings.py:291 msgid "Português Europeu (European Portuguese)" msgstr "" -#: bookwyrm/settings.py:291 +#: bookwyrm/settings.py:292 msgid "Svenska (Swedish)" msgstr "" -#: bookwyrm/settings.py:292 +#: bookwyrm/settings.py:293 msgid "简体中文 (Simplified Chinese)" msgstr "" -#: bookwyrm/settings.py:293 +#: bookwyrm/settings.py:294 msgid "繁體中文 (Traditional Chinese)" msgstr "" @@ -680,8 +680,7 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:44 #: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:88 -#: bookwyrm/templates/book/edit/edit_book_form.html:107 +#: bookwyrm/templates/book/edit/edit_book_form.html:146 msgid "Separate multiple values with commas." msgstr "" @@ -710,7 +709,7 @@ msgid "Openlibrary key:" msgstr "" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:278 +#: bookwyrm/templates/book/edit/edit_book_form.html:322 msgid "Inventaire ID:" msgstr "" @@ -893,12 +892,12 @@ msgid "ISBN:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:287 +#: bookwyrm/templates/book/edit/edit_book_form.html:331 msgid "OCLC Number:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:296 +#: bookwyrm/templates/book/edit/edit_book_form.html:340 msgid "ASIN:" msgstr "" @@ -907,12 +906,12 @@ msgid "Add cover" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:230 msgid "Upload cover:" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:236 msgid "Load cover from url:" msgstr "" @@ -1007,89 +1006,101 @@ msgstr "" msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:98 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +msgid "Add subject" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:106 +msgid "Remove subject" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:129 +msgid "Add Another Subject" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:137 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:103 +#: bookwyrm/templates/book/edit/edit_book_form.html:142 msgid "Publisher:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:115 +#: bookwyrm/templates/book/edit/edit_book_form.html:154 msgid "First published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:124 +#: bookwyrm/templates/book/edit/edit_book_form.html:163 msgid "Published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:135 +#: bookwyrm/templates/book/edit/edit_book_form.html:174 msgid "Authors" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:144 +#: bookwyrm/templates/book/edit/edit_book_form.html:183 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:147 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:155 +#: bookwyrm/templates/book/edit/edit_book_form.html:194 msgid "Add Authors:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:158 -#: bookwyrm/templates/book/edit/edit_book_form.html:161 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 +#: bookwyrm/templates/book/edit/edit_book_form.html:200 msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:159 -#: bookwyrm/templates/book/edit/edit_book_form.html:162 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:165 +#: bookwyrm/templates/book/edit/edit_book_form.html:207 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:217 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:205 +#: bookwyrm/templates/book/edit/edit_book_form.html:249 msgid "Physical Properties" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:212 +#: bookwyrm/templates/book/edit/edit_book_form.html:256 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:224 +#: bookwyrm/templates/book/edit/edit_book_form.html:268 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:235 +#: bookwyrm/templates/book/edit/edit_book_form.html:279 msgid "Pages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:246 +#: bookwyrm/templates/book/edit/edit_book_form.html:290 msgid "Book Identifiers" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:251 +#: bookwyrm/templates/book/edit/edit_book_form.html:295 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:260 +#: bookwyrm/templates/book/edit/edit_book_form.html:304 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:269 +#: bookwyrm/templates/book/edit/edit_book_form.html:313 msgid "Openlibrary ID:" msgstr "" @@ -1145,10 +1156,7 @@ msgstr "" #: bookwyrm/templates/book/file_links/edit_links.html:11 #, python-format -msgid "" -"\n" -" Links for \"%(title)s\"\n" -" " +msgid "Links for \"%(title)s\"" msgstr "" #: bookwyrm/templates/book/file_links/edit_links.html:32 @@ -3217,64 +3225,89 @@ msgstr "" msgid "Color:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:6 -#: bookwyrm/templates/settings/automod/rules.html:10 +#: bookwyrm/templates/settings/automod/rules.html:7 +#: bookwyrm/templates/settings/automod/rules.html:11 #: bookwyrm/templates/settings/layout.html:61 msgid "Auto-moderation rules" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:17 +#: bookwyrm/templates/settings/automod/rules.html:18 msgid "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:18 +#: bookwyrm/templates/settings/automod/rules.html:19 msgid "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:19 -msgid "At this time, reports are not being generated automatically, and you must manually trigger a scan." +#: bookwyrm/templates/settings/automod/rules.html:26 +msgid "Schedule:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:23 -msgid "Run scan" +#: bookwyrm/templates/settings/automod/rules.html:33 +msgid "Last run:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:31 -msgid "Successfully added rule" +#: bookwyrm/templates/settings/automod/rules.html:40 +msgid "Total run count:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:37 -msgid "Add Rule" +#: bookwyrm/templates/settings/automod/rules.html:47 +msgid "Enabled:" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:46 -#: bookwyrm/templates/settings/automod/rules.html:90 -msgid "String match" -msgstr "" - -#: bookwyrm/templates/settings/automod/rules.html:56 -#: bookwyrm/templates/settings/automod/rules.html:93 -msgid "Flag users" +#: bookwyrm/templates/settings/automod/rules.html:59 +msgid "Delete schedule" msgstr "" #: bookwyrm/templates/settings/automod/rules.html:63 -#: bookwyrm/templates/settings/automod/rules.html:96 +msgid "Run now" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:64 +msgid "Last run date will not be updated" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:69 +#: bookwyrm/templates/settings/automod/rules.html:92 +msgid "Schedule scan" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:101 +msgid "Successfully added rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:107 +msgid "Add Rule" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:116 +#: bookwyrm/templates/settings/automod/rules.html:160 +msgid "String match" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:126 +#: bookwyrm/templates/settings/automod/rules.html:163 +msgid "Flag users" +msgstr "" + +#: bookwyrm/templates/settings/automod/rules.html:133 +#: bookwyrm/templates/settings/automod/rules.html:166 msgid "Flag statuses" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:70 +#: bookwyrm/templates/settings/automod/rules.html:140 msgid "Add rule" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:77 +#: bookwyrm/templates/settings/automod/rules.html:147 msgid "Current Rules" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:81 +#: bookwyrm/templates/settings/automod/rules.html:151 msgid "Show rules" msgstr "" -#: bookwyrm/templates/settings/automod/rules.html:118 +#: bookwyrm/templates/settings/automod/rules.html:188 msgid "Remove rule" msgstr "" @@ -3524,7 +3557,6 @@ msgid "Import Blocklist" msgstr "" #: bookwyrm/templates/settings/federation/instance_blocklist.html:38 -#: bookwyrm/templates/snippets/goal_progress.html:7 msgid "Success!" msgstr "" @@ -4566,6 +4598,11 @@ msgstr "" msgid "Set goal" msgstr "" +#: bookwyrm/templates/snippets/goal_progress.html:7 +msgctxt "Goal successfully completed" +msgid "Success!" +msgstr "" + #: bookwyrm/templates/snippets/goal_progress.html:9 #, python-format msgid "%(percent)s%% complete!" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index ff4ad1d4996bb4a39f8a210854b7bfa648db2dfc..e2cdb67bd051815b88f910fde3494c3330e7975c 100644 GIT binary patch delta 21007 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 HM!Ww5#f1Qy delta 21052 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 diff --git a/locale/es_ES/LC_MESSAGES/django.po b/locale/es_ES/LC_MESSAGES/django.po index b68cde705..5855eb1b4 100644 --- a/locale/es_ES/LC_MESSAGES/django.po +++ b/locale/es_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 20:49\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Spanish\n" "Language: es\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Este dominio está bloqueado. Póngase en contacto con su administrador si cree que esto es un error." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Este enlace con ese tipo de archivo ya ha sido añadido a este libro. Si no es visible es porque el dominio todavía está pendiente." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Ya existe un usuario con ese correo electrónico." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Una semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "No expira" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Sin límite" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La fecha final de lectura no puede ser anterior a la fecha de inicio." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Ya existe un usuario con ese correo electrónico." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Este dominio está bloqueado. Póngase en contacto con su administrador si cree que esto es un error." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Este enlace con ese tipo de archivo ya ha sido añadido a este libro. Si no es visible es porque el dominio todavía está pendiente." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Orden de la lista" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Valoración" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "La fecha final de lectura no puede ser anterior a la fecha de inicio." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Error en cargar libro" @@ -187,7 +187,7 @@ msgstr "%(value)s no es un remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s no es un usuario válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nombre de usuario" @@ -245,7 +245,7 @@ msgstr "Disponible para préstamo" msgid "Approved" msgstr "Aprobado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Reseñas" @@ -399,7 +399,7 @@ msgstr "Los moderadores y administradores de %(site_name)s mantienen el sitio en msgid "Moderator" msgstr "Moderador" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administrador" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versión del software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Sobre %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Su lectura más corta de este año…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver registro ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Cargar datos" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver en Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Editado más recientemente por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadatos" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nombre:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separar varios valores con comas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Clave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Guardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Guardar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "La carga de datos se conectará a %(source_name)s y com msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Editar Libro" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Haz clic para añadir portada" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "No se pudo cargar la portada" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Haz clic para ampliar" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s reseña)" msgstr[1] "(%(review_count)s reseñas)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Agregar descripción" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descripción:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s ediciones" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Has guardado esta edición en la estantería de:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Una edición diferente de este libro está en tu estantería %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Tu actividad de lectura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Agregar fechas de lectura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "No tienes ninguna actividad de lectura para este libro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Tus reseñas" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Tus comentarios" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Tus citas" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Sujetos" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Agregar a lista" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Agregar portada" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Agregar portada de url:" @@ -975,110 +981,114 @@ msgstr "Esta es una obra nueva" msgid "Back" msgstr "Volver" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número de serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicación" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Fecha de primera publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Fecha de publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autores" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Quitar %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor por %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Agregar Autores:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Añadir Autor" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "María López García" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Añadir Otro Autor" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Portada" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propiedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalles del formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores de libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "ID OpenLibrary:" @@ -1168,7 +1178,7 @@ msgstr "Dominio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Estado" @@ -1177,7 +1187,7 @@ msgstr "Estado" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Acciones" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Comunidad" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Usuarios locales" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidad federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Directorio" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citó %(username)s" msgstr "Mensajes directos con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensajes directos" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Actualizaciones" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Tus libros" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Iniciar sesión" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Iniciar sesión" @@ -2185,7 +2197,7 @@ msgstr "Iniciar sesión" msgid "Success! Email address confirmed." msgstr "¡Éxito! Dirección de correo electrónico confirmada." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nombre de usuario:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Contraseña:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "¿Olvidaste tu contraseña?" @@ -2230,19 +2242,23 @@ msgstr "Busqueda en %(site_name)s" msgid "Search for a book, user, or list" msgstr "Buscar un libro o un usuario o una lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menú de navigación central" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Actividad" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configuración" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Configuración" msgid "Invites" msgstr "Invitaciones" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Cerrar sesión" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificaciones" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "contraseña" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Unirse" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Estado publicado con éxito" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Error al publicar el estado" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentación de Django" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoyar %(site_name)s en %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm es software de código abierto. Puedes contribuir o reportar problemas en GitHub." @@ -3013,6 +3029,43 @@ msgstr "Añadir fechas de lectura de «%(title)s»" msgid "Report" msgstr "Reportar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3046,8 +3099,9 @@ msgstr "Tipo de búsqueda" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Usuarios" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Fecha de aceptación" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Correo electronico" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "¿Estás seguro que quieres eliminar la cuenta de %(username)s%(instance_name)s" msgstr "Usuarios %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nombre de usuario" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Fecha agregada" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Actividad reciente" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instancia remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Activo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inactivo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "No establecido" diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index 4e3d049b6..233548259 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-14 16:32\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-16 14:14\n" "Last-Translator: Mouse Reeve \n" "Language-Team: French\n" "Language: fr\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Un compte du même nom existe déjà" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Ce domaine est bloqué. Contactez l’admin de votre instance si vous pensez que c’est une erreur." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Le lien avec ce type de fichier a déjà été ajouté pour ce livre. S’il n’est pas visible, le domaine est encore en attente." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Cet email est déjà associé à un compte." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un jour" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Une semaine" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mois" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Sans expiration" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} utilisations" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Sans limite" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La date de fin de lecture ne peut pas être antérieure à la date de début." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Un compte du même nom existe déjà" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Cet email est déjà associé à un compte." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Ce domaine est bloqué. Contactez l’admin de votre instance si vous pensez que c’est une erreur." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Le lien avec ce type de fichier a déjà été ajouté pour ce livre. S’il n’est pas visible, le domaine est encore en attente." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordre de la liste" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Titre du livre" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Note" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Trier par" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ordre croissant" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Ordre décroissant" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "La date de fin de lecture ne peut pas être antérieure à la date de début." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erreur lors du chargement du livre" @@ -187,7 +187,7 @@ msgstr "%(value)s n’est pas une remote_id valide." msgid "%(value)s is not a valid username" msgstr "%(value)s n’est pas un nom de compte valide." -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nom du compte :" @@ -245,7 +245,7 @@ msgstr "Disponible à l’emprunt" msgid "Approved" msgstr "Approuvé" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Critiques" @@ -399,7 +399,7 @@ msgstr "L’administration et la modération de %(site_name)s maintiennent le si msgid "Moderator" msgstr "Modérateur/modératrice" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Version logicielle :" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "À propos de %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Sa lecture la plus courte l’année…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Voir l’enregistrement ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Charger les données" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Voir sur OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Voir sur Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Dernière modification par :" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Métadonnées" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nom :" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Séparez plusieurs valeurs par une virgule." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Clé Openlibrary :" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Identifiant Inventaire :" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI :" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Enregistrer" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Enregistrer" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Le chargement des données se connectera à %(source_name)s%(count)s editions" msgstr "%(count)s éditions" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Vous avez rangé cette édition dans :" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Une édition différente de ce livre existe sur votre étagère %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Votre activité de lecture" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Ajouter des dates de lecture" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Vous n’avez aucune activité de lecture pour ce livre" -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Vos critiques" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Vos commentaires" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Vos citations" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Sujets" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lieux" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lieux" msgid "Lists" msgstr "Listes" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Ajouter à la liste" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN :" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Numéro OCLC :" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN :" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Ajouter une couverture" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Charger une couverture :" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Charger la couverture depuis une URL :" @@ -975,110 +981,114 @@ msgstr "Il s’agit d’un nouvel ouvrage." msgid "Back" msgstr "Retour" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titre :" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Sous‑titre :" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Série :" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Numéro dans la série :" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Langues :" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Sujets :" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publication" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Éditeur :" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Première date de parution :" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Date de parution :" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Auteurs ou autrices" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Retirer %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Page de %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Ajouter des auteurs ou autrices :" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Ajouter un auteur ou une autrice" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Camille Dupont" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Ajouter un autre auteur ou autrice" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Couverture" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propriétés physiques" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format :" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Détails du format :" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Pages :" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identifiants du livre" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13 :" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10 :" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Identifiant Openlibrary :" @@ -1168,7 +1178,7 @@ msgstr "Domaine" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Statut" @@ -1177,7 +1187,7 @@ msgstr "Statut" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Actions" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Communauté" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Comptes locaux" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Communauté fédérée" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Répertoire" @@ -1450,7 +1462,7 @@ msgstr "%(username)s a cité un passage de %(username)s" msgstr "Messages directs avec %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Messages directs" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Mises à jour" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Vos Livres" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Connexion" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Se connecter" @@ -2185,7 +2197,7 @@ msgstr "Se connecter" msgid "Success! Email address confirmed." msgstr "Bravo ! L’adresse email a été confirmée." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nom du compte :" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Mot de passe :" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Mot de passe oublié ?" @@ -2230,19 +2242,23 @@ msgstr "Recherche %(site_name)s" msgid "Search for a book, user, or list" msgstr "Rechercher un livre, un utilisateur ou une liste" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Scanner le code-barres" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menu de navigation principal " -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Fil d’actualité" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Paramètres" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Paramètres" msgid "Invites" msgstr "Invitations" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Se déconnecter" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifications" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "Mot de passe" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Rejoindre" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Publié !" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erreur lors de la publication" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentation" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Soutenez %(site_name)s avec %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm est un logiciel libre. Vous pouvez contribuer ou faire des rapports de bogues via GitHub." @@ -3013,6 +3029,45 @@ msgstr "Ajouter des dates de lecture pour « %(title)s »" msgid "Report" msgstr "Signaler" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Scanner le code-barres\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "En attente de la caméra…" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Autorisez l’accès à la caméra pour scanner le code-barres d’un livre." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Impossible d’accéder à la caméra" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Scan en cours…" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Alignez le code-barres de votre livre avec la caméra." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN scanné" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Recherche du livre :" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Résultats de" @@ -3046,8 +3101,9 @@ msgstr "Type de recherche" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Comptes" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Date de validation" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Email" @@ -3932,7 +3989,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "Ajoutez le nom du fichier à l'aide du formulaire ci-dessous pour le rendre disponible dans l'interface de l'application." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Ajouter un thème" @@ -3940,28 +3997,24 @@ msgstr "Ajouter un thème" msgid "Unable to save theme" msgstr "Impossible d’enregistrer le thème" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Aucun fichier de thème disponible détecté" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nom du thème" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Nom de fichier du thème" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Thèmes disponibles" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "Fichier" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Supprimer le thème" @@ -3979,43 +4032,39 @@ msgstr "Êtes-vous sûr de vouloir supprimer le compte de %(username)s%(instance_name)s" msgstr "Comptes : %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nom du compte" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Date d’ajout" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Dernière activité" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instance distante" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Actif" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inactif" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Non défini" diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index 8958c625aa2159fb6d31240e3ad57c6309aa0a96..a1b321a7dc998f207a24ccf2e696b406638a7d6c 100644 GIT binary patch delta 23896 zcma*u2YAls?9)gO2}hG2#LL7@2zUpCJV8mNl^2#OV!?+s@gNusH#ovRn#n6 zMN6$}tHybMp8HOZ^FP;huJgTqcVGA3-{(o1{toO+`~17K?weWD%yxK6q;Z@;99F<_ zW~OzV>$R2ZI7Qn#PAM#gd9eeA;sDHn%P=2)jZN?(s;R4k<5b0H498{I7SCW;EYi_& z4mgh68BgRP8I3wQP5_qc>^Nnx1!|x%m=iZ*K|G9Q@jlkXz%JCq&ZvoQ#2~zd{`d}a zp+BR#Fa(=oL(Ika&TK`z9A^V&r{Him$JvHgQ4Oa?nia0X)}#+(5zHH9@@t{mb;W|1 zgavRe=Eq&Aow|Z~@Ucy2h<2P#jPK+pqL~iGaySWnaG%XTfx)D&VJ7s7F*}tRdyy`I zV{k4O!hl$_gEcUobb|E`_9NZ0yW_ON{pjvSBu5X&p{+9zIUeU4a*R%ep3D%Zq0aCT zG6yFx&T-fTXC#K<9n6B6nauz!h$V0yYC(sQ|2ePthYMqSJ5F63-<$m(LgWM)8nAvJ zbEeBsXMP*Yq|>t8beIP-pbP!57^cUH{n&q1 zs9`heqteY$D{6yk(8HDwKy@@6Q{#9H#?LS-ZblzGh#B!Ts{S?f#-C9~{TMUhTQ?C^ z@Z+FVA*a=a>L?U7f%2#h>tJSVVU0w!OF(rv3`1}ds^4VP&h9}^|NR}um$VDDKz9iu zs#qOMV*}I<493hj617#+QCmD8HIb#L39d&CyaUzG5e&sMs2zHR8u+a>!^dU^vLgMs zoq|M4QlTW4#;&OMe>&>5IfUBUtEjv12*1EW3Fa~#!3v~*MP1hXiDrUBQLp6$)DA92 zO>`Y-k^3O%`kK38Lc@`XPF;W zUKF*0QmBDzTU*%tE|{16{-}vevM#}?q_?2@spTGSX3_|C$=ag|qEIX8Wy=R4_s;ng zbKz?Y!t5i=%F1Cj(h;Z$HAkIwC)AerL``@Qs^5vW+&#x;e1Ymi3#Z$X;TW&nTGP6VQkvM}myg`qBAb=0M+i@Ln6(VOv|$%^1yR0qpZ z9jw6uxD~bHi>MCn*z_~h0Q&M*c@|W85Ne_&Q9IEDwF50t{ddK@*aO|#;?YF3g`c8U zx)`-pn@|nEK~3Ap# z7t|IFMs3|zRD+$UGd_k|`DN6~@1s`w5(DuK>In0WGe1X^MeS%~)IwUJcB1n*_Fr2Z zONP$+Q`F^HVAGpW6FY#Kz-d&&o7Q`%2|Y%w>kz zMp|PUGJ0D3qIM<$gK)S_FGh8=8a0tEsE&4_CU6S1psSb;U!yK{>QBwLWdLfzRZ;!8 zn-I}fwnp87Sk#sdMNMELs-sz`ffnLNxCskm`Uz&mB~Uw53$^thqU!g;^f&@_x5lID z%|mv=?W`uE8ErKg&VJOEpRoCtQ4_m|YWNz}VaAE($g-n$E(9}R3DiL4Q4?r@T1ZFK z!n&izOTuz`|Hs&Zov5=qg1QSQQ4_g^W$-uDPUQd0tT-6GNk?Eltc#jRl+EvfA*4S> z^)ug=uS88`E$UO%*-1o~<^-zZPpFQ5N3H0o^%ZJ@sV5n|u_0-H)Wq7M&bq5j53-Ix z9q~BS9hrlgzzTHdB(jBww(J=C;#JfK$UW4Sr~2GXBr9s`1MmnILe+n0%U`1Eze63F z|73Fn!KnT#qsD83ei${G{nuIaw-wx|^mJ4Q%TP1_+IkfINMAv1{XOdwRJ&KGo$#Jw zCXyMovo6%c%VQy|hB}(aDeS+_dLkLx>P4unUx|LW*18ijkv@W|_XBFBH&GLLj6V1` zYDZE}H7oW<)hmF_u{7#+9*NrFWo{ywi0nZ%Jb|81Hq;K>M{V6()YfI5W^X&HehHhd zgc(U!!%f&2o8T*KkM*aU2`)p8w+^*H_iiG(RL4-S%W15FcTiiGe}-9MSu9Ap8g9mJ zxDm6=H0}4HCUgWfz8^iH2s^fgKO}k*!cS%LmR<}fbH}pdt;Uvtg_kR|V@?@;E1=l117yc+7=${T zvZxMfp)O??)MtA%YG=k_R-B7DaV=`=_oKG@EQaA9s1@g%XFjNkp!%(gZbc%A=xj$| zE?kc4c$f7gYT#R_*T-wV-C`_Bx*}>tJ#7BR)-kA~osBMBj-hw}btI4Gv;Uf@_X5*l zQB+3}s4cCFI@9*3OB#u~R6S5T)DN|_!%!=nh`n$Is@)q@e`yz*a(`5LZq%I_vylB) z$6LwJ7VpH|_$~V5CF?!ZC47nMIQ=5?FQNRgCh0n;35-Qea58G(S=J?}cB@en-;8;2 zubYUr{72N;KSiBw+QlZF3)Nw9%!6f66Ksk_F&2yC6x4vbQ42YQ+L`aImr!rdUDVFz zTw*5VE>1)Pe^t%)~1A1*+an z)Xv<+QhNWN5Yd?wSY`@Jq8e63t-J}U!;Ywi(boQ`BN>irKNmHzm8kT3RC+h6pZzv{ z&Ze(mcE)$^6VXcFCeIIdB=(&tuGoslPD& z6~I!Y!%z$Cf^N;MFA=S9IBHABp>F3CRL5&D2VOv(?E};R&#?$*SYa+@Nz_6bq6TPf zjm83`6Hw#KLXER%1^cfRt|UV%+=@!?M6L9&O`pUmq<_Q`*z-%%(QNBtOilhuEQ)JT z1DwaIcn#BF?v>`P%7+@S^h)+$Gp0$bRKH_w{!G+PxmOU;r8tRc@eQWO)T_;V>WdmEKkDpDS}UWA zbRE>|8iQIPZaTl48+j&YP0~yX5v(?_HfdWvkS1{Jb8W@73 zu{f^9f_Mql@jvK|UTe*SeNjgjh}wy8)Xr2#y(R52Nbi4tB0gkHL#<#TYKE&&9dAc< z@GYjpQ#O4O_0jz^7Qxr3`i0h+1rWBDu-cOp9X&j76R>x+V#iT$&kv{xUPB$>9h?6UeMvvT zfnH1){YfXfx10BW47MR-0_r`#Y4h)(w)$7=6YD>yGfnli87QMQJF4SAEQBRcD{q0C za8JyJ!%_XZrxVFZWP#1tg6ep;O&>x((x)&dUPBG=40ZOYc9@RBP%Ey0s$U%sV^h=) zW!=d)DCR@msliA+{{Ck(W?7e`ejeCp)5lRWzl@sL@2J=9C29rvcA29pf+}x>I*L{} z5Zj}UTQL;!&urTaDW4?WlpiMXmUl z%|DHKNMAxt^a)PIbbI*SALpPZ8ul%V&{k9-qBE_B>ZlE>LPxBCao7Tvp|J5B z%@!}f@}#qTXYND;Y(+W&8QVF6O>y)-e(1n6s2vO6&;FMo(riD!<={wci3czYa~v?g zF4w^Vq@!^Nj>F>U95i2EB~UBvj9N${2ICmi#MfYBe1*FG^$wYzBibKwn=KtrhPHAh z>L`}j^ja)LdOIfIkJu5L9yaw?qjoA8wc`D#JCoyx>8CJiVx=$$>!XgaJGRC|H<5Hi zj-duPgW9UvN6iP$R16@!9z#_R)8cbXkN;pZ^g3q#1;YoZ^b*w0{*I|I=zH_mwSpK$ zx;17+_YNZJ@HlGg&SD1q33a9qusa4FH{a*uQ7c%7MR6xK$J^K#OP%239EYMN@|{il zois=MA*%nG*hKIDA|k$I+{dQ)!dmN;`8OC-uoU@MQCsGF+Sm=X<=e3mdY>^Xs*Ntv zZO{(~+Voh|LRX?DunyDf{oiH__F!=e4qzvIY|~B7@?#k3L8yj4=gfCRHVh-(4|S^- zp^oxj)a#e(yyJAkK-5tU$8tChV{tbQXMD$X!F0R?%aC4$(RkJ7SHEah)&TVubijf* z44--Nr&!cPW?V8yvJXp;etv1G?)Gc}t`m*1cl>1A)PqNcui< z;hj!D@(hE^~!Bu^mCj_dMSpWyW|6NCLduE8FR1@`f}j)u_Urd&OnU8msl4&{${?c zmSGjrTTv@|j2gJ$?`EYVQFme`rp1%!jpvc0b350Gq$lHrEqINYNvC^c8stKi=feyb zjOj2ORj)i|!TP9r?a&9i*>rC#MmiC*;bP2$ThR0G|Mn5_BjcPcxP_|t7Q7f8+>Sz(_c5lRt zcm(y4d;ztE-cQU#vY~dS5NeA{*!(iq+SZn+or}U!7>8~(SU|)dmsvNXRtW|{f~QYRxk{+QZUY@ z=b!x%ov3_^F+*s!%-hl({1@G)B<**2Hb1&FJms!_pvrQ zugvF39n?hK%ZSV%vK4hX>iugvZi<>%6lx*^P+L9%wIfqd6PRzyH=!oB6YJnfY=oI# zo6m<1s5>$Tb(vRUUcLWYiKyWz)C6v$w(34=0#9st>NjSGa-k*=h`tzNEo<{@pmwS; z>Ihn+Cf?gR6tyFh(4~*I6-4roaR>wPCeFrxQ4^W|)~*!Q@g~%c>_T;X09lE19*5y0 zRDZqRnXluqsD3t}J_oj252EMi|8q9u2I{PTQvtrVW^lYb4YQ-pte~|VRw7*=!_kd> zaUyA6UDfTU*|jh*p+_+VT;ol}$&T)pFDkZA7i$0IJ?u)TO(N zTJZzaTa!AKX`dTiq>G|1Wh2y`i9+q*C#k&5-~UFDp_xsyE=8TuM%0cRK~3l~2H~&h z!t|-lfJLp32q+4LpUgnvRU=qYOFoU|sL9o1hU)Plm@M07c-qqej@YKHAmI}nAM*bti@ zh3a@d>L^y*^w+2r9!5>zyiMP=K0(!ggKF=a&eV73C87o)Hlq@%Vm;IZTA>>Bw)sOa zfb;~ch+m@az;)CexPw~AYt&uvPj7ahFlr%{urSuZ{JOI-M0BQOP-nFQwUSM!qu7JN zcpCLSzd%jcH-i}{5Ve&hQTa7c1GPZ)_YrDB(bj>eiB3e%&;KikXa(y~TffD+8?}Oi zs588Rs`tAse}=lv|6(!B;%z2e1vQaosH5#-^Sh&V@)Oh!e5!Ick@ZBh)!VQDo!9OVoth<44#J3*r&f&OJb_TwjSYFS@m|azr%KhNyH4 z)Rx7dZtEb_%txapG~K!YRc{4qVqc>saL$(Bv*mxF-kMYyP5X?f1?I@e`>zf{$k3KW zpk~$tHIZ0sfP+yh-H$qgbEvJqjGEXZtbwmlJ5kloOr#F#F117LKrE{LFx0p0Xg}Wn zP$Hj_p^mnqI@pgI;27$Y>n6JJFI0!QGno#8Q9BZ9EsGkUs_M&kFlwc@P&57mHIa1wraTZe(Fz!b^-%Q^QCs{O>h+z4$M6f(ThKeR8D|jc zh(@B0%srckwt6$_5*|Xm-`7!R^f&5=e6pB^`K)D76K;T-V5D^rs@-JN-C1f~YxB3G z7JL+$xZ62PM89zSY72a`nk~wXI-2sR33NlPBoVcBZqz{It@BVju@-ei`%&#qqqhDw zYTySp{}~1_zLPeaSwR78LxqZ11Sg{=whgsqSI~3WPy@e4?Np}hX5dh3E!05mP)8AI z)A6?a6a0q!sn|sCf0Gsa)B|IZ?#ty_p8xD~b4S5aGc54DoVsE%GEpWRL>eka$R zDS&!QDq|^ZiS=;|>IjZw8N7k&FLPcm&re#p^YZ@d6RJEJE^LST1RRVSaG|ZZ1{;t* zg1Y6I0?Y(+qtb#NA1Kq)Day=^>+bvRDYt{`Q$SnaCuSr#Zlh@HQhwQh{U1>oQazGQq+uh z+w>(=gQut;Qgh}vTU!=AD@9$_NGy%xP&>E-E8t;N|F2Q?GX$CT?m|Q~!wMLL^|2^+ zM-4O;btl%N?#M;dW%~`a^1o5-bGgh;g`i%~Fx1;p4mFWFs0n`9{=HY)7r&8`R~xgxb;vs1KsIsH4bU(9821Pd@yBbT?G~X4IY8 zg}!?K4-(Oe&e#gqQC~*Cptk%a>XHT&GOt^8RCznpz;UQsJp#2O<53e_iQ2h+SOV{( zJ`r;iHsiT4K<|GT5xqu@P-hj1x@7ZE6WfBC`Cin_kD|8n9ID<8)aSrU)N7VG*i5Jn zYUi4u+P6gAsg9_A2BBLs8f7bdjv8<_YAe6MqPP=v7jE19x2Sg6iT9*M zO;P9#*JF>G}O_}M@?jp%|C*weF**sD)fcy=A|k=fD3C3^xN5L#?nf>dc#< zjwA}TBOhZ?9D=I10yUBCsEO=B9nC51gI7?mXT6eU;$2X8XE17qreHR`|KAbON-v-~ zx`sOY-!T+ZmGbiZd%rMLy=c@xy-~M+Ai8iOYK3d9J5gtU1htS?R`1egLb=hc6_q6- zJE1PmI8=k_s0l4Y?Z6h)#CD@D<5|=tyox%)zfeb1zKr=&Yk}dUN1*!MfSTYg)R7)7 z!~3rRE|Z}xy^k(@h1$A+vgRYS9BM+HPz`&dIvR?a*hHJ2fjW|9sI6XwI?6q$ow$J7 z!Sv;f{^fZ8wS~FJ(CZV5nn-ojCt3?shi$E$Q7ehD<^65`Knx*&IBG{$qP|TJpeB9? zwR2BV{iQE&-hxbSBC1dYwUWlD9chL7D2_qR_+xC3gHaQ{fSTw%oBkWMGrkqfdmn&W zKv~p#Ul}#APFM~HqsDb_BvP5kw|E2p!Up(5MRWP`RWcti4beq@66&tZMs>Uw)$wiA z#NVRshJR&a9xOw;5H`fN7>-M^fZqSpL|T&Z1ofWQi7-FCc17KR;3~%ISda8a*cun3 zCh`miVn9{%qt^`lfb=%hWlU4e>`V}9CrhGsx*~e(`@bd;ZB=8`mbSocUcC3{xf?Z1 zc_=ofycDL!p{P$ZH)_RWQFmhss@(#c-hkSfU8sSN+wu!oMDPDSBATgRO|#OX=ptPU z^`1xBbYIjNPeBc|#JU#sS^qWalAT8N_cK<)cc{Bmsg`M94|Vo!P=9}NVr)Uf+FqXj zT&5lBZPgTAh@l5s2gv+3gs4A*`L)7JK zW9^Lke28@u(ZJ*IbDWE_uy6zWQHk1tqo{$;+4Qfdc2BW1rf%rv`LkPj)I?_D6x@MB zv3?_S7Y?A_|9??$k-Jo5FVCM+$Dux8+BWfWhT~?`M`w6b^T}2Z%aiVl`g~Y{q4*nW z>vJ|Up9f{|Q_^j)B;LR>=-1rbjhd*PX@MMx+v!B46&WM2KAuONU7ioj%F3d)Fcx*T z3D!~8X{fVZii2=JcErjpO#RuYBmELP;7(M3**;V`@1Ki^&blN9V{OciJ+U1QM}1~r z!U1>#8)B=LW`ISgOSKM5;VxADhp3}_iW>M|Y=doEnXO-sRrLOQwKg9p)lePO!e~rD z&%me;s2ix)=Pv5v8*?Y-pvqUHj%W+&$gX2uEZo-oa2kj1W@LOtq!zxw znpoi@)4?EYOnM}0>rY@?yo&mWE#1znXcSf@eHm4ry}g&`&+xrbcWMvn?&R!XE^$+I zk&fzMzyHUOp<6o(HS?XQOR^vJ+MPme@f9qA_fTh?t)uy%iN__R7o)bkYA5qH)JN^; zmp1(aYDddtE-pO6-%MoO+($G z`KX1gM}0ezeJgLop-9Yre$N#O~Eb-^t2#6vGHZZf3R_) zo+mZ+&yn{JsZ9hOjh+(*{;s4y)v${ika!RBb#L^XC;w0GpOcY-x@4Rs;{g@*#FAIa z#xpX=Ez+$i|C_QLq$7wY5qOn7kBj&%>OUl`CT~6Ip#(SSmDG4me4OpC0_AB*e@M{h z&wo!hGW2@Yrs8tju?nXXFF{!*!U)QA-b;yRB;Jp*WwvfS`Z2jA{D^YBa?7v|zNBu- zbCUR9ghk4jS-!cyTc0++lCzZXhPXa;3KQpb@;o~*fbfXk^h~8}FzMSS>6|02XC!%< z3BTKPW%3F!qqnq6k9ww1cAh#Z&qt~49%QDV7Zn#%IFWFTxL)eg`SK7O}@B@4OV~(8d-6vU z53>Vp!jB35bky6nsYSY(jR#tn(v~kDr#k5-DIMcf!d>!f+Im6y|3H6EBGk_8vK>fm za#HaZLN!7Z;RN+IsDLMtP@42#Ji_yzI;2v-RY=x{dS0Of~CcO~fI zS8`_q`Mrtr0p_G)5@SjK<|$?T9VEgDdi3#EkV;KGDSn!ylV5C{pAnpq)XPYCNPHk= zTPe#*`WwOq^5V$Lho?ywB3^)a%9D?@Hu*SZ^T_{1UB7tfoAR8vjm9{T#KF z%n1ZN;S}~DY*!w2QXaQ0&p=1FDc4hsyjj!Rgp)XFI~|0FY==218&8=(d9SG5O-<}Gn7k5{m!)n;;)AI7G3u#F z-YVkt2^mQ*B0b6s=#;m029kcj&j9*=E;x$`^C`HDE2un~kU+>l(3k&@wh>Wh8+m%Z zBy=LbIc}u0V>Uk%R)9}%BK_?)_9>}1yHTjGdKMB9qgasDCx8Q}+8R*JkR z(zQrWBYu?u#^MZuo=oh-0MxJ1da4szQKy)lNFZ$+6Xp{1+{9S~_cJQ^*h+0|p(<1$ zzJkG?*}O*hkDW|IRp9xNP>;43ZTq8?4o3@l7~H6eyN)vyS8 zRf&H{*k|jJ?Yt!vU~+mw2;&GnD0lbdAGZnJ$!JR>emCSu0~x>U>IAp33w6N2et8 zl(m`^Tg58xkvGqFR-49ggmR=Cl3#&}KBQ|C{|KAlXj`{)N++1d##`F5E!6Wo8b2GE zqX?S`{Os@CCGTr09K}}T{Y88a@rK0Te?BFVp0aJUDM-9I>dAz2P1HGV+x$qL7j^Ry z2HUcA#N828D54Bj`a2nVdJrcNWuHsVCAX9o?jZTr}E+3o$f zW+xD)wzjUSd_nk0=YP*;?joaut-Ra%l)RK@0g+(BW?TQOlmeV)2Onnh-cV;IA;#t} zuvVtuUW9to>q?l;_|8f@SauZ&?`iV@f4ylyLJVG;*Pzq54?Qzt8B z1MOhnk)MNf0O?6M2ank@HF-*&o^XTbpEpu|{_ji0U@FYT+jQKP@P9nEqZih6_HwDt z6hbWdX$VbecNEJI4w1iwbSdKf2zn}#PEE*0x*Ow_(&zstME09eTBH5OXTOoDx@b(rHrOe{WW!=Lae- zArz%BE9r|2*a=VIbMl6wo?_JZqFy@UD+u`r-h>9^b+rQ>!YkxWvu%!2_6tEzFG39A zXPtj}D&!~pNa1~3p$3It+IS`GOlRY$x@-yy9hKXv{k zKQHmKgh0X?>a@bP`utBvr+;EF-oR!Qyd(ZE)+Ds1@voTj+@VfZ%5#&iXC>)Wgf-;# zCzLhWo_}_yPO`0+K-t%XwS+*zTk<{cziJ*JqXik?6EEp$$|n?^>hU3epY6ntdXa?9 zl-&c>npzmPfyrxy1JO-}={5*noyPZR5_i(FF2e zlIKUdIH4lp6Y|#C4(8wz($%PQ54Yl6@?6v_Nj!-7b?kwKFg5u(h#w>5BtAm>A5Vdv zmt^XR!B>Ru3CpOIp0Jnv)`TO3Qv^M^$lp($+=New*T?bXFZ7i18x#&9Y@kffw~X_L z9V;z)KIAp7Nux6)zNg?aaXov9pTs=e++2itw$X34Bh_h6{G6>n9M?EA!`qe1>Ep6b ztLVsnuG*0a(eW{{KFOWiMdm6R*Q1|naQuJ-S5$m_?~p`Slqq!$ic9M0O6nQwijM3X zn-CeE{7w9k^vP2PHAw3h866#)m}m=kCnY9DCdEZp zEolm8R$7th``(h0*Q|JwCQtwPxIVE7iPY(r6wAa0MJDuPfW(O8xvO(}rR$|`B9hmv zIpC9rD*Z@mnhCLe-M zTdQHhS-{f6$5I7E4R)zPnpUxN(^D(#9&dIzBDwRix<2VExJs9cC|xdj_4yNCh5tLE zdg_oSt~v*kW8!+myJBK>CJB*=KFR$qj>}W3R-d?oTOwWYuIT?+!4(tl>Jt~0Kv8@o z#moCf>foL|TAd+z{mZa)IeJFMnPZA~9bBGLA^GC#ml+$hh)w7l$NJ;{?+UK|bmNLm znb-eo;P4&adwUJeJa<`MuXH>5m%T3YeeqS_9(};}bc>s06J=S0FAXzGR}k6A?R(l=Q0V zm9BMc-^j#>9bToqruzo<=c1`57lCcp)^*p-F*hPIe8*>1y{2Ui^c=q3gqV28&VzMn cG5l%rW~wZ;2WXF2sXc~>9WOuhYU=a90F#%lZ~y=R delta 22970 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 axyGlT+3L59+s@T@9Zs@sbt6|z-~R($9<&Mo diff --git a/locale/gl_ES/LC_MESSAGES/django.po b/locale/gl_ES/LC_MESSAGES/django.po index bf0fc1218..bc7cabed4 100644 --- a/locale/gl_ES/LC_MESSAGES/django.po +++ b/locale/gl_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:52\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-16 14:14\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Galician\n" "Language: gl\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Xa existe unha usuaria con este identificador" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Este dominio está bloqueado. Contacta coa administración se cres que é un erro." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Esta ligazón co tipo de ficheiro xa foi engadida para este libro. Se non é visible, o dominio aínda está pendente." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Xa existe unha usuaria con este email." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un día" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Unha semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mes" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Non caduca" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Sen límite" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "A data final da lectura non pode ser anterior á de inicio." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Xa existe unha usuaria con este identificador" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Xa existe unha usuaria con este email." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Este dominio está bloqueado. Contacta coa administración se cres que é un erro." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Esta ligazón co tipo de ficheiro xa foi engadida para este libro. Se non é visible, o dominio aínda está pendente." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Orde da listaxe" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título do libro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Puntuación" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordenar por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "A data final da lectura non pode ser anterior á de inicio." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erro ao cargar o libro" @@ -187,7 +187,7 @@ msgstr "%(value)s non é un remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s non é un nome de usuaria válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de usuaria" @@ -245,7 +245,7 @@ msgstr "Dispoñible para aluguer" msgid "Approved" msgstr "Aprobado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Recensións" @@ -399,7 +399,7 @@ msgstr "A moderación e administración de %(site_name)s coidan e xestionan o si msgid "Moderator" msgstr "Moderación" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versión do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Acerca de %(site_name)s" @@ -533,7 +533,7 @@ msgstr "A lectura máis curta deste ano…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver rexistro ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Cargar datos" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver en OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver en Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Última edición por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadatos" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separa múltiples valores con vírgulas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chave en Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID en Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Gardar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Gardar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Ao cargar os datos vas conectar con %(source_name)s e c msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "Non se pode conectar coa fonte remota." + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Editar libro" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Preme para engadir portada" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Fallou a carga da portada" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Preme para agrandar" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s recensión)" msgstr[1] "(%(review_count)s recensións)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Engadir descrición" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrición:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s edicións" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Puxeches esta edición no estante:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Hai unha edición diferente deste libro no teu estante %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Actividade lectora" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Engadir datas de lectura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Non tes actividade lectora neste libro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "As túas recensións" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Os teus comentarios" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "As túas citas" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Temas" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listaxes" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Engadir a listaxe" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Engadir portada" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Cargar portada desde url:" @@ -975,110 +981,114 @@ msgstr "Este é un novo traballo" msgid "Back" msgstr "Atrás" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número da serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Temas:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicación" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Data da primeira edición:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data de publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autoras" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Eliminar %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Páxina de autora para %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Engadir autoras:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Engadir Autora" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Xoana Pedre" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Engade outra Autora" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Portada" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propiedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalles do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páxinas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores do libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "ID en Openlibrary:" @@ -1168,7 +1178,7 @@ msgstr "Dominio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Estado" @@ -1177,7 +1187,7 @@ msgstr "Estado" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Accións" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Comunidade" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Usuarias locais" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Directorio" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensaxes Directas con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensaxes Directas" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Actualizacións" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Os teus libros" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Acceder" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Accede" @@ -2185,7 +2197,7 @@ msgstr "Accede" msgid "Success! Email address confirmed." msgstr "Correcto! Enderezo de email confirmado." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nome de usuaria:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Contrasinal:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueceches o contrasinal?" @@ -2230,19 +2242,23 @@ msgstr "Busca en %(site_name)s" msgid "Search for a book, user, or list" msgstr "Busca un libro, usuaria ou lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Escanear código de barras" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menú principal de navegación" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Fonte" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Axustes" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Axustes" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Desconectar" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificacións" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "contrasinal" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Únete" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Publicación correcta" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erro ao publicar" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentación" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Axuda a %(site_name)s en %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código fonte de BookWyrm é público. Podes colaborar ou informar de problemas en GitHub." @@ -3013,6 +3029,45 @@ msgstr "Engadir datas de lectura para \"%(title)s\"" msgid "Report" msgstr "Denunciar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Escanear Código de barras\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Accedendo á cámara..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Permite o acceso á cámara para escanear o código de barras do libro." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Non hai acceso á cámara" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Escaneando..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Aliña o código de barras do libro coa cámara." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN escaneado" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Buscando o libro:" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3046,8 +3101,9 @@ msgstr "Tipo de busca" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Usuarias" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Data de aceptación" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Email" @@ -3925,14 +3982,14 @@ msgstr "Copia o ficheiro do decorado no cartafol bookwyrm/static/css/theme #: bookwyrm/templates/settings/themes.html:32 msgid "Run ./bw-dev collectstatic." -msgstr "" +msgstr "Executa ./bw-dev collectstatic." #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." msgstr "Engade o nome de ficheiro usando o formulario inferior para que esté dispoñible na interface da aplicación." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Engadir decorado" @@ -3940,28 +3997,24 @@ msgstr "Engadir decorado" msgid "Unable to save theme" msgstr "Non se gardou o decorado" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Non se atopan ficheiros de decorado" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nome do decorado" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Nome de ficheiro do decorado" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Decorados dispoñibles" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "Ficheiro" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Eliminar decorado" @@ -3979,43 +4032,39 @@ msgstr "Tes a certeza de querer eliminar a conta de %(username)s%(instance_name)s" msgstr "Usuarias: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome de usuaria" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Data de alta" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Última vez activa" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instancia remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Activa" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inactiva" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Non establecido" @@ -4347,7 +4396,7 @@ msgstr "Incluír alerta de spoiler" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "" +msgstr "Avisos sobre o contido/spoilers:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" diff --git a/locale/it_IT/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo index 911ed76e7d249a6e33903385d49658f07dc52aed..c7cf632bb9b893d48fdf193415d67188cc559241 100644 GIT binary patch delta 23975 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\n" "Language-Team: Italian\n" "Language: it\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Esiste già un utente con questo nome utente" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Questo dominio è bloccato. Per favore contatta l'amministratore se pensi che si tratti di un errore." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Questo collegamento è già stato aggiunto per questo libro. Se non è visibile, il dominio è ancora in sospeso." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Esiste già un'utenza con questo indirizzo email." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Un giorno" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Una settimana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Un mese" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Non scade" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usi" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Illimitato" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "La data di fine lettura non può essere precedente alla data di inizio." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Esiste già un utente con questo nome utente" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Esiste già un'utenza con questo indirizzo email." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Questo dominio è bloccato. Per favore contatta l'amministratore se pensi che si tratti di un errore." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Questo collegamento è già stato aggiunto per questo libro. Se non è visibile, il dominio è ancora in sospeso." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordina Lista" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Titolo del libro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Valutazione" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordina per" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Decrescente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "La data di fine lettura non può essere precedente alla data di inizio." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Errore nel caricamento del libro" @@ -187,7 +187,7 @@ msgstr "%(value)s non è un Id remoto valido" msgid "%(value)s is not a valid username" msgstr "%(value)s non è un nome utente valido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome utente" @@ -245,7 +245,7 @@ msgstr "Disponibile per il prestito" msgid "Approved" msgstr "Approvato" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Recensioni" @@ -399,7 +399,7 @@ msgstr "I moderatori e gli amministratori di %(site_name)s mantengono il sito at msgid "Moderator" msgstr "Moderatori" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versione del software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Informazioni su %(site_name)s" @@ -533,7 +533,7 @@ msgstr "La loro lettura più breve quest’anno…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Visualizza record ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Carica dati" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Visualizza su OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Visualizza su Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Ultima modifica di:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadati" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separa valori multipli con la virgola (,)" @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chiave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Salva" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Salva" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Il caricamento dei dati si collegherà a %(source_name)s%(count)s editions" msgstr "%(count)s edizioni" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Hai salvato questa edizione in:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Una diversa edizione di questo libro è sul tuo scaffale %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Le tue attività di lettura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Aggiungi data di lettura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Non hai alcuna attività di lettura per questo libro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Le tue recensioni" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "I tuoi commenti" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Le tue citazioni" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Argomenti" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Luoghi" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Luoghi" msgid "Lists" msgstr "Liste" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Aggiungi all'elenco" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Numero OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Aggiungi copertina" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Carica la copertina:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Carica la copertina dall'url:" @@ -975,110 +981,114 @@ msgstr "Si tratta di un nuovo lavoro" msgid "Back" msgstr "Indietro" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titolo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Sottotitolo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Collana:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Numero collana:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Lingue:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Argomenti:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Data di pubblicazione" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editore:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Prima data di pubblicazione:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data di pubblicazione:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autori" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Rimuovi %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Pagina autore per %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Aggiungi Autori:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Aggiungi Autore" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Jane Doe" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Aggiungi un altro autore" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Copertina" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Caratteristiche" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Dettagli del formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Pagine:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificativi del Libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "OpenLibrary ID:" @@ -1168,7 +1178,7 @@ msgstr "Dominio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Stato" @@ -1177,7 +1187,7 @@ msgstr "Stato" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Azioni" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Community" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Utenti Locali" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunità federata" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Directory" @@ -1450,7 +1462,7 @@ msgstr "%(username)s ha citato %(username)s" msgstr "Messaggi diretti con %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Messaggi Diretti" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Aggiornamenti" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "I Tuoi Libri" @@ -1657,7 +1669,7 @@ msgstr "Scopri le tue statistiche per %(year)s!" #: bookwyrm/templates/get_started/book_preview.html:6 #, python-format msgid "Have you read %(book_title)s?" -msgstr "Hai letto %(book_title)s?" +msgstr "Hai già letto %(book_title)s?" #: bookwyrm/templates/get_started/book_preview.html:7 msgid "Add to your books" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Accedi" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Accedi" @@ -2185,7 +2197,7 @@ msgstr "Accedi" msgid "Success! Email address confirmed." msgstr "Indirizzo email confermato con successo." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Nome utente:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Password:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Hai dimenticato la tua password?" @@ -2230,19 +2242,23 @@ msgstr "Ricerca %(site_name)s" msgid "Search for a book, user, or list" msgstr "Cerca un libro, un utente o una lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Scansiona codice a barre" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Barra di navigazione principale" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Impostazioni" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Impostazioni" msgid "Invites" msgstr "Inviti" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Esci" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notifiche" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "password" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Entra" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Stato pubblicato correttamente" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Errore nel pubblicare lo stato" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentazione" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Supporta %(site_name)s su %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "Il codice sorgente di BookWyrm è disponibile liberamente. Puoi contribuire o segnalare problemi su GitHub." @@ -3013,6 +3029,45 @@ msgstr "Aggiungi date di lettura per \"%(title)s\"" msgid "Report" msgstr "Report" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Scansiona codice a barre\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Richiesta fotocamera..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Concedi l'accesso alla fotocamera per scansionare il codice a barre di un libro." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Impossibile accedere alla fotocamera" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Ricerca in corso..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Allinea il codice a barre del tuo libro con la fotocamera." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN scansionato" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Ricerca libro:" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Risultati da" @@ -3046,8 +3101,9 @@ msgstr "Tipo di ricerca" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Utenti" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Data di approvazione" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "Email" @@ -3925,14 +3982,14 @@ msgstr "Copia il file del tema nella directory bookwyrm/static/css/themes< #: bookwyrm/templates/settings/themes.html:32 msgid "Run ./bw-dev collectstatic." -msgstr "" +msgstr "Esegui ./bw-dev collectstatic." #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." msgstr "Aggiungere il nome del file utilizzando il modulo sottostante per renderlo disponibile nell'interfaccia dell'applicazione." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Aggiungi tema" @@ -3940,28 +3997,24 @@ msgstr "Aggiungi tema" msgid "Unable to save theme" msgstr "Impossibile salvare il tema" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Nessun file di tema disponibile" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nome tema" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Nome file del tema" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Temi disponibili" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "File" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Rimuovi tema" @@ -3979,43 +4032,39 @@ msgstr "Sei sicuro di voler eliminare l'account di %(username)s msgid "Your password:" msgstr "La tua password:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Torna alla lista degli utenti" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Utenti: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome utente" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Aggiunto in data" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Attivo l'ultima volta" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Istanza remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Attivo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inattivo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Non impostato" @@ -4290,7 +4339,7 @@ msgstr "Nessuna copertina" #: bookwyrm/templates/snippets/book_titleby.html:11 #, python-format msgid "%(title)s by" -msgstr "%(title)s da" +msgstr "%(title)s di" #: bookwyrm/templates/snippets/boost_button.html:20 #: bookwyrm/templates/snippets/boost_button.html:21 @@ -4347,7 +4396,7 @@ msgstr "Includi avviso spoiler" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "" +msgstr "Contenuto dell'avviso:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index 08a3fe6ac5ff76c87f1cb315f558e204008ad0bd..5d440dc651580426ededf4541741b8fc46ed59af 100644 GIT binary patch delta 20895 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 delta 20983 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 diff --git a/locale/lt_LT/LC_MESSAGES/django.po b/locale/lt_LT/LC_MESSAGES/django.po index b74de2d2f..0d9a48387 100644 --- a/locale/lt_LT/LC_MESSAGES/django.po +++ b/locale/lt_LT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:51\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:17\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Vartotojas su šiuo el. pašto adresu jau yra." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Diena" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Savaitė" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Mėnuo" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Galiojimas nesibaigia" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} naudoja" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Neribota" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Skaitymo pabaigos data negali būti prieš skaitymo pradžios datą." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Vartotojas su šiuo el. pašto adresu jau yra." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Kaip pridėta į sąrašą" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Knygos antraštė" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Įvertinimas" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Rūšiuoti pagal" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Didėjančia tvarka" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Mažėjančia tvarka" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Skaitymo pabaigos data negali būti prieš skaitymo pradžios datą." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Klaida įkeliant knygą" @@ -187,7 +187,7 @@ msgstr "%(value)s yra negaliojantis remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s yra negaliojantis naudotojo vardas" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "naudotojo vardas" @@ -245,7 +245,7 @@ msgstr "Galima pasiskolinti" msgid "Approved" msgstr "Patvirtinti puslapiai" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Apžvalgos" @@ -399,7 +399,7 @@ msgstr "Svetainės %(site_name)s moderatoriai ir administratoriai nuolat atnauji msgid "Moderator" msgstr "Moderatorius" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administravimas" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Serverio programinės įrangos versija:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Apie %(site_name)s" @@ -537,7 +537,7 @@ msgstr "Trumpiausias skaitinys tais metais…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -626,18 +626,18 @@ msgstr "Peržiūrėti ISNI įrašą" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Įkelti duomenis" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Žiūrėti „OpenLibrary“" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Žiūrėti „Inventaire“" @@ -674,7 +674,7 @@ msgid "Last edited by:" msgstr "Pastarąjį kartą redagavo:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Meta duomenys" @@ -686,8 +686,9 @@ msgid "Name:" msgstr "Vardas:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Reikšmes atskirkite kableliais." @@ -716,7 +717,7 @@ msgid "Openlibrary key:" msgstr "„Openlibrary“ raktas:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "„Inventaire“ ID:" @@ -733,7 +734,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -755,7 +756,7 @@ msgstr "Išsaugoti" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -767,6 +768,7 @@ msgstr "Išsaugoti" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -787,23 +789,27 @@ msgstr "Duomenų įkėlimas prisijungs prie %(source_name)s ir msgid "Confirm" msgstr "Patvirtinti" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Redaguoti knygą" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Spausti, kad pridėti viršelį" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Nepavyko įkelti viršelio" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Spustelėkite padidinti" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" @@ -812,64 +818,64 @@ msgstr[1] "(%(review_count)s atsiliepimai)" msgstr[2] "(%(review_count)s atsiliepimų)" msgstr[3] "(%(review_count)s atsiliepimai)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Pridėti aprašymą" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Aprašymas:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s leidimai (-ų)" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Šis leidimas įdėtas į:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "kitas šios knygos leidimas yra jūsų %(shelf_name)s lentynoje." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Jūsų skaitymo veikla" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Pridėti skaitymo datas" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Šios knygos neskaitote." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Tavo atsiliepimai" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Tavo komentarai" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Jūsų citatos" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Temos" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Vietos" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -878,11 +884,11 @@ msgstr "Vietos" msgid "Lists" msgstr "Sąrašai" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Pridėti prie sąrašo" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -896,12 +902,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC numeris:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -910,12 +916,12 @@ msgid "Add cover" msgstr "Pridėti viršelį" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Įkelti viršelį:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Įkelti viršelį iš url:" @@ -985,110 +991,114 @@ msgstr "Tai naujas darbas" msgid "Back" msgstr "Atgal" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Pavadinimas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Paantraštė:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serija:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Serijos numeris:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Kalbos:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Leidimas" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Leidėjas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Pirmoji publikavimo data:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Publikavimo data:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autoriai" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Pašalinti %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Autoriaus puslapis %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Pridėti autorius:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Pridėti autorių" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Jonas Jonaitė" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Pridėti dar vieną autorių" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Viršelis" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Fizinės savybės" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formatas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Informacija apie formatą:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Puslapiai:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Knygos identifikatoriai" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "„Openlibrary“ ID:" @@ -1177,7 +1187,7 @@ msgstr "Domenas" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Būsena" @@ -1186,7 +1196,7 @@ msgstr "Būsena" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Veiksmai" @@ -1330,16 +1340,18 @@ msgid "Community" msgstr "Bendruomenė" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Vietiniai nariai" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Sujungta bendruomenė" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Bendruomenė" @@ -1463,7 +1475,7 @@ msgstr "%(username)s citavo %(username)s" msgstr "Asmeninis susirašinėjimas su %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Asmeninės žinutės" @@ -1637,7 +1649,7 @@ msgid "Updates" msgstr "Atnaujinimai" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Jūsų knygos" @@ -2197,7 +2209,7 @@ msgid "Login" msgstr "Prisijungti" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Prisijunkite" @@ -2206,7 +2218,7 @@ msgstr "Prisijunkite" msgid "Success! Email address confirmed." msgstr "Džiugu, el. pašto adresas patvirtintas." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2214,12 +2226,12 @@ msgstr "Naudotojo vardas:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Slaptažodis:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Pamiršote slaptažodį?" @@ -2251,19 +2263,23 @@ msgstr "%(site_name)s paieška" msgid "Search for a book, user, or list" msgstr "Ieškoti knygos, naudotojo arba sąrašo" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Pagrindinis navigacijos meniu" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Srautas" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Nustatymai" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2271,42 +2287,42 @@ msgstr "Nustatymai" msgid "Invites" msgstr "Pakvietimai" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Atsijungti" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Pranešimai" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "slaptažodis" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Prisijungti" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Būsena publikuota sėkmingai" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Klaida, publikuojant būseną" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Dokumentacija" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Paremkite %(site_name)s per %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "„BookWyrm“ šaltinio kodas yra laisvai prieinamas. Galite prisidėti arba pranešti apie klaidas per GitHub." @@ -3034,6 +3050,43 @@ msgstr "Pridėkite knygos „%(title)s“ skaitymo datas" msgid "Report" msgstr "Pranešti" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Rezultatai iš" @@ -3067,8 +3120,9 @@ msgstr "Paieškos tipas" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Nariai" @@ -3543,6 +3597,7 @@ msgid "Date accepted" msgstr "Priėmimo data" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "El. paštas" @@ -3961,7 +4016,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3969,28 +4024,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -4008,43 +4059,39 @@ msgstr "Ar tikrai norite ištrinti %(username)s paskyrą? To ne msgid "Your password:" msgstr "Jūsų slaptažodis:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Atgal į vartotojų sąrašą" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Vartotojai: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Vartotojo vardas" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Pridėjimo data" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Paskutinį kartą aktyvus" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Nutolęs serveris" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktyvus" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Neaktyvus" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Nenustatytas" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index 7f23bb1a85ac630404dea8c769addd4f5b1fa79c..7965dcb2069ecf0310ea96158e306c0bcc78890f 100644 GIT binary patch delta 20895 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 delta 20973 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 ax^)QY+vV$!?j72H-JyH;_+mG1H2y!B9unIC diff --git a/locale/no_NO/LC_MESSAGES/django.po b/locale/no_NO/LC_MESSAGES/django.po index 2d4003e2b..7de036bfd 100644 --- a/locale/no_NO/LC_MESSAGES/django.po +++ b/locale/no_NO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:51\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Norwegian\n" "Language: no\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Den e-postadressen er allerede registrert." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Én dag" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Én uke" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Én måned" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Uendelig" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} ganger" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Ubegrenset" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Sluttdato kan ikke være før startdato." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Den e-postadressen er allerede registrert." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Liste rekkefølge" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Boktittel" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Vurdering" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Sorter etter" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Stigende" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Synkende" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Sluttdato kan ikke være før startdato." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Feilet ved lasting av bok" @@ -187,7 +187,7 @@ msgstr "%(value)s er en ugyldig remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s er et ugyldig brukernavn" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "brukernavn" @@ -245,7 +245,7 @@ msgstr "Tilgjengelig for utlån" msgid "Approved" msgstr "Godkjent" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Anmeldelser" @@ -399,7 +399,7 @@ msgstr "%(site_name)s sine moderatorer og administratorer holder nettsida oppe o msgid "Moderator" msgstr "Moderator" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Programvareversjon:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Om %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Den korteste teksten lest i år…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Vis ISNI -oppføring" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Last inn data" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Vis på OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Vis på Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Sist endret av:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadata" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Navn:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Adskill flere verdier med komma." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary nøkkel:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Lagre" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Lagre" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Laster inn data kobler til %(source_name)s og finner me msgid "Confirm" msgstr "Bekreft" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Rediger bok" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Klikk for å legge til omslag" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Klarte ikke å laste inn omslag" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Klikk for å forstørre" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s anmeldelse)" msgstr[1] "(%(review_count)s anmeldelser)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Legg til beskrivelse" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Beskrivelse:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s utgaver" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Du har lagt denne utgaven i hylla:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "En annen utgave av denne boken ligger i hylla %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Din leseaktivitet" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Legg til lesedatoer" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Du har ikke lagt inn leseaktivitet for denne boka." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Dine anmeldelser" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Dine kommentarer" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Dine sitater" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Emner" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Steder" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Steder" msgid "Lists" msgstr "Lister" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Legg til i liste" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC Nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Legg til et omslag" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Last opp omslag:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Last bilde av omslag fra nettadresse:" @@ -975,110 +981,114 @@ msgstr "Dette er et nytt verk" msgid "Back" msgstr "Tilbake" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Tittel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Undertittel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Serienummer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Språk:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publikasjon" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Forlag:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Først utgitt:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Publiseringsdato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Forfattere" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Fjern %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Forfatterside for %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Legg til forfattere:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Legg til forfatter" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Kari Nordmann" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Legg til enda en forfatter" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Omslag" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Fysiske egenskaper" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Formatdetaljer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Sider:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Boknøkler" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary nøkkel:" @@ -1168,7 +1178,7 @@ msgstr "Domene" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Status" @@ -1177,7 +1187,7 @@ msgstr "Status" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Handlinger" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Samfunn" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Lokale medlemmer" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Føderte samfunn" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Katalog" @@ -1450,7 +1462,7 @@ msgstr "%(username)s siterte %(username)s" msgstr "Direktemeldinger med %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Direktemeldinger" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Oppdateringer" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Bøkene dine" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Logg inn" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Logg inn" @@ -2185,7 +2197,7 @@ msgstr "Logg inn" msgid "Success! Email address confirmed." msgstr "Vellykket! E-postadressen din er bekreftet." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Brukernavn:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Passord:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Glemt passord?" @@ -2230,19 +2242,23 @@ msgstr "%(site_name)s søk" msgid "Search for a book, user, or list" msgstr "Søk etter bok, medlem eller liste" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Hovednavigasjonsmeny" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Strøm" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Innstillinger" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Innstillinger" msgid "Invites" msgstr "Invitasjoner" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Logg ut" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Varsler" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "passord" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Delta" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Status ble opprettet" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Feil ved lagring av status" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Dokumentasjon" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Støtt %(site_name)s på %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrms kildekode er fritt tilgjengelig. Du kan bidra eller rapportere problemer på GitHub." @@ -3013,6 +3029,43 @@ msgstr "Legg til lesedatoer for \"%(title)s\"" msgid "Report" msgstr "Rapport" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultat fra" @@ -3046,8 +3099,9 @@ msgstr "Søketype" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Medlemmer" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Akseptert dato" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-post" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "Er du sikker på at du vil slette %(username)ssin konto msgid "Your password:" msgstr "Passordet ditt:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Tilbake til medlemmer" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Medlemmer: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Brukernavn" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Lagt til dato" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Sist aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Ekstern instans" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inaktiv" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Ikke angitt" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index 6ca75c4db9b5ada99f48b342c3be40dd2877a95c..8d254d4d0b765804b8315236374c4e4ff7ba66c7 100644 GIT binary patch delta 23848 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 delta 23096 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 ghOTXagpWg8%>k diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index 4b5ce5865..3d0ad255b 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 20:49\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 21:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "Um usuário com este nome já existe" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Este domínio está bloqueado. Entre em contato com a administração se você acha que isso é um engano." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Este link e tipo de arquivo já foram adicionados ao livro. Se não estiverem visíveis, o domínio ainda está em processo de análise." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Já existe um usuário com este endereço de e-mail." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Um dia" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Uma semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Um mês" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Não expira" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} usos" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "A data de término da leitura não pode ser anterior a de início." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Um usuário com este nome já existe" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Já existe um usuário com este endereço de e-mail." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Este domínio está bloqueado. Entre em contato com a administração se você acha que isso é um engano." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Este link e tipo de arquivo já foram adicionados ao livro. Se não estiverem visíveis, o domínio ainda está em processo de análise." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordem de inserção" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Avaliação" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Organizar por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Crescente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Decrescente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "A data de término da leitura não pode ser anterior a de início." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erro ao carregar livro" @@ -187,7 +187,7 @@ msgstr "%(value)s não é um remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s não é um nome de usuário válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de usuário" @@ -245,7 +245,7 @@ msgstr "Disponível para empréstimo" msgid "Approved" msgstr "Aprovado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Resenhas" @@ -399,7 +399,7 @@ msgstr "Moderadores/as e administradores/as de %(site_name)s mantêm o site func msgid "Moderator" msgstr "Moderador/a" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versão do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Sobre %(site_name)s" @@ -533,7 +533,7 @@ msgstr "A leitura mais curta do ano…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver registro ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Carregar informações" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver na OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver no Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Editado pela última vez por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadados" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separe com vírgulas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chave Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Salvar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Para carregar informações nos conectaremos a %(source_name)s%(count)s editions" msgstr "%(count)s edições" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Você colocou esta edição na estante em:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Uma edição diferente deste livro está em sua estante %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Andamento da sua leitura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Adicionar registro de leitura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Você ainda não registrou sua leitura." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Suas resenhas" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Seus comentários" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Suas citações" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Assuntos" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Adicionar à lista" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Adicionar capa" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Enviar capa:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Carregar capa do endereço:" @@ -975,110 +981,114 @@ msgstr "É uma nova obra" msgid "Back" msgstr "Voltar" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número na série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "Assuntos:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicação" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editora:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Data da primeira publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autores/as" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Remover %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor/a de %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Adicionar autores/as:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Adicionar autor/a" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Fulana" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Adicionar outro/a autor/a" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Capa" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propriedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalhes do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores do livro" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1168,7 +1178,7 @@ msgstr "Domínio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Publicação" @@ -1177,7 +1187,7 @@ msgstr "Publicação" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Ações" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Comunidade" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Usuários locais" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Diretório" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensagens diretas com %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensagens diretas" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Atualizações" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Seus livros" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Entrar" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Entrar" @@ -2185,7 +2197,7 @@ msgstr "Entrar" msgid "Success! Email address confirmed." msgstr "Endereço de e-mail confirmado com sucesso." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Usuário:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Senha:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueceu sua senha?" @@ -2230,19 +2242,23 @@ msgstr "Busca %(site_name)s" msgid "Search for a book, user, or list" msgstr "Pesquisar livro, usuário ou lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Escanear código de barras" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menu de navegação principal" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Novidades" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configurações" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Configurações" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Sair" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificações" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "senha" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Registrar" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Publicação feita com sucesso" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erro ao publicar" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentação" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoie a instância %(site_name)s: %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código-fonte da BookWyrm está disponível gratuitamente. Você pode contribuir ou reportar problemas no GitHub." @@ -3013,6 +3029,45 @@ msgstr "Adicionar datas de leitura de \"%(title)s\"" msgid "Report" msgstr "Denunciar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +" Escanear código de barras\n" +" " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "Solicitando a câmera..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Dê acesso à câmera para escanearmos o código de barras do livro." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Não conseguimos acessar a câmera" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Escaneando..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Alinhe o código de barras do livro com a câmera." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "ISBN escaneado" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Pesquisando livro:" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3046,8 +3101,9 @@ msgstr "Tipo de pesquisa" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Usuários" @@ -3514,6 +3570,7 @@ msgid "Date accepted" msgstr "Data de aceitação" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-mail" @@ -3932,7 +3989,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "Adicione o nome do arquivo utilizando o formulário abaixo para deixá-lo disponível na interface do sistema." #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "Adicionar tema" @@ -3940,28 +3997,24 @@ msgstr "Adicionar tema" msgid "Unable to save theme" msgstr "Não foi possível salvar o tema" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "Nenhum arquivo de tema encontrado" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "Nome do tema" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "Arquivo do tema" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "Temas disponíveis" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "Arquivo" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "Excluir tema" @@ -3979,43 +4032,39 @@ msgstr "Você tem certeza que quer excluir a conta de %(username)s%(instance_name)s" msgstr "Usuários: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome de usuário" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Data de inclusão" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Última atividade" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Instância remota" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Ativo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inativo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Não definido" @@ -4347,7 +4396,7 @@ msgstr "Incluir alerta de spoiler" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "Avisos de spoiler/conteúdo:" +msgstr "Alerta de spoiler/conteúdo:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo index d943b0f6c1cfbde56d1ccb7ab5d70b864c5f4d81..0fab79b41eb517bcc3bb3087805f64501f378bcc 100644 GIT binary patch delta 19539 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 TY{3$nudHblzB%sLA9eo+S(lht delta 19589 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�Z-Z_}4hTmKX_;5VBeeB10`9#s2^=&kp^ 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 T+G$X$wmo9nZ4W$kyUzasOAxLY diff --git a/locale/pt_PT/LC_MESSAGES/django.po b/locale/pt_PT/LC_MESSAGES/django.po index 6f3d2e4b5..8a0f2ddf3 100644 --- a/locale/pt_PT/LC_MESSAGES/django.po +++ b/locale/pt_PT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:51\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese\n" "Language: pt\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "Já existe um utilizador com este E-Mail." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "Um Dia" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "Uma Semana" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "Um Mês" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Não Expira" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} utilizações" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Ilimitado" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Já existe um utilizador com este E-Mail." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Ordem da Lista" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Título do livro" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Classificação" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Ordenar Por" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Ascendente" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Descendente" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Erro ao carregar o livro" @@ -187,7 +187,7 @@ msgstr "%(value)s não é um remote_id válido" msgid "%(value)s is not a valid username" msgstr "%(value)s não é um nome de utilizador válido" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "nome de utilizador" @@ -245,7 +245,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Criticas" @@ -399,7 +399,7 @@ msgstr "" msgid "Moderator" msgstr "Moderador" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Admin" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Versão do software:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Acerca de %(site_name)s" @@ -533,7 +533,7 @@ msgstr "A sua menor leitura este ano…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Ver registro do ISNI" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Carregar dados" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Ver na OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Ver no Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Última edição por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadados" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separe vários valores com vírgulas." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Chave da Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "ID do Inventaire:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Salvar" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Salvar" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Carregar os dados irá conectar a %(source_name)s e ver msgid "Confirm" msgstr "Confirmar" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "Editar Livro" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "Clica para adicionar capa" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "Não foi possível carregar a capa" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "Clica para ampliar" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s crítica)" msgstr[1] "(%(review_count)s criticas)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "Adicionar uma descrição" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrição:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s edições" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Tu arquivaste esta edição em:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Uma edição diferente deste livro está na tua prateleira %(shelf_name)s." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "A tua atividade de leitura" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Adicionar datas de leitura" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Não tem nenhuma atividade de leitura para este livro." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "As tuas criticas" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Os teus comentários" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "As tuas citações" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Temas/Áreas" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Adicionar à lista" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Adicionar uma capa" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Carregar uma capa:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Carregar capa através de um Url:" @@ -975,110 +981,114 @@ msgstr "Este é um novo trabalho" msgid "Back" msgstr "Voltar" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Séries:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Número da série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicação" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Editora:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Primeira data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Autor(es/as)" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Remover %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor do %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Adicionar Autor(es/as):" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Adicionar Autor(a)" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Joana Sem-nome" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Adicionar outro autor(a)" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Capa" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Propriedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Detalhes do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Identificadores de Livros" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "ID da Openlibrary:" @@ -1166,7 +1176,7 @@ msgstr "Domínio" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Estado" @@ -1175,7 +1185,7 @@ msgstr "Estado" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Acções" @@ -1319,16 +1329,18 @@ msgid "Community" msgstr "Comunidade" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Utilizadores locais" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Comunidade federada" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Diretório" @@ -1448,7 +1460,7 @@ msgstr "%(username)s citou %(username)s" msgstr "Mensagens Diretas com %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Mensagens Diretas" @@ -1622,7 +1634,7 @@ msgid "Updates" msgstr "Atualizações" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Os teus Livros" @@ -2174,7 +2186,7 @@ msgid "Login" msgstr "Login" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Iniciar sessão" @@ -2183,7 +2195,7 @@ msgstr "Iniciar sessão" msgid "Success! Email address confirmed." msgstr "Sucesso! O teu E-Mail está confirmado." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2191,12 +2203,12 @@ msgstr "Nome de utilizador:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Palavra-passe:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Esqueces-te a tua palavra-passe?" @@ -2228,19 +2240,23 @@ msgstr "%(site_name)s pesquisa" msgid "Search for a book, user, or list" msgstr "Procurar por um livro, utilizador, ou lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Menu principal" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Feed" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Configurações" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2248,42 +2264,42 @@ msgstr "Configurações" msgid "Invites" msgstr "Convites" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Terminar sessão" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Notificações" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "palavra-passe" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Junta-te" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Estado publicado com sucesso" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Erro ao publicar estado" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Documentação" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Apoia %(site_name)s em %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "O código de fonte do BookWyrm está disponível gratuitamente. E também podes contribuir ou reportar problemas no GitHub." @@ -3011,6 +3027,43 @@ msgstr "" msgid "Report" msgstr "Denunciar" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultados de" @@ -3044,8 +3097,9 @@ msgstr "Tipo de pesquisa" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Utilizadores" @@ -3512,6 +3566,7 @@ msgid "Date accepted" msgstr "Data de aceitação" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-Mail" @@ -3930,7 +3985,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3938,28 +3993,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3977,43 +4028,39 @@ msgstr "Tens a certeza que desejas excluir a conta do %(username)s%(instance_name)s" msgstr "Utilizadores: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Nome de utilizador" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Data de Adição" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Última atividade" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Domínio remoto" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Ativo" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inativo" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Não definido" diff --git a/locale/sv_SE/LC_MESSAGES/django.mo b/locale/sv_SE/LC_MESSAGES/django.mo index d540a049d16db15db4469482f05fbdfed044b8b1..30c6c3e808692e4128204743cf4ed3f88f9d3528 100644 GIT binary patch delta 22183 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 delta 22249 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 diff --git a/locale/sv_SE/LC_MESSAGES/django.po b/locale/sv_SE/LC_MESSAGES/django.po index 691eb7ccb..bdd182c81 100644 --- a/locale/sv_SE/LC_MESSAGES/django.po +++ b/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:51\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:17\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Swedish\n" "Language: sv\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "En användare med det användarnamnet existerar redan" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "Den här domänen är blockerad. Vänligen kontakta din administratör om du tror att det här är felaktigt." - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "Denna länk med filtyp har redan lagts till för denna bok. Om den inte är synlig så är domänen fortfarande väntande." - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "En användare med den här e-postadressen existerar redan." - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "En dag" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "En vecka" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "En månad" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "Slutar inte gälla" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} använder" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "Obegränsad" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Slutdatum för läsning kan inte vara före startdatum." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "En användare med det användarnamnet existerar redan" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "En användare med den här e-postadressen existerar redan." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Den här domänen är blockerad. Vänligen kontakta din administratör om du tror att det här är felaktigt." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Denna länk med filtyp har redan lagts till för denna bok. Om den inte är synlig så är domänen fortfarande väntande." + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "Listordning" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "Bokens titel" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "Betyg" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "Sortera efter" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "Stigande" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "Fallande" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "Slutdatum för läsning kan inte vara före startdatum." - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "Fel uppstod vid inläsning av boken" @@ -187,7 +187,7 @@ msgstr "%(value)s är inte ett giltigt remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s är inte ett giltigt användarnamn" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "användarnamn" @@ -245,7 +245,7 @@ msgstr "Tillgänglig för lån" msgid "Approved" msgstr "Godkänd" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "Recensioner" @@ -399,7 +399,7 @@ msgstr "%(site_name)s's moderatorer och administratörer håller hemsidan uppe o msgid "Moderator" msgstr "Moderator" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "Administratör" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "Programvaruversion:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "Om %(site_name)s" @@ -533,7 +533,7 @@ msgstr "Det kortast lästa det här året…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -618,18 +618,18 @@ msgstr "Visa ISNI-samling" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "Ladda data" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "Visa i OpenLibrary" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "Visa i Inventaire" @@ -666,7 +666,7 @@ msgid "Last edited by:" msgstr "Redigerades senast av:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "Metadata" @@ -678,8 +678,9 @@ msgid "Name:" msgstr "Namn:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "Separera flertalet värden med kommatecken." @@ -708,7 +709,7 @@ msgid "Openlibrary key:" msgstr "Nyckel för Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventarie-ID:" @@ -725,7 +726,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -747,7 +748,7 @@ msgstr "Spara" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -759,6 +760,7 @@ msgstr "Spara" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -779,87 +781,91 @@ msgstr "Att ladda in data kommer att ansluta till %(source_name)s%(count)s editions" msgstr "%(count)s utgåvor" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "Du har lagt den här versionen i hylla:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "En annorlunda utgåva av den här boken finns i din %(shelf_name)s hylla." -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "Din läsningsaktivitet" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "Lägg till läsdatum" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "Du har ingen läsaktivitet för den här boken." -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "Dina recensioner" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "Dina kommentarer" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "Dina citationer" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "Ämnen" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "Platser" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -868,11 +874,11 @@ msgstr "Platser" msgid "Lists" msgstr "Listor" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "Lägg till i listan" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +892,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC-nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +906,12 @@ msgid "Add cover" msgstr "Lägg till omslag" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "Ladda upp omslag:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "Ladda omslag från url:" @@ -975,110 +981,114 @@ msgstr "Det här är ett ny verk" msgid "Back" msgstr "Bakåt" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "Undertext:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "Serier:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "Serienummer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "Språk:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "Publicering" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "Utgivare:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "Första publiceringsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "Publiceringsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "Författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "Ta bort %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "Författarsida för %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "Lägg till författare:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "Lägg till författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "Jane Doe" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "Lägg till en annan författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Omslag" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "Fysiska egenskaper" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "Formatets detaljer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "Sidor:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "Bok-identifierare" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary-ID:" @@ -1168,7 +1178,7 @@ msgstr "Domän" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "Status" @@ -1177,7 +1187,7 @@ msgstr "Status" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "Åtgärder" @@ -1321,16 +1331,18 @@ msgid "Community" msgstr "Gemenskap" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "Lokala användare" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "Federerad gemenskap" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "Mapp" @@ -1450,7 +1462,7 @@ msgstr "%(username)s citerade %(username)s" msgstr "Direktmeddelanden med %(username)s" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "Direktmeddelanden" @@ -1624,7 +1636,7 @@ msgid "Updates" msgstr "Uppdateringar" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "Dina böcker" @@ -2176,7 +2188,7 @@ msgid "Login" msgstr "Inloggning" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "Logga in" @@ -2185,7 +2197,7 @@ msgstr "Logga in" msgid "Success! Email address confirmed." msgstr "Lyckades! E-postadressen bekräftades." -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2193,12 +2205,12 @@ msgstr "Användarnamn:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "Lösenord:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "Glömt ditt lösenord?" @@ -2230,19 +2242,23 @@ msgstr "%(site_name)s sök" msgid "Search for a book, user, or list" msgstr "Sök efter en bok, användare eller lista" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "Huvudsaklig navigeringsmeny" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "Flöde" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "Inställningar" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2250,42 +2266,42 @@ msgstr "Inställningar" msgid "Invites" msgstr "Inbjudningar" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "Logga ut" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "Aviseringar" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "lösenord" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "Gå med" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "Statusen har publicerats" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "Fel uppstod när statusen skulle publiceras" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "Dokumentation" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "Stötta %(site_name)s på %(support_title)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm's källkod är fritt tillgängligt. Du kan bidra eller rapportera problem på GitHub." @@ -3013,6 +3029,43 @@ msgstr "Lägg till läs-datum för \"%(title)s\"" msgid "Report" msgstr "Rapport" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "Resultat från" @@ -3046,8 +3099,9 @@ msgstr "Typ av sökning" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "Användare" @@ -3514,6 +3568,7 @@ msgid "Date accepted" msgstr "Datum för godkännande" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "E-postadress" @@ -3932,7 +3987,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3940,28 +3995,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3979,43 +4030,39 @@ msgstr "Är du säker på att du vill ta bort %(username)ss kon msgid "Your password:" msgstr "Ditt lösenord:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "Tillbaka till användarna" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "Användare: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "Användarnamn" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "Lades till datum" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "Senast aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "Fjärrinstans" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "Aktiv" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "Inaktiv" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "Inte inställd" diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index b4b67c957..10b8825d0 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-14 00:10\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "使用此用户名的用户已存在" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "此域名已被屏蔽。如果您认为这是一个错误,请联系您的管理员。" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "此文件类型的链接已经被添加到这本书。如果不可见,域名仍在等待处理中。" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "已经存在使用该邮箱的用户。" - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "一周" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "一个月" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "{i} 次使用" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "阅读完成日期不能早于开始日期。" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "使用此用户名的用户已存在" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "已经存在使用该邮箱的用户。" + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "此域名已被屏蔽。如果您认为这是一个错误,请联系您的管理员。" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "此文件类型的链接已经被添加到这本书。如果不可见,域名仍在等待处理中。" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "列表顺序" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "书名" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "评价" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "降序" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "阅读完成日期不能早于开始日期。" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "加载书籍时出错" @@ -187,7 +187,7 @@ msgstr "%(value)s 不是有效的 remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s 不是有效的用户名" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "用户名" @@ -245,7 +245,7 @@ msgstr "可借阅" msgid "Approved" msgstr "已通过" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "书评" @@ -399,7 +399,7 @@ msgstr "%(site_name)s 的仲裁员和管理员负责维持站点运行, 执行 msgid "Moderator" msgstr "仲裁员" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "管理员" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "软件版本:" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "关于 %(site_name)s" @@ -531,7 +531,7 @@ msgstr "TA 今年阅读最短的…" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -614,18 +614,18 @@ msgstr "查看 ISNI 记录" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "加载数据" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "在 OpenLibrary 查看" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "在 Inventaire 查看" @@ -662,7 +662,7 @@ msgid "Last edited by:" msgstr "最后编辑人:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "元数据" @@ -674,8 +674,9 @@ msgid "Name:" msgstr "名称:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "请用英文逗号(,)分隔多个值。" @@ -704,7 +705,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -721,7 +722,7 @@ msgid "ISNI:" msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -743,7 +744,7 @@ msgstr "保存" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -755,6 +756,7 @@ msgstr "保存" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -775,86 +777,90 @@ msgstr "加载数据会连接到 %(source_name)s 并检查这 msgid "Confirm" msgstr "确认" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "编辑书目" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "点击添加封面" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "加载封面失败" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "点击放大" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s 则书评)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "添加描述" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s 个版本" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "此版本已在你的书架上:" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "本书的 另一个版本 在你的 %(shelf_name)s 书架上。" -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "你的阅读活动" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "添加阅读日期" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "你还没有任何这本书的阅读活动。" -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "你的书评" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "你的评论" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "主题" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "地点" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -863,11 +869,11 @@ msgstr "地点" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "添加到列表" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -881,12 +887,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC 号:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -895,12 +901,12 @@ msgid "Add cover" msgstr "添加封面" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "上传封面:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "从网址加载封面:" @@ -970,110 +976,114 @@ msgstr "这是一个新的作品。" msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "标题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "副标题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "系列编号:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "语言:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "出版" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "初版时间:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "出版时间:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "移除 %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "%(name)s 的作者页面" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "添加作者:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "添加作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "张三" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "添加另一作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "实体性质" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "装订细节:" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "页数:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "书目标识号" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1163,7 +1173,7 @@ msgstr "域名" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "状态" @@ -1172,7 +1182,7 @@ msgstr "状态" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "动作" @@ -1316,16 +1326,18 @@ msgid "Community" msgstr "社区" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "本地用户" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "跨站社区" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "目录" @@ -1443,7 +1455,7 @@ msgstr "%(username)s 引用了 %(username)s" msgstr "与 %(username)s 私信" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "私信" @@ -1617,7 +1629,7 @@ msgid "Updates" msgstr "更新" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "你的书目" @@ -2165,7 +2177,7 @@ msgid "Login" msgstr "登录" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "登录" @@ -2174,7 +2186,7 @@ msgstr "登录" msgid "Success! Email address confirmed." msgstr "成功!邮箱地址已确认。" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2182,12 +2194,12 @@ msgstr "用户名:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "密码:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "忘记了密码?" @@ -2219,19 +2231,23 @@ msgstr "%(site_name)s 搜索" msgid "Search for a book, user, or list" msgstr "搜索书籍、用户或列表" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "主导航菜单" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "动态" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "设置" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2239,42 +2255,42 @@ msgstr "设置" msgid "Invites" msgstr "邀请" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "登出" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "密码" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "加入" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "成功发布的状态" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "发布状态时出错" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "文档" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "在 %(support_title)s 上支持 %(site_name)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm 是开源软件。你可以在 GitHub 贡献或报告问题。" @@ -3002,6 +3018,43 @@ msgstr "添加 “%(title)s” 的阅读日期" msgid "Report" msgstr "报告" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "结果来自" @@ -3035,8 +3088,9 @@ msgstr "搜索类型" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "用户" @@ -3499,6 +3553,7 @@ msgid "Date accepted" msgstr "接受日期" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "邮箱" @@ -3917,7 +3972,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "使用下面的表格添加文件名以便在应用程序接口中可用。" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "添加主题" @@ -3925,28 +3980,24 @@ msgstr "添加主题" msgid "Unable to save theme" msgstr "无法保存主题" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "没有检测到可用的主题文件" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "主题名称" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "主题文件名" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "可用的主题" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "文件" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "删除主题" @@ -3964,43 +4015,39 @@ msgstr "你确定要删除 %(username)s 的帐号吗?此操 msgid "Your password:" msgstr "你的密码:" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "回到用户" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "用户: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "用户名" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "添加日期:" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "最后或缺" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "移除服务器" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "活跃" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "停用" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "未设置" diff --git a/locale/zh_Hant/LC_MESSAGES/django.po b/locale/zh_Hant/LC_MESSAGES/django.po index 7e25b4b92..717a604e8 100644 --- a/locale/zh_Hant/LC_MESSAGES/django.po +++ b/locale/zh_Hant/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-13 18:56+0000\n" -"PO-Revision-Date: 2022-03-13 19:52\n" +"POT-Creation-Date: 2022-03-14 19:30+0000\n" +"PO-Revision-Date: 2022-03-14 20:18\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -17,77 +17,77 @@ msgstr "" "X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" "X-Crowdin-File-ID: 1553\n" -#: bookwyrm/forms.py:62 -msgid "User with this username already exists" -msgstr "" - -#: bookwyrm/forms.py:254 -msgid "This domain is blocked. Please contact your administrator if you think this is an error." -msgstr "" - -#: bookwyrm/forms.py:264 -msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" - -#: bookwyrm/forms.py:403 -msgid "A user with this email already exists." -msgstr "已經存在使用該郵箱的使用者。" - -#: bookwyrm/forms.py:417 +#: bookwyrm/forms/admin.py:40 msgid "One Day" msgstr "一天" -#: bookwyrm/forms.py:418 +#: bookwyrm/forms/admin.py:41 msgid "One Week" msgstr "一週" -#: bookwyrm/forms.py:419 +#: bookwyrm/forms/admin.py:42 msgid "One Month" msgstr "一個月" -#: bookwyrm/forms.py:420 +#: bookwyrm/forms/admin.py:43 msgid "Does Not Expire" msgstr "永不失效" -#: bookwyrm/forms.py:424 +#: bookwyrm/forms/admin.py:47 #, python-brace-format msgid "{i} uses" msgstr "" -#: bookwyrm/forms.py:425 +#: bookwyrm/forms/admin.py:48 msgid "Unlimited" msgstr "不受限" -#: bookwyrm/forms.py:543 +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "" + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "已經存在使用該郵箱的使用者。" + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "" + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "" + +#: bookwyrm/forms/lists.py:26 msgid "List Order" msgstr "列表順序" -#: bookwyrm/forms.py:544 +#: bookwyrm/forms/lists.py:27 msgid "Book Title" msgstr "書名" -#: bookwyrm/forms.py:545 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 #: bookwyrm/templates/shelf/shelf.html:187 #: bookwyrm/templates/snippets/create_status/review.html:32 msgid "Rating" msgstr "評價" -#: bookwyrm/forms.py:547 bookwyrm/templates/lists/list.html:185 +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 msgid "Sort By" msgstr "排序方式" -#: bookwyrm/forms.py:551 +#: bookwyrm/forms/lists.py:34 msgid "Ascending" msgstr "升序" -#: bookwyrm/forms.py:552 +#: bookwyrm/forms/lists.py:35 msgid "Descending" msgstr "降序" -#: bookwyrm/forms.py:565 -msgid "Reading finish date cannot be before start date." -msgstr "" - #: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 msgid "Error loading book" msgstr "" @@ -187,7 +187,7 @@ msgstr "%(value)s 不是有效的 remote_id" msgid "%(value)s is not a valid username" msgstr "%(value)s 不是有效的使用者名稱" -#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:171 +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 #: bookwyrm/templates/ostatus/error.html:29 msgid "username" msgstr "使用者名稱" @@ -245,7 +245,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:272 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 msgid "Reviews" msgstr "書評" @@ -399,7 +399,7 @@ msgstr "" msgid "Moderator" msgstr "" -#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:132 +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 msgid "Admin" msgstr "管理員" @@ -430,7 +430,7 @@ msgid "Software version:" msgstr "" #: bookwyrm/templates/about/layout.html:30 -#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:230 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 #, python-format msgid "About %(site_name)s" msgstr "關於 %(site_name)s" @@ -531,7 +531,7 @@ msgstr "" #: bookwyrm/templates/annual_summary/layout.html:155 #: bookwyrm/templates/annual_summary/layout.html:176 #: bookwyrm/templates/annual_summary/layout.html:245 -#: bookwyrm/templates/book/book.html:47 +#: bookwyrm/templates/book/book.html:56 #: bookwyrm/templates/discover/large-book.html:22 #: bookwyrm/templates/landing/large-book.html:26 #: bookwyrm/templates/landing/small-book.html:18 @@ -614,18 +614,18 @@ msgstr "" #: bookwyrm/templates/author/author.html:83 #: bookwyrm/templates/author/sync_modal.html:5 -#: bookwyrm/templates/book/book.html:122 +#: bookwyrm/templates/book/book.html:131 #: bookwyrm/templates/book/sync_modal.html:5 msgid "Load data" msgstr "" #: bookwyrm/templates/author/author.html:87 -#: bookwyrm/templates/book/book.html:126 +#: bookwyrm/templates/book/book.html:135 msgid "View on OpenLibrary" msgstr "在 OpenLibrary 檢視" #: bookwyrm/templates/author/author.html:102 -#: bookwyrm/templates/book/book.html:140 +#: bookwyrm/templates/book/book.html:149 msgid "View on Inventaire" msgstr "在 Inventaire 檢視" @@ -662,7 +662,7 @@ msgid "Last edited by:" msgstr "最後編輯者:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:16 +#: bookwyrm/templates/book/edit/edit_book_form.html:17 msgid "Metadata" msgstr "元資料" @@ -674,8 +674,9 @@ msgid "Name:" msgstr "名稱:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:75 -#: bookwyrm/templates/book/edit/edit_book_form.html:94 +#: bookwyrm/templates/book/edit/edit_book_form.html:76 +#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:107 msgid "Separate multiple values with commas." msgstr "請用逗號(,)分隔多個值。" @@ -704,7 +705,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:265 +#: bookwyrm/templates/book/edit/edit_book_form.html:278 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -721,7 +722,7 @@ msgid "ISNI:" msgstr "" #: bookwyrm/templates/author/edit_author.html:115 -#: bookwyrm/templates/book/book.html:193 +#: bookwyrm/templates/book/book.html:202 #: bookwyrm/templates/book/edit/edit_book.html:121 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 @@ -743,7 +744,7 @@ msgstr "儲存" #: bookwyrm/templates/author/edit_author.html:116 #: bookwyrm/templates/author/sync_modal.html:23 -#: bookwyrm/templates/book/book.html:194 +#: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 #: bookwyrm/templates/book/edit/edit_book.html:123 #: bookwyrm/templates/book/edit/edit_book.html:126 @@ -755,6 +756,7 @@ msgstr "儲存" #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 #: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 #: bookwyrm/templates/snippets/report_modal.html:52 @@ -775,86 +777,90 @@ msgstr "" msgid "Confirm" msgstr "確認" -#: bookwyrm/templates/book/book.html:55 bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "" + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" msgstr "編輯書目" -#: bookwyrm/templates/book/book.html:79 bookwyrm/templates/book/book.html:82 +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 msgid "Click to add cover" msgstr "" -#: bookwyrm/templates/book/book.html:88 +#: bookwyrm/templates/book/book.html:97 msgid "Failed to load cover" msgstr "載入封面失敗" -#: bookwyrm/templates/book/book.html:99 +#: bookwyrm/templates/book/book.html:108 msgid "Click to enlarge" msgstr "" -#: bookwyrm/templates/book/book.html:170 +#: bookwyrm/templates/book/book.html:179 #, python-format msgid "(%(review_count)s review)" msgid_plural "(%(review_count)s reviews)" msgstr[0] "(%(review_count)s 則書評)" -#: bookwyrm/templates/book/book.html:182 +#: bookwyrm/templates/book/book.html:191 msgid "Add Description" msgstr "新增描述" -#: bookwyrm/templates/book/book.html:189 -#: bookwyrm/templates/book/edit/edit_book_form.html:39 +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:40 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/book.html:212 #, python-format msgid "%(count)s editions" msgstr "%(count)s 個版本" -#: bookwyrm/templates/book/book.html:211 +#: bookwyrm/templates/book/book.html:220 msgid "You have shelved this edition in:" msgstr "" -#: bookwyrm/templates/book/book.html:226 +#: bookwyrm/templates/book/book.html:235 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "本書的 另一個版本 在你的 %(shelf_name)s 書架上。" -#: bookwyrm/templates/book/book.html:237 +#: bookwyrm/templates/book/book.html:246 msgid "Your reading activity" msgstr "你的閱讀活動" -#: bookwyrm/templates/book/book.html:243 +#: bookwyrm/templates/book/book.html:252 msgid "Add read dates" msgstr "新增閱讀日期" -#: bookwyrm/templates/book/book.html:251 +#: bookwyrm/templates/book/book.html:260 msgid "You don't have any reading activity for this book." msgstr "你還未閱讀這本書。" -#: bookwyrm/templates/book/book.html:277 +#: bookwyrm/templates/book/book.html:286 msgid "Your reviews" msgstr "你的書評" -#: bookwyrm/templates/book/book.html:283 +#: bookwyrm/templates/book/book.html:292 msgid "Your comments" msgstr "你的評論" -#: bookwyrm/templates/book/book.html:289 +#: bookwyrm/templates/book/book.html:298 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:325 +#: bookwyrm/templates/book/book.html:334 msgid "Subjects" msgstr "主題" -#: bookwyrm/templates/book/book.html:337 +#: bookwyrm/templates/book/book.html:346 msgid "Places" msgstr "地點" -#: bookwyrm/templates/book/book.html:348 -#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:75 +#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 #: bookwyrm/templates/search/layout.html:25 @@ -863,11 +869,11 @@ msgstr "地點" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:360 +#: bookwyrm/templates/book/book.html:369 msgid "Add to list" msgstr "新增到列表" -#: bookwyrm/templates/book/book.html:370 +#: bookwyrm/templates/book/book.html:379 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -881,12 +887,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:274 +#: bookwyrm/templates/book/edit/edit_book_form.html:287 msgid "OCLC Number:" msgstr "OCLC 號:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ASIN:" msgstr "ASIN:" @@ -895,12 +901,12 @@ msgid "Add cover" msgstr "新增封面" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:173 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 msgid "Upload cover:" msgstr "上載封面:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:179 +#: bookwyrm/templates/book/edit/edit_book_form.html:192 msgid "Load cover from url:" msgstr "從網址載入封面:" @@ -970,110 +976,114 @@ msgstr "這是一個新的作品。" msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit/edit_book_form.html:21 +#: bookwyrm/templates/book/edit/edit_book_form.html:22 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "標題:" -#: bookwyrm/templates/book/edit/edit_book_form.html:30 +#: bookwyrm/templates/book/edit/edit_book_form.html:31 msgid "Subtitle:" msgstr "副標題:" -#: bookwyrm/templates/book/edit/edit_book_form.html:50 +#: bookwyrm/templates/book/edit/edit_book_form.html:51 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit/edit_book_form.html:60 +#: bookwyrm/templates/book/edit/edit_book_form.html:61 msgid "Series number:" msgstr "系列編號:" -#: bookwyrm/templates/book/edit/edit_book_form.html:71 +#: bookwyrm/templates/book/edit/edit_book_form.html:72 msgid "Languages:" msgstr "語言:" -#: bookwyrm/templates/book/edit/edit_book_form.html:85 +#: bookwyrm/templates/book/edit/edit_book_form.html:84 +msgid "Subjects:" +msgstr "" + +#: bookwyrm/templates/book/edit/edit_book_form.html:98 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:90 +#: bookwyrm/templates/book/edit/edit_book_form.html:103 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit/edit_book_form.html:102 +#: bookwyrm/templates/book/edit/edit_book_form.html:115 msgid "First published date:" msgstr "初版時間:" -#: bookwyrm/templates/book/edit/edit_book_form.html:111 +#: bookwyrm/templates/book/edit/edit_book_form.html:124 msgid "Published date:" msgstr "出版時間:" -#: bookwyrm/templates/book/edit/edit_book_form.html:122 +#: bookwyrm/templates/book/edit/edit_book_form.html:135 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:131 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:134 +#: bookwyrm/templates/book/edit/edit_book_form.html:147 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:155 msgid "Add Authors:" msgstr "新增作者:" -#: bookwyrm/templates/book/edit/edit_book_form.html:145 -#: bookwyrm/templates/book/edit/edit_book_form.html:148 +#: bookwyrm/templates/book/edit/edit_book_form.html:158 +#: bookwyrm/templates/book/edit/edit_book_form.html:161 msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:146 -#: bookwyrm/templates/book/edit/edit_book_form.html:149 +#: bookwyrm/templates/book/edit/edit_book_form.html:159 +#: bookwyrm/templates/book/edit/edit_book_form.html:162 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:152 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:160 +#: bookwyrm/templates/book/edit/edit_book_form.html:173 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit/edit_book_form.html:192 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Physical Properties" msgstr "實體性質" -#: bookwyrm/templates/book/edit/edit_book_form.html:199 +#: bookwyrm/templates/book/edit/edit_book_form.html:212 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:224 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:222 +#: bookwyrm/templates/book/edit/edit_book_form.html:235 msgid "Pages:" msgstr "頁數:" -#: bookwyrm/templates/book/edit/edit_book_form.html:233 +#: bookwyrm/templates/book/edit/edit_book_form.html:246 msgid "Book Identifiers" msgstr "書目標識號" -#: bookwyrm/templates/book/edit/edit_book_form.html:238 +#: bookwyrm/templates/book/edit/edit_book_form.html:251 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:247 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1161,7 +1171,7 @@ msgstr "" #: bookwyrm/templates/settings/federation/instance_list.html:46 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 #: bookwyrm/templates/settings/invites/status_filter.html:5 -#: bookwyrm/templates/settings/users/user_admin.html:34 +#: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 msgid "Status" msgstr "狀態" @@ -1170,7 +1180,7 @@ msgstr "狀態" #: bookwyrm/templates/settings/announcements/announcements.html:41 #: bookwyrm/templates/settings/federation/instance.html:112 #: bookwyrm/templates/settings/reports/report_links_table.html:6 -#: bookwyrm/templates/settings/themes.html:118 +#: bookwyrm/templates/settings/themes.html:100 msgid "Actions" msgstr "動作" @@ -1314,16 +1324,18 @@ msgid "Community" msgstr "社群" #: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 msgid "Local users" msgstr "本地使用者" #: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 msgid "Federated community" msgstr "跨站社群" #: bookwyrm/templates/directory/directory.html:4 #: bookwyrm/templates/directory/directory.html:9 -#: bookwyrm/templates/layout.html:101 +#: bookwyrm/templates/layout.html:109 msgid "Directory" msgstr "目錄" @@ -1441,7 +1453,7 @@ msgstr "" #: bookwyrm/templates/discover/discover.html:4 #: bookwyrm/templates/discover/discover.html:10 -#: bookwyrm/templates/layout.html:78 +#: bookwyrm/templates/layout.html:86 msgid "Discover" msgstr "" @@ -1564,7 +1576,7 @@ msgstr "重置你在 %(site_name)s 的密碼" msgid "%(site_name)s home page" msgstr "" -#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:234 +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:242 msgid "Contact site admin" msgstr "聯絡網站管理員" @@ -1578,7 +1590,7 @@ msgid "Direct Messages with %(username)s" msgstr "與 %(username)s 私信" #: bookwyrm/templates/feed/direct_messages.html:10 -#: bookwyrm/templates/layout.html:111 +#: bookwyrm/templates/layout.html:119 msgid "Direct Messages" msgstr "私信" @@ -1615,7 +1627,7 @@ msgid "Updates" msgstr "更新" #: bookwyrm/templates/feed/suggested_books.html:6 -#: bookwyrm/templates/layout.html:106 +#: bookwyrm/templates/layout.html:114 msgid "Your Books" msgstr "你的書目" @@ -2163,7 +2175,7 @@ msgid "Login" msgstr "登入" #: bookwyrm/templates/landing/login.html:7 -#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 #: bookwyrm/templates/ostatus/error.html:37 msgid "Log in" msgstr "登入" @@ -2172,7 +2184,7 @@ msgstr "登入" msgid "Success! Email address confirmed." msgstr "" -#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:170 +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 #: bookwyrm/templates/ostatus/error.html:28 #: bookwyrm/templates/snippets/register_form.html:4 msgid "Username:" @@ -2180,12 +2192,12 @@ msgstr "使用者名稱:" #: bookwyrm/templates/landing/login.html:27 #: bookwyrm/templates/landing/password_reset.html:26 -#: bookwyrm/templates/layout.html:174 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 #: bookwyrm/templates/snippets/register_form.html:45 msgid "Password:" msgstr "密碼:" -#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:176 +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 #: bookwyrm/templates/ostatus/error.html:34 msgid "Forgot your password?" msgstr "忘記了密碼?" @@ -2217,19 +2229,23 @@ msgstr "" msgid "Search for a book, user, or list" msgstr "" -#: bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "" + +#: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" msgstr "主導航選單" -#: bookwyrm/templates/layout.html:72 +#: bookwyrm/templates/layout.html:80 msgid "Feed" msgstr "動態" -#: bookwyrm/templates/layout.html:116 bookwyrm/templates/setup/config.html:52 +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 msgid "Settings" msgstr "設定" -#: bookwyrm/templates/layout.html:125 +#: bookwyrm/templates/layout.html:133 #: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 #: bookwyrm/templates/settings/invites/manage_invites.html:3 #: bookwyrm/templates/settings/invites/manage_invites.html:15 @@ -2237,42 +2253,42 @@ msgstr "設定" msgid "Invites" msgstr "邀請" -#: bookwyrm/templates/layout.html:139 +#: bookwyrm/templates/layout.html:147 msgid "Log out" msgstr "登出" -#: bookwyrm/templates/layout.html:147 bookwyrm/templates/layout.html:148 +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 #: bookwyrm/templates/notifications/notifications_page.html:5 #: bookwyrm/templates/notifications/notifications_page.html:10 msgid "Notifications" msgstr "通知" -#: bookwyrm/templates/layout.html:175 bookwyrm/templates/ostatus/error.html:33 +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 msgid "password" msgstr "密碼" -#: bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/layout.html:195 msgid "Join" msgstr "加入" -#: bookwyrm/templates/layout.html:221 +#: bookwyrm/templates/layout.html:229 msgid "Successfully posted status" msgstr "" -#: bookwyrm/templates/layout.html:222 +#: bookwyrm/templates/layout.html:230 msgid "Error posting status" msgstr "" -#: bookwyrm/templates/layout.html:238 +#: bookwyrm/templates/layout.html:246 msgid "Documentation" msgstr "文件:" -#: bookwyrm/templates/layout.html:245 +#: bookwyrm/templates/layout.html:253 #, python-format msgid "Support %(site_name)s on %(support_title)s" msgstr "在 %(support_title)s 上支援 %(site_name)s" -#: bookwyrm/templates/layout.html:249 +#: bookwyrm/templates/layout.html:257 msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." msgstr "BookWyrm 是開源軟體。你可以在 GitHub 貢獻或報告問題。" @@ -3000,6 +3016,43 @@ msgstr "" msgid "Report" msgstr "舉報" +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "" + #: bookwyrm/templates/search/book.html:44 msgid "Results from" msgstr "" @@ -3033,8 +3086,9 @@ msgstr "搜尋類別" #: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 #: bookwyrm/templates/settings/federation/instance_list.html:44 #: bookwyrm/templates/settings/layout.html:36 -#: bookwyrm/templates/settings/users/user_admin.html:3 -#: bookwyrm/templates/settings/users/user_admin.html:10 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 msgid "Users" msgstr "使用者" @@ -3497,6 +3551,7 @@ msgid "Date accepted" msgstr "接受日期" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 msgid "Email" msgstr "郵箱" @@ -3915,7 +3970,7 @@ msgid "Add the file name using the form below to make it available in the applic msgstr "" #: bookwyrm/templates/settings/themes.html:42 -#: bookwyrm/templates/settings/themes.html:101 +#: bookwyrm/templates/settings/themes.html:83 msgid "Add theme" msgstr "" @@ -3923,28 +3978,24 @@ msgstr "" msgid "Unable to save theme" msgstr "" -#: bookwyrm/templates/settings/themes.html:61 -msgid "No available theme files detected" -msgstr "" - -#: bookwyrm/templates/settings/themes.html:69 -#: bookwyrm/templates/settings/themes.html:112 +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 msgid "Theme name" msgstr "" -#: bookwyrm/templates/settings/themes.html:79 +#: bookwyrm/templates/settings/themes.html:74 msgid "Theme filename" msgstr "" -#: bookwyrm/templates/settings/themes.html:107 +#: bookwyrm/templates/settings/themes.html:89 msgid "Available Themes" msgstr "" -#: bookwyrm/templates/settings/themes.html:115 +#: bookwyrm/templates/settings/themes.html:97 msgid "File" msgstr "" -#: bookwyrm/templates/settings/themes.html:130 +#: bookwyrm/templates/settings/themes.html:112 msgid "Remove theme" msgstr "" @@ -3962,43 +4013,39 @@ msgstr "" msgid "Your password:" msgstr "" -#: bookwyrm/templates/settings/users/user.html:7 -msgid "Back to users" -msgstr "回到使用者" - -#: bookwyrm/templates/settings/users/user_admin.html:7 +#: bookwyrm/templates/settings/users/user_admin.html:9 #, python-format msgid "Users: %(instance_name)s" msgstr "使用者: %(instance_name)s" -#: bookwyrm/templates/settings/users/user_admin.html:22 +#: bookwyrm/templates/settings/users/user_admin.html:40 #: bookwyrm/templates/settings/users/username_filter.html:5 msgid "Username" msgstr "使用者名稱" -#: bookwyrm/templates/settings/users/user_admin.html:26 +#: bookwyrm/templates/settings/users/user_admin.html:44 msgid "Date Added" msgstr "新增日期:" -#: bookwyrm/templates/settings/users/user_admin.html:30 +#: bookwyrm/templates/settings/users/user_admin.html:48 msgid "Last Active" msgstr "最後活躍" -#: bookwyrm/templates/settings/users/user_admin.html:38 +#: bookwyrm/templates/settings/users/user_admin.html:57 msgid "Remote instance" msgstr "移除伺服器" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:24 msgid "Active" msgstr "活躍" -#: bookwyrm/templates/settings/users/user_admin.html:47 +#: bookwyrm/templates/settings/users/user_admin.html:67 #: bookwyrm/templates/settings/users/user_info.html:28 msgid "Inactive" msgstr "停用" -#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_admin.html:73 #: bookwyrm/templates/settings/users/user_info.html:120 msgid "Not set" msgstr "未設定" From 44e68cd0a459ccdb2192bd0871899636316f898e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 16:50:34 -0700 Subject: [PATCH 156/204] Whitespace fix --- bookwyrm/models/site.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bookwyrm/models/site.py b/bookwyrm/models/site.py index e939da20f..edffa1adb 100644 --- a/bookwyrm/models/site.py +++ b/bookwyrm/models/site.py @@ -103,7 +103,8 @@ class SiteSettings(models.Model): return urljoin(STATIC_FULL_URL, default_path) def save(self, *args, **kwargs): - """if require_confirm_email is disabled, make sure no users are pending, if enabled, make sure invite_question_text is not empty""" + """if require_confirm_email is disabled, make sure no users are pending, + if enabled, make sure invite_question_text is not empty""" if not self.require_confirm_email: User.objects.filter(is_active=False, deactivation_reason="pending").update( is_active=True, deactivation_reason=None From 8b061f94324531b0f6fa9c96cf222b3f61258fa8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 16:53:16 -0700 Subject: [PATCH 157/204] Manually updates migration --- ...{0145_auto_20220313_2206.py => 0146_auto_20220316_2352.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename bookwyrm/migrations/{0145_auto_20220313_2206.py => 0146_auto_20220316_2352.py} (87%) diff --git a/bookwyrm/migrations/0145_auto_20220313_2206.py b/bookwyrm/migrations/0146_auto_20220316_2352.py similarity index 87% rename from bookwyrm/migrations/0145_auto_20220313_2206.py rename to bookwyrm/migrations/0146_auto_20220316_2352.py index 8d06ca8b2..2eab3b562 100644 --- a/bookwyrm/migrations/0145_auto_20220313_2206.py +++ b/bookwyrm/migrations/0146_auto_20220316_2352.py @@ -1,4 +1,4 @@ -# Generated by Django 3.2.12 on 2022-03-13 22:06 +# Generated by Django 3.2.12 on 2022-03-16 23:52 from django.db import migrations, models @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("bookwyrm", "0144_alter_announcement_display_type"), + ("bookwyrm", "0145_sitesettings_version"), ] operations = [ From 178f26192b1c50667e6ea0a2051ca974bc470134 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 17:15:53 -0700 Subject: [PATCH 158/204] Removes file added by merge --- bookwyrm/forms.py | 584 ---------------------------------------------- 1 file changed, 584 deletions(-) delete mode 100644 bookwyrm/forms.py diff --git a/bookwyrm/forms.py b/bookwyrm/forms.py deleted file mode 100644 index a20fadcb3..000000000 --- a/bookwyrm/forms.py +++ /dev/null @@ -1,584 +0,0 @@ -""" using django model forms """ -import datetime -from collections import defaultdict -from urllib.parse import urlparse - -from django import forms -from django.forms import ModelForm, PasswordInput, widgets, ChoiceField -from django.forms.widgets import Textarea -from django.utils import timezone -from django.utils.translation import gettext_lazy as _ - -from bookwyrm import models -from bookwyrm.models.fields import ClearableFileInputWithWarning -from bookwyrm.models.user import FeedFilterChoices - - -class CustomForm(ModelForm): - """add css classes to the forms""" - - def __init__(self, *args, **kwargs): - css_classes = defaultdict(lambda: "") - css_classes["text"] = "input" - css_classes["password"] = "input" - css_classes["email"] = "input" - css_classes["number"] = "input" - css_classes["checkbox"] = "checkbox" - css_classes["textarea"] = "textarea" - # pylint: disable=super-with-arguments - super(CustomForm, self).__init__(*args, **kwargs) - for visible in self.visible_fields(): - if hasattr(visible.field.widget, "input_type"): - input_type = visible.field.widget.input_type - if isinstance(visible.field.widget, Textarea): - input_type = "textarea" - visible.field.widget.attrs["rows"] = 5 - visible.field.widget.attrs["class"] = css_classes[input_type] - - -# pylint: disable=missing-class-docstring -class LoginForm(CustomForm): - class Meta: - model = models.User - fields = ["localname", "password"] - help_texts = {f: None for f in fields} - widgets = { - "password": PasswordInput(), - } - - -class RegisterForm(CustomForm): - class Meta: - model = models.User - fields = ["localname", "email", "password"] - help_texts = {f: None for f in fields} - widgets = {"password": PasswordInput()} - - def clean(self): - """Check if the username is taken""" - cleaned_data = super().clean() - localname = cleaned_data.get("localname").strip() - if models.User.objects.filter(localname=localname).first(): - self.add_error("localname", _("User with this username already exists")) - - -class RatingForm(CustomForm): - class Meta: - model = models.ReviewRating - fields = ["user", "book", "rating", "privacy"] - - -class ReviewForm(CustomForm): - class Meta: - model = models.Review - fields = [ - "user", - "book", - "name", - "content", - "rating", - "content_warning", - "sensitive", - "privacy", - ] - - -class CommentForm(CustomForm): - class Meta: - model = models.Comment - fields = [ - "user", - "book", - "content", - "content_warning", - "sensitive", - "privacy", - "progress", - "progress_mode", - "reading_status", - ] - - -class QuotationForm(CustomForm): - class Meta: - model = models.Quotation - fields = [ - "user", - "book", - "quote", - "content", - "content_warning", - "sensitive", - "privacy", - "position", - "position_mode", - ] - - -class ReplyForm(CustomForm): - class Meta: - model = models.Status - fields = [ - "user", - "content", - "content_warning", - "sensitive", - "reply_parent", - "privacy", - ] - - -class StatusForm(CustomForm): - class Meta: - model = models.Status - fields = ["user", "content", "content_warning", "sensitive", "privacy"] - - -class DirectForm(CustomForm): - class Meta: - model = models.Status - fields = ["user", "content", "content_warning", "sensitive", "privacy"] - - -class EditUserForm(CustomForm): - class Meta: - model = models.User - fields = [ - "avatar", - "name", - "email", - "summary", - "show_goal", - "show_suggested_users", - "manually_approves_followers", - "default_post_privacy", - "discoverable", - "hide_follows", - "preferred_timezone", - "preferred_language", - "theme", - ] - help_texts = {f: None for f in fields} - widgets = { - "avatar": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_avatar"} - ), - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "summary": forms.Textarea(attrs={"aria-describedby": "desc_summary"}), - "email": forms.EmailInput(attrs={"aria-describedby": "desc_email"}), - "discoverable": forms.CheckboxInput( - attrs={"aria-describedby": "desc_discoverable"} - ), - } - - -class LimitedEditUserForm(CustomForm): - class Meta: - model = models.User - fields = [ - "avatar", - "name", - "summary", - "manually_approves_followers", - "discoverable", - ] - help_texts = {f: None for f in fields} - widgets = { - "avatar": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_avatar"} - ), - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "summary": forms.Textarea(attrs={"aria-describedby": "desc_summary"}), - "discoverable": forms.CheckboxInput( - attrs={"aria-describedby": "desc_discoverable"} - ), - } - - -class DeleteUserForm(CustomForm): - class Meta: - model = models.User - fields = ["password"] - - -class UserGroupForm(CustomForm): - class Meta: - model = models.User - fields = ["groups"] - - -class FeedStatusTypesForm(CustomForm): - class Meta: - model = models.User - fields = ["feed_status_types"] - help_texts = {f: None for f in fields} - widgets = { - "feed_status_types": widgets.CheckboxSelectMultiple( - choices=FeedFilterChoices, - ), - } - - -class CoverForm(CustomForm): - class Meta: - model = models.Book - fields = ["cover"] - help_texts = {f: None for f in fields} - - -class LinkDomainForm(CustomForm): - class Meta: - model = models.LinkDomain - fields = ["name"] - - -class FileLinkForm(CustomForm): - class Meta: - model = models.FileLink - fields = ["url", "filetype", "availability", "book", "added_by"] - - def clean(self): - """make sure the domain isn't blocked or pending""" - cleaned_data = super().clean() - url = cleaned_data.get("url") - filetype = cleaned_data.get("filetype") - book = cleaned_data.get("book") - domain = urlparse(url).netloc - if models.LinkDomain.objects.filter(domain=domain).exists(): - status = models.LinkDomain.objects.get(domain=domain).status - if status == "blocked": - # pylint: disable=line-too-long - self.add_error( - "url", - _( - "This domain is blocked. Please contact your administrator if you think this is an error." - ), - ) - elif models.FileLink.objects.filter( - url=url, book=book, filetype=filetype - ).exists(): - # pylint: disable=line-too-long - self.add_error( - "url", - _( - "This link with file type has already been added for this book. If it is not visible, the domain is still pending." - ), - ) - - -class EditionForm(CustomForm): - class Meta: - model = models.Edition - exclude = [ - "remote_id", - "origin_id", - "created_date", - "updated_date", - "edition_rank", - "authors", - "parent_work", - "shelves", - "connector", - "search_vector", - "links", - "file_links", - ] - widgets = { - "title": forms.TextInput(attrs={"aria-describedby": "desc_title"}), - "subtitle": forms.TextInput(attrs={"aria-describedby": "desc_subtitle"}), - "description": forms.Textarea( - attrs={"aria-describedby": "desc_description"} - ), - "series": forms.TextInput(attrs={"aria-describedby": "desc_series"}), - "series_number": forms.TextInput( - attrs={"aria-describedby": "desc_series_number"} - ), - "languages": forms.TextInput( - attrs={"aria-describedby": "desc_languages_help desc_languages"} - ), - "subjects": forms.TextInput( - attrs={"aria-describedby": "desc_subjects_help desc_subjects"} - ), - "publishers": forms.TextInput( - attrs={"aria-describedby": "desc_publishers_help desc_publishers"} - ), - "first_published_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_first_published_date"} - ), - "published_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_published_date"} - ), - "cover": ClearableFileInputWithWarning( - attrs={"aria-describedby": "desc_cover"} - ), - "physical_format": forms.Select( - attrs={"aria-describedby": "desc_physical_format"} - ), - "physical_format_detail": forms.TextInput( - attrs={"aria-describedby": "desc_physical_format_detail"} - ), - "pages": forms.NumberInput(attrs={"aria-describedby": "desc_pages"}), - "isbn_13": forms.TextInput(attrs={"aria-describedby": "desc_isbn_13"}), - "isbn_10": forms.TextInput(attrs={"aria-describedby": "desc_isbn_10"}), - "openlibrary_key": forms.TextInput( - attrs={"aria-describedby": "desc_openlibrary_key"} - ), - "inventaire_id": forms.TextInput( - attrs={"aria-describedby": "desc_inventaire_id"} - ), - "oclc_number": forms.TextInput( - attrs={"aria-describedby": "desc_oclc_number"} - ), - "ASIN": forms.TextInput(attrs={"aria-describedby": "desc_ASIN"}), - } - - -class AuthorForm(CustomForm): - class Meta: - model = models.Author - fields = [ - "last_edited_by", - "name", - "aliases", - "bio", - "wikipedia_link", - "born", - "died", - "openlibrary_key", - "inventaire_id", - "librarything_key", - "goodreads_key", - "isni", - ] - widgets = { - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "aliases": forms.TextInput(attrs={"aria-describedby": "desc_aliases"}), - "bio": forms.Textarea(attrs={"aria-describedby": "desc_bio"}), - "wikipedia_link": forms.TextInput( - attrs={"aria-describedby": "desc_wikipedia_link"} - ), - "born": forms.SelectDateWidget(attrs={"aria-describedby": "desc_born"}), - "died": forms.SelectDateWidget(attrs={"aria-describedby": "desc_died"}), - "oepnlibrary_key": forms.TextInput( - attrs={"aria-describedby": "desc_oepnlibrary_key"} - ), - "inventaire_id": forms.TextInput( - attrs={"aria-describedby": "desc_inventaire_id"} - ), - "librarything_key": forms.TextInput( - attrs={"aria-describedby": "desc_librarything_key"} - ), - "goodreads_key": forms.TextInput( - attrs={"aria-describedby": "desc_goodreads_key"} - ), - } - - -class ImportForm(forms.Form): - csv_file = forms.FileField() - - -class ExpiryWidget(widgets.Select): - def value_from_datadict(self, data, files, name): - """human-readable exiration time buckets""" - selected_string = super().value_from_datadict(data, files, name) - - if selected_string == "day": - interval = datetime.timedelta(days=1) - elif selected_string == "week": - interval = datetime.timedelta(days=7) - elif selected_string == "month": - interval = datetime.timedelta(days=31) # Close enough? - elif selected_string == "forever": - return None - else: - return selected_string # This will raise - - return timezone.now() + interval - - -class InviteRequestForm(CustomForm): - def clean(self): - """make sure the email isn't in use by a registered user""" - cleaned_data = super().clean() - email = cleaned_data.get("email") - if email and models.User.objects.filter(email=email).exists(): - self.add_error("email", _("A user with this email already exists.")) - - class Meta: - model = models.InviteRequest - fields = ["email", "answer"] - - -class CreateInviteForm(CustomForm): - class Meta: - model = models.SiteInvite - exclude = ["code", "user", "times_used", "invitees"] - widgets = { - "expiry": ExpiryWidget( - choices=[ - ("day", _("One Day")), - ("week", _("One Week")), - ("month", _("One Month")), - ("forever", _("Does Not Expire")), - ] - ), - "use_limit": widgets.Select( - choices=[(i, _(f"{i} uses")) for i in [1, 5, 10, 25, 50, 100]] - + [(None, _("Unlimited"))] - ), - } - - -class ShelfForm(CustomForm): - class Meta: - model = models.Shelf - fields = ["user", "name", "privacy", "description"] - - -class GoalForm(CustomForm): - class Meta: - model = models.AnnualGoal - fields = ["user", "year", "goal", "privacy"] - - -class SiteForm(CustomForm): - class Meta: - model = models.SiteSettings - exclude = ["admin_code", "install_mode"] - widgets = { - "instance_short_description": forms.TextInput( - attrs={"aria-describedby": "desc_instance_short_description"} - ), - "require_confirm_email": forms.CheckboxInput( - attrs={"aria-describedby": "desc_require_confirm_email"} - ), - "invite_request_text": forms.Textarea( - attrs={"aria-describedby": "desc_invite_request_text"} - ), - } - - -class SiteThemeForm(CustomForm): - class Meta: - model = models.SiteSettings - fields = ["default_theme"] - - -class ThemeForm(CustomForm): - class Meta: - model = models.Theme - fields = ["name", "path"] - widgets = { - "name": forms.TextInput(attrs={"aria-describedby": "desc_name"}), - "path": forms.TextInput( - attrs={ - "aria-describedby": "desc_path", - "placeholder": "css/themes/theme-name.scss", - } - ), - } - - -class AnnouncementForm(CustomForm): - class Meta: - model = models.Announcement - exclude = ["remote_id"] - widgets = { - "preview": forms.TextInput(attrs={"aria-describedby": "desc_preview"}), - "content": forms.Textarea(attrs={"aria-describedby": "desc_content"}), - "event_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_event_date"} - ), - "start_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_start_date"} - ), - "end_date": forms.SelectDateWidget( - attrs={"aria-describedby": "desc_end_date"} - ), - "active": forms.CheckboxInput(attrs={"aria-describedby": "desc_active"}), - } - - -class ListForm(CustomForm): - class Meta: - model = models.List - fields = ["user", "name", "description", "curation", "privacy", "group"] - - -class ListItemForm(CustomForm): - class Meta: - model = models.ListItem - fields = ["user", "book", "book_list", "notes"] - - -class GroupForm(CustomForm): - class Meta: - model = models.Group - fields = ["user", "privacy", "name", "description"] - - -class ReportForm(CustomForm): - class Meta: - model = models.Report - fields = ["user", "reporter", "status", "links", "note"] - - -class EmailBlocklistForm(CustomForm): - class Meta: - model = models.EmailBlocklist - fields = ["domain"] - widgets = { - "avatar": forms.TextInput(attrs={"aria-describedby": "desc_domain"}), - } - - -class IPBlocklistForm(CustomForm): - class Meta: - model = models.IPBlocklist - fields = ["address"] - - -class ServerForm(CustomForm): - class Meta: - model = models.FederatedServer - exclude = ["remote_id"] - - -class SortListForm(forms.Form): - sort_by = ChoiceField( - choices=( - ("order", _("List Order")), - ("title", _("Book Title")), - ("rating", _("Rating")), - ), - label=_("Sort By"), - ) - direction = ChoiceField( - choices=( - ("ascending", _("Ascending")), - ("descending", _("Descending")), - ), - ) - - -class ReadThroughForm(CustomForm): - def clean(self): - """make sure the email isn't in use by a registered user""" - cleaned_data = super().clean() - start_date = cleaned_data.get("start_date") - finish_date = cleaned_data.get("finish_date") - if start_date and finish_date and start_date > finish_date: - self.add_error( - "finish_date", _("Reading finish date cannot be before start date.") - ) - - class Meta: - model = models.ReadThrough - fields = ["user", "book", "start_date", "finish_date"] - - -class AutoModRuleForm(CustomForm): - class Meta: - model = models.AutoMod - fields = ["string_match", "flag_users", "flag_statuses", "created_by"] From 5255abb2afef7e048410e6dd8e338e6b2be46ae7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 16 Mar 2022 17:55:41 -0700 Subject: [PATCH 159/204] Fixes create book view unit test --- bookwyrm/tests/views/books/test_edit_book.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/tests/views/books/test_edit_book.py b/bookwyrm/tests/views/books/test_edit_book.py index cfb0d7668..cabfe972d 100644 --- a/bookwyrm/tests/views/books/test_edit_book.py +++ b/bookwyrm/tests/views/books/test_edit_book.py @@ -60,7 +60,7 @@ class EditBookViews(TestCase): def test_edit_book_create_page(self): """there are so many views, this just makes sure it LOADS""" - view = views.EditBook.as_view() + view = views.CreateBook.as_view() request = self.factory.get("") request.user = self.local_user request.user.is_superuser = True From 3050b33084260a19f5258fa10b8fe5f772c74b67 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Wed, 16 Mar 2022 20:21:13 -0700 Subject: [PATCH 160/204] add success-light and warning-light! --- bookwyrm/static/css/themes/bookwyrm-dark.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookwyrm/static/css/themes/bookwyrm-dark.scss b/bookwyrm/static/css/themes/bookwyrm-dark.scss index 466d8026d..0a4f6f23e 100644 --- a/bookwyrm/static/css/themes/bookwyrm-dark.scss +++ b/bookwyrm/static/css/themes/bookwyrm-dark.scss @@ -8,7 +8,9 @@ $primary: #005e50; $primary-light: #1d2b28; $info: #1f4666; $success: #246447; +$success-light: #0d2f1e; $warning: #8b6c15; +$warning-light: #372e13; $danger: #872538; $danger-light: #481922; $light: #393939; From cf58d0ad5c58a395cda279809410f13220236fad Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Mar 2022 07:22:22 -0700 Subject: [PATCH 161/204] Reverts author view changes --- bookwyrm/views/author.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bookwyrm/views/author.py b/bookwyrm/views/author.py index a2f5d03ba..54eadef68 100644 --- a/bookwyrm/views/author.py +++ b/bookwyrm/views/author.py @@ -1,7 +1,7 @@ """ the good people stuff! the authors! """ from django.contrib.auth.decorators import login_required, permission_required from django.core.paginator import Paginator -from django.db.models import Avg, Q +from django.db.models import Q from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse from django.utils.decorators import method_decorator @@ -28,8 +28,7 @@ class Author(View): books = ( models.Work.objects.filter(Q(authors=author) | Q(editions__authors=author)) - .annotate(Avg("editions__review__rating")) - .order_by("editions__review__rating__avg") + .order_by("created_date") .distinct() ) From 997a671cfb6be33a7b7d3ff973a04017a47cdf65 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Mar 2022 07:34:59 -0700 Subject: [PATCH 162/204] Consistent style for edit book confirm mode --- bookwyrm/templates/book/edit/edit_book.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index 79ed1cc0d..b088c1e87 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -103,7 +103,7 @@ {{ match.parent_work.title }} {% endfor %} -

{% blocktrans with path=book.parent_work.local_path count=book.parent_work.editions.count %}{{ count }} editions{% endblocktrans %}

- {% endif %} + {% with work=book.parent_work %} +

+ + {% blocktrans trimmed count counter=work.editions.count with count=work.editions.count|intcomma %} + {{ count }} edition + {% plural %} + {{ count }} editions + {% endblocktrans %} + +

+ {% endwith %} {# user's relationship to the book #} From a684d86d15f5f1715ab49d6f9228ada016aaaf40 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 17 Mar 2022 08:02:59 -0700 Subject: [PATCH 164/204] Fixes subjects in add edition view --- bookwyrm/forms/books.py | 1 - bookwyrm/templates/book/editions/editions.html | 13 ++++++++++++- bookwyrm/views/books/edit_book.py | 1 + 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/bookwyrm/forms/books.py b/bookwyrm/forms/books.py index 20f307fae..d96ad067c 100644 --- a/bookwyrm/forms/books.py +++ b/bookwyrm/forms/books.py @@ -86,7 +86,6 @@ class EditionForm(CustomForm): "ASIN": forms.TextInput(attrs={"aria-describedby": "desc_ASIN"}), } - class EditionFromWorkForm(CustomForm): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) diff --git a/bookwyrm/templates/book/editions/editions.html b/bookwyrm/templates/book/editions/editions.html index 5d674d47d..e15e7a74d 100644 --- a/bookwyrm/templates/book/editions/editions.html +++ b/bookwyrm/templates/book/editions/editions.html @@ -57,7 +57,18 @@
{% csrf_token %} - {{ work_form }} + {{ work_form.title }} + {{ work_form.subtitle }} + {{ work_form.authors }} + {{ work_form.description }} + {{ work_form.languages }} + {{ work_form.series }} + {{ work_form.cover }} + {{ work_form.first_published_date }} + {% for subject in work.subjects %} + + {% endfor %} +
diff --git a/bookwyrm/templates/widgets/addon_multiwidget.html b/bookwyrm/templates/widgets/addon_multiwidget.html new file mode 100644 index 000000000..5c8616b88 --- /dev/null +++ b/bookwyrm/templates/widgets/addon_multiwidget.html @@ -0,0 +1,9 @@ +{% spaceless %} +
+{% for widget in widget.subwidgets %} +
+ {% include widget.template_name %} +
+{% endfor %} +
+{% endspaceless %} diff --git a/bookwyrm/templates/widgets/select.html b/bookwyrm/templates/widgets/select.html new file mode 100644 index 000000000..eb59ebd33 --- /dev/null +++ b/bookwyrm/templates/widgets/select.html @@ -0,0 +1,10 @@ +
+ +
diff --git a/bookwyrm/views/books/edit_book.py b/bookwyrm/views/books/edit_book.py index 40cc44cab..2315cfce2 100644 --- a/bookwyrm/views/books/edit_book.py +++ b/bookwyrm/views/books/edit_book.py @@ -1,13 +1,11 @@ """ the good stuff! the books! """ from re import sub, findall -from dateutil.parser import parse as dateparse from django.contrib.auth.decorators import login_required, permission_required from django.contrib.postgres.search import SearchRank, SearchVector from django.db import transaction from django.http import HttpResponseBadRequest from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse -from django.utils.datastructures import MultiValueDictKeyError from django.utils.decorators import method_decorator from django.views.decorators.http import require_POST from django.views import View @@ -52,7 +50,6 @@ class EditBook(View): # either of the above cases requires additional confirmation if data.get("add_author"): - data = copy_form(data) return TemplateResponse(request, "book/edit/edit_book.html", data) remove_authors = request.POST.getlist("remove_authors") @@ -118,7 +115,6 @@ class CreateBook(View): # go to confirm mode if not parent_work_id or data.get("add_author"): - data = copy_form(data) return TemplateResponse(request, "book/edit/edit_book.html", data) with transaction.atomic(): @@ -139,21 +135,6 @@ class CreateBook(View): return redirect(f"/book/{book.id}") -def copy_form(data): - """helper to re-create the date fields in the form""" - formcopy = data["form"].data.copy() - try: - formcopy["first_published_date"] = dateparse(formcopy["first_published_date"]) - except (MultiValueDictKeyError, ValueError): - pass - try: - formcopy["published_date"] = dateparse(formcopy["published_date"]) - except (MultiValueDictKeyError, ValueError): - pass - data["form"].data = formcopy - return data - - def add_authors(request, data): """helper for adding authors""" add_author = [author for author in request.POST.getlist("add_author") if author] From dc9f8fccb7bc92704f1231bce92f85aabf2434f3 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 08:48:10 -0700 Subject: [PATCH 174/204] Adds widgets file --- bookwyrm/forms/widgets.py | 70 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 bookwyrm/forms/widgets.py diff --git a/bookwyrm/forms/widgets.py b/bookwyrm/forms/widgets.py new file mode 100644 index 000000000..ee9345aa0 --- /dev/null +++ b/bookwyrm/forms/widgets.py @@ -0,0 +1,70 @@ +""" using django model forms """ +from django import forms + + +class ArrayWidget(forms.widgets.TextInput): + """Inputs for postgres array fields""" + + # pylint: disable=unused-argument + # pylint: disable=no-self-use + def value_from_datadict(self, data, files, name): + """get all values for this name""" + return [i for i in data.getlist(name) if i] + + +class Select(forms.Select): + """custom template for select widget""" + + template_name = "widgets/select.html" + + +class SelectDateWidget(forms.SelectDateWidget): + """ + A widget that splits date input into two boxes and a numerical year. + """ + + template_name = "widgets/addon_multiwidget.html" + select_widget = Select + + def get_context(self, name, value, attrs): + """sets individual widgets""" + context = super().get_context(name, value, attrs) + date_context = {} + year_name = self.year_field % name + date_context["year"] = forms.NumberInput().get_context( + name=year_name, + value=context["widget"]["value"]["year"], + attrs={ + **context["widget"]["attrs"], + "id": f"id_{year_name}", + "class": "input", + }, + ) + month_choices = list(self.months.items()) + if not self.is_required: + month_choices.insert(0, self.month_none_value) + month_name = self.month_field % name + date_context["month"] = self.select_widget( + attrs, choices=month_choices + ).get_context( + name=month_name, + value=context["widget"]["value"]["month"], + attrs={**context["widget"]["attrs"], "id": f"id_{month_name}"}, + ) + day_choices = [(i, i) for i in range(1, 32)] + if not self.is_required: + day_choices.insert(0, self.day_none_value) + day_name = self.day_field % name + date_context["day"] = self.select_widget( + attrs, + choices=day_choices, + ).get_context( + name=day_name, + value=context["widget"]["value"]["day"], + attrs={**context["widget"]["attrs"], "id": f"id_{day_name}"}, + ) + subwidgets = [] + for field in self._parse_date_fmt(): + subwidgets.append(date_context[field]["widget"]) + context["widget"]["subwidgets"] = subwidgets + return context From 1cfe3b3f941f557adadeb99146e7c7fecf08d5b0 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 09:09:25 -0700 Subject: [PATCH 178/204] Re-orders site settings registration toggles Having require email confirm next to allow registration seems better to me --- bookwyrm/templates/settings/site.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bookwyrm/templates/settings/site.html b/bookwyrm/templates/settings/site.html index d55514b55..4fd147834 100644 --- a/bookwyrm/templates/settings/site.html +++ b/bookwyrm/templates/settings/site.html @@ -139,6 +139,13 @@ {% trans "Allow registration" %} +
+ +

{% trans "(Recommended if registration is open)" %}

+
-
- -

{% trans "(Recommended if registration is open)" %}

-
{{ site_form.registration_closed_text }} @@ -171,7 +171,7 @@
{{ site_form.invite_request_text }} - + {% include 'snippets/form_errors.html' with errors_list=site_form.invite_request_text.errors id="desc_invite_request_text" %}
From 7f6a98e764eedb8e1781b755f1aa05192cc053ca Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 09:11:59 -0700 Subject: [PATCH 179/204] Don't let site settings form get too wide --- bookwyrm/templates/settings/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/settings/layout.html b/bookwyrm/templates/settings/layout.html index d76c954dc..862de9585 100644 --- a/bookwyrm/templates/settings/layout.html +++ b/bookwyrm/templates/settings/layout.html @@ -93,7 +93,7 @@ {% endif %} -
+
{% block panel %}{% endblock %}
From f0a87e2a2069557cb6a6f1990eadfed557775db6 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 09:13:08 -0700 Subject: [PATCH 180/204] Use fullwidth tables in admin views --- bookwyrm/templates/settings/announcements/announcements.html | 2 +- bookwyrm/templates/settings/automod/rules.html | 2 +- bookwyrm/templates/settings/federation/instance_list.html | 2 +- bookwyrm/templates/settings/themes.html | 2 +- bookwyrm/templates/settings/users/user_admin.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bookwyrm/templates/settings/announcements/announcements.html b/bookwyrm/templates/settings/announcements/announcements.html index 6299ba3d9..784fef166 100644 --- a/bookwyrm/templates/settings/announcements/announcements.html +++ b/bookwyrm/templates/settings/announcements/announcements.html @@ -14,7 +14,7 @@ {% block panel %}
- +
{% url 'settings-announcements' as url %} diff --git a/bookwyrm/templates/settings/automod/rules.html b/bookwyrm/templates/settings/automod/rules.html index ef0a49beb..128ff20b7 100644 --- a/bookwyrm/templates/settings/automod/rules.html +++ b/bookwyrm/templates/settings/automod/rules.html @@ -154,7 +154,7 @@
- +
diff --git a/bookwyrm/templates/settings/federation/instance_list.html b/bookwyrm/templates/settings/federation/instance_list.html index 5cbec8761..89c50e5e6 100644 --- a/bookwyrm/templates/settings/federation/instance_list.html +++ b/bookwyrm/templates/settings/federation/instance_list.html @@ -25,7 +25,7 @@ - +
{% url 'settings-federation' as url %}
diff --git a/bookwyrm/templates/settings/themes.html b/bookwyrm/templates/settings/themes.html index 3d4d83dec..afa3f0be4 100644 --- a/bookwyrm/templates/settings/themes.html +++ b/bookwyrm/templates/settings/themes.html @@ -88,7 +88,7 @@

{% trans "Available Themes" %}

- +
{% trans "Theme name" %} diff --git a/bookwyrm/templates/settings/users/user_admin.html b/bookwyrm/templates/settings/users/user_admin.html index e3de77938..fdd9fb7df 100644 --- a/bookwyrm/templates/settings/users/user_admin.html +++ b/bookwyrm/templates/settings/users/user_admin.html @@ -33,7 +33,7 @@
- +
{% url 'settings-users' as url %} {% for user in users %} - + - + {% if status != "local" %}
From 4386d2ddb9b923a92c5fd0f5f1817faadb625055 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 12:00:16 -0700 Subject: [PATCH 181/204] Switches resend email to modal --- .../confirm_email/confirm_email.html | 11 +++-- bookwyrm/templates/confirm_email/resend.html | 10 +++++ .../templates/confirm_email/resend_form.html | 20 --------- .../templates/confirm_email/resend_modal.html | 42 +++++++++++++++++++ bookwyrm/urls.py | 2 +- bookwyrm/views/__init__.py | 3 +- bookwyrm/views/landing/register.py | 28 ++++++++----- 7 files changed, 81 insertions(+), 35 deletions(-) create mode 100644 bookwyrm/templates/confirm_email/resend.html delete mode 100644 bookwyrm/templates/confirm_email/resend_form.html create mode 100644 bookwyrm/templates/confirm_email/resend_modal.html diff --git a/bookwyrm/templates/confirm_email/confirm_email.html b/bookwyrm/templates/confirm_email/confirm_email.html index 8c8adcdd9..65d40829f 100644 --- a/bookwyrm/templates/confirm_email/confirm_email.html +++ b/bookwyrm/templates/confirm_email/confirm_email.html @@ -29,9 +29,14 @@
- {% trans "Can't find your code?" as button_text %} - {% include "snippets/toggle/open_button.html" with text=button_text controls_text="resend_form" focus="resend_form_header" %} - {% include "confirm_email/resend_form.html" with controls_text="resend_form" %} + + {% include "confirm_email/resend_modal.html" with id="resend_form" %}
diff --git a/bookwyrm/templates/confirm_email/resend.html b/bookwyrm/templates/confirm_email/resend.html new file mode 100644 index 000000000..0b5ded068 --- /dev/null +++ b/bookwyrm/templates/confirm_email/resend.html @@ -0,0 +1,10 @@ +{% extends 'landing/layout.html' %} +{% load i18n %} + +{% block title %} +{% trans "Resend confirmation link" %} +{% endblock %} + +{% block content %} +{% include "confirm_email/resend_modal.html" with active=True static=True %} +{% endblock %} diff --git a/bookwyrm/templates/confirm_email/resend_form.html b/bookwyrm/templates/confirm_email/resend_form.html deleted file mode 100644 index 7c0c10980..000000000 --- a/bookwyrm/templates/confirm_email/resend_form.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "components/inline_form.html" %} -{% load i18n %} -{% block header %} -{% trans "Resend confirmation link" %} -{% endblock %} - -{% block form %} - - {% csrf_token %} -
- -
- -
-
-
- -
- -{% endblock %} diff --git a/bookwyrm/templates/confirm_email/resend_modal.html b/bookwyrm/templates/confirm_email/resend_modal.html new file mode 100644 index 000000000..713fe6445 --- /dev/null +++ b/bookwyrm/templates/confirm_email/resend_modal.html @@ -0,0 +1,42 @@ +{% extends "components/modal.html" %} +{% load i18n %} + +{% block modal-title %} +{% trans "Resend confirmation link" %} +{% endblock %} + +{% block modal-form-open %} +
+{% endblock %} + +{% block modal-body %} +{% csrf_token %} +
+ +
+ +
+

+ {% trans "No user matching this email address found." %} +

+
+
+
+{% endblock %} + +{% block modal-footer %} +
+ +
+{% endblock %} + +{% block modal-form-close %} +
+{% endblock %} diff --git a/bookwyrm/urls.py b/bookwyrm/urls.py index 040b479cd..d73327f15 100644 --- a/bookwyrm/urls.py +++ b/bookwyrm/urls.py @@ -71,7 +71,7 @@ urlpatterns = [ views.ConfirmEmailCode.as_view(), name="confirm-email-code", ), - re_path(r"^resend-link/?$", views.resend_link, name="resend-link"), + re_path(r"^resend-link/?$", views.ResendConfirmEmail.as_view(), name="resend-link"), re_path(r"^logout/?$", views.Logout.as_view(), name="logout"), re_path( r"^password-reset/?$", diff --git a/bookwyrm/views/__init__.py b/bookwyrm/views/__init__.py index 36423feed..eadf423d2 100644 --- a/bookwyrm/views/__init__.py +++ b/bookwyrm/views/__init__.py @@ -52,7 +52,8 @@ from .books.links import BookFileLinks, AddFileLink, delete_link from .landing.about import about, privacy, conduct from .landing.landing import Home, Landing from .landing.login import Login, Logout -from .landing.register import Register, ConfirmEmail, ConfirmEmailCode, resend_link +from .landing.register import Register +from .landing.register import ConfirmEmail, ConfirmEmailCode, ResendConfirmEmail from .landing.password import PasswordResetRequest, PasswordReset # shelves diff --git a/bookwyrm/views/landing/register.py b/bookwyrm/views/landing/register.py index 86cd96ea9..681ce0a5e 100644 --- a/bookwyrm/views/landing/register.py +++ b/bookwyrm/views/landing/register.py @@ -5,7 +5,6 @@ from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse from django.utils.decorators import method_decorator from django.views import View -from django.views.decorators.http import require_POST from django.views.decorators.debug import sensitive_variables, sensitive_post_parameters from bookwyrm import emailing, forms, models @@ -129,12 +128,21 @@ class ConfirmEmail(View): return ConfirmEmailCode().get(request, code) -@require_POST -def resend_link(request): - """resend confirmation link""" - email = request.POST.get("email") - user = get_object_or_404(models.User, email=email) - emailing.email_confirmation_email(user) - return TemplateResponse( - request, "confirm_email/confirm_email.html", {"valid": True} - ) +class ResendConfirmEmail(View): + """you probably didn't get the email because celery is slow but you can try this""" + def get(self, request, error=False): + """resend link landing page""" + return TemplateResponse(request, "confirm_email/resend.html", {"error": error}) + + def post(self, request): + """resend confirmation link""" + email = request.POST.get("email") + try: + user = models.User.objects.get(email=email) + except models.User.DoesNotExist: + return self.get(request, error=True) + + emailing.email_confirmation_email(user) + return TemplateResponse( + request, "confirm_email/confirm_email.html", {"valid": True} + ) From f2ab890b5af49d1d80583ca5c66dd799e4d986a8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 12:07:07 -0700 Subject: [PATCH 182/204] Adds fallback form to modal --- .../templates/confirm_email/confirm_email.html | 16 +++++++++------- .../templates/confirm_email/resend_modal.html | 2 ++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bookwyrm/templates/confirm_email/confirm_email.html b/bookwyrm/templates/confirm_email/confirm_email.html index 65d40829f..abdd3a734 100644 --- a/bookwyrm/templates/confirm_email/confirm_email.html +++ b/bookwyrm/templates/confirm_email/confirm_email.html @@ -29,13 +29,15 @@
- +
+ +
{% include "confirm_email/resend_modal.html" with id="resend_form" %}
diff --git a/bookwyrm/templates/confirm_email/resend_modal.html b/bookwyrm/templates/confirm_email/resend_modal.html index 713fe6445..beb9318a9 100644 --- a/bookwyrm/templates/confirm_email/resend_modal.html +++ b/bookwyrm/templates/confirm_email/resend_modal.html @@ -22,11 +22,13 @@ aria-described-by="id_email_errors" required > + {% if error %}

{% trans "No user matching this email address found." %}

+ {% endif %} {% endblock %} From 78ac252daecf813b6c1a51e9c6ff3aa29d94008d Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 12:08:57 -0700 Subject: [PATCH 183/204] Python formatting --- bookwyrm/views/landing/register.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/views/landing/register.py b/bookwyrm/views/landing/register.py index 681ce0a5e..f9a3cecb8 100644 --- a/bookwyrm/views/landing/register.py +++ b/bookwyrm/views/landing/register.py @@ -130,6 +130,7 @@ class ConfirmEmail(View): class ResendConfirmEmail(View): """you probably didn't get the email because celery is slow but you can try this""" + def get(self, request, error=False): """resend link landing page""" return TemplateResponse(request, "confirm_email/resend.html", {"error": error}) From 1b53c81351b1d952e666e5a8d3ff43d6fb059d07 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 19 Mar 2022 15:16:20 -0700 Subject: [PATCH 184/204] Updates tests --- bookwyrm/templates/confirm_email/resend.html | 2 +- bookwyrm/tests/views/landing/test_register.py | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bookwyrm/templates/confirm_email/resend.html b/bookwyrm/templates/confirm_email/resend.html index 0b5ded068..221f07565 100644 --- a/bookwyrm/templates/confirm_email/resend.html +++ b/bookwyrm/templates/confirm_email/resend.html @@ -6,5 +6,5 @@ {% endblock %} {% block content %} -{% include "confirm_email/resend_modal.html" with active=True static=True %} +{% include "confirm_email/resend_modal.html" with active=True static=True id="resend-modal" %} {% endblock %} diff --git a/bookwyrm/tests/views/landing/test_register.py b/bookwyrm/tests/views/landing/test_register.py index dd2c5e971..24360a646 100644 --- a/bookwyrm/tests/views/landing/test_register.py +++ b/bookwyrm/tests/views/landing/test_register.py @@ -360,10 +360,17 @@ class RegisterViews(TestCase): result = view(request) validate_html(result.render()) - def test_resend_link(self, *_): + def test_resend_link_get(self, *_): + """try again""" + request = self.factory.get("") + request.user = self.anonymous_user + result = views.ResendConfirmEmail.as_view()(request) + validate_html(result.render()) + + def test_resend_link_post(self, *_): """try again""" request = self.factory.post("", {"email": "mouse@mouse.com"}) request.user = self.anonymous_user with patch("bookwyrm.emailing.send_email.delay") as mock: - views.resend_link(request) + views.ResendConfirmEmail.as_view()(request) self.assertEqual(mock.call_count, 1) From 3f7afc901487377de5aff901bc0ee6458fdc2e4e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 21 Mar 2022 12:24:31 -0700 Subject: [PATCH 185/204] Adds prompt to import books in null state of suggested books --- bookwyrm/templates/feed/suggested_books.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/feed/suggested_books.html b/bookwyrm/templates/feed/suggested_books.html index 2582dcf06..12e478201 100644 --- a/bookwyrm/templates/feed/suggested_books.html +++ b/bookwyrm/templates/feed/suggested_books.html @@ -5,7 +5,19 @@

{% trans "Your Books" %}

{% if not suggested_books %} -

{% trans "There are no books here right now! Try searching for a book to get started" %}

+ +
+

{% trans "There are no books here right now! Try searching for a book to get started" %}

+ + +
+ {% else %} {% with active_book=request.GET.book %}
From 34166b8a2fbeeb82fe12c2fffc84306f380041f7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 21 Mar 2022 12:24:47 -0700 Subject: [PATCH 186/204] Uses help instead of tooltip for goodreads export info --- bookwyrm/templates/import/import.html | 40 ++++++++++++++------------ bookwyrm/templates/import/tooltip.html | 8 ------ 2 files changed, 22 insertions(+), 26 deletions(-) delete mode 100644 bookwyrm/templates/import/tooltip.html diff --git a/bookwyrm/templates/import/import.html b/bookwyrm/templates/import/import.html index fdeb0e55b..1475acc06 100644 --- a/bookwyrm/templates/import/import.html +++ b/bookwyrm/templates/import/import.html @@ -14,28 +14,32 @@
-
-
- -
{{ import_form.csv_file }} diff --git a/bookwyrm/templates/import/tooltip.html b/bookwyrm/templates/import/tooltip.html deleted file mode 100644 index f2712b7e9..000000000 --- a/bookwyrm/templates/import/tooltip.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends 'components/tooltip.html' %} -{% load i18n %} - -{% block tooltip_content %} - -{% trans 'You can download your Goodreads data from the Import/Export page of your Goodreads account.' %} - -{% endblock %} From 9e792a89016210427c0bef3e132aa3c5b1c06426 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 21 Mar 2022 12:26:07 -0700 Subject: [PATCH 187/204] Italics for null state text on import page, to be consistent --- bookwyrm/templates/import/import.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/import/import.html b/bookwyrm/templates/import/import.html index 1475acc06..6df7c0843 100644 --- a/bookwyrm/templates/import/import.html +++ b/bookwyrm/templates/import/import.html @@ -67,7 +67,7 @@

{% trans "Recent Imports" %}

{% if not jobs %} -

{% trans "No recent imports" %}

+

{% trans "No recent imports" %}

{% endif %}
    {% for job in jobs %} From 43cc017b44ccbef6dd54d0a10d462ee99d2a7d4b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 21 Mar 2022 12:32:53 -0700 Subject: [PATCH 188/204] Removes tooltip component --- bookwyrm/static/css/bookwyrm/_all.scss | 8 -------- bookwyrm/templates/components/tooltip.html | 11 ----------- .../settings/ip_blocklist/ip_address_form.html | 1 + .../templates/settings/ip_blocklist/ip_tooltip.html | 8 -------- 4 files changed, 1 insertion(+), 27 deletions(-) delete mode 100644 bookwyrm/templates/components/tooltip.html delete mode 100644 bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html diff --git a/bookwyrm/static/css/bookwyrm/_all.scss b/bookwyrm/static/css/bookwyrm/_all.scss index 6002785f7..79e5cf52c 100644 --- a/bookwyrm/static/css/bookwyrm/_all.scss +++ b/bookwyrm/static/css/bookwyrm/_all.scss @@ -129,14 +129,6 @@ button:focus-visible .button-invisible-overlay { } - -/** Tooltips - ******************************************************************************/ - -.tooltip { - width: 100%; -} - /** States ******************************************************************************/ diff --git a/bookwyrm/templates/components/tooltip.html b/bookwyrm/templates/components/tooltip.html deleted file mode 100644 index 3176a6399..000000000 --- a/bookwyrm/templates/components/tooltip.html +++ /dev/null @@ -1,11 +0,0 @@ -{% load i18n %} - -{% trans "Help" as button_text %} -{% include 'snippets/toggle/open_button.html' with text=button_text class="ml-3 is-rounded is-small has-background-body p-0 pb-1" icon="question-circle is-size-6" controls_text=controls_text controls_uid=controls_uid %} - - diff --git a/bookwyrm/templates/settings/ip_blocklist/ip_address_form.html b/bookwyrm/templates/settings/ip_blocklist/ip_address_form.html index 4a776987f..2afc00b4e 100644 --- a/bookwyrm/templates/settings/ip_blocklist/ip_address_form.html +++ b/bookwyrm/templates/settings/ip_blocklist/ip_address_form.html @@ -21,6 +21,7 @@
    +

    {% trans "You can block IP ranges using CIDR syntax." %}

    {% include 'snippets/form_errors.html' with errors_list=form.address.errors id="desc_address" %} diff --git a/bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html b/bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html deleted file mode 100644 index 3a2bf543a..000000000 --- a/bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends 'components/tooltip.html' %} -{% load i18n %} - -{% block tooltip_content %} - -{% trans "You can block IP ranges using CIDR syntax." %} - -{% endblock %} From 951b611881a800107143f01d25601c7b69c01f51 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 24 Mar 2022 10:40:42 -0700 Subject: [PATCH 189/204] Paginates results --- bookwyrm/templates/settings/reports/reports.html | 1 + bookwyrm/views/admin/reports.py | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/settings/reports/reports.html b/bookwyrm/templates/settings/reports/reports.html index 99cca1a75..64db2f26b 100644 --- a/bookwyrm/templates/settings/reports/reports.html +++ b/bookwyrm/templates/settings/reports/reports.html @@ -44,5 +44,6 @@ {% endfor %}
+{% include 'snippets/pagination.html' with page=reports path=request.path %} {% endblock %} diff --git a/bookwyrm/views/admin/reports.py b/bookwyrm/views/admin/reports.py index bf9553e52..c19e3db4a 100644 --- a/bookwyrm/views/admin/reports.py +++ b/bookwyrm/views/admin/reports.py @@ -1,5 +1,6 @@ """ moderation via flagged posts and users """ from django.contrib.auth.decorators import login_required, permission_required +from django.core.paginator import Paginator from django.core.exceptions import PermissionDenied from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse @@ -7,6 +8,7 @@ from django.utils.decorators import method_decorator from django.views import View from bookwyrm import forms, models +from bookwyrm.settings import PAGE_LENGTH # pylint: disable=no-self-use @@ -34,10 +36,17 @@ class ReportsAdmin(View): if username: filters["user__username__icontains"] = username filters["resolved"] = resolved + + reports = models.Report.objects.filter(**filters) + paginated = Paginator(reports, PAGE_LENGTH) + page = paginated.get_page(request.GET.get("page")) data = { "resolved": resolved, "server": server, - "reports": models.Report.objects.filter(**filters), + "reports": page, + "page_range": paginated.get_elided_page_range( + page.number, on_each_side=2, on_ends=1 + ), } return TemplateResponse(request, "settings/reports/reports.html", data) From 533642bf7e7ff23d85f476180240a47998863970 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 24 Mar 2022 10:43:17 -0700 Subject: [PATCH 190/204] Adds link to admin view --- bookwyrm/templates/settings/users/user_info.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bookwyrm/templates/settings/users/user_info.html b/bookwyrm/templates/settings/users/user_info.html index a5447931c..81b3a219b 100644 --- a/bookwyrm/templates/settings/users/user_info.html +++ b/bookwyrm/templates/settings/users/user_info.html @@ -14,6 +14,10 @@ {% endif %}

{% trans "View user profile" %}

+ {% url 'settings-user' user.id as url %} + {% if not request.path == url %} +

{% trans "Go to user admin" %}

+ {% endif %}
From 82f87a3ff59f1cc6bd28dbfb037df3bda24913a8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 24 Mar 2022 10:55:32 -0700 Subject: [PATCH 191/204] Adds colored icon for user status in admin table --- .../templates/settings/users/user_admin.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/settings/users/user_admin.html b/bookwyrm/templates/settings/users/user_admin.html index fdd9fb7df..4144f0bde 100644 --- a/bookwyrm/templates/settings/users/user_admin.html +++ b/bookwyrm/templates/settings/users/user_admin.html @@ -61,10 +61,25 @@
{{ user|username }} + {{ user|username }} + {{ user.created_date }} {{ user.last_active_date }}{% if user.is_active %}{% trans "Active" %}{% else %}{% trans "Inactive" %}{% endif %} + {% if user.is_active %} + + {% trans "Active" %} + {% else %} + + {% trans "Inactive" %} + ({{ user.get_deactivation_reason_display }}) + {% endif %} + {% if user.federated_server %} From 0166cca0b75d841633af936d9c40f11c8522fad0 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 24 Mar 2022 11:01:02 -0700 Subject: [PATCH 192/204] Show created date and follower counts in admin view Adds "admin_mode" to user_preview --- bookwyrm/templates/settings/users/user_info.html | 5 ++++- bookwyrm/templates/user/user_preview.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/settings/users/user_info.html b/bookwyrm/templates/settings/users/user_info.html index 81b3a219b..a04db3b8e 100644 --- a/bookwyrm/templates/settings/users/user_info.html +++ b/bookwyrm/templates/settings/users/user_info.html @@ -6,7 +6,7 @@

{% trans "Profile" %}

- {% include 'user/user_preview.html' with user=user %} + {% include 'user/user_preview.html' with user=user admin_mode=True %} {% if user.summary %}
{{ user.summary|to_markdown|safe }} @@ -71,6 +71,9 @@
{% trans "Blocked by count:" %}
{{ user.blocked_by.count }}
+
{% trans "Date added:" %}
+
{{ user.created_date }}
+
{% trans "Last active date:" %}
{{ user.last_active_date }}
diff --git a/bookwyrm/templates/user/user_preview.html b/bookwyrm/templates/user/user_preview.html index 0ed7c8ccd..c6bc180cb 100755 --- a/bookwyrm/templates/user/user_preview.html +++ b/bookwyrm/templates/user/user_preview.html @@ -21,7 +21,7 @@

{{ user.username }}

{% blocktrans with date=user.created_date|naturaltime %}Joined {{ date }}{% endblocktrans %}

- {% if request.user.id == user.id %} + {% if request.user.id == user.id or admin_mode %} {% blocktrans count counter=user.followers.count %}{{ counter }} follower{% plural %}{{ counter }} followers{% endblocktrans %}, {% blocktrans with counter=user.following.count %}{{ counter }} following{% endblocktrans %} From a3b9c621afe964ff3b2f77046ee4cd4dabc26c59 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 24 Mar 2022 11:25:42 -0700 Subject: [PATCH 193/204] Trigger rebroadcast of follow requests --- bookwyrm/models/relationship.py | 4 +++- bookwyrm/views/follow.py | 19 ++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/bookwyrm/models/relationship.py b/bookwyrm/models/relationship.py index e95c38fa5..cd72c756b 100644 --- a/bookwyrm/models/relationship.py +++ b/bookwyrm/models/relationship.py @@ -133,7 +133,9 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): user_object=self.user_subject, ) ).exists(): - raise IntegrityError() + raise IntegrityError( + "Attempting to follow blocked user", self.user_subject, self.user_object + ) super().save(*args, **kwargs) if broadcast and self.user_subject.local and not self.user_object.local: diff --git a/bookwyrm/views/follow.py b/bookwyrm/views/follow.py index 6e58a2b22..3ee392e32 100644 --- a/bookwyrm/views/follow.py +++ b/bookwyrm/views/follow.py @@ -2,7 +2,6 @@ import urllib.parse import re from django.contrib.auth.decorators import login_required -from django.db import IntegrityError from django.shortcuts import get_object_or_404, redirect from django.template.response import TemplateResponse from django.views.decorators.http import require_POST @@ -23,16 +22,14 @@ def follow(request): username = request.POST["user"] to_follow = get_user_from_username(request.user, username) - try: - models.UserFollowRequest.objects.create( - user_subject=request.user, - user_object=to_follow, - ) - except IntegrityError: - pass - - if request.GET.get("next"): - return redirect(request.GET.get("next", "/")) + follow_request, created = models.UserFollowRequest.objects.get_or_create( + user_subject=request.user, + user_object=to_follow, + ) + if not created: + # this request probably failed to connect with the remote + # that means we should save to trigger a re-broadcast + follow_request.save() return redirect(to_follow.local_path) From 4f24b05d60e271c684773a1dbee73120208cc54a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 24 Mar 2022 13:10:49 -0700 Subject: [PATCH 194/204] Clear cache regardless of view success --- bookwyrm/models/relationship.py | 28 +++++++++++++++++++++------- bookwyrm/views/follow.py | 7 +++++-- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/bookwyrm/models/relationship.py b/bookwyrm/models/relationship.py index cd72c756b..a0939b4b1 100644 --- a/bookwyrm/models/relationship.py +++ b/bookwyrm/models/relationship.py @@ -39,15 +39,14 @@ class UserRelationship(BookWyrmModel): def save(self, *args, **kwargs): """clear the template cache""" - # invalidate the template cache - cache.delete_many( - [ - f"relationship-{self.user_subject.id}-{self.user_object.id}", - f"relationship-{self.user_object.id}-{self.user_subject.id}", - ] - ) + clear_cache(self.user_subject, self.user_subject) super().save(*args, **kwargs) + def delete(self, *args, **kwargs): + """clear the template cache""" + clear_cache(self.user_subject, self.user_subject) + super().delete(*args, **kwargs) + class Meta: """relationships should be unique""" @@ -98,6 +97,7 @@ class UserFollows(ActivityMixin, UserRelationship): @classmethod def from_request(cls, follow_request): """converts a follow request into a follow relationship""" + print("from!!", cls) return cls.objects.create( user_subject=follow_request.user_subject, user_object=follow_request.user_object, @@ -115,6 +115,7 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): """make sure the follow or block relationship doesn't already exist""" # if there's a request for a follow that already exists, accept it # without changing the local database state + print("UHHH????") if UserFollows.objects.filter( user_subject=self.user_subject, user_object=self.user_object, @@ -136,6 +137,7 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): raise IntegrityError( "Attempting to follow blocked user", self.user_subject, self.user_object ) + print("super save!") super().save(*args, **kwargs) if broadcast and self.user_subject.local and not self.user_object.local: @@ -144,10 +146,12 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): if self.user_object.local: manually_approves = self.user_object.manually_approves_followers if not manually_approves: + print("accept") self.accept() model = apps.get_model("bookwyrm.Notification", require_ready=True) notification_type = "FOLLOW_REQUEST" if manually_approves else "FOLLOW" + print("notification") model.objects.create( user=self.user_object, related_user=self.user_subject, @@ -175,6 +179,7 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): return with transaction.atomic(): + print("from request") UserFollows.from_request(self) self.delete() @@ -209,3 +214,12 @@ class UserBlocks(ActivityMixin, UserRelationship): Q(user_subject=self.user_subject, user_object=self.user_object) | Q(user_subject=self.user_object, user_object=self.user_subject) ).delete() + +def clear_cache(user_subject, user_object): + """clear relationship cache""" + cache.delete_many( + [ + f"relationship-{user_subject.id}-{user_object.id}", + f"relationship-{user_object.id}-{user_subject.id}", + ] + ) diff --git a/bookwyrm/views/follow.py b/bookwyrm/views/follow.py index 3ee392e32..8bbcfca86 100644 --- a/bookwyrm/views/follow.py +++ b/bookwyrm/views/follow.py @@ -7,6 +7,7 @@ from django.template.response import TemplateResponse from django.views.decorators.http import require_POST from bookwyrm import models +from bookwyrm.models.relationship import clear_cache from .helpers import ( get_user_from_username, handle_remote_webfinger, @@ -21,11 +22,13 @@ def follow(request): """follow another user, here or abroad""" username = request.POST["user"] to_follow = get_user_from_username(request.user, username) + clear_cache(request.user, to_follow) follow_request, created = models.UserFollowRequest.objects.get_or_create( user_subject=request.user, user_object=to_follow, ) + if not created: # this request probably failed to connect with the remote # that means we should save to trigger a re-broadcast @@ -46,14 +49,14 @@ def unfollow(request): user_subject=request.user, user_object=to_unfollow ).delete() except models.UserFollows.DoesNotExist: - pass + clear_cache(request.user, to_unfollow) try: models.UserFollowRequest.objects.get( user_subject=request.user, user_object=to_unfollow ).delete() except models.UserFollowRequest.DoesNotExist: - pass + clear_cache(request.user, to_unfollow) # this is handled with ajax so it shouldn't really matter return redirect(request.headers.get("Referer", "/")) From 27e23e76ae7c61d958fac1527283942892276c53 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 09:43:49 -0700 Subject: [PATCH 195/204] Fixes typo in about link --- bookwyrm/templates/about/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/about/about.html b/bookwyrm/templates/about/about.html index f1ddd2f38..b04e21b17 100644 --- a/bookwyrm/templates/about/about.html +++ b/bookwyrm/templates/about/about.html @@ -99,7 +99,7 @@

{% url "conduct" as coc_path %} {% blocktrans trimmed with site_name=site.name %} - {{ site_name }}'s moderators and administrators keep the site up and running, enforce the code of conduct, and respond when users report spam and bad behavior. + {{ site_name }}'s moderators and administrators keep the site up and running, enforce the code of conduct, and respond when users report spam and bad behavior. {% endblocktrans %}

From a6ae55608a6ed6a1b0d1d7d70dcb84322581a4ec Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 10:03:50 -0700 Subject: [PATCH 196/204] Adds Romanian locale --- .../0147_alter_user_preferred_language.py | 18 + bookwyrm/settings.py | 1 + bw-dev | 1 + locale/de_DE/LC_MESSAGES/django.mo | Bin 30883 -> 88055 bytes locale/de_DE/LC_MESSAGES/django.po | 308 +- locale/en_US/LC_MESSAGES/django.po | 216 +- locale/es_ES/LC_MESSAGES/django.mo | Bin 83383 -> 83264 bytes locale/es_ES/LC_MESSAGES/django.po | 218 +- locale/fr_FR/LC_MESSAGES/django.mo | Bin 44850 -> 95243 bytes locale/fr_FR/LC_MESSAGES/django.po | 248 +- locale/gl_ES/LC_MESSAGES/django.mo | Bin 90452 -> 90810 bytes locale/gl_ES/LC_MESSAGES/django.po | 220 +- locale/it_IT/LC_MESSAGES/django.mo | Bin 91821 -> 92062 bytes locale/it_IT/LC_MESSAGES/django.po | 218 +- locale/lt_LT/LC_MESSAGES/django.mo | Bin 84525 -> 84385 bytes locale/lt_LT/LC_MESSAGES/django.po | 220 +- locale/no_NO/LC_MESSAGES/django.mo | Bin 79522 -> 79389 bytes locale/no_NO/LC_MESSAGES/django.po | 218 +- locale/pt_BR/LC_MESSAGES/django.mo | Bin 91084 -> 91435 bytes locale/pt_BR/LC_MESSAGES/django.po | 218 +- locale/pt_PT/LC_MESSAGES/django.mo | Bin 72651 -> 72516 bytes locale/pt_PT/LC_MESSAGES/django.po | 218 +- locale/ro_RO/LC_MESSAGES/django.mo | Bin 0 -> 67747 bytes locale/ro_RO/LC_MESSAGES/django.po | 5119 +++++++++++++++++ locale/sv_SE/LC_MESSAGES/django.mo | Bin 87525 -> 89210 bytes locale/sv_SE/LC_MESSAGES/django.po | 268 +- locale/zh_Hans/LC_MESSAGES/django.mo | Bin 44096 -> 85895 bytes locale/zh_Hans/LC_MESSAGES/django.po | 269 +- locale/zh_Hant/LC_MESSAGES/django.mo | Bin 38839 -> 36001 bytes locale/zh_Hant/LC_MESSAGES/django.po | 223 +- 30 files changed, 6815 insertions(+), 1386 deletions(-) create mode 100644 bookwyrm/migrations/0147_alter_user_preferred_language.py create mode 100644 locale/ro_RO/LC_MESSAGES/django.mo create mode 100644 locale/ro_RO/LC_MESSAGES/django.po diff --git a/bookwyrm/migrations/0147_alter_user_preferred_language.py b/bookwyrm/migrations/0147_alter_user_preferred_language.py new file mode 100644 index 000000000..2d1b94b6f --- /dev/null +++ b/bookwyrm/migrations/0147_alter_user_preferred_language.py @@ -0,0 +1,18 @@ +# Generated by Django 3.2.12 on 2022-03-26 16:59 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('bookwyrm', '0146_auto_20220316_2352'), + ] + + operations = [ + migrations.AlterField( + model_name='user', + name='preferred_language', + field=models.CharField(blank=True, choices=[('en-us', 'English'), ('de-de', 'Deutsch (German)'), ('es-es', 'Español (Spanish)'), ('gl-es', 'Galego (Galician)'), ('it-it', 'Italiano (Italian)'), ('fr-fr', 'Français (French)'), ('lt-lt', 'Lietuvių (Lithuanian)'), ('no-no', 'Norsk (Norwegian)'), ('pt-br', 'Português do Brasil (Brazilian Portuguese)'), ('pt-pt', 'Português Europeu (European Portuguese)'), ('ro-ro', 'Română (Romanian)'), ('sv-se', 'Svenska (Swedish)'), ('zh-hans', '简体中文 (Simplified Chinese)'), ('zh-hant', '繁體中文 (Traditional Chinese)')], max_length=255, null=True), + ), + ] diff --git a/bookwyrm/settings.py b/bookwyrm/settings.py index f8d4c397f..409bcedf2 100644 --- a/bookwyrm/settings.py +++ b/bookwyrm/settings.py @@ -289,6 +289,7 @@ LANGUAGES = [ ("no-no", _("Norsk (Norwegian)")), ("pt-br", _("Português do Brasil (Brazilian Portuguese)")), ("pt-pt", _("Português Europeu (European Portuguese)")), + ("ro-ro", _("Română (Romanian)")), ("sv-se", _("Svenska (Swedish)")), ("zh-hans", _("简体中文 (Simplified Chinese)")), ("zh-hant", _("繁體中文 (Traditional Chinese)")), diff --git a/bw-dev b/bw-dev index ed695934b..6e2c450b9 100755 --- a/bw-dev +++ b/bw-dev @@ -123,6 +123,7 @@ case "$CMD" in git checkout l10n_main locale/no_NO git checkout l10n_main locale/pt_PT git checkout l10n_main locale/pt_BR + git checkout l10n_main locale/ro_RO git checkout l10n_main locale/sv_SE git checkout l10n_main locale/zh_Hans git checkout l10n_main locale/zh_Hant diff --git a/locale/de_DE/LC_MESSAGES/django.mo b/locale/de_DE/LC_MESSAGES/django.mo index 4ce83f72b3f3850c58528f13afcd23442a75a515..4ce7be0f7b55431fd795b0b87ba64a8fbfeb7102 100644 GIT binary patch literal 88055 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 Oz!$EEHa|VR*ZnWOxjmHt literal 30883 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\n" "Language-Team: German\n" "Language: de\n" @@ -60,7 +60,7 @@ msgstr "Diese Domain ist blockiert. Bitte kontaktiere einen Administrator, wenn #: bookwyrm/forms/links.py:46 msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." -msgstr "" +msgstr "Dieser Link mit dem Dateityp wurde bereits für dieses Buch hinzugefügt. Falls es nicht sichtbar ist, befindet sich die Domain noch in der Freischaltung." #: bookwyrm/forms/lists.py:26 msgid "List Order" @@ -119,7 +119,7 @@ msgstr "Gefahr" #: bookwyrm/models/antispam.py:106 bookwyrm/models/antispam.py:140 msgid "Automatically generated report" -msgstr "" +msgstr "Automatisch generierter Report" #: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 #: bookwyrm/templates/import/import_status.html:200 @@ -245,7 +245,7 @@ msgstr "Zum Liehen erhältlich" msgid "Approved" msgstr "Bestätigt" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Besprechungen" @@ -554,8 +554,8 @@ msgstr "… und das längste" #, python-format msgid "%(display_name)s set a goal of reading %(goal)s book in %(year)s,
and achieved %(goal_percent)s%% of that goal" msgid_plural "%(display_name)s set a goal of reading %(goal)s books in %(year)s,
and achieved %(goal_percent)s%% of that goal" -msgstr[0] "%(display_name)s hat sich als Ziel gesetzt, %(year)s %(goal)s Buch zu lesen
und hat %(goal_percent)s% % dieses Ziels erreicht" -msgstr[1] "%(display_name)s hat sich als Ziel gesetzt, %(year)s %(goal)s Bücher zu lesen
und hat %(goal_percent)s% % dieses Ziels erreicht" +msgstr[0] "%(display_name)s hat sich als Ziel gesetzt, %(year)s %(goal)s Buch zu lesen
und hat %(goal_percent)s %% dieses Ziels erreicht" +msgstr[1] "%(display_name)s hat sich als Ziel gesetzt, %(year)s %(goal)s Bücher zu lesen
und hat %(goal_percent)s %% dieses Ziels erreicht" #: bookwyrm/templates/annual_summary/layout.html:209 msgid "Way to go!" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Autor*in bearbeiten:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Hinzugefügt:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Aktualisiert:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Zuletzt bearbeitet von:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadaten" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Name:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Mehrere Werte durch Kommas getrennt eingeben." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary-Schlüssel:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Inventaire-ID:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Speichern" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Das Laden von Daten wird eine Verbindung zu %(source_name)s aufbauen und überprüfen, ob Autor*in-Informationen vorliegen, die hier noch nicht bekannt sind. Bestehende Informationen werden nicht überschrieben." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -782,7 +782,7 @@ msgstr "Bestätigen" #: bookwyrm/templates/book/book.html:19 msgid "Unable to connect to remote source." -msgstr "" +msgstr "Verbindung zum Server konnte nicht hergestellt werden." #: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Beschreibung hinzufügen" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Beschreibung:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s Ausgaben" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Du hast diese Ausgabe im folgenden Regal:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Eine andere Ausgabe dieses Buches befindet sich in deinem %(shelf_name)s Regal." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Deine Leseaktivität" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Lesedaten hinzufügen" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Du hast keine Leseaktivität für dieses Buch." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Deine Besprechungen" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Deine Kommentare" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Deine Zitate" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Themen" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Orte" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Orte" msgid "Lists" msgstr "Listen" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Zur Liste hinzufügen" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "OCLC-Nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Titelbild hinzufügen" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Titelbild hochladen:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Titelbild von URL laden:" @@ -929,177 +931,177 @@ msgstr "Vorschau des Titelbilds" msgid "Close" msgstr "Schließen" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "„%(book_title)s“ bearbeiten" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Buch hinzufügen" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Buchinfo bestätigen" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "Ist „%(name)s“ einer dieser Autor*innen?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autor*in von " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Weitere Informationen auf isni.org finden" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Neue*r Autor*in" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Als neue*r Autor*in erstellen: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "Ist das eine Ausgabe eines vorhandenen Werkes?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Dies ist ein neues Werk." -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Zurück" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Untertitel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Nummer in der Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Sprachen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" -msgstr "" +msgstr "Betreff:" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" -msgstr "" +msgstr "Betreff hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" -msgstr "" +msgstr "Betreff entfernen" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" -msgstr "" +msgstr "Weiteren Betreff hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Veröffentlichung" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Verlag:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Erstveröffentlichungsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Veröffentlichungsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autor*innen" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "%(name)s entfernen" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Autor*inseite für %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Autor*innen hinzufügen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Autor*in hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Lisa Musterfrau" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Weitere*n Autor*in hinzufügen" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Titelbild" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Physikalische Eigenschaften" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Formatdetails:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Seiten:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Buch-Identifikatoren" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "OpenLibrary-ID:" @@ -1113,6 +1115,14 @@ msgstr "Ausgaben von %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Ausgaben von \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1156,7 +1166,7 @@ msgstr "Links bearbeiten" #: bookwyrm/templates/book/file_links/edit_links.html:11 #, python-format msgid "Links for \"%(title)s\"" -msgstr "" +msgstr "Links zu \"%(title)s\"" #: bookwyrm/templates/book/file_links/edit_links.html:32 #: bookwyrm/templates/settings/link_domains/link_table.html:6 @@ -1183,7 +1193,7 @@ msgstr "Domain" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Bestätigungscode:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "%(name)s erlaubt keine Selbtregistrierung" msgid "Thank you! Your request has been received." msgstr "Danke! Deine Anfrage ist eingegangen." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Dein Benutzer*inkonto" @@ -2251,7 +2261,7 @@ msgstr "Nach einem Buch, einem*r Benutzer*in oder einer Liste suchen" #: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 msgid "Scan Barcode" -msgstr "" +msgstr "Barcode scannen" #: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" @@ -2464,7 +2474,7 @@ msgstr "Eine optionale Notiz die zusammen mit dem Buch angezeigt wird." #: bookwyrm/templates/lists/list.html:37 msgid "That book is already on this list." -msgstr "" +msgstr "Dieses Buch ist bereits auf dieser Liste." #: bookwyrm/templates/lists/list.html:45 msgid "You successfully suggested a book for this list!" @@ -2898,7 +2908,7 @@ msgstr "Profil" #: bookwyrm/templates/settings/site.html:77 #: bookwyrm/templates/setup/config.html:91 msgid "Display" -msgstr "" +msgstr "Anzeige" #: bookwyrm/templates/preferences/edit_user.html:14 #: bookwyrm/templates/preferences/edit_user.html:112 @@ -2928,7 +2938,7 @@ msgstr "Bevorzugte Zeitzone:" #: bookwyrm/templates/preferences/edit_user.html:101 msgid "Theme:" -msgstr "" +msgstr "Thema:" #: bookwyrm/templates/preferences/edit_user.html:117 msgid "Manually approve followers" @@ -3040,38 +3050,40 @@ msgstr "Melden" msgid "\n" " Scan Barcode\n" " " -msgstr "" +msgstr "\n" +" Barcode scannen\n" +" " #: bookwyrm/templates/search/barcode_modal.html:23 msgid "Requesting camera..." -msgstr "" +msgstr "Kamera wird angefragt..." #: bookwyrm/templates/search/barcode_modal.html:24 msgid "Grant access to the camera to scan a book's barcode." -msgstr "" +msgstr "Erlaube Zugriff auf die Kamera, um den Barcode eines Buches zu scannen." #: bookwyrm/templates/search/barcode_modal.html:29 msgid "Could not access camera" -msgstr "" +msgstr "Konnte nicht auf die Kamera zugreifen" #: bookwyrm/templates/search/barcode_modal.html:33 msgctxt "barcode scanner" msgid "Scanning..." -msgstr "" +msgstr "Scannen..." #: bookwyrm/templates/search/barcode_modal.html:34 msgid "Align your book's barcode with the camera." -msgstr "" +msgstr "Richten Sie den Barcode Ihres Buches mit der Kamera aus." #: bookwyrm/templates/search/barcode_modal.html:38 msgctxt "barcode scanner" msgid "ISBN scanned" -msgstr "" +msgstr "ISBN gescannt" #: bookwyrm/templates/search/barcode_modal.html:39 msgctxt "followed by ISBN" msgid "Searching for book:" -msgstr "" +msgstr "Nach Buch suchen:" #: bookwyrm/templates/search/book.html:44 msgid "Results from" @@ -3235,7 +3247,7 @@ msgstr "" #: bookwyrm/templates/settings/automod/rules.html:19 msgid "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." -msgstr "" +msgstr "Benutzer oder Status, die bereits gemeldet wurden (unabhängig davon, ob der Bericht gelöst wurde) werden nicht markiert." #: bookwyrm/templates/settings/automod/rules.html:26 msgid "Schedule:" @@ -3276,7 +3288,7 @@ msgstr "" #: bookwyrm/templates/settings/automod/rules.html:107 msgid "Add Rule" -msgstr "" +msgstr "Regel hinzufügen" #: bookwyrm/templates/settings/automod/rules.html:116 #: bookwyrm/templates/settings/automod/rules.html:160 @@ -3286,28 +3298,28 @@ msgstr "" #: bookwyrm/templates/settings/automod/rules.html:126 #: bookwyrm/templates/settings/automod/rules.html:163 msgid "Flag users" -msgstr "" +msgstr "Benutzer markieren" #: bookwyrm/templates/settings/automod/rules.html:133 #: bookwyrm/templates/settings/automod/rules.html:166 msgid "Flag statuses" -msgstr "" +msgstr "Status markieren" #: bookwyrm/templates/settings/automod/rules.html:140 msgid "Add rule" -msgstr "" +msgstr "Regel hinzufügen" #: bookwyrm/templates/settings/automod/rules.html:147 msgid "Current Rules" -msgstr "" +msgstr "Aktuelle Regeln" #: bookwyrm/templates/settings/automod/rules.html:151 msgid "Show rules" -msgstr "" +msgstr "Regeln anzeigen" #: bookwyrm/templates/settings/automod/rules.html:188 msgid "Remove rule" -msgstr "" +msgstr "Regel entfernen" #: bookwyrm/templates/settings/dashboard/dashboard.html:6 #: bookwyrm/templates/settings/dashboard/dashboard.html:8 @@ -3484,7 +3496,7 @@ msgstr "Version:" #: bookwyrm/templates/settings/federation/instance.html:17 msgid "Refresh data" -msgstr "" +msgstr "Daten aktualisieren" #: bookwyrm/templates/settings/federation/instance.html:37 msgid "Details" @@ -3603,50 +3615,54 @@ msgstr "Datum der Bestätigung" msgid "Email" msgstr "E-Mail" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Antwort" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Aktion" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Keine Anfragen" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Bestätigt" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Gesendet" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Angefragt" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Einladung senden" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Einladung erneut senden" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorieren" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Doch nicht ignorieren" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Zurück zu den ausstehenden Anfragen" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Zeige ignorierte Anfragen" @@ -3756,7 +3772,7 @@ msgstr "Seiteneinstellungen" #: bookwyrm/templates/settings/themes.html:4 #: bookwyrm/templates/settings/themes.html:6 msgid "Themes" -msgstr "" +msgstr "Themen" #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:5 #, python-format @@ -3801,11 +3817,11 @@ msgstr "" #: bookwyrm/templates/settings/reports/report.html:28 msgid "Update on your report:" -msgstr "" +msgstr "Aktualisieren Sie Ihren Bericht:" #: bookwyrm/templates/settings/reports/report.html:36 msgid "Reported status" -msgstr "" +msgstr "Gemeldete Statusmeldungen" #: bookwyrm/templates/settings/reports/report.html:38 msgid "Status has been deleted" @@ -3978,18 +3994,26 @@ msgid "Allow invite requests" msgstr "Einladungsanfragen zulassen" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Benutzer*innen müssen ihre E-Mail-Adresse bestätigen" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(empfohlen, falls Selbstregistrierung zulässig ist)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Hinweis, wenn Selbtregistrierung nicht erlaubt ist:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Hinweis für Einladungsanfragen:" @@ -4244,31 +4268,31 @@ msgstr "" #: bookwyrm/templates/setup/config.html:109 msgid "Enable preview images:" -msgstr "" +msgstr "Vorschaubilder aktivieren:" #: bookwyrm/templates/setup/config.html:116 msgid "Enable image thumbnails:" -msgstr "" +msgstr "Miniaturbilder aktivieren:" #: bookwyrm/templates/setup/config.html:128 msgid "Does everything look right?" -msgstr "" +msgstr "Sieht alles richtig aus?" #: bookwyrm/templates/setup/config.html:130 msgid "This is your last chance to set your domain and protocol." -msgstr "" +msgstr "Dies ist Ihre letzte Chance, Ihre Domain und Ihr Protokoll zu setzen." #: bookwyrm/templates/setup/config.html:144 msgid "You can change your instance settings in the .env file on your server." -msgstr "" +msgstr "Sie können Ihre Instanz-Einstellungen in der Datei .env auf Ihrem Server ändern." #: bookwyrm/templates/setup/config.html:148 msgid "View installation instructions" -msgstr "" +msgstr "Zur Installationsanleitung" #: bookwyrm/templates/setup/layout.html:5 msgid "Instance Setup" -msgstr "" +msgstr "Instanzeinstellungen" #: bookwyrm/templates/setup/layout.html:15 msgid "Installing BookWyrm" @@ -4276,7 +4300,7 @@ msgstr "" #: bookwyrm/templates/setup/layout.html:18 msgid "Need help?" -msgstr "" +msgstr "Benötigen Sie Hilfe?" #: bookwyrm/templates/shelf/create_shelf_form.html:5 #: bookwyrm/templates/shelf/shelf.html:72 @@ -4425,7 +4449,7 @@ msgstr "Spoileralarm aktivieren" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 msgid "Spoilers/content warnings:" -msgstr "" +msgstr "Spoiler/Inhaltswarnungen:" #: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 msgid "Spoilers ahead!" @@ -4677,7 +4701,7 @@ msgstr "„%(book_title)s“ auf Leseliste setzen" #: bookwyrm/templates/snippets/register_form.html:18 msgid "Choose wisely! Your username cannot be changed." -msgstr "" +msgstr "Wählen Sie weise! Ihr Benutzername kann nicht geändert werden." #: bookwyrm/templates/snippets/register_form.html:64 msgid "Sign Up" diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 1358c68d2..70976ed7d 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"POT-Creation-Date: 2022-03-26 17:00+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -321,14 +321,18 @@ msgid "Português Europeu (European Portuguese)" msgstr "" #: bookwyrm/settings.py:292 -msgid "Svenska (Swedish)" +msgid "Română (Romanian)" msgstr "" #: bookwyrm/settings.py:293 -msgid "简体中文 (Simplified Chinese)" +msgid "Svenska (Swedish)" msgstr "" #: bookwyrm/settings.py:294 +msgid "简体中文 (Simplified Chinese)" +msgstr "" + +#: bookwyrm/settings.py:295 msgid "繁體中文 (Traditional Chinese)" msgstr "" @@ -709,7 +713,7 @@ msgid "Openlibrary key:" msgstr "" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:326 +#: bookwyrm/templates/book/edit/edit_book_form.html:323 msgid "Inventaire ID:" msgstr "" @@ -735,7 +739,7 @@ msgstr "" #: bookwyrm/templates/lists/edit_item_form.html:15 #: bookwyrm/templates/lists/form.html:130 #: bookwyrm/templates/preferences/edit_user.html:136 -#: bookwyrm/templates/readthrough/readthrough_modal.html:74 +#: bookwyrm/templates/readthrough/readthrough_modal.html:81 #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 @@ -759,7 +763,7 @@ msgstr "" #: bookwyrm/templates/lists/add_item_modal.html:36 #: bookwyrm/templates/lists/delete_list_modal.html:16 #: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 -#: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/readthrough/readthrough_modal.html:80 #: bookwyrm/templates/search/barcode_modal.html:45 #: bookwyrm/templates/settings/federation/instance.html:106 #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 @@ -885,7 +889,7 @@ msgstr "" #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 #: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 -#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:32 msgid "Add" msgstr "" @@ -894,12 +898,12 @@ msgid "ISBN:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:335 +#: bookwyrm/templates/book/edit/edit_book_form.html:332 msgid "OCLC Number:" msgstr "" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:344 +#: bookwyrm/templates/book/edit/edit_book_form.html:341 msgid "ASIN:" msgstr "" @@ -908,12 +912,12 @@ msgid "Add cover" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:234 +#: bookwyrm/templates/book/edit/edit_book_form.html:233 msgid "Upload cover:" msgstr "" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:240 +#: bookwyrm/templates/book/edit/edit_book_form.html:239 msgid "Load cover from url:" msgstr "" @@ -925,8 +929,7 @@ msgstr "" #: bookwyrm/templates/components/inline_form.html:8 #: bookwyrm/templates/components/modal.html:13 #: bookwyrm/templates/components/modal.html:30 -#: bookwyrm/templates/components/tooltip.html:7 -#: bookwyrm/templates/feed/suggested_books.html:55 +#: bookwyrm/templates/feed/suggested_books.html:67 #: bookwyrm/templates/get_started/layout.html:25 #: bookwyrm/templates/get_started/layout.html:58 msgid "Close" @@ -1032,77 +1035,77 @@ msgstr "" msgid "First published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:165 +#: bookwyrm/templates/book/edit/edit_book_form.html:164 msgid "Published date:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:176 +#: bookwyrm/templates/book/edit/edit_book_form.html:175 msgid "Authors" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:187 +#: bookwyrm/templates/book/edit/edit_book_form.html:186 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:190 +#: bookwyrm/templates/book/edit/edit_book_form.html:189 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:197 msgid "Add Authors:" msgstr "" +#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:203 +msgid "Add Author" +msgstr "" + #: bookwyrm/templates/book/edit/edit_book_form.html:201 #: bookwyrm/templates/book/edit/edit_book_form.html:204 -msgid "Add Author" -msgstr "" - -#: bookwyrm/templates/book/edit/edit_book_form.html:202 -#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:211 +#: bookwyrm/templates/book/edit/edit_book_form.html:210 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:221 +#: bookwyrm/templates/book/edit/edit_book_form.html:220 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:253 +#: bookwyrm/templates/book/edit/edit_book_form.html:252 msgid "Physical Properties" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:260 +#: bookwyrm/templates/book/edit/edit_book_form.html:259 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:272 +#: bookwyrm/templates/book/edit/edit_book_form.html:269 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:283 +#: bookwyrm/templates/book/edit/edit_book_form.html:280 msgid "Pages:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:294 +#: bookwyrm/templates/book/edit/edit_book_form.html:291 msgid "Book Identifiers" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:299 +#: bookwyrm/templates/book/edit/edit_book_form.html:296 msgid "ISBN 13:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:308 +#: bookwyrm/templates/book/edit/edit_book_form.html:305 msgid "ISBN 10:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:317 +#: bookwyrm/templates/book/edit/edit_book_form.html:314 msgid "Openlibrary ID:" msgstr "" @@ -1197,7 +1200,7 @@ msgstr "" #: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 -#: bookwyrm/templates/settings/users/user_info.html:20 +#: bookwyrm/templates/settings/users/user_info.html:24 msgid "Status" msgstr "" @@ -1288,10 +1291,6 @@ msgstr "" msgid "Loading data will connect to %(source_name)s and check for any metadata about this book which aren't present here. Existing metadata will not be overwritten." msgstr "" -#: bookwyrm/templates/components/tooltip.html:3 -msgid "Help" -msgstr "" - #: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 msgid "Edit status" msgstr "" @@ -1313,7 +1312,7 @@ msgid "Sorry! We couldn't find that code." msgstr "" #: bookwyrm/templates/confirm_email/confirm_email.html:19 -#: bookwyrm/templates/settings/users/user_info.html:85 +#: bookwyrm/templates/settings/users/user_info.html:92 msgid "Confirmation code:" msgstr "" @@ -1324,15 +1323,16 @@ msgstr "" msgid "Submit" msgstr "" -#: bookwyrm/templates/confirm_email/confirm_email.html:32 +#: bookwyrm/templates/confirm_email/confirm_email.html:38 msgid "Can't find your code?" msgstr "" -#: bookwyrm/templates/confirm_email/resend_form.html:4 +#: bookwyrm/templates/confirm_email/resend.html:5 +#: bookwyrm/templates/confirm_email/resend_modal.html:5 msgid "Resend confirmation link" msgstr "" -#: bookwyrm/templates/confirm_email/resend_form.html:11 +#: bookwyrm/templates/confirm_email/resend_modal.html:15 #: bookwyrm/templates/landing/layout.html:68 #: bookwyrm/templates/landing/password_reset_request.html:18 #: bookwyrm/templates/preferences/edit_user.html:53 @@ -1340,7 +1340,11 @@ msgstr "" msgid "Email address:" msgstr "" -#: bookwyrm/templates/confirm_email/resend_form.html:17 +#: bookwyrm/templates/confirm_email/resend_modal.html:28 +msgid "No user matching this email address found." +msgstr "" + +#: bookwyrm/templates/confirm_email/resend_modal.html:38 msgid "Resend link" msgstr "" @@ -1658,10 +1662,18 @@ msgstr "" msgid "Your Books" msgstr "" -#: bookwyrm/templates/feed/suggested_books.html:8 +#: bookwyrm/templates/feed/suggested_books.html:10 msgid "There are no books here right now! Try searching for a book to get started" msgstr "" +#: bookwyrm/templates/feed/suggested_books.html:13 +msgid "Do you have book data from another service like GoodReads?" +msgstr "" + +#: bookwyrm/templates/feed/suggested_books.html:16 +msgid "Import your reading history" +msgstr "" + #: bookwyrm/templates/feed/suggested_users.html:5 #: bookwyrm/templates/get_started/users.html:6 msgid "Who to follow" @@ -1956,28 +1968,32 @@ msgstr "" msgid "Data source:" msgstr "" -#: bookwyrm/templates/import/import.html:40 +#: bookwyrm/templates/import/import.html:39 +msgid "You can download your Goodreads data from the Import/Export page of your Goodreads account." +msgstr "" + +#: bookwyrm/templates/import/import.html:44 msgid "Data file:" msgstr "" -#: bookwyrm/templates/import/import.html:48 +#: bookwyrm/templates/import/import.html:52 msgid "Include reviews" msgstr "" -#: bookwyrm/templates/import/import.html:53 +#: bookwyrm/templates/import/import.html:57 msgid "Privacy setting for imported reviews:" msgstr "" -#: bookwyrm/templates/import/import.html:59 +#: bookwyrm/templates/import/import.html:63 #: bookwyrm/templates/settings/federation/instance_blocklist.html:76 msgid "Import" msgstr "" -#: bookwyrm/templates/import/import.html:64 +#: bookwyrm/templates/import/import.html:68 msgid "Recent Imports" msgstr "" -#: bookwyrm/templates/import/import.html:66 +#: bookwyrm/templates/import/import.html:70 msgid "No recent imports" msgstr "" @@ -2117,10 +2133,6 @@ msgstr "" msgid "Reject" msgstr "" -#: bookwyrm/templates/import/tooltip.html:6 -msgid "You can download your Goodreads data from the Import/Export page of your Goodreads account." -msgstr "" - #: bookwyrm/templates/import/troubleshoot.html:7 msgid "Failed items" msgstr "" @@ -2992,19 +3004,19 @@ msgid "Update read dates for \"%(title)s\"" msgstr "" #: bookwyrm/templates/readthrough/readthrough_form.html:10 -#: bookwyrm/templates/readthrough/readthrough_modal.html:31 +#: bookwyrm/templates/readthrough/readthrough_modal.html:38 #: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:24 #: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:21 msgid "Started reading" msgstr "" #: bookwyrm/templates/readthrough/readthrough_form.html:18 -#: bookwyrm/templates/readthrough/readthrough_modal.html:49 +#: bookwyrm/templates/readthrough/readthrough_modal.html:56 msgid "Progress" msgstr "" #: bookwyrm/templates/readthrough/readthrough_form.html:24 -#: bookwyrm/templates/readthrough/readthrough_modal.html:56 +#: bookwyrm/templates/readthrough/readthrough_modal.html:63 #: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:32 msgid "Finished reading" msgstr "" @@ -3478,19 +3490,19 @@ msgstr "" #: bookwyrm/templates/settings/federation/edit_instance.html:52 #: bookwyrm/templates/settings/federation/instance.html:46 -#: bookwyrm/templates/settings/users/user_info.html:106 +#: bookwyrm/templates/settings/users/user_info.html:113 msgid "Status:" msgstr "" #: bookwyrm/templates/settings/federation/edit_instance.html:66 #: bookwyrm/templates/settings/federation/instance.html:40 -#: bookwyrm/templates/settings/users/user_info.html:100 +#: bookwyrm/templates/settings/users/user_info.html:107 msgid "Software:" msgstr "" #: bookwyrm/templates/settings/federation/edit_instance.html:76 #: bookwyrm/templates/settings/federation/instance.html:43 -#: bookwyrm/templates/settings/users/user_info.html:103 +#: bookwyrm/templates/settings/users/user_info.html:110 msgid "Version:" msgstr "" @@ -3517,7 +3529,7 @@ msgid "View all" msgstr "" #: bookwyrm/templates/settings/federation/instance.html:62 -#: bookwyrm/templates/settings/users/user_info.html:56 +#: bookwyrm/templates/settings/users/user_info.html:60 msgid "Reports:" msgstr "" @@ -3534,7 +3546,7 @@ msgid "Blocked by us:" msgstr "" #: bookwyrm/templates/settings/federation/instance.html:90 -#: bookwyrm/templates/settings/users/user_info.html:110 +#: bookwyrm/templates/settings/users/user_info.html:117 msgid "Notes" msgstr "" @@ -3711,6 +3723,10 @@ msgstr "" msgid "IP Address:" msgstr "" +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:24 +msgid "You can block IP ranges using CIDR syntax." +msgstr "" + #: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 #: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 #: bookwyrm/templates/settings/layout.html:69 @@ -3729,10 +3745,6 @@ msgstr "" msgid "No IP addresses currently blocked" msgstr "" -#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6 -msgid "You can block IP ranges using CIDR syntax." -msgstr "" - #: bookwyrm/templates/settings/layout.html:4 msgid "Administration" msgstr "" @@ -3990,25 +4002,25 @@ msgid "Allow registration" msgstr "" #: bookwyrm/templates/settings/site.html:145 -msgid "Allow invite requests" -msgstr "" - -#: bookwyrm/templates/settings/site.html:151 -msgid "Set a question for invite requests" -msgstr "" - -#: bookwyrm/templates/settings/site.html:156 -msgid "Question:" -msgstr "" - -#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "" -#: bookwyrm/templates/settings/site.html:165 +#: bookwyrm/templates/settings/site.html:147 msgid "(Recommended if registration is open)" msgstr "" +#: bookwyrm/templates/settings/site.html:152 +msgid "Allow invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:158 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 +msgid "Question:" +msgstr "" + #: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "" @@ -4107,18 +4119,18 @@ msgstr "" msgid "Remote instance" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:67 -#: bookwyrm/templates/settings/users/user_info.html:24 +#: bookwyrm/templates/settings/users/user_admin.html:74 +#: bookwyrm/templates/settings/users/user_info.html:28 msgid "Active" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:67 -#: bookwyrm/templates/settings/users/user_info.html:28 +#: bookwyrm/templates/settings/users/user_admin.html:79 +#: bookwyrm/templates/settings/users/user_info.html:32 msgid "Inactive" msgstr "" -#: bookwyrm/templates/settings/users/user_admin.html:73 -#: bookwyrm/templates/settings/users/user_info.html:120 +#: bookwyrm/templates/settings/users/user_admin.html:88 +#: bookwyrm/templates/settings/users/user_info.html:127 msgid "Not set" msgstr "" @@ -4126,51 +4138,59 @@ msgstr "" msgid "View user profile" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:36 +#: bookwyrm/templates/settings/users/user_info.html:19 +msgid "Go to user admin" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:40 msgid "Local" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:38 +#: bookwyrm/templates/settings/users/user_info.html:42 msgid "Remote" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:47 +#: bookwyrm/templates/settings/users/user_info.html:51 msgid "User details" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:51 +#: bookwyrm/templates/settings/users/user_info.html:55 msgid "Email:" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:61 +#: bookwyrm/templates/settings/users/user_info.html:65 msgid "(View reports)" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:67 +#: bookwyrm/templates/settings/users/user_info.html:71 msgid "Blocked by count:" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:70 +#: bookwyrm/templates/settings/users/user_info.html:74 +msgid "Date added:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:77 msgid "Last active date:" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:73 +#: bookwyrm/templates/settings/users/user_info.html:80 msgid "Manually approved followers:" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:76 +#: bookwyrm/templates/settings/users/user_info.html:83 msgid "Discoverable:" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:80 +#: bookwyrm/templates/settings/users/user_info.html:87 msgid "Deactivation reason:" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:95 +#: bookwyrm/templates/settings/users/user_info.html:102 msgid "Instance details" msgstr "" -#: bookwyrm/templates/settings/users/user_info.html:117 +#: bookwyrm/templates/settings/users/user_info.html:124 msgid "View instance" msgstr "" @@ -4413,7 +4433,7 @@ msgid "Some thoughts on the book" msgstr "" #: bookwyrm/templates/snippets/create_status/comment.html:27 -#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:17 +#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:18 msgid "Progress:" msgstr "" diff --git a/locale/es_ES/LC_MESSAGES/django.mo b/locale/es_ES/LC_MESSAGES/django.mo index bff67a2ce318006ac112735733c1f1e9cbdb24d6..d0687222a3d920df7ecf398a8cf8133c30b02933 100644 GIT binary patch delta 21072 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 pUNCO!lLJ>%XZ!!(*_PJY_u\n" "Language-Team: Spanish\n" "Language: es\n" @@ -245,7 +245,7 @@ msgstr "Disponible para préstamo" msgid "Approved" msgstr "Aprobado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Reseñas" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Editar Autor/Autora/Autore:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Agregado:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Actualizado:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Editado más recientemente por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadatos" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Nombre:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Separar varios valores con comas." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Clave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Guardar" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "La carga de datos se conectará a %(source_name)s y comprobará si hay metadatos sobre este autor que no están presentes aquí. Los metadatos existentes no serán sobrescritos." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Agregar descripción" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descripción:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s ediciones" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Has guardado esta edición en la estantería de:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Una edición diferente de este libro está en tu estantería %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Tu actividad de lectura" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Agregar fechas de lectura" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "No tienes ninguna actividad de lectura para este libro." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Tus reseñas" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Tus comentarios" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Tus citas" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Sujetos" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Agregar a lista" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Agregar portada" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Agregar portada de url:" @@ -929,177 +931,177 @@ msgstr "Vista previa de la portada del libro" msgid "Close" msgstr "Cerrar" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Editar \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Agregar libro" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Confirmar información de libro" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "¿Es \"%(name)s\" uno de estos autores?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autor/a de " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Más información en isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Este es un autor nuevo" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Creando un autor nuevo: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "¿Es esta una edición de una obra ya existente?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Esta es una obra nueva" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Volver" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Número de serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publicación" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Fecha de primera publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Fecha de publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autores" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Quitar %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor por %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Agregar Autores:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Añadir Autor" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "María López García" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Añadir Otro Autor" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Portada" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Propiedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Detalles del formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Identificadores de libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "ID OpenLibrary:" @@ -1113,6 +1115,14 @@ msgstr "Ediciones de %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Ediciones de \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1183,7 +1193,7 @@ msgstr "Dominio" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Código de confirmación:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "El registro de %(name)s está cerrado" msgid "Thank you! Your request has been received." msgstr "¡Gracias! Tu solicitud ha sido recibido." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Tu cuenta" @@ -3603,50 +3613,54 @@ msgstr "Fecha de aceptación" msgid "Email" msgstr "Correo electronico" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Acción" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Sin solicitudes" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Aceptado" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Enviado" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Solicitado" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Enviar invitación" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Re-enviar invitación" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Des-ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Volver a las solicitudes pendientes" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Ver solicitudes ignoradas" @@ -3978,18 +3992,26 @@ msgid "Allow invite requests" msgstr "Permitir solicitudes de invitación" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Requerir a usuarios a confirmar dirección de correo electrónico" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Recomendado si la registración es abierta)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Texto de registración cerrada:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Texto de solicitud de invitación:" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index 4cdcbf8ea2a3ffdeed740317a055f435e5954b7c..a63e2c60049964412363eb72e2ddb6931179b0ec 100644 GIT binary patch literal 95243 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 TN;k`b;~a`O$HPfp9^(H8L?0=b literal 44850 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\n" "Language-Team: French\n" "Language: fr\n" @@ -245,7 +245,7 @@ msgstr "Disponible à l’emprunt" msgid "Approved" msgstr "Approuvé" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Critiques" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Modifier l’auteur ou l’autrice :" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Ajouté :" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Mis à jour :" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Dernière modification par :" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Métadonnées" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Nom :" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Séparez plusieurs valeurs par une virgule." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Clé Openlibrary :" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Identifiant Inventaire :" @@ -726,7 +726,7 @@ msgstr "ISNI :" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI :" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Enregistrer" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Le chargement des données se connectera à %(source_name)s et vérifiera les métadonnées de cet auteur ou autrice qui ne sont pas présentes ici. Les métadonnées existantes ne seront pas écrasées." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Ajouter une description" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Description :" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s éditions" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "%(count)s édition" +msgstr[1] "%(count)s éditions" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Vous avez rangé cette édition dans :" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Une édition différente de ce livre existe sur votre étagère %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Votre activité de lecture" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Ajouter des dates de lecture" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Vous n’avez aucune activité de lecture pour ce livre" -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Vos critiques" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Vos commentaires" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Vos citations" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Sujets" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Lieux" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Lieux" msgid "Lists" msgstr "Listes" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Ajouter à la liste" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN :" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "Numéro OCLC :" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN :" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Ajouter une couverture" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Charger une couverture :" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Charger la couverture depuis une URL :" @@ -929,177 +931,177 @@ msgstr "Aperçu de la couverture" msgid "Close" msgstr "Fermer" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Modifier « %(book_title)s »" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Ajouter un livre" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Confirmer les informations de ce livre" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "Est-ce que \"%(name)s\" fait partie de ces auteurs ou autrices ?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Auteur ou autrice de " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Trouver plus d’informations sur isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Il s’agit d’un nouvel auteur ou d’une nouvelle autrice." -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Création d’un nouvel auteur/autrice : %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "Est‑ce l’édition d’un ouvrage existant ?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Il s’agit d’un nouvel ouvrage." -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Retour" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titre :" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Sous‑titre :" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Série :" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Numéro dans la série :" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Langues :" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "Sujets :" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" -msgstr "" +msgstr "Ajouter un sujet" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" -msgstr "" +msgstr "Retirer le sujet" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" -msgstr "" +msgstr "Ajouter un autre sujet" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publication" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Éditeur :" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Première date de parution :" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Date de parution :" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Auteurs ou autrices" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Retirer %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Page de %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Ajouter des auteurs ou autrices :" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Ajouter un auteur ou une autrice" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Camille Dupont" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Ajouter un autre auteur ou autrice" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Couverture" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Propriétés physiques" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format :" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Détails du format :" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Pages :" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Identifiants du livre" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13 :" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10 :" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "Identifiant Openlibrary :" @@ -1113,6 +1115,14 @@ msgstr "Éditions de %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Éditions de « %(work_title)s »" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "Vous ne trouvez pas l’édition que vous cherchez ?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Ajouter une nouvelle édition" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1156,7 +1166,7 @@ msgstr "Modifier les liens" #: bookwyrm/templates/book/file_links/edit_links.html:11 #, python-format msgid "Links for \"%(title)s\"" -msgstr "" +msgstr "Liens pour “%(title)s”" #: bookwyrm/templates/book/file_links/edit_links.html:32 #: bookwyrm/templates/settings/link_domains/link_table.html:6 @@ -1183,7 +1193,7 @@ msgstr "Domaine" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Code de confirmation :" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -1359,7 +1369,7 @@ msgstr "Autoriser d’autres utilisateurs ou utilisatrices de BookWyrm à décou #: bookwyrm/templates/directory/directory.html:21 msgid "Join Directory" -msgstr "Rejoindre le répertoire" +msgstr "Rejoindre l’annuaire" #: bookwyrm/templates/directory/directory.html:24 #, python-format @@ -1662,7 +1672,7 @@ msgstr "Ne pas afficher les utilisateurs suggérés" #: bookwyrm/templates/feed/suggested_users.html:14 msgid "View directory" -msgstr "Voir le répertoire" +msgstr "Voir l’annuaire" #: bookwyrm/templates/feed/summary_card.html:21 msgid "The end of the year is the best moment to take stock of all the books read during the last 12 months. How many pages have you read? Which book is your best-rated of the year? We compiled these stats, and more!" @@ -2186,7 +2196,7 @@ msgstr "L'inscription à %(name)s est fermée" msgid "Thank you! Your request has been received." msgstr "Merci ! Votre demande a bien été reçue." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Votre compte" @@ -3241,36 +3251,36 @@ msgstr "Les comptes ou statuts qui ont déjà été signalés (que le rapport ai #: bookwyrm/templates/settings/automod/rules.html:26 msgid "Schedule:" -msgstr "" +msgstr "Planification :" #: bookwyrm/templates/settings/automod/rules.html:33 msgid "Last run:" -msgstr "" +msgstr "Dernière exécution :" #: bookwyrm/templates/settings/automod/rules.html:40 msgid "Total run count:" -msgstr "" +msgstr "Nombre total d’exécutions :" #: bookwyrm/templates/settings/automod/rules.html:47 msgid "Enabled:" -msgstr "" +msgstr "Activé :" #: bookwyrm/templates/settings/automod/rules.html:59 msgid "Delete schedule" -msgstr "" +msgstr "Supprimer la planification" #: bookwyrm/templates/settings/automod/rules.html:63 msgid "Run now" -msgstr "" +msgstr "Lancer maintenant" #: bookwyrm/templates/settings/automod/rules.html:64 msgid "Last run date will not be updated" -msgstr "" +msgstr "La date de dernière exécution ne sera pas mise à jour" #: bookwyrm/templates/settings/automod/rules.html:69 #: bookwyrm/templates/settings/automod/rules.html:92 msgid "Schedule scan" -msgstr "" +msgstr "Planifier une analyse" #: bookwyrm/templates/settings/automod/rules.html:101 msgid "Successfully added rule" @@ -3605,50 +3615,54 @@ msgstr "Date de validation" msgid "Email" msgstr "Email" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Réponse" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Action" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Aucune demande" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Accepté(e)s" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Envoyé(e)s" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Demandé(e)s" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Envoyer l’invitation" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Envoyer l’invitation de nouveau" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorer" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Ne plus ignorer" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Retour aux demandes en attente" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Voir les demandes ignorées" @@ -3980,18 +3994,26 @@ msgid "Allow invite requests" msgstr "Autoriser les demandes d’invitation" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "Définir une question pour les demandes d’invitation" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "Question :" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Demander aux utilisateurs et utilisatrices de confirmer leur adresse email" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Recommandé si les inscriptions sont ouvertes)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Texte affiché lorsque les inscriptions sont closes :" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Texte de la demande d'invitation :" @@ -4601,7 +4623,7 @@ msgstr "Valider ce défi" #: bookwyrm/templates/snippets/goal_progress.html:7 msgctxt "Goal successfully completed" msgid "Success!" -msgstr "" +msgstr "Succès !" #: bookwyrm/templates/snippets/goal_progress.html:9 #, python-format diff --git a/locale/gl_ES/LC_MESSAGES/django.mo b/locale/gl_ES/LC_MESSAGES/django.mo index 103aefc2bdd625df637c78b58e0931eaedba92e2..6d94e812caa7c14dce70bd84660e89be6a3cb609 100644 GIT binary patch delta 23708 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 delta 23366 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 diff --git a/locale/gl_ES/LC_MESSAGES/django.po b/locale/gl_ES/LC_MESSAGES/django.po index fab2a5a2a..34c554e1e 100644 --- a/locale/gl_ES/LC_MESSAGES/django.po +++ b/locale/gl_ES/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-17 04:57\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-18 06:29\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Galician\n" "Language: gl\n" @@ -245,7 +245,7 @@ msgstr "Dispoñible para aluguer" msgid "Approved" msgstr "Aprobado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Recensións" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Editar autora:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Engadida:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Actualizada:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Última edición por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadatos" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Separa múltiples valores con vírgulas." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Chave en Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "ID en Inventaire:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Gardar" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Ao cargar os datos vas conectar con %(source_name)s e comprobar se existen metadatos desta persoa autora que non están aquí presentes. Non se sobrescribirán os datos existentes." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Engadir descrición" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrición:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s edicións" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "%(count)s edición" +msgstr[1] "%(count)s edicións" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Puxeches esta edición no estante:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Hai unha edición diferente deste libro no teu estante %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Actividade lectora" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Engadir datas de lectura" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Non tes actividade lectora neste libro." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "As túas recensións" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Os teus comentarios" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "As túas citas" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Temas" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listaxes" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Engadir a listaxe" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Engadir portada" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Subir portada:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Cargar portada desde url:" @@ -929,177 +931,177 @@ msgstr "Vista previa da portada" msgid "Close" msgstr "Pechar" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Editar \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Engadir libro" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Confirma info do libro" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "É \"%(name)s\" un destas autoras?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autora de " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Atopa máis información en isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Esta é unha nova autora" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Creando nova autora: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "É esta a edición dun traballo existente?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Este é un novo traballo" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Atrás" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Número da serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "Temas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "Engadir tema" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "Eliminar tema" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "Engadir outro tema" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publicación" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Editorial:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Data da primeira edición:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Data de publicación:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autoras" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Eliminar %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Páxina de autora para %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Engadir autoras:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Engadir Autora" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Xoana Pedre" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Engade outra Autora" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Portada" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Propiedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Detalles do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Páxinas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Identificadores do libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "ID en Openlibrary:" @@ -1113,6 +1115,14 @@ msgstr "Edicións de %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Edicións de %(work_title)s" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "Non atopas a edición que buscas?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Engade outra edición" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1183,7 +1193,7 @@ msgstr "Dominio" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Código de confirmación:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "%(name)s ten o rexistro pechado" msgid "Thank you! Your request has been received." msgstr "Grazas! A solicitude foi recibida." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "A túa Conta" @@ -2898,7 +2908,7 @@ msgstr "Perfil" #: bookwyrm/templates/settings/site.html:77 #: bookwyrm/templates/setup/config.html:91 msgid "Display" -msgstr "" +msgstr "Mostrar" #: bookwyrm/templates/preferences/edit_user.html:14 #: bookwyrm/templates/preferences/edit_user.html:112 @@ -3605,50 +3615,54 @@ msgstr "Data de aceptación" msgid "Email" msgstr "Email" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Responder" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Acción" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Sen solicitudes" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Aceptadas" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Enviadas" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Solicitadas" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Enviar convite" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Volver a enviar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Non ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Volver a solicitudes pendentes" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Ver solicitudes ignoradas" @@ -3980,18 +3994,26 @@ msgid "Allow invite requests" msgstr "Permitir solicitudes de convite" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "Escribe a pregunta para as solicitudes de convite" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "Pregunta:" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Requerir que a usuaria confirme o enderezo de email" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Recomendable se o rexistro está aberto)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Texto se o rexistro está pechado:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Texto para a solicitude do convite:" diff --git a/locale/it_IT/LC_MESSAGES/django.mo b/locale/it_IT/LC_MESSAGES/django.mo index 0ca10e9754a7df201fa321a3b2df4465d4f41988..ffaf9a4e88f747ff8eb1552b777d21a9a7613183 100644 GIT binary patch delta 23610 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 diff --git a/locale/it_IT/LC_MESSAGES/django.po b/locale/it_IT/LC_MESSAGES/django.po index 784c05ceb..0986f7740 100644 --- a/locale/it_IT/LC_MESSAGES/django.po +++ b/locale/it_IT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-17 00:48\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-18 00:41\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Italian\n" "Language: it\n" @@ -245,7 +245,7 @@ msgstr "Disponibile per il prestito" msgid "Approved" msgstr "Approvato" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Recensioni" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Modifica autore:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Aggiunto:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Aggiornato:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Ultima modifica di:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadati" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Separa valori multipli con la virgola (,)" @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Chiave OpenLibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Salva" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Il caricamento dei dati si collegherà a %(source_name)s e verificherà eventuali metadati relativi a questo autore che non sono presenti qui. I metadati esistenti non vengono sovrascritti." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Aggiungi descrizione" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrizione:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s edizioni" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "%(count)s edizioni" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Hai salvato questa edizione in:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Una diversa edizione di questo libro è sul tuo scaffale %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Le tue attività di lettura" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Aggiungi data di lettura" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Non hai alcuna attività di lettura per questo libro." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Le tue recensioni" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "I tuoi commenti" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Le tue citazioni" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Argomenti" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Luoghi" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Luoghi" msgid "Lists" msgstr "Liste" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Aggiungi all'elenco" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "Numero OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Aggiungi copertina" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Carica la copertina:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Carica la copertina dall'url:" @@ -929,177 +931,177 @@ msgstr "Anteprima copertina del libro" msgid "Close" msgstr "Chiudi" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Modifica \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Aggiungi libro" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Conferma informazioni sul libro" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "È \"%(name)s\" uno di questi autori?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autore di " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Trova maggiori informazioni su isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Questo è un nuovo autore" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Creazione di un nuovo autore: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "È un'edizione di un'opera esistente?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Si tratta di un nuovo lavoro" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Indietro" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titolo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Sottotitolo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Collana:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Numero collana:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Lingue:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "Argomenti:" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "Aggiungi argomento" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "Rimuovi argomento" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "Aggiungi argomento" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Data di pubblicazione" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Editore:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Prima data di pubblicazione:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Data di pubblicazione:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autori" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Rimuovi %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Pagina autore per %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Aggiungi Autori:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Aggiungi Autore" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Jane Doe" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Aggiungi un altro autore" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Copertina" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Caratteristiche" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Dettagli del formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Pagine:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Identificativi del Libro" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "OpenLibrary ID:" @@ -1113,6 +1115,14 @@ msgstr "Edizioni di %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Edizioni di \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "Non trovi l'edizione che stai cercando?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Aggiungi un'altra edizione" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1183,7 +1193,7 @@ msgstr "Dominio" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Codice di conferma:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "%(name)s registrazione chiusa" msgid "Thank you! Your request has been received." msgstr "Grazie! La tua richiesta è stata ricevuta." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Il tuo account" @@ -3605,50 +3615,54 @@ msgstr "Data di approvazione" msgid "Email" msgstr "Email" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Risposta" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Azione" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Nessuna richiesta" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Accettato" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Inviato" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Richiesto" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Manda invito" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Invia nuovamente invito" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignora" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Annulla ignora" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Torna alle richieste in sospeso" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Visualizza richieste ignorate" @@ -3980,18 +3994,26 @@ msgid "Allow invite requests" msgstr "Consenti richieste di invito" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "Imposta una domanda per le richieste di invito" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "Domanda:" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Richiedi agli utenti per confermare l'indirizzo email" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Raccomandato se la registrazione è aperta)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Registrazioni chiuse:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Testo della richiesta di invito:" diff --git a/locale/lt_LT/LC_MESSAGES/django.mo b/locale/lt_LT/LC_MESSAGES/django.mo index 62cd8ef173ca75351b66d847c4e395be92cf7477..7662558e58bd68fd6d7616850afb4f97e0fc4f2f 100644 GIT binary patch delta 21064 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 diff --git a/locale/lt_LT/LC_MESSAGES/django.po b/locale/lt_LT/LC_MESSAGES/django.po index 5a4f7c9b3..0fba2b60a 100644 --- a/locale/lt_LT/LC_MESSAGES/django.po +++ b/locale/lt_LT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-16 23:33\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-17 17:06\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Lithuanian\n" "Language: lt\n" @@ -245,7 +245,7 @@ msgstr "Galima pasiskolinti" msgid "Approved" msgstr "Patvirtinti puslapiai" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Apžvalgos" @@ -659,22 +659,22 @@ msgid "Edit Author:" msgstr "Keisti autorių:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Pridėta:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Atnaujinta:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Pastarąjį kartą redagavo:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Meta duomenys" @@ -686,8 +686,8 @@ msgid "Name:" msgstr "Vardas:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Reikšmes atskirkite kableliais." @@ -716,7 +716,7 @@ msgid "Openlibrary key:" msgstr "„Openlibrary“ raktas:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "„Inventaire“ ID:" @@ -734,7 +734,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -746,7 +746,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -757,8 +757,8 @@ msgstr "Išsaugoti" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -780,7 +780,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Duomenų įkėlimas prisijungs prie %(source_name)s ir patikrins ar nėra naujos informacijos. Esantys metaduomenys nebus perrašomi." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -822,58 +822,62 @@ msgid "Add Description" msgstr "Pridėti aprašymą" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Aprašymas:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s leidimai (-ų)" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Šis leidimas įdėtas į:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "kitas šios knygos leidimas yra jūsų %(shelf_name)s lentynoje." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Jūsų skaitymo veikla" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Pridėti skaitymo datas" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Šios knygos neskaitote." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Tavo atsiliepimai" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Tavo komentarai" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Jūsų citatos" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Temos" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Vietos" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -883,11 +887,11 @@ msgstr "Vietos" msgid "Lists" msgstr "Sąrašai" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Pridėti prie sąrašo" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -901,12 +905,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "OCLC numeris:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -915,12 +919,12 @@ msgid "Add cover" msgstr "Pridėti viršelį" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Įkelti viršelį:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Įkelti viršelį iš url:" @@ -939,177 +943,177 @@ msgstr "Peržiūrėti knygos viršelį" msgid "Close" msgstr "Uždaryti" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Redaguoti „%(book_title)s“" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Pridėti knygą" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Patvirtinti knygos informaciją" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "Ar \"%(name)s\" yra vienas iš šių autorių?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autorius " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Daugiau informacijos isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Tai naujas autorius" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Kuriamas naujas autorius: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "Ar tai egzistuojančio darbo leidimas?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Tai naujas darbas" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Atgal" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Pavadinimas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Paantraštė:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Serija:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Serijos numeris:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Kalbos:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Leidimas" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Leidėjas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Pirmoji publikavimo data:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Publikavimo data:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autoriai" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Pašalinti %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Autoriaus puslapis %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Pridėti autorius:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Pridėti autorių" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Jonas Jonaitė" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Pridėti dar vieną autorių" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Viršelis" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Fizinės savybės" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formatas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Informacija apie formatą:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Puslapiai:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Knygos identifikatoriai" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "„Openlibrary“ ID:" @@ -1123,6 +1127,14 @@ msgstr "Knygos %(book_title)s leidimai" msgid "Editions of \"%(work_title)s\"" msgstr "\"%(work_title)s\" leidimai" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1193,7 +1205,7 @@ msgstr "Domenas" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1317,7 +1329,7 @@ msgid "Confirmation code:" msgstr "Patvirtinimo kodas:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2208,7 +2220,7 @@ msgstr "%(name)s – registracija uždaryta" msgid "Thank you! Your request has been received." msgstr "Dėkojame, jūsų prašymas gautas." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Jūsų paskyra" @@ -3633,50 +3645,54 @@ msgstr "Priėmimo data" msgid "Email" msgstr "El. paštas" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Veiksmas" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Prašymų nėra" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Priimta" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Išsiųsta" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Užklausta" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Siųsti pakvietimą" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Pakartotinai siųsti pakvietimą" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignoruoti" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Nebeignoruoti" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Grįžti į laukiančius prašymus" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Žiūrėti ignoruotus prašymus" @@ -4008,18 +4024,26 @@ msgid "Allow invite requests" msgstr "Leisti prašyti kvietimų" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Reikalauti el. pašto patvirtinimo" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Rekomenduojama, jei leidžiama registruotis)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Užrakintos registracijos tekstas:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Kvietimo prašymo tekstas:" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index ffc66534f984e300c35d0730da28943538d06357..007b4d59619fe35fddcca08475dcbab562ad0b3c 100644 GIT binary patch delta 21065 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 delta 21146 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�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 E2M+NTaR2}S diff --git a/locale/no_NO/LC_MESSAGES/django.po b/locale/no_NO/LC_MESSAGES/django.po index d40e90ef1..d26d72558 100644 --- a/locale/no_NO/LC_MESSAGES/django.po +++ b/locale/no_NO/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-16 23:34\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-17 17:06\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Norwegian\n" "Language: no\n" @@ -245,7 +245,7 @@ msgstr "Tilgjengelig for utlån" msgid "Approved" msgstr "Godkjent" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Anmeldelser" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Rediger forfatter:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Lagt til:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Oppdatert:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Sist endret av:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadata" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Navn:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Adskill flere verdier med komma." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary nøkkel:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Lagre" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Laster inn data kobler til %(source_name)s og finner metadata om denne forfatteren som enda ikke finnes her. Eksisterende metadata vil ikke bli overskrevet." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Legg til beskrivelse" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Beskrivelse:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s utgaver" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Du har lagt denne utgaven i hylla:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "En annen utgave av denne boken ligger i hylla %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Din leseaktivitet" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Legg til lesedatoer" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Du har ikke lagt inn leseaktivitet for denne boka." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Dine anmeldelser" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Dine kommentarer" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Dine sitater" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Emner" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Steder" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Steder" msgid "Lists" msgstr "Lister" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Legg til i liste" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "OCLC Nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Legg til et omslag" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Last opp omslag:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Last bilde av omslag fra nettadresse:" @@ -929,177 +931,177 @@ msgstr "Bokomslag forhåndsvisning" msgid "Close" msgstr "Lukk" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Rediger \"%(book_title)s" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Legg til bok" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Bekreft bokinformasjon" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "Er \"%(name)s\" en av disse forfatterne?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Forfatter av " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Finn mer informasjon på isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Dette er en ny forfatter" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Oppretter en ny forfatter: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "Er dette en utgave av et eksisterende verk?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Dette er et nytt verk" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Tilbake" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Tittel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Undertittel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Serie:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Serienummer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Språk:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publikasjon" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Forlag:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Først utgitt:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Publiseringsdato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Forfattere" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Fjern %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Forfatterside for %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Legg til forfattere:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Legg til forfatter" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Kari Nordmann" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Legg til enda en forfatter" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Omslag" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Fysiske egenskaper" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Formatdetaljer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Sider:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Boknøkler" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "Openlibrary nøkkel:" @@ -1113,6 +1115,14 @@ msgstr "Utgaver av %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Utgaver av \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1183,7 +1193,7 @@ msgstr "Domene" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Bekreftelseskode:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "%(name)s registrering er stengt" msgid "Thank you! Your request has been received." msgstr "Takk! Vi har mottatt forespørselen din." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Kontoen din" @@ -3603,50 +3613,54 @@ msgstr "Akseptert dato" msgid "Email" msgstr "E-post" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Handling" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Ingen forespørsler" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Akseptert" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Sendt" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Forespurt" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Send invitasjon" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Gjenta invitasjon" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorer" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Fjern ignorering" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Tilbake til ventende forespørsler" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Vis ignorerte forespørsler" @@ -3978,18 +3992,26 @@ msgid "Allow invite requests" msgstr "Tillat invitasjonsforespørsler" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Medlemmer må bekrefte e-postadresse" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(anbefales for åpen registrering)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Registrering lukket tekst:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Invitasjonsforespørsel tekst:" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index 9a3d8ce7e916c1441141380ed94fa801ce751bef..540e4ef6180b582dd95f34f5cafe6f2c67a5ae25 100644 GIT binary patch delta 23727 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 delta 23364 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\n" "Language-Team: Portuguese, Brazilian\n" "Language: pt\n" @@ -245,7 +245,7 @@ msgstr "Disponível para empréstimo" msgid "Approved" msgstr "Aprovado" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Resenhas" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Editar autor/a:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Adicionado:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Atualizado:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Editado pela última vez por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadados" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Separe com vírgulas." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Chave Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "ID Inventaire:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Salvar" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Para carregar informações nos conectaremos a %(source_name)s e buscaremos metadados que ainda não temos sobre este/a autor/a. Metadados já existentes não serão substituídos." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Adicionar descrição" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrição:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s edições" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "%(count)s edição" +msgstr[1] "%(count)s edições" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Você colocou esta edição na estante em:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Uma edição diferente deste livro está em sua estante %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Andamento da sua leitura" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Adicionar registro de leitura" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Você ainda não registrou sua leitura." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Suas resenhas" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Seus comentários" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Suas citações" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Assuntos" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Adicionar à lista" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Adicionar capa" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Enviar capa:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Carregar capa do endereço:" @@ -929,177 +931,177 @@ msgstr "Pré-visualização da capa" msgid "Close" msgstr "Fechar" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Editar \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Adicionar livro" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Confirmar informações do livro" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "\"%(name)s\" é uma das pessoas citadas abaixo?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autor/a de " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Conheça mais em isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "É um/a novo/a autor/a" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Criando um/a novo/a autor/a: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "É uma edição de uma obra já registrada?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "É uma nova obra" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Voltar" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Número na série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "Assuntos:" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "Adicionar assunto" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "Excluir assunto" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "Adicionar outro assunto" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publicação" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Editora:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Data da primeira publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autores/as" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Remover %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor/a de %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Adicionar autores/as:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Adicionar autor/a" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Fulana" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Adicionar outro/a autor/a" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Capa" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Propriedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Detalhes do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Identificadores do livro" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1113,6 +1115,14 @@ msgstr "Edições de %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Edições de \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "Não conseguiu encontrar a edição que está procurando?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Adicionar outra edição" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1183,7 +1193,7 @@ msgstr "Domínio" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Código de confirmação:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "O cadastro em %(name)s está fechado" msgid "Thank you! Your request has been received." msgstr "Obrigado! Sua solicitação foi recebida." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Sua conta" @@ -3605,50 +3615,54 @@ msgstr "Data de aceitação" msgid "Email" msgstr "E-mail" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Responder" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Ação" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Nenhuma solicitação" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Aceita" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Enviada" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Solicitada" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Enviar convite" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Reenviar convite" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignora" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Não ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Voltar às solicitações pendentes" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Ver solicitações ignoradas" @@ -3980,18 +3994,26 @@ msgid "Allow invite requests" msgstr "Permitir solicitação de convites" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "Definir uma pergunta para os pedidos de convite" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "Pergunta:" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Exigir que usuários confirmem o e-mail" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Recomendado se o cadastro estiver aberto)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Texto quando o cadastro está fechado:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Texto solicitação de convite:" diff --git a/locale/pt_PT/LC_MESSAGES/django.mo b/locale/pt_PT/LC_MESSAGES/django.mo index 9515169c5cf34a0842c244a49a32de49aca90356..e80de6a322ba363bde5b2ba895d52876a4a3da28 100644 GIT binary patch delta 19571 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%0A+PZ!j= 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 QTe=LOY3!!pt#R@H2ZH#i2><{9 diff --git a/locale/pt_PT/LC_MESSAGES/django.po b/locale/pt_PT/LC_MESSAGES/django.po index bfff8ca3a..3f6648ca3 100644 --- a/locale/pt_PT/LC_MESSAGES/django.po +++ b/locale/pt_PT/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-16 23:34\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-17 17:06\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Portuguese\n" "Language: pt\n" @@ -245,7 +245,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Criticas" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Editar Autor(a):" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Adicionado:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Atualizado:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Última edição por:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadados" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Nome:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Separe vários valores com vírgulas." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Chave da Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "ID do Inventaire:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Salvar" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Carregar os dados irá conectar a %(source_name)s e verificar se há metadados sobre este autor que não estão aqui presentes. Os metadados existentes não serão substituídos." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Adicionar uma descrição" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Descrição:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s edições" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Tu arquivaste esta edição em:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "Uma edição diferente deste livro está na tua prateleira %(shelf_name)s." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "A tua atividade de leitura" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Adicionar datas de leitura" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Não tem nenhuma atividade de leitura para este livro." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "As tuas criticas" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Os teus comentários" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "As tuas citações" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Temas/Áreas" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Lugares" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Lugares" msgid "Lists" msgstr "Listas" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Adicionar à lista" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "Número OCLC:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Adicionar uma capa" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Carregar uma capa:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Carregar capa através de um Url:" @@ -929,177 +931,177 @@ msgstr "Visualização da capa" msgid "Close" msgstr "Fechar" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Editar \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Adicionar um Livro" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Confirmar informações do livro" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "\"%(name)s\" é um destes autores?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Autor de " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Podes encontrar mais informações em isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Este é um novo autor" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Criar um novo autor: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "Esta é uma edição de um trabalho existente?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Este é um novo trabalho" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Voltar" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Título:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Subtítulo:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Séries:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Número da série:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Idiomas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publicação" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Editora:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Primeira data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Data de publicação:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Autor(es/as)" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Remover %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Página de autor do %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Adicionar Autor(es/as):" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Adicionar Autor(a)" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Joana Sem-nome" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Adicionar outro autor(a)" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Capa" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Propriedades físicas" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Detalhes do formato:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Páginas:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Identificadores de Livros" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "ID da Openlibrary:" @@ -1113,6 +1115,14 @@ msgstr "Edições de %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Edições de \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1183,7 +1193,7 @@ msgstr "Domínio" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Código de confirmação:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "O registo %(name)s está fechado" msgid "Thank you! Your request has been received." msgstr "Obrigado! O teu pedido foi recebido." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "A tua conta" @@ -3603,50 +3613,54 @@ msgstr "Data de aceitação" msgid "Email" msgstr "E-Mail" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Ação" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Nenhum pedido" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Aceite" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Enviado" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Pedido" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Enviar convite" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Reenviar convite" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Não-Ignorar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Voltar a pedidos pendentes" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Ver pedidos ignorados" @@ -3978,18 +3992,26 @@ msgid "Allow invite requests" msgstr "Permitir solicitações de convite" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Requir utilizadores confirmarem o E-Mail" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Recomendado se o registo estiver aberto)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Mensagem caso o registo esteja fechado:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Texto da solicitação de convite:" diff --git a/locale/ro_RO/LC_MESSAGES/django.mo b/locale/ro_RO/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..efdd9aa50d8b0fec732d294ab084dae5227fa721 GIT binary patch literal 67747 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\n" +"Language-Team: Romanian\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" +"X-Crowdin-Project: bookwyrm\n" +"X-Crowdin-Project-ID: 479239\n" +"X-Crowdin-Language: ro\n" +"X-Crowdin-File: /[bookwyrm-social.bookwyrm] main/locale/en_US/LC_MESSAGES/django.po\n" +"X-Crowdin-File-ID: 1553\n" + +#: bookwyrm/forms/admin.py:41 +msgid "One Day" +msgstr "O zi" + +#: bookwyrm/forms/admin.py:42 +msgid "One Week" +msgstr "O săptămână" + +#: bookwyrm/forms/admin.py:43 +msgid "One Month" +msgstr "O lună" + +#: bookwyrm/forms/admin.py:44 +msgid "Does Not Expire" +msgstr "Nu expiră" + +#: bookwyrm/forms/admin.py:48 +#, python-brace-format +msgid "{i} uses" +msgstr "{i} utilizări" + +#: bookwyrm/forms/admin.py:49 +msgid "Unlimited" +msgstr "Nelimitat" + +#: bookwyrm/forms/forms.py:54 +msgid "Reading finish date cannot be before start date." +msgstr "Data de terminare a lecturii nu poate fi înainte de data de început." + +#: bookwyrm/forms/landing.py:32 +msgid "User with this username already exists" +msgstr "Un utilizator cu acest nume există deja" + +#: bookwyrm/forms/landing.py:41 +msgid "A user with this email already exists." +msgstr "Un utilizator cu această adresă de email există deja." + +#: bookwyrm/forms/links.py:36 +msgid "This domain is blocked. Please contact your administrator if you think this is an error." +msgstr "Acest domeniu este blocat. Vă rugăm să contactați administratorul vostru dacă credeți că este o eroare." + +#: bookwyrm/forms/links.py:46 +msgid "This link with file type has already been added for this book. If it is not visible, the domain is still pending." +msgstr "Această legătură cu tipul fișierului a fost deja adăugată la această carte. Dacă nu este vizibilă, domeniul este încă în așteptare." + +#: bookwyrm/forms/lists.py:26 +msgid "List Order" +msgstr "Ordonează după listă" + +#: bookwyrm/forms/lists.py:27 +msgid "Book Title" +msgstr "Titlul cărții" + +#: bookwyrm/forms/lists.py:28 bookwyrm/templates/shelf/shelf.html:155 +#: bookwyrm/templates/shelf/shelf.html:187 +#: bookwyrm/templates/snippets/create_status/review.html:32 +msgid "Rating" +msgstr "Rating" + +#: bookwyrm/forms/lists.py:30 bookwyrm/templates/lists/list.html:185 +msgid "Sort By" +msgstr "Sortează după" + +#: bookwyrm/forms/lists.py:34 +msgid "Ascending" +msgstr "Crescător" + +#: bookwyrm/forms/lists.py:35 +msgid "Descending" +msgstr "Descrescător" + +#: bookwyrm/importers/importer.py:145 bookwyrm/importers/importer.py:167 +msgid "Error loading book" +msgstr "Eroare la încărcarea cărții" + +#: bookwyrm/importers/importer.py:154 +msgid "Could not find a match for book" +msgstr "Nu a putut fi găsită o potrivire pentru carte" + +#: bookwyrm/models/announcement.py:11 +msgid "Primary" +msgstr "Principal" + +#: bookwyrm/models/announcement.py:12 +msgid "Success" +msgstr "Succes" + +#: bookwyrm/models/announcement.py:13 +#: bookwyrm/templates/settings/invites/manage_invites.html:47 +msgid "Link" +msgstr "Legătură" + +#: bookwyrm/models/announcement.py:14 +msgid "Warning" +msgstr "Avertisment" + +#: bookwyrm/models/announcement.py:15 +msgid "Danger" +msgstr "Pericol" + +#: bookwyrm/models/antispam.py:106 bookwyrm/models/antispam.py:140 +msgid "Automatically generated report" +msgstr "Raport generat automat" + +#: bookwyrm/models/base_model.py:17 bookwyrm/models/link.py:72 +#: bookwyrm/templates/import/import_status.html:200 +#: bookwyrm/templates/settings/link_domains/link_domains.html:19 +msgid "Pending" +msgstr "În așteptare" + +#: bookwyrm/models/base_model.py:18 +msgid "Self deletion" +msgstr "Ștergere automată" + +#: bookwyrm/models/base_model.py:19 +msgid "Moderator suspension" +msgstr "Suspendat de moderator" + +#: bookwyrm/models/base_model.py:20 +msgid "Moderator deletion" +msgstr "Șters de moderator" + +#: bookwyrm/models/base_model.py:21 +msgid "Domain block" +msgstr "Blocat de domeniu" + +#: bookwyrm/models/book.py:262 +msgid "Audiobook" +msgstr "Carte audio" + +#: bookwyrm/models/book.py:263 +msgid "eBook" +msgstr "Carte digitală" + +#: bookwyrm/models/book.py:264 +msgid "Graphic novel" +msgstr "Roman grafic" + +#: bookwyrm/models/book.py:265 +msgid "Hardcover" +msgstr "Copertă dură" + +#: bookwyrm/models/book.py:266 +msgid "Paperback" +msgstr "Broșură" + +#: bookwyrm/models/federated_server.py:11 +#: bookwyrm/templates/settings/federation/edit_instance.html:55 +#: bookwyrm/templates/settings/federation/instance_list.html:19 +msgid "Federated" +msgstr "Federat" + +#: bookwyrm/models/federated_server.py:12 bookwyrm/models/link.py:71 +#: bookwyrm/templates/settings/federation/edit_instance.html:56 +#: bookwyrm/templates/settings/federation/instance.html:10 +#: bookwyrm/templates/settings/federation/instance_list.html:23 +#: bookwyrm/templates/settings/link_domains/link_domains.html:27 +msgid "Blocked" +msgstr "Blocat" + +#: bookwyrm/models/fields.py:27 +#, python-format +msgid "%(value)s is not a valid remote_id" +msgstr "%(value)s nu este un remote_id valid" + +#: bookwyrm/models/fields.py:36 bookwyrm/models/fields.py:45 +#, python-format +msgid "%(value)s is not a valid username" +msgstr "%(value)s nu este un nume de utilizator valid" + +#: bookwyrm/models/fields.py:181 bookwyrm/templates/layout.html:179 +#: bookwyrm/templates/ostatus/error.html:29 +msgid "username" +msgstr "nume de utilizator" + +#: bookwyrm/models/fields.py:186 +msgid "A user with that username already exists." +msgstr "Un utilizator cu acel nume există deja." + +#: bookwyrm/models/fields.py:205 +#: bookwyrm/templates/snippets/privacy-icons.html:3 +#: bookwyrm/templates/snippets/privacy-icons.html:4 +#: bookwyrm/templates/snippets/privacy_select.html:11 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:11 +msgid "Public" +msgstr "Public" + +#: bookwyrm/models/fields.py:206 +#: bookwyrm/templates/snippets/privacy-icons.html:7 +#: bookwyrm/templates/snippets/privacy-icons.html:8 +#: bookwyrm/templates/snippets/privacy_select.html:14 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:14 +msgid "Unlisted" +msgstr "Nelistat" + +#: bookwyrm/models/fields.py:207 +#: bookwyrm/templates/snippets/privacy_select.html:17 +#: bookwyrm/templates/user/relationships/followers.html:6 +#: bookwyrm/templates/user/relationships/layout.html:11 +msgid "Followers" +msgstr "Urmăritori" + +#: bookwyrm/models/fields.py:208 +#: bookwyrm/templates/snippets/create_status/post_options_block.html:6 +#: bookwyrm/templates/snippets/privacy-icons.html:15 +#: bookwyrm/templates/snippets/privacy-icons.html:16 +#: bookwyrm/templates/snippets/privacy_select.html:20 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:17 +msgid "Private" +msgstr "Privat" + +#: bookwyrm/models/link.py:51 +msgid "Free" +msgstr "Gratuită" + +#: bookwyrm/models/link.py:52 +msgid "Purchasable" +msgstr "Cumpărabilă" + +#: bookwyrm/models/link.py:53 +msgid "Available for loan" +msgstr "Disponibilă pentru împrumut" + +#: bookwyrm/models/link.py:70 +#: bookwyrm/templates/settings/link_domains/link_domains.html:23 +msgid "Approved" +msgstr "Aprovat" + +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 +msgid "Reviews" +msgstr "Recenzii" + +#: bookwyrm/models/user.py:33 +msgid "Comments" +msgstr "Comentarii" + +#: bookwyrm/models/user.py:34 +msgid "Quotations" +msgstr "Citate" + +#: bookwyrm/models/user.py:35 +msgid "Everything else" +msgstr "Orice altceva" + +#: bookwyrm/settings.py:209 +msgid "Home Timeline" +msgstr "Friză cronologică principală" + +#: bookwyrm/settings.py:209 +msgid "Home" +msgstr "Acasă" + +#: bookwyrm/settings.py:210 +msgid "Books Timeline" +msgstr "Friză cronologică de cărți" + +#: bookwyrm/settings.py:210 bookwyrm/templates/search/layout.html:21 +#: bookwyrm/templates/search/layout.html:42 +#: bookwyrm/templates/user/layout.html:91 +msgid "Books" +msgstr "Cărți" + +#: bookwyrm/settings.py:282 +msgid "English" +msgstr "English (engleză)" + +#: bookwyrm/settings.py:283 +msgid "Deutsch (German)" +msgstr "Deutsch (germană)" + +#: bookwyrm/settings.py:284 +msgid "Español (Spanish)" +msgstr "Español (spaniolă)" + +#: bookwyrm/settings.py:285 +msgid "Galego (Galician)" +msgstr "Galego (galiciană)" + +#: bookwyrm/settings.py:286 +msgid "Italiano (Italian)" +msgstr "Italiano (italiană)" + +#: bookwyrm/settings.py:287 +msgid "Français (French)" +msgstr "Français (franceză)" + +#: bookwyrm/settings.py:288 +msgid "Lietuvių (Lithuanian)" +msgstr "Lietuvių (lituaniană)" + +#: bookwyrm/settings.py:289 +msgid "Norsk (Norwegian)" +msgstr "Norsk (norvegiană)" + +#: bookwyrm/settings.py:290 +msgid "Português do Brasil (Brazilian Portuguese)" +msgstr "Português do Brasil (portugheză braziliană)" + +#: bookwyrm/settings.py:291 +msgid "Português Europeu (European Portuguese)" +msgstr "Português Europeu (portugheză europeană)" + +#: bookwyrm/settings.py:292 +msgid "Svenska (Swedish)" +msgstr "Svenska (suedeză)" + +#: bookwyrm/settings.py:293 +msgid "简体中文 (Simplified Chinese)" +msgstr "简体中文 (chineză simplificată)" + +#: bookwyrm/settings.py:294 +msgid "繁體中文 (Traditional Chinese)" +msgstr "繁體中文 (chineză tradițională)" + +#: bookwyrm/templates/404.html:4 bookwyrm/templates/404.html:8 +msgid "Not Found" +msgstr "Nu a fost găsit" + +#: bookwyrm/templates/404.html:9 +msgid "The page you requested doesn't seem to exist!" +msgstr "Se pare că pagina pe care o solicitați nu există!" + +#: bookwyrm/templates/500.html:4 +msgid "Oops!" +msgstr "Ups!" + +#: bookwyrm/templates/500.html:8 +msgid "Server Error" +msgstr "Eroare de server" + +#: bookwyrm/templates/500.html:9 +msgid "Something went wrong! Sorry about that." +msgstr "Ceva a mers prost! Ne pare rău pentru asta." + +#: bookwyrm/templates/about/about.html:9 +#: bookwyrm/templates/about/layout.html:35 +msgid "About" +msgstr "Despre" + +#: bookwyrm/templates/about/about.html:20 +#: bookwyrm/templates/get_started/layout.html:20 +#, python-format +msgid "Welcome to %(site_name)s!" +msgstr "Bine ați venit în %(site_name)s!" + +#: bookwyrm/templates/about/about.html:24 +#, python-format +msgid "%(site_name)s is part of BookWyrm, a network of independent, self-directed communities for readers. While you can interact seamlessly with users anywhere in the BookWyrm network, this community is unique." +msgstr "%(site_name)s este parte din BookWyrm, o rețea de comunități independente, autonome de cititori. Chiar dacă puteți interacționa perfect cu utilizatori de oriunde din rețeaua BookWyrm, această comunitate este unică." + +#: bookwyrm/templates/about/about.html:42 +#, python-format +msgid "%(title)s is %(site_name)s's most beloved book, with an average rating of %(rating)s out of 5." +msgstr "%(title)s este cartea cea mai iubită a %(site_name)s, cu un rating mediu de %(rating)s din 5." + +#: bookwyrm/templates/about/about.html:61 +#, python-format +msgid "More %(site_name)s users want to read %(title)s than any other book." +msgstr "Utilizatorii %(site_name)s vor să citească %(title)s mai mult decât oricare altă carte." + +#: bookwyrm/templates/about/about.html:80 +#, python-format +msgid "%(title)s has the most divisive ratings of any book on %(site_name)s." +msgstr "%(title)s are ratingul cel mai divizat față de orice altă carte a %(site_name)s." + +#: bookwyrm/templates/about/about.html:91 +msgid "Track your reading, talk about books, write reviews, and discover what to read next. Always ad-free, anti-corporate, and community-oriented, BookWyrm is human-scale software, designed to stay small and personal. If you have feature requests, bug reports, or grand dreams, reach out and make yourself heard." +msgstr "Urmăriți progresul lecturii, vorbiți despre cărți, citiți recenzii și descoperiți ce să citiți în continuare. Mereu fără reclame, anti-corporație și axat pe comunitate, BookWyrm este un program la scară umană, conceput să rămână mic și personal. Dacă aveți cereri de funcționalități, raporturi de buguri sau vise mărețe, contactați-ne și făceți-vă auziți." + +#: bookwyrm/templates/about/about.html:98 +msgid "Meet your admins" +msgstr "Întâlniți-vă adminii" + +#: bookwyrm/templates/about/about.html:101 +#, python-format +msgid "%(site_name)s's moderators and administrators keep the site up and running, enforce the code of conduct, and respond when users report spam and bad behavior." +msgstr "Moderatorii și administratorii %(site_name)s mențin site-ul în picioare, impun codul de conduită și răspund când utilizatorii raportează spam și comportament neadecvat." + +#: bookwyrm/templates/about/about.html:115 +msgid "Moderator" +msgstr "Moderator" + +#: bookwyrm/templates/about/about.html:117 bookwyrm/templates/layout.html:140 +msgid "Admin" +msgstr "Admin" + +#: bookwyrm/templates/about/about.html:133 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:14 +#: bookwyrm/templates/snippets/status/status_options.html:35 +#: bookwyrm/templates/snippets/user_options.html:14 +msgid "Send direct message" +msgstr "Trimiteți un mesaj direct" + +#: bookwyrm/templates/about/conduct.html:4 +#: bookwyrm/templates/about/conduct.html:9 +#: bookwyrm/templates/about/layout.html:41 +msgid "Code of Conduct" +msgstr "Cod de conduită" + +#: bookwyrm/templates/about/layout.html:11 +msgid "Active users:" +msgstr "Utilizatori activi:" + +#: bookwyrm/templates/about/layout.html:15 +msgid "Statuses posted:" +msgstr "Statusuri postate:" + +#: bookwyrm/templates/about/layout.html:19 +#: bookwyrm/templates/setup/config.html:74 +msgid "Software version:" +msgstr "Versiunea programului:" + +#: bookwyrm/templates/about/layout.html:30 +#: bookwyrm/templates/embed-layout.html:34 bookwyrm/templates/layout.html:238 +#, python-format +msgid "About %(site_name)s" +msgstr "Despre %(site_name)s" + +#: bookwyrm/templates/about/layout.html:47 +#: bookwyrm/templates/about/privacy.html:4 +#: bookwyrm/templates/about/privacy.html:9 +msgid "Privacy Policy" +msgstr "Politica de confidențialitate" + +#: bookwyrm/templates/annual_summary/layout.html:7 +#: bookwyrm/templates/feed/summary_card.html:8 +#, python-format +msgid "%(year)s in the books" +msgstr "%(year)s în cărți" + +#: bookwyrm/templates/annual_summary/layout.html:43 +#, python-format +msgid "%(year)s in the books" +msgstr "%(year)s în cărți" + +#: bookwyrm/templates/annual_summary/layout.html:47 +#, python-format +msgid "%(display_name)s’s year of reading" +msgstr "Anul de lectură a %(display_name)s" + +#: bookwyrm/templates/annual_summary/layout.html:53 +msgid "Share this page" +msgstr "Partajați această pagină" + +#: bookwyrm/templates/annual_summary/layout.html:67 +msgid "Copy address" +msgstr "Copiați adresa" + +#: bookwyrm/templates/annual_summary/layout.html:68 +#: bookwyrm/templates/lists/list.html:277 +msgid "Copied!" +msgstr "Copiat!" + +#: bookwyrm/templates/annual_summary/layout.html:77 +msgid "Sharing status: public with key" +msgstr "Partajați statusul: public cu cheie" + +#: bookwyrm/templates/annual_summary/layout.html:78 +msgid "The page can be seen by anyone with the complete address." +msgstr "Pagina poate fi vizionată de oricine cu o adresă completă." + +#: bookwyrm/templates/annual_summary/layout.html:83 +msgid "Make page private" +msgstr "Faceți pagina privată" + +#: bookwyrm/templates/annual_summary/layout.html:89 +msgid "Sharing status: private" +msgstr "Partajați statusul: privat" + +#: bookwyrm/templates/annual_summary/layout.html:90 +msgid "The page is private, only you can see it." +msgstr "Pagina este privată, doar dumneavoastră puteți să o vedeți." + +#: bookwyrm/templates/annual_summary/layout.html:95 +msgid "Make page public" +msgstr "Faceți pagina publică" + +#: bookwyrm/templates/annual_summary/layout.html:99 +msgid "When you make your page private, the old key won’t give access to the page anymore. A new key will be created if the page is once again made public." +msgstr "Când faceți pagina privată, vechea cheie nu mai oferă acces la pagină. O nouă cheie va fi creată dacă pagina este din nou făcută publică." + +#: bookwyrm/templates/annual_summary/layout.html:112 +#, python-format +msgid "Sadly %(display_name)s didn’t finish any books in %(year)s" +msgstr "Din păcate %(display_name)s nu a terminat nicio carte în %(year)s" + +#: bookwyrm/templates/annual_summary/layout.html:118 +#, python-format +msgid "In %(year)s, %(display_name)s read %(books_total)s book
for a total of %(pages_total)s pages!" +msgid_plural "In %(year)s, %(display_name)s read %(books_total)s books
for a total of %(pages_total)s pages!" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "În %(year)s, %(display_name)s a citit %(books_total)s cărți
pentru un total de %(pages_total)s de pagini!" + +#: bookwyrm/templates/annual_summary/layout.html:124 +msgid "That’s great!" +msgstr "Este minunat!" + +#: bookwyrm/templates/annual_summary/layout.html:127 +#, python-format +msgid "That makes an average of %(pages)s pages per book." +msgstr "Asta înseamnă o medie de %(pages)s de pagini pe carte." + +#: bookwyrm/templates/annual_summary/layout.html:132 +#, python-format +msgid "(%(no_page_number)s book doesn’t have pages)" +msgid_plural "(%(no_page_number)s books don’t have pages)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "(cărțile %(no_page_number)s nu au pagini)" + +#: bookwyrm/templates/annual_summary/layout.html:148 +msgid "Their shortest read this year…" +msgstr "Cea mai scurtă lectură a sa…" + +#: bookwyrm/templates/annual_summary/layout.html:155 +#: bookwyrm/templates/annual_summary/layout.html:176 +#: bookwyrm/templates/annual_summary/layout.html:245 +#: bookwyrm/templates/book/book.html:56 +#: bookwyrm/templates/discover/large-book.html:22 +#: bookwyrm/templates/landing/large-book.html:26 +#: bookwyrm/templates/landing/small-book.html:18 +msgid "by" +msgstr "de" + +#: bookwyrm/templates/annual_summary/layout.html:161 +#: bookwyrm/templates/annual_summary/layout.html:182 +#, python-format +msgid "%(pages)s pages" +msgstr "%(pages)s de pagini" + +#: bookwyrm/templates/annual_summary/layout.html:169 +msgid "…and the longest" +msgstr "…și cea mai lungă" + +#: bookwyrm/templates/annual_summary/layout.html:200 +#, python-format +msgid "%(display_name)s set a goal of reading %(goal)s book in %(year)s,
and achieved %(goal_percent)s%% of that goal" +msgid_plural "%(display_name)s set a goal of reading %(goal)s books in %(year)s,
and achieved %(goal_percent)s%% of that goal" +msgstr[0] "%(display_name)s și-a fixat un obiectiv de a citi %(goal)s carte în %(year)s,
și a realizat %(goal_percent)s din obiectiv" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/annual_summary/layout.html:209 +msgid "Way to go!" +msgstr "Felicitări!" + +#: bookwyrm/templates/annual_summary/layout.html:224 +#, python-format +msgid "%(display_name)s left %(ratings_total)s rating,
their average rating is %(rating_average)s" +msgid_plural "%(display_name)s left %(ratings_total)s ratings,
their average rating is %(rating_average)s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "%(display_name)s a lăsat recenzii de %(ratings_total)s,
ratingul său mediu este %(rating_average)s" + +#: bookwyrm/templates/annual_summary/layout.html:238 +msgid "Their best rated review" +msgstr "Recenzia sa cea mai bine cotată" + +#: bookwyrm/templates/annual_summary/layout.html:251 +#, python-format +msgid "Their rating: %(rating)s" +msgstr "Recenzia sa: %(rating)s" + +#: bookwyrm/templates/annual_summary/layout.html:268 +#, python-format +msgid "All the books %(display_name)s read in %(year)s" +msgstr "Toate cărțile %(display_name)s citite în %(year)s" + +#: bookwyrm/templates/author/author.html:18 +#: bookwyrm/templates/author/author.html:19 +msgid "Edit Author" +msgstr "Editați autorul" + +#: bookwyrm/templates/author/author.html:35 +msgid "Author details" +msgstr "Detaliile autorului" + +#: bookwyrm/templates/author/author.html:39 +#: bookwyrm/templates/author/edit_author.html:42 +msgid "Aliases:" +msgstr "Aliasuri:" + +#: bookwyrm/templates/author/author.html:48 +msgid "Born:" +msgstr "Născut:" + +#: bookwyrm/templates/author/author.html:55 +msgid "Died:" +msgstr "Mort:" + +#: bookwyrm/templates/author/author.html:65 +msgid "External links" +msgstr "Legături externe" + +#: bookwyrm/templates/author/author.html:70 +msgid "Wikipedia" +msgstr "Wikipedia" + +#: bookwyrm/templates/author/author.html:78 +msgid "View ISNI record" +msgstr "Vizualizați intrarea ISNI" + +#: bookwyrm/templates/author/author.html:83 +#: bookwyrm/templates/author/sync_modal.html:5 +#: bookwyrm/templates/book/book.html:131 +#: bookwyrm/templates/book/sync_modal.html:5 +msgid "Load data" +msgstr "Încărcați date" + +#: bookwyrm/templates/author/author.html:87 +#: bookwyrm/templates/book/book.html:135 +msgid "View on OpenLibrary" +msgstr "Vizualizați în OpenLibrary" + +#: bookwyrm/templates/author/author.html:102 +#: bookwyrm/templates/book/book.html:149 +msgid "View on Inventaire" +msgstr "Vizualizați în Inventaire" + +#: bookwyrm/templates/author/author.html:118 +msgid "View on LibraryThing" +msgstr "Vizualizați în LibraryThing" + +#: bookwyrm/templates/author/author.html:126 +msgid "View on Goodreads" +msgstr "Vizualizați în Goodreads" + +#: bookwyrm/templates/author/author.html:141 +#, python-format +msgid "Books by %(name)s" +msgstr "Cărți de %(name)s" + +#: bookwyrm/templates/author/edit_author.html:5 +msgid "Edit Author:" +msgstr "Editați autorul:" + +#: bookwyrm/templates/author/edit_author.html:13 +#: bookwyrm/templates/book/edit/edit_book.html:25 +msgid "Added:" +msgstr "Adăugat:" + +#: bookwyrm/templates/author/edit_author.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:28 +msgid "Updated:" +msgstr "Actualizat:" + +#: bookwyrm/templates/author/edit_author.html:16 +#: bookwyrm/templates/book/edit/edit_book.html:32 +msgid "Last edited by:" +msgstr "Ultima dată modificat de:" + +#: bookwyrm/templates/author/edit_author.html:33 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 +msgid "Metadata" +msgstr "Metadate" + +#: bookwyrm/templates/author/edit_author.html:35 +#: bookwyrm/templates/lists/form.html:9 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:14 +#: bookwyrm/templates/shelf/form.html:9 +msgid "Name:" +msgstr "Nume:" + +#: bookwyrm/templates/author/edit_author.html:44 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 +msgid "Separate multiple values with commas." +msgstr "Separați valori multiple prin virgulă." + +#: bookwyrm/templates/author/edit_author.html:50 +msgid "Bio:" +msgstr "Biografie:" + +#: bookwyrm/templates/author/edit_author.html:56 +msgid "Wikipedia link:" +msgstr "Legătură Wikipedia:" + +#: bookwyrm/templates/author/edit_author.html:61 +msgid "Birth date:" +msgstr "Data de naștere:" + +#: bookwyrm/templates/author/edit_author.html:68 +msgid "Death date:" +msgstr "Data de moarte:" + +#: bookwyrm/templates/author/edit_author.html:75 +msgid "Author Identifiers" +msgstr "Date de identificare ale autorului" + +#: bookwyrm/templates/author/edit_author.html:77 +msgid "Openlibrary key:" +msgstr "Cheie OpenLibrary:" + +#: bookwyrm/templates/author/edit_author.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 +msgid "Inventaire ID:" +msgstr "ID Inventaire:" + +#: bookwyrm/templates/author/edit_author.html:91 +msgid "Librarything key:" +msgstr "Cheie LibraryThing:" + +#: bookwyrm/templates/author/edit_author.html:98 +msgid "Goodreads key:" +msgstr "Cheie GoodReads:" + +#: bookwyrm/templates/author/edit_author.html:105 +msgid "ISNI:" +msgstr "ISNI:" + +#: bookwyrm/templates/author/edit_author.html:115 +#: bookwyrm/templates/book/book.html:202 +#: bookwyrm/templates/book/edit/edit_book.html:127 +#: bookwyrm/templates/book/file_links/add_link_modal.html:60 +#: bookwyrm/templates/book/file_links/edit_links.html:82 +#: bookwyrm/templates/groups/form.html:32 +#: bookwyrm/templates/lists/bookmark_button.html:15 +#: bookwyrm/templates/lists/edit_item_form.html:15 +#: bookwyrm/templates/lists/form.html:130 +#: bookwyrm/templates/preferences/edit_user.html:136 +#: bookwyrm/templates/readthrough/readthrough_modal.html:74 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:120 +#: bookwyrm/templates/settings/federation/edit_instance.html:98 +#: bookwyrm/templates/settings/federation/instance.html:105 +#: bookwyrm/templates/settings/site.html:181 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:69 +#: bookwyrm/templates/shelf/form.html:25 +#: bookwyrm/templates/snippets/reading_modals/layout.html:18 +msgid "Save" +msgstr "Salvați" + +#: bookwyrm/templates/author/edit_author.html:116 +#: bookwyrm/templates/author/sync_modal.html:23 +#: bookwyrm/templates/book/book.html:203 +#: bookwyrm/templates/book/cover_add_modal.html:33 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 +#: bookwyrm/templates/book/file_links/add_link_modal.html:59 +#: bookwyrm/templates/book/file_links/verification_modal.html:25 +#: bookwyrm/templates/book/sync_modal.html:23 +#: bookwyrm/templates/groups/delete_group_modal.html:15 +#: bookwyrm/templates/lists/add_item_modal.html:36 +#: bookwyrm/templates/lists/delete_list_modal.html:16 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:27 +#: bookwyrm/templates/readthrough/readthrough_modal.html:73 +#: bookwyrm/templates/search/barcode_modal.html:45 +#: bookwyrm/templates/settings/federation/instance.html:106 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:22 +#: bookwyrm/templates/snippets/report_modal.html:52 +msgid "Cancel" +msgstr "Anulați" + +#: bookwyrm/templates/author/sync_modal.html:15 +#, python-format +msgid "Loading data will connect to %(source_name)s and check for any metadata about this author which aren't present here. Existing metadata will not be overwritten." +msgstr "Încărcatul de date se va conecta la %(source_name)s și verifica orice metadate despre autor care nu sunt prezente aici. Metadatele existente nu vor fi suprascrise." + +#: bookwyrm/templates/author/sync_modal.html:24 +#: bookwyrm/templates/book/edit/edit_book.html:114 +#: bookwyrm/templates/book/sync_modal.html:24 +#: bookwyrm/templates/groups/members.html:29 +#: bookwyrm/templates/landing/password_reset.html:42 +#: bookwyrm/templates/snippets/remove_from_group_button.html:17 +msgid "Confirm" +msgstr "Confirmați" + +#: bookwyrm/templates/book/book.html:19 +msgid "Unable to connect to remote source." +msgstr "Nu s-a putut stabili conexiunea la distanță." + +#: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 +msgid "Edit Book" +msgstr "Editați carte" + +#: bookwyrm/templates/book/book.html:88 bookwyrm/templates/book/book.html:91 +msgid "Click to add cover" +msgstr "Adăugați o copertă" + +#: bookwyrm/templates/book/book.html:97 +msgid "Failed to load cover" +msgstr "Eșec la încărcarea coperții" + +#: bookwyrm/templates/book/book.html:108 +msgid "Click to enlarge" +msgstr "Clic pentru a mări" + +#: bookwyrm/templates/book/book.html:179 +#, python-format +msgid "(%(review_count)s review)" +msgid_plural "(%(review_count)s reviews)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "(%(review_count)s recenzii)" + +#: bookwyrm/templates/book/book.html:191 +msgid "Add Description" +msgstr "Adăugați o descriere" + +#: bookwyrm/templates/book/book.html:198 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 +#: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 +msgid "Description:" +msgstr "Descriere:" + +#: bookwyrm/templates/book/book.html:214 +#, python-format +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "%(count)s ediții" + +#: bookwyrm/templates/book/book.html:228 +msgid "You have shelved this edition in:" +msgstr "Ați pus această ediție pe raftul:" + +#: bookwyrm/templates/book/book.html:243 +#, python-format +msgid "A different edition of this book is on your %(shelf_name)s shelf." +msgstr "O ediție diferită a acestei cărți este pe %(shelf_name)s raftul vostru." + +#: bookwyrm/templates/book/book.html:254 +msgid "Your reading activity" +msgstr "Activitatea dvs. de lectură" + +#: bookwyrm/templates/book/book.html:260 +msgid "Add read dates" +msgstr "Adăugați date de lectură" + +#: bookwyrm/templates/book/book.html:268 +msgid "You don't have any reading activity for this book." +msgstr "Nu aveți nicio activitate de lectură pentru această carte." + +#: bookwyrm/templates/book/book.html:294 +msgid "Your reviews" +msgstr "Recenziile dvs." + +#: bookwyrm/templates/book/book.html:300 +msgid "Your comments" +msgstr "Comentariile voastre" + +#: bookwyrm/templates/book/book.html:306 +msgid "Your quotes" +msgstr "Citatele dvs." + +#: bookwyrm/templates/book/book.html:342 +msgid "Subjects" +msgstr "Subiecte" + +#: bookwyrm/templates/book/book.html:354 +msgid "Places" +msgstr "Locuri" + +#: bookwyrm/templates/book/book.html:365 +#: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 +#: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 +#: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 +#: bookwyrm/templates/search/layout.html:25 +#: bookwyrm/templates/search/layout.html:50 +#: bookwyrm/templates/user/layout.html:85 +msgid "Lists" +msgstr "Liste" + +#: bookwyrm/templates/book/book.html:377 +msgid "Add to list" +msgstr "Adăugați la listă" + +#: bookwyrm/templates/book/book.html:387 +#: bookwyrm/templates/book/cover_add_modal.html:32 +#: bookwyrm/templates/lists/add_item_modal.html:39 +#: bookwyrm/templates/lists/list.html:255 +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:24 +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:31 +msgid "Add" +msgstr "Adăugați" + +#: bookwyrm/templates/book/book_identifiers.html:8 +msgid "ISBN:" +msgstr "ISBN:" + +#: bookwyrm/templates/book/book_identifiers.html:15 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 +msgid "OCLC Number:" +msgstr "Număr OCLC:" + +#: bookwyrm/templates/book/book_identifiers.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 +msgid "ASIN:" +msgstr "ASIN:" + +#: bookwyrm/templates/book/cover_add_modal.html:5 +msgid "Add cover" +msgstr "Adăugați copertă" + +#: bookwyrm/templates/book/cover_add_modal.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 +msgid "Upload cover:" +msgstr "Încărcați copertă:" + +#: bookwyrm/templates/book/cover_add_modal.html:23 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 +msgid "Load cover from url:" +msgstr "Încărcați copertă de la URL-ul:" + +#: bookwyrm/templates/book/cover_show_modal.html:6 +msgid "Book cover preview" +msgstr "Previzualizarea coperții" + +#: bookwyrm/templates/book/cover_show_modal.html:11 +#: bookwyrm/templates/components/inline_form.html:8 +#: bookwyrm/templates/components/modal.html:13 +#: bookwyrm/templates/components/modal.html:30 +#: bookwyrm/templates/components/tooltip.html:7 +#: bookwyrm/templates/feed/suggested_books.html:55 +#: bookwyrm/templates/get_started/layout.html:25 +#: bookwyrm/templates/get_started/layout.html:58 +msgid "Close" +msgstr "Închideți" + +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 +#, python-format +msgid "Edit \"%(book_title)s\"" +msgstr "Editați „%(book_title)s”" + +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 +msgid "Add Book" +msgstr "Adăugați carte" + +#: bookwyrm/templates/book/edit/edit_book.html:54 +msgid "Confirm Book Info" +msgstr "Confirmați informațiile cărții" + +#: bookwyrm/templates/book/edit/edit_book.html:62 +#, python-format +msgid "Is \"%(name)s\" one of these authors?" +msgstr "Este „%(name)s” unul dintre acești autori?" + +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 +msgid "Author of " +msgstr "Autor al " + +#: bookwyrm/templates/book/edit/edit_book.html:75 +msgid "Find more information at isni.org" +msgstr "Aflați mai multe la isni.org" + +#: bookwyrm/templates/book/edit/edit_book.html:85 +msgid "This is a new author" +msgstr "Acesta este un autor nou" + +#: bookwyrm/templates/book/edit/edit_book.html:92 +#, python-format +msgid "Creating a new author: %(name)s" +msgstr "Creați un autor nou: %(name)s" + +#: bookwyrm/templates/book/edit/edit_book.html:99 +msgid "Is this an edition of an existing work?" +msgstr "Este această o ediție a unei opere existente?" + +#: bookwyrm/templates/book/edit/edit_book.html:107 +msgid "This is a new work" +msgstr "Aceasta este o operă nouă" + +#: bookwyrm/templates/book/edit/edit_book.html:116 +#: bookwyrm/templates/feed/status.html:21 +msgid "Back" +msgstr "Înapoi" + +#: bookwyrm/templates/book/edit/edit_book_form.html:24 +#: bookwyrm/templates/snippets/create_status/review.html:15 +msgid "Title:" +msgstr "Titlu:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:33 +msgid "Subtitle:" +msgstr "Subtitlu:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:53 +msgid "Series:" +msgstr "Serie:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:63 +msgid "Series number:" +msgstr "Numărul din serie:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:74 +msgid "Languages:" +msgstr "Limbi:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:86 +msgid "Subjects:" +msgstr "Subiecte:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:90 +msgid "Add subject" +msgstr "Adăugați subiect" + +#: bookwyrm/templates/book/edit/edit_book_form.html:108 +msgid "Remove subject" +msgstr "Înlăturați subiect" + +#: bookwyrm/templates/book/edit/edit_book_form.html:131 +msgid "Add Another Subject" +msgstr "Adăugați un alt subiect" + +#: bookwyrm/templates/book/edit/edit_book_form.html:139 +msgid "Publication" +msgstr "Publicație" + +#: bookwyrm/templates/book/edit/edit_book_form.html:144 +msgid "Publisher:" +msgstr "Editor:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:156 +msgid "First published date:" +msgstr "Prima dată de publicare:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:165 +msgid "Published date:" +msgstr "Data de publicare:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:176 +msgid "Authors" +msgstr "Autori" + +#: bookwyrm/templates/book/edit/edit_book_form.html:187 +#, python-format +msgid "Remove %(name)s" +msgstr "Înlăturați %(name)s" + +#: bookwyrm/templates/book/edit/edit_book_form.html:190 +#, python-format +msgid "Author page for %(name)s" +msgstr "Pagina de autori pentru %(name)s" + +#: bookwyrm/templates/book/edit/edit_book_form.html:198 +msgid "Add Authors:" +msgstr "Adăugați autori:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 +msgid "Add Author" +msgstr "Adaugă autor" + +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 +msgid "Jane Doe" +msgstr "Necunoscut" + +#: bookwyrm/templates/book/edit/edit_book_form.html:211 +msgid "Add Another Author" +msgstr "Adăugați un alt autor" + +#: bookwyrm/templates/book/edit/edit_book_form.html:221 +#: bookwyrm/templates/shelf/shelf.html:146 +msgid "Cover" +msgstr "Copertă" + +#: bookwyrm/templates/book/edit/edit_book_form.html:253 +msgid "Physical Properties" +msgstr "Proprietăți fizice" + +#: bookwyrm/templates/book/edit/edit_book_form.html:260 +#: bookwyrm/templates/book/editions/format_filter.html:6 +msgid "Format:" +msgstr "Format:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:272 +msgid "Format details:" +msgstr "Detalii de format:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:283 +msgid "Pages:" +msgstr "Pagini:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:294 +msgid "Book Identifiers" +msgstr "Date de identificare ale cărții" + +#: bookwyrm/templates/book/edit/edit_book_form.html:299 +msgid "ISBN 13:" +msgstr "ISBN 13:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:308 +msgid "ISBN 10:" +msgstr "ISBN 10:" + +#: bookwyrm/templates/book/edit/edit_book_form.html:317 +msgid "Openlibrary ID:" +msgstr "ID OpenLibrary:" + +#: bookwyrm/templates/book/editions/editions.html:4 +#, python-format +msgid "Editions of %(book_title)s" +msgstr "Ediții ale %(book_title)s" + +#: bookwyrm/templates/book/editions/editions.html:8 +#, python-format +msgid "Editions of \"%(work_title)s\"" +msgstr "Ediții ale %(work_title)s" + +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "Nu găsiți ediția pe care o căutați?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Adăugați o altă ediție" + +#: bookwyrm/templates/book/editions/format_filter.html:9 +#: bookwyrm/templates/book/editions/language_filter.html:9 +msgid "Any" +msgstr "Oricare" + +#: bookwyrm/templates/book/editions/language_filter.html:6 +#: bookwyrm/templates/preferences/edit_user.html:95 +msgid "Language:" +msgstr "Limbă:" + +#: bookwyrm/templates/book/editions/search_filter.html:6 +msgid "Search editions" +msgstr "Căutați ediții" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:6 +msgid "Add file link" +msgstr "Adăugați o legătură de fișier" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:19 +msgid "Links from unknown domains will need to be approved by a moderator before they are added." +msgstr "Legături de la domenii necunoscute vor trebui aprovate de către un moderator înainte de a fi adăugate." + +#: bookwyrm/templates/book/file_links/add_link_modal.html:24 +msgid "URL:" +msgstr "URL:" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:29 +msgid "File type:" +msgstr "Tipul fișierului:" + +#: bookwyrm/templates/book/file_links/add_link_modal.html:48 +msgid "Availability:" +msgstr "Disponibilitate:" + +#: bookwyrm/templates/book/file_links/edit_links.html:5 +#: bookwyrm/templates/book/file_links/edit_links.html:21 +#: bookwyrm/templates/book/file_links/links.html:53 +msgid "Edit links" +msgstr "Editați legături" + +#: bookwyrm/templates/book/file_links/edit_links.html:11 +#, python-format +msgid "Links for \"%(title)s\"" +msgstr "Legături pentru „%(title)s”" + +#: bookwyrm/templates/book/file_links/edit_links.html:32 +#: bookwyrm/templates/settings/link_domains/link_table.html:6 +msgid "URL" +msgstr "URL" + +#: bookwyrm/templates/book/file_links/edit_links.html:33 +#: bookwyrm/templates/settings/link_domains/link_table.html:7 +msgid "Added by" +msgstr "Adăugat de" + +#: bookwyrm/templates/book/file_links/edit_links.html:34 +#: bookwyrm/templates/settings/link_domains/link_table.html:8 +msgid "Filetype" +msgstr "Tipul fișierului" + +#: bookwyrm/templates/book/file_links/edit_links.html:35 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:25 +#: bookwyrm/templates/settings/reports/report_links_table.html:5 +msgid "Domain" +msgstr "Domeniu" + +#: bookwyrm/templates/book/file_links/edit_links.html:36 +#: bookwyrm/templates/import/import_status.html:127 +#: bookwyrm/templates/settings/announcements/announcements.html:37 +#: bookwyrm/templates/settings/federation/instance_list.html:46 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/status_filter.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:52 +#: bookwyrm/templates/settings/users/user_info.html:20 +msgid "Status" +msgstr "Status" + +#: bookwyrm/templates/book/file_links/edit_links.html:37 +#: bookwyrm/templates/settings/announcements/announcements.html:41 +#: bookwyrm/templates/settings/federation/instance.html:112 +#: bookwyrm/templates/settings/reports/report_links_table.html:6 +#: bookwyrm/templates/settings/themes.html:100 +msgid "Actions" +msgstr "Acțiuni" + +#: bookwyrm/templates/book/file_links/edit_links.html:53 +#: bookwyrm/templates/book/file_links/verification_modal.html:22 +msgid "Report spam" +msgstr "Raportați spam" + +#: bookwyrm/templates/book/file_links/edit_links.html:97 +msgid "No links available for this book." +msgstr "Nicio legătură disponibilă pentru această carte." + +#: bookwyrm/templates/book/file_links/edit_links.html:108 +#: bookwyrm/templates/book/file_links/links.html:18 +msgid "Add link to file" +msgstr "Adăugați o legătură către fișier" + +#: bookwyrm/templates/book/file_links/file_link_page.html:6 +msgid "File Links" +msgstr "Legăturile fișierului" + +#: bookwyrm/templates/book/file_links/links.html:9 +msgid "Get a copy" +msgstr "Obțineți o copie" + +#: bookwyrm/templates/book/file_links/links.html:47 +msgid "No links available" +msgstr "Nicio legătură disponibilă" + +#: bookwyrm/templates/book/file_links/verification_modal.html:5 +msgid "Leaving BookWyrm" +msgstr "Părăsind BookWyrm" + +#: bookwyrm/templates/book/file_links/verification_modal.html:11 +#, python-format +msgid "This link is taking you to: %(link_url)s.
Is that where you'd like to go?" +msgstr "Această legătură vă duce la: %(link_url)s.
Doriți să continuați?" + +#: bookwyrm/templates/book/file_links/verification_modal.html:26 +#: bookwyrm/templates/setup/config.html:139 +msgid "Continue" +msgstr "Continuați" + +#: bookwyrm/templates/book/publisher_info.html:23 +#, python-format +msgid "%(format)s, %(pages)s pages" +msgstr "%(format)s, %(pages)s de pagini" + +#: bookwyrm/templates/book/publisher_info.html:25 +#, python-format +msgid "%(pages)s pages" +msgstr "%(pages)s pagini" + +#: bookwyrm/templates/book/publisher_info.html:38 +#, python-format +msgid "%(languages)s language" +msgstr "%(languages)s Limbă" + +#: bookwyrm/templates/book/publisher_info.html:65 +#, python-format +msgid "Published %(date)s by %(publisher)s." +msgstr "Publicat în %(date)s de %(publisher)s." + +#: bookwyrm/templates/book/publisher_info.html:67 +#, python-format +msgid "Published %(date)s" +msgstr "Publicat în %(date)s" + +#: bookwyrm/templates/book/publisher_info.html:69 +#, python-format +msgid "Published by %(publisher)s." +msgstr "Publicat de %(publisher)s." + +#: bookwyrm/templates/book/rating.html:13 +msgid "rated it" +msgstr "a evaluat-o" + +#: bookwyrm/templates/book/sync_modal.html:15 +#, python-format +msgid "Loading data will connect to %(source_name)s and check for any metadata about this book which aren't present here. Existing metadata will not be overwritten." +msgstr "Încărcatul de date se va conecta la %(source_name)s și verifica orice metadate despre această carte care nu sunt prezente aici. Metadatele existente nu vor fi suprascrise." + +#: bookwyrm/templates/components/tooltip.html:3 +msgid "Help" +msgstr "Ajutor" + +#: bookwyrm/templates/compose.html:5 bookwyrm/templates/compose.html:8 +msgid "Edit status" +msgstr "Editați stare" + +#: bookwyrm/templates/confirm_email/confirm_email.html:4 +msgid "Confirm email" +msgstr "Confirmați emailul" + +#: bookwyrm/templates/confirm_email/confirm_email.html:7 +msgid "Confirm your email address" +msgstr "Confirmați adresa dvs. de email" + +#: bookwyrm/templates/confirm_email/confirm_email.html:13 +msgid "A confirmation code has been sent to the email address you used to register your account." +msgstr "Un cod de confirmare a fost trimis la adresa pe care ați utilizat-o pentru a înregistra contul dvs." + +#: bookwyrm/templates/confirm_email/confirm_email.html:15 +msgid "Sorry! We couldn't find that code." +msgstr "Ne pare rău! Nu am putut găsi acel cod." + +#: bookwyrm/templates/confirm_email/confirm_email.html:19 +#: bookwyrm/templates/settings/users/user_info.html:85 +msgid "Confirmation code:" +msgstr "Cod de confirmare:" + +#: bookwyrm/templates/confirm_email/confirm_email.html:25 +#: bookwyrm/templates/landing/layout.html:81 +#: bookwyrm/templates/settings/dashboard/dashboard.html:116 +#: bookwyrm/templates/snippets/report_modal.html:53 +msgid "Submit" +msgstr "Trimiteți" + +#: bookwyrm/templates/confirm_email/confirm_email.html:32 +msgid "Can't find your code?" +msgstr "Nu puteți găsi codul?" + +#: bookwyrm/templates/confirm_email/resend_form.html:4 +msgid "Resend confirmation link" +msgstr "Retrimiteți legătura de confirmare" + +#: bookwyrm/templates/confirm_email/resend_form.html:11 +#: bookwyrm/templates/landing/layout.html:68 +#: bookwyrm/templates/landing/password_reset_request.html:18 +#: bookwyrm/templates/preferences/edit_user.html:53 +#: bookwyrm/templates/snippets/register_form.html:27 +msgid "Email address:" +msgstr "Adresa de email:" + +#: bookwyrm/templates/confirm_email/resend_form.html:17 +msgid "Resend link" +msgstr "Retrimiteți legătura" + +#: bookwyrm/templates/directory/community_filter.html:5 +msgid "Community" +msgstr "Comunitate" + +#: bookwyrm/templates/directory/community_filter.html:8 +#: bookwyrm/templates/settings/users/user_admin.html:25 +msgid "Local users" +msgstr "Utilizatori locali" + +#: bookwyrm/templates/directory/community_filter.html:12 +#: bookwyrm/templates/settings/users/user_admin.html:29 +msgid "Federated community" +msgstr "Comunitate federată" + +#: bookwyrm/templates/directory/directory.html:4 +#: bookwyrm/templates/directory/directory.html:9 +#: bookwyrm/templates/layout.html:109 +msgid "Directory" +msgstr "Dosar" + +#: bookwyrm/templates/directory/directory.html:17 +msgid "Make your profile discoverable to other BookWyrm users." +msgstr "Expuneți-vă profilul altor utilizatori BookWyrm." + +#: bookwyrm/templates/directory/directory.html:21 +msgid "Join Directory" +msgstr "Alăturați-vă dosarului" + +#: bookwyrm/templates/directory/directory.html:24 +#, python-format +msgid "You can opt-out at any time in your profile settings." +msgstr "Puteți să vă dezabonați în orice moment în setările de profil ale dvs." + +#: bookwyrm/templates/directory/directory.html:29 +#: bookwyrm/templates/directory/directory.html:31 +#: bookwyrm/templates/feed/goal_card.html:17 +#: bookwyrm/templates/feed/summary_card.html:12 +#: bookwyrm/templates/feed/summary_card.html:14 +#: bookwyrm/templates/snippets/announcement.html:31 +msgid "Dismiss message" +msgstr "Renunțați la mesaj" + +#: bookwyrm/templates/directory/sort_filter.html:5 +msgid "Order by" +msgstr "Sortați după" + +#: bookwyrm/templates/directory/sort_filter.html:9 +msgid "Recently active" +msgstr "Activitate recentă" + +#: bookwyrm/templates/directory/sort_filter.html:10 +msgid "Suggested" +msgstr "Sugerate" + +#: bookwyrm/templates/directory/user_card.html:17 +#: bookwyrm/templates/directory/user_card.html:18 +#: bookwyrm/templates/ostatus/remote_follow.html:21 +#: bookwyrm/templates/ostatus/remote_follow.html:22 +#: bookwyrm/templates/ostatus/subscribe.html:41 +#: bookwyrm/templates/ostatus/subscribe.html:42 +#: bookwyrm/templates/ostatus/success.html:17 +#: bookwyrm/templates/ostatus/success.html:18 +#: bookwyrm/templates/user/user_preview.html:16 +#: bookwyrm/templates/user/user_preview.html:17 +msgid "Locked account" +msgstr "Cont blocat" + +#: bookwyrm/templates/directory/user_card.html:40 +msgid "follower you follow" +msgid_plural "followers you follow" +msgstr[0] "urmăritor pe care îl urmați" +msgstr[1] "" +msgstr[2] "urmăritori pe care îi urmați" + +#: bookwyrm/templates/directory/user_card.html:47 +msgid "book on your shelves" +msgid_plural "books on your shelves" +msgstr[0] "carte pe rafturile dvs." +msgstr[1] "" +msgstr[2] "cărți pe rafturile dvs." + +#: bookwyrm/templates/directory/user_card.html:55 +msgid "posts" +msgstr "publicații" + +#: bookwyrm/templates/directory/user_card.html:61 +msgid "last active" +msgstr "ultima activitate" + +#: bookwyrm/templates/directory/user_type_filter.html:5 +msgid "User type" +msgstr "Tip de utilizator" + +#: bookwyrm/templates/directory/user_type_filter.html:8 +msgid "BookWyrm users" +msgstr "Utilizatori BookWyrm" + +#: bookwyrm/templates/directory/user_type_filter.html:12 +msgid "All known users" +msgstr "Toți utilizatorii cunoscuți" + +#: bookwyrm/templates/discover/card-header.html:8 +#, python-format +msgid "%(username)s wants to read %(book_title)s" +msgstr "%(username)s vrea să citească %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:13 +#, python-format +msgid "%(username)s finished reading %(book_title)s" +msgstr "%(username)s a terminat de citit %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:18 +#, python-format +msgid "%(username)s started reading %(book_title)s" +msgstr "%(username)s a început să citească %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:23 +#, python-format +msgid "%(username)s rated %(book_title)s" +msgstr "%(username)s a evaluat %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:27 +#, python-format +msgid "%(username)s reviewed %(book_title)s" +msgstr "%(username)s a revizuit %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:31 +#, python-format +msgid "%(username)s commented on %(book_title)s" +msgstr "%(username)s a comentat despre %(book_title)s" + +#: bookwyrm/templates/discover/card-header.html:35 +#, python-format +msgid "%(username)s quoted %(book_title)s" +msgstr "%(username)s a citat %(book_title)s" + +#: bookwyrm/templates/discover/discover.html:4 +#: bookwyrm/templates/discover/discover.html:10 +#: bookwyrm/templates/layout.html:86 +msgid "Discover" +msgstr "Descoperiți" + +#: bookwyrm/templates/discover/discover.html:12 +#, python-format +msgid "See what's new in the local %(site_name)s community" +msgstr "Vedeți ce este nou în comunitatea locală %(site_name)s" + +#: bookwyrm/templates/discover/large-book.html:52 +#: bookwyrm/templates/discover/small-book.html:36 +msgid "View status" +msgstr "Vizualizați stare" + +#: bookwyrm/templates/email/confirm/html_content.html:6 +#: bookwyrm/templates/email/confirm/text_content.html:4 +#, python-format +msgid "One last step before you join %(site_name)s! Please confirm your email address by clicking the link below:" +msgstr "Un ultim pas înainte de a vă alătura %(site_name)s! Vă rugăm confirmați adresa dvs. de email dând clic pe legătura de dedesubt:" + +#: bookwyrm/templates/email/confirm/html_content.html:11 +msgid "Confirm Email" +msgstr "Confirmați email" + +#: bookwyrm/templates/email/confirm/html_content.html:15 +#, python-format +msgid "Or enter the code \"%(confirmation_code)s\" at login." +msgstr "Sau introduceți codul „%(confirmation_code)s” la autentificare." + +#: bookwyrm/templates/email/confirm/subject.html:2 +msgid "Please confirm your email" +msgstr "Vă rugam confirmați adresa dvs." + +#: bookwyrm/templates/email/confirm/text_content.html:10 +#, python-format +msgid "Or enter the code \"%(confirmation_code)s\" at login." +msgstr "Sau introduceți codul „%(confirmation_code)s” la autentificare." + +#: bookwyrm/templates/email/html_layout.html:15 +#: bookwyrm/templates/email/text_layout.html:2 +msgid "Hi there," +msgstr "Salutare," + +#: bookwyrm/templates/email/html_layout.html:21 +#, python-format +msgid "BookWyrm hosted on %(site_name)s" +msgstr "BookWyrm este găzduit de %(site_name)s" + +#: bookwyrm/templates/email/html_layout.html:23 +msgid "Email preference" +msgstr "Preferințe email" + +#: bookwyrm/templates/email/invite/html_content.html:6 +#: bookwyrm/templates/email/invite/subject.html:2 +#, python-format +msgid "You're invited to join %(site_name)s!" +msgstr "Sunteți invitat să vă alăturați %(site_name)s!" + +#: bookwyrm/templates/email/invite/html_content.html:9 +msgid "Join Now" +msgstr "Alăturați-vă acum" + +#: bookwyrm/templates/email/invite/html_content.html:15 +#, python-format +msgid "Learn more about %(site_name)s." +msgstr "Aflați mai multe despre %(site_name)s." + +#: bookwyrm/templates/email/invite/text_content.html:4 +#, python-format +msgid "You're invited to join %(site_name)s! Click the link below to create an account." +msgstr "Sunteți invitat să vă alăturați %(site_name)s! Clic pe legătura de dedesubt pentru a crea un cont nou." + +#: bookwyrm/templates/email/invite/text_content.html:8 +#, python-format +msgid "Learn more about %(site_name)s:" +msgstr "Aflați mai multe despre %(site_name)s:" + +#: bookwyrm/templates/email/moderation_report/html_content.html:6 +#: bookwyrm/templates/email/moderation_report/text_content.html:5 +#, python-format +msgid "@%(reporter)s has flagged behavior by @%(reportee)s for moderation. " +msgstr "@%(reporter)s a marcat comportamentul (lui) %(reportee)s pentru moderare. " + +#: bookwyrm/templates/email/moderation_report/html_content.html:9 +#: bookwyrm/templates/email/moderation_report/text_content.html:7 +msgid "View report" +msgstr "Vizualizați raportul" + +#: bookwyrm/templates/email/moderation_report/subject.html:2 +#, python-format +msgid "New report for %(site_name)s" +msgstr "Raport nou pentru %(site_name)s" + +#: bookwyrm/templates/email/password_reset/html_content.html:6 +#: bookwyrm/templates/email/password_reset/text_content.html:4 +#, python-format +msgid "You requested to reset your %(site_name)s password. Click the link below to set a new password and log in to your account." +msgstr "Ați solicitat reinițializarea parolei dvs. pentru %(site_name)s. Clic pe legătura de dedesubt pentru a alege o nouă parolă și a vă autentifica la contul dvs." + +#: bookwyrm/templates/email/password_reset/html_content.html:9 +#: bookwyrm/templates/landing/password_reset.html:4 +#: bookwyrm/templates/landing/password_reset.html:10 +#: bookwyrm/templates/landing/password_reset_request.html:4 +#: bookwyrm/templates/landing/password_reset_request.html:10 +msgid "Reset Password" +msgstr "Reinițializați parola" + +#: bookwyrm/templates/email/password_reset/html_content.html:13 +#: bookwyrm/templates/email/password_reset/text_content.html:8 +msgid "If you didn't request to reset your password, you can ignore this email." +msgstr "Dacă nu ați solicitat reinițializarea parolei dvs., puteți ignora acest email." + +#: bookwyrm/templates/email/password_reset/subject.html:2 +#, python-format +msgid "Reset your %(site_name)s password" +msgstr "Reinițializați parola dvs. pentru %(site_name)s" + +#: bookwyrm/templates/embed-layout.html:21 bookwyrm/templates/layout.html:40 +#: bookwyrm/templates/setup/layout.html:12 +#, python-format +msgid "%(site_name)s home page" +msgstr "Pagina principală a %(site_name)s" + +#: bookwyrm/templates/embed-layout.html:40 bookwyrm/templates/layout.html:242 +msgid "Contact site admin" +msgstr "Contactați adminul site-ului" + +#: bookwyrm/templates/embed-layout.html:46 +msgid "Join Bookwyrm" +msgstr "Alăturați-vă BookWyrm" + +#: bookwyrm/templates/feed/direct_messages.html:8 +#, python-format +msgid "Direct Messages with %(username)s" +msgstr "Mesajele directe cu %(username)s" + +#: bookwyrm/templates/feed/direct_messages.html:10 +#: bookwyrm/templates/layout.html:119 +msgid "Direct Messages" +msgstr "Mesaje directe" + +#: bookwyrm/templates/feed/direct_messages.html:13 +msgid "All messages" +msgstr "Toate mesajele" + +#: bookwyrm/templates/feed/direct_messages.html:22 +msgid "You have no messages right now." +msgstr "Nu aveți niciun mesaj în acest moment." + +#: bookwyrm/templates/feed/feed.html:54 +msgid "There aren't any activities right now! Try following a user to get started" +msgstr "Nu există nicio activitate momentan! Încercați să urmăriți un utilizator pentru a începe" + +#: bookwyrm/templates/feed/feed.html:55 +msgid "Alternatively, you can try enabling more status types" +msgstr "Alternativ, puteți încerca să activați mai multe tipuri de statusuri" + +#: bookwyrm/templates/feed/goal_card.html:6 +#: bookwyrm/templates/feed/layout.html:15 +#: bookwyrm/templates/user/goal_form.html:6 +#, python-format +msgid "%(year)s Reading Goal" +msgstr "Obiectivul de lectură din %(year)s" + +#: bookwyrm/templates/feed/goal_card.html:18 +#, python-format +msgid "You can set or change your reading goal any time from your profile page" +msgstr "Puteți alege sau schimba obiectul dvs. de lectură oricând folosind pagina dvs. de profil" + +#: bookwyrm/templates/feed/layout.html:5 +msgid "Updates" +msgstr "Actualizări" + +#: bookwyrm/templates/feed/suggested_books.html:6 +#: bookwyrm/templates/layout.html:114 +msgid "Your Books" +msgstr "Cărțile voastre" + +#: bookwyrm/templates/feed/suggested_books.html:8 +msgid "There are no books here right now! Try searching for a book to get started" +msgstr "Nu există nicio carte momentan! Încercați să căutați o carte pentru a începe" + +#: bookwyrm/templates/feed/suggested_users.html:5 +#: bookwyrm/templates/get_started/users.html:6 +msgid "Who to follow" +msgstr "Pe cine să urmați" + +#: bookwyrm/templates/feed/suggested_users.html:9 +msgid "Don't show suggested users" +msgstr "Nu afișați utilizatorii sugerați" + +#: bookwyrm/templates/feed/suggested_users.html:14 +msgid "View directory" +msgstr "Vizualizați dosarul" + +#: bookwyrm/templates/feed/summary_card.html:21 +msgid "The end of the year is the best moment to take stock of all the books read during the last 12 months. How many pages have you read? Which book is your best-rated of the year? We compiled these stats, and more!" +msgstr "Sfârșitul anului este cel mai bun moment pentru a sumariza toate cărțile citite în ultimele 12 luni. Câte pagini ați citit? Ce carte a anului ați apreciat cel mai mult? Am compilat aceste date statistice și încă mai multe!" + +#: bookwyrm/templates/feed/summary_card.html:26 +#, python-format +msgid "Discover your stats for %(year)s!" +msgstr "Descoperiți date dvs. statistice pentru %(year)s!" + +#: bookwyrm/templates/get_started/book_preview.html:6 +#, python-format +msgid "Have you read %(book_title)s?" +msgstr "Ați citit %(book_title)s?" + +#: bookwyrm/templates/get_started/book_preview.html:7 +msgid "Add to your books" +msgstr "Adăugați la cărțile dvs." + +#: bookwyrm/templates/get_started/book_preview.html:10 +#: bookwyrm/templates/shelf/shelf.html:86 bookwyrm/templates/user/user.html:33 +#: bookwyrm/templatetags/shelf_tags.py:46 +msgid "To Read" +msgstr "De citit" + +#: bookwyrm/templates/get_started/book_preview.html:11 +#: bookwyrm/templates/shelf/shelf.html:87 bookwyrm/templates/user/user.html:34 +#: bookwyrm/templatetags/shelf_tags.py:48 +msgid "Currently Reading" +msgstr "Lectură în curs" + +#: bookwyrm/templates/get_started/book_preview.html:12 +#: bookwyrm/templates/shelf/shelf.html:88 +#: bookwyrm/templates/snippets/shelf_selector.html:47 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:24 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:12 +#: bookwyrm/templates/user/user.html:35 bookwyrm/templatetags/shelf_tags.py:50 +msgid "Read" +msgstr "Citită" + +#: bookwyrm/templates/get_started/books.html:6 +msgid "What are you reading?" +msgstr "Ce citiți?" + +#: bookwyrm/templates/get_started/books.html:9 +#: bookwyrm/templates/layout.html:48 bookwyrm/templates/lists/list.html:213 +msgid "Search for a book" +msgstr "Căutați o carte" + +#: bookwyrm/templates/get_started/books.html:11 +#, python-format +msgid "No books found for \"%(query)s\"" +msgstr "Nicio carte găsită pentru „%(query)s”" + +#: bookwyrm/templates/get_started/books.html:11 +#, python-format +msgid "You can add books when you start using %(site_name)s." +msgstr "Puteți adăuga cărți când începeți să folosiți %(site_name)s." + +#: bookwyrm/templates/get_started/books.html:16 +#: bookwyrm/templates/get_started/books.html:17 +#: bookwyrm/templates/get_started/users.html:18 +#: bookwyrm/templates/get_started/users.html:19 +#: bookwyrm/templates/groups/members.html:15 +#: bookwyrm/templates/groups/members.html:16 bookwyrm/templates/layout.html:54 +#: bookwyrm/templates/layout.html:55 bookwyrm/templates/lists/list.html:217 +#: bookwyrm/templates/search/layout.html:4 +#: bookwyrm/templates/search/layout.html:9 +msgid "Search" +msgstr "Căutați" + +#: bookwyrm/templates/get_started/books.html:27 +msgid "Suggested Books" +msgstr "Cărți sugerate" + +#: bookwyrm/templates/get_started/books.html:46 +#, python-format +msgid "Popular on %(site_name)s" +msgstr "Populare pe %(site_name)s" + +#: bookwyrm/templates/get_started/books.html:58 +#: bookwyrm/templates/lists/list.html:230 +msgid "No books found" +msgstr "Nicio carte găsită" + +#: bookwyrm/templates/get_started/books.html:63 +#: bookwyrm/templates/get_started/profile.html:64 +msgid "Save & continue" +msgstr "Salvați & continuați" + +#: bookwyrm/templates/get_started/layout.html:5 +#: bookwyrm/templates/landing/layout.html:5 +msgid "Welcome" +msgstr "Bine ați venit" + +#: bookwyrm/templates/get_started/layout.html:22 +msgid "These are some first steps to get you started." +msgstr "Acestea sunt câțiva primi pași pentru a demara." + +#: bookwyrm/templates/get_started/layout.html:36 +#: bookwyrm/templates/get_started/profile.html:6 +msgid "Create your profile" +msgstr "Creați un profil" + +#: bookwyrm/templates/get_started/layout.html:40 +msgid "Add books" +msgstr "Adăugați cărți" + +#: bookwyrm/templates/get_started/layout.html:44 +msgid "Find friends" +msgstr "Căutați prieteni" + +#: bookwyrm/templates/get_started/layout.html:50 +msgid "Skip this step" +msgstr "Săriți acest pas" + +#: bookwyrm/templates/get_started/layout.html:54 +msgid "Finish" +msgstr "Terminați" + +#: bookwyrm/templates/get_started/profile.html:15 +#: bookwyrm/templates/preferences/edit_user.html:41 +msgid "Display name:" +msgstr "Nume afișat:" + +#: bookwyrm/templates/get_started/profile.html:29 +#: bookwyrm/templates/preferences/edit_user.html:47 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:49 +msgid "Summary:" +msgstr "Rezumat:" + +#: bookwyrm/templates/get_started/profile.html:34 +msgid "A little bit about you" +msgstr "Puțin despre dvs." + +#: bookwyrm/templates/get_started/profile.html:43 +#: bookwyrm/templates/preferences/edit_user.html:27 +msgid "Avatar:" +msgstr "Avatar:" + +#: bookwyrm/templates/get_started/profile.html:52 +msgid "Manually approve followers:" +msgstr "Aprovați manual urmăritorii:" + +#: bookwyrm/templates/get_started/profile.html:58 +msgid "Show this account in suggested users:" +msgstr "Afișați acest cont ca utilizator sugerat:" + +#: bookwyrm/templates/get_started/profile.html:62 +msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." +msgstr "Contul dumneavoastră se va afișa în director și poate fi recomandat altor utilizatori BookWyrm." + +#: bookwyrm/templates/get_started/users.html:11 +msgid "Search for a user" +msgstr "Căutați un utilizator" + +#: bookwyrm/templates/get_started/users.html:13 +#, python-format +msgid "No users found for \"%(query)s\"" +msgstr "Niciun utilizator găsit pentru „%(query)s”" + +#: bookwyrm/templates/groups/create_form.html:5 +#: bookwyrm/templates/user/groups.html:17 +msgid "Create group" +msgstr "Creați grup" + +#: bookwyrm/templates/groups/created_text.html:4 +#, python-format +msgid "Managed by %(username)s" +msgstr "Gestionat de %(username)s" + +#: bookwyrm/templates/groups/delete_group_modal.html:4 +msgid "Delete this group?" +msgstr "Ștergeți acest grup?" + +#: bookwyrm/templates/groups/delete_group_modal.html:7 +#: bookwyrm/templates/lists/delete_list_modal.html:7 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:12 +msgid "This action cannot be un-done" +msgstr "Această acțiune nu poate fi revocată" + +#: bookwyrm/templates/groups/delete_group_modal.html:17 +#: bookwyrm/templates/lists/delete_list_modal.html:19 +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:29 +#: bookwyrm/templates/settings/announcements/announcement.html:23 +#: bookwyrm/templates/settings/announcements/announcements.html:56 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:49 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:36 +#: bookwyrm/templates/snippets/follow_request_buttons.html:12 +#: bookwyrm/templates/snippets/join_invitation_buttons.html:14 +msgid "Delete" +msgstr "Ștergeți" + +#: bookwyrm/templates/groups/edit_form.html:5 +msgid "Edit Group" +msgstr "Editați grup" + +#: bookwyrm/templates/groups/form.html:8 +msgid "Group Name:" +msgstr "Nume grup:" + +#: bookwyrm/templates/groups/form.html:12 +msgid "Group Description:" +msgstr "Descrierea grupului:" + +#: bookwyrm/templates/groups/form.html:21 +msgid "Delete group" +msgstr "Ștergeți grupul" + +#: bookwyrm/templates/groups/group.html:21 +msgid "Members of this group can create group-curated lists." +msgstr "Membrii acestui grup pot crea liste administrate de grup." + +#: bookwyrm/templates/groups/group.html:26 +#: bookwyrm/templates/lists/create_form.html:5 +#: bookwyrm/templates/lists/lists.html:20 +msgid "Create List" +msgstr "Creați listă" + +#: bookwyrm/templates/groups/group.html:39 +msgid "This group has no lists" +msgstr "Acest grup nu are nicio listă" + +#: bookwyrm/templates/groups/layout.html:17 +msgid "Edit group" +msgstr "Editați grupul" + +#: bookwyrm/templates/groups/members.html:11 +msgid "Search to add a user" +msgstr "Căutați pentru a adăuga un utilizator" + +#: bookwyrm/templates/groups/members.html:32 +msgid "Leave group" +msgstr "Părăsiți grupul" + +#: bookwyrm/templates/groups/members.html:54 +#: bookwyrm/templates/groups/suggested_users.html:35 +#: bookwyrm/templates/snippets/suggested_users.html:31 +#: bookwyrm/templates/user/user_preview.html:33 +#: bookwyrm/templates/user/user_preview.html:41 +msgid "Follows you" +msgstr "Vă urmărește" + +#: bookwyrm/templates/groups/suggested_users.html:7 +msgid "Add new members!" +msgstr "Adăugați noi membrii!" + +#: bookwyrm/templates/groups/suggested_users.html:20 +#: bookwyrm/templates/snippets/suggested_users.html:16 +#, python-format +msgid "%(mutuals)s follower you follow" +msgid_plural "%(mutuals)s followers you follow" +msgstr[0] "%(mutuals)s urmăritor pe care îl urmați" +msgstr[1] "" +msgstr[2] "%(mutuals)s urmăritori pe care îi urmați" + +#: bookwyrm/templates/groups/suggested_users.html:27 +#: bookwyrm/templates/snippets/suggested_users.html:23 +#, python-format +msgid "%(shared_books)s book on your shelves" +msgid_plural "%(shared_books)s books on your shelves" +msgstr[0] "%(shared_books)s carte partajată pe rafturile dvs." +msgstr[1] "" +msgstr[2] "%(shared_books)s cărți partajate pe rafturile dvs." + +#: bookwyrm/templates/groups/suggested_users.html:43 +#, python-format +msgid "No potential members found for \"%(user_query)s\"" +msgstr "Niciun membru potențial găsit pentru „%(user_query)s”" + +#: bookwyrm/templates/groups/user_groups.html:15 +msgid "Manager" +msgstr "Administrator" + +#: bookwyrm/templates/import/import.html:5 +#: bookwyrm/templates/import/import.html:9 +#: bookwyrm/templates/shelf/shelf.html:64 +msgid "Import Books" +msgstr "Importați cărți" + +#: bookwyrm/templates/import/import.html:18 +msgid "Data source:" +msgstr "Sursa de date:" + +#: bookwyrm/templates/import/import.html:40 +msgid "Data file:" +msgstr "Fișierul de date:" + +#: bookwyrm/templates/import/import.html:48 +msgid "Include reviews" +msgstr "Includeți recenzii" + +#: bookwyrm/templates/import/import.html:53 +msgid "Privacy setting for imported reviews:" +msgstr "Setare de confidențialitate pentru recenziile importate:" + +#: bookwyrm/templates/import/import.html:59 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:76 +msgid "Import" +msgstr "Importați" + +#: bookwyrm/templates/import/import.html:64 +msgid "Recent Imports" +msgstr "Importuri recente" + +#: bookwyrm/templates/import/import.html:66 +msgid "No recent imports" +msgstr "Niciun import recent" + +#: bookwyrm/templates/import/import_status.html:6 +#: bookwyrm/templates/import/import_status.html:15 +#: bookwyrm/templates/import/import_status.html:29 +msgid "Import Status" +msgstr "Importați stare" + +#: bookwyrm/templates/import/import_status.html:13 +#: bookwyrm/templates/import/import_status.html:27 +msgid "Retry Status" +msgstr "Reîncercați stare" + +#: bookwyrm/templates/import/import_status.html:22 +msgid "Imports" +msgstr "Importuri" + +#: bookwyrm/templates/import/import_status.html:39 +msgid "Import started:" +msgstr "Import început:" + +#: bookwyrm/templates/import/import_status.html:48 +msgid "In progress" +msgstr "În progres" + +#: bookwyrm/templates/import/import_status.html:50 +msgid "Refresh" +msgstr "Reîmprospătați" + +#: bookwyrm/templates/import/import_status.html:71 +#, python-format +msgid "%(display_counter)s item needs manual approval." +msgid_plural "%(display_counter)s items need manual approval." +msgstr[0] "%(display_counter)s element necesită aprobare manuală." +msgstr[1] "" +msgstr[2] "%(display_counter)s elemente necesită aprobare manuală." + +#: bookwyrm/templates/import/import_status.html:76 +#: bookwyrm/templates/import/manual_review.html:8 +msgid "Review items" +msgstr "Revizuiți elementele" + +#: bookwyrm/templates/import/import_status.html:82 +#, python-format +msgid "%(display_counter)s item failed to import." +msgid_plural "%(display_counter)s items failed to import." +msgstr[0] "%(display_counter)s import de elemente eșuat." +msgstr[1] "" +msgstr[2] "%(display_counter)s importuri de elemente eșuate." + +#: bookwyrm/templates/import/import_status.html:88 +msgid "View and troubleshoot failed items" +msgstr "Vizualizați și depanați elementele eșuate" + +#: bookwyrm/templates/import/import_status.html:100 +msgid "Row" +msgstr "Linie" + +#: bookwyrm/templates/import/import_status.html:103 +#: bookwyrm/templates/shelf/shelf.html:147 +#: bookwyrm/templates/shelf/shelf.html:169 +msgid "Title" +msgstr "Titlu" + +#: bookwyrm/templates/import/import_status.html:106 +msgid "ISBN" +msgstr "ISBN" + +#: bookwyrm/templates/import/import_status.html:110 +msgid "Openlibrary key" +msgstr "Cheie OpenLibrary" + +#: bookwyrm/templates/import/import_status.html:114 +#: bookwyrm/templates/shelf/shelf.html:148 +#: bookwyrm/templates/shelf/shelf.html:172 +msgid "Author" +msgstr "Autor" + +#: bookwyrm/templates/import/import_status.html:117 +msgid "Shelf" +msgstr "Raft" + +#: bookwyrm/templates/import/import_status.html:120 +#: bookwyrm/templates/import/manual_review.html:13 +#: bookwyrm/templates/snippets/create_status.html:16 +msgid "Review" +msgstr "Recenzie" + +#: bookwyrm/templates/import/import_status.html:124 +#: bookwyrm/templates/settings/link_domains/link_table.html:9 +msgid "Book" +msgstr "Carte" + +#: bookwyrm/templates/import/import_status.html:135 +msgid "Import preview unavailable." +msgstr "Importul previzualizării indisponibil." + +#: bookwyrm/templates/import/import_status.html:172 +msgid "View imported review" +msgstr "Vizionați recenzia importată" + +#: bookwyrm/templates/import/import_status.html:186 +msgid "Imported" +msgstr "Importat" + +#: bookwyrm/templates/import/import_status.html:192 +msgid "Needs manual review" +msgstr "Necesită recenzie manuală" + +#: bookwyrm/templates/import/import_status.html:205 +msgid "Retry" +msgstr "Încercați din nou" + +#: bookwyrm/templates/import/import_status.html:223 +msgid "This import is in an old format that is no longer supported. If you would like to troubleshoot missing items from this import, click the button below to update the import format." +msgstr "Acest import este un format vechi care nu mai este suportat. Dacă doriți să reglați lipsurile din import, clic pe butonul de dedesubt pentru a actualiza formatul de importare." + +#: bookwyrm/templates/import/import_status.html:225 +msgid "Update import" +msgstr "Actualizare import" + +#: bookwyrm/templates/import/manual_review.html:5 +#: bookwyrm/templates/import/troubleshoot.html:4 +msgid "Import Troubleshooting" +msgstr "Depanare import" + +#: bookwyrm/templates/import/manual_review.html:21 +msgid "Approving a suggestion will permanently add the suggested book to your shelves and associate your reading dates, reviews, and ratings with that book." +msgstr "Aprovatul unei sugestii va adăuga permanent cartea sugerată la rafturile dvs. și asocia datele dvs. de lectură, recenziile și ratingurile acelei cărți." + +#: bookwyrm/templates/import/manual_review.html:58 +#: bookwyrm/templates/lists/curate.html:71 +#: bookwyrm/templates/settings/link_domains/link_domains.html:76 +msgid "Approve" +msgstr "Aprovați" + +#: bookwyrm/templates/import/manual_review.html:66 +msgid "Reject" +msgstr "Respingeți" + +#: bookwyrm/templates/import/tooltip.html:6 +msgid "You can download your Goodreads data from the Import/Export page of your Goodreads account." +msgstr "Puteți descărca datele dvs. GoodReads de pe pagina Import/Export a contului dvs. GoodReads." + +#: bookwyrm/templates/import/troubleshoot.html:7 +msgid "Failed items" +msgstr "Elemente a căror importare a eșuat" + +#: bookwyrm/templates/import/troubleshoot.html:12 +msgid "Troubleshooting" +msgstr "Depanare" + +#: bookwyrm/templates/import/troubleshoot.html:20 +msgid "Re-trying an import can fix missing items in cases such as:" +msgstr "Reîncercarea unui import poate regla elemente lipsă în cazuri precum:" + +#: bookwyrm/templates/import/troubleshoot.html:23 +msgid "The book has been added to the instance since this import" +msgstr "Cartea a fost adăugată instanței de când importul acesta" + +#: bookwyrm/templates/import/troubleshoot.html:24 +msgid "A transient error or timeout caused the external data source to be unavailable." +msgstr "O problemă temporară sau o depășire a timpului limită a provocat ca sursa de date externă să fie indisponibilă." + +#: bookwyrm/templates/import/troubleshoot.html:25 +msgid "BookWyrm has been updated since this import with a bug fix" +msgstr "BookWyrm a fost actualizat de la acest import cu reglări de buguri" + +#: bookwyrm/templates/import/troubleshoot.html:28 +msgid "Contact your admin or open an issue if you are seeing unexpected failed items." +msgstr "Contactați-vă adminul sau semnalați o problemă dacă vedeți elemente a căror importare a eșuat neașteptat." + +#: bookwyrm/templates/landing/invite.html:4 +#: bookwyrm/templates/landing/invite.html:8 +#: bookwyrm/templates/landing/login.html:48 +msgid "Create an Account" +msgstr "Creați un cont" + +#: bookwyrm/templates/landing/invite.html:21 +msgid "Permission Denied" +msgstr "Permisiune refuzată" + +#: bookwyrm/templates/landing/invite.html:22 +msgid "Sorry! This invite code is no longer valid." +msgstr "Ne pare rău! Acest cod de invitație nu mai este valabil." + +#: bookwyrm/templates/landing/landing.html:9 +msgid "Recent Books" +msgstr "Cărți recente" + +#: bookwyrm/templates/landing/layout.html:17 +msgid "Decentralized" +msgstr "Descentralizat" + +#: bookwyrm/templates/landing/layout.html:23 +msgid "Friendly" +msgstr "Prietenos" + +#: bookwyrm/templates/landing/layout.html:29 +msgid "Anti-Corporate" +msgstr "Anti-comercial" + +#: bookwyrm/templates/landing/layout.html:46 +#, python-format +msgid "Join %(name)s" +msgstr "Alăturați-vă %(name)s" + +#: bookwyrm/templates/landing/layout.html:48 +msgid "Request an Invitation" +msgstr "Solicitați o invitație" + +#: bookwyrm/templates/landing/layout.html:50 +#, python-format +msgid "%(name)s registration is closed" +msgstr "Înscrierea la %(name)s este închisă" + +#: bookwyrm/templates/landing/layout.html:61 +msgid "Thank you! Your request has been received." +msgstr "Mulțumim! Cererea dvs. a fost primită." + +#: bookwyrm/templates/landing/layout.html:90 +msgid "Your Account" +msgstr "Contul dvs." + +#: bookwyrm/templates/landing/login.html:4 +msgid "Login" +msgstr "Autentificare" + +#: bookwyrm/templates/landing/login.html:7 +#: bookwyrm/templates/landing/login.html:36 bookwyrm/templates/layout.html:187 +#: bookwyrm/templates/ostatus/error.html:37 +msgid "Log in" +msgstr "Autentificați-vă" + +#: bookwyrm/templates/landing/login.html:15 +msgid "Success! Email address confirmed." +msgstr "Succes! Adresa email a fost confirmată." + +#: bookwyrm/templates/landing/login.html:21 bookwyrm/templates/layout.html:178 +#: bookwyrm/templates/ostatus/error.html:28 +#: bookwyrm/templates/snippets/register_form.html:4 +msgid "Username:" +msgstr "Nume de utilizator:" + +#: bookwyrm/templates/landing/login.html:27 +#: bookwyrm/templates/landing/password_reset.html:26 +#: bookwyrm/templates/layout.html:182 bookwyrm/templates/ostatus/error.html:32 +#: bookwyrm/templates/snippets/register_form.html:45 +msgid "Password:" +msgstr "Parolă:" + +#: bookwyrm/templates/landing/login.html:39 bookwyrm/templates/layout.html:184 +#: bookwyrm/templates/ostatus/error.html:34 +msgid "Forgot your password?" +msgstr "Parolă uitată?" + +#: bookwyrm/templates/landing/login.html:61 +msgid "More about this site" +msgstr "Mai multe despre acest site" + +#: bookwyrm/templates/landing/password_reset.html:34 +#: bookwyrm/templates/preferences/change_password.html:18 +#: bookwyrm/templates/preferences/delete_user.html:20 +msgid "Confirm password:" +msgstr "Confirmați parola:" + +#: bookwyrm/templates/landing/password_reset_request.html:14 +msgid "A link to reset your password will be sent to your email address" +msgstr "O legătură pentru reinițializarea parolei dvs. va fi trimisă la adresa dvs." + +#: bookwyrm/templates/landing/password_reset_request.html:28 +msgid "Reset password" +msgstr "Reinițializați parola" + +#: bookwyrm/templates/layout.html:13 +#, python-format +msgid "%(site_name)s search" +msgstr "Căutare %(site_name)s" + +#: bookwyrm/templates/layout.html:46 +msgid "Search for a book, user, or list" +msgstr "Căutați o carte, un utilizator sau o listă" + +#: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 +msgid "Scan Barcode" +msgstr "Scanați codul de bare" + +#: bookwyrm/templates/layout.html:72 +msgid "Main navigation menu" +msgstr "Meniul principal de navigație" + +#: bookwyrm/templates/layout.html:80 +msgid "Feed" +msgstr "Fir de actualitate" + +#: bookwyrm/templates/layout.html:124 bookwyrm/templates/setup/config.html:52 +msgid "Settings" +msgstr "Setări" + +#: bookwyrm/templates/layout.html:133 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:15 +#: bookwyrm/templates/settings/invites/manage_invites.html:3 +#: bookwyrm/templates/settings/invites/manage_invites.html:15 +#: bookwyrm/templates/settings/layout.html:42 +msgid "Invites" +msgstr "Invitații" + +#: bookwyrm/templates/layout.html:147 +msgid "Log out" +msgstr "Deconectați-vă" + +#: bookwyrm/templates/layout.html:155 bookwyrm/templates/layout.html:156 +#: bookwyrm/templates/notifications/notifications_page.html:5 +#: bookwyrm/templates/notifications/notifications_page.html:10 +msgid "Notifications" +msgstr "Notificări" + +#: bookwyrm/templates/layout.html:183 bookwyrm/templates/ostatus/error.html:33 +msgid "password" +msgstr "parolă" + +#: bookwyrm/templates/layout.html:195 +msgid "Join" +msgstr "Alăturați-vă" + +#: bookwyrm/templates/layout.html:229 +msgid "Successfully posted status" +msgstr "Stare postată cu succes" + +#: bookwyrm/templates/layout.html:230 +msgid "Error posting status" +msgstr "Eroare la postarea stării" + +#: bookwyrm/templates/layout.html:246 +msgid "Documentation" +msgstr "Documentație" + +#: bookwyrm/templates/layout.html:253 +#, python-format +msgid "Support %(site_name)s on %(support_title)s" +msgstr "Susțineți %(site_name)s la %(support_title)s" + +#: bookwyrm/templates/layout.html:257 +msgid "BookWyrm's source code is freely available. You can contribute or report issues on GitHub." +msgstr "Codul sursă a lui BookWyrm este disponibil gratuit. Puteți contribui sau raporta probleme la GitHub." + +#: bookwyrm/templates/lists/add_item_modal.html:8 +#, python-format +msgid "Add \"%(title)s\" to this list" +msgstr "Adăugați „%(title)s” la listă" + +#: bookwyrm/templates/lists/add_item_modal.html:12 +#, python-format +msgid "Suggest \"%(title)s\" for this list" +msgstr "Sugerați „%(title)s” pentru această listă" + +#: bookwyrm/templates/lists/add_item_modal.html:41 +#: bookwyrm/templates/lists/list.html:257 +msgid "Suggest" +msgstr "Sugerați" + +#: bookwyrm/templates/lists/bookmark_button.html:30 +msgid "Un-save" +msgstr "Revocați salvarea" + +#: bookwyrm/templates/lists/created_text.html:5 +#, python-format +msgid "Created by %(username)s and managed by %(groupname)s" +msgstr "Creat de %(username)s și gestionat de %(groupname)s" + +#: bookwyrm/templates/lists/created_text.html:7 +#, python-format +msgid "Created and curated by %(username)s" +msgstr "Creat și moderat de %(username)s" + +#: bookwyrm/templates/lists/created_text.html:9 +#, python-format +msgid "Created by %(username)s" +msgstr "Creat de %(username)s" + +#: bookwyrm/templates/lists/curate.html:12 +msgid "Curate" +msgstr "Organizați" + +#: bookwyrm/templates/lists/curate.html:21 +msgid "Pending Books" +msgstr "Cărți în așteptare" + +#: bookwyrm/templates/lists/curate.html:24 +msgid "You're all set!" +msgstr "Totul este gata!" + +#: bookwyrm/templates/lists/curate.html:45 +#: bookwyrm/templates/lists/list.html:93 +#, python-format +msgid "%(username)s says:" +msgstr "%(username)s spune:" + +#: bookwyrm/templates/lists/curate.html:55 +msgid "Suggested by" +msgstr "Sugerat de" + +#: bookwyrm/templates/lists/curate.html:77 +msgid "Discard" +msgstr "Renunțați" + +#: bookwyrm/templates/lists/delete_list_modal.html:4 +msgid "Delete this list?" +msgstr "Ștergeți această listă?" + +#: bookwyrm/templates/lists/edit_form.html:5 +#: bookwyrm/templates/lists/layout.html:17 +msgid "Edit List" +msgstr "Editați listă" + +#: bookwyrm/templates/lists/embed-list.html:8 +#, python-format +msgid "%(list_name)s, a list by %(owner)s" +msgstr "%(list_name)s, o listă de %(owner)s" + +#: bookwyrm/templates/lists/embed-list.html:18 +#, python-format +msgid "on %(site_name)s" +msgstr "în %(site_name)s" + +#: bookwyrm/templates/lists/embed-list.html:27 +#: bookwyrm/templates/lists/list.html:54 +msgid "This list is currently empty" +msgstr "Această listă este momentan vidă" + +#: bookwyrm/templates/lists/form.html:19 +msgid "List curation:" +msgstr "Organizați listă:" + +#: bookwyrm/templates/lists/form.html:31 +msgid "Closed" +msgstr "Închis" + +#: bookwyrm/templates/lists/form.html:34 +msgid "Only you can add and remove books to this list" +msgstr "Doar dvs. puteți adăuga sau înlătura cărți din această listă" + +#: bookwyrm/templates/lists/form.html:48 +msgid "Curated" +msgstr "Modificată" + +#: bookwyrm/templates/lists/form.html:51 +msgid "Anyone can suggest books, subject to your approval" +msgstr "Oricine poate sugera cărți, dvs. trebuie să le acceptați" + +#: bookwyrm/templates/lists/form.html:65 +msgctxt "curation type" +msgid "Open" +msgstr "Deschis" + +#: bookwyrm/templates/lists/form.html:68 +msgid "Anyone can add books to this list" +msgstr "Oricine poate adăuga cărți la această listă" + +#: bookwyrm/templates/lists/form.html:82 +msgid "Group" +msgstr "Grup" + +#: bookwyrm/templates/lists/form.html:85 +msgid "Group members can add to and remove from this list" +msgstr "Membrii grupului pot adăuga sau înlătura din această listă" + +#: bookwyrm/templates/lists/form.html:90 +msgid "Select Group" +msgstr "Selectați grup" + +#: bookwyrm/templates/lists/form.html:94 +msgid "Select a group" +msgstr "Selectați un grup" + +#: bookwyrm/templates/lists/form.html:105 +msgid "You don't have any Groups yet!" +msgstr "Nu aveți încă un grup!" + +#: bookwyrm/templates/lists/form.html:107 +msgid "Create a Group" +msgstr "Creați un grup" + +#: bookwyrm/templates/lists/form.html:121 +msgid "Delete list" +msgstr "Ștergeți listă" + +#: bookwyrm/templates/lists/item_notes_field.html:7 +#: bookwyrm/templates/settings/federation/edit_instance.html:86 +msgid "Notes:" +msgstr "Note:" + +#: bookwyrm/templates/lists/item_notes_field.html:19 +msgid "An optional note that will be displayed with the book." +msgstr "O notă opțională poate fi afișată cu cartea." + +#: bookwyrm/templates/lists/list.html:37 +msgid "That book is already on this list." +msgstr "Cartea aceasta este deja pe listă." + +#: bookwyrm/templates/lists/list.html:45 +msgid "You successfully suggested a book for this list!" +msgstr "Ați sugerat cu succes o carte pentru această listă!" + +#: bookwyrm/templates/lists/list.html:47 +msgid "You successfully added a book to this list!" +msgstr "Ați adăugat cu succes o carte la această listă!" + +#: bookwyrm/templates/lists/list.html:104 +msgid "Edit notes" +msgstr "Editați note" + +#: bookwyrm/templates/lists/list.html:119 +msgid "Add notes" +msgstr "Adăugați notă" + +#: bookwyrm/templates/lists/list.html:131 +#, python-format +msgid "Added by %(username)s" +msgstr "Adăugat de %(username)s" + +#: bookwyrm/templates/lists/list.html:146 +msgid "List position" +msgstr "Poziția listei" + +#: bookwyrm/templates/lists/list.html:152 +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:23 +msgid "Set" +msgstr "Stabiliți" + +#: bookwyrm/templates/lists/list.html:167 +#: bookwyrm/templates/snippets/remove_from_group_button.html:20 +msgid "Remove" +msgstr "Înlăturați" + +#: bookwyrm/templates/lists/list.html:181 +#: bookwyrm/templates/lists/list.html:198 +msgid "Sort List" +msgstr "Sortați listă" + +#: bookwyrm/templates/lists/list.html:191 +msgid "Direction" +msgstr "Direcție" + +#: bookwyrm/templates/lists/list.html:205 +msgid "Add Books" +msgstr "Adăugați cărți" + +#: bookwyrm/templates/lists/list.html:207 +msgid "Suggest Books" +msgstr "Cărți sugerate" + +#: bookwyrm/templates/lists/list.html:218 +msgid "search" +msgstr "căutați" + +#: bookwyrm/templates/lists/list.html:224 +msgid "Clear search" +msgstr "Ștergeți căutarea" + +#: bookwyrm/templates/lists/list.html:229 +#, python-format +msgid "No books found matching the query \"%(query)s\"" +msgstr "Nicio carte nu se potrivește cu „%(query)s”" + +#: bookwyrm/templates/lists/list.html:268 +msgid "Embed this list on a website" +msgstr "Integrați această listă la un alt site" + +#: bookwyrm/templates/lists/list.html:276 +msgid "Copy embed code" +msgstr "Copiați codul de integrare" + +#: bookwyrm/templates/lists/list.html:278 +#, python-format +msgid "%(list_name)s, a list by %(owner)s on %(site_name)s" +msgstr "%(list_name)s, o listă a (lui) %(owner)s pe %(site_name)s" + +#: bookwyrm/templates/lists/list_items.html:15 +msgid "Saved" +msgstr "Salvat" + +#: bookwyrm/templates/lists/lists.html:14 bookwyrm/templates/user/lists.html:9 +msgid "Your Lists" +msgstr "Listele voastre" + +#: bookwyrm/templates/lists/lists.html:36 +msgid "All Lists" +msgstr "Toate listele" + +#: bookwyrm/templates/lists/lists.html:40 +msgid "Saved Lists" +msgstr "Listele salvate" + +#: bookwyrm/templates/notifications/items/accept.html:16 +#, python-format +msgid "accepted your invitation to join group \"%(group_name)s\"" +msgstr "a acceptat invitația dvs. de a se alătura grupului „%(group_name)s”" + +#: bookwyrm/templates/notifications/items/add.html:24 +#, python-format +msgid "added %(book_title)s to your list \"%(list_name)s\"" +msgstr "a adăugat %(book_title)s listei dvs. „%(list_name)s”" + +#: bookwyrm/templates/notifications/items/add.html:31 +#, python-format +msgid "suggested adding %(book_title)s to your list \"%(list_name)s\"" +msgstr "a sugerat adăugarea %(book_title)s la lista dvs. „%(list_name)s”" + +#: bookwyrm/templates/notifications/items/boost.html:19 +#, python-format +msgid "boosted your review of %(book_title)s" +msgstr "a partajat recenzia dvs. a %(book_title)s" + +#: bookwyrm/templates/notifications/items/boost.html:25 +#, python-format +msgid "boosted your comment on%(book_title)s" +msgstr "a partajat comentariul dvs. despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/boost.html:31 +#, python-format +msgid "boosted your quote from %(book_title)s" +msgstr "a partajat citatul dvs. din %(book_title)s" + +#: bookwyrm/templates/notifications/items/boost.html:37 +#, python-format +msgid "boosted your status" +msgstr "a partajat statusul dvs." + +#: bookwyrm/templates/notifications/items/fav.html:19 +#, python-format +msgid "liked your review of %(book_title)s" +msgstr "i-a plăcut recenzia dvs. despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/fav.html:25 +#, python-format +msgid "liked your comment on %(book_title)s" +msgstr "i-a plăcut comentariul dvs. despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/fav.html:31 +#, python-format +msgid "liked your quote from %(book_title)s" +msgstr "i-a plăcut citatul dvs. despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/fav.html:37 +#, python-format +msgid "liked your status" +msgstr "i-a plăcut statusul dvs." + +#: bookwyrm/templates/notifications/items/follow.html:15 +msgid "followed you" +msgstr "vă urmărește" + +#: bookwyrm/templates/notifications/items/follow_request.html:11 +msgid "sent you a follow request" +msgstr "v-a trimis o cerere de urmărire" + +#: bookwyrm/templates/notifications/items/import.html:14 +#, python-format +msgid "Your import completed." +msgstr "importul dvs. s-a terminat." + +#: bookwyrm/templates/notifications/items/invite.html:15 +#, python-format +msgid "invited you to join the group \"%(group_name)s\"" +msgstr "v-a invitat să vă alăturați grupului „%(group_name)s”" + +#: bookwyrm/templates/notifications/items/join.html:16 +#, python-format +msgid "has joined your group \"%(group_name)s\"" +msgstr "s-a alăturat grupului dvs „%(group_name)s”" + +#: bookwyrm/templates/notifications/items/leave.html:16 +#, python-format +msgid "has left your group \"%(group_name)s\"" +msgstr "a părăsit grupul dvs. „%(group_name)s”" + +#: bookwyrm/templates/notifications/items/mention.html:20 +#, python-format +msgid "mentioned you in a review of %(book_title)s" +msgstr "v-a menționat într-o recenzie a %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:26 +#, python-format +msgid "mentioned you in a comment on %(book_title)s" +msgstr "v-a menționat într-un comentariu despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:32 +#, python-format +msgid "mentioned you in a quote from %(book_title)s" +msgstr "v-a menționat într-un citat despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/mention.html:38 +#, python-format +msgid "mentioned you in a status" +msgstr "v-a menționat într-un status" + +#: bookwyrm/templates/notifications/items/remove.html:17 +#, python-format +msgid "has been removed from your group \"%(group_name)s\"" +msgstr "a fost înlăturat de la grupul dvs. „%(group_name)s”" + +#: bookwyrm/templates/notifications/items/remove.html:23 +#, python-format +msgid "You have been removed from the \"%(group_name)s\" group" +msgstr "Ați fost înlăturat de la grupul „%(group_name)s”" + +#: bookwyrm/templates/notifications/items/reply.html:21 +#, python-format +msgid "replied to your review of %(book_title)s" +msgstr "a răspuns recenziei dvs. despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:27 +#, python-format +msgid "replied to your comment on %(book_title)s" +msgstr "a răspuns comentariului dvs. despre %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:33 +#, python-format +msgid "replied to your quote from %(book_title)s" +msgstr "a răspuns citatului dvs. din %(book_title)s" + +#: bookwyrm/templates/notifications/items/reply.html:39 +#, python-format +msgid "replied to your status" +msgstr "a răspuns statusului dvs." + +#: bookwyrm/templates/notifications/items/report.html:15 +#, python-format +msgid "A new report needs moderation." +msgstr "Un raport nou are nevoie de moderare." + +#: bookwyrm/templates/notifications/items/update.html:16 +#, python-format +msgid "has changed the privacy level for %(group_name)s" +msgstr "a schimbat nivelul de confidențialitate pentru %(group_name)s" + +#: bookwyrm/templates/notifications/items/update.html:20 +#, python-format +msgid "has changed the name of %(group_name)s" +msgstr "a schimbat numele pentru %(group_name)s" + +#: bookwyrm/templates/notifications/items/update.html:24 +#, python-format +msgid "has changed the description of %(group_name)s" +msgstr "a schimbat descrierea %(group_name)s" + +#: bookwyrm/templates/notifications/notifications_page.html:18 +msgid "Delete notifications" +msgstr "Ștergeți notificările" + +#: bookwyrm/templates/notifications/notifications_page.html:29 +msgid "All" +msgstr "Toate" + +#: bookwyrm/templates/notifications/notifications_page.html:33 +msgid "Mentions" +msgstr "Mențiuni" + +#: bookwyrm/templates/notifications/notifications_page.html:45 +msgid "You're all caught up!" +msgstr "Nicio notificare nouă!" + +#: bookwyrm/templates/ostatus/error.html:7 +#, python-format +msgid "%(account)s is not a valid username" +msgstr "%(account)s nu este un nume de utilizator valid" + +#: bookwyrm/templates/ostatus/error.html:8 +#: bookwyrm/templates/ostatus/error.html:13 +msgid "Check you have the correct username before trying again" +msgstr "Verificați că aveți un nume de utilizator corect înainte de a reîncerca" + +#: bookwyrm/templates/ostatus/error.html:12 +#, python-format +msgid "%(account)s could not be found or %(remote_domain)s does not support identity discovery" +msgstr "%(account)s nu a putut fi găsit sau %(remote_domain)s nu suportă descoperirea identității" + +#: bookwyrm/templates/ostatus/error.html:17 +#, python-format +msgid "%(account)s was found but %(remote_domain)s does not support 'remote follow'" +msgstr "%(account)s a fost găsit dar %(remote_domain)s nu suportă „urmărirea la distanță”" + +#: bookwyrm/templates/ostatus/error.html:18 +#, python-format +msgid "Try searching for %(user)s on %(remote_domain)s instead" +msgstr "Încercați în schimb să căutați %(user)s la %(remote_domain)s" + +#: bookwyrm/templates/ostatus/error.html:46 +#, python-format +msgid "Something went wrong trying to follow %(account)s" +msgstr "Ceva nu a funcționat încercând să urmăriți %(account)s" + +#: bookwyrm/templates/ostatus/error.html:47 +msgid "Check you have the correct username before trying again." +msgstr "Verificați că numele de utilizator este corect înainte de a încerca din nou." + +#: bookwyrm/templates/ostatus/error.html:51 +#, python-format +msgid "You have blocked %(account)s" +msgstr "Ați blocat %(account)s" + +#: bookwyrm/templates/ostatus/error.html:55 +#, python-format +msgid "%(account)s has blocked you" +msgstr "%(account)s v-a blocat" + +#: bookwyrm/templates/ostatus/error.html:59 +#, python-format +msgid "You are already following %(account)s" +msgstr "Îl urmăriți deja pe %(account)s" + +#: bookwyrm/templates/ostatus/error.html:63 +#, python-format +msgid "You have already requested to follow %(account)s" +msgstr "Ați solicitat deja să-l urmăriți pe %(account)s" + +#: bookwyrm/templates/ostatus/remote_follow.html:6 +#, python-format +msgid "Follow %(username)s on the fediverse" +msgstr "Urmăriți %(username)s pe Fediverse" + +#: bookwyrm/templates/ostatus/remote_follow.html:33 +#, python-format +msgid "Follow %(username)s from another Fediverse account like BookWyrm, Mastodon, or Pleroma." +msgstr "Urmăriți %(username)s cu un alt cont Fediverse precum BookWyrm, Mastodon sau Pleroma." + +#: bookwyrm/templates/ostatus/remote_follow.html:40 +msgid "User handle to follow from:" +msgstr "Cont cu care să-l urmăriți:" + +#: bookwyrm/templates/ostatus/remote_follow.html:42 +msgid "Follow!" +msgstr "Urmăriți!" + +#: bookwyrm/templates/ostatus/remote_follow_button.html:8 +msgid "Follow on Fediverse" +msgstr "Urmăriți pe Fediverse" + +#: bookwyrm/templates/ostatus/remote_follow_button.html:12 +msgid "This link opens in a pop-up window" +msgstr "Această legătură se deschide într-o fereastră nouă" + +#: bookwyrm/templates/ostatus/subscribe.html:8 +#, python-format +msgid "Log in to %(sitename)s" +msgstr "Conectați-vă la %(sitename)s" + +#: bookwyrm/templates/ostatus/subscribe.html:10 +#, python-format +msgid "Error following from %(sitename)s" +msgstr "Eroare la urmărirea de pe %(sitename)s" + +#: bookwyrm/templates/ostatus/subscribe.html:12 +#: bookwyrm/templates/ostatus/subscribe.html:22 +#, python-format +msgid "Follow from %(sitename)s" +msgstr "Abonați-vă de pe %(sitename)s" + +#: bookwyrm/templates/ostatus/subscribe.html:18 +msgid "Uh oh..." +msgstr "Ă... o..." + +#: bookwyrm/templates/ostatus/subscribe.html:20 +msgid "Let's log in first..." +msgstr "Să ne conectăm mai întâi..." + +#: bookwyrm/templates/ostatus/subscribe.html:51 +#, python-format +msgid "Follow %(username)s" +msgstr "Urmăriți %(username)s" + +#: bookwyrm/templates/ostatus/success.html:28 +#, python-format +msgid "You are now following %(display_name)s!" +msgstr "Sunteți acum abonat la %(display_name)s!" + +#: bookwyrm/templates/preferences/blocks.html:4 +#: bookwyrm/templates/preferences/blocks.html:7 +#: bookwyrm/templates/preferences/layout.html:31 +msgid "Blocked Users" +msgstr "Utilizatori blocați" + +#: bookwyrm/templates/preferences/blocks.html:12 +msgid "No users currently blocked." +msgstr "Niciun utilizator blocat." + +#: bookwyrm/templates/preferences/change_password.html:4 +#: bookwyrm/templates/preferences/change_password.html:7 +#: bookwyrm/templates/preferences/change_password.html:21 +#: bookwyrm/templates/preferences/layout.html:20 +msgid "Change Password" +msgstr "Schimbați parola" + +#: bookwyrm/templates/preferences/change_password.html:14 +msgid "New password:" +msgstr "Parolă nouă:" + +#: bookwyrm/templates/preferences/delete_user.html:4 +#: bookwyrm/templates/preferences/delete_user.html:7 +#: bookwyrm/templates/preferences/delete_user.html:25 +#: bookwyrm/templates/preferences/layout.html:24 +#: bookwyrm/templates/settings/users/delete_user_form.html:22 +msgid "Delete Account" +msgstr "Ștergeți cont" + +#: bookwyrm/templates/preferences/delete_user.html:12 +msgid "Permanently delete account" +msgstr "Ștergeți permanent contul" + +#: bookwyrm/templates/preferences/delete_user.html:14 +msgid "Deleting your account cannot be undone. The username will not be available to register in the future." +msgstr "Ștersul contului dvs. nu poate fi revocată. Numele de utilizator nu va fi valabil pentru înregistrare mai târziu." + +#: bookwyrm/templates/preferences/edit_user.html:4 +#: bookwyrm/templates/preferences/edit_user.html:7 +#: bookwyrm/templates/preferences/layout.html:15 +msgid "Edit Profile" +msgstr "Editați profilul" + +#: bookwyrm/templates/preferences/edit_user.html:12 +#: bookwyrm/templates/preferences/edit_user.html:25 +#: bookwyrm/templates/settings/users/user_info.html:7 +msgid "Profile" +msgstr "Profil" + +#: bookwyrm/templates/preferences/edit_user.html:13 +#: bookwyrm/templates/preferences/edit_user.html:64 +#: bookwyrm/templates/settings/site.html:11 +#: bookwyrm/templates/settings/site.html:77 +#: bookwyrm/templates/setup/config.html:91 +msgid "Display" +msgstr "Afișați" + +#: bookwyrm/templates/preferences/edit_user.html:14 +#: bookwyrm/templates/preferences/edit_user.html:112 +msgid "Privacy" +msgstr "Confidențialitate" + +#: bookwyrm/templates/preferences/edit_user.html:69 +msgid "Show reading goal prompt in feed" +msgstr "Afișați obiectivul de lectură în flux" + +#: bookwyrm/templates/preferences/edit_user.html:75 +msgid "Show suggested users" +msgstr "Afișați utilizatorii sugerați" + +#: bookwyrm/templates/preferences/edit_user.html:81 +msgid "Show this account in suggested users" +msgstr "Afișați acest cont ca utilizator sugerat" + +#: bookwyrm/templates/preferences/edit_user.html:85 +#, python-format +msgid "Your account will show up in the directory, and may be recommended to other BookWyrm users." +msgstr "Contul dvs. va apărea în dosar și va putea fi recomandat altor utilizatori de BookWyrm." + +#: bookwyrm/templates/preferences/edit_user.html:89 +msgid "Preferred Timezone: " +msgstr "Fus orar preferat: " + +#: bookwyrm/templates/preferences/edit_user.html:101 +msgid "Theme:" +msgstr "Temă:" + +#: bookwyrm/templates/preferences/edit_user.html:117 +msgid "Manually approve followers" +msgstr "Aprobați manual urmăritorii" + +#: bookwyrm/templates/preferences/edit_user.html:123 +msgid "Hide followers and following on profile" +msgstr "Ascundeți urmăritorii pe profil" + +#: bookwyrm/templates/preferences/edit_user.html:128 +msgid "Default post privacy:" +msgstr "Confidențialitatea implicită a postărilor:" + +#: bookwyrm/templates/preferences/layout.html:11 +msgid "Account" +msgstr "Cont" + +#: bookwyrm/templates/preferences/layout.html:27 +msgid "Relationships" +msgstr "Relații" + +#: bookwyrm/templates/reading_progress/finish.html:5 +#, python-format +msgid "Finish \"%(book_title)s\"" +msgstr "Terminați „%(book_title)s”" + +#: bookwyrm/templates/reading_progress/start.html:5 +#, python-format +msgid "Start \"%(book_title)s\"" +msgstr "Începeți „%(book_title)s”" + +#: bookwyrm/templates/reading_progress/want.html:5 +#, python-format +msgid "Want to Read \"%(book_title)s\"" +msgstr "Vreau să citesc „%(book_title)s”" + +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:4 +msgid "Delete these read dates?" +msgstr "Ștergeți aceste date de lectură?" + +#: bookwyrm/templates/readthrough/delete_readthrough_modal.html:8 +#, python-format +msgid "You are deleting this readthrough and its %(count)s associated progress updates." +msgstr "Sunteți pe cale de a șterge acest rezumat și %(count)s actualizări asociate progresului." + +#: bookwyrm/templates/readthrough/readthrough.html:6 +#: bookwyrm/templates/readthrough/readthrough_modal.html:8 +#, python-format +msgid "Update read dates for \"%(title)s\"" +msgstr "Actualizați datele de lectură pentru „%(title)s”" + +#: bookwyrm/templates/readthrough/readthrough_form.html:10 +#: bookwyrm/templates/readthrough/readthrough_modal.html:31 +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:24 +#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:21 +msgid "Started reading" +msgstr "A început lectura" + +#: bookwyrm/templates/readthrough/readthrough_form.html:18 +#: bookwyrm/templates/readthrough/readthrough_modal.html:49 +msgid "Progress" +msgstr "Progres" + +#: bookwyrm/templates/readthrough/readthrough_form.html:24 +#: bookwyrm/templates/readthrough/readthrough_modal.html:56 +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:32 +msgid "Finished reading" +msgstr "A terminat de citit" + +#: bookwyrm/templates/readthrough/readthrough_list.html:9 +msgid "Progress Updates:" +msgstr "Progresie:" + +#: bookwyrm/templates/readthrough/readthrough_list.html:14 +msgid "finished" +msgstr "terminat" + +#: bookwyrm/templates/readthrough/readthrough_list.html:25 +msgid "Show all updates" +msgstr "Afișați toate actualizările" + +#: bookwyrm/templates/readthrough/readthrough_list.html:41 +msgid "Delete this progress update" +msgstr "Ștergeți această actualizare" + +#: bookwyrm/templates/readthrough/readthrough_list.html:53 +msgid "started" +msgstr "începută" + +#: bookwyrm/templates/readthrough/readthrough_list.html:60 +msgid "Edit read dates" +msgstr "Editați datele de lectură" + +#: bookwyrm/templates/readthrough/readthrough_list.html:68 +msgid "Delete these read dates" +msgstr "Ștergeți aceste date de lectură" + +#: bookwyrm/templates/readthrough/readthrough_modal.html:12 +#, python-format +msgid "Add read dates for \"%(title)s\"" +msgstr "Adăugați date de lectură pentru „%(title)s”" + +#: bookwyrm/templates/report.html:5 +#: bookwyrm/templates/snippets/report_button.html:13 +msgid "Report" +msgstr "Raportați" + +#: bookwyrm/templates/search/barcode_modal.html:5 +msgid "\n" +" Scan Barcode\n" +" " +msgstr "\n" +"Scanați codul de bare " + +#: bookwyrm/templates/search/barcode_modal.html:23 +msgid "Requesting camera..." +msgstr "În așteptarea camerei foto..." + +#: bookwyrm/templates/search/barcode_modal.html:24 +msgid "Grant access to the camera to scan a book's barcode." +msgstr "Acordați acces camerei foto pentru a scana codul de bare al cărții." + +#: bookwyrm/templates/search/barcode_modal.html:29 +msgid "Could not access camera" +msgstr "Camera foto nu a putut fi accesată" + +#: bookwyrm/templates/search/barcode_modal.html:33 +msgctxt "barcode scanner" +msgid "Scanning..." +msgstr "Se scanează..." + +#: bookwyrm/templates/search/barcode_modal.html:34 +msgid "Align your book's barcode with the camera." +msgstr "Poziționați codul de bare al cărții în fața camerei foto." + +#: bookwyrm/templates/search/barcode_modal.html:38 +msgctxt "barcode scanner" +msgid "ISBN scanned" +msgstr "Cod ISBN scanat" + +#: bookwyrm/templates/search/barcode_modal.html:39 +msgctxt "followed by ISBN" +msgid "Searching for book:" +msgstr "Căutați o carte:" + +#: bookwyrm/templates/search/book.html:44 +msgid "Results from" +msgstr "Rezultate de la" + +#: bookwyrm/templates/search/book.html:80 +msgid "Import book" +msgstr "Importați o carte" + +#: bookwyrm/templates/search/book.html:106 +msgid "Load results from other catalogues" +msgstr "Încărcați rezultatele din alte cataloage" + +#: bookwyrm/templates/search/book.html:110 +msgid "Manually add book" +msgstr "Adăugați manual o carte" + +#: bookwyrm/templates/search/book.html:115 +msgid "Log in to import or add books." +msgstr "Autentificați-vă pentru a importa sau adăuga cărți." + +#: bookwyrm/templates/search/layout.html:16 +msgid "Search query" +msgstr "Conținutul căutării" + +#: bookwyrm/templates/search/layout.html:19 +msgid "Search type" +msgstr "Tipul căutării" + +#: bookwyrm/templates/search/layout.html:23 +#: bookwyrm/templates/search/layout.html:46 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:27 +#: bookwyrm/templates/settings/federation/instance_list.html:44 +#: bookwyrm/templates/settings/layout.html:36 +#: bookwyrm/templates/settings/users/user.html:13 +#: bookwyrm/templates/settings/users/user_admin.html:5 +#: bookwyrm/templates/settings/users/user_admin.html:12 +msgid "Users" +msgstr "Utilizatori" + +#: bookwyrm/templates/search/layout.html:58 +#, python-format +msgid "No results found for \"%(query)s\"" +msgstr "Niciun rezultat găsit pentru „%(query)s”" + +#: bookwyrm/templates/settings/announcements/announcement.html:5 +#: bookwyrm/templates/settings/announcements/announcement.html:8 +msgid "Announcement" +msgstr "Anunț" + +#: bookwyrm/templates/settings/announcements/announcement.html:16 +#: bookwyrm/templates/settings/federation/instance.html:93 +#: bookwyrm/templates/snippets/status/status_options.html:25 +msgid "Edit" +msgstr "Editați" + +#: bookwyrm/templates/settings/announcements/announcement.html:32 +#: bookwyrm/templates/settings/announcements/announcements.html:3 +#: bookwyrm/templates/settings/announcements/announcements.html:5 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:15 +#: bookwyrm/templates/settings/layout.html:82 +msgid "Announcements" +msgstr "Anunțuri" + +#: bookwyrm/templates/settings/announcements/announcement.html:45 +msgid "Visible:" +msgstr "Vizibil:" + +#: bookwyrm/templates/settings/announcements/announcement.html:49 +msgid "True" +msgstr "Adevărat" + +#: bookwyrm/templates/settings/announcements/announcement.html:51 +msgid "False" +msgstr "Fals" + +#: bookwyrm/templates/settings/announcements/announcement.html:57 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:79 +#: bookwyrm/templates/settings/dashboard/dashboard.html:94 +msgid "Start date:" +msgstr "Data de început:" + +#: bookwyrm/templates/settings/announcements/announcement.html:62 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:89 +#: bookwyrm/templates/settings/dashboard/dashboard.html:100 +msgid "End date:" +msgstr "Data de sfârșit:" + +#: bookwyrm/templates/settings/announcements/announcement.html:66 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:109 +msgid "Active:" +msgstr "Activ:" + +#: bookwyrm/templates/settings/announcements/announcements.html:9 +#: bookwyrm/templates/settings/announcements/edit_announcement.html:8 +msgid "Create Announcement" +msgstr "Creați anunț" + +#: bookwyrm/templates/settings/announcements/announcements.html:21 +#: bookwyrm/templates/settings/federation/instance_list.html:36 +msgid "Date added" +msgstr "Dată adăugată" + +#: bookwyrm/templates/settings/announcements/announcements.html:25 +msgid "Preview" +msgstr "Previzualizați" + +#: bookwyrm/templates/settings/announcements/announcements.html:29 +msgid "Start date" +msgstr "Dată de început" + +#: bookwyrm/templates/settings/announcements/announcements.html:33 +msgid "End date" +msgstr "Dată de sfârșit" + +#: bookwyrm/templates/settings/announcements/announcements.html:50 +msgid "active" +msgstr "activ" + +#: bookwyrm/templates/settings/announcements/announcements.html:50 +msgid "inactive" +msgstr "inactiv" + +#: bookwyrm/templates/settings/announcements/announcements.html:63 +msgid "No announcements found" +msgstr "Niciun anunț găsit" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:6 +msgid "Edit Announcement" +msgstr "Editați anunțul" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:45 +msgid "Announcement content" +msgstr "Conținutul anunțului" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:57 +msgid "Details:" +msgstr "Detalii:" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:65 +msgid "Event date:" +msgstr "Data evenimentului:" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:73 +msgid "Display settings" +msgstr "Setările de afișaj" + +#: bookwyrm/templates/settings/announcements/edit_announcement.html:98 +msgid "Color:" +msgstr "Culoare:" + +#: bookwyrm/templates/settings/automod/rules.html:7 +#: bookwyrm/templates/settings/automod/rules.html:11 +#: bookwyrm/templates/settings/layout.html:61 +msgid "Auto-moderation rules" +msgstr "Reguli de auto-moderare" + +#: bookwyrm/templates/settings/automod/rules.html:18 +msgid "Auto-moderation rules will create reports for any local user or status with fields matching the provided string." +msgstr "Regulile de auto-moderare vor crea raporturi pentru orice utilizator local sau statut ale cărui câmpuri se potrivesc cu șirul de caractere furnizat." + +#: bookwyrm/templates/settings/automod/rules.html:19 +msgid "Users or statuses that have already been reported (regardless of whether the report was resolved) will not be flagged." +msgstr "Utilizatorii sau statuturile care au fost deja raportate (indiferent dacă raportul a fost rezolvat sau nu) nu vor fi marcați." + +#: bookwyrm/templates/settings/automod/rules.html:26 +msgid "Schedule:" +msgstr "Program:" + +#: bookwyrm/templates/settings/automod/rules.html:33 +msgid "Last run:" +msgstr "Ultima rulare:" + +#: bookwyrm/templates/settings/automod/rules.html:40 +msgid "Total run count:" +msgstr "Numărul total de rulări:" + +#: bookwyrm/templates/settings/automod/rules.html:47 +msgid "Enabled:" +msgstr "Activat:" + +#: bookwyrm/templates/settings/automod/rules.html:59 +msgid "Delete schedule" +msgstr "Ștergeți programul" + +#: bookwyrm/templates/settings/automod/rules.html:63 +msgid "Run now" +msgstr "Rulați acum" + +#: bookwyrm/templates/settings/automod/rules.html:64 +msgid "Last run date will not be updated" +msgstr "Ultima dată de rulare nu va fi actualizată" + +#: bookwyrm/templates/settings/automod/rules.html:69 +#: bookwyrm/templates/settings/automod/rules.html:92 +msgid "Schedule scan" +msgstr "Programați scanare" + +#: bookwyrm/templates/settings/automod/rules.html:101 +msgid "Successfully added rule" +msgstr "Regulă adăugată cu succes" + +#: bookwyrm/templates/settings/automod/rules.html:107 +msgid "Add Rule" +msgstr "Adăugați regulă" + +#: bookwyrm/templates/settings/automod/rules.html:116 +#: bookwyrm/templates/settings/automod/rules.html:160 +msgid "String match" +msgstr "Potrivire de șir de caractere" + +#: bookwyrm/templates/settings/automod/rules.html:126 +#: bookwyrm/templates/settings/automod/rules.html:163 +msgid "Flag users" +msgstr "Semnalați utilizatori" + +#: bookwyrm/templates/settings/automod/rules.html:133 +#: bookwyrm/templates/settings/automod/rules.html:166 +msgid "Flag statuses" +msgstr "Semnalați statutele" + +#: bookwyrm/templates/settings/automod/rules.html:140 +msgid "Add rule" +msgstr "Adăugați regulă" + +#: bookwyrm/templates/settings/automod/rules.html:147 +msgid "Current Rules" +msgstr "Regulile curente" + +#: bookwyrm/templates/settings/automod/rules.html:151 +msgid "Show rules" +msgstr "Afișați regulile" + +#: bookwyrm/templates/settings/automod/rules.html:188 +msgid "Remove rule" +msgstr "Eliminați regulă" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:6 +#: bookwyrm/templates/settings/dashboard/dashboard.html:8 +#: bookwyrm/templates/settings/layout.html:28 +msgid "Dashboard" +msgstr "Tablou de bord" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:15 +#: bookwyrm/templates/settings/dashboard/dashboard.html:123 +msgid "Total users" +msgstr "Număr total de utilizatori" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:21 +#: bookwyrm/templates/settings/dashboard/user_chart.html:16 +msgid "Active this month" +msgstr "Activi această lună" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:27 +msgid "Statuses" +msgstr "Statusuri" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:33 +#: bookwyrm/templates/settings/dashboard/works_chart.html:11 +msgid "Works" +msgstr "Opere" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:43 +#, python-format +msgid "%(display_count)s open report" +msgid_plural "%(display_count)s open reports" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "%(display_count)s raporturi dechise" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:55 +#, python-format +msgid "%(display_count)s domain needs review" +msgid_plural "%(display_count)s domains need review" +msgstr[0] "%(display_count)s domeniu care necesită revizuire" +msgstr[1] "" +msgstr[2] "%(display_count)s domenii care necesită revizii" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:67 +#, python-format +msgid "%(display_count)s invite request" +msgid_plural "%(display_count)s invite requests" +msgstr[0] "%(display_count)s cerere de invitare" +msgstr[1] "" +msgstr[2] "%(display_count)s cereri de invitare" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:79 +#, python-format +msgid "An update is available! You're running v%(current)s and the latest release is %(available)s." +msgstr "O actualizare este disponibilă! Rulați în prezent v%(current)s, iar cea mai nouă versiune este %(available)s." + +#: bookwyrm/templates/settings/dashboard/dashboard.html:88 +msgid "Instance Activity" +msgstr "Activitatea instanței" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:106 +msgid "Interval:" +msgstr "Interval:" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:110 +msgid "Days" +msgstr "Zile" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:111 +msgid "Weeks" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:129 +msgid "User signup activity" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:135 +msgid "Status activity" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/dashboard.html:141 +msgid "Works created" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/registration_chart.html:10 +msgid "Registrations" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/status_chart.html:11 +msgid "Statuses posted" +msgstr "" + +#: bookwyrm/templates/settings/dashboard/user_chart.html:11 +msgid "Total" +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:5 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:10 +msgid "Add domain" +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/domain_form.html:11 +msgid "Domain:" +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:5 +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:7 +#: bookwyrm/templates/settings/layout.html:65 +msgid "Email Blocklist" +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:18 +msgid "When someone tries to register with an email from this domain, no account will be created. The registration process will appear to have worked." +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:29 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:27 +msgid "Options" +msgstr "" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:38 +#, python-format +msgid "%(display_count)s user" +msgid_plural "%(display_count)s users" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/settings/email_blocklist/email_blocklist.html:59 +msgid "No email domains currently blocked" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:3 +#: bookwyrm/templates/settings/federation/edit_instance.html:6 +#: bookwyrm/templates/settings/federation/edit_instance.html:15 +#: bookwyrm/templates/settings/federation/edit_instance.html:32 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:3 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:32 +#: bookwyrm/templates/settings/federation/instance_list.html:9 +#: bookwyrm/templates/settings/federation/instance_list.html:10 +msgid "Add instance" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:12 +#: bookwyrm/templates/settings/federation/instance.html:24 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:12 +#: bookwyrm/templates/settings/federation/instance_list.html:3 +#: bookwyrm/templates/settings/federation/instance_list.html:5 +#: bookwyrm/templates/settings/layout.html:47 +msgid "Federated Instances" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:28 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:28 +msgid "Import block list" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:43 +msgid "Instance:" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:52 +#: bookwyrm/templates/settings/federation/instance.html:46 +#: bookwyrm/templates/settings/users/user_info.html:106 +msgid "Status:" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:66 +#: bookwyrm/templates/settings/federation/instance.html:40 +#: bookwyrm/templates/settings/users/user_info.html:100 +msgid "Software:" +msgstr "" + +#: bookwyrm/templates/settings/federation/edit_instance.html:76 +#: bookwyrm/templates/settings/federation/instance.html:43 +#: bookwyrm/templates/settings/users/user_info.html:103 +msgid "Version:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:17 +msgid "Refresh data" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:37 +msgid "Details" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:53 +#: bookwyrm/templates/user/layout.html:67 +msgid "Activity" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:56 +msgid "Users:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:59 +#: bookwyrm/templates/settings/federation/instance.html:65 +msgid "View all" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:62 +#: bookwyrm/templates/settings/users/user_info.html:56 +msgid "Reports:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:68 +msgid "Followed by us:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:73 +msgid "Followed by them:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:78 +msgid "Blocked by us:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:90 +#: bookwyrm/templates/settings/users/user_info.html:110 +msgid "Notes" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:97 +msgid "No notes" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:116 +#: bookwyrm/templates/settings/link_domains/link_domains.html:87 +#: bookwyrm/templates/snippets/block_button.html:5 +msgid "Block" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:117 +msgid "All users from this instance will be deactivated." +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:122 +#: bookwyrm/templates/snippets/block_button.html:10 +msgid "Un-block" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance.html:123 +msgid "All users from this instance will be re-activated." +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:6 +#: bookwyrm/templates/settings/federation/instance_blocklist.html:15 +msgid "Import Blocklist" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:38 +msgid "Success!" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:42 +msgid "Successfully blocked:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_blocklist.html:44 +msgid "Failed:" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_list.html:32 +#: bookwyrm/templates/settings/users/server_filter.html:5 +msgid "Instance name" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_list.html:40 +msgid "Software" +msgstr "" + +#: bookwyrm/templates/settings/federation/instance_list.html:63 +msgid "No instances found" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:4 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:11 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:25 +#: bookwyrm/templates/settings/invites/manage_invites.html:11 +msgid "Invite Requests" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:23 +msgid "Ignored Invite Requests" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:35 +msgid "Date requested" +msgstr "Dată solicitată" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:39 +msgid "Date accepted" +msgstr "Dată acceptată" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:42 +#: bookwyrm/templates/settings/users/email_filter.html:5 +msgid "Email" +msgstr "Email" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +msgid "Action" +msgstr "Acțiune" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 +msgid "No requests" +msgstr "Nicio cerere" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 +#: bookwyrm/templates/settings/invites/status_filter.html:16 +msgid "Accepted" +msgstr "Acceptată" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 +#: bookwyrm/templates/settings/invites/status_filter.html:12 +msgid "Sent" +msgstr "Trimisă" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 +#: bookwyrm/templates/settings/invites/status_filter.html:8 +msgid "Requested" +msgstr "Solicitată" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 +msgid "Send invite" +msgstr "Trimiteți invitație" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 +msgid "Re-send invite" +msgstr "Retrimiteți invitație" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 +msgid "Ignore" +msgstr "Ignorați" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 +msgid "Un-ignore" +msgstr "Nu mai ignorați" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 +msgid "Back to pending requests" +msgstr "Înapoi la cererile în așteptare" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 +msgid "View ignored requests" +msgstr "Vizualizați cererile ignorate" + +#: bookwyrm/templates/settings/invites/manage_invites.html:21 +msgid "Generate New Invite" +msgstr "Generați o nouă invitație" + +#: bookwyrm/templates/settings/invites/manage_invites.html:27 +msgid "Expiry:" +msgstr "Expiră:" + +#: bookwyrm/templates/settings/invites/manage_invites.html:33 +msgid "Use limit:" +msgstr "Limitați la:" + +#: bookwyrm/templates/settings/invites/manage_invites.html:40 +msgid "Create Invite" +msgstr "Creați o invitație" + +#: bookwyrm/templates/settings/invites/manage_invites.html:48 +msgid "Expires" +msgstr "Expiră" + +#: bookwyrm/templates/settings/invites/manage_invites.html:49 +msgid "Max uses" +msgstr "Număr maxim de utilizări" + +#: bookwyrm/templates/settings/invites/manage_invites.html:50 +msgid "Times used" +msgstr "Număr de utilizări" + +#: bookwyrm/templates/settings/invites/manage_invites.html:53 +msgid "No active invites" +msgstr "Nicio invitație activă" + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:5 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:10 +msgid "Add IP address" +msgstr "Adăugați adresa IP" + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:11 +msgid "Use IP address blocks with caution, and consider using blocks only temporarily, as IP addresses are often shared or change hands. If you block your own IP, you will not be able to access this page." +msgstr "Folosiți blocaj IP cu precauție și luați în calcul numai utilizarea temporală, întrucât adresele IP sunt deseori partajate sau schimbate. Dacă vă blocați propria adresa IP, nu veți mai putea accesa această pagină." + +#: bookwyrm/templates/settings/ip_blocklist/ip_address_form.html:18 +msgid "IP Address:" +msgstr "Adresă IP:" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:5 +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:7 +#: bookwyrm/templates/settings/layout.html:69 +msgid "IP Address Blocklist" +msgstr "Lista de adrese IP blocate" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:18 +msgid "Any traffic from this IP address will get a 404 response when trying to access any part of the application." +msgstr "Orice trafic de la această adresă IP va primi un răspuns 404 când va încerca să acceze orice componentă a aplicației." + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:24 +msgid "Address" +msgstr "Adresă" + +#: bookwyrm/templates/settings/ip_blocklist/ip_blocklist.html:46 +msgid "No IP addresses currently blocked" +msgstr "Nicio adresă IP blocată momentan" + +#: bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html:6 +msgid "You can block IP ranges using CIDR syntax." +msgstr "Puteți bloca o plajă de adrese IP folosind sintaxa CIDR." + +#: bookwyrm/templates/settings/layout.html:4 +msgid "Administration" +msgstr "Administrare" + +#: bookwyrm/templates/settings/layout.html:31 +msgid "Manage Users" +msgstr "Gestionați utilizatorii" + +#: bookwyrm/templates/settings/layout.html:53 +msgid "Moderation" +msgstr "Moderare" + +#: bookwyrm/templates/settings/layout.html:57 +#: bookwyrm/templates/settings/reports/reports.html:8 +#: bookwyrm/templates/settings/reports/reports.html:17 +msgid "Reports" +msgstr "Raporturi" + +#: bookwyrm/templates/settings/layout.html:73 +#: bookwyrm/templates/settings/link_domains/link_domains.html:5 +#: bookwyrm/templates/settings/link_domains/link_domains.html:7 +msgid "Link Domains" +msgstr "Legături către domenii" + +#: bookwyrm/templates/settings/layout.html:78 +msgid "Instance Settings" +msgstr "Setările instanței" + +#: bookwyrm/templates/settings/layout.html:86 +#: bookwyrm/templates/settings/site.html:4 +#: bookwyrm/templates/settings/site.html:6 +msgid "Site Settings" +msgstr "Setările site-ului" + +#: bookwyrm/templates/settings/layout.html:91 +#: bookwyrm/templates/settings/site.html:95 +#: bookwyrm/templates/settings/themes.html:4 +#: bookwyrm/templates/settings/themes.html:6 +msgid "Themes" +msgstr "" + +#: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:5 +#, python-format +msgid "Set display name for %(url)s" +msgstr "Stabiliți numele afișat pentru %(url)s" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:11 +msgid "Link domains must be approved before they are shown on book pages. Please make sure that the domains are not hosting spam, malicious code, or deceptive links before approving." +msgstr "Legăturile către domenii trebuie aprovate înainte de a fi afișate pe paginile cărților. Vă rugăm asigurați-vă că domeniile nu găzduiesc spam, cod rău intenționat sau legături falsificate înainte de aprovare." + +#: bookwyrm/templates/settings/link_domains/link_domains.html:45 +msgid "Set display name" +msgstr "Stabiliți numele afișat" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:53 +msgid "View links" +msgstr "Vizualizați legăturile" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:96 +msgid "No domains currently approved" +msgstr "Niciun domeniu aprovat momentan" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:98 +msgid "No domains currently pending" +msgstr "Niciun domeniu în așteptare" + +#: bookwyrm/templates/settings/link_domains/link_domains.html:100 +msgid "No domains currently blocked" +msgstr "Niciun domeniu blocat" + +#: bookwyrm/templates/settings/link_domains/link_table.html:39 +msgid "No links available for this domain." +msgstr "Nicio legătură disponibilă pentru acest domeniu." + +#: bookwyrm/templates/settings/reports/report.html:12 +msgid "Back to reports" +msgstr "Înapoi la raporturi" + +#: bookwyrm/templates/settings/reports/report.html:24 +msgid "Message reporter" +msgstr "Centru de mesaje" + +#: bookwyrm/templates/settings/reports/report.html:28 +msgid "Update on your report:" +msgstr "Actualizare a raportului dvs.:" + +#: bookwyrm/templates/settings/reports/report.html:36 +msgid "Reported status" +msgstr "" + +#: bookwyrm/templates/settings/reports/report.html:38 +msgid "Status has been deleted" +msgstr "Statusul a fost șters" + +#: bookwyrm/templates/settings/reports/report.html:47 +msgid "Reported links" +msgstr "" + +#: bookwyrm/templates/settings/reports/report.html:63 +msgid "Moderator Comments" +msgstr "" + +#: bookwyrm/templates/settings/reports/report.html:84 +#: bookwyrm/templates/snippets/create_status.html:26 +msgid "Comment" +msgstr "Comentariu" + +#: bookwyrm/templates/settings/reports/report_header.html:6 +#, python-format +msgid "Report #%(report_id)s: Status posted by @%(username)s" +msgstr "Raport #%(report_id)s: statut postat de @%(username)s" + +#: bookwyrm/templates/settings/reports/report_header.html:12 +#, python-format +msgid "Report #%(report_id)s: Link added by @%(username)s" +msgstr "Raport #%(report_id)s: legătură adăugată de @%(username)s" + +#: bookwyrm/templates/settings/reports/report_header.html:18 +#, python-format +msgid "Report #%(report_id)s: User @%(username)s" +msgstr "Raport #%(report_id)s: utilizator @%(username)s" + +#: bookwyrm/templates/settings/reports/report_links_table.html:17 +msgid "Block domain" +msgstr "Blocați domeniu" + +#: bookwyrm/templates/settings/reports/report_preview.html:17 +msgid "No notes provided" +msgstr "Nicio notă furnizată" + +#: bookwyrm/templates/settings/reports/report_preview.html:24 +#, python-format +msgid "Reported by @%(username)s" +msgstr "Raportat de @%(username)s" + +#: bookwyrm/templates/settings/reports/report_preview.html:34 +msgid "Re-open" +msgstr "Redeschideți" + +#: bookwyrm/templates/settings/reports/report_preview.html:36 +msgid "Resolve" +msgstr "Rezolvați" + +#: bookwyrm/templates/settings/reports/reports.html:6 +#, python-format +msgid "Reports: %(instance_name)s" +msgstr "Raporturi: %(instance_name)s" + +#: bookwyrm/templates/settings/reports/reports.html:14 +#, python-format +msgid "Reports: %(instance_name)s" +msgstr "Raporturi: %(instance_name)s" + +#: bookwyrm/templates/settings/reports/reports.html:25 +msgid "Open" +msgstr "Deschideți" + +#: bookwyrm/templates/settings/reports/reports.html:28 +msgid "Resolved" +msgstr "Rezolvat" + +#: bookwyrm/templates/settings/reports/reports.html:37 +msgid "No reports found." +msgstr "Niciun raport găsit." + +#: bookwyrm/templates/settings/site.html:10 +#: bookwyrm/templates/settings/site.html:44 +msgid "Instance Info" +msgstr "Informații despre instanță" + +#: bookwyrm/templates/settings/site.html:12 +#: bookwyrm/templates/settings/site.html:110 +msgid "Footer Content" +msgstr "Conținutul subsolului" + +#: bookwyrm/templates/settings/site.html:13 +#: bookwyrm/templates/settings/site.html:134 +msgid "Registration" +msgstr "Înregistrare" + +#: bookwyrm/templates/settings/site.html:22 +msgid "Settings saved" +msgstr "Setări salvate" + +#: bookwyrm/templates/settings/site.html:31 +msgid "Unable to save settings" +msgstr "Incapabil de a salva setările" + +#: bookwyrm/templates/settings/site.html:47 +msgid "Instance Name:" +msgstr "Numele instanței:" + +#: bookwyrm/templates/settings/site.html:51 +msgid "Tagline:" +msgstr "Slogan:" + +#: bookwyrm/templates/settings/site.html:55 +msgid "Instance description:" +msgstr "Descrierea instanței:" + +#: bookwyrm/templates/settings/site.html:59 +msgid "Short description:" +msgstr "Scurtă descriere:" + +#: bookwyrm/templates/settings/site.html:60 +msgid "Used when the instance is previewed on joinbookwyrm.com. Does not support HTML or Markdown." +msgstr "Folosit când instanța este previzualizată pe joinbookwyrm.com. Nu suportă HTML sau Markdown." + +#: bookwyrm/templates/settings/site.html:64 +msgid "Code of conduct:" +msgstr "Cod de conduită:" + +#: bookwyrm/templates/settings/site.html:68 +msgid "Privacy Policy:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:79 +msgid "Images" +msgstr "" + +#: bookwyrm/templates/settings/site.html:82 +msgid "Logo:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:86 +msgid "Logo small:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:90 +msgid "Favicon:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:98 +msgid "Default theme:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:113 +msgid "Support link:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:117 +msgid "Support title:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:121 +msgid "Admin email:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:125 +msgid "Additional info:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:139 +msgid "Allow registration" +msgstr "" + +#: bookwyrm/templates/settings/site.html:145 +msgid "Allow invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 +msgid "Require users to confirm email address" +msgstr "" + +#: bookwyrm/templates/settings/site.html:165 +msgid "(Recommended if registration is open)" +msgstr "" + +#: bookwyrm/templates/settings/site.html:168 +msgid "Registration closed text:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:172 +msgid "Invite request text:" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:10 +msgid "Set instance default theme" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:19 +msgid "Successfully added theme" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:26 +msgid "How to add a theme" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:29 +msgid "Copy the theme file into the bookwyrm/static/css/themes directory on your server from the command line." +msgstr "" + +#: bookwyrm/templates/settings/themes.html:32 +msgid "Run ./bw-dev collectstatic." +msgstr "" + +#: bookwyrm/templates/settings/themes.html:35 +msgid "Add the file name using the form below to make it available in the application interface." +msgstr "" + +#: bookwyrm/templates/settings/themes.html:42 +#: bookwyrm/templates/settings/themes.html:83 +msgid "Add theme" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:48 +msgid "Unable to save theme" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:64 +#: bookwyrm/templates/settings/themes.html:94 +msgid "Theme name" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:74 +msgid "Theme filename" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:89 +msgid "Available Themes" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:97 +msgid "File" +msgstr "" + +#: bookwyrm/templates/settings/themes.html:112 +msgid "Remove theme" +msgstr "" + +#: bookwyrm/templates/settings/users/delete_user_form.html:5 +#: bookwyrm/templates/settings/users/user_moderation_actions.html:32 +msgid "Permanently delete user" +msgstr "" + +#: bookwyrm/templates/settings/users/delete_user_form.html:12 +#, python-format +msgid "Are you sure you want to delete %(username)s's account? This action cannot be undone. To proceed, please enter your password to confirm deletion." +msgstr "" + +#: bookwyrm/templates/settings/users/delete_user_form.html:17 +msgid "Your password:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:9 +#, python-format +msgid "Users: %(instance_name)s" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:40 +#: bookwyrm/templates/settings/users/username_filter.html:5 +msgid "Username" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:44 +msgid "Date Added" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:48 +msgid "Last Active" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:57 +msgid "Remote instance" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:67 +#: bookwyrm/templates/settings/users/user_info.html:24 +msgid "Active" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:67 +#: bookwyrm/templates/settings/users/user_info.html:28 +msgid "Inactive" +msgstr "" + +#: bookwyrm/templates/settings/users/user_admin.html:73 +#: bookwyrm/templates/settings/users/user_info.html:120 +msgid "Not set" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:16 +msgid "View user profile" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:36 +msgid "Local" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:38 +msgid "Remote" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:47 +msgid "User details" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:51 +msgid "Email:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:61 +msgid "(View reports)" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:67 +msgid "Blocked by count:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:70 +msgid "Last active date:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:73 +msgid "Manually approved followers:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:76 +msgid "Discoverable:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:80 +msgid "Deactivation reason:" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:95 +msgid "Instance details" +msgstr "" + +#: bookwyrm/templates/settings/users/user_info.html:117 +msgid "View instance" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:5 +msgid "Permanently deleted" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:8 +msgid "User Actions" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:21 +msgid "Suspend user" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:26 +msgid "Un-suspend user" +msgstr "" + +#: bookwyrm/templates/settings/users/user_moderation_actions.html:48 +msgid "Access level:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:5 +msgid "Set up BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:7 +msgid "Your account as a user and an admin" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:13 +msgid "Create your account" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:20 +msgid "Admin key:" +msgstr "" + +#: bookwyrm/templates/setup/admin.html:32 +msgid "An admin key was created when you installed BookWyrm. You can get your admin key by running ./bw-dev admin_code from the command line on your server." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:45 +msgid "As an admin, you'll be able to configure the instance name and information, and moderate your instance. This means you will have access to private information about your users, and are responsible for responding to reports of bad behavior or spam." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:51 +msgid "Once the instance is set up, you can promote other users to moderator or admin roles from the admin panel." +msgstr "" + +#: bookwyrm/templates/setup/admin.html:55 +msgid "Learn more about moderation" +msgstr "" + +#: bookwyrm/templates/setup/config.html:5 +msgid "Instance Configuration" +msgstr "" + +#: bookwyrm/templates/setup/config.html:7 +msgid "Make sure everything looks right before proceeding" +msgstr "" + +#: bookwyrm/templates/setup/config.html:18 +msgid "You are running BookWyrm in debug mode. This should never be used in a production environment." +msgstr "" + +#: bookwyrm/templates/setup/config.html:30 +msgid "Your domain appears to be misconfigured. It should not include protocol or slashes." +msgstr "" + +#: bookwyrm/templates/setup/config.html:42 +msgid "You are running BookWyrm in production mode without https. USE_HTTPS should be enabled in production." +msgstr "" + +#: bookwyrm/templates/setup/config.html:56 +msgid "Instance domain:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:63 +msgid "Protocol:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:81 +msgid "Using S3:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:95 +msgid "Default interface language:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:102 +msgid "Email sender:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:109 +msgid "Enable preview images:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:116 +msgid "Enable image thumbnails:" +msgstr "" + +#: bookwyrm/templates/setup/config.html:128 +msgid "Does everything look right?" +msgstr "" + +#: bookwyrm/templates/setup/config.html:130 +msgid "This is your last chance to set your domain and protocol." +msgstr "" + +#: bookwyrm/templates/setup/config.html:144 +msgid "You can change your instance settings in the .env file on your server." +msgstr "" + +#: bookwyrm/templates/setup/config.html:148 +msgid "View installation instructions" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:5 +msgid "Instance Setup" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:15 +msgid "Installing BookWyrm" +msgstr "" + +#: bookwyrm/templates/setup/layout.html:18 +msgid "Need help?" +msgstr "" + +#: bookwyrm/templates/shelf/create_shelf_form.html:5 +#: bookwyrm/templates/shelf/shelf.html:72 +msgid "Create shelf" +msgstr "" + +#: bookwyrm/templates/shelf/edit_shelf_form.html:5 +msgid "Edit Shelf" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:24 +msgid "User profile" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:39 +#: bookwyrm/templatetags/shelf_tags.py:44 bookwyrm/views/shelf/shelf.py:53 +msgid "All books" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:96 +#, python-format +msgid "%(formatted_count)s book" +msgid_plural "%(formatted_count)s books" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/shelf/shelf.html:103 +#, python-format +msgid "(showing %(start)s-%(end)s)" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:115 +msgid "Edit shelf" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:123 +msgid "Delete shelf" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:151 +#: bookwyrm/templates/shelf/shelf.html:177 +msgid "Shelved" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:152 +#: bookwyrm/templates/shelf/shelf.html:180 +msgid "Started" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:153 +#: bookwyrm/templates/shelf/shelf.html:183 +msgid "Finished" +msgstr "" + +#: bookwyrm/templates/shelf/shelf.html:209 +msgid "This shelf is empty." +msgstr "" + +#: bookwyrm/templates/snippets/add_to_group_button.html:16 +msgid "Invite" +msgstr "" + +#: bookwyrm/templates/snippets/add_to_group_button.html:25 +msgid "Uninvite" +msgstr "" + +#: bookwyrm/templates/snippets/add_to_group_button.html:29 +#, python-format +msgid "Remove @%(username)s" +msgstr "" + +#: bookwyrm/templates/snippets/announcement.html:28 +#, python-format +msgid "Posted by %(username)s" +msgstr "" + +#: bookwyrm/templates/snippets/authors.html:22 +#: bookwyrm/templates/snippets/trimmed_list.html:14 +#, python-format +msgid "and %(remainder_count_display)s other" +msgid_plural "and %(remainder_count_display)s others" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/snippets/book_cover.html:61 +msgid "No cover" +msgstr "" + +#: bookwyrm/templates/snippets/book_titleby.html:11 +#, python-format +msgid "%(title)s by" +msgstr "" + +#: bookwyrm/templates/snippets/boost_button.html:20 +#: bookwyrm/templates/snippets/boost_button.html:21 +msgid "Boost" +msgstr "" + +#: bookwyrm/templates/snippets/boost_button.html:33 +#: bookwyrm/templates/snippets/boost_button.html:34 +msgid "Un-boost" +msgstr "" + +#: bookwyrm/templates/snippets/create_status.html:36 +msgid "Quote" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/comment.html:15 +msgid "Some thoughts on the book" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/comment.html:27 +#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:17 +msgid "Progress:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/comment.html:53 +#: bookwyrm/templates/snippets/progress_field.html:18 +msgid "pages" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/comment.html:59 +#: bookwyrm/templates/snippets/progress_field.html:23 +msgid "percent" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/comment.html:66 +#, python-format +msgid "of %(pages)s pages" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_field.html:18 +#: bookwyrm/templates/snippets/status/layout.html:34 +#: bookwyrm/templates/snippets/status/layout.html:53 +#: bookwyrm/templates/snippets/status/layout.html:54 +msgid "Reply" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_field.html:18 +msgid "Content" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:9 +msgid "Include spoiler alert" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:18 +msgid "Spoilers/content warnings:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/content_warning_field.html:27 +msgid "Spoilers ahead!" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/layout.html:45 +#: bookwyrm/templates/snippets/reading_modals/form.html:7 +msgid "Comment:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/post_options_block.html:18 +msgid "Post" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/quotation.html:16 +msgid "Quote:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/quotation.html:24 +#, python-format +msgid "An excerpt from '%(book_title)s'" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/quotation.html:31 +msgid "Position:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/quotation.html:44 +msgid "On page:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/quotation.html:50 +msgid "At percent:" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/review.html:24 +#, python-format +msgid "Your review of '%(book_title)s'" +msgstr "" + +#: bookwyrm/templates/snippets/create_status/review.html:39 +msgid "Review:" +msgstr "" + +#: bookwyrm/templates/snippets/fav_button.html:16 +#: bookwyrm/templates/snippets/fav_button.html:17 +msgid "Like" +msgstr "" + +#: bookwyrm/templates/snippets/fav_button.html:30 +#: bookwyrm/templates/snippets/fav_button.html:31 +msgid "Un-like" +msgstr "" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:5 +msgid "Filters" +msgstr "" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:10 +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:17 +msgid "Filters are applied" +msgstr "" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:20 +msgid "Clear filters" +msgstr "" + +#: bookwyrm/templates/snippets/filters_panel/filters_panel.html:43 +msgid "Apply filters" +msgstr "" + +#: bookwyrm/templates/snippets/follow_button.html:20 +#, python-format +msgid "Follow @%(username)s" +msgstr "Urmăriți @%(username)s" + +#: bookwyrm/templates/snippets/follow_button.html:22 +msgid "Follow" +msgstr "Urmăriți" + +#: bookwyrm/templates/snippets/follow_button.html:31 +msgid "Undo follow request" +msgstr "Revocați cererea de urmărire" + +#: bookwyrm/templates/snippets/follow_button.html:36 +#, python-format +msgid "Unfollow @%(username)s" +msgstr "Nu mai urmăriți @%(username)s" + +#: bookwyrm/templates/snippets/follow_button.html:38 +msgid "Unfollow" +msgstr "Dezabonați-vă" + +#: bookwyrm/templates/snippets/follow_request_buttons.html:7 +#: bookwyrm/templates/snippets/join_invitation_buttons.html:9 +msgid "Accept" +msgstr "" + +#: bookwyrm/templates/snippets/form_rate_stars.html:20 +#: bookwyrm/templates/snippets/stars.html:13 +msgid "No rating" +msgstr "" + +#: bookwyrm/templates/snippets/form_rate_stars.html:28 +#, python-format +msgid "%(half_rating)s star" +msgid_plural "%(half_rating)s stars" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/snippets/form_rate_stars.html:64 +#: bookwyrm/templates/snippets/stars.html:7 +#, python-format +msgid "%(rating)s star" +msgid_plural "%(rating)s stars" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/snippets/generated_status/goal.html:2 +#, python-format +msgid "set a goal to read %(counter)s book in %(year)s" +msgid_plural "set a goal to read %(counter)s books in %(year)s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/snippets/generated_status/rating.html:3 +#, python-format +msgid "rated %(title)s: %(display_rating)s star" +msgid_plural "rated %(title)s: %(display_rating)s stars" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:4 +#, python-format +msgid "Review of \"%(book_title)s\" (%(display_rating)s star): %(review_title)s" +msgid_plural "Review of \"%(book_title)s\" (%(display_rating)s stars): %(review_title)s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/snippets/generated_status/review_pure_name.html:12 +#, python-format +msgid "Review of \"%(book_title)s\": %(review_title)s" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:4 +#, python-format +msgid "Set a goal for how many books you'll finish reading in %(year)s, and track your progress throughout the year." +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:16 +msgid "Reading goal:" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:21 +msgid "books" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:26 +msgid "Goal privacy:" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:33 +#: bookwyrm/templates/snippets/reading_modals/layout.html:13 +msgid "Post to feed" +msgstr "" + +#: bookwyrm/templates/snippets/goal_form.html:37 +msgid "Set goal" +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:7 +msgctxt "Goal successfully completed" +msgid "Success!" +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:9 +#, python-format +msgid "%(percent)s%% complete!" +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:12 +#, python-format +msgid "You've read %(read_count)s of %(goal_count)s books." +msgstr "" + +#: bookwyrm/templates/snippets/goal_progress.html:14 +#, python-format +msgid "%(username)s has read %(read_count)s of %(goal_count)s books." +msgstr "" + +#: bookwyrm/templates/snippets/page_text.html:8 +#, python-format +msgid "page %(page)s of %(total_pages)s" +msgstr "" + +#: bookwyrm/templates/snippets/page_text.html:14 +#, python-format +msgid "page %(page)s" +msgstr "" + +#: bookwyrm/templates/snippets/pagination.html:12 +msgid "Previous" +msgstr "" + +#: bookwyrm/templates/snippets/pagination.html:23 +msgid "Next" +msgstr "" + +#: bookwyrm/templates/snippets/privacy-icons.html:12 +msgid "Followers-only" +msgstr "" + +#: bookwyrm/templates/snippets/privacy_select.html:6 +#: bookwyrm/templates/snippets/privacy_select_no_followers.html:6 +msgid "Post privacy" +msgstr "" + +#: bookwyrm/templates/snippets/rate_action.html:5 +msgid "Leave a rating" +msgstr "" + +#: bookwyrm/templates/snippets/rate_action.html:20 +msgid "Rate" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html:6 +#, python-format +msgid "Finish \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/form.html:9 +msgid "(Optional)" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/progress_update_modal.html:6 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:54 +msgid "Update progress" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/start_reading_modal.html:6 +#, python-format +msgid "Start \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/reading_modals/want_to_read_modal.html:6 +#, python-format +msgid "Want to Read \"%(book_title)s\"" +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:18 +msgid "Choose wisely! Your username cannot be changed." +msgstr "" + +#: bookwyrm/templates/snippets/register_form.html:64 +msgid "Sign Up" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:8 +#, python-format +msgid "Report @%(username)s's status" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:10 +#, python-format +msgid "Report %(domain)s link" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:12 +#, python-format +msgid "Report @%(username)s" +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:34 +#, python-format +msgid "This report will be sent to %(site_name)s's moderators for review." +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:36 +msgid "Links from this domain will be removed until your report has been reviewed." +msgstr "" + +#: bookwyrm/templates/snippets/report_modal.html:41 +msgid "More info about this report:" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:7 +msgid "Move book" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:39 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:17 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:24 +msgid "Start reading" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:54 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:31 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:38 +msgid "Want to read" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:75 +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html:66 +#, python-format +msgid "Remove from %(name)s" +msgstr "" + +#: bookwyrm/templates/snippets/shelf_selector.html:88 +msgid "Remove from" +msgstr "" + +#: bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown.html:5 +msgid "More shelves" +msgstr "" + +#: bookwyrm/templates/snippets/shelve_button/shelve_button_options.html:31 +msgid "Finish reading" +msgstr "" + +#: bookwyrm/templates/snippets/status/content_status.html:73 +msgid "Content warning" +msgstr "" + +#: bookwyrm/templates/snippets/status/content_status.html:80 +msgid "Show status" +msgstr "" + +#: bookwyrm/templates/snippets/status/content_status.html:102 +#, python-format +msgid "(Page %(page)s)" +msgstr "" + +#: bookwyrm/templates/snippets/status/content_status.html:104 +#, python-format +msgid "(%(percent)s%%)" +msgstr "" + +#: bookwyrm/templates/snippets/status/content_status.html:126 +msgid "Open image in new window" +msgstr "" + +#: bookwyrm/templates/snippets/status/content_status.html:145 +msgid "Hide status" +msgstr "" + +#: bookwyrm/templates/snippets/status/header.html:45 +#, python-format +msgid "edited %(date)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/comment.html:8 +#, python-format +msgid "commented on %(book)s by %(author_name)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/comment.html:15 +#, python-format +msgid "commented on %(book)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/note.html:8 +#, python-format +msgid "replied to %(username)s's status" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/quotation.html:8 +#, python-format +msgid "quoted %(book)s by %(author_name)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/quotation.html:15 +#, python-format +msgid "quoted %(book)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/rating.html:3 +#, python-format +msgid "rated %(book)s:" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/read.html:10 +#, python-format +msgid "finished reading %(book)s by %(author_name)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/read.html:17 +#, python-format +msgid "finished reading %(book)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/reading.html:10 +#, python-format +msgid "started reading %(book)s by %(author_name)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/reading.html:17 +#, python-format +msgid "started reading %(book)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/review.html:8 +#, python-format +msgid "reviewed %(book)s by %(author_name)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/review.html:15 +#, python-format +msgid "reviewed %(book)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/to_read.html:10 +#, python-format +msgid "wants to read %(book)s by %(author_name)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/headers/to_read.html:17 +#, python-format +msgid "wants to read %(book)s" +msgstr "" + +#: bookwyrm/templates/snippets/status/layout.html:24 +#: bookwyrm/templates/snippets/status/status_options.html:17 +msgid "Delete status" +msgstr "" + +#: bookwyrm/templates/snippets/status/layout.html:57 +#: bookwyrm/templates/snippets/status/layout.html:58 +msgid "Boost status" +msgstr "" + +#: bookwyrm/templates/snippets/status/layout.html:61 +#: bookwyrm/templates/snippets/status/layout.html:62 +msgid "Like status" +msgstr "" + +#: bookwyrm/templates/snippets/status/status.html:10 +msgid "boosted" +msgstr "" + +#: bookwyrm/templates/snippets/status/status_options.html:7 +#: bookwyrm/templates/snippets/user_options.html:7 +msgid "More options" +msgstr "" + +#: bookwyrm/templates/snippets/switch_edition_button.html:5 +msgid "Switch to this edition" +msgstr "" + +#: bookwyrm/templates/snippets/table-sort-header.html:6 +msgid "Sorted ascending" +msgstr "" + +#: bookwyrm/templates/snippets/table-sort-header.html:10 +msgid "Sorted descending" +msgstr "" + +#: bookwyrm/templates/snippets/trimmed_text.html:17 +msgid "Show more" +msgstr "" + +#: bookwyrm/templates/snippets/trimmed_text.html:35 +msgid "Show less" +msgstr "" + +#: bookwyrm/templates/user/books_header.html:4 +msgid "Your books" +msgstr "" + +#: bookwyrm/templates/user/books_header.html:9 +#, python-format +msgid "%(username)s's books" +msgstr "" + +#: bookwyrm/templates/user/goal.html:8 +#, python-format +msgid "%(year)s Reading Progress" +msgstr "" + +#: bookwyrm/templates/user/goal.html:12 +msgid "Edit Goal" +msgstr "" + +#: bookwyrm/templates/user/goal.html:28 +#, python-format +msgid "%(name)s hasn't set a reading goal for %(year)s." +msgstr "" + +#: bookwyrm/templates/user/goal.html:40 +#, python-format +msgid "Your %(year)s Books" +msgstr "" + +#: bookwyrm/templates/user/goal.html:42 +#, python-format +msgid "%(username)s's %(year)s Books" +msgstr "" + +#: bookwyrm/templates/user/groups.html:9 +msgid "Your Groups" +msgstr "" + +#: bookwyrm/templates/user/groups.html:11 +#, python-format +msgid "Groups: %(username)s" +msgstr "" + +#: bookwyrm/templates/user/layout.html:19 bookwyrm/templates/user/user.html:10 +msgid "User Profile" +msgstr "" + +#: bookwyrm/templates/user/layout.html:48 +msgid "Follow Requests" +msgstr "" + +#: bookwyrm/templates/user/layout.html:73 +msgid "Reading Goal" +msgstr "" + +#: bookwyrm/templates/user/layout.html:79 +msgid "Groups" +msgstr "" + +#: bookwyrm/templates/user/lists.html:11 +#, python-format +msgid "Lists: %(username)s" +msgstr "" + +#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 +msgid "Create list" +msgstr "" + +#: bookwyrm/templates/user/relationships/followers.html:12 +#, python-format +msgid "%(username)s has no followers" +msgstr "%(username)s nu are niciun urmăritor" + +#: bookwyrm/templates/user/relationships/following.html:6 +#: bookwyrm/templates/user/relationships/layout.html:15 +msgid "Following" +msgstr "Urmărit(ă)" + +#: bookwyrm/templates/user/relationships/following.html:12 +#, python-format +msgid "%(username)s isn't following any users" +msgstr "%(username)s nu urmărește pe nimeni" + +#: bookwyrm/templates/user/user.html:16 +msgid "Edit profile" +msgstr "" + +#: bookwyrm/templates/user/user.html:37 +#, python-format +msgid "View all %(size)s" +msgstr "" + +#: bookwyrm/templates/user/user.html:51 +msgid "View all books" +msgstr "" + +#: bookwyrm/templates/user/user.html:58 +#, python-format +msgid "%(current_year)s Reading Goal" +msgstr "" + +#: bookwyrm/templates/user/user.html:65 +msgid "User Activity" +msgstr "" + +#: bookwyrm/templates/user/user.html:69 +msgid "RSS feed" +msgstr "" + +#: bookwyrm/templates/user/user.html:80 +msgid "No activities yet!" +msgstr "" + +#: bookwyrm/templates/user/user_preview.html:22 +#, python-format +msgid "Joined %(date)s" +msgstr "" + +#: bookwyrm/templates/user/user_preview.html:26 +#, python-format +msgid "%(counter)s follower" +msgid_plural "%(counter)s followers" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/user/user_preview.html:27 +#, python-format +msgid "%(counter)s following" +msgstr "" + +#: bookwyrm/templates/user/user_preview.html:39 +#, python-format +msgid "%(mutuals_display)s follower you follow" +msgid_plural "%(mutuals_display)s followers you follow" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: bookwyrm/templates/user/user_preview.html:43 +msgid "No followers you follow" +msgstr "" + +#: bookwyrm/templates/widgets/clearable_file_input_with_warning.html:28 +msgid "File exceeds maximum size: 10MB" +msgstr "" + +#: bookwyrm/templatetags/utilities.py:39 +#, python-format +msgid "%(title)s: %(subtitle)s" +msgstr "" + +#: bookwyrm/views/imports/import_data.py:67 +msgid "Not a valid csv file" +msgstr "" + +#: bookwyrm/views/landing/login.py:70 +msgid "Username or password are incorrect" +msgstr "" + +#: bookwyrm/views/landing/password.py:32 +msgid "No user with that email address was found." +msgstr "" + +#: bookwyrm/views/landing/password.py:43 +#, python-brace-format +msgid "A password reset link was sent to {email}" +msgstr "" + +#: bookwyrm/views/rss_feed.py:34 +#, python-brace-format +msgid "Status updates from {obj.display_name}" +msgstr "" + +#: bookwyrm/views/updates.py:45 +#, python-format +msgid "Load %(count)d unread status" +msgid_plural "Load %(count)d unread statuses" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + diff --git a/locale/sv_SE/LC_MESSAGES/django.mo b/locale/sv_SE/LC_MESSAGES/django.mo index 4e1cd6dc2d05152fb5e88d1b68175a12bcd94378..68fc1b19b84491074aabffd201122fb9873941ba 100644 GIT binary patch delta 24111 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 delta 22577 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 diff --git a/locale/sv_SE/LC_MESSAGES/django.po b/locale/sv_SE/LC_MESSAGES/django.po index c42c7e682..d4dd39287 100644 --- a/locale/sv_SE/LC_MESSAGES/django.po +++ b/locale/sv_SE/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-16 23:34\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-26 00:32\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Swedish\n" "Language: sv\n" @@ -245,7 +245,7 @@ msgstr "Tillgänglig för lån" msgid "Approved" msgstr "Godkänd" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "Recensioner" @@ -651,22 +651,22 @@ msgid "Edit Author:" msgstr "Redigera författare:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "Lades till:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "Uppdaterades:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "Redigerades senast av:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "Metadata" @@ -678,8 +678,8 @@ msgid "Name:" msgstr "Namn:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "Separera flertalet värden med kommatecken." @@ -708,7 +708,7 @@ msgid "Openlibrary key:" msgstr "Nyckel för Openlibrary:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Inventarie-ID:" @@ -726,7 +726,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -738,7 +738,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -749,8 +749,8 @@ msgstr "Spara" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -772,7 +772,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "Att ladda in data kommer att ansluta till %(source_name)s och kontrollera eventuella metadata om den här författaren som inte finns här. Befintliga metadata kommer inte att skrivas över." #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -812,58 +812,60 @@ msgid "Add Description" msgstr "Lägg till beskrivning" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "Beskrivning:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s utgåvor" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" +msgstr[1] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "Du har lagt den här versionen i hylla:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "En annorlunda utgåva av den här boken finns i din %(shelf_name)s hylla." -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "Din läsningsaktivitet" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "Lägg till läsdatum" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "Du har ingen läsaktivitet för den här boken." -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "Dina recensioner" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "Dina kommentarer" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "Dina citationer" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "Ämnen" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "Platser" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -873,11 +875,11 @@ msgstr "Platser" msgid "Lists" msgstr "Listor" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "Lägg till i listan" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -891,12 +893,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "OCLC-nummer:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -905,12 +907,12 @@ msgid "Add cover" msgstr "Lägg till omslag" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "Ladda upp omslag:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "Ladda omslag från url:" @@ -929,177 +931,177 @@ msgstr "Förhandsvisning av bokomslag" msgid "Close" msgstr "Stäng" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "Redigera \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "Lägg till bok" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "Bekräfta bokens info" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "Är \"%(name)s\" en utav dessa författare?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "Författare av " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "Hitta mer information på isni.org" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "Det här är en ny författare" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "Skapar en ny författare: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "Är det här en version av ett redan befintligt verk?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "Det här är ett ny verk" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "Bakåt" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "Titel:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "Undertext:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "Serier:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "Serienummer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "Språk:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" -msgstr "" +msgstr "Ämnen:" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" -msgstr "" +msgstr "Lägg till ämne" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" -msgstr "" +msgstr "Ta bort ämne" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" -msgstr "" +msgstr "Lägg till ett annat ämne" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "Publicering" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "Utgivare:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "Första publiceringsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "Publiceringsdatum:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "Författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "Ta bort %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "Författarsida för %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "Lägg till författare:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "Lägg till författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "Jane Doe" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "Lägg till en annan författare" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "Omslag" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "Fysiska egenskaper" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "Format:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "Formatets detaljer:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "Sidor:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "Bok-identifierare" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "Openlibrary-ID:" @@ -1113,6 +1115,14 @@ msgstr "Utgåvor av %(book_title)s" msgid "Editions of \"%(work_title)s\"" msgstr "Utgåvor av \"%(work_title)s\"" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "Kan du inte hitta versionen som du letar efter?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "Lägg till en annan version" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1156,7 +1166,7 @@ msgstr "Redigera länkar" #: bookwyrm/templates/book/file_links/edit_links.html:11 #, python-format msgid "Links for \"%(title)s\"" -msgstr "" +msgstr "Länkar för \"%(title)s\"" #: bookwyrm/templates/book/file_links/edit_links.html:32 #: bookwyrm/templates/settings/link_domains/link_table.html:6 @@ -1183,7 +1193,7 @@ msgstr "Domän" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1307,7 +1317,7 @@ msgid "Confirmation code:" msgstr "Bekräftelsekod:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2186,7 +2196,7 @@ msgstr "%(name)s registrering är stängd" msgid "Thank you! Your request has been received." msgstr "Tack! Din förfrågning har tagits emot." -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "Ditt konto" @@ -2251,7 +2261,7 @@ msgstr "Sök efter en bok, användare eller lista" #: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 msgid "Scan Barcode" -msgstr "" +msgstr "Skanna streckkod" #: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" @@ -2936,7 +2946,7 @@ msgstr "Godkänn följare manuellt" #: bookwyrm/templates/preferences/edit_user.html:123 msgid "Hide followers and following on profile" -msgstr "" +msgstr "Göm följare och följningar på profilen" #: bookwyrm/templates/preferences/edit_user.html:128 msgid "Default post privacy:" @@ -3040,38 +3050,40 @@ msgstr "Rapport" msgid "\n" " Scan Barcode\n" " " -msgstr "" +msgstr "\n" +"Skanna streckkod\n" +" " #: bookwyrm/templates/search/barcode_modal.html:23 msgid "Requesting camera..." -msgstr "" +msgstr "Begär kamera..." #: bookwyrm/templates/search/barcode_modal.html:24 msgid "Grant access to the camera to scan a book's barcode." -msgstr "" +msgstr "Bevilja åtkomst till kameran för att skanna en boks streckkod." #: bookwyrm/templates/search/barcode_modal.html:29 msgid "Could not access camera" -msgstr "" +msgstr "Kunde inte komma åt kameran" #: bookwyrm/templates/search/barcode_modal.html:33 msgctxt "barcode scanner" msgid "Scanning..." -msgstr "" +msgstr "Skannar..." #: bookwyrm/templates/search/barcode_modal.html:34 msgid "Align your book's barcode with the camera." -msgstr "" +msgstr "Justera din boks streckkod med kameran." #: bookwyrm/templates/search/barcode_modal.html:38 msgctxt "barcode scanner" msgid "ISBN scanned" -msgstr "" +msgstr "ISBN skannades" #: bookwyrm/templates/search/barcode_modal.html:39 msgctxt "followed by ISBN" msgid "Searching for book:" -msgstr "" +msgstr "Söker efter bok:" #: bookwyrm/templates/search/book.html:44 msgid "Results from" @@ -3239,11 +3251,11 @@ msgstr "" #: bookwyrm/templates/settings/automod/rules.html:26 msgid "Schedule:" -msgstr "" +msgstr "Schema:" #: bookwyrm/templates/settings/automod/rules.html:33 msgid "Last run:" -msgstr "" +msgstr "Kördes senast:" #: bookwyrm/templates/settings/automod/rules.html:40 msgid "Total run count:" @@ -3251,15 +3263,15 @@ msgstr "" #: bookwyrm/templates/settings/automod/rules.html:47 msgid "Enabled:" -msgstr "" +msgstr "Aktiverad:" #: bookwyrm/templates/settings/automod/rules.html:59 msgid "Delete schedule" -msgstr "" +msgstr "Ta bort schema" #: bookwyrm/templates/settings/automod/rules.html:63 msgid "Run now" -msgstr "" +msgstr "Kör nu" #: bookwyrm/templates/settings/automod/rules.html:64 msgid "Last run date will not be updated" @@ -3268,7 +3280,7 @@ msgstr "" #: bookwyrm/templates/settings/automod/rules.html:69 #: bookwyrm/templates/settings/automod/rules.html:92 msgid "Schedule scan" -msgstr "" +msgstr "Schemalägg skanning" #: bookwyrm/templates/settings/automod/rules.html:101 msgid "Successfully added rule" @@ -3603,50 +3615,54 @@ msgstr "Datum för godkännande" msgid "Email" msgstr "E-postadress" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "Svar" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "Åtgärd" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "Inga förfrågningar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "Accepterade" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "Skickade" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "Förfrågade" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "Skicka inbjudning" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "Skicka inbjudningen igen" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "Ignorera" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "Sluta ignorera" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "Bakåt till väntande förfrågningar" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "Visa ignorerade förfrågningar" @@ -3756,7 +3772,7 @@ msgstr "Inställningar för sidan" #: bookwyrm/templates/settings/themes.html:4 #: bookwyrm/templates/settings/themes.html:6 msgid "Themes" -msgstr "" +msgstr "Teman" #: bookwyrm/templates/settings/link_domains/edit_domain_modal.html:5 #, python-format @@ -3951,7 +3967,7 @@ msgstr "Favikon:" #: bookwyrm/templates/settings/site.html:98 msgid "Default theme:" -msgstr "" +msgstr "Standardtema:" #: bookwyrm/templates/settings/site.html:113 msgid "Support link:" @@ -3978,18 +3994,26 @@ msgid "Allow invite requests" msgstr "Tillåt inbjudningsförfrågningar" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "Fråga:" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "Kräv att användarna ska bekräfta e-postadressen" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(Rekommenderas om registreringen är öppen)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "Text för stängd registrering:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "Text för inbjudningsförfrågning:" @@ -4003,7 +4027,7 @@ msgstr "" #: bookwyrm/templates/settings/themes.html:26 msgid "How to add a theme" -msgstr "" +msgstr "Hur man lägger till ett tema" #: bookwyrm/templates/settings/themes.html:29 msgid "Copy the theme file into the bookwyrm/static/css/themes directory on your server from the command line." diff --git a/locale/zh_Hans/LC_MESSAGES/django.mo b/locale/zh_Hans/LC_MESSAGES/django.mo index 1d1227f8092b70c68bb692fb532759090142aa83..e6023e815ded3d8ce204d472ba25415a958d2bea 100644 GIT binary patch literal 85895 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 S0TOg?KN0&d0;IH0jQ%f4%`RX7 diff --git a/locale/zh_Hans/LC_MESSAGES/django.po b/locale/zh_Hans/LC_MESSAGES/django.po index 0c0944fd2..599292733 100644 --- a/locale/zh_Hans/LC_MESSAGES/django.po +++ b/locale/zh_Hans/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: bookwyrm\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-16 23:12+0000\n" -"PO-Revision-Date: 2022-03-16 23:34\n" +"POT-Creation-Date: 2022-03-17 16:15+0000\n" +"PO-Revision-Date: 2022-03-19 07:21\n" "Last-Translator: Mouse Reeve \n" "Language-Team: Chinese Simplified\n" "Language: zh\n" @@ -245,7 +245,7 @@ msgstr "可借阅" msgid "Approved" msgstr "已通过" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "书评" @@ -647,22 +647,22 @@ msgid "Edit Author:" msgstr "编辑作者:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "添加了:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "更新了:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "最后编辑人:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "元数据" @@ -674,8 +674,8 @@ msgid "Name:" msgstr "名称:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "请用英文逗号(,)分隔多个值。" @@ -704,7 +704,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -722,7 +722,7 @@ msgstr "ISNI:" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -734,7 +734,7 @@ msgstr "ISNI:" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -745,8 +745,8 @@ msgstr "保存" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -768,7 +768,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "加载数据会连接到 %(source_name)s 并检查这里还没有记录的与作者相关的元数据。现存的元数据不会被覆盖。" #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -778,7 +778,7 @@ msgstr "确认" #: bookwyrm/templates/book/book.html:19 msgid "Unable to connect to remote source." -msgstr "" +msgstr "无法联系远程资源。" #: bookwyrm/templates/book/book.html:64 bookwyrm/templates/book/book.html:65 msgid "Edit Book" @@ -807,58 +807,59 @@ msgid "Add Description" msgstr "添加描述" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s 个版本" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "%(count)s 版次" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "此版本已在你的书架上:" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "本书的 另一个版本 在你的 %(shelf_name)s 书架上。" -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "你的阅读活动" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "添加阅读日期" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "你还没有任何这本书的阅读活动。" -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "你的书评" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "你的评论" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "主题" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "地点" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -868,11 +869,11 @@ msgstr "地点" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "添加到列表" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +887,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "OCLC 号:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +901,12 @@ msgid "Add cover" msgstr "添加封面" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "上传封面:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "从网址加载封面:" @@ -924,177 +925,177 @@ msgstr "书籍封面预览" msgid "Close" msgstr "关闭" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "编辑《%(book_title)s》" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "添加书目" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "确认书目信息" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "“%(name)s” 是这些作者之一吗?" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "所著书有 " -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "在 isni.org 查找更多信息" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "这是一位新的作者" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "正在创建新的作者: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "这是已存在的作品的一个版本吗?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "这是一个新的作品。" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "标题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "副标题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "系列编号:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "语言:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" -msgstr "" +msgstr "主题:" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" -msgstr "" +msgstr "添加主题" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" -msgstr "" +msgstr "移除主题" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" -msgstr "" +msgstr "添加新用户" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "出版" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "初版时间:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "出版时间:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "移除 %(name)s" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "%(name)s 的作者页面" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "添加作者:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "添加作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "张三" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "添加另一作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "实体性质" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "装订细节:" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "页数:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "书目标识号" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1108,6 +1109,14 @@ msgstr "%(book_title)s 的各版本" msgid "Editions of \"%(work_title)s\"" msgstr "《%(work_title)s》 的各版本" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "找不到你想找的版次?" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "新增其它版次" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1151,7 +1160,7 @@ msgstr "编辑链接" #: bookwyrm/templates/book/file_links/edit_links.html:11 #, python-format msgid "Links for \"%(title)s\"" -msgstr "" +msgstr "\"%(title)s\"的链接" #: bookwyrm/templates/book/file_links/edit_links.html:32 #: bookwyrm/templates/settings/link_domains/link_table.html:6 @@ -1178,7 +1187,7 @@ msgstr "域名" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1302,7 +1311,7 @@ msgid "Confirmation code:" msgstr "确认代码:" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2175,7 +2184,7 @@ msgstr "%(name)s 注册已关闭" msgid "Thank you! Your request has been received." msgstr "谢谢你!我们已经收到了你的请求。" -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "你的帐号" @@ -2240,7 +2249,7 @@ msgstr "搜索书籍、用户或列表" #: bookwyrm/templates/layout.html:61 bookwyrm/templates/layout.html:62 msgid "Scan Barcode" -msgstr "" +msgstr "扫描条形码" #: bookwyrm/templates/layout.html:72 msgid "Main navigation menu" @@ -3029,38 +3038,40 @@ msgstr "报告" msgid "\n" " Scan Barcode\n" " " -msgstr "" +msgstr "\n" +" 扫描条码\n" +" " #: bookwyrm/templates/search/barcode_modal.html:23 msgid "Requesting camera..." -msgstr "" +msgstr "正在启用摄像头..." #: bookwyrm/templates/search/barcode_modal.html:24 msgid "Grant access to the camera to scan a book's barcode." -msgstr "" +msgstr "允许访问相机以扫描书条码。" #: bookwyrm/templates/search/barcode_modal.html:29 msgid "Could not access camera" -msgstr "" +msgstr "无法使用摄像头" #: bookwyrm/templates/search/barcode_modal.html:33 msgctxt "barcode scanner" msgid "Scanning..." -msgstr "" +msgstr "正在扫描..." #: bookwyrm/templates/search/barcode_modal.html:34 msgid "Align your book's barcode with the camera." -msgstr "" +msgstr "使您的书条码与相机对齐。" #: bookwyrm/templates/search/barcode_modal.html:38 msgctxt "barcode scanner" msgid "ISBN scanned" -msgstr "" +msgstr "ISBN 扫描" #: bookwyrm/templates/search/barcode_modal.html:39 msgctxt "followed by ISBN" msgid "Searching for book:" -msgstr "" +msgstr "搜索书目:" #: bookwyrm/templates/search/book.html:44 msgid "Results from" @@ -3228,36 +3239,36 @@ msgstr "已经报告的用户或状态(无论举报是否得到解决)将不 #: bookwyrm/templates/settings/automod/rules.html:26 msgid "Schedule:" -msgstr "" +msgstr "定时计划:" #: bookwyrm/templates/settings/automod/rules.html:33 msgid "Last run:" -msgstr "" +msgstr "上次运行:" #: bookwyrm/templates/settings/automod/rules.html:40 msgid "Total run count:" -msgstr "" +msgstr "行数总计:" #: bookwyrm/templates/settings/automod/rules.html:47 msgid "Enabled:" -msgstr "" +msgstr "已启用:" #: bookwyrm/templates/settings/automod/rules.html:59 msgid "Delete schedule" -msgstr "" +msgstr "删除定时计划" #: bookwyrm/templates/settings/automod/rules.html:63 msgid "Run now" -msgstr "" +msgstr "立即运行" #: bookwyrm/templates/settings/automod/rules.html:64 msgid "Last run date will not be updated" -msgstr "" +msgstr "最后运行日期将不会被更新" #: bookwyrm/templates/settings/automod/rules.html:69 #: bookwyrm/templates/settings/automod/rules.html:92 msgid "Schedule scan" -msgstr "" +msgstr "定时扫描" #: bookwyrm/templates/settings/automod/rules.html:101 msgid "Successfully added rule" @@ -3588,50 +3599,54 @@ msgstr "接受日期" msgid "Email" msgstr "邮箱" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "答案" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "动作" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "没有请求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "已接受" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "已发送" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "已请求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "发送请求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "重新发送请求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "忽略" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "取消忽略" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "回到待处理的请求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "查看忽略的请求" @@ -3963,18 +3978,26 @@ msgid "Allow invite requests" msgstr "允许请求邀请" #: bookwyrm/templates/settings/site.html:151 +msgid "Set a question for invite requests" +msgstr "设置一个邀请请求问题" + +#: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "问题:" + +#: bookwyrm/templates/settings/site.html:163 msgid "Require users to confirm email address" msgstr "要求用户确认邮箱地址" -#: bookwyrm/templates/settings/site.html:153 +#: bookwyrm/templates/settings/site.html:165 msgid "(Recommended if registration is open)" msgstr "(当开放注册时推荐)" -#: bookwyrm/templates/settings/site.html:156 +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "注册关闭文字:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "邀请请求文本:" @@ -3996,7 +4019,7 @@ msgstr "从命令行将主题文件复制到您服务器上的 bookwym/sta #: bookwyrm/templates/settings/themes.html:32 msgid "Run ./bw-dev collectstatic." -msgstr "" +msgstr "运行 ./bw-dev collectstatic。" #: bookwyrm/templates/settings/themes.html:35 msgid "Add the file name using the form below to make it available in the application interface." @@ -4577,7 +4600,7 @@ msgstr "设置目标" #: bookwyrm/templates/snippets/goal_progress.html:7 msgctxt "Goal successfully completed" msgid "Success!" -msgstr "" +msgstr "成功!" #: bookwyrm/templates/snippets/goal_progress.html:9 #, python-format diff --git a/locale/zh_Hant/LC_MESSAGES/django.mo b/locale/zh_Hant/LC_MESSAGES/django.mo index f9ca27be9b891b3b13c30e68d084e0cd54184a43..ea069d65a74002a78a9076d3590178e13ab5e6be 100644 GIT binary patch delta 13136 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\n" "Language-Team: Chinese Traditional\n" "Language: zh\n" @@ -245,7 +245,7 @@ msgstr "" msgid "Approved" msgstr "" -#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:281 +#: bookwyrm/models/user.py:32 bookwyrm/templates/book/book.html:289 msgid "Reviews" msgstr "書評" @@ -647,22 +647,22 @@ msgid "Edit Author:" msgstr "編輯作者:" #: bookwyrm/templates/author/edit_author.html:13 -#: bookwyrm/templates/book/edit/edit_book.html:19 +#: bookwyrm/templates/book/edit/edit_book.html:25 msgid "Added:" msgstr "新增了:" #: bookwyrm/templates/author/edit_author.html:14 -#: bookwyrm/templates/book/edit/edit_book.html:22 +#: bookwyrm/templates/book/edit/edit_book.html:28 msgid "Updated:" msgstr "更新了:" #: bookwyrm/templates/author/edit_author.html:16 -#: bookwyrm/templates/book/edit/edit_book.html:26 +#: bookwyrm/templates/book/edit/edit_book.html:32 msgid "Last edited by:" msgstr "最後編輯者:" #: bookwyrm/templates/author/edit_author.html:33 -#: bookwyrm/templates/book/edit/edit_book_form.html:17 +#: bookwyrm/templates/book/edit/edit_book_form.html:19 msgid "Metadata" msgstr "元資料" @@ -674,8 +674,8 @@ msgid "Name:" msgstr "名稱:" #: bookwyrm/templates/author/edit_author.html:44 -#: bookwyrm/templates/book/edit/edit_book_form.html:76 -#: bookwyrm/templates/book/edit/edit_book_form.html:146 +#: bookwyrm/templates/book/edit/edit_book_form.html:78 +#: bookwyrm/templates/book/edit/edit_book_form.html:148 msgid "Separate multiple values with commas." msgstr "請用逗號(,)分隔多個值。" @@ -704,7 +704,7 @@ msgid "Openlibrary key:" msgstr "Openlibrary key:" #: bookwyrm/templates/author/edit_author.html:84 -#: bookwyrm/templates/book/edit/edit_book_form.html:322 +#: bookwyrm/templates/book/edit/edit_book_form.html:326 msgid "Inventaire ID:" msgstr "Inventaire ID:" @@ -722,7 +722,7 @@ msgstr "" #: bookwyrm/templates/author/edit_author.html:115 #: bookwyrm/templates/book/book.html:202 -#: bookwyrm/templates/book/edit/edit_book.html:121 +#: bookwyrm/templates/book/edit/edit_book.html:127 #: bookwyrm/templates/book/file_links/add_link_modal.html:60 #: bookwyrm/templates/book/file_links/edit_links.html:82 #: bookwyrm/templates/groups/form.html:32 @@ -734,7 +734,7 @@ msgstr "" #: bookwyrm/templates/settings/announcements/edit_announcement.html:120 #: bookwyrm/templates/settings/federation/edit_instance.html:98 #: bookwyrm/templates/settings/federation/instance.html:105 -#: bookwyrm/templates/settings/site.html:169 +#: bookwyrm/templates/settings/site.html:181 #: bookwyrm/templates/settings/users/user_moderation_actions.html:69 #: bookwyrm/templates/shelf/form.html:25 #: bookwyrm/templates/snippets/reading_modals/layout.html:18 @@ -745,8 +745,8 @@ msgstr "儲存" #: bookwyrm/templates/author/sync_modal.html:23 #: bookwyrm/templates/book/book.html:203 #: bookwyrm/templates/book/cover_add_modal.html:33 -#: bookwyrm/templates/book/edit/edit_book.html:123 -#: bookwyrm/templates/book/edit/edit_book.html:126 +#: bookwyrm/templates/book/edit/edit_book.html:129 +#: bookwyrm/templates/book/edit/edit_book.html:132 #: bookwyrm/templates/book/file_links/add_link_modal.html:59 #: bookwyrm/templates/book/file_links/verification_modal.html:25 #: bookwyrm/templates/book/sync_modal.html:23 @@ -768,7 +768,7 @@ msgid "Loading data will connect to %(source_name)s and check f msgstr "" #: bookwyrm/templates/author/sync_modal.html:24 -#: bookwyrm/templates/book/edit/edit_book.html:108 +#: bookwyrm/templates/book/edit/edit_book.html:114 #: bookwyrm/templates/book/sync_modal.html:24 #: bookwyrm/templates/groups/members.html:29 #: bookwyrm/templates/landing/password_reset.html:42 @@ -807,58 +807,59 @@ msgid "Add Description" msgstr "新增描述" #: bookwyrm/templates/book/book.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:40 +#: bookwyrm/templates/book/edit/edit_book_form.html:42 #: bookwyrm/templates/lists/form.html:13 bookwyrm/templates/shelf/form.html:17 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book/book.html:212 +#: bookwyrm/templates/book/book.html:214 #, python-format -msgid "%(count)s editions" -msgstr "%(count)s 個版本" +msgid "%(count)s edition" +msgid_plural "%(count)s editions" +msgstr[0] "" -#: bookwyrm/templates/book/book.html:220 +#: bookwyrm/templates/book/book.html:228 msgid "You have shelved this edition in:" msgstr "" -#: bookwyrm/templates/book/book.html:235 +#: bookwyrm/templates/book/book.html:243 #, python-format msgid "A different edition of this book is on your %(shelf_name)s shelf." msgstr "本書的 另一個版本 在你的 %(shelf_name)s 書架上。" -#: bookwyrm/templates/book/book.html:246 +#: bookwyrm/templates/book/book.html:254 msgid "Your reading activity" msgstr "你的閱讀活動" -#: bookwyrm/templates/book/book.html:252 +#: bookwyrm/templates/book/book.html:260 msgid "Add read dates" msgstr "新增閱讀日期" -#: bookwyrm/templates/book/book.html:260 +#: bookwyrm/templates/book/book.html:268 msgid "You don't have any reading activity for this book." msgstr "你還未閱讀這本書。" -#: bookwyrm/templates/book/book.html:286 +#: bookwyrm/templates/book/book.html:294 msgid "Your reviews" msgstr "你的書評" -#: bookwyrm/templates/book/book.html:292 +#: bookwyrm/templates/book/book.html:300 msgid "Your comments" msgstr "你的評論" -#: bookwyrm/templates/book/book.html:298 +#: bookwyrm/templates/book/book.html:306 msgid "Your quotes" msgstr "你的引用" -#: bookwyrm/templates/book/book.html:334 +#: bookwyrm/templates/book/book.html:342 msgid "Subjects" msgstr "主題" -#: bookwyrm/templates/book/book.html:346 +#: bookwyrm/templates/book/book.html:354 msgid "Places" msgstr "地點" -#: bookwyrm/templates/book/book.html:357 +#: bookwyrm/templates/book/book.html:365 #: bookwyrm/templates/groups/group.html:19 bookwyrm/templates/layout.html:83 #: bookwyrm/templates/lists/curate.html:8 bookwyrm/templates/lists/list.html:12 #: bookwyrm/templates/lists/lists.html:5 bookwyrm/templates/lists/lists.html:12 @@ -868,11 +869,11 @@ msgstr "地點" msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book/book.html:369 +#: bookwyrm/templates/book/book.html:377 msgid "Add to list" msgstr "新增到列表" -#: bookwyrm/templates/book/book.html:379 +#: bookwyrm/templates/book/book.html:387 #: bookwyrm/templates/book/cover_add_modal.html:32 #: bookwyrm/templates/lists/add_item_modal.html:39 #: bookwyrm/templates/lists/list.html:255 @@ -886,12 +887,12 @@ msgid "ISBN:" msgstr "ISBN:" #: bookwyrm/templates/book/book_identifiers.html:15 -#: bookwyrm/templates/book/edit/edit_book_form.html:331 +#: bookwyrm/templates/book/edit/edit_book_form.html:335 msgid "OCLC Number:" msgstr "OCLC 號:" #: bookwyrm/templates/book/book_identifiers.html:22 -#: bookwyrm/templates/book/edit/edit_book_form.html:340 +#: bookwyrm/templates/book/edit/edit_book_form.html:344 msgid "ASIN:" msgstr "ASIN:" @@ -900,12 +901,12 @@ msgid "Add cover" msgstr "新增封面" #: bookwyrm/templates/book/cover_add_modal.html:17 -#: bookwyrm/templates/book/edit/edit_book_form.html:230 +#: bookwyrm/templates/book/edit/edit_book_form.html:234 msgid "Upload cover:" msgstr "上載封面:" #: bookwyrm/templates/book/cover_add_modal.html:23 -#: bookwyrm/templates/book/edit/edit_book_form.html:236 +#: bookwyrm/templates/book/edit/edit_book_form.html:240 msgid "Load cover from url:" msgstr "從網址載入封面:" @@ -924,177 +925,177 @@ msgstr "" msgid "Close" msgstr "關閉" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:12 +#: bookwyrm/templates/book/edit/edit_book.html:8 +#: bookwyrm/templates/book/edit/edit_book.html:18 #, python-format msgid "Edit \"%(book_title)s\"" msgstr "編輯 \"%(book_title)s\"" -#: bookwyrm/templates/book/edit/edit_book.html:6 -#: bookwyrm/templates/book/edit/edit_book.html:14 +#: bookwyrm/templates/book/edit/edit_book.html:10 +#: bookwyrm/templates/book/edit/edit_book.html:20 msgid "Add Book" msgstr "新增書目" -#: bookwyrm/templates/book/edit/edit_book.html:48 +#: bookwyrm/templates/book/edit/edit_book.html:54 msgid "Confirm Book Info" msgstr "確認書目資料" -#: bookwyrm/templates/book/edit/edit_book.html:56 +#: bookwyrm/templates/book/edit/edit_book.html:62 #, python-format msgid "Is \"%(name)s\" one of these authors?" msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:67 -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:73 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Author of " msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:69 +#: bookwyrm/templates/book/edit/edit_book.html:75 msgid "Find more information at isni.org" msgstr "" -#: bookwyrm/templates/book/edit/edit_book.html:79 +#: bookwyrm/templates/book/edit/edit_book.html:85 msgid "This is a new author" msgstr "這是一位新的作者" -#: bookwyrm/templates/book/edit/edit_book.html:86 +#: bookwyrm/templates/book/edit/edit_book.html:92 #, python-format msgid "Creating a new author: %(name)s" msgstr "正在建立新的作者: %(name)s" -#: bookwyrm/templates/book/edit/edit_book.html:93 +#: bookwyrm/templates/book/edit/edit_book.html:99 msgid "Is this an edition of an existing work?" msgstr "這是已存在的作品的另一個版本嗎?" -#: bookwyrm/templates/book/edit/edit_book.html:101 +#: bookwyrm/templates/book/edit/edit_book.html:107 msgid "This is a new work" msgstr "這是一個新的作品。" -#: bookwyrm/templates/book/edit/edit_book.html:110 +#: bookwyrm/templates/book/edit/edit_book.html:116 #: bookwyrm/templates/feed/status.html:21 msgid "Back" msgstr "返回" -#: bookwyrm/templates/book/edit/edit_book_form.html:22 +#: bookwyrm/templates/book/edit/edit_book_form.html:24 #: bookwyrm/templates/snippets/create_status/review.html:15 msgid "Title:" msgstr "標題:" -#: bookwyrm/templates/book/edit/edit_book_form.html:31 +#: bookwyrm/templates/book/edit/edit_book_form.html:33 msgid "Subtitle:" msgstr "副標題:" -#: bookwyrm/templates/book/edit/edit_book_form.html:51 +#: bookwyrm/templates/book/edit/edit_book_form.html:53 msgid "Series:" msgstr "系列:" -#: bookwyrm/templates/book/edit/edit_book_form.html:61 +#: bookwyrm/templates/book/edit/edit_book_form.html:63 msgid "Series number:" msgstr "系列編號:" -#: bookwyrm/templates/book/edit/edit_book_form.html:72 +#: bookwyrm/templates/book/edit/edit_book_form.html:74 msgid "Languages:" msgstr "語言:" -#: bookwyrm/templates/book/edit/edit_book_form.html:84 +#: bookwyrm/templates/book/edit/edit_book_form.html:86 msgid "Subjects:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:88 +#: bookwyrm/templates/book/edit/edit_book_form.html:90 msgid "Add subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:106 +#: bookwyrm/templates/book/edit/edit_book_form.html:108 msgid "Remove subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:129 +#: bookwyrm/templates/book/edit/edit_book_form.html:131 msgid "Add Another Subject" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:137 +#: bookwyrm/templates/book/edit/edit_book_form.html:139 msgid "Publication" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:142 +#: bookwyrm/templates/book/edit/edit_book_form.html:144 msgid "Publisher:" msgstr "出版社:" -#: bookwyrm/templates/book/edit/edit_book_form.html:154 +#: bookwyrm/templates/book/edit/edit_book_form.html:156 msgid "First published date:" msgstr "初版時間:" -#: bookwyrm/templates/book/edit/edit_book_form.html:163 +#: bookwyrm/templates/book/edit/edit_book_form.html:165 msgid "Published date:" msgstr "出版時間:" -#: bookwyrm/templates/book/edit/edit_book_form.html:174 +#: bookwyrm/templates/book/edit/edit_book_form.html:176 msgid "Authors" msgstr "作者" -#: bookwyrm/templates/book/edit/edit_book_form.html:183 +#: bookwyrm/templates/book/edit/edit_book_form.html:187 #, python-format msgid "Remove %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:186 +#: bookwyrm/templates/book/edit/edit_book_form.html:190 #, python-format msgid "Author page for %(name)s" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:194 +#: bookwyrm/templates/book/edit/edit_book_form.html:198 msgid "Add Authors:" msgstr "新增作者:" -#: bookwyrm/templates/book/edit/edit_book_form.html:197 -#: bookwyrm/templates/book/edit/edit_book_form.html:200 +#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:204 msgid "Add Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:198 -#: bookwyrm/templates/book/edit/edit_book_form.html:201 +#: bookwyrm/templates/book/edit/edit_book_form.html:202 +#: bookwyrm/templates/book/edit/edit_book_form.html:205 msgid "Jane Doe" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:207 +#: bookwyrm/templates/book/edit/edit_book_form.html:211 msgid "Add Another Author" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:217 +#: bookwyrm/templates/book/edit/edit_book_form.html:221 #: bookwyrm/templates/shelf/shelf.html:146 msgid "Cover" msgstr "封面" -#: bookwyrm/templates/book/edit/edit_book_form.html:249 +#: bookwyrm/templates/book/edit/edit_book_form.html:253 msgid "Physical Properties" msgstr "實體性質" -#: bookwyrm/templates/book/edit/edit_book_form.html:256 +#: bookwyrm/templates/book/edit/edit_book_form.html:260 #: bookwyrm/templates/book/editions/format_filter.html:6 msgid "Format:" msgstr "格式:" -#: bookwyrm/templates/book/edit/edit_book_form.html:268 +#: bookwyrm/templates/book/edit/edit_book_form.html:272 msgid "Format details:" msgstr "" -#: bookwyrm/templates/book/edit/edit_book_form.html:279 +#: bookwyrm/templates/book/edit/edit_book_form.html:283 msgid "Pages:" msgstr "頁數:" -#: bookwyrm/templates/book/edit/edit_book_form.html:290 +#: bookwyrm/templates/book/edit/edit_book_form.html:294 msgid "Book Identifiers" msgstr "書目標識號" -#: bookwyrm/templates/book/edit/edit_book_form.html:295 +#: bookwyrm/templates/book/edit/edit_book_form.html:299 msgid "ISBN 13:" msgstr "ISBN 13:" -#: bookwyrm/templates/book/edit/edit_book_form.html:304 +#: bookwyrm/templates/book/edit/edit_book_form.html:308 msgid "ISBN 10:" msgstr "ISBN 10:" -#: bookwyrm/templates/book/edit/edit_book_form.html:313 +#: bookwyrm/templates/book/edit/edit_book_form.html:317 msgid "Openlibrary ID:" msgstr "Openlibrary ID:" @@ -1108,6 +1109,14 @@ msgstr "%(book_title)s 的各版本" msgid "Editions of \"%(work_title)s\"" msgstr "\"%(work_title)s\" 的各版本" +#: bookwyrm/templates/book/editions/editions.html:55 +msgid "Can't find the edition you're looking for?" +msgstr "" + +#: bookwyrm/templates/book/editions/editions.html:75 +msgid "Add another edition" +msgstr "" + #: bookwyrm/templates/book/editions/format_filter.html:9 #: bookwyrm/templates/book/editions/language_filter.html:9 msgid "Any" @@ -1178,7 +1187,7 @@ msgstr "" #: bookwyrm/templates/import/import_status.html:127 #: bookwyrm/templates/settings/announcements/announcements.html:37 #: bookwyrm/templates/settings/federation/instance_list.html:46 -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 #: bookwyrm/templates/settings/invites/status_filter.html:5 #: bookwyrm/templates/settings/users/user_admin.html:52 #: bookwyrm/templates/settings/users/user_info.html:20 @@ -1302,7 +1311,7 @@ msgid "Confirmation code:" msgstr "" #: bookwyrm/templates/confirm_email/confirm_email.html:25 -#: bookwyrm/templates/landing/layout.html:73 +#: bookwyrm/templates/landing/layout.html:81 #: bookwyrm/templates/settings/dashboard/dashboard.html:116 #: bookwyrm/templates/snippets/report_modal.html:53 msgid "Submit" @@ -2175,7 +2184,7 @@ msgstr "" msgid "Thank you! Your request has been received." msgstr "謝謝你!我們已經受到了你的請求。" -#: bookwyrm/templates/landing/layout.html:82 +#: bookwyrm/templates/landing/layout.html:90 msgid "Your Account" msgstr "你的帳號" @@ -3588,50 +3597,54 @@ msgstr "接受日期" msgid "Email" msgstr "郵箱" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:47 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:44 +msgid "Answer" +msgstr "" + +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 msgid "Action" msgstr "動作" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:50 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:53 msgid "No requests" msgstr "沒有請求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:59 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:65 #: bookwyrm/templates/settings/invites/status_filter.html:16 msgid "Accepted" msgstr "已接受" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:61 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:67 #: bookwyrm/templates/settings/invites/status_filter.html:12 msgid "Sent" msgstr "已傳送" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:63 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:69 #: bookwyrm/templates/settings/invites/status_filter.html:8 msgid "Requested" msgstr "已請求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:73 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:79 msgid "Send invite" msgstr "傳送請求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:75 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:81 msgid "Re-send invite" msgstr "重新發送請求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:95 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:101 msgid "Ignore" msgstr "忽略" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:97 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:103 msgid "Un-ignore" msgstr "取消忽略" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:108 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:114 msgid "Back to pending requests" msgstr "回到待處理的請求" -#: bookwyrm/templates/settings/invites/manage_invite_requests.html:110 +#: bookwyrm/templates/settings/invites/manage_invite_requests.html:116 msgid "View ignored requests" msgstr "檢視忽略的請求" @@ -3963,18 +3976,26 @@ msgid "Allow invite requests" msgstr "" #: bookwyrm/templates/settings/site.html:151 -msgid "Require users to confirm email address" -msgstr "" - -#: bookwyrm/templates/settings/site.html:153 -msgid "(Recommended if registration is open)" +msgid "Set a question for invite requests" msgstr "" #: bookwyrm/templates/settings/site.html:156 +msgid "Question:" +msgstr "" + +#: bookwyrm/templates/settings/site.html:163 +msgid "Require users to confirm email address" +msgstr "" + +#: bookwyrm/templates/settings/site.html:165 +msgid "(Recommended if registration is open)" +msgstr "" + +#: bookwyrm/templates/settings/site.html:168 msgid "Registration closed text:" msgstr "註冊關閉文字:" -#: bookwyrm/templates/settings/site.html:160 +#: bookwyrm/templates/settings/site.html:172 msgid "Invite request text:" msgstr "" From 90277a1697a790365f45998d7c88ca7d9589393a Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 10:07:06 -0700 Subject: [PATCH 197/204] Avoid new pylint complaint --- bookwyrm/models/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/models/fields.py b/bookwyrm/models/fields.py index b506c11ca..5a03df015 100644 --- a/bookwyrm/models/fields.py +++ b/bookwyrm/models/fields.py @@ -389,7 +389,7 @@ class ImageField(ActivitypubFieldMixin, models.ImageField): self.alt_field = alt_field super().__init__(*args, **kwargs) - # pylint: disable=arguments-differ + # pylint: disable=arguments-differ,arguments-renamed def set_field_from_activity(self, instance, data, save=True, overwrite=True): """helper function for assinging a value to the field""" value = getattr(data, self.get_activitypub_field()) From 2d7902ff89181b08107b16e29825474dc450c3fd Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 10:27:49 -0700 Subject: [PATCH 198/204] Resolve second integrity error --- bookwyrm/models/relationship.py | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/bookwyrm/models/relationship.py b/bookwyrm/models/relationship.py index a0939b4b1..ff1e13b53 100644 --- a/bookwyrm/models/relationship.py +++ b/bookwyrm/models/relationship.py @@ -39,12 +39,12 @@ class UserRelationship(BookWyrmModel): def save(self, *args, **kwargs): """clear the template cache""" - clear_cache(self.user_subject, self.user_subject) + clear_cache(self.user_subject, self.user_object) super().save(*args, **kwargs) def delete(self, *args, **kwargs): """clear the template cache""" - clear_cache(self.user_subject, self.user_subject) + clear_cache(self.user_subject, self.user_object) super().delete(*args, **kwargs) class Meta: @@ -89,7 +89,9 @@ class UserFollows(ActivityMixin, UserRelationship): user_object=self.user_subject, ) ).exists(): - raise IntegrityError() + raise IntegrityError( + "Attempting to follow blocked user", self.user_subject, self.user_object + ) # don't broadcast this type of relationship -- accepts and requests # are handled by the UserFollowRequest model super().save(*args, broadcast=False, **kwargs) @@ -97,12 +99,12 @@ class UserFollows(ActivityMixin, UserRelationship): @classmethod def from_request(cls, follow_request): """converts a follow request into a follow relationship""" - print("from!!", cls) - return cls.objects.create( + obj, _ = cls.objects.get_or_create( user_subject=follow_request.user_subject, user_object=follow_request.user_object, remote_id=follow_request.remote_id, ) + return obj class UserFollowRequest(ActivitypubMixin, UserRelationship): @@ -115,7 +117,6 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): """make sure the follow or block relationship doesn't already exist""" # if there's a request for a follow that already exists, accept it # without changing the local database state - print("UHHH????") if UserFollows.objects.filter( user_subject=self.user_subject, user_object=self.user_object, @@ -137,7 +138,6 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): raise IntegrityError( "Attempting to follow blocked user", self.user_subject, self.user_object ) - print("super save!") super().save(*args, **kwargs) if broadcast and self.user_subject.local and not self.user_object.local: @@ -146,12 +146,10 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): if self.user_object.local: manually_approves = self.user_object.manually_approves_followers if not manually_approves: - print("accept") self.accept() model = apps.get_model("bookwyrm.Notification", require_ready=True) notification_type = "FOLLOW_REQUEST" if manually_approves else "FOLLOW" - print("notification") model.objects.create( user=self.user_object, related_user=self.user_subject, @@ -179,9 +177,9 @@ class UserFollowRequest(ActivitypubMixin, UserRelationship): return with transaction.atomic(): - print("from request") UserFollows.from_request(self) - self.delete() + if self.id: + self.delete() def reject(self): """generate a Reject for this follow request""" From 5cf52cff5427cf86fcd0489800ef26f599002fd3 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 10:30:37 -0700 Subject: [PATCH 199/204] Formats migration --- .../0147_alter_user_preferred_language.py | 28 ++++++++++++++++--- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/bookwyrm/migrations/0147_alter_user_preferred_language.py b/bookwyrm/migrations/0147_alter_user_preferred_language.py index 2d1b94b6f..0c9609b0b 100644 --- a/bookwyrm/migrations/0147_alter_user_preferred_language.py +++ b/bookwyrm/migrations/0147_alter_user_preferred_language.py @@ -6,13 +6,33 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('bookwyrm', '0146_auto_20220316_2352'), + ("bookwyrm", "0146_auto_20220316_2352"), ] operations = [ migrations.AlterField( - model_name='user', - name='preferred_language', - field=models.CharField(blank=True, choices=[('en-us', 'English'), ('de-de', 'Deutsch (German)'), ('es-es', 'Español (Spanish)'), ('gl-es', 'Galego (Galician)'), ('it-it', 'Italiano (Italian)'), ('fr-fr', 'Français (French)'), ('lt-lt', 'Lietuvių (Lithuanian)'), ('no-no', 'Norsk (Norwegian)'), ('pt-br', 'Português do Brasil (Brazilian Portuguese)'), ('pt-pt', 'Português Europeu (European Portuguese)'), ('ro-ro', 'Română (Romanian)'), ('sv-se', 'Svenska (Swedish)'), ('zh-hans', '简体中文 (Simplified Chinese)'), ('zh-hant', '繁體中文 (Traditional Chinese)')], max_length=255, null=True), + model_name="user", + name="preferred_language", + field=models.CharField( + blank=True, + choices=[ + ("en-us", "English"), + ("de-de", "Deutsch (German)"), + ("es-es", "Español (Spanish)"), + ("gl-es", "Galego (Galician)"), + ("it-it", "Italiano (Italian)"), + ("fr-fr", "Français (French)"), + ("lt-lt", "Lietuvių (Lithuanian)"), + ("no-no", "Norsk (Norwegian)"), + ("pt-br", "Português do Brasil (Brazilian Portuguese)"), + ("pt-pt", "Português Europeu (European Portuguese)"), + ("ro-ro", "Română (Romanian)"), + ("sv-se", "Svenska (Swedish)"), + ("zh-hans", "简体中文 (Simplified Chinese)"), + ("zh-hant", "繁體中文 (Traditional Chinese)"), + ], + max_length=255, + null=True, + ), ), ] From 85f507d6b91b417e76b6317bae49ebaa34d73ec6 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 10:34:02 -0700 Subject: [PATCH 200/204] Python formatting --- bookwyrm/models/relationship.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bookwyrm/models/relationship.py b/bookwyrm/models/relationship.py index ff1e13b53..171f45840 100644 --- a/bookwyrm/models/relationship.py +++ b/bookwyrm/models/relationship.py @@ -213,6 +213,7 @@ class UserBlocks(ActivityMixin, UserRelationship): | Q(user_subject=self.user_object, user_object=self.user_subject) ).delete() + def clear_cache(user_subject, user_object): """clear relationship cache""" cache.delete_many( From b23f4a7e18c3eb7ec59dc967e5b295a333f45385 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 11:00:53 -0700 Subject: [PATCH 201/204] Clip statuses --- bookwyrm/templates/snippets/status/content_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/status/content_status.html b/bookwyrm/templates/snippets/status/content_status.html index fed325841..bee4af1dc 100644 --- a/bookwyrm/templates/snippets/status/content_status.html +++ b/bookwyrm/templates/snippets/status/content_status.html @@ -37,7 +37,7 @@ {% endwith %} {% endif %} -
+
{% if status_type == 'Review' %}

Date: Sat, 26 Mar 2022 11:07:58 -0700 Subject: [PATCH 202/204] Remove transparent class on interaction buttons --- bookwyrm/templates/snippets/status/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/snippets/status/layout.html b/bookwyrm/templates/snippets/status/layout.html index 4e5b75cc0..3dd576fee 100644 --- a/bookwyrm/templates/snippets/status/layout.html +++ b/bookwyrm/templates/snippets/status/layout.html @@ -32,7 +32,7 @@ {% if not moderation_mode %} {% endif %} From 23ff58a62b364cf71df669737144fc686ada6220 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 11:35:24 -0700 Subject: [PATCH 203/204] Fixes scrollbar colors in dark mode --- bookwyrm/static/css/bookwyrm/_all.scss | 12 ++++++++++++ bookwyrm/static/css/themes/bookwyrm-dark.scss | 2 ++ bookwyrm/static/css/themes/bookwyrm-light.scss | 2 ++ 3 files changed, 16 insertions(+) diff --git a/bookwyrm/static/css/bookwyrm/_all.scss b/bookwyrm/static/css/bookwyrm/_all.scss index 79e5cf52c..31e732ebe 100644 --- a/bookwyrm/static/css/bookwyrm/_all.scss +++ b/bookwyrm/static/css/bookwyrm/_all.scss @@ -36,6 +36,18 @@ body { flex-direction: column; } +::-webkit-scrollbar { + width: 12px; + height: 12px; +} +::-webkit-scrollbar-thumb { + background: $scrollbar-thumb; + border-radius: 0.5em; +} +::-webkit-scrollbar-track { + background: $scrollbar-track; +} + button { border: none; margin: 0; diff --git a/bookwyrm/static/css/themes/bookwyrm-dark.scss b/bookwyrm/static/css/themes/bookwyrm-dark.scss index 0a4f6f23e..96997c4a4 100644 --- a/bookwyrm/static/css/themes/bookwyrm-dark.scss +++ b/bookwyrm/static/css/themes/bookwyrm-dark.scss @@ -28,6 +28,8 @@ $background-body: rgb(24, 27, 28); $background-secondary: rgb(28, 30, 32); $background-tertiary: rgb(32, 34, 36); $modal-background-background-color: rgba($black, 0.8); +$scrollbar-track: $background-secondary; +$scrollbar-thumb: $light; /* highlight colors */ $primary-highlight: $primary; diff --git a/bookwyrm/static/css/themes/bookwyrm-light.scss b/bookwyrm/static/css/themes/bookwyrm-light.scss index c74d2ee20..69c1a8063 100644 --- a/bookwyrm/static/css/themes/bookwyrm-light.scss +++ b/bookwyrm/static/css/themes/bookwyrm-light.scss @@ -19,6 +19,8 @@ $scheme-main: $white-bis; $background-body: $white; $background-secondary: $white-ter; $background-tertiary: $white-bis; +$scrollbar-track: $background-secondary; +$scrollbar-thumb: $grey-lighter; /* highlight colors */ $primary-highlight: $primary-light; From 3ebc800a9b03815d8abb496d77354dd7a6dbb620 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 26 Mar 2022 11:38:00 -0700 Subject: [PATCH 204/204] Fixes progress bar color in dark mode --- bookwyrm/templates/snippets/goal_progress.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/goal_progress.html b/bookwyrm/templates/snippets/goal_progress.html index bc8fd53b7..ae14bb915 100644 --- a/bookwyrm/templates/snippets/goal_progress.html +++ b/bookwyrm/templates/snippets/goal_progress.html @@ -14,6 +14,11 @@ {% blocktrans with username=goal.user.display_name read_count=progress.count|intcomma goal_count=goal.goal|intcomma path=goal.local_path %}{{ username }} has read {{ read_count }} of {{ goal_count}} books.{% endblocktrans %} {% endif %}

- + {% endwith %}