From 62252e18ec819b963d54e60b7d0bf53fc8c861c9 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 10:07:38 +0300 Subject: [PATCH 01/81] New translations en-US.json (Uzbek) --- src/config/locales/uz-UZ.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/locales/uz-UZ.json b/src/config/locales/uz-UZ.json index e5a5a1a88..aba3492da 100644 --- a/src/config/locales/uz-UZ.json +++ b/src/config/locales/uz-UZ.json @@ -2,12 +2,12 @@ "wallet": { "curation_reward": "Kuratorlik mukofoti", "author_reward": "Avtorlik mukofoti", - "comment_benefactor_reward": "Benefactor Reward", + "comment_benefactor_reward": "Benefitsiar mukofoti", "claim_reward_balance": "Mukofotlarni olish ", "transfer": "O'tkazma", - "power_up": "To Vesting", - "transfer_from_savings": "From Savings", - "withdraw_savings": "Withdraw Savings", + "power_up": "Sarmoya kiritish", + "transfer_from_savings": "Jamg'armadan", + "withdraw_savings": "J'amg'armadan yechib olish", "withdraw_vesting": "Power Down", "open_order": "Open Order", "fill_order": "Fill Order", From c2b6eecb2be475c7c767f6eaa7e965213d02b729 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:25:50 +0300 Subject: [PATCH 02/81] Update source file en-US.json --- src/config/locales/en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/en-US.json b/src/config/locales/en-US.json index 82271b924..19e6a7a2f 100644 --- a/src/config/locales/en-US.json +++ b/src/config/locales/en-US.json @@ -585,7 +585,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link":"Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 0f16b67959f0df8948b276801993c94082f999c9 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:25:58 +0300 Subject: [PATCH 03/81] New translations en-US.json (Indonesian) --- src/config/locales/id-ID.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/id-ID.json b/src/config/locales/id-ID.json index 8e0e7f6aa..e70222d55 100644 --- a/src/config/locales/id-ID.json +++ b/src/config/locales/id-ID.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Tidak ada pengguna yang ada", - "no_existing_post": "Tidak ada post yang ada" + "no_existing_post": "Tidak ada post yang ada", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Kiriman", From 2f8c2daa6294a493a9f68f484ca2be67f4edcbb1 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:25:59 +0300 Subject: [PATCH 04/81] New translations en-US.json (Chinese Traditional) --- src/config/locales/zh-TW.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/zh-TW.json b/src/config/locales/zh-TW.json index 34185fad6..31f34bd3c 100644 --- a/src/config/locales/zh-TW.json +++ b/src/config/locales/zh-TW.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "用户不存在", - "no_existing_post": "文章不存在" + "no_existing_post": "文章不存在", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "文章", From 35526b5d9bfa88c7b9b65d251005ae805b15e59b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:01 +0300 Subject: [PATCH 05/81] New translations en-US.json (Portuguese) --- src/config/locales/pt-PT.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pt-PT.json b/src/config/locales/pt-PT.json index fb683a8b4..f969e682e 100644 --- a/src/config/locales/pt-PT.json +++ b/src/config/locales/pt-PT.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Usuário não existe", - "no_existing_post": "Post não existe" + "no_existing_post": "Post não existe", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From e2c757edb291f995de646fa9034e8399c0e247f4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:02 +0300 Subject: [PATCH 06/81] New translations en-US.json (Russian) --- src/config/locales/ru-RU.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ru-RU.json b/src/config/locales/ru-RU.json index c0f0c7c67..f0381d2ee 100644 --- a/src/config/locales/ru-RU.json +++ b/src/config/locales/ru-RU.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Несуществующий пользователь", - "no_existing_post": "Несуществующий пост" + "no_existing_post": "Несуществующий пост", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Посты", From 45dd58874785f7989390e5c76a30f9ae3b6db5ae Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:03 +0300 Subject: [PATCH 07/81] New translations en-US.json (Slovak) --- src/config/locales/sk-SK.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sk-SK.json b/src/config/locales/sk-SK.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/sk-SK.json +++ b/src/config/locales/sk-SK.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 5c0b5a52e28303a394c9022ef480755e01684001 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:04 +0300 Subject: [PATCH 08/81] New translations en-US.json (Slovenian) --- src/config/locales/sl-SI.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sl-SI.json b/src/config/locales/sl-SI.json index b12de0743..48405245b 100644 --- a/src/config/locales/sl-SI.json +++ b/src/config/locales/sl-SI.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 587289b945d065762cd7450bd759f8c95300667d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:06 +0300 Subject: [PATCH 09/81] New translations en-US.json (Albanian) --- src/config/locales/sq-AL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sq-AL.json b/src/config/locales/sq-AL.json index 210765297..11206f27d 100644 --- a/src/config/locales/sq-AL.json +++ b/src/config/locales/sq-AL.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 094bc69170385e9f70cf1e950d5747d82a1c73de Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:07 +0300 Subject: [PATCH 10/81] New translations en-US.json (Swedish) --- src/config/locales/sv-SE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sv-SE.json b/src/config/locales/sv-SE.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/sv-SE.json +++ b/src/config/locales/sv-SE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 61aae0e6997b304146d82c491bd5be7931b99a62 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:08 +0300 Subject: [PATCH 11/81] New translations en-US.json (Turkish) --- src/config/locales/tr-TR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/tr-TR.json b/src/config/locales/tr-TR.json index f259b4ec8..3a41e53c7 100644 --- a/src/config/locales/tr-TR.json +++ b/src/config/locales/tr-TR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Kullanici Bulunamadi", - "no_existing_post": "Mevcut yayın yok" + "no_existing_post": "Mevcut yayın yok", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Gönderi", From 58a34f5e2a825d9923fe6905d2195bbb1d5cefd9 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:10 +0300 Subject: [PATCH 12/81] New translations en-US.json (Ukrainian) --- src/config/locales/uk-UA.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/uk-UA.json b/src/config/locales/uk-UA.json index 7d922b6cc..5d0510621 100644 --- a/src/config/locales/uk-UA.json +++ b/src/config/locales/uk-UA.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Неіснуючий користувач", - "no_existing_post": "Неіснуючий допис" + "no_existing_post": "Неіснуючий допис", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Дописи", From f58af4a1a336391b6b8f2f4c84f869697ec45cf5 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:11 +0300 Subject: [PATCH 13/81] New translations en-US.json (Chinese Simplified) --- src/config/locales/zh-CN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/zh-CN.json b/src/config/locales/zh-CN.json index 3af9b0afe..0362c5c96 100644 --- a/src/config/locales/zh-CN.json +++ b/src/config/locales/zh-CN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "用户不存在", - "no_existing_post": "文章不存在" + "no_existing_post": "文章不存在", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "文章", From 8a8eb41adfca9a55f7fe97883e3ba5608cad86e7 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:12 +0300 Subject: [PATCH 14/81] New translations en-US.json (Urdu (Pakistan)) --- src/config/locales/ur-PK.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ur-PK.json b/src/config/locales/ur-PK.json index afec4ea27..ff4fce6d6 100644 --- a/src/config/locales/ur-PK.json +++ b/src/config/locales/ur-PK.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 418edb188b194a399982840bea65f7a7c349ca6f Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:13 +0300 Subject: [PATCH 15/81] New translations en-US.json (Punjabi) --- src/config/locales/pa-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pa-IN.json b/src/config/locales/pa-IN.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/pa-IN.json +++ b/src/config/locales/pa-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From f96e9c48125b367c952640c43db8e43805af2aff Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:15 +0300 Subject: [PATCH 16/81] New translations en-US.json (Vietnamese) --- src/config/locales/vi-VN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/vi-VN.json b/src/config/locales/vi-VN.json index 0b6e4754c..8ecac340f 100644 --- a/src/config/locales/vi-VN.json +++ b/src/config/locales/vi-VN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Không có người dùng hiện tại", - "no_existing_post": "Hiện tại không có bài viết nào" + "no_existing_post": "Hiện tại không có bài viết nào", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Các bài đăng", From 5b6bd733443c9889916f219f235e89e1933bcd59 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:16 +0300 Subject: [PATCH 17/81] New translations en-US.json (Galician) --- src/config/locales/gl-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/gl-ES.json b/src/config/locales/gl-ES.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/gl-ES.json +++ b/src/config/locales/gl-ES.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 6480eacd4dea09dff747257fbf57537cf279197e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:17 +0300 Subject: [PATCH 18/81] New translations en-US.json (Icelandic) --- src/config/locales/is-IS.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/is-IS.json b/src/config/locales/is-IS.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/is-IS.json +++ b/src/config/locales/is-IS.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 2603ea41a4f2a6a9c6129952a88aec1e3aeda7ad Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:18 +0300 Subject: [PATCH 19/81] New translations en-US.json (Persian) --- src/config/locales/fa-IR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fa-IR.json b/src/config/locales/fa-IR.json index 2ed559d30..18b91d775 100644 --- a/src/config/locales/fa-IR.json +++ b/src/config/locales/fa-IR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "کاربری موجود نیست", - "no_existing_post": "پستی موجود نیست" + "no_existing_post": "پستی موجود نیست", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "پست‌ها", From 69500073e9ce2b646b71799d0f6dc340044c158b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:20 +0300 Subject: [PATCH 20/81] New translations en-US.json (Tamil) --- src/config/locales/ta-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ta-IN.json b/src/config/locales/ta-IN.json index f3333253d..24b4ffa61 100644 --- a/src/config/locales/ta-IN.json +++ b/src/config/locales/ta-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 24666afaaf8d7771fe9f3e84405ba845c1d83fd3 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:22 +0300 Subject: [PATCH 21/81] New translations en-US.json (Spanish, Argentina) --- src/config/locales/es-AR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es-AR.json b/src/config/locales/es-AR.json index 6dd2d03da..804b2abae 100644 --- a/src/config/locales/es-AR.json +++ b/src/config/locales/es-AR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 7a37c15ba35621c34e7ef8d263418e3baa752a57 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:23 +0300 Subject: [PATCH 22/81] New translations en-US.json (Spanish, Mexico) --- src/config/locales/es-MX.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es-MX.json b/src/config/locales/es-MX.json index 31431c7b7..8fc1ff0fb 100644 --- a/src/config/locales/es-MX.json +++ b/src/config/locales/es-MX.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 552da9c55c56c9e71f3e7a0405f6b7d185ec2103 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:24 +0300 Subject: [PATCH 23/81] New translations en-US.json (Bengali) --- src/config/locales/bn-BD.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bn-BD.json b/src/config/locales/bn-BD.json index fcedfb7f2..d0503e028 100644 --- a/src/config/locales/bn-BD.json +++ b/src/config/locales/bn-BD.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "কোন বিদ্যমান ব্যবহারকারী", - "no_existing_post": "কোন বিদ্যমান পোস্ট নেই" + "no_existing_post": "কোন বিদ্যমান পোস্ট নেই", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "পোস্ট", From 6df2b5dbe3de04ffb972696c5953eaad30bd1311 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:25 +0300 Subject: [PATCH 24/81] New translations en-US.json (Thai) --- src/config/locales/th-TH.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/th-TH.json b/src/config/locales/th-TH.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/th-TH.json +++ b/src/config/locales/th-TH.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 95f5df0b9f7f83e464e41975bc4800eb450f68b9 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:26 +0300 Subject: [PATCH 25/81] New translations en-US.json (Croatian) --- src/config/locales/hr-HR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hr-HR.json b/src/config/locales/hr-HR.json index 8114d96e8..56af60b94 100644 --- a/src/config/locales/hr-HR.json +++ b/src/config/locales/hr-HR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Ne postojeći korisnik", - "no_existing_post": "Ne postojeća objava" + "no_existing_post": "Ne postojeća objava", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From fcd800cb9e732a3a0bb319e8e7e12cf7366be0d2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:27 +0300 Subject: [PATCH 26/81] New translations en-US.json (Polish) --- src/config/locales/pl-PL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pl-PL.json b/src/config/locales/pl-PL.json index 70906fe04..65e1f3cce 100644 --- a/src/config/locales/pl-PL.json +++ b/src/config/locales/pl-PL.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Brak istniejącego użytkownika", - "no_existing_post": "Brak istniejącego wpisu" + "no_existing_post": "Brak istniejącego wpisu", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Wpisy", From 606f02be9af754d5c1338c99334a6b9362e08da6 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:30 +0300 Subject: [PATCH 27/81] New translations en-US.json (Norwegian) --- src/config/locales/no-NO.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/no-NO.json b/src/config/locales/no-NO.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/no-NO.json +++ b/src/config/locales/no-NO.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 824d7cbd8107a0bb4e261d0cf03566a04e09aa9e Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:32 +0300 Subject: [PATCH 28/81] New translations en-US.json (Romanian) --- src/config/locales/ro-RO.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ro-RO.json b/src/config/locales/ro-RO.json index b431932cf..94d26eacc 100644 --- a/src/config/locales/ro-RO.json +++ b/src/config/locales/ro-RO.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Utilizator inexistent", - "no_existing_post": "Utilizator inexistent" + "no_existing_post": "Utilizator inexistent", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Postări", From b9594e83e9dadbc543165da870cd1827847798e8 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:35 +0300 Subject: [PATCH 29/81] New translations en-US.json (Irish) --- src/config/locales/ga-IE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ga-IE.json b/src/config/locales/ga-IE.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/ga-IE.json +++ b/src/config/locales/ga-IE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 9d948d005c4f64a2dcf6ad694677b78a0ddd2104 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:36 +0300 Subject: [PATCH 30/81] New translations en-US.json (French) --- src/config/locales/fr-FR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fr-FR.json b/src/config/locales/fr-FR.json index 06ee61a49..8872de611 100644 --- a/src/config/locales/fr-FR.json +++ b/src/config/locales/fr-FR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Utilisateur inexistant", - "no_existing_post": "Post inexistant" + "no_existing_post": "Post inexistant", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Publications", From 16153b53bac0fbc804795dd77b809151152524f1 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:37 +0300 Subject: [PATCH 31/81] New translations en-US.json (Spanish) --- src/config/locales/es-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/es-ES.json b/src/config/locales/es-ES.json index ff7a187ff..07cb3ad53 100644 --- a/src/config/locales/es-ES.json +++ b/src/config/locales/es-ES.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Usuario no existe", - "no_existing_post": "Publicación no existe" + "no_existing_post": "Publicación no existe", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Publicaciones", From 10ad0870e4ccf1808e06310eba98ac618a005446 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:38 +0300 Subject: [PATCH 32/81] New translations en-US.json (Arabic) --- src/config/locales/ar-SA.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ar-SA.json b/src/config/locales/ar-SA.json index fcb5f1746..845a5321d 100644 --- a/src/config/locales/ar-SA.json +++ b/src/config/locales/ar-SA.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "لا يوجد أي مستخدم حاليا", - "no_existing_post": "لا يوجد أي منشور حالياً" + "no_existing_post": "لا يوجد أي منشور حالياً", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "منشورات", From 8f93392822b6d7dc6cd3dfcdb9127ad2a7a29d68 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:41 +0300 Subject: [PATCH 33/81] New translations en-US.json (Bulgarian) --- src/config/locales/bg-BG.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bg-BG.json b/src/config/locales/bg-BG.json index 1834b4b98..c9953fcc1 100644 --- a/src/config/locales/bg-BG.json +++ b/src/config/locales/bg-BG.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Съществуващ потребител", - "no_existing_post": "Несъществуваща тема" + "no_existing_post": "Несъществуваща тема", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Публикации", From 9cd04778066c188e02d74dd6a56c37896e6401ba Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:42 +0300 Subject: [PATCH 34/81] New translations en-US.json (Catalan) --- src/config/locales/ca-ES.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ca-ES.json b/src/config/locales/ca-ES.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/ca-ES.json +++ b/src/config/locales/ca-ES.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 7963d966f32710f65bec5d4f6c8a2a0a0981c544 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:44 +0300 Subject: [PATCH 35/81] New translations en-US.json (Czech) --- src/config/locales/cs-CZ.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/cs-CZ.json b/src/config/locales/cs-CZ.json index fef3f6ee2..fc0c87084 100644 --- a/src/config/locales/cs-CZ.json +++ b/src/config/locales/cs-CZ.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 38734981961bd5a24662c7ad8fc95e3324f9c490 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:45 +0300 Subject: [PATCH 36/81] New translations en-US.json (Danish) --- src/config/locales/da-DK.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/da-DK.json b/src/config/locales/da-DK.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/da-DK.json +++ b/src/config/locales/da-DK.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 8edf507931e51b4f740d94b159ffecbfaed9c6e4 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:47 +0300 Subject: [PATCH 37/81] New translations en-US.json (German) --- src/config/locales/de-DE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/de-DE.json b/src/config/locales/de-DE.json index b19904595..4fb4ac309 100644 --- a/src/config/locales/de-DE.json +++ b/src/config/locales/de-DE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Kein vorhandener Benutzer", - "no_existing_post": "Kein vorhandener Beitrag" + "no_existing_post": "Kein vorhandener Beitrag", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Beiträge", From e3fa4a35671349280deadffd20585f50ce4163c7 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:49 +0300 Subject: [PATCH 38/81] New translations en-US.json (Greek) --- src/config/locales/el-GR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/el-GR.json b/src/config/locales/el-GR.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/el-GR.json +++ b/src/config/locales/el-GR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From b7b5210af71fde543dfd1a127e88b29a9ad03263 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:50 +0300 Subject: [PATCH 39/81] New translations en-US.json (Finnish) --- src/config/locales/fi-FI.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fi-FI.json b/src/config/locales/fi-FI.json index 51fdd4421..9aac92c43 100644 --- a/src/config/locales/fi-FI.json +++ b/src/config/locales/fi-FI.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Käyttäjää ei ole", - "no_existing_post": "Julkaisua ei ole" + "no_existing_post": "Julkaisua ei ole", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Julkaisut", From 3f914dbf21cbbe998450fd55b0f4fd44815b81bc Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:52 +0300 Subject: [PATCH 40/81] New translations en-US.json (Hebrew) --- src/config/locales/he-IL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/he-IL.json b/src/config/locales/he-IL.json index aabc90072..38be409f0 100644 --- a/src/config/locales/he-IL.json +++ b/src/config/locales/he-IL.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "המשתמש אינו קיים", - "no_existing_post": "הפוסט אינו קיים" + "no_existing_post": "הפוסט אינו קיים", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "העלאות", From 51ba253aa6f1afeb9ea6ebeee9498b284dc75045 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:53 +0300 Subject: [PATCH 41/81] New translations en-US.json (Dutch) --- src/config/locales/nl-NL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/nl-NL.json b/src/config/locales/nl-NL.json index 275f6c50c..ba5ff46d0 100644 --- a/src/config/locales/nl-NL.json +++ b/src/config/locales/nl-NL.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Geen bestaande gebruiker", - "no_existing_post": "Geen bestaand artikel" + "no_existing_post": "Geen bestaand artikel", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 04ca37297b74ab9a567931a803d70415f6690e0b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:55 +0300 Subject: [PATCH 42/81] New translations en-US.json (Hungarian) --- src/config/locales/hu-HU.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hu-HU.json b/src/config/locales/hu-HU.json index f4a69f691..c42ed64c8 100644 --- a/src/config/locales/hu-HU.json +++ b/src/config/locales/hu-HU.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Nem létező felhasználó", - "no_existing_post": "Nem létező bejegyzés" + "no_existing_post": "Nem létező bejegyzés", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Bejegyzések", From c09e24950c89009e1b64ba76c2194f05089d2454 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:56 +0300 Subject: [PATCH 43/81] New translations en-US.json (Armenian) --- src/config/locales/hy-AM.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hy-AM.json b/src/config/locales/hy-AM.json index 210765297..11206f27d 100644 --- a/src/config/locales/hy-AM.json +++ b/src/config/locales/hy-AM.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From bde60350f4176468d4c07157ccc3ec99aa80adc2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:57 +0300 Subject: [PATCH 44/81] New translations en-US.json (Italian) --- src/config/locales/it-IT.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/it-IT.json b/src/config/locales/it-IT.json index 7195d0816..e19984d5b 100644 --- a/src/config/locales/it-IT.json +++ b/src/config/locales/it-IT.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Utente non esistente", - "no_existing_post": "Post non esistente" + "no_existing_post": "Post non esistente", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Articoli", From bc8e6e87e2412adbaccab553ec30b424f94263c7 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:26:58 +0300 Subject: [PATCH 45/81] New translations en-US.json (Japanese) --- src/config/locales/ja-JP.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ja-JP.json b/src/config/locales/ja-JP.json index 7d5335ca1..d2a735abf 100644 --- a/src/config/locales/ja-JP.json +++ b/src/config/locales/ja-JP.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "ユーザーは存在しません", - "no_existing_post": "投稿は存在しません" + "no_existing_post": "投稿は存在しません", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "投稿", From 9786ebe1cd2e5639edea4e5769507b249ae64e47 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:01 +0300 Subject: [PATCH 46/81] New translations en-US.json (Georgian) --- src/config/locales/ka-GE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ka-GE.json b/src/config/locales/ka-GE.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/ka-GE.json +++ b/src/config/locales/ka-GE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 571d80c3507da71b4d333ccbf4a500270ba18900 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:02 +0300 Subject: [PATCH 47/81] New translations en-US.json (Korean) --- src/config/locales/ko-KR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ko-KR.json b/src/config/locales/ko-KR.json index b364f79c6..15e939a5e 100644 --- a/src/config/locales/ko-KR.json +++ b/src/config/locales/ko-KR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "존재하지 않는 사용자입니다", - "no_existing_post": "존재하지 않는 글입니다" + "no_existing_post": "존재하지 않는 글입니다", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "글 목록", From 06e3a786dd5981ca0f9440f2ed43135817419417 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:05 +0300 Subject: [PATCH 48/81] New translations en-US.json (Kurdish) --- src/config/locales/ku-TR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ku-TR.json b/src/config/locales/ku-TR.json index 06633ea5f..f9e4a7eb1 100644 --- a/src/config/locales/ku-TR.json +++ b/src/config/locales/ku-TR.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Bikarhêner tune ye", - "no_existing_post": "Şandî tune ye" + "no_existing_post": "Şandî tune ye", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Şandî", From 4bb1166235a7066cbc230ced6fcb623f1a432d27 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:07 +0300 Subject: [PATCH 49/81] New translations en-US.json (Lithuanian) --- src/config/locales/lt-LT.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/lt-LT.json b/src/config/locales/lt-LT.json index 67deb7eac..c0668d63b 100644 --- a/src/config/locales/lt-LT.json +++ b/src/config/locales/lt-LT.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Nėra tokio vartotojo", - "no_existing_post": "Nėra tokio įrašo" + "no_existing_post": "Nėra tokio įrašo", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Įrašai", From 2e828bfa1330867830c932126491528471168ba8 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:09 +0300 Subject: [PATCH 50/81] New translations en-US.json (Macedonian) --- src/config/locales/mk-MK.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/mk-MK.json b/src/config/locales/mk-MK.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/mk-MK.json +++ b/src/config/locales/mk-MK.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 363f0e6d24f33313d653b78deb7bbacce36fcd4d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:10 +0300 Subject: [PATCH 51/81] New translations en-US.json (Mongolian) --- src/config/locales/mn-MN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/mn-MN.json b/src/config/locales/mn-MN.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/mn-MN.json +++ b/src/config/locales/mn-MN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From a4bcf2c6af070064b5c10cb012239db204d7ccfd Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:11 +0300 Subject: [PATCH 52/81] New translations en-US.json (Kazakh) --- src/config/locales/kk-KZ.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/kk-KZ.json b/src/config/locales/kk-KZ.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/kk-KZ.json +++ b/src/config/locales/kk-KZ.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 7b254eb09c875093ed4372f5aeee91fd335fa605 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:14 +0300 Subject: [PATCH 53/81] New translations en-US.json (Estonian) --- src/config/locales/et-EE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/et-EE.json b/src/config/locales/et-EE.json index d72c5ea61..baf7b3810 100644 --- a/src/config/locales/et-EE.json +++ b/src/config/locales/et-EE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Kasutaja ei eksisteeri", - "no_existing_post": "Postitus ei eksisteeri" + "no_existing_post": "Postitus ei eksisteeri", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Postitused", From bca4758a22c1af209e8ca13974980ad5b59dad1b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:15 +0300 Subject: [PATCH 54/81] New translations en-US.json (Nepali) --- src/config/locales/ne-NP.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ne-NP.json b/src/config/locales/ne-NP.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/ne-NP.json +++ b/src/config/locales/ne-NP.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 4ed1cc133287ee4fefc5024255cb9f124dc5a18d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:16 +0300 Subject: [PATCH 55/81] New translations en-US.json (Urdu (India)) --- src/config/locales/ur-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ur-IN.json b/src/config/locales/ur-IN.json index afec4ea27..ff4fce6d6 100644 --- a/src/config/locales/ur-IN.json +++ b/src/config/locales/ur-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From e4d764551826e01b56e8dad68765fef7f1926682 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:17 +0300 Subject: [PATCH 56/81] New translations en-US.json (Kabyle) --- src/config/locales/kab-KAB.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/kab-KAB.json b/src/config/locales/kab-KAB.json index 93c10368f..34be5cda7 100644 --- a/src/config/locales/kab-KAB.json +++ b/src/config/locales/kab-KAB.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Ulac amseqdac", - "no_existing_post": "Ulac tasuffeɣt" + "no_existing_post": "Ulac tasuffeɣt", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Tisuffɣin", From c42d8c20843099ad3dea148a133c75d6701c3248 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:18 +0300 Subject: [PATCH 57/81] New translations en-US.json (Gothic) --- src/config/locales/got-DE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/got-DE.json b/src/config/locales/got-DE.json index 41ca6b2ac..25e307faf 100644 --- a/src/config/locales/got-DE.json +++ b/src/config/locales/got-DE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 08a72791338344ada498f4782d5dcccc7d7517fe Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:20 +0300 Subject: [PATCH 58/81] New translations en-US.json (Nigerian Pidgin) --- src/config/locales/pcm-NG.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/pcm-NG.json b/src/config/locales/pcm-NG.json index 2bc6a0dc5..12bf0fed5 100644 --- a/src/config/locales/pcm-NG.json +++ b/src/config/locales/pcm-NG.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "The person no exist", - "no_existing_post": "The post no exist" + "no_existing_post": "The post no exist", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Tori", From edd5a5739b7d285d17fdf9fe4b1a9ef7c4438eb2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:22 +0300 Subject: [PATCH 59/81] New translations en-US.json (Sanskrit) --- src/config/locales/sa-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sa-IN.json b/src/config/locales/sa-IN.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/sa-IN.json +++ b/src/config/locales/sa-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From ec0e89f144a9d862fc69694c415ad1fb9ee047cb Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:23 +0300 Subject: [PATCH 60/81] New translations en-US.json (Turkmen) --- src/config/locales/tk-TM.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/tk-TM.json b/src/config/locales/tk-TM.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/tk-TM.json +++ b/src/config/locales/tk-TM.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From f9e75f0f92fef98e208646cfe557b57ac22ea4e2 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:25 +0300 Subject: [PATCH 61/81] New translations en-US.json (Kashmiri) --- src/config/locales/ks-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ks-IN.json b/src/config/locales/ks-IN.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/ks-IN.json +++ b/src/config/locales/ks-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 53cfa24f1ef284cf694a13c325fefeb92967b378 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:27 +0300 Subject: [PATCH 62/81] New translations en-US.json (Cebuano) --- src/config/locales/ceb-PH.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ceb-PH.json b/src/config/locales/ceb-PH.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/ceb-PH.json +++ b/src/config/locales/ceb-PH.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 7cc07d245da11048f126a8ad45605494fd3b5bac Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:28 +0300 Subject: [PATCH 63/81] New translations en-US.json (Yoruba) --- src/config/locales/yo-NG.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/yo-NG.json b/src/config/locales/yo-NG.json index 3733b103d..a252db708 100644 --- a/src/config/locales/yo-NG.json +++ b/src/config/locales/yo-NG.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "A ko ri oruko yi", - "no_existing_post": "A kori oro yi" + "no_existing_post": "A kori oro yi", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 56057e41a5fa54a1e632cbd80953a759d2eff44b Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:30 +0300 Subject: [PATCH 64/81] New translations en-US.json (Tajik) --- src/config/locales/tg-TJ.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/tg-TJ.json b/src/config/locales/tg-TJ.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/tg-TJ.json +++ b/src/config/locales/tg-TJ.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 6e3c0c6ebef3f8e7e2c44b9ab3c49d46fd114568 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:31 +0300 Subject: [PATCH 65/81] New translations en-US.json (Serbian (Latin)) --- src/config/locales/sr-CS.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sr-CS.json b/src/config/locales/sr-CS.json index 6827795eb..e5ac9a162 100644 --- a/src/config/locales/sr-CS.json +++ b/src/config/locales/sr-CS.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Nema postojećih korisnika", - "no_existing_post": "Nema postojećih postova" + "no_existing_post": "Nema postojećih postova", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Postovi", From ee6bf16e1be582836efb554aefff82dae87d23fe Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:32 +0300 Subject: [PATCH 66/81] New translations en-US.json (Latvian) --- src/config/locales/lv-LV.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/lv-LV.json b/src/config/locales/lv-LV.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/lv-LV.json +++ b/src/config/locales/lv-LV.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From fe26b8f525cf7eb9a314823e77433364ee3f7de6 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:34 +0300 Subject: [PATCH 67/81] New translations en-US.json (Swahili) --- src/config/locales/sw-KE.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/sw-KE.json b/src/config/locales/sw-KE.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/sw-KE.json +++ b/src/config/locales/sw-KE.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From a696430aa2909110e50d4272799c6f39438e9495 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:36 +0300 Subject: [PATCH 68/81] New translations en-US.json (Assamese) --- src/config/locales/as-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/as-IN.json b/src/config/locales/as-IN.json index 61064bd59..348b8347f 100644 --- a/src/config/locales/as-IN.json +++ b/src/config/locales/as-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 5696aab6483b007b10a3430feaa1102342109360 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:39 +0300 Subject: [PATCH 69/81] New translations en-US.json (Uzbek) --- src/config/locales/uz-UZ.json | 51 ++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/src/config/locales/uz-UZ.json b/src/config/locales/uz-UZ.json index aba3492da..2cb551681 100644 --- a/src/config/locales/uz-UZ.json +++ b/src/config/locales/uz-UZ.json @@ -8,32 +8,32 @@ "power_up": "Sarmoya kiritish", "transfer_from_savings": "Jamg'armadan", "withdraw_savings": "J'amg'armadan yechib olish", - "withdraw_vesting": "Power Down", - "open_order": "Open Order", - "fill_order": "Fill Order", + "withdraw_vesting": "Kuchni pasaytirish", + "open_order": "Ochiq buyurtma", + "fill_order": "Buyurtmani to'ldirish", "post": "Post", - "comment": "Comment", - "checkin": "Check-in", - "vote": "Vote", - "reblog": "Reblog", - "login": "Login", - "incoming_transfer_title": "Incoming transfer", - "outgoing_transfer_title": "Outgoing transfer", + "comment": "Izoh", + "checkin": "Kirish", + "vote": "Ovoz berish", + "reblog": "Qayta bloglash", + "login": "Kirish", + "incoming_transfer_title": "Kiruvchi transfer", + "outgoing_transfer_title": "Chiquvchi transfer", "checkin_extra": "Bonus", - "delegation": "Delegation", - "delegations": "Delegations", - "delegation_title": "Delegation reward", - "delegation_desc": "Earn Points everyday for delegation", - "post_title": "Points for post", - "comment_title": "Points for comment", - "vote_title": "Points for vote", - "reblog_title": "Points for reblog", - "login_title": "Points for login", - "checkin_title": "Points for heartbeat", - "referral": "Referral", - "referral_title": "Referral rewards", - "referral_desc": "Invite friends and earn Points", - "checkin_extra_title": "Usage bonus", + "delegation": "Delegatsiya", + "delegations": "Delegatsiyalar", + "delegation_title": "Delegatsiya mukofoti", + "delegation_desc": "Kunlik delegatsiya uchun ball oling", + "post_title": "Post uchun ballar", + "comment_title": "Izoh uchun ballar", + "vote_title": "Ovoz uchun ballar", + "reblog_title": "Qayta bloglash uchun ballar", + "login_title": "Ro'yxatdan o'tish uchun ball", + "checkin_title": "Onlayn bo'lish uchun ball", + "referral": "Taklif", + "referral_title": "Taklif mukofoti", + "referral_desc": "Do'stlaringizni taklif qiling va ball ishlang", + "checkin_extra_title": "Foydalanish bonusi", "no_activity": "No recent activity", "outgoing_transfer_description": "", "incoming_transfer_description": "", @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From ab489b0bbc0bd346fe5d83768722972da5a971f8 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:40 +0300 Subject: [PATCH 70/81] New translations en-US.json (Bosnian) --- src/config/locales/bs-BA.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bs-BA.json b/src/config/locales/bs-BA.json index f8ca96237..2362593ca 100644 --- a/src/config/locales/bs-BA.json +++ b/src/config/locales/bs-BA.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Nema postojećeg korisnika", - "no_existing_post": "Nema postojeće objave" + "no_existing_post": "Nema postojeće objave", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Objave", From 89ae0f65f135093019630030b91f1357876ae917 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:41 +0300 Subject: [PATCH 71/81] New translations en-US.json (Tibetan) --- src/config/locales/bo-BT.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/bo-BT.json b/src/config/locales/bo-BT.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/bo-BT.json +++ b/src/config/locales/bo-BT.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From ec10d16735f06519be6804a279eabaff0d349f06 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:42 +0300 Subject: [PATCH 72/81] New translations en-US.json (Filipino) --- src/config/locales/fil-PH.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/fil-PH.json b/src/config/locales/fil-PH.json index 4565e1512..cb9926c41 100644 --- a/src/config/locales/fil-PH.json +++ b/src/config/locales/fil-PH.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Walang makita na user", - "no_existing_post": "Walang makita na post" + "no_existing_post": "Walang makita na post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Mga post", From 2b7b3e58ef4582ab76fbec165949206658137296 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:43 +0300 Subject: [PATCH 73/81] New translations en-US.json (Esperanto) --- src/config/locales/eo-UY.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/eo-UY.json b/src/config/locales/eo-UY.json index 3ce16ea6e..b16cc14af 100644 --- a/src/config/locales/eo-UY.json +++ b/src/config/locales/eo-UY.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From 7dcb0249426f4aa9e634812561316b46422bcb30 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:44 +0300 Subject: [PATCH 74/81] New translations en-US.json (Malay) --- src/config/locales/ms-MY.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ms-MY.json b/src/config/locales/ms-MY.json index 4683c14c8..00b0380e0 100644 --- a/src/config/locales/ms-MY.json +++ b/src/config/locales/ms-MY.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Pengguna tidak wujud", - "no_existing_post": "Pos tidak wujud" + "no_existing_post": "Pos tidak wujud", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Pos", From d584067facd630e92c59c87a214242cf7f07a76a Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:47 +0300 Subject: [PATCH 75/81] New translations en-US.json (Kyrgyz) --- src/config/locales/ky-KG.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ky-KG.json b/src/config/locales/ky-KG.json index 0d6f199bd..b79770343 100644 --- a/src/config/locales/ky-KG.json +++ b/src/config/locales/ky-KG.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "No existing user", - "no_existing_post": "No existing post" + "no_existing_post": "No existing post", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Posts", From f6f0c25587d6fec9ca4466a9adce9d9be4958202 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:48 +0300 Subject: [PATCH 76/81] New translations en-US.json (Hindi) --- src/config/locales/hi-IN.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/hi-IN.json b/src/config/locales/hi-IN.json index 967aba1c5..1a8d44e1c 100644 --- a/src/config/locales/hi-IN.json +++ b/src/config/locales/hi-IN.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "कोई विद्यमान उपयोगकर्ता नहीं", - "no_existing_post": "कोई विद्यमान पोस्ट नहीं" + "no_existing_post": "कोई विद्यमान पोस्ट नहीं", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "पोस्ट", From 8224ffec85637c40ebf702c30ea37869e8b8022c Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:49 +0300 Subject: [PATCH 77/81] New translations en-US.json (Azerbaijani) --- src/config/locales/az-AZ.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/az-AZ.json b/src/config/locales/az-AZ.json index e4c75eb43..6fa5d7d80 100644 --- a/src/config/locales/az-AZ.json +++ b/src/config/locales/az-AZ.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Heç bir istifadəçi yoxdur", - "no_existing_post": "Heç bir göndəriş yoxdur" + "no_existing_post": "Heç bir göndəriş yoxdur", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Göndərişlər", From 87e5a6800b39eab8ed51b9ef50a022b6c4bf2830 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 12 Aug 2022 11:27:51 +0300 Subject: [PATCH 78/81] New translations en-US.json (Acehnese) --- src/config/locales/ac-ace.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/locales/ac-ace.json b/src/config/locales/ac-ace.json index c65439920..312ca9719 100644 --- a/src/config/locales/ac-ace.json +++ b/src/config/locales/ac-ace.json @@ -584,7 +584,8 @@ }, "deep_link": { "no_existing_user": "Hana uréung pakék", - "no_existing_post": "Hana haba sapeu" + "no_existing_post": "Hana haba sapeu", + "invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser" }, "search": { "posts": "Post", From 356f135f7e1bd2df9624c21a5deca66931dd682b Mon Sep 17 00:00:00 2001 From: noumantahir Date: Fri, 12 Aug 2022 21:09:12 +0500 Subject: [PATCH 79/81] added dark gray background color --- src/themes/darkTheme.js | 1 + src/themes/lightTheme.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/themes/darkTheme.js b/src/themes/darkTheme.js index 4e3cc06fa..25d21bba2 100644 --- a/src/themes/darkTheme.js +++ b/src/themes/darkTheme.js @@ -8,6 +8,7 @@ export default { $primaryLightBackground: '#2e3d51', $primaryGrayBackground: '#1e2835', $primaryWhiteLightBackground: '#2e3d51', + $darkGrayBackground: '#526d91', $modalBackground: '#1e2835', $white: '#1e2835', $black: '#000000', diff --git a/src/themes/lightTheme.js b/src/themes/lightTheme.js index 11a45d24b..6936745ac 100644 --- a/src/themes/lightTheme.js +++ b/src/themes/lightTheme.js @@ -8,6 +8,7 @@ export default { $primaryLightBackground: '#f6f6f6', $primaryGrayBackground: '#f5f5f5', $primaryWhiteLightBackground: '#ffffff', + $darkGrayBackground: '#788187', $modalBackground: '#ededed', $white: '#FFFFFF', $black: '#000000', From 509ad4703311ee7d99cc9ebd32594523293c23a7 Mon Sep 17 00:00:00 2001 From: noumantahir Date: Sat, 13 Aug 2022 00:47:41 +0500 Subject: [PATCH 80/81] updated styling to use appropriate gray background --- src/components/horizontalIconList/horizontalIconListStyles.js | 2 +- .../toastNotification/view/toastNotificationStyles.js | 2 +- src/screens/coinDetails/children/rangeSelector.tsx | 2 +- src/screens/editor/children/postOptionsModal.tsx | 2 +- src/screens/editor/children/postOptionsModalStyles.ts | 1 - src/screens/wallet/children/children.styles.ts | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/horizontalIconList/horizontalIconListStyles.js b/src/components/horizontalIconList/horizontalIconListStyles.js index 46dfd6970..b15a1d7ba 100644 --- a/src/components/horizontalIconList/horizontalIconListStyles.js +++ b/src/components/horizontalIconList/horizontalIconListStyles.js @@ -33,7 +33,7 @@ export default EStyleSheet.create({ }, icon: { fontSize: 24, - color: '$primaryDarkText', + color: '$darkGrayBackground', }, badge: { position: 'absolute', diff --git a/src/components/toastNotification/view/toastNotificationStyles.js b/src/components/toastNotification/view/toastNotificationStyles.js index 84338ff48..7742183e9 100644 --- a/src/components/toastNotification/view/toastNotificationStyles.js +++ b/src/components/toastNotification/view/toastNotificationStyles.js @@ -11,7 +11,7 @@ export default EStyleSheet.create({ minWidth: '$deviceWidth / 1.9', height: 44, borderRadius: 30, - backgroundColor: '$primaryDarkText', + backgroundColor: '$darkGrayBackground', margin: 5, shadowOffset: { height: 5, diff --git a/src/screens/coinDetails/children/rangeSelector.tsx b/src/screens/coinDetails/children/rangeSelector.tsx index 84a98d9c1..ea8d0d5b1 100644 --- a/src/screens/coinDetails/children/rangeSelector.tsx +++ b/src/screens/coinDetails/children/rangeSelector.tsx @@ -28,7 +28,7 @@ export const RangeSelector = ({range, onRangeChange}:RangeSelectorProps) => { ...styles.rangeOptionWrapper, backgroundColor: EStyleSheet.value( item.value === range ? - '$primaryDarkText':'$primaryLightBackground' + '$darkGrayBackground':'$primaryLightBackground' ) }}> Date: Sat, 13 Aug 2022 00:50:26 +0500 Subject: [PATCH 81/81] clean up --- src/screens/editor/children/postOptionsModal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens/editor/children/postOptionsModal.tsx b/src/screens/editor/children/postOptionsModal.tsx index bf0e79f9d..386fadff0 100644 --- a/src/screens/editor/children/postOptionsModal.tsx +++ b/src/screens/editor/children/postOptionsModal.tsx @@ -7,7 +7,6 @@ import styles from './postOptionsModalStyles'; import ThumbSelectionContent from './thumbSelectionContent'; import {View as AnimatedView} from 'react-native-animatable'; import { KeyboardAwareScrollView } from 'react-native-keyboard-aware-scroll-view'; -import EStyleSheet from 'react-native-extended-stylesheet'; const REWARD_TYPES = [ {