diff options
19 files changed, 48 insertions, 49 deletions
diff --git a/ihatemoney/messages.pot b/ihatemoney/messages.pot index 9569d05..d56b0e7 100644 --- a/ihatemoney/messages.pot +++ b/ihatemoney/messages.pot @@ -285,7 +285,7 @@ msgstr "" msgid "delete" msgstr "" -msgid "see" +msgid "show" msgstr "" msgid "The Dashboard is currently deactivated." diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index ec1481b..44bc5de 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -315,7 +315,7 @@ footer .footer-left { .bill-actions > .delete, .bill-actions > .edit, -.bill-actions > .see { +.bill-actions > .show { font-size: 0px; display: block; width: 16px; @@ -333,8 +333,8 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } -.bill-actions > .see { - background: url("../images/see.png") no-repeat right; +.bill-actions > .show { + background: url("../images/show.png") no-repeat right; } #bill_table, @@ -354,7 +354,7 @@ footer .footer-left { .project-actions > .delete, .project-actions > .edit, -.project-actions > .see { +.project-actions > .show { font-size: 0px; display: block; width: 16px; @@ -372,8 +372,8 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } -.project-actions > .see { - background: url("../images/see.png") no-repeat right; +.project-actions > .show { + background: url("../images/show.png") no-repeat right; } .history_icon > .delete, diff --git a/ihatemoney/static/images/see.png b/ihatemoney/static/images/show.png Binary files differindex 5b5725a..5b5725a 100644 --- a/ihatemoney/static/images/see.png +++ b/ihatemoney/static/images/show.png diff --git a/ihatemoney/templates/dashboard.html b/ihatemoney/templates/dashboard.html index b77a0ba..d9c150c 100644 --- a/ihatemoney/templates/dashboard.html +++ b/ihatemoney/templates/dashboard.html @@ -16,7 +16,7 @@ <td class="project-actions"> <a class="edit" href="{{ url_for(".edit_project", project_id=project.id) }}" title="{{ _("edit") }}">{{ _('edit') }}</a> <a class="delete" href="{{ url_for(".delete_project", project_id=project.id) }}" title="{{ _("delete") }}">{{ _('delete') }}</a> - <a class="see" href="{{ url_for(".list_bills", project_id=project.id) }}" title="{{ _("see") }}">{{ _('see') }}</a> + <a class="show" href="{{ url_for(".list_bills", project_id=project.id) }}" title="{{ _("show") }}">{{ _('show') }}</a> </td> </tr> {% endfor %} diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 487e70e..12c5072 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -133,7 +133,7 @@ <a class="edit" href="{{ url_for(".edit_bill", bill_id=bill.id) }}" title="{{ _("edit") }}">{{ _('edit') }}</a> <a class="delete" href="{{ url_for(".delete_bill", bill_id=bill.id) }}" title="{{ _("delete") }}">{{ _('delete') }}</a> {% if bill.external_link %} - <a class="see" href="{{ bill.external_link }}" ref="noopener" target="_blank" title="{{ _("see") }}">{{ _('see') }} </a> + <a class="show" href="{{ bill.external_link }}" ref="noopener" target="_blank" title="{{ _("show") }}">{{ _('show') }} </a> {% endif %} </td> </tr> diff --git a/ihatemoney/translations/cs/LC_MESSAGES/messages.po b/ihatemoney/translations/cs/LC_MESSAGES/messages.po index 96703ac..b405672 100644 --- a/ihatemoney/translations/cs/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/cs/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: cs\n" @@ -301,7 +301,7 @@ msgstr "" msgid "delete" msgstr "" -msgid "see" +msgid "show" msgstr "" msgid "The Dashboard is currently deactivated." diff --git a/ihatemoney/translations/de/LC_MESSAGES/messages.po b/ihatemoney/translations/de/LC_MESSAGES/messages.po index a1707ea..de54013 100644 --- a/ihatemoney/translations/de/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/de/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-28 05:41+0000\n" "Last-Translator: Natalie Jann <nataliejann@live.com>\n" "Language-Team: German <https://hosted.weblate.org/projects/i-hate-money/" @@ -320,8 +320,8 @@ msgstr "Bearbeiten" msgid "delete" msgstr "Löschen" -msgid "see" -msgstr "Ansehen" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Das Dashboard ist aktuell deaktiviert." diff --git a/ihatemoney/translations/el/LC_MESSAGES/messages.po b/ihatemoney/translations/el/LC_MESSAGES/messages.po index df8c2ae..58c2796 100644 --- a/ihatemoney/translations/el/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/el/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language: el\n" @@ -301,7 +301,7 @@ msgstr "" msgid "delete" msgstr "" -msgid "see" +msgid "show" msgstr "" msgid "The Dashboard is currently deactivated." diff --git a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po index 693ed9a..1b7d2d7 100644 --- a/ihatemoney/translations/es_419/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/es_419/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-28 05:41+0000\n" "Last-Translator: Natalie Jann <nataliejann@live.com>\n" "Language-Team: Spanish (Latin America) <https://hosted.weblate.org/projects/" @@ -314,8 +314,8 @@ msgstr "Editar" msgid "delete" msgstr "Eliminar" -msgid "see" -msgstr "ver" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "El panel está desactivado actualmente." diff --git a/ihatemoney/translations/fr/LC_MESSAGES/messages.po b/ihatemoney/translations/fr/LC_MESSAGES/messages.po index 4ea801d..1bad2b7 100644 --- a/ihatemoney/translations/fr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-25 20:41+0000\n" "Last-Translator: Glandos <bugs-github@antipoul.fr>\n" "Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/" @@ -323,8 +323,8 @@ msgstr "éditer" msgid "delete" msgstr "supprimer" -msgid "see" -msgstr "voir" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Le tableau de bord est actuellement désactivée." diff --git a/ihatemoney/translations/id/LC_MESSAGES/messages.po b/ihatemoney/translations/id/LC_MESSAGES/messages.po index cff90b3..c90f132 100644 --- a/ihatemoney/translations/id/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/id/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2019-11-16 10:04+0000\n" "Last-Translator: Muhammad Fauzi <fauzi.padlaw@gmail.com>\n" "Language: id\n" @@ -308,8 +308,8 @@ msgstr "ubah" msgid "delete" msgstr "hapus" -msgid "see" -msgstr "lihat" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Dasbor sekarang ini sedang dinonaktifkan." diff --git a/ihatemoney/translations/it/LC_MESSAGES/messages.po b/ihatemoney/translations/it/LC_MESSAGES/messages.po index cc3a0ef..140bf2d 100644 --- a/ihatemoney/translations/it/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/it/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-09 21:41+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-25 20:41+0000\n" "Last-Translator: Stefano Mortellaro <fazen@fazenlab.it>\n" "Language-Team: Italian <https://hosted.weblate.org/projects/i-hate-money/" @@ -320,8 +320,8 @@ msgstr "modifica" msgid "delete" msgstr "rimuovi" -msgid "see" -msgstr "vedi" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Il Cruscotto è attualmente disabilitato." diff --git a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po index 96f3206..28abbda 100644 --- a/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nb_NO/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-25 20:41+0000\n" "Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n" "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/" @@ -318,9 +318,8 @@ msgstr "rediger" msgid "delete" msgstr "slett" -#, fuzzy -msgid "see" -msgstr "se" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Oversikten er for tiden avskrudd." diff --git a/ihatemoney/translations/nl/LC_MESSAGES/messages.po b/ihatemoney/translations/nl/LC_MESSAGES/messages.po index c0917c9..6c978d4 100644 --- a/ihatemoney/translations/nl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/nl/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2019-10-07 22:56+0000\n" "Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n" "Language: nl\n" @@ -306,8 +306,8 @@ msgstr "bewerken" msgid "delete" msgstr "verwijderen" -msgid "see" -msgstr "bekijk" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "De overzichtspagina is momenteel uitgeschakeld." diff --git a/ihatemoney/translations/pl/LC_MESSAGES/messages.po b/ihatemoney/translations/pl/LC_MESSAGES/messages.po index aa2d19b..cfb3982 100644 --- a/ihatemoney/translations/pl/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/pl/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-13 15:41+0000\n" "Last-Translator: Szylu <chipolade@gmail.com>\n" "Language: pl\n" @@ -311,8 +311,8 @@ msgstr "edytuj" msgid "delete" msgstr "usuń" -msgid "see" -msgstr "zobacz" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Pulpit nawigacyjny jest obecnie dezaktywowany." diff --git a/ihatemoney/translations/ru/LC_MESSAGES/messages.po b/ihatemoney/translations/ru/LC_MESSAGES/messages.po index 7daaa26..4fde062 100644 --- a/ihatemoney/translations/ru/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/ru/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-04-28 07:11+0000\n" "Last-Translator: Vsevolod <sevauserg.com@gmail.com>\n" "Language: ru\n" @@ -311,8 +311,8 @@ msgstr "изменить" msgid "delete" msgstr "удалить" -msgid "see" -msgstr "просмотреть" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Панель инструментов в данный момент отключена." diff --git a/ihatemoney/translations/tr/LC_MESSAGES/messages.po b/ihatemoney/translations/tr/LC_MESSAGES/messages.po index caf8acb..550eeac 100644 --- a/ihatemoney/translations/tr/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/tr/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-28 05:41+0000\n" "Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n" "Language-Team: Turkish <https://hosted.weblate.org/projects/i-hate-money/" @@ -316,8 +316,8 @@ msgstr "düzenle" msgid "delete" msgstr "sil" -msgid "see" -msgstr "görüntüle" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "Gösterge paneli şu anda devre dışı." diff --git a/ihatemoney/translations/uk/LC_MESSAGES/messages.po b/ihatemoney/translations/uk/LC_MESSAGES/messages.po index 98e4f5d..80dfacc 100644 --- a/ihatemoney/translations/uk/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/uk/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-09 21:41+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-21 18:48+0000\n" "Last-Translator: Andrew Zaplitnyak <zaplitnyak@gmail.com>\n" "Language-Team: Ukrainian <https://hosted.weblate.org/projects/i-hate-money/" @@ -305,7 +305,7 @@ msgstr "" msgid "delete" msgstr "" -msgid "see" +msgid "show" msgstr "" msgid "The Dashboard is currently deactivated." diff --git a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po index d78604c..97c7a56 100644 --- a/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po +++ b/ihatemoney/translations/zh_Hans/LC_MESSAGES/messages.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-18 15:11+0200\n" +"POT-Creation-Date: 2020-05-30 14:26+0200\n" "PO-Revision-Date: 2020-05-13 15:41+0000\n" "Last-Translator: Muge Niu <mugeniu12138@gmail.com>\n" "Language: zh_HANS_CN\n" @@ -303,8 +303,8 @@ msgstr "编辑" msgid "delete" msgstr "删除" -msgid "see" -msgstr "查看" +msgid "show" +msgstr "" msgid "The Dashboard is currently deactivated." msgstr "操作面板失效" |
