UI redesign vol1
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"app_name": "Root",
|
||||
"nav_home": "Home",
|
||||
"nav_files": "Files",
|
||||
"nav_storage": "Storage",
|
||||
"nav_calendar": "Calendar",
|
||||
"nav_settings": "Settings",
|
||||
"nav_kanban": "Kanban",
|
||||
@@ -43,6 +45,7 @@
|
||||
"org_selector_slug_placeholder": "my-team",
|
||||
"org_overview": "Organization Overview",
|
||||
"files_title": "Files",
|
||||
"files_subtitle": "Organization files are stored here.",
|
||||
"files_breadcrumb_home": "Home",
|
||||
"files_create_title": "Create New",
|
||||
"files_type_document": "Document",
|
||||
@@ -82,6 +85,7 @@
|
||||
"kanban_go_to_files": "Go to Files",
|
||||
"kanban_select_board": "Select a board above",
|
||||
"calendar_title": "Calendar",
|
||||
"calendar_subtitle": "Keep track of organization events here.",
|
||||
"calendar_subscribe": "Subscribe to Calendar",
|
||||
"calendar_refresh": "Refresh Events",
|
||||
"calendar_settings": "Calendar Settings",
|
||||
@@ -1035,5 +1039,21 @@
|
||||
"settings_transfer_ownership": "Transfer ownership",
|
||||
"settings_transfer_confirm": "Transfer ownership to {name}? You will be demoted to admin. This action is immediate.",
|
||||
"toast_error_transfer_ownership": "Failed to transfer ownership",
|
||||
"toast_success_transfer_ownership": "Ownership transferred to {name}"
|
||||
"toast_success_transfer_ownership": "Ownership transferred to {name}",
|
||||
"home_nav_organizations": "Organizations",
|
||||
"home_title": "Your Organizations",
|
||||
"home_subtitle": "Select an Organization to get started.",
|
||||
"home_empty_title": "No organizations yet",
|
||||
"home_empty_desc": "Create your first organization to start collaborating",
|
||||
"home_pending_invitations": "Pending Invitations",
|
||||
"home_invite_click_accept": "Click to accept",
|
||||
"home_invite_joining": "Joining...",
|
||||
"home_create_org_title": "Create Organization",
|
||||
"home_create_org_name_label": "Organization Name",
|
||||
"home_create_org_name_placeholder": "e.g. Acme Inc",
|
||||
"home_create_org_url_preview": "URL: /{slug}",
|
||||
"account_settings_title": "Your Settings",
|
||||
"account_settings_subtitle": "Manage your settings here.",
|
||||
"user_settings_title": "User Settings",
|
||||
"user_settings_subtitle": "Manage your personal account settings."
|
||||
}
|
||||
Reference in New Issue
Block a user