Skip to content

Commit d5337f0

Browse files
author
root
committed
Add missing translations
1 parent 05200ad commit d5337f0

File tree

1 file changed

+12
-0
lines changed
  • config/locales/forms/move_repository

1 file changed

+12
-0
lines changed

Diff for: config/locales/forms/move_repository/en.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
en:
2+
label_move_repository: "Move repository : '%{repo_name}'"
3+
4+
activemodel:
5+
errors:
6+
models:
7+
move_repository_form:
8+
attributes:
9+
base:
10+
identifier_empty: Can't move repository with empty identifier
11+
identifier_taken: Repository identifier already used by the new project
12+
wrong_target_project: Target project is identical to source project

0 commit comments

Comments
 (0)