mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
Add Korean translation
This commit is contained in:
parent
b8b099273f
commit
2837bd42c6
1 changed files with 151 additions and 0 deletions
151
app/src/main/res/values-ko-rKR/strings.xml
Normal file
151
app/src/main/res/values-ko-rKR/strings.xml
Normal file
|
@ -0,0 +1,151 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">심플 갤러리</string>
|
||||||
|
<string name="app_launcher_name">갤러리</string>
|
||||||
|
<string name="edit">수정</string>
|
||||||
|
<string name="open_camera">카메라 열기</string>
|
||||||
|
<string name="hidden">(숨기기)</string>
|
||||||
|
<string name="pin_folder">폴더 고정</string>
|
||||||
|
<string name="unpin_folder">폴더 고정 해제</string>
|
||||||
|
<string name="show_all">모든 폴더의 컨텐츠 보기</string>
|
||||||
|
<string name="all_folders">모든 폴더</string>
|
||||||
|
<string name="folder_view">폴더 보기로 변경</string>
|
||||||
|
<string name="other_folder">다른 폴더</string>
|
||||||
|
<string name="show_on_map">지도에서 보기</string>
|
||||||
|
<string name="unknown_location">위치정보 없음</string>
|
||||||
|
<string name="no_map_application">연결 가능한 지도 애플리케이션이 없습니다.</string>
|
||||||
|
<string name="no_camera_app_found">연결 가능한 카메라 애플리케이션이 없습니다.</string>
|
||||||
|
<string name="increase_column_count">썸네일 그리드 늘리기</string>
|
||||||
|
<string name="reduce_column_count">썸네일 그리드 줄이기</string>
|
||||||
|
<string name="change_cover_image">Change cover image</string>
|
||||||
|
<string name="select_photo">사진 선택</string>
|
||||||
|
<string name="use_default">Use default</string>
|
||||||
|
<string name="volume">볼륨</string>
|
||||||
|
<string name="brightness">밝기</string>
|
||||||
|
<string name="do_not_ask_again">다시 물어보지 않음</string>
|
||||||
|
<string name="lock_orientation">사진회전 잠금</string>
|
||||||
|
<string name="unlock_orientation">사진회전 해제</string>
|
||||||
|
|
||||||
|
<!-- Filter -->
|
||||||
|
<string name="filter_media">미디어 필터 설정</string>
|
||||||
|
<string name="images">이미지</string>
|
||||||
|
<string name="videos">비디오</string>
|
||||||
|
<string name="gifs">GIFs</string>
|
||||||
|
<string name="no_media_with_filters">설정된 필터와 일치하는 컨텐츠가 존재하지 않습니다.</string>
|
||||||
|
<string name="change_filters_underlined"><u>필터 변경</u></string>
|
||||||
|
|
||||||
|
<!-- Hide / Exclude -->
|
||||||
|
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden items\' option in Settings. Continue?</string>
|
||||||
|
<string name="exclude">Exclude</string>
|
||||||
|
<string name="excluded_folders">Excluded folders</string>
|
||||||
|
<string name="manage_excluded_folders">Manage excluded folders</string>
|
||||||
|
<string name="exclude_folder_description">This will exclude the selection together with its subfolders from Simple Gallery only. You can manage excluded folders in Settings.</string>
|
||||||
|
<string name="exclude_folder_parent">Exclude a parent instead?</string>
|
||||||
|
<string name="excluded_activity_placeholder">Excluding folders will make them together with their subfolders hidden just in Simple Gallery, they will still be visible in other applications.\n\nIf you want to hide them from other apps too, use the Hide function.</string>
|
||||||
|
<string name="remove_all">Remove all</string>
|
||||||
|
<string name="remove_all_description">Remove all folders from the list of excluded? This will not delete the folders.</string>
|
||||||
|
|
||||||
|
<!-- Include folders -->
|
||||||
|
<string name="include_folders">Included folders</string>
|
||||||
|
<string name="manage_included_folders">Manage included folders</string>
|
||||||
|
<string name="add_folder">Add folder</string>
|
||||||
|
<string name="included_activity_placeholder">If you have some folders which contain media, but were not recognized by the app, you can add them manually here.\n\nAdding some items here will not exclude any other folder.</string>
|
||||||
|
|
||||||
|
<!-- Resizing -->
|
||||||
|
<string name="resize">Resize</string>
|
||||||
|
<string name="resize_and_save">Resize selection and save</string>
|
||||||
|
<string name="width">Width</string>
|
||||||
|
<string name="height">Height</string>
|
||||||
|
<string name="keep_aspect_ratio">Keep aspect ratio</string>
|
||||||
|
<string name="invalid_values">Please enter a valid resolution</string>
|
||||||
|
|
||||||
|
<!-- Editor -->
|
||||||
|
<string name="editor">Editor</string>
|
||||||
|
<string name="save">Save</string>
|
||||||
|
<string name="rotate">Rotate</string>
|
||||||
|
<string name="path">Path</string>
|
||||||
|
<string name="invalid_image_path">Invalid image path</string>
|
||||||
|
<string name="image_editing_failed">Image editing failed</string>
|
||||||
|
<string name="edit_image_with">Edit image with:</string>
|
||||||
|
<string name="no_editor_found">No image editor found</string>
|
||||||
|
<string name="unknown_file_location">Unknown file location</string>
|
||||||
|
<string name="error_saving_file">Could not overwrite the source file</string>
|
||||||
|
<string name="rotate_left">Rotate left</string>
|
||||||
|
<string name="rotate_right">Rotate right</string>
|
||||||
|
<string name="rotate_one_eighty">Rotate by 180º</string>
|
||||||
|
<string name="flip">Flip</string>
|
||||||
|
<string name="flip_horizontally">Flip horizontally</string>
|
||||||
|
<string name="flip_vertically">Flip vertically</string>
|
||||||
|
<string name="edit_with">Edit with</string>
|
||||||
|
|
||||||
|
<!-- Set wallpaper -->
|
||||||
|
<string name="simple_wallpaper">Simple Wallpaper</string>
|
||||||
|
<string name="set_as_wallpaper">Set as Wallpaper</string>
|
||||||
|
<string name="set_as_wallpaper_failed">Setting as Wallpaper failed</string>
|
||||||
|
<string name="set_as_wallpaper_with">Set as wallpaper with:</string>
|
||||||
|
<string name="no_capable_app_found">No app capable of it has been found</string>
|
||||||
|
<string name="setting_wallpaper">Setting wallpaper…</string>
|
||||||
|
<string name="wallpaper_set_successfully">Wallpaper set successfully</string>
|
||||||
|
<string name="portrait_aspect_ratio">Portrait aspect ratio</string>
|
||||||
|
<string name="landscape_aspect_ratio">Landscape aspect ratio</string>
|
||||||
|
<string name="home_screen">Home screen</string>
|
||||||
|
<string name="lock_screen">Lock screen</string>
|
||||||
|
<string name="home_and_lock_screen">Home and lock screen</string>
|
||||||
|
|
||||||
|
<!-- Slideshow -->
|
||||||
|
<string name="slideshow">Slideshow</string>
|
||||||
|
<string name="interval">Interval (seconds):</string>
|
||||||
|
<string name="include_photos">Include photos</string>
|
||||||
|
<string name="include_videos">Include videos</string>
|
||||||
|
<string name="include_gifs">Include GIFs</string>
|
||||||
|
<string name="random_order">Random order</string>
|
||||||
|
<string name="use_fade">Use fade animations</string>
|
||||||
|
<string name="move_backwards">Move backwards</string>
|
||||||
|
<string name="loop_slideshow">Loop slideshow</string>
|
||||||
|
<string name="slideshow_ended">The slideshow ended</string>
|
||||||
|
<string name="no_media_for_slideshow">No media for the slideshow have been found</string>
|
||||||
|
|
||||||
|
<!-- View types -->
|
||||||
|
<string name="change_view_type">Change view type</string>
|
||||||
|
<string name="grid">Grid</string>
|
||||||
|
<string name="list">List</string>
|
||||||
|
|
||||||
|
<!-- Settings -->
|
||||||
|
<string name="autoplay_videos">Play videos automatically</string>
|
||||||
|
<string name="toggle_filename">Toggle filename visibility</string>
|
||||||
|
<string name="loop_videos">Loop videos</string>
|
||||||
|
<string name="animate_gifs">Animate GIFs at thumbnails</string>
|
||||||
|
<string name="max_brightness">Max brightness when viewing media</string>
|
||||||
|
<string name="crop_thumbnails">Crop thumbnails into squares</string>
|
||||||
|
<string name="screen_rotation_by">Rotate fullscreen media by</string>
|
||||||
|
<string name="screen_rotation_system_setting">System setting</string>
|
||||||
|
<string name="screen_rotation_device_rotation">Device rotation</string>
|
||||||
|
<string name="screen_rotation_aspect_ratio">Aspect ratio</string>
|
||||||
|
<string name="dark_background_at_fullscreen">Dark background at fullscreen media</string>
|
||||||
|
<string name="scroll_thumbnails_horizontally">Scroll thumbnails horizontally</string>
|
||||||
|
<string name="hide_system_ui_at_fullscreen">Automatically hide system UI at fullscreen media</string>
|
||||||
|
<string name="delete_empty_folders">Delete empty folders after deleting their content</string>
|
||||||
|
<string name="allow_video_gestures">Allow controlling video volume and brightness with vertical gestures</string>
|
||||||
|
<string name="show_media_count">Show folder media count on the main view</string>
|
||||||
|
<string name="replace_share_with_rotate">Replace Share with Rotate at fullscreen menu</string>
|
||||||
|
<string name="show_extended_details">Show extended details over fullscreen media</string>
|
||||||
|
<string name="manage_extended_details">Manage extended details</string>
|
||||||
|
|
||||||
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
|
<!-- Short description has to have less than 80 chars -->
|
||||||
|
<string name="app_short_description">A gallery for viewing photos and videos without ads.</string>
|
||||||
|
<string name="app_long_description">
|
||||||
|
A simple tool usable for viewing photos and videos. Items can be sorted by date, size, name both ascending or descending, photos can be zoomed in. Media files are shown in multiple columns depending on the size of the display, you can change the column count by pinch gestures. They can be renamed, shared, deleted, copied, moved. Images can also be cropped, rotated, flipped or set as Wallpaper directly from the app.
|
||||||
|
|
||||||
|
The Gallery is also offered for third party usage for previewing images / videos, adding attachments at email clients etc. It\'s perfect for everyday usage.
|
||||||
|
|
||||||
|
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
|
||||||
|
|
||||||
|
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Haven't found some strings? There's more at
|
||||||
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
|
-->
|
||||||
|
</resources>
|
Loading…
Reference in a new issue