From 59c7c02c25c2eebaca0ec6a92354fe42e5184490 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Thu, 21 May 2020 23:43:03 +0200 Subject: [PATCH] Import and cleanup translations from master (23ed467d37a0b194) Cleanup is done with: pybabel update --ignore-obsolete -i ihatemoney/messages.pot -d ihatemoney/translations/ --- .../translations/cs/LC_MESSAGES/messages.mo | Bin 447 -> 0 bytes .../translations/cs/LC_MESSAGES/messages.po | 24 +- .../translations/de/LC_MESSAGES/messages.mo | Bin 10947 -> 0 bytes .../translations/de/LC_MESSAGES/messages.po | 28 +- .../translations/el/LC_MESSAGES/messages.mo | Bin 418 -> 0 bytes .../translations/el/LC_MESSAGES/messages.po | 24 +- .../es_419/LC_MESSAGES/messages.mo | Bin 11242 -> 0 bytes .../es_419/LC_MESSAGES/messages.po | 38 +- .../translations/fr/LC_MESSAGES/messages.mo | Bin 11293 -> 0 bytes .../translations/fr/LC_MESSAGES/messages.po | 32 +- .../translations/id/LC_MESSAGES/messages.mo | Bin 10648 -> 0 bytes .../translations/id/LC_MESSAGES/messages.po | 28 +- .../translations/it/LC_MESSAGES/messages.po | 532 +++++++++++++++++ .../nb_NO/LC_MESSAGES/messages.mo | Bin 8550 -> 0 bytes .../nb_NO/LC_MESSAGES/messages.po | 30 +- .../translations/nl/LC_MESSAGES/messages.mo | Bin 10775 -> 0 bytes .../translations/nl/LC_MESSAGES/messages.po | 28 +- .../translations/pl/LC_MESSAGES/messages.po | 546 ++++++++++++++++++ .../translations/ru/LC_MESSAGES/messages.mo | Bin 13966 -> 0 bytes .../translations/ru/LC_MESSAGES/messages.po | 28 +- .../translations/tr/LC_MESSAGES/messages.mo | Bin 1724 -> 0 bytes .../translations/tr/LC_MESSAGES/messages.po | 24 +- .../translations/uk/LC_MESSAGES/messages.mo | Bin 1586 -> 0 bytes .../translations/uk/LC_MESSAGES/messages.po | 24 +- .../zh_HANS-CN/LC_MESSAGES/messages.mo | Bin 2012 -> 0 bytes .../zh_HANS-CN/LC_MESSAGES/messages.po | 264 +++++---- 26 files changed, 1485 insertions(+), 165 deletions(-) delete mode 100644 ihatemoney/translations/cs/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/de/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/el/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/es_419/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/fr/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/id/LC_MESSAGES/messages.mo create mode 100644 ihatemoney/translations/it/LC_MESSAGES/messages.po delete mode 100644 ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/nl/LC_MESSAGES/messages.mo create mode 100644 ihatemoney/translations/pl/LC_MESSAGES/messages.po delete mode 100644 ihatemoney/translations/ru/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/tr/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/uk/LC_MESSAGES/messages.mo delete mode 100644 ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo deleted file mode 100644 index 13e52535c51d87de1a0e40681af3080c16c83a35..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 447 zcmYjNO;5ux3>^}u9yxRH0imJckrgIQ83lD)feN}#V?u&k)@7xrOQs}6>}PP`@9|r3 z`L<-q@A<_q_WREETZ3YYa+h+i2LIxa>Q`!F%}tDcl9|JJfp^l_LMslFaCjYFMsOER zZ{u|AP32k}hl$OL1rDm*;!Jb!Cg}`^MhZuda3q}M;4_~g>mus_W4y~+gc%8ODxZsb z__yvp3a6N)I11q^W`%ihj9Sle?2I?r2?#LiHhg6vj#yRBnmAKV7}eQW}g@rWb|E ZIrQd*^DcjO!NG>ZK+I(ce!E8wjSrA#fVltw diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.po b/ihatemoney/translations/cs/LC_MESSAGES/messages.po index a5560248..7612c7ad 100644 --- a/ihatemoney/translations/cs/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/cs/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: cs\n" @@ -133,8 +133,22 @@ msgstr "" msgid "You have just created '%(project)s' to share your expenses" msgstr "" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." msgstr "" msgid "No token provided" @@ -159,6 +173,12 @@ msgstr "" msgid "Your invitations have been sent" msgstr "" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.mo b/ihatemoney/translations/de/LC_MESSAGES/messages.mo deleted file mode 100644 index 8f6675e05d827dd6d080686e80cdc8b53526ddea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10947 zcmaKxdyr&TUB?gMA-j+us3d~HvkTeXA=ACH%fmP%yP4e`HtW8ovYV_#Fy8Karu$~P z@9nyeot>cyQNdJMC=i6gQlq3$QKYn>DyS7r;i?oq$RC(epcJS=u~48WsuZx#^*Fo`h1H_1* zn?dcn1d5+qLCJd+yc4_xN*=!hN*|BL?~j36_a#vLd=1oo-vPDHGnxE-;PXN4w>RRe zLCOF1p!n~DTAzWE*ET5q-4BY+cgFV*fm-)_p!WZ3kfY4wp!E9Xh~EaK_vf>z=(`@& zzAp#AA6x>(&yRpiHTQzruK*>tE1>58Bq+VU1JpSm1ZC$R18)Hz2R{m42Xo@%6QJn$ zB&hR04{E=E25$hr2JQ!+15-!9E~x#-py+x#_!98fKnwm6xB`A2Y``1YTz2&ya3A6SJ$B&3wA-aGUq|@-3LYY1Qb1+p!j3_*@F>31WNB81&@Ir2k!#^3;bbl?Zwy>_;aBAwC)B_{<1fYSHVAd z2KP+)FPFa{qBq_BH?|&kB@0?+0Po{36H^ z=EI=u>CfW$GvFb{{|0Kmm!V8d#oPpH{6nDlKLSd>=RwKoM?sx)1r%TJ0LB0N;`oCFiez;^W((=#Z1hUUz}} zz?XqqzY4wrd;_Tb^%hXye;Slre;d?39|uLxqoC~L(;%WSp98i3w?Wy*GcZ0(z}x_8 z{Ay72oR0X$h+|Oe-vWw`Ujaqm?}Iw`&q3+qGZ8-r$_~B+>iqu%E%8Hac;`b9qv z>X6rhl5-yvUvCDb_Xk1E`v@rd{sI)g{{Zd+uf^yUC$0yd3%&vreI0N&_$sgq9sxCP z3`!r{;3D|5pzQu*pxJxM4wKs1agn>Ny*8_CV%JOOY*nn+n@Q=+O$Wx+;NE^Qo{Sc% zi$iB8WpSVD*EUOCUT5o>E4A#V1M&Sr#gaT3yM;>cCrMe`V%^q54dT*dkYu?zYF6wh z%QtLY*wR(5wp&G0vZAUsi!z0<%J!VgZN)*F#OFmj8M&l#wm)?Jjj+ItlWbIV*{$7w zGpmQ;#5p1l?46@=?}AN6rAyK+>#k%~U3KkRyKzyle`0gDIme?}>Gz8UI>t$!3|z^$ z&WgM;D`~3#Ea+vUQGC?e=};ob`q?DOYkhX9Epp_QB6ozfl8&={%5)e)P@>)KiKH6# zilo#LOyhkSKGaFIfv!pf(Uc|f8Ex4#tCHTxrAT7zNu4BFYK|qy3E|bKZo~$>7$te% znPZS^v)YX-{}_MUevmb?WcI#gN){%0SJtbZ^{!mBi5J5n z#+6h>zS!+{?NcvBs(F%Wofb%*;+3%m#5WHb4Rgh$4!5D z)SQ|+;j%fEUrv|~Q4v6slRS8d zsA`qU*P^M-S?>r9F7WU75JNa@C?m`q^m9oGp-svn!LyDC-ABpCe3| zb8gdBSe(4)ToEL!2hWC%yNna3ys0s(z+q6VMSz?_=&10Ou05aQ1bHJv#WnKO-fTPe zmG+=5CJwhL^cIIn`h7R44WVT`Fd841KaIqJI*Rz^@p>0cv_aHgqP`@s)63BTE`o=LYVCGaZ6LY zYDIls5Qw+TTA5u|Fz?GD*P<~-oDXH~D@Eycp51Xy>P8L`wI3^Ur;pFA>&M}aaLv2A zDY2;ns~sy$44k>ZKBS5S)yBu1M8h-M$-IG9VZZ`;kSMo3VzT!TKTWUwR4=mDgcIIt>oX)Eb0H(UZCTl`?7=6)7)hjGJnlkK zmRpN<)A7TOO|D2QUe{4qh-~mHH`sp}6RS4xgY}~9nhO)xM>m-60dnX#A*hfK&{Db( zjE>0VxwT0uOLmnuv701|nPzR$!`F1oZu^9PeZ^g+iZ;jgnsh)E3290(wY5&~5@JAc zpOos!9(&)Gv_-Ct_9T<3F4W50Aq__R*1H-<$@)mP>5VgHdGK2&J_#!GNyQhD?KH@% z5SYtTPN7zoiVtdDPwq5z#kBBsLs|5Y@s@-jetL6h404q*2QDrbL(^gbGB8}f?T+`Y zNk93^xJXsTghfFYHy!Y};7b_1E5seYYm|l8l8mb^w_*%YV5!JZ-XBB2T-0bzpX`7r z;zV!kUK?cFxf-XW0`q~sYfq65Dq9h|u&1QzFu*%%WLCNIvT|Hia76w_Qg-PYU$+qK z$acwSnyB~0Q+E^^+Ex-w5sZofs&DC<7K5cj z3wDG>;c*vvjNW2XH!jRw`9@Af(E5S73)$KIZIQZvW;*GdVM_GDQ)-z}GMTu9LRUEx z_h$#BqMSiVi0@7PMCJ8jG%7Y_<-S~3@WrN;_S`zrFh!?n){LiH_&UG~s&$sRGF*vSGTdQE7`3#l z2-)PZI$&2qc-QahDCk3;^~C^Tsh7k;M^!)$Pa)mSrMa-u8=k*KgnXk_KG6GM?F$HB zrugtTcR}#S`o;G(sM&{EIK^z@Nek8fr`gIcWmbq^F_Qb2Q8!fggjVsKrjqL11)I-0F^bi{bfKhU^q$y{Rb8`&`Qk z!-?M1D2nPb>ot@tvI>$g#U6HE@9|TrriAacpxDl-v~xFJN2*)4Yb(c3ubf=9cdy=g z;newayYF<9qO3b-t3j4_jx~d-bFo;qyVuTN?D%^Li#obzEZf6NhnG4_ujwouvP(OF<+5ELQJ{|sdux2SU7563 zTe-r!c1V2cw}?2eXdu z=pA2{>>Q--;E~;Hqozzo9qtq3YT4!!Kdf#${5pyteYq{Sdv3FbcAq_Uc6BDhL*1p_ z$58+kLg(Vv1liQ?N_~*JDa&8S^*SlJ{@m8o>z!L>^TawX-&rLT$#j?PExoMXebRB? zf<%PBwQP?iJvXw4ySH${lN$`R`U{z}7oM`gaDp#h;~RD7)Cod5#!)|AbD=(1sruR^ zcM}{gIs)-!Dxox^SRJ?9&}LXAY^%<*+s)YC)09^q>2JW?Hm!x!WjV2WEto%1e6uMj zL46#=Sh)>RC~+;Y$1;+kz4{23iwPU7yRg)*cFv-5!juk)lvCH&d@k*2m*))*{>0XU zPjfU*bk9Z@>OO@1H?MwhNL?wSP_@VX?v57aJSmJP~|>H8T7WIkx`w|GqV?cXX1=g#7AX8 zXlD?eoxY=D-r>Hmk!?5e>!w5Hhc;;v3)^(0B>GGSoUe= zPaQA!!@#$!oJ?bU}%iH+Ojm|JS}W^d>SaJsg$%8i`l zg21Nla91kQ0f7^?2p|gQ3e@#B@#Stp#v1;t80l>Z8|7v@_R%&3WwQdEQW?@xUhp=&DUG4Up(D`BFYzLolTTE+@21es&r0u@;*1s`*6GvK+;oCu zT!FOWXGPBVl6}2(vNNZ|*c?G-0V61q483o9j`1m0o)qYk(@^H%pGt=zn{j>e-w7yr zjnufQWO4>ND^R>~^d0imwL(@12#Nw#KTCyZs1kr8!A5T(PEy}G~we;#T>{NC_rX?mss6}G#|sGDv?$zp;_Sl+Ru><@fQFpuSQ4fl7CM_1Rqqf z(E|Ib>%4wq2AeDJ6ksKxgg+vj9&tgV8kV22V2lZ>+oIVMMIBW#v0~#j2~u%6O?Z#k z5HKEBVaxQnhq9s=5B7NK=PIb8oR(O$QmAE^U)v2`@;5lZhwZi(b2nSk@jrlNb0p2j z4ELvhrmCpDN_%gA(nhgx${WIu{!}+DIz4A?0kPc-9Dj7nomb7A@jp?_B#2NF+|yWP zd1u$%aD-&~!x1ex<-U-dAyX8)MOyl*o!hZRB-Mm`pk~bpx*Q5{6RyjslE`sa-g6s? ze0ZwqogB<{ZbGp>Utii)3KpqxQ$eG|R6~uT(lJQD=RWxnq>-tK1wFOcq_zvmh<4pM zRg{P+$hKWJ-!KZt&Kom=efo)0hiIq7ZcbD*<BP;lha9`-B``%pQ-L6L>c>purOU>IQl=~*;;LD0uqU=k`;gs_5v<6{|b0hB{*YY*npz=jmuS zI=L+>+o(DXba\n" "Language: de\n" @@ -142,9 +142,23 @@ msgstr "" "Du hast gerade das Projekt '%(project)s' erstellt, um deine Ausgaben zu " "teilen" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sDie Projekt-ID lautet %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "Kein Token zur Verfügung gestellt" @@ -168,6 +182,12 @@ msgstr "Du wurdest eingeladen, deine Ausgaben für %(project)s zu teilen" msgid "Your invitations have been sent" msgstr "Deine Einladungen wurden versendet" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" @@ -433,7 +453,7 @@ msgid "Added on %(date)s" msgstr "Hinzugefügt am %(date)s" msgid "each" -msgstr "alles" +msgstr "" msgid "No bills" msgstr "Keine Ausgaben" diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.mo b/ihatemoney/translations/el/LC_MESSAGES/messages.mo deleted file mode 100644 index 0ba4fdba9fdd258d28f76d2c78a425108d3caeb3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 418 zcmYjMO-sW-5Ut=TN6#Ks@SxPG+d!dg$suiH4VoszP|(}9na0R=H|%c2{t*A3zr~GT zbzorL%$s>{K2DC`doGS#p1M5mz`wY1wRJ=2dYM))xUmqIutIHWB^k-W*7jTGp^NqK@<2B@?8cOlAHx(cK+Mu;t7$10@;Vo*295PvXs3cXL$ CFnZAd diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.po b/ihatemoney/translations/el/LC_MESSAGES/messages.po index dbe7c801..59098943 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: el\n" @@ -133,8 +133,22 @@ msgstr "" msgid "You have just created '%(project)s' to share your expenses" msgstr "" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." msgstr "" msgid "No token provided" @@ -159,6 +173,12 @@ msgstr "" msgid "Your invitations have been sent" msgstr "" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo deleted file mode 100644 index 0b79f9e6b95d2a74a654a931dced0e0b0c730c44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11242 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 diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po index e52f0528..2adb1771 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po @@ -3,9 +3,9 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" -"PO-Revision-Date: 2019-09-25 22:28+0000\n" -"Last-Translator: Diego Caraballo \n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" +"PO-Revision-Date: 2020-05-03 15:20+0000\n" +"Last-Translator: Fabian Rodriguez \n" "Language: es_419\n" "Language-Team: Spanish (Latin America) " "\n" @@ -142,9 +142,23 @@ msgstr "Este código privado no es el correcto" msgid "You have just created '%(project)s' to share your expenses" msgstr "Acabas de crear '%(project)s' para compartir tus gastos" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sEl identificador del proyecto es %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "No se proporciono ningún token" @@ -168,9 +182,15 @@ msgstr "Usted ha sido invitado a compartir sus gastos para %(project)s" msgid "Your invitations have been sent" msgstr "Sus invitaciones han sido enviadas" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" -msgstr "" +msgstr "Se añadieron %(member)s" #, python-format msgid "%(name)s is part of this project again" @@ -303,7 +323,7 @@ msgid "Edit this member" msgstr "Editar este miembro" msgid "john.doe@example.com, mary.moe@site.com" -msgstr "john.doe@example.com, mary.moe@site.com" +msgstr "juan.perez@example.com, ana.rodriguez@site.com" msgid "Send the invitations" msgstr "Enviar las invitaciones" @@ -434,7 +454,7 @@ msgid "Added on %(date)s" msgstr "Agregado el %(date)s" msgid "each" -msgstr "Cada" +msgstr "" msgid "No bills" msgstr "Sin facturas" @@ -462,7 +482,7 @@ msgstr "" "correos electrónicos." msgid "Return to home page" -msgstr "Regresar a la página principal" +msgstr "Regresar al inicio" msgid "Your projects" msgstr "Sus proyectos" diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo deleted file mode 100644 index 3f63eda58e10ae0d96ab596de94efcbb91eeecc7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11293 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 DN&<&a diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index 537e852a..cd1369b7 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" -"PO-Revision-Date: 2020-04-25 11:14+0000\n" -"Last-Translator: Rémy Hubscher \n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" +"PO-Revision-Date: 2020-05-15 20:41+0000\n" +"Last-Translator: Glandos \n" "Language: fr\n" "Language-Team: French \n" @@ -144,9 +144,23 @@ msgstr "Le code que vous avez entré n’est pas correct" msgid "You have just created '%(project)s' to share your expenses" msgstr "Vous venez de créer « %(project)s » pour partager vos dépenses" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sL’identifiant de ce projet est %(project)s" +msgid "The project identifier is %(project)s" +msgstr "L’identifiant de ce projet est %(project)s" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "Aucun token n’a été fourni" @@ -170,6 +184,12 @@ msgstr "Vous avez été invité à partager vos dépenses pour %(project)s" msgid "Your invitations have been sent" msgstr "Vos invitations ont bien été envoyées" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "%(member)s a été ajouté" @@ -434,7 +454,7 @@ msgid "Added on %(date)s" msgstr "Ajouté le %(date)s" msgid "each" -msgstr "chacun" +msgstr "" msgid "No bills" msgstr "Pas encore de factures" diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.mo b/ihatemoney/translations/id/LC_MESSAGES/messages.mo deleted file mode 100644 index e88ae75e17c8f46a1328127bafd761168672d6eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10648 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 U2sP5x;SxmT_Ml~&_6)!OUtb;)V*mgE diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.po b/ihatemoney/translations/id/LC_MESSAGES/messages.po index 7a167a0b..3fb233b2 100644 --- a/ihatemoney/translations/id/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/id/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: 2019-11-16 10:04+0000\n" "Last-Translator: Muhammad Fauzi \n" "Language: id\n" @@ -138,9 +138,23 @@ msgstr "Kode pribadi ini tidak benar" msgid "You have just created '%(project)s' to share your expenses" msgstr "Anda baru saja membuat %(project)s untuk membagikan harga Anda" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sId proyek adalah %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "Belum ada token diberikan" @@ -164,6 +178,12 @@ msgstr "Anda telah diundang untuk membagikan harga Anda untuk %(project)s" msgid "Your invitations have been sent" msgstr "Undangan Anda telah dikirim" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" @@ -428,7 +448,7 @@ msgid "Added on %(date)s" msgstr "Ditambahkan pada %(date)s" msgid "each" -msgstr "setiap" +msgstr "" msgid "No bills" msgstr "Tidak ada tagihan" diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.po b/ihatemoney/translations/it/LC_MESSAGES/messages.po new file mode 100644 index 00000000..ded853e4 --- /dev/null +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po @@ -0,0 +1,532 @@ + +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" +"PO-Revision-Date: 2020-05-18 13:02+0000\n" +"Last-Translator: Anonymous \n" +"Language: it\n" +"Language-Team: Italian \n" +"Plural-Forms: nplurals=2; plural=n != 1\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" + +msgid "" +"Not a valid amount or expression. Only numbers and + - * / operators are " +"accepted." +msgstr "" +"Quantità o espressione non valida. Solo numeri e operatori + - * / sono " +"accettati." + +msgid "Project name" +msgstr "Nome del progetto" + +msgid "Private code" +msgstr "Codice privato" + +msgid "Email" +msgstr "Email" + +msgid "Project identifier" +msgstr "Identificatore del progetto" + +msgid "Create the project" +msgstr "Creare il progetto" + +#, python-format +msgid "" +"A project with this identifier (\"%(project)s\") already exists. Please " +"choose a new identifier" +msgstr "" +"Un progetto con questo identificatore (\"%(project)s\") esiste già. Per " +"favore scegliere un identificatore nuovo" + +msgid "Get in" +msgstr "" + +msgid "Admin password" +msgstr "Password di amministrazione" + +msgid "Send me the code by email" +msgstr "Inviami il codice per email" + +msgid "This project does not exists" +msgstr "Questo progetto non esiste" + +msgid "Password mismatch" +msgstr "Password non corrispondente" + +msgid "Password" +msgstr "Password" + +msgid "Password confirmation" +msgstr "Conferma password" + +msgid "Reset password" +msgstr "" + +msgid "Date" +msgstr "Data" + +msgid "What?" +msgstr "Cosa?" + +msgid "Payer" +msgstr "Pagatore" + +msgid "Amount paid" +msgstr "Quantità pagata" + +msgid "For whom?" +msgstr "Per chi?" + +msgid "Submit" +msgstr "Invia" + +msgid "Submit and add a new one" +msgstr "Inviare e aggiungerne uno nuovo" + +msgid "Bills can't be null" +msgstr "L'addebito non può essere nullo" + +msgid "Name" +msgstr "Nome" + +msgid "Weights should be positive" +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "Add" +msgstr "Aggiungi" + +msgid "User name incorrect" +msgstr "Nome utente non valido" + +msgid "This project already have this member" +msgstr "Membro già presente in questo progetto" + +msgid "People to notify" +msgstr "Persone da notificare" + +msgid "Send invites" +msgstr "Spedisci inviti" + +#, python-format +msgid "The email %(email)s is not valid" +msgstr "L'email %(email)s non è valida" + +msgid "Too many failed login attempts, please retry later." +msgstr "Troppi tentativi di accesso non riusciti. Riprova più tardi." + +#, python-format +msgid "This admin password is not the right one. Only %(num)d attempts left." +msgstr "" +"Questa password di amministrazione non è corretta. Solo %(num)d tentativi" +" rimasti." + +msgid "You either provided a bad token or no project identifier." +msgstr "" +"Hai fornito un token invalido o l'identificatore del progetto non è " +"valido." + +msgid "This private code is not the right one" +msgstr "Questo codice privato non è quello corretto" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Hai appena creato '%(project)s' per condividere le tue spese" + +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + +#, python-format +msgid "The project identifier is %(project)s" +msgstr "L'identificatore del progetto è %(project)s" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" + +msgid "No token provided" +msgstr "Nessun token fornito" + +msgid "Invalid token" +msgstr "Token invalido" + +msgid "Unknown project" +msgstr "Progetto non conosciuto" + +msgid "Password successfully reset." +msgstr "" + +msgid "Project successfully deleted" +msgstr "" + +#, python-format +msgid "You have been invited to share your expenses for %(project)s" +msgstr "Sei stato invitato a condividere le tue spese per %(project)s" + +msgid "Your invitations have been sent" +msgstr "I tuoi inviti sono stati spediti" + +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + +#, python-format +msgid "%(member)s has been added" +msgstr "%(member)s è stato aggiunto" + +#, python-format +msgid "%(name)s is part of this project again" +msgstr "" + +#, python-format +msgid "" +"User '%(name)s' has been deactivated. It will still appear in the users " +"list until its balance becomes zero." +msgstr "" + +#, python-format +msgid "User '%(name)s' has been removed" +msgstr "" + +#, python-format +msgid "User '%(name)s' has been edited" +msgstr "L'utente '%(name)s' è stato aggiornato" + +msgid "The bill has been added" +msgstr "L'addebito è stato aggiunto" + +msgid "The bill has been deleted" +msgstr "L'addebito è stato rimosso" + +msgid "The bill has been modified" +msgstr "L'addebito è stato aggiornato" + +msgid "Sorry, we were unable to find the page you've asked for." +msgstr "" + +msgid "The best thing to do is probably to get back to the main page." +msgstr "" + +msgid "Back to the list" +msgstr "Ritorna all'elenco" + +msgid "Administration tasks are currently disabled." +msgstr "" + +msgid "The project you are trying to access do not exist, do you want to" +msgstr "" + +msgid "create it" +msgstr "" + +msgid "?" +msgstr "" + +msgid "Create a new project" +msgstr "Crea un nuovo progetto" + +msgid "Project" +msgstr "Progetto" + +msgid "Number of members" +msgstr "Numero di membri" + +msgid "Number of bills" +msgstr "Numero di addebiti" + +msgid "Newest bill" +msgstr "Ultimo addebito" + +msgid "Oldest bill" +msgstr "Primo addebito" + +msgid "Actions" +msgstr "Azioni" + +msgid "edit" +msgstr "modifica" + +msgid "delete" +msgstr "rimuovi" + +msgid "The Dashboard is currently deactivated." +msgstr "" + +msgid "you sure?" +msgstr "sei sicuro?" + +msgid "Edit project" +msgstr "Modifica progetto" + +msgid "Download project's data" +msgstr "Scarica i dati del progetto" + +msgid "Bill items" +msgstr "" + +msgid "Download the list of bills with owner, amount, reason,... " +msgstr "" + +msgid "Settle plans" +msgstr "" + +msgid "Download the list of transactions needed to settle the current bills." +msgstr "" + +msgid "Can't remember the password?" +msgstr "Non ricordi la password?" + +msgid "Cancel" +msgstr "Annulla" + +msgid "Edit the project" +msgstr "Modifica il progetto" + +msgid "Edit this bill" +msgstr "Modifica questo addebito" + +msgid "Add a bill" +msgstr "Aggiungi un addebito" + +msgid "Select all" +msgstr "Seleziona tutto" + +msgid "Select none" +msgstr "Seleziona nessuno" + +msgid "Add participant" +msgstr "" + +msgid "Edit this member" +msgstr "Modifica questo membro" + +msgid "john.doe@example.com, mary.moe@site.com" +msgstr "" + +msgid "Send the invitations" +msgstr "Spedisci gli inviti" + +msgid "Download" +msgstr "Scarica" + +msgid "Manage your shared
expenses, easily" +msgstr "" + +msgid "Try out the demo" +msgstr "" + +msgid "You're sharing a house?" +msgstr "" + +msgid "Going on holidays with friends?" +msgstr "" + +msgid "Simply sharing money with others?" +msgstr "" + +msgid "We can help!" +msgstr "" + +msgid "Log in to an existing project" +msgstr "" + +msgid "Log in" +msgstr "" + +msgid "can't remember your password?" +msgstr "" + +msgid "Create" +msgstr "" + +msgid "" +"This access code will be sent to your friends. It is stored as-is by the " +"server, so don\\'t reuse a personal password!" +msgstr "" + +msgid "Account manager" +msgstr "" + +msgid "Bills" +msgstr "" + +msgid "Settle" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Languages" +msgstr "" + +msgid "Projects" +msgstr "" + +msgid "Start a new project" +msgstr "" + +msgid "Other projects :" +msgstr "" + +msgid "switch to" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Logout" +msgstr "" + +msgid "Code" +msgstr "" + +msgid "Mobile Application" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Administation Dashboard" +msgstr "" + +msgid "\"I hate money\" is a free software" +msgstr "" + +msgid "you can contribute and improve it!" +msgstr "" + +msgid "deactivate" +msgstr "" + +msgid "reactivate" +msgstr "" + +msgid "Invite people" +msgstr "" + +msgid "You should start by adding participants" +msgstr "" + +msgid "Add a new bill" +msgstr "" + +msgid "When?" +msgstr "" + +msgid "Who paid?" +msgstr "" + +msgid "For what?" +msgstr "" + +msgid "How much?" +msgstr "" + +#, python-format +msgid "Added on %(date)s" +msgstr "" + +msgid "each" +msgstr "" + +msgid "No bills" +msgstr "" + +msgid "Nothing to list yet." +msgstr "" + +msgid "You probably want to" +msgstr "" + +msgid "add a bill" +msgstr "" + +msgid "add participants" +msgstr "" + +msgid "Password reminder" +msgstr "" + +msgid "" +"A link to reset your password has been sent to you, please check your " +"emails." +msgstr "" + +msgid "Return to home page" +msgstr "" + +msgid "Your projects" +msgstr "" + +msgid "Reset your password" +msgstr "" + +msgid "Invite people to join this project" +msgstr "" + +msgid "Share Identifier & code" +msgstr "" + +msgid "" +"You can share the project identifier and the private code by any " +"communication means." +msgstr "" + +msgid "Identifier:" +msgstr "" + +msgid "Share the Link" +msgstr "" + +msgid "You can directly share the following link via your prefered medium" +msgstr "" + +msgid "Send via Emails" +msgstr "" + +msgid "" +"Specify a (comma separated) list of email adresses you want to notify " +"about the\n" +" creation of this budget management project and we will " +"send them an email for you." +msgstr "" + +msgid "Who pays?" +msgstr "" + +msgid "To whom?" +msgstr "" + +msgid "Who?" +msgstr "" + +msgid "Paid" +msgstr "" + +msgid "Spent" +msgstr "" + +msgid "Balance" +msgstr "" + diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo deleted file mode 100644 index eb749d1759f3007bf614604406c321ea551fd3c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8550 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 Dm}|6> diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po index 52f4e11e..8a73a86e 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: 2019-11-12 09:04+0000\n" "Last-Translator: Allan Nordhøy \n" "Language: nb_NO\n" @@ -142,9 +142,23 @@ msgstr "Denne private koden er ikke rett" msgid "You have just created '%(project)s' to share your expenses" msgstr "Du har akkurat opprettet \"%(project)s\" for å dele dine utgifter" -#, fuzzy, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sProsjektidentifikatoren er %(project)s" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + +#, python-format +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "Inget symbol angitt" @@ -172,6 +186,12 @@ msgstr "" msgid "Your invitations have been sent" msgstr "Invitasjonene dine har blitt sendt" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" @@ -447,7 +467,7 @@ msgid "Added on %(date)s" msgstr "Lagt til %(date)s" msgid "each" -msgstr "hver" +msgstr "" msgid "No bills" msgstr "Ingen regninger" diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo deleted file mode 100644 index 3e7092f09f75a1e09a7649b51b14bb3a3bf6645d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10775 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 diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.po b/ihatemoney/translations/nl/LC_MESSAGES/messages.po index bac1d9a5..4384804e 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: 2019-10-07 22:56+0000\n" "Last-Translator: Heimen Stoffels \n" "Language: nl\n" @@ -136,9 +136,23 @@ msgstr "" "Je hebt zojuist het project '%(project)s' aangemaakt om je uitgaven te " "verdelen" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sDe project-id is %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "Geen toegangssleutel opgegeven" @@ -162,6 +176,12 @@ msgstr "Je bent uitgenodigd om je uitgaven te delen met %(project)s" msgid "Your invitations have been sent" msgstr "Je uitnodigingen zijn verstuurd" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" @@ -428,7 +448,7 @@ msgid "Added on %(date)s" msgstr "Toegevoegd op %(date)s" msgid "each" -msgstr "per persoon" +msgstr "" msgid "No bills" msgstr "Geen rekeningen" diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.po b/ihatemoney/translations/pl/LC_MESSAGES/messages.po new file mode 100644 index 00000000..95fc15d3 --- /dev/null +++ b/ihatemoney/translations/pl/LC_MESSAGES/messages.po @@ -0,0 +1,546 @@ + +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" +"PO-Revision-Date: 2020-05-13 15:41+0000\n" +"Last-Translator: Szylu \n" +"Language: pl\n" +"Language-Team: Polish \n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && " +"(n%100<10 || n%100>=20) ? 1 : 2\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.8.0\n" + +msgid "" +"Not a valid amount or expression. Only numbers and + - * / operators are " +"accepted." +msgstr "" +"Niepoprawna kwota lub wyrażenie. Akceptowane są tylko liczby i operatory " +"+ - * /." + +msgid "Project name" +msgstr "Nazwa projektu" + +msgid "Private code" +msgstr "Kod prywatny" + +msgid "Email" +msgstr "E-mail" + +msgid "Project identifier" +msgstr "Identyfikator projektu" + +msgid "Create the project" +msgstr "Stwórz projekt" + +#, python-format +msgid "" +"A project with this identifier (\"%(project)s\") already exists. Please " +"choose a new identifier" +msgstr "" +"Projekt o tym identyfikatorze („%(project)s”) już istnieje. Wybierz nowy " +"identyfikator" + +msgid "Get in" +msgstr "Wejdź" + +msgid "Admin password" +msgstr "Hasło administratora" + +msgid "Send me the code by email" +msgstr "Wyślij mi kod emailem" + +msgid "This project does not exists" +msgstr "Ten projekt nie istnieje" + +msgid "Password mismatch" +msgstr "Hasło się różni" + +msgid "Password" +msgstr "Hasło" + +msgid "Password confirmation" +msgstr "Potwierdzenie hasła" + +msgid "Reset password" +msgstr "Zresetuj hasło" + +msgid "Date" +msgstr "Data" + +msgid "What?" +msgstr "Co?" + +msgid "Payer" +msgstr "Płatnik" + +msgid "Amount paid" +msgstr "Opłata zapłacona" + +msgid "For whom?" +msgstr "Dla kogo?" + +msgid "Submit" +msgstr "Zatwierdź" + +msgid "Submit and add a new one" +msgstr "Zatwierdź i dodaj nowy" + +msgid "Bills can't be null" +msgstr "Rachunki nie mogą być zerowe" + +msgid "Name" +msgstr "Nazwa" + +msgid "Weights should be positive" +msgstr "Wagi powinny być dodatnie" + +msgid "Weight" +msgstr "Waga" + +msgid "Add" +msgstr "Dodaj" + +msgid "User name incorrect" +msgstr "Nazwa użytkownika jest niepoprawna" + +msgid "This project already have this member" +msgstr "Ten projekt ma już tego członka" + +msgid "People to notify" +msgstr "Osoby do powiadomienia" + +msgid "Send invites" +msgstr "Wyślij zaproszenia" + +#, python-format +msgid "The email %(email)s is not valid" +msgstr "Ten email %(email)s jest nieprawidłowy" + +msgid "Too many failed login attempts, please retry later." +msgstr "Zbyt wiele nieudanych prób logowania, spróbuj ponownie później." + +#, python-format +msgid "This admin password is not the right one. Only %(num)d attempts left." +msgstr "To hasło administratora jest nieprawidłowe. Pozostało tylko %(num)d prób." + +msgid "You either provided a bad token or no project identifier." +msgstr "Podałeś zły token lub brak identyfikatora projektu." + +msgid "This private code is not the right one" +msgstr "Ten prywatny kod jest niewłaściwy" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Właśnie utworzyłeś „%(project)s”, aby podzielić się wydatkami" + +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + +#, python-format +msgid "The project identifier is %(project)s" +msgstr "Identyfikator projektu to %(project)s" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" + +msgid "No token provided" +msgstr "Nie podano tokena" + +msgid "Invalid token" +msgstr "Nieprawidłowy token" + +msgid "Unknown project" +msgstr "Nieznany projekt" + +msgid "Password successfully reset." +msgstr "Hasło zostało pomyślnie zresetowane." + +msgid "Project successfully deleted" +msgstr "Projekt został pomyślnie usunięty" + +#, python-format +msgid "You have been invited to share your expenses for %(project)s" +msgstr "Zostałeś zaproszony do podzielenia się swoimi wydatkami w %(project)s" + +msgid "Your invitations have been sent" +msgstr "Twoje zaproszenia zostały wysłane" + +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + +#, python-format +msgid "%(member)s has been added" +msgstr "%(member)s został dodany" + +#, python-format +msgid "%(name)s is part of this project again" +msgstr "%(name)s jest ponownie częścią tego projektu" + +#, python-format +msgid "" +"User '%(name)s' has been deactivated. It will still appear in the users " +"list until its balance becomes zero." +msgstr "" +"Użytkownik „%(name)s” został dezaktywowany. Będzie nadal pojawiać się na " +"liście użytkowników, dopóki jego saldo nie wyniesie zero." + +#, python-format +msgid "User '%(name)s' has been removed" +msgstr "Użytkownik „%(name)s” został usunięty" + +#, python-format +msgid "User '%(name)s' has been edited" +msgstr "Użytkownik „%(name)s” został edytowany" + +msgid "The bill has been added" +msgstr "Rachunek został dodany" + +msgid "The bill has been deleted" +msgstr "Rachunek został usunięty" + +msgid "The bill has been modified" +msgstr "Rachunek został zmieniony" + +msgid "Sorry, we were unable to find the page you've asked for." +msgstr "Niestety nie udało nam się znaleźć strony, o którą prosiłeś." + +msgid "The best thing to do is probably to get back to the main page." +msgstr "" +"Najlepszą rzeczą do zrobienia jest prawdopodobnie powrót do strony " +"głównej." + +msgid "Back to the list" +msgstr "Powrót do listy" + +msgid "Administration tasks are currently disabled." +msgstr "Zadania administracyjne są obecnie wyłączone." + +msgid "The project you are trying to access do not exist, do you want to" +msgstr "Projekt, do którego próbujesz uzyskać dostęp, nie istnieje, czy chcesz" + +msgid "create it" +msgstr "stworzyć go" + +msgid "?" +msgstr "?" + +msgid "Create a new project" +msgstr "Stwórz nowy projekt" + +msgid "Project" +msgstr "Projekt" + +msgid "Number of members" +msgstr "Liczba użytkowników" + +msgid "Number of bills" +msgstr "Liczba rachunków" + +msgid "Newest bill" +msgstr "Najnowszy rachunek" + +msgid "Oldest bill" +msgstr "Najstarszy rachunek" + +msgid "Actions" +msgstr "Akcje" + +msgid "edit" +msgstr "edytuj" + +msgid "delete" +msgstr "usuń" + +msgid "The Dashboard is currently deactivated." +msgstr "Pulpit nawigacyjny jest obecnie dezaktywowany." + +msgid "you sure?" +msgstr "jesteś pewny?" + +msgid "Edit project" +msgstr "Edytuj projekt" + +msgid "Download project's data" +msgstr "Pobierz dane projektu" + +msgid "Bill items" +msgstr "Zawartość rachunku" + +msgid "Download the list of bills with owner, amount, reason,... " +msgstr "Pobierz listę rachunków z właścicielem, kwotą, powodem,... " + +msgid "Settle plans" +msgstr "Uzgodnij plany" + +msgid "Download the list of transactions needed to settle the current bills." +msgstr "Pobierz listę transakcji potrzebnych do rozliczenia bieżących rachunków." + +msgid "Can't remember the password?" +msgstr "Nie pamiętasz hasła?" + +msgid "Cancel" +msgstr "Anuluj" + +msgid "Edit the project" +msgstr "Edytuj projekt" + +msgid "Edit this bill" +msgstr "Edytuj ten rachunek" + +msgid "Add a bill" +msgstr "Dodaj rachunek" + +msgid "Select all" +msgstr "Zaznacz wszystko" + +msgid "Select none" +msgstr "Zaznacz brak" + +msgid "Add participant" +msgstr "Dodaj uczestnika" + +msgid "Edit this member" +msgstr "Edytuj tego członka" + +msgid "john.doe@example.com, mary.moe@site.com" +msgstr "jan.kowalski@przykład.com, anna.nowak@strona.com" + +msgid "Send the invitations" +msgstr "Wyślij zaproszenia" + +msgid "Download" +msgstr "Pobierz" + +msgid "Manage your shared
expenses, easily" +msgstr "Łatwo zarządzaj wspólnymi
wydatkami" + +msgid "Try out the demo" +msgstr "Wypróbuj wersję demo" + +msgid "You're sharing a house?" +msgstr "Dzielisz z kimś dom?" + +msgid "Going on holidays with friends?" +msgstr "Jedziesz na wakacje ze znajomymi?" + +msgid "Simply sharing money with others?" +msgstr "Po prostu dzielisz się pieniędzmi z innymi?" + +msgid "We can help!" +msgstr "Możemy pomóc!" + +msgid "Log in to an existing project" +msgstr "Zaloguj się do istniejącego projektu" + +msgid "Log in" +msgstr "Zaloguj się" + +msgid "can't remember your password?" +msgstr "nie pamiętasz swojego hasła?" + +msgid "Create" +msgstr "Stwórz" + +msgid "" +"This access code will be sent to your friends. It is stored as-is by the " +"server, so don\\'t reuse a personal password!" +msgstr "" +"Ten kod dostępu zostanie wysłany do znajomych. Jest przechowywany w " +"stanie niezmienionym przez serwer, więc nie używaj ponownie osobistego " +"hasła!" + +msgid "Account manager" +msgstr "Menadżer konta" + +msgid "Bills" +msgstr "Rachunki" + +msgid "Settle" +msgstr "Rozliczenia" + +msgid "Statistics" +msgstr "Statystyki" + +msgid "Settings" +msgstr "Ustawienia" + +msgid "Languages" +msgstr "Języki" + +msgid "Projects" +msgstr "Projekty" + +msgid "Start a new project" +msgstr "Rozpocznij nowy projekt" + +msgid "Other projects :" +msgstr "Inne projekty:" + +msgid "switch to" +msgstr "przełącz na" + +msgid "Dashboard" +msgstr "Kokpit" + +msgid "Logout" +msgstr "Wyloguj" + +msgid "Code" +msgstr "Kod" + +msgid "Mobile Application" +msgstr "Aplikacja mobilna" + +msgid "Documentation" +msgstr "Dokumentacja" + +msgid "Administation Dashboard" +msgstr "Kokpit administracyjny" + +msgid "\"I hate money\" is a free software" +msgstr "„I Hate Money” to darmowe oprogramowanie" + +msgid "you can contribute and improve it!" +msgstr "możesz przyczynić się i je ulepszyć!" + +msgid "deactivate" +msgstr "dezaktywuj" + +msgid "reactivate" +msgstr "reaktywuj" + +msgid "Invite people" +msgstr "Zaproś ludzi" + +msgid "You should start by adding participants" +msgstr "Powinieneś zacząć od dodania uczestników" + +msgid "Add a new bill" +msgstr "Dodaj nowy rachunek" + +msgid "When?" +msgstr "Kiedy?" + +msgid "Who paid?" +msgstr "Kto zapłacił?" + +msgid "For what?" +msgstr "Za co?" + +msgid "How much?" +msgstr "Jak dużo?" + +#, python-format +msgid "Added on %(date)s" +msgstr "Dodano %(date)s" + +msgid "each" +msgstr "" + +msgid "No bills" +msgstr "Brak rachunków" + +msgid "Nothing to list yet." +msgstr "Nie ma jeszcze żadnej listy." + +msgid "You probably want to" +msgstr "Prawdopodobnie chcesz" + +msgid "add a bill" +msgstr "dodać rachunek" + +msgid "add participants" +msgstr "dodać członków" + +msgid "Password reminder" +msgstr "Przypomnienie hasła" + +msgid "" +"A link to reset your password has been sent to you, please check your " +"emails." +msgstr "" +"Link do zresetowania hasła został wysłany do Ciebie, sprawdź swojego " +"maila." + +msgid "Return to home page" +msgstr "Wróć do strony głównej" + +msgid "Your projects" +msgstr "Twoje projekty" + +msgid "Reset your password" +msgstr "Zresetuj swoje hasło" + +msgid "Invite people to join this project" +msgstr "Zaproś ludzi do dołączenia do tego projektu" + +msgid "Share Identifier & code" +msgstr "Udostępnij identyfikator i kod" + +msgid "" +"You can share the project identifier and the private code by any " +"communication means." +msgstr "" +"Identyfikator projektu i kod prywatny można udostępniać dowolnymi " +"środkami komunikacji." + +msgid "Identifier:" +msgstr "Identyfikator:" + +msgid "Share the Link" +msgstr "Udostępnij link" + +msgid "You can directly share the following link via your prefered medium" +msgstr "" +"Możesz bezpośrednio udostępnić poniższy link za pośrednictwem " +"preferowanego medium" + +msgid "Send via Emails" +msgstr "Wyślij przez maile" + +msgid "" +"Specify a (comma separated) list of email adresses you want to notify " +"about the\n" +" creation of this budget management project and we will " +"send them an email for you." +msgstr "" +"Podaj (adresy rozdzielone przecinkami) adresy email, które chcesz " +"powiadomić o \n" +" utworzeniu tego projektu zarządzania budżetem, a my " +"wyślemy Ci wiadomość email." + +msgid "Who pays?" +msgstr "Kto płaci?" + +msgid "To whom?" +msgstr "Komu?" + +msgid "Who?" +msgstr "Kto?" + +msgid "Paid" +msgstr "Zapłacone" + +msgid "Spent" +msgstr "Wydano" + +msgid "Balance" +msgstr "Saldo" + diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.mo b/ihatemoney/translations/ru/LC_MESSAGES/messages.mo deleted file mode 100644 index 5085adc770a7935df80bb8f4f463efbf81060a37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13966 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 diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.po b/ihatemoney/translations/ru/LC_MESSAGES/messages.po index 270fcda5..9b695834 100644 --- a/ihatemoney/translations/ru/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ru/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: 2020-04-28 07:11+0000\n" "Last-Translator: Vsevolod \n" "Language: ru\n" @@ -141,9 +141,23 @@ msgstr "Этот приватный код не подходит" msgid "You have just created '%(project)s' to share your expenses" msgstr "Вы только что создали '%(project)s' , чтобы разделить расходы" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" -msgstr "%(msg_compl)sИдентификатор проекта это %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." +msgstr "" msgid "No token provided" msgstr "Не предоставлен токен" @@ -167,6 +181,12 @@ msgstr "Вас пригласили разделить расходы в про msgid "Your invitations have been sent" msgstr "Ваш код приглашения был отправлен" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "%(member)s был добавлен" @@ -431,7 +451,7 @@ msgid "Added on %(date)s" msgstr "Добавлено %(date)s" msgid "each" -msgstr "каждый" +msgstr "" msgid "No bills" msgstr "Нет счетов" diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo deleted file mode 100644 index a7e5fe45cf68e83191a12a45eb6acb703f213f92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1724 zcmZXU&u<$=6vqeJ0yU))<+lXrQK?cxwDu-Y5w=Z(lbR@MlURurgj5dW-LXCO?#yat zHi-iqIC0`w5U0R}iWBms;*bN9%?*h^0K^{v7fzh{PW&SctYUxsX6Lq11k4tCo zGdwTi^C~{Sc;k`hlgAkQ2==GoMesN9Y4A_*68H~z7CiqrW9Pt&;Cb+Q@CopBa0|Qw zJ_YWBFMywc&w^ip-tT+x0{8>y;~tIeUqOHF@8B!oU!aeB?#w9P3!wL(0e?a+6;Qzb z8%aF}?%?G!;62dC*$45*KF8OS;1^&Cygy$52D}UVJJ6qV24CL41bU5L2L1jD=}XHA4!MrBBom>WY)N70>g6j} z#~Wts$$;I$0;^?QrtE!fXs@HQCAKOYNyRp_L-<{u%7pkR47P~<+z4x>R%O~$X^&Kq zHHERnRYJ2A(3?~toeRUA_NxXt#<9qqNXo1}No(?hVy#-zWZWU(^fhJDVkz!mr6&xl z8@cNHSKhe3EP2<}A+EwL+o@aev}cY|;t2;ZT(x1#yCXG1)t zJKVaUVYsrXS2&_|VGBpqZp;+fk#G!a~swP{zz%GinwpoIuBtwis%;Y{Ubsh$>wrvbVsvk|HM*tCoD z*J<=~QPCTVG*?<*Td$p{I9Co!D_S{pf6(aVK1;FhDtXGKx{e;_2A8>5xK^-mvd}M(O4g2x1-{WL?N9NR& zW_0=go4W&qQfPluraOZp*MiX#N*;Th4n|fC9$;WT96VIQ$ylQMj83^7_SxV|Og3Cy z;ka*P^e*YN`1#NkhBdg69aal+$j;eqnUVB?mRL0%_7&!E@IaV!bYv#Gh(Nmnsmm5e zBPU{bh+C#@7_lJ3yBziTE&rLr!9$bcA4``viSSEYX(fEcqZ)ZK4Tr#l7p-C6;J|UUBvXtcSKP-cs14~7 ZO#14WxUl2K!{qM9Xzx+2Y(p%ue*wg>|3d%( diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index 43116847..1bf4c55a 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" "PO-Revision-Date: 2019-08-07 13:24+0000\n" "Last-Translator: Mesut Akcan \n" "Language: tr\n" @@ -138,8 +138,22 @@ msgstr "" msgid "You have just created '%(project)s' to share your expenses" msgstr "" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." msgstr "" msgid "No token provided" @@ -164,6 +178,12 @@ msgstr "" msgid "Your invitations have been sent" msgstr "" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo deleted file mode 100644 index 416c442c8d16a5e2e9b9f4cc97612fb319535663..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1586 zcmZXS{c9XW7{^DcQqC$^Q4kd$5nD@~yWP{4xXmS|X&QowJ<_xK>*j9mZkpTKV|Om? zL4}$~Em%^JG(Y)5e^3yLgmBR_Z>9JT%!1%=g5V$EpWt`)?(%{Q!)KnE=lMP_vwxjD zcAw!piS;VhLu(xRMxJ2oIoJj88E^))zMq1}zyJb!~Pga3lIp3IZIxYOWESRCsN&MzYQ>!1Q(16M$s_aXQ!xCy=h z{tnuFe}bpMf50K|1d6fwhC!Qe3beX@-~I}G1@;f%CGau$CU_i8V$0sK&5lcsZ;H7^ynRicnfsWqRK`Qhp%VoQRQZzs4&V}o3Ly27uDC`OGQ6~`w&9G{w`tCMqArZ0b# znG?-0(tI|q$qK*Fs>Qq%dXy<%F7b3G2;z1U9_5|9!=1C-amjJKv(6A~2abGBEJ`cB z@8`bH-8^@O$vx-g&kZ^FGBbXxc`5Q$-0*c6c~oi#VO3tEnYLbRE1?!b8qu=R$i|CO ze^9eMX3JqPibz#!`88C~TG%&uN%(gRf!yYZ<2UjD7_w4rV)NRCd=;qB{2z;C~h;b2<&&*EGP9D6Cn{_f1q0;y> zc&Xh)$6DObxn=`Bo~Lr%kMM64TDr=I5B%&%t0Ll)3jc>xHIIhprOr$VB_cG7M{Rp_ z!Jiim%4dg>ftl~kdUDI`neF5*nRU}KJIR{aP1cgnlOHR}YwWwT@NAHa1Zb?#!#cU$)ZgLO$i0PHS!pyfg->|+`y}ui@fzA$m@7V;lizVoE&6Z7Z z3mY`lKl+W#7Bo7{+=d*|*~*eHAikCQU>--BOO|c=b@Qv$_}|R~M0KIDY*h{ya<>=N z!L09K{A-v53f)N)uJubGSld__VcIG>$Lv\n" "Language: uk\n" @@ -135,8 +135,22 @@ msgstr "" msgid "You have just created '%(project)s' to share your expenses" msgstr "" +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." +msgstr "" + #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" +msgid "The project identifier is %(project)s" +msgstr "" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." msgstr "" msgid "No token provided" @@ -161,6 +175,12 @@ msgstr "" msgid "Your invitations have been sent" msgstr "" +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." +msgstr "" + #, python-format msgid "%(member)s has been added" msgstr "" diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.mo deleted file mode 100644 index acb9f8c772443fb5038cf99bc2786015e32780a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2012 zcmY+DU2GIp6vwZEU#r20F=&GEN-(xGvmaHGx=?B<6^OKK+6qsE%|dTRsE~1<|rCYTDAJ%8UA7;*%zZ2NQ8-cK1b|eBsIe?cDM)*`42*q2=aVG!oCFZ z`mTeofVV)t|84MP@Nba!c@O0AE0C1$w_0!w$m@vW_9q%&3t}l*hD{p5_GaR*B zWfrYj^+t_YP;0NMrLtx*S?Qr{pK3dHm?ktP+l;0%rU}T@VEKo_NwcD>2F=R0oi{Co zH0x&0aA2zn*{EuoO;fV*rbCmA8aYiPEwYhf0CG4CwXntF$R;?*CNpnnrmT=wT~;;n zo@vp1#?+h07Bf%vTq@H!?K6&M|aTDt6D!~3tPuG(;= zGVt^;izF;{FYhR2Dhx)T_XCyhy9{1-2eTR1NNCo{P?sL4!Q*KX>M!))nM>-bLjo+6 zFDvMDVFsqbNEe^w;&c_0+0=j{!Q{wJR3jTS!?f({WM@Wpns8?Zzne{q1xZ^KX$Q1H zZ*iJvZh60Xb1U7^+R?dndwZyZWlhVG+U&HdNE>r$Tk107G?duhB`pjPK@uNZoYqI{ zqf&IO6phhnG`==k2Rn*|QU}|s^35MvS1(21p|SdSG*%bI71}1-j?`tzhOP0D#A#bD z&1k!tqw94%8EP(8AA76e-82^^oHF$d2r<$*IgQjGW_E9BZtvXP(th75bun3w)0T{C zKxtajsp?scpLV5|uFp75){aLa8Pnzi&$A?wvao5TBSJ|#qDqj9Njfy{dDP(9P-kRA zD52#nS(9)?bvsUt?1E`G#@5l`u`wEI+uGLpK;2k48fq~O2Vb7l)ssc(4%_EMvYM+pTa7EVQD&gqsK9<1Y{bTdn8HE=RiBORv=N!1B$W(GgL3}fku(~WYHX|z7vfDGjB z&GV%4{pIqRV$Gex*@wREJB4$#-pse&wNdZvS9fn7t4z*R3!nN&ue!4ZclK-l)RZ@P zynJPfl#3V3gNMDz!{rOT#6LOdmPV_6L)9yMr&mktwuWZXY{p189|EA#WDdZ1V?UMGJ4pf@ziYxFLi_NIpTQ~BBt zUf&$?u6&LHNRZ0!KUJQ%>mO?U%PbKILPdPlC_z1d6LQo+5^ U&qWBH{E=y|Ft#wlsa}r%0o{(O0RR91 diff --git a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po index 56bbc819..670d9943 100644 --- a/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/zh_HANS-CN/LC_MESSAGES/messages.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-01 00:54+0200\n" -"PO-Revision-Date: 2020-02-09 12:01+0000\n" +"POT-Creation-Date: 2020-05-21 22:28+0200\n" +"PO-Revision-Date: 2020-05-13 15:41+0000\n" "Last-Translator: Muge Niu \n" "Language: zh_HANS_CN\n" "Language-Team: Chinese (Simplified) " @@ -43,7 +43,7 @@ msgid "" msgstr "账目(“%(project)s”)已存在,请选择一个新名称" msgid "Get in" -msgstr "" +msgstr "进入" msgid "Admin password" msgstr "管理密码" @@ -94,389 +94,409 @@ msgid "Name" msgstr "姓名" msgid "Weights should be positive" -msgstr "" +msgstr "权重必须大于零" msgid "Weight" -msgstr "" +msgstr "权重" msgid "Add" -msgstr "" +msgstr "添加" msgid "User name incorrect" -msgstr "" +msgstr "用户名称不正确" msgid "This project already have this member" -msgstr "" +msgstr "此项目已经包含此成员了" msgid "People to notify" -msgstr "" +msgstr "通知的人" msgid "Send invites" -msgstr "" +msgstr "发送邀请" #, python-format msgid "The email %(email)s is not valid" -msgstr "" +msgstr "此邮箱%(email)s不存在" msgid "Too many failed login attempts, please retry later." -msgstr "" +msgstr "输入错误太多次了,请稍后重试。" #, python-format msgid "This admin password is not the right one. Only %(num)d attempts left." -msgstr "" +msgstr "管理密码有误,只剩 %(num)d次尝试机会" msgid "You either provided a bad token or no project identifier." -msgstr "" +msgstr "你输入了错误的符号或没有项目标识符。" msgid "This private code is not the right one" -msgstr "" +msgstr "专用码不正确" #, python-format msgid "You have just created '%(project)s' to share your expenses" +msgstr "你新建了一个‘%(project)s'来分担你的花费" + +msgid "A reminder email has just been sent to you" +msgstr "" + +msgid "" +"We tried to send you an reminder email, but there was an error. You can " +"still use the project normally." msgstr "" #, python-format -msgid "%(msg_compl)sThe project identifier is %(project)s" +msgid "The project identifier is %(project)s" +msgstr "项目的标识符是%(project)s" + +msgid "" +"Sorry, there was an error while sending you an email with password reset " +"instructions. Please check the email configuration of the server or " +"contact the administrator." msgstr "" msgid "No token provided" -msgstr "" +msgstr "没有符号" msgid "Invalid token" -msgstr "" +msgstr "无效符号" msgid "Unknown project" -msgstr "" +msgstr "未知项目" msgid "Password successfully reset." -msgstr "" +msgstr "密码重置成功" msgid "Project successfully deleted" -msgstr "" +msgstr "项目成功删除" #, python-format msgid "You have been invited to share your expenses for %(project)s" -msgstr "" +msgstr "你被邀请进入 %(project)s来分担你的花费" msgid "Your invitations have been sent" +msgstr "你的申请已发出" + +msgid "" +"Sorry, there was an error while trying to send the invitation emails. " +"Please check the email configuration of the server or contact the " +"administrator." msgstr "" #, python-format msgid "%(member)s has been added" -msgstr "" +msgstr "已添加%(member)s" #, python-format msgid "%(name)s is part of this project again" -msgstr "" +msgstr "%(name)s 已经在项目里了" #, python-format msgid "" "User '%(name)s' has been deactivated. It will still appear in the users " "list until its balance becomes zero." -msgstr "" +msgstr "用户 '%(name)s'已被暂停,在余额为0之前会继续显示在用户列表里" #, python-format msgid "User '%(name)s' has been removed" -msgstr "" +msgstr "用户 '%(name)s'已被移除" #, python-format msgid "User '%(name)s' has been edited" -msgstr "" +msgstr "用户'%(name)s'已编辑" msgid "The bill has been added" -msgstr "" +msgstr "帐单已添加" msgid "The bill has been deleted" -msgstr "" +msgstr "账单已删除" msgid "The bill has been modified" -msgstr "" +msgstr "帐单已修改" msgid "Sorry, we were unable to find the page you've asked for." -msgstr "" +msgstr "对不起,未找到该页面" msgid "The best thing to do is probably to get back to the main page." -msgstr "" +msgstr "最好的办法是返回主页" msgid "Back to the list" -msgstr "" +msgstr "返回列表" msgid "Administration tasks are currently disabled." -msgstr "" +msgstr "管理任务目前禁用。" msgid "The project you are trying to access do not exist, do you want to" -msgstr "" +msgstr "该项目不存在,你是否要" msgid "create it" -msgstr "" +msgstr "创建" msgid "?" msgstr "?" msgid "Create a new project" -msgstr "" +msgstr "新建项目" msgid "Project" -msgstr "" +msgstr "项目" msgid "Number of members" -msgstr "" +msgstr "会员人数" msgid "Number of bills" -msgstr "" +msgstr "帐单数目" msgid "Newest bill" -msgstr "" +msgstr "最新账单" msgid "Oldest bill" -msgstr "" +msgstr "最旧帐单" msgid "Actions" -msgstr "" +msgstr "操作" msgid "edit" -msgstr "" +msgstr "编辑" msgid "delete" -msgstr "" +msgstr "删除" msgid "The Dashboard is currently deactivated." -msgstr "" +msgstr "操作面板失效" msgid "you sure?" -msgstr "" +msgstr "确定?" msgid "Edit project" -msgstr "" +msgstr "编辑项目" msgid "Download project's data" -msgstr "" +msgstr "下载项目数据" msgid "Bill items" -msgstr "" +msgstr "单据项目" msgid "Download the list of bills with owner, amount, reason,... " -msgstr "" +msgstr "下载帐单清单包含所有者,数目,理由… " msgid "Settle plans" -msgstr "" +msgstr "解决方案" msgid "Download the list of transactions needed to settle the current bills." -msgstr "" +msgstr "下载结账的交易记录。" msgid "Can't remember the password?" -msgstr "" +msgstr "忘记密码?" msgid "Cancel" msgstr "取消" msgid "Edit the project" -msgstr "" +msgstr "编辑项目" msgid "Edit this bill" -msgstr "" +msgstr "编辑帐单" msgid "Add a bill" -msgstr "" +msgstr "添加账单" msgid "Select all" -msgstr "" +msgstr "全选" msgid "Select none" -msgstr "" +msgstr "全不选" msgid "Add participant" -msgstr "" +msgstr "添加参与人" msgid "Edit this member" -msgstr "" +msgstr "编辑成员" msgid "john.doe@example.com, mary.moe@site.com" -msgstr "" +msgstr "john.doe@example.com, mary.moe@site.com" msgid "Send the invitations" -msgstr "" +msgstr "发送邀请" msgid "Download" msgstr "下载" msgid "Manage your shared
expenses, easily" -msgstr "" +msgstr "轻松管理你分享的
花费" msgid "Try out the demo" -msgstr "" +msgstr "试试小样" msgid "You're sharing a house?" -msgstr "" +msgstr "你与人合租吗?" msgid "Going on holidays with friends?" -msgstr "" +msgstr "与朋友一起度假吗?" msgid "Simply sharing money with others?" -msgstr "" +msgstr "简单的与他人共享钱吗?" msgid "We can help!" msgstr "我们可以帮助!" msgid "Log in to an existing project" -msgstr "" +msgstr "登陆已知项目" msgid "Log in" -msgstr "" +msgstr "登录" msgid "can't remember your password?" -msgstr "" +msgstr "记不住密码?" msgid "Create" -msgstr "" +msgstr "创建" msgid "" "This access code will be sent to your friends. It is stored as-is by the " "server, so don\\'t reuse a personal password!" -msgstr "" +msgstr "进入码已发送给朋友,会被保存在服务器,不要重复使用私人密码!" msgid "Account manager" -msgstr "" +msgstr "账户经理" msgid "Bills" -msgstr "" +msgstr "帐单" msgid "Settle" -msgstr "" +msgstr "解决" msgid "Statistics" -msgstr "" +msgstr "统计" msgid "Settings" -msgstr "" +msgstr "设置" msgid "Languages" -msgstr "" +msgstr "语言" msgid "Projects" -msgstr "" +msgstr "项目" msgid "Start a new project" -msgstr "" +msgstr "开始一个新项目" msgid "Other projects :" -msgstr "" +msgstr "其他项目:" msgid "switch to" -msgstr "" +msgstr "切换到" msgid "Dashboard" -msgstr "" +msgstr "操作面板" msgid "Logout" -msgstr "签出" +msgstr "退出" msgid "Code" -msgstr "" +msgstr "代码" msgid "Mobile Application" -msgstr "" +msgstr "手机软件" msgid "Documentation" -msgstr "" +msgstr "文件" msgid "Administation Dashboard" -msgstr "" +msgstr "管理面板" msgid "\"I hate money\" is a free software" -msgstr "" +msgstr "“I hate money\"是一个免费软件" msgid "you can contribute and improve it!" -msgstr "" +msgstr "你可以贡献自己的力量让它变得更好!" msgid "deactivate" -msgstr "" +msgstr "暂停" msgid "reactivate" -msgstr "" +msgstr "激活" msgid "Invite people" -msgstr "" +msgstr "邀请别人" msgid "You should start by adding participants" -msgstr "" +msgstr "从添加参与人开始" msgid "Add a new bill" -msgstr "" +msgstr "添加新帐单" msgid "When?" msgstr "什么时候?" msgid "Who paid?" -msgstr "" +msgstr "谁付的钱?" msgid "For what?" -msgstr "" +msgstr "什么东西?" msgid "How much?" msgstr "多少?" #, python-format msgid "Added on %(date)s" -msgstr "" +msgstr "添加到%(date)s" msgid "each" msgstr "" msgid "No bills" -msgstr "" +msgstr "没有账单" msgid "Nothing to list yet." -msgstr "" +msgstr "没有列表" msgid "You probably want to" -msgstr "" +msgstr "你想要" msgid "add a bill" -msgstr "" +msgstr "添加账单" msgid "add participants" -msgstr "" +msgstr "添加参与人" msgid "Password reminder" -msgstr "" +msgstr "密码提醒" msgid "" "A link to reset your password has been sent to you, please check your " "emails." -msgstr "" +msgstr "重置密码的链接已发送给你,请检查邮箱。" msgid "Return to home page" -msgstr "" +msgstr "返回主页" msgid "Your projects" -msgstr "" +msgstr "你的项目" msgid "Reset your password" -msgstr "" +msgstr "重设密码" msgid "Invite people to join this project" -msgstr "" +msgstr "邀请其他人加入项目" msgid "Share Identifier & code" -msgstr "" +msgstr "分享标识符与码" msgid "" "You can share the project identifier and the private code by any " "communication means." -msgstr "" +msgstr "你可以通过任何通信手段分享项目标识符与专用码" msgid "Identifier:" -msgstr "" +msgstr "标识符:" msgid "Share the Link" -msgstr "" +msgstr "分享链接" msgid "You can directly share the following link via your prefered medium" -msgstr "" +msgstr "你可以直接通过你喜欢的媒体分享链接" msgid "Send via Emails" -msgstr "" +msgstr "邮件发送" msgid "" "Specify a (comma separated) list of email adresses you want to notify " @@ -484,22 +504,24 @@ msgid "" " creation of this budget management project and we will " "send them an email for you." msgstr "" +"指定一个邮箱接收通知\n" +"创建预算管理项目,我们会把它通过邮件发送给你" msgid "Who pays?" -msgstr "" +msgstr "谁付款?" msgid "To whom?" -msgstr "" +msgstr "给谁?" msgid "Who?" msgstr "谁?" msgid "Paid" -msgstr "" +msgstr "付款" msgid "Spent" -msgstr "" +msgstr "花费" msgid "Balance" -msgstr "" +msgstr "余额"