From a6138a02fdc832b542cc9a024c7bed4184fdea56 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Thu, 19 Jun 2025 22:40:13 -0400 Subject: [PATCH] New translations en-us.json (Portuguese) --- messages/pt-PT.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/messages/pt-PT.json b/messages/pt-PT.json index 15089ce7..2aad05f9 100644 --- a/messages/pt-PT.json +++ b/messages/pt-PT.json @@ -1128,5 +1128,9 @@ "light": "claro", "dark": "escuro", "system": "sistema", - "theme": "Tema" -} \ No newline at end of file + "theme": "Tema", + "initialSetupTitle": "Initial Server Setup", + "initialSetupDescription": "Create the intial server admin account. Only one server admin can exist. You can always change these credentials later.", + "createAdminAccount": "Create Admin Account", + "setupErrorCreateAdmin": "An error occurred while creating the server admin account." +}