From 8a58a3a809c14edc1221811ecb157f1528331968 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 19 Feb 2020 21:16:30 +0300 Subject: [PATCH] New translations en_US.yaml (Portuguese, Brazilian) --- site/plugins/admin/lang/pt_BR.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/plugins/admin/lang/pt_BR.yaml b/site/plugins/admin/lang/pt_BR.yaml index 62c5378e..71111b9e 100644 --- a/site/plugins/admin/lang/pt_BR.yaml +++ b/site/plugins/admin/lang/pt_BR.yaml @@ -358,3 +358,6 @@ admin_message_delivery_images_api_token_was_not_created: "Delivery token for ima admin_message_delivery_images_api_token_deleted: "Delivery token for images deleted." admin_message_delivery_images_api_token_was_not_deleted: "Delivery token for images was not deleted." admin_confirmation_required_for_delivery_images_token_delete: "Are you sure you want to delete this delivery token for images?" +admin_installation_username_tip: "Lowercase chars only, e.g. admin" +admin_installation_email_tip: "Valid email address" +admin_installation_password_tip: "The password must have at least 8 characters, contain uppercase letters, lowercase letters, special characters and numbers."