comparison config/locales/th.yml @ 442:753f1380d6bc cannam

Merge from branch "redmine-1.2"
author Chris Cannam
date Mon, 06 Jun 2011 14:41:04 +0100
parents eeebe205a056 cbce1fd3b1b7
children 5e80956cc792
comparison
equal deleted inserted replaced
252:adc8466df404 442:753f1380d6bc
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: [ :year, :month, :day ] 19 order:
20 - :year
21 - :month
22 - :day
20 23
21 time: 24 time:
22 formats: 25 formats:
23 default: "%a, %d %b %Y %H:%M:%S %z" 26 default: "%a, %d %b %Y %H:%M:%S %z"
24 time: "%H:%M" 27 time: "%H:%M"
236 field_attr_firstname: ชื่อ attribute 239 field_attr_firstname: ชื่อ attribute
237 field_attr_lastname: นามสกุล attribute 240 field_attr_lastname: นามสกุล attribute
238 field_attr_mail: อีเมล์ attribute 241 field_attr_mail: อีเมล์ attribute
239 field_onthefly: สร้างผู้ใช้ทันที 242 field_onthefly: สร้างผู้ใช้ทันที
240 field_start_date: เริ่ม 243 field_start_date: เริ่ม
241 field_done_ratio: % สำเร็จ 244 field_done_ratio: "% สำเร็จ"
242 field_auth_source: วิธีการยืนยันตัวตน 245 field_auth_source: วิธีการยืนยันตัวตน
243 field_hide_mail: ซ่อนอีเมล์ของฉัน 246 field_hide_mail: ซ่อนอีเมล์ของฉัน
244 field_comments: ความเห็น 247 field_comments: ความเห็น
245 field_url: URL 248 field_url: URL
246 field_start_page: หน้าเริ่มต้น 249 field_start_page: หน้าเริ่มต้น
728 setting_mail_handler_api_enabled: Enable WS for incoming emails 731 setting_mail_handler_api_enabled: Enable WS for incoming emails
729 setting_mail_handler_api_key: API key 732 setting_mail_handler_api_key: API key
730 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them." 733 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/configuration.yml and restart the application to enable them."
731 field_parent_title: Parent page 734 field_parent_title: Parent page
732 label_issue_watchers: Watchers 735 label_issue_watchers: Watchers
733 setting_commit_logs_encoding: Commit messages encoding
734 button_quote: Quote 736 button_quote: Quote
735 setting_sequential_project_identifiers: Generate sequential project identifiers 737 setting_sequential_project_identifiers: Generate sequential project identifiers
736 notice_unable_delete_version: Unable to delete version 738 notice_unable_delete_version: Unable to delete version
737 label_renamed: renamed 739 label_renamed: renamed
738 label_copied: copied 740 label_copied: copied
936 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 938 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
937 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text 939 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
938 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. 940 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
939 label_my_queries: My custom queries 941 label_my_queries: My custom queries
940 text_journal_changed_no_detail: "%{label} updated" 942 text_journal_changed_no_detail: "%{label} updated"
943 label_news_comment_added: Comment added to a news
944 button_expand_all: Expand all
945 button_collapse_all: Collapse all
946 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
947 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
948 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
949 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
950 label_role_anonymous: Anonymous
951 label_role_non_member: Non member
952 label_issue_note_added: Note added
953 label_issue_status_updated: Status updated
954 label_issue_priority_updated: Priority updated
955 label_issues_visibility_own: Issues created by or assigned to the user
956 field_issues_visibility: Issues visibility
957 label_issues_visibility_all: All issues
958 permission_set_own_issues_private: Set own issues public or private
959 field_is_private: Private
960 permission_set_issues_private: Set issues public or private
961 label_issues_visibility_public: All non private issues
962 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
963 field_commit_logs_encoding: Commit messages encoding
964 field_scm_path_encoding: Path encoding
965 text_scm_path_encoding_note: "Default: UTF-8"
966 field_path_to_repository: Path to repository
967 field_root_directory: Root directory
968 field_cvs_module: Module
969 field_cvsroot: CVSROOT
970 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
971 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
972 text_scm_command: Command
973 text_scm_command_version: Version
974 label_git_report_last_commit: Report last commit for files and directories
975 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
976 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.