Add migration, update languages.

This commit is contained in:
James Cole
2022-02-26 11:24:16 +01:00
parent fb676a9ad7
commit 6f65a73dd9
106 changed files with 598 additions and 231 deletions

View File

@@ -61,7 +61,9 @@ return [
'accepted' => 'Thuộc tính: phải được chấp nhận.',
'bic' => 'Đây không phải là BIC hợp lệ.',
'at_least_one_trigger' => 'Quy tắc phải có ít nhất một kích hoạt.',
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
'at_least_one_action' => 'Quy tắc phải có ít nhất một hành động.',
'at_least_one_active_action' => 'Rule must have at least one active action.',
'base64' => 'Đây không phải là dữ liệu được mã hóa base64 hợp lệ.',
'model_id_invalid' => 'ID đã cho có vẻ không hợp lệ cho mô hình này.',
'less' => ':thuộc tính phải nhỏ hơn 10,000,000',