mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Locales: learn_more
This commit is contained in:
parent
9a9c74f127
commit
687f2937d2
5 changed files with 6 additions and 2 deletions
BIN
Web/static/img/app_icons/.DS_Store
vendored
BIN
Web/static/img/app_icons/.DS_Store
vendored
Binary file not shown.
|
@ -134,7 +134,7 @@ var tooltipClientTemplate = Handlebars.compile(`
|
||||||
<text>
|
<text>
|
||||||
{{app_tr}}: <b>{{name}}</b>
|
{{app_tr}}: <b>{{name}}</b>
|
||||||
</text><br/>
|
</text><br/>
|
||||||
<a href="{{url}}">Подробнее</a>
|
<a href="{{url}}">${tr("learn_more")}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Clients name="standard">
|
<Clients name="standard">
|
||||||
<Client tag="vk4me" name="VK4ME" url="http://vk4me.crx.moe/" img="/assets/packages/static/openvk/img/app_icons/vk4me.png" />
|
<Client tag="vk4me" name="VK4ME" url="http://vk4me.crx.moe/" img="/assets/packages/static/openvk/img/app_icons/vk4me.png" />
|
||||||
<Client tag="openvk_legacy_android" name="OpenVK Legacy" url="https://f-droid.org/ru/packages/uk.openvk.android.legacy/" img="/assets/packages/static/openvk/img/app_icons/openvk_legacy.png" />
|
<Client tag="openvk_legacy_android" name="OpenVK Legacy" url="https://f-droid.org/packages/uk.openvk.android.legacy/" img="/assets/packages/static/openvk/img/app_icons/openvk_legacy.png" />
|
||||||
</Clients>
|
</Clients>
|
|
@ -811,6 +811,8 @@
|
||||||
"app_err_note" = "Failed to attach a news note";
|
"app_err_note" = "Failed to attach a news note";
|
||||||
"app_err_note_desc" = "Make sure the link is correct and the note belongs to you.";
|
"app_err_note_desc" = "Make sure the link is correct and the note belongs to you.";
|
||||||
|
|
||||||
|
"learn_more" = "Learn more";
|
||||||
|
|
||||||
/* Support */
|
/* Support */
|
||||||
|
|
||||||
"support_opened" = "Opened";
|
"support_opened" = "Opened";
|
||||||
|
|
|
@ -745,6 +745,8 @@
|
||||||
"app_err_note" = "Не удалось прикрепить новостную заметку";
|
"app_err_note" = "Не удалось прикрепить новостную заметку";
|
||||||
"app_err_note_desc" = "Убедитесь, что ссылка правильная и заметка принадлежит Вам.";
|
"app_err_note_desc" = "Убедитесь, что ссылка правильная и заметка принадлежит Вам.";
|
||||||
|
|
||||||
|
"learn_more" = "Подробнее";
|
||||||
|
|
||||||
/* Support */
|
/* Support */
|
||||||
|
|
||||||
"support_opened" = "Открытые";
|
"support_opened" = "Открытые";
|
||||||
|
|
Loading…
Reference in a new issue