cheetah-framework
Version:
Cheetah Framework JS used in all our applications
372 lines (360 loc) • 11.6 kB
JavaScript
/* eslint-disable */
/**
* English en
*
* https://github.com/xpepermint/vue-translated
*/
export default {
fr: 'French',
en: 'English',
language: 'Language',
communication_language: 'Communication language',
close: 'Close',
continue: 'Continue',
quit: 'Quit',
warning: 'Warning!',
details: 'Details',
select: 'Select',
select_all: 'Select all',
unselect_all: 'Unselect all',
search: 'Search',
yes: 'Yes',
no: 'No',
edit: 'Edit',
edition: 'Edition',
creation: 'Creation',
duplication: 'Duplication',
create: 'Create',
save: 'Save',
save_and_quit: 'Save and quit',
apply: 'Apply',
add: 'Add',
loading: 'Loading',
view_more: 'See more',
version: 'Version',
confirm: 'Confirm',
update: 'Update',
cancel: 'Cancel',
not_cancel: 'Do not cancel',
reset: 'Reset',
retry: 'Retry',
download: 'Download',
previous: 'Previous',
next: 'Next',
back: 'Back',
all_status: 'All status',
activate: 'Activate',
deactivate: 'Deactivate',
disable: '@:deactivate',
delete: 'Delete',
deletion: 'Deletion',
remove: 'Remove',
change: 'Change',
move: 'Move',
movement: 'Movement',
recover: 'Recover',
reorder: 'Reorder',
reordering: 'Reordering',
ordering_first: 'Move to the top',
ordering_last: 'Move to the bottom',
sort: 'Sort',
profile: 'Profile',
pre_prod_tooltip: 'This environment is in pre-production. Please be careful with the data, as it will be used in production.',
filter: {
label: 'Filter | Filters',
placeholder: 'Filter',
},
grid: {
all_item_selected: 'All items (<strong>{n}</strong>) have been selected',
items_selected: 'No selected item | <strong>{n}</strong> selected item | <strong>{n}</strong> selected items',
select_all_items: 'Select all items (<strong>{n}</strong>)',
select_all_items_of_search: 'Select all items (<strong>{n}</strong>) matching this search',
clear_selection: 'Clear selection',
pager_item: 'no items | {n} item | {n} items'
},
query_builder: {
and: 'And',
or: 'Or',
and_text: 'Match all these conditions',
or_text: 'Match one of these conditions',
add_condition: 'Add condition',
add_group: 'Add group',
field: 'Field',
aggregation_field: 'Aggregation field',
operator: 'Operator',
aggregation_operator: 'Aggregation operator',
operators: {
// Operator per types
date: {
"<": "is before (exclusively)",
"<=": "is before (inclusively)",
">": "is after (exclusively)",
">=": "is after (inclusively)",
},
datetime: {
"<": "is before (exclusively)",
"<=": "is before (inclusively)",
">": "is after (exclusively)",
">=": "is after (inclusively)"
},
// Default operators
'=': 'equals',
'<>': 'not equals',
'like': 'contains',
'not_like': 'does not contain',
'in': 'is included in',
'not_in': 'is not included in',
'<': 'lower than',
'<=': 'lower or equal to',
'>': 'higher than',
'>=': 'higher or equal to',
'null': 'is empty',
'not_null': 'is not empty',
'exist': 'exist',
'not_exist': 'doesn\'t exist',
'count': 'count',
'max': 'max',
'min': 'min',
},
time_compare_info: 'The date time will be ignored when comparing both dates',
date: 'Date',
times_ago: 'Times ago',
times_from: 'Times from now',
true: 'True',
false: 'False',
compare_with_field: 'Compare with field',
list_placeholder: 'Value 1, value 2, ...',
the_field: 'the field',
validations: {
empty: 'Cannot be empty.',
invalid_integer: 'Enter a valid integer.',
contains_invalid_integer: '"{value}" is an invalid integer.',
invalid_number: 'Enter a valid number.',
contains_invalid_number: '"{value}" is an invalid number.',
too_much_decimals: 'Must contain a maximum of {digits} decimal. | Must contain a maximum of {digits} decimals.',
contains_too_much_decimals: '"{value}" must contain a maximum of {digits} decimal. | "{value}" must contain a maximum of {digits} decimals.',
empty_date_value: 'The time value cannot be empty.',
empty_date_unit: 'The time unit cannot be empty.',
invalid_date_value: 'The time value must be a number.',
duplicated_value: 'List contains duplicated values.',
contains_invalid_id: 'IDs must contain only numbers.',
empty_aggregation_field: 'Aggregation field cannot be empty.',
empty_aggregation_operator: 'Aggregation operator cannot be empty.',
empty_aggregation_value: 'Aggregation value cannot be empty.',
aggregation_always_true: 'The condition will always be true.',
aggregation_always_false: 'The condition will always be false.',
negative_aggregation_value: 'The aggregation value must be positive.',
},
contains_error: 'Invalid filter.',
empty_error: 'The filter must contain at least one condition.'
},
structure: {
labels: {
// field prop translation of Model.structure payload
}
},
time_units: {
months: 'months | months',
weeks: 'weeks | weeks',
days: 'days | days',
hours: 'hours | hours',
minutes: 'minutes | minutes',
seconds: 'second | seconds'
},
rank: 'Rank',
undefined: 'Undefined',
add_file: 'Add a file',
sure_delete: 'Are you sure you want to delete this?',
sure_cancel: 'Are you sure you want to cancel this order?',
sure_archived: 'Are you sure you want to archive this product?',
error_happened: 'An error occurred!',
error: 'Error | Errors',
send: 'Send',
submit: 'Submit',
subject: 'Subject',
no_items: 'No item',
actions: 'Actions',
show: 'Show',
duplicate: 'Duplicate',
none: 'None',
unknown: 'Unknown',
all: 'All',
access: 'Access',
values: 'Values',
value: 'Value',
added_success: 'Successfully added.',
create_success: 'Successfully created.',
update_success: 'Successfully saved.',
save_success: 'Successfully saved.',
delete_success: 'Successfully deleted.',
reorder_success: 'Successfully reordered.',
cancelled_success: 'Successfully cancelled.',
import_success: 'Successfully imported.',
visible: 'Visible',
visible_between: 'Visible between {from} and {to}',
visible_since: 'Visible since {date}',
visible_from: 'Will be visible on {date}',
visibility: 'Visibility',
hidden: 'Hidden',
hide_on: 'Will no longer be visible on {date}',
hidden_since: 'No longer visible since {date}',
sequencing: 'Sequencing',
as: 'as',
choose: 'Choose',
files_with_a_size_less_than: 'files smaller than',
files: 'Files',
nothing_selected: 'Nothing was selected',
header: 'Header',
feminine_none: 'None',
link: 'Link',
copy: 'Copy',
copy_success: 'Successfully copied',
copy_to: 'Copy to',
no_result: 'No result',
search_result: 'Search results',
type_for_more_results: 'Type to get more results',
upload: 'Upload',
import: 'Import',
export: 'Export',
choose_file: 'Choose a file',
line: 'Line',
texts: 'Texts',
enter_text: 'Enter text here',
feminine_active: 'Active',
authorization: 'Authorization',
required_authorization: 'Authorization required',
lists: 'Lists',
other_options: 'Other options',
select_all_rows: 'Select all messages that match this search',
selected: 'selected',
clear_all_rows: 'Clear all',
invalid_file_format: 'Invalid file format',
file_size_not_exceed: 'File size must not exceed',
page_not_found: 'Page not found.',
archive: 'Archive',
restore: 'Restore',
general: 'General',
preview: 'Preview',
sure_want_to_leave: 'Are you sur you want to leave ?',
sure_want_to_leave_long: 'Your changes will be lost.',
others: 'Others',
supported_languages: 'Supported languages',
and: 'and',
or: 'or',
days: 'days | days',
before: 'Before',
after: 'After',
field: 'Field',
required: 'Required',
name: 'Name',
general_information: 'General information',
file_upload: {
choose_file: 'Drag and drop file or click to upload',
accepted_file_types: 'Only CSV files are accepted',
},
// date
date: {
label: 'Date | Dates',
pick: 'Pick a date',
monthly: 'Monthly',
quarterly: 'Quarterly',
punctual: 'punctual',
creation_date: 'Date created',
created_at: 'Date created',
start_at: 'Start date',
end_at: 'End date',
updated_at: 'Updated at',
last_update: 'Last update',
start_date: 'Start date',
end_date: 'End date',
since: 'Since'
},
// address
address: {
label: 'Address',
address: '@:address.label',
name: 'Name',
address_2: 'Apartment, suite, unit, building, floor, etc.',
address_num_app_or_office: 'Suite/office',
city: 'City',
province: 'Province/State',
postal_code: 'Postal Code',
country: 'Country',
add: 'Add an address',
empty: 'No Address',
},
// auth
auth: {
login: 'Login',
logout: 'Logout',
account: 'Account',
email: 'Email',
username: 'Username',
password: 'Password',
remember_me: 'Remember me',
register: 'Register',
},
status: {
label: 'Status | Statuses',
active: 'Active',
disabled: 'Disabled',
disable: 'Inactive',
pending: 'Pending',
published: 'Published',
not_published: 'Not published',
archived: 'Archived',
stopped: 'Stopped',
},
cron: {
month: 'Month',
day_of_month: 'Day of month',
day_of_week: 'Day of week',
hour: 'Hour',
minute: 'Minute',
invalid: 'Please enter a valid cron'
},
remote_error: {
cant_delete_message: 'Can\'t delete a value that is used',
used_by: 'Used in ',
sure_continue: 'Do you want to continue?',
title_error: 'You cannot perform this action',
title_warning: 'Warning'
},
publication_status: {
between_before: 'Will be visible from {from} to {to}',
between_after: 'Was visible from {from} to {to}',
between: 'Visible from {from} until {to}',
starts_before: 'Will be visible from {date}',
starts: 'Visible since {date}',
ends_after: 'No longer visible since {date}',
ends: 'Will no longer be visible from {date}'
},
lock: {
is_locked: 'This resource is being edited',
user_asked_title: 'Someone asked for this resource',
user_asked_info: 'Another user has requested access to this resource. Do you want to give him access?',
user_asked_info_name: '{user} has requested access to this resource. Do you want to give him access?',
user_asked_time_remaining: 'Failing to answer in {0} will automatically give access the user.',
kicking_title: 'The resource is being edited',
kicking_question: 'This resource is currently being edited by someone. Do you want to request access?',
owner_title: 'You already have this resource open',
owner_question: 'This resource is already locked by you. Do you want to continue and take control with this window?',
took_lock_title: 'Successfully locked',
took_lock: 'This resource is now locked by you',
back: 'Back to list',
kick: 'Request access',
accepted: 'Accepted',
request_accepted: 'Access has been granted.',
denied: 'Denied',
request_denied: 'Your request has been denied.',
already_opened_notif: {
title: 'Already opened',
message: 'This resource is already opened by you'
},
ask_for_kick: 'Ask to leave',
ask_for_kick_name: 'Locked by {user}. Click to ask to leave',
waiting_for_kick: 'Waiting for kick request',
locked_by_you: 'Locked by you',
give_access: 'Give access'
}
}