From 11c2d8b3bf83f1ae93b191fdd090586b31841d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 31 May 2022 10:39:58 +0100 Subject: [PATCH 1/3] Fix team invite message --- www/teams/app-team.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/teams/app-team.less b/www/teams/app-team.less index a8f6dc9ec..dab9d9de1 100644 --- a/www/teams/app-team.less +++ b/www/teams/app-team.less @@ -251,7 +251,7 @@ .cp-teams-invite-from-author { display: flex; margin-left: 10px; - .cp-teams-invite-from-avatar { + .cp-teams-invite-from-avatar { .avatar_main(25px); margin: 0px 5px; } @@ -264,7 +264,7 @@ width: 100%; padding: 12px; margin-bottom: 20px; - white-space: pre; + border-radius: @variables_radius; } .cp-teams-invite-password { margin-bottom: 20px; From 4b08f68dce3695a5b166eac991e894c7a3813efa Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 31 May 2022 14:27:48 +0200 Subject: [PATCH 2/3] Translated using Weblate (French) Currently translated at 100.0% (1439 of 1439 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/ --- www/common/translations/messages.fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index 4ab431c29..57cfd0c1b 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -452,7 +452,7 @@ "upload_notEnoughSpace": "Il n'y a pas assez d'espace libre dans votre CryptDrive pour ce fichier.", "upload_notEnoughSpaceBrief": "Pas assez d'espace", "upload_tooLarge": "Ce fichier dépasse la taille maximale autorisée pour votre compte.", - "upload_tooLargeBrief": "Le fichier dépasse la limite de {0} Mo", + "upload_tooLargeBrief": "Le fichier dépasse la limite de {0} Mo pour ce drive", "upload_choose": "Choisir un fichier", "upload_pending": "En attente", "upload_cancelled": "Annulé", From 0df76ed64e57c13e8fcb3dcf0274d00cff1eca39 Mon Sep 17 00:00:00 2001 From: Weblate Date: Tue, 31 May 2022 14:27:48 +0200 Subject: [PATCH 3/3] Translated using Weblate (English) Currently translated at 100.0% (1439 of 1439 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/ --- www/common/translations/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index df281df7b..9cb8c0528 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -467,7 +467,7 @@ "upload_notEnoughSpace": "There is not enough space for this file in your CryptDrive.", "upload_notEnoughSpaceBrief": "Not enough space", "upload_tooLarge": "This file exceeds the maximum upload size allowed for your account.", - "upload_tooLargeBrief": "File exceeds the {0}MB limit", + "upload_tooLargeBrief": "File exceeds the {0}MB limit for this drive", "upload_choose": "Choose a file", "upload_pending": "Pending", "upload_cancelled": "Cancelled",