]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/id/validation.php
Added test for logical-theme-system command registration
[bookstack] / resources / lang / id / validation.php
index 39b1ddfb049a83c886e03a937a6ef88fb07d554e..992f403299a3ea53884071022e8e6bf8cc6f43bd 100644 (file)
@@ -15,6 +15,7 @@ return [
     'alpha_dash'           => ':attribute hanya boleh berisi huruf, angka, tanda hubung, dan garis bawah.',
     'alpha_num'            => ':attribute hanya boleh berisi huruf dan angka.',
     'array'                => ':attribute harus berupa larik.',
+    'backup_codes'         => 'The provided code is not valid or has already been used.',
     'before'               => ':attribute harus tanggal sebelum :date.',
     'between'              => [
         'numeric' => ':attribute harus di antara :min dan :max.',
@@ -78,7 +79,6 @@ return [
         'string'  => ':attribute setidaknya harus :min karakter.',
         'array'   => ':attribute minimal harus memiliki :min item.',
     ],
-    'no_double_extension'  => ':attribute hanya boleh memiliki satu ekstensi file.',
     'not_in'               => ':attribute yang dipilih tidak valid.',
     'not_regex'            => ':attribute format tidak valid.',
     'numeric'              => ':attribute harus berupa nomot.',
@@ -99,9 +99,10 @@ return [
     ],
     'string'               => ':attribute harus berupa string.',
     'timezone'             => ':attribute harus menjadi zona yang valid.',
+    'totp'                 => 'The provided code is not valid or has expired.',
     'unique'               => ':attribute sudah diambil.',
     'url'                  => ':attribute format tidak valid.',
-    'uploaded'             => 'File tidak dapat diunggah. Server mungkin tidak menerima file dengan ukuran ini.',
+    'uploaded'             => 'Berkas tidak dapat diunggah. Server mungkin tidak menerima berkas dengan ukuran ini.',
 
     // Custom validation lines
     'custom' => [