mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 09:52:36 +02:00
Rename see to show (#638)
This commit is contained in:
parent
08e176a27c
commit
4c8b90b8cc
19 changed files with 48 additions and 49 deletions
|
@ -285,7 +285,7 @@ msgstr ""
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
|
|
|
@ -315,7 +315,7 @@ footer .footer-left {
|
||||||
|
|
||||||
.bill-actions > .delete,
|
.bill-actions > .delete,
|
||||||
.bill-actions > .edit,
|
.bill-actions > .edit,
|
||||||
.bill-actions > .see {
|
.bill-actions > .show {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
@ -333,8 +333,8 @@ footer .footer-left {
|
||||||
background: url("../images/edit.png") no-repeat right;
|
background: url("../images/edit.png") no-repeat right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bill-actions > .see {
|
.bill-actions > .show {
|
||||||
background: url("../images/see.png") no-repeat right;
|
background: url("../images/show.png") no-repeat right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bill_table,
|
#bill_table,
|
||||||
|
@ -354,7 +354,7 @@ footer .footer-left {
|
||||||
|
|
||||||
.project-actions > .delete,
|
.project-actions > .delete,
|
||||||
.project-actions > .edit,
|
.project-actions > .edit,
|
||||||
.project-actions > .see {
|
.project-actions > .show {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
display: block;
|
display: block;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
@ -372,8 +372,8 @@ footer .footer-left {
|
||||||
background: url("../images/edit.png") no-repeat right;
|
background: url("../images/edit.png") no-repeat right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-actions > .see {
|
.project-actions > .show {
|
||||||
background: url("../images/see.png") no-repeat right;
|
background: url("../images/show.png") no-repeat right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.history_icon > .delete,
|
.history_icon > .delete,
|
||||||
|
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
|
@ -16,7 +16,7 @@
|
||||||
<td class="project-actions">
|
<td class="project-actions">
|
||||||
<a class="edit" href="{{ url_for(".edit_project", project_id=project.id) }}" title="{{ _("edit") }}">{{ _('edit') }}</a>
|
<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="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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
<a class="edit" href="{{ url_for(".edit_bill", bill_id=bill.id) }}" title="{{ _("edit") }}">{{ _('edit') }}</a>
|
<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>
|
<a class="delete" href="{{ url_for(".delete_bill", bill_id=bill.id) }}" title="{{ _("delete") }}">{{ _('delete') }}</a>
|
||||||
{% if bill.external_link %}
|
{% 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 %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
|
@ -301,7 +301,7 @@ msgstr ""
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-28 05:41+0000\n"
|
||||||
"Last-Translator: Natalie Jann <nataliejann@live.com>\n"
|
"Last-Translator: Natalie Jann <nataliejann@live.com>\n"
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: German <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
@ -320,8 +320,8 @@ msgstr "Bearbeiten"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "Löschen"
|
msgstr "Löschen"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "Ansehen"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Das Dashboard ist aktuell deaktiviert."
|
msgstr "Das Dashboard ist aktuell deaktiviert."
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language: el\n"
|
"Language: el\n"
|
||||||
|
@ -301,7 +301,7 @@ msgstr ""
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-28 05:41+0000\n"
|
||||||
"Last-Translator: Natalie Jann <nataliejann@live.com>\n"
|
"Last-Translator: Natalie Jann <nataliejann@live.com>\n"
|
||||||
"Language-Team: Spanish (Latin America) <https://hosted.weblate.org/projects/"
|
"Language-Team: Spanish (Latin America) <https://hosted.weblate.org/projects/"
|
||||||
|
@ -314,8 +314,8 @@ msgstr "Editar"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "Eliminar"
|
msgstr "Eliminar"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "ver"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "El panel está desactivado actualmente."
|
msgstr "El panel está desactivado actualmente."
|
||||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\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"
|
"PO-Revision-Date: 2020-05-25 20:41+0000\n"
|
||||||
"Last-Translator: Glandos <bugs-github@antipoul.fr>\n"
|
"Last-Translator: Glandos <bugs-github@antipoul.fr>\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: French <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
@ -323,8 +323,8 @@ msgstr "éditer"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "supprimer"
|
msgstr "supprimer"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "voir"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Le tableau de bord est actuellement désactivée."
|
msgstr "Le tableau de bord est actuellement désactivée."
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2019-11-16 10:04+0000\n"
|
||||||
"Last-Translator: Muhammad Fauzi <fauzi.padlaw@gmail.com>\n"
|
"Last-Translator: Muhammad Fauzi <fauzi.padlaw@gmail.com>\n"
|
||||||
"Language: id\n"
|
"Language: id\n"
|
||||||
|
@ -308,8 +308,8 @@ msgstr "ubah"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "hapus"
|
msgstr "hapus"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "lihat"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Dasbor sekarang ini sedang dinonaktifkan."
|
msgstr "Dasbor sekarang ini sedang dinonaktifkan."
|
||||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-25 20:41+0000\n"
|
||||||
"Last-Translator: Stefano Mortellaro <fazen@fazenlab.it>\n"
|
"Last-Translator: Stefano Mortellaro <fazen@fazenlab.it>\n"
|
||||||
"Language-Team: Italian <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: Italian <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
@ -320,8 +320,8 @@ msgstr "modifica"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "rimuovi"
|
msgstr "rimuovi"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "vedi"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Il Cruscotto è attualmente disabilitato."
|
msgstr "Il Cruscotto è attualmente disabilitato."
|
||||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-25 20:41+0000\n"
|
||||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||||
|
@ -318,9 +318,8 @@ msgstr "rediger"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "slett"
|
msgstr "slett"
|
||||||
|
|
||||||
#, fuzzy
|
msgid "show"
|
||||||
msgid "see"
|
msgstr ""
|
||||||
msgstr "se"
|
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Oversikten er for tiden avskrudd."
|
msgstr "Oversikten er for tiden avskrudd."
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\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"
|
"PO-Revision-Date: 2019-10-07 22:56+0000\n"
|
||||||
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
"Last-Translator: Heimen Stoffels <vistausss@outlook.com>\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
|
@ -306,8 +306,8 @@ msgstr "bewerken"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "verwijderen"
|
msgstr "verwijderen"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "bekijk"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "De overzichtspagina is momenteel uitgeschakeld."
|
msgstr "De overzichtspagina is momenteel uitgeschakeld."
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-13 15:41+0000\n"
|
||||||
"Last-Translator: Szylu <chipolade@gmail.com>\n"
|
"Last-Translator: Szylu <chipolade@gmail.com>\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
|
@ -311,8 +311,8 @@ msgstr "edytuj"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "usuń"
|
msgstr "usuń"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "zobacz"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Pulpit nawigacyjny jest obecnie dezaktywowany."
|
msgstr "Pulpit nawigacyjny jest obecnie dezaktywowany."
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-04-28 07:11+0000\n"
|
||||||
"Last-Translator: Vsevolod <sevauserg.com@gmail.com>\n"
|
"Last-Translator: Vsevolod <sevauserg.com@gmail.com>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
|
@ -311,8 +311,8 @@ msgstr "изменить"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "удалить"
|
msgstr "удалить"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "просмотреть"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Панель инструментов в данный момент отключена."
|
msgstr "Панель инструментов в данный момент отключена."
|
||||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-28 05:41+0000\n"
|
||||||
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
|
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
|
||||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: Turkish <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
@ -316,8 +316,8 @@ msgstr "düzenle"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "sil"
|
msgstr "sil"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "görüntüle"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "Gösterge paneli şu anda devre dışı."
|
msgstr "Gösterge paneli şu anda devre dışı."
|
||||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-21 18:48+0000\n"
|
||||||
"Last-Translator: Andrew Zaplitnyak <zaplitnyak@gmail.com>\n"
|
"Last-Translator: Andrew Zaplitnyak <zaplitnyak@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/i-hate-money/"
|
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/i-hate-money/"
|
||||||
|
@ -305,7 +305,7 @@ msgstr ""
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
|
|
|
@ -3,7 +3,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2020-05-13 15:41+0000\n"
|
||||||
"Last-Translator: Muge Niu <mugeniu12138@gmail.com>\n"
|
"Last-Translator: Muge Niu <mugeniu12138@gmail.com>\n"
|
||||||
"Language: zh_HANS_CN\n"
|
"Language: zh_HANS_CN\n"
|
||||||
|
@ -303,8 +303,8 @@ msgstr "编辑"
|
||||||
msgid "delete"
|
msgid "delete"
|
||||||
msgstr "删除"
|
msgstr "删除"
|
||||||
|
|
||||||
msgid "see"
|
msgid "show"
|
||||||
msgstr "查看"
|
msgstr ""
|
||||||
|
|
||||||
msgid "The Dashboard is currently deactivated."
|
msgid "The Dashboard is currently deactivated."
|
||||||
msgstr "操作面板失效"
|
msgstr "操作面板失效"
|
||||||
|
|
Loading…
Reference in a new issue