From 814cf405d634a7f43816eeb426f674d0a5881cfe Mon Sep 17 00:00:00 2001 From: aangeles Date: Wed, 20 Apr 2022 21:07:42 -0400 Subject: [PATCH] Fixing invitation_email translation --- ihatemoney/babel.cfg | 3 +- ihatemoney/messages.pot | 130 +++++---- ihatemoney/templates/invitation_mail.j2 | 16 ++ ihatemoney/tests/budget_test.py | 41 +++ .../bn_BD/LC_MESSAGES/messages.mo | Bin 2301 -> 2105 bytes .../bn_BD/LC_MESSAGES/messages.po | 179 ++++++++---- .../translations/cs/LC_MESSAGES/messages.mo | Bin 4565 -> 3979 bytes .../translations/cs/LC_MESSAGES/messages.po | 196 ++++++++----- .../translations/de/LC_MESSAGES/messages.mo | Bin 23518 -> 20819 bytes .../translations/de/LC_MESSAGES/messages.po | 237 +++++++++------ .../translations/el/LC_MESSAGES/messages.mo | Bin 11957 -> 11112 bytes .../translations/el/LC_MESSAGES/messages.po | 199 ++++++++----- .../translations/eo/LC_MESSAGES/messages.mo | Bin 16894 -> 15623 bytes .../translations/eo/LC_MESSAGES/messages.po | 217 +++++++++----- .../translations/es/LC_MESSAGES/messages.mo | Bin 5017 -> 4851 bytes .../translations/es/LC_MESSAGES/messages.po | 185 ++++++++---- .../es_419/LC_MESSAGES/messages.mo | Bin 16090 -> 14755 bytes .../es_419/LC_MESSAGES/messages.po | 220 +++++++++----- .../translations/fa/LC_MESSAGES/messages.mo | Bin 411 -> 411 bytes .../translations/fa/LC_MESSAGES/messages.po | 175 +++++++---- .../translations/fr/LC_MESSAGES/messages.mo | Bin 24073 -> 22293 bytes .../translations/fr/LC_MESSAGES/messages.po | 272 +++++++++++------- .../translations/hi/LC_MESSAGES/messages.mo | Bin 24585 -> 22474 bytes .../translations/hi/LC_MESSAGES/messages.po | 218 +++++++++----- .../translations/id/LC_MESSAGES/messages.mo | Bin 21305 -> 18781 bytes .../translations/id/LC_MESSAGES/messages.po | 224 ++++++++++----- .../translations/it/LC_MESSAGES/messages.mo | Bin 17004 -> 14657 bytes .../translations/it/LC_MESSAGES/messages.po | 230 +++++++++------ .../translations/ja/LC_MESSAGES/messages.mo | Bin 17381 -> 16021 bytes .../translations/ja/LC_MESSAGES/messages.po | 197 ++++++++----- .../translations/kn/LC_MESSAGES/messages.mo | Bin 6978 -> 6449 bytes .../translations/kn/LC_MESSAGES/messages.po | 193 +++++++++---- .../translations/ms/LC_MESSAGES/messages.mo | Bin 1784 -> 1711 bytes .../translations/ms/LC_MESSAGES/messages.po | 185 ++++++++---- .../nb_NO/LC_MESSAGES/messages.mo | Bin 14524 -> 13138 bytes .../nb_NO/LC_MESSAGES/messages.po | 233 +++++++++------ .../translations/nl/LC_MESSAGES/messages.mo | Bin 14078 -> 12772 bytes .../translations/nl/LC_MESSAGES/messages.po | 224 ++++++++++----- .../translations/pl/LC_MESSAGES/messages.mo | Bin 18389 -> 15936 bytes .../translations/pl/LC_MESSAGES/messages.po | 239 +++++++++------ .../translations/pt/LC_MESSAGES/messages.mo | Bin 16149 -> 14855 bytes .../translations/pt/LC_MESSAGES/messages.po | 219 +++++++++----- .../pt_BR/LC_MESSAGES/messages.mo | Bin 19014 -> 16581 bytes .../pt_BR/LC_MESSAGES/messages.po | 232 +++++++++------ .../translations/ru/LC_MESSAGES/messages.mo | Bin 20310 -> 18420 bytes .../translations/ru/LC_MESSAGES/messages.po | 220 +++++++++----- .../translations/sr/LC_MESSAGES/messages.mo | Bin 3671 -> 3599 bytes .../translations/sr/LC_MESSAGES/messages.po | 188 ++++++++---- .../translations/sv/LC_MESSAGES/messages.mo | Bin 11708 -> 11102 bytes .../translations/sv/LC_MESSAGES/messages.po | 203 ++++++++----- .../translations/ta/LC_MESSAGES/messages.mo | Bin 9168 -> 6829 bytes .../translations/ta/LC_MESSAGES/messages.po | 213 +++++++++----- .../translations/th/LC_MESSAGES/messages.mo | Bin 4044 -> 3925 bytes .../translations/th/LC_MESSAGES/messages.po | 185 ++++++++---- .../translations/tr/LC_MESSAGES/messages.mo | Bin 23495 -> 20793 bytes .../translations/tr/LC_MESSAGES/messages.po | 229 +++++++++------ .../translations/uk/LC_MESSAGES/messages.mo | Bin 5457 -> 5052 bytes .../translations/uk/LC_MESSAGES/messages.po | 189 ++++++++---- .../zh_Hans/LC_MESSAGES/messages.mo | Bin 19376 -> 16957 bytes .../zh_Hans/LC_MESSAGES/messages.po | 206 ++++++++----- ihatemoney/utils.py | 4 +- ihatemoney/web.py | 7 +- 62 files changed, 4055 insertions(+), 2053 deletions(-) create mode 100644 ihatemoney/templates/invitation_mail.j2 diff --git a/ihatemoney/babel.cfg b/ihatemoney/babel.cfg index f0234b326..874f5a100 100644 --- a/ihatemoney/babel.cfg +++ b/ihatemoney/babel.cfg @@ -1,3 +1,2 @@ [python: **.py] -[jinja2: **/templates/**.html] -extensions=jinja2.ext.autoescape,jinja2.ext.with_ +[jinja2: **/templates/**] diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot index c08d3703d..9a7eeea71 100644 --- a/ihatemoney/messages.pot +++ b/ihatemoney/messages.pot @@ -1,3 +1,7 @@ +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" + msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " "accepted." @@ -32,10 +36,7 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "" - -msgid "Import" +msgid "Compatible with Cospend" msgstr "" msgid "Project identifier" @@ -95,16 +96,16 @@ msgstr "" msgid "Reset password" msgstr "" -msgid "Date" +msgid "When?" msgstr "" msgid "What?" msgstr "" -msgid "Payer" +msgid "Who paid?" msgstr "" -msgid "Amount paid" +msgid "How much?" msgstr "" msgid "Currency" @@ -160,6 +161,11 @@ msgstr "" msgid "The email %(email)s is not valid" msgstr "" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -200,28 +206,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -234,10 +221,10 @@ msgstr "" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -245,6 +232,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -258,12 +251,6 @@ 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 "" @@ -304,6 +291,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "" @@ -388,10 +378,7 @@ msgstr "" msgid "Delete project" msgstr "" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" +msgid "Import project" msgstr "" msgid "Download project's data" @@ -424,12 +411,21 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +msgid "Import previously exported project" +msgstr "" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -542,16 +538,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -615,9 +611,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -691,6 +693,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -761,30 +794,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" diff --git a/ihatemoney/templates/invitation_mail.j2 b/ihatemoney/templates/invitation_mail.j2 new file mode 100644 index 000000000..47d7bf20c --- /dev/null +++ b/ihatemoney/templates/invitation_mail.j2 @@ -0,0 +1,16 @@ +{% trans %}Hi{% endtrans %}, +{% trans trimmed contact_email=g.project.contact_email, name=g.project.name %} +Someone using the email address {{ contact_email }}invited you to share your expenses for "{{ name }}". +{% endtrans %} +{% trans trimmed %} +It's as simple as saying what did you pay for, for whom, and how much did it cost you, we are caring about the rest. +{% endtrans %} +{% trans trimmed link=url_for(".join_project", _external=True, project_id=g.project.id, token=g.project.generate_token()) %} +You can log in using this link: {{ link }}. +{% endtrans %} +{% trans trimmed short_link=url_for(".list_bills", _external=True) %} +Once logged-in, you can use the following link which is easier to remember: {{ short_link }} +If your cookie gets deleted or if you log out, you will need to log back in using the first link. +{% endtrans %} +{% trans %}Enjoy{% endtrans %}, +{% trans %}See you :-){% endtrans %} \ No newline at end of file diff --git a/ihatemoney/tests/budget_test.py b/ihatemoney/tests/budget_test.py index d94c6187c..2e65b807c 100644 --- a/ihatemoney/tests/budget_test.py +++ b/ihatemoney/tests/budget_test.py @@ -104,6 +104,47 @@ def test_invite(self): resp = self.client.get("/raclette/join/token.invalid", follow_redirects=True) self.assertIn("Provided token is invalid", resp.data.decode("utf-8")) + def test_translated_invite(self): + """Test that invitation e-mails are translated properly""" + self.login("raclette") + self.post_project("raclette") + # Set default locale to France to trigger translation + self.app.config["BABEL_DEFAULT_LOCALE"] = "fr" + with self.app.mail.record_messages() as outbox: + self.client.post("/raclette/invite", data={"emails": "toto@notmyidea.org"}) + self.assertEqual(len(outbox), 1) + url_start = ( + outbox[0].body.find("Vous pouvez vous connecter grâce à ce lien :") + 45 + ) + url_end = outbox[0].body.find(".\n", url_start) + url = outbox[0].body[url_start:url_end] + self.client.get("/exit") + # Test that we got a valid token + resp = self.client.get(url, follow_redirects=True) + self.assertIn( + 'Vous souhaitez sûrement y!#sFS$ zj8}|cNd3K&M)FFODWYt&uz&;fI6TKTx##0ETw)PVD4TuY2%osa8r@9sjw&oC!j*idX)I0yGtAk|IwLy3HVNg(aG##mQ46FhAokHatH%B zg?@};11@40CNPNGIEXGb;={L(*iU}OS+wdzT19d)Phl=zsx3$s+sM1vhllvYArHsM z1)s~oA`zK;4+$bb})uV_$0$3?-b^uhbECxd_$9i%_6-R z#UiGgk6Wzr(Dce`I+K+e_G%`+kxZ|zrMB$&rfI}u_RL%~VkeTRxOZ*&EWZ\n" "Language: bn_BD\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "পূর্বে রপ্তানি করা JSON ফাইল আমদানি করুন" - -msgid "Import" -msgstr "আমদানি" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "প্রকল্প শনাক্তকারী" @@ -116,16 +117,16 @@ msgstr "" msgid "Reset password" msgstr "" -msgid "Date" +msgid "When?" msgstr "" msgid "What?" msgstr "" -msgid "Payer" +msgid "Who paid?" msgstr "" -msgid "Amount paid" +msgid "How much?" msgstr "" msgid "Currency" @@ -181,6 +182,11 @@ msgstr "" msgid "The email %(email)s is not valid" msgstr "" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -221,28 +227,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -255,10 +242,10 @@ msgstr "" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -266,6 +253,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -279,12 +272,6 @@ 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 "" @@ -325,6 +312,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "প্রকল্পের ইতিহাস সক্রিয় করো" @@ -411,11 +401,9 @@ msgstr "" msgid "Delete project" msgstr "" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "প্রকল্প তৈরি করুন" msgid "Download project's data" msgstr "" @@ -447,12 +435,22 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "পূর্বে রপ্তানি করা JSON ফাইল আমদানি করুন" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -565,16 +563,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -638,9 +636,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -714,6 +718,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -784,30 +819,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -1012,3 +1038,42 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" + +#~ msgid "Import" +#~ msgstr "আমদানি" + +#~ msgid "Amount paid" +#~ msgstr "" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.mo b/ihatemoney/translations/cs/LC_MESSAGES/messages.mo index e5e30bbd6be9f6eee6d172cd3ce161bc7019617c..0b6c800d20ce3d140dee0e2e026fb410fcefb803 100644 GIT binary patch delta 954 zcmYMzQAkr!9LMqh)h(B9x;9NWEKe!gqOqlpM5u@YBYKJ;f=cwwvh5{|>S1pY^iVN^ z>LJAl9|Vam1d&8k5P=U76(nO3y%g$$5Isae-ydA)a&|xWoO|y7od5sceeAy8RjwsM zw~eE~uan=UOb z>sytJ1_plM7FUxMhq`|hmHFA={v}M&zlt=Q;nab1=wo2j2{MQtP<^mn2%%VQ3YU>+}H56+`1@eWn;FM;2&kN!F;krZWYMTeSS zz~gvG_1D688PL0&M(ykoI(&)x2EL(Q$r>sneIUIM!FJ4{Ha>#N@B})%h&*C&Bdl!=We1>2jBwd+Pm@ z7%LVLeNcRGLqYmbf)m{!PeDXT^%2U3EtCYmz~lH8N@6<*wvGMO9vTA-Jb+SxS>zd2K?(dk-i$Bf4tyQugy*yQ zPf*saWb-#rD)VN ziwoKO`?!_<#ccjEo}m8?N@Bw-k~`mrlJGQYd<;3Xs-j$79p%7p^vnIzILp9o_$kVX zzC}6t4b+%pkmS{FlnwTy{Ma7C%lITpz&w)@X9y+k0W9Dtl*(Sg5&QvJqIwULrevDu zOBURXa+0Gc3!Xsvy9GFeA@0JrGus2_&aAz#{&3YLL9FMEcW$8Pw}aJr7shI)gPsp< z&2vfQH?)00CTvMR`uNdVJ?HsW%>*^$d)<-tYR?C`MHhyR5gnIpXm#C0+63B$p$m1r z%mN+RpyUOob;Bi{sjBgOUH9TLyGK#og(V%@$i~_WqBu;7vFCzlOds>DiL5S`ZLuQ3 zwe2h{x?s*borFdn({4`3dzp)DShJyKPv&D&j5{k#spz^XTMkz8VR*@*+#x0fUY&7N+YISEH?^fOrNZ9*3kLMnV1ba%LrW6fr(-x uYaeXsn)$M6NwrfvSL>wREmoofTX0%pm`dD<@n5~tCIvHN?W=uPa{mB2S|`~6 diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.po b/ihatemoney/translations/cs/LC_MESSAGES/messages.po index 27f091401..1a12b5ffb 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: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-09-05 13:34+0000\n" "Last-Translator: Clonewayx \n" "Language: cs\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -51,11 +55,8 @@ msgstr "" "Tento projekt nemůže být nastaven na 'bez měny' protože obsahuje účty v " "různých měnáh." -msgid "Import previously exported JSON file" -msgstr "Import exportovaného JSON souboru" - -msgid "Import" -msgstr "Import" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identifikátor projektu" @@ -116,17 +117,17 @@ msgstr "Potvrzení hesla" msgid "Reset password" msgstr "Obnova hesla" -msgid "Date" -msgstr "Datum" +msgid "When?" +msgstr "" msgid "What?" msgstr "Co?" -msgid "Payer" -msgstr "Platící" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "Zaplacená částka" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "Měna" @@ -182,6 +183,11 @@ msgstr "Poslat pozvánky" msgid "The email %(email)s is not valid" msgstr "Toto (%(email)s) není validní e-mail" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} a {dual_object_1}" @@ -222,31 +228,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" -"Omlouváme se, během odesílání emailu s instrukcemi pro obnovení hesla se " -"vyskytla chyba. Zkontrolujte si prosím nastavení vašeho emailového " -"serveru nebo kontaktujte administrátora." - #, fuzzy msgid "No token provided" msgstr "Nebyl vložen klíč" @@ -261,17 +245,23 @@ msgstr "Neznámý projekt" msgid "Password successfully reset." msgstr "Heslo bylo úspěšné obnoveno." -msgid "Project successfully uploaded" -msgstr "Projekt byl úspěšně nahrán." +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Neplatný JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Projekt byl úspěšně nahrán." + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Projekt byl úspěšně smazán" @@ -285,12 +275,6 @@ msgstr "" msgid "Your invitations have been sent" msgstr "Vaše pozvánka byla odeslána" -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 "" @@ -331,6 +315,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Povolit historii projektu" @@ -419,11 +406,9 @@ msgstr "" msgid "Delete project" msgstr "Vytvořit projekt" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "Vytvořit projekt" msgid "Download project's data" msgstr "" @@ -455,12 +440,22 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Import exportovaného JSON souboru" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -573,16 +568,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -646,9 +641,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Platící" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "Datum" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -722,6 +723,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -792,30 +824,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -1034,3 +1057,46 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" +#~ msgid "Import" +#~ msgstr "Import" + +#~ msgid "Amount paid" +#~ msgstr "Zaplacená částka" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "" +#~ "Omlouváme se, během odesílání emailu s" +#~ " instrukcemi pro obnovení hesla se " +#~ "vyskytla chyba. Zkontrolujte si prosím " +#~ "nastavení vašeho emailového serveru nebo " +#~ "kontaktujte administrátora." + +#~ msgid "Invalid JSON" +#~ msgstr "Neplatný JSON" + +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.mo b/ihatemoney/translations/de/LC_MESSAGES/messages.mo index 821974ef590f88fe10055fc05f13a63d20e8f45f..81239fdb1ad82feff7fafa47518022d9b40cade8 100644 GIT binary patch delta 4449 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 IdSS+20puxB5&!@I diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.po b/ihatemoney/translations/de/LC_MESSAGES/messages.po index 4b2ace07d..e63d33111 100644 --- a/ihatemoney/translations/de/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/de/LC_MESSAGES/messages.po @@ -1,19 +1,25 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-11-29 23:53+0000\n" "Last-Translator: Jannik Lang \n" -"Language-Team: German \n" "Language: de\n" +"Language-Team: German \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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.10-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" +"Du hast gerade das Projekt '%(project)s' erstellt, um deine Ausgaben zu " +"teilen" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -55,11 +61,8 @@ msgstr "" "Dieses Projekt kann nicht auf \"ohne Währung\" eingestellt werden, weil " "es Rechnungen unterschiedlicher Währungen enthält." -msgid "Import previously exported JSON file" -msgstr "Zuvor exportierte JSON-Datei importieren" - -msgid "Import" -msgstr "Importieren" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Projektkennung" @@ -120,17 +123,17 @@ msgstr "Passwort bestätigen" msgid "Reset password" msgstr "Passwort zurücksetzen" -msgid "Date" -msgstr "Datum" +msgid "When?" +msgstr "Wann?" msgid "What?" msgstr "Was?" -msgid "Payer" -msgstr "Von" +msgid "Who paid?" +msgstr "Wer hat bezahlt?" -msgid "Amount paid" -msgstr "Betrag" +msgid "How much?" +msgstr "Wieviel?" msgid "Currency" msgstr "Währung" @@ -187,6 +190,11 @@ msgstr "Einladungen senden" msgid "The email %(email)s is not valid" msgstr "Die E-Mail-Adresse(n) %(email)s ist/sind nicht gültig" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} und {dual_object_1}" @@ -216,7 +224,8 @@ msgstr "{prefix}:
{errors}" msgid "Too many failed login attempts, please retry later." msgstr "" -"Zu viele fehlgeschlagene Anmeldeversuche, bitte versuche es später nochmal." +"Zu viele fehlgeschlagene Anmeldeversuche, bitte versuche es später " +"nochmal." #, python-format msgid "This admin password is not the right one. Only %(num)d attempts left." @@ -230,35 +239,9 @@ msgstr "Bereitgestelltes Token ist ungültig" msgid "This private code is not the right one" msgstr "Der private Code ist nicht korrekt" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -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 "Dir wurde soeben eine Erinnerungsmail gesendet" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Wir haben versucht dir eine Erinnerungsmail zu senden, aber das hat nicht" -" geklappt. Du kannst das Projekt weiterhin wie gewohnt nutzen." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "Die Projektkennung ist %(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 "" -"Entschuldigung, es trat ein Fehler beim Senden der E-Mail zur Passwort " -"Zurücksetzung auf. Bitte überprüfe die E-Mail Konfiguration des Servers " -"oder kontaktiere einen Administrator." - msgid "No token provided" msgstr "Kein Token zur Verfügung gestellt" @@ -271,18 +254,24 @@ msgstr "Unbekanntes Projekt" msgid "Password successfully reset." msgstr "Passwort erfolgreich zurückgesetzt." -msgid "Project successfully uploaded" -msgstr "Projekt erfolgreich hochgeladen" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Ungültiges JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" -"Rechnungen in mehreren Währungen können einem Projekt ohne Standardwährung " -"nicht hinzugefügt werden" +"Rechnungen in mehreren Währungen können einem Projekt ohne " +"Standardwährung nicht hinzugefügt werden" + +msgid "Project successfully uploaded" +msgstr "Projekt erfolgreich hochgeladen" + +msgid ": " +msgstr "" msgid "Project successfully deleted" msgstr "Projekt erfolgreich gelöscht" @@ -297,15 +286,6 @@ 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 "" -"Entschuldigung, es trat ein Fehler beim Versenden der Einladungsmails " -"auf. Bitte überprüfe die E-Mail Konfiguration des Servers oder " -"kontaktiere einen Administrator." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s wurde hinzugefügt" @@ -348,6 +328,9 @@ msgstr "Die Ausgabe wurde entfernt" msgid "The bill has been modified" msgstr "Die Ausgabe wurde bearbeitet" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "Projekthistorie konnte nicht gelöscht werden" @@ -432,11 +415,9 @@ msgstr "Projekt bearbeiten" msgid "Delete project" msgstr "Projekt löschen" -msgid "Import JSON" -msgstr "JSON importieren" - -msgid "Choose file" -msgstr "Datei auswählen" +#, fuzzy +msgid "Import project" +msgstr "Projekt bearbeiten" msgid "Download project's data" msgstr "Projektdaten herunterladen" @@ -468,12 +449,22 @@ msgstr "Projekt bearbeiten" msgid "This will remove all bills and participants in this project!" msgstr "Dies wird alle Ausgaben und Mitglieder dieses Projektes löschen!" +#, fuzzy +msgid "Import previously exported project" +msgstr "Zuvor exportierte JSON-Datei importieren" + +msgid "Choose file" +msgstr "Datei auswählen" + msgid "Edit this bill" msgstr "Ausgabe bearbeiten" msgid "Add a bill" msgstr "Ausgabe hinzufügen" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Jeder" @@ -608,18 +599,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Gespeicherte IP-Adressen löschen" -msgid "No history to erase" -msgstr "Kein Verlauf zu löschen" - -msgid "Clear Project History" -msgstr "Projektverlauf löschen" - msgid "No IP Addresses to erase" msgstr "Keine IP-Adressen zu löschen" msgid "Delete Stored IP Addresses" msgstr "Gespeicherte IP-Adressen löschen" +msgid "No history to erase" +msgstr "Kein Verlauf zu löschen" + +msgid "Clear Project History" +msgstr "Projektverlauf löschen" + msgid "Time" msgstr "Zeit" @@ -683,9 +674,15 @@ msgstr "" "Teinehmer %(name)s: Gewichtung von %(old_weight)s auf %(new_weight)s " "geändert" +msgid "Payer" +msgstr "Von" + msgid "Amount" msgstr "Betrag" +msgid "Date" +msgstr "Datum" + #, python-format msgid "Amount in %(currency)s" msgstr "Betrag in %(currency)s" @@ -761,6 +758,37 @@ msgstr "" "Verwende ein persönliches Passwort nicht erneut. Wähle einen privaten " "Code und sende ihn an deine Freunde" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Kontoverwalter" @@ -831,30 +859,21 @@ msgstr "Bist du sicher?" msgid "Invite people" msgstr "Leute einladen" -msgid "You should start by adding participants" -msgstr "Du kannst anfangen, Teilnehmer hinzuzufügen" - -msgid "Add a new bill" -msgstr "Neue Ausgabe" - msgid "Newer bills" msgstr "Aktuellere Rechnungen" msgid "Older bills" msgstr "Ältere Rechnungen" -msgid "When?" -msgstr "Wann?" +msgid "You should start by adding participants" +msgstr "Du kannst anfangen, Teilnehmer hinzuzufügen" -msgid "Who paid?" -msgstr "Wer hat bezahlt?" +msgid "Add a new bill" +msgstr "Neue Ausgabe" msgid "For what?" msgstr "Wofür?" -msgid "How much?" -msgstr "Wieviel?" - #, python-format msgid "Added on %(date)s" msgstr "Hinzugefügt am %(date)s" @@ -1068,3 +1087,55 @@ msgstr "Zeitraum" #~ msgid "Participants to notify" #~ msgstr "Teilnehmer hinzufügen" + +#~ msgid "Import" +#~ msgstr "Importieren" + +#~ msgid "Amount paid" +#~ msgstr "Betrag" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Wir haben versucht dir eine " +#~ "Erinnerungsmail zu senden, aber das hat" +#~ " nicht geklappt. Du kannst das " +#~ "Projekt weiterhin wie gewohnt nutzen." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "Die Projektkennung ist %(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 "" +#~ "Entschuldigung, es trat ein Fehler beim" +#~ " Senden der E-Mail zur Passwort " +#~ "Zurücksetzung auf. Bitte überprüfe die " +#~ "E-Mail Konfiguration des Servers oder " +#~ "kontaktiere einen Administrator." + +#~ msgid "Invalid JSON" +#~ msgstr "Ungültiges JSON" + +#~ 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 "" +#~ "Entschuldigung, es trat ein Fehler beim" +#~ " Versenden der Einladungsmails auf. Bitte" +#~ " überprüfe die E-Mail Konfiguration des " +#~ "Servers oder kontaktiere einen Administrator." + +#~ msgid "Import JSON" +#~ msgstr "JSON importieren" + diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.mo b/ihatemoney/translations/el/LC_MESSAGES/messages.mo index 49718dfd75e2e4c13c863f83c3957cba40180a9c..e53b34674a239abfa059342e8c3f98e04c61e0ed 100644 GIT binary patch delta 1968 zcmYM!drZw?9LMqJ=;m_Dsg#tjAp@|5+Sj%m6M6FabBC4Ub_ep1=ZZ$7J;MG=`>Gf|_at_QqoDizOI_U170ru_X>pvR%aP7e;oQgrX!2diS`*B@}5x5zd!tBC8 zJb(_~Z)#}h1!pl9Z}@$TF6e@VGAmtXQ+j}M2-K6 zN$4Q@1m15lXsF{d49Ariid&F(n+jA)_n|UXiwf)ns$Th}h-^wJT!P_vQQJ{p;kN}mD&Q-zzwJpl%oPZg$n2lYUTCF*EI5@fbZiVY)6&g z2l6$+M6G!uL&?83SBn2e4r;(k{I^L^1FBK|PNHgh&42$Py14GdH0;A51vVWOSPm)! zb8#dV;}qPFDn(lu`PalBxS`qykPasf#!Q@w*;s}N*o@lkUr;NU&9arTRp`OB$Rl$K zhvOwwARVarJ5d4t#L4)_OJfL)N#s|x&PNScj+%HivR}-4|8*&yZLG5JRU^_ zxQ0T{!fMnpeSwGY71rYx(x>N1)Kw+%me3#uQ;AAZEsnw_R7yYNMoeG}Yfl_Tt>iSu z<1N&c>OIV@)|=A$OuihA)8RB7swm6--~;{()uHU_Db8K{h9W1PRH`D_ z7|Kj0j=*A6pnFk)+(ZS?ih99!OvPlUF9S=Fcbhs?|Es8Z?xMzhMeRQm&Xpz}hUzc} zHESjqYh*;U&Ea;Xq`KTG&T$hnJZZG8+{oL3mMdmjh!yLs Q=xM!9%nPtaxc1uq0(cb7CIA2c delta 2734 zcmZY9d2EzL7{~FcZ7Eow#C zAH^$}g+F3Pe29g{L`_;dW7^Q*!EQJTGjS$nbW=zMg zlFu(=SL)ZXGu}t$Hf;!+#{4FWf+p&UnjjB*;pn7uum|-ZYTyR!j$3gIevFgwCbq|c ztVZ!hqINn3wV?T^4VI$DN3ekT%_a&;?J-oxYuE{IUdbB?eSqqpMl=P=Mr9-i zmHOVOal=qYG#Ry_#i#}QP?@PhLYdVa$iH^9g@(s*2kMNDBs+YL3iJ)?65dVLGs&y^ z4?v}OGG7Wf7u9bO>dfCvwr|BE>hIwwyntF*dKUTD$}-ueGSC_O;~*T5vr%WY4HbAF z>TaAxi{E1&YFj0ckCU(hb)*MSZ^yT&jSM9{%G?V$6z4`M5X01CU)+gHu?4lTJkp^F z3sEb67RTWXd;&M3?#4b;|0Adgnvwfx&Lr#SQT;9=q0JR^d5@z%Q_xCJk+11^1ND9n z=0JC#2M^*o)bo{GVTPEq$fnF?RK{-OAj~FRO7S?1U^VKF{Dj)bebmu)B;Eb={ufeE zfLS;PYj8d~$T69G@~#2Hu^4Bg+G~-unyokhKSFK9O+NoE`8=Ij3uy0^bRz1A0&zM2 zBNUX<-%&do`B>t;o`&nF*I^^J=K%X)6Ar|yH~}+Qoi5jO9Dy}B3O~U`cn6o^bG;K8 zJC1zJIllVn{l7&)6Sw0)bw;_Uo#o?GI2M)a0O~c1;zHbx+VMTqggtHI%wI%hv=mvp zsY4yz2RIIYL1l6vyNN1w3n=7aEovuwQ4?N5KIRr*nxNg2iU0Y};27#Fkjw|_M(yYe)bqQj9TX9b zA!Z@!&aA@M@HxB=7pM-zcI6MZ-hr%)5zLq8Uio)X-R8}S;} zV+A*A7T&`%IFSo61k-s1+TaMR!>5tcF`wZKyn*-7Q1{DkC$J?bVn|eI4rk-cuZVDWfhWv!pUu9f;VfGGBS@dfTgyOsK31 zh9YKa96N3H%;*0uSB1RGeZlImzs7o3s*|@o{@gC{`MqXpV0oF}muQKd$ZSaM=_~gJ zBEBU)Z^-(>Hg7;xD7ehKI8qRfjnCSZ619<#j|h>V4SNISwkB9@%K|p!t@H)T8RD%h z^Z5(yqUwl^RCq&PyP_Nui1ZQdx|`sq9GpZ88v2zXV4H&?2k^LrseK(4!LWcL(XBR z**Wf#lNI-8Jr}*y(N)Goss_lkOUN#N2u(<{U82e;N{b`(G<@SG((-qs~Es z)g_V_4_s%R#`uGimZzubx1M?F$Gq-prEETHsCQ<{ z@x#6A+csq7^lVtxC$qca9CTV()ezBYee>ge|slijT1@d@WZd@HA%qgMT`YHlr% z1I1`gPR!%RhCw;`(L&3xW`6fuw~iPGh;~||SsLT@fT*o*ZLxLUjc;$Y0x6tEHo2SF z2L0lbt!MCYraVbot2$HCf{wxfZ~y=R diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.po b/ihatemoney/translations/el/LC_MESSAGES/messages.po index 3e470d7d9..e849e9f5b 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: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-08-01 08:34+0000\n" "Last-Translator: Eugenia Russell \n" "Language: el\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgstr "" "Αυτό το έργο δεν μπορεί να οριστεί σε \"χωρίς νόμισμα\" επειδή περιέχει " "λογαριασμούς σε πολλαπλά νομίσματα." -msgid "Import previously exported JSON file" -msgstr "Εισαγωγή αρχείου JSON που έχει εξαχθεί προηγουμένως" - -msgid "Import" -msgstr "Εισαγωγή" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Αναγνωριστικό έργου" @@ -120,17 +121,17 @@ msgstr "Επιβεβαίωση κωδικού πρόσβασης" msgid "Reset password" msgstr "Επαναφορά κωδικού πρόσβασης" -msgid "Date" -msgstr "Ημερομηνία" +msgid "When?" +msgstr "" msgid "What?" msgstr "Τι?" -msgid "Payer" -msgstr "Φορέας πληρωμής" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "Καταβληθέν ποσό" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "Νόμισμα" @@ -189,6 +190,11 @@ msgstr "Αποστολή προσκλήσεων" msgid "The email %(email)s is not valid" msgstr "Το μήνυμα ηλεκτρονικού ταχυδρομείου %(email)s δεν είναι έγκυρο" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -231,30 +237,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Αυτός ο ιδιωτικός κωδικός δεν είναι ο σωστός" -#, python-format -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 "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 "Δεν παρέχεται διακριτικό" @@ -267,17 +252,23 @@ msgstr "Άγνωστο πρότζεκτ" msgid "Password successfully reset." msgstr "Επαναφορά του κωδικού επιτυχώς." -msgid "Project successfully uploaded" -msgstr "Έργο που φορτώθηκε επιτυχώς" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Η JSON δεν είναι έγκυρη" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Έργο που φορτώθηκε επιτυχώς" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Το πρότζεκτ διαγράφηκε επιτυχώς" @@ -291,12 +282,6 @@ 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 έχει προστεθεί" @@ -337,6 +322,9 @@ msgstr "Ο λογαριασμός έχει διαγραφεί" msgid "The bill has been modified" msgstr "Ο λογαριασμός έχει τροποποιηθεί" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Ενεργοποίηση ιστορικού έργων" @@ -430,11 +418,9 @@ msgstr "Επεξεργασία έργου" msgid "Delete project" msgstr "Επεξεργασία έργου" -msgid "Import JSON" -msgstr "Εισαγωγή JSON" - -msgid "Choose file" -msgstr "Επιλογή αρχείου" +#, fuzzy +msgid "Import project" +msgstr "Επεξεργασία έργου" msgid "Download project's data" msgstr "Κατεβάστε τα δεδομένα του έργου" @@ -470,12 +456,22 @@ msgstr "Επεξεργαστείτε το έργο" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Εισαγωγή αρχείου JSON που έχει εξαχθεί προηγουμένως" + +msgid "Choose file" +msgstr "Επιλογή αρχείου" + msgid "Edit this bill" msgstr "Επεξεργαστείτε αυτόν τον λογαριασμό" msgid "Add a bill" msgstr "Προσθήκη λογαριασμού" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -590,18 +586,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Διαγραφή αποθηκευμένων διευθύνσεων IP" -msgid "No history to erase" -msgstr "Δεν υπάρχει ιστορία για διαγραφή" - -msgid "Clear Project History" -msgstr "Απαλοιφή ιστορικού έργου" - msgid "No IP Addresses to erase" msgstr "Δεν υπάρχουν διευθύνσεις IP προς διαγραφή" msgid "Delete Stored IP Addresses" msgstr "Διαγραφή αποθηκευμένων διευθύνσεων IP" +msgid "No history to erase" +msgstr "Δεν υπάρχει ιστορία για διαγραφή" + +msgid "Clear Project History" +msgstr "Απαλοιφή ιστορικού έργου" + msgid "Time" msgstr "Ώρα" @@ -663,9 +659,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Φορέας πληρωμής" + msgid "Amount" msgstr "Ποσό" +msgid "Date" +msgstr "Ημερομηνία" + #, python-format msgid "Amount in %(currency)s" msgstr "Ποσό σε %(currency)s" @@ -739,6 +741,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -810,30 +843,21 @@ msgstr "Είστε σίγουρος;" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -1017,3 +1041,46 @@ msgstr "Περίοδος" #~ msgid "People to notify" #~ msgstr "Πρόσωπα προς ενημέρωση" + +#~ msgid "Import" +#~ msgstr "Εισαγωγή" + +#~ msgid "Amount paid" +#~ msgstr "Καταβληθέν ποσό" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Προσπαθήσαμε να σας στείλουμε ένα εμάιλ" +#~ " υπενθύμισης, αλλά υπήρξε ένα λάθος. " +#~ "Μπορείτε ακόμα να χρησιμοποιήσετε το " +#~ "πρότζεκτ κανονικά." + +#~ 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 "Invalid JSON" +#~ msgstr "Η JSON δεν είναι έγκυρη" + +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "Εισαγωγή JSON" + diff --git a/ihatemoney/translations/eo/LC_MESSAGES/messages.mo b/ihatemoney/translations/eo/LC_MESSAGES/messages.mo index 1251df1c4f63e5f8118aed7be1865cd0b6c20201..cf77f5864950d7b6becdcb1b396f752ab435ce6f 100644 GIT binary patch delta 3447 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 Ad;kCd diff --git a/ihatemoney/translations/eo/LC_MESSAGES/messages.po b/ihatemoney/translations/eo/LC_MESSAGES/messages.po index 814c1a431..5361e7538 100644 --- a/ihatemoney/translations/eo/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/eo/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-10-01 20:35+0000\n" "Last-Translator: phlostically \n" "Language: eo\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Vi ĵus kreis la projekton «%(project)s» por dividi viajn elspezojn" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -53,11 +57,8 @@ msgstr "" "Ĉi tiu projekto ne povas esti agordita al «neniu valuto», ĉar ĝi enhavas " "fakturojn en pluraj valutoj." -msgid "Import previously exported JSON file" -msgstr "Importi antaŭe elportitan JSON-dosieron" - -msgid "Import" -msgstr "Enporti" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identigilo de projekto" @@ -119,17 +120,17 @@ msgstr "Konfirmo de pasvorto" msgid "Reset password" msgstr "Restarigi pasvorton" -msgid "Date" -msgstr "Dato" +msgid "When?" +msgstr "Kiam?" msgid "What?" msgstr "Kio?" -msgid "Payer" -msgstr "Paganto" +msgid "Who paid?" +msgstr "Kiu pagis?" -msgid "Amount paid" -msgstr "Kvanto pagita" +msgid "How much?" +msgstr "Kiom?" msgid "Currency" msgstr "Valuto" @@ -186,6 +187,11 @@ msgstr "Sendi invitojn" msgid "The email %(email)s is not valid" msgstr "La retpoŝta adreso %(email)s ne validas" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} kaj {dual_object_1}" @@ -226,33 +232,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Ĉi tiu privata kodo ne ĝustas" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -msgstr "Vi ĵus kreis la projekton «%(project)s» por dividi viajn elspezojn" - msgid "A reminder email has just been sent to you" msgstr "Rememoriga retpoŝta mesaĝo ĵus estis sendita al vi" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Ni provis sendi al vi rememorigan retpoŝtan mesaĝon, sed okazis eraro. Vi" -" ankoraŭ povas uzi la projekton normale." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "La identigilo de la projekto estas %(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 "" -"Pardonu, okazis eraro dum sendado al vi de retpoŝta mesaĝo de instrukcioj" -" pri restarigo de pasvorto. Bonvolu kontroli la retpoŝtan agordon de la " -"servilo aŭ kontakti la administranton." - msgid "No token provided" msgstr "Neniu ĵetono estis provizita" @@ -265,17 +247,23 @@ msgstr "Nekonata projekto" msgid "Password successfully reset." msgstr "Pasvorto sukcese restarigita." -msgid "Project successfully uploaded" -msgstr "Projekto sukcese alŝutita" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Nevalida JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Projekto sukcese alŝutita" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "La projekto estis sukcese forigitaj" @@ -289,14 +277,6 @@ msgstr "Vi estis invitita dividi viajn elspezojn por %(project)s" msgid "Your invitations have been sent" msgstr "Viaj invitoj estis senditaj" -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 "" -"Pardonu, okazis eraro dum sendado de la invitoj. Bonvolu kontroli la " -"retpoŝtan agordon de la servilo aŭ kontakti la administranton." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s estis aldonita" @@ -339,6 +319,9 @@ msgstr "La fakturo estis forigita" msgid "The bill has been modified" msgstr "La fakturo estis modifita" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Ŝalti projektan historion" @@ -428,11 +411,9 @@ msgstr "Redakti projekton" msgid "Delete project" msgstr "Forviŝi projekton" -msgid "Import JSON" -msgstr "Enporti JSON-dosieron" - -msgid "Choose file" -msgstr "Elekti dosieron" +#, fuzzy +msgid "Import project" +msgstr "Redakti projekton" msgid "Download project's data" msgstr "Elŝuti projektajn datenojn" @@ -464,12 +445,22 @@ msgstr "Redakti la projekton" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importi antaŭe elportitan JSON-dosieron" + +msgid "Choose file" +msgstr "Elekti dosieron" + msgid "Edit this bill" msgstr "Redakti ĉi tiun fakturon" msgid "Add a bill" msgstr "Aldoni fakturon" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Ĉiuj" @@ -604,18 +595,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Forviŝi konservitajn IP-adresojn" -msgid "No history to erase" -msgstr "Neniom da forviŝebla historio" - -msgid "Clear Project History" -msgstr "Forviŝi historion de projekto" - msgid "No IP Addresses to erase" msgstr "Neniom da forviŝeblaj IP-adresoj" msgid "Delete Stored IP Addresses" msgstr "Forviŝi konservitajn IP-adresojn" +msgid "No history to erase" +msgstr "Neniom da forviŝebla historio" + +msgid "Clear Project History" +msgstr "Forviŝi historion de projekto" + msgid "Time" msgstr "Tempo" @@ -677,9 +668,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Paganto" + msgid "Amount" msgstr "Kvanto" +msgid "Date" +msgstr "Dato" + #, python-format msgid "Amount in %(currency)s" msgstr "Kvanto en %(currency)s" @@ -755,6 +752,37 @@ msgstr "" "Ne reuzu personan pasvorton. Elektu privatan kodon, kaj sendu ĝin al viaj" " amikoj" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Administrilo de konto" @@ -826,30 +854,21 @@ msgstr "ĉu vi certas?" msgid "Invite people" msgstr "Inviti homojn" -msgid "You should start by adding participants" -msgstr "Vi komencu aldonante partoprenantojn" - -msgid "Add a new bill" -msgstr "Aldoni novan fakturon" - msgid "Newer bills" msgstr "Pli novaj fakturoj" msgid "Older bills" msgstr "Pli malnovaj fakturoj" -msgid "When?" -msgstr "Kiam?" +msgid "You should start by adding participants" +msgstr "Vi komencu aldonante partoprenantojn" -msgid "Who paid?" -msgstr "Kiu pagis?" +msgid "Add a new bill" +msgstr "Aldoni novan fakturon" msgid "For what?" msgstr "Por kio?" -msgid "How much?" -msgstr "Kiom?" - #, python-format msgid "Added on %(date)s" msgstr "Aldonita en %(date)s" @@ -1021,3 +1040,55 @@ msgstr "Periodo" #~ msgid "People to notify" #~ msgstr "Sciigotaj homoj" + +#~ msgid "Import" +#~ msgstr "Enporti" + +#~ msgid "Amount paid" +#~ msgstr "Kvanto pagita" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Ni provis sendi al vi rememorigan " +#~ "retpoŝtan mesaĝon, sed okazis eraro. Vi" +#~ " ankoraŭ povas uzi la projekton " +#~ "normale." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "La identigilo de la projekto estas %(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 "" +#~ "Pardonu, okazis eraro dum sendado al " +#~ "vi de retpoŝta mesaĝo de instrukcioj " +#~ "pri restarigo de pasvorto. Bonvolu " +#~ "kontroli la retpoŝtan agordon de la " +#~ "servilo aŭ kontakti la administranton." + +#~ msgid "Invalid JSON" +#~ msgstr "Nevalida JSON" + +#~ 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 "" +#~ "Pardonu, okazis eraro dum sendado de " +#~ "la invitoj. Bonvolu kontroli la " +#~ "retpoŝtan agordon de la servilo aŭ " +#~ "kontakti la administranton." + +#~ msgid "Import JSON" +#~ msgstr "Enporti JSON-dosieron" + diff --git a/ihatemoney/translations/es/LC_MESSAGES/messages.mo b/ihatemoney/translations/es/LC_MESSAGES/messages.mo index 058b490413156c13ed2700bc66e8defabc50fde2..601503e9726c74728d7c32aa8aa7575e4d135824 100644 GIT binary patch delta 1431 zcmYMzPe_zO7{~EhciqiD+nTv$X0>gJP%Y?YRC}qQq#%k^+JqIO)acR%9yAJG+MqD% zAZm+;^3orII@C)bWhWt{P$ZDT!$t|E9g6Z$2Zg>r8)$ibKQqre@60pLI}TRQS2?*- z-+6Hf`m*pDjxgS zcT61(AAy8@um?-&*W)s5w$D#t3H>uzj@=lSq^vzXI1_H7cQf zsP~Seqf)fe&;(tmQe8!T+Z!0cEb43wqjoTbnqV3?;S6e_059qNGHV5Dd<3;{6{^As zYuk>KqZnvP1u9lVK1s;S^NCHjXy?xA{V3h3N>yHoAD1S z@dkn#mvU$*!?g7ZM(Ag80}i7S_<&sIqxHLW5tVQ;|ATrSMkTr#_5L>0LWfcFv?9eY z9oU3UCyk9XUZW1-H`Krd)T#G!62ln63ammcxYx!HAwx~8ji*uLx=|bJL+$ths^m{_ zExtiMxnsW2&_ExnZ^d#{e?Mv`Cr}BVwDF9M-$JTs?%3y#P~Uh0b!KKz6`92?_#2gI zlyYd^I2M{VP9qIvcmTE2qo|47QHgZg_%&Ql|2A^o%m}IyW2lNvqUL#zTHurI&z1IF t&mVVB`_FmY#X#Cy5|7o?#o{%Q+MS8*yJ)+Yic)#*Z19=KeH)ta{smzkfaU-I delta 1597 zcmYMzUuex?9LMqJY_^$g&NlOB!~A9&GGpgLZ8G`SYQ(gugHS)tnNGHIPIJy8bhH#| zL*YW1i)j~JNFCgWT_C~=?P8@+3QZBS6!Yi(IeW_Kx99bH{`{Wr_xZEY%8LsVuL~z# zF#P=d&Ean-O|}2O?hIpgQSHGj{DkQ^ic|0hdND22n5kHZGqDVLOdZ7xT#Y&CM?Nuo zktbn7wjqj>=;)m2Fo&^_dKXT{3%36<=2O3dv+yS7;UKo)E7bU9WUFztsKgpkfw!R& z+Kn@bZ{oJ22Mg#phnlb-voVQ0<}QU+@DPb%USI_dqsINlxtK+CC0>bIP%SEvVPeK|73tVOMSBTmB| z)-Y;Z7bc2%Im3%Gx{CVn9_kDqp(c2P+PcrEGyjeb{zcsxhej=+9#es_occyopa|;w zBi1g|_>)uEe+BNLL0jI3Jmv<4R(c1urO#~p2&Q%dHNm)T_i!$%=OQ_o0=(}rW;V7` ze?t~Ztbrifu_n}x`19C*C9t0ct>hT$QuU%fxNYkLs9Qd4+do>rq7wRvn%Kj3X{Fhy zo%2$tztpx@qK>Kx=i{mbFFeMj*p5-u3Z9?_4xuvrVEu&-buZb>!x~h8El8K~TU)Jh z)IyHidXKGN!V20G{k$miC#VTuq5^+IO`O3w=nQjlD;8rJhEbREENWaIvfJh=>hj*g z5`2nE;Jt1Cf=q2P_?Y&Dna+y_mZDZ#huVQnsH5=XY>cArLN{vMHLSvWwmyPd$RAXK znXE$N7NOc#BBx~5qxze%NdNyaUUYd*p|\n" "Language: es\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Importar .JSON previamente exportado" - -msgid "Import" -msgstr "Importar" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identificador del proyecto" @@ -119,17 +120,17 @@ msgstr "Confirmar contraseña" msgid "Reset password" msgstr "Reestablecer contraseña" -msgid "Date" -msgstr "Fecha" +msgid "When?" +msgstr "¿Cuándo?" msgid "What?" msgstr "¿Qué?" -msgid "Payer" +msgid "Who paid?" msgstr "" -msgid "Amount paid" -msgstr "Cantidad pagada" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "Divisa" @@ -184,6 +185,11 @@ msgstr "Enviar invitaciones" msgid "The email %(email)s is not valid" msgstr "El correo %(email)s no es válido" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -224,28 +230,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -258,10 +245,10 @@ msgstr "" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -269,6 +256,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -282,12 +275,6 @@ 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 "" @@ -328,6 +315,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Habilitar historial del proyecto" @@ -418,11 +408,9 @@ msgstr "" msgid "Delete project" msgstr "Editar el proyecto" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "Tus proyectos" msgid "Download project's data" msgstr "" @@ -454,12 +442,22 @@ msgstr "Editar el proyecto" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importar .JSON previamente exportado" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "Editar esta factura" msgid "Add a bill" msgstr "Añadir una factura" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -573,16 +571,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -646,9 +644,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "" + msgid "Amount" msgstr "Cantidad" +msgid "Date" +msgstr "Fecha" + #, python-format msgid "Amount in %(currency)s" msgstr "Cantidad en %(currency)s" @@ -724,6 +728,37 @@ msgstr "" "No reutilizes una contraseña personal. Escoge un código privado i envíalo" " a tus amigos" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -794,28 +829,19 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" -msgstr "¿Cuándo?" - -msgid "Who paid?" +msgid "You should start by adding participants" msgstr "" -msgid "For what?" +msgid "Add a new bill" msgstr "" -msgid "How much?" +msgid "For what?" msgstr "" #, python-format @@ -1022,3 +1048,42 @@ msgstr "Período" #~ msgid "Participants to notify" #~ msgstr "añadir participantes" + +#~ msgid "Import" +#~ msgstr "Importar" + +#~ msgid "Amount paid" +#~ msgstr "Cantidad pagada" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo b/ihatemoney/translations/es_419/LC_MESSAGES/messages.mo index 914d3506fa04e0494bd7d140017e875efda1973d..7cd9ffcfec26081330454a3a4b0cb9d2c701f17d 100644 GIT binary patch delta 3153 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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 150f0790c..21e0a6b82 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2020-11-11 16:28+0000\n" "Last-Translator: Puyma \n" "Language: es_419\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Acabas de crear '%(project)s' para compartir tus gastos" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Importar archivo JSON previamente exportado" - -msgid "Import" -msgstr "Importar" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identificador de proyecto" @@ -120,17 +121,17 @@ msgstr "Confirmar contraseña" msgid "Reset password" msgstr "Restablecer contraseña" -msgid "Date" -msgstr "Fecha" +msgid "When?" +msgstr "¿Cuando?" msgid "What?" msgstr "¿Qué?" -msgid "Payer" -msgstr "Paga" +msgid "Who paid?" +msgstr "¿Quién pagó?" -msgid "Amount paid" -msgstr "Cantidad pagada" +msgid "How much?" +msgstr "¿Cuánto?" msgid "Currency" msgstr "Moneda" @@ -187,6 +188,11 @@ msgstr "Enviar invitaciones" msgid "The email %(email)s is not valid" msgstr "El correo electrónico %(email)s no es válido" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -231,33 +237,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Este código privado no es el correcto" -#, python-format -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 "Acabamos de enviarte un email de recordatorio" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Te hemos intentado enviar un correo electrónico recordatorio pero ha " -"habido un error. Todavía puedes usar el proyecto habitualmente." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "El identificador del proyecto es %(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 "" -"Lo sentimos, se produjo un error durante el envío del email con las " -"instrucciones de restablecimiento de contraseña. Por favor verifica la " -"configuración del servidor o contacta el administrador" - msgid "No token provided" msgstr "No se proporciono ningún token" @@ -270,17 +252,23 @@ msgstr "Proyecto desconocido" msgid "Password successfully reset." msgstr "Contraseña restablecida con éxito." -msgid "Project successfully uploaded" -msgstr "El proyecto se subió exitosamente" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "JSON inválido" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "El proyecto se subió exitosamente" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Proyecto eliminado correctamente" @@ -294,15 +282,6 @@ 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 "" -"Lo sentimos, hubo un error cuando intentamos enviarle correos de " -"invitación. Por favor, revise la configuración de correo en el servidor o" -" contactese con el administrador." - #, python-format msgid "%(member)s has been added" msgstr "Se añadieron %(member)s" @@ -345,6 +324,9 @@ msgstr "La factura ha sido eliminada" msgid "The bill has been modified" msgstr "La factura ha sido modificada" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Habilitar historial del proyecto" @@ -438,11 +420,9 @@ msgstr "Editar proyecto" msgid "Delete project" msgstr "Editar proyecto" -msgid "Import JSON" -msgstr "Importar JSON" - -msgid "Choose file" -msgstr "Escoger un archivo" +#, fuzzy +msgid "Import project" +msgstr "Editar proyecto" msgid "Download project's data" msgstr "Descargar datos del proyecto" @@ -476,12 +456,22 @@ msgstr "Editar el proyecto" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importar archivo JSON previamente exportado" + +msgid "Choose file" +msgstr "Escoger un archivo" + msgid "Edit this bill" msgstr "Editar esta factura" msgid "Add a bill" msgstr "Agregar una factura" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Todo el mundo" @@ -617,18 +607,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Borrar las direcciones IP registradas" -msgid "No history to erase" -msgstr "No hay historial para borrar" - -msgid "Clear Project History" -msgstr "Borrar el historial del proyecto" - msgid "No IP Addresses to erase" msgstr "No hay direcciones IP para borrar" msgid "Delete Stored IP Addresses" msgstr "Borrar direcciones IP registradas" +msgid "No history to erase" +msgstr "No hay historial para borrar" + +msgid "Clear Project History" +msgstr "Borrar el historial del proyecto" + msgid "Time" msgstr "Hora" @@ -690,9 +680,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Paga" + msgid "Amount" msgstr "Monto" +msgid "Date" +msgstr "Fecha" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -766,6 +762,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Gestor de cuentas" @@ -837,30 +864,21 @@ msgstr "¿Estás seguro?" msgid "Invite people" msgstr "Invitar personas" -msgid "You should start by adding participants" -msgstr "Deberías comenzar agregando participantes" - -msgid "Add a new bill" -msgstr "Añadir una nueva factura" - msgid "Newer bills" msgstr "Nuevas facturas" msgid "Older bills" msgstr "Facturas anteriores" -msgid "When?" -msgstr "¿Cuando?" +msgid "You should start by adding participants" +msgstr "Deberías comenzar agregando participantes" -msgid "Who paid?" -msgstr "¿Quién pagó?" +msgid "Add a new bill" +msgstr "Añadir una nueva factura" msgid "For what?" msgstr "¿Para qué?" -msgid "How much?" -msgstr "¿Cuánto?" - #, python-format msgid "Added on %(date)s" msgstr "Agregado el %(date)s" @@ -1059,3 +1077,57 @@ msgstr "Período" #~ msgid "People to notify" #~ msgstr "Personas a notificar" + +#~ msgid "Import" +#~ msgstr "Importar" + +#~ msgid "Amount paid" +#~ msgstr "Cantidad pagada" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Te hemos intentado enviar un correo " +#~ "electrónico recordatorio pero ha habido " +#~ "un error. Todavía puedes usar el " +#~ "proyecto habitualmente." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "El identificador del proyecto es %(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 "" +#~ "Lo sentimos, se produjo un error " +#~ "durante el envío del email con las" +#~ " instrucciones de restablecimiento de " +#~ "contraseña. Por favor verifica la " +#~ "configuración del servidor o contacta el" +#~ " administrador" + +#~ msgid "Invalid JSON" +#~ msgstr "JSON inválido" + +#~ 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 "" +#~ "Lo sentimos, hubo un error cuando " +#~ "intentamos enviarle correos de invitación. " +#~ "Por favor, revise la configuración de" +#~ " correo en el servidor o contactese" +#~ " con el administrador." + +#~ msgid "Import JSON" +#~ msgstr "Importar JSON" + diff --git a/ihatemoney/translations/fa/LC_MESSAGES/messages.mo b/ihatemoney/translations/fa/LC_MESSAGES/messages.mo index bf53b5f1d257f9b2ce0c6ccdbf6b81dd4e33b896..d70680564cddf3526bb156ffdcbd8f350adcf599 100644 GIT binary patch delta 27 hcmbQuJezq!oq&<9fr+k>fr6pAm9Yhoy|Is%5ddSd2DktK delta 27 icmbQuJezq!oq(aPp@FWEnSznAm9d4kfzif3UPb_8hz7F& diff --git a/ihatemoney/translations/fa/LC_MESSAGES/messages.po b/ihatemoney/translations/fa/LC_MESSAGES/messages.po index 2ed7dd743..c522fa6e9 100644 --- a/ihatemoney/translations/fa/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fa/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: fa\n" @@ -12,7 +12,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -48,10 +52,7 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "" - -msgid "Import" +msgid "Compatible with Cospend" msgstr "" msgid "Project identifier" @@ -111,16 +112,16 @@ msgstr "" msgid "Reset password" msgstr "" -msgid "Date" +msgid "When?" msgstr "" msgid "What?" msgstr "" -msgid "Payer" +msgid "Who paid?" msgstr "" -msgid "Amount paid" +msgid "How much?" msgstr "" msgid "Currency" @@ -176,6 +177,11 @@ msgstr "" msgid "The email %(email)s is not valid" msgstr "" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -216,28 +222,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -250,10 +237,10 @@ msgstr "" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -261,6 +248,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -274,12 +267,6 @@ 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 "" @@ -320,6 +307,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "" @@ -404,10 +394,7 @@ msgstr "" msgid "Delete project" msgstr "" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" +msgid "Import project" msgstr "" msgid "Download project's data" @@ -440,12 +427,21 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +msgid "Import previously exported project" +msgstr "" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -558,16 +554,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -631,9 +627,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -707,6 +709,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -777,30 +810,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -943,3 +967,44 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" +#~ msgid "Import previously exported JSON file" +#~ msgstr "" + +#~ msgid "Import" +#~ msgstr "" + +#~ msgid "Amount paid" +#~ msgstr "" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.mo b/ihatemoney/translations/fr/LC_MESSAGES/messages.mo index 2a3a1033bd58e7a38d3eb652ca94b2e1fe951628..0175499de7dbfc730accf4c38dd875655ecb0ed7 100644 GIT binary patch delta 5467 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 diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index a9894bb37..964c423cf 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,18 +7,21 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-11-25 23:51+0000\n" "Last-Translator: Alexis Metaireau \n" -"Language-Team: French \n" "Language: fr\n" +"Language-Team: French \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" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.10-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +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 "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -60,11 +63,8 @@ msgstr "" "Ce projet ne peut pas être sans devise car il contient des factures " "utilisant des devises différentes." -msgid "Import previously exported JSON file" -msgstr "Importer un fichier JSON précédemment exporté" - -msgid "Import" -msgstr "Importer" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identifiant du projet" @@ -80,8 +80,8 @@ msgid "" "A project with this identifier (\"%(project)s\") already exists. Please " "choose a new identifier" msgstr "" -"Il existe déjà un projet avec l'identifiant (\"%(project)s\"). Merci d'en " -"choisir un autre" +"Il existe déjà un projet avec l'identifiant (\"%(project)s\"). Merci d'en" +" choisir un autre" msgid "Which is a real currency: Euro or Petro dollar?" msgstr "Euro ou Petrodollar ?" @@ -125,17 +125,17 @@ msgstr "Confirmation du mot de passe" msgid "Reset password" msgstr "Réinitialiser le mot de passe" -msgid "Date" -msgstr "Date" +msgid "When?" +msgstr "Quand ?" msgid "What?" msgstr "Quoi ?" -msgid "Payer" -msgstr "Payeur" +msgid "Who paid?" +msgstr "Qui a payé ?" -msgid "Amount paid" -msgstr "Montant" +msgid "How much?" +msgstr "Combien ?" msgid "Currency" msgstr "Devise" @@ -190,6 +190,11 @@ msgstr "Envoyer les invitations" msgid "The email %(email)s is not valid" msgstr "L’email %(email)s est invalide" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} et {dual_object_1}" @@ -223,8 +228,8 @@ msgstr "Trop d'échecs d’authentification successifs, veuillez réessayer plus #, python-format msgid "This admin password is not the right one. Only %(num)d attempts left." msgstr "" -"Le mot de passe administrateur⋅ice que vous avez entré n’est pas correct. " -"Plus que %(num)d tentatives." +"Le mot de passe administrateur⋅ice que vous avez entré n’est pas correct." +" Plus que %(num)d tentatives." msgid "Provided token is invalid" msgstr "Ce jeton est invalide" @@ -232,34 +237,9 @@ msgstr "Ce jeton est invalide" msgid "This private code is not the right one" msgstr "Le code d'accès n’est pas correct" -#, python-format -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 "Un courriel de rappel vient de vous être envoyé" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Nous avons essayé de vous envoyer un courriel de rappel, mais une erreur " -"s’est produite. Il est toujours possible d’utiliser le projet " -"normalement." - -#, python-format -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 "" -"Désolé, une erreur s’est produite lors de l’envoi du courriel contenant les " -"instructions de réinitialisation de mot de passe. Veuillez vérifier la " -"configuration des courriels du serveur ou contacter l’administrateur⋅ice." - msgid "No token provided" msgstr "Aucun jeton n’a été fourni" @@ -272,17 +252,23 @@ msgstr "Projet inconnu" msgid "Password successfully reset." msgstr "Le mot de passe a été changé avec succès." -msgid "Project successfully uploaded" -msgstr "Le projet a été correctement importé" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Le fichier JSON est invalide" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "Impossible d'ajouter plusieurs devises à un projet sans devise par défaut" +msgid "Project successfully uploaded" +msgstr "Le projet a été correctement importé" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Projet supprimé" @@ -296,15 +282,6 @@ msgstr "Vous avez été invité⋅e à 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 "" -"Désolé, une erreur s’est produite lors de l’envoi du courriel d’invitation. " -"Veuillez vérifier la configuration des courriels du serveur ou contacter " -"l’administrateur⋅ice." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s a été ajouté⋅e" @@ -324,8 +301,8 @@ msgid "" "Participant '%(name)s' has been deactivated. It will still appear in the " "list until its balance reach zero." msgstr "" -"« %(name)s » a été désactivé⋅e. Il⋅elle continuera d’apparaître jusqu'à ce " -"que son solde soit nul." +"« %(name)s » a été désactivé⋅e. Il⋅elle continuera d’apparaître jusqu'à " +"ce que son solde soit nul." #, python-format msgid "Participant '%(name)s' has been removed" @@ -347,6 +324,9 @@ msgstr "La facture a été supprimée" msgid "The bill has been modified" msgstr "La facture a été modifiée" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "Erreur lors de la suppression de l'historique du projet" @@ -431,11 +411,9 @@ msgstr "Éditer le projet" msgid "Delete project" msgstr "Supprimer le projet" -msgid "Import JSON" -msgstr "Importer le fichier JSON" - -msgid "Choose file" -msgstr "Choisir un fichier" +#, fuzzy +msgid "Import project" +msgstr "Éditer le projet" msgid "Download project's data" msgstr "Télécharger les données du projet" @@ -467,12 +445,22 @@ msgstr "Éditer le projet" msgid "This will remove all bills and participants in this project!" msgstr "Cela supprimera toutes les factures et participant⋅es du projet !" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importer un fichier JSON précédemment exporté" + +msgid "Choose file" +msgstr "Choisir un fichier" + msgid "Edit this bill" msgstr "Éditer cette facture" msgid "Add a bill" msgstr "Ajouter une facture" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Tout le monde" @@ -558,13 +546,13 @@ msgstr "" #, python-format msgid "Bill %(name)s: added %(owers_list_str)s to owers list" -msgstr "" -"Facture %(name)s : %(owers_list_str)s ajouté à la liste des débiteur⋅ices" +msgstr "Facture %(name)s : %(owers_list_str)s ajouté à la liste des débiteur⋅ices" #, python-format msgid "Bill %(name)s: removed %(owers_list_str)s from owers list" msgstr "" -"Facture %(name)s : %(owers_list_str)s supprimé de la liste des débiteur⋅ices" +"Facture %(name)s : %(owers_list_str)s supprimé de la liste des " +"débiteur⋅ices" #, python-format msgid "" @@ -591,11 +579,11 @@ msgid "" " " msgstr "" "\n" -" Le tableau ci-dessous liste les actions enregistrées avant la " -"désactivation de l'historique du projet. Vous pouvez\n" -"
supprimer l'historique du projet pour les " -"supprimer.

\n" +" Le tableau ci-dessous liste les actions enregistrées avant" +" la désactivation de l'historique du projet. Vous pouvez\n" +" supprimer l'historique du projet pour " +"les supprimer.

\n" " " msgid "" @@ -608,18 +596,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Supprimer toutes les adresses IP enregistrées" -msgid "No history to erase" -msgstr "Aucun historique à supprimer" - -msgid "Clear Project History" -msgstr "Supprimer les entrées de l'historique du projet" - msgid "No IP Addresses to erase" msgstr "Aucune adresse IP à supprimer" msgid "Delete Stored IP Addresses" msgstr "Supprimer les adresses IP enregistrées" +msgid "No history to erase" +msgstr "Aucun historique à supprimer" + +msgid "Clear Project History" +msgstr "Supprimer les entrées de l'historique du projet" + msgid "Time" msgstr "Heure" @@ -628,8 +616,8 @@ msgstr "Évènement" msgid "IP address recording can be enabled on the settings page" msgstr "" -"Vous pouvez activer l'enregistrement des adresses IP dans les paramètres de " -"la page" +"Vous pouvez activer l'enregistrement des adresses IP dans les paramètres " +"de la page" msgid "IP address recording can be disabled on the settings page" msgstr "" @@ -687,9 +675,15 @@ msgstr "" "Participant⋅e %(name)s : nombre de parts changé de %(old_weight)s en " "%(new_weight)s" +msgid "Payer" +msgstr "Payeur" + msgid "Amount" msgstr "Montant" +msgid "Date" +msgstr "Date" + #, python-format msgid "Amount in %(currency)s" msgstr "Montant en %(currency)s" @@ -765,6 +759,45 @@ msgstr "" "Ne réutilisez pas un de vos mots de passe. Choisissez un code d'accès et " "envoyez le à vos ami⋅es" +msgid "Hi" +msgstr "Salut" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" +"Quelqu'un dont l'adresse email est %(contact_email)s vous " +"a invité à partager vos dépenses pour \"%(name)s\"." + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" +"Il suffit de renseigner qui a payé pour quoi, pour qui, combien ça a " +"coûté, et on s’occupe du reste." + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "Vous pouvez vous connecter grâce à ce lien : %(link)s." + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" +"Une fois connecté, vous pourrez utiliser le lien suivant qui est plus " +"facile à mémoriser : %(short_link)s " +"Si vous êtes déconnecté volontairement ou non, vous devrez utiliser " +"à nouveau le premier lien." + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Gestion de comptes" @@ -835,30 +868,21 @@ msgstr "vous confirmez ?" msgid "Invite people" msgstr "Inviter des gens" -msgid "You should start by adding participants" -msgstr "Vous devriez commencer par ajouter des participant⋅es" - -msgid "Add a new bill" -msgstr "Nouvelle facture" - msgid "Newer bills" msgstr "Factures suivantes" msgid "Older bills" msgstr "Factures précédentes" -msgid "When?" -msgstr "Quand ?" +msgid "You should start by adding participants" +msgstr "Vous devriez commencer par ajouter des participant⋅es" -msgid "Who paid?" -msgstr "Qui a payé ?" +msgid "Add a new bill" +msgstr "Nouvelle facture" msgid "For what?" msgstr "Pour quoi ?" -msgid "How much?" -msgstr "Combien ?" - #, python-format msgid "Added on %(date)s" msgstr "Ajouté le %(date)s" @@ -932,8 +956,8 @@ msgid "" " creation of this budget management project and we will " "send them an email for you." msgstr "" -"Entrez les emails des personnes avec qui vous souhaitez partager ce projet, " -"nous leur enverrons un lien d'invitation." +"Entrez les emails des personnes avec qui vous souhaitez partager ce " +"projet, nous leur enverrons un lien d'invitation." msgid "Who pays?" msgstr "Qui doit payer ?" @@ -1269,3 +1293,57 @@ msgstr "Période" #~ msgid "Participants to notify" #~ msgstr "ajouter des participant⋅e⋅s" + +#~ msgid "Import" +#~ msgstr "Importer" + +#~ msgid "Amount paid" +#~ msgstr "Montant" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Nous avons essayé de vous envoyer " +#~ "un courriel de rappel, mais une " +#~ "erreur s’est produite. Il est toujours" +#~ " possible d’utiliser le projet normalement." + +#~ 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 "" +#~ "Désolé, une erreur s’est produite lors" +#~ " de l’envoi du courriel contenant les" +#~ " instructions de réinitialisation de mot" +#~ " de passe. Veuillez vérifier la " +#~ "configuration des courriels du serveur " +#~ "ou contacter l’administrateur⋅ice." + +#~ msgid "Invalid JSON" +#~ msgstr "Le fichier JSON est invalide" + +#~ 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 "" +#~ "Désolé, une erreur s’est produite lors" +#~ " de l’envoi du courriel d’invitation. " +#~ "Veuillez vérifier la configuration des " +#~ "courriels du serveur ou contacter " +#~ "l’administrateur⋅ice." + +#~ msgid "Import JSON" +#~ msgstr "Importer le fichier JSON" + diff --git a/ihatemoney/translations/hi/LC_MESSAGES/messages.mo b/ihatemoney/translations/hi/LC_MESSAGES/messages.mo index 0f859855ea239ead656476110661fb56374f6682..885d1105e774205dfe64752d8a1ca3e2a07ac9bb 100644 GIT binary patch delta 3206 zcmYk;drZ}39LMo50s;q!10*0F1XMtgBZw$?zoC+fAqoscOEcF+&9sY`wxiC})G4W? zBc~QQFUu|-%}dKem(l_%-jEdJW*!BL1roV8Q0UJ%~J74jKL1A%1jx+FE%*HGp=H;_;-ov;s8-wvhbm0QzUR#R1Y#nd0xWl=A5EJR2z#P1cTKm74 zfT3=)kI{oQcoBJ7CWC0cLUb{|ji3?Ag$WpsWvEQdK@GSPBXJ#e!ELDf4`K*@iph8s zb^rJHIJRIM-okKvh!GghMLidXZsxZ{8k)ElYM`NxRhUA55hh_B=HdY)>vjdF;&s#n zLl{IEDaOHAi(_#+vU}Ew%D_!jW*?wWk+@i{QszcQo`sJF!oKutQTJ^?P4o_G&l`}S z>
=TH&;mF63X4rIJ@YScHRcG#25TsMH@tP0-|c3A@v8 zMLnn0YXTQ4W3f&@7kkqmh$P9LL8X2%YTP9WPN5?G0n70k zQfF33nh3_mqx!X|@#Z-$L8W{(YT|m-xDCkKt4 zCZSTBfr{9Rig2Ry`ApO}FQK+-ozwpSb^lkWh4@-&s2F}jMf#Ux1W#$A6x0COyeZOR zRHW6Y0bW2Ya1rYMrO29X4Qkw7n2v{V23|rhda3jxo&V`H4s&4}D&p}^1Qt??`W~2t znqVHXHd~BYxDkir5!8eo$k-N1*bHSEn1&;96wbo2*oc{U13fzbZt|hM@uDKi$No43 zmGYNS5wE}=Sci)A2x?(Xs0q)b0{GSO2C6vkIR1^AC%790j^S9L^FNWsP<$T;V;d^f zT{$a?v@a^cO5|k=c++Xvgv!uP)I#?mbJ%gz#J@P7x1$#N2WkO#QRCi6p9V-x3w)4` zdN3DtyaqY_T0Fy-`doB%q89kDj{bn2W+mKrE+dec81g!Zet)dN`N(Z{9$&=^*o-5X z{TfF1BL8z}-0c;Zu!_T~R4;Q}k8G1QAkW${)E814^0Mgcz#o}HETlgVXXA$$fnj|D z3yZ}@Ef|CFN{(3`pI`O*0yjo6Do5H9P!D=hTTzIr)+o)m=^0AB<8p+7wEZeaX2hd;TcpMekZLGj4{rF3W`%qsb zBblWgD^dMID!3d=aRcr_Kjsur*w~H=z~^BWMLHc-)$ig&Y(!0X2P?3ApxJKRkGijf ze0RnQEW%n;X6hXeql)+vCgU|!W*<7ANAS>dI{%q8l#-1&0e7PtZ{iMo;JA&-qF~L- zYGo;o!1=fq523~xKzMq-1fRufjK?qWb-ax1nw4i@4tDX;h#6_dHd+QUmQ^|Z zdejztgXx$(DvwY4JzWrNYbnhpTuU=@lE96Y8;L~ zsf>Eb9Q?#H&I4E#O;4$88}6!M59a)ZU&&Mcjgl^foH8JSuiAZboG$aZ;ct zC!vb@Eu=i`GG50h_U}EsS4#e=2dkTGM$q;hMxgttKusj0im(rM$FtZ6ucNjuzAW%B z*;dqZXOLj68Kd<%1r&zqn1{Vl3#>sGZuZeQM56)EV+n`$Fvd>h|28~}inNx>n~S?p zDG%jL61*UV&<`sDJ^V0ei4(?w> k+y7dRg)V=5-=r9S`>-#f{l_PVg!*06js^Qeszby61LE0YApigX delta 4821 zcmdVcdvH`&9l-Gu2#+K@QUVEt1TOClB!NI1(ilJ}?>FJ0L7^<0n`AZF4R<$z2%XC# zEp$L?XARF*uxtQZ-Yb+!4bcj;IM^9QS_WY*(gISQQ94%O5A^%H_Xes{#_>;?C7<)U z=lss^oV&^S!*MS+$C=l<#5XAZeZc<={+G6u+T(u*Iw;jTPN{=JSBqD2B4|uTUoX*!6SF zq~3|n?wE~3aRPE0ss`ucI+O)ILdlGUg?JAq;0U7O6jdF{dM}|VsoY9IcCr^Gbq7#( z{vO&BVJ`K1DB}jPeOV|6#4BB{Q2)?ogx~`In9u4YIRS zC=Xu5XYm>qV0WUD)XzbgV3Aud#s1W*QFhjV62Kd-N3bvTCX{)vqdfl^N=EOdl7DGP zW}8`aNRB0)7D{6I+lht6eCWh+#3FLGH2Y&R~+KJSg>1DD%!R z-9ibj9J_YC<`ZD<~Vejxx_}l#JX*$#7fF$-YA<8_Y)O zH^)$riKZhT<#+4rP#)Ng5=axuT{(xc(@U;*P$qhad{h!QS9Ur8Wv7KG&rd}Oa4yRD zg-CKtRZc-BHn9(G#zlApbFfoSrS@SFZoyBm09O+AG5je?2Fi(60;@uKo!6i&xCu#u zir^qTfTQsurpf!C(#wf_2(qS{fEq5r0k{Uo;y#>!f5L${lq)QmTYz$8A(Wl2z!A6x zbe!>_P*}A4`solI1W$Xe7uiEIEyqE z;wF@%IES+HKOiYr@w^hOtuoM**QJPpq--im#PgBts4|p=>)rm%C@I~J62NYhi5uPi z3vTF*KI)cRPh|V=#Ss)Hw&Dw}Kl%Rw4L8W=WCn&kPKthx&r-jR3$Z8fCc{)M zhH(X6z`x)pcxo`exN!FnXTdhvPRc#51t>=~8Cgo{C|_usvdKSls8cjNji2I3Oy}k; z#bQjr<0xl$8u_Rj{MbW8Pccgz9v{l@1KQu_hm60Ce8;G}ZapE-Ig%8V=Vzk4Evrll z64@3UjWLv4d>3V+w!@uYpUEhfXfg6p0e+Ai^<(UU=TUC?Rg`gGAjwc|xryR%dQ7I@D8TnOa|BDQk2Vf871KMUw6iLLCvJ0AB8L&k8?198aCrRypA(4e=Lh(JxYDr zIHe}xc9iF@qhuoKIj8PHxopMQ8&{(oI|Y8GQ$6LKETEJIZA-V6P@}FETw)Qd*R|q;u zY2?3#LSORv6FRodUl%x9@-oo}K2fUNQUy+NcHt}w78tQ#azzz$X%aV$6dk0}(Y({ynZ=l?v z&fjqUCVU0Qv4PVl&$nXxoPz3r9kCeO;S%J#NtqQC>OSP7*7Kte-g-Wk-l27TVpXsv5Z0=_{?b^_u&a%$9Psq1XC@HKEEnOw|1nr=Vn3kJ&kkHe>-qI?6 zz|W-KaL~wAbAyIamn}VC9cb97lQ_dcJ7jwXf1uVMc9yc2e{x&}PYUe6#T6?_@7k(| zzf=!|{bhbO;SXs8Jk>_0n zU9MI_=6#$>DD1DS)N078W<|GJ(G9UdLp+_$m#pYvE81j5qe|`#eGOLQMtIy|w?&Uwjq8;a zebZ`OYf0t%R`fVMhiJBb|QIu|$ zJ84gP*a>bUnV>`$8)92)tmrN_Leo2TMLHX;#?_G@c~VWDbazg{d0r;m(2@q(4C#Bh zC0=KzWQBZ7{;cQ;x|~6B46oUHW62$Mn>$95DG7w*&bFmM*pXF(J9-*uKKW=PoCUjd zf|8zwmW9?vZcgf-LK4UygIe|%-4hv-)gy^?O5lucitL`%^BL*?pHmZg-IMlzm6F)a zNuD;5dHETU4<}?Mefjl_pYe;cmSOHu^V&rg\n" "Language: hi\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "आपने अभी अभी अपने खर्चों को साझा करने के लिए '%(project)s' बनाया है" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "पूर्व में निर्यात की गई JSON फ़ाइल आयात करें" - -msgid "Import" -msgstr "आयात" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "परियोजना पहचानकर्ता" @@ -120,17 +121,17 @@ msgstr "पासवर्ड पुष्टीकरण" msgid "Reset password" msgstr "पासवर्ड रीसेट" -msgid "Date" -msgstr "तारीख" +msgid "When?" +msgstr "कब?" msgid "What?" msgstr "क्या?" -msgid "Payer" -msgstr "भुगतानकर्ता" +msgid "Who paid?" +msgstr "किसने भुगतान किया?" -msgid "Amount paid" -msgstr "भुगतान की गई राशि" +msgid "How much?" +msgstr "कितना?" msgid "Currency" msgstr "मुद्रा" @@ -187,6 +188,11 @@ msgstr "आमंत्रण भेजें" msgid "The email %(email)s is not valid" msgstr "ईमेल %(email)s मान्य नहीं है" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -227,33 +233,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "कोई टोकन प्रदान नहीं किया गया" @@ -266,17 +248,23 @@ msgstr "अज्ञात परियोजना" msgid "Password successfully reset." msgstr "पासवर्ड सफलतापूर्वक रीसेट हो गया है।" -msgid "Project successfully uploaded" -msgstr "प्रोजेक्ट सफलतापूर्वक अपलोड किया गया" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "अमान्य JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "प्रोजेक्ट सफलतापूर्वक अपलोड किया गया" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "प्रोजेक्ट सफलतापूर्वक हटा दिया गया" @@ -292,14 +280,6 @@ 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 को जोड़ लिया गया है" @@ -342,6 +322,9 @@ msgstr "बिल को हटा दिया गया है" msgid "The bill has been modified" msgstr "बिल को संशोधित कर दिया गया है" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "प्रोजेक्ट इतिहास सक्षम करें" @@ -437,11 +420,9 @@ msgstr "परियोजना संपादित करें" msgid "Delete project" msgstr "परियोजना संपादित करें" -msgid "Import JSON" -msgstr "JSON को आयात करे" - -msgid "Choose file" -msgstr "फ़ाइल चुनें" +#, fuzzy +msgid "Import project" +msgstr "परियोजना संपादित करें" msgid "Download project's data" msgstr "प्रोजेक्ट का डेटा डाउनलोड करें" @@ -473,12 +454,22 @@ msgstr "प्रोजेक्ट संपादित करें" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "पूर्व में निर्यात की गई JSON फ़ाइल आयात करें" + +msgid "Choose file" +msgstr "फ़ाइल चुनें" + msgid "Edit this bill" msgstr "इस बिल को संपादित करें" msgid "Add a bill" msgstr "बिल जोड़ें" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "सब" @@ -613,18 +604,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "संग्रहीत IP पते हटाएं" -msgid "No history to erase" -msgstr "मिटाने के लिए कोई इतिहास नहीं है" - -msgid "Clear Project History" -msgstr "प्रोजेक्ट इतिहास हटाएं" - msgid "No IP Addresses to erase" msgstr "मिटाने के लिए कोई IP पते नहीं हैं" msgid "Delete Stored IP Addresses" msgstr "संग्रहीत IP पते हटाएं" +msgid "No history to erase" +msgstr "मिटाने के लिए कोई इतिहास नहीं है" + +msgid "Clear Project History" +msgstr "प्रोजेक्ट इतिहास हटाएं" + msgid "Time" msgstr "समय" @@ -686,9 +677,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "भुगतानकर्ता" + msgid "Amount" msgstr "रकम" +msgid "Date" +msgstr "तारीख" + #, python-format msgid "Amount in %(currency)s" msgstr "%(currency)s में राशि" @@ -764,6 +761,37 @@ msgstr "" "व्यक्तिगत पासवर्ड का पुन: उपयोग न करें। एक निजी कोड चुनें और इसे अपने " "दोस्तों को भेजें" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "खाता प्रबंधक" @@ -835,30 +863,21 @@ msgstr "आपको यकीन है?" msgid "Invite people" msgstr "लोगों को निमंत्रण भेजें" -msgid "You should start by adding participants" -msgstr "शुरू करने के लिए प्रतिभागियों को जोड़ें" - -msgid "Add a new bill" -msgstr "नया बिल जोड़ें" - msgid "Newer bills" msgstr "नए बिल" msgid "Older bills" msgstr "पुराने बिल" -msgid "When?" -msgstr "कब?" +msgid "You should start by adding participants" +msgstr "शुरू करने के लिए प्रतिभागियों को जोड़ें" -msgid "Who paid?" -msgstr "किसने भुगतान किया?" +msgid "Add a new bill" +msgstr "नया बिल जोड़ें" msgid "For what?" msgstr "किस लिए?" -msgid "How much?" -msgstr "कितना?" - #, python-format msgid "Added on %(date)s" msgstr "%(date)s पर जोड़ा गया" @@ -1035,3 +1054,56 @@ msgstr "अवधि" #~ msgid "People to notify" #~ msgstr "सूचित किये जाने वाले लोग" + +#~ msgid "Import" +#~ msgstr "आयात" + +#~ msgid "Amount paid" +#~ msgstr "भुगतान की गई राशि" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "हमने आपको एक अनुस्मारक ईमेल भेजने " +#~ "की कोशिश की, लेकिन कोई त्रुटि थी।" +#~ " आप अभी भी सामान्य रूप से " +#~ "प्रोजेक्ट का उपयोग कर सकते हैं।" + +#~ 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 "Invalid JSON" +#~ msgstr "अमान्य JSON" + +#~ 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 "" +#~ "क्षमा करें, आमंत्रण ईमेल भेजने का " +#~ "प्रयास करते समय कोई त्रुटि हुई। " +#~ "कृपया सर्वर के ईमेल कॉन्फ़िगरेशन की " +#~ "जाँच करें या व्यवस्थापक से संपर्क " +#~ "करें।" + +#~ msgid "Import JSON" +#~ msgstr "JSON को आयात करे" + diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.mo b/ihatemoney/translations/id/LC_MESSAGES/messages.mo index 42fef41246cf6ad084ad1be063960ea72a681e2f..3280297d5f7378365b970bc491c76544c97f2b20 100644 GIT binary patch delta 4249 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 G!~P3@;_IgX delta 6786 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 YRM}zM+xfX>TBtG\n" -"Language-Team: Indonesian \n" "Language: id\n" +"Language-Team: Indonesian \n" +"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.10-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Anda baru saja membuat %(project)s untuk membagikan harga Anda" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -53,11 +57,8 @@ msgstr "" "Proyek ini tidak dapat disetel ke 'tanpa mata uang' karena berisi tagihan" " dalam berbagai mata uang." -msgid "Import previously exported JSON file" -msgstr "Impor file JSON yang sudah diekspor sebelumnya" - -msgid "Import" -msgstr "Impor" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Pengidentifikasi proyek" @@ -119,17 +120,17 @@ msgstr "Konfirmasi kata sandi" msgid "Reset password" msgstr "Atur ulang kata sandi" -msgid "Date" -msgstr "Tanggal" +msgid "When?" +msgstr "Kapan?" msgid "What?" msgstr "Apa?" -msgid "Payer" -msgstr "Pembayar" +msgid "Who paid?" +msgstr "Siapa yang bayar?" -msgid "Amount paid" -msgstr "Jumlah bayar" +msgid "How much?" +msgstr "Berapa banyak?" msgid "Currency" msgstr "Mata Uang" @@ -184,6 +185,11 @@ msgstr "Kirim undangan" msgid "The email %(email)s is not valid" msgstr "Surel %(email)s tidak valid" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} dan {dual_object_1}" @@ -224,33 +230,9 @@ msgstr "Token yang disediakan tidak valid" msgid "This private code is not the right one" msgstr "Kode pribadi ini tidak benar" -#, python-format -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 "Email pengingat baru saja dikirimkan kepada Anda" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Kami telah mengirimi Anda email pengingat, tetapi ada kesalahan. Anda " -"masih dapat menggunakan proyek secara normal." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "Pengidentifikasi proyek adalah %(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 "" -"Maaf, ada galat saat mengirim email berisi instruksi pengaturan ulang " -"kata sandi. Silakan periksa konfigurasi email peladen atau hubungi " -"administrator." - msgid "No token provided" msgstr "Belum ada token diberikan" @@ -263,17 +245,23 @@ msgstr "Proyek tidak diketahui" msgid "Password successfully reset." msgstr "Kata sandi berhasil diatur ulang." -msgid "Project successfully uploaded" -msgstr "Proyek berhasil diunggah" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "JSON tidak valid" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Proyek berhasil diunggah" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Proyek berhasil dihapus" @@ -287,14 +275,6 @@ 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 "" -"Maaf, ada galat saat mencoba mengirim email undangan. Silakan periksa " -"konfigurasi email peladen atau hubungi administrator." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s telah ditambahkan" @@ -337,6 +317,9 @@ msgstr "Tagihan telah dihapus" msgid "The bill has been modified" msgstr "Tagihan telah diperbarui" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "Kesalahan saat menghapus riwayat proyek" @@ -421,11 +404,9 @@ msgstr "Ubah proyek" msgid "Delete project" msgstr "Hapus proyek" -msgid "Import JSON" -msgstr "Impor JSON" - -msgid "Choose file" -msgstr "Pilih berkas" +#, fuzzy +msgid "Import project" +msgstr "Ubah proyek" msgid "Download project's data" msgstr "Unduh data proyek" @@ -457,12 +438,22 @@ msgstr "Ubah proyek" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Impor file JSON yang sudah diekspor sebelumnya" + +msgid "Choose file" +msgstr "Pilih berkas" + msgid "Edit this bill" msgstr "Ubah tagihan ini" msgid "Add a bill" msgstr "Tambah tagihan" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Semua orang" @@ -596,18 +587,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Hapus alamat IP yang disimpan" -msgid "No history to erase" -msgstr "Tidak ada riwayat untuk dihapus" - -msgid "Clear Project History" -msgstr "Bersihkan Riwayat Proyek" - msgid "No IP Addresses to erase" msgstr "Tidak ada Alamat IP untuk dihapus" msgid "Delete Stored IP Addresses" msgstr "Hapus alamat IP yang disimpan" +msgid "No history to erase" +msgstr "Tidak ada riwayat untuk dihapus" + +msgid "Clear Project History" +msgstr "Bersihkan Riwayat Proyek" + msgid "Time" msgstr "Waktu" @@ -669,9 +660,15 @@ msgstr "Tagihan %(name)s diganti ke %(new_description)s" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "Pengguna %(name)s: berat berubah dari %(old_weight)s ke %(new_weight)s" +msgid "Payer" +msgstr "Pembayar" + msgid "Amount" msgstr "Jumlah" +msgid "Date" +msgstr "Tanggal" + #, python-format msgid "Amount in %(currency)s" msgstr "Jumlah dalam %(currency)s" @@ -747,6 +744,37 @@ msgstr "" "Jangan gunakan kembali kata sandi pribadi. Pilih kode pribadi dan " "kirimkan ke teman Anda" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Pengatur akun" @@ -817,30 +845,21 @@ msgstr "Anda yakin?" msgid "Invite people" msgstr "Undang orang" -msgid "You should start by adding participants" -msgstr "Anda harus mulai dengan menambahkan partisipan" - -msgid "Add a new bill" -msgstr "Tambah tagihan baru" - msgid "Newer bills" msgstr "Tagihan terbaru" msgid "Older bills" msgstr "Tagihan terdahulu" -msgid "When?" -msgstr "Kapan?" +msgid "You should start by adding participants" +msgstr "Anda harus mulai dengan menambahkan partisipan" -msgid "Who paid?" -msgstr "Siapa yang bayar?" +msgid "Add a new bill" +msgstr "Tambah tagihan baru" msgid "For what?" msgstr "Untuk apa?" -msgid "How much?" -msgstr "Berapa banyak?" - #, python-format msgid "Added on %(date)s" msgstr "Ditambahkan pada %(date)s" @@ -1045,3 +1064,54 @@ msgstr "Periode" #~ msgid "People to notify" #~ msgstr "Orang yang akan diberi pemberitahuan" + +#~ msgid "Import" +#~ msgstr "Impor" + +#~ msgid "Amount paid" +#~ msgstr "Jumlah bayar" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Kami telah mengirimi Anda email " +#~ "pengingat, tetapi ada kesalahan. Anda " +#~ "masih dapat menggunakan proyek secara " +#~ "normal." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "Pengidentifikasi proyek adalah %(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 "" +#~ "Maaf, ada galat saat mengirim email " +#~ "berisi instruksi pengaturan ulang kata " +#~ "sandi. Silakan periksa konfigurasi email " +#~ "peladen atau hubungi administrator." + +#~ msgid "Invalid JSON" +#~ msgstr "JSON tidak valid" + +#~ 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 "" +#~ "Maaf, ada galat saat mencoba mengirim" +#~ " email undangan. Silakan periksa " +#~ "konfigurasi email peladen atau hubungi " +#~ "administrator." + +#~ msgid "Import JSON" +#~ msgstr "Impor JSON" + diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.mo b/ihatemoney/translations/it/LC_MESSAGES/messages.mo index 15f91567aad65a99d76de621cb4ab5e6aba02237..03c10ffa4640b153bde77127862b15211773e3ab 100644 GIT binary patch delta 3411 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 diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.po b/ihatemoney/translations/it/LC_MESSAGES/messages.po index e25dd0e36..f41277f85 100644 --- a/ihatemoney/translations/it/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po @@ -1,19 +1,23 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-11-25 23:51+0000\n" "Last-Translator: Paolo Campetto \n" -"Language-Team: Italian \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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.10-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, 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 "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Importare il file JSON esportato precedentemente" - -msgid "Import" -msgstr "Importare" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identificatore del progetto" @@ -120,17 +121,17 @@ msgstr "Conferma password" msgid "Reset password" msgstr "Reset della password" -msgid "Date" -msgstr "Data" +msgid "When?" +msgstr "Quando?" msgid "What?" msgstr "Cosa?" -msgid "Payer" -msgstr "Pagatore" +msgid "Who paid?" +msgstr "Chi ha pagato?" -msgid "Amount paid" -msgstr "Importo pagato" +msgid "How much?" +msgstr "Quanto?" msgid "Currency" msgstr "Valuta" @@ -188,6 +189,11 @@ msgstr "Invia inviti" msgid "The email %(email)s is not valid" msgstr "L'email %(email)s non è valida" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -230,33 +236,9 @@ msgstr "" 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 "Ti è stato inviato un promemoria per email" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Abbiamo provato a inviarti un promemoria per email, ma si è verificato un" -" errore. Puoi comunque utilizzare normalmente il progetto." - -#, 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 "" -"Spiacenti, si è verificato un errore durante l'invio dell'email con le " -"istruzioni per il reset della password. Verifica la configurazione " -"dell'email del server o contatta l'amministratore." - msgid "No token provided" msgstr "Nessun token fornito" @@ -269,17 +251,23 @@ msgstr "Progetto non conosciuto" msgid "Password successfully reset." msgstr "Reset della password effettuato." -msgid "Project successfully uploaded" -msgstr "Progetto caricato con successo" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "JSON non valido" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Progetto caricato con successo" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Progetto rimosso con successo" @@ -293,15 +281,6 @@ 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 "" -"Spiacenti, si è verificato un errore durante l'invio delle email di " -"invito. Verifica la configurazione dell'email sul server o contatta " -"l'amministratore." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s è stato aggiunto" @@ -344,6 +323,9 @@ msgstr "La spesa è stata cancellata" msgid "The bill has been modified" msgstr "L'addebito è stato aggiornato" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Attivare la cronologia del progetto" @@ -437,11 +419,9 @@ msgstr "Modifica progetto" msgid "Delete project" msgstr "Modifica progetto" -msgid "Import JSON" -msgstr "Importa JSON" - -msgid "Choose file" -msgstr "Scegli file" +#, fuzzy +msgid "Import project" +msgstr "Modifica progetto" msgid "Download project's data" msgstr "Scarica i dati del progetto" @@ -475,12 +455,22 @@ msgstr "Modifica il progetto" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importare il file JSON esportato precedentemente" + +msgid "Choose file" +msgstr "Scegli file" + msgid "Edit this bill" msgstr "Modifica questa spesa" msgid "Add a bill" msgstr "Aggiungi un addebito" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Tutti" @@ -611,12 +601,18 @@ msgid "" "Some entries below contain IP addresses, even though this project has IP " "recording disabled. " msgstr "" -"Alcune voci qui sotto contengono indirizzi IP, anche se in questo progetto " -"la registrazione degli IP è disabilitata. " +"Alcune voci qui sotto contengono indirizzi IP, anche se in questo " +"progetto la registrazione degli IP è disabilitata. " msgid "Delete stored IP addresses" msgstr "Cancella indirizzi IP conservati" +msgid "No IP Addresses to erase" +msgstr "Nessun indirizzo IP da cancellare" + +msgid "Delete Stored IP Addresses" +msgstr "Cancella Indirizzi IP Conservati" + #, fuzzy msgid "No history to erase" msgstr "Nessuna cronologia da cancellare" @@ -624,12 +620,6 @@ msgstr "Nessuna cronologia da cancellare" msgid "Clear Project History" msgstr "Cancella Cronologia Progetto" -msgid "No IP Addresses to erase" -msgstr "Nessun indirizzo IP da cancellare" - -msgid "Delete Stored IP Addresses" -msgstr "Cancella Indirizzi IP Conservati" - msgid "Time" msgstr "Ora" @@ -695,9 +685,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Pagatore" + msgid "Amount" msgstr "Importo" +msgid "Date" +msgstr "Data" + #, python-format msgid "Amount in %(currency)s" msgstr "Importo in %(currency)s" @@ -773,6 +769,37 @@ msgstr "" "Non riutilizzare una password personale. Scegli un codice privato e " "invialo ai tuoi amici" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Gestione account" @@ -844,30 +871,21 @@ msgstr "sei sicuro?" msgid "Invite people" msgstr "Invita persone" -msgid "You should start by adding participants" -msgstr "Dovresti cominciare aggiungendo partecipanti" - -msgid "Add a new bill" -msgstr "Aggiungi una nuova spesa" - msgid "Newer bills" msgstr "Addebiti recenti" msgid "Older bills" msgstr "Prime spese" -msgid "When?" -msgstr "Quando?" +msgid "You should start by adding participants" +msgstr "Dovresti cominciare aggiungendo partecipanti" -msgid "Who paid?" -msgstr "Chi ha pagato?" +msgid "Add a new bill" +msgstr "Aggiungi una nuova spesa" msgid "For what?" msgstr "Per cosa?" -msgid "How much?" -msgstr "Quanto?" - #, python-format msgid "Added on %(date)s" msgstr "Aggiunto il %(date)s" @@ -1066,3 +1084,55 @@ msgstr "Periodo" #~ msgid "People to notify" #~ msgstr "Persone da informare" + +#~ msgid "Import" +#~ msgstr "Importare" + +#~ msgid "Amount paid" +#~ msgstr "Importo pagato" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Abbiamo provato a inviarti un promemoria" +#~ " per email, ma si è verificato " +#~ "un errore. Puoi comunque utilizzare " +#~ "normalmente il progetto." + +#~ 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 "" +#~ "Spiacenti, si è verificato un errore " +#~ "durante l'invio dell'email con le " +#~ "istruzioni per il reset della password." +#~ " Verifica la configurazione dell'email del" +#~ " server o contatta l'amministratore." + +#~ msgid "Invalid JSON" +#~ msgstr "JSON non valido" + +#~ 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 "" +#~ "Spiacenti, si è verificato un errore " +#~ "durante l'invio delle email di invito." +#~ " Verifica la configurazione dell'email sul" +#~ " server o contatta l'amministratore." + +#~ msgid "Import JSON" +#~ msgstr "Importa JSON" + diff --git a/ihatemoney/translations/ja/LC_MESSAGES/messages.mo b/ihatemoney/translations/ja/LC_MESSAGES/messages.mo index 1e8d031d344f88f47681b9f689921eb565b1af2d..c110943289b3a0694d5455010b20d8dcfe12f84e 100644 GIT binary patch delta 3209 zcmYk-d2Ccw6vy#frpvT|U7(burKQjnhSH(fmcp>4NFz`X6#@>`Dj^gLD1=x9G9Xnk z7*hfbNDx`lC^d@uTA^Z;1~eiG2qH-0R1%a$s1lX{BI5VwyMIWA`Mi7Id*_~W?t9bU zUXN&873xTeY&85k$p2LRkLK%t|5Cddf4W!4s(5 z|G{1um0-+An2NLUDDpAc1krlM7{~f%3PV8mbd>Q32OrS6qk5xCwQAGe+Xa z*cV$-*ME;a@eC&6RrKNmj72Y#x-SV6Sl^^@poMc$fks(pVjANm*c%(L0QVqWH)rv2 zyog$$j3DYrIgZ32PQcB`?wK&E1HYp>dk;gZB#v~|vIJD+Irv{79LhL|x^6vcp$(`# z--;AvT2KjngR1b9wFA}aOQ_CVLp?jU?R-iy{a0n_^i?;OU@4Br5?qODeJg5#cI$D> zWE@7_r|h*r9I9i9c3gmYj2}jtWS&8_ekm$$T`&5tgL*sBfJ$f^s?t`ZOXf>dr6+MZ z{)#+jrkFNSjG2fU2T}2At#zoD*P|A0M8(~TrvDegi$U33ssr2QlJ>r zUiL<{HVaj;4^`nLd%g-4=Xumtt+V4@sO!H%B@zmApoifCs?uB5Snkq7X{Z4Ce5ulM zRHd^}0cubQEu(&rM_s>UW?T zwLmSBn^}rE_$CIh1-0M}B(~{F*@QA#n1N$)99H85+>P0I8B_KCC(sY=jSp3kABSTZ zs^yDO6|csD*nq0E1(jGkYQb+&1)R5DMm?N=TJNIP@$}~bM=w69_kR)xqi`pV#12%e z`|z%)(xIpdXCNQ5h%dbjZ=pK04VCD7$QoupYT?uN{5e#jS5OIDN5#F3Aq7a!a8Kl; zZY)5(UZr*%#CCqv=iyAu<>YzJucjS-oIA+fvdyUbKEQH3hWbhGk;N;BDOih@I1dkG z(f?8oGT9LAZ4i~|GV4klz<4dv6w`#d?l7w5VLQHqY`;mQENz_+qp=!w{d_!$Yj80> zk?X!KhjT;jg=d)1o_3%*a0T=67V2ru$a9~8O4LGCsPivlEH+v9;te9Y4}xU%oQX;(AX(p3a-amNPyt>-?a?lz+vYIF;&oJof1?6qH?33NRma;|f#)o9(#Gp8pZmflGEAGs3;EFDfygwFuRLGE|%j zRDlan>#fDL`1uI>{}=}WX6Il79>70P0h){5hi@NhfnTf_P?dC|0`@C$f7_>{65L|l zXFZL2h;QL+Oykv+Um1p(P)i=57Ru*$SP2wj4F*uHejnAL{aApfus24Qx%Z`^ z;tWDvKNYogPh&FHSVO3F8g(#+gKelz{EXvpD359YUqDr~7Zv!J^{#c$X!rb7)B=l8 z3Dw*AcTfv`Vb343?|92AbMl>!I@4lKg#QT?f1qw T3(6LDaqf+N5aBEwTj%)~lq^pI delta 4400 zcmajh3vg7`9mnwl32)^62v2VX!Ye$Y2;m_XD4hnOKq=BN6YG*)!rCMob~ivoy6kR3 zp*$sqhmH*oc@zSHZm9wqu$D5;lxfFe$_#3ymnG2J>6EskGLG%{w|f{{2We*6&pG$p z^FROdKldiou1Wr=MdX8SnYD(WxB1tff8N&WeeqM@(U^=D#vH?wTt4}LF%M!DWiwQ#0{1V%+zWF^3EqE1M;SKDLAE7E@x}^gT zKm{C(J#j4R{%>L?&c?ntAC*W6_P`MGG3)tii!Wh2d<8RE-yEl*j1s7Ye}xKk#rh8% zK)(}%S(t-ka3*pZrUDmW9JRn7P?h-*C*dbJ6CWWPPSI4N)?0@Wm2xKy?c^Y;boHp6 zzlEtlIGX+^sQZSpeJwN!b@t6fE+R*OntpY;SjM86Rg_Zn*cUr-gj-HZC`LKn6< z9D5_xHq%gN`d!q*1y-MRIV#~bs7mZWs%+{|l}O-s@B;E2n=EdocxD)?{}?LnoQQ1{ zpw7gHT6hI2@M@$8rV17KMQc6kh#FBxauv0aYp6IkQ5E?VRpHj0Q|cK)Z7>Hl9(kOG z0?kG~#&7#^)Py~#L>f`g%0<*po2-9E1^OKMm<~L-+UXF~PA8$}&q5`*0CoRjq&N{% zOhbVq_%+;ug?Iu-VW)n^9KtEM1FvHqt|sfB;m=VOC?;DaR*HI^qo@TpAw@7XI27w~ zDqhCkdjGo*OlLk4S<}o!2cO0v7{zIL2xsCg%*HW1!m8Yps3QxZcDf25!6@n|PN6FC zYaE14s0!S{;s}j4PCC;7DuETK9X)T|iF$fpwjM$)coL`MFK{7#ic@edWt@bYP)BhQ zwe$ColABCk3D!3KF{0OH3JsNP7AoU~NOjCo)WTJEd<&|iyHN@3K?Ocw$1mCIS5Wib zM?R+6_S>`lH(QVtF2bh4)ZgWX(bV%{>_#-5;Y`%T0{jL(hZ*=Lj>ijFf}i11^bbq_ zzW5#LtlRT0E73vL5y<9EE^>Ni0qVZsaO$s;Z?qQnhBqA2~on3;zaH>W@(iP2m@Q3C=*3 z>I6>2xA7^=7-P)0a0#lkN3EAo3;xa8YHWJP{g7if`KS$);#9r=wKO_%;WFxsuc6K; ziJdVsH*F8=U{pfmP_Nq@RKicS5W~jSl>Z%Gk-)a+=T~4ek1DW-bc-E`)IoKJ+T}8k*H^2Dk`DH)@M)&Jc|(psG*@V zY($RVe297oJMpe5<1AF52T_40qZW7qmGDz`yxO`K`ItBOQoMhn)_G_``uZHy{Hh7m zUx9aWK?x*K{desRe@C5RW?p*2AnSNkV)@p2s0u7X#qnYmu0thKhjDDe`M8)T`3lxg zr2cQwsOI-&A?8o!KOuMs6|jf{)YDpyT5y-O4z;s`s0A*g{x)=YES>OtYq@nRD$a4# zThN4y@lJ$>m&QWg1!aB)RjT(;3$}SYok%D2)9;5mf@)NyYHwiV9({V;>e1_>xLl=fy$D&F#0ky;L+v}@Q0b@uEvkSG8t1}XPJ7#3IFAY?b zg`IMb-<#;yn|&IDgza%p;C{(#98SN zFC&XkXk{Sib%MT-FYNfsLg8RVQP>|S3ypT>mH0d%pHsBVSMπEpdfu_#cs)L&c? z^yoGxurxIk@&zL+d_jjb84r7k!l}z1Z>hh`Pf$-d5FBk51cJfJ9F5#N(QvR*d4>b2 zlv5G>Wh?yQ^irwizdEnHuS)Fy<&`Mt+oNS4zt>k5_Am9b34h2LGORopc*a*09v(_O z-M^@X&j|!P*v5_F5#2~ zf~B64lFHGE^8-F^*(G;WZtkeDxlV50q_Mdp$L1z3I%iwAdZFRQhT6oMp*d}f+}JB_ zJmJP)cH^(R@%2UzjT_sZJh3HNeZY7wskkxR=d%ox7O}&KDGDm4O`vl9yeO+MyqNz zjnB^8_)@a5`ktw{(ZgWPiww$K6;%x;Soh<9*ZmBB8{l@!MP0 zct>^Zn%u^Q8vgr1>OZkX%jwBj{q=M4duDr|!lhQHI(6>aSk1OUeS47@W!iK7jdN~v PeX6~ip+x`5l^Op5@-cEQ diff --git a/ihatemoney/translations/ja/LC_MESSAGES/messages.po b/ihatemoney/translations/ja/LC_MESSAGES/messages.po index a0ebdcf92..a395f7fdc 100644 --- a/ihatemoney/translations/ja/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ja/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2020-11-11 16:28+0000\n" "Last-Translator: Jwen921 \n" "Language: ja\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "費用を共有するため、%(project)sが作られました" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -50,11 +54,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "以前のJSONファイルをインポートする" - -msgid "Import" -msgstr "インポート" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "プロジェクトの名前" @@ -116,17 +117,17 @@ msgstr "パスワードの確認" msgid "Reset password" msgstr "パスワードの再設定" -msgid "Date" -msgstr "日付" +msgid "When?" +msgstr "いつ?" msgid "What?" msgstr "何ですか?" -msgid "Payer" -msgstr "支払人" +msgid "Who paid?" +msgstr "誰が支払った?" -msgid "Amount paid" -msgstr "支払額" +msgid "How much?" +msgstr "いくら?" msgid "Currency" msgstr "通貨" @@ -183,6 +184,11 @@ msgstr "招待状を出す" msgid "The email %(email)s is not valid" msgstr "メールアドレス%(email)sは無効" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -223,28 +229,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "印が入力されていない" @@ -257,17 +244,23 @@ msgstr "未知のプロジェクト" msgid "Password successfully reset." msgstr "パスワードを再設定できました。" -msgid "Project successfully uploaded" -msgstr "プロジェクトをアップロードできました" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "無効なJSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "プロジェクトをアップロードできました" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "プロジェクトを削除できました" @@ -281,12 +274,6 @@ 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 "%(member)sが追加されました" @@ -327,6 +314,9 @@ msgstr "明細が削除されました" msgid "The bill has been modified" msgstr "明細が変更されました" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "プロジェクトの歴史を有効にする" @@ -420,11 +410,9 @@ msgstr "プロジェクトを編集する" msgid "Delete project" msgstr "プロジェクトを編集する" -msgid "Import JSON" -msgstr "JSONを導入する" - -msgid "Choose file" -msgstr "ファイルを選択する" +#, fuzzy +msgid "Import project" +msgstr "プロジェクトを編集する" msgid "Download project's data" msgstr "プロジェクトのデータをダウンロードする" @@ -456,12 +444,22 @@ msgstr "プロジェクトを編集する" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "以前のJSONファイルをインポートする" + +msgid "Choose file" +msgstr "ファイルを選択する" + msgid "Edit this bill" msgstr "明細を編集する" msgid "Add a bill" msgstr "新しい明細書を追加する" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "皆" @@ -587,18 +585,18 @@ msgstr "このプロジェクトのIP記録が操作できない一方、下の msgid "Delete stored IP addresses" msgstr "保存されたIPアドレスを削除する" -msgid "No history to erase" -msgstr "削除できる歴史はない" - -msgid "Clear Project History" -msgstr "プロジェクトの歴史を取り除く" - msgid "No IP Addresses to erase" msgstr "削除できるIPアドレスはない" msgid "Delete Stored IP Addresses" msgstr "保存されたIPアドレスを削除する" +msgid "No history to erase" +msgstr "削除できる歴史はない" + +msgid "Clear Project History" +msgstr "プロジェクトの歴史を取り除く" + msgid "Time" msgstr "時間" @@ -660,9 +658,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "支払人" + msgid "Amount" msgstr "金額" +msgid "Date" +msgstr "日付" + #, python-format msgid "Amount in %(currency)s" msgstr "%(currency)sでの金額" @@ -736,6 +740,37 @@ msgid "" "your friends" msgstr "自分のパスワードを再利用しないでください。私用コードを選んで、友達に送る" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "アカウント管理者" @@ -807,30 +842,21 @@ msgstr "確認?" msgid "Invite people" msgstr "人を誘う" -msgid "You should start by adding participants" -msgstr "参加者を追加して始めましょう" - -msgid "Add a new bill" -msgstr "新しい明細を追加する" - msgid "Newer bills" msgstr "もっと新しい明細" msgid "Older bills" msgstr "もっと古い明細" -msgid "When?" -msgstr "いつ?" +msgid "You should start by adding participants" +msgstr "参加者を追加して始めましょう" -msgid "Who paid?" -msgstr "誰が支払った?" +msgid "Add a new bill" +msgstr "新しい明細を追加する" msgid "For what?" msgstr "何のため?" -msgid "How much?" -msgstr "いくら?" - #, python-format msgid "Added on %(date)s" msgstr "%(date)sに追加された" @@ -998,3 +1024,42 @@ msgstr "期間" #~ msgid "People to notify" #~ msgstr "知らせたい人" + +#~ msgid "Import" +#~ msgstr "インポート" + +#~ msgid "Amount paid" +#~ msgstr "支払額" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "催促メールを送った時、エラーが発生しました。このプロジェクトはまだ使えます。" + +#~ 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 "Invalid JSON" +#~ msgstr "無効なJSON" + +#~ 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 "申し訳ございませんが、招待メールを送ったとき、エラーが発生しました。メールアドレスを再度チェックするかまたは管理者に連絡ください。" + +#~ msgid "Import JSON" +#~ msgstr "JSONを導入する" + diff --git a/ihatemoney/translations/kn/LC_MESSAGES/messages.mo b/ihatemoney/translations/kn/LC_MESSAGES/messages.mo index 038f5b14b74d159a30a7625e7cb7e479a0e8e8ee..bfc858c8cd76b5e420b426934d1e23e5711f2db5 100644 GIT binary patch delta 1119 zcmYk*O-K}B9LMoz-*odO_oZ@O)>@6kHZ9$jc6LchDJ0Df_NsI!tUy?;Lr8~YJSdR| zNy0-NqDyqJ4mJcy@7W6qL6;0FjDil)%`P1x`u=JT4Kwq3o@btUp6CCcXP#}FN!v>i z|CHg_$(7LM<@Vo^@EcP_y&653#T4eS7*C)N3%C-`U*0pf<-uvt8o%}#oRsl5S% z%x^3T8lV-!co^wx`mqd8qar=;)<;p1PP+B$s0`gk3tu7U-VQw$0+$+hxUmUzGpI~0U>m-}7L3!_ibt>=uVM{; zLG1~DIr%?8p^~sQPyy9(414i47O`a< zPjEke!@bzTFVTtPsCgD`3W~UaS$5%B)Lxjy&FX;qwgG+(vTrKzF~)HY-(wG6<2x#l zpRQpl`dd;+w#^=7ZRQYe!G0u0Q+tJi_P{i1!Z}RhGHMS*t1fr=PdfMgQIGRBkn=i2 o!55xTy0IzKm~KioXY*Sv%1&pA?R9>X_4%B>&{&ZZi=}*j0B+-MuK)l5 delta 1549 zcmYMzZAesE7{KwPGg|7TW@(w_p0Z*$bu5#zEXWELdLep|P};Uh@9JzbbLD!cD2b_v zq9O<;3!!#7mfmgP4n>8UMgi+T%!Q^#&!8 z4=9Pr~6VlN@r3#m!?D!Xy49!gcan!VL;w&7)AuhukTt@o_$0v8=HSWc~ zP?}#_#-~SmH0lu`8QLkVVgf=3}@p#l*{r0x8YlqfU7uXnb(SKcm*T) z8FyfqWBLt8QSM4DFJ9s_BWtQ{D9?pZPIR!C^OvIhTuiX^ZJ zrN0YX@DfVG|DxQPQdX6~)i?*6a4GJ@YCMO#a0CxxRf7M9EN}(4;&a@9l|);Qdr%g- zkFxVg{595M3(6h2fI%6@I^MzG$XiimWSfr~hp`$T<6CUS6gQNr+LFi3lgb>Fzf}{; zQMDnPQk__b2T<-tKg!)0L|J$oHTo*P-i^5x$r*klzd35gW47)Nh24Yx(yW|lw`tk# znVhCj@#PqGAu*y3-!nZ!?H{( zs9TxdPP4}jM9JHg W{`s#d(R)jFAp4N523>zyt?z&7Q%;ir diff --git a/ihatemoney/translations/kn/LC_MESSAGES/messages.po b/ihatemoney/translations/kn/LC_MESSAGES/messages.po index f790b17ea..b7c828426 100644 --- a/ihatemoney/translations/kn/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/kn/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-10-17 04:56+0000\n" "Last-Translator: a-g-rao \n" "Language: kn\n" @@ -13,7 +13,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" +"ನೀವು ನಿಮ್ಮ ಖರ್ಚು/ವೆಚ್ಚವನ್ನು ಹಂಚಿಕೊಳ್ಳಲು %(project)s ಯೋಜನೆಯನ್ನು " +"ಸೃಷ್ಟಿಸಿದ್ದೀರಿ" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -51,12 +57,9 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" +msgid "Compatible with Cospend" msgstr "" -msgid "Import" -msgstr "ಆಮದು" - msgid "Project identifier" msgstr "" @@ -114,17 +117,17 @@ msgstr "ಪ್ರವೇಶಪದ ದೃಢೀಕರಿಸಿ" msgid "Reset password" msgstr "ಪ್ರವೇಶಪದ ಮರುಹೊಂದಿಸಿ" -msgid "Date" -msgstr "ದಿನಾಂಕ" +msgid "When?" +msgstr "" msgid "What?" msgstr "ಏನು?" -msgid "Payer" -msgstr "ಪಾವತಿಸಿದವರು" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "ಪಾವತಿಸಿದ ಮೊತ್ತ" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "ನಾಣ್ಯಪದ್ಧತಿ" @@ -180,6 +183,11 @@ msgstr "ಆಮಂತ್ರಣ ಕಳುಹಿಸು" msgid "The email %(email)s is not valid" msgstr "ಮಿನ್ನಂಚೆ %(email)s ಸಮಂಜಸವಾಗಿಲ್ಲ" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} ಮತ್ತು {dual_object_1}" @@ -220,32 +228,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "" @@ -258,10 +243,10 @@ msgstr "ಗೊತ್ತಿಲ್ಲದ ಯೋಜನೆ" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -269,6 +254,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -284,12 +275,6 @@ 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 ನ್ನು ಸೇರಿಸಲಾಗಿದೆ" @@ -330,6 +315,9 @@ msgstr "ಬೆಲೆಪಟ್ಟಿಯನ್ನುತೆಗೆಯಲಾಗಿದ msgid "The bill has been modified" msgstr "ಬೆಲೆಪಟ್ಟಿಯನ್ನು ಮಾರ್ಪಡಿಸಲಾಗಿದೆ" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "ಯೋಜನೆಯ ಇತಿಹಾಸವನ್ನು ತೆಗೆಯಲು ದೋಷವಾಗಿದೆ" @@ -414,11 +402,9 @@ msgstr "" msgid "Delete project" msgstr "" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "ಯೋಜನೆಯನ್ನು ರಚಿಸಿ/ಸೃಷ್ಟಿಸಿ" msgid "Download project's data" msgstr "" @@ -450,12 +436,21 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +msgid "Import previously exported project" +msgstr "" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -568,16 +563,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -641,9 +636,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "ಪಾವತಿಸಿದವರು" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "ದಿನಾಂಕ" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -717,6 +718,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -787,30 +819,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -944,3 +967,47 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" +#~ msgid "Import previously exported JSON file" +#~ msgstr "" + +#~ msgid "Import" +#~ msgstr "ಆಮದು" + +#~ msgid "Amount paid" +#~ msgstr "ಪಾವತಿಸಿದ ಮೊತ್ತ" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "ನಿಮಗೆ ನೆನವಿ ಮಿನ್ನಂಚೆ ಕಳುಹಿಸಲು " +#~ "ಪ್ರಯತ್ನಿಸಿದ್ದೆವೆ, ಆದರೆ ದೋಷವಿತ್ತು. ನೀವು " +#~ "ಯೋಜನೆಯನ್ನು ಸಾಮಾನ್ಯ ಪದತಿಯಂತೆ ಉಪಯೋಗಿಸ ಬಹುದು." + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/ms/LC_MESSAGES/messages.mo b/ihatemoney/translations/ms/LC_MESSAGES/messages.mo index 6317e14bf488609c06d51329e4dc92aafda0a6e7..1dc476cb16eb6c73ee1460ef67ace33ff9679d19 100644 GIT binary patch delta 477 zcmYk%ze|Ea9LMoH^@*emH7bJwX^4ajeV(MOsjWc}tp0$)paw0HX!IX&duX#Dnrbm{ zagBx+A)17!Xl@o1T6%w=q2ume-~08wyJ4gisei^pmxhv{&C%X9_*a_Nm>}aToWL85 z;{%T36Na#h4!&Xvd$@=;U`!a7a0FeP!aQ=WZi)m^CU&uehp5CI)W%0t;vSCU$DiLg z%XolF9OISxKmxTthaDcViCXV-oAUjj?u)T0%>8D8KpU1(2R*tK%%g`#sEeCOHFtC~ z*h2mM87Hxe+xUfJm?G&k=1?Chpz`dY)(>z#OHd`Cng*Q?_^8D9n%pXvX_ez@@^rse oyEr-X-)y5@36yNqO=niqZYG&s+wj(j+b_X$>+d+%w?oJN0iCN>^m>$9!Z?m&9{qSQw4siegh-T77C1)(FK`#HP&VkJ z)cv4rFu|#&&=?uPdEyn64RR(M(>wNhEzkT1QWSg4rSv#l#^O03pq$r zE<*xOF@tv~2k0S9^%;His5}GXH4XVEtCasMg{j6A$~-f zdS?h@7iHmZNp4sc-7Y%Oidm~2m#c(!*>&o~#b#T()a^>STJK~%dCf@0Q^|OGEt<}( kXR@owbm!XZYJqLnE}4a>RXj9L%;t=K>)#rF)7CZZ4+`i+_y7O^ diff --git a/ihatemoney/translations/ms/LC_MESSAGES/messages.po b/ihatemoney/translations/ms/LC_MESSAGES/messages.po index d176bf736..d2d92d42c 100644 --- a/ihatemoney/translations/ms/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ms/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-07-18 12:32+0000\n" "Last-Translator: Kemystra \n" "Language: ms\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -55,12 +59,8 @@ msgstr "" "Projek ini tidak boleh disetkan kepada 'tiada mata wang' kerana projek " "ini mempunyai wang dalam beberapa bentuk mata wang" -#, fuzzy -msgid "Import previously exported JSON file" -msgstr "Import fail JSON yang telah dieksport sebelum ini" - -msgid "Import" -msgstr "Import" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "" @@ -122,17 +122,17 @@ msgstr "Pengesahan kata laluan" msgid "Reset password" msgstr "Tetapkan semula kata laluan" -msgid "Date" -msgstr "Tarikh" +msgid "When?" +msgstr "" msgid "What?" msgstr "Apa?" -msgid "Payer" -msgstr "Pembayar" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "Jumlah dibayar" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "Mata wang" @@ -193,6 +193,11 @@ msgstr "" msgid "The email %(email)s is not valid" msgstr "" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -233,28 +238,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -267,10 +253,10 @@ msgstr "" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -278,6 +264,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -291,12 +283,6 @@ 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 "" @@ -337,6 +323,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "" @@ -421,11 +410,9 @@ msgstr "" msgid "Delete project" msgstr "" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "Cipta projek ini" msgid "Download project's data" msgstr "" @@ -457,12 +444,22 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Import fail JSON yang telah dieksport sebelum ini" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -575,16 +572,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -648,9 +645,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Pembayar" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "Tarikh" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -724,6 +727,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -794,30 +828,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -954,3 +979,41 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" +#~ msgid "Import" +#~ msgstr "Import" + +#~ msgid "Amount paid" +#~ msgstr "Jumlah dibayar" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.mo index 7d04c90fb7fe4558ac4ca6635fa05eab4292641a..536f5c07264456faa3707202c2c3e3dc849f9fea 100644 GIT binary patch delta 3439 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 N;I{ko=^Yy1?!O9-EHeNA diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po index 8d724b135..61e4a64fa 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po @@ -1,19 +1,23 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2022-02-13 16:54+0000\n" "Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" +"Language-Team: Norwegian Bokmål \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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.11-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Du har akkurat opprettet \"%(project)s\" for å dele dine utgifter" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -54,11 +58,8 @@ msgstr "" "Dette prosjektet kan ikke settes til «Ingen valuta» fordi det inneholder " "regninger i flere valutaer." -msgid "Import previously exported JSON file" -msgstr "Importer tidligere eksportert JSON-fil" - -msgid "Import" -msgstr "Importer" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Prosjektidentifikator" @@ -121,17 +122,17 @@ msgstr "Passordbekreftelse" msgid "Reset password" msgstr "Tilbakestill passord" -msgid "Date" -msgstr "Dato" +msgid "When?" +msgstr "Når?" msgid "What?" msgstr "Hva?" -msgid "Payer" -msgstr "Betaler" +msgid "Who paid?" +msgstr "Hvem betalte?" -msgid "Amount paid" -msgstr "Beløp betalt" +msgid "How much?" +msgstr "Hvor meget?" msgid "Currency" msgstr "Valuta" @@ -188,6 +189,11 @@ msgstr "Send invitasjoner" msgid "The email %(email)s is not valid" msgstr "E-posten \"%(email)s\" er ikke gyldig" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} og {dual_object_1}" @@ -228,35 +234,9 @@ msgstr "Angitt symbol er ugyldig" msgid "This private code is not the right one" msgstr "Denne private koden er ikke rett" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -msgstr "Du har akkurat opprettet \"%(project)s\" for å dele dine utgifter" - msgid "A reminder email has just been sent to you" msgstr "En påminnelse har blitt sendt til deg per e-post" -#, fuzzy -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"En påminnelse ble sendt til deg per e-post, men en feil inntraff. Du kan " -"fremdeles bruke prosjektet normalt." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "Prosjektidentifikatoren er %(project)s" - -#, fuzzy -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 "" -"En feil inntraff under forsendelse av passordtilbakestilling til deg per " -"e-post. Sjekk at e-postoppsettet til tjeneren er rett, eller kontakt " -"administratoren." - msgid "No token provided" msgstr "Inget symbol angitt" @@ -270,19 +250,25 @@ msgstr "Ukjent prosjekt" msgid "Password successfully reset." msgstr "Passord tilbakestilt." -#, fuzzy -msgid "Project successfully uploaded" -msgstr "Prosjekt opplastet" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Ugyldig JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" -"Kan ikke legge til regninger i flere valutaer i et prosjekt uten forvalgt " -"valuta" +"Kan ikke legge til regninger i flere valutaer i et prosjekt uten forvalgt" +" valuta" + +#, fuzzy +msgid "Project successfully uploaded" +msgstr "Prosjekt opplastet" + +msgid ": " +msgstr "" #, fuzzy msgid "Project successfully deleted" @@ -301,15 +287,6 @@ msgstr "" msgid "Your invitations have been sent" msgstr "Invitasjonene dine har blitt sendt" -#, fuzzy -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 "" -"Kunne ikke sende invitasjoner per e-post. Sjekk at e-postoppsettet på " -"tjeneren stemmer, eller kontakt administratoren." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s har blitt lagt til" @@ -354,6 +331,9 @@ msgstr "Regningen har blitt slettet" msgid "The bill has been modified" msgstr "Regningen har blitt endret" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Skru på prosjekthistorikk" @@ -447,11 +427,9 @@ msgstr "Rediger prosjekt" msgid "Delete project" msgstr "Slett prosjekt" -msgid "Import JSON" -msgstr "Importer JSON" - -msgid "Choose file" -msgstr "Velg fil" +#, fuzzy +msgid "Import project" +msgstr "Rediger prosjekt" msgid "Download project's data" msgstr "Last ned prosjektets data" @@ -486,12 +464,22 @@ msgstr "Rediger prosjektet" msgid "This will remove all bills and participants in this project!" msgstr "Dette vil fjerne alle regninger og deltagere i prosjektet!" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importer tidligere eksportert JSON-fil" + +msgid "Choose file" +msgstr "Velg fil" + msgid "Edit this bill" msgstr "Rediger denne regningen" msgid "Add a bill" msgstr "Legg til en regning" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Alle" @@ -634,12 +622,6 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Slett lagrede IP-adresser" -msgid "No history to erase" -msgstr "Ingen historikk å slette" - -msgid "Clear Project History" -msgstr "Tøm prosjekthistorikk" - #, fuzzy msgid "No IP Addresses to erase" msgstr "Ingen IP-adresser å slette" @@ -648,6 +630,12 @@ msgstr "Ingen IP-adresser å slette" msgid "Delete Stored IP Addresses" msgstr "Slett lagrede IP-adresser" +msgid "No history to erase" +msgstr "Ingen historikk å slette" + +msgid "Clear Project History" +msgstr "Tøm prosjekthistorikk" + msgid "Time" msgstr "Tid" @@ -711,9 +699,15 @@ msgstr "Regningen %(name)s fikk sitt navn endret til %(new_description)s" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "Deltager %(name)s: vekting endret fra %(old_weight)s til %(new_weight)s" +msgid "Payer" +msgstr "Betaler" + msgid "Amount" msgstr "Beløp" +msgid "Date" +msgstr "Dato" + #, python-format msgid "Amount in %(currency)s" msgstr "Beløp i %(currency)s" @@ -791,6 +785,37 @@ msgstr "" "Ikke gjenbruk et personlig passord. Velg en privat kode og send den til " "vennene dine." +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Kontobehandler" @@ -865,30 +890,21 @@ msgstr "er du sikker?" msgid "Invite people" msgstr "Inviter folk" -msgid "You should start by adding participants" -msgstr "Du kan starte ved å legge til deltagere" - -msgid "Add a new bill" -msgstr "Legg til en ny regning" - msgid "Newer bills" msgstr "Nyere regninger" msgid "Older bills" msgstr "Eldre regninger" -msgid "When?" -msgstr "Når?" +msgid "You should start by adding participants" +msgstr "Du kan starte ved å legge til deltagere" -msgid "Who paid?" -msgstr "Hvem betalte?" +msgid "Add a new bill" +msgstr "Legg til en ny regning" msgid "For what?" msgstr "For hva?" -msgid "How much?" -msgstr "Hvor meget?" - #, python-format msgid "Added on %(date)s" msgstr "Lagt til %(date)s" @@ -1227,3 +1243,54 @@ msgstr "Periode" #~ msgid "Participants to notify" #~ msgstr "legge til deltagere" + +#~ msgid "Import" +#~ msgstr "Importer" + +#~ msgid "Amount paid" +#~ msgstr "Beløp betalt" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "En påminnelse ble sendt til deg " +#~ "per e-post, men en feil inntraff. " +#~ "Du kan fremdeles bruke prosjektet " +#~ "normalt." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "Prosjektidentifikatoren er %(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 "" +#~ "En feil inntraff under forsendelse av" +#~ " passordtilbakestilling til deg per e-post." +#~ " Sjekk at e-postoppsettet til tjeneren " +#~ "er rett, eller kontakt administratoren." + +#~ msgid "Invalid JSON" +#~ msgstr "Ugyldig JSON" + +#~ 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 "" +#~ "Kunne ikke sende invitasjoner per " +#~ "e-post. Sjekk at e-postoppsettet på " +#~ "tjeneren stemmer, eller kontakt " +#~ "administratoren." + +#~ msgid "Import JSON" +#~ msgstr "Importer JSON" + diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.mo b/ihatemoney/translations/nl/LC_MESSAGES/messages.mo index b07cbc099cbdf9d7b5123bd97ce5950ab2866a8b..62d11b1ddec5d3c4661c220a6d0f0865ae3b928e 100644 GIT binary patch delta 2946 zcmYM#e@so7^ zvc~$=?b>1Z>EmA_|8@uJ>i?g_5MvHkC_-9 zW=sT@;sjiZ0mfLShQUN`)M7ZUMNMqNDBR-Q--)qY@55{y#0T&yPR23p#UO&z;s8dX zn_ybdgIXsGRpTs-W_>f4fhu2y3b-CA&NN{RZbCh<6J59)HLnXNVGp`-5QFd(2IDWN z`M;qOxq{Jn2NN)in{ljfrZLFHGNcHz0jtnL1^fwB`2{S-TR0zcX%F2s8P!#n`6H-!XHi=?jFuL>%Rm_iQHFG*DojM}xd+w4c^HR_QS+Wbb*d2+r^WGg zoWk`^)VxEec*igaPdL|C-1L7sH%7U^uZgEWYFRcaaGqlcYT-qw3RWY(=2`xbyRmRN zZbNO!2-0P92Nfrno9a*uDt-nkPSzy)uRSj0h5|k2xDs_H8d0r$6IH=BRG@cJt^Wko znJ-b59Yz&$!TEd?73UtRjKpLWflWv(umr-W+Z9zs^c!yLcOQ}Un8;15URqf zsORsZ5)5F&HGd*%&tp+>b1@A|F$e3g2(7mne9qtpRHZFEr35yiUY8D3;15w-@G(Aw zN3awxBflnt50zjk>U2MesrVw6VF&8ap1}-EWHOzw%sd9#lR8u-Yq0NRUaiZ}1$01n{G_#D+J&NbB5jH40=^w9tN zEn;Iy(j=o!cPT2ND%9y+g=%dB>UGSS3$>MQ zPMQ`>$3R?wTDStWu2sW83vR?L-9TmhDY|d~RoOSF%6>#8auM}fj-vuaO!GMdE4i*f z#odE?em`pdAyi_=af06e3k=lS5!Bv{q8138?yD#rb=V4#2h0-3YSdX-iF$s6bN>}o zLR*~sAE65B#Z>$Xb(YR!jNbn{40LKEGJP3mp%R(txEQsU^{7N%LbbTvxjukOzgVDvvE6i;R)2lhHPJeW>ny}Fc^2CD(J>sJc?et zflAE7J1I+0r~C=zIGE?L1Uqp74xy#foHWBXu?V&2kE1H6!9si*wRat;GtiCvntuLh zFGo;Ya~swAaa5dSvQr!nsuS55ish)!D|6{TZ-lAlhQ6svisvg{O#WpYW(c(#GC$+`8nRgoP2L;-t6LnBF6Uql*2B& cX=+)Z9h%wYvctW>{`SoL6@GS9;dTH20Co>1_W%F@ delta 4229 zcmbu>4Qy5A9mny9T2^@}w51fOfDZyype+!z0totrr3Tqfw6ZCMNsjSJHWM$DGUi`%mA@807}$jGv+ zDgB(6=RD8<|9}4Hgkzom>Mp!mS9!nT=PCY;i663U9$>)y7Q2Z{tXO39Il`ynt!U8ypPf!f_mde@6|hl>zm(lFp3K=qbl$=YT_Y0 zr3q_rG>$_RXBJlCJk+=aSdUAw4%gs?n8hKOM~yEazvd49XubQfk@d|U4lcsya0VVl zieRcqe>Gl=nlM0BU^C9gZMX~%A=Ngutj?om0+PI$feLsbszOUq&#yzx7hyqr`6Ujt z;0{#8yAu0R89s^H`va&FzJ?0;P1Ja$qe=}$jc-WK$Kzzqr=kM99<|Q8M1K_ZzmyBT zT+l=hp(fac<8g0t{%f4d`2ez}Ig2W3HFej*b%_&DflWhYxC9w$K8+N~+=`#Y5cxH~ ztf&5Lw>iR@COVEP;d`hBs@Ql@3hu*2cm$W>xQojlo(@#S?m}(VZd8VQ z@e16B+Je8JDsToT;Se5D<}H}k`#+xpMfw=BhS`J4=()rfP|Z1zcm%cJFFU4sARXHBK|7!jCl~X@c!if&ryLMMg{OY z)Wk0*_cg1o4?{gygL=Cflk)}mJm2c&_&V1|Ol1Ep2k&yA%xf7v6PuB7<`(=EuE(|b zC@#kLQR5a;Prc6pDzMv73*Uk2?t4*N`z=&&JdL!O`3)-3HzrYk`pTT*f|_mQnRRr=kiNPmQSjh@A397yi}6Sc>~rge;MO(SVBT*TR zMIJSCks&6H3Up`U6R5Z1F!CapKck)-K8yb~;j~%Qe>n#kF6b@zA?krcs9rdR%Iqzi zjekY$>1BN2Yj7@-gjs=g*o$}K-Kedr>aWahP6qhMx5DI5 zU%ap5)p!!yar&I{gIiG<-G{aKB&vsAz!7*HwS{M}9&4^FI|a4gd{mDtUz8lIMn$$B z3EpH-10P1cMte{h{s6U?2b1#?R~8$Govawz9prPd?eY9nv1&wIxum-%2xGIdguQNc z`}H3j_k?bfALOHKpLLrx$fZj6ZI_>QW@T=Zm-Wk6ihXtCDhqMOh0gYRk@a%cg<%ld z-V8%+xLm$rRDzI3bG^Ru?sk26FOMZH0ovZ0GyZ2epmhxyLf4{}kf{Y=(*k+Yo{ z*SXO$xpk!nJA+)8pU#J#hS{L2bSrXUVUr6jYjQvKI^)u1FV*emd?xkcAZ#_OgD~uC z)}8+xXdLz_&NwKAT$;hpZSv#tQl;h3AJ@F|1@__KP|P6>J>()c=Ffl2V3_{8BtpimlmpVJS(~S- zs%Nr<%>`k%m(BLInwy-T&cq3kjWR(#o3b6w7ONZoSW(l~($>~8v(2{6n?JK{`pmZC znQ_llj#%ts&npc}gFb*z`70ZWt6r3Kxm zRgwj`MFW=hxy$C9>;A9_gC46T8PMS}%tF>5w&DMj12g3PI2TX{)?FJZ8+!3P@%{f+EH@x9h}D*g>l@!3WI diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.po b/ihatemoney/translations/nl/LC_MESSAGES/messages.po index 9049347db..d30c89760 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: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-02-17 02:50+0000\n" "Last-Translator: Sander Kooijmans \n" "Language: nl\n" @@ -13,7 +13,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" +"Je hebt zojuist het project '%(project)s' aangemaakt om je uitgaven te " +"verdelen" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +58,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Eerder geëxporteerd JSON-bestand importeren" - -msgid "Import" -msgstr "Importeren" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Project-id" @@ -118,17 +121,17 @@ msgstr "Wachtwoord bevestigen" msgid "Reset password" msgstr "Wachtwoord herstellen" -msgid "Date" -msgstr "Datum" +msgid "When?" +msgstr "Wanneer?" msgid "What?" msgstr "Wat?" -msgid "Payer" -msgstr "Betaler" +msgid "Who paid?" +msgstr "Wie heeft er betaald?" -msgid "Amount paid" -msgstr "Betaald bedrag" +msgid "How much?" +msgstr "Hoeveel?" msgid "Currency" msgstr "Munteenheid" @@ -185,6 +188,11 @@ msgstr "Uitnodigingen versturen" msgid "The email %(email)s is not valid" msgstr "Het e-mailadres '%(email)s' is onjuist" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -225,35 +233,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Deze privécode is onjuist" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -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 "Een herinneringsmail is zojuist naar u verzonden" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"We hebben geprobeerd een herinneringsmail te versturen, maar er is iets " -"fout gegaan. Je kunt het project nog steeds normaal gebruiken." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "Het project-id is %(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 "" -"Sorry, er is iets fout gegaan bij het verzenden van een e-mail met " -"instructies om je wachtwoord te herstellen. Controleer de " -"e-mailinstellingen van de server of neem contact op met de beheerder." - msgid "No token provided" msgstr "Geen toegangssleutel opgegeven" @@ -266,17 +248,23 @@ msgstr "Onbekend project" msgid "Password successfully reset." msgstr "Wachtwoord is hersteld." -msgid "Project successfully uploaded" -msgstr "Project succesvol geüpload" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Ongeldige JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Project succesvol geüpload" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Project is verwijderd" @@ -290,15 +278,6 @@ 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 "" -"Sorry, er is iets fout gegaan bij het verzenden van de uitnodigingsmails." -" Controleer de e-mailinstellingen van de server of neem contact op met de" -" beheerder." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s zijn toegevoegd" @@ -341,6 +320,9 @@ msgstr "De rekening is verwijderd" msgid "The bill has been modified" msgstr "De rekening is aangepast" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Projectgeschiedenis inschakelen" @@ -434,11 +416,9 @@ msgstr "Project aanpassen" msgid "Delete project" msgstr "Project aanpassen" -msgid "Import JSON" -msgstr "JSON importeren" - -msgid "Choose file" -msgstr "Bestand kiezen" +#, fuzzy +msgid "Import project" +msgstr "Project aanpassen" msgid "Download project's data" msgstr "Projectgegevens downloaden" @@ -472,12 +452,22 @@ msgstr "Project bewerken" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Eerder geëxporteerd JSON-bestand importeren" + +msgid "Choose file" +msgstr "Bestand kiezen" + msgid "Edit this bill" msgstr "Deze rekening bewerken" msgid "Add a bill" msgstr "Rekening toevoegen" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Iedereen" @@ -604,18 +594,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" -msgstr "Geen geschiedenis om te wissen" - -msgid "Clear Project History" -msgstr "Verwijder Projectgeschiedenis" - msgid "No IP Addresses to erase" msgstr "Geen IP-adressen te verwijderen" msgid "Delete Stored IP Addresses" msgstr "Verwijder opgeslagen IP-adressen" +msgid "No history to erase" +msgstr "Geen geschiedenis om te wissen" + +msgid "Clear Project History" +msgstr "Verwijder Projectgeschiedenis" + msgid "Time" msgstr "Tijd" @@ -677,9 +667,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Betaler" + msgid "Amount" msgstr "Hoeveelheid" +msgid "Date" +msgstr "Datum" + #, python-format msgid "Amount in %(currency)s" msgstr "Hoeveelheid in %(currency)s" @@ -755,6 +751,37 @@ msgstr "" "Hergebruik geen persoonlijk wachtwoord. Kies een privécode en stuur het " "naar je vrienden" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Accountbeheer" @@ -826,30 +853,21 @@ msgstr "weet je het zeker?" msgid "Invite people" msgstr "Anderen uitnodigen" -msgid "You should start by adding participants" -msgstr "Begin met het toevoegen van deelnemers" - -msgid "Add a new bill" -msgstr "Nieuwe rekening toevoegen" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" -msgstr "Wanneer?" +msgid "You should start by adding participants" +msgstr "Begin met het toevoegen van deelnemers" -msgid "Who paid?" -msgstr "Wie heeft er betaald?" +msgid "Add a new bill" +msgstr "Nieuwe rekening toevoegen" msgid "For what?" msgstr "Voor wat?" -msgid "How much?" -msgstr "Hoeveel?" - #, python-format msgid "Added on %(date)s" msgstr "Toegevoegd op %(date)s" @@ -1049,3 +1067,57 @@ msgstr "Periode" #~ msgid "People to notify" #~ msgstr "Te melden personen" + +#~ msgid "Import" +#~ msgstr "Importeren" + +#~ msgid "Amount paid" +#~ msgstr "Betaald bedrag" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "We hebben geprobeerd een herinneringsmail " +#~ "te versturen, maar er is iets fout" +#~ " gegaan. Je kunt het project nog " +#~ "steeds normaal gebruiken." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "Het project-id is %(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 "" +#~ "Sorry, er is iets fout gegaan bij" +#~ " het verzenden van een e-mail met " +#~ "instructies om je wachtwoord te " +#~ "herstellen. Controleer de e-mailinstellingen " +#~ "van de server of neem contact op" +#~ " met de beheerder." + +#~ msgid "Invalid JSON" +#~ msgstr "Ongeldige JSON" + +#~ 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 "" +#~ "Sorry, er is iets fout gegaan bij" +#~ " het verzenden van de uitnodigingsmails." +#~ " Controleer de e-mailinstellingen van de" +#~ " server of neem contact op met " +#~ "de beheerder." + +#~ msgid "Import JSON" +#~ msgstr "JSON importeren" + diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.mo b/ihatemoney/translations/pl/LC_MESSAGES/messages.mo index 51e3cff36a821cdc07d4f60cbfab88171ea5dd76..32e7793a5c1e54edbb4ebebe2254d7e866ee63fe 100644 GIT binary patch delta 3622 zcmZA34NR3)9LMp)i=c?0h=4|VLj@BqT`nMSQ{>IWw@`cmV=iw7SD0`OE}7Q$^ny7{ zZOux}OiP>7e7{YX)znqCO4Br*Gfl@_x+$)j`Lbp8{c)eIErx#1bDrlp=l}no^Bg_% zM%dvOtX~o$-!}Xl=T9nsI-+#--_MO$VB7Bq|K7)#A-Fltn0WjW2jXc=$1db? zlgQ0HOu{KR3FqKC9Eo?3U(2NRH71%4H%6cbW3U(*%S=EXG_}|d=iB{DFq!M+n1vsp zV*de?@C@$48~6mS=VhAaHfp};1kGbHIE@~348s2CKvg0SHQ+StjkP!cpGG~u1S9c9 z9E3|z&u_v++=~2~&-tq-p1@vs4)tCq_GNx^m4+t1iyA1F3z>lrVi~63Tzmu;!YT!;(hSyO8 zhf!bIAGJioQA<#UdcP8t>1-T_A-) zL%mRn3hYVL=9!Pme39+zsEIbB-rs@B{3xmtKVt=6M~&lppgUm86w%O&B}g^R6x0Ou z_z(tg4!(mfXKE#(GOrXON1evDeGOQ=oz8^&8S z{-!Y$;~b$%xKWXhMFsR2DnqZW4|NVSqjvcQ+pVaH_hK3D$C-E!M`IP`^xz8A(tLxK zN^*gQN*~F$Lo6m072#-9DJP;LpNSO5G@vH#un3{o0n0Uc3>4A!5Zwx zCovWqF&?*}D*EXN>aWHjI<)D&Ms1>>P#IrCy>JipIriez;H)u2(1oKg8hxk=`tbxV z!#b>CgJ_%}YM!r9rT-3l;w6g)`^Q{E4IG^rD&=6*S1}xQ-;J7R8b;u3WYx?ZyWc_$ zybKlad#EMZVH-p(%|TQ^hfs-HCuwL+ub?Ih&k7Cv5URf%^U;g3xCV8?Z9xTe2UVGW zumlJ2jZVf{sETg3-G`d+2r95M$mX`p1sV=I?w~%OlpuhP((yot(eE$YFY_Vp1| zCTCH*_HXRothu3GJsA07%`ntgP>HI*TvSDxaU`~*-rIx<;6N_**T6^V&=TClVHlgo z&c__ogf-X)=b|=S3#tMg*dI5cCjP{}K4yCvtLVRlO02qY~YP zoN2~7WZ$@k8sIJt!uzO$Cgsskrm4uXo1v(IW}!;ifO@YLYjF|Q;YqB-EY9Qc*p376 z3*@LUr$g7&e@rN|B-EOCP!UeR1bhOu`rk0)K`q60R3Lki55eq5egD_& z`+uPJ&^=V<(R|zSdc##5j7x}!3_h52yGO7#^|2noi)oqR!R+B(VZm22y27o}@=2xR z$2n$=tDZig>hYNB`i1`1fOATlukmSTS-Y>zIm7R9#7wQ4;Vf^h_XZmMEzSyWpx)zf zyWDQ4E6?e6IdTd-xrMY{E*^AN*FW3X_W$Q{^qkw}$v`#MkU?T#!A_-(1YoExvZIk69NkSbcM3-ReD=-qkZR z^CQ{=4XamX4jnkYzNNmEu!woF$5G~es(yjPon4fj6Le)Qjtm}jZHx-;DX5GJ){LDO P9=u$d5guGwQ5o?s;CZ72 delta 5995 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\n" -"Language-Team: Polish \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" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.11-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, 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 "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -46,20 +50,18 @@ msgstr "Domyślna waluta" msgid "Setting a default currency enables currency conversion between bills" msgstr "" -"Wybranie domyślnej waluty pozwala na konwersję walutową pomiędzy rachunkami" +"Wybranie domyślnej waluty pozwala na konwersję walutową pomiędzy " +"rachunkami" msgid "" "This project cannot be set to 'no currency' because it contains bills in " "multiple currencies." msgstr "" -"Ten projekt nie może zostać oznaczony jako 'bez waluty', ponieważ zawiera on " -"rachunki w różnych walutach." +"Ten projekt nie może zostać oznaczony jako 'bez waluty', ponieważ zawiera" +" on rachunki w różnych walutach." -msgid "Import previously exported JSON file" -msgstr "Zaimportuj wcześniej wyeksportowany plik JSON" - -msgid "Import" -msgstr "Importuj" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identyfikator projektu" @@ -75,8 +77,8 @@ 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" +"Projekt o tym identyfikatorze (\"%(project)s\") już istnieje. Wybierz " +"nowy identyfikator" msgid "Which is a real currency: Euro or Petro dollar?" msgstr "Która waluta jest prawdziwa: euro czy petrodolar?" @@ -120,17 +122,17 @@ msgstr "Potwierdzenie hasła" msgid "Reset password" msgstr "Zmień hasło" -msgid "Date" -msgstr "Data" +msgid "When?" +msgstr "Kiedy?" msgid "What?" msgstr "Co?" -msgid "Payer" -msgstr "Płatnik" +msgid "Who paid?" +msgstr "Kto zapłacił?" -msgid "Amount paid" -msgstr "Zapłacona kwota" +msgid "How much?" +msgstr "Jak dużo?" msgid "Currency" msgstr "Waluta" @@ -185,6 +187,11 @@ msgstr "Wyślij zaproszenia" msgid "The email %(email)s is not valid" msgstr "Ten email %(email)s jest nieprawidłowy" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -225,33 +232,9 @@ msgstr "" 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 "Wiadomość e-mail z przypomnieniem została właśnie wysłana" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Próbowaliśmy wysłać Ci wiadomość e-mail z przypomnieniem, ale wystąpił " -"błąd. Nadal możesz normalnie korzystać z projektu." - -#, 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 "" -"Przepraszamy, wystąpił błąd podczas wysyłania wiadomości e-mail z " -"instrukcjami resetowania hasła. Sprawdź konfigurację e-mail serwera lub " -"skontaktuj się z administratorem." - msgid "No token provided" msgstr "Nie podano tokena" @@ -264,17 +247,23 @@ msgstr "Nieznany projekt" msgid "Password successfully reset." msgstr "Hasło zostało pomyślnie zresetowane." -msgid "Project successfully uploaded" -msgstr "Projekt został pomyślnie przesłany" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Niepoprawny JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Projekt został pomyślnie przesłany" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Projekt został pomyślnie usunięty" @@ -288,15 +277,6 @@ 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 "" -"Przepraszamy, wystąpił błąd podczas próby wysłania wiadomości e-mail z " -"zaproszeniem. Sprawdź konfigurację e-mail serwera lub skontaktuj się z " -"administratorem." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s został dodany" @@ -339,6 +319,9 @@ msgstr "Rachunek został usunięty" msgid "The bill has been modified" msgstr "Rachunek został zmieniony" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Włącz historię projektu" @@ -434,11 +417,9 @@ msgstr "Edytuj projekt" msgid "Delete project" msgstr "Edytuj projekt" -msgid "Import JSON" -msgstr "Importuj JSON" - -msgid "Choose file" -msgstr "Wybierz plik" +#, fuzzy +msgid "Import project" +msgstr "Edytuj projekt" msgid "Download project's data" msgstr "Pobierz dane projektu" @@ -470,12 +451,22 @@ msgstr "Edytuj projekt" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Zaimportuj wcześniej wyeksportowany plik JSON" + +msgid "Choose file" +msgstr "Wybierz plik" + msgid "Edit this bill" msgstr "Edytuj ten rachunek" msgid "Add a bill" msgstr "Dodaj rachunek" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Wszyscy" @@ -610,18 +601,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Usuń przechowywane adresy IP" -msgid "No history to erase" -msgstr "Brak historii do usunięcia" - -msgid "Clear Project History" -msgstr "Wyczyść historię projektu" - msgid "No IP Addresses to erase" msgstr "Brak adresów IP do usunięcia" msgid "Delete Stored IP Addresses" msgstr "Usuń przechowywane adresy IP" +msgid "No history to erase" +msgstr "Brak historii do usunięcia" + +msgid "Clear Project History" +msgstr "Wyczyść historię projektu" + msgid "Time" msgstr "Czas" @@ -683,9 +674,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Płatnik" + msgid "Amount" msgstr "Ilość" +msgid "Date" +msgstr "Data" + #, python-format msgid "Amount in %(currency)s" msgstr "Ilość w %(currency)s" @@ -761,6 +758,37 @@ msgstr "" "Nie używaj ponownie osobistego hasła. Wybierz kod prywatny i wyślij go " "znajomym" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Menadżer konta" @@ -832,30 +860,21 @@ msgstr "jesteś pewny?" 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 "Newer bills" msgstr "Nowsze rachunki" msgid "Older bills" msgstr "Starsze rachunki" -msgid "When?" -msgstr "Kiedy?" +msgid "You should start by adding participants" +msgstr "Powinieneś zacząć od dodania uczestników" -msgid "Who paid?" -msgstr "Kto zapłacił?" +msgid "Add a new bill" +msgstr "Dodaj nowy rachunek" msgid "For what?" msgstr "Za co?" -msgid "How much?" -msgstr "Jak dużo?" - #, python-format msgid "Added on %(date)s" msgstr "Dodano %(date)s" @@ -1051,3 +1070,55 @@ msgstr "Okres" #~ msgid "People to notify" #~ msgstr "Osoby do powiadomienia" + +#~ msgid "Import" +#~ msgstr "Importuj" + +#~ msgid "Amount paid" +#~ msgstr "Zapłacona kwota" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Próbowaliśmy wysłać Ci wiadomość e-mail " +#~ "z przypomnieniem, ale wystąpił błąd. " +#~ "Nadal możesz normalnie korzystać z " +#~ "projektu." + +#~ 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 "" +#~ "Przepraszamy, wystąpił błąd podczas wysyłania" +#~ " wiadomości e-mail z instrukcjami " +#~ "resetowania hasła. Sprawdź konfigurację e-mail" +#~ " serwera lub skontaktuj się z " +#~ "administratorem." + +#~ msgid "Invalid JSON" +#~ msgstr "Niepoprawny JSON" + +#~ 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 "" +#~ "Przepraszamy, wystąpił błąd podczas próby " +#~ "wysłania wiadomości e-mail z zaproszeniem. " +#~ "Sprawdź konfigurację e-mail serwera lub " +#~ "skontaktuj się z administratorem." + +#~ msgid "Import JSON" +#~ msgstr "Importuj JSON" + diff --git a/ihatemoney/translations/pt/LC_MESSAGES/messages.mo b/ihatemoney/translations/pt/LC_MESSAGES/messages.mo index 7d60311488246aa214e9b0230772b4973a91f591..d0e5aca007edd43d641ef372f2e29fd956d648d1 100644 GIT binary patch delta 3208 zcmYk+e@s?Y9LMp)?}rBvGz2ve`~eR?d;kIYonWF?q>&m<1yiS~X}UxjF4v>Z8Pjqw zf01*gscX4x>4i%scEfj4r{YtrcM?*%U1UObk85LhxoHOh}M1$#|6eBVvq6!LKkD`*A3S3@|1glac188VhkU zPQ{n80YAqq^zkykfSJxUf*T7l1fNGQu0-0JwaCx3a2bg0_Wof^q~3*N@FHsL|6l@! z#ToNHCgB`Bi~LMFLDXL{dgtMaVG9n%9jNw)F%&<*Vc3ak z|0Txbw>SuIq6Z&fBzm~1_Xc4c{hLGz>No=xsKPo6lc}%9A=rw!_%4!l^BvB>Ur-&C z6GR!Q#xktONw^zXJ=2TIz;CF`{)GX}#LIA%vN+VtefVD>%%NV7YPS{DQ5$N__aKup z9jF1FM$PbR>s3^$e??`c54Csh+53ru$-icnLSFS^36|ocSc2)$395R#=-+Dc^+Zcqc0E9%St1K!Ab*cUjM(mY^4v^82WnX;canfm+KU zsMMyRX6#4Ju*N>0hl;ZtwNx#({x+)pDbzp$y%e+=en!pot~HXk)KM}jKo%Fxv>G+j z*{A@^Py<|zYQGj4v)PP_`zDUSBiMi!(2st0dWp{eTnfjyu>&>ZDG$2?nTq-jEI@Uz z0vVfWL?6C}2@pW8+U*KXaOe6of z6!xUKGw8tx>Q_($xrW-5w@_;z#KLj%%rNU%Bw6M$)Y>n>Qrv)wa{`sQ&#)7(;6iNk zxpD9K0`8i5GThxd0K;jJj9SytsKAxz!P%(ex)3$fHK_J&s1Dna*k&Jw;ThD@oJZ}U z@9q8DsN;G!Kp~WZC({iagZeO}pk_ACIul8PX~a}~10TT;QOE2Ld=?|fyFNfmPy=j4 z?X6a<#dE0k!?WFi1^g5=qw%Pj)S_OTh1vsaP@8HuYIAm?+V!Dkcn`HSf1~0gjB(9C zFZD9(Bvkua)cbWv{D5h&4c4Plw-uF22dCi)tU)hd4UN1GmCD7a)HWeMvzd!J?697~ zRO&sb4Bx;K>_eqKGe`GX{|X8^ZWB-s>M#7|2PW4d~YkU1V6=Q)MhC!bYGl+O7R@j z=2?mw*eaw?vjw$BPNJ5^L(q6kLDdUUnW@1dd;#a;!ExkYDb`($(1+@{3bhF*@M9<)cXb2a#Us}qW02LsD9=IC_GJJJ}$yzsAHB$o~m#< zYAfQ+SJXcfo()(GJgw&Yzl3tJ@Aoz za2hqzbEwo^#%R1>>Ku*^33a;S4uv@f6842U8{do#429e_o+KKQDD` raalnLWv6LWeE9Y!vqn0{Gna-tO?kax&hcV@uoGK$D99OE(I5OTN@_i7 delta 4488 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 diff --git a/ihatemoney/translations/pt/LC_MESSAGES/messages.po b/ihatemoney/translations/pt/LC_MESSAGES/messages.po index 42c74d83e..47d65a98a 100644 --- a/ihatemoney/translations/pt/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/pt/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2020-10-05 12:12+0000\n" "Last-Translator: ssantos \n" "Language: pt\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Acabou de criar '%(project)s' para compartilhar as suas despesas" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Importar ficheiro JSON exportado anteriormente" - -msgid "Import" -msgstr "Importar" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identificador do projeto" @@ -120,17 +121,17 @@ msgstr "Confirmação da palavra-passe" msgid "Reset password" msgstr "Redefinir palavra-passe" -msgid "Date" -msgstr "Data" +msgid "When?" +msgstr "Quando?" msgid "What?" msgstr "O quê?" -msgid "Payer" -msgstr "Pagador" +msgid "Who paid?" +msgstr "Quem pagou?" -msgid "Amount paid" -msgstr "Quantia paga" +msgid "How much?" +msgstr "Quanto?" msgid "Currency" msgstr "Moeda" @@ -187,6 +188,11 @@ msgstr "Enviar convites" msgid "The email %(email)s is not valid" msgstr "O email %(email)s não é válido" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -229,33 +235,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Este código privado não é o correto" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -msgstr "Acabou de criar '%(project)s' para compartilhar as suas despesas" - msgid "A reminder email has just been sent to you" msgstr "Um email de lembrete acabou de ser enviado a si" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Tentamos lhe enviar um email de lembrete, mas aconteceu um erro. Pode " -"continuar usando o projeto normalmente." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "O identificador do projeto é %(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 "" -"Desculpe, houve um erro ao te enviar um email com as instruções de " -"redefinição de palavra-passe. Por favor, confira a configuração de e-mail" -" do servidor ou entre em contato com um administrador." - msgid "No token provided" msgstr "Nenhum token fornecido" @@ -268,17 +250,23 @@ msgstr "Projeto desconhecido" msgid "Password successfully reset." msgstr "Palavra-passe redefinida corretamente." -msgid "Project successfully uploaded" -msgstr "Projeto enviado corretamente" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "JSON inválido" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Projeto enviado corretamente" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Projeto deletado com sucesso" @@ -292,15 +280,6 @@ msgstr "Foi convidado a compartilhar suas despesas com %(project)s" msgid "Your invitations have been sent" msgstr "Seus convites foram enviados" -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 "" -"Desculpe, houve um erro ao enviar os convites via e-mail. Por favor, " -"confira a configuração de email do servidor ou entre em contato com um " -"administrador." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s foram adicionados" @@ -343,6 +322,9 @@ msgstr "A conta foi deletada" msgid "The bill has been modified" msgstr "A conta foi modificada" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Ativar histórico do projeto" @@ -436,11 +418,9 @@ msgstr "Editar projeto" msgid "Delete project" msgstr "Editar projeto" -msgid "Import JSON" -msgstr "Importar JSON" - -msgid "Choose file" -msgstr "Escolher ficheiro" +#, fuzzy +msgid "Import project" +msgstr "Editar projeto" msgid "Download project's data" msgstr "Descarregar dados do projeto" @@ -474,12 +454,22 @@ msgstr "Editar o projeto" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importar ficheiro JSON exportado anteriormente" + +msgid "Choose file" +msgstr "Escolher ficheiro" + msgid "Edit this bill" msgstr "Editar esta conta" msgid "Add a bill" msgstr "Adicionar uma conta" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Todos" @@ -614,18 +604,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Deletar endereços IP gravados" -msgid "No history to erase" -msgstr "Não há histórico para apagar" - -msgid "Clear Project History" -msgstr "Limpar Histórico do Projeto" - msgid "No IP Addresses to erase" msgstr "Não há endereços IP para apagar" msgid "Delete Stored IP Addresses" msgstr "Deletar endereços IP gravados" +msgid "No history to erase" +msgstr "Não há histórico para apagar" + +msgid "Clear Project History" +msgstr "Limpar Histórico do Projeto" + msgid "Time" msgstr "Tempo" @@ -687,9 +677,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Pagador" + msgid "Amount" msgstr "Quantia" +msgid "Date" +msgstr "Data" + #, python-format msgid "Amount in %(currency)s" msgstr "Quantia em %(currency)s" @@ -765,6 +761,37 @@ msgstr "" "Não reutilize uma palavra-passe pessoal. Escolha um código privado e " "envie-o para seus amigos" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Gestor de contas" @@ -836,30 +863,21 @@ msgstr "tem certeza?" msgid "Invite people" msgstr "Convidar pessoas" -msgid "You should start by adding participants" -msgstr "Deveria começar adicionando pessoas" - -msgid "Add a new bill" -msgstr "Adicionar uma nova conta" - msgid "Newer bills" msgstr "Contas mais recentes" msgid "Older bills" msgstr "Contas mais antigas" -msgid "When?" -msgstr "Quando?" +msgid "You should start by adding participants" +msgstr "Deveria começar adicionando pessoas" -msgid "Who paid?" -msgstr "Quem pagou?" +msgid "Add a new bill" +msgstr "Adicionar uma nova conta" msgid "For what?" msgstr "Para quê?" -msgid "How much?" -msgstr "Quanto?" - #, python-format msgid "Added on %(date)s" msgstr "Adicionado em %(date)s" @@ -1035,3 +1053,56 @@ msgstr "Período" #~ msgid "People to notify" #~ msgstr "Pessoas para notificar" + +#~ msgid "Import" +#~ msgstr "Importar" + +#~ msgid "Amount paid" +#~ msgstr "Quantia paga" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Tentamos lhe enviar um email de " +#~ "lembrete, mas aconteceu um erro. Pode" +#~ " continuar usando o projeto normalmente." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "O identificador do projeto é %(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 "" +#~ "Desculpe, houve um erro ao te " +#~ "enviar um email com as instruções " +#~ "de redefinição de palavra-passe. Por " +#~ "favor, confira a configuração de e-mail" +#~ " do servidor ou entre em contato " +#~ "com um administrador." + +#~ msgid "Invalid JSON" +#~ msgstr "JSON inválido" + +#~ 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 "" +#~ "Desculpe, houve um erro ao enviar " +#~ "os convites via e-mail. Por favor, " +#~ "confira a configuração de email do " +#~ "servidor ou entre em contato com " +#~ "um administrador." + +#~ msgid "Import JSON" +#~ msgstr "Importar JSON" + diff --git a/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.mo b/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.mo index f4f035660b2008e92592d64a45b6a12eca2aaedd..35d38b3e843a749fbb4b69cf217e27879390d969 100644 GIT binary patch delta 3737 zcmZA432anF9LMo#w_H6q3POb{4+{l!x3t?9yDLY}6haHqR_YNV3oK;?+uH6{!Q)X- zOFRh$HAv(Lhfu&{At+G^q8#E8K_S7Q!~;~scnhJ3-yi!D6Pwb{ym|BHKl7jed&UDR z;@)qKv%gGDSZVk<#=ms_?d+r*H)3t?tIykJF^z6?EJqiv!bE%tiDkAR&zLu`4<2&*PvQWse?T|J zaZ_v0!v2_#JFo)p#7oFfGc7e1uMYbf+n5F#!@02p^t* znS@Dr4Gut!_h16%;y^4wjjzUjcqcN2X~6EpH;ZZXz$Z};u0*YL74mC3_@jyTI-bNd zuK&dAuqU(X+Kr>I3^^?m!D?KB-SGq}W2e!N7tk)Fk<0RvaRDmukJ`~DRA#oJ zGO!=7PJ~%pU%-(#oI$FAsi@~3Km~pTRU>W4DVTMr1xEXmf9-r99r6gO7CuL%>=dfl zzIFN&h^n0?qs9+IACAHT455x>J+daV0~P2!$D?=y*QZg>yVA(N0;MpkQrQo6?ZuJk zL!H$u)X}t{GV~xS&{K{tIBr0G&8z&;&JQD}WR9YCeg>=X0;;Gd+2n;|Fn6Ik8c`E3 za(oIE@CDQYwxCkJ0~O#DYNuyV0XiLfQZPCy3w0D@QS+3bHduor(7wyL@hGYWR-%qz zJ(6{^74^RELk0c`m8n64Vwv%wo~u9wyaQQ-X>qQXp~i1VE%*qkwmw5LW1DYc4f8i@ zq9kU~1Zk+ucu|=t$5O0CO|%-dlZ~k7wjsxA-b4lX6o=qxoR0CV!hY*A-i8BtN5)_y`f)qzD85H!;4*6G!&n8IGGkE-oQ}%eJk-KlkmQ;+ zRN#%y{Z~*6-jhN8wSawe$OEVVN1TDbJN^IQ)%SI1?EOtaU1#H|I2MT+m_~j-qkjyO z@QCR{i7R9INEw(iR58y)hMT8HkbfVIXX&WL!x+RNBY6nhP_Nh9*bR?i5Bvi4UVn$G zjf<$aC6(FbNXJ4{ZPcRT+=rT{1C_z3P2(*ZM{p)Cy(u>FIn)_mK~2!bZA=ahMqN)u zRrx$rDi@;8z7_QySdHCr2kIzxqcU&^HU2x)LhPStkS+5EDquSAh<1DfDs=^@{t2ir z;bcs}0H)v^)c7zez!Q#}kr%|ghr{q2w6F&sk+FCqvH{!7rJ>Z{k6PI$sMH+CoAGCy zgqf6ZPi#W%s1>!-<*4U2pcc@9)TcRwD!y~5BJPoG49PU5sJE*TyXyVlKtnt1K%M1l z*b6_vWITz9c-HYZ)cDJ&z%I^30TWToC*xeyMs}k%;_`B2#5bul6wrgc zaV(N8GZ{7ELym2zK+91_unYAi+k>h2yVKv5?df$*a5yNe0$)Kr(47j@iqlZ9mmAezjtWqVN^Qh(DVB2mB5K@eOu}EB z`<#!mY_ahOOYeA&H7lwY(<^*>!_4{g$i^I75Fc#!cM#gr;IbE5cgmS zUP2Y|`0=rC{N1SQCr}IAiptnQRO&y+0cJM;13^POjw_4>8i5L&g(@;1D#b;p9ZbOC zSc$5Y2tg3qAl*x%z!N!KBu&1)QE;QRy9I0#e)HL|5#9OD-cuJarfpDmy-cuR~ z2mO{e+w1jY=Xt!@R?f}-+ydI!*$nhl1zSSR{~wp@$;q{H^8ER}o3i;ytOzuRJvB{% zlKSTPfp9~U-R3Flf!2IT{Sq=A&us+ztLfORvzf~NV8JurV1fjUxY?3QC_lEmOpg^yp z)k?u?BZ{w5d?8w*5fwlmdfJG7(dNbC4$zrWp0wN~4i?&N8SIUU>XLnKQ^GwzXnN$S&u#G-)y1L1$Sas z+=IGsKWd~0Q5_#g-RJ|~O!7|C!rcrZIv> zIR@|y+>YvaH);u9Le1!HRAx?~YUN{eZ#2M|BKAk%NL+xbg{x85J&5YK4H<)Z0=1N{ z4

<;U74lnV<6g3{?~9^rDnyp^C0I>i9U+%qO9)tHFu56er;As3my=b^W{k{`)wT z{Zpuk_Q@sxTC*YKPXn3gI~@nJUxVskCF(}&kUw*SzrPJN<2K|0F-K8LcM_Gs4^ab2 zIomVKHwWFNOVUtkE<&yGbX00C$0}?@RsUX8(H!>o-$&i}6WP&c{?RZJUEnc0TQ)YDjo zzee3Bn|0Jg`lGJPLltcio=N{^8V$}hHMj&@un^zEZJ0X5m|O8-RB=tEf_CC+RK|+( zy#bCxy)PxD$)<1JqKDqEHxvnLLX8D;4z|psq|3HPS7Z zi966OMpQ8!z^?d5%*0cu0e_AfK>S|CacaT2KI^=Y-1N8!W1Q+0+(ZSMl=^VGA9>3pW27Zj{ z_p>AoRd@OruUK+WkJDJ+O5ZC`)!u^Y=w{T7UO{E>P1I7J#HaD^xD0oV_3qz~g3wYH zpzbpkImIMr`Uif1dfYanQo0RQ18ta%2e1ns#~%0|Difce&hI(S8&D1^^?9fcD^W9_ zgWb{bk0+4#Lei|Jp|!gawf3#33$~&Zu%0USjY%O|KJ?8jYH&Et`BF)NTHn7h%v z4mIQqTV&8oFQ<>IUbcI=nz9;38B?9n_j{#M!tBHIw&H zGe4KY&=O5XWwHXPV>2K1{k5niZAA^J4U?MrGcY zdfY#LJ@#gQgYQ=V``xH2KY+T=o2dJrMm_E+C9HoR8hItg%)<$&k#EGlcqeK}+OZez z_xImH4g4f(V4tG~mNLo9WHIW#Q&86}K;36Ks)p90GI`e|@~;!`6js5Tl>bk$8-XCA!P|V{8U?5KO4J2u(tyfOZXoJ<8@u5O)Ol-B9p8ky?=DoP4&ZW3cADb7p~AS= zkO{mCol@^dr_)qUX1@Yeq&+Y8X4nt4RAW#@I~g_LX*dRLRB^VVGWL;5gbtj5Q17^atdzjg(v)UHPjGwZvy7x-#idy3#zN1mKa2_h9SD-o!VLG;86|TiA@i0!ok_uy(q*;T5 za4(L+-~0RB7_A068nfu%RM61c%tuxIl{gI7p*q@*>i7}Nz^AY?K96a50Egpi*ac7f z-~R)3UFR9z_t~fy&_vXamNxZo!h}+J?^DBM6CCG>)OlDLdemb6uC{yART+~(VX*7irlRm86dZ6`d;E7*zHLD>GW-o6j| ze$Q7auO%KKb`h#6J(`nYiN}ev35}B940n5o z&+dLZfIs!y593C^U51s!&xv;8$3z-&0g*+FCw@WP<;~ywcmC}h=-3+k#+%qeyy5RZ zg)b3X{r#1A4RHn0kN6p}muMn>Npx(_(72g+f>=OYOISo#H~%!WjV9K*E$>I>e7{}e zn~Jmj_M>W^%F_H+!ttLBI+kQ!QZRd*{nwa(5 z1w)Rh3^&`Mpm(HwN8dlCC*uuH)UjIZm}Q48CmM}Jt(FE(wPH@VHW;qARz(u-SB-Ws zWVHn24U8fdYl%c_t*8@o;#M#mi$@cIcrX%<6!cl|P~>8oAO5#7D;3 zTL&FVajbYWNd7y9=BG01Fuz(ZamQ9*Elarb{>JQztc7Ggz^cUJ!BEIbkX7Z=@4^a4 zqK$Saw5q6mY2JsOS_kL%I&(y&Rbj^+YgQ!etQy(6WN81ng;kV8jGPyi@lCO{u)MUY zaMql{vQn#JPVubD(TnEHF3+54$Kr+aqINhIQqGI5X*DxvTC+=Mm0Od_XO&jYoKjj= zR#jeIeNk(6{_^fK?Qngx{uCy~QP1vN)rkd*Q_JgA;GOE35wxfP2+tIHVHhXq- zMIzW7@ygjNZo4)@amJl!kZiCNj?uF~NjC4>N}WgAv&Rn1NH#9Z|2n;8++o}lwMtL-#;WlwnoB8?i#SC!9+MW)P&1rnhqr@;D; z8TiAG#B>XaozXHM%k3}pjp5DvFXMCP{{M`wJ#XT)PQyFuKfppnHA}ZTnb5xN|MoQ0 zmJI5YoV~9-M(TOc8yWYvtO4l_IgQJrPMj$>>XoF|f)j8O9gA0F&5s23J!CaSI9Fc= g!wIco%nsA}SKWILhg%UvX08*9@X@~h!jjZ~0`IoCO8@`> diff --git a/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po b/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po index 53e376fe6..7f626800d 100644 --- a/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/pt_BR/LC_MESSAGES/messages.po @@ -1,19 +1,23 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2022-03-13 14:59+0000\n" "Last-Translator: Vinícius A. L. Souza \n" -"Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) \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" -"Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.12-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Você acabou de criar '%(project)s' para compartilhar suas despesas" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -50,14 +54,11 @@ msgid "" "This project cannot be set to 'no currency' because it contains bills in " "multiple currencies." msgstr "" -"Este projeto não pode ser definido como 'sem moeda' porque contém contas em " -"várias moedas." - -msgid "Import previously exported JSON file" -msgstr "Importar arquivo JSON exportado anteriormente" +"Este projeto não pode ser definido como 'sem moeda' porque contém contas " +"em várias moedas." -msgid "Import" -msgstr "Importar" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Identificador do projeto" @@ -118,17 +119,17 @@ msgstr "Confirmação da senha" msgid "Reset password" msgstr "Redefinir senha" -msgid "Date" -msgstr "Data" +msgid "When?" +msgstr "Quando?" msgid "What?" msgstr "O quê?" -msgid "Payer" -msgstr "Pagador" +msgid "Who paid?" +msgstr "Quem pagou?" -msgid "Amount paid" -msgstr "Quantia paga" +msgid "How much?" +msgstr "Quanto?" msgid "Currency" msgstr "Moeda" @@ -185,6 +186,11 @@ msgstr "Enviar convites" msgid "The email %(email)s is not valid" msgstr "O email %(email)s não é válido" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -227,33 +233,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Este código privado não é o correto" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -msgstr "Você acabou de criar '%(project)s' para compartilhar suas despesas" - msgid "A reminder email has just been sent to you" msgstr "Um email de lembrete acabou de ser enviado para você" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Nós tentamos te enviar um email de lembrete, mas aconteceu um erro. Você " -"pode continuar usando o projeto normalmente." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "O identificador do projeto é %(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 "" -"Desculpe, houve um erro ao te enviar um email com as instruções de " -"redefinição de senha. Por favor, confira a configuração de e-mail do " -"servidor ou entre em contato com um administrador." - msgid "No token provided" msgstr "Nenhum token fornecido" @@ -266,17 +248,23 @@ msgstr "Projeto desconhecido" msgid "Password successfully reset." msgstr "Senha redefinida corretamente." -msgid "Project successfully uploaded" -msgstr "Projeto enviado corretamente" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "JSON inválido" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Projeto enviado corretamente" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Projeto deletado com sucesso" @@ -290,15 +278,6 @@ msgstr "Você foi convidado a compartilhar suas despesas com %(project)s" msgid "Your invitations have been sent" msgstr "Seus convites foram enviados" -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 "" -"Desculpe, houve um erro ao enviar os convites via e-mail. Por favor, " -"confira a configuração de email do servidor ou entre em contato com um " -"administrador." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s foram adicionados" @@ -341,6 +320,9 @@ msgstr "A conta foi deletada" msgid "The bill has been modified" msgstr "A conta foi modificada" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Ativar histórico do projeto" @@ -433,11 +415,9 @@ msgstr "Editar projeto" msgid "Delete project" msgstr "Editar projeto" -msgid "Import JSON" -msgstr "Importar JSON" - -msgid "Choose file" -msgstr "Escolher arquivo" +#, fuzzy +msgid "Import project" +msgstr "Editar projeto" msgid "Download project's data" msgstr "Baixar dados do projeto" @@ -469,12 +449,22 @@ msgstr "Editar o projeto" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importar arquivo JSON exportado anteriormente" + +msgid "Choose file" +msgstr "Escolher arquivo" + msgid "Edit this bill" msgstr "Editar esta conta" msgid "Add a bill" msgstr "Adicionar uma conta" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Todos" @@ -609,18 +599,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Deletar endereços IP salvos" -msgid "No history to erase" -msgstr "Não há histórico para apagar" - -msgid "Clear Project History" -msgstr "Limpar Histórico do Projeto" - msgid "No IP Addresses to erase" msgstr "Não há endereços IP para apagar" msgid "Delete Stored IP Addresses" msgstr "Deletar endereços IP salvos" +msgid "No history to erase" +msgstr "Não há histórico para apagar" + +msgid "Clear Project History" +msgstr "Limpar Histórico do Projeto" + msgid "Time" msgstr "Tempo" @@ -682,9 +672,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Pagador" + msgid "Amount" msgstr "Quantia" +msgid "Date" +msgstr "Data" + #, python-format msgid "Amount in %(currency)s" msgstr "Quantia em %(currency)s" @@ -760,6 +756,37 @@ msgstr "" "Não reutilize uma senha pessoal. Escolha um código privado e envie-o para" " seus amigos" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Gerenciador de contas" @@ -831,30 +858,21 @@ msgstr "tem certeza?" msgid "Invite people" msgstr "Convidar pessoas" -msgid "You should start by adding participants" -msgstr "Você deveria começar adicionando pessoas" - -msgid "Add a new bill" -msgstr "Adicionar uma nova conta" - msgid "Newer bills" msgstr "Contas mais recentes" msgid "Older bills" msgstr "Contas mais antigas" -msgid "When?" -msgstr "Quando?" +msgid "You should start by adding participants" +msgstr "Você deveria começar adicionando pessoas" -msgid "Who paid?" -msgstr "Quem pagou?" +msgid "Add a new bill" +msgstr "Adicionar uma nova conta" msgid "For what?" msgstr "Para quê?" -msgid "How much?" -msgstr "Quanto?" - #, python-format msgid "Added on %(date)s" msgstr "Adicionado em %(date)s" @@ -1030,3 +1048,57 @@ msgstr "Período" #~ msgid "People to notify" #~ msgstr "Pessoas para notificar" + +#~ msgid "Import" +#~ msgstr "Importar" + +#~ msgid "Amount paid" +#~ msgstr "Quantia paga" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Nós tentamos te enviar um email de" +#~ " lembrete, mas aconteceu um erro. " +#~ "Você pode continuar usando o projeto " +#~ "normalmente." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "O identificador do projeto é %(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 "" +#~ "Desculpe, houve um erro ao te " +#~ "enviar um email com as instruções " +#~ "de redefinição de senha. Por favor, " +#~ "confira a configuração de e-mail do " +#~ "servidor ou entre em contato com " +#~ "um administrador." + +#~ msgid "Invalid JSON" +#~ msgstr "JSON inválido" + +#~ 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 "" +#~ "Desculpe, houve um erro ao enviar " +#~ "os convites via e-mail. Por favor, " +#~ "confira a configuração de email do " +#~ "servidor ou entre em contato com " +#~ "um administrador." + +#~ msgid "Import JSON" +#~ msgstr "Importar JSON" + diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.mo b/ihatemoney/translations/ru/LC_MESSAGES/messages.mo index 0015097a226dea9ddffa64551c7dbec5989e2f48..67ef3ecc10cf5fdd4cd76b0473f740c0b6d94b00 100644 GIT binary patch delta 3226 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 UUxlyY9y`ix4Y{#9lkX(|3n(XPivR!s diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.po b/ihatemoney/translations/ru/LC_MESSAGES/messages.po index 3e01fc9ac..d771351cf 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: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-09-20 12:38+0000\n" "Last-Translator: Роман Прокопов \n" "Language: ru\n" @@ -14,7 +14,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Вы только что создали '%(project)s' , чтобы разделить расходы" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +56,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Импортировать ранее экспортированный JSON файл" - -msgid "Import" -msgstr "Импортировать" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Идентификатор проекта" @@ -120,17 +121,17 @@ msgstr "Подтвердите пароль" msgid "Reset password" msgstr "Восстановить пароль" -msgid "Date" -msgstr "Дата" +msgid "When?" +msgstr "Когда?" msgid "What?" msgstr "Что?" -msgid "Payer" -msgstr "Плательщик" +msgid "Who paid?" +msgstr "Кто заплатил?" -msgid "Amount paid" -msgstr "Уплаченная сумма" +msgid "How much?" +msgstr "Сколько?" msgid "Currency" msgstr "Валюта" @@ -187,6 +188,11 @@ msgstr "Отправить приглашения" msgid "The email %(email)s is not valid" msgstr "Email %(email)s не правильный" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -227,34 +233,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "Не предоставлен токен" @@ -267,17 +248,23 @@ msgstr "Неизвестный проект" msgid "Password successfully reset." msgstr "Пароль успешно восстановлен." -msgid "Project successfully uploaded" -msgstr "Проект успешно загружен" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Неправильный JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Проект успешно загружен" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Проект удалён" @@ -291,15 +278,6 @@ 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 был добавлен" @@ -342,6 +320,9 @@ msgstr "Счёт был удалён" msgid "The bill has been modified" msgstr "Счёт был изменён" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Включить историю проекта" @@ -435,11 +416,9 @@ msgstr "Изменить проект" msgid "Delete project" msgstr "Изменить проект" -msgid "Import JSON" -msgstr "Импортировать JSON" - -msgid "Choose file" -msgstr "Выбрать файл" +#, fuzzy +msgid "Import project" +msgstr "Изменить проект" msgid "Download project's data" msgstr "Скачать данные проекта" @@ -471,12 +450,22 @@ msgstr "Изменить проект" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Импортировать ранее экспортированный JSON файл" + +msgid "Choose file" +msgstr "Выбрать файл" + msgid "Edit this bill" msgstr "Изменить счёт" msgid "Add a bill" msgstr "Добавить счёт" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Каждый" @@ -611,18 +600,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Удалить сохраненные IP-адреса" -msgid "No history to erase" -msgstr "Нечего стирать" - -msgid "Clear Project History" -msgstr "Стереть историю проекта" - msgid "No IP Addresses to erase" msgstr "Нечего стирать" msgid "Delete Stored IP Addresses" msgstr "Удалить сохраненные IP-адреса" +msgid "No history to erase" +msgstr "Нечего стирать" + +msgid "Clear Project History" +msgstr "Стереть историю проекта" + msgid "Time" msgstr "Время" @@ -684,9 +673,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Плательщик" + msgid "Amount" msgstr "Количество" +msgid "Date" +msgstr "Дата" + #, python-format msgid "Amount in %(currency)s" msgstr "Количество в %(currency)s" @@ -762,6 +757,37 @@ msgstr "" "Не используйте повторно личный пароль. Выберите приватный код и отправьте" " его своим друзьям" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Менеджер аккаунтов" @@ -833,30 +859,21 @@ msgstr "вы уверены?" msgid "Invite people" msgstr "Пригласите людей" -msgid "You should start by adding participants" -msgstr "Вы должны начать с добавлением пользователей" - -msgid "Add a new bill" -msgstr "Добавите новый счёт" - msgid "Newer bills" msgstr "Новые счета" msgid "Older bills" msgstr "Старые счета" -msgid "When?" -msgstr "Когда?" +msgid "You should start by adding participants" +msgstr "Вы должны начать с добавлением пользователей" -msgid "Who paid?" -msgstr "Кто заплатил?" +msgid "Add a new bill" +msgstr "Добавите новый счёт" msgid "For what?" msgstr "За что?" -msgid "How much?" -msgstr "Сколько?" - #, python-format msgid "Added on %(date)s" msgstr "Добавлено %(date)s" @@ -1050,3 +1067,56 @@ msgstr "Период" #~ msgid "People to notify" #~ msgstr "Люди для уведомления" + +#~ msgid "Import" +#~ msgstr "Импортировать" + +#~ msgid "Amount paid" +#~ msgstr "Уплаченная сумма" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Мы попытались отправить вам напоминание " +#~ "по электронной почте, но произошла " +#~ "ошибка. Вы по-прежнему можете использовать " +#~ "проект в обычном режиме." + +#~ 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 "Invalid JSON" +#~ msgstr "Неправильный JSON" + +#~ 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 "" +#~ "К сожалению, при отправке электронных " +#~ "писем с приглашениями произошла ошибка. " +#~ "Пожалуйста, проверьте конфигурацию электронной " +#~ "почты сервера или свяжитесь с " +#~ "администратором." + +#~ msgid "Import JSON" +#~ msgstr "Импортировать JSON" + diff --git a/ihatemoney/translations/sr/LC_MESSAGES/messages.mo b/ihatemoney/translations/sr/LC_MESSAGES/messages.mo index 94ca9d0e14616a67e1be2a31c1300667635040e8..4e1f360a444df8801ccab55def87d3d8d1240447 100644 GIT binary patch delta 1251 zcmYMzKWI}?6vy#nn#44zHpVn+n`*&93PxgVH3s}Mlu`xb(xrn^QOQ!FqJtD9P73}( zF**neq97D38G=|5sURp_iddwewp~G^EhbM%y0}>;0tWP35?<^T#Zw>24{Wz9m9;5F@>R!Ssc^25;Ms9 zvUSs;*?uls(2FrVgsimzjNnlpmr#L*a21~S`&Uqj+(Mc?bVpI^tGEHjQHj38M)tSQ ze>-M%RAx&)RyK`{qnN-XDxoc?1h=|*RE2tc-0u#e<`1C~IE^hhf=b{9rrF;f(4pA` z7oF@iDv=q~iRN)F*4+R%b&?b+a27RhHgc z^fKj90eVr-yyz2;A<0__6=)dsEYG6mUH1F;+(&K|6>l81@k`YFH>fxt%5-#+IaFyD zP#G_yDiC9!inO5;$e;r5MBU$uIzSQi_dSl<=mM&8mr(2Oqvnsg&#;Ygd6G^$oi9kU z2FjpH#JNyC+vs+pO4fx6R6w2NpnC+Bz%XjwHMfGQ)E!jfRn&e@|J~2odpb1x$VD4| zLzQL`b&@6bH|iwe%4G0Nr7u*k?FnBD#B-T!S0dv5oE-bI43n`1b@XFAeDCp(;%L9%7{-1O9Kj%5m^Xz}C;(bN>V<_*g z@oD8-!8hg6?Ehyn&n&?7E#}|{%*9zO#4or4=dl=nxp^Sp%*%WouEI^|$3_fdGcGer z+Ytr|6h$uU<))2E)Q0m&OuLFcyy50qRG=X&!V&lU87iR{$YoQ`Y1IB1T#H|^nDgy7 zg93gCa;hvtGP8|tz8$%&!OeGLhsNRNR}m8nc+z#!&`k z_!`6b36*IM(G<|jO^F0h0m7*DTTln=M|G~**@4=B47EP$<|mzTEa5#%`slv`XGl*k z*AOb;eO!*isLqU`S~`Jia0<0<4oh$zRdFu=!@mxp4z6F_!?_0)zsXPk^)?^k z2W{v?1@1xx?m@j=gQx)4QUCpI)VhaAF*bsV^8`!rDQexMdp_%&b1tCb{Y*1ZAP?y% z0Uv5(02OdOs-n%PPSqoq9pI*p97J`f8!0sL)qobi?I@`kw?~wT-M2ruGQE{%I3c2Haj7s1+YTfjb9X7*2E&Ghh z{5$HvKT8X&lJXha2GoHORA(AdmF#skp$cisj^v&3?~C^hBvRr2XzX~lJpY@wCEnkc zOpO5b)ZQC?mFY>u!m+_bU-n($V*cT?J%h3F I34goiFRfI0LjV8( diff --git a/ihatemoney/translations/sr/LC_MESSAGES/messages.po b/ihatemoney/translations/sr/LC_MESSAGES/messages.po index b05262c8c..0edc59410 100644 --- a/ihatemoney/translations/sr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/sr/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-04-09 13:26+0000\n" "Last-Translator: Rastko Sarcevic \n" "Language: sr\n" @@ -14,7 +14,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -50,12 +54,9 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" +msgid "Compatible with Cospend" msgstr "" -msgid "Import" -msgstr "Uvezi" - msgid "Project identifier" msgstr "" @@ -114,17 +115,17 @@ msgstr "Potvrda lozinke" msgid "Reset password" msgstr "Resetuj lozinku" -msgid "Date" -msgstr "Datum" +msgid "When?" +msgstr "Kada?" msgid "What?" msgstr "" -msgid "Payer" -msgstr "" +msgid "Who paid?" +msgstr "Ko je platio?" -msgid "Amount paid" -msgstr "Plaćeni iznos" +msgid "How much?" +msgstr "Koliko?" msgid "Currency" msgstr "Valuta" @@ -180,6 +181,11 @@ msgstr "" msgid "The email %(email)s is not valid" msgstr "Email %(email)s nije validan" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -220,28 +226,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -254,10 +241,10 @@ msgstr "" msgid "Password successfully reset." msgstr "Lozinka uspešno resetovana." -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -265,6 +252,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -278,12 +271,6 @@ 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 "" @@ -324,6 +311,9 @@ msgstr "Račun je uklonjen" msgid "The bill has been modified" msgstr "Račun je izmenjen" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "" @@ -411,11 +401,9 @@ msgstr "" msgid "Delete project" msgstr "ukloni" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "Izaberi fajl" +#, fuzzy +msgid "Import project" +msgstr "ukloni" msgid "Download project's data" msgstr "" @@ -447,12 +435,21 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +msgid "Import previously exported project" +msgstr "" + +msgid "Choose file" +msgstr "Izaberi fajl" + msgid "Edit this bill" msgstr "Izmeni ovaj račun" msgid "Add a bill" msgstr "Dodaj račun" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Svi" @@ -565,16 +562,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -638,9 +635,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "" + msgid "Amount" msgstr "Iznos" +msgid "Date" +msgstr "Datum" + #, python-format msgid "Amount in %(currency)s" msgstr "Iznos u %(currency)s" @@ -714,6 +717,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -784,30 +818,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "Dodaj novi račun" - msgid "Newer bills" msgstr "Noviji računi" msgid "Older bills" msgstr "Stariji računi" -msgid "When?" -msgstr "Kada?" +msgid "You should start by adding participants" +msgstr "" -msgid "Who paid?" -msgstr "Ko je platio?" +msgid "Add a new bill" +msgstr "Dodaj novi račun" msgid "For what?" msgstr "Za šta?" -msgid "How much?" -msgstr "Koliko?" - #, python-format msgid "Added on %(date)s" msgstr "Dodato %(date)s" @@ -1010,3 +1035,44 @@ msgstr "Period" #~ msgid "Participants to notify" #~ msgstr "" +#~ msgid "Import previously exported JSON file" +#~ msgstr "" + +#~ msgid "Import" +#~ msgstr "Uvezi" + +#~ msgid "Amount paid" +#~ msgstr "Plaćeni iznos" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/sv/LC_MESSAGES/messages.mo b/ihatemoney/translations/sv/LC_MESSAGES/messages.mo index de12c7f6f1db0361fe7ba0526f02bec3442dbc1a..bcce475119ba89ac3d3ef8ca71cab538005c2dbe 100644 GIT binary patch delta 2854 zcmYM!eN5F=9LMp)lOR_NsLQ1*!9}|yAVhFQ;weNZwR9y3L9P&w%Fyq&N=sYe&_rBp7Z++ zJv>(Lj3q~R8~#4zKaKxQG3x#QcRb#h47w-q2Ass3@hWDa$7M_eR$>6Fa1B0>IXHrv zH;u74dzLX#n1bBGF&djpl-MW`Iy~&DWf1N^Mk02hS7r)n2*z#jd_$$ zThf4<*N$4~Rn(Ssp(@*t3gi$v%IHfP@)W9+qo_R}xBV!h((f)*3Eij?W}DQsI-;Ang2dX05ZU24DrXNhC{wncz45*|RkdOI|FD-P<>LP6QJ*bk-LuFQuDt#^T zF^zl?v)PE+!Y#JH6E%O2HHcbgAc^{G;b8`J!;`4YzDGW0(s~WAA10zzY4cH;1yDCC zLv7)Gs0ubBAM=5ZJ+fV^^p%&hSx^a*F{iq#3j+%E0^>mEd{xqI-cz4E8SCwvpG_`jLbHb%g!+iS1 zs8{S-yc=6^BYuQ;p_h6q@FrB?>#WZq#W3xtt?Ncr;A7Mo_#7P#{6IscowOHR!Z!MG zq^;jOQNO>5THsyeWBU2J6~91L;uln=7f}mN*>QJz_?@4Ix{nVPSXMgq*WOn!pc||} z^&hksHlr%C0TsxLNYdtY)WQdlSk2d1g1@3F;b%V;ND(TK3e;9MAP<&Vhnlw~!wE0^ zHUo;N54A_1q7K~|4B(%r1+#tOEm?_LU@L0xx1+A#feN%Ab%=*h*9}`oP*1~I^y7qM z2WIiG>J8;aWt@rHqXOHnL1j>f3aA-Xu^!Y7_aGm$-}b-41@up&=0%W|0!>C$$b%Yp z{515YD@H}U6jhqlsI7PwmDx5szT1uuA_v$ULzQ$Kb)Ua&KaOWv^XH%f%|%tB5LM}N zWWHnSXsBeZn1h|DjDo0%pCISR451F+kEmDdIn=yKQ~;6ej}P6*kSVq{S=&+b_9E{l za{#@1{*Tbmp&CV%{4)B`#RloZ1*k2lMqT#+Dzhgs3%6n`?!$6SVvtvgS&7Q{3F|Y+ z`7|$~-h@54ob}BK8akz^yggLvLiFJZyc3_oRrmp_LQ|-UWX%shRyC-FmSQ!oLY<{< zRK?yyB@o1HJd8@<96Hf7{-U9Uub}#Fu8Kh~>ah4wXCoi=dl{Bt6;|NOScQYAg{CkM z4rVcUy delta 3436 zcmY+_3v3lt9>?)hTS}>|JhYX9%0VcUmX=mU(Jc!WL8u}E*~Q1YIC7`$*!w6m(@M?C zUGWtWG-^aiR4~Cr&?tHv*swm(8c8;|#s^V+-~&mF#uycqprYU3y~n5x?dP1CIp_TU z|8r(I@b_o0%pMq3a-ZSn8GcXU_lY6u{r=N>yfNeG&cxw(71m%1C*f^agiqpGxE-&; zLs*YR6duJgtR&iDSdDt# zq5`NzEqFGL!FD_qeH@K9;WT^@nab?NGS)Zm(l{9pBFUH^Q4^L?4w|M06<{5z0!^rl z=Ay=3gH3onPQk6Ht$7nQ?kFm7O{%RMhN|!c%qo)UG?dXC=R(w8Eko`7a@Wtg`?sM= zcsHt254rvpoJfB=Dv^Cyg`c3-IpQp3_0#E}G?Myj;d8j4iOxrrY`*JvpfXCKw%~qL z$+sbMnWs>J>~`*TzJn_Hr>M+-Mr}`O8*rqvF}jx{Di7ZCDEwDW3n{3W===ln2wsD4YgOxUB4ey znGL7_22f|?Ipm+&>--2c&tcT~BC=D0WBH?T&8RbTE^2&sF^%ywu13ALYj6gBgqpa9 zG_sM5~D$#@z575|Nz_yyF$Z=>FVudx;@IJxKJ88{bXoTT@E7Y$|nF{;GJ zP>~ih+nHE_D&1_T^zz?9dY%6NPJ?{SNr~u!`64o~d zX=vil+yf&BTLFzl4Ya7&rQY=y;s<96H1H18O zoP`0=<=_9UG!*$x=S#>gm{(B~eu}EVG1Qqj@w7sJGODz#uHS~*iex zt#bsK$`p@d|0mKIPaRc~d8mvRq847}uCGM>r?Cn((Z5guu0frJji~WkU4J|3x!tJB zyn;$#ACAS(QR|l4Y~k=V*utrwkJ`%{QGwir3S=W{Pjjf(^<|`r=55r%hfx9jh}x=A zyi)9rnT}`SrKkmOL2b=8)cpIiG)ib3L=E^16=^ZEsFb5o57s)Tq27*ju@>80zYF!@ zT8YZ|2GqE9uD<~%(SH;*?_ShaX7{@XzQp_&3KelB@0K!aLoK)fiOno={TQdxzX3IF z8!D0iqAIxCUH?Do3;7{x;jdAZJBDms){Lbt%De$}V;*WxS0HbmiBKh9hni@U>pzWp z?qyVRkVt7)nh#>p}%1%>zjYl&}sBhr}HKpig%(0Za@X_I9hxj z3Eq6@ET*pNPezTq2>IxlrKrRL)SRr1YfaR94W-|VBIJ^KRn;89d&)qE6ann{?% zh1iO_P#>TlP#F)eD_DcPS!M$2%h`tQ*oQjAFQNi^4=sL=S$@sQQ#epK8<*hqs8YR( zs>~5A#%eAO!!g)~6H$k*6U#9|C9)bBV%DP)*@<`H9xTD74TV51YoPwR5OHA$u0kE2 z)u_X=4t0Mc{skY#nfNZw#?hQWEqFOLVi)R+Y(Q1wF|5Ens59{vYD>RBipQW!3mMfh zx}5$QI231M8O}vLcnMZwA1a`mQTK00y%qPM#tk&){#U-Ms63VFO~9P?MoM3@>{zn^!tKLZC-V1gN09W*f^?sk3<_6rcEmYDYJ!BH zj)RWC4{Z?H+Pa=FbFIH3o)YESt5z2IHVy-3h%+|w(+S(3>9tfP z#+H`G<`&yB02c7vbxoP9)myV05}_YOQ*DaJ5`JuZdwQZcldygq+YUe3 uWH0Eo-4v&TP3rJMkAhOVzQHZ&gqI)Cr8x4%V$Jf{)hlkw9j?3fxL*NWYsgdp diff --git a/ihatemoney/translations/sv/LC_MESSAGES/messages.po b/ihatemoney/translations/sv/LC_MESSAGES/messages.po index 388bd0d49..2d3f7f3de 100644 --- a/ihatemoney/translations/sv/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/sv/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-07-20 14:32+0000\n" "Last-Translator: Kristoffer Grundström " "\n" @@ -14,7 +14,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Du har just skapat '%(project)s' för att dela ut dina kostnader" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -50,11 +54,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Importera tidigare exporterad JSON-fil" - -msgid "Import" -msgstr "Importera" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Projektidentifierare" @@ -116,17 +117,17 @@ msgstr "Lösenordsbekräftelse" msgid "Reset password" msgstr "Återställ lösenord" -msgid "Date" -msgstr "Datum" +msgid "When?" +msgstr "När?" msgid "What?" msgstr "Vad?" -msgid "Payer" -msgstr "Betalare" +msgid "Who paid?" +msgstr "Vem betalade?" -msgid "Amount paid" -msgstr "Betald summa" +msgid "How much?" +msgstr "Hur mycket?" msgid "Currency" msgstr "Valuta" @@ -183,6 +184,11 @@ msgstr "Skicka inbjudningar" msgid "The email %(email)s is not valid" msgstr "" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -225,30 +231,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "Den här privata koden är inte den rätta" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -msgstr "Du har just skapat '%(project)s' för att dela ut dina kostnader" - msgid "A reminder email has just been sent to you" msgstr "Ett e-postmeddelande med påminnelse har just skickats till dig" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Vi försökte skicka en påminnelse till din e-postadress, men det uppstod " -"ett fel. Du kan fortfarande använda det här projektet normalt." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "Projektets identifierare är %(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 "Ingen symbol tillhandahölls" @@ -261,17 +246,23 @@ msgstr "Okänt projekt" msgid "Password successfully reset." msgstr "Återställningen av lösenordet lyckades." -msgid "Project successfully uploaded" -msgstr "Uppladdningen av projektet lyckades" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Ogiltig JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Uppladdningen av projektet lyckades" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Borttagningen av projektet lyckades" @@ -285,12 +276,6 @@ msgstr "Du har bjudits in att dela ut dina kostnader för %(project)s" msgid "Your invitations have been sent" msgstr "Dina inbjudningar har skickats" -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 har lagts till" @@ -331,6 +316,9 @@ msgstr "Räkningen har tagits bort" msgid "The bill has been modified" msgstr "Räkningen har blivit modifierad" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Aktiva projekthistorik" @@ -423,11 +411,9 @@ msgstr "Redigera projekt" msgid "Delete project" msgstr "Redigera projekt" -msgid "Import JSON" -msgstr "Importera JSON" - -msgid "Choose file" -msgstr "Välj fil" +#, fuzzy +msgid "Import project" +msgstr "Redigera projekt" msgid "Download project's data" msgstr "Ladda ner projektets data" @@ -459,12 +445,22 @@ msgstr "Redigera projektet" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Importera tidigare exporterad JSON-fil" + +msgid "Choose file" +msgstr "Välj fil" + msgid "Edit this bill" msgstr "Redigera den här räkningen" msgid "Add a bill" msgstr "Lägg till en räkning" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Alla" @@ -583,18 +579,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Ta bort lagrade IP-adresser" -msgid "No history to erase" -msgstr "Ingen historik att ta bort" - -msgid "Clear Project History" -msgstr "Rensa projektets historik" - msgid "No IP Addresses to erase" msgstr "Inga IP-adresser att ta bort" msgid "Delete Stored IP Addresses" msgstr "" +msgid "No history to erase" +msgstr "Ingen historik att ta bort" + +msgid "Clear Project History" +msgstr "Rensa projektets historik" + msgid "Time" msgstr "Tid" @@ -656,9 +652,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Betalare" + msgid "Amount" msgstr "Summa" +msgid "Date" +msgstr "Datum" + #, python-format msgid "Amount in %(currency)s" msgstr "Summa i %(currency)s" @@ -732,6 +734,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Kontoansvarig" @@ -803,30 +836,21 @@ msgstr "säker?" msgid "Invite people" msgstr "Bjud in personer" -msgid "You should start by adding participants" -msgstr "Du borde börja med att lägga till deltagare" - -msgid "Add a new bill" -msgstr "Lägg till en ny räkning" - msgid "Newer bills" msgstr "Nyare räkningar" msgid "Older bills" msgstr "Äldre räkningar" -msgid "When?" -msgstr "När?" +msgid "You should start by adding participants" +msgstr "Du borde börja med att lägga till deltagare" -msgid "Who paid?" -msgstr "Vem betalade?" +msgid "Add a new bill" +msgstr "Lägg till en ny räkning" msgid "For what?" msgstr "För vad?" -msgid "How much?" -msgstr "Hur mycket?" - #, python-format msgid "Added on %(date)s" msgstr "Lades till %(date)s" @@ -992,3 +1016,46 @@ msgstr "Period" #~ msgid "People to notify" #~ msgstr "Personer att meddela" + +#~ msgid "Import" +#~ msgstr "Importera" + +#~ msgid "Amount paid" +#~ msgstr "Betald summa" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Vi försökte skicka en påminnelse till" +#~ " din e-postadress, men det uppstod " +#~ "ett fel. Du kan fortfarande använda " +#~ "det här projektet normalt." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "Projektets identifierare är %(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 "Invalid JSON" +#~ msgstr "Ogiltig JSON" + +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "Importera JSON" + diff --git a/ihatemoney/translations/ta/LC_MESSAGES/messages.mo b/ihatemoney/translations/ta/LC_MESSAGES/messages.mo index ff22d5f01c59d5be484847cb7f63ce22196c1d2e..1e677ee81f4a5edb7fa4546955f4dac0af9557a2 100644 GIT binary patch delta 949 zcmYMzTS(JU9KiA4+@^DyTk|$$nzs^+#Woew0=wWP7!o}c<)sjof(;)c+DrYFE>F>g ze?AC`;)6c4@Zk@Y6o?6m2~yY~qK^WrUZiWu^c zpoog6xDTIUHZEW$E~o3?AxS=w<=_|GkKgbd?x7CUMX!Z;0rh(vbzugQWP&UgXE2NL zWuBmnikGM}PNf@cqyF%B`n!+W=n6xq9kinEOcY6SmCTQEtib!&hI4obzoYh7kR?)& zVe~M*#0aYK2GT~xu@t9~vE?-$$0cmRzjy$fS?(gobrCx$m$*e9U_aJUzl+n9i=icQI$lCM+ijd6=p&#`rqU)cOnCvzaR-l~o8@bLJL*ajs7E)3r!k2h{E1bl1+A|} zCleaLO3HCAKolQ&+5dKe&s5yjh8$Q8&fpPTMLo+us5_9$GIR&dU>NV>Wqg5ySj5fK z{tVR1x`Ov`4}&;bAaV`o@jM0!udp2i*BNC1TUky7=kP6V;bELC7I}hesF$;wgVujR z4A~r6###J;8<^l?#IU2(+_L{LKRWJMkDU`XbI5hd+;si2f^Lt^8wrLQf{{=~xT&T7 oD6tjI>2g>p&#cWl=}S4y+JN6Y=+8H60;^V}Y&*jmsXUwU4^cdD*#H0l delta 2625 zcmd6meP~s67{|}%=IfogU2nTnXFpvtbMv-qiDA+Tr=^re1IdNPbvxUR-QBa!J$Gvm zP76&fU3t2_7`3Rdrg(07Rmwj!>YqXgqrf1G13?r*e zDVzeogkks{tb)J7iSSRz&nPQ5jA@23XiQ?j&zQmIW~g8VTmmP-6>vOUTjV-;EAtI7 z1fPX+eh7-;x1a>@F06z;d=!2LC4ex-B5)S0#J{nKfn?qSIb$TC818}-pbKl^Gf*Uq7G*SE;Pccw%H>`(;;0pK+oCm9s zK^)x+?}U%To8SD zgcsm#tZzftcbJcmmSnyfuS?(tD2B4I4W5Db!3GK{$|Z{&fN|zK;B5E_ya%2wu7^c` z$!rCMlG<;AGvNSy1!m!NxB&0VVKc;+@f@5Bz2f?DSWduyz&WhTrH8;=xDwiM3p@^` zcNWtCG1wMCe`$tYd_uiMzC_Y0tmMBcd%I-NcASAm<#wBnsrnOXl}IVmacoER zcXL6d%~Xe#>QV!CMsM{btfcC<+-|(5)BU#7p&T=9y2?tWT_@A-T6QWOQ;#IgMA}sC z-DdlfVqBT}V!NH{w7N1*LXIiBQ@MlerA?>LbQC_>cN6WdzLDtYu~HUB6Rz#VjMje$ z)O7|VPS@5UYYSGY&vFZ{wEOGD)qJDC{$*UAIliUNM0Itz=SVkXM8q^_;Su zou<{UEnT1^)gZwJ6i~#%z|T2=15;`XsSwqxnNqzb~&K?y*o$ zc_pDpX`}Lnrp;+VhOJ{!=&W{*`6mTjVDBg?k7i6_oX7@#US~LrVQ*uo-kTk%^|pn= z^9yN<1ms9Ah$>b{6%$7b8Hq~!!jZZd8x(*9k7=t2gW+Ns^o0?xIW)fxSJ=ysh9`&h zO;i`F*gm;0GBeEDc3n#jA1QeD1|v0V10UT9S`2dr?3R>u&2*R&AoXQ+%o9Fz{c?L^ zhWNckzS_ouGf7CB(D_O*RNyE<&-H!?&+>Y!)&EeC=Km;&w{`kOFB-1!9;<2yUH!Q8 zPUL)P&91ki>JJe6|-yhYok;K)3l6!{W8vacSPq*p;Z`546%G$w6*kalH|$A diff --git a/ihatemoney/translations/ta/LC_MESSAGES/messages.po b/ihatemoney/translations/ta/LC_MESSAGES/messages.po index d5a9fd0c8..be56d3771 100644 --- a/ihatemoney/translations/ta/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ta/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2020-07-01 18:41+0000\n" "Last-Translator: rohitn01 \n" "Language: ta\n" @@ -13,7 +13,13 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" +"நீங்கள் இப்போது உருவாக்கியுள்ளீர்கள் '%(project)s' உங்கள் செலவுகளை " +"பகிர்ந்து கொள்ள" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -52,11 +58,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "முன்னர் ஏற்றுமதி செய்யப்பட்ட JSON கோப்பை இறக்குமதி செய்க" - -msgid "Import" -msgstr "இறக்குமதி" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "திட்ட அடையாளங்காட்டி" @@ -119,17 +122,17 @@ msgstr "கடவுச்சொல் உறுதிப்படுத்த msgid "Reset password" msgstr "கடவுச்சொல்லை மீட்டமைக்க" -msgid "Date" -msgstr "தேதி" +msgid "When?" +msgstr "" msgid "What?" msgstr "என்ன?" -msgid "Payer" -msgstr "செலுத்துவோர்" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "பணம் செலுத்தப்பட்டது" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "நாணய" @@ -185,6 +188,11 @@ msgstr "அழைப்புகளை அனுப்பு" msgid "The email %(email)s is not valid" msgstr "மின்னஞ்சல் %(email)s செல்லுபடியாகாது" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -227,35 +235,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "டோக்கன் வழங்கப்படவில்லை" @@ -268,17 +250,23 @@ msgstr "தெரியாத திட்டம்" msgid "Password successfully reset." msgstr "கடவுச்சொல் வெற்றிகரமாக மீட்டமைக்கப்படுகிறது." -msgid "Project successfully uploaded" -msgstr "திட்டம் வெற்றிகரமாக பதிவேற்றப்பட்டது" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "தவறான JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "திட்டம் வெற்றிகரமாக பதிவேற்றப்பட்டது" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "திட்டம் வெற்றிகரமாக நீக்கப்பட்டது" @@ -292,15 +280,6 @@ 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 இணைக்கப்பட்டு விட்டது" @@ -341,6 +320,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "திட்ட வரலாற்றை இயக்கு" @@ -429,11 +411,9 @@ msgstr "" msgid "Delete project" msgstr "திட்டத்தை உருவாக்கவும்" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "திட்டத்தை உருவாக்கவும்" msgid "Download project's data" msgstr "" @@ -465,12 +445,22 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "முன்னர் ஏற்றுமதி செய்யப்பட்ட JSON கோப்பை இறக்குமதி செய்க" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -583,16 +573,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -656,9 +646,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "செலுத்துவோர்" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "தேதி" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -732,6 +728,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -802,30 +829,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -1029,3 +1047,54 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" + +#~ msgid "Import" +#~ msgstr "இறக்குமதி" + +#~ msgid "Amount paid" +#~ msgstr "பணம் செலுத்தப்பட்டது" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "உங்களுக்கு நினைவூட்டல் மின்னஞ்சலை அனுப்ப " +#~ "முயற்சித்தோம், ஆனால் பிழை ஏற்பட்டது. நீங்கள்" +#~ " இன்னும் திட்டத்தை சாதாரணமாக பயன்படுத்தலாம்." + +#~ 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 "Invalid JSON" +#~ msgstr "தவறான JSON" + +#~ 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 "" +#~ "மன்னிக்கவும், அழைப்பிதழ் மின்னஞ்சல்களை அனுப்ப " +#~ "முயற்சிக்கும்போது பிழை ஏற்பட்டது. சேவையகத்தின் " +#~ "மின்னஞ்சல் உள்ளமைவை சரிபார்க்கவும் அல்லது " +#~ "நிர்வாகியைத் தொடர்பு கொள்ளவும்." + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/th/LC_MESSAGES/messages.mo b/ihatemoney/translations/th/LC_MESSAGES/messages.mo index 096d7f4e513b194d68908e5e61585ae6265ef21a..4d789bbc1ebb5cb26c77c653aab52ae0de1cd68a 100644 GIT binary patch delta 768 zcmYMxODIHP6u|LsX3TiZ7=uiNF+yHV9wWmjYHC6gS+QXurP#2LvYOZs8#P3fl?4k) zcOptj%4XzIiUkWrDGOO3A^*cIw|o12=exIa&UbDs@6r{%O^cgXT;)7DJR=5){;!x( zsWQS7G~qki@e}2HE1MQ9!8EME1PovthR}f>`hG8(i3icCR9Fq`FD5aW7qgg%D=3NA zP!esT6{Gt80ZO4`%)m2D#RrrE?#wK|hun9wYJcIef%b1S)=)!Xh%SfJC6yq04fuf{88&Up! z7s`nzP)5CtA&g-gX7XR8KtGn@6iP!Hl2V;wEnZ_CIw*RCtv1#EdjdOil+Idk3A-_X zZ#ag2ei%y?#Zo-feL^>}lVi(heUV3FAmTHvYImkZqodkWS>vg$bXWQO-a6LWwB^O1 NZ6vH4w1K2P^A9t4Pi+7I delta 899 zcmYMxPe>F|9Ki9nySlk*xf+F$Ya<5XE))BRHjN-O5~P9-f`=}JZDBC0EE{PA8~s5& zNP(0X3xS6s3L__BHi9}t2Z=7#r6?X!2vG=isV@5cEe{%Y<}<(FynVmld+$T*n;pe3 zO;xuPm&@J4eJv!>|LaFssU+b~j9@d5P1u5Um_qsAK8#{NHsJ}Z!5miM1&re*o1emJ zrHbk{FI)LgvLAfhNc-JMj-nqY1W4@)?wIeYhR3qRe*} z58`7RuVS%{#2PP~v8`6AR@{p+Q9st>S=@yMltLxzA|{F7qU^w5l&yC;mm_!xkKqlJ zI-gO-uc0)Sl>Mi+>ZM8sk7Fl}<12iLvXblUt2Fom@8CP^!5rr{hEI@`O0moi?6MA` zLp+6Y=JTk!oqX0C%AL;Uovb(gF|2F5z2Wn@f-`bzXgU_T7wz*#hVun~J~A7QYgcPG ztsULDKdn<~?GHqMg?3Mvz&F9H3GU0YeAxu!CU{!O%$Q)&lo>Elc`le>&hM>x6pAz2 SuME9n%9AEo@K\n" "Language: th\n" @@ -13,7 +13,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -49,12 +53,9 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" +msgid "Compatible with Cospend" msgstr "" -msgid "Import" -msgstr "นำเข้า" - msgid "Project identifier" msgstr "" @@ -112,17 +113,17 @@ msgstr "ยืนยันรหัสผ่าน" msgid "Reset password" msgstr "รีเซ็ตรหัสผ่าน" -msgid "Date" -msgstr "วันที่" +msgid "When?" +msgstr "" msgid "What?" msgstr "อะไร?" -msgid "Payer" -msgstr "ผู้จ่าย" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "จำนวนเงินที่จ่าย" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "สกุลเงิน" @@ -177,6 +178,11 @@ msgstr "ส่งคำเชิญ" msgid "The email %(email)s is not valid" msgstr "อีเมล %(email)s ไม่ถูกต้อง" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} และ {dual_object_1}" @@ -217,28 +223,9 @@ msgstr "" msgid "This private code is not the right one" msgstr "" -#, python-format -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 "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 "" @@ -251,10 +238,10 @@ msgstr "" msgid "Password successfully reset." msgstr "" -msgid "Project successfully uploaded" +msgid "Unable to parse CSV" msgstr "" -msgid "Invalid JSON" +msgid "Missing attribute {}" msgstr "" msgid "" @@ -262,6 +249,12 @@ msgid "" "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "" @@ -275,12 +268,6 @@ 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 "" @@ -321,6 +308,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "" @@ -405,11 +395,9 @@ msgstr "" msgid "Delete project" msgstr "" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "สร้างโครงการ" msgid "Download project's data" msgstr "" @@ -441,12 +429,21 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +msgid "Import previously exported project" +msgstr "" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "ทุกคน" @@ -559,16 +556,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -632,9 +629,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "ผู้จ่าย" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "วันที่" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -708,6 +711,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -778,30 +812,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -940,3 +965,45 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" + +#~ msgid "Import previously exported JSON file" +#~ msgstr "" + +#~ msgid "Import" +#~ msgstr "นำเข้า" + +#~ msgid "Amount paid" +#~ msgstr "จำนวนเงินที่จ่าย" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.mo b/ihatemoney/translations/tr/LC_MESSAGES/messages.mo index db984a39f539540e92f95d1c113ef14903a21225..0c819c6898f9253591797a5d60017625ef43da38 100644 GIT binary patch delta 4473 zcmY+`3s6+o9mny*OL>Sdl%V)nM8O9Oy98O?fB|GxkcT2_B_YWgSB4Q6yDXYO>c*tB zWz1+2G@_s(?6Fn-QC zd+#~_^Z%c-c=2a3KR*@|8J-+}(C`xzW6TVko2cIZe)1+76US#xJjJkkk}G|WLK^0;ZlBHVzrxEGu83NA!X+Wq$@E? zKZ6g@e;@PkI*!5dQ;bQ+srWYLVG~}(R4krq&0C2RO~jaWG!(!VWDe7Yx%ezGw~!6i+K;dcny`YOjaF-epEog>EvGlL>SP{ z_n~(FLnK?~$EcLOi<)p4^YIQYz@3<1G9I&c(kXubNmM);cq1 zkbgy<%>Y4~Jk%juf!g6WP^sK%y90Grx=dsB7t9+d70URNse6{d&|wZMILL0{Av6 zpo2&$BIZ>Zs_7s)@Fr?!33SxY<{z?VDpA+ZkJY#jx8W6>kG?GH+6GY@cm#L% zHlXG^gxc6q)O*KKw`l)PHQjr)BhzVU}ugMP&ewEZa->) zS5ar^4b)E0;4=IhYQZc974TBjHC&fV{v9-e3{ZBnAItHl=)->@?-~#FP^uq81=x$K z;U`#v@f`hlEXPD#fe&Ims)Wy@Zr1@+hK?agH2n+6zf$rM17q+8DzeW|J569!nSup4 z36rqgb~S3@^;m&TxE>Fq0vkaux)xa_+J@}OJd4W6i3knt`~oV%YnY5*pd!DAIvdG( z*242qpBJJ6E=2`UXjTnY(w3G2r8hLk;ly$EXH%VS@(a0Mu340g~qU1 za}Forr>I(vqIMWZK~=j%)M?K^J?BJ~>|sp9Cc7U*&DV>{)Sx|n4o}g)j7_@#y+u~) zZ=xo=Z5zMXdNCcfz)aM4_!7**5IXPxF2_M^#CvwXj%}9Fe;HTdpHLf^;jv1Qhf`VK z6w^=%YEY5xz)iRdRl^TZ*XCo?VZ4KJ_$BJ>=r4-CCmg7Z72pFJw#V0C3jN1XXKEX2 zo@X$ULE||ZitII1jo(7O@V?z2!VLN&NY>0a(%`@{)boDScmz{1icjFXs142G3h227 zn2sy43?K87|7sdX7*J%N+5Q`+(jWJb^&g5kIF|l0b-hYAVJije4&K=>xBUZ7UE4*3MZ6Wk!Rp^`m=E|dQoSj7ImE-N0q1* zwbL*vwcWORP=6b~i<AhP|j;@+NAY-=Io0gbL)J$hr~pH4W8%e7RNQ**KGaF0zL4p=#NK zs@ZAG$6?ID)C%jXw+Nf)@4{~UBQC%??&f@a3YD=pP>1vcrtAKnrlH6#VHVy%?KFY9 zXnZ2-#T?|T!8lPV+>EMWC*Dsb>QMHe2VX~GFdv};nC7!GS%I3r31_pu3DDrCm>!&k z=TRvf#(8)bb$Dj2urq^7p$~O9H=!~ZM(wNzmBBvLVLgR<{#V$Fmr=K=d?ophr%^>i zXP^$1fo9asBdEi35W{#8mHLuZ)^*#4H|QTiWum*vItx9h`F?<7@hwz9QJjw-Am`MK zR*`=_xU|}OVHIlOji?8=Vv0?gaRPRuz8Cgl4j#3~FWTdmQ2~CA ziFgYY$UV%(uTbyjtg%W{{SXaBz8sxckE!@AoP&E&hv;oopchb?_%k|i6jj^Iwb2df zaq-c>baztpYIb2_w8pt8HhQ>VVQjRZ@NisYP5JWGI zqos9=v!b)5!`ayGbtJE;Z*(pX1^nUG_Mo%U9}ajOg|5Ovr>n?W=yJF{-UpY^cDZ=a z*$~*-+VOwSxt(se)8%ovi@l2r7rFRJuJLz-osFSVf3Ty?A8rqM9reFH(%I$kg*pO3 zM@f52XIDVYvK^uJaC>mOzqKv@$@cBbcrn=0>2D!`aHy}Q_|d)zp4`5H;>B^D;jMk2 z7iUjf83+bKL`e8gdmR=2&4D&YVgAy5ceK%SEIt}vax^)bxbmx{Xj4OJZ1iknTWs{? I#?1Kt0^uzW@&Et; delta 7093 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 diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index a97ca9c29..27bfa4729 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.po @@ -1,19 +1,23 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2021-11-07 16:52+0000\n" "Last-Translator: Oğuz Ersen \n" -"Language-Team: Turkish \n" "Language: tr\n" +"Language-Team: Turkish \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" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.9-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Giderlerinizi paylaşmak için '%(project)s' oluşturdunuz" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -55,11 +59,8 @@ msgstr "" "Bu proje, birden fazla para biriminde faturalar içerdiğinden 'para birimi" " yok' olarak ayarlanamaz." -msgid "Import previously exported JSON file" -msgstr "Önceden dışa aktarılan JSON dosyasını içe aktar" - -msgid "Import" -msgstr "İçe aktar" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Proje tanımlayıcısı" @@ -120,17 +121,17 @@ msgstr "Parola onayı" msgid "Reset password" msgstr "Parolayı sıfırla" -msgid "Date" -msgstr "Tarih" +msgid "When?" +msgstr "Ne zaman?" msgid "What?" msgstr "Ne?" -msgid "Payer" -msgstr "Mükellefi" +msgid "Who paid?" +msgstr "Kim ödedi?" -msgid "Amount paid" -msgstr "Ödenen tutar" +msgid "How much?" +msgstr "Ne kadar?" msgid "Currency" msgstr "Para birimi" @@ -185,6 +186,11 @@ msgstr "Davet gönder" msgid "The email %(email)s is not valid" msgstr "%(email)s e-posta adresi geçerli değil" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} ve {dual_object_1}" @@ -227,33 +233,9 @@ msgstr "Sağlanan belirteç geçersiz" msgid "This private code is not the right one" msgstr "Bu özel kod doğru değil" -#, python-format -msgid "You have just created '%(project)s' to share your expenses" -msgstr "Giderlerinizi paylaşmak için '%(project)s' oluşturdunuz" - msgid "A reminder email has just been sent to you" msgstr "Size bir hatırlatma e-postası gönderildi" -msgid "" -"We tried to send you an reminder email, but there was an error. You can " -"still use the project normally." -msgstr "" -"Size bir hatırlatma e-postası göndermeye çalıştık, ancak bir hata oluştu." -" Projeyi yine de normal şekilde kullanabilirsiniz." - -#, python-format -msgid "The project identifier is %(project)s" -msgstr "Proje tanımlayıcısı %(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 "" -"Maalesef, parola sıfırlama talimatlarını içeren e-posta gönderilirken bir" -" hata oluştu. Lütfen sunucunun e-posta yapılandırmasına göz atın veya " -"yöneticiye başvurun." - msgid "No token provided" msgstr "Belirteç sağlanmadı" @@ -266,11 +248,11 @@ msgstr "Bilinmeyen proje" msgid "Password successfully reset." msgstr "Parola başarıyla sıfırlandı." -msgid "Project successfully uploaded" -msgstr "Proje başarıyla karşıya yüklendi" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Geçersiz JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " @@ -279,6 +261,12 @@ msgstr "" "Öntanımlı para birimi olmayan bir projeye birden fazla para biriminde " "fatura eklenemez" +msgid "Project successfully uploaded" +msgstr "Proje başarıyla karşıya yüklendi" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Proje başarıyla silindi" @@ -292,15 +280,6 @@ msgstr "%(project)s için giderlerinizi paylaşmaya davet edildiniz" msgid "Your invitations have been sent" msgstr "Davetleriniz gönderildi" -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 "" -"Maalesef davet e-postalarını göndermeye çalışırken bir hata oluştu. " -"Lütfen sunucunun e-posta yapılandırmasına göz atın veya yöneticiye " -"başvurun." - #, python-format msgid "%(member)s has been added" msgstr "%(member)s eklendi" @@ -320,8 +299,8 @@ msgid "" "Participant '%(name)s' has been deactivated. It will still appear in the " "list until its balance reach zero." msgstr "" -"'%(name)s' katılımcısı devre dışı bırakıldı. Bakiyesi sıfır oluncaya kadar " -"listede görünmeye devam edecektir." +"'%(name)s' katılımcısı devre dışı bırakıldı. Bakiyesi sıfır oluncaya " +"kadar listede görünmeye devam edecektir." #, python-format msgid "Participant '%(name)s' has been removed" @@ -343,6 +322,9 @@ msgstr "Fatura silindi" msgid "The bill has been modified" msgstr "Fatura değiştirildi" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "Proje geçmişi silinirken hata oluştu" @@ -427,11 +409,9 @@ msgstr "Projeyi düzenle" msgid "Delete project" msgstr "Projeyi sil" -msgid "Import JSON" -msgstr "JSON'u içe aktar" - -msgid "Choose file" -msgstr "Dosya seç" +#, fuzzy +msgid "Import project" +msgstr "Projeyi düzenle" msgid "Download project's data" msgstr "Proje verilerini indir" @@ -463,12 +443,22 @@ msgstr "Projeyi düzenle" msgid "This will remove all bills and participants in this project!" msgstr "Bu, bu projedeki tüm faturaları ve katılımcıları kaldıracaktır!" +#, fuzzy +msgid "Import previously exported project" +msgstr "Önceden dışa aktarılan JSON dosyasını içe aktar" + +msgid "Choose file" +msgstr "Dosya seç" + msgid "Edit this bill" msgstr "Bu faturayı düzenle" msgid "Add a bill" msgstr "Bir fatura ekle" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "Herkes" @@ -604,18 +594,18 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "Kaydedilen IP adreslerini sil" -msgid "No history to erase" -msgstr "Silinecek geçmiş yok" - -msgid "Clear Project History" -msgstr "Proje Geçmişini Temizle" - msgid "No IP Addresses to erase" msgstr "Silinecek IP adresi yok" msgid "Delete Stored IP Addresses" msgstr "Kaydedilen IP Adreslerini Sil" +msgid "No history to erase" +msgstr "Silinecek geçmiş yok" + +msgid "Clear Project History" +msgstr "Proje Geçmişini Temizle" + msgid "Time" msgstr "Zaman" @@ -679,9 +669,15 @@ msgstr "" "Katılımcı %(name)s: %(old_weight)s olan ağırlık %(new_weight)s olarak " "değiştirildi" +msgid "Payer" +msgstr "Mükellefi" + msgid "Amount" msgstr "Miktar" +msgid "Date" +msgstr "Tarih" + #, python-format msgid "Amount in %(currency)s" msgstr "%(currency)s olarak miktar" @@ -757,6 +753,37 @@ msgstr "" "Kişisel bir parolayı tekrar kullanmayın. Özel bir kod seçin ve " "arkadaşlarınıza gönderin" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "Hesap yöneticisi" @@ -827,30 +854,21 @@ msgstr "emin misiniz?" msgid "Invite people" msgstr "İnsanları davet et" -msgid "You should start by adding participants" -msgstr "Katılımcıları ekleyerek başlamalısınız" - -msgid "Add a new bill" -msgstr "Yeni bir fatura ekle" - msgid "Newer bills" msgstr "Daha yeni faturalar" msgid "Older bills" msgstr "Daha eski faturalar" -msgid "When?" -msgstr "Ne zaman?" +msgid "You should start by adding participants" +msgstr "Katılımcıları ekleyerek başlamalısınız" -msgid "Who paid?" -msgstr "Kim ödedi?" +msgid "Add a new bill" +msgstr "Yeni bir fatura ekle" msgid "For what?" msgstr "Ne için?" -msgid "How much?" -msgstr "Ne kadar?" - #, python-format msgid "Added on %(date)s" msgstr "%(date)s tarihinde eklendi" @@ -1058,3 +1076,54 @@ msgstr "Dönem" #~ msgid "Participants to notify" #~ msgstr "katılımcılar ekle" + +#~ msgid "Import" +#~ msgstr "İçe aktar" + +#~ msgid "Amount paid" +#~ msgstr "Ödenen tutar" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" +#~ "Size bir hatırlatma e-postası göndermeye " +#~ "çalıştık, ancak bir hata oluştu. Projeyi" +#~ " yine de normal şekilde kullanabilirsiniz." + +#~ msgid "The project identifier is %(project)s" +#~ msgstr "Proje tanımlayıcısı %(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 "" +#~ "Maalesef, parola sıfırlama talimatlarını " +#~ "içeren e-posta gönderilirken bir hata " +#~ "oluştu. Lütfen sunucunun e-posta " +#~ "yapılandırmasına göz atın veya yöneticiye " +#~ "başvurun." + +#~ msgid "Invalid JSON" +#~ msgstr "Geçersiz JSON" + +#~ 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 "" +#~ "Maalesef davet e-postalarını göndermeye " +#~ "çalışırken bir hata oluştu. Lütfen " +#~ "sunucunun e-posta yapılandırmasına göz atın" +#~ " veya yöneticiye başvurun." + +#~ msgid "Import JSON" +#~ msgstr "JSON'u içe aktar" + diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.mo b/ihatemoney/translations/uk/LC_MESSAGES/messages.mo index 3b4318189b835980c0bfa9fe56dd52fe2b429e29..574ea2f553eb985ae741a34aae72ef1b61a84c4c 100644 GIT binary patch delta 928 zcmYMzPe_zO7{~Ev_g&pIdwp9;Gm8{qrM1P?b#rk$T2x?%R1(y%@FIFyT1fG*SbE5d z!6Ix>B1jZ=ikIkOgdU_@h+VvRkP3S=g}r|>ma;d`vaPv!Oje&G;Cv;W|d~Cu%$|Y?j10 z)-u1{r_hR7q>ruOIedZ4Z6EL|e#Blp!i$(^q306+b_!`4bg3p#A%0G#(7r)^u#H;47t{`{w)8%R9aQ@;g*j}(4OG7! zypDfRcdUn1U%}g$!9{Ppw6ZN4(llhaG1_4c6~ZDa)YV*!35=m4w2Yddh&rNe)W6{~ z-oq$i(L{@Ng$?IdVJ-B;AFVhD_~YR~(CdmPy5n7m=FXnpWSX*{tr~Is-!)Bv!b3OW NzjPNI|8C?ccnpTuUm5@a delta 1286 zcmZwGTSydP6u|LMck`B))l$op#=L7=F5S$6E|6po8W{bL zOLVcIhXiRgG;c+O559au^wHoYX6AS1oAcey%ueQ5`M$Ra_Unq@ zcFt7J`4GAL`+HZd{K2xB~BB0*+t=&LW4>TpUXI z)N6ueG+PH@jlAHbGQi?Fb-2$eg>{b8So&cU?s}Jy|@$4Vlj^5TKtMhp=^+H zCUc)dc_eQa`kD#O6Fk60l%4l;$-}!S1I(dx_>5ACTr?byzI#|1d!sb(58OQ6{*GQTQ;}?#HEyU_0##C<{12S#r>W1$YDH z<9vans2?b=Ae`AHKOJRZ8&EcQ+(G>%;R+2KaS*rQD_nz-d_j_!g(X;yvho4kibJ>q z=TZ6@d?2#GBUpqQr2>&`yBVD*6}^phIO8Ia5@xOpOyop)mz5}guWGEp36u#_68nzY zK1J<0?P+UlHJWP8zPZ^0*BJ*Y%FB#;v%#%O z8_(1>n1L4mOZ)qf3^zSIr`#u74YSVO*lO0BZm(gs7+JZ&_PiGVy)b*I!{v0joP{pK zRa9K)DkyaMpF~vIQm^STJ)n zR+k=A`oGPFWO9yL9ePxc=qamLPaA|!t\n" "Language: uk\n" @@ -14,7 +14,11 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "Ви щойно створили '%(project)s', щоб поділитися витратами" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -51,11 +55,8 @@ msgid "" "multiple currencies." msgstr "" -msgid "Import previously exported JSON file" -msgstr "Імпортувати попередньо експортований JSON файл" - -msgid "Import" -msgstr "Імпортувати" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "Ідентифікатор проєкту" @@ -118,17 +119,17 @@ msgstr "Підтвердження паролю" msgid "Reset password" msgstr "Скинути пароль" -msgid "Date" -msgstr "Дата" +msgid "When?" +msgstr "" msgid "What?" msgstr "Що?" -msgid "Payer" -msgstr "Платник" +msgid "Who paid?" +msgstr "" -msgid "Amount paid" -msgstr "Виплачувана сума" +msgid "How much?" +msgstr "" msgid "Currency" msgstr "Валюта" @@ -185,6 +186,11 @@ msgstr "Відправити запрошення" msgid "The email %(email)s is not valid" msgstr "Поштові скриньки %(email)s не дійсні" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "" @@ -225,28 +231,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "Не надано токен" @@ -259,17 +246,23 @@ msgstr "Невідомий проєкт" msgid "Password successfully reset." msgstr "Пароль з успіхом відновлено." -msgid "Project successfully uploaded" -msgstr "Проєкт з успіхом завантажено" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "Недійсний JSON" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "Проєкт з успіхом завантажено" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "Проєкт з успіхом видалено" @@ -283,12 +276,6 @@ 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 додано" @@ -329,6 +316,9 @@ msgstr "" msgid "The bill has been modified" msgstr "" +msgid "{lang} is not a supported language" +msgstr "" + #, fuzzy msgid "Error deleting project history" msgstr "Ввімкнути історію проєкту" @@ -417,11 +407,9 @@ msgstr "" msgid "Delete project" msgstr "Створити проєкт" -msgid "Import JSON" -msgstr "" - -msgid "Choose file" -msgstr "" +#, fuzzy +msgid "Import project" +msgstr "Створити проєкт" msgid "Download project's data" msgstr "" @@ -453,12 +441,22 @@ msgstr "" msgid "This will remove all bills and participants in this project!" msgstr "" +#, fuzzy +msgid "Import previously exported project" +msgstr "Імпортувати попередньо експортований JSON файл" + +msgid "Choose file" +msgstr "" + msgid "Edit this bill" msgstr "" msgid "Add a bill" msgstr "" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "" @@ -571,16 +569,16 @@ msgstr "" msgid "Delete stored IP addresses" msgstr "" -msgid "No history to erase" +msgid "No IP Addresses to erase" msgstr "" -msgid "Clear Project History" +msgid "Delete Stored IP Addresses" msgstr "" -msgid "No IP Addresses to erase" +msgid "No history to erase" msgstr "" -msgid "Delete Stored IP Addresses" +msgid "Clear Project History" msgstr "" msgid "Time" @@ -644,9 +642,15 @@ msgstr "" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "" +msgid "Payer" +msgstr "Платник" + msgid "Amount" msgstr "" +msgid "Date" +msgstr "Дата" + #, python-format msgid "Amount in %(currency)s" msgstr "" @@ -720,6 +724,37 @@ msgid "" "your friends" msgstr "" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "" @@ -790,30 +825,21 @@ msgstr "" msgid "Invite people" msgstr "" -msgid "You should start by adding participants" -msgstr "" - -msgid "Add a new bill" -msgstr "" - msgid "Newer bills" msgstr "" msgid "Older bills" msgstr "" -msgid "When?" +msgid "You should start by adding participants" msgstr "" -msgid "Who paid?" +msgid "Add a new bill" msgstr "" msgid "For what?" msgstr "" -msgid "How much?" -msgstr "" - #, python-format msgid "Added on %(date)s" msgstr "" @@ -1028,3 +1054,42 @@ msgstr "" #~ msgid "Participants to notify" #~ msgstr "" + +#~ msgid "Import" +#~ msgstr "Імпортувати" + +#~ msgid "Amount paid" +#~ msgstr "Виплачувана сума" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "" + +#~ 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 "Invalid JSON" +#~ msgstr "Недійсний JSON" + +#~ 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 "" + +#~ msgid "Import JSON" +#~ msgstr "" + diff --git a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.mo b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.mo index 64aeb9252205dc0d63d7a4dc882b63838cd6b267..5ae746989eb2cd01649c74a2ae31cab815bd5741 100644 GIT binary patch delta 4182 zcmZA332>Fw8OHGwlaK{MObl5>%tb;Vgq!7N5uyQ-aD_^<7?yTuqZ8vb31({+8bX~r zB8@WIHYS2d3)P`Aw#AlsiwmF*LOT&_tL>y(+exP)6?9~&Fz867|0nmI=}a@g?=0Ur z=RNN^-xm%%5%J2_h~PwW)ON?uIsV?j-^XKA``^#BMCT$SoJ+t_nv;PqI7inIiu7ix-@O5_CeIZy{JHsqHggCR7(G9eu@etVs?1^bW|qiqcT~J z8efgtz&f19`mTY3Zv6(-#9NR*?lJypzz}*diJPNKwiKVoepE(s=Y#_(M16q#s0Hd! zcihGf zC>G%%)DfLUy#-fMnMhzVmUOeS$-h!oL4zW$K?SlFqp{1}hxU>U}K76kZ8FH7;0BK}XPm+Sz7vi?we< zo!Jg^A1d+}tbfcLM@{$vYM!r9moGY>`++y2j^>A$h;Jh62HoE%XuxTlyo|_L7grFj zFT%;oh6L|AaXIeB68r!wFujnE7p_NbXb)=MU!vak=P?m~YwhDW`Tqai9yntiSIkIX z`0~V~Cd@=lxX|iFm`r_{wXe4J^;U1TdWX3gb<_`A{VCM%ANL#uozWO_yzXPvtxe?} zO2%B&-B^MO;BKtJR;#~+O7&}~=ikGd@e|Ztm{T0yK&4r0ej9_Du$6)ac3}!Wh?;OG zYT;2-fa92jmr}BHlr4L1SdCQ^-=Rx)O>H2l7B7q5e@PzYT`>)k0p=V zaUyEMVzUDEd=2XPwbtHZ_MrmXg8J?GsI~7zZTK0~_=7>~ID%x=y@49|73#s*Md5|h z&AFxz)xQ)qQ7!82S%>;AbXk3ec>wjrJArzeKE@mj#_(0p2cZx(Q73Ar8_fsJA)G<` zZd8CF)bp=c|8esjYoEXj`cI((x{6wGF5hK+;%kw0f^I{&;J%CLbZkZa-rkK`a152= z3G)JK;iy}}flf8k&AFxzHEyZZ>&?4R(9$H3K-4dLQb+$FKxLs2!cb zJMao>Tn)d}dDY#Ws6d8MNAx7>i@6tdr0)%cGQ9cr~n>7KOVIDm&l9c@|T6@xfhj*F4X+nmT~?n{FDYwc+h+uwcsC7JN^f1 zp?{lSnELRmJqGn_c)Ha~&2rQRmZJi!vHBL&_u|nCZdwwB12iZTucLlnzmK!=KR63B z`CrD!Ek&Nt>6Cv)hQ`weV?$5P4owLS=S;mObS(F3L})=?OJuOFqH0ye3cqKazkc=C zYHQ-_16`fnz254c=GJ?>m3_@U-ZhkpyjTW3>nGvb&P!ByJ=*PuOzas z_ui4e_~vA+2y_Ix35~cnm3b-~?+&zie0huW3PWW@&qanVmJY;(_AeQZ4rTe9BSQOc M+Yu4kwK6sGzn~%D)Bpeg delta 6598 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 diff --git a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po index e9f4b3888..512c1692a 100644 --- a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po @@ -1,19 +1,24 @@ + msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-01 18:01+0100\n" +"POT-Creation-Date: 2022-04-20 17:38-0400\n" "PO-Revision-Date: 2022-01-24 05:55+0000\n" "Last-Translator: yzqzss \n" -"Language-Team: Chinese (Simplified) \n" "Language: zh_Hans\n" +"Language-Team: Chinese (Simplified) " +"" +"\n" +"Plural-Forms: nplurals=1; plural=0\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.11-dev\n" -"Generated-By: Babel 2.9.0\n" +"Generated-By: Babel 2.9.1\n" + +#, python-format +msgid "You have just created '%(project)s' to share your expenses" +msgstr "你新建了一个‘%(project)s'来分担你的花费" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -49,11 +54,8 @@ msgid "" "multiple currencies." msgstr "此项目不能设置为“无货币”,因为它包含多种货币的账单。" -msgid "Import previously exported JSON file" -msgstr "导入之前的JSON 文件" - -msgid "Import" -msgstr "导入" +msgid "Compatible with Cospend" +msgstr "" msgid "Project identifier" msgstr "账目名称" @@ -113,17 +115,17 @@ msgstr "密码确认" msgid "Reset password" msgstr "密码重置" -msgid "Date" -msgstr "日期" +msgid "When?" +msgstr "什么时候?" msgid "What?" msgstr "什么?" -msgid "Payer" -msgstr "支付人" +msgid "Who paid?" +msgstr "谁付的钱?" -msgid "Amount paid" -msgstr "支付金额" +msgid "How much?" +msgstr "多少?" msgid "Currency" msgstr "货币" @@ -180,6 +182,11 @@ msgstr "发送邀请" msgid "The email %(email)s is not valid" msgstr "此邮箱%(email)s不存在" +msgid "" +"{error_message} Please check the email configuration of the " +"server{error_extension}" +msgstr "" + #. List with two items only msgid "{dual_object_0} and {dual_object_1}" msgstr "{dual_object_0} 和 {dual_object_1}" @@ -220,28 +227,9 @@ msgstr "" msgid "This private code is not the right one" 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 "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 "没有符号" @@ -254,17 +242,23 @@ msgstr "未知项目" msgid "Password successfully reset." msgstr "密码重置成功。" -msgid "Project successfully uploaded" -msgstr "项目成功上传" +msgid "Unable to parse CSV" +msgstr "" -msgid "Invalid JSON" -msgstr "JSON无效" +msgid "Missing attribute {}" +msgstr "" msgid "" "Cannot add bills in multiple currencies to a project without default " "currency" msgstr "" +msgid "Project successfully uploaded" +msgstr "项目成功上传" + +msgid ": " +msgstr "" + msgid "Project successfully deleted" msgstr "项目成功删除" @@ -278,12 +272,6 @@ 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 "已添加%(member)s" @@ -326,6 +314,9 @@ msgstr "账单已删除" msgid "The bill has been modified" msgstr "帐单已修改" +msgid "{lang} is not a supported language" +msgstr "" + msgid "Error deleting project history" msgstr "删除项目历史记录时出错" @@ -412,11 +403,9 @@ msgstr "编辑项目" msgid "Delete project" msgstr "删除项目" -msgid "Import JSON" -msgstr "导入json文件" - -msgid "Choose file" -msgstr "选择文件" +#, fuzzy +msgid "Import project" +msgstr "编辑项目" msgid "Download project's data" msgstr "下载项目数据" @@ -448,12 +437,22 @@ msgstr "编辑项目" msgid "This will remove all bills and participants in this project!" msgstr "这将删除此项目的所有账单和参与者!" +#, fuzzy +msgid "Import previously exported project" +msgstr "导入之前的JSON 文件" + +msgid "Choose file" +msgstr "选择文件" + msgid "Edit this bill" msgstr "编辑帐单" msgid "Add a bill" msgstr "添加账单" +msgid "Simple operations are allowed, e.g. (18+36.2)/3" +msgstr "" + msgid "Everyone" msgstr "每个人" @@ -579,18 +578,18 @@ msgstr "以下条目包含IP地址,但此项目禁用IP记录 " msgid "Delete stored IP addresses" msgstr "删除已储存的IP地址" -msgid "No history to erase" -msgstr "无历史纪录" - -msgid "Clear Project History" -msgstr "清除项目历史" - msgid "No IP Addresses to erase" msgstr "无IP地址" msgid "Delete Stored IP Addresses" msgstr "删除已储存AP地址" +msgid "No history to erase" +msgstr "无历史纪录" + +msgid "Clear Project History" +msgstr "清除项目历史" + msgid "Time" msgstr "时间" @@ -652,9 +651,15 @@ msgstr "账单 %(name)s 更名为 %(new_description)s" msgid "Participant %(name)s: weight changed from %(old_weight)s to %(new_weight)s" msgstr "成员 %(name)s:权重从%(old_weight)s变为%(new_weight)s" +msgid "Payer" +msgstr "支付人" + msgid "Amount" msgstr "数量" +msgid "Date" +msgstr "日期" + #, python-format msgid "Amount in %(currency)s" msgstr "%(currency)s的数量是" @@ -728,6 +733,37 @@ msgid "" "your friends" msgstr "不要重复使用私人密码。选择一个私人码并发送给你的朋友" +msgid "Hi" +msgstr "" + +#, python-format +msgid "" +"Someone using the email address %(contact_email)sinvited you to share " +"your expenses for \"%(name)s\"." +msgstr "" + +msgid "" +"It's as simple as saying what did you pay for, for whom, and how much did" +" it cost you, we are caring about the rest." +msgstr "" + +#, python-format +msgid "You can log in using this link: %(link)s." +msgstr "" + +#, python-format +msgid "" +"Once logged-in, you can use the following link which is easier to " +"remember: %(short_link)s If your cookie gets deleted or if you log out, " +"you will need to log back in using the first link." +msgstr "" + +msgid "Enjoy" +msgstr "" + +msgid "See you :-)" +msgstr "" + msgid "Account manager" msgstr "账户经理" @@ -799,30 +835,21 @@ msgstr "确定?" msgid "Invite people" msgstr "邀请别人" -msgid "You should start by adding participants" -msgstr "从添加参与人开始" - -msgid "Add a new bill" -msgstr "添加新帐单" - msgid "Newer bills" msgstr "最新账单" msgid "Older bills" msgstr "最旧帐单" -msgid "When?" -msgstr "什么时候?" +msgid "You should start by adding participants" +msgstr "从添加参与人开始" -msgid "Who paid?" -msgstr "谁付的钱?" +msgid "Add a new bill" +msgstr "添加新帐单" msgid "For what?" msgstr "什么东西?" -msgid "How much?" -msgstr "多少?" - #, python-format msgid "Added on %(date)s" msgstr "添加到%(date)s" @@ -1018,3 +1045,42 @@ msgstr "期间" #~ msgid "Participants to notify" #~ msgstr "添加参与人" + +#~ msgid "Import" +#~ msgstr "导入" + +#~ msgid "Amount paid" +#~ msgstr "支付金额" + +#~ msgid "" +#~ "We tried to send you an reminder" +#~ " email, but there was an error. " +#~ "You can still use the project " +#~ "normally." +#~ msgstr "我们试着发送提醒邮件给你,但是出了问题。你仍可以正常使用。" + +#~ 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 "Invalid JSON" +#~ msgstr "JSON无效" + +#~ 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 "对不起,在发送邀请邮件时发生了错误。请检查邮箱的服务器配置或者联系管理员。" + +#~ msgid "Import JSON" +#~ msgstr "导入json文件" + diff --git a/ihatemoney/utils.py b/ihatemoney/utils.py index ddfcf3569..7023b01ab 100644 --- a/ihatemoney/utils.py +++ b/ihatemoney/utils.py @@ -65,8 +65,8 @@ def flash_email_error(error_message, category="danger"): flash( _( - f"{error_message} Please check the email configuration of the server{error_extension}" - ), + "{error_message} Please check the email configuration of the server{error_extension}" + ).format(error_message=error_message, error_extension=error_extension), category=category, ) diff --git a/ihatemoney/web.py b/ihatemoney/web.py index dd31c1522..427a13c9d 100644 --- a/ihatemoney/web.py +++ b/ihatemoney/web.py @@ -567,7 +567,7 @@ def invite(): if request.method == "POST": if form.validate(): # send the email - message_body = render_localized_template("invitation_mail") + message_body = render_template("invitation_mail.j2") message_title = _( "You have been invited to share your " "expenses for %(project)s", project=g.project.name, @@ -765,7 +765,10 @@ def change_lang(lang): session["lang"] = lang session.update() else: - flash(_(f"{lang} is not a supported language"), category="warning") + flash( + _("{lang} is not a supported language").format(lang=lang), + category="warning", + ) return redirect(request.headers.get("Referer") or url_for(".home"))