1
0
Fork 0
mirror of synced 2024-04-24 15:52:07 +12:00

Update English UI translation (#585)

Grammar, phrasing, formatting
This commit is contained in:
Jonathan Hult 2022-01-17 15:21:54 -05:00 committed by GitHub
parent 9197edcf16
commit 9fd3fb376e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ core_similarity_minimal = Minimal
core_cannot_open_dir = Cannot open dir {$dir}, reason {$reason}
core_cannot_read_entry_dir = Cannot read entry in dir {$dir}, reason {$reason}
core_cannot_read_metadata_dir = Cannot read metadata in dir {$dir}, reason {$reason}
core_file_not_utf8_name = File {$name} has not valid UTF-8 name(some characters may not be shown)
core_file_not_utf8_name = File {$name} does not have a valid UTF-8 name (some characters may not be shown)
core_file_modified_before_epoch = File {$name} seems to be modified before Unix Epoch
core_folder_modified_before_epoch = Folder {$name} seems to be modified before Unix Epoch
core_file_no_modification_date = Unable to get modification date from file {$name}, reason {$reason}
@ -18,7 +18,7 @@ core_folder_no_modification_date = Unable to get modification date from folder {
core_missing_no_chosen_included_directory = At least one directory must be provided
core_directory_wildcard_no_supported = Directories: Wildcards in path are not supported, ignoring { $path }
core_directory_relative_path = Directories: Relative path are not supported, ignoring { $path }
core_directory_must_exists = Directories: Provided folder path must exits, ignoring { $path }
core_directory_must_exists = Directories: Provided folder path must exist, ignoring { $path }
core_directory_must_be_directory = Directories: Provided path must point at the directory, ignoring { $path }
core_included_directory_zero_valid_directories = Included Directory ERROR: Not found even one correct path to included which is required
core_excluded_directory_pointless_slash = Directories: Excluding / is pointless, because it means that no files will be scanned
@ -28,7 +28,7 @@ core_ffmpeg_not_found = Cannot find proper installation of FFmpeg
core_ffmpeg_missing_in_snap = Similar Videos don't work currently with snap, if you want help look at - { $url }
# Window titles
window_settings_title = Options
window_settings_title = Settings
window_main_title = Czkawka (Hiccup)
window_progress_title = Scanning
window_compare_images = Compare Images
@ -46,7 +46,7 @@ music_year_checkbox = Year
music_comparison_checkbox = Approximate Comparison
music_comparison_checkbox_tooltip =
It searches for similar music files using AI, which uses machine learning to remove parentheses from a phrase, e.g. with this option enabled, the files in question will be considered duplicates:
It searches for similar music files using AI, which uses machine learning to remove parentheses from a phrase. For example, with this option enabled, the files in question will be considered duplicates:
Świędziżłób --- Świędziżłób (Remix Lato 2021)
@ -55,41 +55,41 @@ duplicate_mode_size_combo_box = Size
duplicate_mode_hash_combo_box = Hash
duplicate_hash_type_tooltip =
Czkawka offers 3 types of hashes, which could be used:
Czkawka offers 3 types of hashes:
Blake3 - cryptographic hash function. It is used as default hash algorithm, because it is very fast.
Blake3 - cryptographic hash function. This is the default because it is very fast.
CRC32 - simple hash function. It should be faster than Blake3, but probably may have very rarely some collisions.
CRC32 - simple hash function. This should be faster than Blake3, but may very rarely have some collisions.
XXH3 - very similar in case of performance and hash quality to Blake3, so such modes can be easily used.
XXH3 - very similar in performance and hash quality to Blake3 (but non-cryptographic). So, such modes can be easily interchanged.
duplicate_check_method_tooltip =
For now, Czkawka offers three types of method to find duplicates by:
Name - Finds files which have same name.
Name - Finds files which have the same name.
Size - Finds files which have same size.
Size - Finds files which have the same size.
Hash - Finds files which have the same content. This mode hashes file and later compare this hashes to find duplicates. This mode is the safest way to find duplicates. Tool heavily uses cache, so second and further scans of same data should be a lot of faster that first.
Hash - Finds files which have the same content. This mode hashes the file and later compares this hash to find duplicates. This mode is the safest way to find duplicates. App heavily uses cache, so second and further scans of the same data should be a lot of faster than the first.
image_hash_size_tooltip =
Czkawka offers changing size of generated hash for each images. Bigger hash cause allows to finds images with lower amount of differences between images, but also it is a little slower to use.
Czkawka offers changing the size of the generated hash for each image. A bigger hash size enables finding images with a lower amount of differences between images, but it is also slightly slower to use.
Default value for hash is 8 bytes, which allows to find very similar and different images. 16 and 32 hashes should be used only for nearly identical images. 64 bytes hash shouldn't be used, except situation where really small differences are needed to find
Default value for hash is 8 bytes, which allows finding both very similar and different images. 16 byte and 32 byte hashes should be used only for nearly identical images. 64 byte hash shouldn't be used, except in situations where you need to find really small differences.
image_resize_filter_tooltip =
To compute hash of image, library must first resize it. Depend on chosen algorithm, resulted image will looks little different. The fastest algorithm to use, but also one which gives the worst results is Nearest.
image_hash_alg_tooltip =
Users can choose one from many algorithms of calculating hash. Each have both strong and weaker points and will give sometimes better and sometimes worse results for different images, so to choose the best one, manual testing is required.
Users can choose from one of many algorithms of calculating the hash. Each has both strong and weaker points and will sometimes give better and sometimes worse results for different images. So, to determine the best one for you, manual testing is required.
main_notebook_image_fast_compare = Fast compare
main_notebook_image_fast_compare_tooltip =
Speedup searching and comparing hashes.
In opposite to normal mode where each hash is compared to each other x times, where x is similarity which user choose, in this mode always only one comparing is used.
As opposed to normal mode - where each hash is compared to each other x times (where x is the similarity the user chose) - in this mode, exactly one comparison will be used.
This option is recommended when comparing >10000 images with non 0(Very High) similarity.
This option is recommended when comparing >10000 images with non 0 (Very High) similarity.
main_notebook_duplicates = Duplicate Files
main_notebook_empty_directories = Empty Directories
@ -122,7 +122,7 @@ main_tree_view_column_type_of_error = Type Of Error
main_label_check_method = Check method
main_label_hash_type = Hash type
main_label_hash_size = Hash size
main_label_size_bytes = Size(bytes)
main_label_size_bytes = Size (bytes)
main_label_min_size = Min
main_label_max_size = Max
main_label_shown_files = Number of shown files
@ -148,10 +148,10 @@ upper_manual_add_excluded_button = Manual Add
upper_add_excluded_button = Add
upper_remove_excluded_button = Remove
upper_manual_add_included_button_tooltip = Allows to add directory name to search by hand.
upper_manual_add_included_button_tooltip = Add directory name to search by hand.
upper_add_included_button_tooltip = Add new directory to search.
upper_remove_included_button_tooltip = Delete directory from search.
upper_manual_add_excluded_button_tooltip = Allows to add excluded directory name by hand.
upper_manual_add_excluded_button_tooltip = Add excluded directory name by hand.
upper_add_excluded_button_tooltip = Add directory to be excluded in search.
upper_remove_excluded_button_tooltip = Delete directory from excluded.
@ -160,14 +160,14 @@ upper_notebook_excluded_directories = Excluded Directories
upper_notebook_included_directories = Included Directories
upper_allowed_extensions_tooltip =
Allowed extensions must be separated by commas(by default all are available).
Allowed extensions must be separated by commas (by default all are available).
Macros IMAGE, VIDEO, MUSIC, TEXT which adds multiple extensions at once are also available.
The following Macros, which add multiple extensions at once, are also available: IMAGE, VIDEO, MUSIC, TEXT.
Usage example ".exe, IMAGE, VIDEO, .rar, 7z" - this means that image(e.g. jpg, png), video(e.g. avi, mp4), exe, rar and 7z files will be scanned.
Usage example ".exe, IMAGE, VIDEO, .rar, 7z" - this means that images (e.g. jpg, png), videos (e.g. avi, mp4), exe, rar, and 7z files will be scanned.
upper_excluded_items_tooltip =
Excluded items must contains * wildcard and should be separated by commas.
Excluded items must contain * wildcard and should be separated by commas.
This is slower than Excluded Directories, so use it carefully.
upper_excluded_items = Excluded Items:
@ -188,33 +188,33 @@ popover_select_all_images_except_biggest = Select all except biggest
popover_select_all_images_except_smallest = Select all except smallest
popover_custom_path_check_button_entry_tooltip =
Allows to select records by its path.
Select records by path.
Example usage:
/home/pimpek/rzecz.txt can be found with /home/pim*
popover_custom_name_check_button_entry_tooltip =
Allows to select records by file names.
Select records by file names.
Example usage:
/usr/ping/pong.txt can be found with *ong*
popover_custom_regex_check_button_entry_tooltip =
Allows to select records by specified Regex.
Select records by specified Regex.
With this mode, searched text is Path with Name.
Example usage:
/usr/bin/ziemniak.txt can be found with /ziem[a-z]+
This use default Rust regex implementation, so you can read more about it in https://docs.rs/regex.
This uses the default Rust regex implementation. You can read more about it here: https://docs.rs/regex.
popover_custom_not_all_check_button_tooltip =
Prevents from selecting all records in group.
Prevents selecting all records in group.
This is enabled by default, because in most of situations user don't want to delete both original and duplicates files, but want to leave at least one file.
This is enabled by default, because in most situations, you don't want to delete both original and duplicates files, but want to leave at least one file.
Warning: This setting don't work if already user selected all results in group manually.
WARNING: This setting doesn't work if you have already manually selected all results in a group.
popover_custom_regex_path_label = Path
popover_custom_regex_name_label = Name
@ -237,24 +237,24 @@ bottom_symlink_button = Symlink
bottom_hardlink_button = Hardlink
bottom_move_button = Move
bottom_search_button_tooltip = Start to search for files/folders.
bottom_select_button_tooltip = Selects records. Only selected files/folders can be later processed.
bottom_search_button_tooltip = Start search
bottom_select_button_tooltip = Select records. Only selected files/folders can be later processed.
bottom_delete_button_tooltip = Delete selected files/folders.
bottom_save_button_tooltip = Save data about search to file
bottom_symlink_button_tooltip =
Creates symbolic links.
Only works when at least 2 results in group are selected.
Create symbolic links.
Only works when at least two results in a group are selected.
First is unchanged and second and later are symlinked to first.
bottom_hardlink_button_tooltip =
Creates hardlinks.
Only works when at least 2 results in group are selected.
Create hardlinks.
Only works when at least two results in a group are selected.
First is unchanged and second and later are hardlinked to first.
bottom_move_button_tooltip =
Moves files to chosen folder.
It copy all files to folder without preserving directory tree.
When trying to move 2 files with identical name to folder, second will fail and show error.
Moves files to chosen directory.
It copies all files to the directory without preserving the directory tree.
When trying to move two files with identical name to folder, second will fail and show error.
bottom_show_errors_tooltip = Show/Hide bottom error panel.
bottom_show_errors_tooltip = Show/Hide bottom text panel.
bottom_show_upper_notebook_tooltip = Show/Hide upper notebook panel.
# Progress Window
@ -277,40 +277,40 @@ header_about_button_tooltip = Opens dialog with info about app.
# Settings
## General
settings_save_at_exit_button_tooltip = Saves configuration to file when closing app.
settings_save_at_exit_button_tooltip = Save configuration to file when closing app.
settings_load_at_start_button_tooltip =
Loading at start configuration from file.
Load configuration from file when opening app.
Not selecting this option will load default settings.
settings_confirm_deletion_button_tooltip = Shows confirmation dialog when clicking at delete button.
settings_confirm_link_button_tooltip = Shows confirmation dialog when clicking at hard/symlink button.
settings_confirm_group_deletion_button_tooltip = Shows dialog when trying to remove all records from group.
settings_show_text_view_button_tooltip = Shows error panel at bottom.
settings_use_cache_button_tooltip = Option to which allows to not use cache feature.
settings_save_also_as_json_button_tooltip = Save cache to readable by human JSON format. It is possible to modify its content. Cache from this file will be read automatically by app if binary format cache (with bin extension) will be missing.
settings_use_trash_button_tooltip = When enabled it moves files to trash instead deleting them permanently.
settings_language_label_tooltip = Allows to choose language of interface from available ones.
If not enabled, default settings will be used.
settings_confirm_deletion_button_tooltip = Show confirmation dialog when clicking the delete button.
settings_confirm_link_button_tooltip = Show confirmation dialog when clicking the hard/symlink button.
settings_confirm_group_deletion_button_tooltip = Show warning dialog when trying to delete all records from the group.
settings_show_text_view_button_tooltip = Show text panel at the bottom of the user interface.
settings_use_cache_button_tooltip = Use file cache.
settings_save_also_as_json_button_tooltip = Save cache to (human readable) JSON format. It is possible to modify its content. Cache from this file will be read automatically by app if binary format cache (with bin extension) is missing.
settings_use_trash_button_tooltip = Moves files to trash instead deleting them permanently.
settings_language_label_tooltip = Language for user interface.
settings_save_at_exit_button = Save configuration at exit
settings_load_at_start_button = Load configuration at start
settings_save_at_exit_button = Save configuration when closing app
settings_load_at_start_button = Load configuration when opening app
settings_confirm_deletion_button = Show confirm dialog when deleting any files
settings_confirm_link_button = Show confirm dialog when hard/symlinks any files
settings_confirm_group_deletion_button = Show confirm dialog when deleting all files in group
settings_show_text_view_button = Show bottom text panel
settings_use_cache_button = Use cache
settings_save_also_as_json_button = Save cache also to JSON file
settings_save_also_as_json_button = Also save cache as JSON file
settings_use_trash_button = Move deleted files to trash
settings_language_label = Language
settings_multiple_delete_outdated_cache_checkbutton = Delete outdated cache entries automatically
settings_multiple_delete_outdated_cache_checkbutton_tooltip =
Allows to delete outdated cache results which points to non-existent files.
Delete outdated cache results which point to non-existent files.
When enabled, app make sure when loading records, that all points to valid files and ignore broken ones.
When enabled, app makes sure when loading records, that all records point to valid files (broken ones are ignored).
Disabling this option, will help to scan files on external drives, so cache entries about them will not be purged in next scan.
Disabling this will help when scanning files on external drives, so cache entries about them will not be purged in the next scan.
In case of having hundred of thousands records in cache, it is suggested to enable this option, to speedup cache loading and saving at start and end of scan.
In the case of having hundred of thousands records in cache, it is suggested to enable this, which will speedup cache loading/saving at start/end of the scan.
settings_notebook_general = General
settings_notebook_duplicates = Duplicates
@ -318,45 +318,45 @@ settings_notebook_images = Similar Images
settings_notebook_videos = Similar Video
## Multiple - settings used in multiple tabs
settings_multiple_image_preview_checkbutton_tooltip = Shows preview at right side, when selecting image file.
settings_multiple_image_preview_checkbutton_tooltip = Shows preview at right side (when selecting an image file).
settings_multiple_image_preview_checkbutton = Show image preview
settings_multiple_clear_cache_button_tooltip =
Manually clear cache from outdated entries.
Should be used only if automatic clearing was disabled.
Manually clear the cache of outdated entries.
This should only be used if automatic clearing has been disabled.
settings_multiple_clear_cache_button = Remove outdated results from images cache
## Duplicates
settings_duplicates_hide_hard_link_button_tooltip =
Hides all files except one, if all points to the same data (are hardlinked).
Hides all files except one, if all point to the same data (are hardlinked).
E.g. in case where on disk there are 7 files which are hardlinked to specific data and one different file with same data but different inode, then in duplicate finder will be visible only one unique file and one file from hardlinked ones.
Example: In the case where there are (on disk) seven files which are hardlinked to specific data and one different file with same data but a different inode, then in duplicate finder, only one unique file and one file from hardlinked ones will be shown.
settings_duplicates_minimal_size_entry_tooltip =
Allows to set minimal size of file, which will be cached.
Set the minimal file size which will be cached.
Choosing smaller value, will generate more records which will speedup search, but slowdown cache loading/saving.
Choosing a smaller value will generate more records. This will speedup search, but slowdown cache loading/saving.
settings_duplicates_prehash_checkbutton_tooltip =
Enables caching of prehash(hash computed from small part of file) which allows to earlier throw out non duplicated results.
Enables caching of prehash (a hash computed from a small part of the file) which allows earlier dismissal of non-duplicated results.
It is disabled by default because can cause in some situations slowdowns.
It is disabled by default because it can cause slowdowns in some situations.
It is heavily recommended to use it when scanning hundred of thousands or million files, because it can speedup search multiple times.
It is highly recommended to use it when scanning hundred of thousands or million files, because it can speedup search by multiple times.
settings_duplicates_prehash_minimal_entry_tooltip = Minimal size of cached entry.
settings_duplicates_hide_hard_link_button = Hide hard links(only Linux and MacOS)
settings_duplicates_hide_hard_link_button = Hide hard links (only Linux and macOS)
settings_duplicates_prehash_checkbutton = Use prehash cache
settings_duplicates_minimal_size_cache_label = Minimal size of files in bytes saved to cache
settings_duplicates_minimal_size_cache_prehash_label = Minimal size of files in bytes saved to prehash cache
settings_duplicates_minimal_size_cache_label = Minimal size of files (in bytes) saved to cache
settings_duplicates_minimal_size_cache_prehash_label = Minimal size of files (in bytes) saved to prehash cache
## Saving/Loading settings
settings_saving_button_tooltip = Save current settings configuration to file.
settings_loading_button_tooltip = Load settings from file and replace current configuration with them.
settings_reset_button_tooltip = Reset current configuration to default one.
settings_saving_button_tooltip = Save the current settings configuration to file.
settings_loading_button_tooltip = Load settings from file and replace the current configuration with them.
settings_reset_button_tooltip = Reset the current configuration to the default one.
settings_saving_button = Save configuration
settings_loading_button = Load configuration
@ -364,18 +364,18 @@ settings_reset_button = Reset configuration
## Opening cache/config folders
settings_folder_cache_open_tooltip =
Opens folder where are stored txt files with cache.
Opens the folder where the cache txt files are stored.
Modifying them may cause to show invalid results but also modifying e.g. path may save time when moving big amount of files to different place.
Modifying the cache files may cause invalid results to be shown. However, modifying path may save time when moving a big amount of files to a different location.
You can copy this files between computers to save time on scanning again for files(of course if they have similar directory structure).
You can copy these files between computers to save time on scanning again for files (of course if they have similar directory structure).
In case of problems with cache, this files can be removed, so app will automatically regenerate them.
In the case of problems with the cache, these files can be removed. The app will automatically regenerate them.
settings_folder_settings_open_tooltip =
Opens folder where Czkawka config are stored.
Opens the folder where the Czkawka config is stored.
Modifying them by hand, may cause to break your workflow.
WARNING: Manually modifying the config may break your workflow.
settings_folder_cache_open = Open cache folder
settings_folder_settings_open = Open settings folder
@ -429,15 +429,15 @@ saving_loading_failed_to_get_home_directory = Failed to get home directory to op
saving_loading_folder_config_instead_file = Cannot create or open save configuration file in path "{ $path }" because already there is a folder.
saving_loading_failed_to_create_configuration_folder = Failed configuration to create configuration folder "{ $path }", reason "{ $reason }".
saving_loading_failed_to_create_config_file = Failed to create config file "{ $path }", reason "{ $reason }".
saving_loading_failed_to_read_config_file = Cannot load configuration from "{ $path }" because not exists or is not a file.
saving_loading_failed_to_read_config_file = Cannot load configuration from "{ $path }" because it does not exist or is not a file.
saving_loading_failed_to_read_data_from_file = Cannot read data from file "{ $path }", reason "{ $reason }".
saving_loading_orphan_data = Found orphan data "{ $data }" in line "{ $line }".
saving_loading_not_valid = Setting "{ $data }" not exists in current app version.
saving_loading_not_valid = Setting "{ $data }" does not exist in current app version.
# Invalid symlinks
invalid_symlink_infinite_recursion = Infinite recursion
invalid_symlink_non_existent_destination = Non existent destination file
invalid_symlink_non_existent_destination = Non-existent destination file
# Other
searching_for_data = Searching data, it may take a while, please wait...
@ -449,30 +449,30 @@ about_window_motto = This program is free to use and will always be.
# Various dialog
dialogs_ask_next_time = Ask next time
delete_file_failed = Failed to remove file {$name}, reason {$reason}
delete_file_failed = Failed to delete file {$name}, reason {$reason}
delete_title_dialog = Delete confirmation
delete_question_label = Are you sure that you want to delete files?
delete_all_files_in_group_title = Confirmation of deleting all files in group
delete_all_files_in_group_label1 = In some groups there are selected all records.
delete_all_files_in_group_label1 = In some groups all records are selected.
delete_all_files_in_group_label2 = Are you sure that you want to delete them?
delete_folder_failed = Failed to remove folder {$dir} because folder doesn't exists, you don't have permissions or isn't empty.
delete_folder_failed = Failed to delete folder {$dir} because folder doesn't exist, you don't have permission or the folder isn't empty.
delete_items_label = { $items } files will be removed.
delete_items_groups_label = { $items } files from { $groups } groups will be removed.
delete_items_label = { $items } files will be deleted.
delete_items_groups_label = { $items } files from { $groups } groups will be deleted.
hardlink_failed = Failed to hardlink
hard_sym_invalid_selection_title_dialog = Invalid selection with some groups
hard_sym_invalid_selection_label_1 = In some groups there is only 1 record selected and it will be ignored.
hard_sym_invalid_selection_label_2 = To be able to hard/sym link this files, at least 2 results in group needs to be selected.
hard_sym_invalid_selection_label_1 = In some groups there is only one record selected and it will be ignored.
hard_sym_invalid_selection_label_2 = To be able to hard/sym link these files, at least two results in the group need to be selected.
hard_sym_invalid_selection_label_3 = First in group is recognized as original and is not changed but second and later are modified.
hard_sym_link_title_dialog = Link confirmation
hard_sym_link_label = Are you sure that you want to link this files?
hard_sym_link_label = Are you sure that you want to link these files?
move_folder_failed = Failed to move folder {$name}, reason {$reason}
move_file_failed = Failed to move file {$name}, reason {$reason}
move_files_title_dialog = Choose folder to which you want to move duplicated files
move_files_choose_more_than_1_path = Only 1 path must be selected to be able to copy there duplicated files, selected {$path_number}.
move_files_choose_more_than_1_path = Only one path may be selected to be able to copy their duplicated files, selected {$path_number}.
move_stats = Properly moved {$num_files}/{$all_files} items
save_results_to_file = Saved results to file {$name}
@ -488,10 +488,10 @@ cache_properly_cleared = Properly cleared cache
cache_clear_duplicates_title = Clearing duplicates cache
cache_clear_similar_images_title = Clearing similar images cache
cache_clear_similar_videos_title = Clearing similar videos cache
cache_clear_message_label_1 = Do you want to clear cache from outdated entries?
cache_clear_message_label_2 = This operation will remove all cache entries which points to invalid files.
cache_clear_message_label_3 = This may speedup a little loading/saving to cache.
cache_clear_message_label_4 = WARNING: Operation will remove all cached data from unplugged external drives, so hash will need to be generated again.
cache_clear_message_label_1 = Do you want to clear the cache of outdated entries?
cache_clear_message_label_2 = This operation will remove all cache entries which point to invalid files.
cache_clear_message_label_3 = This may slightly speedup loading/saving to cache.
cache_clear_message_label_4 = WARNING: Operation will remove all cached data from unplugged external drives. So each hash will need to be regenerated.
# Show preview
preview_temporary_file = Failed to open temporary image file {$name}, reason {$reason}.
@ -503,4 +503,4 @@ preview_failed_to_create_cache_dir = Failed to create dir {$name} needed by imag
# Compare images (L is short Left, R is short Right - they can't take too much space)
compare_groups_number = Group { $current_group }/{ $all_groups } ({ $images_in_group } images)
compare_move_left_button = L
compare_move_right_button = R
compare_move_right_button = R