feat: Internationalize login and registration pages by adding new translation keys and applying them to UI texts.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"{{count}} selected_one": "{{count}} selected",
|
||||
"{{count}} selected_other": "{{count}} selected",
|
||||
"Add a new note to your collection.": "Add a new note to your collection.",
|
||||
"Already have an account?": "Already have an account?",
|
||||
"API Configuration": "API Configuration",
|
||||
"API URL reset to default. Please reload the page.": "API URL reset to default. Please reload the page.",
|
||||
"API URL updated successfully. Please reload the page.": "API URL updated successfully. Please reload the page.",
|
||||
@@ -14,12 +15,16 @@
|
||||
"Backend URL": "Backend URL",
|
||||
"Choose your preferred language": "Choose your preferred language",
|
||||
"Color": "Color",
|
||||
"Confirm Password": "Confirm Password",
|
||||
"Configure the application settings.": "Configure the application settings.",
|
||||
"Configure the backend API URL for this application": "Configure the backend API URL for this application",
|
||||
"Content": "Content",
|
||||
"Copy note": "Copy note",
|
||||
"Create": "Create",
|
||||
"Create account": "Create account",
|
||||
"Create an account": "Create an account",
|
||||
"Create Note": "Create Note",
|
||||
"Creating account...": "Creating account...",
|
||||
"Current API URL": "Current API URL",
|
||||
"Custom API URL": "Custom API URL",
|
||||
"Data Management": "Data Management",
|
||||
@@ -27,12 +32,18 @@
|
||||
"Delete tag \"{{name}}\"? Notes will keep their content.": "Delete tag \"{{name}}\"? Notes will keep their content.",
|
||||
"Deleted {{count}} note_one": "Deleted {{count}} notes",
|
||||
"Deleted {{count}} note_other": "Deleted {{count}} notes",
|
||||
"Don't have an account?": "Don't have an account?",
|
||||
"Edit Note": "Edit Note",
|
||||
"Email": "Email",
|
||||
"Enter your email below to create your account": "Enter your email below to create your account",
|
||||
"Enter your email to sign in to your account": "Enter your email to sign in to your account",
|
||||
"Export Data": "Export Data",
|
||||
"Export failed": "Export failed",
|
||||
"Export successful": "Export successful",
|
||||
"Export your notes for backup or import from a JSON file.": "Export your notes for backup or import from a JSON file.",
|
||||
"Failed to copy note": "Failed to copy note",
|
||||
"Failed to login": "Failed to login",
|
||||
"Failed to register": "Failed to register",
|
||||
"Grid View": "Grid View",
|
||||
"History": "History",
|
||||
"Import Data": "Import Data",
|
||||
@@ -53,24 +64,24 @@
|
||||
"Note created": "Note created",
|
||||
"Note title": "Note title",
|
||||
"Note updated": "Note updated",
|
||||
"Notes": "Notes",
|
||||
"Others": "Others",
|
||||
"Password": "Password",
|
||||
"Pin this note": "Pin this note",
|
||||
"Pinned": "Pinned",
|
||||
"Please enter a URL": "Please enter a URL",
|
||||
"Registration is currently disabled": "Registration is currently disabled",
|
||||
"Reload": "Reload",
|
||||
"Rename": "Rename",
|
||||
"Reset to Default": "Reset to Default",
|
||||
"Save": "Save",
|
||||
"Save changes": "Save changes",
|
||||
"Saving": {
|
||||
"": {
|
||||
"": {
|
||||
"": "Saving..."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Saving...": "Saving...",
|
||||
"Search your notes...": "Search your notes...",
|
||||
"Settings": "Settings",
|
||||
"Sign in": "Sign in",
|
||||
"Sign up": "Sign up",
|
||||
"Signing in...": "Signing in...",
|
||||
"Tag deleted": "Tag deleted",
|
||||
"Tag renamed": "Tag renamed",
|
||||
"Tags": "Tags",
|
||||
@@ -79,6 +90,7 @@
|
||||
"Title is required": "Title is required",
|
||||
"Title too long": "Title too long",
|
||||
"Update": "Update",
|
||||
"Welcome back": "Welcome back",
|
||||
"work, todo, ideas": "work, todo, ideas",
|
||||
"Your notes will appear here. Click + to create one.": "Your notes will appear here. Click + to create one."
|
||||
}
|
||||
Reference in New Issue
Block a user