-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathen.yml
More file actions
141 lines (130 loc) · 4.74 KB
/
en.yml
File metadata and controls
141 lines (130 loc) · 4.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
en:
footer:
supported_by: Supported by
domain_and_community: Community and Domain by
bare_metal_server: Bare Metal Servers by
error_tracking: Error Tracking by
sponsors:
thanks: Many thanks to our sponsors!
submit: Submit
user_scripts:
index:
title: Benchmark your Ruby script
login_required: You need to login to see this page.
login: Login
not_enough_permissions: You don't have enough permissions to run a benchmark.
script_url: Script URL
script_name: Benchmark Name
range_commits: Range of commits
script_url_placeholder: e.g. https://raw.githubusercontent.com/ruby-bench/ruby-bench-suite/master/ruby/benchmark/app_factorial.rb
commit_sha: Commit SHA
second_commit_sha: Second commit SHA
submit: Submit
successful_submit: "Success! Results will be published at %{links}."
errors:
missing_name: Missing Benchmark Name
missing_url: Missing Script URL
missing_sha: Missing Commit SHA
name_already_taken: "`%{names}` already exist"
bad_url: Invalid Script URL
unkown_extension: "Unknown file extension in the URL %{url}"
unallowed_characters: "\"%{name}\" contains unallowed characters. Allowed characters are: a-z, A-Z, 0-9, hyphens and underscores"
bad_sha: "Couldn't find Ruby commit for SHA %{sha}"
invalid_yaml: Invalid YAML syntax
invalid_ruby_code: |
The ruby code you provided has syntax errors. The first 5 lines are:
%{lines}
yaml_file_without_benchmarks: The provided YAML file doesn't contain any benchmarks
organizations:
index:
title: Benchmarks
commits_benchmark: Commits Benchmarks
releases_benchmark: Releases Benchmarks
overview: Overview
repos:
select_benchmark: &select_benchmark
Please select a benchmark
script_title: "%{graph_name} Script"
graph_title: &graph_title
"%{graph_name} Graph (%{type})"
benchmark_types: &benchmark_types
Benchmark Types
show_benchmark_types_form: Show Benchmark Types Form
hide_benchmark_types_form: Hide
no_results: >-
"%{category}" does not have any results. Please select another
Benchmark Type.
view_github: View on Github
index:
commits_benchmark: Commits Benchmarks
sparklines: "Sparklines are refreshed every 30 minutes."
commits:
graph_title: *graph_title
title: "%{repo_name} Long Running Benchmarks"
benchmark_types: *benchmark_types
select_benchmark: *select_benchmark
results: results
show_last: Show the last
releases:
compare: Compare with
title: "%{repo_name} Releases Benchmarks"
benchmark_types: *benchmark_types
select_benchmark: *select_benchmark
graph_title: *graph_title
static_pages:
landing:
call_to_action: "View All Tracked Repositories →"
contribute:
title: Contributing
blurb: Where to start contributing?
component_title: "The RubyBench project consists of the following components:"
ruby_bench_web:
name: RubyBench Web
repo_name: 'ruby-bench-web'
url: https://github.com/ruby-bench/ruby-bench-web
desc: 'Web application to display and store results.'
ruby_bench_docker:
name: RubyBench Docker
repo_name: 'ruby-bench-docker'
url: https://github.com/ruby-bench/ruby-bench-docker
desc: 'Docker scripts to run benchmarks.'
ruby_bench_suite:
name: RubyBench Suite
repo_name: 'ruby-bench-suite'
url: https://github.com/ruby-bench/ruby-bench-suite
desc: 'Benchmark scripts.'
ruby_bench_server:
name: RubyBench Server
repo_name: 'ruby-bench-server'
url: https://github.com/ruby-bench/ruby-bench-server
desc: 'Script to set up new bare metal servers.'
sponsors:
title: Sponsors
top_nav:
logo: RubyBench
benchmarks: Benchmarks
hardware: Hardware
contribute: Contribute
discuss: Discuss
sponsors: Sponsors
releases: Releases
highcharts:
subtitle:
desktop: 'Click and drag in the plot area to zoom in'
mobile: 'Pinch the chart to zoom in'
commit_url: Click on a point to view and compare commits on GitHub
admin:
commits_run_header: 'Run commits'
releases_run_header: 'Run releases'
wait_commits_run: 'Wait while selected runs are being queued...'
wait_releases_run: 'Wait while selected versions are being queued...'
manual_run_pattern_label: 'Pattern:'
commits_run_count_label: 'Run last:'
releases_run_versions_label: 'Versions:'
manual_run_button: 'Run'
dashboard: 'Dashboard'
repositories: 'Repositories'
groups:
new: 'New group'
edit: 'Edit group'
title: 'Benchmark groups'