From 687f2937d28357c465f26172cac59c7fa48d40e1 Mon Sep 17 00:00:00 2001 From: Ilya Prokopenko Date: Sun, 18 Dec 2022 13:25:52 +0700 Subject: [PATCH] Locales: `learn_more` --- Web/static/img/app_icons/.DS_Store | Bin 6148 -> 0 bytes Web/static/js/al_wall.js | 2 +- data/clients.xml | 2 +- locales/en.strings | 2 ++ locales/ru.strings | 2 ++ 5 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 Web/static/img/app_icons/.DS_Store diff --git a/Web/static/img/app_icons/.DS_Store b/Web/static/img/app_icons/.DS_Store deleted file mode 100644 index ba9eb77734a18b98acbd514e3b5268127d0bba9a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKyG{c!5S)b+L1{uq>5>WwiH^pKLP5<300}4sM=lLWbl34Md?n02Kshe76tFAp zjvqVr-4tFMfXtrmPJtI2)05k;{zp7DTdG`PoVkiC0Axrb=6A!m(k z{wvYT=KjbXG5sX!`_3Zw$5z&})g zHCt^wam<(sqynkHmjZe|6uM#!>>TarV9@Kk&W{w;*tWL>u|&THc8;8(iBpMAm3U%^ z(>Y!uuLgFGPKVgeTqkyxc%g{x&hcXDkm{H*6-Wj83haA#s`dYZ{=@sfPs&~@kP7@M z1!Oe8n$P%4QCkN;r?s}wZ|I-KTuW!@T>{wAQhc {{app_tr}}: {{name}}
- Подробнее + ${tr("learn_more")} diff --git a/data/clients.xml b/data/clients.xml index 44373e40..21e94959 100644 --- a/data/clients.xml +++ b/data/clients.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/locales/en.strings b/locales/en.strings index db4ad509..79db26c6 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -811,6 +811,8 @@ "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."; +"learn_more" = "Learn more"; + /* Support */ "support_opened" = "Opened"; diff --git a/locales/ru.strings b/locales/ru.strings index 5b41554f..f2d09ecc 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -745,6 +745,8 @@ "app_err_note" = "Не удалось прикрепить новостную заметку"; "app_err_note_desc" = "Убедитесь, что ссылка правильная и заметка принадлежит Вам."; +"learn_more" = "Подробнее"; + /* Support */ "support_opened" = "Открытые";