From fac52ca12204776fbd44245d41119bda0b6057ed Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Sun, 11 Aug 2024 19:42:03 -0400 Subject: [PATCH] chore: alphabetize english JSON --- frontend/locales/en.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 51be6602..19fa8804 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -49,6 +49,7 @@ "email": "Email", "follow_dev": "Follow the Developer", "github": "GitHub Project", + "items": "Items", "join_discord": "Join the Discord", "labels": "Labels", "locations": "Locations", @@ -59,8 +60,7 @@ "sign_out": "Sign Out", "submit": "Submit", "version": "Version: { version }", - "welcome": "Welcome, { username }", - "items": "Items" + "welcome": "Welcome, { username }" }, "index": { "disabled_registration": "Registration Disabled", @@ -75,30 +75,30 @@ "tagline": "Track, Organize, and Manage your Things." }, "items": { + "add": "Add", "created_at": "Created At", + "custom_fields": "Custom Fields", "field_selector": "Field Selector", + "field_value": "Field Value", + "first": "First", "include_archive": "Include Archived Items", + "last": "Last", "negate_labels": "Negate Selected Labels", + "next_page": "Next Page", + "no_results": "No Items Found", "options": "Options", "order_by": "Order By", + "pages": "Page { page } of { totalPages }", + "prev_page": "Previous Page", "query_id": "Querying Asset ID Number: { id }", "reset_search": "Reset Search", + "results": "{ total } Results", "tip_1": "Location and label filters use the 'OR' operation. If more than one is selected only one will be\n required for a match.", "tip_2": "Searches prefixed with '#'' will query for a asset ID (example '#000-001')", "tip_3": "Field filters use the 'OR' operation. If more than one is selected only one will be required for a\n match.", "tips": "Tips", "tips_sub": "Search Tips", - "updated_at": "Updated At", - "field_value": "Field Value", - "custom_fields": "Custom Fields", - "add": "Add", - "results": "{ total } Results", - "pages": "Page { page } of { totalPages }", - "no_results": "No Items Found", - "prev_page": "Previous Page", - "next_page": "Next Page", - "first": "First", - "last": "Last" + "updated_at": "Updated At" }, "profile": { "active": "Active",