From c83069bd03ecc05cd8e35e6670ee1ad2aaf053c8 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Sun, 7 Apr 2024 02:53:33 -0400 Subject: [PATCH] Add i18n items --- src/i18n/translations/en.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/translations/en.js b/src/i18n/translations/en.js index 5375cde5..43de684a 100644 --- a/src/i18n/translations/en.js +++ b/src/i18n/translations/en.js @@ -37,6 +37,7 @@ const en = { change_email: "Change Email", change_language: "Change Language", change_password: "Change Password", + change_ui_colors: "Change UI Colors", change_username: "Change Username", close_all_windows: "Close All Windows", close_all_windows_and_log_out: 'Close Windows and Log Out', @@ -137,6 +138,7 @@ const en = { passwords_do_not_match: '`New Password` and `Confirm New Password` do not match.', paste: 'Paste', paste_into_folder: "Paste Into Folder", + personalization: "Personalization", pick_name_for_website: "Pick a name for your website:", picture: "Picture", plural_suffix: 's', @@ -197,6 +199,7 @@ const en = { trash: 'Trash', type: 'Type', type_confirm_to_delete_account: "Type 'confirm' to delete your account.", + ui_colors: "UI Colors", undo: 'Undo', unlimited: 'Unlimited', unzip: "Unzip", @@ -211,6 +214,7 @@ const en = { yes_release_it: 'Yes, Release It', you_have_been_referred_to_puter_by_a_friend: "You have been referred to Puter by a friend!", zip: "Zip", + storage_puter_used: "used by Puter", } };