Skip to content

Commit

Permalink
chore: add en-GB language
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthalles committed Jan 30, 2024
1 parent 50f7f13 commit 2716377
Show file tree
Hide file tree
Showing 2 changed files with 379 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const availableLocales = [
"ar",
"de",
"en",
"en-GB",
"es",
"fr",
"hi",
Expand Down
378 changes: 378 additions & 0 deletions web/src/locales/en-GB.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,378 @@
{
"common": {
"about": "About",
"home": "Home",
"resources": "Resources",
"settings": "Settings",
"archived": "Archived",
"email": "Email",
"password": "Password",
"avatar": "Avatar",
"username": "Username",
"nickname": "Nickname",
"save": "Save",
"close": "Close",
"cancel": "Cancel",
"create": "Create",
"update": "Update",
"change": "Change",
"confirm": "Confirm",
"reset": "Reset",
"language": "Language",
"version": "Version",
"pin": "Pin",
"unpin": "Unpin",
"edit": "Edit",
"restore": "Restore",
"delete": "Delete",
"null": "Null",
"share": "Share",
"archive": "Archive",
"basic": "Basic",
"admin": "Admin",
"explore": "Explore",
"sign-in": "Sign in",
"sign-in-with": "Sign in with {{provider}}",
"remember-me": "Remember me",
"or": "or",
"sign-up": "Sign up",
"sign-out": "Sign out",
"type": "Type",
"title": "Title",
"filter": "Filter",
"filter-period": "{{from}} to {{to}}",
"tags": "Tags",
"yourself": "Yourself",
"changed": "changed",
"fold": "Fold",
"expand": "Expand",
"image": "Image",
"file": "File",
"link": "Link",
"vacuum": "Vacuum",
"select": "Select",
"database": "Database",
"upload": "Upload",
"preview": "Preview",
"rename": "Rename",
"clear": "Clear",
"name": "Name",
"visibility": "Visibility",
"learn-more": "Learn more",
"beta": "Beta",
"new": "New",
"mark": "Mark",
"profile": "Profile",
"inbox": "Inbox",
"search": "Search",
"role": "Role"
},
"router": {
"go-to-home": "Go to Home",
"back-to-top": "Back to Top"
},
"auth": {
"create-your-account": "Create your account",
"sign-up-tip": "Don't have an account yet?",
"sign-in-tip": "Already has an account?",
"host-tip": "You are registering as the Site Host.",
"new-password": "New password",
"repeat-new-password": "Repeat the new password"
},
"editor": {
"editing": "Editing...",
"cancel-edit": "Cancel edit",
"save": "Save",
"placeholder": "Any thoughts...",
"only-image-supported": "Only image file supported.",
"cant-empty": "Content can't be empty",
"local": "Local",
"resources": "Resources"
},
"memo": {
"view-detail": "View Detail",
"copy-link": "Copy Link",
"embed": "Embed",
"archived-memos": "Archived Memos",
"no-archived-memos": "No archived memos.",
"fetching-data": "Fetching data…",
"fetch-more": "Click to fetch more",
"archived-at": "Archived at",
"search-placeholder": "Search memos",
"visibility": {
"private": "Private",
"protected": "Workspace",
"public": "Public",
"disabled": "Public memos are disabled"
},
"delete-memo": "Delete Memo",
"delete-confirm": "Are you sure you want to delete this memo?\n\nTHIS ACTION IS IRREVERSIBLE",
"comment": {
"self": "Comments",
"no-comment": "No comment"
}
},
"resource": {
"no-resources": "No resources.",
"fetching-data": "Fetching data…",
"copy-link": "Copy Link",
"reset-link": "Reset Link",
"reset-resource-link": "Reset Resource Link",
"reset-link-prompt": "Are you sure to reset the link?\nThis will break all current link usages.\n\nTHIS ACTION IS IRREVERSIBLE",
"delete-resource": "Delete Resource",
"linked-amount": "Linked amount",
"warning-text": "Are you sure to delete this resource?\n\nTHIS ACTION IS IRREVERSIBLE",
"warning-text-unused": "Are you sure to delete these unused resources?\n\nTHIS ACTION IS IRREVERSIBLE",
"no-unused-resources": "No unused resources",
"delete-selected-resources": "Delete Selected Resources",
"no-files-selected": "No files selected",
"upload-successfully": "Upload successfully",
"file-drag-drop-prompt": "Drag and drop your file here to upload file",
"search-bar-placeholder": "Search resource",
"clear": "Clear",
"create-dialog": {
"title": "Create Resource",
"upload-method": "Upload method",
"local-file": {
"option": "Local file",
"choose": "Choose a file…"
},
"external-link": {
"option": "External link",
"link": "Link",
"link-placeholder": "https://the.link.to/your/resource",
"file-name": "File name",
"file-name-placeholder": "File name",
"type": "Type",
"type-placeholder": "File type"
}
}
},
"tag-list": {
"tip-text": "Input `#tag` to create",
"create-tag": "Create Tag",
"all-tags": "All Tags",
"tag-name": "TAG_NAME",
"invalid-tag-name": "Invalid tag name",
"tag-suggestions": "Tag suggestions",
"show": "Show",
"hide": "Hide",
"save-all": "Save all"
},
"timeline": {
"title": "Timeline"
},
"setting": {
"my-account": "My Account",
"preference": "Preferences",
"member": "Member",
"member-list": "Member list",
"system": "System",
"storage": "Storage",
"sso": "SSO",
"account-section": {
"title": "Account Information",
"username-note": "Used to sign in",
"nickname-note": "Displayed in the banner",
"email-note": "Optional",
"update-information": "Update Information",
"change-password": "Change password",
"reset-api": "Reset API",
"openapi-title": "OpenAPI",
"openapi-reset": "Reset OpenAPI Key",
"openapi-sample-post": "Hello #memos from {{url}}"
},
"preference-section": {
"theme": "Theme",
"default-memo-visibility": "Default memo visibility",
"default-resource-visibility": "Default resource visibility",
"enable-folding-memo": "Enable folding memo",
"enable-double-click": "Enable double-click to edit",
"editor-font-style": "Editor font style",
"mobile-editor-style": "Mobile editor style",
"default-memo-sort-option": "Memo display time",
"telegram-user-id": "Telegram UserID",
"telegram-user-id-placeholder": "Send any words to your Telegram Bot as a memo",
"created_ts": "Created Time",
"updated_ts": "Updated Time",
"daily-review-time-offset": "Daily Review Time Offset",
"auto-collapse": "Auto Collapse"
},
"storage-section": {
"current-storage": "Current object storage",
"type-database": "Database",
"type-local": "Local file system",
"storage-services": "Storage services",
"create-a-service": "Create a service",
"update-a-service": "Update a service",
"warning-text": "Are you sure to delete storage service \"{{name}}\"?\n\nTHIS ACTION IS IRREVERSIBLE",
"delete-storage": "Delete Storage",
"local-storage-path": "Local storage path",
"update-local-path": "Update Local Storage Path",
"update-local-path-description": "Local storage path is a relative path to your database file",
"create-storage": "Create Storage",
"update-storage": "Update Storage",
"endpoint": "Endpoint",
"s3-compatible-url": "S3 Compatible URL",
"region": "Region",
"region-placeholder": "Region name",
"accesskey": "Access key",
"accesskey-placeholder": "Access key / Access ID",
"secretkey": "Secret key",
"secretkey-placeholder": "Secret key / Access Key",
"bucket": "Bucket",
"bucket-placeholder": "Bucket name",
"path": "Storage Path",
"path-description": "You can use the same dynamic variables from local storage, like {filename}",
"path-placeholder": "custom/path",
"url-prefix": "URL prefix",
"url-prefix-placeholder": "Custom URL prefix, optional",
"url-suffix": "URL suffix",
"url-suffix-placeholder": "Custom URL suffix, optional",
"presign-placeholder": "Pre-sign URL, optional"
},
"member-section": {
"create-a-member": "Create a member",
"archive-member": "Archive member",
"archive-warning": "Are you sure to archive {{username}}?",
"delete-member": "Delete Member",
"delete-warning": "Are you sure to delete {{username}}?\n\nTHIS ACTION IS IRREVERSIBLE"
},
"system-section": {
"server-name": "Server Name",
"customize-server": {
"title": "Customize Server",
"default": "Default is memos",
"icon-url": "Icon URL",
"description": "Description",
"locale": "Server Locale",
"appearance": "Server Appearance"
},
"database-file-size": "Database File Size",
"allow-user-signup": "Allow user signup",
"disable-password-login": "Disable password login",
"disable-password-login-warning": "This will disable password login for all users. It is not possible to log in without reverting this setting in the database if your configured identity providers fail. You’ll also have to be extra carefull when removing an identity provider",
"disable-password-login-final-warning": "Please type \"CONFIRM\" if you know what you are doing.",
"enable-password-login": "Enable password login",
"enable-password-login-warning": "This will enable password login for all users. Continue only if you want to users to be able to log in using both SSO and password",
"disable-public-memos": "Disable public memos",
"max-upload-size": "Maximum upload size (MiB)",
"max-upload-size-hint": "Recommended value is 32 MiB.",
"vacuum-hint": "Cleans up unused data.",
"additional-style": "Additional style",
"additional-script": "Additional script",
"additional-style-placeholder": "Additional CSS code",
"additional-script-placeholder": "Additional JavaScript code",
"telegram-bot-token": "Telegram Bot Token",
"telegram-bot-token-description": "Telegram Bot Token or API Proxy like `http…/bot<token>`",
"telegram-bot-token-placeholder": "Your Telegram Bot token",
"display-with-updated-time": "Display with updated time"
},
"appearance-option": {
"system": "Follow system",
"light": "Always light",
"dark": "Always dark"
},
"sso-section": {
"sso-list": "SSO List",
"delete-sso": "Confirm delete",
"confirm-delete": "Are you sure to delete \"{{name}}\" SSO configuration?\n\nTHIS ACTION IS IRREVERSIBLE",
"create-sso": "Create SSO",
"update-sso": "Update SSO",
"sso-created": "SSO {{name}} created",
"sso-updated": "SSO {{name}} updated",
"identifier": "Identifier",
"display-name": "Display Name",
"template": "Template",
"custom": "Custom",
"identifier-filter": "Identifier Filter",
"redirect-url": "Redirect URL",
"client-id": "Client ID",
"client-secret": "Client secret",
"authorization-endpoint": "Authorization endpoint",
"token-endpoint": "Token endpoint",
"user-endpoint": "User endpoint",
"scopes": "Scopes",
"disabled-password-login-warning": "Password-login is disabled, be extra careful when removing identity providers"
}
},
"amount-text": {
"memo": "MEMO"
},
"days": {
"mon": "Mon",
"tue": "Tue",
"wed": "Wed",
"thu": "Thu",
"fri": "Fri",
"sat": "Sat",
"sun": "Sun"
},
"embed-memo": {
"title": "Embed Memo",
"text": "Copy and paste the below code into your blog or website.",
"only-public-supported": "* Only public memos can be embedded.",
"copy": "Copy"
},
"heatmap": {
"memo-in": "memo in {{period}}",
"memos-in": "memos in {{period}}",
"memo-on": "{{amount}} memo on {{date}}",
"memos-on": "{{amount}} memos on {{date}}",
"day": "day",
"days": "days"
},
"about": {
"about-memos": "About memos",
"memos-description": "memos is a web-based note-taking application that you can use to write, organize, and share notes.",
"no-server-description": "No description configured for this server.",
"powered-by": "Powered by",
"other-projects": "Other Projects"
},
"message": {
"no-data": "No data found.",
"memos-ready": "all memos are ready",
"resource-ready": "all resource are ready",
"restored-successfully": "Restored successfully",
"memo-updated-datetime": "Memo created datetime changed.",
"invalid-created-datetime": "Invalid created datetime.",
"change-memo-created-time": "Change memo created time",
"memo-not-found": "Memo not found.",
"fill-all": "Please fill in all fields.",
"password-not-match": "Passwords do not match.",
"new-password-not-match": "New passwords do not match.",
"image-load-failed": "Image load failed",
"fill-form": "Please fill out this form",
"fill-server-name": "Please fill in the server name",
"login-failed": "Login failed",
"signup-failed": "Signup failed",
"user-not-found": "User not found",
"password-changed": "Password Changed",
"private-only": "This memo is set to private.",
"copied": "Copied",
"succeed-copy-content": "Content copied successfully.",
"succeed-copy-code": "Code copied successfully.",
"succeed-copy-link": "Link copied successfully.",
"change-resource-filename": "Change resource filename",
"resource-filename-updated": "Resource filename changed.",
"invalid-resource-filename": "Invalid filename.",
"click-to-save-the-image": "Click to save the image",
"generating-the-screenshot": "Generating the screenshot…",
"count-selected-resources": "Total selected",
"succeed-vacuum-database": "Successfully vacuumed database.",
"succeed-update-additional-style": "Additional style updated successfully.",
"succeed-copy-resource-link": "Resource link copied successfully.",
"succeed-update-customized-profile": "Profile successfully customized.",
"succeed-update-additional-script": "Additional script updated successfully.",
"update-succeed": "Update succeeded",
"page-not-found": "404 - Page Not Found",
"maximum-upload-size-is": "Maximum allowed upload size is {{size}} MiB",
"file-exceeds-upload-limit-of": "File {{file}} exceeds upload limit of {{size}} MiB",
"updating-setting-failed": "Updating setting failed",
"password-login-disabled": "Can't remove last identity provider when password login is disabled"
},
"inbox": {
"memo-comment": "{{user}} has a comment on your {{memo}}.",
"version-update": "New version {{version}} is available now!"
}
}

0 comments on commit 2716377

Please sign in to comment.