diff --git a/resources/lang/ko/app.php b/resources/lang/ko/app.php new file mode 100644 index 00000000..f4149b26 --- /dev/null +++ b/resources/lang/ko/app.php @@ -0,0 +1,120 @@ + '시스템', + 'settings.appearance' => '외관', + 'settings.miscellaneous' => '잡동사니', + 'settings.support' => '지원', + 'settings.donate' => '기부', + + 'settings.version' => '버전', + 'settings.background_image' => '배경 이미지', + 'settings.window_target' => '다음에서 링크 열기', + 'settings.window_target.current' => '현재 탭에서 열기', + 'settings.window_target.one' => '같은 탭에서 열기', + 'settings.window_target.new' => '새 탭에서 열기', + 'settings.homepage_search' => '홈페이지 검색', + 'settings.search_provider' => '기본 검색 제공자', + 'settings.language' => '언어', + 'settings.reset' => '기본값으로 되돌리기', + 'settings.remove' => '제거', + 'settings.search' => '검색', + 'settings.no_items' => '항목을 찾을 수 없음', + + + 'settings.label' => '레이블', + 'settings.value' => '값', + 'settings.edit' => '편집', + 'settings.view' => '보기', + + 'options.none' => '- 구성되지 않음 -', + 'options.google' => 'Google', + 'options.ddg' => 'DuckDuckGo', + 'options.bing' => 'Bing', + 'options.qwant' => 'Qwant', + 'options.startpage' => '시작 페이지', + 'options.yes' => '예', + 'options.no' => '아니요', + 'options.nzbhydra' => 'NZBHydra', + 'options.jackett' => 'Jackett', + + 'buttons.save' => '저장', + 'buttons.cancel' => '취소', + 'buttons.add' => '추가', + 'buttons.upload' => '아이콘 업로드', + 'buttons.downloadapps' => '앱 목록 업데이트', + + 'dash.pin_item' => '대시보드에 항목 고정', + 'dash.no_apps' => '현재 고정된 응용 프로그램 없음, :link1 혹은 :link2', + 'dash.link1' => '여기에 앱 추가', + 'dash.link2' => '대시에 항목 고정', + 'dash.pinned_items' => '고정된 항목', + + 'apps.app_list' => '앱 목록', + 'apps.view_trash' => '휴지통 보기', + 'apps.add_application' => '앱 추가', + 'apps.application_name' => '앱 이름', + 'apps.colour' => '색상', + 'apps.icon' => '아이콘', + 'apps.pinned' => '고정됨', + 'apps.title' => '제목', + 'apps.hex' => '16진수 색상', + 'apps.username' => '사용자 이름', + 'apps.password' => '암호', + 'apps.config' => '설정', + 'apps.apikey' => 'API 키', + 'apps.enable' => '활성화', + 'apps.tag_list' => '태그 목록', + 'apps.add_tag' => '태그 추가', + 'apps.tag_name' => '태그 이름', + 'apps.tags' => '태그', + 'apps.override' => '기본 URL과 다른 경우', + 'apps.preview' => '미리보기', + 'apps.apptype' => '앱 형식', + + 'dashboard' => '홈 대시보드', + + 'user.user_list' => '사용자', + 'user.add_user' => '사용자 추가', + 'user.username' => '사용자 이름', + 'user.avatar' => '아바타', + 'user.email' => '전자 메일', + 'user.password_confirm' => '암호 확인', + 'user.secure_front' => 'Allow public access to front - Only enforced if a password is set.', + 'user.autologin' => 'Allow logging in from a specific URL. Anyone with the link can login.', + + 'url' => 'URL', + 'title' => '제목', + 'delete' => '제거', + 'optional' => '선택적', + 'restore' => '복원', + + 'alert.success.item_created' => '항목을 성공적으로 만들었습니다', + 'alert.success.item_updated' => '항목을 성공적으로 업데이트했습니다', + 'alert.success.item_deleted' => '항목을 성공적으로 제거했습니다', + 'alert.success.item_restored' => '항목을 성공적으로 복원했습니다', + 'alert.success.updating' => '앱 목록 업데이트 중', + + 'alert.success.tag_created' => '태그를 성공적으로 만들었습니다', + 'alert.success.tag_updated' => '태그를 성공적으로 업데이트했습니다', + 'alert.success.tag_deleted' => '태그를 성공적으로 제거했습니다', + 'alert.success.tag_restored' => '태그를 성공적으로 복원했습니다', + + 'alert.success.setting_updated' => '설정을 성공적으로 수정했습니다', + 'alert.error.not_exist' => '이 설정은 존재하지 않습니다.', + + 'alert.success.user_created' => '사용자를 성공적으로 만들었습니다', + 'alert.success.user_updated' => '사용자를 성공적으로 업데이트했습니다', + 'alert.success.user_deleted' => '사용자를 성공적으로 제거했습니다', + 'alert.success.user_restored' => '사용자를 성공적으로 복원했습니다', + + +]; diff --git a/resources/lang/ko/auth.php b/resources/lang/ko/auth.php new file mode 100644 index 00000000..e5506df2 --- /dev/null +++ b/resources/lang/ko/auth.php @@ -0,0 +1,19 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +]; diff --git a/resources/lang/ko/pagination.php b/resources/lang/ko/pagination.php new file mode 100644 index 00000000..6c070773 --- /dev/null +++ b/resources/lang/ko/pagination.php @@ -0,0 +1,19 @@ + '« 이전', + 'next' => '다음 »', + +]; diff --git a/resources/lang/ko/passwords.php b/resources/lang/ko/passwords.php new file mode 100644 index 00000000..657b4dbc --- /dev/null +++ b/resources/lang/ko/passwords.php @@ -0,0 +1,22 @@ + '암호는 6자 이상이어야 하며 확인란과 서로 일치해야 합니다.', + 'reset' => '암호가 재설정되었습니다!', + 'sent' => '암호 재설정 링크를 전자 메일로 전송했습니다!', + 'token' => '이 암호 재설정 토큰은 잘못되었습니다.', + 'user' => "해당 이메일 주소를 가진 사용자를 찾을 수 없습니다.", + +]; diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php new file mode 100644 index 00000000..edc036dd --- /dev/null +++ b/resources/lang/ko/validation.php @@ -0,0 +1,121 @@ + 'The :attribute must be accepted.', + 'active_url' => 'The :attribute is not a valid URL.', + 'after' => 'The :attribute must be a date after :date.', + 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'alpha' => 'The :attribute may only contain letters.', + 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', + 'alpha_num' => 'The :attribute may only contain letters and numbers.', + 'array' => 'The :attribute must be an array.', + 'before' => 'The :attribute must be a date before :date.', + 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'between' => [ + 'numeric' => 'The :attribute must be between :min and :max.', + 'file' => 'The :attribute must be between :min and :max kilobytes.', + 'string' => 'The :attribute must be between :min and :max characters.', + 'array' => 'The :attribute must have between :min and :max items.', + ], + 'boolean' => 'The :attribute field must be true or false.', + 'confirmed' => 'The :attribute confirmation does not match.', + 'date' => 'The :attribute is not a valid date.', + 'date_format' => 'The :attribute does not match the format :format.', + 'different' => 'The :attribute and :other must be different.', + 'digits' => 'The :attribute must be :digits digits.', + 'digits_between' => 'The :attribute must be between :min and :max digits.', + 'dimensions' => 'The :attribute has invalid image dimensions.', + 'distinct' => 'The :attribute field has a duplicate value.', + 'email' => 'The :attribute must be a valid email address.', + 'exists' => 'The selected :attribute is invalid.', + 'file' => 'The :attribute must be a file.', + 'filled' => 'The :attribute field must have a value.', + 'image' => 'The :attribute must be an image.', + 'in' => 'The selected :attribute is invalid.', + 'in_array' => 'The :attribute field does not exist in :other.', + 'integer' => 'The :attribute must be an integer.', + 'ip' => 'The :attribute must be a valid IP address.', + 'ipv4' => 'The :attribute must be a valid IPv4 address.', + 'ipv6' => 'The :attribute must be a valid IPv6 address.', + 'json' => 'The :attribute must be a valid JSON string.', + 'max' => [ + 'numeric' => 'The :attribute may not be greater than :max.', + 'file' => 'The :attribute may not be greater than :max kilobytes.', + 'string' => 'The :attribute may not be greater than :max characters.', + 'array' => 'The :attribute may not have more than :max items.', + ], + 'mimes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'min' => [ + 'numeric' => 'The :attribute must be at least :min.', + 'file' => 'The :attribute must be at least :min kilobytes.', + 'string' => 'The :attribute must be at least :min characters.', + 'array' => 'The :attribute must have at least :min items.', + ], + 'not_in' => 'The selected :attribute is invalid.', + 'numeric' => 'The :attribute must be a number.', + 'present' => 'The :attribute field must be present.', + 'regex' => 'The :attribute format is invalid.', + 'required' => 'The :attribute field is required.', + 'required_if' => 'The :attribute field is required when :other is :value.', + 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_with' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_without' => 'The :attribute field is required when :values is not present.', + 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'same' => 'The :attribute and :other must match.', + 'size' => [ + 'numeric' => 'The :attribute must be :size.', + 'file' => 'The :attribute must be :size kilobytes.', + 'string' => 'The :attribute must be :size characters.', + 'array' => 'The :attribute must contain :size items.', + ], + 'string' => 'The :attribute must be a string.', + 'timezone' => 'The :attribute must be a valid zone.', + 'unique' => 'The :attribute has already been taken.', + 'uploaded' => 'The :attribute failed to upload.', + 'url' => 'The :attribute format is invalid.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +];