Skip to content

Commit 7d654a7

Browse files
authored
Added korean language to GUI (#797)
1 parent 624be66 commit 7d654a7

18 files changed

+251
-275
lines changed

czkawka_core/i18n/cs/czkawka_core.ftl

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ core_similarity_medium = Střední
66
core_similarity_small = Malá
77
core_similarity_very_small = Velmi malá
88
core_similarity_minimal = Minimální
9-
core_cannot_open_dir = Nelze otevřít dir { $dir }, důvod { $reason }
10-
core_cannot_read_entry_dir = Nelze číst záznam v adresáři { $dir }, důvod { $reason }
11-
core_cannot_read_metadata_dir = Metadata nelze číst v adresáři { $dir }, důvod { $reason }
9+
core_cannot_open_dir = Nelze otevřít adresář { $dir }, důvod { $reason }
10+
core_cannot_read_entry_dir = Nelze načíst záznam v adresáři { $dir }, důvod { $reason }
11+
core_cannot_read_metadata_dir = Nelze načíst metadata v adresáři { $dir }, důvod { $reason }
1212
core_file_not_utf8_name = Soubor { $name } nemá platný název UTF-8 (některé znaky nemusí být zobrazeny)
13-
core_file_modified_before_epoch = Soubor { $name } se zdá být před Unix Epoch upraven
14-
core_folder_modified_before_epoch = Složka { $name } se zdá být upravena před Unixem Epoch
13+
core_file_modified_before_epoch = Soubor { $name } se zdá být upraven před unixovým Epochem (1.1.1970)
14+
core_folder_modified_before_epoch = Složka { $name } se zdá být upravena před unixovým Epochem (1.1.1970)
1515
core_file_no_modification_date = Nelze získat datum úpravy ze souboru { $name }, důvod { $reason }
1616
core_folder_no_modification_date = Nelze získat datum úpravy ze složky { $name }, důvod { $reason }
1717
core_missing_no_chosen_included_directory = Musí být uveden alespoň jeden adresář
1818
core_directory_wildcard_no_supported = Adresáře: Zástupné znaky v cestě nejsou podporovány, ignoruji { $path }
1919
core_directory_relative_path = Adresáře: Zástupné znaky v cestě nejsou podporovány, ignoruji { $path }
20-
core_directory_must_exists = Adresáře: Poskytnutá cesta ke složce musí skončit, ignoruji { $path }
21-
core_directory_must_be_directory = Adresáře: Poskytnutá cesta musí směřovat do adresáře, ignoruje { $path }
20+
core_directory_must_exists = Adresáře: Poskytnutá cesta ke složce musí existovat, ignoruji { $path }
21+
core_directory_must_be_directory = Adresáře: Poskytnutá cesta musí směřovat do adresáře, ignoruji { $path }
2222
core_included_directory_zero_valid_directories = CHYBA zahrnutí adresáře: Nenalezena ani jedna správná cesta k zahrnutí, která je vyžadována
2323
core_excluded_directory_pointless_slash = Adresáře: Vyloučení / je bezúčelné, protože to znamená, že žádné soubory nebudou naskenovány
2424
core_directory_overlap = Adresáře: Všechny adresáře pro vyhledávání se překrývají s vyloučením adresářů

czkawka_core/i18n/ko/czkawka_core.ftl

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Core
2+
core_similarity_original = 원래대로
3+
core_similarity_very_high = 매우 높음
4+
core_similarity_high = 높음
5+
core_similarity_medium = 중간 서체
6+
core_similarity_small = 작은 모양
7+
core_similarity_very_small = 매우 작음
8+
core_similarity_minimal = 최소
9+
core_cannot_open_dir = Cannot open dir { $dir }, reason { $reason }
10+
core_cannot_read_entry_dir = Cannot read entry in dir { $dir }, reason { $reason }
11+
core_cannot_read_metadata_dir = Cannot read metadata in dir { $dir }, reason { $reason }
12+
core_file_not_utf8_name = File { $name } does not have a valid UTF-8 name (some characters may not be shown)
13+
core_file_modified_before_epoch = File { $name } seems to be modified before Unix Epoch
14+
core_folder_modified_before_epoch = Folder { $name } seems to be modified before Unix Epoch
15+
core_file_no_modification_date = Unable to get modification date from file { $name }, reason { $reason }
16+
core_folder_no_modification_date = Unable to get modification date from folder { $name }, reason { $reason }
17+
core_missing_no_chosen_included_directory = At least one directory must be provided
18+
core_directory_wildcard_no_supported = Directories: Wildcards in path are not supported, ignoring { $path }
19+
core_directory_relative_path = Directories: Relative path are not supported, ignoring { $path }
20+
core_directory_must_exists = Directories: Provided folder path must exist, ignoring { $path }
21+
core_directory_must_be_directory = Directories: Provided path must point at the directory, ignoring { $path }
22+
core_included_directory_zero_valid_directories = Included Directory ERROR: Not found even one correct path to included which is required
23+
core_excluded_directory_pointless_slash = Directories: Excluding / is pointless, because it means that no files will be scanned
24+
core_directory_overlap = Directories: All directories to search overlaps with excluded directories
25+
core_directory_unable_to_get_device_id = Directories: Unable to get device id from folder { $path }
26+
core_ffmpeg_not_found = Cannot find proper installation of FFmpeg
27+
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
28+
core_ffmpeg_missing_in_snap = Similar Videos don't work currently with snap, if you want help look at - { $url }
29+
core_saving_to_cache = Saved to file { $number } cache entries
30+
core_loading_from_cache = Loaded from cache { $number } entries

czkawka_gui/i18n/cs/czkawka_gui.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ saving_loading_not_valid = Nastavení "{ $data }" v aktuální verzi aplikace ne
402402
invalid_symlink_infinite_recursion = Nekonečná rekurze
403403
invalid_symlink_non_existent_destination = Neexistující cílový soubor
404404
# Other
405+
selected_all_reference_folders = Hledání nelze spustit, pokud jsou všechny adresáře nastaveny jako referenční složky
405406
searching_for_data = Vyhledávání dat může chvíli trvat, prosím čekejte...
406407
text_view_messages = ZPRÁVY
407408
text_view_warnings = VAROVÁNÍ

czkawka_gui/i18n/de/czkawka_gui.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ saving_loading_not_valid = Einstellung "{ $data }" existiert nicht in der aktuel
401401
invalid_symlink_infinite_recursion = Endlose Rekursion
402402
invalid_symlink_non_existent_destination = Nicht existierende Zieldatei
403403
# Other
404+
selected_all_reference_folders = Suche kann nicht gestartet werden, wenn alle Verzeichnisse als Referenzordner gesetzt sind
404405
searching_for_data = Suche nach Daten, es kann eine Weile dauern, bitte warten...
405406
text_view_messages = NACHRICHT
406407
text_view_warnings = WARNUNGEN

czkawka_gui/i18n/es/czkawka_gui.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ saving_loading_not_valid = La configuración "{ $data }" no existe en la versió
402402
invalid_symlink_infinite_recursion = Recursión infinita
403403
invalid_symlink_non_existent_destination = Archivo de destino inexistente
404404
# Other
405+
selected_all_reference_folders = No se puede iniciar la búsqueda, cuando todos los directorios están establecidos como carpetas de referencia
405406
searching_for_data = Buscando datos, puede tardar un tiempo, por favor espere...
406407
text_view_messages = MENSAJES
407408
text_view_warnings = ADVERTENCIA

czkawka_gui/i18n/fr/czkawka_gui.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ saving_loading_not_valid = Le paramètre «{ $data }» n'existe pas dans la vers
402402
invalid_symlink_infinite_recursion = Récursion infinie
403403
invalid_symlink_non_existent_destination = Fichier de destination inexistant
404404
# Other
405+
selected_all_reference_folders = Impossible de lancer la recherche, quand tous les répertoires sont définis comme des répertoires de référence
405406
searching_for_data = Recherche de données, cela peut prendre un certain temps, veuillez patienter...
406407
text_view_messages = MESSAGES
407408
text_view_warnings = ATTENTIONS

czkawka_gui/i18n/it/czkawka_gui.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ saving_loading_not_valid = L'impostazione "{ $data }" non esiste nella versione
401401
invalid_symlink_infinite_recursion = Ricorsione infinita
402402
invalid_symlink_non_existent_destination = File di destinazione inesistente
403403
# Other
404+
selected_all_reference_folders = Impossibile avviare la ricerca, quando tutte le directory sono impostate come cartelle di riferimento
404405
searching_for_data = Ricerca dei dati, può durare a lungo, attendere prego...
405406
text_view_messages = MESSAGGI
406407
text_view_warnings = ATTENZIONE

czkawka_gui/i18n/ja/czkawka_gui.ftl

+12-11
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,27 @@ duplicate_check_method_tooltip =
4343
4444
ハッシュ - 同じ内容のファイルを探します。ファイルをハッシュ化して比較することにより重複を見つけます。このモードは、重複を見つけるための最も安全な方法です。このツールはキャッシュを多用するので、同じデータの2回目以降のスキャンは最初の時よりずっと速くなるはずです。
4545
image_hash_size_tooltip =
46-
Each checked image produce special hash which can be compared with every other, and small difference between them means that this images are similar.
46+
チェックした画像はそれぞれ特別なハッシュを生成し、そのハッシュを比較することで、両者の差が小さいほど、この画像は類似していることを意味します。
4747
48-
8 hash size is quite good to find images that are only little similar to original. With bigger set of images(>1000) will produce big amount of false positives, so I recommend to use for such amount bigger hash size.
48+
8のハッシュサイズは、オリジナルに少ししか似ていない画像を見つけるのにかなり適しています。しかし、1000枚を超えるような大きな画像では、誤検出が多くなるため、より大きなハッシュサイズを使用することをお勧めします。
4949
50-
16 is default hash size which is quite good compromise between finding even a little similar images and having small amount of hash collisions.
50+
16はデフォルトのハッシュサイズであり、少しでも類似した画像を見つけることとハッシュの衝突を少なくすることの間でかなり良い妥協点です。
5151
52-
32 and 64 hashes finds only very similar images, but almost should not have any false positives(maybe except some images with alpha channel).
52+
32と64のハッシュは非常に類似した画像しか見つけられませんが、誤検出はほとんどありません(アルファチャンネルのある一部の画像を除いて)。
5353
image_resize_filter_tooltip =
54-
To compute hash of image, library must first resize it.
54+
画像のハッシュを計算するために、ライブラリはまず画像のサイズを変更する必要があります。
5555
56-
Depend on chosen algorithm, resulted image used to calculate hash will may looks little different.
56+
選択されたアルゴリズムによって、ハッシュを計算するために使用される画像は少し違って見えるかもしれません。
5757
58-
The fastest algorithm to use, but also one which gives the worst results is Nearest, it is enabled by default, because with 16x16 hash size, lower quality it is not really visible.
58+
最も高速なアルゴリズムは Nearest ですが、最も悪い結果を出すのも Nearest です。
5959
60-
With 8x8 hash size is recommended to use different algorithm than Nearest, to have better groups of images.
60+
8x8のハッシュサイズでは、より良い画像群を得るために、Nearestとは異なるアルゴリズムを使用することが推奨されます。
6161
image_hash_alg_tooltip =
62-
Users can choose from one of many algorithms of calculating the hash.
62+
ハッシュの計算方法は、多くのアルゴリズムの中からユーザーが選択することができます。
6363
64-
Each has both strong and weaker points and will sometimes give better and sometimes worse results for different images.
64+
それぞれ長所と短所があり、画像によって良い結果が出る場合もあれば、悪い結果が出る場合もあります。
6565
66-
So, to determine the best one for you, manual testing is required.
66+
そのため、最適なものを見極めるには、手動でのテストが必要です。
6767
big_files_mode_combobox_tooltip = 最小/最大のファイルを検索できます
6868
big_files_mode_label = チェックされたファイル
6969
big_files_mode_smallest_combo_box = 最も小さい
@@ -402,6 +402,7 @@ saving_loading_not_valid = 設定 "{ $data }" は現在のバージョンのア
402402
invalid_symlink_infinite_recursion = 無限再帰性
403403
invalid_symlink_non_existent_destination = 保存先ファイルが存在しません
404404
# Other
405+
selected_all_reference_folders = すべてのディレクトリが参照フォルダとして設定されている場合、検索を開始できません
405406
searching_for_data = データを検索中、しばらくお待ちください...
406407
text_view_messages = メッセージ
407408
text_view_warnings = 警告

0 commit comments

Comments
 (0)