comparison config/locales/th.yml @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 051f544170fe
children 753f1380d6bc cbb26bc654de
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
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: หน้าเริ่มต้น
727 setting_mail_handler_api_enabled: Enable WS for incoming emails 730 setting_mail_handler_api_enabled: Enable WS for incoming emails
728 setting_mail_handler_api_key: API key 731 setting_mail_handler_api_key: API key
729 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." 732 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."
730 field_parent_title: Parent page 733 field_parent_title: Parent page
731 label_issue_watchers: Watchers 734 label_issue_watchers: Watchers
732 setting_commit_logs_encoding: Commit messages encoding
733 button_quote: Quote 735 button_quote: Quote
734 setting_sequential_project_identifiers: Generate sequential project identifiers 736 setting_sequential_project_identifiers: Generate sequential project identifiers
735 notice_unable_delete_version: Unable to delete version 737 notice_unable_delete_version: Unable to delete version
736 label_renamed: renamed 738 label_renamed: renamed
737 label_copied: copied 739 label_copied: copied
935 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 937 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
936 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text 938 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
937 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. 939 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
938 label_my_queries: My custom queries 940 label_my_queries: My custom queries
939 text_journal_changed_no_detail: "%{label} updated" 941 text_journal_changed_no_detail: "%{label} updated"
942 label_news_comment_added: Comment added to a news
943 button_expand_all: Expand all
944 button_collapse_all: Collapse all
945 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
946 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
947 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
948 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
949 label_role_anonymous: Anonymous
950 label_role_non_member: Non member
951 label_issue_note_added: Note added
952 label_issue_status_updated: Status updated
953 label_issue_priority_updated: Priority updated
954 label_issues_visibility_own: Issues created by or assigned to the user
955 field_issues_visibility: Issues visibility
956 label_issues_visibility_all: All issues
957 permission_set_own_issues_private: Set own issues public or private
958 field_is_private: Private
959 permission_set_issues_private: Set issues public or private
960 label_issues_visibility_public: All non private issues
961 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
962 field_commit_logs_encoding: Commit messages encoding
963 field_scm_path_encoding: Path encoding
964 text_scm_path_encoding_note: "Default: UTF-8"
965 field_path_to_repository: Path to repository
966 field_root_directory: Root directory
967 field_cvs_module: Module
968 field_cvsroot: CVSROOT
969 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
970 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
971 text_scm_command: Command
972 text_scm_command_version: Version
973 label_git_report_last_commit: Report last commit for files and directories
974 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
975 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.