kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
2.5 KiB
49 lines
2.5 KiB
5 years ago
|
#-- copyright
|
||
|
#OpenProject PDF Export Plugin
|
||
|
#Copyright (C)2014 the OpenProject Foundation (OPF)
|
||
|
#This program is free software; you can redistribute it and/or modify it under
|
||
|
#the terms of the GNU General Public License version 3.
|
||
|
#This program is free software; you can redistribute it and/or
|
||
|
#modify it under the terms of the GNU General Public License
|
||
|
#as published by the Free Software Foundation; either version 2
|
||
|
#of the License, or (at your option) any later version.
|
||
|
#This program is distributed in the hope that it will be useful,
|
||
|
#but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
#GNU General Public License for more details.
|
||
|
#You should have received a copy of the GNU General Public License
|
||
|
#along with this program; if not, write to the Free Software
|
||
|
#Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||
|
#See doc/COPYRIGHT.md for more details.
|
||
|
#++
|
||
|
ko:
|
||
|
error_can_not_delete_export_card_configuration: "이 구성은 삭제할 수 없습니다"
|
||
|
error_can_not_change_name_of_default_configuration: "기본 구성의 이름은 변경할 수 없습니다."
|
||
|
label_backlogs_export_card_config_select: "내보내기 카드 구성 선택"
|
||
|
label_backlogs_export_card_export: "내보내기"
|
||
|
label_export_card_configuration_new: "새로운 내보내기 카드 구성"
|
||
|
label_export_card_configuration: "카드 구성 내보내기"
|
||
|
label_export_card_configuration_plural: "카드 구성 내보내기"
|
||
|
label_export_card_activate: "활성화"
|
||
|
label_export_card_deactivate: "비활성화"
|
||
|
notice_export_card_configuration_activated: "구성이 활성화됨"
|
||
|
notice_export_card_configuration_deactivated: "구성이 비활성화됨"
|
||
|
error_can_not_activate_export_card_configuration: "이 구성은 활성화할 수 없습니다"
|
||
|
error_can_not_deactivate_export_card_configuration: "이 구성은 비활성화할 수 없습니다"
|
||
|
validation_error_required_keys_not_present: "필요한 키가 없음:"
|
||
|
validation_error_yaml_is_badly_formed: "에는 유효한 YAML 형식이 없습니다."
|
||
|
validation_error_uknown_key: "알 수 없는 키:"
|
||
|
yaml_error: "YAML 오류:"
|
||
|
help_link_rows_format: "행 서식 지정"
|
||
|
export_config_per_page: "페이지당"
|
||
|
export_config_page_size: "페이지 크기"
|
||
|
export_config_orientation: "방향"
|
||
|
export_config_rows: "행"
|
||
|
activerecord:
|
||
|
attributes:
|
||
|
export_card_configuration:
|
||
|
rows: "행"
|
||
|
per_page: "페이지당"
|
||
|
page_size: "페이지 크기"
|
||
|
orientation: "방향"
|