~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/messages/vi/yii.php

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * @version $Id: $
17
17
 */
18
18
return array (
19
 
  '"{path}" is not a valid directory.' => '',
20
 
  '< Previous' => '',
21
 
  '<< First' => '',
22
 
  'Active Record requires a "db" CDbConnection application component.' => '',
23
 
  'Active record "{class}" has an invalid configuration for relation "{relation}". It must specify the relation type, the related active record class and the foreign key.' => '',
24
 
  'Active record "{class}" is trying to select an invalid column "{column}". Note, the column must exist in the table or be an expression with alias.' => '',
25
 
  'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => '',
26
 
  'Application base path "{path}" is not a valid directory.' => '',
27
 
  'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => '',
28
 
  'Authorization item "{item}" has already been assigned to user "{user}".' => '',
29
 
  'CApcCache requires PHP apc extension to be loaded.' => '',
30
 
  'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => '',
31
 
  'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => '',
32
 
  'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => '',
33
 
  'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => '',
34
 
  'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => '',
35
 
  'CDbCacheDependency.sql cannot be empty.' => '',
36
 
  'CDbCommand failed to execute the SQL statement: {error}' => '',
37
 
  'CDbCommand failed to prepare the SQL statement: {error}' => '',
38
 
  'CDbConnection does not support reading schema for {driver} database.' => '',
39
 
  'CDbConnection failed to open the DB connection: {error}' => '',
40
 
  'CDbConnection is inactive and cannot perform any DB operations.' => '',
41
 
  'CDbConnection.connectionString cannot be empty.' => '',
42
 
  'CDbDataReader cannot rewind. It is a forward-only reader.' => '',
43
 
  'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => '',
44
 
  'CDbLogRoute requires database table "{table}" to store log messages.' => '',
45
 
  'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => '',
46
 
  'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => '',
47
 
  'CDbTransaction is inactive and cannot perform commit or roll back operations.' => '',
48
 
  'CDirectoryCacheDependency.directory cannot be empty.' => '',
49
 
  'CFileCacheDependency.fileName cannot be empty.' => '',
50
 
  'CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.' => '',
51
 
  'CFilterChain can only take objects implementing the IFilter interface.' => '',
52
 
  'CFlexWidget.baseUrl cannot be empty.' => '',
53
 
  'CFlexWidget.name cannot be empty.' => '',
54
 
  'CGlobalStateCacheDependency.stateName cannot be empty.' => '',
55
 
  'CHttpCookieCollection can only hold CHttpCookie objects.' => '',
56
 
  'CHttpRequest is unable to determine the entry script URL.' => '',
57
 
  'CHttpRequest is unable to determine the path info of the request.' => '',
58
 
  'CHttpRequest is unable to determine the request URI.' => '',
59
 
  'CHttpSession.cookieMode can only be "none", "allow" or "only".' => '',
60
 
  'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => '',
61
 
  'CHttpSession.savePath "{path}" is not a valid directory.' => '',
62
 
  'CMemCache requires PHP memcache extension to be loaded.' => '',
63
 
  'CMemCache server configuration must be an array.' => '',
64
 
  'CMemCache server configuration must have "host" value.' => '',
65
 
  'CMultiFileUpload.name is required.' => '',
66
 
  'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => '',
67
 
  'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => '',
68
 
  'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => '',
69
 
  'CSecurityManager.encryptionKey cannot be empty.' => '',
70
 
  'CSecurityManager.validation must be either "MD5" or "SHA1".' => '',
71
 
  'CSecurityManager.validationKey cannot be empty.' => '',
72
 
  'CTypedList<{type}> can only hold objects of {type} class.' => '',
73
 
  'CUrlManager.UrlFormat must be either "path" or "get".' => '',
74
 
  'CXCache requires PHP XCache extension to be loaded.' => '',
75
 
  'Cache table "{tableName}" does not exist.' => '',
76
 
  'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => '',
77
 
  'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => '',
78
 
  'Cannot add "{name}" as a child of itself.' => '',
79
 
  'Cannot add an item of type "{child}" to an item of type "{parent}".' => '',
80
 
  'Either "{parent}" or "{child}" does not exist.' => '',
81
 
  'Error: Table "{table}" does not have a primary key.' => '',
82
 
  'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => '',
83
 
  'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => '',
84
 
  'Event "{class}.{event}" is not defined.' => '',
85
 
  'Failed to write the uploaded file "{file}" to disk.' => '',
86
 
  'File upload was stopped by extension.' => '',
87
 
  'Filter "{filter}" is invalid. Controller "{class}" does have the filter method "filter{filter}".' => '',
88
 
  'Get a new code' => '',
 
19
  '"{path}" is not a valid directory.' => '"{path}" phải là một thư mục hợp lệ',
 
20
  '&lt; Previous' => '&lt; Trước',
 
21
  '&lt;&lt; First' => '&lt;&lt; Đầu tiên',
 
22
  'Active Record requires a "db" CDbConnection application component.' => 'Active Record cần có một "db" CDbConnection application component.',
 
23
  'Active record "{class}" has an invalid configuration for relation "{relation}". It must specify the relation type, the related active record class and the foreign key.' => 'Active record "{class}" có một liên kết quan hệ không đúng: "{relation}". Nó phải được định nghĩa bởi loại quan hệ, lớp quan hệ và khoá ngoại.',
 
24
  'Active record "{class}" is trying to select an invalid column "{column}". Note, the column must exist in the table or be an expression with alias.' => 'Active record "{class}" đang cố gắn truy vấn đến một column không hợp lệ:"{column}". Chú ý, column phải tồn tại trong bảng hoặc phải là một alias expression.',
 
25
  'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => 'Alias "{alias}" không hợp lệ . Hãy chắc rằng nó trỏ tới thư mục hoặc file có tồn tại.',
 
26
  'Application base path "{path}" is not a valid directory.' => 'Application base path "{path}" không phải là một thư mực hợp lệ.',
 
27
  'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => 'Application runtime path "{path}" không hợp lệ. Hãy chắc rằng thư mục đó được phép ghi bởi Web server.',
 
28
  'Authorization item "{item}" has already been assigned to user "{user}".' => 'Authorization item "{item}" has đã được gán cho user "{user}" rồi.',
 
29
  'CApcCache requires PHP apc extension to be loaded.' => 'CApcCache yêu cầu có PHP apc extension.',
 
30
  'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => 'CAssetManager.basePath "{path}" không hợp lệ. Hãy chắc rằng thư mục này có tồn tại và được phép ghi bởi Web server.',
 
31
  'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => 'CCacheHttpSession.cacheID không hợp lệ. Hãy chắc rằng "{id}" là một cache application component hợp lệ.',
 
32
  'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => 'CCaptchaValidator.action "{id}" không hợp lệ. Không thể tìm được action này trong controller hiện tại.',
 
33
  'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbAuthManager.connectionID "{id}" không hợp lệ. Hãy chắc chắn rằng nó là một ID của CDbConnection application component.',
 
34
  'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCache.connectionID "{id}" không hợp lệ. Hãy chắc chắn rằng nó là một ID của CDbConnection application component.',
 
35
  'CDbCacheDependency.sql cannot be empty.' => 'CDbCacheDependency.sql không được để trống.',
 
36
  'CDbCommand failed to execute the SQL statement: {error}' => 'CDbCommand không thể thi hành câu truy vấn SQL: {error}',
 
37
  'CDbCommand failed to prepare the SQL statement: {error}' => 'CDbCommand không thể chuẩn bị câu truy vấn SQL: {error}',
 
38
  'CDbConnection does not support reading schema for {driver} database.' => 'CDbConnection không hổ trợ đọc schema cho cơ sở dự liệu {driver}.',
 
39
  'CDbConnection failed to open the DB connection: {error}' => 'CDbConnection không thể mở kết nối DB: {error}',
 
40
  'CDbConnection is inactive and cannot perform any DB operations.' => 'CDbConnection không được kích hoạt và không thể thực hiện thao tác cơ sở dữ liệu nào.',
 
41
  'CDbConnection.connectionString cannot be empty.' => 'CDbConnection.connectionString không được để trống.',
 
42
  'CDbDataReader cannot rewind. It is a forward-only reader.' => 'CDbDataReader không thể tua lại. Nó chỉ là một forward-only reader.',
 
43
  'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbHttpSession.connectionID "{id}" không hợp lệ. Hãy chắc rằng nó là một ID của CDbConnection application component.',
 
44
  'CDbLogRoute requires database table "{table}" to store log messages.' => 'CDbLogRoute cần có bảng cơ sở dữ liệu "{table}" để lưu trữ thông điệp log.',
 
45
  'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => 'CDbLogRoute.connectionID "{id}" không được trỏ tới một CDbConnection application component hợp lệ.',
 
46
  'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => 'CDbMessageSource.connectionID không hợp lệ. Hãy chắc rằng "{id}" là một database application component.',
 
47
  'CDbTransaction is inactive and cannot perform commit or roll back operations.' => 'CDbTransaction chưa kích hoạt và không thể thực hiện các thao tác commit hoặc roll back.',
 
48
  'CDirectoryCacheDependency.directory cannot be empty.' => 'CDirectoryCacheDependency.directory không được rỗng.',
 
49
  'CFileCacheDependency.fileName cannot be empty.' => 'CFileCacheDependency.fileName không được rỗng.',
 
50
  'CFileLogRoute.logPath "{path}" does not point to a valid directory. Make sure the directory exists and is writable by the Web server process.' => 'CFileLogRoute.logPath "{path}" không được trỏ tới một thư mục hợp lệ. Hãy chắc rằng thư mục này có tồn tại và được phép ghi bởi Web server.',
 
51
  'CFilterChain can only take objects implementing the IFilter interface.' => 'CFilterChain chỉ có thể lấy các đối tượng implementing từ IFilter interface.',
 
52
  'CFlexWidget.baseUrl cannot be empty.' => 'CFlexWidget.baseUrl không được rỗng.',
 
53
  'CFlexWidget.name cannot be empty.' => 'CFlexWidget.name không được rỗng.',
 
54
  'CGlobalStateCacheDependency.stateName cannot be empty.' => 'CGlobalStateCacheDependency.stateName không được rỗng.',
 
55
  'CHttpCookieCollection can only hold CHttpCookie objects.' => 'CHttpCookieCollection chỉ có thể quản lý các đối tượng CHttpCookie.',
 
56
  'CHttpRequest is unable to determine the entry script URL.' => 'CHttpRequest không thể nào xác định script URL.',
 
57
  'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest không thể nào xác định path info của request.',
 
58
  'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest không thể nào xác định request URI.',
 
59
  'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode chỉ có thể là "none", "allow" hoặc "only".',
 
60
  'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => 'CHttpSession.gcProbability "{value}" không hợp lệ. Nó chỉ có thể là số nguyên từ 0 đến 100.',
 
61
  'CHttpSession.savePath "{path}" is not a valid directory.' => 'CHttpSession.savePath "{path}" không phải là thư mục hợp lệ.',
 
62
  'CMemCache requires PHP memcache extension to be loaded.' => 'CMemCache cần phải có PHP memcache extension.',
 
63
  'CMemCache server configuration must be an array.' => 'Cấu hình server CMemCache phải là một mảng.',
 
64
  'CMemCache server configuration must have "host" value.' => 'Cấu hình server CMemCache phải có giá trị "host".',
 
65
  'CMultiFileUpload.name is required.' => 'CMultiFileUpload.name cần phải có.',
 
66
  'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => 'CProfileLogRoute tìm thấy đoạn code code không đún "{token}". Hãy chắc rằng các call tới Yii::beginProfile() và Yii::endProfile() phải được nest một cách đúng đắn.',
 
67
  'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => 'CProfileLogRoute.report "{report}" không hợp lệ. Giá trị hợp lệ bao gồm "summary" và "callstack".',
 
68
  'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => 'CSecurityManager cần phải có PHP mcrypt extension mới sử dụng được tính năng data encryption.',
 
69
  'CSecurityManager.encryptionKey cannot be empty.' => 'CSecurityManager.encryptionKey không được rỗng.',
 
70
  'CSecurityManager.validation must be either "MD5" or "SHA1".' => 'CSecurityManager.validation phải là "MD5" hoặc "SHA1".',
 
71
  'CSecurityManager.validationKey cannot be empty.' => 'CSecurityManager.validationKey không được rỗng.',
 
72
  'CTypedList<{type}> can only hold objects of {type} class.' => 'CTypedList<{type}> chỉ có thể tương tác các đối tượng của lớp {type}.',
 
73
  'CUrlManager.UrlFormat must be either "path" or "get".' => 'CUrlManager.UrlFormat phải là "path" hoặc "get".',
 
74
  'CXCache requires PHP XCache extension to be loaded.' => 'CXCache cần có PHP XCache extension để chạy.',
 
75
  'Cache table "{tableName}" does not exist.' => 'Bảng cache "{tableName}" không tồn tại.',
 
76
  'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => 'Không thể thêm "{child}" là con của "{name}". Đã có sự trùng lặp.',
 
77
  'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => 'Không thể thêm "{child}" là con của "{parent}". Đã có sự trùng lặp.',
 
78
  'Cannot add "{name}" as a child of itself.' => 'Không thể thêm "{name}" là con của chính nó.',
 
79
  'Cannot add an item of type "{child}" to an item of type "{parent}".' => 'Không thể thêm loại item "{child}" là con của loại item "{parent}".',
 
80
  'Either "{parent}" or "{child}" does not exist.' => '"{parent}" hoặc "{child}" không tồn tại.',
 
81
  'Error: Table "{table}" does not have a primary key.' => 'Lỗi: Bảng "{table}" không có khoá chính.',
 
82
  'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => 'Lỗi: Bảng "{table}" có khoá chính ghép hợp mà crud command không có hổ trợ.',
 
83
  'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => 'Sự kiện "{class}.{event}" được gắn với bộ xử lý không hợp lệ "{handler}".',
 
84
  'Event "{class}.{event}" is not defined.' => 'Sự kiện "{class}.{event}" chưa được định nghĩa.',
 
85
  'Failed to write the uploaded file "{file}" to disk.' => 'Không thể lưu file tải lên "{file}" vào đĩa cứng.',
 
86
  'File upload was stopped by extension.' => 'File tải lên đã bị nghưng bởi extension.',
 
87
  'Filter "{filter}" is invalid. Controller "{class}" does have the filter method "filter{filter}".' => 'Filter "{filter}" không hợp lệ. Controller "{class}" không có phương thức filter "filter{filter}".',
 
88
  'Get a new code' => 'Lấy code mới',
89
89
  'Go to page: ' => 'Đến trang',
90
 
  'Invalid MO file revision: {revision}.' => '',
91
 
  'Invalid MO file: {file} (magic: {magic}).' => '',
92
 
  'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => '',
93
 
  'Last &gt;&gt;' => '',
94
 
  'List data must be an array or an object implementing Traversable.' => '',
95
 
  'List index "{index}" is out of bound.' => '',
96
 
  'Login Required' => '',
97
 
  'Map data must be an array or an object implementing Traversable.' => '',
98
 
  'Missing the temporary folder to store the uploaded file "{file}".' => '',
 
90
  'Invalid MO file revision: {revision}.' => 'MO file revision không đúng: {revision}.',
 
91
  'Invalid MO file: {file} (magic: {magic}).' => 'MO file không đúng: {file} (magic: {magic}).',
 
92
  'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => 'Giá trị enumerable "{value}" không đúng. Hãy chắc rằng nó nằm trong phạm vi ({enum}).',
 
93
  'Last &gt;&gt;' => 'Cuối &gt;&gt;',
 
94
  'List data must be an array or an object implementing Traversable.' => 'List data phải là một array hoặc là một object implementing Traversable.',
 
95
  'List index "{index}" is out of bound.' => 'List index "{index}" nằm ngoài giới hạn.',
 
96
  'Login Required' => 'Yêu cầu đăng nhập',
 
97
  'Map data must be an array or an object implementing Traversable.' => 'Map data phải là một array hoặc là một object implementing Traversable.',
 
98
  'Missing the temporary folder to store the uploaded file "{file}".' => 'Thư mục tạm thời để chứa file tải lên "{file}" không tồn tại.',
99
99
  'Next &gt;' => 'Tiếp theo',
100
 
  'No columns are being updated for table "{table}".' => '',
101
 
  'No counter columns are being updated for table "{table}".' => '',
102
 
  'Object configuration must be an array containing a "class" element.' => '',
103
 
  'Please fix the following input errors:' => '',
104
 
  'Property "{class}.{property}" is not defined.' => '',
105
 
  'Property "{class}.{property}" is read only.' => '',
106
 
  'Queue data must be an array or an object implementing Traversable.' => '',
107
 
  'Relation "{name}" is not defined in active record class "{class}".' => '',
108
 
  'Stack data must be an array or an object implementing Traversable.' => '',
109
 
  'Table "{table}" does not have a column named "{column}".' => '',
110
 
  'Table "{table}" does not have a primary key defined.' => '',
111
 
  'The "filter" property must be specified with a valid callback.' => '',
112
 
  'The "pattern" property must be specified with a valid regular expression.' => '',
113
 
  'The "view" property is required.' => '',
114
 
  'The CSRF token could not be verified.' => '',
115
 
  'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => '',
116
 
  'The active record cannot be deleted because it is new.' => '',
117
 
  'The active record cannot be inserted to database because it is not new.' => '',
118
 
  'The active record cannot be updated because it is new.' => '',
119
 
  'The asset "{asset}" to be published does not exist.' => '',
120
 
  'The column "{column}" is not a foreign key in table "{table}".' => '',
121
 
  'The command path "{path}" is not a valid directory.' => '',
122
 
  'The controller path "{path}" is not a valid directory.' => '',
123
 
  'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => '',
124
 
  'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => '',
125
 
  'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => '',
126
 
  'The file "{file}" was only partially uploaded.' => '',
127
 
  'The first element in a filter configuration must be the filter class.' => '',
128
 
  'The item "{name}" does not exist.' => '',
129
 
  'The item "{parent}" already has a child "{child}".' => '',
130
 
  'The layout path "{path}" is not a valid directory.' => '',
 
100
  'No columns are being updated for table "{table}".' => 'Không có cột nào được cập nhật trong bảng "{table}".',
 
101
  'No counter columns are being updated for table "{table}".' => 'Không có cột counter nào được cập nhật trong bảng "{table}".',
 
102
  'Object configuration must be an array containing a "class" element.' => 'Object configuration phải là một array chứa một "class" element.',
 
103
  'Please fix the following input errors:' => 'Xin hãy sửa lại những lỗi nhập liệu sau:',
 
104
  'Property "{class}.{property}" is not defined.' => 'Thuộc tính "{class}.{property}" chưa được định nghĩa.',
 
105
  'Property "{class}.{property}" is read only.' => 'Thuộc tính "{class}.{property}" chỉ có thể đọc.',
 
106
  'Queue data must be an array or an object implementing Traversable.' => 'Queue data phải là một array hoặc là một object implementing Traversable.',
 
107
  'Relation "{name}" is not defined in active record class "{class}".' => 'Quan hệ "{name}" chưa được định nghĩa trong lới active record "{class}".',
 
108
  'Stack data must be an array or an object implementing Traversable.' => 'Stack data phải là một array hoặc là một object implementing Traversable.',
 
109
  'Table "{table}" does not have a column named "{column}".' => 'Bảng "{table}" không có cột nào tên "{column}".',
 
110
  'Table "{table}" does not have a primary key defined.' => 'Bảng "{table}" không có khoá chính.',
 
111
  'The "filter" property must be specified with a valid callback.' => 'Thuộc tính "filter" phải là một callback hợp lệ.',
 
112
  'The "pattern" property must be specified with a valid regular expression.' => 'Thuộc tính "pattern" phải là một regular expression hợp lệ.',
 
113
  'The "view" property is required.' => 'Thuộc tính "view" yêu cầu phải có.',
 
114
  'The CSRF token could not be verified.' => 'Không thể xác thực CSRF token.',
 
115
  'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => 'URL pattern "{pattern}" cho route "{route}" phải là một regular expression hợp lệ.',
 
116
  'The active record cannot be deleted because it is new.' => 'Không thể xoá active record vì nó là một active record mới.',
 
117
  'The active record cannot be inserted to database because it is not new.' => 'Không thể thêm active record vào database vì nó không phải là active record mới.',
 
118
  'The active record cannot be updated because it is new.' => 'Không thể update active record vì nó là một active record mới.',
 
119
  'The asset "{asset}" to be published does not exist.' => 'Asset "{asset}" để publish không tồn tại.',
 
120
  'The column "{column}" is not a foreign key in table "{table}".' => 'Cột "{column}" không phải là khoá ngoại foreign key trong bảng "{table}".',
 
121
  'The command path "{path}" is not a valid directory.' => 'Command path "{path}" không phải là một thư mục hợp lệ.',
 
122
  'The controller path "{path}" is not a valid directory.' => 'Controller path "{path}" không phải là một thư mục hợp lệ.',
 
123
  'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => 'File "{file}" không được tải lên. Chỉ có các file với các định dạng sau được phép sử dụng: {extensions}.',
 
124
  'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => 'File "{file}" quá lớn. Dung lượng không được vượt quá {limit} byte.',
 
125
  'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => 'File "{file}" quá nhỏ. Dung lượng không được nhỏ hơn {limit} byte.',
 
126
  'The file "{file}" was only partially uploaded.' => 'File "{file}" đã được tải lên một cách không hoàn chỉnh.',
 
127
  'The first element in a filter configuration must be the filter class.' => 'Yếu tố đầu tiên trong một filter configuration phải là filter class.',
 
128
  'The item "{name}" does not exist.' => 'Item "{name}" không tồn tại.',
 
129
  'The item "{parent}" already has a child "{child}".' => 'Item "{parent}" đã có item con là "{child}".',
 
130
  'The layout path "{path}" is not a valid directory.' => 'Layout path "{path}" không là một thư mục hợp lệ.',
131
131
  'The list is read only.' => 'Đây là danh sách chỉ đọc',
132
 
  'The map is read only.' => '',
133
 
  'The pattern for 12 hour format must be "h" or "hh".' => '',
134
 
  'The pattern for 24 hour format must be "H" or "HH".' => '',
135
 
  'The pattern for AM/PM marker must be "a".' => '',
136
 
  'The pattern for day in month must be "F".' => '',
137
 
  'The pattern for day in year must be "D", "DD" or "DDD".' => '',
138
 
  'The pattern for day of the month must be "d" or "dd".' => '',
139
 
  'The pattern for day of the week must be "E", "EE", "EEE", "EEEE" or "EEEEE".' => '',
140
 
  'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => '',
141
 
  'The pattern for hour in AM/PM must be "K" or "KK".' => '',
142
 
  'The pattern for hour in day must be "k" or "kk".' => '',
143
 
  'The pattern for minutes must be "m" or "mm".' => '',
144
 
  'The pattern for month must be "M", "MM", "MMM", or "MMMM".' => '',
145
 
  'The pattern for seconds must be "s" or "ss".' => '',
146
 
  'The pattern for time zone must be "z" or "v".' => '',
147
 
  'The pattern for week in month must be "W".' => '',
148
 
  'The pattern for week in year must be "w".' => '',
 
132
  'The map is read only.' => 'Map là chỉ được đọc.',
 
133
  'The pattern for 12 hour format must be "h" or "hh".' => 'Định dạng pattern dùng cho 12 giờ phải là "h" hoặc "hh".',
 
134
  'The pattern for 24 hour format must be "H" or "HH".' => 'Định dạng pattern dùng cho 24 giờ phải là "H" hoặc "HH".',
 
135
  'The pattern for AM/PM marker must be "a".' => 'Định dạng pattern cho AM/PM marker phải là "a".',
 
136
  'The pattern for day in month must be "F".' => 'Định dạng pattern cho day in month phải là "F".',
 
137
  'The pattern for day in year must be "D", "DD" or "DDD".' => 'Định dạng pattern cho day in year phải là "D", "DD" hoặc "DDD".',
 
138
  'The pattern for day of the month must be "d" or "dd".' => 'Định dạng pattern cho day of the month phải là "d" hoặc "dd".',
 
139
  'The pattern for day of the week must be "E", "EE", "EEE", "EEEE" or "EEEEE".' => 'Định dạng pattern cho day of the week phải là "E", "EE", "EEE", "EEEE" hoặc "EEEEE".',
 
140
  'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => 'Định dạng pattern cho era phải là "G", "GG", "GGG", "GGGG" hoặc "GGGGG".',
 
141
  'The pattern for hour in AM/PM must be "K" or "KK".' => 'Định dạng pattern cho giờ dạng AM/PM phải là "K" hoặc "KK".',
 
142
  'The pattern for hour in day must be "k" or "kk".' => 'Định dạng pattern cho giờ trong ngày phải là "k" hoặc "kk".',
 
143
  'The pattern for minutes must be "m" or "mm".' => 'Định dạng pattern cho phút phải là "m" hoặc "mm".',
 
144
  'The pattern for month must be "M", "MM", "MMM", or "MMMM".' => 'Định dạng pattern cho tháng phải là "M", "MM", "MMM", hoặc "MMMM".',
 
145
  'The pattern for seconds must be "s" or "ss".' => 'Định dạng pattern cho giây phải là "s" hoặc "ss".',
 
146
  'The pattern for time zone must be "z" or "v".' => 'Định dạng pattern cho múi giờ phải là "z" hoặc "v".',
 
147
  'The pattern for week in month must be "W".' => 'Định dạng pattern cho week in month phải là "W".',
 
148
  'The pattern for week in year must be "w".' => 'Định dạng pattern cho week in year phải là "w".',
149
149
  'The queue is empty.' => 'Hàng đợi đang trống',
150
150
  'The relation "{relation}" in active record class "{class}" is not specified correctly: the join table "{joinTable}" given in the foreign key cannot be found in the database.' => '',
151
151
  'The relation "{relation}" in active record class "{class}" is specified with an incomplete foreign key. The foreign key must consist of columns referencing both joining tables.' => '',
175
175
  'Unrecognized locale "{locale}".' => '',
176
176
  'View file "{file}" does not exist.' => '',
177
177
  'Yii application can only be created once.' => '',
178
 
  'You are not authorized to perform this action.' => '',
 
178
  'You are not authorized to perform this action.' => 'Bạn không có quyền để thực hiện hành động này.',
179
179
  'Your request is not valid.' => 'Yêu cầu không hợp lệ',
180
180
  '{attribute} "{value}" has already been taken.' => '',
181
 
  '{attribute} cannot be blank.' => '',
182
 
  '{attribute} is invalid.' => '',
183
 
  '{attribute} is not a valid URL.' => '',
184
 
  '{attribute} is not a valid email address.' => '',
185
 
  '{attribute} is not in the list.' => '',
 
181
  '{attribute} cannot be blank.' => '{attribute} không được để trống.',
 
182
  '{attribute} is invalid.' => '{attribute} không hợp lệ',
 
183
  '{attribute} is not a valid URL.' => '{attribute} không là đường link URL',
 
184
  '{attribute} is not a valid email address.' => '{attribute} không là một email hợp lệ',
 
185
  '{attribute} is not in the list.' => '{attribute} không có trong danh sách',
186
186
  '{attribute} is of the wrong length (should be {length} characters).' => '',
187
187
  '{attribute} is too big (maximum is {max}).' => '',
188
188
  '{attribute} is too long (maximum is {max} characters).' => '',
189
189
  '{attribute} is too short (minimum is {min} characters).' => '',
190
190
  '{attribute} is too small (minimum is {min}).' => '',
191
 
  '{attribute} must be a number.' => '',
192
 
  '{attribute} must be an integer.' => '',
193
 
  '{attribute} must be repeated exactly.' => '',
194
 
  '{attribute} must be {type}.' => '',
 
191
  '{attribute} must be a number.' => '{attribute} phải là một con số.',
 
192
  '{attribute} must be an integer.' => '{attribute} phải là số nguyên.',
 
193
  '{attribute} must be repeated exactly.' => '{attribute} phải lập lại một cách chính xác',
 
194
  '{attribute} must be {type}.' => '{attribute} phải thuộc {type}.',
195
195
  '{className} does not support add() functionality.' => '',
196
196
  '{className} does not support delete() functionality.' => '',
197
197
  '{className} does not support flush() functionality.' => '',
206
206
  '{class} must specify "model" and "attribute" or "name" property values.' => '',
207
207
  '{class}.allowAutoLogin must be set true in order to use cookie-based authentication.' => '',
208
208
  '{class}::authenticate() must be implemented.' => '',
209
 
  '{controller} cannot find the requested view "{view}".' => '',
 
209
  '{controller} cannot find the requested view "{view}".' => '{controller} không tìm được view: "{view}".',
210
210
  '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => '',
211
211
  '{controller} has an extra endWidget({id}) call in its view.' => '',
212
 
  '{widget} cannot find the view "{view}".' => '',
 
212
  '{widget} cannot find the view "{view}".' => '{widget} không thể tìm thấy file view: "{view}".',
213
213
);