PageRenderTime 24ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/yii/framework/messages/id/yii.php

https://github.com/joshuaswarren/weatherhub
PHP | 257 lines | 238 code | 0 blank | 19 comment | 0 complexity | e10283784ca3cca052f7ac96fe3ccb83 MD5 | raw file
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. *
  19. * @version $Id: $
  20. */
  21. return array (
  22. 'Action class {class} must implement the "run" method.' => 'Kelas action {class} harus mengimplementasi method "run".',
  23. 'Adding a foreign key constraint to an existing table is not supported by SQLite.' => 'SQLite tidak mendukung penambahan constraint foreign key ke tabel yang sudah ada.',
  24. 'Altering a DB column is not supported by SQLite.' => 'SQLite tidak mendukung pengubahan kolom DB.',
  25. 'CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.' => 'CDbCommand::execute() gagal: {error}. Statement SQL yang dijalankan: {sql}.',
  26. 'CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.' => 'CDbCommand::{method}() gagal: {error}. Statement SQL yang dijalankan: {sql}.',
  27. 'Dropping DB column is not supported by SQLite.' => 'SQLite tidak mendukung penghapusan kolom DB.',
  28. 'Dropping a foreign key constraint is not supported by SQLite.' => 'SQLite tidak mendukung penghapusan constraint foreign key.',
  29. 'Filter "{filter}" is invalid. Controller "{class}" does not have the filter method "filter{filter}".' => 'Filter "{filter}" salah. Controller "{class}" tidak memiliki method filter dengan nama "filter{filter}".',
  30. 'Property CMaskedTextField.mask cannot be empty.' => 'Properti CMaskedTextField.mask tidak boleh kosong.',
  31. 'Renaming a DB column is not supported by SQLite.' => 'SQLite tidak mendukung pengubahan nama kolom DB.',
  32. 'The "db" application component must be configured to be a CDbConnection object.' => 'Component aplikasi "db" harus dikonfigurasi sebagai objek CDbConnection.',
  33. 'The DB query must contain the "from" portion.' => 'Query DB harus mengandung bagian "from".',
  34. 'The format of {attribute} is invalid.' => 'Format {attribute} salah.',
  35. 'Unable to find "{column}" in table "{table}".' => 'Kolom "{column}" tidak ditemukan di tabel "{table}".',
  36. 'Unknown operator "{operator}".' => 'Operator "{operator}" tidak dikenali.',
  37. '"{path}" is not a valid directory.' => '"{path}" bukanlah direktori yang valid.',
  38. '&lt; Previous' => '&lt; Sebelumnya',
  39. '&lt;&lt; First' => '&lt;&lt; Pertama',
  40. 'Active Record requires a "db" CDbConnection application component.' => 'Active Record perlu sebuah component aplikasi CDbConnection "db".',
  41. '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}" memiliki konfigurasi relasi "{relation}" yang salah. Kelas ini harus menetapkan tipe, kelas active record yang terkait dan foreign key.',
  42. '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}" mencoba select kolom "{column}" yang tidak valid. Perhatian, kolom harus ada dalam table atau merupakan sebuah ekspresi dengan alias.',
  43. 'Active record class "{class}" does not have a scope named "{scope}".' => 'Kelas active record "{class}" tidak memliki scope bernama "{scope}".',
  44. 'Alias "{alias}" is invalid. Make sure it points to an existing PHP file.' => 'Alias "{alias}" tidak valid. Pastikan alias tersebut menunjuk ke file PHP yang ada',
  45. 'Alias "{alias}" is invalid. Make sure it points to an existing directory or file.' => 'Alias "{alias}" tidak valid. Pastikan alias merujuk ke direktori atau file yang ada.',
  46. 'Alias "{alias}" is invalid. Make sure it points to an existing directory.' => 'Alias "{alias}" tidak valid. Pastikan alias tersebut menunjuk ke direktori yang ada',
  47. 'Application Log' => 'Log Aplikasi',
  48. 'Application base path "{path}" is not a valid directory.' => 'Base path aplikasi "{path}" bukanlah direktori yang valid.',
  49. 'Application runtime path "{path}" is not valid. Please make sure it is a directory writable by the Web server process.' => 'Path runtime aplikasi "{path}" tidak benar. Pastikan direktori bisa ditulis oleh proses server Web.',
  50. 'Authorization item "{item}" has already been assigned to user "{user}".' => 'Item otorisasi "{item}" sudah ditempatkan kepada pengguna "{user}".',
  51. 'Base path "{path}" is not a valid directory.' => 'Base path "{path} bukanlah direktori yang valid',
  52. 'CApcCache requires PHP apc extension to be loaded.' => 'CApcCache perlu extension APC PHP di-load.',
  53. 'CAssetManager.basePath "{path}" is invalid. Please make sure the directory exists and is writable by the Web server process.' => 'CAssetManager.basePath "{path}" tidak valid. Pastikan direktori tersebut sudah ada dan dapat ditulis oleh proses server Web.',
  54. 'CCacheHttpSession.cacheID is invalid. Please make sure "{id}" refers to a valid cache application component.' => 'CCacheHttpSession.cacheID tidak valid. Pastikan "{id}" menunjukkan ke cache component aplikasi yang valid.',
  55. 'CCaptchaValidator.action "{id}" is invalid. Unable to find such an action in the current controller.' => 'CCaptchaValidator.action "{id}" tidak valid. Tidak dapat menemukan action tersebut dalam controller sekarang.',
  56. 'CDbAuthManager.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbAuthManager.connectionID "{id}" tidak valid. Pastikan nilainya menunjuk ke ID component aplikasi CDbConnection.',
  57. 'CDbCache.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCache.connectionID "{id}" tidak valid. Pastikan nilainya menunjuk ke ID component aplikasi CDbConnection.',
  58. 'CDbCacheDependency.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbCacheDependency.connectionID "{id}" tidak valid. Pastikan bahwa nilainya merujuk ke ID dari komponen aplikasi CDbConnection.',
  59. 'CDbCacheDependency.sql cannot be empty.' => 'CDbCacheDependency.sql tidak boleh kosong.',
  60. 'CDbCommand failed to execute the SQL statement: {error}' => 'CDbCommand gagal menjalankan statementSQL: {error}',
  61. 'CDbCommand failed to prepare the SQL statement: {error}' => 'CDbCommand gagal menyiapkan statement SQL: {error}',
  62. 'CDbConnection does not support reading schema for {driver} database.' => 'CDbConnection tidak mendukung pembacaan skema untuk database {driver}.',
  63. 'CDbConnection failed to open the DB connection.' => 'CDbConnection gagal membuka koneksi DB',
  64. 'CDbConnection failed to open the DB connection: {error}' => 'CDbConnection gagal membuka koneksi DB: {error}',
  65. 'CDbConnection.connectionString cannot be empty.' => 'CDbConnection.connectionString tidak boleh kosong.',
  66. 'CDbDataReader cannot rewind. It is a forward-only reader.' => 'CDbDataReader tidak bisa bergerak mundur. Kelas ini adalah pembaca yang bergerak maju saja.',
  67. 'CDbHttpSession.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbHttpSession.connectionID "{id}" tidak valid. Pastikan nilainya menunjuk ke ID component aplikasi CDbConnection.',
  68. 'CDbLogRoute.connectionID "{id}" does not point to a valid CDbConnection application component.' => 'CDbLogRoute.connectionID "{id}" tidak menunjuk ke component aplikasi CDbConnection yang valid.',
  69. 'CDbMessageSource.connectionID is invalid. Please make sure "{id}" refers to a valid database application component.' => 'CDbMessageSource.connectionID tidak valid. Pastikan "{id}" menunjuk ke component aplikasi database yang valid.',
  70. 'CDbTestFixture.connectionID "{id}" is invalid. Please make sure it refers to the ID of a CDbConnection application component.' => 'CDbTestFixture.connectionID "{id}" tidak valid. Pastikan bahwa nilainya merujuk ke ID dari komponen aplikasi CDbConnection.',
  71. 'CDbTransaction is inactive and cannot perform commit or roll back operations.' => 'CDbTransaction tidak aktif dan tidak bisa melakukan commit atau operasi roll back.',
  72. 'CDirectoryCacheDependency.directory cannot be empty.' => 'CDirectoryCacheDependency.directory tidak boleh kosong.',
  73. 'CEAcceleratorCache requires PHP eAccelerator extension to be loaded, enabled or compiled with the "--with-eaccelerator-shared-memory" option.' => 'CEAcceleratorCache perlu extension eAccelerator PHP di-load, aktifkan, atau dikompilasi dengan opsi "--with-eaccelerator-shared-memory".',
  74. 'CFileCacheDependency.fileName cannot be empty.' => 'CFileCacheDependency.fileName tidak boleh kosong.',
  75. '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}" tidak menunjuk ke direktori yang benar. Pastikan direktori ada dan bisa ditulis oleh proses server Web.',
  76. 'CFilterChain can only take objects implementing the IFilter interface.' => 'CFilterChain hanya bisa mengambil objek yang mengimplementasikan antar muka IFilter.',
  77. 'CFlexWidget.baseUrl cannot be empty.' => 'CFlexWidget.baseUrl tidak boleh kosong.',
  78. 'CFlexWidget.name cannot be empty.' => 'CFlexWidget.name tidak boleh kosong.',
  79. 'CGlobalStateCacheDependency.stateName cannot be empty.' => 'CGlobalStateCacheDependency.stateName tidak boleh kosong.',
  80. 'CHttpCookieCollection can only hold CHttpCookie objects.' => 'CHttpCookieCollection hanya bisa menampung objek CHttpCookie.',
  81. 'CHttpRequest is unable to determine the entry script URL.' => 'CHttpRequest tidak bisa menentukan URL naskah entri.',
  82. 'CHttpRequest is unable to determine the path info of the request.' => 'CHttpRequest tidak bisa menentukan info path dari request bersangkutan.',
  83. 'CHttpRequest is unable to determine the request URI.' => 'CHttpRequest tidak bisa menentukan URI yang diminta.',
  84. 'CHttpSession.cookieMode can only be "none", "allow" or "only".' => 'CHttpSession.cookieMode hanya bisa berupa "none", "allow" atau "only".',
  85. 'CHttpSession.gcProbability "{value}" is invalid. It must be an integer between 0 and 100.' => 'CHttpSession.gcProbability "{value}" tidak valid. Ia harus berupa integer antara 0 dan 100.',
  86. 'CHttpSession.savePath "{path}" is not a valid directory.' => 'CHttpSession.savePath "{path}" bukan direktori yang valid.',
  87. 'CMemCache server configuration must be an array.' => 'Konfigurasi server CMemCache harus berupa array.',
  88. 'CMemCache server configuration must have "host" value.' => 'Konfigurasi server CMemCache harus memiliki nilai "host".',
  89. 'CProfileLogRoute found a mismatching code block "{token}". Make sure the calls to Yii::beginProfile() and Yii::endProfile() be properly nested.' => 'CProfileLogRoute menemukan blok kode tidak sama "{token}". Pastikan panggilan Yii::beginProfile() dan Yii::endProfile() di-nested dengan benar.',
  90. 'CProfileLogRoute.report "{report}" is invalid. Valid values include "summary" and "callstack".' => 'CProfileLogRoute.report "{report}" tidak valid. Nilai yang valid termasuk "summary" dan "callstack".',
  91. 'CSecurityManager requires PHP mcrypt extension to be loaded in order to use data encryption feature.' => 'CSecurityManager memerlukan extension PHP mcrypt di-load agar dapat menggunakan fitur enkripsi data.',
  92. 'CSecurityManager.encryptionKey cannot be empty.' => 'CSecurityManager.encryptionKey tidak boleh kosong.',
  93. 'CSecurityManager.validationKey cannot be empty.' => 'CSecurityManager.validationKey tidak boleh kosong.',
  94. 'CTypedList<{type}> can only hold objects of {type} class.' => 'CTypedList<{type}> hanya bisa menampung objek kelas {type}.',
  95. 'CTypedMap<{type}> can only hold objects of {type} class.' => 'CTypedMap<{type}> hanya dapat menampung objek kelas {type}.',
  96. 'CUrlManager.UrlFormat must be either "path" or "get".' => 'CUrlManager.UrlFormat harus "path" atau "get".',
  97. 'CWinCache requires PHP wincache extension to be loaded.' => 'CWinCache perlu extension PHP wincache di-load.',
  98. 'CWinCache user cache is disabled. Please set wincache.ucenabled to On in your php.ini.' => 'CWinCache user cache dinonaktifkan. Harap set wincache.ucenabled menjadi On pada php.ini anda.',
  99. 'CXCache requires PHP XCache extension to be loaded.' => 'CXCache memerlukan extension PHP XCache sudah di-load.',
  100. 'CZendDataCache requires PHP Zend Data Cache extension to be loaded.' => 'CZendDataCache perlu extension PHP Zend Data Cache di-load.',
  101. 'Cannot add "{child}" as a child of "{name}". A loop has been detected.' => 'Tidak bisa menambah "{child}" sebagai anak dari "{name}". Sebuah loop terdeteksi.',
  102. 'Cannot add "{child}" as a child of "{parent}". A loop has been detected.' => 'Tidak bisa menambah "{child}" sebagai anak dari "{parent}". Sebuah loop terdeteksi.',
  103. 'Cannot add "{name}" as a child of itself.' => 'Tidak bisa menambah "{name}" sebagai anak dirinya sendiri.',
  104. 'Cannot add an item of type "{child}" to an item of type "{parent}".' => 'Tidak bisa menambah item jenis "{child}" ke item jenis "{parent}".',
  105. 'Column name must be either a string or an array.' => 'Nama kolom harus berupa string ataupun array',
  106. 'Either "{parent}" or "{child}" does not exist.' => 'Baik "{parent}" atau "{child}" tidak ada.',
  107. 'Error: Table "{table}" does not have a primary key.' => 'Error: Table "{table}" tidak memiliki primary key.',
  108. 'Error: Table "{table}" has a composite primary key which is not supported by crud command.' => 'Error: Table "{table}" memiliki composite primary key yang tidak didukung oleh perintah crud.',
  109. 'Event "{class}.{event}" is attached with an invalid handler "{handler}".' => 'Event "{class}.{event}" dilampirkan dengan pengendali "{handler}" yang tidak valid.',
  110. 'Event "{class}.{event}" is not defined.' => 'Event "{class}.{event}" tidak didefinisikan.',
  111. 'Extension path "{path}" does not exist.' => 'Path extension "{path}" tidak ada.',
  112. 'Failed to initialize the mcrypt module.' => 'Gagal menginisialisasi module mcrypt',
  113. 'Failed to set unsafe attribute "{attribute}".' => 'Gagal set attribute unsafe "{attribute}"',
  114. 'Failed to write the uploaded file "{file}" to disk.' => 'Gagal menulis file yang di-upload "{file}" ke disk.',
  115. 'File upload was stopped by extension.' => 'Upload file dihentikan oleh extension.',
  116. 'GD and FreeType PHP extensions are required.' => 'Extension PHP GD dan FreeType diperlukan',
  117. 'Get a new code' => 'Ambil kode baru',
  118. 'Go to page: ' => 'Pergi ke halaman: ',
  119. 'Invalid MO file revision: {revision}.' => 'Revisi file MO: {revision} tidak valid.',
  120. 'Invalid MO file: {file} (magic: {magic}).' => 'File MO tidak valid: {file} (magic: {magic}).',
  121. 'Invalid enumerable value "{value}". Please make sure it is among ({enum}).' => 'Nilai enumerable "{value}" tidak valid. Pastikan nilainya ada diantara ({enum}).',
  122. 'Invalid operator "{operator}".' => 'Operator "{operator}" tidak valid.',
  123. 'Last &gt;&gt;' => 'Terakhir &gt;&gt;',
  124. 'List data must be an array or an object implementing Traversable.' => 'List data harus berupa array atau objek yang mengimplementasi Traversable.',
  125. 'List index "{index}" is out of bound.' => 'List index "{index}" di luar batas.',
  126. 'Login Required' => 'Harus Login',
  127. 'Map data must be an array or an object implementing Traversable.' => 'Data map harus berupa array atau objek yang mengimplementasi Traversable.',
  128. 'Missing the temporary folder to store the uploaded file "{file}".' => 'Folder temporary untuk menyimpan file "{file}" yang di-upload tidak ada .',
  129. 'Next &gt;' => 'Berikut &gt;',
  130. 'No columns are being updated for table "{table}".' => 'Tidak ada kolom yang diupdate untuk table "{table}".',
  131. 'No counter columns are being updated for table "{table}".' => 'Tidak ada kolom penghitung yang diupdate untuk table "{table}".',
  132. 'Object configuration must be an array containing a "class" element.' => 'Konfigurasi objek harus berupa array yang berisi elemen "class".',
  133. 'Please fix the following input errors:' => 'Silahkan perbaiki kesalahan input berikut:',
  134. 'Property "{class}.{property}" is not defined.' => 'Properti "{class}.{property}" tidak didefinisikan.',
  135. 'Property "{class}.{property}" is read only.' => 'Properti "{class}.{property}" adalah read only.',
  136. 'Queue data must be an array or an object implementing Traversable.' => 'Data queue harus harus berupa array atau objek yang mengimplementasi Traversable.',
  137. 'Relation "{name}" is not defined in active record class "{class}".' => 'Relasi "{name}" tidak didefinisikan dalam kelas active record"{class}".',
  138. 'Stack data must be an array or an object implementing Traversable.' => 'Data stack harus berupa array atau objek yang mengimplementasi Traversable.',
  139. 'Table "{table}" does not exist.' => 'Table "{table"} tidak ada',
  140. 'Table "{table}" does not have a column named "{column}".' => 'Table "{table}" tidak memiliki kolom bernama "{column}".',
  141. 'The "filter" property must be specified with a valid callback.' => 'Properti "filter" harus ditetapkan dengan callback yang benar valid.',
  142. 'The "pattern" property must be specified with a valid regular expression.' => 'Properti "pattern" harus ditetapkan dengan ekspresi reguler yang valid.',
  143. 'The "range" property must be specified with a list of values.' => 'Properti "range" harus diisi dengan sekumpulan nilai',
  144. 'The CSRF token could not be verified.' => 'Token CSRF tidak bisa diverifikasi.',
  145. 'The STAT relation "{name}" cannot have child relations.' => 'Relasi STAT "{name}" tidak bisa memiliki relasi anak.',
  146. 'The URL pattern "{pattern}" for route "{route}" is not a valid regular expression.' => 'Pola URL "{pattern}" untuk route "{route}" bukan ekspresi reguler yang valid.',
  147. 'The active record cannot be deleted because it is new.' => 'Active record tidak bisa dihapus karena baru.',
  148. 'The active record cannot be inserted to database because it is not new.' => 'Active recotd tidak bisa disisipkan ke database karena bukan yang baru.',
  149. 'The active record cannot be updated because it is new.' => 'Active recotd tidak bisa diupdate karena baru.',
  150. 'The asset "{asset}" to be published does not exist.' => 'Asset "{asset}" yang dipublikasikan tidak ada.',
  151. 'The command path "{path}" is not a valid directory.' => 'Path perintah "{path}" bukan direktori yang valid.',
  152. 'The controller path "{path}" is not a valid directory.' => 'Path controller "{path}" bukan direktori yang valid.',
  153. 'The file "{file}" cannot be uploaded. Only files with these extensions are allowed: {extensions}.' => 'File "{file}" tidak bisa di-upload. Hanya file dengan extension ini yang diijinkan: {extensions}.',
  154. 'The file "{file}" is too large. Its size cannot exceed {limit} bytes.' => 'File "{file}" terlalu besar. Ukurannya melebihi {limit} byte.',
  155. 'The file "{file}" is too small. Its size cannot be smaller than {limit} bytes.' => 'File "{file}" terlalu kecil. Ukurannya tidak bisa lebih kecil dari {limit} byte.',
  156. 'The file "{file}" was only partially uploaded.' => 'File "{file}" hanya sebagian yang di-upload.',
  157. 'The first element in a filter configuration must be the filter class.' => 'Elemen pertama dalam konfigurasi filter harus kelas filter.',
  158. 'The item "{name}" does not exist.' => 'Item "{name}" tidak ada.',
  159. 'The item "{parent}" already has a child "{child}".' => 'Item "{parent}" sudah memiliki anak "{child}".',
  160. 'The layout path "{path}" is not a valid directory.' => 'Path layout "{path}" bukan direktori yang valid.',
  161. 'The list is read only.' => 'List bersifat read only.',
  162. 'The map is read only.' => 'Map bersifat read only.',
  163. 'The module path "{path}" is not a valid directory.' => 'The module path "{path}" is not a valid directory.',
  164. 'The pattern for 12 hour format must be "h" or "hh".' => 'Pola untuk format 12 jam harus "h" atau "hh".',
  165. 'The pattern for 24 hour format must be "H" or "HH".' => 'Pola untuk format 24 jam harus "H" atau "HH".',
  166. 'The pattern for AM/PM marker must be "a".' => 'Pola untuk tanda AM/PM harus "a".',
  167. 'The pattern for day in month must be "F".' => 'Pola untuk hari dalam bulan harus "F".',
  168. 'The pattern for day in year must be "D", "DD" or "DDD".' => 'Pola untuk hari dalam tahun harus "D", "DD" atau "DDD".',
  169. 'The pattern for day of the month must be "d" or "dd".' => 'Pola untuk hari dalam bulan harus "d" atau "dd".',
  170. 'The pattern for day of the week must be "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" or "ccccc".' => 'Pola hari dalam seminggu harus berupa "E", "EE", "EEE", "EEEE", "EEEEE", "e", "ee", "eee", "eeee", "eeeee", "c", "cccc" atau "ccccc".',
  171. 'The pattern for era must be "G", "GG", "GGG", "GGGG" or "GGGGG".' => 'Pola untuk jaman harus "G", "GG", "GGG", "GGGG" atau "GGGGG".',
  172. 'The pattern for hour in AM/PM must be "K" or "KK".' => 'Pola untuk jam dalam AM/PM harus "K" atau "KK".',
  173. 'The pattern for hour in day must be "k" or "kk".' => 'Pola untuk jam dalam hari harus "k" atau "kk".',
  174. 'The pattern for minutes must be "m" or "mm".' => 'Pola untuk menit harus "m" atau "mm".',
  175. 'The pattern for month must be "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" or "LLLL".' => 'Pola untuk bulan harus berupa "M", "MM", "MMM", "MMMM", "L", "LL", "LLL" or "LLLL".',
  176. 'The pattern for seconds must be "s" or "ss".' => 'Pola untuk detik harus "s" atau "ss".',
  177. 'The pattern for time zone must be "z" or "v".' => 'Pola untuk zona waktu harus "z" atau "v".',
  178. 'The pattern for week in month must be "W".' => 'Pola untuk minggu dalam bulan harus "W".',
  179. 'The pattern for week in year must be "w".' => 'Pola untuk minggu dalam tahun harus "w".',
  180. 'The queue is empty.' => 'Queue kosong.',
  181. '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.' => 'Relasi "{relation}" di kelas active record "{class}" tidak ditentukan dengan benar. Table join "{joinTable}" diberikan foreign key tidak dapat ditemukan di dalam database.',
  182. '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.' => 'Relasi "{relation}" dalam kelas active record "{class}" tidak ditetapkan dengan benar: table join "{joinTable}" yang disediakan dalam foreign key tidak bisa ditemukan di dalam database.',
  183. 'The relation "{relation}" in active record class "{class}" is specified with a foreign key "{key}" that does not point to the parent table "{table}".' => 'Relasi "{relation}" di dalam kelas active record "{class}" ditentukan sebuah foreign key "{key}" yang tidak menunjuk ke table induk "{table}".',
  184. '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.' => 'Relasi "{relation}" dalam kelas active record "{class}" ditetapkan dengan foreign key yang tidak lengkap. Foreign key harus terdiri dari kolom yang mereferensi ke table yang digabung.',
  185. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key "{key}". There is no such column in the table "{table}".' => 'Relasi "{relation}" di dalam kelas active record "{class}" diisi foreign key "{key}" yang tidak valid . Tidak ada kolom tersebut di table "{table}".',
  186. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The columns in the key must match the primary keys of the table "{table}".' => 'Relasi "{relation}" di kelas active record "{class}" diisi dengan foreign key yang tidak valid. Kolom di dalam key harus cocok dengan primary key dari table "{table}".',
  187. 'The relation "{relation}" in active record class "{class}" is specified with an invalid foreign key. The format of the foreign key must be "joinTable(fk1,fk2,...)".' => 'Relasi "{relation}" dalam kelas active record "{class}" ditetapkan dengan foreign key yang tidak valid. Format foreign key harus "joinTable(fk1,fk2,...)".',
  188. 'The requested view "{name}" was not found.' => 'View "{name}" tidak ditemukan',
  189. 'The stack is empty.' => 'Stack kosong.',
  190. 'The system is unable to find the requested action "{action}".' => 'Sistem tidak bisa menemukan action "{action}" seperti yang diminta.',
  191. 'The system view path "{path}" is not a valid directory.' => 'Path view sistem "{path}" bukan direktori yang valid.',
  192. 'The table "{table}" for active record class "{class}" cannot be found in the database.' => 'Table "{table}" untuk kelas active record "{class}" tidak ditemukan dalam database.',
  193. 'The value for the column "{column}" is not supplied when querying the table "{table}".' => 'Nilai "{column}" tidak diberikan ketika melakukan query pada table "{table}".',
  194. 'The verification code is incorrect.' => 'Kode verifikasi tidak benar.',
  195. 'The view path "{path}" is not a valid directory.' => 'Path tinjauan "{path}" bukan direktori yang valid.',
  196. 'Theme directory "{directory}" does not exist.' => 'Direktori theme "{directory}" tidak ada.',
  197. 'This content requires the <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.' => 'Konten ini memerlukan <a href="http://www.adobe.com/go/getflash/">Adobe Flash Player</a>.',
  198. 'Unable to add an item whose name is the same as an existing item.' => 'Tidak bisa menambah item yang namanya sama seperti item yang sudah ada.',
  199. 'Unable to change the item name. The name "{name}" is already used by another item.' => 'Tidak bisa mengubah nama item. Nama "{name}" sudah dipakai oleh item lain.',
  200. 'Unable to create application state file "{file}". Make sure the directory containing the file exists and is writable by the Web server process.' => 'Tidak bisa membuat file kondisi aplikasi "{file}". Pastikan direktori berisi file yang sudah ada dan bisa ditulis oleh proses server Web.',
  201. 'Unable to import "{alias}". Please check your server configuration to make sure you are allowed to change PHP include_path.' => 'Tidak bisa import "{alias}". Silahkan cek konfigurasi server anda untuk memastikan anda diizinkan untuk mengubah include_path PHP.',
  202. 'Unable to lock file "{file}" for reading.' => 'Tidak bisa mengunci file "{file}" untuk pembacaan.',
  203. 'Unable to lock file "{file}" for writing.' => 'Tidak bisa mengunci file "{file}" untuk penulisan.',
  204. 'Unable to read file "{file}".' => 'Tidak bisa membaca file "{file}".',
  205. 'Unable to replay the action "{object}.{method}". The method does not exist.' => 'Tidak bisa mengulang action "{object}.{method}". Tidak ada method demikian.',
  206. 'Unable to resolve the request "{route}".' => 'Tidak bisa mengurai request "{route}"',
  207. 'Unable to write file "{file}".' => 'Tidak bisa menulis ke file "{file}".',
  208. 'Unknown authorization item "{name}".' => 'Item otorisasi "{name}" tidak dikenal.',
  209. 'Unknown type "{type}".' => '"{type}" tidak dikenali',
  210. 'Unrecognized locale "{locale}".' => 'Lokal "{locale}" tidak dikenal.',
  211. 'View file "{file}" does not exist.' => 'File view "{file}" tidak ada.',
  212. 'Yii application can only be created once.' => 'Aplikasi Yii hanya bisa dibuat satu kali.',
  213. 'You are not authorized to perform this action.' => 'Anda tidak diotorisasi untuk melakukan action ini.',
  214. 'Your request is invalid.' => 'Request anda tidak valid',
  215. 'Your request is not valid.' => 'Request Anda tidak valid.',
  216. '{attribute} "{value}" has already been taken.' => '{attribute} "{value}" sudah dipakai.',
  217. '{attribute} "{value}" is invalid.' => '"{value}" {attribute} tidak valid',
  218. '{attribute} cannot accept more than {limit} files.' => '{attribute} tidak dapat menerima lebih dari {limit} file.',
  219. '{attribute} cannot be blank.' => '{attribute} tidak boleh kosong.',
  220. '{attribute} is in the list.' => '{attribute} ada di dalam list.',
  221. '{attribute} is invalid.' => '{attribute} tidak valid.',
  222. '{attribute} is not a valid URL.' => '{attribute} bukan URL yang valid.',
  223. '{attribute} is not a valid email address.' => '{attribute} bukan alamat email yang valid.',
  224. '{attribute} is not in the list.' => '{attribute} tidak di dalam lst.',
  225. '{attribute} is of the wrong length (should be {length} characters).' => 'Panjang {attribute} salah (seharusnya {length} karakter).',
  226. '{attribute} is too big (maximum is {max}).' => '{attribute} terlalu besar (maksimum {max}).',
  227. '{attribute} is too long (maximum is {max} characters).' => '{attribute} terlalu panjang (maksimum {max} karakter).',
  228. '{attribute} is too short (minimum is {min} characters).' => '{attribute} terlalu pendek (minimum {min} karakter).',
  229. '{attribute} is too small (minimum is {min}).' => '{attribute} terlalu kecil (minimum {min}).',
  230. '{attribute} must be a number.' => '{attribute} harus berupa angka.',
  231. '{attribute} must be an integer.' => '{attribute} harus berupa integer.',
  232. '{attribute} must be either {true} or {false}.' => '{attribute} harus {true} atau {false}.',
  233. '{attribute} must be greater than "{compareValue}".' => '{attribute} harus lebih besar dari "{compareValue}".',
  234. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} harus lebih besar atau sama dengan "{compareValue}".',
  235. '{attribute} must be less than "{compareValue}".' => '{attribute} harus lebih kecil dari "{compareValue}".',
  236. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} harus lebih kecil atau sama dengan "{compareValue}".',
  237. '{attribute} must be repeated exactly.' => '{attribute} harus diulang dengan tepat.',
  238. '{attribute} must be {type}.' => '{attribute} haruslah {type}.',
  239. '{attribute} must be {value}.' => '{attribute} harus {value}.',
  240. '{attribute} must not be equal to "{compareValue}".' => '{attribute} harus tidak sama dengan "{compareValue}".',
  241. '{className} does not support add() functionality.' => '{className} tidak mendukung fungsi add().',
  242. '{className} does not support delete() functionality.' => '{className} tidak mendukung fungsi delete().',
  243. '{className} does not support flushValues() functionality.' => '{className} tidak mendukung fungsi flushValues().',
  244. '{className} does not support get() functionality.' => '{className} tidak mendukung fungsi get().',
  245. '{className} does not support set() functionality.' => '{className} tidak mendukung fungsi set().',
  246. '{class} does not have a method named "{name}".' => '{class} tidak memiliki method bernama "{name}".',
  247. '{class} does not have relation "{name}".' => '{class} tidak memiliki relasi "{name}".',
  248. '{class} does not support fetching all table names.' => '{class} tidak mendukung pengambilan semua nama table.',
  249. '{class} has an invalid validation rule. The rule must specify attributes to be validated and the validator name.' => '{class} memiliki aturan validasi yang tidak valid. Aturan harus menetapkan atribut untuk divalidasi dan nama validatornya.',
  250. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} harus menetapkan nilai "model" dan "attribute" atau properti "name".',
  251. '{class}.allowAutoLogin must be set true in order to use cookie-based authentication.' => '{class}.allowAutoLogin harus disetel true untuk menggunakan otentikasi berbasis-cookie.',
  252. '{class}::authenticate() must be implemented.' => '{class}::authenticate() harus diimplementasikan.',
  253. '{controller} cannot find the requested view "{view}".' => '{controller} tidak bisa menemukan view "{view}" yang di-request.',
  254. '{controller} contains improperly nested widget tags in its view "{view}". A {widget} widget does not have an endWidget() call.' => '{controller} berisi nested tag widget yang tidak tepat dalam view -nya "{view}". Widget {widget} tidak memiliki panggilan endWidget().',
  255. '{controller} has an extra endWidget({id}) call in its view.' => '{controller} memiliki panggilan endWidget({id}) ekstra dalam view-nya.',
  256. '{widget} cannot find the view "{view}".' => '{widget} tidak menemukan view "{view}".',
  257. );