80 lines
2.4 KiB
YAML
80 lines
2.4 KiB
YAML
en:
|
|
layout:
|
|
platforms:
|
|
admin_id: Owner
|
|
build_all: Build all
|
|
list: List
|
|
new: Create
|
|
edit: Edit
|
|
about: About platform
|
|
new_header: New platform
|
|
edit_header: Edit
|
|
list_header: Platforms
|
|
list_header_main: General
|
|
list_header_personal: Personal
|
|
list_header_all: All
|
|
clone_header: Platform clone
|
|
show: Platform
|
|
projects: Projects
|
|
products: Products
|
|
location: Location
|
|
repositories: Repositories
|
|
back_to_the_list: ⇐To platform list
|
|
freeze: Freeze
|
|
unfreeze: Unfeeze
|
|
confirm_freeze: Are you sure to freeze this platform?
|
|
confirm_clone: Are you sure to clone this platform?
|
|
confirm_unfreeze: Are you sure to defrost this platform?
|
|
released_suffix: (released)
|
|
confirm_delete: Are you sure to delete this platform?
|
|
current_platform_header: Current platform
|
|
owner: Owner
|
|
visibility: Visibility
|
|
platform_type: Platform type
|
|
distrib_type: Distribution kit type
|
|
private_users: Access data
|
|
confirm_clone: To clone?
|
|
clone: To clone
|
|
delete_warning: Attention! Deleted platform can not be restored!
|
|
sys_repos_header: Connecting info
|
|
target_platform: Target platform
|
|
target_architecture: Target architecture
|
|
members: Members
|
|
|
|
|
|
flash:
|
|
platform:
|
|
saved: Platform saved
|
|
created: Platform created
|
|
save_error: Platform saves error
|
|
create_error: Platform create error
|
|
freezed: Platform freezed
|
|
freeze_error: Platform freezing error, try again
|
|
unfreezed: Platform unfreezed
|
|
unfreeze_error: Platform unfreezing error, try again
|
|
destroyed: Platform deleted
|
|
build_all_success: All project build in progress
|
|
clone_success: Cloned successfully
|
|
members:
|
|
already_added: "%{name} is already added to platform"
|
|
successfully_added: "%{name} successfully added as member"
|
|
error_in_adding: "Fail to add %{name} as member"
|
|
|
|
activerecord:
|
|
models:
|
|
platform: Platform
|
|
attributes:
|
|
platform:
|
|
name: Name
|
|
description: Description
|
|
parent_platform_id: Parent platform
|
|
parent: Parent platform
|
|
released: Released
|
|
created_at: Created
|
|
updated_at: Updated
|
|
distrib_type: Source type
|
|
visibility: Status
|
|
visibility_types:
|
|
open: Open
|
|
hidden: Hidden
|