diff --git a/lang/ro/actions.php b/lang/ro/actions.php new file mode 100644 index 0000000..84bffd6 --- /dev/null +++ b/lang/ro/actions.php @@ -0,0 +1,37 @@ + [ + 'single' => [ + 'label' => '', + 'modal' => [ + 'heading' => '', + 'actions' => [ + 'merge' => [ + 'label' => '', + ], + ], + ], + 'notifications' => [ + 'merged' => [ + 'title' => '', + ], + ], + ], + 'multiple' => [ + 'label' => '', + 'modal' => [ + 'heading' => '', + 'actions' => [ + 'merge' => [ + 'label' => '', + ], + ], + ], + 'notifications' => [ + 'merged' => [ + 'title' => '', + ], + ], + ], + ], +]; diff --git a/lang/ro/app.php b/lang/ro/app.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/lang/ro/app.php @@ -0,0 +1 @@ + '', + 'password' => '', + 'throttle' => '', + 'link_already_used' => '', + 'invalid_signature' => '', + 'invalid_user' => '', + 'set_password' => '', + 'suspended' => [ + 'title' => '', + 'body' => '', + ], +]; diff --git a/lang/ro/email.php b/lang/ro/email.php new file mode 100644 index 0000000..af6a400 --- /dev/null +++ b/lang/ro/email.php @@ -0,0 +1,21 @@ + '', + 'welcome' => [ + 'subject' => '', + 'admin' => [ + 'line_1' => '', + 'line_2' => '', + 'line_3' => '', + 'line_4' => '', + 'action' => '', + ], + 'organization' => [ + 'line_1' => '', + 'line_2' => '', + 'line_3' => '', + 'line_4' => '', + 'action' => '', + ], + ], +]; diff --git a/lang/ro/validation.php b/lang/ro/validation.php new file mode 100644 index 0000000..d3dfa21 --- /dev/null +++ b/lang/ro/validation.php @@ -0,0 +1,175 @@ + '', + 'accepted_if' => '', + 'active_url' => '', + 'after' => '', + 'after_or_equal' => '', + 'alpha' => '', + 'alpha_dash' => '', + 'alpha_num' => '', + 'array' => '', + 'ascii' => '', + 'before' => '', + 'before_or_equal' => '', + 'between' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'boolean' => '', + 'can' => '', + 'confirmed' => '', + 'contains' => '', + 'current_password' => '', + 'date' => '', + 'date_equals' => '', + 'date_format' => '', + 'decimal' => '', + 'declined' => '', + 'declined_if' => '', + 'different' => '', + 'digits' => '', + 'digits_between' => '', + 'dimensions' => '', + 'distinct' => '', + 'doesnt_end_with' => '', + 'doesnt_start_with' => '', + 'email' => '', + 'ends_with' => '', + 'enum' => '', + 'exists' => '', + 'extensions' => '', + 'file' => '', + 'filled' => '', + 'gt' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'gte' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'hex_color' => '', + 'image' => '', + 'in' => '', + 'in_array' => '', + 'integer' => '', + 'ip' => '', + 'ipv4' => '', + 'ipv6' => '', + 'json' => '', + 'list' => '', + 'lowercase' => '', + 'lt' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'lte' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'mac_address' => '', + 'max' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'max_digits' => '', + 'mimes' => '', + 'mimetypes' => '', + 'min' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'min_digits' => '', + 'missing' => '', + 'missing_if' => '', + 'missing_unless' => '', + 'missing_with' => '', + 'missing_with_all' => '', + 'multiple_of' => '', + 'not_in' => '', + 'not_regex' => '', + 'numeric' => '', + 'password' => [ + 'letters' => '', + 'mixed' => '', + 'numbers' => '', + 'symbols' => '', + 'uncompromised' => '', + ], + 'present' => '', + 'present_if' => '', + 'present_unless' => '', + 'present_with' => '', + 'present_with_all' => '', + 'prohibited' => '', + 'prohibited_if' => '', + 'prohibited_unless' => '', + 'prohibits' => '', + 'regex' => '', + 'required' => '', + 'required_array_keys' => '', + 'required_if' => '', + 'required_if_accepted' => '', + 'required_if_declined' => '', + 'required_unless' => '', + 'required_with' => '', + 'required_with_all' => '', + 'required_without' => '', + 'required_without_all' => '', + 'same' => '', + 'size' => [ + 'array' => '', + 'file' => '', + 'numeric' => '', + 'string' => '', + ], + 'starts_with' => '', + 'string' => '', + 'timezone' => '', + 'unique' => '', + 'uploaded' => '', + 'uppercase' => '', + 'url' => '', + 'ulid' => '', + 'uuid' => '', + 'custom' => [ + 'attribute-name' => [ + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + 'rule-name' => '', + ], + ], +];