comparison config/locales/vi.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 0c939c159af4
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
156 156
157 # Don't forget the nil at the beginning; there's no such thing as a 0th month 157 # Don't forget the nil at the beginning; there's no such thing as a 0th month
158 month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"] 158 month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"]
159 abbr_month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"] 159 abbr_month_names: [~, "Tháng một", "Tháng hai", "Tháng ba", "Tháng tư", "Tháng năm", "Tháng sáu", "Tháng bảy", "Tháng tám", "Tháng chín", "Tháng mười", "Tháng mười một", "Tháng mười hai"]
160 # Used in date_select and datime_select. 160 # Used in date_select and datime_select.
161 order: [ :day, :month, :year ] 161 order:
162 - :day
163 - :month
164 - :year
162 165
163 time: 166 time:
164 formats: 167 formats:
165 default: "%a, %d %b %Y %H:%M:%S %z" 168 default: "%a, %d %b %Y %H:%M:%S %z"
166 time: "%H:%M" 169 time: "%H:%M"
342 setting_date_format: Định dạng ngày 345 setting_date_format: Định dạng ngày
343 setting_time_format: Định dạng giờ 346 setting_time_format: Định dạng giờ
344 setting_cross_project_issue_relations: Cho phép quan hệ chéo giữa các dự án 347 setting_cross_project_issue_relations: Cho phép quan hệ chéo giữa các dự án
345 setting_issue_list_default_columns: Default columns displayed on the issue list 348 setting_issue_list_default_columns: Default columns displayed on the issue list
346 setting_repositories_encodings: Repositories encodings 349 setting_repositories_encodings: Repositories encodings
347 setting_commit_logs_encoding: Commit messages encoding
348 setting_emails_footer: Chữ ký cuối thư 350 setting_emails_footer: Chữ ký cuối thư
349 setting_protocol: Giao thức 351 setting_protocol: Giao thức
350 setting_per_page_options: Objects per page options 352 setting_per_page_options: Objects per page options
351 setting_user_format: Định dạng hiển thị người dùng 353 setting_user_format: Định dạng hiển thị người dùng
352 setting_activity_days_default: Days displayed on project activity 354 setting_activity_days_default: Days displayed on project activity
989 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart 991 setting_gantt_items_limit: Maximum number of items displayed on the gantt chart
990 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text 992 field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text
991 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. 993 text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page.
992 label_my_queries: My custom queries 994 label_my_queries: My custom queries
993 text_journal_changed_no_detail: "%{label} updated" 995 text_journal_changed_no_detail: "%{label} updated"
996 label_news_comment_added: Comment added to a news
997 button_expand_all: Expand all
998 button_collapse_all: Collapse all
999 label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee
1000 label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author
1001 label_bulk_edit_selected_time_entries: Bulk edit selected time entries
1002 text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)?
1003 label_role_anonymous: Anonymous
1004 label_role_non_member: Non member
1005 label_issue_note_added: Note added
1006 label_issue_status_updated: Status updated
1007 label_issue_priority_updated: Priority updated
1008 label_issues_visibility_own: Issues created by or assigned to the user
1009 field_issues_visibility: Issues visibility
1010 label_issues_visibility_all: All issues
1011 permission_set_own_issues_private: Set own issues public or private
1012 field_is_private: Private
1013 permission_set_issues_private: Set issues public or private
1014 label_issues_visibility_public: All non private issues
1015 text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s).
1016 field_commit_logs_encoding: Commit messages encoding
1017 field_scm_path_encoding: Path encoding
1018 text_scm_path_encoding_note: "Default: UTF-8"
1019 field_path_to_repository: Path to repository
1020 field_root_directory: Root directory
1021 field_cvs_module: Module
1022 field_cvsroot: CVSROOT
1023 text_git_repository_note: Bare and local repository (e.g. /gitrepo, c:\gitrepo)
1024 text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo)
1025 text_scm_command: Command
1026 text_scm_command_version: Version
1027 label_git_report_last_commit: Report last commit for files and directories
1028 text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it.
1029 text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel.