Rename see to show (#638)

This commit is contained in:
Glandos 2020-05-30 14:36:50 +02:00 committed by GitHub
parent 08e176a27c
commit 4c8b90b8cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 48 additions and 49 deletions

View file

@ -285,7 +285,7 @@ msgstr ""
msgid "delete"
msgstr ""
msgid "see"
msgid "show"
msgstr ""
msgid "The Dashboard is currently deactivated."

View file

@ -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,

View file

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B

View file

@ -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 %}

View file

@ -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>

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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."

View file

@ -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 "Панель инструментов в данный момент отключена."

View file

@ -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ışı."

View file

@ -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."

View file

@ -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 "操作面板失效"