-
Notifications
You must be signed in to change notification settings - Fork 47
/
en.yml
49 lines (49 loc) · 1.31 KB
/
en.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
en:
godmin:
title: Godmin
batch_actions:
buttons:
select_all: Select all
deselect_all: Deselect all
confirm_message: Are you sure?
filters:
select:
placeholder:
one: Select something
many: Select something
buttons:
apply: Filter
clear: Clear filter
actions:
label: Actions
show: Show
show_title: Show %{resource}
edit: Edit
edit_title: Edit %{resource}
destroy: Destroy
destroy_title: Destroy %{resource}
confirm_message: Are you sure?
export: Export
export_as: As
associations:
label: Nested resources
sessions:
sign_in: Sign in
sign_out: Sign out
signed_in: Signed in
signed_out: Signed out
failed_sign_in: Invalid credentials
flash:
create: "%{resource} was successfully created"
update: "%{resource} was successfully updated"
destroy: "%{resource} was successfully destroyed"
batch_action: "%{number_of_records} %{resource} were affected"
pagination:
first: "First"
last: "Last"
entries:
zero: "No %{resource} found"
other: "Showing %{count} out of %{total} %{resource}"
datetimepickers:
datepicker: ! "%d/%m/%Y"
datetimepicker: ! "%d/%m/%Y %H:%M"