New translations en.yml (English, United Kingdom)
[ci skip]
This commit is contained in:
parent
29e7adf881
commit
9924bc0b01
1 changed files with 38 additions and 0 deletions
|
@ -1217,7 +1217,9 @@ en-GB:
|
||||||
all_matching_items_selected_html:
|
all_matching_items_selected_html:
|
||||||
one: "<strong>%{count}</strong> item matching your search is selected."
|
one: "<strong>%{count}</strong> item matching your search is selected."
|
||||||
other: All <strong>%{count}</strong> items matching your search are selected.
|
other: All <strong>%{count}</strong> items matching your search are selected.
|
||||||
|
cancel: Cancel
|
||||||
changes_saved_msg: Changes successfully saved!
|
changes_saved_msg: Changes successfully saved!
|
||||||
|
confirm: Confirm
|
||||||
copy: Copy
|
copy: Copy
|
||||||
delete: Delete
|
delete: Delete
|
||||||
deselect: Deselect all
|
deselect: Deselect all
|
||||||
|
@ -1233,15 +1235,51 @@ en-GB:
|
||||||
other: Something isn't quite right yet! Please review %{count} errors below
|
other: Something isn't quite right yet! Please review %{count} errors below
|
||||||
imports:
|
imports:
|
||||||
errors:
|
errors:
|
||||||
|
empty: Empty CSV file
|
||||||
|
incompatible_type: Incompatible with the selected import type
|
||||||
invalid_csv_file: 'Invalid CSV file. Error: %{error}'
|
invalid_csv_file: 'Invalid CSV file. Error: %{error}'
|
||||||
over_rows_processing_limit: contains more than %{count} rows
|
over_rows_processing_limit: contains more than %{count} rows
|
||||||
|
too_large: File is too large
|
||||||
|
failures: Failures
|
||||||
|
imported: Imported
|
||||||
|
mismatched_types_warning: It appears you may have selected the wrong type for this import, please double-check.
|
||||||
modes:
|
modes:
|
||||||
merge: Merge
|
merge: Merge
|
||||||
merge_long: Keep existing records and add new ones
|
merge_long: Keep existing records and add new ones
|
||||||
overwrite: Overwrite
|
overwrite: Overwrite
|
||||||
overwrite_long: Replace current records with the new ones
|
overwrite_long: Replace current records with the new ones
|
||||||
|
overwrite_preambles:
|
||||||
|
blocking_html: You are about to <strong>replace your block list</strong> with up to <strong>%{total_items} accounts</strong> from <strong>%{filename}</strong>.
|
||||||
|
bookmarks_html: You are about to <strong>replace your bookmarks</strong> with up to <strong>%{total_items} posts</strong> from <strong>%{filename}</strong>.
|
||||||
|
domain_blocking_html: You are about to <strong>replace your domain block list</strong> with up to <strong>%{total_items} domains</strong> from <strong>%{filename}</strong>.
|
||||||
|
following_html: You are about to <strong>follow</strong> up to <strong>%{total_items} accounts</strong> from <strong>%{filename}</strong> and <strong>stop following anyone else</strong>.
|
||||||
|
muting_html: You are about to <strong>replace your list of muted accounts</strong> with up to <strong>%{total_items} accounts</strong> from <strong>%{filename}</strong>.
|
||||||
|
preambles:
|
||||||
|
blocking_html: You are about to <strong>block</strong> up to <strong>%{total_items} accounts</strong> from <strong>%{filename}</strong>.
|
||||||
|
bookmarks_html: You are about to add up to <strong>%{total_items} posts</strong> from <strong>%{filename}</strong> to your <strong>bookmarks</strong>.
|
||||||
|
domain_blocking_html: You are about to <strong>block</strong> up to <strong>%{total_items} domains</strong> from <strong>%{filename}</strong>.
|
||||||
|
following_html: You are about to <strong>follow</strong> up to <strong>%{total_items} accounts</strong> from <strong>%{filename}</strong>.
|
||||||
|
muting_html: You are about to <strong>mute</strong> up to <strong>%{total_items} accounts</strong> from <strong>%{filename}</strong>.
|
||||||
preface: You can import data that you have exported from another server, such as a list of the people you are following or blocking.
|
preface: You can import data that you have exported from another server, such as a list of the people you are following or blocking.
|
||||||
|
recent_imports: Recent imports
|
||||||
|
states:
|
||||||
|
finished: Finished
|
||||||
|
in_progress: In progress
|
||||||
|
scheduled: Scheduled
|
||||||
|
unconfirmed: Unconfirmed
|
||||||
|
status: Status
|
||||||
success: Your data was successfully uploaded and will be processed in due time
|
success: Your data was successfully uploaded and will be processed in due time
|
||||||
|
time_started: Started at
|
||||||
|
titles:
|
||||||
|
blocking: Importing blocked accounts
|
||||||
|
bookmarks: Importing bookmarks
|
||||||
|
domain_blocking: Importing blocked domains
|
||||||
|
following: Importing followed accounts
|
||||||
|
muting: Importing muted accounts
|
||||||
|
type: Import type
|
||||||
|
type_groups:
|
||||||
|
constructive: Follows & Bookmarks
|
||||||
|
destructive: Blocks & mutes
|
||||||
types:
|
types:
|
||||||
blocking: Blocking list
|
blocking: Blocking list
|
||||||
bookmarks: Bookmarks
|
bookmarks: Bookmarks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue