We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab11f3c commit 691820fCopy full SHA for 691820f
1 file changed
config/locales/en.yml
@@ -11,8 +11,8 @@ en:
11
one: "Successfully imported 1 %{model}"
12
other: "Successfully imported %{count} %{plural_model}"
13
failed:
14
- one: "Failed to import 1 %{model}"
15
- other: "Failed to import %{count} %{plural_model}"
+ one: "Failed to import 1 %{model}: %{message}"
+ other: "Failed to import %{count} %{plural_model}: %{message}"
16
import_model: "Import %{plural_model}"
17
import_btn: "Import"
18
- import_btn_disabled: "Wait..."
+ import_btn_disabled: "Wait..."
0 commit comments