Skip to content

Commit

Permalink
Merge pull request #14 from tvziet/feat/locale-vietnamese
Browse files Browse the repository at this point in the history
Create vi.yml
  • Loading branch information
pedrofurtado authored Oct 21, 2022
2 parents fc34dee + 2926904 commit 994f036
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/locales/vi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
vi:
errors:
messages:
invalid_date: 'không phải là ngày hợp lệ'
invalid_time: 'không phải là giờ hợp lệ'
invalid_datetime: 'không phải là ngày/giờ hợp lệ'
is_at: 'phải tại thời điểm %{restriction}'
before: 'phải trước thời điểm %{restriction}'
on_or_before: 'phải trước hoặc tại thời điểm %{restriction}'
after: 'phải sau thời điểm %{restriction}'
on_or_after: 'phải sau hoặc tại thời điểm %{restriction}'
validates_timeliness:
error_value_formats:
date: '%d-%m-%Y'
time: '%H:%M:%S'
datetime: '%d-%m-%Y %H:%M:%S'

0 comments on commit 994f036

Please sign in to comment.