comparison config/locales/th.yml @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents cbb26bc654de
children bb32da3bea34 622f24f53b42 261b3d9a4903
comparison
equal deleted inserted replaced
929:5f33065ddc4b 1115:433d4f72a19b
6 # When no format has been given, it uses default. 6 # When no format has been given, it uses default.
7 # You can provide other formats here if you like! 7 # You can provide other formats here if you like!
8 default: "%Y-%m-%d" 8 default: "%Y-%m-%d"
9 short: "%b %d" 9 short: "%b %d"
10 long: "%B %d, %Y" 10 long: "%B %d, %Y"
11 11
12 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday] 12 day_names: [Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday]
13 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat] 13 abbr_day_names: [Sun, Mon, Tue, Wed, Thu, Fri, Sat]
14 14
15 # Don't forget the nil at the beginning; there's no such thing as a 0th month 15 # Don't forget the nil at the beginning; there's no such thing as a 0th month
16 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] 16 month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
17 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] 17 abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
18 # Used in date_select and datime_select. 18 # Used in date_select and datime_select.
19 order: 19 order:
27 time: "%H:%M" 27 time: "%H:%M"
28 short: "%d %b %H:%M" 28 short: "%d %b %H:%M"
29 long: "%B %d, %Y %H:%M" 29 long: "%B %d, %Y %H:%M"
30 am: "am" 30 am: "am"
31 pm: "pm" 31 pm: "pm"
32 32
33 datetime: 33 datetime:
34 distance_in_words: 34 distance_in_words:
35 half_a_minute: "half a minute" 35 half_a_minute: "half a minute"
36 less_than_x_seconds: 36 less_than_x_seconds:
37 one: "less than 1 second" 37 one: "less than 1 second"
46 one: "1 minute" 46 one: "1 minute"
47 other: "%{count} minutes" 47 other: "%{count} minutes"
48 about_x_hours: 48 about_x_hours:
49 one: "about 1 hour" 49 one: "about 1 hour"
50 other: "about %{count} hours" 50 other: "about %{count} hours"
51 x_hours:
52 one: "1 hour"
53 other: "%{count} hours"
51 x_days: 54 x_days:
52 one: "1 day" 55 one: "1 day"
53 other: "%{count} days" 56 other: "%{count} days"
54 about_x_months: 57 about_x_months:
55 one: "about 1 month" 58 one: "about 1 month"
70 number: 73 number:
71 format: 74 format:
72 separator: "." 75 separator: "."
73 delimiter: "" 76 delimiter: ""
74 precision: 3 77 precision: 3
75 human: 78 human:
76 format: 79 format:
77 precision: 1 80 precision: 3
78 delimiter: "" 81 delimiter: ""
79 storage_units: 82 storage_units:
80 format: "%n %u" 83 format: "%n %u"
81 units: 84 units:
82 kb: KB 85 kb: KB
83 tb: TB 86 tb: TB
84 gb: GB 87 gb: GB
85 byte: 88 byte:
86 one: Byte 89 one: Byte
87 other: Bytes 90 other: Bytes
88 mb: MB 91 mb: MB
89 92
90 # Used in array.to_sentence. 93 # Used in array.to_sentence.
91 support: 94 support:
92 array: 95 array:
93 sentence_connector: "and" 96 sentence_connector: "and"
94 skip_last_comma: false 97 skip_last_comma: false
95 98
96 activerecord: 99 activerecord:
97 errors: 100 errors:
98 template: 101 template:
99 header: 102 header:
100 one: "1 error prohibited this %{model} from being saved" 103 one: "1 error prohibited this %{model} from being saved"
124 not_same_project: "ไม่ได้อยู่ในโครงการเดียวกัน" 127 not_same_project: "ไม่ได้อยู่ในโครงการเดียวกัน"
125 circular_dependency: "ความสัมพันธ์อ้างอิงเป็นวงกลม" 128 circular_dependency: "ความสัมพันธ์อ้างอิงเป็นวงกลม"
126 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" 129 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
127 130
128 actionview_instancetag_blank_option: กรุณาเลือก 131 actionview_instancetag_blank_option: กรุณาเลือก
129 132
130 general_text_No: 'ไม่' 133 general_text_No: 'ไม่'
131 general_text_Yes: 'ใช่' 134 general_text_Yes: 'ใช่'
132 general_text_no: 'ไม่' 135 general_text_no: 'ไม่'
133 general_text_yes: 'ใช่' 136 general_text_yes: 'ใช่'
134 general_lang_name: 'Thai (ไทย)' 137 general_lang_name: 'Thai (ไทย)'
135 general_csv_separator: ',' 138 general_csv_separator: ','
136 general_csv_decimal_separator: '.' 139 general_csv_decimal_separator: '.'
137 general_csv_encoding: Windows-874 140 general_csv_encoding: Windows-874
138 general_pdf_encoding: cp874 141 general_pdf_encoding: cp874
139 general_first_day_of_week: '1' 142 general_first_day_of_week: '1'
140 143
141 notice_account_updated: บัญชีได้ถูกปรับปรุงแล้ว. 144 notice_account_updated: บัญชีได้ถูกปรับปรุงแล้ว.
142 notice_account_invalid_creditentials: ชื้ผู้ใช้หรือรหัสผ่านไม่ถูกต้อง 145 notice_account_invalid_creditentials: ชื้ผู้ใช้หรือรหัสผ่านไม่ถูกต้อง
143 notice_account_password_updated: รหัสได้ถูกปรับปรุงแล้ว. 146 notice_account_password_updated: รหัสได้ถูกปรับปรุงแล้ว.
144 notice_account_wrong_password: รหัสผ่านไม่ถูกต้อง 147 notice_account_wrong_password: รหัสผ่านไม่ถูกต้อง
145 notice_account_register_done: บัญชีถูกสร้างแล้ว. กรุณาเช็คเมล์ แล้วคลิ๊กที่ลิงค์ในอีเมล์เพื่อเปิดใช้บัญชี 148 notice_account_register_done: บัญชีถูกสร้างแล้ว. กรุณาเช็คเมล์ แล้วคลิ๊กที่ลิงค์ในอีเมล์เพื่อเปิดใช้บัญชี
159 notice_feeds_access_key_reseted: RSS access key ของคุณถูก reset แล้ว. 162 notice_feeds_access_key_reseted: RSS access key ของคุณถูก reset แล้ว.
160 notice_failed_to_save_issues: "%{count} ปัญหาจาก %{total} ปัญหาที่ถูกเลือกไม่สามารถจัดเก็บ: %{ids}." 163 notice_failed_to_save_issues: "%{count} ปัญหาจาก %{total} ปัญหาที่ถูกเลือกไม่สามารถจัดเก็บ: %{ids}."
161 notice_no_issue_selected: "ไม่มีปัญหาที่ถูกเลือก! กรุณาเลือกปัญหาที่คุณต้องการแก้ไข." 164 notice_no_issue_selected: "ไม่มีปัญหาที่ถูกเลือก! กรุณาเลือกปัญหาที่คุณต้องการแก้ไข."
162 notice_account_pending: "บัญชีของคุณสร้างเสร็จแล้ว ขณะนี้รอการอนุมัติจากผู้บริหารจัดการ." 165 notice_account_pending: "บัญชีของคุณสร้างเสร็จแล้ว ขณะนี้รอการอนุมัติจากผู้บริหารจัดการ."
163 notice_default_data_loaded: ค่าเริ่มต้นโหลดเสร็จแล้ว. 166 notice_default_data_loaded: ค่าเริ่มต้นโหลดเสร็จแล้ว.
164 167
165 error_can_t_load_default_data: "ค่าเริ่มต้นโหลดไม่สำเร็จ: %{value}" 168 error_can_t_load_default_data: "ค่าเริ่มต้นโหลดไม่สำเร็จ: %{value}"
166 error_scm_not_found: "ไม่พบรุ่นที่ต้องการในแหล่งเก็บต้นฉบับ." 169 error_scm_not_found: "ไม่พบรุ่นที่ต้องการในแหล่งเก็บต้นฉบับ."
167 error_scm_command_failed: "เกิดความผิดพลาดในการเข้าถึงแหล่งเก็บต้นฉบับ: %{value}" 170 error_scm_command_failed: "เกิดความผิดพลาดในการเข้าถึงแหล่งเก็บต้นฉบับ: %{value}"
168 error_scm_annotate: "entry ไม่มีอยู่จริง หรือไม่สามารถเขียนหมายเหตุประกอบ." 171 error_scm_annotate: "entry ไม่มีอยู่จริง หรือไม่สามารถเขียนหมายเหตุประกอบ."
169 error_issue_not_found_in_project: 'ไม่พบปัญหานี้ หรือปัญหาไม่ได้อยู่ในโครงการนี้' 172 error_issue_not_found_in_project: 'ไม่พบปัญหานี้ หรือปัญหาไม่ได้อยู่ในโครงการนี้'
170 173
171 mail_subject_lost_password: "รหัสผ่าน %{value} ของคุณ" 174 mail_subject_lost_password: "รหัสผ่าน %{value} ของคุณ"
172 mail_body_lost_password: 'คลิ๊กที่ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่าน:' 175 mail_body_lost_password: 'คลิ๊กที่ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่าน:'
173 mail_subject_register: "เปิดบัญชี %{value} ของคุณ" 176 mail_subject_register: "เปิดบัญชี %{value} ของคุณ"
174 mail_body_register: 'คลิ๊กที่ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่าน:' 177 mail_body_register: 'คลิ๊กที่ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่าน:'
175 mail_body_account_information_external: "คุณสามารถใช้บัญชี %{value} เพื่อเข้าสู่ระบบ." 178 mail_body_account_information_external: "คุณสามารถใช้บัญชี %{value} เพื่อเข้าสู่ระบบ."
176 mail_body_account_information: ข้อมูลบัญชีของคุณ 179 mail_body_account_information: ข้อมูลบัญชีของคุณ
177 mail_subject_account_activation_request: "กรุณาเปิดบัญชี %{value}" 180 mail_subject_account_activation_request: "กรุณาเปิดบัญชี %{value}"
178 mail_body_account_activation_request: "ผู้ใช้ใหม่ (%{value}) ได้ลงทะเบียน. บัญชีของเขากำลังรออนุมัติ:" 181 mail_body_account_activation_request: "ผู้ใช้ใหม่ (%{value}) ได้ลงทะเบียน. บัญชีของเขากำลังรออนุมัติ:"
179 182
180 gui_validation_error: 1 ข้อผิดพลาด 183 gui_validation_error: 1 ข้อผิดพลาด
181 gui_validation_error_plural: "%{count} ข้อผิดพลาด" 184 gui_validation_error_plural: "%{count} ข้อผิดพลาด"
182 185
183 field_name: ชื่อ 186 field_name: ชื่อ
184 field_description: รายละเอียด 187 field_description: รายละเอียด
185 field_summary: สรุปย่อ 188 field_summary: สรุปย่อ
186 field_is_required: ต้องใส่ 189 field_is_required: ต้องใส่
187 field_firstname: ชื่อ 190 field_firstname: ชื่อ
261 field_column_names: สดมภ์ 264 field_column_names: สดมภ์
262 field_time_zone: ย่านเวลา 265 field_time_zone: ย่านเวลา
263 field_searchable: ค้นหาได้ 266 field_searchable: ค้นหาได้
264 field_default_value: ค่าเริ่มต้น 267 field_default_value: ค่าเริ่มต้น
265 field_comments_sorting: แสดงความเห็น 268 field_comments_sorting: แสดงความเห็น
266 269
267 setting_app_title: ชื่อโปรแกรม 270 setting_app_title: ชื่อโปรแกรม
268 setting_app_subtitle: ชื่อโปรแกรมรอง 271 setting_app_subtitle: ชื่อโปรแกรมรอง
269 setting_welcome_text: ข้อความต้อนรับ 272 setting_welcome_text: ข้อความต้อนรับ
270 setting_default_language: ภาษาเริ่มต้น 273 setting_default_language: ภาษาเริ่มต้น
271 setting_login_required: ต้องป้อนผู้ใช้-รหัสผ่าน 274 setting_login_required: ต้องป้อนผู้ใช้-รหัสผ่าน
292 setting_protocol: Protocol 295 setting_protocol: Protocol
293 setting_per_page_options: ตัวเลือกจำนวนต่อหน้า 296 setting_per_page_options: ตัวเลือกจำนวนต่อหน้า
294 setting_user_format: รูปแบบการแสดงชื่อผู้ใช้ 297 setting_user_format: รูปแบบการแสดงชื่อผู้ใช้
295 setting_activity_days_default: จำนวนวันที่แสดงในกิจกรรมของโครงการ 298 setting_activity_days_default: จำนวนวันที่แสดงในกิจกรรมของโครงการ
296 setting_display_subprojects_issues: แสดงปัญหาของโครงการย่อยในโครงการหลัก 299 setting_display_subprojects_issues: แสดงปัญหาของโครงการย่อยในโครงการหลัก
297 300
298 project_module_issue_tracking: การติดตามปัญหา 301 project_module_issue_tracking: การติดตามปัญหา
299 project_module_time_tracking: การใช้เวลา 302 project_module_time_tracking: การใช้เวลา
300 project_module_news: ข่าว 303 project_module_news: ข่าว
301 project_module_documents: เอกสาร 304 project_module_documents: เอกสาร
302 project_module_files: แฟ้ม 305 project_module_files: แฟ้ม
303 project_module_wiki: Wiki 306 project_module_wiki: Wiki
304 project_module_repository: ที่เก็บต้นฉบับ 307 project_module_repository: ที่เก็บต้นฉบับ
305 project_module_boards: กระดานข้อความ 308 project_module_boards: กระดานข้อความ
306 309
307 label_user: ผู้ใช้ 310 label_user: ผู้ใช้
308 label_user_plural: ผู้ใช้ 311 label_user_plural: ผู้ใช้
309 label_user_new: ผู้ใช้ใหม่ 312 label_user_new: ผู้ใช้ใหม่
310 label_project: โครงการ 313 label_project: โครงการ
311 label_project_new: โครงการใหม่ 314 label_project_new: โครงการใหม่
608 label_add_another_file: เพิ่มแฟ้มอื่นๆ 611 label_add_another_file: เพิ่มแฟ้มอื่นๆ
609 label_preferences: ค่าที่ชอบใจ 612 label_preferences: ค่าที่ชอบใจ
610 label_chronological_order: เรียงจากเก่าไปใหม่ 613 label_chronological_order: เรียงจากเก่าไปใหม่
611 label_reverse_chronological_order: เรียงจากใหม่ไปเก่า 614 label_reverse_chronological_order: เรียงจากใหม่ไปเก่า
612 label_planning: การวางแผน 615 label_planning: การวางแผน
613 616
614 button_login: เข้าระบบ 617 button_login: เข้าระบบ
615 button_submit: จัดส่งข้อมูล 618 button_submit: จัดส่งข้อมูล
616 button_save: จัดเก็บ 619 button_save: จัดเก็บ
617 button_check_all: เลือกทั้งหมด 620 button_check_all: เลือกทั้งหมด
618 button_uncheck_all: ไม่เลือกทั้งหมด 621 button_uncheck_all: ไม่เลือกทั้งหมด
646 button_change_password: เปลี่ยนรหัสผ่าน 649 button_change_password: เปลี่ยนรหัสผ่าน
647 button_copy: คัดลอก 650 button_copy: คัดลอก
648 button_annotate: หมายเหตุประกอบ 651 button_annotate: หมายเหตุประกอบ
649 button_update: ปรับปรุง 652 button_update: ปรับปรุง
650 button_configure: ปรับแต่ง 653 button_configure: ปรับแต่ง
651 654
652 status_active: เปิดใช้งานแล้ว 655 status_active: เปิดใช้งานแล้ว
653 status_registered: รอการอนุมัติ 656 status_registered: รอการอนุมัติ
654 status_locked: ล็อค 657 status_locked: ล็อค
655 658
656 text_select_mail_notifications: เลือกการกระทำที่ต้องการให้ส่งอีเมล์แจ้ง. 659 text_select_mail_notifications: เลือกการกระทำที่ต้องการให้ส่งอีเมล์แจ้ง.
657 text_regexp_info: ตัวอย่าง ^[A-Z0-9]+$ 660 text_regexp_info: ตัวอย่าง ^[A-Z0-9]+$
658 text_min_max_length_info: 0 หมายถึงไม่จำกัด 661 text_min_max_length_info: 0 หมายถึงไม่จำกัด
659 text_project_destroy_confirmation: คุณแน่ใจไหมว่าต้องการลบโครงการและข้อมูลที่เกี่ยวข้่อง ? 662 text_project_destroy_confirmation: คุณแน่ใจไหมว่าต้องการลบโครงการและข้อมูลที่เกี่ยวข้่อง ?
660 text_subprojects_destroy_warning: "โครงการย่อย: %{value} จะถูกลบด้วย." 663 text_subprojects_destroy_warning: "โครงการย่อย: %{value} จะถูกลบด้วย."
661 text_workflow_edit: เลือกบทบาทและการติดตาม เพื่อแก้ไขลำดับงาน 664 text_workflow_edit: เลือกบทบาทและการติดตาม เพื่อแก้ไขลำดับงาน
662 text_are_you_sure: คุณแน่ใจไหม ? 665 text_are_you_sure: คุณแน่ใจไหม ?
663 text_tip_issue_begin_day: งานที่เริ่มวันนี้ 666 text_tip_issue_begin_day: งานที่เริ่มวันนี้
664 text_tip_issue_end_day: งานที่จบวันนี้ 667 text_tip_issue_end_day: งานที่จบวันนี้
665 text_tip_issue_begin_end_day: งานที่เริ่มและจบวันนี้ 668 text_tip_issue_begin_end_day: งานที่เริ่มและจบวันนี้
666 text_project_identifier_info: 'ภาษาอังกฤษตัวเล็ก(a-z), ตัวเลข(0-9) และขีด (-) เท่านั้น.<br />เมื่อจัดเก็บแล้ว, ชื่อเฉพาะไม่สามารถเปลี่ยนแปลงได้'
667 text_caracters_maximum: "สูงสุด %{count} ตัวอักษร." 669 text_caracters_maximum: "สูงสุด %{count} ตัวอักษร."
668 text_caracters_minimum: "ต้องยาวอย่างน้อย %{count} ตัวอักษร." 670 text_caracters_minimum: "ต้องยาวอย่างน้อย %{count} ตัวอักษร."
669 text_length_between: "ความยาวระหว่าง %{min} ถึง %{max} ตัวอักษร." 671 text_length_between: "ความยาวระหว่าง %{min} ถึง %{max} ตัวอักษร."
670 text_tracker_no_workflow: ไม่ได้บัญญัติลำดับงานสำหรับการติดตามนี้ 672 text_tracker_no_workflow: ไม่ได้บัญญัติลำดับงานสำหรับการติดตามนี้
671 text_unallowed_characters: ตัวอักษรต้องห้าม 673 text_unallowed_characters: ตัวอักษรต้องห้าม
688 text_rmagick_available: RMagick มีให้ใช้ (เป็นตัวเลือก) 690 text_rmagick_available: RMagick มีให้ใช้ (เป็นตัวเลือก)
689 text_destroy_time_entries_question: "%{hours} ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?" 691 text_destroy_time_entries_question: "%{hours} ชั่วโมงที่ถูกแจ้งในปัญหานี้จะโดนลบ. คุณต้องการทำอย่างไร?"
690 text_destroy_time_entries: ลบเวลาที่รายงานไว้ 692 text_destroy_time_entries: ลบเวลาที่รายงานไว้
691 text_assign_time_entries_to_project: ระบุเวลาที่ใช้ในโครงการนี้ 693 text_assign_time_entries_to_project: ระบุเวลาที่ใช้ในโครงการนี้
692 text_reassign_time_entries: 'ระบุเวลาที่ใช้ในโครงการนี่อีกครั้ง:' 694 text_reassign_time_entries: 'ระบุเวลาที่ใช้ในโครงการนี่อีกครั้ง:'
693 695
694 default_role_manager: ผู้จัดการ 696 default_role_manager: ผู้จัดการ
695 default_role_developer: ผู้พัฒนา 697 default_role_developer: ผู้พัฒนา
696 default_role_reporter: ผู้รายงาน 698 default_role_reporter: ผู้รายงาน
697 default_tracker_bug: บั๊ก 699 default_tracker_bug: บั๊ก
698 default_tracker_feature: ลักษณะเด่น 700 default_tracker_feature: ลักษณะเด่น
710 default_priority_high: สูง 712 default_priority_high: สูง
711 default_priority_urgent: เร่งด่วน 713 default_priority_urgent: เร่งด่วน
712 default_priority_immediate: ด่วนมาก 714 default_priority_immediate: ด่วนมาก
713 default_activity_design: ออกแบบ 715 default_activity_design: ออกแบบ
714 default_activity_development: พัฒนา 716 default_activity_development: พัฒนา
715 717
716 enumeration_issue_priorities: ความสำคัญของปัญหา 718 enumeration_issue_priorities: ความสำคัญของปัญหา
717 enumeration_doc_categories: ประเภทเอกสาร 719 enumeration_doc_categories: ประเภทเอกสาร
718 enumeration_activities: กิจกรรม (ใช้ในการติดตามเวลา) 720 enumeration_activities: กิจกรรม (ใช้ในการติดตามเวลา)
719 label_and_its_subprojects: "%{value} and its subprojects" 721 label_and_its_subprojects: "%{value} and its subprojects"
720 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:" 722 mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
913 label_overall_spent_time: Overall spent time 915 label_overall_spent_time: Overall spent time
914 field_time_entries: Log time 916 field_time_entries: Log time
915 project_module_gantt: Gantt 917 project_module_gantt: Gantt
916 project_module_calendar: Calendar 918 project_module_calendar: Calendar
917 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" 919 button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}"
918 text_are_you_sure_with_children: Delete issue and all child issues?
919 field_text: Text field 920 field_text: Text field
920 label_user_mail_option_only_owner: Only for things I am the owner of 921 label_user_mail_option_only_owner: Only for things I am the owner of
921 setting_default_notification_option: Default notification option 922 setting_default_notification_option: Default notification option
922 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in 923 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
923 label_user_mail_option_only_assigned: Only for things I am assigned to 924 label_user_mail_option_only_assigned: Only for things I am assigned to
1001 setting_repositories_encodings: Attachments and repositories encodings 1002 setting_repositories_encodings: Attachments and repositories encodings
1002 description_all_columns: All Columns 1003 description_all_columns: All Columns
1003 button_export: Export 1004 button_export: Export
1004 label_export_options: "%{export_format} export options" 1005 label_export_options: "%{export_format} export options"
1005 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) 1006 error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size})
1007 notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}."
1008 label_x_issues:
1009 zero: 0 ปัญหา
1010 one: 1 ปัญหา
1011 other: "%{count} ปัญหา"
1012 label_repository_new: New repository
1013 field_repository_is_default: Main repository
1014 label_copy_attachments: Copy attachments
1015 label_item_position: "%{position}/%{count}"
1016 label_completed_versions: Completed versions
1017 text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1018 field_multiple: Multiple values
1019 setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed
1020 text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes
1021 text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten)
1022 notice_issue_update_conflict: The issue has been updated by an other user while you were editing it.
1023 text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link}
1024 permission_manage_related_issues: Manage related issues
1025 field_auth_source_ldap_filter: LDAP filter
1026 label_search_for_watchers: Search for watchers to add
1027 notice_account_deleted: Your account has been permanently deleted.
1028 setting_unsubscribe: Allow users to delete their own account
1029 button_delete_my_account: Delete my account
1030 text_account_destroy_confirmation: |-
1031 Are you sure you want to proceed?
1032 Your account will be permanently deleted, with no way to reactivate it.
1033 error_session_expired: Your session has expired. Please login again.
1034 text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours."
1035 setting_session_lifetime: Session maximum lifetime
1036 setting_session_timeout: Session inactivity timeout
1037 label_session_expiration: Session expiration
1038 permission_close_project: Close / reopen the project
1039 label_show_closed_projects: View closed projects
1040 button_close: Close
1041 button_reopen: Reopen
1042 project_status_active: active
1043 project_status_closed: closed
1044 project_status_archived: archived
1045 text_project_closed: This project is closed and read-only.
1046 notice_user_successful_create: User %{id} created.
1047 field_core_fields: Standard fields
1048 field_timeout: Timeout (in seconds)
1049 setting_thumbnails_enabled: Display attachment thumbnails
1050 setting_thumbnails_size: Thumbnails size (in pixels)
1051 label_status_transitions: Status transitions
1052 label_fields_permissions: Fields permissions
1053 label_readonly: Read-only
1054 label_required: Required
1055 text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.
1056 field_board_parent: Parent forum
1057 label_attribute_of_project: Project's %{name}
1058 label_attribute_of_author: Author's %{name}
1059 label_attribute_of_assigned_to: Assignee's %{name}
1060 label_attribute_of_fixed_version: Target version's %{name}
1061 label_copy_subtasks: Copy subtasks
1062 label_copied_to: copied to
1063 label_copied_from: copied from
1064 label_any_issues_in_project: any issues in project
1065 label_any_issues_not_in_project: any issues not in project
1066 field_private_notes: Private notes
1067 permission_view_private_notes: View private notes
1068 permission_set_notes_private: Set notes as private
1069 label_no_issues_in_project: no issues in project
1070 label_any: ทั้งหมด
1071 label_last_n_weeks: last %{count} weeks
1072 setting_cross_project_subtasks: Allow cross-project subtasks
1073 label_cross_project_descendants: With subprojects
1074 label_cross_project_tree: With project tree
1075 label_cross_project_hierarchy: With project hierarchy
1076 label_cross_project_system: With all projects
1077 button_hide: Hide
1078 setting_non_working_week_days: Non-working days
1079 label_in_the_next_days: in the next
1080 label_in_the_past_days: in the past