-
-
Notifications
You must be signed in to change notification settings - Fork 663
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
60 additions
and
59 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "czkawka_cli" | ||
version = "5.0.0" | ||
version = "5.0.1" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
@@ -17,7 +17,7 @@ image_hasher = "1.0.0" | |
|
||
[dependencies.czkawka_core] | ||
path = "../czkawka_core" | ||
version = "5.0.0" | ||
version = "5.0.1" | ||
features = [] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "czkawka_core" | ||
version = "5.0.0" | ||
version = "5.0.1" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# Core | ||
core_similarity_original = 원래대로 | ||
core_similarity_very_high = 매우 높음 | ||
core_similarity_high = 높음 | ||
core_similarity_medium = 중간 서체 | ||
core_similarity_small = 작은 모양 | ||
core_similarity_very_small = 매우 작음 | ||
core_similarity_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 } 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 } | ||
core_folder_no_modification_date = Unable to get modification date from folder { $name }, reason { $reason } | ||
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 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 | ||
core_directory_overlap = Directories: All directories to search overlaps with excluded directories | ||
core_directory_unable_to_get_device_id = Directories: Unable to get device id from folder { $path } | ||
core_ffmpeg_not_found = Cannot find proper installation of FFmpeg | ||
core_ffmpeg_not_found_windows = Be sure that ffmpeg.exe and ffprobe.exe are available in PATH or are put directly to same folder where is app executable | ||
core_ffmpeg_missing_in_snap = Similar Videos don't work currently with snap, if you want help look at - { $url } | ||
core_saving_to_cache = Saved to file { $number } cache entries | ||
core_loading_from_cache = Loaded from cache { $number } entries | ||
core_similarity_original = 원본 | ||
core_similarity_very_high = 유사도 매우 높음 | ||
core_similarity_high = 유사도 높음 | ||
core_similarity_medium = 유사도 보통 | ||
core_similarity_small = 유사도 적음 | ||
core_similarity_very_small = 유사도 매우 적음 | ||
core_similarity_minimal = 유사도 거의 없음 | ||
core_cannot_open_dir = { $dir } 디렉터리를 열 수 없습니다. 이유: { $reason } | ||
core_cannot_read_entry_dir = { $dir } 디렉터리를 열 수 없습니다. 이유: { $reason } | ||
core_cannot_read_metadata_dir = { $dir } 디렉터리의 메타데이터를 열 수 없습니다. 이유: { $reason } | ||
core_file_not_utf8_name = 파일 이름 "{ $name }"은 유효한 UTF-8 이름이 아닙니다. 일부 글자가 보이지 않을 수 있습니다. | ||
core_file_modified_before_epoch = { $name } 파일이 Unix 시간 이전에 수정된 것 같습니다. | ||
core_folder_modified_before_epoch = { $name } 폴더가 Unix 시간 이전에 수정된 것 같습니다. | ||
core_file_no_modification_date = { $name } 파일의 수정된 시각을 읽을 수 없습니다. 이유: { $reason } | ||
core_folder_no_modification_date = { $name } 폴더의 수정된 시각을 읽을 수 없습니다. 이유: { $reason } | ||
core_missing_no_chosen_included_directory = 적어도 1개 이상의 디렉터리가 주어져야 합니다. | ||
core_directory_wildcard_no_supported = 디렉터리: 경로에는 와일드 카드가 지원되지 않습니다. "{ $path }"는 무시됩니다. | ||
core_directory_relative_path = 디렉터리: 경로에는 상대 경로가 지원되지 않습니다. "{ $path }"는 무시됩니다. | ||
core_directory_must_exists = 디렉터리: 주어진 폴더 경로는 반드시 존재해야 합니다. "{ $path }"는 무시됩니다. | ||
core_directory_must_be_directory = 디렉터리: 주어진 경로는 디렉터리를 가리켜야 합니다. "{ $path }"는 무시됩니다. | ||
core_included_directory_zero_valid_directories = 검색 대상 디렉터리 오류: 적어도 1개 이상의 유효한 경로가 주어져야 합니다. 유효한 경로가 하나도 없습니다. | ||
core_excluded_directory_pointless_slash = 디렉터리: "/"를 제외하는 것은 아무런 파일도 스캔하지 않는다는 것이므로, 의미가 없습니다. | ||
core_directory_overlap = 디렉터리: 모든 주어진 경로가 검색 제외 경로와 겹칩니다. | ||
core_directory_unable_to_get_device_id = 디렉터리: { $path }의 장치 ID를 가져올 수 없습니다. | ||
core_ffmpeg_not_found = 유효한 FFmpeg 설치를 발견하지 못했습니다. | ||
core_ffmpeg_not_found_windows = ffmpeg.exe와 ffprobe.exe가 시스템 변수 PATH에서 사용 가능하거나, 이 프로그램의 경로와 같은 곳에 위치하는지 확인하세요. | ||
core_ffmpeg_missing_in_snap = 현재 ffmpeg snap에서는 유사한 영상 검색이 지원되지 않습니다. 더 많은 정보는 { $url }에서 확인하세요. | ||
core_saving_to_cache = { $number }개의 파일을 캐시에 저장했습니다. | ||
core_loading_from_cache = { $number }개의 파일을 캐시에서 불러왔습니다. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "czkawka_gui" | ||
version = "5.0.0" | ||
version = "5.0.1" | ||
authors = ["Rafał Mikrut <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.60" | ||
|
@@ -59,7 +59,7 @@ features = ["v4_6"] | |
|
||
[dependencies.czkawka_core] | ||
path = "../czkawka_core" | ||
version = "5.0.0" | ||
version = "5.0.1" | ||
features = [] | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
NUMBER="5.0.0" | ||
NUMBER="5.0.1" | ||
CZKAWKA_PATH="/home/rafal" | ||
|
||
cd "$CZKAWKA_PATH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
NUMBER="5.0.0" | ||
NUMBER="5.0.1" | ||
CZKAWKA_PATH="/home/rafal" | ||
|
||
cd "$CZKAWKA_PATH" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters