From 4913e4d7598784112f79055fa16d2ec85ed98d43 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 10 Oct 2022 16:22:26 +1100 Subject: [PATCH] fix: center text Session on registration when overflowing in farsi --- _locales/en/messages.json | 2 +- _locales/fa/messages.json | 6 ++++-- stylesheets/_session_signin.scss | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 94856a11c..455a73fa3 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -118,7 +118,7 @@ "deleteContactConfirmation": "Are you sure you want to delete this conversation?", "quoteThumbnailAlt": "Thumbnail of image from quoted message", "imageAttachmentAlt": "Image attached to message", - "videoAttachmentAlt": "Screenshot of video attached to message", + "videoAttachmentAlt": "Screenshot of video in message", "lightboxImageAlt": "Image sent in conversation", "imageCaptionIconAlt": "Icon showing that this image has a caption", "addACaption": "Add a caption...", diff --git a/_locales/fa/messages.json b/_locales/fa/messages.json index a993b2f41..5f13ebe3e 100644 --- a/_locales/fa/messages.json +++ b/_locales/fa/messages.json @@ -62,7 +62,7 @@ "unableToLoadAttachment": "ناتوانی در بارگذاری پیوست انتخابی.", "offline": "آفلاین", "debugLog": "گزارش خطا", - "showDebugLog": "Export Logs", + "showDebugLog": "استخراج گزارش‌ها", "shareBugDetails": "گزارش‌های خود را صادر کنید، سپس فایل را از طریق Session's Help Desk آپلود کنید.", "goToReleaseNotes": "رفتن به یادداشت های ریلیز", "goToSupportPage": "رفتن به صفحه پشتیبانی", @@ -114,6 +114,7 @@ "clear": "پاک ", "clearAllData": "پاک کردن همه داتا", "deleteAccountWarning": "این کار پیام‌ها و مخاطبین شما را برای همیشه حذف می‌کند.", + "deleteAccountFromLogin": "Are you sure you want to clear your device?", "deleteContactConfirmation": "آیا مطمئن هستید که می‌خواهید این مکالمه را حذف کنید؟", "quoteThumbnailAlt": "پیش‌نمایش تصویر از پیام نقل قول شده", "imageAttachmentAlt": "تصویر پیوست شده به پیام", @@ -352,7 +353,7 @@ "searchFor...": "جستجو در مکالمات یا مخاطبین", "searchForContactsOnly": "جستجو در مخاطبین", "enterSessionID": "شناسه Session را وارید کنید", - "enterSessionIDOfRecipient": "آیدی Session یا ons مخاطبت رو وارد کن", + "enterSessionIDOfRecipient": "آیدی Session یا ONS مخاطبت رو وارد کن", "message": "پیام", "appearanceSettingsTitle": "ظاهر", "privacySettingsTitle": "حریم خصوصی", @@ -485,6 +486,7 @@ "clearAllReactions": "آیا مطمئن هستید میخواید کل $emoji$ را پاک کنید؟", "expandedReactionsText": "نمایش کمتر", "reactionNotification": "به یک پیام با $emoji$ واکنش بده", + "rateLimitReactMessage": "Slow down! You've sent too many emoji reacts. Try again soon", "otherSingular": "$number$ دیگر", "otherPlural": "$number$ دیگران", "reactionPopup": "واکنش داده با", diff --git a/stylesheets/_session_signin.scss b/stylesheets/_session_signin.scss index 374a1a1ec..dd518b61c 100644 --- a/stylesheets/_session_signin.scss +++ b/stylesheets/_session_signin.scss @@ -11,6 +11,7 @@ &-accent { &-text { font-family: $session-font-accent; + text-align: center; .title { font-size: 90px; font-weight: 700;