From fba12a07c4f62db35b0f7ef297ed9b284b9f45c0 Mon Sep 17 00:00:00 2001
From: Bye <bye@omg.lol>
Date: Fri, 5 Jul 2024 09:56:00 +0000
Subject: [PATCH] Translated using Weblate (English (United States))

Currently translated at 100.0% (22 of 22 strings)

Translation: ByeCorps ID/Web
Translate-URL: https://translit.litdevs.org/projects/byecorps-id/web/en_US/
---
 en_US.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/en_US.php b/en_US.php
index 18eb310..5d60480 100644
--- a/en_US.php
+++ b/en_US.php
@@ -2,7 +2,7 @@
 $LANG['auth']['signup'] = 'Sign up';
 $LANG['auth']['login'] = 'Log in';
 $LANG['page']['credits'] = 'Credits';
-$LANG['footer']['executionTime'] = 'Execution time';
+$LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms';
 $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
 $LANG['generic']['error'] = 'An error occurred.';
 $LANG['error']['generic'] = 'No error message provided.';
@@ -19,3 +19,5 @@ $LANG['page']['login'] = 'Log in to ByeCorps ID';
 $LANG['auth']['signout'] = 'Sign out';
 $LANG['error']['incorrectAuth'] = 'Incorrect email or password.';
 $LANG['header']['hello'] = 'Howdy {{display_name}}!';
+$LANG['idcard']['joined'] = 'Joined on {{date}}';
+$LANG['page']['dashboard'] = 'Dashboard';
-- 
GitLab