diff options
| author | zorun <github@bitsofnetworks.org> | 2020-04-25 11:55:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-25 11:55:20 +0200 |
| commit | d6d084f26a9de543527486e3c1fbc4e9100fddbd (patch) | |
| tree | 3546f4c5043d22ae984a05e6a07e919944514c1f /ihatemoney/translations/id/LC_MESSAGES/messages.po | |
| parent | c2afed269a2f0785852f5ffd0ae9ac840b56927c (diff) | |
| download | ihatemoney-mirror-d6d084f26a9de543527486e3c1fbc4e9100fddbd.zip ihatemoney-mirror-d6d084f26a9de543527486e3c1fbc4e9100fddbd.tar.gz ihatemoney-mirror-d6d084f26a9de543527486e3c1fbc4e9100fddbd.tar.bz2 | |
Fix translations (#575)
* Fix user-facing string and update translation catalog
In the flash message confirming member creation, change "member had been
added" into the correct form "member has been added".
No translation has been changed. Some translators seem to have already
spotted the mistake while translating, but I can't tell for all languages.
* Change "Person" to "Participant" in history view
Currently, the main user-facing term is "Participant", as seen for
instance in the "Add participant" form. "Person" is not used anywhere in
the interface.
See #302 for a more general discussion on choosing the right terminology.
* Fix obsolete translations.
Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
Diffstat (limited to 'ihatemoney/translations/id/LC_MESSAGES/messages.po')
| -rw-r--r-- | ihatemoney/translations/id/LC_MESSAGES/messages.po | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.po b/ihatemoney/translations/id/LC_MESSAGES/messages.po index a28ce9e..68228a1 100644 --- a/ihatemoney/translations/id/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/id/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-21 14:18+0200\n" +"POT-Creation-Date: 2020-04-24 19:59+0200\n" "PO-Revision-Date: 2019-11-16 10:04+0000\n" "Last-Translator: Muhammad Fauzi <fauzi.padlaw@gmail.com>\n" "Language: id\n" @@ -13,7 +13,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.7.0\n" +"Generated-By: Babel 2.8.0\n" msgid "" "Not a valid amount or expression. Only numbers and + - * / operators are " @@ -139,7 +139,7 @@ msgstr "Kirim undangan" msgid "The email %(email)s is not valid" msgstr "Surel %(email)s tidak valid" -msgid "Person" +msgid "Participant" msgstr "" msgid "Bill" @@ -198,8 +198,8 @@ msgid "Your invitations have been sent" msgstr "Undangan Anda telah dikirim" #, python-format -msgid "%(member)s had been added" -msgstr "%(member)s telah ditambahkan" +msgid "%(member)s has been added" +msgstr "" #, python-format msgid "%(name)s is part of this project again" @@ -757,4 +757,3 @@ msgstr "" msgid "Period" msgstr "" - |
