347 lines
9.7 KiB
Text
347 lines
9.7 KiB
Text
# ============================================================================
|
|
# General Bots - Common Translations (English)
|
|
# ============================================================================
|
|
# This file contains shared strings used across all GB components.
|
|
# Keep message IDs lowercase with hyphens: category-subcategory-descriptor
|
|
# ============================================================================
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Brand
|
|
# -----------------------------------------------------------------------------
|
|
app-name = General Bots
|
|
app-tagline = Your AI-powered productivity workspace
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Common Actions
|
|
# -----------------------------------------------------------------------------
|
|
action-save = Save
|
|
action-cancel = Cancel
|
|
action-delete = Delete
|
|
action-edit = Edit
|
|
action-close = Close
|
|
action-confirm = Confirm
|
|
action-retry = Retry
|
|
action-back = Back
|
|
action-next = Next
|
|
action-submit = Submit
|
|
action-search = Search
|
|
action-refresh = Refresh
|
|
action-copy = Copy
|
|
action-paste = Paste
|
|
action-undo = Undo
|
|
action-redo = Redo
|
|
action-select = Select
|
|
action-select-all = Select All
|
|
action-clear = Clear
|
|
action-reset = Reset
|
|
action-apply = Apply
|
|
action-create = Create
|
|
action-update = Update
|
|
action-remove = Remove
|
|
action-add = Add
|
|
action-upload = Upload
|
|
action-download = Download
|
|
action-export = Export
|
|
action-import = Import
|
|
action-share = Share
|
|
action-send = Send
|
|
action-reply = Reply
|
|
action-forward = Forward
|
|
action-archive = Archive
|
|
action-restore = Restore
|
|
action-duplicate = Duplicate
|
|
action-rename = Rename
|
|
action-move = Move
|
|
action-filter = Filter
|
|
action-sort = Sort
|
|
action-view = View
|
|
action-hide = Hide
|
|
action-show = Show
|
|
action-expand = Expand
|
|
action-collapse = Collapse
|
|
action-enable = Enable
|
|
action-disable = Disable
|
|
action-connect = Connect
|
|
action-disconnect = Disconnect
|
|
action-sync = Sync
|
|
action-start = Start
|
|
action-stop = Stop
|
|
action-pause = Pause
|
|
action-resume = Resume
|
|
action-continue = Continue
|
|
action-finish = Finish
|
|
action-complete = Complete
|
|
action-approve = Approve
|
|
action-reject = Reject
|
|
action-accept = Accept
|
|
action-decline = Decline
|
|
action-login = Log In
|
|
action-logout = Log Out
|
|
action-signup = Sign Up
|
|
action-forgot-password = Forgot Password
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Common Labels
|
|
# -----------------------------------------------------------------------------
|
|
label-loading = Loading...
|
|
label-saving = Saving...
|
|
label-processing = Processing...
|
|
label-searching = Searching...
|
|
label-uploading = Uploading...
|
|
label-downloading = Downloading...
|
|
label-no-results = No results found
|
|
label-no-data = No data available
|
|
label-empty = Empty
|
|
label-none = None
|
|
label-all = All
|
|
label-selected = Selected
|
|
label-required = Required
|
|
label-optional = Optional
|
|
label-default = Default
|
|
label-custom = Custom
|
|
label-new = New
|
|
label-draft = Draft
|
|
label-pending = Pending
|
|
label-active = Active
|
|
label-inactive = Inactive
|
|
label-enabled = Enabled
|
|
label-disabled = Disabled
|
|
label-public = Public
|
|
label-private = Private
|
|
label-shared = Shared
|
|
label-yes = Yes
|
|
label-no = No
|
|
label-on = On
|
|
label-off = Off
|
|
label-true = True
|
|
label-false = False
|
|
label-unknown = Unknown
|
|
label-other = Other
|
|
label-more = More
|
|
label-less = Less
|
|
label-details = Details
|
|
label-summary = Summary
|
|
label-description = Description
|
|
label-name = Name
|
|
label-title = Title
|
|
label-type = Type
|
|
label-status = Status
|
|
label-priority = Priority
|
|
label-date = Date
|
|
label-time = Time
|
|
label-size = Size
|
|
label-count = Count
|
|
label-total = Total
|
|
label-average = Average
|
|
label-minimum = Minimum
|
|
label-maximum = Maximum
|
|
label-version = Version
|
|
label-id = ID
|
|
label-created = Created
|
|
label-updated = Updated
|
|
label-modified = Modified
|
|
label-deleted = Deleted
|
|
label-by = By
|
|
label-from = From
|
|
label-to = To
|
|
label-at = At
|
|
label-in = In
|
|
label-of = Of
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Status Messages
|
|
# -----------------------------------------------------------------------------
|
|
status-success = Success
|
|
status-error = Error
|
|
status-warning = Warning
|
|
status-info = Information
|
|
status-loading = Loading
|
|
status-complete = Complete
|
|
status-incomplete = Incomplete
|
|
status-failed = Failed
|
|
status-cancelled = Cancelled
|
|
status-pending = Pending
|
|
status-in-progress = In Progress
|
|
status-done = Done
|
|
status-ready = Ready
|
|
status-not-ready = Not Ready
|
|
status-connected = Connected
|
|
status-disconnected = Disconnected
|
|
status-online = Online
|
|
status-offline = Offline
|
|
status-available = Available
|
|
status-unavailable = Unavailable
|
|
status-busy = Busy
|
|
status-away = Away
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Confirmation Dialogs
|
|
# -----------------------------------------------------------------------------
|
|
confirm-delete = Are you sure you want to delete this?
|
|
confirm-delete-item = Are you sure you want to delete "{ $name }"?
|
|
confirm-delete-items = Are you sure you want to delete { $count ->
|
|
[one] this item
|
|
*[other] these { $count } items
|
|
}?
|
|
confirm-discard-changes = You have unsaved changes. Are you sure you want to discard them?
|
|
confirm-logout = Are you sure you want to log out?
|
|
confirm-cancel = Are you sure you want to cancel?
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Time and Dates
|
|
# -----------------------------------------------------------------------------
|
|
time-now = Just now
|
|
time-seconds-ago = { $count ->
|
|
[one] { $count } second ago
|
|
*[other] { $count } seconds ago
|
|
}
|
|
time-minutes-ago = { $count ->
|
|
[one] { $count } minute ago
|
|
*[other] { $count } minutes ago
|
|
}
|
|
time-hours-ago = { $count ->
|
|
[one] { $count } hour ago
|
|
*[other] { $count } hours ago
|
|
}
|
|
time-days-ago = { $count ->
|
|
[one] { $count } day ago
|
|
*[other] { $count } days ago
|
|
}
|
|
time-weeks-ago = { $count ->
|
|
[one] { $count } week ago
|
|
*[other] { $count } weeks ago
|
|
}
|
|
time-months-ago = { $count ->
|
|
[one] { $count } month ago
|
|
*[other] { $count } months ago
|
|
}
|
|
time-years-ago = { $count ->
|
|
[one] { $count } year ago
|
|
*[other] { $count } years ago
|
|
}
|
|
time-in-seconds = { $count ->
|
|
[one] in { $count } second
|
|
*[other] in { $count } seconds
|
|
}
|
|
time-in-minutes = { $count ->
|
|
[one] in { $count } minute
|
|
*[other] in { $count } minutes
|
|
}
|
|
time-in-hours = { $count ->
|
|
[one] in { $count } hour
|
|
*[other] in { $count } hours
|
|
}
|
|
time-in-days = { $count ->
|
|
[one] in { $count } day
|
|
*[other] in { $count } days
|
|
}
|
|
time-today = Today
|
|
time-yesterday = Yesterday
|
|
time-tomorrow = Tomorrow
|
|
time-this-week = This week
|
|
time-last-week = Last week
|
|
time-next-week = Next week
|
|
time-this-month = This month
|
|
time-last-month = Last month
|
|
time-next-month = Next month
|
|
time-this-year = This year
|
|
time-last-year = Last year
|
|
time-next-year = Next year
|
|
|
|
# Days of the week
|
|
day-sunday = Sunday
|
|
day-monday = Monday
|
|
day-tuesday = Tuesday
|
|
day-wednesday = Wednesday
|
|
day-thursday = Thursday
|
|
day-friday = Friday
|
|
day-saturday = Saturday
|
|
day-sun = Sun
|
|
day-mon = Mon
|
|
day-tue = Tue
|
|
day-wed = Wed
|
|
day-thu = Thu
|
|
day-fri = Fri
|
|
day-sat = Sat
|
|
|
|
# Months
|
|
month-january = January
|
|
month-february = February
|
|
month-march = March
|
|
month-april = April
|
|
month-may = May
|
|
month-june = June
|
|
month-july = July
|
|
month-august = August
|
|
month-september = September
|
|
month-october = October
|
|
month-november = November
|
|
month-december = December
|
|
month-jan = Jan
|
|
month-feb = Feb
|
|
month-mar = Mar
|
|
month-apr = Apr
|
|
month-may-short = May
|
|
month-jun = Jun
|
|
month-jul = Jul
|
|
month-aug = Aug
|
|
month-sep = Sep
|
|
month-oct = Oct
|
|
month-nov = Nov
|
|
month-dec = Dec
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# File Sizes
|
|
# -----------------------------------------------------------------------------
|
|
size-bytes = { $value } B
|
|
size-kilobytes = { $value } KB
|
|
size-megabytes = { $value } MB
|
|
size-gigabytes = { $value } GB
|
|
size-terabytes = { $value } TB
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Pagination
|
|
# -----------------------------------------------------------------------------
|
|
pagination-page = Page { $current } of { $total }
|
|
pagination-showing = Showing { $start } to { $end } of { $total }
|
|
pagination-items-per-page = Items per page
|
|
pagination-first = First
|
|
pagination-previous = Previous
|
|
pagination-next = Next
|
|
pagination-last = Last
|
|
pagination-go-to-page = Go to page
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Form Validation
|
|
# -----------------------------------------------------------------------------
|
|
validation-required = This field is required
|
|
validation-required-field = { $field } is required
|
|
validation-email-invalid = Please enter a valid email address
|
|
validation-url-invalid = Please enter a valid URL
|
|
validation-number-invalid = Please enter a valid number
|
|
validation-date-invalid = Please enter a valid date
|
|
validation-min-length = Must be at least { $min } characters
|
|
validation-max-length = Must be no more than { $max } characters
|
|
validation-min-value = Must be at least { $min }
|
|
validation-max-value = Must be no more than { $max }
|
|
validation-pattern-mismatch = Invalid format
|
|
validation-passwords-mismatch = Passwords do not match
|
|
validation-file-too-large = File is too large. Maximum size is { $max }
|
|
validation-file-type-invalid = Invalid file type. Allowed types: { $types }
|
|
|
|
# -----------------------------------------------------------------------------
|
|
# Accessibility
|
|
# -----------------------------------------------------------------------------
|
|
a11y-skip-to-content = Skip to main content
|
|
a11y-loading = Loading, please wait
|
|
a11y-menu-open = Open menu
|
|
a11y-menu-close = Close menu
|
|
a11y-expand = Expand
|
|
a11y-collapse = Collapse
|
|
a11y-selected = Selected
|
|
a11y-not-selected = Not selected
|
|
a11y-required = Required field
|
|
a11y-error = Error
|
|
a11y-success = Success
|
|
a11y-warning = Warning
|
|
a11y-info = Information
|