rosa-build/config/locales/models/project.en.yml

165 lines
5.0 KiB
YAML
Raw Normal View History

en:
2015-01-13 23:17:23 +00:00
projects:
projects:
aliases:
header: "Aliases"
name: "Project name"
base:
submenu:
tooltips:
alias: "Alias of %{name}"
fork: "Fork of %{name}"
layout:
projects:
2014-05-15 20:52:43 +01:00
placeholder:
project_name: Project name
owner_name: Owner name
build_schedule: Build schedule
2013-11-13 22:01:12 +00:00
mass_import: Mass import
2013-02-13 10:25:09 +00:00
branches: Branches
delete_branch: Delete branch
2013-07-12 15:30:15 +01:00
restore_branch: Restore branch
2013-02-13 10:25:09 +00:00
no_branches: No branches
base_branch: Base branch
2013-02-13 10:33:15 +00:00
compare: Compare
2013-02-13 11:23:58 +00:00
browse_code: Browse code
source_code: Source code (%{type})
2013-02-13 10:25:09 +00:00
tags: Tags
no_tags: No tags
add: Add
public_projects_list: Public projects list
2012-03-23 19:15:26 +00:00
edit: Settings
fork_and_edit: Fork
2012-04-09 18:56:03 +01:00
fork_to: Fork to %{to}
create_alias_for: Create alias for %{for}
2012-04-09 18:56:03 +01:00
fork_modal_header: Where do you want to fork this project?
2012-04-09 20:43:45 +01:00
already_exists: Project already exists
unexisted_project: Project not exists
list: List
list_header: Projects
edit_header: Edit project
show: Project
build: Build
new_build: New build %{project_name}
new_build_list: New build
confirm_delete: Are you sure you want to delete this project?
new: New project
new_branch: New branch
location: Location
git_repo_location: Path to git repo
current_project_header: Current project
current_build_lists: Current builds
build_button: Start build
2012-03-23 19:15:26 +00:00
add_collaborators: Add members
members: Members
groups: Groups
2012-03-23 19:15:26 +00:00
edit_collaborators: Members
2013-04-15 10:25:40 +01:00
hooks: Service hooks
role: Project role
remove_user: Leave project
issues: Issues
wiki: Wiki
delete_warning: Attention! Deleted project cannot be restored!
sections: Sections
has_issue_description: Tracker adds a lightweight issue management system tightly integrated with your repository.
has_wiki_description: Wikis are the simplest way to allow other users to contribute content. Any user can create and edit pages for documentation, examples, support or anything you wish.
git_global_setup: Git global setup
create_repository: Create Repository
move_files_to_folder: Move files you need to the project or create them.
existing_git_repo: Git repo already exist?
git_help:
cloning: Cloning the repository
remote: Add this repository as a remote to an existing local repository
2014-07-08 15:52:10 +01:00
question_title: Copy to clipboard
diff_show_header: "%{files} with %{additions} and %{deletions}."
about_subheader: "About project"
last_commit: "Last commit"
filename: File
age: Modification date
message: Message
author: Author
participant_type: Part. type
current_branch: Current branch/tag
current_commit: Current commit
files_in_project: Files in
2013-09-08 12:56:43 +01:00
public: Public
private: Private
2015-04-07 15:16:04 +01:00
diff:
binary: Binary
new_file: file added
deleted_file: file removed
renamed_file: file renamed
changed_file: file changed
without_changes: without changes
flash:
project:
2013-11-15 16:25:36 +00:00
mass_import_added_to_queue: Mass import added to queue
saved: Project saved
save_error: Unable to save project
save_warning_ssh_key: Project owner must provide a SSH key in his profile
destroyed: Project deleted
forked: Project forked
fork_error: Project fork error
user_removed: User successfully removed from project
activerecord:
models:
project: Project
attributes:
project:
2013-11-13 22:01:12 +00:00
url: URL
2014-02-17 21:53:35 +00:00
autostart_status: Autostart
add_to_repository_id: Add to repository
2013-11-13 22:01:12 +00:00
srpms_list: SRPMs list
name: Name
2014-06-20 08:23:27 +01:00
description: Description
owner: Owner
visibility: Visibility
2014-12-01 13:22:49 +00:00
visibilities:
open: Public
hidden: Private
repository_id: Repository
repository: Repository
created_at: Created on
updated_at: Updated on
has_issues: Issues tracker enabled
has_wiki: Wiki enabled
2014-11-11 16:59:49 +00:00
srpm: Import code from src.rpm
who_owns:
me: Myself
group: Group
default_branch: Default branch
is_package: Project is a package
publish_i686_into_x86_64: Publish i686 packages into x86_64 repository (only for rhel)
maintainer: Maintainer of project
maintainer_id: Maintainer of project
2014-01-13 22:37:27 +00:00
architecture_dependent: Architecture-dependent
errors:
project:
uname: The name can only use lower case Latin letters (a-z), numbers (0-9) and underscore (_)
default_branch: Wrong branch
simple_form:
labels:
project:
name: Project name
owner: Owner
placeholders:
project:
name: Enter the name of project here.
owner: Enter the nickname of owner here.
2014-11-11 16:59:49 +00:00
hints:
project:
srpm: Optional