Locales: learn_more

This commit is contained in:
Ilya Prokopenko 2022-12-18 13:25:52 +07:00
parent 9a9c74f127
commit 687f2937d2
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56
5 changed files with 6 additions and 2 deletions

Binary file not shown.

View file

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

View file

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

View file

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

View file

@ -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" = "Открытые";