23 lines
633 B
YAML
23 lines
633 B
YAML
|
en:
|
||
|
layout:
|
||
|
projects:
|
||
|
commit_files_count:
|
||
|
one: "Showing %{count} file"
|
||
|
other: "Showing %{count} files"
|
||
|
commit_additions_count:
|
||
|
one: "%{count} addition"
|
||
|
other: "%{count} additions"
|
||
|
commit_deletions_count:
|
||
|
one: "%{count} deletion"
|
||
|
other: "%{count} deletions"
|
||
|
|
||
|
inline_additions_count:
|
||
|
one: "%{count} addition"
|
||
|
other: "%{count} additions"
|
||
|
inline_deletions_count:
|
||
|
one: "%{count} deletion"
|
||
|
other: "%{count} deletions"
|
||
|
inline_changes_count:
|
||
|
one: "%{count} change"
|
||
|
other: "%{count} changes"
|