mirror of
https://github.com/directus/directus.git
synced 2026-01-30 06:58:09 -05:00
New translations en-US.yaml (English, United Kingdom) (#11508)
This commit is contained in:
@@ -295,6 +295,8 @@ edit_raw_value: Edit Raw Value
|
||||
enter_raw_value: Enter raw value...
|
||||
clear_value: Clear Value
|
||||
clear_changes: Clear Changes
|
||||
reset_to_default: Reset to Default
|
||||
undo_changes: Undo Changes
|
||||
notifications: Notifications
|
||||
show_all_activity: Show All Activity
|
||||
page_not_found: Page Not Found
|
||||
@@ -325,9 +327,17 @@ related_collection: Related Collection
|
||||
related_collections: Related Collections
|
||||
translations_collection: Translation Collection
|
||||
languages_collection: Languages Collection
|
||||
import_data_input_placeholder: CSV or JSON...
|
||||
import_data_button: Start Import
|
||||
import_data_indeterminate: Importing Data...
|
||||
import_data_success: Data successfully imported from {filename}
|
||||
import_data_error: This file's data structure doesn't match the collection.
|
||||
label_import: Import
|
||||
label_export: Export
|
||||
import_export: Import / Export
|
||||
format: Format
|
||||
use_current_filters_settings: Use Current Filters & Settings
|
||||
export_data_button: Start Export
|
||||
last_page: Last Page
|
||||
last_access: Last Access
|
||||
fill_template: Fill with Template Value
|
||||
@@ -523,6 +533,9 @@ errors:
|
||||
INTERNAL_SERVER_ERROR: Unexpected Error
|
||||
NOT_NULL_VIOLATION: Value can't be null
|
||||
ILLEGAL_ASSET_TRANSFORMATION: Image source too large to preview
|
||||
VALUE_TOO_LONG: Value is too long
|
||||
VALUE_OUT_OF_RANGE: Value is out of range
|
||||
INVALID_FOREIGN_KEY: Invalid foreign key
|
||||
UNKNOWN: Unexpected Error
|
||||
security: Security
|
||||
value_hashed: Value Securely Hashed
|
||||
@@ -553,12 +566,15 @@ update_collection_success: Updated Collection
|
||||
delete_collection_success: Deleted Collection
|
||||
make_collection_visible: Make Collection Visible
|
||||
make_collection_hidden: Make Collection Hidden
|
||||
make_folder_visible: Make Folder Visible
|
||||
make_folder_hidden: Make Folder Hidden
|
||||
start_end_of_count_items: '{start}-{end} of {count} items'
|
||||
start_end_of_count_filtered_items: '{start}-{end} of {count} filtered items'
|
||||
one_item: '1 item'
|
||||
one_filtered_item: '1 filtered item'
|
||||
delete_collection_are_you_sure: >-
|
||||
Are you sure you want to delete this collection? This will delete the collection and all items in it. This action is permanent.
|
||||
delete_folder_are_you_sure: Are you sure you want to delete this folder? Nested folders and collections will be moved to the top most level.
|
||||
collections_shown: Collections Shown
|
||||
visible_collections: Visible Collections
|
||||
hidden_collections: Hidden Collections
|
||||
@@ -952,6 +968,7 @@ fields:
|
||||
external_identifier: External Identifier
|
||||
last_page: Last Page
|
||||
last_access: Last Access
|
||||
email_notifications: Email Notifications
|
||||
directus_settings:
|
||||
jpg: JPEG
|
||||
png: PNG
|
||||
@@ -964,9 +981,12 @@ fields:
|
||||
basemaps_style: Mapbox Style
|
||||
mapbox_key: Mapbox Access Token
|
||||
mapbox_placeholder: pk.eyJ1Ijo.....
|
||||
attribution: Attribution
|
||||
attribution_placeholder: '© OpenStreetMap contributors'
|
||||
transforms_note: The Sharp method name and its arguments. See https://sharp.pixelplumbing.com/api-constructor for more information.
|
||||
additional_transforms: Additional Transformations
|
||||
project_name: Project Name
|
||||
project_descriptor: Project Descriptor
|
||||
project_url: Project URL
|
||||
project_color: Project Colour
|
||||
project_logo: Project Logo
|
||||
@@ -990,6 +1010,10 @@ fields:
|
||||
name: Name
|
||||
role: Role
|
||||
password: Password
|
||||
date_start: Date Start
|
||||
date_end: Date End
|
||||
max_uses: Max Uses
|
||||
times_used: Times Used
|
||||
directus_fields:
|
||||
collection: Collection Name
|
||||
icon: Collection Icon
|
||||
@@ -1146,6 +1170,7 @@ share: Share
|
||||
share_item: Share Item
|
||||
shared_with_you: An item has been shared with you
|
||||
shared_enter_passcode: Enter your passcode to continue...
|
||||
shared_leave_blank_for_unlimited: Leave blank for unlimited
|
||||
shared_times_remaining: This link can only be used {n} times
|
||||
shared_last_remaining: This link can only be used once
|
||||
shared_uses_left: For added security, this shared page has been configured with a limited number of views. There are currently {n} views remaining, after which, the page will no longer be accessible.
|
||||
@@ -1154,6 +1179,8 @@ share_access_not_found: This shared page either does not exist or has already ex
|
||||
share_access_not_found_desc: Please contact an authorised user of this project to request access.
|
||||
share_access_not_found_title: Unknown Share Page
|
||||
share_copy_link: Copy Link
|
||||
share_copy_link_success: Link Copied
|
||||
share_copy_link_error: Unable to Copy Link
|
||||
share_send_link: Send Link
|
||||
relational_triggers: Relational Triggers
|
||||
referential_action_field_label_m2o: On Delete of {collection}...
|
||||
@@ -1228,6 +1255,7 @@ translation: Translation
|
||||
translation_placeholder: Enter a translation...
|
||||
value: Value
|
||||
view_project: View Project
|
||||
weeks: { }
|
||||
report_error: Report Error
|
||||
start: Start
|
||||
interfaces:
|
||||
@@ -1237,6 +1265,8 @@ interfaces:
|
||||
add_filter: Add Filter
|
||||
add_group: And / Or group
|
||||
add_value: Add Value
|
||||
logic_type_and: AND
|
||||
logic_type_or: OR
|
||||
all: All
|
||||
any: Any
|
||||
and: and
|
||||
@@ -1294,6 +1324,7 @@ interfaces:
|
||||
description: Enter or select a colour value
|
||||
placeholder: Choose a colour...
|
||||
preset_colors: Preset Colours
|
||||
opacity: Opacity
|
||||
preset_colors_add_label: Add new colour...
|
||||
name_placeholder: Enter colour name...
|
||||
datetime:
|
||||
|
||||
Reference in New Issue
Block a user